Force always active filter bar

Home Forums Calendar Products Filter Bar Force always active filter bar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1246085
    Adage
    Participant

    Hello,
    I wonder how may I force the filter bar to be always active ?
    Thank you.

    #1247289
    Nico
    Member

    Hi there Adage,

    Thanks for getting in touch with us!

    I guess you could set the ‘Filters Default State’ (in WP-Admin > Events > Settings > Filters) to ‘Open’ and then hide the ‘show / collapse’ link with the following CSS snippet:

    #tribe_events_filters_toggle {
    display: none;
    }

    You can paste the code in you them (or child theme) stylesheet or via Simple Custom CSS plugin.

    Please let me know if that helps,
    Best,
    Nico

    #1248473
    Adage
    Participant

    Hello and thank you,
    I already have done that with no effect.
    For some reason, with Chrome, I keep seeing it disabled by default…
    Thank you.

    #1250027
    Nico
    Member

    Thanks Adage! That’s probably because the FilterBar stores a cookie to remember the last state of the filters. Which is something the workaround above doesn’t take into account. If you clear cookies in your browser, Does this works?

    Also, is the site new to visitors or an existing site they have already used?

    Please let me know about it and I’ll continue to help,
    Best,
    Nico

    #1260879
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Force always active filter bar’ is closed to new replies.