Posted: November 9, 2023 at 12:13 pm
We have a language course programme, with many different selection options. We use the Events Table View Template add-on, which allows a sorted list with selection by category. But we have too many categories. Is there a way to split this into more than one drop-down selection list? Or make several pages, each with a subset of the courses? |
|
Hi there, Adding multiple dropdowns on the page isn’t something we have available currently, however for this:
Would it work to load a specific category on the page? You can do that using a parameter on the shortcode:
Is that what you are looking for? |
|
Thanks, I’m exploring that approach. Seems doable. How do I switch off the Category filter? |
|
you can do CSS on that. Just use the selector available, be sure you select the correct element and not all will be affected such as this.
this code wont work on your end, you must change .post-102 to the element you have in your site. if you’re not sure, you can send the URL here and let me look that for you. thanks |
|
Hi Rio. Thanks for your reply. My plan has changed a bit. What I now want is to suppress the display of some categories in the drop-down list. Specifically “fide-test” on page https://www.lernen-im-quartier.ch/ .fide-test p.category-filter { |
|
I’m not sure if I follow he use case for this but the above CSS should be:
The selector format for the above is:
|
|
If you want to remove the dropdown, you can do this.
You can also check the documentation here with regarding to table shortcode. thanks |
|
Thanks. The CSS code now works. |
|
Awesomes! if you need anything, feel free to let us know. thanks |
|
The support post ‘Sort by multiple categories’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.