Version Description
Download this release
Release Info
Developer | Magnigenie |
Plugin | WP Responsive Menu |
Version | 3.1.3 |
Comparing to | |
See all releases |
Code changes from version 3.1.2 to 3.1.3
- css/wprmenu.css +4 -3
- inc/wprmclass.php +2 -2
- js/wprmenu.js +2 -2
- languages/{en.mo → wprmenu-en_US.mo} +0 -0
- languages/{en.po → wprmenu-en_US.po} +0 -0
- readme.txt +15 -26
- wp-responsive-menu.php +1 -1
css/wprmenu.css
CHANGED
@@ -6,6 +6,10 @@
|
|
6 |
font-style: normal;
|
7 |
}
|
8 |
|
|
|
|
|
|
|
|
|
9 |
#mg-wprm-wrap [class*=" icon-"],#mg-wprm-wrap [class^=icon-] {
|
10 |
font-family: wprmenu!important;
|
11 |
speak: none;
|
@@ -31,9 +35,6 @@
|
|
31 |
font-weight: 400;
|
32 |
}
|
33 |
|
34 |
-
html body.wprmenu-body-fixed {
|
35 |
-
position: fixed !important;
|
36 |
-
}
|
37 |
|
38 |
html body div.wprm-wrapper {
|
39 |
z-index: 999999;
|
6 |
font-style: normal;
|
7 |
}
|
8 |
|
9 |
+
html.wprmenu-body-fixed { overflow: inherit; }
|
10 |
+
|
11 |
+
html.wprmenu-body-fixed body { position: fixed !important; }
|
12 |
+
|
13 |
#mg-wprm-wrap [class*=" icon-"],#mg-wprm-wrap [class^=icon-] {
|
14 |
font-family: wprmenu!important;
|
15 |
speak: none;
|
35 |
font-weight: 400;
|
36 |
}
|
37 |
|
|
|
|
|
|
|
38 |
|
39 |
html body div.wprm-wrapper {
|
40 |
z-index: 999999;
|
inc/wprmclass.php
CHANGED
@@ -455,7 +455,7 @@ class WP_Responsive_Menu {
|
|
455 |
*
|
456 |
* After Menu Header Hook
|
457 |
*
|
458 |
-
* @since 3.1
|
459 |
*/
|
460 |
do_action('wpr_after_menu_bar');
|
461 |
?>
|
@@ -521,7 +521,7 @@ class WP_Responsive_Menu {
|
|
521 |
*
|
522 |
* After Menu Container Hook
|
523 |
*
|
524 |
-
* @since 3.1
|
525 |
*/
|
526 |
do_action('wpr_after_menu_container');
|
527 |
?>
|
455 |
*
|
456 |
* After Menu Header Hook
|
457 |
*
|
458 |
+
* @since 3.1
|
459 |
*/
|
460 |
do_action('wpr_after_menu_bar');
|
461 |
?>
|
521 |
*
|
522 |
* After Menu Container Hook
|
523 |
*
|
524 |
+
* @since 3.1
|
525 |
*/
|
526 |
do_action('wpr_after_menu_container');
|
527 |
?>
|
js/wprmenu.js
CHANGED
@@ -73,14 +73,14 @@ jQuery( document ).ready( function( $ ) {
|
|
73 |
$(this).find('div.hamburger').toggleClass('is-active');
|
74 |
|
75 |
if( $(this).hasClass('active') ) {
|
76 |
-
$('
|
77 |
if( wprmenu.enable_overlay == '1' ) {
|
78 |
$('div.wprm-wrapper').find('.wprm-overlay').addClass('active');
|
79 |
}
|
80 |
|
81 |
}
|
82 |
else {
|
83 |
-
$('
|
84 |
if( wprmenu.enable_overlay == '1' ) {
|
85 |
$('div.wprm-wrapper').find('.wprm-overlay').removeClass('active');
|
86 |
}
|
73 |
$(this).find('div.hamburger').toggleClass('is-active');
|
74 |
|
75 |
if( $(this).hasClass('active') ) {
|
76 |
+
$('html').addClass('wprmenu-body-fixed');
|
77 |
if( wprmenu.enable_overlay == '1' ) {
|
78 |
$('div.wprm-wrapper').find('.wprm-overlay').addClass('active');
|
79 |
}
|
80 |
|
81 |
}
|
82 |
else {
|
83 |
+
$('html').removeClass('wprmenu-body-fixed');
|
84 |
if( wprmenu.enable_overlay == '1' ) {
|
85 |
$('div.wprm-wrapper').find('.wprm-overlay').removeClass('active');
|
86 |
}
|
languages/{en.mo → wprmenu-en_US.mo}
RENAMED
File without changes
|
languages/{en.po → wprmenu-en_US.po}
RENAMED
File without changes
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== WP Responsive Menu ===
|
2 |
Contributors: sagarseth9,magnigenie,kshirod-patel
|
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 |
Requires PHP: 5.4
|
6 |
Tested up to: 5.0.3
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -14,6 +14,9 @@ WP Responsive Menu turns your WordPress menu to a highly customizable sliding re
|
|
14 |
|
15 |
WP Responsive Menu is a simple plugin that lets you add a highly customizable responsive menu to any WordPress site in no time at all and customization can all be done directly from the setting page, with no coding needed at all.
|
16 |
|
|
|
|
|
|
|
17 |
= Benefits: =
|
18 |
* Get a nice looking slide menu in less than a minute.
|
19 |
* Makes your site menu work better on mobile devices.
|
@@ -26,28 +29,25 @@ WP Responsive Menu is a simple plugin that lets you add a highly customizable re
|
|
26 |
* Provides better option to open/close menu with simple swipe gestures.
|
27 |
* Easily configure font sizes and styles from the settings.
|
28 |
* Gives you flexibility to add a search box inside menu.
|
29 |
-
* Gives you ability to import predefined demos in your site just by doing a single click.
|
30 |
-
* Developer friendly hooks
|
31 |
* Option to display the search option on menu bar(PRO).
|
32 |
* Integrates flawlessly with WooCommerce(PRO).
|
33 |
* Better support for RTL sites(PRO).
|
34 |
* Allows to add social media icons to menu(PRO).
|
35 |
* You can easily change the menu fonts with any custom/google fonts(PRO).
|
36 |
* Change the sub menu and menu icons easily(PRO).
|
37 |
-
* Widget Menu Support(PRO).
|
38 |
* And much more coming soon...
|
39 |
|
40 |
This plugin works out of box with any theme frameworks like genesis or thesis or any theme and it also works fine with multisite setups.
|
41 |
|
42 |
-
|
43 |
-
|
44 |
|
45 |
-
|
46 |
[Upgrade to PRO](http://magnigenie.com/wp-responsive-menu-pro/) to avail better support and unrestricted access to WP Responsive Menu.
|
47 |
|
48 |
-
|
49 |
|
50 |
-
|
51 |
|
52 |
== Installation ==
|
53 |
1. Go to your admin area and select Plugins -> Add new from the menu.
|
@@ -56,19 +56,6 @@ If you have any suggestions for a new plugin, feel free to email us at info@magn
|
|
56 |
4. Click activate.
|
57 |
5. Once the plugin is installed then you can see WPR Menu on the left navigation bar of WordPress Dashboard.
|
58 |
|
59 |
-
== Frequently Asked Questions ==
|
60 |
-
|
61 |
-
= How to show icons in the menu just like your demo? =
|
62 |
-
You need to use [Menu Icons by ThemeIsle](https://wordpress.org/plugins/menu-icons/)
|
63 |
-
and add icons to the menu.
|
64 |
-
|
65 |
-
= I have an issue. Where should I contact you? =
|
66 |
-
You need to contact us at support@magnigenie.com with your issue as much as in details. Like which version of wordpress and which version of our plugin you are using. You can send us screenshots for those issues.
|
67 |
-
|
68 |
-
= I have a plugin suggestion. Can you do that? =
|
69 |
-
Yes of course. We are always ready to convert your ideas into a plugin. Contact us at info@magnigenie.com so that we can discuss further.
|
70 |
-
|
71 |
-
|
72 |
== Screenshots ==
|
73 |
|
74 |
1. General settings.
|
@@ -97,11 +84,13 @@ Yes of course. We are always ready to convert your ideas into a plugin. Contact
|
|
97 |
|
98 |
|
99 |
== ChangeLog ==
|
|
|
|
|
100 |
|
101 |
= Version 3.1.2 =
|
102 |
|
103 |
-
*
|
104 |
-
* Fixed issue for
|
105 |
|
106 |
= Version 3.1.1 =
|
107 |
|
@@ -213,6 +202,6 @@ Yes of course. We are always ready to convert your ideas into a plugin. Contact
|
|
213 |
|
214 |
== Upgrade Notice ==
|
215 |
|
216 |
-
= Version 3.
|
217 |
|
218 |
* New update is available.
|
1 |
=== WP Responsive Menu ===
|
2 |
Contributors: sagarseth9,magnigenie,kshirod-patel
|
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 |
Requires PHP: 5.4
|
6 |
Tested up to: 5.0.3
|
7 |
+
Stable tag: 3.1.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
14 |
|
15 |
WP Responsive Menu is a simple plugin that lets you add a highly customizable responsive menu to any WordPress site in no time at all and customization can all be done directly from the setting page, with no coding needed at all.
|
16 |
|
17 |
+
= See it in action: =
|
18 |
+
[Live Preview](http://demo.magnigenie.com/wp-responsive-menu-pro/menu-demo/)
|
19 |
+
|
20 |
= Benefits: =
|
21 |
* Get a nice looking slide menu in less than a minute.
|
22 |
* Makes your site menu work better on mobile devices.
|
29 |
* Provides better option to open/close menu with simple swipe gestures.
|
30 |
* Easily configure font sizes and styles from the settings.
|
31 |
* Gives you flexibility to add a search box inside menu.
|
|
|
|
|
32 |
* Option to display the search option on menu bar(PRO).
|
33 |
* Integrates flawlessly with WooCommerce(PRO).
|
34 |
* Better support for RTL sites(PRO).
|
35 |
* Allows to add social media icons to menu(PRO).
|
36 |
* You can easily change the menu fonts with any custom/google fonts(PRO).
|
37 |
* Change the sub menu and menu icons easily(PRO).
|
|
|
38 |
* And much more coming soon...
|
39 |
|
40 |
This plugin works out of box with any theme frameworks like genesis or thesis or any theme and it also works fine with multisite setups.
|
41 |
|
42 |
+
= WP Responsive Menu Pro In action =
|
43 |
+
[youtube https://www.youtube.com/watch?v=6_XqAfZoRJ8]
|
44 |
|
45 |
+
= Important Notes =
|
46 |
[Upgrade to PRO](http://magnigenie.com/wp-responsive-menu-pro/) to avail better support and unrestricted access to WP Responsive Menu.
|
47 |
|
48 |
+
If you have any suggestions for a new plugin, feel free to email us at info@magnigenie.com.
|
49 |
|
50 |
+
[Click here](https://www.magnigenie.com/wp-responsive-menu-mobile-menu-plugin-wordpress/) to check the demo for free and pro version.
|
51 |
|
52 |
== Installation ==
|
53 |
1. Go to your admin area and select Plugins -> Add new from the menu.
|
56 |
4. Click activate.
|
57 |
5. Once the plugin is installed then you can see WPR Menu on the left navigation bar of WordPress Dashboard.
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
== Screenshots ==
|
60 |
|
61 |
1. General settings.
|
84 |
|
85 |
|
86 |
== ChangeLog ==
|
87 |
+
= Version 3.1.3 =
|
88 |
+
* Fixed css issue for html overflow property
|
89 |
|
90 |
= Version 3.1.2 =
|
91 |
|
92 |
+
* Fixed issue for filter
|
93 |
+
* Fixed iPhone issue for not showing menus
|
94 |
|
95 |
= Version 3.1.1 =
|
96 |
|
202 |
|
203 |
== Upgrade Notice ==
|
204 |
|
205 |
+
= Version 3.0.2 =
|
206 |
|
207 |
* New update is available.
|
wp-responsive-menu.php
CHANGED
@@ -3,7 +3,7 @@
|
|
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 mobile menu plugin that lets you add a highly customizable responsive menu to any WordPress site in no time.
|
6 |
-
Version: 3.1.
|
7 |
Author: MagniGenie
|
8 |
Author URI: http://magnigenie.com
|
9 |
License: GPLv2 or later
|
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 mobile menu plugin that lets you add a highly customizable responsive menu to any WordPress site in no time.
|
6 |
+
Version: 3.1.3
|
7 |
Author: MagniGenie
|
8 |
Author URI: http://magnigenie.com
|
9 |
License: GPLv2 or later
|