Forums Forums Search & Filter Pro Problem loading results using: "Custom"

Viewing 10 posts - 31 through 40 (of 42 total)
  • Anonymous
    #157683
    This reply has been marked as private.
    Trevor
    #157773
    This reply has been marked as private.
    Anonymous
    #158234
    This reply has been marked as private.
    Anonymous
    #158325
    This reply has been marked as private.
    Trevor
    #158334
    This reply has been marked as private.
    Trevor
    #158508
    This reply has been marked as private.
    Anonymous
    #158975
    This reply has been marked as private.
    Trevor
    #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.

    Anonymous
    #159087
    This reply has been marked as private.
    Trevor
    #159112

    The 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.

Viewing 10 posts - 31 through 40 (of 42 total)