- This topic has 1 reply, 2 voices, and was last updated 10 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 not working in my site
Tagged: ajax
You results container is set to #main (in the display results tab)
The results container shoudl only contain your results, but yours, also contains the search form itself.
This means, when there is an ajax request, the search form is replaced, an no longer works correctly.
What you probably need to set this to is .archive-products
Check the docs on the correct way to setup ajax:
https://www.designsandcode.com/documentation/search-filter-pro/search-results/#Setting_Up_Ajax
Thanks