PDA

View Full Version : Slideshow help


esheato
May-12-2007, 08:15 PM
Well, I followed all the tutorials attempting to install a slideshow on my home page. I have a navbar and that's way cool. I totally understand how to add more tabs and color them and everything.

As far as the slideshow though, I've got code all over the place. :ivar

On my home page, I only get my biobox with a sole bracket below it. I figure it has to be a problem with the gallery title I'm supplying as the source but I'm stuck as how to fix it.

Any help would be appreciated.

Ed

http://www.esheato.smugmug.com

Allen
May-12-2007, 08:38 PM
Well, I followed all the tutorials attempting to install a slideshow on my home page. I have a navbar and that's way cool. I totally understand how to add more tabs and color them and everything.

As far as the slideshow though, I've got code all over the place. :ivar

On my home page, I only get my biobox with a sole bracket below it. I figure it has to be a problem with the gallery title I'm supplying as the source but I'm stuck as how to fix it.

Any help would be appreciated.

Ed

http://www.esheato.smugmug.com
See this } on the left side of your homepage.
In your footer code removed the bold }

loadSlideshow ();
<*/script*>
}

The problem is you don't have the slideshow code in your js.
Go to message #2 of this thread and download the text file. It gets pasted into your js "as is", no changes.

http://www.dgrin.com/showthread.php?t=28348


This is in your header code. Move it to the first thing in your footer code.

<*script*>
if (hasPath("galleries"))
YD.addClass(document.body, "galleries");
<*/script*>

ignore the *'s

esheato
May-12-2007, 10:56 PM
Wow, I hadn't realized it was that easy!

Thanks a ton.

Someday I'll be as good as you.

Ed