PDA

View Full Version : Breadcrumb question please....


Belinda
Sep-25-2008, 04:23 PM
I would like to add a breadcrumb to my Galleries only. I do not want the breadcrumb to show up under my 'Meet Me', 'Services', 'Clients' and 'Calander' links. Is there a way to do that? The other question is because I have the three above named links unlisted under 'personal' in my Gallery is there a way that 'personal' will not show up in my breadcrumb for everyone to see? Thanks a bunch, www.belindasphotography.com (http://www.belindasphotography.com)

Allen
Sep-25-2008, 04:56 PM
I would like to add a breadcrumb to my Galleries only. I do not want the breadcrumb to show up under my 'Meet Me', 'Services', 'Clients' and 'Calander' links. Is there a way to do that? The other question is because I have the three above named links unlisted under 'personal' in my Gallery is there a way that 'personal' will not show up in my breadcrumb for everyone to see? Thanks a bunch, www.belindasphotography.com (http://www.belindasphotography.com)
Remove all the gallery keys from your CSS, they are only used for links like
in your banner CSS.

.gallery_5847257_7smcL #album....


Remove these from your CSS

.gallery_5847257 #breadcrumb {display: none;!important}

#breadcrumb {visibility: hidden;}
#altViews {visibility: visible;}
.loggedIn #breadcrumb {visibility: visible;}


Add this to specify what galleries to remove breadcrumb from.

.gallery_5847257 #breadcrumb,
.gallery_5848262 #breadcrumb,
.category_Client_Gallery #breadcrumb,
.gallery_5849605 #breadcrumb {display: none;}

Belinda
Sep-26-2008, 01:47 PM
Once again you have saved the day Allen!! Thank you so much and they should give you a raise :)