NavMenu Addon For Elementor - Version 1.0.3

Version Description

  • FIXED: Bug that cause drop down menu to fall behind elements in some designs.
Download this release

Release Info

Developer WPDevHQ
Plugin Icon wp plugin NavMenu Addon For Elementor
Version 1.0.3
Comparing to
See all releases

Code changes from version 1.0.2 to 1.0.3

assets/css/editor.css CHANGED
@@ -869,4 +869,11 @@
869
  .elementor-branding .custom-logo-link {
870
  padding: 0;
871
  float: none;
872
- }
 
 
 
 
 
 
 
869
  .elementor-branding .custom-logo-link {
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}
assets/css/editor.min.css CHANGED
@@ -869,4 +869,11 @@
869
  .elementor-branding .custom-logo-link {
870
  padding: 0;
871
  float: none;
872
- }
 
 
 
 
 
 
 
869
  .elementor-branding .custom-logo-link {
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}
assets/css/frontend.css CHANGED
@@ -869,4 +869,11 @@
869
  .elementor-branding .custom-logo-link {
870
  padding: 0;
871
  float: none;
872
- }
 
 
 
 
 
 
 
869
  .elementor-branding .custom-logo-link {
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}
assets/css/frontend.min.css CHANGED
@@ -869,4 +869,11 @@
869
  .elementor-branding .custom-logo-link {
870
  padding: 0;
871
  float: none;
872
- }
 
 
 
 
 
 
 
869
  .elementor-branding .custom-logo-link {
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}
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.2
8
  * Author URI: https://wpdevhq.com/
9
  *
10
  * Text Domain: elementor-menus
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.3
8
  * Author URI: https://wpdevhq.com/
9
  *
10
  * Text Domain: elementor-menus
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.7.3
7
- Stable tag: 1.0.2
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -55,6 +55,9 @@ Done! :)
55
 
56
  == Changelog ==
57
 
 
 
 
58
  = 1.0.2 =
59
  * Enhanced and improved how menus are styled.
60
  * Changed behavior of dropdown menu floats - by default they now float to the right. So left and center aligned menu will float right and right aligned menus will float left.
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.7.3
7
+ Stable tag: 1.0.3
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
55
 
56
  == Changelog ==
57
 
58
+ = 1.0.3 =
59
+ * FIXED: Bug that cause drop down menu to fall behind elements in some designs.
60
+
61
  = 1.0.2 =
62
  * Enhanced and improved how menus are styled.
63
  * Changed behavior of dropdown menu floats - by default they now float to the right. So left and center aligned menu will float right and right aligned menus will float left.