Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #894070

    Although the fix ​​for the background videos is ok ( not realy – because f.e. turning the ipad from portrait to landscape view it is not without a bug), it’s just a crutch and not realy satisfying.
    So before any new demos or nice new gimmicks are important. This would be the major point of releasing the next update.
    I don’t want to downgrade all installation on which i use background video.

    Thanks

    #894550

    Hey Guenter,

    Thank you for using Enfold.

    What are the fixes that you’ve added? Could you please provide a screenshot or a test page so that we can inspect it?

    Best regards,
    Ismael

    #894681

    it is the often discussed bug for video-background on color-section since enfold 4.2
    the starting of the video is a bit buggy til the fix works
    The fix i used was your advice:

    .mejs-layer {
        z-index: 1;
        width: 100% !important;
    }
    
    div .avia-video .mejs-container, div .avia-video .mejs-container video {
        height: 100%!important;
        width: 100% !important;
        position: absolute;
    }

    make the browserwindow wide but not so high ( panorama format )

    • This reply was modified 6 years, 10 months ago by Guenni007.
    #895980

    Hi,

    Thank you for the update. I can’t reproduce the issue described in the screenshot. Which browser are you using? I’m sure you’re aware that video backgrounds are disabled on mobile devices by default. I checked the test site on an iPad 2 device — the video is being replaced with the fall back image properly.

    Best regards,
    Ismael

    #896116

    Yes – because i added to your fix an own rule:

    #top .av-video-slide .mejs-container {
        width: 100vw !important;
    }

    with that the issue is not there anymore.
    But an update would be better to have to fix that troubles.

    ____________________

    so now on my quick css is:

    .mejs-layer {
        z-index: 1;
        width: 100% !important;
    }
    div .avia-video .mejs-container, div .avia-video .mejs-container video {
        height: 100%!important;
        width: 100% !important;
        position: absolute;
    }
    #top .av-video-slide .mejs-container {
        width: 100vw !important;
    }
    #896286

    i set it this way up to show the fallback image – but
    on Safari / OSX High Sierra – same troubles ( IMac, MacMini too) – no background video at all

    #896786

    Hi,

    with that the issue is not there anymore.
    But an update would be better to have to fix that troubles.

    Yes, the fix will be included in the latest patch as always.

    on Safari / OSX High Sierra – same troubles ( IMac, MacMini too) – no background video at all

    I will ask the rest of the support team to check it on safari.

    Best regards,
    Ismael

    #897463

    thanks – is there an approximate date for the “post-4.2-Update”?

    #897799

    Hi,

    I’m not really sure about the ETA but Kriesi is planning to release a patch on Monday including the video element fix.

    Best regards,
    Ismael

    #898377

    Great – i this case i do not have to downgrade for that customer the whole installation ( its a multisite) – but the video-element is important for them – more like a good styled menu (with images etc.)
    to get rid of them in the mobile menu it is important for me to have the possiblity to adress each menu-item easier than by nth-child options.
    Can be closed now.

    #898961

    Hi Günter,

    4.2.1 is available now. I’ll go ahead and close this thread.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘When will it be – the update’ is closed to new replies.