Forums Forums Search & Filter Pro Woocommerce default pagination with ajax not working

Viewing 6 posts - 1 through 6 (of 6 total)
  • Trevor
    #269540

    What Ajax Container are you using?

    I would try either:

    .products OR #shop

    The issue with the latter is that it also includes the filter form, which is not always a good thing to do.

    The problem is that there is not a container in the template that holds just the products and the pagination, so, if you are able to edit the template, add a div around those two sections, or maybe move the pagination in to the same section as the products and give that section a custom class?

    Anonymous
    #269546

    Right now i’m using #products .row for the ajax container.

    Correct me if i’m wrong but I’ve got the products in its own #products section and the pagination in its own .woocommerce-pagination section.

    Trevor
    #269548

    Generally, the pagination needs to be inside the Ajax Container, otherwise it cannot be updated.

    Anonymous
    #269551

    Ah got it, got it fixed now. Wrapped both sections inside an #sfp_ajax_container div

    Trevor
    #269554

    Great, is it OK to close this thread for now?

    Anonymous
    #269556

    Yes ! Thank you for the (fast) support !

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