Sorry, not sure about your particular theme..
Hi,
Put this code in your header.php but replace the middle line with the metaslider php code given to you (you can find it at the bottom right corner of the meta slider page).
<?php if ( is_home() ):?>
<?php echo do_shortcode(“[metaslider id=1]”); ?>
<?php endif; ?>
Hope that helps
Thank you everyone for posting your solutions, it has been very helpful!
One thing I still don’t get, how do I ensure that the slider is full width (and adjusts to full screen in different screen sizes) as in the Nimble theme demo. I used the:
<?php if ( is_home() ):?>
Your Slider HTML goes here
<?php endif; ?>
in my header.php but my slider is not full width. Can anyone please help??
(I tried opening my own thread but no one replied…)