PDA

View Full Version : Next steps??


L84CABO
Aug-02-2006, 09:41 AM
http://mblazovic.smugmug.com/gallery/1712634

Hi Guys

First, let me say a big thank you for everyone that has been willing to help my sorry ass. You guys are great and the help is most certainly appreciated.

Here's what I'm trying to do:

1) How do I get rid of "mblazovic (http://mblazovic.smugmug.com/) > Other (http://mblazovic.smugmug.com/Other) > " and the "add photo" and "themes" button at the top of the page. I tried removing the breadcrumb but it ended up cutting off the whole top border of the box as well. Is there a way to just remove these specific items and still leave the structure of the box intact?

2) For that matter, you will notice that I've lost the bottom border of the main box (with the text and picture in it). Is there a way to bring that back?

3) What I'm ultimately after is to condense the left and right margins of the text a bit. I also want to left and right justify the text so it's even on both sides and then make sure the text along with the picture are both centered in the middle of the page. Any suggestions?

4) How do I get rid of the bottom box--the one that says, "This is a brand new gallery with no photos." I'd like to remove the whole box including the buttons. I thought that the below CSS code was supposed to take care of that...or is this not the case?

/* html only page for gallery XXXXXX */
.gallery_ourguarantee.nophotos {display: none;}

Thanks!

Andy
Aug-03-2006, 04:14 AM
http://mblazovic.smugmug.com/gallery/1712634

Hi Guys

First, let me say a big thank you for everyone that has been willing to help my sorry ass. You guys are great and the help is most certainly appreciated.

Here's what I'm trying to do:

1) How do I get rid of "mblazovic (http://mblazovic.smugmug.com/) > Other (http://mblazovic.smugmug.com/Other) > " and the "add photo" and "themes" button at the top of the page. I tried removing the breadcrumb but it ended up cutting off the whole top border of the box as well. Is there a way to just remove these specific items and still leave the structure of the box intact?
Add Photos, Themes Button *only* appear to you as Logged In user. Please log out, and see your site as your visitors will. Better yet, get Firefox, and have TWO browsers running. Logged in on one, logged out on the other. You can remove them, but I'm not going to show you how, because you'll want them and then have to ask how to put them back :D

put this in to sort out your guarantee gallery in the Sand Theme:

#breadcrumb .nav, #breadcrumb a.nav {display: none;}
.gallery_1712634 #breadcrumb {color: #e7e5d5;}
.gallery_1712634 .nophotos {display: none;}
.gallery_1712634 #albumDescription {
border-bottom: 10px solid #fff;
}


2) For that matter, you will notice that I've lost the bottom border of the main box (with the text and picture in it). Is there a way to bring that back?

see above :) (border-bottom)

3) What I'm ultimately after is to condense the left and right margins of the text a bit. I also want to left and right justify the text so it's even on both sides and then make sure the text along with the picture are both centered in the middle of the page. Any suggestions?

#albumDescription {text-align: justify;}

4) How do I get rid of the bottom box--the one that says, "This is a brand new gallery with no photos." I'd like to remove the whole box including the buttons. I thought that the below CSS code was supposed to take care of that...or is this not the case?

/* html only page for gallery XXXXXX */
.gallery_ourguarantee.nophotos {display: none;}

Thanks!

[/quote]
not quite, see my first answer above, you didn't exactly get it right :)