Shape 5

Joomla Templates => Touch of Soul - Club => : waterfx December 19, 2009, 03:24:01 PM



: image fader selection buttons
: waterfx December 19, 2009, 03:24:01 PM
On the home page the image fader selection button in the bottom right corner of the image fader, is not showing all the image numbers in the designated image selection area. Some of the image numbers are below the actual image selection position. How can I get them all on the same line, so they look correct.

Please see http://www.firedwooddelivered.com


: Re: image fader selection buttons
: Homefront December 20, 2009, 11:19:23 AM
I found the answer to that problem in another post, and it worked for me. You just have to edit mod_s5_imagefader.php in notepad or cpanel file manager, whichever your comfortable with. Good luck.

Hello, starting at line 260 of mod_s5_imagefader.php you'll find:

if ($picture1 != "")
{
$s5_if_pic_1 = 9;
}
if ($picture2 != "")
{
$s5_if_pic_2 = 9;
}
if ($picture3 != "")
{
$s5_if_pic_3 = 9;
}
if ($picture4 != "")
{
$s5_if_pic_4 = 9;
}
if ($picture5 != "")
{
$s5_if_pic_5 = 9;
}
if ($picture6 != "")
{
$s5_if_pic_6 = 9;
}
if ($picture7 != "")
{
$s5_if_pic_7 = 9;
}
if ($picture8 != "")
{
$s5_if_pic_8 = 9;
}
if ($picture9 != "")
{
$s5_if_pic_9 = 9;
}
if ($picture10 != "")
{
$s5_if_pic_10 = 9;
}
 ?>   


Try adjusting each of the 9's to 10. If that's still not enough try adjusting them to 11.


: Re: image fader selection buttons
: memmerke January 24, 2010, 12:08:01 PM
Thank you very much.  That solved the problem for me too.


: Re: image fader selection buttons
: baeprod August 29, 2010, 03:21:17 PM
Thank you, this solved the problem for me as well.  ;D