Hi. I’d like to put some text next to a layer slider. I thought I’d be able to make an Avia 2/3 container and put my slider in there. And then have a 1/3 container next to it with my text. But it doesn’t work — I can’t put the slider inside of another layout element.
How am I supposed to do this?
Thanks
Hey snackd!
You can use Easy Slider if you would like to place a slider inside a column element. LayerSlider only works fullwidth on Enfold unless you are using it as a standalone plugin.
Regards,
Yigit
Dude, sorry. I don’t understand what you mean. Can you clarify please?
Hey!
Have you purchased LayerSlider as a plugin or are you using the one that comes with Enfold?
If you are using the one that comes with Enfold, you can only use it fullwidth and it is not possible to place it inside column elements.
If you would like to place a slider inside a column element, you can use Easy Slider element
Best regards,
Yigit
Thanks for the info Yigit. It looks like I wont be using the Layer Slider then. What is the recommended way of disabling it? Can I deregister somehow so it doesn’t show on the WP backend, and doesn’t come back the next time I update Enfold?
Hi!
1- Please add following code to Functions.php file in Appearance > Editor to deactivate bundled LayerSlider
add_theme_support('deactivate_layerslider');
2- Please go to Enfold/js folder and open Avia.js file and find
// hover effect for images
and comment out each line using // until following line
// -------------------------------------------------------------------------------------------
// Smooth scrooling when clicking on anchor links
Best regards,
Yigit