Genesis Mobile Menu Beta
A mobile menu solution for Genesis child themes
by Nick_theGeek · github.com/nickthegeek/genesis-mobile-menus · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/nickthegeek/genesis-mobile-menus/archive/refs/heads/master.zipGenesis Mobile Menu plugin
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
Description
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
Links
Installation
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-menusfolder to the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Go to
Settingsmenu 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.
Known Issues
- Some plugins may result in javascript conflicts; there is know fix at this time.
To-do
- Fix known issues (above)
- clean up code
- improve inline documentation
Changelog
0.3 (4-11-2013 : Current)
- First public release