Forums Forums Search & Filter Pro No page 2? Loads page 1 results

Viewing 2 posts - 11 through 12 (of 12 total)
  • Anonymous
    #263460
    This reply has been marked as private.
    Trevor
    #263485

    It is the animation on the posts that is the issue. You would need some additional JavaScript on the page, like this:

    <script>(function ( $ ) {
      "use strict";
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
        $( ".vc_grid-item-zone-c-bottom" ).addClass( "vc_visible-item fadeIn animated" );
        $( ".vc-gitem-zone-height-mode-auto" ).removeClass( "vc-gitem-zone-height-mode-auto" );
      });
    }(jQuery));</script>

    Can you try adding that to the page?

Viewing 2 posts - 11 through 12 (of 12 total)