Thread Starter
dsides
(@dsides)
based on the directions from here: http://doc.smartslider3.com/article/318-chrome
I’m thinking I should place the code for home page only right after this:
<header class=”sleep-header<?php echo (theme_get_option(‘theme_header_clickable’) ? ‘ clickable’ : ”); ?>”><?php get_sidebar(‘header’); ?></header>
<?php endif; ?>
Am I correct?
Thanks again for the help….super appreciate it.
Thread Starter
dsides
(@dsides)
Uggg….unfortunately I don’t have <header> in my php header file. I even search for that in the full editor. (I have a </head>)
I used the inspect element and found <div class=”sleep-shapes”> line contains the header image.
But again, I can’t find that in the header php file? It’s in the style sheet.
I just want to make sure I remove the right code and insert in the correct line. I truly only want the slider on the home page..that’s it. The currect image can be used on the other pages when it calls for a header. Make sense?