PDA

View Full Version : Remove Footer Links


Ating
Dec-08-2008, 10:22 PM
I tried to remove the footer links several times by going to my site wide customization and click on the question:

Display Full SmugMug Footer? No


I still get the footer links. I know I cannot remove the smugmug copyright.

Just wondering if anybody could shed some light. :ivar

Thanks

Sarah

ezsnapshots.smugmug.com (http://www.ezsnapshots.smugmug.com)

Allen
Dec-08-2008, 10:39 PM
I tried to remove the footer links several times by going to my site wide customization and click on the question:

Display Full SmugMug Footer? No


I still get the footer links. I know I cannot remove the smugmug copyright.

Just wondering if anybody could shed some light. :ivar

Thanks

Sarah

ezsnapshots.smugmug.com (http://www.ezsnapshots.smugmug.com)
This will show the minimum you can get to.

See sticky thread at top of this forum.
>>> CUSTOMIZATION: Start here <<<

Click this in 1st post.
* Basic Customization FAQ - find "copy and paste" code for common requests.

See #16.

jfriend
Dec-08-2008, 10:40 PM
See item #16 in this FAQ (http://www.smugmug.com/help/customize-faq).

Ating
Dec-08-2008, 11:15 PM
I copied the codes to my CSS box and still not working.

.cartlink_footer {
display: none;
}
.loginLink {
display: none;
}

I copied this in javascript box:

// fix the pesky pipes

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});

still not working.

Anything else? please.

Thanks

jfriend
Dec-08-2008, 11:52 PM
I copied the codes to my CSS box and still not working.

.cartlink_footer {
display: none;
}
.loginLink {
display: none;
}

I copied this in javascript box:

// fix the pesky pipes

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});

still not working.

Anything else? please.

Thanks

Did you put something in your custom footer? You have to put something, anything in there. If you don't want anything else to show, you can just put <div></div> in. I also don't see any custom javascript on your site.