Forums Forums Search & Filter Pro Numbered Ajax pagination issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #89028

    The pagination is working correctly, until I select a category filter from the “Browse Products” search & filter pro dropdown. Once I select a category filter, the pagination does not reset. The number of pages still goes from 1 to 32, when it should refresh to 1 to 3 or something like that. I believe I know how to fix it, I just need to execute a pagination refresh within $(document).on(‘sf:ajaxfinish’, function() {}

    Can someone please provide me with the code to force a pagination refresh? I am using the “woocommerce shop” display method.

    Here is a link to the live website so you can see the issue first-hand: http://justinwagoner.com/dev/b-moss2/#productgallery

    Here are two screenshots to show you my current configuration:
    http://justinwagoner.com/dev/b-moss2/images/page1.jpg
    http://justinwagoner.com/dev/b-moss2/images/page2.jpg

    Thank you,
    Dan

    Trevor
    #89060

    The problem is that the UL with the products class (which is what you have set for the Ajax Container, does not contain the pagination. If you are able to, add a container that goes around this, and excludes the Search & Filter form?

    Anonymous
    #89659

    That fixed it, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)