Contributors:
- Nick the Geek ( @Nick_theGeek / DesignsbyNicktheGeek.com )
- Jennifer Baumann ( @dreamwhisper / DreamWhisperDesigns.com )
Version: 0.3.0
Requires at least: 3.5
Tested up to: 3.5.1
License: GPLv2
Created 3 mobile menu options for Genesis child themes
- Select Menu
- Collapsable Menu
- Alternate Menu
Also creates a gmm_is_mobile() function which can be used with the widget logic (or similar) plugin to hide widgets such as the Custom Menu Widget which might be in the header right sidebar
The menu includes a "fail safe" option which can be enabled to create a CSS and JS solution instead of a PHP solution which might not work in certain caching environments
This plugin requires the Genesis Theme Framework
This script is easy to install. If you can't figure it out you probably shouldn't be using it.
- Upload the entire
genesis-responsive-menus
folder to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Go to
Settings
menu item underGenesis
- Select the menu type and menu position in the settings meta box.
- If using a caching plugin it is recommended you use the fail safe option.
- Some plugins may result in javascript conflicts; there is know fix at this time.
- Fix known issues (above)
- clean up code
- improve inline documentation
- First public release