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] want move my Page menu to right of the page menu bar,but the %page-right doe


  #1  
Old Sep 27, 2010, 08:58 PM
jackchow's Avatar
jackchow
 
14 posts · Jul 2010
Nanjing,China
Send a message via MSN to jackchow
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/
  #2  
Old Sep 27, 2010, 09:08 PM
jackchow's Avatar
jackchow
 
14 posts · Jul 2010
Nanjing,China
Send a message via MSN to jackchow
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)
  #3  
Old Sep 28, 2010, 03:39 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #4  
Old Sep 28, 2010, 06:03 AM
jackchow's Avatar
jackchow
 
14 posts · Jul 2010
Nanjing,China
Send a message via MSN to jackchow
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?
  #5  
Old Sep 28, 2010, 07:27 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I looked at the source of your page and started deleting things till I discovered what was causing the issue
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Sep 28, 2010, 08:58 AM
jackchow's Avatar
jackchow
 
14 posts · Jul 2010
Nanjing,China
Send a message via MSN to jackchow
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
  #7  
Old Sep 28, 2010, 05:28 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #8  
Old Sep 28, 2010, 10:14 PM
jackchow's Avatar
jackchow
 
14 posts · Jul 2010
Nanjing,China
Send a message via MSN to jackchow
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.
  #9  
Old Sep 29, 2010, 04:12 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #10  
Old Sep 29, 2010, 08:39 PM
jackchow's Avatar
jackchow
 
14 posts · Jul 2010
Nanjing,China
Send a message via MSN to jackchow
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.
Attached Thumbnails
Click image for larger version

Name:	1.jpg
Views:	985
Size:	44.6 KB
ID:	775  Click image for larger version

Name:	2.jpg
Views:	969
Size:	93.1 KB
ID:	776  Click image for larger version

Name:	3.jpg
Views:	986
Size:	90.4 KB
ID:	777  
Attached Files
File Type: txt ata-kelaius-20100930.txt (19.5 KB, 1119 views)

Last edited by jackchow; Sep 29, 2010 at 08:44 PM.
  #11  
Old Sep 30, 2010, 05:27 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #12  
Old Sep 30, 2010, 08:10 AM
jackchow's Avatar
jackchow
 
14 posts · Jul 2010
Nanjing,China
Send a message via MSN to jackchow
yes ,it works now!
thank you for your help,juggledad!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to move page menu bar to footer? erglebop Page & Category Menu Bars 19 Oct 4, 2014 10:55 AM
[SOLVED] Page tab height issue: page link tabs higher than page menu bar Fux Page & Category Menu Bars 13 Oct 30, 2010 03:42 AM
[SOLVED] How to move menu items to the right on the page bar? golf1025 Page & Category Menu Bars 11 Aug 31, 2010 01:26 AM
Removing (Top) Page Menu Bar - Displaying page menu in left column instead DrewD Page & Category Menu Bars 1 Mar 18, 2010 12:03 PM
How do I add an icon to a page menu link in page menu bar? bcorrigan Page & Category Menu Bars 9 Apr 6, 2009 02:35 PM


All times are GMT -6. The time now is 08:07 AM.


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