I am trying to use this module:
http://jquery.malsup.com/cycle/
...and I am using the template NCleanBlue. So in that template, near the top, I have the following:
<__script__ type="text/javascript" src='http://ajax.googleapis.com/ajax/libs/jq ... '></__script>
<__script__ type="text/javascript" src='uploads/cycle2/jquery.cycle.all.js'></__script>
<__script__ type="text/javascript">
$(document).ready(function(){
$('#newsscroll').cycle({
fx: 'scrollUp',
timeout: 2000,
pause: true
});
});
</__script>
And further down I have the following:
{* Start left side *}
<div id="left" class="core-float-left">
<div class="sbar-top">
<h2 class="sbar-title">News</h2>
</div>
<div class="sbar-main">
{* Start News *}
<div id="newsscroll">
{news}
</div>
{* End News *}
</div>
</div>
{* End left side *}
Can anyone point out please why I am not getting my news in the news panel to scroll? It just sits there - inanimate - what I was hoping for was for each news item to display for 2000msecs, and then to scroll away to reveal the next one, just as it does in this example:
http://www.how-i-did-that.com/cgblog/3/ ... oller.html
JQuery Cycle for News
Re: JQuery Cycle for News
Note the space around the { and } characters in the jquery code:
https://www.cmscanbesimple.org/blog/cre ... -or-images
https://www.cmscanbesimple.org/blog/cre ... -or-images
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: JQuery Cycle for News
OK, so I put the spaces in but it hasn't changed anything. I have seen other examples where there have been no spaces, to be fair, but I did what you asked but to no avail....
Re: JQuery Cycle for News
Have you got an url for us?
It should work, check the demo page at
https://www.cmscanbesimple.org/demo/sli ... -or-images
It should work, check the demo page at
https://www.cmscanbesimple.org/demo/sli ... -or-images
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: JQuery Cycle for News
"NetworkError: 404 Not Found - http://crowthornearchers.org.uk/cms3/up ... cle.all.js"
Re: JQuery Cycle for News
Oh, how embarrassing... I put the files into the WRONG directory... 
Thank you so much for spotting this - works a treat now (just got to work out some formatting, but that should n't be difficult).
Thank you so much for spotting this - works a treat now (just got to work out some formatting, but that should n't be difficult).


