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 »

Page menu background not changing


  #1  
Old Jun 11, 2010, 11:03 PM
yunbeai
 
3 posts · Mar 2010
Australia
HI
When I edit in theme options--- Background color for menu items in their default state and the menu bar itself.
The background stays white but the page tag only changes
This has happened to all 351 themes I updated too but not the previous theme
Is this a bug
Thanks for your help
Rod
  #2  
Old Jun 12, 2010, 06:21 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you need to describ this a little better.
What have you coded exactly?
what is the url showing the problem? point out the problem
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jun 13, 2010, 08:04 PM
yunbeai
 
3 posts · Mar 2010
Australia
Have not coded anything I cant do that
The simple option in the page menu in 351where you select a color for the page menu background
does not change it
  #4  
Old Jun 14, 2010, 06:33 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Please export your style and send it to me so I can take a look
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Jun 16, 2010, 05:12 PM
yunbeai
 
3 posts · Mar 2010
Australia
Thanks Juggledad but I do not know how to do that either
I just build sites and customise the theme with the provided options to suit the product I promote
I have upgraded about 6 sites and it does it on all of them
It seems I will have to leave it
Rod
  #6  
Old Jun 19, 2010, 01:26 AM
akghost
 
1 posts · Jun 2010
Hey Juggledad, my site is also doing this. Would much appreciate your advice. I want the background menu bar to be white and set it to be that but it simply stays as gray.

Thanks for your help!
  #7  
Old Jun 19, 2010, 07:42 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Anytime you have a problem, you should ALWAYS provide the version of Atahualpa and WP, the url of the site and a description of where on the page the issue is happening
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #8  
Old Jun 19, 2010, 01:33 PM
chrisn
 
3 posts · Jun 2010
United Kingdom
Hi,

I'm also experiencing this problem with 3.5 versions of Atahualpa, and all versions of Wordpress when using 3.5.0/.1 I can't link you to my website as I'm creating it using xampp.

Basically the issue is this, I've deleted the background link (Links to background 7 in the image folder if I recall correctly) that adds the dark grey and light grey bars behind the Page Menu bar and Category Menu bar, and removed the category menu, when I change the colour of the Page Menu it only changes the colours of the menu link boxes, not the entire background.

The arrow is pointing to the problem;



Thanks for any help you can give
  #9  
Old Jun 19, 2010, 02:25 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
in 3.5.1 go to ato->export/import and export your style, then send it to me or attach it to your reply to this post
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #10  
Old Jun 19, 2010, 03:01 PM
chrisn
 
3 posts · Jun 2010
United Kingdom
ata-localhost-20100619.txt
Attached, thanks.
  #11  
Old Jun 20, 2010, 04:32 PM
chrisn
 
3 posts · Jun 2010
United Kingdom
Hi,

After some reading and tinkering I noticed a command in CSS Inserts that must come with Atahualpa 3.5;

Code:
div#menu1 ul.rMenu {
background: transparent;
border: none;
}
Upon changing it to
Code:
div#menu1 ul.rMenu {
background: #751818;
border: none;
}
I got the effect I wanted, my issue is solved, thanks.
(For those who would like to know I was reading [SOLVED] %page-center issue coloring the whole bar
  #12  
Old Jul 27, 2010, 05:39 PM
Andante
 
30 posts · Feb 2009
Just wanted to thank the poster chrisn for this solution to the white background at the right end of my page menu bar. I had searched the forum for days, client breathing down my neck to transfer the site to a new server, and this stopped that progress for days.

I just changed the transparent background thing in CSS inserts to the color the background should be and now the gold color goes the full length of the page menu, before there was white at the right end where the menu items stopped.

Thanks again for this solution!
  #13  
Old Sep 7, 2010, 02:39 AM
Rarabou
 
10 posts · Sep 2010
Hi everyone, here is my css code for the page bar.

I want to have a background just behind the page name (home for example), therefore, the page bar is shorter than the entire header's width...

Here is the code then :

/* round corners for page menu bar items */ div#menu1 ul.rMenu { background:#FFFFFF no-repeat 0 7px ; none repeat scroll 0 0; webkit-border-top-left-radius: 10px; webkit-border-top-right-radius: 10px; moz-border-radius-topleft: 10px; moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; }

It works fine, except that the round corners don't show up ...

Thank to you guys,
G
  #14  
Old Sep 7, 2010, 06:36 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
What browser are you using? Ie doesn't support radius, check it in Safari or firefox
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #15  
Old Sep 7, 2010, 06:45 AM
Rarabou
 
10 posts · Sep 2010
It doesn't work on any of them. It used to work fine, but i did something wrong in the CSS insert and I can't find the right settings ...

When I use this code : */ 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; }

I do have the round borders, however, I cannot insert a white background as I do have on the previous code ...
  #16  
Old Sep 7, 2010, 11:04 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
You have
HTML Code:
/* round corners for page menu bar items */ 
div#menu1 ul.rMenu { 
  background:#FFFFFF no-repeat 0 7px ; 
none repeat scroll 0 0; 
webkit-border-top-left-radius: 10px; 
webkit-border-top-right-radius: 10px; 
moz-border-radius-topleft: 10px; 
moz-border-radius-topright: 10px; 
border-top-left-radius: 10px; 
border-top-right-radius: 10px; }
what is the none repeat scroll 0 0; for ?
Take it out
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Changing order of page menu bar ofpeb Page & Category Menu Bars 13 Jan 5, 2012 10:07 PM
Problem changing the background color of just one of the page menu items\buttons Thomas Page & Category Menu Bars 3 Jun 6, 2010 05:38 PM
Button colour not changing on page menu sidebar Djembateuse Sidebars & Widgets 0 Mar 21, 2010 09:11 AM
changing the background color of the main menu widget tenn10 Sidebars & Widgets 1 Oct 27, 2009 12:06 PM
Changing repeated background image forces each page to reload background doctorrobert Atahualpa 3 Wordpress theme 8 Feb 15, 2009 06:36 AM


All times are GMT -6. The time now is 04:36 PM.


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