My site: http://www.relishdecor.com
Today, I just started getting javascript errors preventing certain actions from rendering on the front end (homepage banners, quick view, tabs on a product page, etc.).
Example error messages from my Inspect Element console:
Uncaught ReferenceError: $ is not defined
Uncaught ReferenceError: lang is not defined
Uncaught ReferenceError: jQuery is not defined
In the admin area, I can't modify blocks or navigate through tabs of the products for example.
I recently added SSL to my server but do not think this is related. The paths to the supporting js files have not changed and are still correct.
Has anyone else run into this?