- This topic has 5 replies, 2 voices, and was last updated 8 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 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 › Refresh not working
Hi, first of all thanks for making this great plugin, it’s very useful.
Everything works fine, but when I load results with AJAX it doesn’t refresh (the URL changes, but not the content). It only works for the first hit, but then it breaks.
Check out the search field on this website.
Thanks!
Hi Marc
I fixed the issue.
I think there was something wrong with your ajax selector #content, it wasn’t working (perhaps there is something else on the page with the same ID)
Anyway, in your archive.php I added
<div id='search-filter-container'> inside <section id="content" class="archive"> and then in your search forms set the ajax selector to #search-filter-container
Best