• TheRock

    (@rachidaitouaissi)


    Hello!

    Thank you for this great plugin. after I updated Facetwp to version Version 3.8.2

    A3 lazy load stops working on pages generated by Facetwp this plugin loads easy digital download products by ajax

    It’s like a3 Lazy Load not reinitializ3e after an ajax refresh.

    Note: A3 lazy load works perfectly on old Facetwp versions.

    Here documentation how to use facetwp-loaded event,

    https://facetwp.com/documentation/developers/javascript/facetwp-loaded/

    Any help on this issue, please.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter TheRock

    (@rachidaitouaissi)

    Hello!

    I fixed this issue by adding the code below to the file:

    jquery.lazyloadxt.extend.js

    (function($) {
        $(document).on('facetwp-loaded', function() {
           setTimeout(function() {
            jQuery(window).lazyLoadXT();
        }, 1000 );
         });
    })(jQuery);

    Could you please add this to the next update?

    Thank you

    Had the same problem. Your solution worked great! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working with last version of Facetwp’ is closed to new replies.