-
Author
-
August 10, 2015 at 04:28 #72376MatthiasParticipant
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
August 10, 2015 at 19:17 #72466RaduModeratorHi,
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 solutionAugust 10, 2015 at 19:19 #72467MatthiasParticipantHi
thanks for your answer. Yes I only want to stop it for the homepage. What should I do ?
August 10, 2015 at 19:39 #72471RaduModeratorHi, try this
COPY CODEbody.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 solutionAugust 11, 2015 at 16:52 #72574RaduModeratorYou’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 -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.