Site logo

Archived topic

Loading circle going round

11 replies · Started by Charlotte on June 24, 2019

Viewing posts 1–12 of 12

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' );
} );

https://docs.generatepress.com/article/adding-php/

Thanks, I have deleted the contact form plugin and added the snippet, but it is still happening even when the cookie plugin is deactivated.

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 :)

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 :)

This archived topic is closed to new replies.