Okay
  Public Ticket #638521
Version 7 - Blog comments & social sharing count
Closed

Comments

  • Carl started the conversation

    Hi Guys,


    Since updating to version 7 I've lost the totals for my social sharing, this page for example http://carlgreene.co.uk/blog/diy-collage-picture-frame/ has had 16 facebook shares which doesn't show on the share counter on the blog post. Is there a way to make these stop showing zero?

    Also, I use facebook comments on my blog posts, there is a "no comments" button next to the share counter which Is redundant and doesn't track facebook comments. Can this be removed also?

  •  8,992
    Tahir replied

    Hey ,

    The Twitter API was shutdown so the shared numbers are no longer available.

    Best.


    ThemeNectar Support Team 

  • Carl replied

    Hey Tahir,


    Is this the same for facebook and G+? I don\'t care about twitter, it was mainly the facebook shares etc. On the social sharing button there is a zero next to each social icon so there must be a way to show facebook and G+ shares?

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .single #single-meta ul li.meta-share-count .nectar-social a span, #project-meta ul li.meta-share-count .nectar-social a span {
        display: inline-block !important;
    }

    Best



    ThemeNectar Support Team 

  • Carl replied

    Thanks, Tahir.


    When you hover over the \"Share\" button at the top of the blog post it shows the individual share numbers (Great!) but when not hovering the share Icon still has a zero next to it?

    Also, as requested previously. Do you know how to remove the \"No comments\" button which appears to the left of share?

  • Carl replied

    I\'ve attached an example of what I am talking about.

  •  8,992
    Tahir replied

    Hey Again,


    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .single #page-header-bg #single-meta ul li.meta-comment-count {
        display: none !important;
    }
    
    
    .single-post .col.section-title span.share-count-total {
        display: none !important;
    }

    The 0 count cannot be populated with CSS .

    Bes.t


    ThemeNectar Support Team 

  • Carl replied

    Tahir,


    Thanks that works perfectly!