• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization How do I remove text at the bottom?

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Mar-17-2012, 02:33 PM
#1
Kaspar is offline Kaspar OP
Big grins
How do I remove text at the bottom?
I want to remove the clickable link at the bottom of my page that says Photo Sharing by SmugMug. Clients can search through that information and find cheap prices we photographers pay for prints. That doesn't really help me when I'm trying to sell an 8x10 or whatever for $45 and that price says something like $3. I looked at this using the visitors view, but its possible it doesn't show to clients. But I need to be assured of that. Or I need to remove that link.

And someone please help me? I already had an inquiry about it is what brought it to my attention.

If you need the link to my page it's http://www.kasparphotos.com/
__________________
http://www.Kasparphotos.com
Old Mar-17-2012, 02:36 PM
#2
denisegoldberg is offline denisegoldberg
Major grins
denisegoldberg's Avatar
Removing the Smugmug copyright and photo sharing by smugmug in the footer is not allowed. You can remove the login and contact links though; see # 16 on this page - http://help.smugmug.com/customer/portal/articles/93381.

--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com

Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+
Old Mar-17-2012, 03:25 PM
#3
Kaspar is offline Kaspar OP
Big grins
Quote:
Originally Posted by denisegoldberg View Post
Removing the Smugmug copyright and photo sharing by smugmug in the footer is not allowed. You can remove the login and contact links though; see # 16 on this page - http://help.smugmug.com/customer/portal/articles/93381.

--- Denise
Thanks Denise,

Does that apply to the Pro accounts as well?
__________________
http://www.Kasparphotos.com
Old Mar-17-2012, 03:29 PM
#4
denisegoldberg is offline denisegoldberg
Major grins
denisegoldberg's Avatar
Quote:
Originally Posted by Kaspar View Post
Does that apply to the Pro accounts as well?
It does. You can vote for a change at http://feedback.smugmug.com/forums/1...-remove-footer.

--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com

Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+
Old Mar-17-2012, 03:57 PM
#5
Kaspar is offline Kaspar OP
Big grins
Thanks again, but I'm afraid that's just not acceptable to me. I'll be looking for another host.
__________________
http://www.Kasparphotos.com
Old Mar-18-2012, 12:54 PM
#6
Coleman Photography is offline Coleman Photography
Major grins
Coleman Photography's Avatar
Here is how I did it.

Add this to your custom footer

<div id="sfl-footer-wrap">
<div id="sfl-footer">


<div id="sfl-copyright">
<span>©</span>

<script type="text/javascript">
var date = new Date();
document.write(date.getFullYear());
</script>

<span>S F L Photography</span>

<span class="sfl-footer-sep"> | </span>

<span class="sfl-login-link">
<a href="https://secure.smugmug.com/login.mg">Login</a></span>
<span class="sfl-logout-link">
<a href="http://www.smugmug.com/logout.mg">Logout</a></span>
<span class="sfl-footer-sep"> | </span>

<span id="sfl-site-credits-toggle">
<a href="javascript:void(0);" onclick="this.style.display = 'none'; document.getElementById('sfl-site-credits').style.display = 'inline';">Site Credits</a></span>
<span style="display:none;" id="sfl-site-credits">Photo hosting by <a title="Photo hosting" href="http://www.smugmug.com/pro">SmugMug Pro</a>

<script type="text/javascript">
document.getElementById('sfl-site-credits').style.display = 'none';
</script>

</div>

<div style="clear:both;"></div>
</div>
</div>

Then add this to your CSS

/* custom footer*/

#sfl-footer {width:900px;margin:auto;
padding:20px;color:#666666;font-size:11px}

#sfl-footer a {color:#666666 !important}
#sfl-footer .sfl-footer-sep {padding: 0 5px}
#sfl-footer #sfl-copyright {float:left}

.notLoggedIn .sfl-logout-link {display:none}
.loggedIn .sfl-login-link {display:none}

#footer_wrapper, #cobrand_footer
{display: none !important}


Then change the color of the text to the color of your site.

And boom it can no longer be seen.
__________________
http://CColemanPhotography.com
Old Mar-18-2012, 01:48 PM
#7
Kaspar is offline Kaspar OP
Big grins
Quote:
Originally Posted by Coleman Photography View Post
Here is how I did it.

Add this to your custom footer

<div id="sfl-footer-wrap">
<div id="sfl-footer">


<div id="sfl-copyright">
<span>©</span>

<script type="text/javascript">
var date = new Date();
document.write(date.getFullYear());
</script>

<span>S F L Photography</span>

<span class="sfl-footer-sep"> | </span>

<span class="sfl-login-link">
<a href="https://secure.smugmug.com/login.mg">Login</a></span>
<span class="sfl-logout-link">
<a href="http://www.smugmug.com/logout.mg">Logout</a></span>
<span class="sfl-footer-sep"> | </span>

<span id="sfl-site-credits-toggle">
<a href="javascript:void(0);" onclick="this.style.display = 'none'; document.getElementById('sfl-site-credits').style.display = 'inline';">Site Credits</a></span>
<span style="display:none;" id="sfl-site-credits">Photo hosting by <a title="Photo hosting" href="http://www.smugmug.com/pro">SmugMug Pro</a>

<script type="text/javascript">
document.getElementById('sfl-site-credits').style.display = 'none';
</script>

</div>

<div style="clear:both;"></div>
</div>
</div>

Then add this to your CSS

/* custom footer*/

#sfl-footer {width:900px;margin:auto;
padding:20px;color:#666666;font-size:11px}

#sfl-footer a {color:#666666 !important}
#sfl-footer .sfl-footer-sep {padding: 0 5px}
#sfl-footer #sfl-copyright {float:left}

.notLoggedIn .sfl-logout-link {display:none}
.loggedIn .sfl-login-link {display:none}

#footer_wrapper, #cobrand_footer
{display: none !important}


Then change the color of the text to the color of your site.

And boom it can no longer be seen.

That's interesting... I went to see your site and its gone. Hmmm... could it be your got banned for doing all that?

Naw, I think I'll just find a new host. but thanks for taking the time to put all that in here.
__________________
http://www.Kasparphotos.com
Old Mar-19-2012, 05:13 AM
#8
kwphoto is offline kwphoto
Big grins
Not sure if this helps but I ran across this on another thread about this same topic

http://www.dgrin.com/showthread.php?...ghlight=footer
Old Mar-25-2012, 10:46 PM
#9
smallgreentreefrog is offline smallgreentreefrog
Beginner grinner
This doesn't work at all, Kaspar
__________________
worldadventurephoto.com
Old Mar-26-2012, 03:26 AM
#10
carsonw is offline carsonw
Big grins
When I go into customization I see the following:

SmugMug Footer to Show

None Mini Full, above my custom footer Full, below my custom footer
Checking None seems to be all there is to it in my pro account.
__________________
Carson Wilcox
http://www.carsonwilcox.com
carson@carsonwilcox.com
Tell The World!  
Similar Threads Thread Starter Forum Replies Last Post
My page is crashing Smugmug mtimber SmugMug Customization 6 Jul-21-2011 10:07 AM
Trying to achieve this BKGPhoto SmugMug Customization 21 Mar-30-2011 04:50 PM
I am stupid.....Please help before I mess everything up dfarver5670 SmugMug Customization 5 Feb-27-2009 10:42 AM
need help jeffooo SmugMug Customization 5 Oct-01-2008 06:43 PM
Image overlay? kriyababaji SmugMug Customization 37 Jan-26-2008 02:20 PM


Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump