PDA

View Full Version : Slideshow showing up in gallery


Pamela
May-04-2007, 12:21 PM
Why do I have a slideshow option in my gallery- even when I force a certain view type?
The photos look awful , when viewing that way. I dont want my couples viewing with that choice.


If I do put a code in my CSS , will it effect my homepage slideshow?

Allen
May-04-2007, 01:38 PM
Why do I have a slideshow option in my gallery- even when I force a certain view type?
The photos look awful , when viewing that way. I dont want my couples viewing with that choice.


If I do put a code in my CSS , will it effect my homepage slideshow? This will remove the play slideshow button from all pages.
Add to your CSS.

.play_slideshow {display:none;}

And it won't effect the homepage slideshow.

Pamela
May-05-2007, 08:08 AM
This will remove the play slideshow button from all pages.
Add to your CSS.

.play_slideshow {display:none;}

And it won't effect the homepage slideshow.

Allen
Wonderful!

Thank you