View Full Version : Question Re: Home,login and search button on Home Page
elizabeth_Luna
Jan-06-2009, 08:23 AM
If I want to remove the top buttons on my home page - Example Home,Login, Help Search and Cart buttons. How would I be able to access at least the Login button in the future?
If that is possible where can I locate the codes?
Thanks again for everyone's help.
Site (http://www.elizabethluna.smugmug.com)
Allen
Jan-06-2009, 09:16 AM
If I want to remove the top buttons on my home page - Example Home,Login, Help Search and Cart buttons. How would I be able to access at least the Login button in the future?
If that is possible where can I locate the codes?
Thanks again for everyone's help.
Site (http://www.elizabethluna.smugmug.com)
Put the login link you hide with CSS back in your footer maybe?:D
denisegoldberg
Jan-06-2009, 09:34 AM
You can always log in and out from www.smugmug.com (http://www.smugmug.com).
--- Denise
elizabeth_Luna
Jan-06-2009, 09:46 AM
Put the login link you hide with CSS back in your footer maybe?:D
Ok good point but how do I change that part?
In other words what code do I move so I don't brake my page?
Thanks Allen!:clap
Allen
Jan-06-2009, 10:29 AM
Ok good point but how do I change that part?
In other words what code do I move so I don't brake my page?
Thanks Allen!:clap
You would remove this.
/* turn off the login link on the minifooter */
.loginLink {
display: none;
}
elizabeth_Luna
Jan-06-2009, 11:21 AM
Is that found in CSS page? I cant find it for some reason.
elizabeth_Luna
Jan-06-2009, 11:23 AM
Is that found in CSS page? I cant find it for some reason.
Never mind I found it!
Thanks again Allen.:barb
elizabeth_Luna
Jan-06-2009, 11:27 AM
Never mind I found it!
Thanks again Allen.:barb
Weird I removed the codes but still appearing.
Allen
Jan-06-2009, 11:35 AM
Weird I removed the codes but still appearing.
I see the login link in the footer so it worked. Is it the box at the top you want removed? If so check NO for the Smugmug header in the control panel on the customize page.
Add the menu in front of this. It could mess up any tables on your site.
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}
elizabeth_Luna
Jan-06-2009, 11:48 AM
I see the login link in the footer so it worked. Is it the box at the top you want removed? If so check NO for the Smugmug header in the control panel on the customize page.
Add the menu in front of this. It could mess up any tables on your site.
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}
Great, I added the info that you mentioned. Last question how do you customize the footer - space it out etc. right now its says :
Powered by SmugMug (http://www.smugmug.com/) Login (https://secure.smugmug.com/login.mg?goTo=http%3A%2F%2Felizabethluna.smugmug.com%2F%3Fpreview%3D1&PartnerID=18) Shopping Cart (https://secure.smugmug.com/cart) Portions © 2009 SmugMug, Inc.
Allen
Jan-06-2009, 11:53 AM
Great, I added the info that you mentioned. Last question how do you customize the footer - space it out etc. right now its says :
Powered by SmugMug (http://www.smugmug.com/) Login (https://secure.smugmug.com/login.mg?goTo=http%3A%2F%2Felizabethluna.smugmug.com%2F%3Fpreview%3D1&PartnerID=18) Shopping Cart (https://secure.smugmug.com/cart) Portions © 2009 SmugMug, Inc.
Add this to your CSS and adjust as needed.
#cobrand_footer .nav {padding: 3px 20px;} /* top/bottom right/left */
elizabeth_Luna
Jan-06-2009, 01:11 PM
Add this to your CSS and adjust as needed.
#cobrand_footer .nav {padding: 3px 20px;} /* top/bottom right/left */
Am I allowed to remove: Portions © 2009 SmugMug, Inc ?
and if so where can i remove that from. I looked in CSS
Allen
Jan-06-2009, 07:34 PM
Am I allowed to remove: Portions © 2009 SmugMug, Inc ?
and if so where can i remove that from. I looked in CSS
You can only remove the login and cart from the Smugmug mini-footer and it
has to be legible.
vBulletin v3.5.2, Copyright ©2000-2010, Jelsoft Enterprises Ltd.