Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #872256

    https://kriesi.at/support/topic/enfold-colour-section-video-background-issue-enfold-v4-2-2/
    #top .av-video-slide video {
    height: auto !important;
    }
    #top .av-video-slide .mejs-container {
    width: 100% !important;
    }

    This solution I found, then the video is showing again but it is bloated.
    I turned the update back, it is a really busy site.

    So please tell me what changed and can you fix it?

    thank you!

    #872473

    Hey sabrinag99,

    Thanks for the link and info, I’m not sure what you mean by bloated though?

    Best regards,
    Rikard

    #874395

    Fixed this on our site by adding the css below to the Enfold > General Styling > Quick CSS area…

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

    Cleared the cache and that did the trick!

    #874460

    Hey marissaconniff,

    Thanks for the feedback on this.

    Best regards,
    Jordan Shannon

    #880314

    Hey Marissaconniff,
    thanks a lot. This is exactly what i was lokking for. Works perfectly fine!
    Best regards,
    Tmo

    #880360

    Hey innobitag,

    I’m glad the suggestion was able to help.

    Best regards,
    Jordan Shannon

    #883478

    HI,

    I put this code in the quick css
    #top .av-video-slide video {
    height: auto !important;
    }
    #top .av-video-slide .mejs-container {
    width: 100% !important;
    }

    Still not wordking?
    I put the website link oin the private.

    THank you for a solution?

    #883548

    Hi,

    Is it the video within the first slide not playing?

    Best regards,
    Jordan Shannon

    #883932

    HI Jordan,

    That is correct, the first slide contains a video, before the last Enfold update it was wordking fine?

    Thanks for a solution

    #884133

    Hi,

    I’m not sure if it will work or not but please try adding this to your functions.php file:

    add_action('wp_enqueue_scripts', 'my_register_javascript', 100);
    
    function my_register_javascript() {
      wp_register_script('mediaelement', plugins_url('wp-mediaelement.min.js', __FILE__), array('jquery'), '4.8.2', true);
      wp_enqueue_script('mediaelement');
    }

    Best regards,
    Rikard

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