Plugin Directory

Changeset 1679952


Ignore:
Timestamp:
06/16/2017 03:12:06 PM (9 years ago)
Author:
WPDevHQ
Message:

Fixed bug on z-index hack that was causing the new Elementor UI not to function correctly.

Location:
navmenu-addon-for-elementor
Files:
34 added
6 edited

Legend:

Unmodified
Added
Removed
  • navmenu-addon-for-elementor/trunk/assets/css/editor.css

    r1615946 r1679952  
    871871    float: none;
    872872}
    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}
  • navmenu-addon-for-elementor/trunk/assets/css/editor.min.css

    r1615946 r1679952  
    871871    float: none;
    872872}
    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}
  • navmenu-addon-for-elementor/trunk/assets/css/frontend.css

    r1615946 r1679952  
    871871    float: none;
    872872}
    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}
  • navmenu-addon-for-elementor/trunk/assets/css/frontend.min.css

    r1615946 r1679952  
    871871    float: none;
    872872}
    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}
  • navmenu-addon-for-elementor/trunk/elementor-navmenu.php

    r1677967 r1679952  
    55 * Plugin URI: https://wpdevhq.com/
    66 * Author: WPDevHQ
    7  * Version: 1.0.5
     7 * Version: 1.0.6
    88 * Author URI: https://wpdevhq.com/
    99 *
     
    1313if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1414
    15 define( 'ELEMENTOR_MENUS_VERSION', '1.0.5' );
     15define( 'ELEMENTOR_MENUS_VERSION', '1.0.6' );
    1616
    1717define( 'ELEMENTOR_MENUS__FILE__', __FILE__ );
  • navmenu-addon-for-elementor/trunk/readme.txt

    r1677967 r1679952  
    55Requires at least: 4.4 
    66Tested up to: 4.8.0 
    7 Stable tag: 1.0.5 
     7Stable tag: 1.0.6 
    88License: GPLv3 
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html   
     
    5555
    5656== 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
    5760= 1.0.5 =
    5861* FIXED: Fatal error when active theme is Element Theme!
Note: See TracChangeset for help on using the changeset viewer.