Comments Mike Calodoucas started the conversationJuly 30, 2021 at 8:46amHi, When I add the Minified Audio Player block to my page, it displays badly. See attached: 1 – shows how the block displays on my page. 2 – shows your preview and how I expect the element to display.I have already posted a private ticket 6 days ago but have had no response.Thanks Max replied privatelyMike Calodoucas repliedAugust 3, 2021 at 8:53amHi,Could you explain in more detail?Thanks, Max replied privatelyMike Calodoucas repliedAugust 7, 2021 at 12:56pmHi Max,Thanks for your reply.I've tried to dequeue the mediaelement by adding this code to the functions.php but it isn't working:function dequeue_wp_mediaelement_css() { wp_dequeue_style('wp-mediaelement-css'); wp_deregister_style('wp-mediaelement-css');}add_action('wp_enqueue_scripts','dequeue_wp_mediaelement_css');add_action('wp_enqueue_scripts','dequeue_wp_mediaelement_css',100);Any other ideas how I can remove the css?Thanks,Mike Max replied privately Sign in to reply ...
Hi,
When I add the Minified Audio Player block to my page, it displays badly.
See attached:
1 – shows how the block displays on my page.
2 – shows your preview and how I expect the element to display.
I have already posted a private ticket 6 days ago but have had no response.
Thanks
Hi,
Could you explain in more detail?
Thanks,
Hi Max,
Thanks for your reply.
I've tried to dequeue the mediaelement by adding this code to the functions.php but it isn't working:
function dequeue_wp_mediaelement_css() {
wp_dequeue_style('wp-mediaelement-css');
wp_deregister_style('wp-mediaelement-css');
}
add_action('wp_enqueue_scripts','dequeue_wp_mediaelement_css');
add_action('wp_enqueue_scripts','dequeue_wp_mediaelement_css',100);
Any other ideas how I can remove the css?
Thanks,
Mike