Forums › Forums › Search & Filter Pro › No filter result
- This topic has 12 replies, 2 voices, and was last updated 5 years, 4 months ago by Anonymous.
-
Anonymous(Private) August 2, 2019 at 9:38 am #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,
AnnaTrevor(Private) August 13, 2019 at 3:55 pm #218874Is 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(Private) August 14, 2019 at 6:46 am #218930Hi 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.
-
AuthorPosts