Having some trouble with the calendar all of a sudden. It works perfect in Chrome and Safari, but the events don’t load in Firefox, the progress dial just keeps spinning. Checked the debug console in FF and it returns this:
Use of getUserData() or setUserData() is deprecated. Use WeakMap or element.dataset instead. requestNotifier.js:63
“carouFredSel: No element found for “#foo1″.” jquery.carouFredSel-6.2.1-packed.js:15
Use of Mutation Events is deprecated. Use MutationObserver instead. script.js:20
ReferenceError: vd is not defined main.js line 52 > eval:38
I checked in Chrome and the calendar’s events aren’t loading for me. In the Web Inspector I can see that the AJAX response looks like it’s looping endlessly. You can see what I mean by going into the Chrome Inspector, click Network at the top of the page, then click the link for admin-ajax.php, then click Preview.
It looks like the calendar’s tooltip content is where the breakage is happening.
To troubleshoot, I’d start with editing the event with ID 10003 and add the WordPress More tag right at the beginning to check to see if it’s only that event’s content.
There may be something else that’s causing the breakage, so from there you could try loading up a fresh copy of the calendar add-on if any customizations have been made to your copy (Please be sure to make a back up to avoid losing any changes).
I figured out what the problem was and it is unrelated to the EE plugin or add-ons. I had added a user-role based function to hide some meta boxes on the admin dashboard and that’s what broke it. Looking good now.
Sorry for the false alarm!
-Trevis
Viewing 4 reply threads
The support post ‘Calendar Events not Loading in All Browsers’ 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.