my8st:
There is a problem under IE8 as the jscript_easySlider.js is being loaded before the jscript_jquery.js file hence the error
http://www.zen-cart.com/forum/showpost.php?p=961529&postcount=248
to solve this I copied the contents of the jscript_easySlider.js file into a new file (you need the enclose it within the script tag ie <script>contents of the jscript_easySlider.js</script> name this new file jscript_easySlider.php and upload it to /includes/modules/pages/index
Now go back and delete the original jscript_easySlider.js from includes/templates/yourtemplate/jscript
I am just wondering how ans where to enclose the script tag ie <script>contents of the jscript_easySlider.js</script>
This has been asked multiple times in several threads and received no response other than a link to the above directions.
I asked the same question. :)
This fix does appear to work, but the directions aren't very clear for those who may not be familiar with working on these type files and/or sometimes rely on step-by-step instructions.
Simple five minute answer on how to fix the IE error:
Using notepad or some other text editing program...
-
Copy the complete contents of /includes/templates/andover_modern/jscript/jscript_easySlider.js
-
Paste the contents of that file into a new file
-
At the very beginning of the NEW file (line 1) add: <script>
-
At the very end of the NEW file (line 225) add: </script>
-
Save the NEW file and name it: jscript_easySlider.php
-
Upload this new file to: /includes/modules/pages/index
-
Then delete this file: /includes/templates/andover_modern/jscript/jscript_easySlider.js
Alternative fix:
-
Grab a copy of the file I've attached to this post, unzip it and upload it to:
/includes/modules/pages/index
-
Then delete this file:
/includes/templates/andover_modern/jscript/jscript_easySlider.js
Note - I didn't 'create' this fix, I just finally figured out how to implement it and make it work on my site. :)
(BIG Thank You to Waddtown for figuring it out and posting the fix)
I have tested it and it does work on both the Andover Modern and Apparel Boutique templates.