Version Description
[20/02/18] =
- Fix: Centrally aligned mobile toggle blocks
- Fix: Logo width in mobile toggle blocks
Download this release
Release Info
Developer | megamenu |
Plugin | Max Mega Menu |
Version | 2.4.1.2 |
Comparing to | |
See all releases |
Code changes from version 2.4.1.1 to 2.4.1.2
- css/admin/admin.css +2 -2
- css/admin/admin.scss +2 -2
- css/megamenu.scss +11 -4
- megamenu.php +3 -3
- readme.txt +6 -1
css/admin/admin.css
CHANGED
@@ -1707,7 +1707,7 @@ body.toplevel_page_maxmegamenu .megamenu_right {
|
|
1707 |
padding: 10px;
|
1708 |
margin-top: 15px;
|
1709 |
display: flex;
|
1710 |
-
|
1711 |
body[class*='_page_maxmegamenu_'] .megamenu_right .menu_settings table label.mega-toggle_blocks .toggle-bar-designer .mega-blocks .mega-left,
|
1712 |
body.toplevel_page_maxmegamenu .megamenu_right .menu_settings table label.mega-toggle_blocks .toggle-bar-designer .mega-blocks .mega-left {
|
1713 |
border-right: 0px;
|
@@ -1716,7 +1716,7 @@ body.toplevel_page_maxmegamenu .megamenu_right {
|
|
1716 |
body.toplevel_page_maxmegamenu .megamenu_right .menu_settings table label.mega-toggle_blocks .toggle-bar-designer .mega-blocks .mega-center {
|
1717 |
border-left: 1px dashed #ccc;
|
1718 |
border-right: 1px dashed #ccc;
|
1719 |
-
|
1720 |
body[class*='_page_maxmegamenu_'] .megamenu_right .menu_settings table label.mega-toggle_blocks .toggle-bar-designer .mega-blocks .mega-right,
|
1721 |
body.toplevel_page_maxmegamenu .megamenu_right .menu_settings table label.mega-toggle_blocks .toggle-bar-designer .mega-blocks .mega-right {
|
1722 |
border-left: 0px;
|
1707 |
padding: 10px;
|
1708 |
margin-top: 15px;
|
1709 |
display: flex;
|
1710 |
+
flex-basis: 33.3333%; }
|
1711 |
body[class*='_page_maxmegamenu_'] .megamenu_right .menu_settings table label.mega-toggle_blocks .toggle-bar-designer .mega-blocks .mega-left,
|
1712 |
body.toplevel_page_maxmegamenu .megamenu_right .menu_settings table label.mega-toggle_blocks .toggle-bar-designer .mega-blocks .mega-left {
|
1713 |
border-right: 0px;
|
1716 |
body.toplevel_page_maxmegamenu .megamenu_right .menu_settings table label.mega-toggle_blocks .toggle-bar-designer .mega-blocks .mega-center {
|
1717 |
border-left: 1px dashed #ccc;
|
1718 |
border-right: 1px dashed #ccc;
|
1719 |
+
justify-content: center; }
|
1720 |
body[class*='_page_maxmegamenu_'] .megamenu_right .menu_settings table label.mega-toggle_blocks .toggle-bar-designer .mega-blocks .mega-right,
|
1721 |
body.toplevel_page_maxmegamenu .megamenu_right .menu_settings table label.mega-toggle_blocks .toggle-bar-designer .mega-blocks .mega-right {
|
1722 |
border-left: 0px;
|
css/admin/admin.scss
CHANGED
@@ -2230,7 +2230,7 @@ body.toplevel_page_maxmegamenu {
|
|
2230 |
padding: 10px;
|
2231 |
margin-top: 15px;
|
2232 |
display: flex;
|
2233 |
-
|
2234 |
}
|
2235 |
.mega-blocks .mega-left {
|
2236 |
border-right: 0px;
|
@@ -2239,7 +2239,7 @@ body.toplevel_page_maxmegamenu {
|
|
2239 |
.mega-blocks .mega-center {
|
2240 |
border-left: 1px dashed #ccc;
|
2241 |
border-right: 1px dashed #ccc;
|
2242 |
-
|
2243 |
}
|
2244 |
.mega-blocks .mega-right {
|
2245 |
border-left: 0px;
|
2230 |
padding: 10px;
|
2231 |
margin-top: 15px;
|
2232 |
display: flex;
|
2233 |
+
flex-basis: 33.3333%;
|
2234 |
}
|
2235 |
.mega-blocks .mega-left {
|
2236 |
border-right: 0px;
|
2239 |
.mega-blocks .mega-center {
|
2240 |
border-left: 1px dashed #ccc;
|
2241 |
border-right: 1px dashed #ccc;
|
2242 |
+
justify-content: center;
|
2243 |
}
|
2244 |
.mega-blocks .mega-right {
|
2245 |
border-left: 0px;
|
css/megamenu.scss
CHANGED
@@ -150,7 +150,7 @@
|
|
150 |
}
|
151 |
|
152 |
li.mega-menu-item .mega-description-group {
|
153 |
-
flex-basis:
|
154 |
width: 100%;
|
155 |
}
|
156 |
}
|
@@ -956,6 +956,14 @@
|
|
956 |
-ms-user-select: none;
|
957 |
outline: none;
|
958 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
959 |
@include mobile {
|
960 |
@if $disable_mobile_toggle == on {
|
961 |
display: none;
|
@@ -968,7 +976,7 @@
|
|
968 |
.mega-toggle-blocks-center,
|
969 |
.mega-toggle-blocks-right {
|
970 |
display: flex;
|
971 |
-
|
972 |
}
|
973 |
|
974 |
.mega-toggle-blocks-left {
|
@@ -999,8 +1007,7 @@
|
|
999 |
}
|
1000 |
|
1001 |
.mega-toggle-block {
|
1002 |
-
|
1003 |
-
display: inline-block;
|
1004 |
height: 100%;
|
1005 |
}
|
1006 |
|
150 |
}
|
151 |
|
152 |
li.mega-menu-item .mega-description-group {
|
153 |
+
flex-basis: 1%;
|
154 |
width: 100%;
|
155 |
}
|
156 |
}
|
956 |
-ms-user-select: none;
|
957 |
outline: none;
|
958 |
|
959 |
+
img {
|
960 |
+
max-width: 100%;
|
961 |
+
}
|
962 |
+
|
963 |
+
.mega-search-wrap {
|
964 |
+
align-self: center;
|
965 |
+
}
|
966 |
+
|
967 |
@include mobile {
|
968 |
@if $disable_mobile_toggle == on {
|
969 |
display: none;
|
976 |
.mega-toggle-blocks-center,
|
977 |
.mega-toggle-blocks-right {
|
978 |
display: flex;
|
979 |
+
flex-basis: 33.33%;
|
980 |
}
|
981 |
|
982 |
.mega-toggle-blocks-left {
|
1007 |
}
|
1008 |
|
1009 |
.mega-toggle-block {
|
1010 |
+
display: flex;
|
|
|
1011 |
height: 100%;
|
1012 |
}
|
1013 |
|
megamenu.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Max Mega Menu
|
5 |
* Plugin URI: https://www.megamenu.com
|
6 |
* Description: Easy to use drag & drop WordPress Mega Menu plugin. Create Mega Menus using Widgets. Responsive, retina & touch ready.
|
7 |
-
* Version: 2.4.1.
|
8 |
* Author: Tom Hemsley
|
9 |
* Author URI: https://www.megamenu.com
|
10 |
* License: GPL-2.0+
|
@@ -26,13 +26,13 @@ final class Mega_Menu {
|
|
26 |
/**
|
27 |
* @var string
|
28 |
*/
|
29 |
-
public $version = '2.4.1.
|
30 |
|
31 |
|
32 |
/**
|
33 |
* @var string
|
34 |
*/
|
35 |
-
public $scss_last_updated = '2.4.1.
|
36 |
|
37 |
|
38 |
/**
|
4 |
* Plugin Name: Max Mega Menu
|
5 |
* Plugin URI: https://www.megamenu.com
|
6 |
* Description: Easy to use drag & drop WordPress Mega Menu plugin. Create Mega Menus using Widgets. Responsive, retina & touch ready.
|
7 |
+
* Version: 2.4.1.2
|
8 |
* Author: Tom Hemsley
|
9 |
* Author URI: https://www.megamenu.com
|
10 |
* License: GPL-2.0+
|
26 |
/**
|
27 |
* @var string
|
28 |
*/
|
29 |
+
public $version = '2.4.1.2';
|
30 |
|
31 |
|
32 |
/**
|
33 |
* @var string
|
34 |
*/
|
35 |
+
public $scss_last_updated = '2.4.1.2';
|
36 |
|
37 |
|
38 |
/**
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: megamenu
|
|
3 |
Tags: menu, megamenu, mega menu, navigation, widget, dropdown menu, drag and drop, mobile, responsive, retina, theme editor, widget, shortcode, sidebar, icons, dashicons
|
4 |
Requires at least: 3.8
|
5 |
Tested up to: 4.9
|
6 |
-
Stable tag: 2.4.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -108,6 +108,11 @@ See https://www.megamenu.com for more screenshots
|
|
108 |
|
109 |
== Changelog ==
|
110 |
|
|
|
|
|
|
|
|
|
|
|
111 |
= 2.4.1.1 [20/02/18] =
|
112 |
|
113 |
* Fix: Impossible to save theme if the mobile toggle block Text Size option is deleted, then the theme saved, then the Text Size option is reinstated.
|
3 |
Tags: menu, megamenu, mega menu, navigation, widget, dropdown menu, drag and drop, mobile, responsive, retina, theme editor, widget, shortcode, sidebar, icons, dashicons
|
4 |
Requires at least: 3.8
|
5 |
Tested up to: 4.9
|
6 |
+
Stable tag: 2.4.1.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
108 |
|
109 |
== Changelog ==
|
110 |
|
111 |
+
= 2.4.1.2 [20/02/18] =
|
112 |
+
|
113 |
+
* Fix: Centrally aligned mobile toggle blocks
|
114 |
+
* Fix: Logo width in mobile toggle blocks
|
115 |
+
|
116 |
= 2.4.1.1 [20/02/18] =
|
117 |
|
118 |
* Fix: Impossible to save theme if the mobile toggle block Text Size option is deleted, then the theme saved, then the Text Size option is reinstated.
|