Forums › Forums › Search & Filter Pro › Problem loading results using: "Custom"
- This topic has 42 replies, 2 voices, and was last updated 7 years, 5 months ago by
Anonymous.
-
Trevor(Private) February 12, 2018 at 12:29 pm #158979
You could use one of the other page builders out there? Some work pretty well with Search & Filter. You need to find one that has a good grid builder (usually the Pro/paid versions have that and the free ones do not).
If that is an option, then let me know and I will scan back through my notes to see which ones I have worked with that work well with Search & Filter. Elementor comes to mind, but I would have to check.
Trevor(Private) February 12, 2018 at 4:06 pm #159112The problem is that the masonry (isotope needs to be re-triggered when Ajax refreshes that element of the page. Our code would look like this:
<script>(function ( $ ) { "use strict"; $(document).on("sf:ajaxfinish", ".searchandfilter", function(){ console.log("ajax complete"); // load your Masonry trigger code here }); }(jQuery));</script>
If the Jupiter support team can provide you with this code, then we can move forwards.
-
AuthorPosts