This topic has 5 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #72376
     Matthias
    Participant

    Hi !

    on my homepage (http://ouiaremakers.com/) there are animations when the Kleo posts appear. I’d like to deactivate the animation or modify it. I can’t find this setting neither in the row settings nor in the Kleo post setting.

    Thanks for your help

    #72466
     Radu
    Moderator

    Hi,

    That it’s a default kleo functionality

    I’ve made a little CSS hack that stops the animations

    Add this CSS to your Wp-Admin -> Theme Options -> General Settings -> Quick CSS.

    COPY CODE
    
    .kleo-transform .one-by-one-animated .start-animation .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear {
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
        opacity: 1;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
    

    Tell me if you want to stop animations only from homepage.

    Let me know if it works.

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #72467
     Matthias
    Participant

    Hi

    thanks for your answer. Yes I only want to stop it for the homepage. What should I do ?

    #72471
     Radu
    Moderator

    Hi, try this

    COPY CODE
    
    body.home-page.kleo-transform .one-by-one-animated .start-animation .el-appear, body.home-page.kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear {
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
        opacity: 1;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
    
    

    Let me know if is ok.

    Best regards

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #72521
     Matthias
    Participant

    Works fine thanks

    #72574
     Radu
    Moderator

    You’re welcome,

    Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂

    http://themeforest.net/downloads/

    Best regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?