Home › Forums › Legacy Support › Support queries › Styling issues › Visual Composer Transition Animation in Row Problem
Tagged: animation, problem, transition, visual composer
- This topic has 17 replies, 5 voices, and was last updated 7 years, 9 months ago by nickz_pure.
-
AuthorPosts
-
January 25, 2017 at 4:08 am #91825nickz_pureSpectatorHello, I am using visual composer on this theme, but I got problem. The page that I use with visual composer is always appear as side animation transition effect. I try to find how to disabling it. I try to add this code in the custom CSS: * { /*CSS transitions*/ -o-transition-property: none !important; -moz-transition-property: none !important; -ms-transition-property: none !important; -webkit-transition-property: none !important; transition-property: none !important; /*CSS transforms*/ -o-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -webkit-transform: none !important; transform: none !important; /*CSS animations*/ -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; -ms-animation: none !important; animation: none !important; } The transition animation is gone. But the content is still appear if I scroll the page. Could you please tell me how to solve this please?January 25, 2017 at 4:10 am #91826nickz_pureSpectatorHello, i noticed that the css code isn't show in here. Here's the code I got from: https://dev.webonomic.nl/how-to-disable-css-transforms-transistions-and-animationsJanuary 25, 2017 at 11:21 am #91909MrVibeKeymasterThanks for sharing the link but we need more details. The description is not sufficient to understand the issue, so we need your help to understand what exactly is not working as expected. Can you share WP Admin credentials and we can login and check the issue directly on your site ? p.s : 26th is a support holiday, so a speedy response is appreciated.January 25, 2017 at 2:01 pm #92002nickz_pureSpectatorThank you for fast answer sir, I will share the credentials ASAPJanuary 25, 2017 at 2:04 pm #92003nickz_pureSpectatorThis reply has been marked as private.January 25, 2017 at 2:51 pm #92014nickz_pureSpectatorAlso how to hide my cred points and gear icon for admin dashboard in the profile popup? ThanksJanuary 27, 2017 at 1:54 pm #92280Skywalker [ ex VibeThemes]Participant
div#sidebar-me ul:nth-child(2) li:nth-child(2){display:none !Important;}
div#sidebar-me ul:nth-child(2) li:nth-child(5){display:none !Important;}
January 27, 2017 at 3:55 pm #92342nickz_pureSpectatorHello, thanks for your answer on the profile sidebar sir. Any idea about visual composer transition/animation on scroll?January 28, 2017 at 1:06 pm #92471Skywalker [ ex VibeThemes]ParticipantPlease specify the exact page and the content that you want hidden?January 28, 2017 at 6:51 pm #92508nickz_pureSpectatorNot hidden. As I said before, I am using visual composer. <span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">The page that I use with visual composer is always appear as side animation transition effect. But I cant disable it. Please take a look on the website I sent you earlier. You can see my frontpage all row are animated</span>January 30, 2017 at 2:00 pm #92696Skywalker [ ex VibeThemes]ParticipantSorry i am unable to access your wp-admin area.January 30, 2017 at 3:52 pm #92716nickz_pureSpectatorThis reply has been marked as private.January 31, 2017 at 7:14 am #92822MrVibeKeymasterThe CSS you're using would totally remove all the animations from the site. The credentials are correct and I am able to login. Can you share the page link which shows the animation. I tried checking few pages but there was no side-animation as you've mentioned.January 31, 2017 at 1:16 pm #92889nickz_pureSpectatorThis reply has been marked as private.February 1, 2017 at 2:31 pm #93163H.K. LatiyanParticipantI checked your website the animation is coming due to the class "wpb_animate_when_almost_visible" added on the page. This class is not added by wplms but by visual composer and I am not sure why its adding the class even when the animation is set to none. I'll need more time to debug this issue. This can also be related to the server side cache, so please also consult your webhost and ask them to clear the server side cache. -
AuthorPosts
- The topic ‘Visual Composer Transition Animation in Row Problem’ is closed to new replies.