PDA

View Full Version : Need to add option at bottom of site


stanf
Apr-28-2008, 04:35 PM
I would like to add "Family" to the links as the bottom of my site. I'd like it to look like this "powered by SmugMug | login | family | shopping cart | portions © 2008 SmugMug, Inc."

When they click on Family, it will take them to an unlisted, password protected gallery of photos for our family only.

www.smileforthemom.com (http://www.smileforthemom.com)

Thanks for any help!!!

Stan.

stanf
Apr-28-2008, 05:09 PM
I would like to add "Family" to the links as the bottom of my site. I'd like it to look like this "powered by SmugMug | login | family | shopping cart | portions © 2008 SmugMug, Inc."

When they click on Family, it will take them to an unlisted, password protected gallery of photos for our family only.

www.smileforthemom.com (http://www.smileforthemom.com)

Thanks for any help!!!

Stan.

Well, there's been a change. I've put "shopping cart" on my header and footer now. Now I'd like to change the Smugmug footer to not have "shopping cart" but have "family" instead and link to the unlisted, password protected family picture galleries.

Allen
Apr-28-2008, 06:44 PM
Well, there's been a change. I've put "shopping cart" on my header and footer now. Now I'd like to change the Smugmug footer to not have "shopping cart" but have "family" instead and link to the unlisted, password protected family picture galleries.
Add this to your footer.

<div id="my_footer" class="nav" style="visibility: visible; display: block;">
<span class="text">powered by <a href="http://www.smileforthemom.smugmug.com" class="nav">SmugMug</a></span> |
<span class="loginLink"><a href="http://www.smugmug.com/logout.mg?goTo=http%3A%2F%2Fwww.smileforthemom.com%2Fgallery%2F4740797_qZy57" class="nav">logout</a> | </span>
<span class="text"><a href="/gallery/4820644_aku6q" class="nav">Family</a> | </span>
<span class="text">portions © 2008 SmugMug, Inc.</span>
</div>

Add this to your CSS

#my_footer {text-align: center;}

#cobrand_footer {display: none !important;}

stanf
Apr-28-2008, 07:04 PM
Worked great except now I don't have a "login" option. It always says "logout", even if I'm not logged in. Any way to fix that?

Thanks.

Stan.

stanf
Apr-28-2008, 07:15 PM
Worked great except now I don't have a "login" option. It always says "logout", even if I'm not logged in. Any way to fix that?

Thanks.

Stan.

I would also like to mute the color of the word "Logout", "Login" and "Family" so it's the same as "Portions @ 2008" and not have an underline. I tried to mute the Smugmug link and ended up making it not a link anymore so I'm working on fixing that.

Ideas on making all the text on the footer the same color and no underline?

Thanks.

Stan.

Allen
Apr-28-2008, 07:44 PM
I would also like to mute the color of the word "Logout", "Login" and "Family" so it's the same as "Portions @ 2008" and not have an underline. I tried to mute the Smugmug link and ended up making it not a link anymore so I'm working on fixing that.

Ideas on making all the text on the footer the same color and no underline?

Thanks.

Stan.
Here's what's in your footer, try replacing with it.

<span class="loginLink"><a href="https://www.smugmug.com/login.mg?goTo=http%3A%2F%2Fwww.smileforthemom.com%2F" class="nav">login</a> | </span>

stanf
Apr-28-2008, 07:56 PM
Here's what's in your footer, try replacing with it.

<span class="loginLink"><a href="https://www.smugmug.com/login.mg?goTo=http%3A%2F%2Fwww.smileforthemom.com%2F" class="nav">login</a> | </span>


This worked, and there is no underline on "Login". But, there is still an underline on Family and both Login and Family are a different font color than the words "portions @2008..."

Any way to remove all underlining AND change the font color to match the other text on the line?

Thanks so much!

Stan.

Allen
Apr-28-2008, 08:48 PM
This worked, and there is no underline on "Login". But, there is still an underline on Family and both Login and Family are a different font color than the words "portions @2008..."

Any way to remove all underlining AND change the font color to match the other text on the line?

Thanks so much!

Stan.
Try this

#my_footer a.nav {color: #666;}
#my_footer a:hover {text-decoration: none; color: #ccc;}

shniks
Apr-28-2008, 08:56 PM
Try this

#my_footer a.nav {color: #666;}
#my_footer a:hover {text-decoration: none; color: #ccc;}


Hi Allen,


I used your code above to move my 'Email Me' link to the footer. I have a couple of problems

1) I am able to login, but once I have logged in, there is no logout button in the footer. i.e. it shows 'login' only and there is no way to logout unless I go to the control panel.

2) The shopping cart is not working. I guess the code is not correct

3) Can I remove the line below 'Email Me'?


Thanks a ton,


Cheers,

Allen
Apr-28-2008, 09:15 PM
Hi Allen,

I used your code above to move my 'Email Me' link to the footer. I have a couple of problems

1) I am able to login, but once I have logged in, there is no logout button in the footer. i.e. it shows 'login' only and there is no way to logout unless I go to the control panel.

2) The shopping cart is not working. I guess the code is not correct

3) Can I remove the line below 'Email Me'?

Thanks a ton,

Cheers,
See if this works.

change this
<span class="nav"><a href="www.shniks.smugmug.com/cart" class="nav">Shopping Cart</a> | </span>
to this
<span class="cartlink_footer"><a href="https://www.smugmug.com/cart" class="nav">shopping cart</a> | </span>


Add this to CSS

#my_footer a {text-decoration: none;}

KDunlap
May-02-2008, 08:27 AM
I would like to add "Family" to the links as the bottom of my site. I'd like it to look like this "powered by SmugMug | login | family | shopping cart | portions © 2008 SmugMug, Inc."

When they click on Family, it will take them to an unlisted, password protected gallery of photos for our family only.

www.smileforthemom.com (http://www.smileforthemom.com)

Thanks for any help!!!

Stan.

How has this worked out for you? I wouldn't have thought to include something like this in the footer, but I'm looking to have a link to family stuff as well and I found your thread in a search. Is your family able to find it ok with it being so subtly colored? Do they find it convenient so far to be able to link straight from your main page?

Thanks,
Kristi