[Plugin: Lazy Load] thumbnails NOT loading on ONE page only? cannot isolate
-
I don’t get it.
lazyloader is working on all images on my website.
https://greenspotantiques.comEXCEPT for ONE page.
https://greenspotantiques.com/4-saleon this page, it keeps the hider gif viewing, and does not show the thumbnails.
I use the same code on this page as all others, and it worked till a few days ago.
I use this
if(has_post_thumbnail($Post->ID)) {
echo get_the_post_thumbnail( $Post->ID, ‘single-post-thumbnail-160’ ) ; }I’ve tried other thumbnail sizes, specifying by name, and still the trans.gif remains.
any clues? does NOT seem to be a plugin clash, as it works on ALL other pages on the site just fine.
if anyone can view and explain, i’d be happy camper.
I was kinda hoping to use this page as my front page until I noticed this.
- The topic ‘[Plugin: Lazy Load] thumbnails NOT loading on ONE page only? cannot isolate’ is closed to new replies.