You still have this piece of code that's showing up when I view your site's source code:
Code:
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true,
firstShow : true,
lastShow : true,
controlsShow: true,
speed: 800,
pause: 4000
});
});
</script>
<div id="slider">
<ul>
</ul>
</div>
That's causing a conflict and needs to be removed. If you're not sure where that code is located, you can try using the Developers Tool Kit (under admin->Tools). I recommend searching for just a part of the block, for example
Code:
$("#slider").easySlider(
Regards,
Leonard
Bookmarks