Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

[SOLVED] Right aligned menu sub-page dropdown alignment problems


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Oct 21, 2009, 08:48 AM
gideon@stufftodo.co.za
 
2 posts · Oct 2009
when I set %page-right in ATO-Style and edit Header Area, my drop down menus go out of wack and drop down/fly-out to the left making my sub page navigation unusable.

any help out there?
  #2  
Old Oct 30, 2009, 05:52 AM
Flynn's Avatar
Flynn
 
3,730 posts · Oct 2008
Munich, Germany
If the menu is aligned right the fly out submenus are supposed to fly out to the left. If that is not what you meant post a URL please
  #3  
Old Mar 31, 2010, 11:49 PM
joshsweiss
 
36 posts · Feb 2010
Is there any way to reverse this? Seems a bit unintuitive to have the menus fly to the left - since the brain reads right ot left in English.

Thanks for any suggestions.

Cheers
Josh
  #4  
Old Apr 1, 2010, 05:28 AM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
the reason (I believe) that they fly out to the right is that if the last menu item has sub menus, they could end up displaying off the page.

if you want to change it you can try this, edit bfa_header_config.php and go to line 14 (version 3.4.6) which should be
HTML Code:
		$page_menu_bar .= '<ul id="rmenu2" class="clearfix rMenu-hor rMenu-hRight rMenu">' . "\n";
and remove teh rMenu-hRight
  #5  
Old May 11, 2011, 08:42 PM
seaphorm
 
1 posts · May 2011
after a bit of googling... this thread seems to be the only one i can find dealing with this issue...

but the version the answer applies to is now out of date...

i've managed to figure out how to change the text alignment in the most recent version... but what i really want is to change the fly out alignment the same way the original thread poster does...

i.e. on a right aligned menu, i want the drop down to be aligned to the left (and fly out to the right)

any ideas?
  #6  
Old May 12, 2011, 04:47 AM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
post a url showing the issue
  #7  
Old Aug 19, 2011, 02:47 PM
topdown5_0
 
7 posts · Aug 2011
Good day:

I too have this problem, pages menu aligned to the right, sub menus, fly out to the left, which are not well aligned and disappear before you can click them. For some reason, the sub menu is not horizontally aligned with the menu item, but one below, so as you try and move your mouse to click the menu, you move off the menu and it disappears. so, I am looking to either move to the right (the fly out) or keep it on the left but fix the vertical alignment, so it actually is clickable.

Running Atahualpa 3.6 with WP 3.2.1 using build-in WP menu functionality.

Any help in this matter is very much appreciated..been searching for days now. :-) Thanks!

Peter
Attached Thumbnails
Click image for larger version

Name:	menu_fly_out.gif
Views:	147
Size:	86.6 KB
ID:	1494  
  #8  
Old May 28, 2012, 01:13 PM
rhpdx
 
49 posts · Jun 2011
Where in the header php do I need to alter to get the flyout to the right, on a right justified menu in 3.6.7?
  #9  
Old May 28, 2012, 01:23 PM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
see post #4 and search for that line
  #10  
Old May 28, 2012, 01:32 PM
rhpdx
 
49 posts · Jun 2011
I used Ctrl+F to search for that string in the bfe_header_config.php and it didn't come up with that string of text.
  #11  
Old May 28, 2012, 03:43 PM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
In 3.7.7 it is line 36 but it has changed to an 'echo...'
  #12  
Old May 29, 2012, 10:04 AM
rhpdx
 
49 posts · Jun 2011
Thank you for your help. Sadly, I found and removed that snippet but it did not appear to change anything. http://fusionmr.com/
  #13  
Old May 29, 2012, 02:48 PM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
it looks like it flys out to the right to me
  #14  
Old Jun 2, 2012, 02:34 AM
vandermark
 
6 posts · Jun 2012
I have the same problem: www.bartvandermark.nl where I have aligned the menu to the right. The submenu's (INFO & FOTO'S) are aligned to the left which is confusing.

Juggledad, the website http://fusionmr.com/ the submenus are still aligned tot the left right? We want the submenus to align to the right.

I am also confused by your solution: we want the submenu to align to the right and you tell us to remove 'rMenu-hRight'. How can that help to align currentely left-aligned submenus to the right?

Edit: I executed your solution which resulted in left-alignment of my complete menu: the whole menu was left-aligned which is not what I want. Can you look into it?

Last edited by vandermark; Jun 2, 2012 at 02:41 AM.
  #15  
Old Jun 2, 2012, 04:58 AM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
To have the TEXT aligned to the right instead of the left, try this in the CSS Inserts
HTML Code:
div#menu1 ul.rMenu li:hover,
div#menu1 ul.rMenu li.sfhover {
     text-align: right;
    }

Last edited by lmilesw; Jun 2, 2012 at 07:49 AM.
  #16  
Old Jun 2, 2012, 05:21 AM
vandermark
 
6 posts · Jun 2012
Thanks for your quick and accurate reply: it works!

Bookmarks

Tags
right menu bar

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make dropdown submenus fly out from Page Menu Bar ON HOVER? one-from-lv Page & Category Menu Bars 0 Oct 9, 2009 02:21 PM
Right Aligned page menu bar; links are in wrong order aaro Page & Category Menu Bars 1 Oct 4, 2009 05:37 AM
[SOLVED] Page Menu Bar - Drop Down Menu Alignment KatyDigg Page & Category Menu Bars 1 Sep 9, 2009 04:45 AM
How to eliminate dropdown on page menu bar? measure2x Page & Category Menu Bars 3 Aug 27, 2009 12:23 PM
Create a Page Dropdown Menu on Sidebar via Text Widget mbro Page & Category Menu Bars 1 Jul 15, 2009 06:11 AM


All times are GMT -6. The time now is 03:18 AM.


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