• Resolved ed

    (@wesleysoccer)


    Is is possible to just remove the search bar from the main Events page and leave it on the previous events page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there @wesleysoccer!

    Thanks for reaching out — that’s a great question, I can help with that ??

    Options exists under Events → Settings → Display for disabling search bar, but this would apply The Events Calendar-wide.

    We don’t support plugin customizations here, but I can get you pointed in the right direction. We have a great article Customizing the Tribe Bar.

    By utilizing the examples on that page, you can make the action target only the month view with a code like:

    if( tribe_is_month() ) {
    // code will on execute on month view. can also use tribe_is_list
    	} 

    Hope that helps!

    Hey there,

    Since this thread has been inactive for a while, I’m going to go ahead and mark it as resolved. Don’t hesitate to create a new thread any time you help again!

    Ed ??

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