|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Major grins
|
find my share button
I am LOVING
all the smugmug newness!!! Thank you for all the new stuff!!!!! YOU GUYS ROCK!!!I think my favorite new features is the new share photos tool. I love this, no more drab text only emails saying 'check out the new gallery'! However, in my attempt to CSS-ify my site, I seem to have CSS-ified the share link out of visible existance. I can see it in the HTML, but clearly one of my CSS customizations is preventing it from showing up. Any help one be much appreciated. The site in question: http://initialphotography.smugmug.com Thanks!
__________________
Andrew initialphotography.smugmug.com "The camera is an instrument that teaches people how to see without a camera" - Dorothea Lange |
|
|
|
|
#2
|
|
|
I � Unicode
|
your culprit is this:
#breadcrumb {display:none; }
__________________
Y'all don't want to hear me, you just want to dance. http://photos.mikelanestudios.com/ |
|
|
|
|
#3
|
||
|
Major grins
|
Quote:
So I figure I can just do this .loggedIn #breadcrumb {display: block; } and I'm good to go.
__________________
Andrew initialphotography.smugmug.com "The camera is an instrument that teaches people how to see without a camera" - Dorothea Lange |
|
|
|
||
|
#4
|
||
|
I � Unicode
|
Quote:
indeed
__________________
Y'all don't want to hear me, you just want to dance. http://photos.mikelanestudios.com/ |
|
|
|
||
|
#5
|
|
|
hoosier grins
|
if it's not broke, try to customize it!
Greenpea, thank you for pointing this feature out to me...i'd seen the new "share" link, but had no idea this was in there. It is by far the coolest thing I've seen in the new upgrade! SO professional looking.
So......of course, you know a feature's good if we want to suddenly customize it.......any chance in replacing the smug mug smuggie in the top left of the html email to either nothing, or our own logo (which would be fantabulous!) even if not, this is a huge step forward for those of us using smugmug for client galleries. BRAVO!!!!
__________________
Canon 5D MkI 50mm 1.4, 85mm 1.8, 24-70 2.8L, 35mm 1.4L, 135mm f2L ST-E2 Transmitter + (3) 580 EXII + radio poppers |
|
|
|
|
#6
|
||
|
Major grins
|
Quote:
Is it possible to hide the breadcrumb and allow the share button to display?
__________________
go.skactionpix.com |
|
|
|
||
|
#7
|
||
|
Major grins
|
Quote:
.loggedIn #breadcrumb {display: block; } Only you will see the breadcrumbs since they will only be visible when logged in. I suppose you could add the above CSS then remove every individual item from breadcrumbs one by one until only your share button was visible, but that seems like a lot of work for the logged in view.
__________________
Andrew initialphotography.smugmug.com "The camera is an instrument that teaches people how to see without a camera" - Dorothea Lange |
|
|
|
||
|
#8
|
||
|
Major grins
|
Quote:
I would like to only show the share button when not logged in without the breadcrumb. The new Share button seems like a nice way for others to send a link of a single picture. Found the solution over in the support group. Add this to the bottom of the css #shareLink {display:block; visibility: visible; }
__________________
go.skactionpix.com Last edited by SPK64; Jan-22-2007 at 04:56 PM. |
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|