PDA

View Full Version : homepage slideshow help?


stevesieren
Jun-14-2008, 09:56 AM
Hi Anyone,
Need some help getting the slideshow centered or getting the background black. This is what I'm working with.
<html>
********>
var ssConfig = {
AlbumID: '5160136',
newWindow: 'false',
transparent: 'true',

splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickUrl: 'http://www.sieren.smugmug.com',
showThumbs: 'false',
showButtons: 'false',
crossFadeSpeed: '350'

};
SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');
</********
</html>
http://www.sieren.smugmug.com
Any help would greatly appreciated.
Thanks,
Steve Sieren

J Allen
Jun-14-2008, 10:08 AM
Try adding this to your CSS:

#bioBox {background: none;}

J Allen
Jun-14-2008, 10:16 AM
Also, since you have a slideshow, you could add a nav-bar and make a seperate page for your galleries, so your home page wouldn't be so long? Just a thought...:thumb

stevesieren
Jun-15-2008, 05:13 AM
Thanks but that doesn't seem to be working.

Does anyone know how to get the slideshow inside the box centered?

I'm working on the tabs now.

J Allen
Jun-15-2008, 05:34 AM
Try this in your CSS box under your customize panel:

#userBio {text-align: center !important;}
#bioBox {background: none;}

stevesieren
Jun-15-2008, 08:19 AM
Does anyone know how to remove the smugmug from the Remove the Smugmug logo from slideshow?:huh
The logo when it starts not on the the little one on the right.

J Allen
Jun-15-2008, 08:29 AM
Change the bold in your code, to an image you have in one of your gallerys, like your watermark

<html>
********>
var ssConfig = {
AlbumID: '5160136',
newWindow: 'false',
transparent: 'true',

splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickUrl: 'http://www.sieren.smugmug.com',
showThumbs: 'false',
showButtons: 'false',
crossFadeSpeed: '350'

};
SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');
</********
</html>


This thread: http://www.dgrin.com/showthread.php?t=93828&highlight=splash

stevesieren
Jun-15-2008, 11:38 AM
It's Perfect now!!!!
:clap :rofl :barb :ivar :thumb :D :beer :drums

Steve