I am using the forked theme. And I have also tested on Zenpage theme. All files are, as written, no mods. It works on Zenpage, but there is no option for zpBootstrap in the drop down at menu_manager.
The switch in the zpBootstrap theme options to use menu-manager, should add that option on menu-manager? Correct?
The header file in Bootstrap contains:
[code]<?php if ((extensionEnabled('menu_manager')) &&(getThemeOption('zpB_custom_menu'))) { ?><?php printCustomMenu('zpBootstrap', 'list-top', '', 'active'); ?><?php } else{ ?>[/code]
But still does not show the menu.