deconstructionist
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog Title and Clickable Bannersunburn,
Thanks. That solved the problem. The custom banner is working fine now. 🙂
Forum: Fixing WordPress
In reply to: Blog Title and Clickable BannerUgh. I tried both suggestions. Neither seems to be working for some reason. I must be doing something wrong here. Sorry. I’m not really familar with WordPress or HTML.
<div id=”header”>
</div>^^That’s my header.php. That’s all of it. Here is how I got the custom banner to work. I was told to edit the style.css file and replace this . . .
#header {
border: 5px solid #767b7c;
background: #2e383b url(‘img/bg.gif’);
width: 750px;
margin: 0;
padding:0;
}. . . with this.
#header {
border: 5px solid #767b7c;
background: #2e383b no-repeat url(‘img/dissect.jpg’);
width: 750px;
height: 208px;
margin: 0;
padding:0;
}The custom banner is now up and working fine, but I can’t return to my homepage by clicking it. I’m assuming here that I need to edit the header.php to fix this, but I don’t know what code to pop in.
Forum: Fixing WordPress
In reply to: Blog Title and Clickable BannerThanks. That fixed my blog title problem. How do I make the custom banner image clickable?
Forum: Fixing WordPress
In reply to: Header Image ProblemThanks. My navbar is running smoothly and it is left aligned like I wanted. I still need help with three things.
1.) I got the banner uploaded successfully, but my forum title is showing through my custom banner now. How do I keep the forum title, but prevent this from happening?
2.) The custom banner is uploaded and works fine, but it is no longer clickable. How do I fix this?
“<div id=”header”>
<h1>” title=”<?php bloginfo(‘name’); ?>”><?php bloginfo(‘name’); ?></h1>
</div>”^^ My header.php.
3.) I still don’t understand how to change the links in my new navbar. The home tab takes me to “/?page_id=17” instead of my home page. Where do I edit the URLs of the tabs?
Forum: Fixing WordPress
In reply to: Header Image ProblemScratch #1. I figured it out (misread your post). The navbar is up and working fine. Thanks. Two questions.
1.) How do I left align the navbar?
2.) How do I change the tabs to link directly to, say, “/forum” instead of “/?page_id=18.”
3.) Finally, now that the navbar is up, how do I eliminate the redunant page links?Forum: Fixing WordPress
In reply to: Header Image ProblemAwesome. The post titles are now bold. I’m having problems with the navbar, though. A few more questions if you don’t mind.
1.) Where exactly in the index.php in the 2cDarkGrey theme editor do I add the relevant text? I’m new at this and don’t want to screw up!
2.) The banner is working fine now, but the title of my blog is showing through it unless I remove the title. How do I prevent this, but keep the blog title? The URL doesn’t seem to be working either when I click on the banner? How do I fix this?
3.)I would like to add an authors list on my sidebar; something like this:
http://img159.imageshack.us/img159/263/authors8nj.jpg
How would I do that? I should be good to go after I get this done. Thanks again for the help. 🙂
Forum: Fixing WordPress
In reply to: Header Image ProblemAwesome. That solved my problem right away. If you don’t mind, I have two more brief questions:
1.) I’m adding a front page blog to a larger website. I would like to create a navbar underneath the header for my users won’t have any problem finding the other pages.
http://img174.imageshack.us/img174/3518/navbar8km.jpg
^^ Just something simple like this. How would I do that?
2.) The post headlines:
“Tags Search Engines : TagFetch, KeoTag, Gada.Be and more”
^^ Like this on http://www.sr-ultimate.com/
I would like to bold them if possible. How would I do that? Thanks for the help.
Forum: Fixing WordPress
In reply to: Header Image ProblemMy site administrator is telling me there is no banner image in this theme. That’s what I thought originally. Here is a link to the demo:
How would I edit the header template to replace that grey box with my image?