Jump to content

Template Header Coding


Onewalrus

Recommended Posts

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

 
 
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.