Share/external link option not showing

cloudminecloudmine Registered Users Posts: 6 Beginner grinner
edited June 6, 2007 in SmugMug Support
I'm sure this has probably been addressed already somewhere, but I searched and couldn't find any answers...

I have external links/easy sharing turned ON for ALL of my galleries, but the external link/sharing links have disappeared from every single one of my galleries. It seems to have happened after the recent smugmug makeover. The only thing showing beneath my photos are the captions. Please help me out with this.. external links are important to me!

Btw, I usually use IE 6, but also tried Firefox.. still no external linking..

My smugmug gallery addy is cloudmine.smugmug.com.

Thanks!

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited February 23, 2007
    cloudmine wrote:
    I'm sure this has probably been addressed already somewhere, but I searched and couldn't find any answers...

    I have external links/easy sharing turned ON for ALL of my galleries, but the external link/sharing links have disappeared from every single one of my galleries. It seems to have happened after the recent smugmug makeover. The only thing showing beneath my photos are the captions. Please help me out with this.. external links are important to me!

    Btw, I usually use IE 6, but also tried Firefox.. still no external linking..

    My smugmug gallery addy is cloudmine.smugmug.com.

    Thanks!
    Change this and see if it helps

    #breadcrumb {display: none;}
    #breadcrumb {visibility: hidden;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • cloudminecloudmine Registered Users Posts: 6 Beginner grinner
    edited February 24, 2007
    Allen wrote:
    Change this and see if it helps

    #breadcrumb {display: none;}
    #breadcrumb {visibility: hidden;}

    Thanks, Allen! I made the change you suggested, and although I don't see the external link option under the photos, I do see the 'share photo' button above the photos. Is that one of the new features since the makeover? If so, maybe it was already there, and I didn't notice, because I was expecting to see the links beneath the photos... If that's the case, 11doh.gif me!

    Thanks again!
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited February 24, 2007
    cloudmine wrote:
    Thanks, Allen! I made the change you suggested, and although I don't see the external link option under the photos, I do see the 'share photo' button above the photos. Is that one of the new features since the makeover? If so, maybe it was already there, and I didn't notice, because I was expecting to see the links beneath the photos... If that's the case, 11doh.gif me!

    Thanks again!

    nod.gif

    http://www.smugmug.com/help/picture-sharing

    http://www.smugmug.com/help/photo-community
  • CavalierPhotoCavalierPhoto Registered Users Posts: 233 Major grins
    edited June 5, 2007
    Same problem
    I'm noticing the same problem.

    Applied the change suggested and I'm still not seeing the 'Share' button. ne_nau.gif

    Is there something else I'm missing?
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited June 5, 2007
    I'm noticing the same problem.

    Applied the change suggested and I'm still not seeing the 'Share' button. ne_nau.gif

    Is there something else I'm missing?
    Sharing must be enabled in the gallery customization settings...
  • rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited June 5, 2007
    Applied the change suggested and I'm still not seeing the 'Share' button. ne_nau.gif

    Is there something else I'm missing?
    Allen's code actually should read like this:
    #breadcrumb { display: block; }
    #breadcrumb { visibility: hidden;}
    .share_button { visibility: visible;}
    

    Sebastian
    Sebastian
    SmugMug Support Hero
  • rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited June 5, 2007
    Andy wrote:
    Sharing must be enabled in the gallery customization settings...
    I think I has, but Allen's code removes the breadcrumb and with it goes the Sharebutton.
    Allen wrote:
    #breadcrumb {display: none;}
    You see? :D

    With the following code it should work - it enables the breadcrumb, makes it invisible and just makes the share button visible:
    #breadcrumb { display: block; }
    #breadcrumb { visibility: hidden;}
    .share_button { visibility: visible;}
    

    To also enable the slideshow button you need to add:
    .play_slideshow { visibility: visible;}


    Sebastian
    Sebastian
    SmugMug Support Hero
  • CavalierPhotoCavalierPhoto Registered Users Posts: 233 Major grins
    edited June 6, 2007
    That did the trick
    Thanks Sebastian,

    The share button part of the code did the trick.

    Thanks Andy,
    I had to double check but I did have sharing enabled for the galleries I was looking at.
Sign In or Register to comment.