Crocoblock / suggestions

The suggestions for CrocoBlock project
191 stars 78 forks source link

JetSmartFilters / Automatic reload is not working when the "reload page" method is selected #7469

Open EstebanToloza opened 2 months ago

EstebanToloza commented 2 months ago

The automatic reload is not functioning when the "reload page" method is selected, it only works when the apply filter button is added. However, on other sites I have, such button is not necessary.

ihslimn commented 2 months ago

You may use this https://gist.github.com/Crocoblock/d02643683afd3d383f274226e83dfa27 for now Add this JS script and give needed widgets a 'jet-smart-filters-instant-app' class

EstebanToloza commented 2 months ago

You may use this https://gist.github.com/Crocoblock/d02643683afd3d383f274226e83dfa27 for now Add this JS script and give needed widgets a 'jet-smart-filters-instant-app' class

Thank you very much, it works well as a temporary solution. It would be very good if it were included in future updates.