Archived topic
Loading circle going round
11 replies · Started by Charlotte on June 24, 2019
Hi
There is a 'loading' circle contantly going round in the Chrome tab if I am looking at or editing the site.
Have you any idea what this could be?
Thanks
Hi there,
your cookie notice and contact from are trying to run a jQuery script that is failing. Can you try adding this PHP Snippet:
add_action( 'wp_enqueue_scripts', function() {
wp_enqueue_script( 'jquery' );
} );
Thanks, I have deleted the contact form plugin and added the snippet, but it is still happening even when the cookie plugin is deactivated.
Still seeing the same error:
https://www.screencast.com/t/IgRDUhfJ
Have you tried disabling all plugins to test?
Let me know :)
I just deactivated them all and then reactivated them all. It seems to have stopped the error, though I'm not sure why!
Maybe some caching issues as you had a caching plugin activated.
Glad you've figured out :)
thanks!
No problem :)
Is it actually advisable to use a caching plugin with your theme? I know your theme is very fast, so maybe it's unnecessary? Because I think it's also causing errors when I test mobile friendliness and schema on Google. Would the theme work better without that WPFC plugin?
https://search.google.com/test/mobile-friendly?view=fetch-info&id=OdiHOSCmT9vi63VST-bFiQ
https://search.google.com/structured-data/testing-tool#url=dev.muscleclinic.co.uk
We don't really advise or advise-against using caching plugin.
We aren't using one on this site.
Here are our optimizing tips:
https://generatepress.com/fastest-wordpress-theme/
If you prefer to use a caching plugin, then there might be some settings that need to be configured to avoid some errors - might be good to check with the plugin author on this.
Great, thank you
No problem :)