|
#1

Jun 11, 2010, 11:03 PM
|
|
|
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

Jun 12, 2010, 06:21 AM
|
 |
|
|
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

Jun 13, 2010, 08:04 PM
|
|
|
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

Jun 14, 2010, 06:33 AM
|
 |
|
|
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

Jun 16, 2010, 05:12 PM
|
|
|
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

Jun 19, 2010, 01:26 AM
|
|
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

Jun 19, 2010, 07:42 AM
|
 |
|
|
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

Jun 19, 2010, 01:33 PM
|
|
|
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

Jun 19, 2010, 02:25 PM
|
 |
|
|
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

Jun 19, 2010, 03:01 PM
|
|
|
3 posts · Jun 2010
United Kingdom
|
|
|
#11

Jun 20, 2010, 04:32 PM
|
|
|
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

Jul 27, 2010, 05:39 PM
|
|
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

Sep 7, 2010, 02:39 AM
|
|
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

Sep 7, 2010, 06:36 AM
|
 |
|
|
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

Sep 7, 2010, 06:45 AM
|
|
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

Sep 7, 2010, 11:04 AM
|
 |
|
|
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
|
|