[Resolved] Loading circle going round

Home Forums Support [Resolved] Loading circle going round

Home Forums Support Loading circle going round

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #939319
    David
    Staff
    Customer Support

    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/

    #939797
    Charlotte

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

    #939798
    Leo
    Staff
    Customer Support

    Still seeing the same error:
    https://www.screencast.com/t/IgRDUhfJ

    Have you tried disabling all plugins to test?

    Let me know πŸ™‚

    #939829
    Charlotte

    I just deactivated them all and then reactivated them all. It seems to have stopped the error, though I’m not sure why!

    #939833
    Leo
    Staff
    Customer Support

    Maybe some caching issues as you had a caching plugin activated.

    Glad you’ve figured out πŸ™‚

    #939838
    Charlotte

    thanks!

    #939839
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #939911
    Charlotte

    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

    #939913
    Leo
    Staff
    Customer Support

    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.

    #939918
    Charlotte

    Great, thank you

    #939928
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.