W3TC lazy loading + Filter Everything Pro
-
Hi there,
Divi theme + WooCommerce + Filter Everything Pro (on woo pages \w AJAX) + W3TC.
So, I have set the the theme to show 40 entries /products/ on archives and search page and lazy-loading is working just fine when scrolling down a page. However, when a filter is applied /via AJAX!/ – the products are left with not the real image, but the SVG placeholder like so:<img width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='https://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" data-src="https://XXXX.com/wp-content/uploads/2023/09/XXXX.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail lazy" alt="" decoding="async">
FYI – when I disable lazy-loading in W3TC it’s fine; also there doesn’t seem to be any other kind of lazy-loading going on that messes up W3TC’s. I think the lazy-loading script just never re-iterates over the “new” images after the AJAX and I am not sure how to trigger it.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.