[ SOLVED ] Can't get this Slider to work on 1.9.4
Posted: Tue Mar 08, 2011 5:30 am
Hello, I have a brand new 1.9.4 installation, and for some reason I can't get this standard JavaScript slider that I have used for other sites before... here is the code that I have inserted in my template
then I am calling my images by;
I have also uploaded both of these files to the site under /uploads/js/
jquery142.js
jquery.cycle.all.min.js
Anyone have any suggestions? here is the link http://limoservicesmaryland.com/index.php
Code: Select all
<__script__ type="text/javascript" src="uploads/js/jquery142.js"></__script>
<__script__ type="text/javascript" src="uploads/js/jquery.cycle.all.min.js"></__script>
<__script__ type="text/javascript">{literal}
$(document).ready(function() {
$('.shoeslide').cycle({
fx: 'scrollRight',
timeout: 4000,
next: '#next',
prev: '#prev',
pagerEvent: 'click',
fastOnEvent: false
});
});{/literal}
</__script>
Code: Select all
<div id="header">{global_content name='shoeslide'}</div>
jquery142.js
jquery.cycle.all.min.js
Anyone have any suggestions? here is the link http://limoservicesmaryland.com/index.php