- This topic has 2 replies, 2 voices, and was last updated 9 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › AJAX Results Can't Paginate Correctly
Tagged: ajax, pagination, results
On this page if you use the filter, the search results display correctly, but I cannot seem to paginate the results. I guess I must have the selector set up incorrectly.
Could you take a look at the code and let me know if this is right for my pagination selector:
“.pagination a”
Any other ideas would be very helpful. Thank you.
I think that the problem is that the pagination is not inside the results container, but, if I look at the page html, the next container out from the results container also includes the search form, as well as the pagination. You may need to add another container to hold both the results and pagination.