Tagged: enfold, LayerSlider
Is the LayerSlider WP plugin that comes with Enfold 2.4.5 a current full version of LayerSlider WP 5.0.2? If not how do I update it? I’ve purchased LayerSlider 5.0.2 but when I try to Activate the plugin I get the follow fatal error message:
Fatal error: Cannot redeclare layerslider_load_lang() (previously declared in /home/content/75/7402775/html/mock/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php:118) in /home/content/75/7402775/html/mock/wp-content/plugins/LayerSlider/layerslider.php on line 78
Please advise.
Kevin
Hi kevinpropper!
Please deactivate the theme’s default LayerSlider using this on functions.php, find this code on line 3:
global $avia_config;
Below, add this code to deactivate the plugin:
add_theme_support('deactivate_layerslider');
Install the Layer Slider 5.0 after.
Cheers!
Ismael
Thank you Ismael LayerSlider WP 5.0.2 working as expected. I appreciate the help.
Kvn