Forums › Forums › Search & Filter Pro › Search not working
Tagged: search filter not working
- This topic has 10 replies, 2 voices, and was last updated 9 years, 1 month ago by
Anonymous.
-
Anonymous(Private) January 30, 2017 at 9:39 am #86619
Hi,
I purchased the plugin and I’m happy that it is so easy to install and integrate. However I’m having a problem where the searching is not working. On load of the page it is showing the result which is good, but when I search with specific filter it is not searching at all and there’s an error logged in console. You can check the behaviour in the link below:
http://agilis.project-eight.com.sg/wp/product-manuals/
Looking forward to your reply.
Thanks
Trevor(Private) January 30, 2017 at 9:50 am #86624It also shows this:
Found 3 Results yes yes yes yesIs that an error also?
I suspect that the inline javascript (js that is in the page itself) is breaking our plugin, as you guessed.
I took a quick look at the js it refers to:
<!-- bxSlider Javascript file --> <script> $(document).ready(function(){ // code highlighter hljs.initHighlightingOnLoad(); }); </script>It would be more normal in WordPress for this to look like this:
<!-- bxSlider Javascript file --> <script> jQuery(document).ready(function(){ // code highlighter hljs.initHighlightingOnLoad(); }); </script>However, the reference to
bxSlidershould give a strong hint as to what might be causing it,Trevor(Private) March 2, 2017 at 11:51 am #93977Hi
To avoid any possibility of bugs that have been fixed, can you update Search & Filter to the latest version? If you need to do a manual update:
Download the new version from your account area), then follow these manual installation instructions:
1) Deactivate S&F in WP Admin Plugins page (do not delete, otherwise you may lose your search forms IF the current version you have installed is older than 2.3.1 – from that version onward we have fixed this issue with a setting in the main plugin settings page)
2) Via FTP, delete search-filter-pro folder from the wp-content\plugins folder on your server. If you wish to keep the folder, just in case, do NOT rename it, instead move it UP a folder into the wp-content folder.
3) Unzip the file that you have downloaded.
4) Upload the search-filter-pro folder from the archive file you just unzipped to the wp-content\plugins folder on your server.Please note that the release of v2.3.3 is imminent.
-
AuthorPosts