pkastanaras
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Kubrick Header for WP1.5ok fixed thanks somefool.
Forum: Fixing WordPress
In reply to: Kubrick Header for WP1.5Well here is bottom part of header.php page.
</head>
<body><div id=”page”>
<div id=”header” onclick=”location.href=’http://www.kastanaras.com/blog/index.php’;” style=”cursor: pointer;”></div>
<div id=”headerimg”>
</div>
<hr />Forum: Fixing WordPress
In reply to: Kubrick Header for WP1.5ok ignore the post ontop of this ok did all that and nearly working except I have a huge gap from the header to first post.
Here is my blog: http://www.kastanaras.com/blog/
Forum: Fixing WordPress
In reply to: Kubrick Header for WP1.5How do I make the entire header clickable? Currently, only the header text functions as a link…
A: Open index.php. Change line 59, from <div id=”header”> to <div id=”header” onclick=”location.href=’http://siteaddress/’;” style=”cursor: pointer;”></div>. This will make the entire header a link.I did exactly this and it worked except made everything below the header move to the left of the page.
Also,
Q: How do I remove the blog name and description in the header? My header image already has all that…
A: The best way of doing this, is to open wp-layout.css. Find the first entries you can find for ‘H1’ and ‘.description’. Now add ‘display: none;’ to the values in there. The reason for doing it this way, and not by simply deleting the code in index.php, is that this way around, it will degrade gracefully if an old browser happens to drop by.I can’t find this wp-layout.css.
Forum: Fixing WordPress
In reply to: Kubrick Header for WP1.5I have tried that and it doesn’t come out the same unless I am doing something wrong.