Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

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

Viewing 2 posts - 11 through 12 (of 12 total)
  • Lars Marco Andersen
    #263460
    This reply has been marked as private.
    Trevor Moderator
    #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)

The forum ‘Search & Filter Pro’ is closed to new topics and replies.