Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #223354

    Hi there,

    Can the supplied layer slider be removed from the theme – I would like to install it as a (purchased) plugin so it can be used via shortcode in other areas of the site.

    Thanks, Silvio

    #223788

    Hey Silvio!

    Put this in functions.php:

    add_theme_support (‘deactivate_layerslider’);
    

    And activate the LayserSlider standalone plugin.

    Regards,
    Josue

    #223893

    This did not work – I get this error message when I try to activate the Layer Slider plugin:

    Fatal error: Cannot redeclare layerslider_load_lang() (previously declared in /home/kingbeer/public_html/wp-content/themes/KING-BEER-THEME/config-layerslider/LayerSlider/layerslider.php:118) in /home/kingbeer/public_html/wp-content/plugins/LayerSlider/layerslider.php on line 78

    #223995

    Hi!

    Please use this instead:

    add_theme_support ('deactivate_layerslider');
    

    Add it at the very bottom of functions.php.

    Cheers!
    Ismael

    #224012

    Sorry but that completely crashed the site. I’ve installed revolution slider instead, this seems to work fine. Thanks for your help.

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