Hello sevek.im
a3 Lazy Load has full built in support for pagination ‘out of the box’ so to speak – here is an example of one of our client WooCommerce sites with lazy Load and endless scroll.
Is the Endless scroll on your WooCommerce store made by the Theme or is it a plugin? What is the Theme / Plugin that you are using to make that?
Steve
I have the same problem.
http://www.yellowstoneaussies.de/blog/?lcp_page1=10#lcp_instance_1
Is not loading any images if using a3 lazy load – I’m using bj lazy load at this time: It has the same problem but I can disable the plugin using a filter:
if ( ( is_category(‘BLOG’) ) || (strpos($_SERVER[“HTTP_HOST”] . $_SERVER[“REQUEST_URI”], ‘www.yellowstoneaussies.de/blog/’) !== false )) {
add_filter(‘bj_lazy_load_run_filter’, ‘__return_false’);
}
I would prefer using a3 lazy load, the spinning effect is quite nice.
any form to deactivate it only for home page? posts sliders don’t work for me :/