I'm using the standard wp-polls and for some reason wherever I post polls I get the spinning "loading" icon at the bottom. Any clue why that would be?
Thanks!
I'm using the standard wp-polls and for some reason wherever I post polls I get the spinning "loading" icon at the bottom. Any clue why that would be?
Thanks!
Missing <?php wp_footer(); ?> in your theme footer.php. Please refer to the default theme footer.php
<?php wp_footer(); ?> is in my footer.php.
How do I get the wp-plugin loading circle thing to stop spinning?
Try deactivating all other plugins - including WP Super Cache - and delete/empty your cache folder to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the conflicting plugin(s).
Also try switching to the default theme to rule out any theme-related problems.
Thanks esmi for helping =D
John, try switching it to the default theme to see if it works. Also, ensure all files and folders in /wp-content/ are CHMOD to 644 and 755 respectively.
This topic has been closed to new replies.