Forums Forums Search & Filter Pro JS Events stopped working

Viewing 10 posts - 1 through 10 (of 19 total)
  • Anonymous
    #269929

    Hello I have the same issue as:

    https://support.searchandfilter.com/forums/topic/search-filter-pro-2/

    on my client new website. What is the solution ?
    Thanks in advance !

    Trevor
    #269934

    Hi. I have split your reply from that thread so that we can address your issue directly. Could you further describe what you had working, and what has gone wrong?

    Are you able to send me a live link/URL to your search page so I can take a look?

    Anonymous
    #269941
    This reply has been marked as private.
    Trevor
    #270009

    Can you upgrade the plugin to v2.5.2 and also try adding this plugin:

    https://wordpress.org/plugins/enable-jquery-migrate-helper/

    See if that helps?

    Anonymous
    #270015

    I did both and no change…

    Trevor
    #270018

    Can you try deactivating as many plugins as possible and testing?

    Anonymous
    #270029
    This reply has been marked as private.
    Trevor
    #270104
    This reply has been marked as private.
    Anonymous
    #270141
    This reply has been marked as private.
    Trevor
    #270193

    Can you change the code to only this and test:

    (function ( $ ) {
      "use strict";
      console.log("ajax complete");
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
        // nothing here
      });
    }(jQuery));
Viewing 10 posts - 1 through 10 (of 19 total)