Tagged: enfold, mediaelement
Hi, we have a conflict with the Enfold theme and a plugin we are using that uses MediaElement.js.
I see you have a ‘disable_mediaelement’ avia option that can disable Enfold’s version of MediaElement. This solves the problem but I can’t see how to activate it in the Enfold theme. I have tried manually activating the option by hard coding the theme and it works great but I would like to set the option in the DB in so we are free to update the theme later on.
Can you please tell me how we can activate this option in Enfold?
Thanks!
Hey Dave,
There will be a filter in the next version (functions.php):
$condition = apply_filters( 'avf_enqueue_wp_mediaelement', $condition, $options );
Not sure yet but we might also add an option.
Best regards,
Günter
Hi Günter,
Thank you for your reply. Can you tell me when the next version with this feature will be released?
Thanks