Image tag processing issue with Lazy Load
-
First – thank you for your great plugin and great support!
Note that I am able to add
class-name='no-lazy'
to “fix” this issue, but I think the root cause might be a W3TotalCache img tag processing issue. Details below …I have two tool-tips (for ‘Background Color’ and ‘Font Color’ on the linked page) that include images. The HTML for the tool-tips is:
<a .... "<p>Tool-tip text</p><img src='/wp-content/themes/my-theme/images/tooltip-image.jpg'>">
When
W3TotalCache Lazy Loading > Process HTML image tags
is enabled, The tool-tip HTML is converted to">
(the last two characters of the tool-tip HTML. These two characters are literally displayed on the web page (the result is that">Background Color
and">Font Color
are displayed on the web page and the tool-tip image is not displayed as part of the tool-tip).If I uncheck “Process HTML image tags” or I add
class-name='no-lazy'
to the tool-tip img tags, the tool-tip HTML is properly formatted and the tool-tip images are properly displayed as part of the tool-tip.<a ... "<p>Tool-tip text</p><img class-name='no-lazy' src='/wp-content/themes/my-theme/images/tooltip-image.jpg'>">
I am content with the ‘no-lazy’ solution and am highlighting this in case it helps you to find an issue.
Thank you for your great plugin and support.
The page I need help with: [log in to see the link]
- The topic ‘Image tag processing issue with Lazy Load’ is closed to new replies.