-
AuthorPosts
-
April 30, 2018 at 6:38 pm #949152
hey guys,
thanks for continuing to improve performance on the theme.
I have noted after the 4.3 update I still wrestle with the same challenge I have had for months. The video background will not load.And yes…I have tried the workaround:
#top .mejs-container {
height: 100%!important;
max-height: 100%!important;
}Any other ideas?
Thanks,
JSMay 2, 2018 at 4:42 am #949794Site # 2 now broken. No video loading.
May 2, 2018 at 8:34 pm #950268Hi,
We have pushed a new version of Enfold.
Can you please update and let us know what the results are please?Best regards,
BasilisMay 2, 2018 at 9:58 pm #950328After update 4.3.1 the self-hosted video on background still not load.
- This reply was modified 6 years, 6 months ago by weboptimus.
May 3, 2018 at 12:40 am #950383May 3, 2018 at 12:44 am #950387Confirming with 4.3.1 the self-hosted videos still aren’t working.
May 4, 2018 at 6:04 am #951322Hi,
This thread might help.
// https://kriesi.at/support/topic/video-autoplay-4/#post-947097
Just add the modifications. However, you have remove the ‘.$autoplay.’ attribute in the “avia_html5_video_embed” function.
$output .= '<video class="avia_video" '.$image.' '.$autoplay.' preload="metadata" controls id="'.$uid.'" >';
to..
$output .= '<video class="avia_video" '.$image.' preload="metadata" controls id="'.$uid.'" >';
Best regards,
IsmaelMay 4, 2018 at 7:25 am #951396Thanks. I’ll just wait for 4.3.2 at this point. Too many mods / hacks to get basic functionality working again. I feel like every mod breaks something else, and I don’t want to end up with Frankensteined code that I have to go back and sort out.. I would rather stay on original release channel.
I assume developers will implement video fixes in the next update? I feel like I have been saying that since September 2017… :)Thanks
RobMay 6, 2018 at 7:28 pm #952364Hi,
Yes, they will do.
As you have noticed, development team has re-written all the backend of ALB and there will be some really big updates about it.
So, in that process, something can broke or been missing, so we appreciate your patience a lot.Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.