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)
-   -   Color issues with page menu bar (http://forum.bytesforall.com/showthread.php?t=7744)

allinclusive Jun 23, 2010 11:43 AM

Color issues with page menu bar
 
Hello:

I'm working on fixing an issue I'm having with the background color for the page menu category bar.

I am using wordpress version: 3.0 and Atahualpa version: 3.4.9

www.dunceuponatime.com

If you look at the page menu, the background cuts off from the chosen color and displays a white background. I tried looking through the forums, and I couldn't find someone with a similar problem. Does anybody know why this might be occurring? No modification has been done to the actual css file yet. I tried shutting off all the widgets, and it still renders it weird.

Thank you for your time.

lmilesw Jun 23, 2010 12:56 PM

That is the default styling for that particular Atahualpa theme setting file. If you look in CSS inserts you will see a line that starts with "/* Adjustments for the menu bars".

I'm not sure about 3.4.9 but in 3.5.1 you can import and export theme settings files. There are about four included styles in the Atahualpa theme files in the Styles folder. CAUTION... If you import a setting file it will overwrite all your settings as opposed to when you upgrade which will copy the settings. As always ONLY UPGRADE MANUALLY.

If all you want to do is have a menu bar that spans the whole page with a different configurable background color play around with the settings I mentioned at the start of this message but make sure and copy the current setting so you can revert if necessary or if you have the ability to export in 3.4.9 do that.

cway Jun 25, 2010 05:40 PM

Anybody know how to remove the white in the middle?

lmilesw Jun 25, 2010 06:07 PM

Quote:

Originally Posted by cway (Post 35358)
Anybody know how to remove the white in the middle?

The white area in the middle of what?

RealityCramp Jun 30, 2010 05:42 PM

How did you fix this. I am having the same problem. www.realitycramp.com

I tried to follow the advice of the poster here to no avail. I am using WP 3.0 and ATA 3.5.1

Thanks,

MM

juggledad Jun 30, 2010 05:59 PM

RealityCramp, what options do you have set at 'Category Menu Bar'?

RealityCramp Jun 30, 2010 09:30 PM

I have the category bar generally set to not show up. trying to figure out a good way to show the settings for the page menu bar, that is where my problem is.

RealityCramp Jun 30, 2010 09:40 PM

Page menu bar settings, this started when I upgraded to WP 3.0 I believe and I can't figure out how to go back...

animate - yes
depth of page menu bar - 0
sorting order - menu order
title tags - no
dont link first level parent items - yes
border around all menu items - 1px #1c9213
background color - 1C9213
background hover - 000000
background color parent - 1C9213
font size and face - 12px Verdana, sans-serif
link color - ffffff
link hover - ffffff
transform text - uppercase
white or black arrows - black
width of submenus - 11

This is from the CSS inserts

/* Adjustments for the menu bars, which in their default
state have 1px borders plus -1px margins to avoid 1+1=2px
borders between neighbor items. */
ul.rMenu-hor ul, ul.rMenu-hRight ul { margin-top: 0px; }
ul.rMenu-hor li { margin-bottom: 0px; margin-top: 0px; margin-left: 0px; }
ul.rMenu-hor { padding-left: 0px; }
ul.rMenu-ver li { margin-top: 0xp; }

div#menu1 ul.rMenu li a, div#menu2 ul.rMenu li a {
padding: 6px 10px;
}
/* Space between items of page menu bar */
div#menu1 ul.rMenu li {
margin-right: 5px;
}
/* Reset margin for 2nd+ level items */
div#menu1 ul.rMenu li li {
margin-right: 0;
}
/* round corners for page menu bar items */
div#menu1 ul.rMenu li, div#menu1 ul.rMenu li a {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
/* reset 2nd+ level */
div#menu1 ul.rMenu li li, div#menu1 ul.rMenu li li a {
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

RealityCramp Jun 30, 2010 10:17 PM

Found your bugfix posted on another thread. Worked like a champ.

Will send a token on appreciation via paypal...

MM

alleyoopster Jun 30, 2010 10:24 PM

I have the same problem - what thread?

EDIT: not to worry, found it and it works great. http://forum.bytesforall.com/showthread.php?t=7654

juggledad Jul 1, 2010 06:05 AM

Go to the 'new versions' forum and look at the bug fixes


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

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