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)
-   -   [SOLVED] want move my Page menu to right of the page menu bar,but the %page-right doe (http://forum.bytesforall.com/showthread.php?t=9917)

jackchow Sep 27, 2010 08:58 PM

[SOLVED] want move my Page menu to right of the page menu bar,but the %page-right doe
 
i try this several times in different browsers(IE,firefox ,chrome)
but it does not work.
please help me

this is my site:http://kelai.us/

jackchow Sep 27, 2010 09:08 PM

the %cat-right does now work too.
but %page-center and %cat-center work fine.
i am useing ATA3.5.3 and WordPress 3.01(CHINESE EDITION)

juggledad Sep 28, 2010 03:39 AM

in your CSS Inserts you have this code
HTML Code:

div#menu1 {
z-index: 3;
position: relative;
left: 733px;
top: 31px;
color: #000;
}

remove it, it is causing your issue with the %page-center

jackchow Sep 28, 2010 06:03 AM

thank you for your help!juggledad
i will do it later.
how do you know that i have inserted that code into the CSS Inserts?

juggledad Sep 28, 2010 07:27 AM

I looked at the source of your page and started deleting things till I discovered what was causing the issue

jackchow Sep 28, 2010 08:58 AM

unfortunately it does not work.
but now i don't care about it.
maybe it is a bug,hope you can fix it in next version

juggledad Sep 28, 2010 05:28 PM

not a bug, you didn't take the code out of the CSS Inserts. It is still there
take both lines out to fix both %page-right and %cat-right
HTML Code:

/*调整页面栏的位置*/
div#menu1 {
z-index: 3;
position: relative;
left: 733px;
top: 31px;
}

/*调整分类栏的位置*/
div#menu2 {
position: relative;
right: -1px;
top: -30px;
}


jackchow Sep 28, 2010 10:14 PM

i did this yesterday,and i tried this today.but it did not work.if i delete the code you pasted here,the %*-center works.but the %*-right doesn't.just like before.

it is likely that some options in my website are wrong.

juggledad Sep 29, 2010 04:12 AM

I can't fix a moving target, you seem to be changing things each time I look. Please do this

go to ATO->Export/Import Settings->Export and export your settings. Then post a reply and attach the settings to the reply (use the paper clip icon) and then I can take a look

jackchow Sep 29, 2010 08:39 PM

4 Attachment(s)
i am sorry for that.i changed a lot of (small ) settings of my ATA theme.
here is my ATA setting file you want.

i think i should tell you the layout i want
  1. the Page menu is on the right of my page menu bar (image 1)
  2. there is no space between page bar and the top of my website.(image2)
  3. there is no space between my category bar and center column (image3)

i hope you will not confused with what i write here because of my poor English grammar.
pictures are better to be understood.

juggledad Sep 30, 2010 05:27 AM

this is a previously reported but. %page-right or %cat-right do not work if you turn on animated menus (see http://forum.bytesforall.com/showthread.php?t=9176)

jackchow Sep 30, 2010 08:10 AM

yes ,it works now!
thank you for your help,juggledad!


All times are GMT -6. The time now is 01:08 PM.

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