Hello. At my site http://ezrachurch.com/media/sermons/, we’re using a plugin called Series Engine to display/sort/play our recorded sermons. However, the Enfold theme seems to be overlaying the plugin’s player, causing it to work incorrectly (no fast forwarding, downloading, etc). Could you please help direct me on how to disable the Enfold theme’s media player (MediaElement)?
Thanks!
Hey jefflovell!
In functions.php, remove:
wp_enqueue_script( 'wp-mediaelement' );
and:
wp_enqueue_style( 'avia-media' , $template_url."/js/mediaelement/skin-1/mediaelementplayer.css", array(), '1', 'screen' );
Regards,
Josue