Home › Forums › Jevelin Theme › Turn Off Animations for Mobile
Home › Forums › Jevelin Theme › Turn Off Animations for Mobile
Hi,
Is there a way to turn off all animations for mobile? They look great on desktop, but are kinda sketchy on mobile.
Thanks!
Hi @A. Betterman,
I hope you are well today and thank you for your question.
Could you please tell me how you have created those animations?
Or could you please share me your site URL where it’s displaying so that I can help you?
Best regards,
Shufflehound team
Hi,
I created the animations in WP Bakery within the theme.
The website is abettermancc.com
Solution for this topic
You can try achieving it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media screen and (max-width: 959px) { .wpb_animate_when_almost_visible { opacity: 1; filter: alpha(opacity=100); -webkit-animation: none; -moz-animation: none; -o-animation: none; animation: none; } }
That did not appear to work. It looks like it made the items start visible and in position, but then when you continue scrolling, they snap to the animation.
Actually, I just added !important to each of the css commands you gave me, and it seemed to fix most of the animations! Is there a way to make the Fancy Portfolio not animate each item on?
Thanks!
To achieve this, you have to develop custom code in the child theme of Jevelin theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Ok, thanks for your help!
You are most welcome here 🙂