=== WP Spry Menu === Contributors: takien Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=BL7ERUY46HPL8&lc=ID&item_name=WP%20Spry%20Menu%20Plugin¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted Tags: menu, css menu, dropdown menu, category menu, category exclude Requires at least: 2.5 Tested up to: 2.8 Stable tag: 1.0.2 Automatically creating Spry Drop Down Menu for wordpress category with configuration page. == Description == WP Spry Menu is plugin that automatically creating Spry Drop Down Menu for wordpress category, with configurable "Home" link. It's using Spry (Copyright (c) 2006 Adobe Systems Incorporated) javascript library from www.adobe.com. The Spry library is FREE and redistributable with some condition (see license). Feature: * No template arguments are needed to configure menu behavior, all settings are place on the Admin. * Live preview as soon as you change the settings. No need to refresh your homepage to see changes. * Configurable direction, your menu should appears horizontal, vertical drop left, or vertical drop right. * Changeable Home text link, you can leave it blank for no home link. * Depth setting, how many child you want to display. * Exclue setting, you can select which category should not appears on the menu. * Order setting, order by name or ID. * Hide/Hide emtpy category. By default Wordpress won't display an empty category, now you can configure. * Child of setting, only display menu from selected parent category. * Parent Border: Border of Main Category (Vertical direction only) * Child Border: Border of Child Category * Bg Color: Background color * Bg Hover: Background color on mouse hover * Text Color: Text color * Text Hover: Text color on mouse hover == Installation == The installation is very easy. 1. Upload `wp-spry-menu` folder to the `/wp-content/plugins/` directory. Make sure wp-spry-menu contains all included files. 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place `` in your templates 4. Cofigure from WP Spry Menu options in your Wordpress Admin. == Frequently Asked Questions == = Is it support to display page menu? = Currently not, may be in the next release. = Can I edit my own css from the settings page? = I'm sorry you can't, wait for the next release :) == Screenshots == 1. Setting page and Vertical Drop Right preview. 2. Setting page and Vertical Drop Left preview. 3. Setting page and Horizontal preview. 4. simple Style Editor with Color Picker == Changelog == = 1.0.2 = * Fixed bug, wrong path. * Only add_filter admin_head if you are in option page. * Add Simple Style Editor with Color Picker. = 1.0.1 = * Add Child of as dropdown select. * Live preview from plugin setting page. * Code improvement = 1.0.0 = * Add admin settings * No need to add template argument, all go to setting area. * Add Vertical Drop Left and Vertical Drop Right = 0.0.1 = * Only display Horizontal style * first release