• Hello

    First of all I’d like to compliment you on building such a clean and easy to use theme – great job!

    I’d like to add a revolution slider to the homepage between the nav menu and the featured image boxes, but can’t find where to add the code in the theme files..

    <?php putRevSlider(“Homepage”,”homepage”) ?>

    That’s the line I have to insert – any suggestions where in the theme files I should input it?

    Thanks

Viewing 1 replies (of 1 total)
  • Hey there nation.be.strong,

    Hope you’re well! ??

    Use child themes for any customisation you will make. Read more about it here: https://codex.www.ads-software.com/Child_Themes

    So to do this, Copy the header.php from your parent theme then paste it to your child theme’s folder then open the header.php inside your child theme’s folder and after line 43 you can insert the line of code ( make sure you insert a new line first. )

    You can notice that we just copy the same code from your parent theme’s header.php to your child theme’s header.php

    Let me know if it helps! ??

    Take care,
    Calvin

Viewing 1 replies (of 1 total)
  • The topic ‘Adding RevSlider to homepage’ is closed to new replies.