Social icons wrapper

Hi,

Sorry to bother for so little : I'm looking to change the way the social icon wrapper is displayed. On some of your demos (for example, this page : http://themes.muffingroup.com/be/boutique/aliquam-erat-ac-ipsum/), the number of tweets / pins / shares do not show above the social icon buttons. How do I reproduce this ?

Didn't find anything in the documentation :/ .

All the best,
JoQe

Comments

  • Hi,
    Please go to theme options>blog,shop&portfolio>general and enable the share box. See here: http://prntscr.com/f6y4p5
    thanks
  • hello,

    "Hide" indeed hides everything. It's only the number of tweets / pins / likes that I'd be glad to remove (as it shows on your demo link above, at the end of the page there aren't any "comic bubbles" with the number or people who clicked, but only the icon). When I go to the admin of the pre-built website mentioned above ("Boutique"), the sharebox is on "show", not on "Hide".
    There is no custom css that seems to indicate anything was changed either so I don't know where this is changed.

    However, I generally use the shortcode [share_box] inside of a column in order to place the share buttons wherever I want on the page
  • Yes, the shortcode indeed is the way to go here.
  • yes, but the shortcode displays the number of tweets / pins / likes that'd be glad to remove (my original problem ^^), as it shows on some of the demo websites.
  • THe number is hidden with css on the demo page. Please send a link to your page and I will give you the css you need.
    thanks
  • edited August 2017
    Hello,

    Here's my page : www.etheroxyde.com
    Here's a portfolio page showing the like button :
    and a journal entry showing the button :

    Thanks,
    Jo
  • This css will do the trick
    .share_wrapper .stButton .stBubble {
    display: none !important;
    }
  • edited May 2017
    Well, your solution just erases the share buttons altogether.

    The look I want to achieve is the following one, example on the bottom right :

    http://hpics.li/60d33ec

    This doesn't take too much space but is still visible for the world to share articles.

    Thanks,
    Jo
  • Please send a link to your blog post.

  • edited August 2017
    Hello,

    Same as above :

    Here's my page
    Here's a portfolio page showing the like button :
    and a journal entry showing the button : 
  • Hi,
    I just added the custom css on your site and everything looks fine, please take a look: http://prntscr.com/f97jg0
    Paste the css into theme options>custom css&js>css
  • hmm, I don't know what I did wrong the first time. Thanks
  • Hi,

    I realized recently that opening a page on Mozilla Firefox (on computer, not on mobile) does erase the social icons altogether.
    On google chrome it works fine :

    have a look, for example here :

    http://etheroxyde.com/artwork/the-tearing/

    On Firefox there is just a blank space where the icons should be (under the image). Could you please let me know how I can change that ?

    Actually it also does the same thing on the demo pages. Maybe due to an update on Firefox ?


  • Not shure what you mean. We entered your website on 3 browsers and everything looks fine.
  • Hi,

    Okay, that might as well be an extension or a mozilla theme that I have that is blocking the thing. Following your answer I asked a few friends and they indeed also have everything showing perfectly well.
    Sorry for the inconvenience,

    Jo
Sign In or Register to comment.