Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Steve Truman

    (@a3rev)

    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.
    https://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 :/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issue with Pagination’ is closed to new replies.