Support

Home Forums Event Espresso Premium EE4 Event Calendar Problem

EE4 Event Calendar Problem

Posted: July 21, 2014 at 10:53 am

Viewing 3 reply threads


Chris Stambaugh

July 21, 2014 at 10:53 am

Hi,

I’ve been using the EE4 event calendar for a time and while it mostly works fine, I’ve discovered that the links at the top of the calendar for the different categories either don’t work or seemingly work incorrectly.

You can view this behaviour at: http://www.bsop.ca/monthly-calendar/

Any ideas?

Thanks,

Paul


Josh

  • Support Staff

July 21, 2014 at 2:01 pm

Hi Paul,

I checked your calendar page and this looks like an issue where the category legend links are floated, but not cleared. When a floated element isn’t cleared, the parent element (in this case the category legend division of the page) can collapse, and that’s what’s happening here.

I’ll send a note over to the dev team to add a clear fix. You can add your own little temporary clear fix by adding the following to your custom stylesheet/CSS:

#espreso-category-legend:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

#espreso-category-legend:after {
    clear: both;
}


Chris Stambaugh

July 22, 2014 at 10:49 am

In reality, I don’t find much use in listing all the categories at the top of the calendar.

Is there a way I prevent them from displaying at all?

I love how the colour differentiates and want to keep those, but just don’t require the list at the top of the calendar.

Thanks,

Paul


Tony

  • Support Staff

July 22, 2014 at 11:30 am

Hi Paul,

If you go to Event Espresso -> Calendar.

In those options you’ll find the ‘Enable Category Legend’ option.

Set that to No and update the settings.

That will remove the category legend from the top of the calendar.

Viewing 3 reply threads

The support post ‘EE4 Event Calendar Problem’ 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