-
AuthorPosts
-
January 6, 2018 at 1:36 pm #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
January 8, 2018 at 3:19 am #894550Hey 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,
IsmaelJanuary 8, 2018 at 12:40 pm #894681it 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.
January 11, 2018 at 5:46 am #895980Hi,
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,
IsmaelJanuary 11, 2018 at 11:59 am #896116Yes – 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; }
January 11, 2018 at 11:09 pm #896286i 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 allJanuary 13, 2018 at 3:46 am #896786Hi,
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,
IsmaelJanuary 15, 2018 at 10:39 am #897463thanks – is there an approximate date for the “post-4.2-Update”?
January 16, 2018 at 2:09 am #897799Hi,
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,
IsmaelJanuary 17, 2018 at 11:08 am #898377Great – 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.January 18, 2018 at 10:10 am #898961 -
AuthorPosts
- The topic ‘When will it be – the update’ is closed to new replies.