Share Buttons

Ian HIan H Registered Users Posts: 32 Big grins

I have the share buttons on my site but it will not let me disable the google +1 button. In fact the g+1 button does not even show up and leaves a ugly gap in the buttons spacing.

www.ianhuftonphotography.co.uk

Comments

  • leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins

    Hi Ian,
    Google updated their side of the equation for the G+ button that has caused it to disappear. Our team is working through updating the content block to get the G+ button to work again. Stay tuned!

    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Ian HIan H Registered Users Posts: 32 Big grins

    Thanks leftquark also it does not seem possible to change the settings on the share buttons. ie there positioning, horizontal / vertical or the margins etc. They just get the red exclamation mark and will only save in the default position.

  • tomnovytomnovy Registered Users Posts: 1,101 SmugMug Employee

    Ian,

    There is deffinately something going on with your sharing icons content block. In the meantime please add this code to a CSS content block in the ALL GALLERIES SECTION:

    /*Hidding the Google+ share option*/
    .sm-page-widget-socialbuttons .googleplus  {
      display: none !important
    }
    
    /*Reducing space between social sharing icons*/
    .sm-page-widget-socialbuttons .horizontal li {
        width: 70px;
    }
    

    This will hide the G+button and reduce the spacing between those icons.

    I will also report this to QA and see what is going on with your content block.

    Thanks for your patience

    SmugMug Support Hero | Customizer | My SmugMug site - http://www.photom.me | Customization Portal - https://portal.photom.me
  • tomnovytomnovy Registered Users Posts: 1,101 SmugMug Employee

    Ian,

    This looks like a bug that affects some accounts, which has been already reported. There is also a workaround → please change the SHARE URL from THIS PAGE to custom { see my screenshot }:

    http://take.ms/dQMSd

    Then delete the https://

    And change again the SHARE URL back to THIS PAGE.

    Sorry for any inconvenience caused.

    SmugMug Support Hero | Customizer | My SmugMug site - http://www.photom.me | Customization Portal - https://portal.photom.me
  • Ian HIan H Registered Users Posts: 32 Big grins

    Thanks for the help tomnovy that's excellent and those work around's have pretty much resolved all my issues.

Sign In or Register to comment.