Tagged: child theme, LayerSlider, remove
I was looking at this:
https://kriesi.at/support/topic/layerslider-2/#post-173148
I am using a child theme and want to remove the layerslider via functions so it doesn’t come by when updating the theme. Thoughts?
Thanks in advance.
Doug
Hey Doug!
Just like the user did in that topic you can use:
add_theme_support( ‘deactivate_layerslider’ );
Best regards,
Devin
Does this go bit of code go in my functions.php file?
Ok. I will try. I also need to disable the mega menu. How do i do that?
Hi!
You don’t need to disable the mega menu. They won’t exist if you don’t create them yourself.
Regards,
Ismael
Sorry. My request to disable is completely separate from the beginning of this note. I need to disable it for other reasons. Should I start a new thread?
Doug
I started a new thread for the Mega Menu issue. This one can be closed. Your solution worked perfectly for the layerslider.
Doug