Postponed (maintainer needs more info)
Project:
jQuery Mobile module
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 14:16 UTC
Updated:
14 Oct 2013 at 21:52 UTC
Comments
Comment #1
minoroffense commentedSorry, where were these settings located? I'm not super familiar with the old module.
Comment #2
Poieo commentedThey were available when editing a single menu item either through structure > menu or on node edit.
Comment #3
Poieo commentedComment #4
jasonsavino commentedthanks poieo. I will look into it presently.
Comment #5
Poieo commentedIt appears as though you've added a dependence on 'jquerymobile' being the chosen mobile theme in the menu.inc file:
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.
Comment #6
kscheirerIt 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?