-
AuthorPosts
-
May 8, 2024 at 2:39 pm #1442691
Hello,
I have included several Easy Sliders on a page. However, when the page is loaded or refreshed with F5, a “Start Animation” occurs – the slider is animated from a small view to a large view.
But I don’t want that.
Can this be disabled?
PS: I’m not talking about the standard slider animations!Pls. help me. Many thanks!
May 9, 2024 at 5:25 pm #1442821May 10, 2024 at 9:41 am #1442864Thank you very much for the prompt response. However, my workspace for the ‘color section’ looks quite different from your screenshot. I have no a “Edit Column”?
May 10, 2024 at 10:49 am #1442867Hi,
Please include an admin login in the Private Content area so we can examine.Best regards,
MikeMay 14, 2024 at 2:09 pm #1443412Hi,
please see the Admin Login in the private Content Area in this Post.
Many thanks
May 15, 2024 at 12:02 pm #1443659Hi,
Thank you for your patience, you were not using the page layout as I had thought. I don’t think that this animation is from the theme and I can not reproduce this on my demo site with easy sliders. I didn’t find any custom css on your site that might cause this but I see that you are using a child theme and the WordPress ▸ Appearance ▸ Theme File Editor is disabled so I can’t see if you have customizations there. Please enable this or provide a FTP login so we can check.
Perhaps another plugin is adding this animation in error, please try disabling all of your plugins and see if that solves, otherwise enable the WordPress ▸ Appearance ▸ Theme File Editor so we can investigate further.Best regards,
MikeMay 17, 2024 at 10:42 am #1444053Thanks for your Support.
In the private Content you find the FTP Login.
Many thanks.May 18, 2024 at 1:27 pm #1444322Hi,
Thank you for your patience, I found that your child theme style.css file contained this custom css that caused the animation, I removed it for you:.home .active-slide .avia-slide-wrap { -webkit-animation: scale-in-center 2s ease-out both; animation: scale-in-center 2s ease-out both; } @-webkit-keyframes scale-in-center { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } @keyframes scale-in-center { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } }
please clear your browser cache and check.
Best regards,
MikeMay 21, 2024 at 2:38 pm #1444941Hallo,
vielen Dank! Das war es!!!!
Toller Support – Danke!
May 21, 2024 at 4:39 pm #1444953 -
AuthorPosts
- You must be logged in to reply to this topic.