We’re running WordPress 3.5.1, and have the latest version of the Event Espresso plugin. I’ve tried deactivating the plugins and the theme, but the calendar still does not show. The page source reveals that the calendar jquery is being called, and when I turn on WP_debug, I get these errors:
Notice: Undefined index: time_format in /home/learning/public_html/wp-content/plugins/espresso-calendar/espresso-calendar.php on line 373
Notice: Undefined index: time_format in /home/learning/public_html/wp-content/plugins/espresso-calendar/espresso-calendar.php on line 374
Notice: Undefined index: enable_calendar_thumbs in /home/learning/public_html/wp-content/plugins/espresso-calendar/espresso-calendar.php on line 378
Notice: unserialize() [function.unserialize]: Error at offset 0 of 2 bytes in /home/learning/public_html/wp-content/plugins/espresso-calendar/espresso-calendar.php on line 275
Can you give us any guidance on what might be the problem? Thanks!
We are having the same issue here: http://organizationalwellness.com/calendar_of_events/ (The calendar should be showing above the event list) Also tried deactivating plug ins and theme. Also made sure that wp_footer() is located in the footer template.
I checked your calendar page in the web inspector, and the calendar’s JS and CSS are not loading (404 errors) I imagine that these are on the server (might be good to check) but it’s likely that there is a file permissions issue on the server. Or it may be a case where things have been moved around and the cache needs to be cleared.
It looks like the theme is causing the breakage on your site. You might try wrapping the calendar shortcode with [raw] tags. Please see our calendar documentation for more info:
It was a file permissions error. That helps a lot,
Viewing 4 reply threads
The support post ‘Calendar not showing, even when plugins/theme deactivated’ 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.