This topic has 12 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #82693
     slawek247
    Participant

    it is possible to disable this effect page loading to load the whole page at once ??

    #82747
     Radu
    Moderator

    Hi,

    If you want to disable all animations use this css snippet

    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;
    }
    
    

    Add this code to wp-admin -> theme options -> general settings -> quick css

    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
    #82758
     slawek247
    Participant

    Thank you 🙂

    #83816
     wd7080
    Participant

    Hello

    The above code does not remove animations for buddypress. I would be glad if you provide me with a code that also removes buddypress animations. I simply don’t want to see any animation. Can you please help?

    Thanks

    #83881
     Radu
    Moderator

    Hi wd7080,

    Try this css snippet

    COPY CODE
    
    .member-inner-list.animated.animate-when-almost-visible.bottom-to-top.start-animation {	
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
        opacity: 1;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
    

    Regards

    Radu

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

    Hello,

    Thanks for the code:

    COPY CODE
    .member-inner-list.animated.animate-when-almost-visible.bottom-to-top.start-animation {	
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
        opacity: 1;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }

    It did not work. Could you please advice?

    Thanks

    #84244
     Radu
    Moderator

    Hi,

    Try with important declaration

    COPY CODE
    
    .member-inner-list.animated.animate-when-almost-visible.bottom-to-top.start-animation {	
        -webkit-animation: none !important
        -o-animation: none !important
        animation: none !important
        opacity: 1;
        -moz-transform: none !important
        -webkit-transform: none !important
        -o-transform: none !important
        transform: none !important
    }
    

    Let me know if it works.

    Regards

    Radu

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

    I tried with important declaration and without and still it doesn’t work

    #84467
     Radu
    Moderator

    Hi @wd7080,

    Can you please provide the buddypress page where you want to hide all animations and admin credentials ?

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #84495
     wd7080
    Participant
    This reply has been set as private.
    #84704
     Radu
    Moderator

    Hi,

    IT’s ok now, can you check please ?

    I’ve used the below css code.

    COPY CODE
    
    /* Remove all animations effect only from buddypress pages */
    
    #buddypress .kleo-transform .one-by-one-animated .start-animation .el-appear, 
    #buddypress .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation,
    #buddypress .kleo-transform .start-animation.el-appear {
        -webkit-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
        opacity: 1 !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    
    #buddypress .kleo-transform .animated.animate-when-visible, .kleo-transform .animated.animate-when-almost-visible, .cul {
    
        -webkit-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
        opacity: 1 !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    

    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
    #84786
     wd7080
    Participant
    This reply has been set as private.
    #84867
     Radu
    Moderator

    Hi,

    I’m able to view only this page : http://community.cpachess.com/login/ the other one it requires username and password that not are the same like http://community.cpachess.com/login/ and i see that yo use theme my login plugin which is not part of kleo.

    It seems that your problem is related to theme my login plugin and i suggest you to contact their forum support.

    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 13 posts - 1 through 13 (of 13 total)

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

Log in with your credentials

Forgot your details?