I also encounter problems with the jquery menu in the Sky theme. I can see the menu created in the block, but for some reason, the menu seems to be too big for the block, no matter what width i set the block region to.
Hence I can only see a tiny, tiny part of the + or - sign to uncollapse/collapse a menu item.
Also, as compared to other themes, I get a border around my jquery menu WITHIN the border of my block, which does not look so nice after all, but rather confuses ...
I tested this on Safari and FF on a Mac.
Can anybody confirm these issues, or provide a workaround?
Comments
Comment #1
jacineHmm, I assume this is probably a conflict with Superfish, but I haven't tried the module yet. I'll see if I can try it out.
Comment #2
jacineOk, just tried it. there's no conflict, it does work. It just needs some CSS love.
This is a cool module, so as soon as I get some time I'll do the CSS for it.
Thanks for bringing it to my attention. I'll let you know when it's done :)
Comment #3
JonoB commentedHi Jacine,
Is this still an open issue? It seems that they jquery module still doesnt work.
My testing shows the following:
FF 3.5.3 : No jquery menu at all
IE8 : No jquery menu at all
IE7 : jquery menu is visible, but placement of + and - icons is completely wrong.
Comment #4
quotientix commentedAbout the IE7:
you most likely are using the a-tags as block-elements.
Just add the following CSS to fix the IE7:
#block-jquerymenu-0 ul li.parent {
display: block;
border: 1px solid transparent;
}
Comment #5
videoschaf commentedI also encounter problems with the jquery menu in the Sky theme. I can see the menu created in the block, but for some reason, the menu seems to be too big for the block, no matter what width i set the block region to.
Hence I can only see a tiny, tiny part of the + or - sign to uncollapse/collapse a menu item.
Also, as compared to other themes, I get a border around my jquery menu WITHIN the border of my block, which does not look so nice after all, but rather confuses ...
I tested this on Safari and FF on a Mac.
Can anybody confirm these issues, or provide a workaround?
Comment #7
jacineI know I've really been slacking on this, but I still have plans to do this in the 7.x version if the module maintainer upgrades.
Comment #8
sreedharprabhu.mca@gmail.com commentedHi,
Sky theme is not working for Submenus while we are navigation through Keyboard. Could u please resolve it.
And send me how to update to my theme.
sreedharprabhu.mca@gmail.com
Thanks,
Sree
Comment #9
sreedharprabhu.mca@gmail.com commentedHi,
Sky theme is not working for Submenus while we are navigation through Keyboard. Could u please resolve it.
And send me how to update to my theme.
sreedharprabhu.mca@gmail.com
Thanks,
Sree