Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter JOHN2000

    (@john2000)

    ?

    Thread Starter JOHN2000

    (@john2000)

    No Support for your Plugin?

    Plugin Author Claudio Sanches

    (@claudiosanches)

    Have support, if you wait.

    Show me your website and I’ll can say to you what you need to do.

    Thread Starter JOHN2000

    (@john2000)

    can not you tell me so? I want my page public here

    Plugin Author Claudio Sanches

    (@claudiosanches)

    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.

    Thread Starter JOHN2000

    (@john2000)

    See here https://i.imgur.com/mAWElnG.png

    if the site new load have a animation the icon picture load from right to left!

    Plugin Author Claudio Sanches

    (@claudiosanches)

    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.

    Thread Starter JOHN2000

    (@john2000)

    Nice thats work ?? very thank you ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Removing animation?’ is closed to new replies.