Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!

    #1442821

    Hey Austrianweb,
    Thank you for the link to your site, it looks like the color section that the sliders are in has the Column Animation enabled, try changing this to None
    Enfold Support 5726

    Best regards,
    Mike

    #1442864

    Thank 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”?

    #1442867

    Hi,
    Please include an admin login in the Private Content area so we can examine.

    Best regards,
    Mike

    #1443412

    Hi,

    please see the Admin Login in the private Content Area in this Post.

    Many thanks

    #1443659

    Hi,
    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,
    Mike

    #1444053

    Thanks for your Support.
    In the private Content you find the FTP Login.
    Many thanks.

    #1444322

    Hi,
    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,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.