Title: Wp Full Calendar loading problem
Last modified: September 14, 2018

---

# Wp Full Calendar loading problem

 *  Resolved [puk789](https://wordpress.org/support/users/puk789/)
 * (@puk789)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/wp-full-calendar-loading-problem/)
 * When I load or refresh the page with the wp full calendar on it, this always 
   happens for a second.
 * [https://imgur.com/gA9Fn2e](https://imgur.com/gA9Fn2e)
 * I know it is just a cosmetic problem, but it is quite annoying and doesn’t look
   very professional.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/wp-full-calendar-loading-problem/#post-10698035)
 * just to narrow down the problem and help us debug the issue is it possible to
   try the following temporarily:
 * – 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).
 * – switching to the default theme to rule out any theme-specific problems
 *  Thread Starter [puk789](https://wordpress.org/support/users/puk789/)
 * (@puk789)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/wp-full-calendar-loading-problem/#post-10698221)
 * Hi,
 * it only happens with the current theme. I believe the calendar starts to load
   at the same time the page does and since it gets loaded faster, this strange 
   effect happens as a result. Please see another screenshot: [here](https://imgur.com/a/PaS1dOE).
   Is there any way to NOT load the wp full calendar UNTIL the entire page has been
   loaded first? Thanks!
 *  Thread Starter [puk789](https://wordpress.org/support/users/puk789/)
 * (@puk789)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/wp-full-calendar-loading-problem/#post-10699998)
 * According to my research, this may be caused by using JQuery’s
    `ready` instead
   of
 *     ```
       $(window).on('load', function() {
        // code here
       });
       ```
   
 * However, I cannot find this in the files. In which file and where should I change
   this?
 *  Thread Starter [puk789](https://wordpress.org/support/users/puk789/)
 * (@puk789)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/wp-full-calendar-loading-problem/#post-10704567)
 * For anyone having the same problem, it was being caused by the loading animation
   of the calendar clashing with the theme’s loading animation. You can easily turn
   it off with css:
 * `.wpfc-loading { display: none; }`

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Wp Full Calendar loading problem’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

 * [loading](https://wordpress.org/support/topic-tag/loading/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)

 * 4 replies
 * 2 participants
 * Last reply from: [puk789](https://wordpress.org/support/users/puk789/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/wp-full-calendar-loading-problem/#post-10704567)
 * Status: resolved