Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Below" problems right to left #65

Open
alfaex opened this issue Nov 25, 2014 · 6 comments
Open

"Below" problems right to left #65

alfaex opened this issue Nov 25, 2014 · 6 comments

Comments

@alfaex
Copy link

alfaex commented Nov 25, 2014

Great plugin.

I managed to almost everything work the ways that i intended.
The menu with " submenuDirection: 'below' " works fine if is left to right, but if is right to left simply it doesn't work.

Another minor thing is on " rowSelector: ".submenu-row-1" ".
for wordpress reasons i have

ccc = $(".submenu-holder-0");
    ccc.menuAim({
        rowSelector: ".submenu-title",
. . .
     <div class="submenu-holder-0">
           <div class="submenu-row-1" data-id="1547">
                  <div class="submenu-title">CAM</div>

And because the div is inside another, doesn't work as expected.

@banesto
Copy link

banesto commented Mar 2, 2015

Hi!

  1. Can you please explain more? What do you mean by right to left?
  2. Did you try rowSelector: "div > .submenu-title" ?

@alfaex
Copy link
Author

alfaex commented Mar 2, 2015

  1. if my menu is on the top right side of the scren the sub-menu will open to the left, imagine mirroring the amazon menu.
  2. rowSelector is level 0 and .submenu-title is level 2, the ">" only will work if .submenu-title is level 1

@banesto
Copy link

banesto commented Mar 2, 2015

  1. Oh, so it's problem with submenuDirection: left then?
  2. ok, but why can't you specify submenu-holder-0, meaning the very level 0 by setting simply rowSelector: div ?

@slambdin1
Copy link

i'm also having problems with it deactivating when the menu is bottom and to the left.

@lulalala
Copy link

lulalala commented May 5, 2017

For me I have the following setup. If I travel from middle to bottom right, it works. If I travel from middle to bottom left, it does not work.

2017-05-05 11 09 52

@kevindeleon
Copy link

@lulalala -- I know this is a year old...but did you ever solve this issue for a menu that's below?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants