Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

Color issues with page menu bar


  #1  
Old Jun 23, 2010, 11:43 AM
allinclusive
 
1 posts · Jun 2010
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.
  #2  
Old Jun 23, 2010, 12:56 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
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.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Jun 25, 2010, 05:40 PM
cway
 
154 posts · Jul 2009
Anybody know how to remove the white in the middle?
  #4  
Old Jun 25, 2010, 06:07 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Quote:
Originally Posted by cway
Anybody know how to remove the white in the middle?
The white area in the middle of what?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Jun 30, 2010, 05:42 PM
RealityCramp's Avatar
RealityCramp
 
10 posts · Jun 2010
St. Louis, Missouri
Send a message via AIM to RealityCramp Send a message via MSN to RealityCramp Send a message via Yahoo to RealityCramp Send a message via Skype™ to RealityCramp
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
  #6  
Old Jun 30, 2010, 05:59 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
RealityCramp, what options do you have set at 'Category Menu Bar'?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Jun 30, 2010, 09:30 PM
RealityCramp's Avatar
RealityCramp
 
10 posts · Jun 2010
St. Louis, Missouri
Send a message via AIM to RealityCramp Send a message via MSN to RealityCramp Send a message via Yahoo to RealityCramp Send a message via Skype™ to RealityCramp
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.
  #8  
Old Jun 30, 2010, 09:40 PM
RealityCramp's Avatar
RealityCramp
 
10 posts · Jun 2010
St. Louis, Missouri
Send a message via AIM to RealityCramp Send a message via MSN to RealityCramp Send a message via Yahoo to RealityCramp Send a message via Skype™ to RealityCramp
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;
}

Last edited by RealityCramp; Jun 30, 2010 at 09:43 PM.
  #9  
Old Jun 30, 2010, 10:17 PM
RealityCramp's Avatar
RealityCramp
 
10 posts · Jun 2010
St. Louis, Missouri
Send a message via AIM to RealityCramp Send a message via MSN to RealityCramp Send a message via Yahoo to RealityCramp Send a message via Skype™ to RealityCramp
Found your bugfix posted on another thread. Worked like a champ.

Will send a token on appreciation via paypal...

MM
  #10  
Old Jun 30, 2010, 10:24 PM
alleyoopster
 
27 posts · Mar 2010
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

Last edited by alleyoopster; Jun 30, 2010 at 10:49 PM.
  #11  
Old Jul 1, 2010, 06:05 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Go to the 'new versions' forum and look at the bug fixes
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Header/Page Menu Bar margin issues in IE TheInfamousGdub Atahualpa 3 Wordpress theme 2 Feb 10, 2011 10:03 AM
Page menu bar color misterfriend Page & Category Menu Bars 2 Jun 4, 2010 07:15 PM
How to put Gradient Color, instead of solid color, in horizontal Page/Catgry Menu Bar rhythm Header configuration & styling 4 May 17, 2010 12:15 PM
[SOLVED] Still having issues with the page menu bar showing a background image. noitalever Page & Category Menu Bars 2 Jan 8, 2010 05:29 PM
page menu bar issues with IE6 rinoa3108 Page & Category Menu Bars 2 Sep 19, 2009 12:16 AM


All times are GMT -6. The time now is 05:23 AM.


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