• Resolved puk789

    (@puk789)


    When I load or refresh the page with the wp full calendar on it, this always happens for a second.

    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

    (@angelo_nwl)

    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

    (@puk789)

    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. Is there any way to NOT load the wp full calendar UNTIL the entire page has been loaded first? Thanks!

    Thread Starter puk789

    (@puk789)

    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

    (@puk789)

    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.