PDA

View Full Version : This is a brand new gallery with no photos.


hudes7
Jun-12-2009, 09:06 AM
I'm trying to get rid of this. I've seen this question pop up a LOT . . . and I've tried everything. Tried stuff from FAQ #26 and Steve Allens site. Can anyone help me? It has to be code that I'm getting wrong . . .

http://hudes7.smugmug.com/gallery/8531605_r72Em

thanks . . .

jfriend
Jun-12-2009, 09:09 AM
I don't see it on that page.

http://content.screencast.com/users/jfriend/folders/Jing/media/552d0574-7af4-4bd4-89e0-c9d95ed50b13/2009-06-12_1007.png

hudes7
Jun-12-2009, 09:31 AM
I did it. I have no idea what I did, but I'm not going to complain at this point. How about the words at the top that say hudes7>other>about mel . . . ? Can I get rid of them?

Thanks for your help!

jfriend
Jun-12-2009, 09:36 AM
I did it. I have no idea what I did, but I'm not going to complain at this point. How about the words at the top that say hudes7>other>about mel . . . ? Can I get rid of them?

Thanks for your help!
First, fix a CSS error that is killing a bunch of your CSS. Add the trailing brace:

#toolbar a.nav {display: none;}

Then, you can add this CSS to hide the breadcrumb in that gallery:

.gallery_8531605 #breadCrumbTrail {display:none;}

hudes7
Jun-12-2009, 10:32 AM
First, fix a CSS error that is killing a bunch of your CSS. Add the trailing brace:

#toolbar a.nav {display: none;}

Then, you can add this CSS to hide the breadcrumb in that gallery:

.gallery_8531605 #breadCrumbTrail {display:none;}

OH MY GOSH . . . that changed everything. Now I can really start editing my design. Thank you so much John . . . truly appreciate it!