I am able to schedule events using Event Expresso but the events are not being displayed on the calendar. I am able to see the event using their dedicated URL to access them.
This issue occurred on Monday of this week.
I’ve deactivated and reactivated the plugin but with no success.
Any suggestions or recommended troubleshooting tips would be great.
If so open up /ee4-events-calendar/scripts/espresso_calendar.js
On line 208 you’ll have:
$( thumb ).load( function() {
Change that to:
$( thumb ).on("load", function() {
That should fix the problem for you.
We’ll need to push an update for the add-on to fix this but that won’t happen until Monday as we don’t push updates over the weekend, so whilst I generally don’t recommend editing core files, that will get your site back up in the meantime.
Viewing 1 reply thread
The support post ‘Calendar not displaying events’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.