Website with issues: http://staging.friendsofkaren.org/

MENU
Events
Year End Appeal
Community Events

When you click on "Events" the menu opens, but when you click "Year End Appeal" or "Community Events" the menu closes up (so you can't see sub-pages for the "Events" section.

Suspect the issue has something to do with the function in the header.

Suspect is shouldn't be "active: 0".

$("#accordion").accordion({ header: 'h3', cookie: { path: '/' }, active: 0, event: 'mousedown', autoHeight: false

Using:
jQuery UI 6.x-1.x-dev (first attempted 6.x-1.3)
jquery.ui - version 1.6
jQuery Update 6.x-1.1

Attempted to update to jquery 1.7, but ran into a ton of issues.

Thanks in advance!

Comments

emsbrooklyn’s picture

Realized the issue really is the H3 tag attribute - aria-expanded="false" and there is no class "selected".

I've tried everything I can think of - maybe the menu item in the database is funky. No MySQL star, but I can get around in phpmyadmin. Does anyone know where this info is stored in the database?

emsbrooklyn’s picture

The page is a View. I rebuilt the View, gave it a new path and I'm still having the same issue. Is there an issue with using Views as a top-level menu item and this module?

emsbrooklyn’s picture

Category: support » bug
BassistJimmyJam’s picture

From the JQuery UI docs "NOTE: If you want multiple sections open at once, don't use an accordion". The JQuery UI plugin simply does not support having multiple levels open at a time. For more information, see http://jqueryui.com/demos/accordion/.

emsbrooklyn’s picture

Don't want (or need) multiple sections open at once. And it only happens in one section ("Events").

Suspect I wasn't clear before...

Issue:
Click a main section ("Events"), it opens to expose menu items below.
Click one of these links (underneath "Events") and the menu closes back up, so you don't know where you are

Test Site:
http://staging.friendsofkaren.org/

solotandem’s picture

Version: 6.x-1.0 » 6.x-1.1
Assigned: Unassigned » solotandem
Status: Active » Fixed

Version 6.x-1.1 fixes the bug in #1 and includes new features.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

LadybugRed’s picture

Status: Closed (fixed) » Needs review

I'm experiencing the same problem described in #5, using 6.1.1.

solotandem’s picture

Some details and a demo site URL would be helpful. What accordion triggering event are you using? What are all of the settings for this module?

angelammi’s picture

deleted

solotandem’s picture

Category: bug » support
Status: Needs review » Fixed

When you click on another header item, it is supposed to close the current one and open the new one. That is the definition of the accordion effect. Please re-read #4. With accordion, only one menu section may be expanded.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.