Tagged: do_shortcode, LayerSlider, template
I tried to add
echo do_shortcode("[av_layerslider id='1']");
to the file helper-main-menu.php of the child theme.
The space of the slider is shown but the content is missing.
Okay, I have done it with
add_theme_support('deactivate_layerslider');
http://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/