- This topic has 18 replies, 2 voices, and was last updated 7 years, 3 months ago by .
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 › Search results displaying incorrectly
Tagged: search results
Is this button something you add (probably using a custom JavaScript)? It does not sound as if it is a standard feature of our plugin. If it is custom JS, then that JS needs to be run again after a search, in code like this:
<script>(function ( $ ) {
"use strict";
$(document).on("sf:ajaxfinish", ".searchandfilter", function(){
// so load your scripts/function here again
});
}(jQuery));</script>