Tagged: avia layout builder, enfold
-
AuthorPosts
-
January 2, 2018 at 10:05 pm #892606
Hi,
I am having issues with the video Media Elements in the Avia Layout Builder in the Enfold theme. Instead of showing a video, I get a large full-screen grey bar with some nonworking buttons centered on the left side of the bar.I have double checked to make sure the video works in the Media Library. And Video works in Layerslider.
thank you!
January 2, 2018 at 10:35 pm #892623Hi Liz,
Please try de-activating all active plugins and check if that helps. If not, please post FTP and WP admin logins here privately so we can look into it :)
Best regards,
YigitJanuary 14, 2018 at 9:58 pm #897202Dear all,
I have the same Problem. I uploaded the video in WordPress and it’s showing a grey area with strange symbols and a timeline. I used the slider element with videoslide.
Plugins are disabled. WordPress and Enfold are the latest Version.
Best
S.January 15, 2018 at 10:08 pm #897717Any Update on this??? Need this to work urgent
January 17, 2018 at 5:58 am #898293Hi,
Thank you for the update.
A fix is going to be included in the latest version of the theme. For now, please add this code in the functions.php file.
wp_enqueue_style( 'wp-mediaelement' );
And the following css code in the Quick CSS field.
.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; }
Best regards,
IsmaelJanuary 18, 2018 at 12:40 pm #899106Thanks.
That kinda worked, bringing back the videoplayback.
But the play button on desktop is too high (not centered) and on mobile way to low. Also there is no preview image of the video. Just black background.
Best
S.January 20, 2018 at 4:00 am #899954Hi,
Please use the additional css codes to adjust the position of the play button.
.mejs-overlay-button { top: 40%; position: relative; }
Unfortunately, the preview is not included in the element. For this, you can use the Image element and then use the video url as link. It will open inside a lightbox instead.
Best regards,
IsmaelApril 5, 2018 at 12:18 pm #937659Hi, videos (locally hostet) are now only shown in a very small height?
is this the same issue? your fixes don’t work here.
Please help, i need this running…
scherar
April 5, 2018 at 12:25 pm #937666got it:
#top .mejs-container { max-height: inherit !important; }this did it…
g, scherar
April 7, 2018 at 3:23 am #938468 -
AuthorPosts
- You must be logged in to reply to this topic.