albertdi827
01-22-2014, 08:02 PM
1) Script Title: Flexi Slideshow
2) Script URL (on DD): http://rockabilly-haiku.com/bloomies/index.html building site
3) Describe problem: the word undefined appears to the bottom left of the slide show images. How do I get rid of it?
Thanks, Albert.
jscheuer1
01-22-2014, 09:51 PM
Change:
//variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]
variableslide[0]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 6.jpg',]
variableslide[1]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 4.jpg',]
variableslide[2]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 3.jpg',]
variableslide[3]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 2.jpg',]
to:
//variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]
variableslide[0]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 6.jpg', '', '']
variableslide[1]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 4.jpg', '', '']
variableslide[2]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 3.jpg', '', '']
variableslide[3]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 2.jpg', '', '']
Note: "Optional" in this case means 'can be empty', not 'can be absent'.
albertdi827
01-23-2014, 01:09 AM
and I thank you very much. Albert.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.