Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author addthis_matt

    (@addthis_matt)

    Hi Xyza,

    Based on the style and number of buttons you currently have on your site, this CSS will center them:

    .addthis_toolbox {
        width: 245px;
        margin: 0 auto !important;
    }

    Thanks,
    Matt

    • This reply was modified 9 years, 3 months ago by addthis_matt.
    Thread Starter xyzagerondio

    (@xyzagerondio)

    Hello Sir Matt,

    It work!!! Look >> http://xyzagerondio.com/2016/11/04/fall%E2%97%8Fing-for-fall/

    Just one last thing Sir, is it possible to show all the buttons? What I mean is…facebook, twitter, pinterest etc. showing next to each other? Like that of the ‘sharing sidebar’? ‘Cause only twitter, fb, print, email & ‘+ sign’ is visible.

    Thank you.

    Xyza

    P.S. Is it also possible to add a title like… “SHARE ON” above the buttons? Thanks! 🙂

    BLOG: http://www.xyzagerondio.com

    Plugin Author addthis_matt

    (@addthis_matt)

    Hi there,

    The easiest way to include additional buttons using the plugin would be to switch the plugin to AddThis.com mode. With this mode, you will control the plugin from within the http://www.addthis.com dashboard, rather than from within the plugin. The AddThis.com dashboard mode would have some additional options, such as the ability to change the number of sharing services.

    To change this, go to the Advanced Options page within the plugin settings and scroll to the bottom to look for “I want to control my plugin from…”. You’ll want to change this to AddThis.com instead of WordPress.
    http://screencast.com/t/GAIs1LIy

    You can add the text to appear above the sharing buttons by adding some CSS like this:

    
    .addthis_toolbox::before {
        content: 'SHARE ON';
        display: block;
    }
    

    This may need to be tweaked if you decide to switch the plugin to AddThis.com dashboard mode. Let me know if this CSS doesn’t work after you switch the plugin mode and I can help you with modifying it.

    Thread Starter xyzagerondio

    (@xyzagerondio)

    Hello Sir Matt,

    I did figure it out! Inline share button below my post is super OK! Thanks to you =)

    I just have a little issue here Sir. Hope it’s okey to jump to another sharing tool eh?

    The “image sharing” tool seem to work on the category archive thumbnail only (here >>> http://xyzagerondio.com/category/blog/fashion/). But once I click on my single post, it don’t work on my images (kindly look here >>> http://xyzagerondio.com/2016/11/04/fall%E2%97%8Fing-for-fall/)…

    On the Advanced Option >> Enclosing Element, my entries were:
    .layer-media, .post-thumbnail

    What did I miss Sir?

    Regards,

    Xyza

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Centering the buttons below post’ is closed to new replies.