Is it possible to load the LayerSlider (shortcode) above the header?
I’ve tried to paste the following in the index.php file on line 30, but unfortunately this does not work.
<?php if(is_home()): ?>
<?php echo do_shortcode(‘[av_layerslider id=”1″]’); ?>
<?php endif; ?>
Can you help me?