i am not using Layer SLider but it still shows it. And it keeps asking for an update and I can’t do it. How do I just get rid of it? IT is not showing as an installed plugin
Thank you
Hey elames,
Please add this to your child theme’s functions.php:
add_theme_support('deactivate_layerslider');
Best regards,
Rikard
Where do you add it in the functions.php?
I am not using a CHILD theme as I don’t have any edits to php files.
Hi,
If you are not using a child theme then you will lose that on updates, you can download a child theme from here if you like: kriesi.at/documentation/enfold/downloads/
Otherwise you would have to add that to your functions.php after each update. If that is the way you would like to go then please try it at the very bottom of the file.
Best regards,
Rikard