Forums › Forums › Search & Filter Pro › Checkbox in Multi-Select
Tagged: checkbox, multi select
- This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago by Anonymous.
-
Anonymous(Private) January 12, 2018 at 3:53 pm #152207
Hello, i have search my problem in the forum. I did not find a solution!
In your demo http://demo.designsandcode.com/sfpro-movie-reviews/ you have the checkboxes in a multi-select (Genre). How can I insert this?Best regards Thomas
Trevor(Private) January 12, 2018 at 4:20 pm #152231Do you have a search form already made with the taxonomy or post meta element that you want to do this with?
If so, are you able to send me a live link/URL to your search page so I can take a look?
What is the CPT being searched, and which field?
A screenshot of the settings for that field as you currently have them would be great. Upload the screenshot to a file sharing site (like the WordPress Cloudup site) and share the link it with me?
Trevor(Private) January 12, 2018 at 5:38 pm #152272You want the scrollbar?
It is made so with Custom CSS:
.searchandfilter > ul > li[data-sf-field-input-type="checkbox"] > ul, .searchandfilter > ul > li[data-sf-field-input-type="radio"] > ul { max-height: 150px; overflow: auto; }
And to make it multiselect the Search Operator
AND
(as in your screenshot) is set toOR
. -
AuthorPosts