oppetn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [raindrops] Header image link?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.
Forum: Themes and Templates
In reply to: [raindrops] Header image link?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 ){
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!
Forum: Themes and Templates
In reply to: [raindrops] Header image link?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.
Forum: Themes and Templates
In reply to: [raindrops] Header image link?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!