Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Custom nav. bar not displaying (http://forum.bytesforall.com/showthread.php?t=4686)

makeitrein Dec 2, 2009 05:12 PM

[SOLVED] Custom nav. bar not displaying
 
Hello. Before I begin, I will answer the questions that Juggledad will inevitably ask. :)

1. Newest version of Wordpress and Atahulapa.
2. No plugins related to header activated.
3. Edited header.php and style sheet.
4. www.studykills.com

Now that that's out of the way --

I added the following code my stylesheet.css

Code:

#navigation {
-x-system-font:none;
background-color:#000000;
color:#FFFFFF;
font-family:Times New Roman,serif;
font-size:16pt;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
height:50px;
line-height:normal;
list-style-type:none;
margin:0;
text-align:center;
width:100%;
}
#navigation li {
display:inline;
position:relative;
top:13px;
}
#navigation li a {
color:#FFFFFF;
padding:15px 25px;
text-decoration:none;
}
#navigation li a:hover {
background-color:#FFFFFF;
color:#000000;
text-decoration:underline;
}

and added this to my header.php

Code:

<ul id="navigation">
<li>
<a href="http://www.studykills.com/guides>Guides</a>
</li>
<li>
<a href="http://www.studykills.com/about>About</a>
</li>
<li>
<a href="http://www.studykills.com/contact>Contact</a>
</li>
</ul>

The result?

Absolutely nuthin :confused:

Oh, and the only thing listed in my "configure header area" is "%logo"

Any help would be appreciated!

Cheers!

juggledad Dec 2, 2009 06:07 PM

1) where did you find a stylesheet.css? there is a 'css.php, a 'style.css' and a 'stylesheet_navMenu.css' but no 'style.css' shipped.

2) why not put the css in teh CSS Inserts (ATO->add HTML/CSS Inserts->CSS Inserts) so it is stored as an option and you won't have to re added it in the next version?

3) where did you put the code in header.php?

(I laughed out loud when I read the begining of your post :))

makeitrein Dec 2, 2009 07:06 PM

Quote:

Originally Posted by juggledad (Post 19973)
1) where did you find a stylesheet.css? there is a 'css.php, a 'style.css' and a 'stylesheet_navMenu.css' but no 'style.css' shipped.

2) why not put the css in teh CSS Inserts (ATO->add HTML/CSS Inserts->CSS Inserts) so it is stored as an option and you won't have to re added it in the next version?

3) where did you put the code in header.php?

(I laughed out loud when I read the begining of your post :))

Thanks for replying Juggledad.

1) No idea but...

2) I will put it here like you suggested.

3) After inserting the CSS code, I inserted the HTML code in the HTML Inserts section for the header.

Something... went wrong. ( www.studykills.com )

Either the problem is with the code or where I placed the code. Hmmm...

What's your call Juggledad?
3)

makeitrein Dec 2, 2009 08:09 PM

Fixed!

Don't know how exactly I did it, but who cares! :)


All times are GMT -6. The time now is 01:09 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.