• 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&_=1426880026070 which 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 the fullcalendar_args object 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?

    https://wordpress.org/plugins/wp-fullcalendar/

Viewing 1 replies (of 1 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    just to narrow down the problem and help us debug the issue is it possible to try the following temporarily:

    – switching to the default theme to rule out any theme-specific problems

    – deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

Viewing 1 replies (of 1 total)

The topic ‘Fullcalendar not loading in Chrome’ is closed to new replies.