Where is my "share button"?

RogerRRogerR Registered Users Posts: 22 Big grins
edited February 3, 2008 in SmugMug Support
I have ext. links to "yes" and easy sharing to "yes" but my share button is missing. Can someone help me get it back?:dunno

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited February 2, 2008
    RogerR wrote:
    I have ext. links to "yes" and easy sharing to "yes" but my share button is missing. Can someone help me get it back?ne_nau.gif
    It's in the breadcrumb div (container) and you have it off.

    #breadcrumb {display: none;}

    You might have to switch to this.

    #breadcrumb {visibility: hidden;}
    .loggedIn #breadcrumb {visibility: visible;}
    .share_button {visibility: visible;}

    or something like this to close big gap invisible breadcrumb
    leaves on gallery pages

    #breadcrumb {visibility: hidden;}
    .loggedIn #breadcrumb {visibility: visible;}
    .galleryPage #breadcrumb {height:1px;}
    .loggedIn .galleryPage #breadcrumb {height: 40px;}
    .share_button {visibility: visible;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • RogerRRogerR Registered Users Posts: 22 Big grins
    edited February 3, 2008
    Thanks again Allen
    Allen, once again you make things right. I preferred the second version - tighter and cleaner. Thanks for you help.

    btw, congrats to Smugmug on the Business Week article in the Jan. 21, 2008 issue. Chris was right when he said one of the best moves he made was hiring the pro (users) to help out. You guy are so unique. I wish you and Smugmug the best. It's nice to see the nice guys doing well.clap.gif
    Allen wrote:
    It's in the breadcrumb div (container) and you have it off.

    #breadcrumb {display: none;}

    You might have to switch to this.

    #breadcrumb {visibility: hidden;}
    .loggedIn #breadcrumb {visibility: visible;}
    .share_button {visibility: visible;}

    or something like this to close big gap invisible breadcrumb
    leaves on gallery pages

    #breadcrumb {visibility: hidden;}
    .loggedIn #breadcrumb {visibility: visible;}
    .galleryPage #breadcrumb {height:1px;}
    .loggedIn .galleryPage #breadcrumb {height: 40px;}
    .share_button {visibility: visible;}
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited February 3, 2008
    RogerR wrote:
    ..
    btw, congrats to Smugmug on the Business Week article in the Jan. 21, 2008 issue. Chris was right when he said one of the best moves he made was hiring the pro (users) to help out. You guy are so unique. I wish you and Smugmug the best. It's nice to see the nice guys doing well.clap.gif
    I'll second that.thumb.gif But I'm just a volunteer here havin' fun figuring out all
    these puzzles.
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.