Menu Styles:
Top Style Menu:
By default this menu is a Suckerfish menu system but if you prefer the default Joomla menu you can set the menu to Suckerfish in the "Template Configuration" located in the index.php file. Set the menu style to "module" $s5_menu_style = "module" Create a “Flat List” menu module publish it to the top position, and set the module class suffix to "-top"
User7 Style Menu:
This is the horizontal menu located at the bottom of the page in the demo , create a “Flat List” menu module, and set the module class suffix to "-bottom"
Template Configurations:
You can easily configure this template with the below options. Once you have installed this template login to the administration of your Joomla site. In the admin navigate to your Joomla templates from the top menu: Site > Template Manager > Site Templates. Select eWorld and then click "Edit HTML". You will then see something similar to the following:
// Template Configuration
$s5_color = "color1"; // color1-15
$s5_menu_style = "suckerfish"; // suckerfish | module
$s5_sliding_tools = "yes"; // Yes = Show | No = Hide
$s5_width_selector = "yes"; // Yes = Show | No = Hide
$s5_show_search = "yes"; // Yes = Show | No = Hide
$s5_default_width = "user choose"; // fixed | fluid | user choose
$s5_png_fixer = "no"; // yes = use | no = do not use
$s5_content_slide = "Open Panel"; // Type in whatever you would like to show up on the middle tab
You can hide the width selectors and search by changing their option to "No"
Setting the default width for your template by choosing either "fixed" or "fluid" does not allow a user to change the widths via the buttons on the template, setting the default width does allow a user to change the width.
You have the option to turn off the png fixer. This fix was included to enable transparent images in Internet Explorer 6. By default it is off, but you can use it.
If you still aren't sure or have any more questions don't hesitate to ask on the forum.