Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #49066

    Ryan O
    Participant

    Team,

    I saw the post about removing the header from a WooCommerce page, but having trouble finding how to do it on the events page. Also to note, i’m using a plugin called The Events Calendar (http://wordpress.org/plugins/the-events-calendar/)
    Hopefully that wont make a difference though.

    This is the code I found:

    .??? .x-header-landmark {
    display: none;
    }

    Thanks

    #49411

    Rad
    Moderator

    Hi Ryan,

    Thank you for dropping by!

    We don’t support 3rd party plugin, but this one is just easy. Though you did not provide a url address that we can check.

    Thank you.

    #49422

    Ryan O
    Participant
    This reply has been marked as private.
    #49697

    Christian
    Moderator

    Hey Ryan,

    Please try

    h2.tribe-events-page-title {
    display: none;
    }

    Hope that helps. 🙂

    #49829

    Ryan O
    Participant

    Support,

    Tried entering that code in Customizer>Custom>CSS with no luck. Any other ideas?

    Best,
    Ryan

    #50068

    Rad
    Moderator

    Hi Ryan,

    It must be your cache. I don’t see the title anymore.

    Cheers!

    #50386

    Ryan O
    Participant

    Support,

    I am trying to remove the entire navigation bar. I’m sorry if I wasn’t clear.

    The top nav bar that says

    RECON ARTIST COLLECTIVE HOME ROSTER BOOKING SHOW DATES CONTACT.

    I still see it visible as well as other people I have asked to check from different connections.

    #50702

    Rad
    Moderator

    Hi Ryan,

    You could use “Blank – Container | No Header, Footer” template for your event page. http://awesomescreenshot.com/0a12whvmc8

    Or hide it using this css.

    .tribe-filter-live.tribe-bar-is-disabled .masthead {
    height: 20px;
    visibility: hidden;
    }

    Hope this helps.

    #51559

    Ryan O
    Participant

    Thank you so much support, the CSS style worked perfect.

    #51917

    Kory
    Keymaster

    Glad to hear, Ryan! 🙂

    #166224

    roadcrew
    Participant

    Hello X-Team!

    I have a question regarding Events Manager and X:

    In the X customize Module you can set the name for your blog title. When running the Events Manager Plug-In, the page for a single event then uses the blog title in the header:

    http://rehmann.de/veranstaltungen/uebertragen-oder-vererben-3

    What I would like to accomplish is:
    1. either remove the header eintirely
    or
    2. have the header show the name of the event.

    I have tried inserting the above suggested CSS in the Custom CSS section, with no results. Also in the setup for events manager under the page tab I am using “show events as: “blank-container-header-footer”.

    I realize that if I use no header here it will remove it from the single events page, but doing this also removes the masthead, navigation, etc. which I don’t want.

    I just want to remove the header tag.

    Thanks,
    Gary

    #166430

    Zeshan
    Member

    Hi Gary,

    Thanks for writing in!

    Regretfully, we’re unable to support 3rd party plugins. However, X is quite extensible with child themes and there is a bit of custom CSS code you could try adding under Custom > CSS in the Customizer:

    /* Hide Header Landmark on Sigle Event Pages */
    .single-event .x-header-landmark { 
       display: none !important; 
    }
    

    I did a quick test and this is working ok for me, but as it’s related to 3rd party plugin we’re unable to promise it will continue to work indefinitely.

    Cheers!