Support Forums

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Search results displaying incorrectly

Viewing 9 posts - 11 through 19 (of 19 total)
  • Trevor Moderator
    #201882
    This reply has been marked as private.
    Kacper Kościański
    #201890
    This reply has been marked as private.
    Kacper Kościański
    #201892
    This reply has been marked as private.
    Kacper Kościański
    #201897
    This reply has been marked as private.
    Trevor Moderator
    #201901
    This reply has been marked as private.
    Kacper Kościański
    #201959
    This reply has been marked as private.
    Trevor Moderator
    #201963

    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>
    Kacper Kościański
    #202088
    This reply has been marked as private.
    Trevor Moderator
    #202154

    There is no way I know of to do this sorry.

Viewing 9 posts - 11 through 19 (of 19 total)

You must be logged in to reply to this topic.