- This topic has 11 replies, 5 voices, and was last updated 5 years, 9 months ago by .
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Filters works on 1 taxonomy only
Tagged: filter
Hi Ivan
To access the query data, you can use this class:
https://searchandfilter.com/documentation/accessing-search-data/
If you’re comfortable with PHP you should be able to access all the variables you need.
To answer:
Lastly, is the dropdown controlled by browser setting or is there a CSS class I can tweak to change it?
Dropdowns are usually native browser dropdowns – which don’t allow for too much styling – you can check our html though, every S&F field has a custom class added (based on its name) to allow for CSS styling.
If you want more flexibility though, you can tick the option (in your field) – enabled combobox.
This will use a a script called chosen to display the combobox which give you more CSS styling options.
*** WARNING, we are removing support for Chosen so in the S&F settings page, change combobox script to select2 – this is what we will be using in the future and provides better options still.
Thanks