Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #381019

    Hi

    We’re getting an error ReferenceError: jQuery is not defined
    We have tried debugging the theme, manually uploaded the latest version of it, deactivated and reactivate plugins but to no avail. We even increased WordPress’s memory to 500MB!
    Can you recommend another option?

    Thank you

    #381244

    Hi VCGray!

    You have a copy of jQuery being loaded from Google which is causing the error. This is usually caused by a plugin.

    Make sure WordPress is updated and try adding this to the bottom of your wp-config.php file.

    define('CONCATENATE_SCRIPTS', false );
    

    Cheers!
    Elliott

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