Support

Home Forums Event Espresso Premium Calendar View

Calendar View

Posted: January 26, 2022 at 5:25 pm


whiscreative

January 26, 2022 at 5:25 pm

The calendar on this website is now displaying very well, its making it very hard to read, https://whistlerfirstaid.ca/
See screenshot – on the 1st you can see a long thin strip that makes the calendar fields large (It looks like a multi-day event that is not fully showing)
Can we fix this?
Is it also possible to limit the amount of text that shows on hover of the calendar? if so how?

Here is the screenshot
https://drive.google.com/open?id=1W99Fk1MIYOTBAVrsTPwlU7E-B5XbYakv&authuser=ruth%40whistlercreative.ca&usp=drive_fs


Tony

  • Support Staff

January 27, 2022 at 9:47 am

Hi there,

This is caused by a bug in the library used to generate the calendar when used with later versions of jQuery, it happens when events span across multiple weeks on the calendar and we don’t currently have a fix available.

One option is to use a plugin to load the legacy version of jQuery on the site:

https://github.com/Pebblo/ee-calendar-migrate/archive/refs/heads/master.zip

However, that only loads on a ‘espresso_calendar’ or ‘calendar’ page slug currently, so you may need to update this line:

https://github.com/Pebblo/ee-calendar-migrate/blob/master/ee-calendar-migrate.php#L14

TO be something like this:

if( is_page( array('espresso_calendar', 'calendar') ) || is_home() ) {

To include loading that version of jQuery on the homepage.

The support post ‘Calendar View’ 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