• Resolved Shaunrafuse

    (@shaunrafuse)


    I want to insert my graphic logo where the site title and tagline are originally placed, is there a way to implement my logo in that space?

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter Shaunrafuse

    (@shaunrafuse)

    lol true yes, I will resize it.. But the size limits are constrained now shouldn’t it show just up to those limits??

    No. The limits are applied when the image is uploaded, so you need to upload a fresh image – preferably one that is roundabout the right size.

    Thread Starter Shaunrafuse

    (@shaunrafuse)

    Ok done but still nothing! On the site its the same, huge! But within the Appearance>Header Preview, it looks the correct size!

    I think we’re still missing something. In your child’s header.php template file, try changing:

    <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
    <img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="">

    to:

    <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
    <img src="<?php header_image(); ?>" width="540" height="160" alt="Home Healthy Fitness: Bringing good and fitness to your home">
    </a>
    Thread Starter Shaunrafuse

    (@shaunrafuse)

    Worked like a charm!! Thank you esmi! Now I’ve got to figure a way to fill that space to the right lol.. Thank you so much!

    No problem. I wish there was a more elegant way to achieve this but 2014 isn’t (in my personal opinion) the most child friendly theme out there in this regard.

    Thread Starter Shaunrafuse

    (@shaunrafuse)

    Ya I’ve been battling with it, but it sure does give me a chance to learn a few things..

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Can Twenty Fourteen Support a Graphic Logo?’ is closed to new replies.