GK Image Show: not taking animation parameters into account

Get help or discuss with other members about business Joomla! 3 and 2.5 template designed especially for your start-up projects on dedicated support forum.
GK User
Tue Dec 11, 2012 7:04 pm
Hi,
I have trouble changing default values for the image show animation.
I change settings in the widget configuration (eg: autoanimation: off ; animation interval: 99999), but it keeps generating the same html code with default values (off and 5000 in that case).

I mainly wanted to set autoanimation to off, so I hacked the widgets.imageshow.php (line 75) from:
Code: Select all
$autoanim = empty($instance['autoanim']) ? 'on' : $instance['autoanim'];

to:
Code: Select all
$autoanim = empty($instance['autoanim']) ? 'off' : $instance['autoanim'];


Has someone found how to fix this?

Regards,
Thomas.
User avatar
Fresh Boarder

GK User
Tue Dec 11, 2012 9:22 pm
Hi,

Please use tha attached file, it should solve your problems ;)
User avatar
Administrator

GK User
Wed Dec 12, 2012 12:36 am
Thanks for the fix. Works as expected now.
User avatar
Fresh Boarder