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

    #878482

    Hey feoleb,

    Here are some threads to consider:

    https://kriesi.at/support/topic/video-slideshow-on-mobile/

    Best regards,
    Victoria

    #878599

    It’s not a problem on a mobile. It’s just broken FLAT-OUT broken. Many users have reported this issue.

    #878771

    Hi,

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

    #878802

    same 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:12

    #878808

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

    #879005

    Hi,

    It unfortunately seem like it’s a WordPress core issue: https://core.trac.wordpress.org/ticket/42574.

    Best regards,
    Rikard

    #882852

    Hello,

    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

    #883707

    Hi,

    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

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