Remove search in events page

Home Forums Ticket Products Event Tickets Plus Remove search in events page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1591238
    scalingup
    Participant

    Hi

    How do i remove search option from events page top.

    Thanks

    #1591948
    Sky
    Keymaster

    Hi there!

    Thanks for reaching out. I’d be happy to help with your question.

    There are a couple of ways to go about removing this from displaying on your site, but the simplest would be to add a CSS snippet.

    To hide just the search portion of the bar, you can add this CSS:


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

    However, this leaves the grey background of the bar. To get rid of that, you could use this:


    #tribe-bar-form {
    background: none!important;
    }

    Hope that helps! Please let me know if you have any additional questions about this.

    Thanks,
    Sky

    #1592203
    scalingup
    Participant

    Thank you.

    I need to show attendees information into wooCommerce order page. How to display particular order attendees to ORDER VIEW page

    Could you please help me.

    Thanks

    #1592806
    scalingup
    Participant

    Please check the attachment of reference:

    I need to show attendee information and i will cancel and refund the amount from order page only.

    How to do ?

    #1592940
    Sky
    Keymaster

    Hi again,

    Please note that we are limited in the amount of support we can provide for customizations such as this. That being said, you might check out this thread where another user asked a similar question: https://theeventscalendar.com/support/forums/topic/woo-event-ticket-cart-separate-tickets-show-attendee-meta/

    Hope that helps!

    Thanks,
    Sky

    #1609845
    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove search in events page’ is closed to new replies.