View Full Version : SmugMug Customization Questions
sweetheart
Mar-26-2009, 02:02 PM
Hello All!
I've done a lot of reading and I think my brain is on overload. I'm hoping someone can help me with some basic issues??
First:
Footers
I want to remove the 'Login,' 'Shopping Cart' and 'Feeds' in my footer. I have inserted the code from the Basic Customization FAQ, unfortunately, they are still there. What am I doing wrong?
Second:
Home
On my homepage it is showing 'ashleynicolephotography's home,' again I have inserted the code to remove this but it is still showing up.
Third:
Galleries
I want my galleries to be private and appear with the following:
Pic
Gallery Name
*When my client clicks on the gallery they will have to enter the password to view.
Fourth:
Guestbook
I followed the instructions for creating my guestbook but I don't want to have any pictures showing in the guest book.
What am I missing?
Thanks for all your help!!
Ashley
[/URL][URL="http://www.smugmug.com/help/customize-faq.mg"] (http://www.smugmug.com/help/customize-faq.mg)
sweetheart
Mar-26-2009, 02:17 PM
Okay - I figured out the second and third questions.
But still need help with the first and fourth.
Thanks,
Ashley
Andy
Mar-26-2009, 02:50 PM
you have an error
/* hides the word home */
#userHome {
display: none;
}
Add the red bit.
All will be well.
sweetheart
Mar-26-2009, 03:18 PM
Thanks Andy!
That fixed my footer perfectly!!!
Do you have any suggestions for the guestbook question?
Thanks,
Ashley
sweetheart
Mar-26-2009, 03:21 PM
Okay one other question:
At this time, I have two password protected galleries, however, only one of them is requiring the password.
What's wrong?
Thanks,
Ashley
Andy
Mar-26-2009, 03:55 PM
Okay one other question:
At this time, I have two password protected galleries, however, only one of them is requiring the password.
What's wrong?
Thanks,
AshleyThey both are, but you already used the password on one of 'em and so it's in a cookie :)
Try a 2nd browser. Or log out, clear your cookies.
photobern
Apr-09-2009, 07:25 PM
you have an error
/* hides the word home */
#userHome {
display: none;
}
Add the red bit.
All will be well.
Andy,
I did what you said above to get rid of "news, browse, keywords, etc" and it is still there. What am I doing wrong?
Thanks in advance,
Bernie
www.photobern.com (http://www.photobern.com)
J Allen
Apr-09-2009, 07:29 PM
Andy,
I did what you said above to get rid of "news, browse, keywords, etc" and it is still there. What am I doing wrong?
Thanks in advance,
Bernie
www.photobern.com (http://www.photobern.com)
To get a smaller footer without all those links, find the radio button on the site-wide customization page and
toggle "Display Full SmugMug Footer" to "No", then Add this to your 'Custom Footer' Box:
<div></div>
J Allen
Apr-09-2009, 07:37 PM
Here are a few things to try out also.....:thumb
/*=====No Titles!!=====*/
#galleryTitle,
#categoryTitle
{display:none;}
/*====Tighten Homepage====*/
#userBio {padding:0;}
#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;}
/*=====Wide Gallery Thumbs=====*/
.galleries #homepage,
#content.userKeywords,
#header_wrapper, #footer_wrapper, #cobrand_footer,
#category, #subcategory, #header,
#smugmug, .smugmug #header, .smugmug #footer
{margin-left: 15px;
margin-right: 15px;
min-width: 755px;
width: auto;
_width: expression
(document.documentElement.clientWidth < 790? "760px" : "auto");}
/*=====No More Green!!!=====*/
.title,
a.title,
#lightBoxNav .title,
#cartNav .title,
#popUpnav .title,
#cartFG .box .title,
.slideNameOn,
.pageNav,
.pickerContent .pageOn,
.pickerContent a.pageOn:hover {color:#fff;}
.loupeTool,
#slideKnob,
a:hover .imgBorder,
.imgBorderOn {border-color:#fff;}
#ajaxWorking,
.pickerContent a.page:hover {background-color:#fff;}
.pickerContent a.pageOn:hover {color:#000;}
/*======Footer======*/
#feeds,
#feedHelp,
.loginLink,
.cartlink_footer
{display: none;}
photobern
Apr-10-2009, 05:11 AM
[quote=J Allen]To get a smaller footer without all those links, find the radio button on the site-wide customization page and
toggle "Display Full SmugMug Footer" to "No", then Add this to your 'Custom Footer' Box:
[code]
<div></div>
Thanks! Adding the "div" code is what did it.
Bernie
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.