I've got my mobile site working quite well for the most part, however I'm having a problem with my navigation menu disappearing on certain pages.
In the mobile version of my site I have only one, simple, menu for navigation. It's an instance of mod_mj_menu and it is assigned to a menu that has 5 items. Four of the menu items are aliases to other menu items already in use by the desktop version of my site. The first menu item is one of the alias menu items, but it is also set to be the home/default menu item for the mobile site (set using the MJ control panel). All four of these menu items, including the home/default item work just fine.
I'm having a problem with the fifth menu item. It's not a menu item alias, rather it's a menu item of the "category blog" type. When that menu item is selected, the user is taken to that page and the category blog loads just fine, however the Menu itself disappears! Not the menu item, but the entire navigation menu just disappears.
Further investigation indicated that the menu itself is still there, it just has NO menu items. The mod_mj_menu module just renders a blank menu since it doesn't seem to have loaded any menu items when the template is output. At the very least I would expect to see the menu rendered with the "home/default" menu item. It's a Public menu alias to a public menu item that is available to every visitor, logged in or not.
Am I the only one seeing this problem? Anybody have any suggestions as to how I can keep the menu from dropping all menu items when viewing this page?