In the switch from jQuery Mobile UI to jQuery Mobile Beta-1, we lost the menu attributes. Are there plans to add these back into the module?

See attached.

CommentFileSizeAuthor
Screen Shot 2012-05-11 at 10.14.31 AM.png28.73 KBPoieo

Comments

minoroffense’s picture

Status: Active » Postponed (maintainer needs more info)

Sorry, where were these settings located? I'm not super familiar with the old module.

Poieo’s picture

They were available when editing a single menu item either through structure > menu or on node edit.

Poieo’s picture

Status: Postponed (maintainer needs more info) » Active
jasonsavino’s picture

Assigned: Unassigned » jasonsavino
Category: feature » bug

thanks poieo. I will look into it presently.

Poieo’s picture

It appears as though you've added a dependence on 'jquerymobile' being the chosen mobile theme in the menu.inc file:

if (_jquerymobile_is_mobile_theme($theme_key)) {
}

I've created my own custom sub-themes per the instructions provided with the Mobile jQuery starter theme and this seems to be preventing the menu attributes from displaying.

As a temporary fix, I'm using the old menu.inc file updated to reference jquerymobile rather than jquerymobile_ui.

kscheirer’s picture

Assigned: jasonsavino » Unassigned
Status: Active » Postponed (maintainer needs more info)

It should be possible to register your theme as a mobile theme, so _jquerymobile_is_mobile_theme() will return TRUE. Are you still having this problem with the latest dev version of the module?