Search result issues - looking for how to trigger masonry script or What template does the blog index use?

Hi I’m having some issues with Search results in my blog page, bc i’m using a search filter plugin but I was talking to the developer and we have a couple of options for fixes but I need to know-
how to retrigger masonry script to rerun so that it will re-search when you select a new option from the pull down menu

or What template does the blog index use? bc if i can . find the right template and i can add this argument to it.

I guess my question is also whch fix do you think is better?
thanks’

Hi @designbabe,

You can try with this custom JS:

jQuery(document).ready(function($) {
    var $container_new = $('#x-iso-container');
    $container_new.xIsotope({});
});

And the mansory script is located under x/framework/views/global/_script-isotope-index.php.

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.