Disable search bar

Home Forums Calendar Products Events Calendar PRO Disable search bar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1103679
    Stefan
    Participant

    Hi again,

    I use the option “disable event-search bar” in event calendars settings to stop the search bar from being displayed. This hides some parts of the bar but the date-field is still visible. Example: https://www.nordicfit.com/termine/
    What can I do to hide this field like the others?

    I also realize that the behavior of this field is different from your demo on http://wpshindig.com/events/
    On your demo it displays clickable tiles for every month which would make more sense for us than letting users typing individual dates in this field.

    Thank you for your reply.

    Kind regards,
    Stefan

    #1103864
    Hunter
    Moderator

    Hey Stefan,

    Thanks for reaching out! Does the issue still occur after following our Testing for conflicts guide?

    You can hide the mentioned fields via CSS with the following code:

    .tribe-bar-disabled #tribe-bar-form {
    border-radius: 3px;
    width: auto;
    display: none;
    }

    You could also remove the bar completely via a template override as explained in our Themer’s Guide.

    Let me know if this helps and we’ll go from there. Have a good rest of your day.

    #1103869
    Hunter
    Moderator

    I spaced providing this KB article: Understanding and customizing the Tribe Events Bar

    That should help too!

    #1104149
    Stefan
    Participant

    Hi Hunter,

    thank you for the fast and helpful reply!

    KR,
    Stefan

    #1104317
    Hunter
    Moderator

    Glad it all worked out! I’ll close this thread out but go ahead and open a new one if you have any more questions. Have a good rest of your week!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Disable search bar’ is closed to new replies.