Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Hi Gilis, have you tried the suggestions in the FAQ?

    Thread Starter gilis

    (@gilis)

    Hi Stephen,

    I found the issue. The calendar doesn’t load when selecting “Load Javascript asynchronously” at the “Async JS and CSS” plugin.

    But the plugin offers exceptions, files to ignore and load in render-blocking way.

    Could you please let me know which files I need to add to the ignore list to load the calendar.

    Thank you

    Plugin Author Stephen Harris

    (@stephenharris)

    Hi Gillis,

    Try:

    • yoursite.com/wp-content/plugins/event-organiser/fullcalendar.min.js
    • yoursite.com/wp-content/plugins/event-organiser/frontend.min.js

    Or if it asks for a ‘handle’, then use ‘eo_fullcalendar’ and ‘eo_front’.

    Kreezxil

    (@itscoolreally)

    I was having this issue and found out that my hoster had limited my php environment to 16MB, I fixed that by adding ini_set(‘memory_limit’,’128M’); to my wp-config.php file. As long as your hoster allows you to redefine your php memory environment this way it will work otherwise it won’t.

    Now my calendar loads instantly on the front end instead of perpetually loading.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Calendar stuck on loading….’ is closed to new replies.