Support

Home Forums Event Espresso Premium Monday Calendar items showing on Sunday in December

Monday Calendar items showing on Sunday in December

Posted: December 2, 2019 at 8:53 pm


Daniel

December 2, 2019 at 8:53 pm

Please check my live site and see if this looks right to you.
https://www.theartstudiony.com/adult-classes/

I am seeing Monday event datetimes showing on Sunday.

When I move to January, they switch to the correct weekday in the calendar.

Do you see anything obvious here? I tried changing the Timezone (set to America/New_York) and I checked if maybe the Venue choice had something to do with this issue (it doesn’t – all classes have a Venue in NYC).

I also noticed that these events are jammed up to the far left in the day view. It seems like for these first events in the month the full calendar doesn’t know where to put them.

Any insight appreciated!


Daniel

December 2, 2019 at 8:58 pm

I should add that this only started happening today. Last week, in November, all the events were in their correct weekdays.


Daniel

December 2, 2019 at 10:06 pm

Now it’s Tuesday and the Tuesday items have jumped to the far left of the calendar so they appear to be in the Sunday column.

Monday’s events are now correctly on Monday. I think it has to do with what is “today” in the calendar.

Events don’t seem to want to show in the today box on the calendar.


Tony

  • Support Staff

December 3, 2019 at 5:08 am

Hi there,

This is happening because of some custom CSS in your theme which specifically targets the FC calendar today class:

.fc td.fc-today {
    position: relative;
    z-index: 1;
}

Changing the position to be relative is throwing off the calculations for the position of the child elements/events.

You can override it using something like:

#espresso_calendar .fc td.fc-today {
    position: initial;
}


Daniel

December 3, 2019 at 8:15 am

Tony, you are a lifesaver. Thank you for your quick diagnosis and fix.


Tony

  • Support Staff

December 4, 2019 at 3:45 am

You’re most welcome, I’m glad it helped.

The support post ‘Monday Calendar items showing on Sunday in December’ 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