Forums › Forums › Search & Filter Pro › Search Filter not showing correct result
- This topic has 13 replies, 2 voices, and was last updated 6 years, 11 months ago by Anonymous.
-
Anonymous(Private) November 20, 2017 at 8:35 am #142781
Hello,
We have buy this plugin and setup it in this website “http://www.platform80.co/”, we have setup the search fields with search , category, and taxonomy but when we try to filter the result its no filter proper its showing all result not the filter result.
We have one post in “Community Hall” and one in “Dormitory” but when we filter with this taxonomy its showing all not specific post.
Please help us to check this issue.
Thanks
Trevor(Private) November 20, 2017 at 3:46 pm #142859Could you test and see if it appears to be working now?
If it is, you need to make a child theme of the main theme. If you do not know how to make one, install and use this plugin, and then remove the plugin after use:
https://wordpress.org/plugins/orbisius-child-theme-creator/
Any files that you want to edit or add to your theme should go in the child theme folder (copy ones you want to edit into that folder first).
A note on naming child themes. Use only standard Text characters (spaces are OK) and avoid at all costs any names used by themes already – so make it unique to you or your customer!!!! If you use a name already in use, WordPress may attempt to upgrade your theme with the other one with the same name and that will not be good!!
You should then copy the file search.php from the main theme folder to the child theme folder. If you look at the contents of this file, about halfway (or more) down, in a list of arguments, you will see that I added a search_filter_id argument to the end of the list. This connects our plugin with your theme’s search template.
Trevor(Private) November 21, 2017 at 11:22 am #142994Then I have removed the change that I made.
I cannot see a page/gird builder tool in the theme that makes the search results layout, which suggests it is done by code in a theme PHP file somewhere. So, is the results page layout one that came pre-made with the theme?
If this is so, you will alternately need to use a specific page for the results and use a custom layout/gird. As you have WPBakery Page Builder plugin, it would be easiest to use this. If you make a specific page of the name you choose to use, I can then add the parts and set them up for you to enable the basic functioning of the search.
Anonymous(Private) November 22, 2017 at 2:37 am #143137Hello,
Sorry to say but i am not getting what you want me to do, i have created this search page in visual composer and the short code there “http://www.platform80.co/seearch-result/”
In the theme also i have already search.php page which has layout of the theme.
So can you please me to set the correct search result
Thanks
Trevor(Private) November 22, 2017 at 12:14 pm #143195Some things do not look correct to me, but can you try that new search page now (I have made some changes to make testing easier, like show count)?
For example, the submit button is not showing. So I have enabled Auto Submit so it can be tested.
Anonymous(Private) November 23, 2017 at 2:20 am #143383Hello,
Yes as i check the new search yes its working fine, but we dont need the ajax search we need to put the search button can you please help to set the search form with the search button.
and also as i check the search result above the images some code is coming plz help me to check that or else let me know how can i change that.
Thanks
-
AuthorPosts