(twitch) I spent how long on that last night?!
Never mind, mine has/will have more features anyway.
Printable View
(twitch) I spent how long on that last night?!
Never mind, mine has/will have more features anyway.
Quote:
Originally Posted by jscheuer1
I am trying to implement this script but am having trouble. I have another script on my page of an OpenCube menu, is that causing a conflict? I have tried it on two different pages and on one, 2 of my 3 slideshows are working and on the other page 0 of 5 are working.
Thanks for any assistance.
These are just my best guesses without seeing the code -Quote:
Originally Posted by Red
On the page with 2 of 3, the third is probably configured wrong and/or has a syntax error in its array[1] or call[2]. 0 of 5, it is hard to say but, if the pages are otherwise very similar, then it could be the same type problem. Only in this case, if only the first one has an error, that could be preventing all of them from working. Of course, there could be other errors on the 0 of 5 page.
Please post a link to the page on your site that contains the problematic script so we can check it out.
[1] - Example Array:
[2] - Example Call:Code:var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["photo1.jpg", "", ""] //plain image syntax
fadeimages[1]=["photo2.jpg", "http://www.cssdrive.com", ""] //image with link syntax
fadeimages[2]=["photo3.jpg", "http://www.javascriptkit.com", "_new"] //image with link and target syntax
Code:new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)