Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #544237

    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!

    #544244

    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

    • This reply was modified 8 years, 11 months ago by Josue.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.