Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26028

    Hi,

    I am trying to use the “Series Engine” plugin with the enfold theme. I have been advised to disable the themes mediaelement.js in order to use the plugin version of the mediaelement.js. When using the plugin the audio portion will not play and is conflicting with the theme. Can you show me how to disable the mediaelement.js from the theme?

    http://adventurechurch.tv/media/

    Also, Enfold theme is by far the best theme ever designed and I would like to know when you will be realsing other templates that use the exact same “drag and drop” feature?

    Thank you kindly,

    Jason

    #129033

    Hi,

    Edit functions.php, find this line of codes.

    wp_register_script( 'avia-html5-video', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);

    and

    wp_enqueue_script( 'avia-html5-video' );

    Replace them with

    //wp_register_script( 'avia-html5-video', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);

    and

    //wp_enqueue_script( 'avia-html5-video' );

    respectively.

    Regards,

    Ismael

    #129034

    I have blocked that out and it is still giving me the same issue. Is there anything else I can do?

    Thank you kindly!

    #129035

    Hi,

    Did you remove browser cache? Do you have a cache plugin?

    Where is the audio file? I can play the videos on this link without any problem: http://adventurechurch.tv/media/

    Regards,

    Ismael

    #129036

    The videos have always worked fine. I am trying to play the “audio” files. adventurechurch.tv/media.

    1. Click on first drop down and go to “Adventurechurch HD” and there are two audio sound bytes posted. neither of them will load. This plugin works great on every other theme I have used but enfold.

    Thanks!

    #129037

    Hi jasonmwestbrook,

    Try checking with the plugin author since the script has been disabled and shouldn’t be causing any conflict now. Without really knowing the plugin or how it is coded anything from us would be blind guesses.

    Regards,

    Devin

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘MediaElement.js issue’ is closed to new replies.