Choose which categories are shown in filter bar?

Home Forums Calendar Products Filter Bar Choose which categories are shown in filter bar?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1143528
    Agnes
    Participant

    I’m using your product for a music calendar and I have, like, a hundred categories (genres), but I only want maybe 20 main ones to show up in the filter so to not overwhelm users. Is there a way to do this?

    Love the calendar and filter bar so far!

    #1143739
    Geoff
    Member

    Hello Agnes,

    Great question! While there is no setting to specify categories on the back end, you could use CSS to hide irrelevant categories.

    For example, let’s say there is a category called Rock. You can add this to your theme’s style.css file or by using the Simple Custom CSS plugin:

    .tribe-events-filter-group .tribe-events-category-rock {
    display: none;
    }

    Will that work for you? Please let me know. 🙂

    Cheers!
    Geoff

    #1152142
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Choose which categories are shown in filter bar?’ is closed to new replies.