Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bexterw

    (@bexterw)

    After hours of searching through coding (most of which I don’t understand), and doing many MANY Google searches, I finally found an answer to the missing play button issue. The post that helped me is here. I had to find the mediaelementplayer.min.css in the wp-includes/js folder and change the controls.svg to .png.

    I still need help with the Template being overridden if anyone gets to this post.

    Thanks.

    Been seeing lots of answers around the web, saying that mime types need to be adjusted through the htaccess file.

    Thankfully, there’s an easier answer, at least as of WP 4.0 (maybe earlier, not sure).

    If you add the class “no-svg” to your body tag, then WordPress will use the png version of the media player controls instead of the svg.

    Here are several ways to add a class to the body tag:
    https://code.tutsplus.com/tutorials/adding-to-the-body-class-in-wordpress–cms-21077

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Play button missing’ is closed to new replies.