• I’m using the Kubrick template (default), and I visited the creators site to get some advice. I tried changing the header so you can click the entire thing instead of just the text. It worked but now I have 2 headers. I’ve tried for a while now to delete the top header, but I am stumped! What do I need to change?

    https://www.christinetalks.com/blog/wordpress

Viewing 3 replies - 1 through 3 (of 3 total)
  • Where exactly did you place your ‘second’ header div?

    Make sure to modify this div in header.php of the default theme, instead of just adding another one in index.php (or other template).

    Thread Starter busyone

    (@busyone)

    thank you! it worked.

    FYI for anyone having the same issue with the Kubrick theme (and using WP 1.5):

    1. Open the Kubrick theme folder and load the header.php into whatever editor you’re using.
    2. Look around line 54 for this div:

    <div id=”header”>
    <div id=”headerimg”>
    <h1>“><?php bloginfo(‘name’); ?></h1>
    <div class=”description”><?php bloginfo(‘description’); ?></div>
    </div>
    </div>

    3. Change <div id=”headerimg”> to div id=”headerimg” onclick=”location.href=’/wordpress/index.php’;” style=”cursor: pointer;”>. This should allow you to click on the header image and return to the index.php, no matter what page you’re on.

    4. Upload the revised header.php to the appropriate directory.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘kubrick question’ is closed to new replies.