Onewalrus Posted October 21, 2013 Share Posted October 21, 2013 Hello, I am using this theme on a site build. I would like to replace the static header image with the Slidedeck 2 Pro, image slider. Their code provided for placing into the header is below. <?php echo do_shortcode( '[SlideDeck2 id=XXXX iframe=1]' ); ?> The pertinent part of my theme's header code is as follows: <div id="header-wrapper"> <div id="header"> <div class="container"> <a href="<?php bloginfo('url'); ?>"><?php $logo = (get_option('myproduct_logo') <> '') ? get_option('myproduct_logo') : get_bloginfo('template_directory').'/images/top-bg.jpg'; ?> <img src="<?php echo esc_url($logo); ?>" alt="<?php echo esc_attr(get_bloginfo('name')); ?>" id="logo"/></a> I have also attached the complete header file. header.php Any help on this would be greatly appreciated, as I am a noob, and do not have the knowledge to perform this task. Thank You, Paul Quote Link to comment Share on other sites More sharing options...
Onewalrus Posted October 21, 2013 Author Share Posted October 21, 2013 Addendum: The slider insertion code above is incorrect. The correct is below (no i-frame): <?php echo do_shortcode( "[SlideDeck2 id=5913]" ); ?> Thanks! Quote Link to comment Share on other sites More sharing options...
trq Posted October 22, 2013 Share Posted October 22, 2013 Do you have a question? Quote Link to comment Share on other sites More sharing options...
Onewalrus Posted October 22, 2013 Author Share Posted October 22, 2013 Administrator, Yes. My question is how to properly add the first quoted like of code into my header. Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.