Forums Forums Search & Filter Pro Using Masonry § infinite scroll

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #132657

    Hi there,

    I’m using masonry and infinite scroll to display my posts.
    That’s working fine without filters

    As soon as a filter is activated, Masonry is broken and not working correctly

    Could you please help me to understand how to initialize Masonry once filters are activated

    Concerning infinite scroll, i’m wondering if it’s needed to activate it from your plugin as it’s already intialized in my theme…

    Thanks for your help
    I can provide url and scripts if needed

    Thks

    Anonymous
    #132710

    For those who may be interested,
    I find my way with this

    $j(document).on(“sf:ajaxfinish”, “.searchandfilter”, function(){
    //console.log(“ajax complete”);
    /* Masonry */
    $j(‘.posts-container’).masonry(‘reload’);
    });

Viewing 2 posts - 1 through 2 (of 2 total)