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 »

[SOLVED] Page menu background color


  #1  
Old Aug 1, 2010, 10:36 PM
tommaso
 
1 posts · Aug 2010
Chicago
Hi forum-

I'm loving what i can do with Atahualpa, but i've run in to trouble...

I can't seem to get the background left and right of the page menu buttons to match the button colors. It's currently yellow like the page background, but should be the red of the buttons.

I've reviewed every thread I could find, appended juggledad's and georgenoise's recommended code to the css, etc.

Any help at all would be appreciated. I'm running WP 3.0.1 and Atahualpa 3.5.3.

here's the dev site: http://italyadagio.com/wp/

attached also is the export of my settings

Thanks y'all
-tommaso
Attached Files
File Type: txt ata-italyadagiocom-20100801.txt (16.7 KB, 1104 views)
  #2  
Old Aug 2, 2010, 04:33 AM
GillM
 
13 posts · Jul 2010
Quote:
Originally Posted by tommaso
Hi forum-

I'm loving what i can do with Atahualpa, but i've run in to trouble...

I can't seem to get the background left and right of the page menu buttons to match the button colors. It's currently yellow like the page background, but should be the red of the buttons.

I've reviewed every thread I could find, appended juggledad's and georgenoise's recommended code to the css, etc.
This is the same problem that I reported on this thread - the problem only occurs if you use the setting %page-center, if you use %pages and the following code it works fine.

Code:
div#menu1 {
background: #??????;
border: none;
}
Obviously replacing #?????? with the hex code of the colour you require. I'm still awaiting an answer as to how to achieve this when using the %page-center setting.

Gill
  #3  
Old Aug 2, 2010, 06:47 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I am able to set the background colors fine in ATO>Page menu and the placement of the menu makes no difference.
__________________
~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.
  #4  
Old Aug 2, 2010, 07:43 AM
GillM
 
13 posts · Jul 2010
Quote:
Originally Posted by lmilesw
I am able to set the background colors fine in ATO>Page menu and the placement of the menu makes no difference.
How are you colouring the background to the right / left of the menu? I cannot see where you would do this on the ATO>Page Menu screen.

Gill
  #5  
Old Aug 2, 2010, 07:59 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
What you may be dealing with is some CSS that is part of the default style for Atahualpa. Take a look in ATO>Add HTML/CSS Inserts>CSS Inserts and look for Items for menus. Sometimes what is helpful is to copy all the CSS in the CSS Inserts area and paste it into a notepad file to save the text and then delete everything in the box and look at your site. You will then see what is being done by the CSS.
__________________
~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.
  #6  
Old Aug 2, 2010, 08:10 AM
GillM
 
13 posts · Jul 2010
Quote:
Originally Posted by lmilesw
What you may be dealing with is some CSS that is part of the default style for Atahualpa. Take a look in ATO>Add HTML/CSS Inserts>CSS Inserts and look for Items for menus. Sometimes what is helpful is to copy all the CSS in the CSS Inserts area and paste it into a notepad file to save the text and then delete everything in the box and look at your site. You will then see what is being done by the CSS.
This is all that is in that area, does it shed any light on the problem?
Code:
div#menu1 ul.rMenu li a:link, 
div#menu1 ul.rMenu li a:hover, 
div#menu1 ul.rMenu li a:visited, 
div#menu1 ul.rMenu li a:active {
	font-weight: bold;
	padding: 5px 20px 5px 20px;
		}

div#menu1 ul.rMenu {
background: #deedef;
padding: 2px 2px 2px 2px;
}

div.widget ul li {border-bottom:1px dotted #DEEDEF;
		}
Gill
  #7  
Old Aug 2, 2010, 08:41 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Could you please post a URL?
__________________
~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.
  #8  
Old Aug 2, 2010, 09:02 AM
GillM
 
13 posts · Jul 2010
Quote:
Originally Posted by lmilesw
Could you please post a URL?
Thanks for your speedy replies...

