Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter oppetn

    (@oppetn)

    Okay. Is it maybe possible to put an iframe where the header image should be? So i would have no header image but an iframe instead?
    Also, how can I make the menubuttons align evenly on the whole page from left side to right side?

    Thanks for your help.

    Thread Starter oppetn

    (@oppetn)

    When I added the lower code in to the first line of functions.php my site wont show anything at all. I did it like this:

    <?php

    add_filter( ‘raindrops_header_image_contents’, ‘my_custom_header_image_content’ );

    function my_custom_header_image_content( $content ){

    return ‘<span style=”display: table-cell;vertical-align: middle;text-align: center;color: #fff;font-weight: bold;font-size: 28px;”>♠</span>‘;
    }

    Edit: I took the ” */ ” symbols off the header.php code you provided me with. Now it does something. I now have two of my original header images on top of eachother, but they are not showing as complete images, but as two halves of images. I don’t know if it has something to do with the changes I made to the style.css to hide the empty space above the header image

    #header-image{
    position:relative;
    overflow:hidden;
    margin-top: -100px;

    So what should I do?

    Thanks for the help!

    Thread Starter oppetn

    (@oppetn)

    Thanks Nobita. I’m a bit confused. I added the code, and now when I’m on the home page, the header image links to the page I wanted it to link to. But when I’m on another page and click on the header image it does nothing? Is there a way to add another smaller header image on top of the normal header image and have it link to another page when the original header image links to the home page?

    Thanks.

    Thread Starter oppetn

    (@oppetn)

    Also, how can I make the link appear only on a specific area of the header image? I have a banner image and I would like to add the link just on the right side of the banner. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)