After you've downloaded and extracted the files:
multi-level-navigation-plugin folder to the /wp-content/plugins/ directory<?php if (function_exists('pixopoint_menu')) {pixopoint_menu();} ?> to your theme wherever you want the menu to appear (usually your header.php file)The easiest way to setup the PixoPoint Multi-level Navigation Plugin is to use it with a theme specifically designed to support the plugin. All themes exported from the PixoPoint Template Generator (which have dropdown menus) support this by default. Simply activate your theme, then activate the plugin and the new menu will appear instantly. Visit the PixoPoint Template Generator to get your own pre-supported theme.
If you don't take this route then read on for simple instructions on how to integrate it into other themes ...
For direct help via the plugin (and CSS generator) author, please sign up for the PixoPoint Premium Support service.
The PixoPoint Premium Support option is ideal if you have insufficient time to fix any problems you may have or simply don't know much about coding. You will receive not only techinical support and access to the latest PixoPoint betas but they will also install the plugin and set it up on your site if needed. Customisations of the plugin are also done for some premium members, although we recommend asking first via the PixoPoint Contact Form for such requests as some customisations may require extra payment depending on their complexity.
If you follow all of the instructions here, activate the plugin and find the menu is appearing on your site but looks messed up, then the problem is probably caused by a clash between your themes CSS and plugins CSS. These problems can usually be remedied by removing the wrapper tags which surround the menu in your theme. For example, most themes will have some HTML such as which contains the existing themes menu. By placing the pixopoint_menu() function between those DIV tags, the menu will often interact with that DIV tag. The solution is to either remove the DIV tag or to alter it's CSS so that it doesn't interact with the menu.
If you require further help with the plugin, please visit the PixoPoint Multi-level Navigation Plugin page or the PixoPoint support forum.
Please read the following tips to help have questions answered faster.




