I don't want to upgrade in the middle of the development and possibly introduce issues that impact on delivery date. So that will happen soon!
I saw the following in the page source:
Code: Select all
<!--LOAD SHOWTIME jQuery-->
<__script__ type="text/javascript" src="http://localhost/lig/modules/Showtime/templates/jquery/jquery-1.4.2.js" ></__script>
<__script__ type="text/javascript" src="http://localhost/lig/modules/Showtime/templates/jquery/jquery.cycle.all.min.js" ></__script>
<!--END SHOWTIME-->
Code: Select all
<div id="content"><!-- Displaying News Module -->
<__script__ src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></__script>
<__script__ src="modules/NewsSlides/Linking/js/slides.min.jquery.js"></__script>
Toggling the "Load jQuery script" option in Showtime results in:
Code: Select all
<!--LOAD SHOWTIME jQuery-->
<__script__ type="text/javascript" src="http://localhost/lig/modules/Showtime/templates/jquery/jquery.cycle.all.min.js" ></__script>
<!--END SHOWTIME-->
I noticed that when i do a Ctrl-F5 i can see it iterating through the images very quickly, but stops at the last one.
Any suggestions on how i go about debugging this or a path to recovery?
*** EDIT - OK found something interesting. If i remove the line:
Code: Select all
<__script__ src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></__script>
and tell Showtime to load JQuery, it works perfectly (the slide show i mean) and then the news slider stops working.
So perhaps i was under the illusion that they both worked at the same time? I see the one uses 1.5.1 and the other 1.4.2
Is that the problem? I am not a JQuery expert - it is literally the next thing i am planning on learning. I choose to use these modules to gain access to the functionality in a no-fuss way. Can this version problem be resolved or what do you advise?