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

Viewing 3 posts - 41 through 43 (of 43 total)
  • 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.

    Anonymous
    #159262
    This reply has been marked as private.
    Anonymous
    #164168
    This reply has been marked as private.
Viewing 3 posts - 41 through 43 (of 43 total)