Log in

View Full Version : Resolved Ultimate Fade-In Slideshow: No display



ArthurC
11-30-2008, 01:33 AM
1) Script Title: Ultimate Fade-In Slideshow (v1.51)

2) Script URL (on DD): http://dynamicdrive.com/dynamicindex...nslideshow.htm

3) Describe problem: No display

Files:
http://www.quamichanlake.ca/testslides.html
http://www.quamichanlake.ca/slideshow.js
http://www.quamichanlake.ca/images/175/ArtMann175.gif|bird1_175.jpg|bulrushes.jpg

Hello, my problem appears to be identical to that of whunter52, who started this thread.

I have now stripped my code down so it is almost identical to whunter's, and I still can't get it working. Though I see his or hers is fixed and working nicely. It gives me reason for optimism through my tears.

I'm already embarassed because I know it's going to turn out to be a comma or something equally trite and careless.

Thanks for your help.

jscheuer1
11-30-2008, 03:07 AM
What's a whunter52? Anyways, this (which uses illegal for HTML slanting quotes):


<script type=”text/javascript”>
new fadeshow(fadeimages, 175, 131, 0, 3000, 0)
</script>

needs to be (using plain vertical quotes):


<script type="text/javascript">
new fadeshow(fadeimages, 175, 131, 0, 3000, 0)
</script>

ArthurC
11-30-2008, 10:43 AM
Re your question about whunter52. He (or she) posted this thread:
http://www.dynamicdrive.com/forums/showthread.php?t=38745

I thought I was adding to that original thread, so it would be evident who whunter52 was. But my post appears to have been added as its own thread (with the same title).

I guess you do a lot of these - you solved whunter52's problem.

And you solved mine. Thanks for finding it. Much appreciated.