Quote Originally Posted by picaflor-azul View Post
Here is a link to the easy sliders authors website:

http://cssglobe.com/post/5780/easy-s...-jquery-slider

I did not write this awesome code, so I would recommend contacting him.

It is released under the GPL, so you can work on the code and post your update for the community
Not sure if anyone else has posted the fix for this, but the following seems to work...

The problem is the jscript_easySlider.js is being loaded before the jscript_jquery.js file hence the error.

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
It sould now work without any errors as the jscript_jquery.js is now loading first

I hope this helps