• Resolved richards1052

    (@richards1052)


    The post share count is only displaying the last digit of the real share count on my homepage. If you open the individual post page it displays all the digits of the share count properly. There is something wrong about the coding used to display the share counts on the homepage.

    If you go to my homepage and view the share counts and then open the links to the individual posts you will see the issue:

    https://www.richardsilverstein.com

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi there,

    Try adding following CSS in Custom CSS option in Miscellaneous section at plugin options page in admin:

    div..heateor_sss_sharing_container ss{
        word-wrap: normal !important;
    }
    Thread Starter richards1052

    (@richards1052)

    I added the CSS code, deleted the site cache & browser cache, then refreshed the home page & it’s displaying properly in Firefox and IE. But it still is not displaying right in Chrome. I’ll keep watching if the display starts to work properly. But so far, Chrome still doesn’t work.

    Plugin Author Heateor Support

    (@heateor)

    Oops, there is an extra dot in the CSS posted above. Please replace the CSS with following:

    div.heateor_sss_sharing_container ss{
        word-wrap: normal !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Share count doesn’t display properly on homepage’ is closed to new replies.