PDA

View Full Version : Remove Gallery Descriptions and Center slideshow


phorbin1128
May-05-2009, 06:04 AM
How do I remove the items in Green so they no longer show on any of my pages: http://edsekula.smugmug.com/Galleries

Also I don't want the Homepage gallery to be seen at all. This is just where I dumped everything for my slideshow. Or should I be doing this a different way?

Does the slideshow not appear to be centered?? http://edsekula.smugmug.com

Thanks again!!!

J Allen
May-05-2009, 06:57 AM
Add this to your CSS box, I'm not seeing any galleries on your homepage, any galleries that you do not want to show, just mark them "unlisted".






/*====Tighten Homepage====*/
#userBio {padding:0;
text-align:center;}
#homepage {padding-top:0;}
.homepage #breadcrumb
{display:none;}




/*====No More Border====*/
.galleryPage,
.boxBottom,
.boxTop,
.box
{border:none !important;}


/*====No More Background====*/
.boxBottom,
.boxTop,
.box
{background:none !important;}





/*=====Galleries 4 Across=====*/
.miniBox {width:122px; text-align:center; height:210px; margin:0 28px;}
.miniBox .photo {float:none; width:122px; height:auto; _height:1px;}
.miniBox .albumTitle {width:122px;}
.miniBox .description {width:122px;}
.miniBox .updated {width:122px;}
.loggedIn .miniBox {height:auto; min-height:300px;}
.loggedIn .miniBox .smbuttons {margin:0 auto; width:122px;}
.loggedIn .miniBox input {width:122px;}
.loggedIn .miniBox textarea {width:112px;}
.boxBottom .albumLarge {width:192px; height:350px; text-align:center; margin:0 24px;}
.albumLarge .photoLarge {float:none; width:192px; height:auto; _height:1px;}
.albumLarge .albumTitle {width:192px;}
.albumLarge .description {width:192px;}
.albumLarge .updated {width:192px;}
.loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}
.loggedIn .albumLarge .smbuttons {margin:0 auto; width:192px;}
.loggedIn .albumLarge input {width:192px;}
.loggedIn .albumLarge textarea {width:182px;}






/*=====No Titles!!=====*/
#galleryTitle,
#categoryTitle,
#subcategoryTitle,
#subCatGalleryTitle
{display:none;}





/*====Contact-Page====*/
.gallery_8111564 #breadCrumbTrail,
.gallery_8111564 .play_slideshow,
.gallery_8111564 #shareButton,
.gallery_8111564 #albumNav_top,
.gallery_8111564 #albumNav_bottom,
.gallery_8111564 .nophotos h3,
.gallery_8111564 .pageNav
{display:none;}
.gallery_8111564 .journal_entry
{border:none;}






All this code should fix up your homepage, change your gallery page a little, and fix up your contact page. :thumb

phorbin1128
May-05-2009, 07:31 AM
wow, that looks great, much improvement!!

the Email me link is to the bottom left, is there anyway to get that centered with rest of footer info?

phorbin1128
May-05-2009, 07:39 AM
also how do i remove the counts : 1 gallery with x photos

Thak

J Allen
May-05-2009, 07:43 AM
wow, that looks great, much improvement!!

the Email me link is to the bottom left, is there anyway to get that centered with rest of footer info?

Change your custom footer box to this:




<div id="my-email-footer">

<a href="mailto:edsekula@gmail.com"><font color="#CDAD00">Email Me</font></a>

</div>




Then use css rules to style, for example try these:


/*====E-Mail-Footer====*/
#my-email-footer
{text-align:center;
font-size: 150%;
font-weight: bold;}

J Allen
May-05-2009, 07:46 AM
also how do i remove the counts : 1 gallery with x photos

Thak


That is done under the gallery customization panel under "Look and Feel", check the radio button "clean" to "yes"

phorbin1128
May-05-2009, 08:53 AM
Thaks for all your help, looking good now....

phorbin1128
May-05-2009, 11:41 AM
Joe,

Is it possible to get my galleries to be like that on Moon River? I think I like things closer together and not as spaced out....

Thanks