Disable "Tribe Events Bar"

Home Forums Calendar Products Events Calendar PRO Disable "Tribe Events Bar"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1081633
    Kurt
    Participant

    I would like to completely disable the Tribe Events Bar from my site. We only have a few events at any time, so this functionality isn’t needed.

    From this article https://theeventscalendar.com/knowledgebase/understanding-the-tribe-events-bar/
    I added
    add_filter( 'tribe-events-bar-should-show', '__return_false' );
    to functions.php, but that only disabled the ‘list of views’ part of the bar.

    Is there a way to remove the entire bar?

    #1082080
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    I think that filter is only for custom views and get overwritten by our coding.

    Anyway, what about with css?

    #tribe-events-bar {
    display: none;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #1082139
    Kurt
    Participant

    Perfect! Just what I needed! Thank you

    #1082483
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable "Tribe Events Bar"’ is closed to new replies.