Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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!

    #892623

    Hi 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,
    Yigit

    #897202

    Dear 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.

    #897717

    Any Update on this??? Need this to work urgent

    #898293

    Hi,

    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,
    Ismael

    #899106

    Thanks.

    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.

    #899954

    Hi,

    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,
    Ismael

    #937659

    Hi, 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

    #937666

    got it:
    #top .mejs-container { max-height: inherit !important; }

    this did it…

    g, scherar

    #938468

    Hi,

    Great! Glad that you found the fix. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

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