Q1) filter being applied to search query . i dont want it to apply on search query
What kind of filters are being applied to search query? please elaborate the question with more details.
I assume we are talking about the view "HomeSearch": hidden link
Please edit it, click "Screen Options", enable option " Query Filter", then you will be able to see section " Query Filter", there you can change/remove the Views filter as what you want.
Q2) i am trying to make this page ... buttons with images
There isn't such a built-in feature as your screenshot: hidden link
In my opinion, you can use some custom JS/CSS codes to style the custom search form as your screenshot, for example: hidden link hidden link hidden link
You don't need to hack the Toolset plugin file, and we don't recommended that.
As I mentioned above, you just need to setup custom JS/CSS codes to customize the button and fields of custom search form, for example:
Edit the view, in section "Search and Pagination"(if you can not see it, you can click "Screen Options", and enable it), click "CSS Editor" and "JS Editor", there you can setup your own custom CSS/JS codes, see screenshot: css-js.JPG
i tried that method but url changes after search results and its not getting caught timely. i get old url instead of new url.
[wpv-post-url] works but didnt show desired results.
Is there any change i am given some guide line which file to modify to add more controls to the view
i sure will be able to proceed if i am guided about file. I know it will get over written but that is my issue
its not working for me and its getting very difficult for me to continue using the plugin .
this is how my page loads initially before transforming
can you please help me with thins issue ?
I assume you are going to change the source codes of Views plugin file, can you confirm it?
If it is, there isn't guild line for it, we don't recommend you to hack the plugin files, that will conduct problem when you upgrade the plugins, your custom codes will be overridden.
If you are going to add custom PHP codes, you can also try other plugins, for example: https://wordpress.org/plugins/code-snippets/
use it you can setup custom PHP codes without touching your theme files or plugin files.
Q1) can the recommended plugin be able to add a new button to your view.?
No, it depends on your custom codes, the plugin "code-snippets" can only help you to add custom PHP codes.
Q2) or can it be able to add an <option ></option> under ur select. ?
What kind of select are we talking about? how and where do you want to add an <option ></option>?
If it is a custom select field, you can setup the options manually, see our document: https://toolset.com/documentation/user-guides/using-custom-fields/
Q3) I failed to understand why i am being refereed to 3rd party plugin for almost every query. are you trying to tell that this plugin was a bad choice?
The plugin is for adding custom PHP codes without touching theme files and plugin files, if you don't need it, you don't need to try it.
Q4) you are requested to provide me a solution
Since you are asking some features, which are not the built-in feature of Toolset plugin:
We cannot produce custom code solutions for you. When you need custom coding which extends Toolset functionality, we recommend contacting one of Toolset certified consultants. https://toolset.com/contractors/
Please elaborate the question with more details: if i dont want to select bedroom i can select the very first button and rest of the filter is not disturbed
I assume we are talking about this page in your own website: hidden link
Which one field (bedroom) is that you don't want to select?
How and where do you want to select the very first button?
How do you want rest of the filter is not disturbed?
dear luo yang. if ujust look at the url i shared.
and try selecting different options in the filter.
and try un selecting any it works but in the cause to tookset . it snot possible to unselect a specifc filter option
Like i want to search 2 bedrooms and 2 bathrooms
and it didnt showed any results.
now 1 want to change filter to search all properties with 2 bedrooms and 0 bathrooms. this is achievable using the link i shared but not with the filter i created using toolset.
i need ur expertise to guide me how to achieve that scenario
Luo is on Vacation. This is Minesh here and I will take care of this ticket and try to help you further. Hope this is OK.
Well - as I understand as I can see with this link: hidden link
=> You want to add default option "Please Select" with each filter so that you can rule out (uncheck) the current filter which is applied to view but for now you are not able to set the default option.
you can setup a default option but I've tested with my local test site and it looks like that there is a bug when you try to add a filter with default option. I'll report this to our Devs.
In the mean time I've added following code as workaround for filter "HOUSE DESIGNS":
And I can see its working. You should try to add same default option by changing the name and ID of input as required.
However, I would also like to acknowledge what Luo said earlier that to redesign your filers as per your need using CSS/JS is pure custom programming tasks which is beyond the scope of our support policy.