Support

Home Forums Event Espresso Premium Calendar not loading

Calendar not loading

Posted: June 2, 2014 at 1:52 am


Charles Kalech

June 2, 2014 at 1:52 am

Our Calendar just keeps spooling and not loading. For some reason if you go back a month you can see the events load but it still shows a wheel that it is loading. However if you look at the current month it doesn’t show any events and there are definitely events there. Any ideas? http://j-town.co.il/events


Dean

June 2, 2014 at 4:25 am

Hi Charles,

On load you have a jQuery/JavaScript error. As JavaScript cascades, this error is stopping the rest from loading.

It seems to be this script here causing the main issue http://take.ms/VWZyt


Tony

  • Support Staff

June 2, 2014 at 4:30 am

Hi Charles,

Using Chrome Dev tools (or equivalent) if look in the console you’ll find the site is throwing Javascript errors which cause issues such as these.

It is most likely caused by this code:

user="info";
site = "j-town.co.il";
document.write('<a href=\"mailto:' + user + '@' + site + '\">');
<meta itemprop="email" content="info@j-town.co.il">document.write(user + '@' + site + '</a>');

Which is throwing:

Uncaught SyntaxError: Unexpected token < I'm not sure of the intention of that code, but try commenting it out and see if the Calendar loads correctly.

The support post ‘Calendar not loading’ 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