• hello

    I use a product filter in archive products page, when using Ajax to change the filter, the product wrapper is loader but image not showing due to LazyLoad,

    maybe there is an way to trigger image loads after the needed events. So I could attach the lazy load function to the event fired after each AJAX filters update, like so:

    jQuery( document ).on( ‘awf_after_ajax_products_update’, function( event, $response ) {

    // the function to trigger the image load

    } );

    Thanks for insights

  • The topic ‘issue with product filter’ is closed to new replies.