Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #187579

    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

    #187955

    Hey Doug!

    Just like the user did in that topic you can use:
    add_theme_support( ‘deactivate_layerslider’ );

    Best regards,
    Devin

    #188022

    Does this go bit of code go in my functions.php file?

    #188186

    Hi!

    Yes, place it on the child theme’s functions.php.

    Cheers!
    Ismael

    #188205

    Ok. I will try. I also need to disable the mega menu. How do i do that?

    #188207

    Hi!

    You don’t need to disable the mega menu. They won’t exist if you don’t create them yourself.

    Regards,
    Ismael

    #188209

    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

    #188240

    I started a new thread for the Mega Menu issue. This one can be closed. Your solution worked perfectly for the layerslider.

    Doug

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to remove layerslider plugin when using child theme’ is closed to new replies.