Support

Home Forums Event Espresso Premium Calendar Add-on, The name of the current Month being viewed does not display

Calendar Add-on, The name of the current Month being viewed does not display

Posted: October 5, 2017 at 7:48 am


kaeryconcealed

October 5, 2017 at 7:48 am

Hello,

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 page as an example is: http://www.kaeryconcealed.com/calendar/

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.

Thanks!
Jeff


Josh

  • Support Staff

October 5, 2017 at 8:29 am

Hi Jeff,

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:

https://www.evernote.com/l/AATa91-vE3dDq6XE5FDpMrrc6mdBcaa3n3U

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.


kaeryconcealed

October 5, 2017 at 9:02 am

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

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.

Event Espresso