Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Not all of my pages are showing in my horizontal menu bar :( (http://forum.bytesforall.com/showthread.php?t=17721)

harpek Jun 2, 2012 11:20 AM

Not all of my pages are showing in my horizontal menu bar :(
 
I am using %pages in my header area to display all of my pages in the main menu, but for some reason, only the first three pages appear. Right now, I have a total of five but the other two don't show. I also added a new page, just to test, and the newest page doesn't show either.

I did add some custom css to make the menu background transparent and to have the menu specifically positioned:

HTML Code:

div#menu1{
position:fixed;
left:278px;
top:133px;
background-image: url(http://www.kccadv.org/demonstrateaccess/wp-content/ata-content/nav.png);
background-position: top left;
background-repeat: no-repeat;
background-attachment: fixed;
}

div#menu1 ul.rMenu {
background:transparent;
border-bottom:transparent;
border-top:transparent;
}
ul.rMenu li a:link, ul.rMenu li a:active,
ul.rMenu li a:visited, ul.rMenu li {
background: transparent !important;
}
ul.rMenu li a:hover {
background: transparent !important;
}

Help! and thanks :-)

juggledad Jun 2, 2012 11:22 AM

Are you using a custom wp menu by any chance?


All times are GMT -6. The time now is 02:01 PM.

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