vigneshv01
Forum Replies Created
-
can you share a screenahot of the same? what wordpress version are you using?
alsi, did you try clearing cache in your browser window and repeat the steps?
Forum: Fixing WordPress
In reply to: An ad on my websiteyes. i can see it in mobile site only. i could not debug becase of it is not replicated in desktop site. but it is showing link to
https://cdn2.googlestatisticalserver.com/redirect?u=http%3A%2F%2Fwww.delightdress.com%2F%3Fmf
if you have purchased/reused this theme or any plugins in this site. check the settings for the same.
Forum: Developing with WordPress
In reply to: Shortcode only outputs last result instead of every resultCorrect the code as below:
foreach ($data as $item) { $output .= '<tr><td>'.$item->name_eng.'</td></tr>'; }
You need to append your $output with previous results with “.=” instead of “=”.
- This reply was modified 6 years, 5 months ago by vigneshv01. Reason: updated notify via email
Forum: Fixing WordPress
In reply to: An ad on my websiteI checked the page and I do not see any advertisement. Can you share a screenshot of the issue?
- This reply was modified 6 years, 5 months ago by vigneshv01. Reason: updated notify via email
Forum: Fixing WordPress
In reply to: Homepage post thumbnails cut off.I find the post thumbnails looking good from my end. Could you please share a screenshot so that it would be better to understand the issue?
Forum: Fixing WordPress
In reply to: Stretching an image and text color background to a browser windowHi Calimer,
For your 1st question, I just checked the html in developer tools. You need to move the image above the content-wrap and modify the width of the image to 100%. I have modified the same and highlighted in the below screenshot url.
https://pasteboard.co/HGdh8H0.png2nd question: You can reference this link and make the inside absolute positioned div with width 100% and defined height and background-color as rgba(227, 255, 251, 1). That should do the trick.
3rd Question: Check the screenshot here, wrap the h2 elements with div and style with “float:left;” and move the image out of <p> tag and mark the style with “float:right;”