Forums Forums Search & Filter Pro Pagination

Tagged: 

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

    Hi

    Loving the plugin, has forced me to fix up some niggling issues with the site I’ve implemented it on for it to work correctly, but that’s been a good change.

    I’m having some issues with Pagination. Pagination links are showing up, I can see SF taking over the link with the sf_paged query param, but it doesn’t seem to be updating the page numbers when the ajax results come through (it does work on initial load if there is a search in the query params).

    The filters are implemented on https://www.wiley.com.au/experience/

    I’ve tried a few different options for my pagination selector, including…

    • .pagination a
    • .pagination (this seemed to work the best as it updated the correct current page, but not the number of pages
    • .pagination .page-numbers
    • .page-numbers

    Any idea what setting I’ve got wrong?

    Trevor
    #152995

    The key is that, whatever template php file you are using you have an Ajax container, and the pagination must be inside this, not outside it. Otherwise it will not get updated.

    Anonymous
    #153029

    Perfect, that’s got it working, thanks for the help!

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