Okay
  Public Ticket #2838023
Minified Audio Player not displaying correctly
Closed

Comments

  • Mike Calodoucas started the conversation

    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

  •   Max replied privately
  • Mike Calodoucas replied

    Hi,

    Could you explain in more detail?

    Thanks,

  •   Max replied privately
  • Mike Calodoucas replied

    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

  •   Max replied privately