Forums Forums Search & Filter Pro ajax on pagination

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Ross Moderator
    #1420

    Hey Adrian

    The link you sent me is not using AJAX at all however, the pagination should work fine as long as you enter this in the pagination selector:

    a.page-numbers

    🙂

    In order for ajax to work properly (and easily) you must specify that you are using a custom template also! So try the following templates (if you do not know the template name that is currently being used) search.php, archive.php and category.php

    Let me know how you get on and if still having problems fire over your login details!

    Thanks
    Ross

    Ross Moderator
    #1422

    Sorry, just realised you mentioned that you disabled ajax…

    One thing to note is, for your pagination to update, your pagination links must be inside the ajax container.. That means the html for your pagination will be fetched using ajax too and therefore update.

    Also note, that the search form itself must not be inside the ajax container.

    Let me know!

    Anonymous
    #1423

    Hi Ross,

    Very fast replies – thanks!

    The info about the pagination being inside the ajax container was what I needed, and it works great now, thanks.

    This is now resolved.

    Ross Moderator
    #1424
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)