If you're looking for more control of the mobile menu currently in ZC 1.55f you could use these minor edits:


To ungroup thesidebox items that display in the mobile menu like Categories, Information and EZ Pages...


includes/templates/YOUR_TEMPLATE/templates/tpl_modules_mobile_menu.php

replace line 33

<li><span><?php echo BOX_HEADING_CATEGORIES; ?></span>

with this:
<!-- Twitch remove first tier of mobile nav categories box <li><span><?php //echo BOX_HEADING_CATEGORIES; ?></span> -->

---

replace line 87
<li><span><?php echo BOX_HEADING_INFORMATION; ?></span>

with this:
<!-- Twitch remove first tier of mobile nav information sidebox <li><span><?php //echo BOX_HEADING_INFORMATION; ?></span> -->

---

replace line 125
<li><span><?php echo BOX_HEADING_EZPAGES; ?></span>

with this:
<!-- Twitch remove first tier of mobile nav ezpages sidebox <li><span><?php //echo BOX_HEADING_EZPAGES; ?></span> -->



OPTIONAL - If you want the EZ Pages Header Bar on the desktop display to be hidden:

includes/templates/YOUR_TEMPLATE/css/stylesheet.css

replace

#navEZPagesTop {margin:0;width:100%;}

with this:
#navEZPagesTop {display: none; margin:0;width:100%;} You can now use the 'header' status button to control each of the ezpages displaying only in the mobile menu.
Admin > Tools > EZ-Pages

IMPORTANT NOTE:
You MUST use the sort order of1 or greater - to 'display' the links or they won't load in the mobile menu when it sees the default sort order '0'.



If my work has helped you today in any way, show your appreciation with things like positive feedback or donations - I'm here to help!