Fullcalendar not loading in Chrome
-
On the site I’m working on I’m trying to use fullcalendar to display some events. It works just fine in FF but in Chrome and Safari it gets stuck on the loader.
In the FireFox network tab, it shows an AJAX request of
http://www.cruuga.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&month=2&year=2015&start=1424667600&end=1428292800&_=1426880026070which is what I want. In Chrome’s network tab, this is doesn’t show at all or give any errors. After debugging a bit I found that thefullcalendar_argsobject that’s being passed into$('#wpfc-calendar').fullCalendar(fullcalendar_args);is the exact same in Chrome and FF.I also tried disabling the other plugins on the site which didn’t help.
Any ideas what is causing this issue?
The topic ‘Fullcalendar not loading in Chrome’ is closed to new replies.