- This topic has 11 replies, 3 voices, and was last updated 2 years, 11 months ago by
Leo.
-
AuthorPosts
-
June 24, 2019 at 3:00 am #939268
Charlotte
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
June 24, 2019 at 4:15 am #939319David
StaffCustomer SupportHi 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' ); } );
https://docs.generatepress.com/article/adding-php/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 24, 2019 at 10:35 am #939797Charlotte
Thanks, I have deleted the contact form plugin and added the snippet, but it is still happening even when the cookie plugin is deactivated.
June 24, 2019 at 10:38 am #939798Leo
StaffCustomer SupportStill seeing the same error:
https://www.screencast.com/t/IgRDUhfJHave you tried disabling all plugins to test?
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 24, 2019 at 11:03 am #939829Charlotte
I just deactivated them all and then reactivated them all. It seems to have stopped the error, though I’m not sure why!
June 24, 2019 at 11:15 am #939833Leo
StaffCustomer SupportMaybe some caching issues as you had a caching plugin activated.
Glad you’ve figured out π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 24, 2019 at 11:24 am #939838Charlotte
thanks!
June 24, 2019 at 11:25 am #939839Leo
StaffCustomer SupportNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 24, 2019 at 1:12 pm #939911Charlotte
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.ukJune 24, 2019 at 1:15 pm #939913Leo
StaffCustomer SupportWe 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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 24, 2019 at 1:24 pm #939918Charlotte
Great, thank you
June 24, 2019 at 1:49 pm #939928Leo
StaffCustomer SupportNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.