PDA

View Full Version : Home page slideshow help please.


Digitalstuff
Jun-16-2008, 12:37 PM
I have read through tons of threads, looked at all the help I could find but I still have 2 specific slideshow problems.

1) On my home page slideshow http://www.actionography.com it starts at a random image and then follows the picture order. Is there any way to make it play continuously in random order?

2) Can I get rid of the SmugMug logo that shows up in the middle of the window every time the slideshow is loading?

Thanking you in advance for your help,

J Allen
Jun-16-2008, 01:32 PM
1) Not sure about #1, maybe use the arrange mode to move them around every now and then

2) Change the bold splash code line to something like a watermark that you have on your smug site...if you dont just make one:

var ssConfig = {
AlbumID: '5012006',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickUrl: 'http://www.smugmug.com',
showThumbs: 'true',
randomStart: 'true',
showButtons: 'true',
crossFadeSpeed: '350',
borderThickness: '20',
borderColor: 'ffffff',
};

3) Add this to your CSS:

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