Page 1 of 1

Image Rotator stops

Posted: Tue Dec 30, 2008 7:11 pm
by karry
I am trying to place 3 instances of image rotator on one page http://www.ostergaards-auto.dk/index.php?page=test, but for some reason they stop rotating, am I doing something wrong?

Code: Select all

<table cellspacing="0" cellpadding="0" border="0" align="center" width="" summary="">
    <tbody>
        <tr>
            <td><br />
            {image_rotator rotator='new' folder='uploads/images/slideshow/' speed='4' width='175' }</td>
            <td> {image_rotator rotator='new' folder='uploads/images/slideshow2/' speed='4' width='175' }</td>
            <td><br />
            {image_rotator rotator='new' folder='uploads/images/slideshow3/' speed='4' width='175' }</td>
        </tr>
    </tbody>
</table>

Re: Image Rotator stops

Posted: Tue Dec 30, 2008 8:25 pm
by Dr.CSS
You are using a very old ver. of CMS Made Simple, please upgrade and see if it doesn't help, and next time please give more info so it can be reproduced to get an answer...

Re:(Solved) Image Rotator stops

Posted: Tue Mar 10, 2009 5:00 pm
by bitarbyter
edit row in javascript block
add {mod} after current variable:

var d=document, rotImg{$mod}=new Array(), zInterval=null, current{$mod}=0, pause=false;


bitarbyter

Re: Image Rotator stops

Posted: Fri Oct 01, 2010 4:35 pm
by rica_carv
Hi

Sorry for bringing up an old topic, but currently i'm experiencing this same issue with image rotator...

I've got CMS 1.8.2 and image_rotator 1.7 (weird that in history changes it reports until version 2.0....)

On FF, with two image_rotator calls (ie, two slideshows) on the same page, and the rotator='new' switch, it freezes...
If i remove the rotator='new' switch, it works...

Anyone got the solution for this isse???
I've searched everywhere, without any luck....