-
AuthorPosts
-
May 27, 2014 at 11:17 pm #49066
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
May 28, 2014 at 2:50 pm #49411Hi 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.
May 28, 2014 at 3:09 pm #49422This reply has been marked as private.May 29, 2014 at 3:56 am #49697Hey Ryan,
Please try
h2.tribe-events-page-title { display: none; }
Hope that helps. 🙂
May 29, 2014 at 9:21 am #49829Support,
Tried entering that code in Customizer>Custom>CSS with no luck. Any other ideas?
Best,
RyanMay 29, 2014 at 4:37 pm #50068Hi Ryan,
It must be your cache. I don’t see the title anymore.
Cheers!
May 30, 2014 at 11:14 am #50386Support,
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.
May 31, 2014 at 3:45 pm #50702Hi 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.
June 2, 2014 at 9:51 pm #51559Thank you so much support, the CSS style worked perfect.
June 3, 2014 at 3:51 pm #51917Glad to hear, Ryan! 🙂
December 17, 2014 at 4:55 am #166224Hello 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,
GaryDecember 17, 2014 at 9:45 am #166430Hi 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!
-
AuthorPosts