Go to Extensions → Template Manager → rt_omnicron_j15 → Menu Control to find all the parameters for Fusion Menu and Splitmenu, such as transitions, duration and sublevel position.
Fusion Menu is a menu theme of the RokNavMenu extension, the addon that drives all RocketTheme template menus. It is primarily a javascript enhanced CSS dropdown menu, that combines standard suckerfish type functionality with animations, transitions and other advanced effects provided by Mootools.
Latest Features
Below is a list of the most recent features added to Fusion Menu:
Recurring Features
Below is a list of the standard, recurring features of the Fusion Menu:
A static menu system that displays submenu items outside of the main horizontal menu and the 2nd level items in the Sidebar.
Template Configuration: Splitmenu
Go to Extensions → Template Manager → rt_omnicron_j15 → Menu Set Menu Control to Type : Split-Menu, to load all the Splitmenu parameters.
Menu Item Parameters: Subtext
Subtext Line is the option that allows you to insert additional text to the Menu Item Title. There is separate styling for this, making it useful for adding brief descriptions to menu items.
Code Modification: Remove the Menu in the Title
Open /templates/rt_omnicron_j15/html/modules.php and change:
<?php echo $menu_title_item->name.' '.JText::_('Menu'); ?>
To
<?php echo $menu_title_item->name; ?>
Go to Admin → Menu → A Menu → A Menu Item → Select a Parent Item, and it will appear as a child of it.