PDA

View Full Version : I know there's a page


happysmileylady
Jan-16-2009, 09:02 AM
I remember seeing a page that tells me how to get rid of the smugmug links at the bottom of the page...but now I can't find it. How do I get rid of those?

My site is thatspecialmomentphotography.com and I am wanting to get rid of the links down at the bottom that link to the forums, wiki, gifts, etc. I want those gone, can someone tell me how to get rid of them?

ssimmonsphoto
Jan-16-2009, 03:14 PM
I remember seeing a page that tells me how to get rid of the smugmug links at the bottom of the page...but now I can't find it. How do I get rid of those?

My site is thatspecialmomentphotography.com and I am wanting to get rid of the links down at the bottom that link to the forums, wiki, gifts, etc. I want those gone, can someone tell me how to get rid of them?
I'm pretty sure that stuff is stuck there. Looking at the CSS, it says that you can't remove that section. Could be wrong though. It's happened once or twice. :wink :D

jfriend
Jan-16-2009, 03:20 PM
I remember seeing a page that tells me how to get rid of the smugmug links at the bottom of the page...but now I can't find it. How do I get rid of those?

My site is thatspecialmomentphotography.com and I am wanting to get rid of the links down at the bottom that link to the forums, wiki, gifts, etc. I want those gone, can someone tell me how to get rid of them? Go to your site-wide-customization page and choose to not display the Full Smugmug Footer. That will switch you to the mini-footer which you are not allowed to get rid of.

http://content.screencast.com/users/jfriend/folders/Jing/media/ea59a22c-1118-4f61-8041-c71889881eee/2009-01-16_1518.png

happysmileylady
Jan-16-2009, 04:24 PM
For some reason, that's not working.

I still have this

News (http://www.smugmug.com/aboutus/news.mg) | Browse (http://www.smugmug.com/browse/) | Keywords (http://www.smugmug.com/keyword/) | Communities (http://www.smugmug.com/community/) | Forum (http://www.smugmug.com/help/dgrin) | Wiki (http://wiki.smugmug.net/display/SmugMug/Home) | ClubSmug (http://www.smugmug.com/ClubSmug) | Prints & Gifts (http://www.smugmug.com/prints/catalog2.mg) | Shopping Cart (https://secure.smugmug.com/cart) | Logout (http://www.smugmug.com/logout.mg?goTo=http%3A%2F%2Fthatspecialmoment.smug mug.com%2F)
Terms (http://www.smugmug.com/aboutus/terms.mg) | Privacy (http://www.smugmug.com/aboutus/privacy.mg) | About Us (http://www.smugmug.com/aboutus/about.mg) | Contact SmugMug (http://www.smugmug.com/help/emailreal) | Blogs (http://blogs.smugmug.com/) | API (http://wiki.smugmug.net/display/SmugMug/API) | Affiliates (http://www.smugmug.com/affiliates/) | © 2009 SmugMug, Inc.
http://cdn.smugmug.com/img/spacer.gif (javascript:toggleHeight('allFeeds');)Available Feeds (javascript:toggleHeight('allFeeds');) | What are feeds? (http://www.smugmug.com/help/rss-atom-feeds) All on the bottom of my page.

And this
Powered by SmugMug (http://www.smugmug.com/?referrer=fMDHhpWnn6Ilo) Login (https://secure.smugmug.com/login.mg?goTo=http%3A%2F%2Fwww.saltygrapes.com%2F) Shopping Cart (https://secure.smugmug.com/cart) Portions © 2009 SmugMug, Inc. is what I would rather it say...

jfriend
Jan-16-2009, 04:26 PM
For some reason, that's not working.

I still have this
All on the bottom of my page.

And this
is what I would rather it say...

It looks like you also have to put something in your custom footer for it to switch to the small version. You can put this in your custom footer (which won't show anything).

<div></div>

happysmileylady
Jan-16-2009, 04:51 PM
It looks like you also have to put something in your custom footer for it to switch to the small version. You can put this in your custom footer (which won't show anything).

<div></div>Thanks!

One other thing, how do I get rid of the feeds?

jfriend
Jan-16-2009, 04:56 PM
Thanks!

One other thing, how do I get rid of the feeds? If you want people to know when you add photos to your web-site, I would think you'd want them to use feeds. Most pros want them. Not all customers will know how to use them, but for the ones that do, they can only help your business.

You can hide them with this CSS:

#feeds {display:none;}