Okay
  Public Ticket #349044
Social sharing numbers not showing
Closed

Comments

  • Carl started the conversation

     Hi there,

    I'm currently having an issue with the social sharing (Facebook,twitter,G+ etc) icons within blog posts. I've set them up as I want but none of the numbers are showing next to the icon to show how many times it's been shared. Is there a way of sorting this?

  •  8,427
    Tahir replied

    Hey Carl!

    Could you provide the direct page url so i can check for any conflicting css. 

    Thanks 


    ThemeNectar Support Team 

  • Carl replied

    hey Tahir. Here's a link to a blog post of mine which I know has quite a few likes and shares.

    http://carlgreene.co.uk/blog/diy-collage-picture-frame/

  •  8,427
    Tahir replied

    Hey!

    Please see screenshot : http://prntscr.com/5rwafv and http://prntscr.com/5rwak1 . As can be seen the numbers are there but your custom javascript is causing an error. 

    Thanks 


    ThemeNectar Support Team 

  • Carl replied

    hey,

    That's very weird, I don't have any custom JavaScript that I've done. The only changes made are some custom CSS added to the settings to remove the nectar love and change the social button colours.

    Any way to force the numbers to show?

  •  8,427
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single-post .col.section-title span {
        opacity: 1 !important;
        display: inline-block !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Carl replied

    Hi Tahir,

    That seems to have sorted it. Thanks man!