-
AuthorPosts
-
November 16, 2017 at 8:33 pm #877719
It doesn’t work. It makes the video really small and off to one side.
I sort of fixed it with
.mejs-container {
width: 100% !important;
}However if i shrink the window down on my page, the video doesn’t display anymore.
November 18, 2017 at 11:18 am #878482Hey feoleb,
Here are some threads to consider:
https://kriesi.at/support/topic/video-slideshow-on-mobile/
Best regards,
VictoriaNovember 18, 2017 at 6:12 pm #878599It’s not a problem on a mobile. It’s just broken FLAT-OUT broken. Many users have reported this issue.
November 19, 2017 at 1:14 pm #878771Hi,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardNovember 19, 2017 at 5:23 pm #878802same problem here.
Console:
Uncaught TypeError: Language code must have format 2-3 letters and. optionally, hyphen, underscore followed by 2 more letters
at Object.s.language (mediaelement-and-player.min.js?ver=4.2.6-78496d1:12)
at Object.o.5.15 (mediaelement-and-player.min.js?ver=4.2.6-78496d1:12)
at i (mediaelement-and-player.min.js?ver=4.2.6-78496d1:12)
at e (mediaelement-and-player.min.js?ver=4.2.6-78496d1:12)
at mediaelement-and-player.min.js?ver=4.2.6-78496d1:12November 19, 2017 at 5:33 pm #878808The Problem seems to be related to the selected Language. I changed my WP Language from German formal (Sie) to German and it works. This is just a temporary fix, it’s important for me to stay in German formal language.
November 20, 2017 at 10:20 am #879005Hi,
It unfortunately seem like it’s a WordPress core issue: https://core.trac.wordpress.org/ticket/42574.
Best regards,
RikardNovember 28, 2017 at 7:41 pm #882852Hello,
Here is some login info. I got it to work when the page is large but not once the page starts shrinking. There is a custom .css field on the bottom of the home page if you want to alter .css for that page specifically.
Brendon
December 1, 2017 at 6:28 am #883707Hi,
Another user used the following code which worked for him, could you try that out in your functions.php file please?
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.