I noticed that on my calendar page, the actual name of the currently displayed month is not shown anywhere, which is causing some confusion for my customers upon checkout. I looked through the settings, but didn’t see anything obvious, nor reading through the documentation.
The buttons & filters are all working correctly, and the courses are showing up in the correct month, there just doesn’t appear to be a way to indicate which month someone is browsing other than selecting one of the courses to see where it fell.
It looks like you have some custom CSS that’s setting the name of the month’s text color to white. Since it’s also a white background, the text will not be visible. Here’s a screenshot that shows the CSS in question, deactivated in Chrome’s dev tools:
While you could remove the CSS, it’s probably being used elsewhere somewhere else. So you could make that CSS more specific, or add in an additional rule that’s specific to the calendar title to override the other rule, like this:
.fc-header-title h2 {
color: #000;
}
You might also check around the website to make sure other h2’s aren’t being hidden where there’s a white background.
Hey Josh – Thanks!! Man that feels silly that I overlooked such a detail. You’re right, there are some theme settings for the h2’s… I’ll take a deeper look in the placement of the theme h2’s and come up with an alternate solution, even if that’s just changing the CSS on the calendar page specifically.
Again, thanks for the incredibly fast and thorough support, you guys are the best!
Jeff
Viewing 2 reply threads
The support post ‘Calendar Add-on, The name of the current Month being viewed does not display’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.