Skip Navigation

[Resolved] Split: How to show Views filter controls within expandable sections?

This support ticket is created 6 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

Author
Posts
#1095033

----
problem 5: in the search terms I would like to see them as a dropdown with checkboxes how can this be done?

LINK:hidden link

#1095035

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

The Search and Pagination section of a View is an HTML editor, you can add whatever markup you like there.

When you insert a filter it already has a wrapper div added (see screenshot).

You can modify this markup to add collapsible sections to contain the filter controls.

Unless you have changed the settings to disable it, you should be able to take advantage of the Bootstrap collapsible UI, which is described here: hidden link

You'll need to make sure your markup matches its requirements, or if you don't like Bootstrap you can always roll-your-own solution to achieve something similar.