Support

Home Forums Event Espresso Premium Calendar Stopped Working

Calendar Stopped Working

Posted: September 25, 2013 at 4:08 pm


Howard

September 25, 2013 at 4:08 pm

WordPress Version:
3.6.1
PHP Version:
5.2.17
MySQL Version:
5.5.23
Event Espresso Version:
3.1.35.P

I made a page here – http://www.force-e.com/espresso-calendar-test/ with the shortcode.

The [espresso_calendar] tag seems to have stopped creating the calendar. I uninstalled and re-installed the plugins, but that didn’t solve the issue. Any thoughts?

  • This topic was modified 10 years, 7 months ago by  Howard.


Dean

September 26, 2013 at 3:05 am

Hi,

The number one reason the calendar does not work is that the javascript on the page is broken.

In your case the themes main.js is outputting the javascript/jQuery wrong and that stops all the other javascript, including the calendar, from working.

Error screenshot http://d.pr/i/Ov1z

The file starts with

$(document).ready(function(){

but if you look here for example, you can see that it should start

jQuery(document).ready(function( $ ) {


Howard

September 26, 2013 at 4:36 am

Got it… Thanks.

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