Forums › Forums › Search & Filter Pro › Pop up Checkbox in Accordion
Tagged: V3
- This topic has 5 replies, 2 voices, and was last updated 4 years, 3 months ago by Trevor.
-
Anonymous(Private) June 22, 2020 at 9:01 am #249595
Hi,
I try to replicate the filter of my current website especially the Location Taxonomy pop up or dropdown effect which display a list of checkbox in accordion. This is extremely useful for a long list of locations. https://singaporeofficespaces.com/properties/
I managed to get the scrolling part works, but not the accordion and pop up effect.
I build it on my local site, so I can only share the printscreen: https://prnt.sc/t44l0uPlease advice.
Trevor(Private) June 22, 2020 at 9:29 am #249598The only option we can offer, using custom CSS, is as the Genres field in our demo shows:
https://demo.searchandfilter.com/movies/
That is made using this Custom CSS:
.searchandfilter li[data-sf-field-input-type="checkbox"] ul { max-height: 180px; overflow: auto; }
We do not have an accordion option, and I do not have any code snippets to share with you that you might be able to use.
Beware of adding/changing the HTML structure of the form and fields as this may break functionality of the plugin, which relies to some extent on the existing HTML structure of the form and fields.
-
AuthorPosts