Tagged: easy slider, mp4, update
-
AuthorPosts
-
November 3, 2017 at 6:59 pm #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!
November 4, 2017 at 12:34 pm #872473Hey sabrinag99,
Thanks for the link and info, I’m not sure what you mean by bloated though?
Best regards,
RikardNovember 9, 2017 at 5:17 am #874395Fixed 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!
November 9, 2017 at 6:59 am #874460Hey marissaconniff,
Thanks for the feedback on this.
Best regards,
Jordan ShannonNovember 22, 2017 at 3:15 pm #880314Hey Marissaconniff,
thanks a lot. This is exactly what i was lokking for. Works perfectly fine!
Best regards,
TmoNovember 22, 2017 at 5:11 pm #880360Hey innobitag,
I’m glad the suggestion was able to help.
Best regards,
Jordan ShannonNovember 30, 2017 at 4:01 pm #883478HI,
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?
November 30, 2017 at 7:33 pm #883548Hi,
Is it the video within the first slide not playing?
Best regards,
Jordan ShannonDecember 1, 2017 at 4:24 pm #883932HI Jordan,
That is correct, the first slide contains a video, before the last Enfold update it was wordking fine?
Thanks for a solution
December 2, 2017 at 3:11 pm #884133Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.