Forums Forums Search & Filter Pro Ajax Pagination doesn’t work

Viewing 6 posts - 11 through 16 (of 16 total)
  • Trevor
    #237094
    This reply has been marked as private.
    Anonymous
    #237103
    This reply has been marked as private.
    Anonymous
    #237105
    This reply has been marked as private.
    Trevor
    #237204
    This reply has been marked as private.
    Ross Moderator
    #237237

    Hi Erez

    I’ve had a look at this and Trevor is correct.

    Essentially, your pagination is hand crafted, which means its not modifiable by a plugin (like ours).

    You have 2 approaches,

    1) Use WP functions for pagination (such as paginate_links etc) – you can can pretty much recreate what you already have using WP functons instead – then our plugin can hook into this and modify accordingly.

    2) If you prefer to build your own pagination, know that our pagination is not done like mysite.com/search-results/page/1, it is done using query params, so you the URL would look like: mysite.com/search-results/?sf_paged=1 (sf_paged is our variable for tracking paged)

    Option 1 is the preferred option, because if we decide to change how pagination works, you will be protected (we do actully plan to do this in our next major version).

    Let me know your thoughts and how you get on.

    Anonymous
    #237245

    Thank you very much, that’s just what I needed!
    I appreciate you taking the time to look into it and offer a solution.
    I’ll go ahead and make the necessary changes to use the existing WP functions.

Viewing 6 posts - 11 through 16 (of 16 total)