Hi Duck,
1) I meant that after you’ve added the define()
code I posted to wp-config.php, you need to refresh a page on your site. There’s usually a “reload” button in your browser somewhere that you can press to do that. Loading any page causes the PHP scripts to run so that your theme’s dynamic files get rebuilt. Since this only needs to happen once, you can remove the define()
code from wp-config.php afterwards.
2) I’m sorry but I can’t see a way to find out from a distance what is responsible for making your Javascripts load asynchronously. Most likely you will have to disable plugins one-by-one to find out, whilst keeping an eye on the developer tools in your browser to check if the errors still persist. If you don’t know how to do that, you will need to ask a person with some technical knowledge to be there when you do.
Glad the site’s looking better than before, but you will need to solve the Javascript issue for it to function as expected.
Cheers, Christian