• Resolved Celestialpetals

    (@celestialpetals)


    Hi,

    Pretty theme! Please share how to add a slider to the header home page. I am using a child theme.

    1. What is the code and where does it go?
    Here is the template tag I will be using:
    <?php if(sb_slides_display()){sb_slides_display();} ?>

    Thank you!

Viewing 1 replies (of 1 total)
  • Theme Author Impulse Themes

    (@twoimpulse)

    Hi,
    Thanks for downloading our Impulse Press Free version.

    Try editing home-simple.php and in line 17 to 20 you have a widget inserted. Delete that and insert your code.
    That is inside a container so it’s not going to show full width.
    If you want that you must replace the div container with:
    <div class=”row”>
    <div class=”col-lg-12″>
    <?php if(sb_slides_display()){sb_slides_display();} ?>
    </div>
    </div>

    Check out our Premium Impulse Press on http://www.twoimpulse.com/products/impulse-press
    Have many page templates already builted, portfolio, etc
    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘add slider to header’ is closed to new replies.