PDA

View Full Version : Clean-up Help, Please


photomagic
Dec-03-2007, 10:18 AM
Thank you..

I am trying to clean up the pages on the website and I tried to do the same thing that I was just told to do on the BIO page, but it didn't do the same clean-up. There is also other items on the pages that I can't get rid of like I did on the other pages. www.ontheroadphotos.smugmug.com

Contact Me page is a mess.. How can I clean up that page? get rid of: ontheroadphotos (http://ontheroadphotos.smugmug.com/) > Other (http://ontheroadphotos.smugmug.com/Other) > Contact Me (and)
This is a brand new gallery with no photos.

Guestbook page: ontheroadphotos (http://ontheroadphotos.smugmug.com/) > Other (http://ontheroadphotos.smugmug.com/Other) > Guestbook (and) gallery pages: 1

I think thats it. :)

photomagic
Dec-03-2007, 12:24 PM
Thank you..

I am trying to clean up the pages on the website and I tried to do the same thing that I was just told to do on the BIO page, but it didn't do the same clean-up. There is also other items on the pages that I can't get rid of like I did on the other pages. www.ontheroadphotos.smugmug.com (http://www.ontheroadphotos.smugmug.com)

Contact Me page is a mess.. How can I clean up that page? get rid of: ontheroadphotos (http://ontheroadphotos.smugmug.com/) > Other (http://ontheroadphotos.smugmug.com/Other) > Contact Me (and)
This is a brand new gallery with no photos.

Guestbook page: ontheroadphotos (http://ontheroadphotos.smugmug.com/) > Other (http://ontheroadphotos.smugmug.com/Other) > Guestbook (and) gallery pages: 1

I think thats it. :)

bump...

Allen
Dec-03-2007, 12:34 PM
Thank you..

I am trying to clean up the pages on the website and I tried to do the same thing that I was just told to do on the BIO page, but it didn't do the same clean-up. There is also other items on the pages that I can't get rid of like I did on the other pages. www.ontheroadphotos.smugmug.com (http://www.ontheroadphotos.smugmug.com)

Contact Me page is a mess.. How can I clean up that page? get rid of: ontheroadphotos (http://ontheroadphotos.smugmug.com/) > Other (http://ontheroadphotos.smugmug.com/Other) > Contact Me (and)
This is a brand new gallery with no photos.

Guestbook page: ontheroadphotos (http://ontheroadphotos.smugmug.com/) > Other (http://ontheroadphotos.smugmug.com/Other) > Guestbook (and) gallery pages: 1

I think thats it. :)
The last part of the CSS here (http://allen-steve.smugmug.com/gallery/2320726) will help you hide things.

photomagic
Dec-03-2007, 12:41 PM
The last part of the CSS here (http://allen-steve.smugmug.com/gallery/2320726) will help you hide things.

Allen, I tried that several times. Took it out, put it in, etc. I just put it in again for both the Contact and Guestbook and it didn't do a single thing. :(

Allen
Dec-03-2007, 03:16 PM
Allen, I tried that several times. Took it out, put it in, etc. I just put it in again for both the Contact and Guestbook and it didn't do a single thing. :(
Looks like you figured it out.:thumb

photomagic
Dec-03-2007, 05:59 PM
Looks like you figured it out.:thumb

No not yet. The stuff is still there and I don't know how to get rid of it. :( What you told me to do didn't work.

Allen
Dec-03-2007, 06:25 PM
No not yet. The stuff is still there and I don't know how to get rid of it. :( What you told me to do didn't work.
That usually indicates an error above in your CSS. You're missing
a }.

.gallery_3924667 #stylebar,
.gallery_3924667 #breadcrumb {
display: none;
}

photomagic
Dec-03-2007, 06:40 PM
That usually indicates an error above in your CSS. You're missing
a }.

.gallery_3924667 #stylebar,
.gallery_3924667 #breadcrumb {
display: none;
}

Good eyes.. I was even looking to make sure I had all of those as that happened to me once before.. I still didn't catch it. Thank you.. But now, the guestbook photo disappeared. :(

Allen
Dec-03-2007, 06:45 PM
Good eyes.. I was even looking to make sure I had all of those as that happened to me once before.. I still didn't catch it. Thank you.. But now, the guestbook photo disappeared. :(
My fault, assumed you had it all in the album description. Remove this.

.gallery_3924683 .journal_entry {display:none;}


btw, might think of changing colors for the hover for your nav.

#navcontainer ul li a:hover {
color: red;
background-color: #fff;
}

photomagic
Dec-03-2007, 07:07 PM
My fault, assumed you had it all in the album description. Remove this.

.gallery_3924683 .journal_entry {display:none;}


btw, might think of changing colors for the hover for your nav.

#navcontainer ul li a:hover {
color: red;
background-color: #fff;
}

but everything just came back to the galleries(guestbook & contact me) what i was trying to get rid of. photo came back with all the other junk. uhhh...

I copy and pasted what you said about the hover, and if i see what i think i am seeing now with that change, that is very cool! I like it! THanks.. :)

Allen
Dec-03-2007, 07:11 PM
but everything just came back to the galleries(guestbook & contact me) what i was trying to get rid of. photo came back with all the other junk. uhhh...

I copy and pasted what you said about the hover, and if i see what i think i am seeing now with that change, that is very cool! I like it! THanks.. :)
Your missing the red } mentioned above. Thought you added it.:scratch

photomagic
Dec-03-2007, 07:15 PM
Your missing the red } mentioned above. Thought you added it.:scratch

I did but it went away... That keeps happening where I do something and then its gone and no where to be found.. Hmmm.. :) Its there again and it worked! YEAH!!! :):) Thank you so much.. :):):) Hopefully it stays that way..