Issue: the top jQuery rotating banner that I have just stays loading and never shows the images?
Page with banner working: http://www.chilesoy.com/index.php
Page with banner NOT working: http://chilesoy.com/index.php?page=eventos
My page template has the following code at the top:
Code: Select all
{literal}
<__script__ type="text/javascript" src="uploads/js/jquery-1.5.1.min.js"></__script>
<__script__ type="text/javascript" src="/uploads/js/jquery.orbit-1.2.3.min.js"></__script>
<link rel="stylesheet" href="/uploads/js/orbit-1.2.3.css" />
<__script__ type="text/javascript">
$(window).load(function() {
$('#featured').orbit();
});
</__script>
{/literal}
Code: Select all
{JQueryTools action='incjs'}
<__script__ type="text/javascript">
{literal}
jQuery(document).ready(function(){
jQuery('a.calendar_event').fancybox();
});
{/literal}
</__script>