PDA

View Full Version : Missing Slideshow Button


dac1117
Dec-15-2009, 12:37 PM
For some reason the Slideshow button is no longer appearing on any of my gallery pages?

http://www.dconradstudio.com/Artwork/sculpture/9503919_Jyut6

ivar
Dec-15-2009, 12:52 PM
You have this in your CSS:
.notLoggedIn #breadcrumb {display: none;}
The slideshow button is part of the breadcrumb :thumb




I've moved this thread to custimization support.

dac1117
Dec-15-2009, 01:00 PM
[QUOTE=ivar]You have this in your CSS:
.notLoggedIn #breadcrumb {display: none;}
The slideshow button is part of the breadcrumb :thumb

Anyway to have the slideshow button without the breadcrumb?

Allen
Dec-15-2009, 02:35 PM
[quote=ivar]You have this in your CSS:
.notLoggedIn #breadcrumb {display: none;} The slideshow button is part of the breadcrumb :thumb

Anyway to have the slideshow button without the breadcrumb?
Looks like you found the answer and added this.

#breadCrumbTrail {display: none !important;}

dac1117
Dec-17-2009, 07:59 AM
[quote=dac1117]
Looks like you found the answer and added this.

#breadCrumbTrail {display: none !important;}

yes - thanks alan :ivar