Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter qqqq9999

    (@qqqq9999)

    I should say that I use <?php echo get_jamie_social_code(); ?> to make the plugin to work.

    If I don’t then the buttons do not align correctly in one line.

    If anything could be done about that, would be great.

    Thanks again for the plugin.

    Plugin Author martiniboy

    (@martiniboy)

    Hi qqqq9999
    Sorry for delay in getting back to you, was trying to work out how to reply.
    With regards to the twitter count not working, I am afraid that this is a cache issue, the plugin has no real control of the results, this may help you out https://dev.twitter.com/docs/tweet-button/faq and scroll down to “My count doesn’t seem to be going up, is something wrong?”
    With your second problem, this is down to CSS, I could not figure out why you would be seeing different results as the code basically echos the same code as the shortcode, you had me stumped, then I realised the only way you would see different results was if you added the code out of the container which the content was, which you have, if you added the code in the entry div you would see the same as with the shortcode. Your space in the entry div is not as wide as the container you have put the code in so it does not break.
    I hope that this makes sense.
    Any problems let me know

    Thread Starter qqqq9999

    (@qqqq9999)

    Thanks for looking into it. I am sorry that I’ve bothered you. It was very late after midnight and I wasn’t thinking clearly. I should’ve thought that it is not the plugin’s fault that the tweets are not counted.

    As for the second issue – I had to mess with CSS because if I do not change the height I get this on all of my sites (i have only 10, well most of them use the same theme – different colors)

    https://www.mediafire.com/?uynsd1597ber1va

    And I have to decrease the height to make the scrollbar disappear.

    It is not a big deal. I just thought that it might interest you.

    Thanks again for looking into this.

    Thread Starter qqqq9999

    (@qqqq9999)

    I had to do it again after the update :

    ul#jamie_social {
    list-style-type: none;
    margin: 0px;
    padding: 1px;
    clear: both;

    I added – padding: 1px; to make the scrollbar dissapear.

    Plugin Author martiniboy

    (@martiniboy)

    Hi qqqq9999
    Your theme stylesheet must be overriding the styles somewhere making you need to add the 1px padding on the ul to stop a scrollbar, I will run a few tests on different themes but should be able to add that 1px to the plugin stylesheet, otherwise you can override the plugin styles in your themes CSS so every time I update you do not need amend the styles.

    Thread Starter qqqq9999

    (@qqqq9999)

    This is not a big deal. I do not know why it happens.

    I just thought I should let you know.

    Thanks again for the plugin and support!

    Plugin Author martiniboy

    (@martiniboy)

    No problem, let me know if you have any other problems

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Jamie Social Icons] Hi! The plgin does not count tweets.’ is closed to new replies.