Forums Forums Search & Filter Pro No filter result

Viewing 10 posts - 1 through 10 (of 13 total)
  • Anonymous
    #217876

    Hi,

    I have tried all the different methods including “Post Type Archive”, “Using a Shortcode” and “Custom” but none of the above display the filtered results correctly.

    Meanwhile, I am using twentynineteen’s default “search.php” template and changed it to “search-filter.php” as suggested from this link. The filter dropdowns are shown, but no search result.

    Ideally, I would like to use the “Post Type Archive” to filter the results. Could you please suggest how to use “Post Type Archive”? Thanks!

    Cheers,
    Anna

    Trevor
    #217914
    This reply has been marked as private.
    Anonymous
    #217935
    This reply has been marked as private.
    Trevor
    #218008
    This reply has been marked as private.
    Anonymous
    #218023
    This reply has been marked as private.
    Trevor
    #218124
    This reply has been marked as private.
    Anonymous
    #218870
    This reply has been marked as private.
    Trevor
    #218874

    Is it even logging ajax complete to the console? If it is not, then the code may need to be different. Assuming the loadMasonry function finishes before the loadMasonry() call, our code would need to be this:

    (function ( $ ) {
      "use strict";
      $(document).on("sf:ajaxformfinish", ".searchandfilter", function(){
        console.log("ajax complete");
        loadMasonry();
      });
    }(jQuery));
    Anonymous
    #218926
    This reply has been marked as private.
    Anonymous
    #218930

    Hi Trevor,

    Apart from the “ajax complete” issue, I notice that the loading speed on mobile is extremely slow (about 10s waiting time). The loading speed on desktop is fine. Are there any particular reasons causing this slow loading issue on mobile? I have already tried rebuilding the cache but there’s no obvious improvement on page speed.

Viewing 10 posts - 1 through 10 (of 13 total)