Menubar Widgets
================
----------------

A standard wordpress plugin that helps you add multiple widgets to navigation menu item.


Installation
=============

1.  Download [the latest version Menubar Widgets](https://bitbucket.org/khosroblog/menubar-widgets/get/master.zip), or copy it to local by `git clone https://bitbucket.org/khosroblog/menubar-widgets.git`
2.  Move the menubar-widgets folder in the wp-content/plugins directory.
3.  Navigate to the Plugins dashboard page.
4.  Activate the plugin Menubar Widgets. 


Features
=============
1. Show widgets in menu settings.
2. Add multiple widgets to one menu item.
3. Change position widgets in menu item by drag & drop it.
4. Add custom css to menu item from the css classes feild in menu settings, the css classes starts to 'menu-item will' appends in "li" tag and the rest of appends to "i" tag.(eg: <i class='my-class' ></i> )
5. Activate / Deactivate / Delete widgets in menu item settings.


Screenshots
=============

## 1. Show the Menubar area in widgets section.
![Show the Menubar area in widgets section.](https://bitbucket.org/khosroblog/menubar-widgets/downloads/screenshot-1.png "Show the Menubar area in widgets section.")

## 2. Menu item settings.
![Menu item settings.](https://bitbucket.org/khosroblog/menubar-widgets/downloads/screenshot-2.png "Menu item settings.")

## 3. Show the widgets front-end in navigation menu.
![Show the widgets front-end in navigation menu.](https://bitbucket.org/khosroblog/menubar-widgets/downloads/screenshot-3.png "Show the widgets front-end in navigation menu.")

## 4. Show Menubar Widgets list in menu settings.
![Menubar Widgets list.](https://bitbucket.org/khosroblog/menubar-widgets/downloads/screenshot-4.png "Menubar Widgets list.")


