Version Description
Download this release
Release Info
Code changes from version 1.3.5 to 1.3.6
- htmega_addons_elementor.php +2 -2
- includes/widgets/htmega_image_grid.php +13 -0
- includes/widgets/htmega_inline_menu.php +25 -0
- readme.txt +9 -3
htmega_addons_elementor.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin URI: http://demo.wphash.com/htmega/
|
6 |
* Author: HasThemes
|
7 |
* Author URI: https://hasthemes.com/
|
8 |
-
* Version: 1.3.
|
9 |
* License: GPL2
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
* Text Domain: htmega-addons
|
@@ -13,7 +13,7 @@
|
|
13 |
*/
|
14 |
|
15 |
if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
|
16 |
-
define( 'HTMEGA_VERSION', '1.3.
|
17 |
define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
|
18 |
define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
|
19 |
define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
|
5 |
* Plugin URI: http://demo.wphash.com/htmega/
|
6 |
* Author: HasThemes
|
7 |
* Author URI: https://hasthemes.com/
|
8 |
+
* Version: 1.3.6
|
9 |
* License: GPL2
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
* Text Domain: htmega-addons
|
13 |
*/
|
14 |
|
15 |
if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
|
16 |
+
define( 'HTMEGA_VERSION', '1.3.6' );
|
17 |
define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
|
18 |
define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
|
19 |
define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
|
includes/widgets/htmega_image_grid.php
CHANGED
@@ -164,6 +164,19 @@ class HTMega_Elementor_Widget_Image_Grid extends Widget_Base {
|
|
164 |
'default' => 'rgba(0, 0, 0, 0.5)',
|
165 |
'selectors' => [
|
166 |
'{{WRAPPER}} .htmega-singleimage-grid .thumb a::before' => 'background-color: {{VALUE}};',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
],
|
168 |
]
|
169 |
);
|
164 |
'default' => 'rgba(0, 0, 0, 0.5)',
|
165 |
'selectors' => [
|
166 |
'{{WRAPPER}} .htmega-singleimage-grid .thumb a::before' => 'background-color: {{VALUE}};',
|
167 |
+
'{{WRAPPER}} .htmega-singleimage-gridstyle-5 .image-grid-content' => 'background-color: {{VALUE}};',
|
168 |
+
],
|
169 |
+
]
|
170 |
+
);
|
171 |
+
|
172 |
+
$this->add_responsive_control(
|
173 |
+
'imagegrid_image_margin',
|
174 |
+
[
|
175 |
+
'label' => __( 'Margin', 'htmega-addons' ),
|
176 |
+
'type' => Controls_Manager::DIMENSIONS,
|
177 |
+
'size_units' => [ 'px', '%', 'em' ],
|
178 |
+
'selectors' => [
|
179 |
+
'{{WRAPPER}} .htmega-singleimage-grid' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
180 |
],
|
181 |
]
|
182 |
);
|
includes/widgets/htmega_inline_menu.php
CHANGED
@@ -106,6 +106,31 @@ class HTMega_Elementor_Widget_InlineMenu extends Widget_Base {
|
|
106 |
]
|
107 |
);
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
// Menu Style Normal Tabs Start
|
110 |
$this->start_controls_tabs( 'menu_style_tabs' );
|
111 |
|
106 |
]
|
107 |
);
|
108 |
|
109 |
+
$this->add_responsive_control(
|
110 |
+
'inline_menu_alignment',
|
111 |
+
[
|
112 |
+
'label' => __( 'Alignment', 'htmega-addons' ),
|
113 |
+
'type' => Controls_Manager::CHOOSE,
|
114 |
+
'options' => [
|
115 |
+
'left' => [
|
116 |
+
'title' => __( 'Left', 'htmega-addons' ),
|
117 |
+
'icon' => 'fa fa-align-left',
|
118 |
+
],
|
119 |
+
'center' => [
|
120 |
+
'title' => __( 'Center', 'htmega-addons' ),
|
121 |
+
'icon' => 'fa fa-align-center',
|
122 |
+
],
|
123 |
+
'right' => [
|
124 |
+
'title' => __( 'Right', 'htmega-addons' ),
|
125 |
+
'icon' => 'fa fa-align-right',
|
126 |
+
],
|
127 |
+
],
|
128 |
+
'selectors' => [
|
129 |
+
'{{WRAPPER}} .linemenu-nav ul.htmega-mainmenu' => 'justify-content: {{VALUE}};',
|
130 |
+
],
|
131 |
+
]
|
132 |
+
);
|
133 |
+
|
134 |
// Menu Style Normal Tabs Start
|
135 |
$this->start_controls_tabs( 'menu_style_tabs' );
|
136 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: hasthemes, htplugins, devitemsllc
|
|
3 |
Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.3.2
|
6 |
-
Stable tag: 1.3.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -12,9 +12,8 @@ The HTMega is a elementor addons package for Elementor page builder plugin for W
|
|
12 |
== Description ==
|
13 |
HTMega is a absolute addons for elementor includes 80+ elements & 360 Blocks with unlimited variations. HT Mega brings limitless possibilities. Embellish your site with the elements of HT Mega.
|
14 |
|
15 |
-
|
16 |
|
17 |
-
== There is a massive feature update with version 1.3.0 ==
|
18 |
= Advanced Features: =
|
19 |
= Header/Footer Builder =
|
20 |
This feature allows for creating a header/footer layout for the full website or specific page. There is an option to select the preferred header/footer globally or for a single page/post.
|
@@ -28,6 +27,8 @@ This feature allows showing the sales notification or popup to display real/fake
|
|
28 |
= Menu Builder: =
|
29 |
This feature allows creating menu or mega menu using the Elementor page builder.
|
30 |
|
|
|
|
|
31 |
== Avaible Elements ==
|
32 |
|
33 |
1. [Accordion - 9 Styles ](http://demo.wphash.com/htmega/element-accordion/)
|
@@ -189,6 +190,11 @@ Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify a
|
|
189 |
|
190 |
== Changelog ==
|
191 |
|
|
|
|
|
|
|
|
|
|
|
192 |
= Version: 1.3.5 - Date: 2020-01-16 =
|
193 |
* Ajax Added in User Login Form.
|
194 |
* Ajax Added in User Register Form.
|
3 |
Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.3.2
|
6 |
+
Stable tag: 1.3.6
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
12 |
== Description ==
|
13 |
HTMega is a absolute addons for elementor includes 80+ elements & 360 Blocks with unlimited variations. HT Mega brings limitless possibilities. Embellish your site with the elements of HT Mega.
|
14 |
|
15 |
+
[Check the Plugin Demo](https://demo.hasthemes.com/ht-mega/index.html)
|
16 |
|
|
|
17 |
= Advanced Features: =
|
18 |
= Header/Footer Builder =
|
19 |
This feature allows for creating a header/footer layout for the full website or specific page. There is an option to select the preferred header/footer globally or for a single page/post.
|
27 |
= Menu Builder: =
|
28 |
This feature allows creating menu or mega menu using the Elementor page builder.
|
29 |
|
30 |
+
[youtube https://youtu.be/d7jAiAYusUg]
|
31 |
+
|
32 |
== Avaible Elements ==
|
33 |
|
34 |
1. [Accordion - 9 Styles ](http://demo.wphash.com/htmega/element-accordion/)
|
190 |
|
191 |
== Changelog ==
|
192 |
|
193 |
+
= Version: 1.3.6 - Date: 2020-02-20 =
|
194 |
+
* Menu position option added in inline menu addon
|
195 |
+
* Image grid Style Five Overlay Color issue fixed
|
196 |
+
* Image grid spacing option added
|
197 |
+
|
198 |
= Version: 1.3.5 - Date: 2020-01-16 =
|
199 |
* Ajax Added in User Login Form.
|
200 |
* Ajax Added in User Register Form.
|