Next Month Not Loading

Home Forums Calendar Products Events Calendar PRO Next Month Not Loading

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1083339
    Jamie
    Participant

    My website is kcdtn.org, if you need to check it out.
    In month view, when I click to view the next month, the page shows the loading wheel and never loads.
    I did the first 3 steps of the conflict troubleshoot testing and still couldn’t get the next month to load. (I changed the theme, deactivated all other plugins, and cleared my cache.)

    I have no idea what to do next. Please, help!

    Here are the errors I’m getting:
    Use of getAttributeNode() is deprecated. Use getAttribute() instead.

    Using //@ to indicate sourceURL pragmas is deprecated. Use //# instead

    “Google Maps API warning: SensorNotRequired: https://developers.google.com/maps/documentation/javascript/error-messages”

    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://www.kcdtn.org/wp-admin/admin-ajax.php. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).

    #1083351
    George
    Participant

    Hey Jamie,

    Thanks for reaching out, and for doing all of that testing!

    The culprit here is that last error you mention, the one that says “Cross-Origin Request Blocked”.

    Cross-Origin Request issues are somewhat common on the web. Essentially, some resources on your site are secured and are loaded over HTTPS, while some, like that http://www.kcdtn.org/wp-admin/admin-ajax.php file reported in the error, are using HTTP. The mismatch in protocols will shut down things like AJAX requests for security purposes.

    This is unfortunately not something caused by / handled by The Events Calendar, or by any plugin on your site in fact. This is an issue you should take up with your web hosting provider, for example, to work with them to either make your site all HTTPS or all HTTP.

    Making it all HTTPS may require getting an SSL certificate….

    I hope this information is helpful, despite being a bit disappointing!

    Sincerely,
    George

    #1084472
    Jamie
    Participant

    Ok. Thanks, George!! I will contact my hosting provider. 🙂

    • This reply was modified 10 years, 2 months ago by Jamie.
    #1084588
    George
    Participant

    Sounds good, Jamie. I wish you the best of luck with that process. I will close up this thread for now, but if other issues arise or if you have any other questions feel free to open a new thread any time 🙂

    George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Next Month Not Loading’ is closed to new replies.