Remove Events Search Bar

Home Forums Calendar Products Events Calendar PRO Remove Events Search Bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1200080
    stevebenthal
    Participant

    How do I remove this?
    http://prntscr.com/ddv4b0

    I tried putting this in functions.php but it didn’t work.
    add_filter( ‘tribe-events-bar-should-show’, ‘__return_false’, 9999 );

    Thanks,

    Steve

    #1200571
    Geoff B.
    Member

    Good evening Steve and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    The simplest way to do this would be with a CSS rule.

    Try the following:

    .tribe-bar-disabled {
    display: none !important;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1200614
    stevebenthal
    Participant

    I put the CSS in Custom CSS for my Avada Theme Options. It did not work.
    Is there another spot I should put it?

    When I played w/ display: none !important; in firebug it went away (so we are close), but not the padding so it left lots of white space.

    https://carmeliteinstitute.net/events/category/homepage/

    Thanks,
    Steve

    • This reply was modified 9 years, 4 months ago by stevebenthal.
    #1201006
    Geoff B.
    Member

    Good afternoon Steve,

    Thank you for trying this out. I am sorry that it did not kick in with  your first attempt.

    I just went back to your site and noticed that the bar is gone (and so is the padding). Kudos!

    Do you still need my help on this ?

    Best regards,

    Geoff B.

    #1201091
    stevebenthal
    Participant

    Hi Geoff,
    It must have been a caching issue. All I did was leave your CSS in place.
    I see it is correct now too.
    Thanks,
    Steve

    #1201612
    Geoff B.
    Member

    Good afternoon Steve,

    I am stoked that it finally kicked in.
    I believe you are probably right about the caching.

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove Events Search Bar’ is closed to new replies.