Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1462983

    Hallo Zusammen, seit einiger Zeit laden die Einblendanimationen seltsam doppelt und wirken dadurch kaputt.
    Was kann das sein?
    ——
    Hello everyone, for some time now the fade-in animations have been loading strangely twice and thus appear broken.
    What could this be?

    Beispiel hier / Example here:
    [video src="https://eins2agentur.de/wp-content/uploads/2024/07/Video.mp4" /]

    #1462997

    Hey Blatze,

    Thanks for the video. Could you post a link to where we can see the actual problem as well please?

    Best regards,
    Rikard

    #1463001

    It is everywhere we used pictures with Animation Like this…

    Here is another example:

    #1463028

    Hi,

    Thank you for the info.

    Did you add this css code?

    .avia-image-container .avia_image, .avia-image-container .avia-image-overlay-wrap {
        transition: all 0.7s;
    }
    

    Please try to remove the css code, temporarily disable the css minification or compression options, and purge the cache. Let us know if this changes anything.

    Best regards,
    Ismael

    #1463040

    No it is not in my CSS File or in the Quick CSS of Enfold (on both websites).
    Lets check on the Website which is in working progress…
    I deactivated all plugins to check, but the problem still exists.. (just activated the maintenance Plugin again after testing..)

    #1463057

    Hi,

    Thanks for that. Could you try updating the theme to the latest version (6.0.2) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.

    Best regards,
    Rikard

    #1463061

    Done. Did not help. :(

    #1463188

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia_transform .av-parallax-object.active-parallax.avia_start_delayed_animation.right-to-left {
        animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
        opacity: 1;
    }
    .js_active .av-parallax-object.active-parallax {
        opacity: 0;
        transition: none
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1463424

    Yes thank you! This works fine!

    Here
    https://www.kiwodemo6.de/
    and here:

    Will this appear in the next update? 🙏

    • This reply was modified 1 month, 1 week ago by Blatze.
    #1463477

    Hi,

    Will this appear in the next update? 🙏

    We cannot reproduce the issue on our end, so it is likely unique to your installation, possibly caused by a custom modification or plugin. Please keep the css for now.

    Best regards,
    Ismael

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