
Hello,
When I use the [audio] controls in WordPress with a Themler generated theme, the controls do not show up on the built-in player. However, when I use one of the standard WordPress Themes, they do. Is there some sort of css conflict with these two items?

I found a solution online by adding the following code via the additional css panel;
.mejs-overlay-button {
background:url("/wp-includes/js/mediaelement/bigplay.png") no-repeat !important;
}
.mejs-controls .mejs-button button {
background:transparent url("/wp-includes/js/mediaelement/controls.png") no-repeat !important;
}
This does work, but then displays both of the controls each side;

Do you have a work around for this?
Thanks in advance.
Hello, When I use the **[audio]** controls in WordPress with a Themler generated theme, the controls do not show up on the built-in player. However, when I use one of the standard WordPress Themes, they do. Is there some sort of css conflict with these two items? ![enter image description here][1] I found a solution [online][2] by adding the following code via the additional css panel; .mejs-overlay-button { background:url("/wp-includes/js/mediaelement/bigplay.png") no-repeat !important; } .mejs-controls .mejs-button button { background:transparent url("/wp-includes/js/mediaelement/controls.png") no-repeat !important; } This does work, but then displays both of the controls each side; ![enter image description here][3] Do you have a work around for this? Thanks in advance. [1]: https://lindenwade.com/pictures/image1.png [2]: https://apipeandakeyboard.com/2013/08/16/no-buttons-on-wordpress-media-player/ [3]: https://lindenwade.com/pictures/image2.png