No Support for your Plugin?
Have support, if you wait.
Show me your website and I’ll can say to you what you need to do.
can not you tell me so? I want my page public here
I need to see what is happening to be able to help.
You can check the CSS yourself in this case, using the inspector of your browser.
See here http://i.imgur.com/mAWElnG.png
if the site new load have a animation the icon picture load from right to left!
I need to check the CSS on your website… But you can try:
.social-count-plus a {
-moz-transition-property: none !important;
-webkit-transition-property: none !important;
-o-transition-property: none !important;
transition-property: none !important;
}
Put it into your theme’s style.css.
Nice thats work 🙂 very thank you 🙂