Hi win58. Thank you for the kind words.
The reason shutting off woocommerce fixes the issue is because there’s a problem with the loading of a woocommerce javascript file. The below is a copy of what I see in the javascript console
Failed to load resource: the server responded with a status of 404 (Not Found) https://capecodjewelry.net/lib/css/ayo-woocommerce.css
Failed to load resource: the server responded with a status of 406 (Not Acceptable) https://capecodjewelry.net/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.3.1
Uncaught TypeError: Object function (e,t){return new b.fn.init(e,t,r)} has no method 'cookie'
When the jquery.cookie.min.js
file fails to load, it causes the uncaught error, which stops all javascript execution, including my script. I suggest checking with WooThemes on the 406 error, thought it may be a hosting issue, I’m not entirely certain as I’ve never personally seen that issue before.