I am running php v5.6.14 with zenCart v1.5.5 and this theme, getting errors:
1. There is a reference to cloudflare:
>> .. jquery-easing/1.3/jquery.easing.min.js
This causes errors with a SSL Cert from the host. Cloudflare suggested buying a new Cert from them. Not a good answer
2. Somehow it is loading jquery-1.11.1.min.js even though the installed package is jquery-1.12.1.min.js
This is my guess as to why it causing an error when you "submit" any data:
error
--
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check
https://xhr.spec.whatwg.org/
--
In the javascript console it points to the v1.11.1 js file
HELP.
P.S. I did remove the "jquery-easing/1.3/jquery.easing.min.js" line and that removed that error. Guess smooth lines will have to wait {grin}
Bookmarks