Created
August 22, 2015 15:31
-
-
Save boywondercreative/ad96e7b96138abefbed2 to your computer and use it in GitHub Desktop.
Enfold - disable layer slider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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