PDA

View Full Version : Something is messed up! Need help!!


JAG
Jan-03-2009, 09:35 PM
Ok...for the new year I wanted a new look. Changed everything from gradient grey to gradient white. Everything was going well. Then I did some changes on my information page which included adding a new picture. I need to go into the css to do this because it is that is where the origninal picture was added when I first set up the page a year ago.

Well...I first added the new image in the guestbook page on accident via the tool bar drop down for add an image. I didn't realize till I went looking for the url of the image. When I found it there I could not remove it or move it because my tool bar is not showing on that page. So I hid that image (it was the only option...with a checkmark and the check mark option disappeared). That was before all the smugmug downage recently. Then I messed up again by thinking since I could still see the picture I will just use that url to add to the information page in the CSS code.

I had checked it in visitor mode and it was still there. So I thought everything was hunky dory. Then today....I went into visitor mode checking out a couple pricing things. I happened to just go through the entire site to see if any other changes were needed. Now I don't see the image on the information page in visitor mode...but can see it when logged in. I realize its because the image was marked as invisible on the guestbook page.

I readded the picture in the correct album and got the url from there. PROBLEM...When I went to the CSS to reapply the new pictures url...the CSS code didn't have a url at all listed. So tried adding next to the correct album # where it gives the infor about .mypicture and get it to show up in visitor mode...but still cannot get it to work. I do not know enough about css...right now the page is exactly how it was when I came back today, without any url.

I need the following fixed...
1. I need my tools to show up on the guestbook again so I can remove the unwanted hidden photo.
2. I need the image on the information page to be replaced....in the css code.
3. I need the tools to show up on my information page. I don't know why they are not showing. But I have not looked at these pages for some time before the recent editing and chances are I must have goofed something up.

INFO
GUESTBOOK~ http://jagcreations.smugmug.com/gallery/4266865
INFOMATION~ http://jagcreations.smugmug.com/gallery/4267023
PICTURE~ http://jagcreations.smugmug.com/gallery/4250539_tsT7C/1/448324216_isXA6/Small

HELP PLEASE! THANKS

Allen
Jan-03-2009, 09:45 PM
Ok...for the new year I wanted a new look. Changed everything from gradient grey to gradient white. Everything was going well. Then I did some changes on my information page which included adding a new picture. I need to go into the css to do this because it is that is where the origninal picture was added when I first set up the page a year ago.

Well...I first added the new image in the guestbook page on accident via the tool bar drop down for add an image. I didn't realize till I went looking for the url of the image. When I found it there I could not remove it or move it because my tool bar is not showing on that page. So I hid that image (it was the only option...with a checkmark and the check mark option disappeared). That was before all the smugmug downage recently. Then I messed up again by thinking since I could still see the picture I will just use that url to add to the information page in the CSS code.

I had checked it in visitor mode and it was still there. So I thought everything was hunky dory. Then today....I went into visitor mode checking out a couple pricing things. I happened to just go through the entire site to see if any other changes were needed. Now I don't see the image on the information page in visitor mode...but can see it when logged in. I realize its because the image was marked as invisible on the guestbook page.

I readded the picture in the correct album and got the url from there. PROBLEM...When I went to the CSS to reapply the new pictures url...the CSS code didn't have a url at all listed. So tried adding next to the correct album # where it gives the infor about .mypicture and get it to show up in visitor mode...but still cannot get it to work. I do not know enough about css...right now the page is exactly how it was when I came back today, without any url.

I need the following fixed...
1. I need my tools to show up on the guestbook again so I can remove the unwanted hidden photo.
2. I need the image on the information page to be replaced....in the css code.
3. I need the tools to show up on my information page. I don't know why they are not showing. But I have not looked at these pages for some time before the recent editing and chances are I must have goofed something up.

INFO
GUESTBOOK~ http://jagcreations.smugmug.com/gallery/4266865
INFOMATION~ http://jagcreations.smugmug.com/gallery/4267023
PICTURE~ http://jagcreations.smugmug.com/gallery/4250539_tsT7C/1/448324216_isXA6/Small

HELP PLEASE! THANKS
Add the red so you can see the breadcrumb, tools and any photos in the gallery logged in.
Do not check them "hide" or the link to them won't work.

.gallery_4267023 #albumNav_top {display: none;}
.gallery_4267023 #albumNav_bottom {display: none;}
.notLoggedIn .gallery_4267023 .journal_entry, /* hides photos in gallery */
.notLoggedIn .gallery_4267023 #breadcrumb {display: none;}


Chane these two

.gallery_4266865 #breadcrumb {display: none;}
.loggedIn .gallery_4266865 #breadcrumb {display: none;}

to this

.notLoggedIn .gallery_4266865 #breadcrumb {display: none;}

JAG
Jan-04-2009, 02:21 PM
Allen...thank you again for helping me out. I did as you said and it worked for the guestbook but didn't work for the information page. Although I remebered now that in order to change the picture that I had to do it in the HTML code that is written under the edit button on the page itself and not in the css code. So I successfully got the image to change and be the correct one from the correct album. And thanks to you I now have my tools at least back on the guestbook page and was able to delete the unwanted picture.

As for the tools on the information page. I still do not know why they are not showing up. I changed what you said in that album on your post. But I can live with things they way they are...at least till next year when I change things again!...:rolleyes

Thanks again!

Allen
Jan-04-2009, 08:15 PM
Allen...thank you again for helping me out. I did as you said and it worked for the guestbook but didn't work for the information page. Although I remebered now that in order to change the picture that I had to do it in the HTML code that is written under the edit button on the page itself and not in the css code. So I successfully got the image to change and be the correct one from the correct album. And thanks to you I now have my tools at least back on the guestbook page and was able to delete the unwanted picture.

As for the tools on the information page. I still do not know why they are not showing up. I changed what you said in that album on your post. But I can live with things they way they are...at least till next year when I change things again!...:rolleyes

Thanks again!
You need a space after the .notLoggedIn on the two line below. Remove the red line.

.gallery_4267023 #albumNav_top {display: none;}
.gallery_4267023 #albumNav_bottom {display: none;}
.notLoggedIn.gallery_4267023 .journal_entry, /* hides photos in gallery */
.notLoggedIn.gallery_4267023 #breadcrumb {display: none;}
.loggedIn .gallery_4267023 #breadcrumb {display: none;}
.gallery_4267023 #gallery_commentbox {display: none;}

like this

.notLoggedIn .gallery_4267023 .journal_entry, /* hides photos in gallery */
.notLoggedIn .gallery_4267023 #breadcrumb {display: none;}

This doesn't do anything, turn comments off under customize gallery.

.gallery_4267023 #gallery_commentbox {display: none;}