Version Description
- FIXED: Bug on the new UI column selectors in Elementor V1.5.0 - removed the z-index hack as this will now be taken care of by core!
Download this release
Release Info
| Developer | WPDevHQ |
| Plugin | |
| Version | 1.0.6 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.5 to 1.0.6
- assets/css/editor.css +0 -7
- assets/css/editor.min.css +0 -7
- assets/css/frontend.css +0 -7
- assets/css/frontend.min.css +0 -7
- elementor-navmenu.php +2 -2
- readme.txt +4 -1
assets/css/editor.css
CHANGED
|
@@ -870,10 +870,3 @@
|
|
| 870 |
padding: 0;
|
| 871 |
float: none;
|
| 872 |
}
|
| 873 |
-
|
| 874 |
-
/*
|
| 875 |
-
* Elementor z-index hack for our navmenu
|
| 876 |
-
*/
|
| 877 |
-
.elementor-section:nth-child(1) .elementor-widget-wrap {z-index: 3}
|
| 878 |
-
|
| 879 |
-
.elementor-section:nth-child(2) .elementor-widget-wrap {z-index: 2}
|
| 870 |
padding: 0;
|
| 871 |
float: none;
|
| 872 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/editor.min.css
CHANGED
|
@@ -870,10 +870,3 @@
|
|
| 870 |
padding: 0;
|
| 871 |
float: none;
|
| 872 |
}
|
| 873 |
-
|
| 874 |
-
/*
|
| 875 |
-
* Elementor z-index hack for our navmenu
|
| 876 |
-
*/
|
| 877 |
-
.elementor-section:nth-child(1) .elementor-widget-wrap {z-index: 3}
|
| 878 |
-
|
| 879 |
-
.elementor-section:nth-child(2) .elementor-widget-wrap {z-index: 2}
|
| 870 |
padding: 0;
|
| 871 |
float: none;
|
| 872 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/frontend.css
CHANGED
|
@@ -870,10 +870,3 @@
|
|
| 870 |
padding: 0;
|
| 871 |
float: none;
|
| 872 |
}
|
| 873 |
-
|
| 874 |
-
/*
|
| 875 |
-
* Elementor z-index hack for our navmenu
|
| 876 |
-
*/
|
| 877 |
-
.elementor-section:nth-child(1) .elementor-widget-wrap {z-index: 3}
|
| 878 |
-
|
| 879 |
-
.elementor-section:nth-child(2) .elementor-widget-wrap {z-index: 2}
|
| 870 |
padding: 0;
|
| 871 |
float: none;
|
| 872 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/frontend.min.css
CHANGED
|
@@ -870,10 +870,3 @@
|
|
| 870 |
padding: 0;
|
| 871 |
float: none;
|
| 872 |
}
|
| 873 |
-
|
| 874 |
-
/*
|
| 875 |
-
* Elementor z-index hack for our navmenu
|
| 876 |
-
*/
|
| 877 |
-
.elementor-section:nth-child(1) .elementor-widget-wrap {z-index: 3}
|
| 878 |
-
|
| 879 |
-
.elementor-section:nth-child(2) .elementor-widget-wrap {z-index: 2}
|
| 870 |
padding: 0;
|
| 871 |
float: none;
|
| 872 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
elementor-navmenu.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* Description: Adds new NavMenus to the Elementor Page Builder plugin. Now with Site Branding options, search box, basic MegaMenu and Fullscreen Menu Overlay
|
| 5 |
* Plugin URI: https://wpdevhq.com/
|
| 6 |
* Author: WPDevHQ
|
| 7 |
-
* Version: 1.0.
|
| 8 |
* Author URI: https://wpdevhq.com/
|
| 9 |
*
|
| 10 |
* Text Domain: elementor-menus
|
|
@@ -12,7 +12,7 @@
|
|
| 12 |
|
| 13 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
| 14 |
|
| 15 |
-
define( 'ELEMENTOR_MENUS_VERSION', '1.0.
|
| 16 |
|
| 17 |
define( 'ELEMENTOR_MENUS__FILE__', __FILE__ );
|
| 18 |
define( 'ELEMENTOR_MENUS_PLUGIN_BASE', plugin_basename( ELEMENTOR_MENUS__FILE__ ) );
|
| 4 |
* Description: Adds new NavMenus to the Elementor Page Builder plugin. Now with Site Branding options, search box, basic MegaMenu and Fullscreen Menu Overlay
|
| 5 |
* Plugin URI: https://wpdevhq.com/
|
| 6 |
* Author: WPDevHQ
|
| 7 |
+
* Version: 1.0.6
|
| 8 |
* Author URI: https://wpdevhq.com/
|
| 9 |
*
|
| 10 |
* Text Domain: elementor-menus
|
| 12 |
|
| 13 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
| 14 |
|
| 15 |
+
define( 'ELEMENTOR_MENUS_VERSION', '1.0.6' );
|
| 16 |
|
| 17 |
define( 'ELEMENTOR_MENUS__FILE__', __FILE__ );
|
| 18 |
define( 'ELEMENTOR_MENUS_PLUGIN_BASE', plugin_basename( ELEMENTOR_MENUS__FILE__ ) );
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Contributors: WPDevHQ
|
|
| 4 |
Tags: elementor, pagebuilder, page builder, page builder menu, page builder navmenu, menu builder, builder navigation menus, navigation, menus, navmenu, nav menu
|
| 5 |
Requires at least: 4.4
|
| 6 |
Tested up to: 4.8.0
|
| 7 |
-
Stable tag: 1.0.
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
|
|
@@ -54,6 +54,9 @@ Done! :)
|
|
| 54 |
* For the time being, any changes made to both of the above can be viewed on the frontend of the site. A fix is being sought and will be implemented as soon as a viable solution is found!
|
| 55 |
|
| 56 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
| 57 |
= 1.0.5 =
|
| 58 |
* FIXED: Fatal error when active theme is Element Theme!
|
| 59 |
|
| 4 |
Tags: elementor, pagebuilder, page builder, page builder menu, page builder navmenu, menu builder, builder navigation menus, navigation, menus, navmenu, nav menu
|
| 5 |
Requires at least: 4.4
|
| 6 |
Tested up to: 4.8.0
|
| 7 |
+
Stable tag: 1.0.6
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
|
| 54 |
* For the time being, any changes made to both of the above can be viewed on the frontend of the site. A fix is being sought and will be implemented as soon as a viable solution is found!
|
| 55 |
|
| 56 |
== Changelog ==
|
| 57 |
+
= 1.0.6 =
|
| 58 |
+
* FIXED: Bug on the new UI column selectors in Elementor V1.5.0 - removed the z-index hack as this will now be taken care of by core!
|
| 59 |
+
|
| 60 |
= 1.0.5 =
|
| 61 |
* FIXED: Fatal error when active theme is Element Theme!
|
| 62 |
|
