-
Author
-
December 30, 2014 at 14:54 #40676blonlParticipant
Hi, I’m wondering if there’s a way to deactivate the theme effects on general post pages or just change the delay but I can’t find such option on the theme options. Thanks a lot.
My Best!
December 30, 2014 at 16:11 #40709RaduModeratorHello,
You can disable effect by removing class “animated animate-when-almost-visible el-appear” from wp-content/themes/kleo/page-parts/post-content-masonry.php line 12
or replace this
COPY CODE<div class="post-content animated animate-when-almost-visible el-appear">
with this
COPY CODE<div class="post-content">
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 4, 2015 at 16:52 #53228mladasParticipantI have not tried your change of: replace this
1
<div class=”post-content animated animate-when-almost-visible el-appear”>
with this
1
<div class=”post-content”> “po yet (though I have looked at the file).But, my question is will that remove the animation from loading “Activity”? While it works well on laptop, it is very, very slow on mobile and I’d simply like to get rid of the delay. Thank you.
April 6, 2015 at 20:12 #53443RaduModeratorSorry,
Unfortunately this is not possible,
If you want to disable this animation for mobile you need disable animations for all devices.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 4, 2015 at 18:31 #57248AbeKeymasterIn next KLEO version we will be adding some options to customize the animations on/off
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 29, 2015 at 22:25 #65606dribgibParticipantHas this been added yet? The control over animations that is.
June 30, 2015 at 14:42 #65733AbeKeymasterNot yet, it will be included with this feature request https://archived.seventhqueen.com/forums/topic/add-onoff-to-certain-js-animations
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘How to deactivate the effects on post pages’ is closed to new replies.