Since migrating to WordPress 4.4.2, the Events calendar will not show anymore.
In integrate it into the Onetone team home page using the shortcode [ESPRESSO_CALENDAR cal_view=”month”]. Inspecting the element, I see something is added however with zero height.
This behavior occurs since migrating to WordPress 4.4.2. At that time, no plugins were updated. Updating the Event Espresso plugings now does not solve this issue.
It is likely due to the style double quotes ”, switch the shortcode from:
[ESPRESSO_CALENDAR cal_view=”month”]
To
[ESPRESSO_CALENDAR cal_view=month]
Update the page and retest, does it then work?
(Note – you generally only need to wrap shortcode attributes within quotes if they contain a space)
Viewing 1 reply thread
The support post ‘Calendar shortcode stopped working after WordPress update’ 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.