Disable Mediaelements

Viewing 2 posts - 1 through 2 (of 2 total)
#132160

smoco
Participant

Hi,
when i activate the Download Manager Plugin i get this mediaelements at the bottom of the page. https://prnt.sc/tb6hdz
How can i get rid of it? Not just hiding with css but completely removing it?

I already tried the following but didn’t work for me.

function deregister_media_elements(){
   wp_deregister_script('wp-mediaelement');
   wp_deregister_style('wp-mediaelement');
}
add_action('wp_enqueue_scripts','deregister_media_elements');

Thank your for your help!
Matt

  • This topic was modified 4 years, 10 months ago by smoco.
#132165

Nayeem Riddhi
Moderator

please share your page URL. have you created any audio file package from WPDM? also if possible, Please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Disable Mediaelements’ is closed to new replies.