Title: Simple Retail Menus
Author: whatwouldjessedo
Published: <strong>Háset 15, 2011</strong>
Last modified: Hamal 15, 2014

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/simple-retail-menus.svg)

# Simple Retail Menus

 By [whatwouldjessedo](https://profiles.wordpress.org/whatwouldjessedo/)

[Download](https://downloads.wordpress.org/plugin/simple-retail-menus.4.2.1.zip)

 * [Details](https://kaa.wordpress.org/plugins/simple-retail-menus/#description)
 * [Reviews](https://kaa.wordpress.org/plugins/simple-retail-menus/#reviews)
 *  [Installation](https://kaa.wordpress.org/plugins/simple-retail-menus/#installation)
 * [Development](https://kaa.wordpress.org/plugins/simple-retail-menus/#developers)

 [Support](https://wordpress.org/support/plugin/simple-retail-menus/)

## Description

Perfect for salon, restaurant, and retail store websites, as well as many other 
applications. Simple Retail Menus lets you create and manage menu-type lists for
display in a post or page. This is a free, full-featured plugin. Create as many 
menus as you want, add as many items as you want to any menu, add menus to any post
or page on your WordPress site.

It’s simple and easy to use! Just build your menus, then copy/paste the resulting‘
shortcode’ into you post or page.

Example of a shortcode: [simple-retail-menu id=”1″]

#### Plugin’s Official Site

http://whatwouldjessedo.com/simple-retail-menus/

## Screenshots

 * [[
 * screenshot-1.png

## 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.
 3.  * Item Name is required. Image thumbnail, description and value fields are optional.
 4. Menu information and menu item information can be updated or deleted at any time.
    Basic html can be included in all menu fields.
 5. Change the order of menu items by dragging the rows of menu items into the desired
    order, then clicking ‘Update Items’.
 6. 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'
    ```

‘valcols’ refers to the number of value columns to display. By default two columns
will display. If you want only one to display you can set valcols=”1″.

#### 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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Simple Retail Menus” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ whatwouldjessedo ](https://profiles.wordpress.org/whatwouldjessedo/)

[Translate “Simple Retail Menus” into your language.](https://translate.wordpress.org/projects/wp-plugins/simple-retail-menus)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/simple-retail-menus/),
check out the [SVN repository](https://plugins.svn.wordpress.org/simple-retail-menus/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/simple-retail-menus/)
by [RSS](https://plugins.trac.wordpress.org/log/simple-retail-menus/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 4.2.1

(3/14/2014)
 * Include placeholder values to prevent wpdb prepare errors.

#### 4.2

(3/13/2014)
 * Added a loop to include placeholder values for multiple data value
columns

#### 4.1

(2/19/2014)
 * Improved security against sql injection

#### 4.0.1

(6/20/2013)
 * Update to display css to make list style type: none a default.

#### 4.0

(3/15/2013)
 * Image Thumnails use WP sized images * Image thumbnails can have links*
Updated Admin UI * Added Rollover zoom for image thumbnails in admin view * Improved
page display code * Added Admin Bar node for plugin * Added option for legacy page
desiplay for v3 and below. * Added Variable number of value columns * Added Ability
to hide items from display

#### 3.3.1

(1/3/2013)
 * Fixed bug that prevented widget management in some cases (via conditional
script enqueue).

#### 3.3

(1/2/2013)
 * Optimized some code, changed script and style hook actions. * Rewrote
CSS and output html for better display. * Included updated tabledragdrop JS * Included
display JS for measuring value box widths

#### 3.2

(1/3/2013)
 * Optimized some code, changed script and style hook actions. * Rewrote
CSS and output html for better display. * Included updated tabledragdrop JS * Included
display JS for measuring value box widths

#### 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

## Meta

 *  Version **4.2.1**
 *  Last updated **12 жыл ago**
 *  Active installations **100+**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **3.7.41**
 *  Language
 * [English (US)](https://wordpress.org/plugins/simple-retail-menus/)
 * Tags
 * [menu](https://kaa.wordpress.org/plugins/tags/menu/)[menus](https://kaa.wordpress.org/plugins/tags/menus/)
   [restaurant](https://kaa.wordpress.org/plugins/tags/restaurant/)[salon](https://kaa.wordpress.org/plugins/tags/salon/)
   [services](https://kaa.wordpress.org/plugins/tags/services/)
 *  [Advanced View](https://kaa.wordpress.org/plugins/simple-retail-menus/advanced/)

## Ratings

 3.6 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/simple-retail-menus/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/simple-retail-menus/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/simple-retail-menus/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/simple-retail-menus/reviews/?filter=2)
 *  [  2 1-star reviews     ](https://wordpress.org/support/plugin/simple-retail-menus/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/simple-retail-menus/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/simple-retail-menus/reviews/)

## Contributors

 *   [ whatwouldjessedo ](https://profiles.wordpress.org/whatwouldjessedo/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/simple-retail-menus/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://whatwouldjessedo.com/simple-retail-menus/)