Support

Home Forums Event Espresso Premium Calendar not showing up after update to WP 5.5.3

Calendar not showing up after update to WP 5.5.3

Posted: November 3, 2020 at 11:44 am

Viewing 1 reply thread


Matrixparents

November 3, 2020 at 11:44 am

Our site at http://www.matrixparents.org was updated to WordPress 5.5.3 and PHP 7.4. We are running Event Espresso – Calendar (EE 4.3+) and Events Table View Template (EE 4.4.9+)

The widget is on but it’s not showing up. The large calendar is not showing up. The list is showing up. Are there updates for the Espresso plugins I need to install? Our families depend on seeing trainings on our calendar. Please help. best wishes…Angela


Tony

  • Support Staff

November 3, 2020 at 11:55 am

Hi Angela,

The Calendar uses JavaScript to load and currently, your site’s theme is throwing multiple JS errors and those will break the calendar.

Within your themes custom.js file on line 44 is this code:

$('a[href*=#]:not([href=#])').click(function() {

That needs to be changed to:

$('a[href*="#"]:not([href="#"])').click(function() {

Also something similar on line 15:

$('.c-navbar a[href=#]').on('click', function(e) {

Needs to be:

$('.c-navbar a[href="#"]').on('click', function(e) {

If you open up Chrome dev tools you can see those errors in the console:

https://monosnap.com/file/u2fGkGdONszUsWr45ga0VVQDpbzHTJ

Viewing 1 reply thread

The support post ‘Calendar not showing up after update to WP 5.5.3’ 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