Is there a hook that I can use to remove the LayerSlider that is built into Enfold and allow me to use the plugin version?
Hello GreggFranklin!
Edit functions.php, find this code on line 395:
if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider plugin
Regards,
Ismael
Thanks Ismael
Here is what I did:
// Remove Layer slider from parent
add_theme_support( ‘deactivate_layerslider’ );