Tagged: LayerSlider
Hi there, is it somehow possible to update the Layer Slider to the most recent version 5.3.2? With the last Enfold update I am now on version 5.3.1. Not the end of the world, but I’d like to update anyway and don’t know how. Thanks a lot!
Hi TF_Photography!
You can find the LayerSlider files at /enfold/config-layerslider/LayerSlider/. Just copy over your updated files to overwrite them.
Regards,
Elliott
Hi Elliott, thanks. However this doesn’t solve it. The version that is included in the latest Enfold download package is 5.3.1. I want to update the Layer Slider to 5.3.2. Do I have to wait until it comes along with a new version of Enfold or is there any option to update manually before?
Thanks again!
Hi!
Please add following code to Functions.php file in Appearance > Editor to deactivate bundled LayerSlider
add_theme_support('deactivate_layerslider');
then install the latest version as a standalone plugin.
Cheers!
Yigit
Can you please detail the steps for this process as it is very confusing.
If you are going to bundle a plugin, it should be able to be upgraded easily, if not there needs to be simple step for us to purchase the plugin and install + disable bundle + import/keep sliders created in bundled version.
ie:
– 1) Disable LayerSlider bundle
add_theme_support(‘deactivate_layerslider’);
– 2) Purchase and install layerslider (code canyon)
– 3) Import layersliders created in bundled version
??