PDA

View Full Version : same old question but no working for me


Brieyasmom
Sep-24-2009, 08:08 PM
I have tried all the threads about breadcrumbs. I have an unlisted gallery and dont want breadcrumbs listing back to my 'other' category. I have tried all the different codes in my css that i have found and i dont know what i am doing wrong. None of them seem to change it.

Here is the page i am talking about
http://www.captureaglimpse.com/Other/contactme/9746516_UJXnf

also i would love to not have any pictures in this album or if i have to i would love to have it centered at the bottom.

Thanks for any help you can give me .
Heather

Allen
Sep-24-2009, 08:13 PM
I have tried all the threads about breadcrumbs. I have an unlisted gallery and dont want breadcrumbs listing back to my 'other' category. I have tried all the different codes in my css that i have found and i dont know what i am doing wrong. None of them seem to change it.

Here is the page i am talking about
http://www.captureaglimpse.com/Other/contactme/9746516_UJXnf

also i would love to not have any pictures in this album or if i have to i would love to have it centered at the bottom.

Thanks for any help you can give me .
Heather
Add the missing closing }
Also add the .notLoggedIn in front so you can easily navigate logged in.


.notLoggedIn .gallery_6373381 #breadCrumbTrail {display:none;}


This is the gallery you linked to.

.notLoggedIn .gallery_9746516 #breadCrumbTrail {display: none;}


Might like this, adds some white around your form.

.gallery_9746516 #albumDescription {
background: #fff;
padding: 20px;
}

Brieyasmom
Sep-24-2009, 08:18 PM
Add the missing closing }
Also add the .notLoggedIn in front so you can easily navigate logged in.


.notLoggedIn .gallery_6373381 #breadCrumbTrail {display:none;}


This is the gallery you linked to.

.notLoggedIn .gallery_9746516 #breadCrumbTrail {display: none;}

Thank you!! It gets frustrating knowing its just a little thing i am overlooking and not being able to figure it out!!

I put my watermark logo at the bottom of the same page because it kept telling me i had no photos in the gallery. I know there is a way to not have a photo.. would you be able to help me with that as well? OR at least center the image i have there?

Thank you again !
Heather

Allen
Sep-24-2009, 08:25 PM
Thank you!! It gets frustrating knowing its just a little thing i am overlooking and not being able to figure it out!!

I put my watermark logo at the bottom of the same page because it kept telling me i had no photos in the gallery. I know there is a way to not have a photo.. would you be able to help me with that as well? OR at least center the image i have there?

Thank you again !
Heather
Try this to hide the no photos message.

.gallery_9746516 .nophotos h3 {display: none;}

I added some addition stuff after you saw my post I think.

Brieyasmom
Sep-24-2009, 08:35 PM
Try this to hide the no photos message.

.gallery_9746516 .nophotos h3 {display: none;}

I added some addition stuff after you saw my post I think.


I did add the border- looks much better!
And got rid of the photo. Thank you again for your time and quick response.