Version Description
- 2021-03-03 =
- Fix current menu style, navigation menu widget
Download this release
Release Info
Developer | jegstudio |
Plugin | Jeg Elementor Kit |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
- class/elements/options/class-nav-menu-option.php +4 -4
- jeg-elementor-kit.php +2 -2
- readme.txt +4 -1
class/elements/options/class-nav-menu-option.php
CHANGED
@@ -423,7 +423,7 @@ class Nav_Menu_Option extends Option_Abstract {
|
|
423 |
'type' => 'color',
|
424 |
'title' => esc_html__( 'Item Text Active Color', 'jeg-elementor-kit' ),
|
425 |
'responsive' => true,
|
426 |
-
'selectors' => '.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li.current-menu-
|
427 |
'segment' => 'style_menu_item',
|
428 |
];
|
429 |
|
@@ -431,7 +431,7 @@ class Nav_Menu_Option extends Option_Abstract {
|
|
431 |
'type' => 'background',
|
432 |
'title' => esc_html__( 'Item Text Active Background', 'jeg-elementor-kit' ),
|
433 |
'segment' => 'style_menu_item',
|
434 |
-
'selectors' => '.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li.current-menu-
|
435 |
'options' => [
|
436 |
'classic',
|
437 |
'gradient',
|
@@ -587,7 +587,7 @@ class Nav_Menu_Option extends Option_Abstract {
|
|
587 |
'type' => 'color',
|
588 |
'title' => esc_html__( 'Item Text Active Color', 'jeg-elementor-kit' ),
|
589 |
'responsive' => true,
|
590 |
-
'selectors' => '.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu li.current-menu-item a',
|
591 |
'segment' => 'style_submenu_item',
|
592 |
];
|
593 |
|
@@ -595,7 +595,7 @@ class Nav_Menu_Option extends Option_Abstract {
|
|
595 |
'type' => 'background',
|
596 |
'title' => esc_html__( 'Item Text Active Background', 'jeg-elementor-kit' ),
|
597 |
'segment' => 'style_submenu_item',
|
598 |
-
'selectors' => '.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu li.current-menu-item',
|
599 |
'options' => [
|
600 |
'classic',
|
601 |
'gradient',
|
423 |
'type' => 'color',
|
424 |
'title' => esc_html__( 'Item Text Active Color', 'jeg-elementor-kit' ),
|
425 |
'responsive' => true,
|
426 |
+
'selectors' => '.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li.current-menu-item > a',
|
427 |
'segment' => 'style_menu_item',
|
428 |
];
|
429 |
|
431 |
'type' => 'background',
|
432 |
'title' => esc_html__( 'Item Text Active Background', 'jeg-elementor-kit' ),
|
433 |
'segment' => 'style_menu_item',
|
434 |
+
'selectors' => '.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li.current-menu-item > a',
|
435 |
'options' => [
|
436 |
'classic',
|
437 |
'gradient',
|
587 |
'type' => 'color',
|
588 |
'title' => esc_html__( 'Item Text Active Color', 'jeg-elementor-kit' ),
|
589 |
'responsive' => true,
|
590 |
+
'selectors' => '.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu > li.current-menu-item > a',
|
591 |
'segment' => 'style_submenu_item',
|
592 |
];
|
593 |
|
595 |
'type' => 'background',
|
596 |
'title' => esc_html__( 'Item Text Active Background', 'jeg-elementor-kit' ),
|
597 |
'segment' => 'style_submenu_item',
|
598 |
+
'selectors' => '.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu > li.current-menu-item > a',
|
599 |
'options' => [
|
600 |
'classic',
|
601 |
'gradient',
|
jeg-elementor-kit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Jeg Elementor Kit
|
4 |
* Plugin URI: http://jegtheme.com/
|
5 |
* Description: JegStudio Elements for Elementor
|
6 |
-
* Version: 1.1.
|
7 |
* Author: JegStudio
|
8 |
* Author URI: http://jegtheme.com
|
9 |
* License: GPLv3
|
@@ -12,7 +12,7 @@
|
|
12 |
|
13 |
defined( 'JEG_ELEMENTOR_KIT' ) || define( 'JEG_ELEMENTOR_KIT', 'jeg-elementor-kit' );
|
14 |
defined( 'JEG_ELEMENTOR_KIT_NAME' ) || define( 'JEG_ELEMENTOR_KIT_NAME', 'Jeg Elementor Kit' );
|
15 |
-
defined( 'JEG_ELEMENTOR_KIT_VERSION' ) || define( 'JEG_ELEMENTOR_KIT_VERSION', '1.1.
|
16 |
defined( 'JEG_ELEMENTOR_KIT_URL' ) || define( 'JEG_ELEMENTOR_KIT_URL', plugins_url( JEG_ELEMENTOR_KIT ) );
|
17 |
defined( 'JEG_ELEMENTOR_KIT_FILE' ) || define( 'JEG_ELEMENTOR_KIT_FILE', __FILE__ );
|
18 |
defined( 'JEG_ELEMENTOR_KIT_DIR' ) || define( 'JEG_ELEMENTOR_KIT_DIR', plugin_dir_path( __FILE__ ) );
|
3 |
* Plugin Name: Jeg Elementor Kit
|
4 |
* Plugin URI: http://jegtheme.com/
|
5 |
* Description: JegStudio Elements for Elementor
|
6 |
+
* Version: 1.1.3
|
7 |
* Author: JegStudio
|
8 |
* Author URI: http://jegtheme.com
|
9 |
* License: GPLv3
|
12 |
|
13 |
defined( 'JEG_ELEMENTOR_KIT' ) || define( 'JEG_ELEMENTOR_KIT', 'jeg-elementor-kit' );
|
14 |
defined( 'JEG_ELEMENTOR_KIT_NAME' ) || define( 'JEG_ELEMENTOR_KIT_NAME', 'Jeg Elementor Kit' );
|
15 |
+
defined( 'JEG_ELEMENTOR_KIT_VERSION' ) || define( 'JEG_ELEMENTOR_KIT_VERSION', '1.1.3' );
|
16 |
defined( 'JEG_ELEMENTOR_KIT_URL' ) || define( 'JEG_ELEMENTOR_KIT_URL', plugins_url( JEG_ELEMENTOR_KIT ) );
|
17 |
defined( 'JEG_ELEMENTOR_KIT_FILE' ) || define( 'JEG_ELEMENTOR_KIT_FILE', __FILE__ );
|
18 |
defined( 'JEG_ELEMENTOR_KIT_DIR' ) || define( 'JEG_ELEMENTOR_KIT_DIR', plugin_dir_path( __FILE__ ) );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: elementor, element, addon, widget, extension, blog, post, elementor addon,
|
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 7.0
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -46,6 +46,9 @@ Yes, you can. This plugin works with any themes as long you use Elementor and th
|
|
46 |
|
47 |
== Changelog ==
|
48 |
|
|
|
|
|
|
|
49 |
= 1.1.2 - 2021-03-03 =
|
50 |
* Fix element icons not show on light mode editor
|
51 |
* Fix accordion white background
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 7.0
|
7 |
+
Stable tag: 1.1.3
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
46 |
|
47 |
== Changelog ==
|
48 |
|
49 |
+
= 1.1.3 - 2021-03-03 =
|
50 |
+
* Fix current menu style, navigation menu widget
|
51 |
+
|
52 |
= 1.1.2 - 2021-03-03 =
|
53 |
* Fix element icons not show on light mode editor
|
54 |
* Fix accordion white background
|