Forums › Forums › Search & Filter Pro › Search and Filter Pro: empty results page
- This topic has 10 replies, 2 voices, and was last updated 6 years ago by
Anonymous.
-
Anonymous(Private) April 6, 2019 at 5:22 pm #207718
I have installed Search & Filter Pro on my website, I believe I have made the settings correctly; however, the results page loads me empty. I would like to solve this problem because at the moment the plugin is not serving me.
I have this plugin configuration:
General
https://image.prntscr.com/image/ue6hCxagSAygKiLDVeQ-Vg.pngDisplay Results
https://image.prntscr.com/image/Wsy_KTKMSYSr0StMeQ_tJg.pngPosts
https://image.prntscr.com/image/Gchi0v0CSHOthUZr6lcX0g.pngTags, Categories, Taxonomy
https://image.prntscr.com/image/k4FfPlQWTsyPi8dRxqRGpA.pngAdvanced
https://image.prntscr.com/image/cLkChUGNSlCQXDxPe3IpRQ.pngSearch Form UI
https://image.prntscr.com/image/2r2V6RQcQQS75Hbz2_8N1g.pngThen, in my template I have a front-page and a home where the wordpress entries appear.
The URL of my front-page is http://mydomain.com
The URL of my home is http://mydomain.com/animesMy home page loaded by the index.php file has the WordPress loop and also the sidebar. Then I put the Search & Filter widget in the sidebar and how much I try to filter the results I load the following:
https://image.prntscr.com/image/XEDi92z7TfOMSzbNzbrw4A.png
And the URL of the results page that appears to me is http://mydomain.com/?sfid=78
In any type of filter, that search URL always appears, with empty results.
I hope you can help me, this is very urgent please.
Thank you.
Trevor(Private) April 11, 2019 at 5:17 pm #208259OK. I can now see the issue. Our search-filter-build.min.js file is not being loaded in the footer.
This means something is wrong with the way the theme footer is being called in the templates. Whilst there IS content in the footer, there are no assets being loaded here (javascript or CSS), which is a good indication that the wp_footer() function is either missing or not being called correctly.
-
AuthorPosts