=== Simple Retail Menus === Contributors: whatwouldjessedo Donate link: http://whatwouldjessedo.com/simple-retail-menus/ Tags: menu, list, salon, restaurant, retail, store, tables, menus, lists Requires at least: 3.0 Tested up to: 3.4.2 Stable tag: 3.2 Create and manage restaurant, salon, and retail store menu lists of services, food items, retail items, or other data. == Description == This WordPress plugin is designed for salon, restaurant, and retail store websites, and is useful for many other applications. Simple Retail Menus lets you create and manage menu-type lists for display in a post or page. Create as many menus as you want. Add as many items as you want to any menu. Add menus to any oct or page on your site. The resulting menu data is displayed by including a 'shortcode' in the content in a page or a post. Example of a shortcode: [simple-retail-menu name="My Menu"] = Plugin's Official Site = http://whatwouldjessedo.com/simple-retail-menus/ It is hard to continue development and support for this plugin without contributions from users like you. If you enjoy using Simple Retail Menus and find it useful, please consider making a donation. (http://whatwouldjessedo.com/simple-retail-menus/). Your donation will help encourage and support the plugin's continued development and better user support. == Installation == 1. Upload the entire 'simple-retail-menus' folder to the '/wp-content/plugins/' directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. = Basic Use = 1. Click 'Add new Menu' link on the main Retail Menu plugin page. Give your menu a name (required) and a description (optional). Click 'Add Menu'. 2. Add as many items as you want to your menu. - Item Name is required. Image thumbnail, description and value fields are optional. 3. Menu information and menu item information can be updated or deleted at any time. As of version 1.1, basic html can be included in all menu fields. 4. Change the order of menu items by dragging the rows of menu items into the desired order, then clicking 'Update Items'. 5. Get the menu Shortcode. Choose your display options, then copy the resulting 'shortcode' into the content of any page, post, or the Sidebar Text Widget. =Display Options= Note: Default options do not need to be included in the shortcode. The only required attribute in the shortcode for a menu to display is 'name'. 'class' refers to the containing DIV that is generated for every menu. Options for 'class': - Three class styles are built into Simple Retail Menus: 'default', 'light', and 'dark'. - If you create your own custom class for your menus you can enter it under the 'custom' option. Note that the custom class text field will only allow you to enter valid CSS class names. See 'display.css' for css style structure. 'header' refers to the name of your menu. It can be displayed in any html containing element. Options for 'header': - Any html container: div, span, p, h1-h6, section, article, etc. - 'none' will cause the menu title to not display. - Default: 'h2'. 'desc' refers to the description of your menu. It can be displayed in any html containing element. Options for 'desc': - Any html container: div, span, p, h2-h6, section, article, etc. - 'none' will cause the menu description to not display. - Default: 'p' 'display' refers to the html structure the menu data is displayed in. YOu can choose to display any menu as rows in a table, Ordered list, unordered list, definition list or as a series of nested divs. Options for 'display': - 'table' - 'ul' - 'ol' = Advanced/Hacks = Menu HTML Rendering: Menu data output is handled by 'includes/display.php'. Edit this file to achieve your own custom menu display. Menu CSS Styling: Menu data CSS styles are defined in 'css/display.css'. You can edit this file to achieve your own custom menu display, however the preferred way to customize menu styling is to define a custom style in your theme style sheet and include that custom style in the short code. == Screenshots == 1. screenshot-1.png == Changelog == = 3.1 = (10/5/2012) * Fixed bug that prevented database update upon version update. = 3.0 = (9/1/2012) * Multisite Capable * Menus gain a 'label field', a display name in the admin area. Does not display in page/post html. * Definable menu column headers * Image uploading for menu items * Optional second 'value' field * Output HTML and CSS updates = 2.0 = (10/5/2011) * Added the capability to add a menu to the Sidebar by including the shortcode in the Text Widget. * Changed the shortcode to use the ID, rather than the NAME of a menu. NOTE: Name can still be used, but ID is preferred. = 1.1.1 = (7/5/2011) * Fixed a bug in the Javascript that caused menu list in Admin display to be disabled. = 1.1 = (6/29/2011) * Added the ability to include basic html in all menu fields. You can now have hyperlinks, image links, and inline styles in your menus. = 1.0.1 = (6/23/2011) * Fixed Form Action for Add New Menu