-
Author
-
October 16, 2015 at 16:37 #82693slawek247Participant
it is possible to disable this effect page loading to load the whole page at once ??
October 16, 2015 at 19:38 #82747RaduModeratorHi,
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 solutionOctober 23, 2015 at 04:09 #83816wd7080ParticipantHello
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
October 23, 2015 at 18:14 #83881RaduModeratorHi 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 solutionOctober 24, 2015 at 06:01 #83961wd7080ParticipantHello,
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
October 26, 2015 at 15:16 #84244RaduModeratorHi,
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 solutionOctober 26, 2015 at 23:04 #84389wd7080ParticipantI tried with important declaration and without and still it doesn’t work
October 27, 2015 at 16:59 #84467RaduModeratorHi @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 solutionOctober 28, 2015 at 16:52 #84704RaduModeratorHi,
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 solutionOctober 29, 2015 at 15:28 #84867RaduModeratorHi,
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 -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.