It looks like your theme or another plugin is making the spinner visible on initial page load. Have you tried deactivating all other plugins and/or switching to the default WordPress theme? You might also try manually setting the display of the spinner by adding this to your theme’s style.css file:
#ajax-loading {
display: none;
}
Let me know if that helps.
– Jonah
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘spinning wheel on page load’ is closed to new replies.