NO BUG: Query loop, Popup, JetSmartFilters problem

Hi Goran,

If you want to solve it by custom code, you can use the code provided by @wplit

Place this in a code element on that page, and try.

document.addEventListener( 'jet-smart-filters/inited', function( initEvent ) {
    window.JetSmartFilters.events.subscribe( 'ajaxFilters/updated', function( provider, queryId ) {

     bricksInteractions();

   } );
} );