Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #172868

    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?

    #173148

    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

    #173271

    Thanks Ismael

    Here is what I did:

    // Remove Layer slider from parent
    add_theme_support( ‘deactivate_layerslider’ );

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Layerslider’ is closed to new replies.