I've been searching all over Stackoverflow about this issue but none of the solutions seem to work. I migrated an existing wordpress installation (database + files, same domain) to to another hosting. These are the errors i'm getting, all jquery related: Uncaught SyntaxError:
Invalid or unexpected token
Uncaught ReferenceError: jQuery is not defined
screenshot of errors in wp-admin
I tried to add "define('CONCATENATE_SCRIPTS', false);" to wp-config.php and add Jquery script tags directly to theme's header.php file
Can you please guide me with this problem?
Link to frontend: https://www.cartediem.be
Thanks!
