Version Description
Download this release
Release Info
Developer | sagarseth9 |
Plugin | WP Responsive Menu |
Version | 2.0.7 |
Comparing to | |
See all releases |
Code changes from version 2.0.6 to 2.0.7
- inc/options.php +7 -1
- readme.txt +23 -10
- screenshot-1.png +0 -0
- wp-responsive-menu.php +4 -3
inc/options.php
CHANGED
@@ -38,7 +38,7 @@ function wpr_add_responsive_menu( $menu ) {
|
|
38 |
$menu['menu_title'] = 'WPR Menu';
|
39 |
$menu['mode'] = 'menu';
|
40 |
$menu['menu_slug'] = 'wp-responsive-menu';
|
41 |
-
$menu['position'] = '
|
42 |
return $menu;
|
43 |
}
|
44 |
/**
|
@@ -94,6 +94,12 @@ function wpr_optionsframework_options() {
|
|
94 |
'std' => 'hide',
|
95 |
'options' => array('above_menu' => 'Above Menu','below_menu' => 'Below Menu', 'hide'=> 'Hide search box' ),
|
96 |
'type' => 'select');
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
$options[] = array('name' => __('Allow zoom on mobile devices', 'wprmenu'),
|
99 |
'desc' => __('', 'wprmenu'),
|
38 |
$menu['menu_title'] = 'WPR Menu';
|
39 |
$menu['mode'] = 'menu';
|
40 |
$menu['menu_slug'] = 'wp-responsive-menu';
|
41 |
+
$menu['position'] = '200';
|
42 |
return $menu;
|
43 |
}
|
44 |
/**
|
94 |
'std' => 'hide',
|
95 |
'options' => array('above_menu' => 'Above Menu','below_menu' => 'Below Menu', 'hide'=> 'Hide search box' ),
|
96 |
'type' => 'select');
|
97 |
+
|
98 |
+
$options[] = array('name' => __(' Search Box Text', 'wprmenu'),
|
99 |
+
'desc' => __('Enter the text that would be displayed on the search box placeholder.', 'wprmenu'),
|
100 |
+
'id' => 'search_box_text',
|
101 |
+
'std' => 'Search...',
|
102 |
+
'type' => 'text');
|
103 |
|
104 |
$options[] = array('name' => __('Allow zoom on mobile devices', 'wprmenu'),
|
105 |
'desc' => __('', 'wprmenu'),
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== WP Responsive Menu ===
|
2 |
Contributors: sagarseth9,magnigenie
|
3 |
Tags: Wordpress Responsive Menu, Genesis responsive menu, Genesis Mobile Menu, Thesis Mobile Menu, Thesis Responsive Menu, Mobile Menu, Responsive Menu Plugin, WP Responsive Menu, Wordpress mobile menu
|
4 |
-
Requires at least: 3.
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 2.0.
|
7 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=sagar.seth9@gmail.com&item_name=WP%20Responsive%20Menu&return=http://magnigenie.com
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -27,6 +27,7 @@ WordPress Responsive Menu plugin will help you to get a cool, highly customizabl
|
|
27 |
* Enable/Disable pinch to zoom feature.
|
28 |
* Works perfectly on all devices/platforms.
|
29 |
* Add a custom search bar to your menu.
|
|
|
30 |
|
31 |
This plugin works out of box with any theme frameworks like genesis or thesis and it also works fine with multisite setups.
|
32 |
|
@@ -39,6 +40,8 @@ For Quick support please check WP Responsive menu [Support forum](http://magnige
|
|
39 |
|
40 |
If you have any suggestions for a new plugin, feel free to email me at sagar@magnigenie.com.
|
41 |
|
|
|
|
|
42 |
Check out [the demo](http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin-wordpress/)
|
43 |
|
44 |
== Installation ==
|
@@ -47,18 +50,28 @@ Check out [the demo](http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin
|
|
47 |
2. Search for "WP Responsive Menu".
|
48 |
3. Click install.
|
49 |
4. Click activate.
|
50 |
-
5.
|
51 |
|
52 |
== Screenshots ==
|
53 |
|
54 |
-
1.
|
|
|
|
|
|
|
|
|
55 |
|
56 |
== ChangeLog ==
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
= Version 2.0.6 =
|
59 |
|
60 |
-
* Fixed nesting icon issue.
|
61 |
-
* Added WordPress 4.3 support.
|
62 |
|
63 |
= Version 2.0.5 =
|
64 |
|
@@ -96,6 +109,6 @@ Check out [the demo](http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin
|
|
96 |
|
97 |
== Upgrade Notice ==
|
98 |
|
99 |
-
= Version 2.0.
|
100 |
|
101 |
-
*
|
1 |
=== WP Responsive Menu ===
|
2 |
Contributors: sagarseth9,magnigenie
|
3 |
Tags: Wordpress Responsive Menu, Genesis responsive menu, Genesis Mobile Menu, Thesis Mobile Menu, Thesis Responsive Menu, Mobile Menu, Responsive Menu Plugin, WP Responsive Menu, Wordpress mobile menu
|
4 |
+
Requires at least: 3.0
|
5 |
+
Tested up to: 4.8.2
|
6 |
+
Stable tag: 2.0.7
|
7 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=sagar.seth9@gmail.com&item_name=WP%20Responsive%20Menu&return=http://magnigenie.com
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
27 |
* Enable/Disable pinch to zoom feature.
|
28 |
* Works perfectly on all devices/platforms.
|
29 |
* Add a custom search bar to your menu.
|
30 |
+
* Ability to change the search bar text.
|
31 |
|
32 |
This plugin works out of box with any theme frameworks like genesis or thesis and it also works fine with multisite setups.
|
33 |
|
40 |
|
41 |
If you have any suggestions for a new plugin, feel free to email me at sagar@magnigenie.com.
|
42 |
|
43 |
+
For support you can directly email us on support@magnigenie.com
|
44 |
+
|
45 |
Check out [the demo](http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin-wordpress/)
|
46 |
|
47 |
== Installation ==
|
50 |
2. Search for "WP Responsive Menu".
|
51 |
3. Click install.
|
52 |
4. Click activate.
|
53 |
+
5. Once the plugin is installed then you can see WPR Menu on the left navigation bar of WordPress Dashboard.
|
54 |
|
55 |
== Screenshots ==
|
56 |
|
57 |
+
1. Admin settings.
|
58 |
+
|
59 |
+
2. WP Responsive Menu view.
|
60 |
+
|
61 |
+
3. Check out [the demo](http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin-wordpress/)
|
62 |
|
63 |
== ChangeLog ==
|
64 |
+
|
65 |
+
= Version 2.0.7 =
|
66 |
+
|
67 |
+
* Fixed conflict custom post type and contact form 7 menu.
|
68 |
+
* Added option to change the search box placeholder text.
|
69 |
+
* Tested with WordPress 4.4 and added support for it.
|
70 |
+
|
71 |
= Version 2.0.6 =
|
72 |
|
73 |
+
* Fixed nesting icon issue.
|
74 |
+
* Added WordPress 4.3 support.
|
75 |
|
76 |
= Version 2.0.5 =
|
77 |
|
109 |
|
110 |
== Upgrade Notice ==
|
111 |
|
112 |
+
= Version 2.0.7 =
|
113 |
|
114 |
+
* New update is available.
|
screenshot-1.png
DELETED
Binary file
|
wp-responsive-menu.php
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
Plugin Name: WP Responsive Menu
|
4 |
Plugin URI: http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin-wordpress/
|
5 |
Description: WP Responsive menu is a mobile menu plugin which comes with 1 click installation and has lots of admin option to customize the plugin as per your needs.
|
6 |
-
Version: 2.0.
|
7 |
-
Author:
|
8 |
Author URI: http://magnigenie.com
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -41,7 +41,8 @@ function wprmenu_enqueue_scripts() {
|
|
41 |
}
|
42 |
|
43 |
function wpr_search_form() {
|
44 |
-
|
|
|
45 |
}
|
46 |
|
47 |
add_action('wp_footer', 'wprmenu_menu', 100);
|
3 |
Plugin Name: WP Responsive Menu
|
4 |
Plugin URI: http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin-wordpress/
|
5 |
Description: WP Responsive menu is a mobile menu plugin which comes with 1 click installation and has lots of admin option to customize the plugin as per your needs.
|
6 |
+
Version: 2.0.7
|
7 |
+
Author: MagniGenie
|
8 |
Author URI: http://magnigenie.com
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
41 |
}
|
42 |
|
43 |
function wpr_search_form() {
|
44 |
+
$options = get_option('wprmenu_options');
|
45 |
+
return '<form role="search" method="get" class="wpr-search-form" action="' . site_url() . '"><label><input type="search" class="wpr-search-field" placeholder="' . $options['search_box_text'] . '" value="" name="s" title="Search for:"></label></form>';
|
46 |
}
|
47 |
|
48 |
add_action('wp_footer', 'wprmenu_menu', 100);
|