Hi XTemos,
We’re on WoodMart and seeing missing product images on category pages.
Example: https://sportskompagniet.dk/produkt-kategori/loeb/
Issue
With Load more products (AJAX): More products are appended, but their images don’t render (blank/placeholder). A hard refresh shows them.
With standard pagination (page 2, 3, …): Same result — product tiles load but images do not render until a hard refresh.
What we’ve tried
Switched from “Load more” to normal pagination → same result.
Advanced scripts controls: enabled and forced “Product load more” + “Load more button” to always load.
Toggled WoodMart Lazy loading (on/off) and also disabled lazy-load in cache plugins to avoid double lazy-loading.
Cleared all caches (plugin/server/CDN/browser) and tested in private windows.
Deactivated all non-required plugins (kept WoodMart Core, WooCommerce, page builder).
Problem reproduces on multiple devices/browsers.
Expected
Product images should render immediately after AJAX “Load more” and on paginated pages.
Questions / help needed
Is there a known issue where the image/lazy-load initialization isn’t triggered after AJAX append or pagination?
Do we need to force a re-init (e.g., trigger wood-images-loaded) or enable a specific script under Performance → JS for archives/pagination?
Any hotfix or snippet you recommend for ensuring images initialize after archive updates?