-
AuthorPosts
-
July 10, 2013 at 7:47 pm #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
July 11, 2013 at 4:38 am #129033Hi,
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
July 11, 2013 at 2:21 pm #129034I have blocked that out and it is still giving me the same issue. Is there anything else I can do?
Thank you kindly!
July 12, 2013 at 3:08 am #129035Hi,
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
July 14, 2013 at 8:38 pm #129036The 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!
July 16, 2013 at 1:26 am #129037Hi 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
-
AuthorPosts
- The topic ‘MediaElement.js issue’ is closed to new replies.