Quote Originally Posted by niccol View Post
You have a version of jQuery easing loading before jQuery. Don't know if that is something to do with cloudflare - possibly. But whatever the reason is you need to solve that issue. It will mess up the javascript on the page. Can't give you much help with that as I don't know what you have done exactly.

It may not be the only problem but while it is there finding anything else will be impossible.
<script type="text/javascript" src="includes/templates/ojl/jscript/jscript_imagehover.js"></script>
<script type="text/javascript" src="includes/templates/ojl/jscript/jscript_rollovers.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
<script src="http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js" type="text/javascript"></script>

This is the way Zen cart outputs it in viewsource, does zen cart read them in alphabetical order?
Under my template/jscript folder:
jscript_imagehover.js
jscript_jquery.min.js
jscript_rollovers.js

How would i change the loading order?

Thanks for the help
Jeff