Skip to content

Instantly share code, notes, and snippets.

@boywondercreative
Created August 22, 2015 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boywondercreative/ad96e7b96138abefbed2 to your computer and use it in GitHub Desktop.
Save boywondercreative/ad96e7b96138abefbed2 to your computer and use it in GitHub Desktop.
Enfold - disable layer slider
http://www.kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/
child theme add this line to your functions.php file:
add_theme_support('deactivate_layerslider');
If you are not using a child theme you will need to add the same line after each theme update to your functions.php file at the top, just after the theme’s global variable. Look for
global $avia_config;
and one line after it add:
add_theme_support('deactivate_layerslider');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment