-
Notifications
You must be signed in to change notification settings - Fork 6
/
readme.txt
43 lines (27 loc) · 1.33 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=== Plugin Name ===
Contributors: Nick_theGeek
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RGUXZDAKT7BDW
Tags: genesis, genesiswp, studiopress, menu
Requires at least: 3.5
Tested up to: 3.5.1
Stable tag: 1.1.0
Creates mobile menu options for Genesis themes
== 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](http://studiopress.com/themes/genesis)
== Installation ==
1. Upload the entire `genesis-mobile-menu` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Go to Genesis Theme Settings
1. Select desired menu options and save settings
== Frequently Asked Questions ==
== Change Log ==
== Screenshots ==
To Do: Take and add screen shots
== Special Thanks ==
I owe a huge debt of gratitude to all the folks at StudioPress, their themes make my life easier.