Home › Forums › Calendar Products › Events Calendar PRO › Calendar header / name of month doesn't appear on page
- This topic has 4 replies, 5 voices, and was last updated 9 years, 6 months ago by
Najeema Holas-Huggins.
-
AuthorPosts
-
September 30, 2016 at 7:50 am #1170997
Najeema Holas-Huggins
ParticipantTitle says it all. The header that should say “Events for [month/year]” at the top of the calendar doesn’t show up. I’m not all at proficient in web design/coding/anything, and really hesitant to take the next troubleshooting step of reverting from our fully-customized theme to the wordpress default for fear of breaking something. Please help!
September 30, 2016 at 9:44 pm #1171392Hunter
ModeratorHi and welcome,
I’ll try my best to help out here, but unfortunately theme conflicts extend beyond what we’re able to support. (see What support is provided for license holders?)
Do you have any custom templates saved in a folder named tribe-events that resides inside your theme folder? Example: [your-theme]/tribe-events
More info on custom templates can be found by reviewing our Themer’s Guide.
It would also be helpful if you could send over your System Information as a private reply. Thanks and have a great weekend 🙂
October 3, 2016 at 2:46 am #1171729Andras
KeymasterHi Najeema and Hunter,
Let me chime in here as I might have a quick fix.
It looks like that the title at the top is hidden by the theme.
Firstly, it is recommended to use a child theme, so when your parent theme gets an update, your customizations don’t get lost. You can find more info on child themes here: https://codex.wordpress.org/Child_Themes
And to make the calendar titles appear, then add the following snippet to your child theme’s style.css file:
#tribe-events-header, .tribe-events-page-title, .tribe-events-list-separator-month, .tribe-events-single-event-title, .tribe-events-divider {
display: block !important;
}This should bring it back.
In case you don’t have / don’t want to use a child theme, then look for the below lines in your current theme’s style.css file, and simply remove them. You can do this under Appearance > Editor > choose Stylesheet (style.css) on the left. These lines should be close to the end.
#tribe-events-header, .tribe-events-page-title, .tribe-events-list-separator-month, .tribe-events-single-event-title, .tribe-events-divider {
display: none !important;
}Please note again, if you do this change in your theme’s style.css then the customizations might get lost with a theme update.
Let us know if this helps.
Cheers,
AndrasOctober 25, 2016 at 9:35 am #1182535Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘Calendar header / name of month doesn't appear on page’ is closed to new replies.