It's a test site at the moment - http://aim3.journalcraft.co.uk/
Sorry, I seem to have hijacked this thread, but it seemed to be related to the question I posted here about using a background image with the menu.

Gill
  #9  
Old Aug 2, 2010, 10:33 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
What do you have in your configure header area box?
__________________
~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.
  #10  
Old Aug 2, 2010, 12:14 PM
GillM
 
13 posts · Jul 2010
Quote:
Originally Posted by lmilesw
What do you have in your configure header area box?
This -
Code:
%logo %page-center %image
As I have said, when I use %logo %pages %image, the background, whether a colour or image, will show, but as soon as I change the page setting here it disappears
Gill

Last edited by GillM; Aug 2, 2010 at 12:33 PM.
  #11  
Old Aug 2, 2010, 12:50 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I figured out what is happening but I don't have a fix as yet. This problem occurs when you use the WordPress menu builder.
__________________
~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.
  #12  
Old Aug 2, 2010, 12:56 PM
GillM
 
13 posts · Jul 2010
Thanks Larry, I look forward to hearing from you when you have sorted out a fix
  #13  
Old Aug 2, 2010, 01:10 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
On a whim I tried the following and it worked. Wrap %page-center with a div and style it.
HTML Code:
<div style="width:100%;background-color:#xxxxxx;">%page-center</div>
__________________
~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.
  #14  
Old Aug 2, 2010, 02:17 PM
GillM
 
13 posts · Jul 2010
That has worked - thank you!

However, there is one remaining niggly problem. When I first tried this I found I had a dashed grey border around the actual menu items. So I included the following code into the Add HTML / CSS Inserts area (this is the entire code in this area)

Code:
div#menu1 ul.rMenu li a:link, 
div#menu1 ul.rMenu li a:hover, 
div#menu1 ul.rMenu li a:visited, 
div#menu1 ul.rMenu li a:active {
	font-weight: bold;
	padding: 5px 20px 5px 20px;
	border: none;
		}

div.widget ul li {border-bottom:1px dotted #DEEDEF;
		}
The code I have in the Style Header box is as follows -

Code:
%logo <div style="width:100%;background: url(/wp-content/themes/atahualpa353/images/menu-bar-bg.gif);" %page-center</div> %image
I tried adding the border: none instruction here but it had no effect.

Anyhow, the problem that remains is that most of the grey dashed border has gone, but the left border still remains - to the left of HOME - you can just about see it in the thumnail attached

Any ideas?

Thanks
Gill
Attached Thumbnails
Click image for larger version

Name:	Border-Problem.gif
Views:	808
Size:	20.7 KB
ID:	655  
  #15  
Old Aug 2, 2010, 02:36 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Try this.
HTML Code:
.menu-page-menu-container {border:1px solid #DEEDEF !important;}
Firebug is wonderful
__________________
~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.
  #16  
Old Aug 2, 2010, 03:15 PM
GillM
 
13 posts · Jul 2010
WONDERFUL - it worked Thank you so much for your prompt help.

I hope this has solved tommaso's problem too.

I will put a note on my original thread, as that has now been fixed too.

Thanks again Larry
Gill

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Page menu bar - background color sub menu bdix Page & Category Menu Bars 9 Mar 11, 2013 02:57 AM
Page Menu Bar Background Color clausont Page & Category Menu Bars 3 Feb 10, 2010 06:00 AM
[SOLVED] Page menu bar background color gmatbootcamp Page & Category Menu Bars 2 Oct 27, 2009 09:56 AM
Page menu background color : 2 colors possible? Len Page & Category Menu Bars 1 Jun 17, 2009 01:31 PM
Page Menu Bar - Pressed background color bseppa Page & Category Menu Bars 1 Dec 19, 2008 12:44 AM


All times are GMT -6. The time now is 09:52 PM.


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