Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

lock Slideshow pauses on forst slide

More
7 years 7 months ago #14272 by ROBERT
Hi

The slideshow stops on the first slide after one rotation. I have set the module settings to "repeat slideshow" but it still is not working.

Kindly assist

Regards
Robert
The topic has been locked.
More
7 years 7 months ago #14274 by John Bernard
Robert,
I had this same issue with the JUX Ken Burns Slideshow stopping on the first slide after one rotation and submitted a Support Ticket and the issue was resolved. Here's what Support's response was after fixing the problem.
About your problem, I have edited the code on our products as follows

In source: \modules\mod_jux_ken_burns_slideshow\tmpl\default.php

at line 174 : loop: <?php if($params->get('loop',1)==1) echo "true"; else echo "false" ;?>

edit to : loop: <?php if($params->get('loop',1)==0) echo "true"; else echo "false" ;?>


I checked on the code in CPanel and found that this line of code was actually on line 169 on my install. But if you can find that line of code at or around line 174, change the "1" to a "0" as mentioned in the instructions, it should fix your problem. I recommend you make a backup of the default.php file before making any changes.
The topic has been locked.
Moderators: Jackie
Time to create page: 0.027 seconds
Powered by Kunena Forum