PDA

View Full Version : Bio pic question


JenGrace
Apr-23-2007, 09:24 PM
Hello customization experts! Is there a way to put in a bio pic without having it displayed in the bio on my homepage? :scratch I'd like to do this so that when I leave gallery comments on other smugmug sites the picture is there.

Jen

Andy
Apr-23-2007, 09:30 PM
Hello customization experts! Is there a way to put in a bio pic without having it displayed in the bio on my homepage? :scratch I'd like to do this so that when I leave gallery comments on other smugmug sites the picture is there.

Jen
Hi Jen, yes, hide your bio in the control panel, that's the only way :)

JenGrace
Apr-23-2007, 09:33 PM
Thanks for the quick answer, Andy. I was hoping I could hide the pic but leave the bio box on the homepage. Too bad I can't have the cake and eat it too. :tough

richW
Apr-23-2007, 09:35 PM
#bioBox .photo {display: none;}

Andy
Apr-23-2007, 09:37 PM
#bioBox .photo {display: none;}
Uh yeah, that'll work, too.

I guess I should go to sleep, I'm really dum right now!

:bash

JenGrace
Apr-23-2007, 09:40 PM
:lol3 Me too, Andy! We share a time zone and it is definitely past my bedtime (unless I'm at a bar with beer, wings and darts!).

Thanks alot for the CSS, Rich. :clap

richW
Apr-23-2007, 09:51 PM
:lol3 Me too, Andy! We share a time zone and it is definitely past my bedtime (unless I'm at a bar with beer, wings and darts!).
Thanks alot for the CSS, Rich. :clapYour Welcome....:thumb
Check your footer code, email link not working...
edit:
Replace this: (make sure you put your email address back in)

<div id="footer"><ul>
<p>
<li><a href="mailto: I removed your email address from here">Email Me</a></li></p>
<p><li><a href="http://www.smugmug.com/?referrer=yXIDx1nu9jOEg">Join Smugmug</a></li>
<li><a href="http://www.dgrin.com">dGrin Forums</a></li></p>

</ul></div>

<p><center>All photographs © Jennifer Wolcott.</p>
<p>Images may not be taken for personal or commercial use without express written permission.</p>
</center>



With this:

<div id="footer">
<ul>
<li><a href="mailto: Place your email address here">Email Me</a></li>
<li><a href="http://www.smugmug.com/?referrer=yXIDx1nu9jOEg">Join Smugmug</a></li>
<li><a href="http://www.dgrin.com">dGrin Forums</a></li>
</ul>

<p>All photographs © Jennifer Wolcott.<br />
Images may not be taken for personal or commercial use without express written permission.</p>
</div>

richW
Apr-23-2007, 10:09 PM
Hold off with any change, I'm still looking. Thinking it something else.....:scratch
edit: It's the AddReferralCode JS putting the SmugMug referral link in your email link.

In the above post, change footer to myfooter. Then update all your css for the footer to reflect the change.
<div id="myfooter">

JenGrace
Apr-24-2007, 04:11 AM
Thanks, Rich. I'll try the changes when I get home from work tonight.

Jen

JenGrace
Apr-24-2007, 04:37 AM
The link is working for me now. Is it working for anyone else?

Jen

denisegoldberg
Apr-24-2007, 08:16 AM
The link is working for me now. Is it working for anyone else?

Jen
Your email link is not working for me (on IE7). Instead of email, I am getting this: http://www.smugmug.com/?referrer=yXIDx1nu9jOEg.

--- Denise

claudermilk
Apr-24-2007, 08:28 AM
Don't poke my nose in here much. If you take a quick look at my site, you will see that the bio box can be pretty heavily reworked, and I am sure there's others who have done even more than I have.

BTW, the email link is the same as the referral link.

JenGrace
Apr-24-2007, 08:04 PM
Okay, so let's try now. Can someone try to send me a test email, please?

Thanks for all the help. Hope this works.

claudermilk
Apr-25-2007, 08:29 AM
Okay, so let's try now. Can someone try to send me a test email, please?

Thanks for all the help. Hope this works.

Don't need to send one, looks like your link is correct (now shows as a mailto on mousing over). :thumb

JenGrace
Apr-25-2007, 07:06 PM
Thanks to everyone for the help. :D