Important Note


We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community



InkThemes Support Forum » Colorway Theme

Header Plug in

(11 posts)
  1. elames
    Pro Member

    Pro Member
    Joined: Jan 2012
    Posts: 282

    I want to try and add a header image to other pages besides the home page. I installed Dynamic headers plugin.
    It tells me to add this line to the header.php.

    <?php if(function_exists('show_media_header')){ show_media_header(); } ?>

    But I don't know where to add it when I look at the file. DO YOU?
    THank you

    Posted 1 year ago #
  2. Nitesh
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,888

    Paste this code in header.php as shown in image,

    Thanks

    Posted 1 year ago #
  3. elames
    Pro Member

    Pro Member
    Joined: Jan 2012
    Posts: 282

    UPDATE:
    I added the code for Dynamic Header plugin. You can see the result here: http://brickhousenursery.com/about-us/

    However, it is not centered. Also would like a bit more space between the image and the menu bar. There is no way to adjust this in the plug in. Would there be a way to do it in the header.php?

    Thanks

    Posted 1 year ago #
  4. Nitesh
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,888

    1) Use image of width 960px, it will cover blank space completely,
    or

    2) you need to do some customization, paste code given below at the bottom of header.php as shown in image

    <div class="dynamic-header">
      <?php if(function_exists('show_media_header')){ show_media_header(); } ?>
    </div>

    Then paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .dynamic-header img{
    margin-left:25px;
    margin-top:10px;
    }

    Thanks

    Posted 1 year ago #
  5. Evpat2000
    Member

    Member
    Joined: Jul 2012
    Posts: 1

    I'm using the Themia theme, and got the dynamic header plugin to work on pages and posts, but not on the home page. Can you tell me where I need to put the code to get it on the home page also? (Above the slider)

    Posted 10 months ago #
  6. Nitesh
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,888

    You have to do it manually.
    Open header.php file and add code given below.

    <img src="<?php bloginfo('template_url'); ?>/enter your image address">

    Thanks.

    Posted 10 months ago #
  7. coryd344
    Member

    Member
    Joined: Sep 2012
    Posts: 3

    I use the bizway pro theme for my site and recently installed the dynamic headers plugin. where do i add the code <?php if(function_exists('show_media_header')){ show_media_header(); } ?> into my header.php?

    Posted 8 months ago #
  8. Gourav
    Support Staff

    Support Staff
    Joined: Jun 2012
    Posts: 1,735

    @coryd344,

    Go to header.php present in your theme directory and follow the instruction as shown in image given below

    Thanks.

    Posted 8 months ago #
  9. coryd344
    Member

    Member
    Joined: Sep 2012
    Posts: 3

    Hi guys i did as instructed and it puts a logo under the existing header and off to the left side as you can see on MotoNewEngland.com/wordpress2013

    Posted 8 months ago #
  10. coryd344
    Member

    Member
    Joined: Sep 2012
    Posts: 3

    Hi guys i did as instructed and it puts a logo under the existing header and off to the left side as you can see on MotoNewEngland.com/wordpress2013

    Posted 7 months ago #
  11. aveolife2012
    Member

    Member
    Joined: Oct 2012
    Posts: 4

    I am using the dynamic header plugin on Andrina Pro. It looks great on the main site but the images (950px wide) are too large for the mobile version. What size should I use so that it works for both applications?

    Thanks,
    Angela.

    www.angelacjohnson.com

    Posted 7 months ago #

RSS feed for this topic

Reply

You must log in to post.