HT Mega – Addons for Elementor Page Builder ( Elementor Addons, Post Grid, Post Slider, Post Carousel, Mega Menu, Elementor Widgets, Elementor Templates, Accordion, Forms, Tables) - Version 1.9.5

Version Description

Download this release

Release Info

Developer devitemsllc
Plugin Icon 128x128 HT Mega – Addons for Elementor Page Builder ( Elementor Addons, Post Grid, Post Slider, Post Carousel, Mega Menu, Elementor Widgets, Elementor Templates, Accordion, Forms, Tables)
Version 1.9.5
Comparing to
See all releases

Code changes from version 1.9.4 to 1.9.5

admin/include/admin-setting.php CHANGED
@@ -752,6 +752,20 @@ class HTMega_Admin_Settings {
752
  'default'=>'off',
753
  'class'=>'htmega_table_row pro',
754
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
755
  ),
756
 
757
  'htmega_general_tabs'=>array(
752
  'default'=>'off',
753
  'class'=>'htmega_table_row pro',
754
  ),
755
+ array(
756
+ 'name' => 'chartp',
757
+ 'label' => __( 'Chart <span>( Pro )</span>', 'htmega-pro' ),
758
+ 'type' => 'checkbox',
759
+ 'default'=>'off',
760
+ 'class'=>'htmega_table_row pro',
761
+ ),
762
+ array(
763
+ 'name' => 'post_timelinep',
764
+ 'label' => __( 'Post Timeline <span>( Pro )</span>', 'htmega-pro' ),
765
+ 'type' => 'checkbox',
766
+ 'default'=>'off',
767
+ 'class'=>'htmega_table_row pro',
768
+ ),
769
  ),
770
 
771
  'htmega_general_tabs'=>array(
assets/js/htmega-widgets-active.js CHANGED
@@ -103,6 +103,7 @@
103
  if ( carousel_elem.length > 0 ) {
104
 
105
  var settings = carousel_elem.data('settings');
 
106
  var arrows = settings['arrows'];
107
  var arrow_prev_txt = settings['arrow_prev_txt'];
108
  var arrow_next_txt = settings['arrow_next_txt'];
@@ -208,6 +209,21 @@
208
  });
209
  }
210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  }
212
  }
213
 
103
  if ( carousel_elem.length > 0 ) {
104
 
105
  var settings = carousel_elem.data('settings');
106
+ var sectionid = settings['sectionid'];
107
  var arrows = settings['arrows'];
108
  var arrow_prev_txt = settings['arrow_prev_txt'];
109
  var arrow_next_txt = settings['arrow_next_txt'];
209
  });
210
  }
211
 
212
+ //equal height column
213
+ if( settings['equal_height_column'] && settings['sectionid'] && settings['equal_height_column_class']){
214
+ var maxHeight = -1;
215
+ $('.'+settings['sectionid']+' '+settings['equal_height_column_class']).each(function() {
216
+ if ( $('.'+settings['sectionid']+' '+settings['equal_height_column_class'] ).outerHeight() > maxHeight ) {
217
+ maxHeight = $('.'+settings['sectionid']+' '+settings['equal_height_column_class']).outerHeight();
218
+ }
219
+ });
220
+ $('.'+settings['sectionid']+' '+settings['equal_height_column_class'] ).each(function() {
221
+ if ($(this).outerHeight() < maxHeight) {
222
+ $(this).css('height', maxHeight+ 'px');
223
+ }
224
+ });
225
+ }
226
+
227
  }
228
  }
229
 
htmega_addons_elementor.php CHANGED
@@ -5,17 +5,17 @@
5
  * Plugin URI: https://wphtmega.com/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
- * Version: 1.9.4
9
  * License: GPL2
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: htmega-addons
12
  * Domain Path: /languages
13
- * Elementor tested up to: 3.7.3
14
- * Elementor Pro tested up to: 3.7.4
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
- define( 'HTMEGA_VERSION', '1.9.4' );
19
  define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
20
  define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
21
  define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
5
  * Plugin URI: https://wphtmega.com/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
+ * Version: 1.9.5
9
  * License: GPL2
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: htmega-addons
12
  * Domain Path: /languages
13
+ * Elementor tested up to: 3.7.4
14
+ * Elementor Pro tested up to: 3.7.5
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
+ define( 'HTMEGA_VERSION', '1.9.5' );
19
  define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
20
  define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
21
  define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
includes/widgets/htmega_custom_event.php CHANGED
@@ -494,8 +494,11 @@ class HTMega_Elementor_Widget_Custom_Event extends Widget_Base {
494
  <?php echo Group_Control_Image_Size::get_attachment_image_html( $settings, 'event_imagesize', 'event_image' ); ?>
495
  </a>
496
  <div class="event-date">
497
- <span><?php echo date_format( $eventdate,"d" ); ?></span>
498
- <span class="month"><?php echo date_format( $eventdate,"M" ); ?></span>
 
 
 
499
  </div>
500
  </div>
501
  <div class="content">
@@ -508,7 +511,7 @@ class HTMega_Elementor_Widget_Custom_Event extends Widget_Base {
508
  <ul class="event-time">
509
  <?php
510
  if( !empty( $settings['event_time'] ) ){
511
- echo '<li><i class="fa fa-clock-o"></i>'.date_format( $eventdate,"h:i a" ).'</li>';
512
  }
513
  if( !empty( $settings['event_location'] ) ){
514
  echo '<li><i class="fa fa-map-marker""></i>'.htmega_kses_desc( $settings['event_location'] ).'</li>';
494
  <?php echo Group_Control_Image_Size::get_attachment_image_html( $settings, 'event_imagesize', 'event_image' ); ?>
495
  </a>
496
  <div class="event-date">
497
+ <?php $formated_time = strtotime( $settings['event_time'] );?>
498
+
499
+ <span><?php echo esc_html( date_i18n( "d", $formated_time ) ); ?></span>
500
+
501
+ <span class="month"><?php echo esc_html( date_i18n( "M", $formated_time ) ); ?></span>
502
  </div>
503
  </div>
504
  <div class="content">
511
  <ul class="event-time">
512
  <?php
513
  if( !empty( $settings['event_time'] ) ){
514
+ echo '<li><i class="fa fa-clock-o"></i>'.esc_html( date_i18n( "h:i a", $formated_time ) ).'</li>';
515
  }
516
  if( !empty( $settings['event_location'] ) ){
517
  echo '<li><i class="fa fa-map-marker""></i>'.htmega_kses_desc( $settings['event_location'] ).'</li>';
includes/widgets/htmega_instagram - Copy.php ADDED
@@ -0,0 +1,1672 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace Elementor;
3
+
4
+ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
5
+
6
+ class HTMega_Elementor_Widget_Instagram extends Widget_Base {
7
+
8
+ public function get_name() {
9
+ return 'htmega-instagram-addons';
10
+ }
11
+
12
+ public function get_title() {
13
+ return __( 'Instagram', 'htmega-addons' );
14
+ }
15
+
16
+ public function get_icon() {
17
+ return 'htmega-icon eicon-photo-library';
18
+ }
19
+
20
+ public function get_categories() {
21
+ return [ 'htmega-addons' ];
22
+ }
23
+
24
+ public function get_style_depends() {
25
+ return [
26
+ 'elementor-icons-shared-0-css','elementor-icons-fa-brands','elementor-icons-fa-regular','elementor-icons-fa-solid',
27
+ 'slick',
28
+ ];
29
+ }
30
+
31
+ public function get_script_depends() {
32
+ return [
33
+ 'htmegainstagramfeed',
34
+ 'slick',
35
+ 'htmega-widgets-scripts',
36
+ ];
37
+ }
38
+
39
+ protected function register_controls() {
40
+
41
+ $this->start_controls_section(
42
+ 'instagram_content',
43
+ [
44
+ 'label' => __( 'Instagram', 'htmega-addons' ),
45
+ ]
46
+ );
47
+
48
+ $this->add_control(
49
+ 'instagram_style',
50
+ [
51
+ 'label' => __( 'Style', 'htmega-addons' ),
52
+ 'type' => Controls_Manager::SELECT,
53
+ 'default' => '1',
54
+ 'options' => [
55
+ '1' => __( 'Style One', 'htmega-addons' ),
56
+ '2' => __( 'Style Two', 'htmega-addons' ),
57
+ '3' => __( 'Style Three', 'htmega-addons' ),
58
+ '4' => __( 'Style Four', 'htmega-addons' ),
59
+ ],
60
+ 'label_block' => true,
61
+ ]
62
+ );
63
+
64
+ $this->add_control(
65
+ 'username',
66
+ [
67
+ 'label' => __( 'Instagram UserName', 'htmega-addons' ),
68
+ 'type' => Controls_Manager::TEXT,
69
+ 'placeholder' => __( 'portfolio.devitems', 'htmega-addons' ),
70
+ 'label_block' =>true,
71
+ ]
72
+ );
73
+
74
+ $this->add_control(
75
+ 'limit',
76
+ [
77
+ 'label' => __( 'Item Limit', 'htmega-addons' ),
78
+ 'type' => Controls_Manager::NUMBER,
79
+ 'min' => 1,
80
+ 'max' => 200,
81
+ 'step' => 1,
82
+ 'default' => 8,
83
+ 'separator'=>'before',
84
+ ]
85
+ );
86
+
87
+ $this->add_responsive_control(
88
+ 'instagram_column',
89
+ [
90
+ 'label' => __( 'Column', 'htmega-addons' ),
91
+ 'type' => Controls_Manager::SELECT,
92
+ 'description' => wp_kses_post( 'If the slider is off, Then it will work.', 'htmega-addons' ),
93
+ 'prefix_class' => 'htmegainstagram-column%s-',
94
+ 'default' => '4',
95
+ 'required' => true,
96
+ 'device_args' => [
97
+ Controls_Stack::RESPONSIVE_TABLET => [
98
+ 'required' => false,
99
+ ],
100
+ Controls_Stack::RESPONSIVE_MOBILE => [
101
+ 'required' => false,
102
+ ],
103
+ ],
104
+ 'min_affected_device' => [
105
+ Controls_Stack::RESPONSIVE_DESKTOP => Controls_Stack::RESPONSIVE_TABLET,
106
+ Controls_Stack::RESPONSIVE_TABLET => Controls_Stack::RESPONSIVE_TABLET,
107
+ ],
108
+ 'options' => [
109
+ '1' => __( '1', 'htmega-addons' ),
110
+ '2' => __( '2', 'htmega-addons' ),
111
+ '3' => __( '3', 'htmega-addons' ),
112
+ '4' => __( '4', 'htmega-addons' ),
113
+ '5' => __( '5', 'htmega-addons' ),
114
+ '6' => __( '6', 'htmega-addons' ),
115
+ ],
116
+ ]
117
+ );
118
+
119
+ $this->add_control(
120
+ 'instagram_image_size',
121
+ [
122
+ 'label' => __( 'Image Size', 'htmega-addons' ),
123
+ 'type' => Controls_Manager::SELECT,
124
+ 'default' => '480',
125
+ 'options' => [
126
+ '150' => __( '150', 'htmega-addons' ),
127
+ '240' => __( '240', 'htmega-addons' ),
128
+ '320' => __( '320', 'htmega-addons' ),
129
+ '480' => __( '480', 'htmega-addons' ),
130
+ '640' => __( '640', 'htmega-addons' ),
131
+ ],
132
+ ]
133
+ );
134
+
135
+ $this->add_control(
136
+ 'clear_cache_data',
137
+ [
138
+ 'label' => esc_html__( 'Clear Cache Data', 'htmega-addons' ),
139
+ 'type' => Controls_Manager::SWITCHER,
140
+ 'label_on' => esc_html__( 'Yes', 'htmega-addons' ),
141
+ 'label_off' => esc_html__( 'No', 'htmega-addons' ),
142
+ 'return_value' => 'yes',
143
+ 'default' => 'no',
144
+ ]
145
+ );
146
+
147
+ $this->add_control(
148
+ 'lazy_load',
149
+ [
150
+ 'label' => __( 'Lazy Load', 'htmega-addons' ),
151
+ 'type' => Controls_Manager::SWITCHER,
152
+ 'label_on' => __( 'Show', 'htmega-addons' ),
153
+ 'label_off' => __( 'Hide', 'htmega-addons' ),
154
+ 'return_value' => 'yes',
155
+ 'default' => 'no',
156
+ ]
157
+ );
158
+
159
+ $this->add_control(
160
+ 'show_like',
161
+ [
162
+ 'label' => __( 'Show Like', 'htmega-addons' ),
163
+ 'type' => Controls_Manager::SWITCHER,
164
+ 'label_on' => __( 'Show', 'htmega-addons' ),
165
+ 'label_off' => __( 'Hide', 'htmega-addons' ),
166
+ 'return_value' => 'yes',
167
+ 'default' => 'yes',
168
+ ]
169
+ );
170
+
171
+ $this->add_control(
172
+ 'show_comment',
173
+ [
174
+ 'label' => __( 'Show Comment', 'htmega-addons' ),
175
+ 'type' => Controls_Manager::SWITCHER,
176
+ 'label_on' => __( 'Show', 'htmega-addons' ),
177
+ 'label_off' => __( 'Hide', 'htmega-addons' ),
178
+ 'return_value' => 'yes',
179
+ 'default' => 'yes',
180
+ ]
181
+ );
182
+
183
+ $this->add_control(
184
+ 'show_light_box',
185
+ [
186
+ 'label' => __( 'Show Light Box', 'htmega-addons' ),
187
+ 'type' => Controls_Manager::SWITCHER,
188
+ 'label_on' => __( 'Show', 'htmega-addons' ),
189
+ 'label_off' => __( 'Hide', 'htmega-addons' ),
190
+ 'return_value' => 'yes',
191
+ 'default' => 'yes',
192
+ ]
193
+ );
194
+
195
+ $this->add_control(
196
+ 'show_flow_button',
197
+ [
198
+ 'label' => __( 'Show Follow Button', 'htmega-addons' ),
199
+ 'type' => Controls_Manager::SWITCHER,
200
+ 'label_on' => __( 'Show', 'htmega-addons' ),
201
+ 'label_off' => __( 'Hide', 'htmega-addons' ),
202
+ 'return_value' => 'yes',
203
+ 'default' => 'yes',
204
+ ]
205
+ );
206
+
207
+ $this->add_control(
208
+ 'slider_on',
209
+ [
210
+ 'label' => __( 'Slider', 'htmega-addons' ),
211
+ 'type' => Controls_Manager::SWITCHER,
212
+ 'label_on' => __( 'On', 'htmega-addons' ),
213
+ 'label_off' => __( 'Off', 'htmega-addons' ),
214
+ 'return_value' => 'yes',
215
+ 'default' => 'no',
216
+ ]
217
+ );
218
+
219
+ $this->add_control(
220
+ 'zoomicon_type',
221
+ [
222
+ 'label' => esc_html__('Zoom Icon Type','htmega-addons'),
223
+ 'type' =>Controls_Manager::CHOOSE,
224
+ 'options' =>[
225
+ 'img' =>[
226
+ 'title' =>__('Image','htmega-addons'),
227
+ 'icon' =>'fa fa-picture-o',
228
+ ],
229
+ 'icon' =>[
230
+ 'title' =>__('Icon','htmega-addons'),
231
+ 'icon' =>'fa fa-info',
232
+ ]
233
+ ],
234
+ 'default' =>'icon',
235
+ 'condition' =>[
236
+ 'show_light_box' =>'yes',
237
+ ],
238
+ ]
239
+ );
240
+
241
+ $this->add_control(
242
+ 'zoom_image',
243
+ [
244
+ 'label' => __('Zoom Image Icon','htmega-addons'),
245
+ 'type'=>Controls_Manager::MEDIA,
246
+ 'dynamic' => [
247
+ 'active' => true,
248
+ ],
249
+ 'condition' => [
250
+ 'show_light_box' =>'yes',
251
+ 'zoomicon_type' => 'img',
252
+ ]
253
+ ]
254
+ );
255
+
256
+ $this->add_group_control(
257
+ Group_Control_Image_Size::get_type(),
258
+ [
259
+ 'name' => 'zoom_imagesize',
260
+ 'default' => 'large',
261
+ 'separator' => 'none',
262
+ 'condition' => [
263
+ 'show_light_box' =>'yes',
264
+ 'zoomicon_type' => 'img',
265
+ ],
266
+ 'fields_options'=>[
267
+ 'size'=>[
268
+ 'label' => __('Zoom Icon Size','htmega-addons')
269
+ ]
270
+ ]
271
+ ]
272
+ );
273
+
274
+ $this->add_control(
275
+ 'zoom_icon',
276
+ [
277
+ 'label' =>__('Zoom Icon','htmega-addons'),
278
+ 'type'=>Controls_Manager::ICONS,
279
+ 'default' => [
280
+ 'value'=>'fas fa-plus',
281
+ 'library' => 'solid',
282
+ ],
283
+ 'condition' => [
284
+ 'show_light_box' =>'yes',
285
+ 'zoomicon_type' => 'icon',
286
+ ]
287
+ ]
288
+ );
289
+
290
+ $this->add_control(
291
+ 'comment_icon',
292
+ [
293
+ 'label' =>__('Comment Icon','htmega-addons'),
294
+ 'type'=>Controls_Manager::ICONS,
295
+ 'default' => [
296
+ 'value'=>'far fa-comment',
297
+ 'library' => 'solid',
298
+ ],
299
+ 'condition' => [
300
+ 'show_comment' =>'yes',
301
+ ]
302
+ ]
303
+ );
304
+
305
+ $this->add_control(
306
+ 'like_icon',
307
+ [
308
+ 'label' =>__('Like Icon','htmega-addons'),
309
+ 'type'=>Controls_Manager::ICONS,
310
+ 'default' => [
311
+ 'value'=>'far fa-heart',
312
+ 'library' => 'solid',
313
+ ],
314
+ 'condition' => [
315
+ 'show_like' =>'yes',
316
+ ]
317
+ ]
318
+ );
319
+
320
+ $this->add_control(
321
+ 'flow_button_icon',
322
+ [
323
+ 'label' =>__('Flow Button Icon','htmega-addons'),
324
+ 'type'=>Controls_Manager::ICONS,
325
+ 'default' => [
326
+ 'value'=>'fab fa-instagram',
327
+ 'library' => 'solid',
328
+ ],
329
+ 'condition' => [
330
+ 'show_flow_button' =>'yes',
331
+ ]
332
+ ]
333
+ );
334
+
335
+ $this->add_control(
336
+ 'flow_button_txt',
337
+ [
338
+ 'label' => __( 'Flow Button Prefix', 'htmega-addons' ),
339
+ 'type' => Controls_Manager::TEXT,
340
+ 'default' => __( 'Follow @', 'htmega-addons' ),
341
+ ]
342
+ );
343
+
344
+ $this->end_controls_section();
345
+
346
+ // Slider setting
347
+ $this->start_controls_section(
348
+ 'instagram_slider_option',
349
+ [
350
+ 'label' => esc_html__( 'Slider Option', 'htmega-addons' ),
351
+ 'condition' => [
352
+ 'slider_on' => 'yes',
353
+ ]
354
+ ]
355
+ );
356
+
357
+ $this->add_control(
358
+ 'slitems',
359
+ [
360
+ 'label' => esc_html__( 'Slider Items', 'htmega-addons' ),
361
+ 'type' => Controls_Manager::NUMBER,
362
+ 'min' => 1,
363
+ 'max' => 20,
364
+ 'step' => 1,
365
+ 'default' => 8,
366
+ 'condition' => [
367
+ 'slider_on' => 'yes',
368
+ ]
369
+ ]
370
+ );
371
+
372
+ $this->add_control(
373
+ 'slarrows',
374
+ [
375
+ 'label' => esc_html__( 'Slider Arrow', 'htmega-addons' ),
376
+ 'type' => Controls_Manager::SWITCHER,
377
+ 'return_value' => 'yes',
378
+ 'default' => 'yes',
379
+ 'condition' => [
380
+ 'slider_on' => 'yes',
381
+ ]
382
+ ]
383
+ );
384
+
385
+ $this->add_control(
386
+ 'slprevicon',
387
+ [
388
+ 'label' => __( 'Previous icon', 'htmega-addons' ),
389
+ 'type' => Controls_Manager::ICONS,
390
+ 'default' => [
391
+ 'value'=>'fas fa-angle-left',
392
+ 'library' => 'solid',
393
+ ],
394
+ 'condition' => [
395
+ 'slider_on' => 'yes',
396
+ 'slarrows' => 'yes',
397
+ ]
398
+ ]
399
+ );
400
+
401
+ $this->add_control(
402
+ 'slnexticon',
403
+ [
404
+ 'label' => __( 'Next icon', 'htmega-addons' ),
405
+ 'type' => Controls_Manager::ICONS,
406
+ 'default' => [
407
+ 'value'=>'fas fa-angle-right',
408
+ 'library' => 'solid',
409
+ ],
410
+ 'condition' => [
411
+ 'slider_on' => 'yes',
412
+ 'slarrows' => 'yes',
413
+ ]
414
+ ]
415
+ );
416
+
417
+ $this->add_control(
418
+ 'sldots',
419
+ [
420
+ 'label' => esc_html__( 'Slider dots', 'htmega-addons' ),
421
+ 'type' => Controls_Manager::SWITCHER,
422
+ 'return_value' => 'yes',
423
+ 'default' => 'no',
424
+ 'condition' => [
425
+ 'slider_on' => 'yes',
426
+ ]
427
+ ]
428
+ );
429
+
430
+ $this->add_control(
431
+ 'slpause_on_hover',
432
+ [
433
+ 'type' => Controls_Manager::SWITCHER,
434
+ 'label_off' => __('No', 'htmega-addons'),
435
+ 'label_on' => __('Yes', 'htmega-addons'),
436
+ 'return_value' => 'yes',
437
+ 'default' => 'yes',
438
+ 'label' => __('Pause on Hover?', 'htmega-addons'),
439
+ 'condition' => [
440
+ 'slider_on' => 'yes',
441
+ ]
442
+ ]
443
+ );
444
+
445
+ $this->add_control(
446
+ 'slcentermode',
447
+ [
448
+ 'label' => esc_html__( 'Center Mode', 'htmega-addons' ),
449
+ 'type' => Controls_Manager::SWITCHER,
450
+ 'return_value' => 'yes',
451
+ 'default' => 'no',
452
+ 'condition' => [
453
+ 'slider_on' => 'yes',
454
+ ]
455
+ ]
456
+ );
457
+
458
+ $this->add_control(
459
+ 'slcenterpadding',
460
+ [
461
+ 'label' => esc_html__( 'Center padding', 'htmega-addons' ),
462
+ 'type' => Controls_Manager::NUMBER,
463
+ 'min' => 0,
464
+ 'max' => 500,
465
+ 'step' => 1,
466
+ 'default' => 50,
467
+ 'condition' => [
468
+ 'slider_on' => 'yes',
469
+ 'slcentermode' => 'yes',
470
+ ]
471
+ ]
472
+ );
473
+
474
+ $this->add_control(
475
+ 'slautolay',
476
+ [
477
+ 'label' => esc_html__( 'Slider auto play', 'htmega-addons' ),
478
+ 'type' => Controls_Manager::SWITCHER,
479
+ 'return_value' => 'yes',
480
+ 'separator' => 'before',
481
+ 'default' => 'no',
482
+ 'condition' => [
483
+ 'slider_on' => 'yes',
484
+ ]
485
+ ]
486
+ );
487
+
488
+ $this->add_control(
489
+ 'slautoplay_speed',
490
+ [
491
+ 'label' => __('Autoplay speed', 'htmega-addons'),
492
+ 'type' => Controls_Manager::NUMBER,
493
+ 'default' => 3000,
494
+ 'condition' => [
495
+ 'slider_on' => 'yes',
496
+ ]
497
+ ]
498
+ );
499
+
500
+ $this->add_control(
501
+ 'slanimation_speed',
502
+ [
503
+ 'label' => __('Autoplay animation speed', 'htmega-addons'),
504
+ 'type' => Controls_Manager::NUMBER,
505
+ 'default' => 300,
506
+ 'condition' => [
507
+ 'slider_on' => 'yes',
508
+ ]
509
+ ]
510
+ );
511
+
512
+ $this->add_control(
513
+ 'slscroll_columns',
514
+ [
515
+ 'label' => __('Slider item to scroll', 'htmega-addons'),
516
+ 'type' => Controls_Manager::NUMBER,
517
+ 'min' => 1,
518
+ 'max' => 10,
519
+ 'step' => 1,
520
+ 'default' => 1,
521
+ 'condition' => [
522
+ 'slider_on' => 'yes',
523
+ ]
524
+ ]
525
+ );
526
+
527
+ $this->add_control(
528
+ 'heading_tablet',
529
+ [
530
+ 'label' => __( 'Tablet', 'htmega-addons' ),
531
+ 'type' => Controls_Manager::HEADING,
532
+ 'separator' => 'after',
533
+ 'condition' => [
534
+ 'slider_on' => 'yes',
535
+ ]
536
+ ]
537
+ );
538
+
539
+ $this->add_control(
540
+ 'sltablet_display_columns',
541
+ [
542
+ 'label' => __('Slider Items', 'htmega-addons'),
543
+ 'type' => Controls_Manager::NUMBER,
544
+ 'min' => 1,
545
+ 'max' => 8,
546
+ 'step' => 1,
547
+ 'default' => 1,
548
+ 'condition' => [
549
+ 'slider_on' => 'yes',
550
+ ]
551
+ ]
552
+ );
553
+
554
+ $this->add_control(
555
+ 'sltablet_scroll_columns',
556
+ [
557
+ 'label' => __('Slider item to scroll', 'htmega-addons'),
558
+ 'type' => Controls_Manager::NUMBER,
559
+ 'min' => 1,
560
+ 'max' => 8,
561
+ 'step' => 1,
562
+ 'default' => 1,
563
+ 'condition' => [
564
+ 'slider_on' => 'yes',
565
+ ]
566
+ ]
567
+ );
568
+
569
+ $this->add_control(
570
+ 'sltablet_width',
571
+ [
572
+ 'label' => __('Tablet Resolution', 'htmega-addons'),
573
+ 'description' => __('The resolution to tablet.', 'htmega-addons'),
574
+ 'type' => Controls_Manager::NUMBER,
575
+ 'default' => 750,
576
+ 'condition' => [
577
+ 'slider_on' => 'yes',
578
+ ]
579
+ ]
580
+ );
581
+
582
+ $this->add_control(
583
+ 'heading_mobile',
584
+ [
585
+ 'label' => __( 'Mobile Phone', 'htmega-addons' ),
586
+ 'type' => Controls_Manager::HEADING,
587
+ 'separator' => 'after',
588
+ 'condition' => [
589
+ 'slider_on' => 'yes',
590
+ ]
591
+ ]
592
+ );
593
+
594
+ $this->add_control(
595
+ 'slmobile_display_columns',
596
+ [
597
+ 'label' => __('Slider Items', 'htmega-addons'),
598
+ 'type' => Controls_Manager::NUMBER,
599
+ 'min' => 1,
600
+ 'max' => 4,
601
+ 'step' => 1,
602
+ 'default' => 1,
603
+ 'condition' => [
604
+ 'slider_on' => 'yes',
605
+ ]
606
+ ]
607
+ );
608
+
609
+ $this->add_control(
610
+ 'slmobile_scroll_columns',
611
+ [
612
+ 'label' => __('Slider item to scroll', 'htmega-addons'),
613
+ 'type' => Controls_Manager::NUMBER,
614
+ 'min' => 1,
615
+ 'max' => 4,
616
+ 'step' => 1,
617
+ 'default' => 1,
618
+ 'condition' => [
619
+ 'slider_on' => 'yes',
620
+ ]
621
+ ]
622
+ );
623
+
624
+ $this->add_control(
625
+ 'slmobile_width',
626
+ [
627
+ 'label' => __('Mobile Resolution', 'htmega-addons'),
628
+ 'description' => __('The resolution to mobile.', 'htmega-addons'),
629
+ 'type' => Controls_Manager::NUMBER,
630
+ 'default' => 480,
631
+ 'condition' => [
632
+ 'slider_on' => 'yes',
633
+ ]
634
+ ]
635
+ );
636
+
637
+ $this->end_controls_section(); // Slider Option end
638
+
639
+ // Style tab section
640
+ $this->start_controls_section(
641
+ 'htmega_instagram_style_section',
642
+ [
643
+ 'label' => __( 'Style', 'htmega-addons' ),
644
+ 'tab' => Controls_Manager::TAB_STYLE,
645
+ ]
646
+ );
647
+
648
+ $this->add_group_control(
649
+ Group_Control_Background::get_type(),
650
+ [
651
+ 'name' => 'instagram_background',
652
+ 'label' => __( 'Background', 'htmega-addons' ),
653
+ 'types' => [ 'classic', 'gradient' ],
654
+ 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list',
655
+ ]
656
+ );
657
+
658
+ $this->add_responsive_control(
659
+ 'instagram_margin',
660
+ [
661
+ 'label' => __( 'Margin', 'htmega-addons' ),
662
+ 'type' => Controls_Manager::DIMENSIONS,
663
+ 'size_units' => [ 'px', '%', 'em' ],
664
+ 'selectors' => [
665
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
666
+ ],
667
+ 'separator' =>'before',
668
+ ]
669
+ );
670
+
671
+ $this->add_responsive_control(
672
+ 'instagram_padding',
673
+ [
674
+ 'label' => __( 'Padding', 'htmega-addons' ),
675
+ 'type' => Controls_Manager::DIMENSIONS,
676
+ 'size_units' => [ 'px', '%', 'em' ],
677
+ 'selectors' => [
678
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
679
+ ],
680
+ ]
681
+ );
682
+
683
+ $this->end_controls_section(); // Style Section
684
+
685
+ // Item Style
686
+ $this->start_controls_section(
687
+ 'htmega_instagram_item_style_section',
688
+ [
689
+ 'label' => __( 'Item', 'htmega-addons' ),
690
+ 'tab' => Controls_Manager::TAB_STYLE,
691
+ ]
692
+ );
693
+
694
+ $this->add_group_control(
695
+ Group_Control_Background::get_type(),
696
+ [
697
+ 'name' => 'instagram_item_background',
698
+ 'label' => __( 'Background', 'htmega-addons' ),
699
+ 'types' => [ 'classic', 'gradient' ],
700
+ 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li',
701
+ ]
702
+ );
703
+
704
+ $this->add_responsive_control(
705
+ 'instagram_item_margin',
706
+ [
707
+ 'label' => __( 'Margin', 'htmega-addons' ),
708
+ 'type' => Controls_Manager::DIMENSIONS,
709
+ 'size_units' => [ 'px', '%', 'em' ],
710
+ 'selectors' => [
711
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
712
+ ],
713
+ 'separator' =>'before',
714
+ ]
715
+ );
716
+
717
+ $this->add_responsive_control(
718
+ 'instagram_item_padding',
719
+ [
720
+ 'label' => __( 'Padding', 'htmega-addons' ),
721
+ 'type' => Controls_Manager::DIMENSIONS,
722
+ 'size_units' => [ 'px', '%', 'em' ],
723
+ 'selectors' => [
724
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
725
+ ],
726
+ ]
727
+ );
728
+
729
+ $this->add_group_control(
730
+ Group_Control_Border::get_type(),
731
+ [
732
+ 'name' => 'instagram_item_border',
733
+ 'label' => __( 'Border', 'htmega-addons' ),
734
+ 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li',
735
+ ]
736
+ );
737
+
738
+ $this->add_responsive_control(
739
+ 'instagram_item_border_radius',
740
+ [
741
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
742
+ 'type' => Controls_Manager::DIMENSIONS,
743
+ 'selectors' => [
744
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
745
+ ],
746
+ ]
747
+ );
748
+
749
+ $this->add_control(
750
+ 'instagram_item_overlay_color',
751
+ [
752
+ 'label' => __( 'Overlay Color', 'htmega-addons' ),
753
+ 'type' => Controls_Manager::COLOR,
754
+ 'default' => 'rgba(0, 0, 0, 0.7)',
755
+ 'selectors' => [
756
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip::before' => 'background-color: {{VALUE}};',
757
+ ],
758
+ ]
759
+ );
760
+
761
+ $this->end_controls_section(); // Item Style end
762
+
763
+ // Zoom icon Style
764
+ $this->start_controls_section(
765
+ 'htmega_instagram_icon_style_section',
766
+ [
767
+ 'label' => __( 'Zoom Icon', 'htmega-addons' ),
768
+ 'tab' => Controls_Manager::TAB_STYLE,
769
+ 'condition' =>[
770
+ 'zoomicon_type'=>'icon',
771
+ 'zoom_icon[value]!'=>'',
772
+ ]
773
+ ]
774
+ );
775
+
776
+ $this->add_control(
777
+ 'icon_size',
778
+ [
779
+ 'label' => __( 'Font Size', 'htmega-addons' ),
780
+ 'type' => Controls_Manager::SLIDER,
781
+ 'size_units' => [ 'px', '%' ],
782
+ 'range' => [
783
+ 'px' => [
784
+ 'min' => 0,
785
+ 'max' => 100,
786
+ 'step' => 1,
787
+ ],
788
+ '%' => [
789
+ 'min' => 0,
790
+ 'max' => 100,
791
+ ],
792
+ ],
793
+ 'default' => [
794
+ 'unit' => 'px',
795
+ 'size' => 43,
796
+ ],
797
+ 'selectors' => [
798
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon i' => 'font-size: {{SIZE}}{{UNIT}};',
799
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon svg' => 'font-size: {{SIZE}}{{UNIT}};',
800
+ ],
801
+ ]
802
+ );
803
+
804
+ $this->add_control(
805
+ 'instagram_icon_color',
806
+ [
807
+ 'label' => __( 'Color', 'htmega-addons' ),
808
+ 'type' => Controls_Manager::COLOR,
809
+ 'default' => '#ffffff',
810
+ 'selectors' => [
811
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon i' => 'color: {{VALUE}};',
812
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon svg' => 'color: {{VALUE}};',
813
+ ],
814
+ ]
815
+ );
816
+
817
+ $this->add_group_control(
818
+ Group_Control_Background::get_type(),
819
+ [
820
+ 'name' => 'instagram_icon_background',
821
+ 'label' => __( 'Background', 'htmega-addons' ),
822
+ 'types' => [ 'classic', 'gradient' ],
823
+ 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon',
824
+ ]
825
+ );
826
+
827
+ $this->add_responsive_control(
828
+ 'instagram_icon_padding',
829
+ [
830
+ 'label' => __( 'Padding', 'htmega-addons' ),
831
+ 'type' => Controls_Manager::DIMENSIONS,
832
+ 'size_units' => [ 'px', '%', 'em' ],
833
+ 'selectors' => [
834
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
835
+ ],
836
+ ]
837
+ );
838
+
839
+ $this->add_group_control(
840
+ Group_Control_Border::get_type(),
841
+ [
842
+ 'name' => 'instagram_icon_border',
843
+ 'label' => __( 'Border', 'htmega-addons' ),
844
+ 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon',
845
+ ]
846
+ );
847
+
848
+ $this->add_responsive_control(
849
+ 'instagram_icon_border_radius',
850
+ [
851
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
852
+ 'type' => Controls_Manager::DIMENSIONS,
853
+ 'selectors' => [
854
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
855
+ ],
856
+ ]
857
+ );
858
+
859
+ $this->end_controls_section(); // Zoom icon Style end
860
+
861
+ // Zoom icon Style
862
+ $this->start_controls_section(
863
+ 'htmega_instagram_commentlike_style_section',
864
+ [
865
+ 'label' => __( 'Comment & Like', 'htmega-addons' ),
866
+ 'tab' => Controls_Manager::TAB_STYLE,
867
+ ]
868
+ );
869
+
870
+ $this->add_control(
871
+ 'commentlike_size',
872
+ [
873
+ 'label' => __( 'Font Size', 'htmega-addons' ),
874
+ 'type' => Controls_Manager::SLIDER,
875
+ 'size_units' => [ 'px', '%' ],
876
+ 'range' => [
877
+ 'px' => [
878
+ 'min' => 0,
879
+ 'max' => 100,
880
+ 'step' => 1,
881
+ ],
882
+ '%' => [
883
+ 'min' => 0,
884
+ 'max' => 100,
885
+ ],
886
+ ],
887
+ 'default' => [
888
+ 'unit' => 'px',
889
+ 'size' => 16,
890
+ ],
891
+ 'selectors' => [
892
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'font-size: {{SIZE}}{{UNIT}};',
893
+ ],
894
+ ]
895
+ );
896
+
897
+ $this->add_control(
898
+ 'instagram_commentlike_color',
899
+ [
900
+ 'label' => __( 'Color', 'htmega-addons' ),
901
+ 'type' => Controls_Manager::COLOR,
902
+ 'default' => '#ffffff',
903
+ 'selectors' => [
904
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'color: {{VALUE}};',
905
+ ],
906
+ ]
907
+ );
908
+
909
+ $this->add_responsive_control(
910
+ 'instagram_commentlike_padding',
911
+ [
912
+ 'label' => __( 'Padding', 'htmega-addons' ),
913
+ 'type' => Controls_Manager::DIMENSIONS,
914
+ 'size_units' => [ 'px', '%', 'em' ],
915
+ 'selectors' => [
916
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
917
+ ],
918
+ ]
919
+ );
920
+
921
+ $this->add_responsive_control(
922
+ 'instagram_commentlike_margin',
923
+ [
924
+ 'label' => __( 'Margin', 'htmega-addons' ),
925
+ 'type' => Controls_Manager::DIMENSIONS,
926
+ 'size_units' => [ 'px', '%', 'em' ],
927
+ 'selectors' => [
928
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
929
+ ],
930
+ ]
931
+ );
932
+
933
+ $this->add_group_control(
934
+ Group_Control_Border::get_type(),
935
+ [
936
+ 'name' => 'instagram_commentlike_border',
937
+ 'label' => __( 'Border', 'htmega-addons' ),
938
+ 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span',
939
+ ]
940
+ );
941
+
942
+ $this->add_responsive_control(
943
+ 'instagram_commentlike_border_radius',
944
+ [
945
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
946
+ 'type' => Controls_Manager::DIMENSIONS,
947
+ 'selectors' => [
948
+ '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
949
+ ],
950
+ ]
951
+ );
952
+
953
+ $this->end_controls_section(); // Zoom icon Style end
954
+
955
+ // Style Follow Button style start
956
+ $this->start_controls_section(
957
+ 'htmega_instagram_follow_btn_style',
958
+ [
959
+ 'label' => __( 'Follow Button', 'htmega-addons' ),
960
+ 'tab' => Controls_Manager::TAB_STYLE,
961
+ 'condition' =>[
962
+ 'show_flow_button' => 'yes',
963
+ ],
964
+ ]
965
+ );
966
+
967
+ $this->add_control(
968
+ 'follow_btn_margin',
969
+ [
970
+ 'label' => __( 'Margin', 'htmega-addons' ),
971
+ 'type' => Controls_Manager::DIMENSIONS,
972
+ 'size_units' => [ 'px', '%', 'em' ],
973
+ 'selectors' => [
974
+ '{{WRAPPER}} a.instagram_follow_btn' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
975
+ ],
976
+ ]
977
+ );
978
+
979
+ $this->add_control(
980
+ 'follow_btn_color',
981
+ [
982
+ 'label' => __( 'Color', 'htmega-addons' ),
983
+ 'type' => Controls_Manager::COLOR,
984
+ 'selectors' => [
985
+ '{{WRAPPER}} a.instagram_follow_btn' => 'color: {{VALUE}}',
986
+ ],
987
+ ]
988
+ );
989
+
990
+ $this->add_control(
991
+ 'follow_btn_bg_color',
992
+ [
993
+ 'label' => __( 'Background Color', 'htmega-addons' ),
994
+ 'type' => Controls_Manager::COLOR,
995
+ 'selectors' => [
996
+ '{{WRAPPER}} a.instagram_follow_btn' => 'background-color: {{VALUE}}',
997
+ ],
998
+ ]
999
+ );
1000
+
1001
+ $this->add_control(
1002
+ 'follow_btn_icon_bg_color',
1003
+ [
1004
+ 'label' => __( 'Icon Background Color', 'htmega-addons' ),
1005
+ 'type' => Controls_Manager::COLOR,
1006
+ 'selectors' => [
1007
+ '{{WRAPPER}} a.instagram_follow_btn i' => 'background-color: {{VALUE}}',
1008
+ ],
1009
+ ]
1010
+ );
1011
+
1012
+ $this->end_controls_section(); // Follow Button Style end
1013
+
1014
+
1015
+
1016
+ // Style instagram arrow style start
1017
+ $this->start_controls_section(
1018
+ 'htmega_instagram_arrow_style',
1019
+ [
1020
+ 'label' => __( 'Arrow', 'htmega-addons' ),
1021
+ 'tab' => Controls_Manager::TAB_STYLE,
1022
+ 'condition' =>[
1023
+ 'slider_on' => 'yes',
1024
+ 'slarrows' => 'yes',
1025
+ ],
1026
+ ]
1027
+ );
1028
+
1029
+ $this->start_controls_tabs( 'instagram_arrow_style_tabs' );
1030
+
1031
+ // Normal tab Start
1032
+ $this->start_controls_tab(
1033
+ 'instagram_arrow_style_normal_tab',
1034
+ [
1035
+ 'label' => __( 'Normal', 'htmega-addons' ),
1036
+ ]
1037
+ );
1038
+
1039
+ $this->add_control(
1040
+ 'htmega_instagram_arrow_color',
1041
+ [
1042
+ 'label' => __( 'Color', 'htmega-addons' ),
1043
+ 'type' => Controls_Manager::COLOR,
1044
+ 'default' => '#ffffff',
1045
+ 'selectors' => [
1046
+ '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'color: {{VALUE}};',
1047
+ ],
1048
+ ]
1049
+ );
1050
+
1051
+ $this->add_control(
1052
+ 'htmega_instagram_arrow_fontsize',
1053
+ [
1054
+ 'label' => __( 'Font Size', 'htmega-addons' ),
1055
+ 'type' => Controls_Manager::SLIDER,
1056
+ 'size_units' => [ 'px', '%' ],
1057
+ 'range' => [
1058
+ 'px' => [
1059
+ 'min' => 0,
1060
+ 'max' => 100,
1061
+ 'step' => 1,
1062
+ ],
1063
+ '%' => [
1064
+ 'min' => 0,
1065
+ 'max' => 100,
1066
+ ],
1067
+ ],
1068
+ 'default' => [
1069
+ 'unit' => 'px',
1070
+ 'size' => 20,
1071
+ ],
1072
+ 'selectors' => [
1073
+ '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'font-size: {{SIZE}}{{UNIT}};',
1074
+ ],
1075
+ ]
1076
+ );
1077
+
1078
+ $this->add_group_control(
1079
+ Group_Control_Background::get_type(),
1080
+ [
1081
+ 'name' => 'instagram_arrow_background',
1082
+ 'label' => __( 'Background', 'htmega-addons' ),
1083
+ 'types' => [ 'classic', 'gradient' ],
1084
+ 'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow',
1085
+ ]
1086
+ );
1087
+
1088
+ $this->add_group_control(
1089
+ Group_Control_Border::get_type(),
1090
+ [
1091
+ 'name' => 'htmega_instagram_arrow_border',
1092
+ 'label' => __( 'Border', 'htmega-addons' ),
1093
+ 'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow',
1094
+ ]
1095
+ );
1096
+
1097
+ $this->add_responsive_control(
1098
+ 'htmega_instagram_arrow_border_radius',
1099
+ [
1100
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1101
+ 'type' => Controls_Manager::DIMENSIONS,
1102
+ 'selectors' => [
1103
+ '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
1104
+ ],
1105
+ ]
1106
+ );
1107
+
1108
+ $this->add_control(
1109
+ 'htmega_instagram_arrow_height',
1110
+ [
1111
+ 'label' => __( 'Height', 'htmega-addons' ),
1112
+ 'type' => Controls_Manager::SLIDER,
1113
+ 'size_units' => [ 'px', '%' ],
1114
+ 'range' => [
1115
+ 'px' => [
1116
+ 'min' => 0,
1117
+ 'max' => 1000,
1118
+ 'step' => 1,
1119
+ ],
1120
+ '%' => [
1121
+ 'min' => 0,
1122
+ 'max' => 100,
1123
+ ],
1124
+ ],
1125
+ 'default' => [
1126
+ 'unit' => 'px',
1127
+ 'size' => 30,
1128
+ ],
1129
+ 'selectors' => [
1130
+ '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'height: {{SIZE}}{{UNIT}};',
1131
+ ],
1132
+ ]
1133
+ );
1134
+
1135
+ $this->add_control(
1136
+ 'htmega_instagram_arrow_width',
1137
+ [
1138
+ 'label' => __( 'Width', 'htmega-addons' ),
1139
+ 'type' => Controls_Manager::SLIDER,
1140
+ 'size_units' => [ 'px', '%' ],
1141
+ 'range' => [
1142
+ 'px' => [
1143
+ 'min' => 0,
1144
+ 'max' => 1000,
1145
+ 'step' => 1,
1146
+ ],
1147
+ '%' => [
1148
+ 'min' => 0,
1149
+ 'max' => 100,
1150
+ ],
1151
+ ],
1152
+ 'default' => [
1153
+ 'unit' => 'px',
1154
+ 'size' => 30,
1155
+ ],
1156
+ 'selectors' => [
1157
+ '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'width: {{SIZE}}{{UNIT}};',
1158
+ ],
1159
+ ]
1160
+ );
1161
+
1162
+ $this->add_responsive_control(
1163
+ 'htmega_instagram_arrow_padding',
1164
+ [
1165
+ 'label' => __( 'Padding', 'htmega-addons' ),
1166
+ 'type' => Controls_Manager::DIMENSIONS,
1167
+ 'size_units' => [ 'px', '%', 'em' ],
1168
+ 'selectors' => [
1169
+ '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1170
+ ],
1171
+ 'separator' =>'before',
1172
+ ]
1173
+ );
1174
+
1175
+ $this->end_controls_tab(); // Normal tab end
1176
+
1177
+ // Hover tab Start
1178
+ $this->start_controls_tab(
1179
+ 'instagram_arrow_style_hover_tab',
1180
+ [
1181
+ 'label' => __( 'Hover', 'htmega-addons' ),
1182
+ ]
1183
+ );
1184
+
1185
+ $this->add_control(
1186
+ 'htmega_instagram_arrow_hover_color',
1187
+ [
1188
+ 'label' => __( 'Color', 'htmega-addons' ),
1189
+ 'type' => Controls_Manager::COLOR,
1190
+ 'default' => '#ffffff',
1191
+ 'selectors' => [
1192
+ '{{WRAPPER}} .htmega-instragram .slick-arrow:hover' => 'color: {{VALUE}};',
1193
+ ],
1194
+ ]
1195
+ );
1196
+
1197
+ $this->add_group_control(
1198
+ Group_Control_Background::get_type(),
1199
+ [
1200
+ 'name' => 'instagram_arrow_hover_background',
1201
+ 'label' => __( 'Background', 'htmega-addons' ),
1202
+ 'types' => [ 'classic', 'gradient' ],
1203
+ 'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow:hover',
1204
+ ]
1205
+ );
1206
+
1207
+ $this->add_group_control(
1208
+ Group_Control_Border::get_type(),
1209
+ [
1210
+ 'name' => 'htmega_instagram_arrow_hover_border',
1211
+ 'label' => __( 'Border', 'htmega-addons' ),
1212
+ 'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow:hover',
1213
+ ]
1214
+ );
1215
+
1216
+ $this->add_responsive_control(
1217
+ 'htmega_instagram_arrow_hover_border_radius',
1218
+ [
1219
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1220
+ 'type' => Controls_Manager::DIMENSIONS,
1221
+ 'selectors' => [
1222
+ '{{WRAPPER}} .htmega-instragram .slick-arrow:hover' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
1223
+ ],
1224
+ ]
1225
+ );
1226
+
1227
+ $this->end_controls_tab(); // Hover tab end
1228
+
1229
+ $this->end_controls_tabs();
1230
+
1231
+ $this->end_controls_section(); // Style instagram arrow style end
1232
+
1233
+
1234
+ // Style instagram Dots style start
1235
+ $this->start_controls_section(
1236
+ 'htmega_instagram_dots_style',
1237
+ [
1238
+ 'label' => __( 'Pagination', 'htmega-addons' ),
1239
+ 'tab' => Controls_Manager::TAB_STYLE,
1240
+ 'condition' =>[
1241
+ 'slider_on' => 'yes',
1242
+ 'sldots' => 'yes',
1243
+ ],
1244
+ ]
1245
+ );
1246
+
1247
+ $this->start_controls_tabs( 'instagram_dots_style_tabs' );
1248
+
1249
+ // Normal tab Start
1250
+ $this->start_controls_tab(
1251
+ 'instagram_dots_style_normal_tab',
1252
+ [
1253
+ 'label' => __( 'Normal', 'htmega-addons' ),
1254
+ ]
1255
+ );
1256
+
1257
+ $this->add_group_control(
1258
+ Group_Control_Background::get_type(),
1259
+ [
1260
+ 'name' => 'instagram_dots_background',
1261
+ 'label' => __( 'Background', 'htmega-addons' ),
1262
+ 'types' => [ 'classic', 'gradient' ],
1263
+ 'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li',
1264
+ ]
1265
+ );
1266
+
1267
+ $this->add_group_control(
1268
+ Group_Control_Border::get_type(),
1269
+ [
1270
+ 'name' => 'htmega_instagram_dots_border',
1271
+ 'label' => __( 'Border', 'htmega-addons' ),
1272
+ 'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li',
1273
+ ]
1274
+ );
1275
+
1276
+ $this->add_responsive_control(
1277
+ 'htmega_instagram_dots_border_radius',
1278
+ [
1279
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1280
+ 'type' => Controls_Manager::DIMENSIONS,
1281
+ 'selectors' => [
1282
+ '{{WRAPPER}} .htmega-instragram .slick-dots li' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
1283
+ ],
1284
+ ]
1285
+ );
1286
+
1287
+ $this->add_control(
1288
+ 'htmega_instagram_dots_height',
1289
+ [
1290
+ 'label' => __( 'Height', 'htmega-addons' ),
1291
+ 'type' => Controls_Manager::SLIDER,
1292
+ 'size_units' => [ 'px', '%' ],
1293
+ 'range' => [
1294
+ 'px' => [
1295
+ 'min' => 0,
1296
+ 'max' => 1000,
1297
+ 'step' => 1,
1298
+ ],
1299
+ '%' => [
1300
+ 'min' => 0,
1301
+ 'max' => 100,
1302
+ ],
1303
+ ],
1304
+ 'default' => [
1305
+ 'unit' => 'px',
1306
+ 'size' => 15,
1307
+ ],
1308
+ 'selectors' => [
1309
+ '{{WRAPPER}} .htmega-instragram .slick-dots li' => 'height: {{SIZE}}{{UNIT}};',
1310
+ ],
1311
+ ]
1312
+ );
1313
+
1314
+ $this->add_control(
1315
+ 'htmega_instagram_dots_width',
1316
+ [
1317
+ 'label' => __( 'Width', 'htmega-addons' ),
1318
+ 'type' => Controls_Manager::SLIDER,
1319
+ 'size_units' => [ 'px', '%' ],
1320
+ 'range' => [
1321
+ 'px' => [
1322
+ 'min' => 0,
1323
+ 'max' => 1000,
1324
+ 'step' => 1,
1325
+ ],
1326
+ '%' => [
1327
+ 'min' => 0,
1328
+ 'max' => 100,
1329
+ ],
1330
+ ],
1331
+ 'default' => [
1332
+ 'unit' => 'px',
1333
+ 'size' => 15,
1334
+ ],
1335
+ 'selectors' => [
1336
+ '{{WRAPPER}} .htmega-instragram .slick-dots li' => 'width: {{SIZE}}{{UNIT}} !important;',
1337
+ ],
1338
+ ]
1339
+ );
1340
+
1341
+ $this->end_controls_tab(); // Normal tab end
1342
+
1343
+ // Hover tab Start
1344
+ $this->start_controls_tab(
1345
+ 'instagram_dots_style_hover_tab',
1346
+ [
1347
+ 'label' => __( 'Active', 'htmega-addons' ),
1348
+ ]
1349
+ );
1350
+
1351
+ $this->add_group_control(
1352
+ Group_Control_Background::get_type(),
1353
+ [
1354
+ 'name' => 'instagram_dots_hover_background',
1355
+ 'label' => __( 'Background', 'htmega-addons' ),
1356
+ 'types' => [ 'classic', 'gradient' ],
1357
+ 'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li.slick-active',
1358
+ ]
1359
+ );
1360
+
1361
+ $this->add_group_control(
1362
+ Group_Control_Border::get_type(),
1363
+ [
1364
+ 'name' => 'htmega_instagram_dots_hover_border',
1365
+ 'label' => __( 'Border', 'htmega-addons' ),
1366
+ 'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li.slick-active',
1367
+ ]
1368
+ );
1369
+
1370
+ $this->add_responsive_control(
1371
+ 'htmega_instagram_dots_hover_border_radius',
1372
+ [
1373
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1374
+ 'type' => Controls_Manager::DIMENSIONS,
1375
+ 'selectors' => [
1376
+ '{{WRAPPER}} .htmega-instragram .slick-dots li.slick-active' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
1377
+ ],
1378
+ ]
1379
+ );
1380
+
1381
+ $this->end_controls_tab(); // Hover tab end
1382
+
1383
+ $this->end_controls_tabs();
1384
+
1385
+ $this->end_controls_section(); // Style instagram dots style end
1386
+
1387
+ }
1388
+
1389
+ protected function render( $instance = [] ) {
1390
+
1391
+ $settings = $this->get_settings_for_display();
1392
+ $id = $this->get_id();
1393
+
1394
+ $this->add_render_attribute( 'htmega_instragram', 'class', 'htmega-instragram' );
1395
+ $this->add_render_attribute( 'htmega_instragram', 'class', 'htmega-instragram-style-'.$settings['instagram_style'] );
1396
+ $imagesize = (int)$settings['instagram_image_size'];
1397
+
1398
+ $limit = !empty( $settings['limit'] ) ? $settings['limit'] : 8;
1399
+ $username = !empty( $settings['username'] ) ? $settings['username'] : 'portfolio.devitems';
1400
+ $profile_link = 'https://www.instagram.com/'.$username;
1401
+
1402
+
1403
+ if( $settings['slider_on'] == 'yes' ){
1404
+
1405
+ $slider_settings = [
1406
+ 'arrows' => ('yes' === $settings['slarrows']),
1407
+ 'arrow_prev_txt' => HTMega_Icon_manager::render_icon( $settings['slprevicon'], [ 'aria-hidden' => 'true' ] ),
1408
+ 'arrow_next_txt' => HTMega_Icon_manager::render_icon( $settings['slnexticon'], [ 'aria-hidden' => 'true' ] ),
1409
+ 'dots' => ('yes' === $settings['sldots']),
1410
+ 'autoplay' => ('yes' === $settings['slautolay']),
1411
+ 'autoplay_speed' => absint($settings['slautoplay_speed']),
1412
+ 'animation_speed' => absint($settings['slanimation_speed']),
1413
+ 'pause_on_hover' => ('yes' === $settings['slpause_on_hover']),
1414
+ 'center_mode' => ( 'yes' === $settings['slcentermode']),
1415
+ 'center_padding' => absint($settings['slcenterpadding']),
1416
+ ];
1417
+
1418
+ $slider_responsive_settings = [
1419
+ 'display_columns' => $settings['slitems'],
1420
+ 'scroll_columns' => $settings['slscroll_columns'],
1421
+ 'tablet_width' => $settings['sltablet_width'],
1422
+ 'tablet_display_columns' => $settings['sltablet_display_columns'],
1423
+ 'tablet_scroll_columns' => $settings['sltablet_scroll_columns'],
1424
+ 'mobile_width' => $settings['slmobile_width'],
1425
+ 'mobile_display_columns' => $settings['slmobile_display_columns'],
1426
+ 'mobile_scroll_columns' => $settings['slmobile_scroll_columns'],
1427
+
1428
+ ];
1429
+
1430
+ $slider_settings = array_merge( $slider_settings, $slider_responsive_settings );
1431
+ }else{
1432
+ $slider_settings = [];
1433
+ }
1434
+
1435
+ ?>
1436
+ <div <?php echo $this->get_render_attribute_string('htmega_instragram'); ?> >
1437
+
1438
+ <div id="htmega-instagram-list-<?php echo $id; ?>"></div>
1439
+
1440
+ <?php
1441
+ if( $settings['show_flow_button'] == 'yes' ):
1442
+ $flowtxt = $settings['flow_button_txt'].' '.$username;
1443
+ ?>
1444
+ <a class="instagram_follow_btn" href="<?php echo esc_url( $profile_link ); ?>" target="_blank">
1445
+ <?php echo HTMega_Icon_manager::render_icon( $settings['flow_button_icon'], [ 'aria-hidden' => 'true' ] ); ?>
1446
+ <span><?php echo esc_html__( $flowtxt, 'htmega-addons' );?></span>
1447
+ </a>
1448
+ <?php endif; ?>
1449
+
1450
+ </div>
1451
+
1452
+ <?php
1453
+ $zoo_image = '';
1454
+ if( !empty( $settings['zoom_image'] ) && $settings['zoomicon_type'] == 'img' ){
1455
+ $zoo_image = Group_Control_Image_Size::get_attachment_image_html( $settings, 'zoom_imagesize', 'zoom_image' );
1456
+ }else{
1457
+ $zoo_image = sprintf('<span class="zoom_icon">%1$s</span>', HTMega_Icon_manager::render_icon( $settings['zoom_icon'], [ 'aria-hidden' => 'true' ] ) );
1458
+ }
1459
+ ?>
1460
+
1461
+ <script type="text/javascript">
1462
+ ;jQuery(document).ready(function($) {
1463
+ 'use strict';
1464
+
1465
+ var limit = <?php echo $limit; ?>,
1466
+ id = '<?php echo $id; ?>',
1467
+ username = '<?php echo $username; ?>',
1468
+ img_size = <?php echo $imagesize; ?>,
1469
+ slider_on = '<?php echo $settings['slider_on']; ?>';
1470
+
1471
+ // Meta Option
1472
+ var comment = '<?php echo $settings['show_comment']; ?>',
1473
+ like = '<?php echo $settings['show_like']; ?>',
1474
+ lightbox = '<?php echo $settings['show_light_box']; ?>',
1475
+ like_icon = '<?php echo HTMega_Icon_manager::render_icon( $settings['like_icon'], [ 'aria-hidden' => 'true' ] ); ?>',
1476
+ comment_icon = '<?php echo HTMega_Icon_manager::render_icon( $settings['comment_icon'], [ 'aria-hidden' => 'true' ] ); ?>',
1477
+ zoo_image = '<?php echo $zoo_image; ?>',
1478
+ lazy_load = '<?php echo $settings['lazy_load']; ?>';
1479
+
1480
+ // Slider Option
1481
+ if( slider_on == 'yes' ){
1482
+ var slider_opt = <?php echo wp_json_encode( $slider_settings ); ?>;
1483
+ var arrows = slider_opt['arrows'],
1484
+ arrow_prev_txt = slider_opt['arrow_prev_txt'],
1485
+ arrow_next_txt = slider_opt['arrow_next_txt'],
1486
+ dots = slider_opt['dots'],
1487
+ autoplay = slider_opt['autoplay'],
1488
+ autoplay_speed = parseInt(slider_opt['autoplay_speed']) || 3000,
1489
+ animation_speed = parseInt(slider_opt['animation_speed']) || 300,
1490
+ pause_on_hover = slider_opt['pause_on_hover'],
1491
+ center_mode = slider_opt['center_mode'],
1492
+ center_padding = slider_opt['center_padding'] ? slider_opt['center_padding'] : '50px',
1493
+ display_columns = parseInt(slider_opt['display_columns']) || 1,
1494
+ scroll_columns = parseInt(slider_opt['scroll_columns']) || 1,
1495
+ tablet_width = parseInt(slider_opt['tablet_width']) || 800,
1496
+ tablet_display_columns = parseInt(slider_opt['tablet_display_columns']) || 1,
1497
+ tablet_scroll_columns = parseInt(slider_opt['tablet_scroll_columns']) || 1,
1498
+ mobile_width = parseInt(slider_opt['mobile_width']) || 480,
1499
+ mobile_display_columns = parseInt(slider_opt['mobile_display_columns']) || 1,
1500
+ mobile_scroll_columns = parseInt(slider_opt['mobile_scroll_columns']) || 1;
1501
+ }
1502
+
1503
+ // Manage Image Size
1504
+ var image_sizes = {
1505
+ "150": 0,
1506
+ "240": 1,
1507
+ "320": 2,
1508
+ "480": 3,
1509
+ "640": 4
1510
+ };
1511
+
1512
+ //image size
1513
+ var image_index = typeof image_sizes[img_size] !== "undefined" ? image_sizes[img_size] : image_sizes[640];
1514
+
1515
+ // Clear localStorage data
1516
+ var clearLocalData = '<?php echo $settings['clear_cache_data']; ?>';
1517
+ if( clearLocalData == 'yes' ){
1518
+ window.localStorage.clear();
1519
+ }
1520
+
1521
+ // Display Instagram item
1522
+ function htMegaDisplayInstagramFeed( data ){
1523
+ var html = "<ul class='htmega-instagram-list'>";
1524
+ var imgs = (data.edge_owner_to_timeline_media || data.edge_hashtag_to_media).edges,
1525
+ max = ( imgs.length > limit ) ? limit : imgs.length;
1526
+
1527
+ for (var i = 0; i < max; i++) {
1528
+ var url = "https://www.instagram.com/p/" + imgs[i].node.shortcode,
1529
+ image, fullimage, type_resource, caption;
1530
+
1531
+ switch (imgs[i].node.__typename) {
1532
+ case "GraphSidecar":
1533
+ type_resource = "sidecar"
1534
+ image = imgs[i].node.thumbnail_resources[image_index].src;
1535
+ fullimage = imgs[i].node.thumbnail_src;
1536
+ break;
1537
+ case "GraphVideo":
1538
+ type_resource = "video";
1539
+ image = imgs[i].node.thumbnail_src
1540
+ fullimage = imgs[i].node.thumbnail_src;
1541
+ break;
1542
+ default:
1543
+ type_resource = "image";
1544
+ image = imgs[i].node.thumbnail_resources[image_index].src;
1545
+ fullimage = imgs[i].node.thumbnail_src;
1546
+ }
1547
+
1548
+ if (
1549
+ typeof imgs[i].node.edge_media_to_caption.edges[0] !== "undefined" &&
1550
+ typeof imgs[i].node.edge_media_to_caption.edges[0].node !== "undefined" &&
1551
+ typeof imgs[i].node.edge_media_to_caption.edges[0].node.text !== "undefined" &&
1552
+ imgs[i].node.edge_media_to_caption.edges[0].node.text !== null
1553
+ ) {
1554
+ caption = imgs[i].node.edge_media_to_caption.edges[0].node.text;
1555
+ } else if (
1556
+ typeof imgs[i].node.accessibility_caption !== "undefined" &&
1557
+ imgs[i].node.accessibility_caption !== null
1558
+ ) {
1559
+ caption = imgs[i].node.accessibility_caption;
1560
+ } else {
1561
+ caption = (is_tag ? data.name : data.username) + " image " + i;
1562
+ }
1563
+
1564
+ html += '<li>';
1565
+ html += "<a href='" + url + "' rel='noopener' target='_blank'>";
1566
+ html += "<img" + (lazy_load == 'yes' ? " loading='lazy'" : '') +" src='" + image + "' alt='" + caption + "' />";
1567
+ html += "</a>";
1568
+
1569
+ if( comment == 'yes' || like == 'yes' || lightbox == 'yes' ){
1570
+
1571
+ html += '<div class="instagram-clip"><div class="htmega-content">';
1572
+
1573
+ if( comment == 'yes' || like == 'yes' ){
1574
+ html += '<div class="instagram-like-comment">';
1575
+ if( like == 'yes' ){
1576
+ html += '<span class="like">'+like_icon+imgs[i].node.edge_liked_by.count+'</span>';
1577
+ }
1578
+ if( comment == 'yes' ){
1579
+ html += '<span class="comment">'+comment_icon+imgs[i].node.edge_media_to_comment.count+'</span>';
1580
+ }
1581
+ html +='</div>';
1582
+ }
1583
+
1584
+ if( lightbox == 'yes' ){
1585
+ html += '<div class="instagram-btn">';
1586
+ html += '<a class="image-popup-vertical-fit" href="'+ fullimage +'">'+zoo_image+'</a>';
1587
+ html += '</div>';
1588
+ }
1589
+
1590
+ html += '</div></div>';
1591
+ }
1592
+
1593
+
1594
+ html += '</li>';
1595
+ }
1596
+
1597
+ html += '</ul>';
1598
+
1599
+ $( "#htmega-instagram-list-"+id ).html( html );
1600
+ }
1601
+
1602
+ // Instagram Feed
1603
+ if( window.localStorage.getItem( "htmega_instragram_local_data_status"+id ) === 'true' ){
1604
+ var localdata = window.localStorage.getItem( "htmega_instragram_local_data_"+id );
1605
+ htMegaDisplayInstagramFeed( JSON.parse( localdata ) );
1606
+ }else{
1607
+ $.instagramFeed({
1608
+ 'username': username,
1609
+ 'callback': function( data ){
1610
+ window.localStorage.setItem( "htmega_instragram_local_data_"+id, JSON.stringify( data ) );
1611
+ window.localStorage.setItem( "htmega_instragram_local_data_status"+id, 'true' );
1612
+ htMegaDisplayInstagramFeed( data );
1613
+ }
1614
+ });
1615
+ }
1616
+
1617
+ if( slider_on == 'yes' ){
1618
+
1619
+ function htMegaInstagramSlider( selector = 'htmega-instagram-list' ){
1620
+ $("#htmega-instagram-list-"+id+" ." + selector ).slick({
1621
+ arrows: arrows,
1622
+ prevArrow: '<button class="htmega-carosul-prev">'+arrow_prev_txt+'</button>',
1623
+ nextArrow: '<button class="htmega-carosul-next">'+arrow_next_txt+'</button>',
1624
+ dots: dots,
1625
+ infinite: true,
1626
+ autoplay: autoplay,
1627
+ autoplaySpeed: autoplay_speed,
1628
+ speed: animation_speed,
1629
+ fade: false,
1630
+ pauseOnHover: pause_on_hover,
1631
+ slidesToShow: display_columns,
1632
+ slidesToScroll: scroll_columns,
1633
+ centerMode: center_mode,
1634
+ centerPadding: center_padding,
1635
+ responsive: [
1636
+ {
1637
+ breakpoint: tablet_width,
1638
+ settings: {
1639
+ slidesToShow: tablet_display_columns,
1640
+ slidesToScroll: tablet_scroll_columns
1641
+ }
1642
+ },
1643
+ {
1644
+ breakpoint: mobile_width,
1645
+ settings: {
1646
+ slidesToShow: mobile_display_columns,
1647
+ slidesToScroll: mobile_scroll_columns
1648
+ }
1649
+ }
1650
+ ]
1651
+ })
1652
+ }
1653
+
1654
+ if( window.localStorage.getItem( "htmega_instragram_local_data_status"+id ) === 'true' ){
1655
+ htMegaInstagramSlider();
1656
+ }else{
1657
+ $("#htmega-instagram-list-"+id).on("DOMNodeInserted", function (e) {
1658
+ if ( e.target.className == 'htmega-instagram-list' ) {
1659
+ htMegaInstagramSlider();
1660
+ }
1661
+ });
1662
+ }
1663
+
1664
+ }
1665
+
1666
+ });
1667
+ </script>
1668
+
1669
+ <?php
1670
+ }
1671
+
1672
+ }
includes/widgets/htmega_post_carousel.php CHANGED
@@ -94,7 +94,7 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
94
  $this->add_control(
95
  'carousel_post_type',
96
  [
97
- 'label' => esc_html__( 'Content Sourse', 'htmega-addons' ),
98
  'type' => Controls_Manager::SELECT2,
99
  'label_block' => true,
100
  'options' => htmega_get_post_types(),
@@ -331,7 +331,20 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
331
  'slider_on' => 'yes',
332
  ]
333
  ]
334
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
335
  $this->add_control(
336
  'slarrows',
337
  [
@@ -2103,6 +2116,7 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
2103
  $this->add_render_attribute( 'htmega_post_slider_attr', 'class', 'htmega-carousel-activation' );
2104
 
2105
  $slider_settings = [
 
2106
  'arrows' => ('yes' === $settings['slarrows']),
2107
  'arrow_prev_txt' => HTMega_Icon_manager::render_icon( $settings['slprevicon'], [ 'aria-hidden' => 'true' ] ),
2108
  'arrow_next_txt' => HTMega_Icon_manager::render_icon( $settings['slnexticon'], [ 'aria-hidden' => 'true' ] ),
@@ -2114,6 +2128,8 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
2114
  'pause_on_hover' => ('yes' === $settings['slpause_on_hover']),
2115
  'center_mode' => ( 'yes' === $settings['slcentermode']),
2116
  'center_padding' => absint($settings['slcenterpadding']),
 
 
2117
  ];
2118
 
2119
  $slider_responsive_settings = [
94
  $this->add_control(
95
  'carousel_post_type',
96
  [
97
+ 'label' => esc_html__( 'Content Source', 'htmega-addons' ),
98
  'type' => Controls_Manager::SELECT2,
99
  'label_block' => true,
100
  'options' => htmega_get_post_types(),
331
  'slider_on' => 'yes',
332
  ]
333
  ]
334
+ );
335
+ $this->add_control(
336
+ 'equal_height_column',
337
+ [
338
+ 'label' => esc_html__( 'Equal Height Column', 'htmega-addons' ),
339
+ 'type' => Controls_Manager::SWITCHER,
340
+ 'return_value' => 'yes',
341
+ 'separator' => 'before',
342
+ 'default' => 'no',
343
+ 'condition' => [
344
+ 'slider_on' => 'yes',
345
+ ]
346
+ ]
347
+ );
348
  $this->add_control(
349
  'slarrows',
350
  [
2116
  $this->add_render_attribute( 'htmega_post_slider_attr', 'class', 'htmega-carousel-activation' );
2117
 
2118
  $slider_settings = [
2119
+ 'sectionid' => $sectionid,
2120
  'arrows' => ('yes' === $settings['slarrows']),
2121
  'arrow_prev_txt' => HTMega_Icon_manager::render_icon( $settings['slprevicon'], [ 'aria-hidden' => 'true' ] ),
2122
  'arrow_next_txt' => HTMega_Icon_manager::render_icon( $settings['slnexticon'], [ 'aria-hidden' => 'true' ] ),
2128
  'pause_on_hover' => ('yes' === $settings['slpause_on_hover']),
2129
  'center_mode' => ( 'yes' === $settings['slcentermode']),
2130
  'center_padding' => absint($settings['slcenterpadding']),
2131
+ 'equal_height_column' => ('yes' === $settings['equal_height_column']),
2132
+ 'equal_height_column_class' => '.post-inner',
2133
  ];
2134
 
2135
  $slider_responsive_settings = [
languages/htmega-addons.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: HT Mega - Absolute Addons for Elementor Page Builder\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2022-08-30 08:34+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Generator: Loco https://localise.biz/\n"
16
- "X-Loco-Version: 2.6.2; wp-6.0.1\n"
17
  "X-Domain: htmega-addons"
18
 
19
  #: includes/widgets/htmega_twitter_feed.php:1680
@@ -222,11 +222,11 @@ msgstr ""
222
  msgid "15"
223
  msgstr ""
224
 
225
- #: admin/include/admin-setting.php:1383
226
  msgid "15 Categories / Template set"
227
  msgstr ""
228
 
229
- #: admin/include/admin-setting.php:1384
230
  msgid "15 Templates"
231
  msgstr ""
232
 
@@ -436,23 +436,23 @@ msgstr ""
436
  msgid "31"
437
  msgstr ""
438
 
439
- #: admin/include/admin-setting.php:1408
440
  msgid "325 Blocks / Sections"
441
  msgstr ""
442
 
443
- #: admin/include/admin-setting.php:1409
444
  msgid "35 Categories / Template set"
445
  msgstr ""
446
 
447
- #: admin/include/admin-setting.php:1385
448
  msgid "360 Blocks / Sections"
449
  msgstr ""
450
 
451
- #: admin/include/admin-setting.php:1306
452
  msgid "360 Elementor Blocks"
453
  msgstr ""
454
 
455
- #: admin/include/admin-setting.php:1307
456
  msgid "39 Categories and 491 Page Templates."
457
  msgstr ""
458
 
@@ -484,7 +484,7 @@ msgstr ""
484
  msgid "404 Content"
485
  msgstr ""
486
 
487
- #: admin/include/admin-setting.php:1387 admin/include/admin-setting.php:1412
488
  msgid "404 Error Page Builder"
489
  msgstr ""
490
 
@@ -512,7 +512,7 @@ msgstr ""
512
  msgid "50%"
513
  msgstr ""
514
 
515
- #: admin/include/admin-setting.php:1410
516
  msgid "524 Templates"
517
  msgstr ""
518
 
@@ -536,11 +536,11 @@ msgstr ""
536
  msgid "8 seconds"
537
  msgstr ""
538
 
539
- #: admin/include/admin-setting.php:1305
540
  msgid "80+ Elementor Elements"
541
  msgstr ""
542
 
543
- #: admin/include/admin-setting.php:1382 admin/include/admin-setting.php:1407
544
  msgid "84 Elements"
545
  msgstr ""
546
 
@@ -1083,11 +1083,11 @@ msgstr ""
1083
  msgid "April"
1084
  msgstr ""
1085
 
1086
- #: admin/include/admin-setting.php:917 admin/include/admin-setting.php:918
1087
  msgid "Archive Posts"
1088
  msgstr ""
1089
 
1090
- #: admin/include/admin-setting.php:926 admin/include/admin-setting.php:927
1091
  #: extensions/ht-builder/widgets/bl_post_archive_title.php:39
1092
  #: extensions/ht-builder/widgets/bl_post_archive_title.php:60
1093
  #: extensions/ht-builder/widgets/bl_post_archive_title.php:170
@@ -1179,7 +1179,7 @@ msgstr ""
1179
  msgid "Author Image Style"
1180
  msgstr ""
1181
 
1182
- #: admin/include/admin-setting.php:971 admin/include/admin-setting.php:972
1183
  #: extensions/ht-builder/widgets/bl_post_author_info.php:39
1184
  msgid "Author Info"
1185
  msgstr ""
@@ -1622,7 +1622,7 @@ msgstr ""
1622
  msgid "Background Color ( Odd )"
1623
  msgstr ""
1624
 
1625
- #: admin/include/admin-setting.php:1398 admin/include/admin-setting.php:1423
1626
  msgid "Background color option"
1627
  msgstr ""
1628
 
@@ -1710,7 +1710,7 @@ msgstr ""
1710
  msgid "Bbpress"
1711
  msgstr ""
1712
 
1713
- #: admin/include/admin-setting.php:1058
1714
  msgid "bbPress"
1715
  msgstr ""
1716
 
@@ -1881,15 +1881,15 @@ msgstr ""
1881
  msgid "Blocks"
1882
  msgstr ""
1883
 
1884
- #: admin/include/admin-setting.php:1389 admin/include/admin-setting.php:1414
1885
  msgid "Blog Archive Category Wise Individual layout"
1886
  msgstr ""
1887
 
1888
- #: admin/include/admin-setting.php:1390 admin/include/admin-setting.php:1415
1889
  msgid "Blog Archive Tag Wise Individual layout"
1890
  msgstr ""
1891
 
1892
- #: admin/include/admin-setting.php:1386 admin/include/admin-setting.php:1411
1893
  msgid "Blog Search Page Builder"
1894
  msgstr ""
1895
 
@@ -1915,7 +1915,7 @@ msgstr ""
1915
  msgid "Booked Calendar"
1916
  msgstr ""
1917
 
1918
- #: admin/include/admin-setting.php:1068
1919
  #: includes/widgets/htmega_booked_calender.php:43
1920
  msgid "Booked Calender"
1921
  msgstr ""
@@ -2914,7 +2914,7 @@ msgstr ""
2914
  msgid "Breaking News"
2915
  msgstr ""
2916
 
2917
- #: admin/include/admin-setting.php:1078
2918
  #: includes/widgets/htmega_buddy_press.php:13
2919
  #: includes/widgets/htmega_buddy_press.php:41
2920
  msgid "BuddyPress"
@@ -3081,7 +3081,7 @@ msgstr ""
3081
  msgid "Button Width"
3082
  msgstr ""
3083
 
3084
- #: includes/class.assests.php:386 admin/include/admin-setting.php:1428
3085
  #: admin/include/template-library.php:301
3086
  #: admin/include/template-library.php:353
3087
  #: includes/recommended-plugins/class.recommended-plugins.php:122
@@ -3106,7 +3106,7 @@ msgstr ""
3106
  msgid "Cache Time Duration"
3107
  msgstr ""
3108
 
3109
- #: admin/include/admin-setting.php:1088
3110
  #: includes/widgets/htmega_caldera_form.php:13
3111
  #: includes/widgets/htmega_caldera_form.php:41
3112
  msgid "Caldera Form"
@@ -3955,7 +3955,7 @@ msgstr ""
3955
  msgid "Columns"
3956
  msgstr ""
3957
 
3958
- #: admin/include/admin-setting.php:1388 admin/include/admin-setting.php:1413
3959
  msgid "Coming soon Page Builder"
3960
  msgstr ""
3961
 
@@ -4004,12 +4004,12 @@ msgstr ""
4004
  msgid "Contact Form"
4005
  msgstr ""
4006
 
4007
- #: admin/include/admin-setting.php:1098
4008
  #: includes/widgets/htmega_contact_form_seven.php:13
4009
  msgid "Contact form 7"
4010
  msgstr ""
4011
 
4012
- #: admin/include/admin-setting.php:1370
4013
  msgid "Contact Us"
4014
  msgstr ""
4015
 
@@ -4115,7 +4115,7 @@ msgstr ""
4115
  msgid "Content Color"
4116
  msgstr ""
4117
 
4118
- #: admin/include/admin-setting.php:1400 admin/include/admin-setting.php:1425
4119
  msgid "Content color option"
4120
  msgstr ""
4121
 
@@ -4227,7 +4227,7 @@ msgstr ""
4227
  msgid "Cross Icon Color"
4228
  msgstr ""
4229
 
4230
- #: admin/include/admin-setting.php:1401 admin/include/admin-setting.php:1426
4231
  msgid "Cross icon color option"
4232
  msgstr ""
4233
 
@@ -4601,7 +4601,7 @@ msgstr ""
4601
  msgid "Download File"
4602
  msgstr ""
4603
 
4604
- #: admin/include/admin-setting.php:1108
4605
  #: includes/widgets/htmega_download_monitor.php:13
4606
  msgid "Download Monitor"
4607
  msgstr ""
@@ -4610,7 +4610,7 @@ msgstr ""
4610
  msgid "Downloaded"
4611
  msgstr ""
4612
 
4613
- #: admin/include/admin-setting.php:1308
4614
  msgid "Drag n Drop, No coding Required"
4615
  msgstr ""
4616
 
@@ -4632,7 +4632,7 @@ msgstr ""
4632
  msgid "Due Date"
4633
  msgstr ""
4634
 
4635
- #: admin/include/admin-setting.php:1118
4636
  #: includes/widgets/htmega_easy_digital_download.php:13
4637
  #: includes/widgets/htmega_easy_digital_download.php:43
4638
  msgid "Easy Digital Downloads"
@@ -5025,7 +5025,7 @@ msgstr ""
5025
  msgid "Fakes"
5026
  msgstr ""
5027
 
5028
- #: admin/include/admin-setting.php:1391 admin/include/admin-setting.php:1416
5029
  msgid "Fakes notification"
5030
  msgstr ""
5031
 
@@ -5314,11 +5314,11 @@ msgstr ""
5314
  msgid "Gerald Gilbert"
5315
  msgstr ""
5316
 
5317
- #: admin/include/admin-setting.php:1314
5318
  msgid "Get Pro Now"
5319
  msgstr ""
5320
 
5321
- #: admin/include/admin-setting.php:1315
5322
  msgid "Get pro now"
5323
  msgstr ""
5324
 
@@ -5327,7 +5327,7 @@ msgstr ""
5327
  msgid "Go Pro"
5328
  msgstr ""
5329
 
5330
- #: admin/include/admin-setting.php:762
5331
  msgid ""
5332
  "Go to <a href=\"https://developers.google."
5333
  "com/maps/documentation/javascript/get-api-key\" target=\"_blank\">https:"
@@ -5359,11 +5359,11 @@ msgstr ""
5359
  msgid "Google Map"
5360
  msgstr ""
5361
 
5362
- #: admin/include/admin-setting.php:761
5363
  msgid "Google Map API Key"
5364
  msgstr ""
5365
 
5366
- #: admin/include/admin-setting.php:763
5367
  msgid "Google Map API key"
5368
  msgstr ""
5369
 
@@ -5403,7 +5403,7 @@ msgstr ""
5403
  msgid "Gradient Three"
5404
  msgstr ""
5405
 
5406
- #: admin/include/admin-setting.php:1128
5407
  #: includes/widgets/htmega_gravity_forms.php:13
5408
  #: includes/widgets/htmega_gravity_forms.php:59
5409
  msgid "Gravity Forms"
@@ -5507,7 +5507,7 @@ msgstr ""
5507
  msgid "Heading Color"
5508
  msgstr ""
5509
 
5510
- #: admin/include/admin-setting.php:1399 admin/include/admin-setting.php:1424
5511
  msgid "Heading color option"
5512
  msgstr ""
5513
 
@@ -5911,7 +5911,7 @@ msgstr ""
5911
  msgid "HT WPForms"
5912
  msgstr ""
5913
 
5914
- #: admin/include/admin-setting.php:1297
5915
  msgid "HTMega"
5916
  msgstr ""
5917
 
@@ -5921,7 +5921,7 @@ msgstr ""
5921
  msgid "HTMega Addons"
5922
  msgstr ""
5923
 
5924
- #: admin/include/admin-setting.php:1261
5925
  msgid "HTMega Addons Settings"
5926
  msgstr ""
5927
 
@@ -5929,11 +5929,11 @@ msgstr ""
5929
  msgid "HTMega Builder"
5930
  msgstr ""
5931
 
5932
- #: admin/include/admin-setting.php:1380
5933
  msgid "HTMega Free"
5934
  msgstr ""
5935
 
5936
- #: admin/include/admin-setting.php:1376
5937
  msgid "HTMega Free Vs HTMega Pro."
5938
  msgstr ""
5939
 
@@ -5941,7 +5941,7 @@ msgstr ""
5941
  msgid "HTMega Menu"
5942
  msgstr ""
5943
 
5944
- #: admin/include/admin-setting.php:1405
5945
  msgid "HTMega Pro"
5946
  msgstr ""
5947
 
@@ -6239,7 +6239,7 @@ msgid ""
6239
  "Over %2$shere%3$s, you can see what kind of data we collect."
6240
  msgstr ""
6241
 
6242
- #: admin/include/admin-setting.php:1325
6243
  msgid ""
6244
  "If you’re loving how our product has helped your business, please let the "
6245
  "WordPress community know by"
@@ -6436,7 +6436,7 @@ msgstr ""
6436
  msgid "in this package"
6437
  msgstr ""
6438
 
6439
- #: admin/include/admin-setting.php:1396 admin/include/admin-setting.php:1421
6440
  msgid "Incoming animation option"
6441
  msgstr ""
6442
 
@@ -6605,7 +6605,7 @@ msgstr ""
6605
  msgid "Instapaper"
6606
  msgstr ""
6607
 
6608
- #: admin/include/admin-setting.php:1138
6609
  msgid "Instragram Feed"
6610
  msgstr ""
6611
 
@@ -6749,7 +6749,7 @@ msgstr ""
6749
  msgid "Job List"
6750
  msgstr ""
6751
 
6752
- #: admin/include/admin-setting.php:1148 admin/include/admin-setting.php:1158
6753
  #: includes/widgets/htmega_job_manager.php:13
6754
  #: includes/widgets/htmega_job_manager.php:43
6755
  msgid "Job Manager"
@@ -7015,7 +7015,7 @@ msgstr ""
7015
  msgid "Layout Two"
7016
  msgstr ""
7017
 
7018
- #: admin/include/admin-setting.php:1325
7019
  msgid "leaving us a review on our WP repository"
7020
  msgstr ""
7021
 
@@ -7289,7 +7289,7 @@ msgstr ""
7289
  msgid "Load More"
7290
  msgstr ""
7291
 
7292
- #: admin/include/admin-setting.php:788
7293
  msgid "Load Post in Elementor Addons"
7294
  msgstr ""
7295
 
@@ -7486,7 +7486,7 @@ msgstr ""
7486
  msgid "Mailchimp"
7487
  msgstr ""
7488
 
7489
- #: admin/include/admin-setting.php:1168
7490
  #: includes/widgets/htmega_mailchimp_wp.php:13
7491
  msgid "Mailchimp for wp"
7492
  msgstr ""
@@ -7937,7 +7937,7 @@ msgstr ""
7937
  msgid "Menu Badge"
7938
  msgstr ""
7939
 
7940
- #: admin/include/admin-setting.php:820
7941
  msgid "Menu Builder"
7942
  msgstr ""
7943
 
@@ -8141,7 +8141,7 @@ msgstr ""
8141
  msgid "Name HTML Tag"
8142
  msgstr ""
8143
 
8144
- #: admin/include/admin-setting.php:962 admin/include/admin-setting.php:963
8145
  msgid "Nav Menu"
8146
  msgstr ""
8147
 
@@ -8186,7 +8186,7 @@ msgstr ""
8186
  msgid "Next icon"
8187
  msgstr ""
8188
 
8189
- #: admin/include/admin-setting.php:1178
8190
  #: includes/widgets/htmega_ninja_form.php:13
8191
  #: includes/widgets/htmega_ninja_form.php:59
8192
  msgid "Ninja Form"
@@ -8436,7 +8436,7 @@ msgstr ""
8436
  msgid "Notification Enter Animation. <span>( Pro )</span>"
8437
  msgstr ""
8438
 
8439
- #: admin/include/admin-setting.php:1393 admin/include/admin-setting.php:1418
8440
  msgid "Notification image position"
8441
  msgstr ""
8442
 
@@ -8464,7 +8464,7 @@ msgstr ""
8464
  msgid "Notification Position"
8465
  msgstr ""
8466
 
8467
- #: admin/include/admin-setting.php:1392 admin/include/admin-setting.php:1417
8468
  msgid "Notification showing position"
8469
  msgstr ""
8470
 
@@ -8602,7 +8602,7 @@ msgstr ""
8602
  msgid "One Comment"
8603
  msgstr ""
8604
 
8605
- #: admin/include/admin-setting.php:1365
8606
  msgid "Online Documentation"
8607
  msgstr ""
8608
 
@@ -8727,7 +8727,7 @@ msgstr ""
8727
  msgid "Outer"
8728
  msgstr ""
8729
 
8730
- #: admin/include/admin-setting.php:1397 admin/include/admin-setting.php:1422
8731
  msgid "Outgoing animation option"
8732
  msgstr ""
8733
 
@@ -9040,7 +9040,7 @@ msgstr ""
9040
  msgid "Page List <span>( Pro )</span>"
9041
  msgstr ""
9042
 
9043
- #: admin/include/admin-setting.php:935 admin/include/admin-setting.php:936
9044
  #: extensions/ht-builder/widgets/bl_page_title.php:39
9045
  #: extensions/ht-builder/widgets/bl_page_title.php:58
9046
  #: extensions/ht-builder/widgets/bl_page_title.php:168
@@ -9108,7 +9108,7 @@ msgstr ""
9108
  msgid "Panel Slider"
9109
  msgstr ""
9110
 
9111
- #: admin/include/admin-setting.php:843
9112
  msgid "Parallax<span> ( Pro )</span>"
9113
  msgstr ""
9114
 
@@ -9222,7 +9222,7 @@ msgstr ""
9222
  msgid "Play Button Icon"
9223
  msgstr ""
9224
 
9225
- #: admin/include/admin-setting.php:771
9226
  msgid ""
9227
  "Please enter a OpenWeatherMaps API key. OpenWeather is a weather provider "
9228
  "service which is capable of delivering all the necessary weather information "
@@ -9334,11 +9334,11 @@ msgstr ""
9334
  msgid "Popular"
9335
  msgstr ""
9336
 
9337
- #: admin/include/admin-setting.php:1026
9338
  msgid "Popular Post"
9339
  msgstr ""
9340
 
9341
- #: admin/include/admin-setting.php:1025
9342
  msgid "Popular Post <span>( Pro )</span>"
9343
  msgstr ""
9344
 
@@ -9389,32 +9389,32 @@ msgstr ""
9389
  msgid "Post carousel"
9390
  msgstr ""
9391
 
9392
- #: admin/include/admin-setting.php:899 admin/include/admin-setting.php:900
9393
  #: extensions/ht-builder/widgets/bl_post_comments.php:187
9394
  msgid "Post Comments"
9395
  msgstr ""
9396
 
9397
- #: admin/include/admin-setting.php:890 admin/include/admin-setting.php:891
9398
  #: extensions/ht-builder/widgets/bl_post_content.php:40
9399
  #: extensions/ht-builder/widgets/bl_post_content.php:103
9400
  msgid "Post Content"
9401
  msgstr ""
9402
 
9403
- #: admin/include/admin-setting.php:828
9404
  msgid "Post Duplicator"
9405
  msgstr ""
9406
 
9407
- #: admin/include/admin-setting.php:1045
9408
  msgid "Post Duplicator Condition"
9409
  msgstr ""
9410
 
9411
- #: admin/include/admin-setting.php:881 admin/include/admin-setting.php:882
9412
  #: extensions/ht-builder/widgets/bl_post_excerpt.php:40
9413
  #: extensions/ht-builder/widgets/bl_post_excerpt.php:102
9414
  msgid "Post Excerpt"
9415
  msgstr ""
9416
 
9417
- #: admin/include/admin-setting.php:863 admin/include/admin-setting.php:864
9418
  #: extensions/ht-builder/widgets/bl_post_featured_image.php:40
9419
  #: extensions/ht-builder/widgets/bl_post_featured_image.php:59
9420
  #: extensions/ht-builder/widgets/bl_post_featured_image.php:97
@@ -9436,7 +9436,7 @@ msgstr ""
9436
  msgid "Post Items Box Style"
9437
  msgstr ""
9438
 
9439
- #: admin/include/admin-setting.php:872 admin/include/admin-setting.php:873
9440
  msgid "Post Meta Info"
9441
  msgstr ""
9442
 
@@ -9444,11 +9444,11 @@ msgstr ""
9444
  msgid "Post Name"
9445
  msgstr ""
9446
 
9447
- #: admin/include/admin-setting.php:1008
9448
  msgid "Post Navigation"
9449
  msgstr ""
9450
 
9451
- #: admin/include/admin-setting.php:1007
9452
  msgid "Post Navigation <span>( Pro )</span>"
9453
  msgstr ""
9454
 
@@ -9466,7 +9466,7 @@ msgstr ""
9466
  msgid "Post Option"
9467
  msgstr ""
9468
 
9469
- #: admin/include/admin-setting.php:908 admin/include/admin-setting.php:909
9470
  msgid "Post Search Form"
9471
  msgstr ""
9472
 
@@ -9476,7 +9476,7 @@ msgstr ""
9476
  msgid "Post Slider"
9477
  msgstr ""
9478
 
9479
- #: admin/include/admin-setting.php:854 admin/include/admin-setting.php:855
9480
  #: includes/widgets/htmega_post_slider.php:376
9481
  #: extensions/ht-builder/widgets/bl_post_title.php:38
9482
  #: extensions/ht-builder/widgets/bl_post_title.php:57
@@ -9492,7 +9492,7 @@ msgstr ""
9492
  msgid "Prefix"
9493
  msgstr ""
9494
 
9495
- #: admin/include/admin-setting.php:1448
9496
  #: extensions/ht-builder/admin/setting.php:151
9497
  #: extensions/ht-menu/classes/class.mega-menu.php:268
9498
  #: extensions/wc-sales-notification/admin/setting.php:235
@@ -9562,11 +9562,11 @@ msgstr ""
9562
  msgid "Primary Button Text"
9563
  msgstr ""
9564
 
9565
- #: admin/include/admin-setting.php:990
9566
  msgid "Print Page"
9567
  msgstr ""
9568
 
9569
- #: admin/include/admin-setting.php:989
9570
  msgid "Print Page <span>( Pro )</span>"
9571
  msgstr ""
9572
 
@@ -9653,7 +9653,7 @@ msgstr ""
9653
  msgid "PSD Template"
9654
  msgstr ""
9655
 
9656
- #: admin/include/admin-setting.php:1448
9657
  #: extensions/ht-builder/admin/setting.php:151
9658
  #: extensions/ht-menu/classes/class.mega-menu.php:268
9659
  #: extensions/wc-sales-notification/admin/setting.php:235
@@ -9672,7 +9672,7 @@ msgstr ""
9672
  msgid "Put the highlighted word in between the span tags!"
9673
  msgstr ""
9674
 
9675
- #: admin/include/admin-setting.php:1188 includes/widgets/htmega_quforms.php:13
9676
  #: includes/widgets/htmega_quforms.php:59
9677
  msgid "QU Form"
9678
  msgstr ""
@@ -9722,7 +9722,7 @@ msgstr ""
9722
  msgid "Rating"
9723
  msgstr ""
9724
 
9725
- #: admin/include/admin-setting.php:1322
9726
  msgid "Rating icon"
9727
  msgstr ""
9728
 
@@ -9822,11 +9822,11 @@ msgstr ""
9822
  msgid "Register Link Text"
9823
  msgstr ""
9824
 
9825
- #: admin/include/admin-setting.php:1017
9826
  msgid "Related Post"
9827
  msgstr ""
9828
 
9829
- #: admin/include/admin-setting.php:1016
9830
  msgid "Related Post <span>( Pro )</span>"
9831
  msgstr ""
9832
 
@@ -9881,7 +9881,7 @@ msgstr ""
9881
  msgid "Resolution"
9882
  msgstr ""
9883
 
9884
- #: admin/include/admin-setting.php:1309
9885
  msgid "Responsive, supports all major devices"
9886
  msgstr ""
9887
 
@@ -9889,7 +9889,7 @@ msgstr ""
9889
  msgid "Reveal"
9890
  msgstr ""
9891
 
9892
- #: admin/include/admin-setting.php:1208
9893
  #: includes/widgets/htmega_revolution_slider.php:13
9894
  #: includes/widgets/htmega_revolution_slider.php:53
9895
  msgid "Revolution Slider"
@@ -10125,13 +10125,13 @@ msgstr ""
10125
  msgid "Sale Notification Settings"
10126
  msgstr ""
10127
 
10128
- #: admin/include/admin-setting.php:812
10129
  #: extensions/wc-sales-notification/admin/setting.php:33
10130
  #: extensions/wc-sales-notification/admin/setting.php:34
10131
  msgid "Sales Notification"
10132
  msgstr ""
10133
 
10134
- #: admin/include/admin-setting.php:1395 admin/include/admin-setting.php:1420
10135
  msgid "Sales upto date option"
10136
  msgstr ""
10137
 
@@ -10260,7 +10260,7 @@ msgstr ""
10260
  msgid "Select"
10261
  msgstr ""
10262
 
10263
- #: admin/include/admin-setting.php:779
10264
  msgid "Select 404 Page."
10265
  msgstr ""
10266
 
@@ -10753,12 +10753,12 @@ msgstr ""
10753
  msgid "SingUp Text"
10754
  msgstr ""
10755
 
10756
- #: admin/include/admin-setting.php:953 admin/include/admin-setting.php:954
10757
  #: extensions/ht-builder/widgets/bl_site_logo.php:69
10758
  msgid "Site Logo"
10759
  msgstr ""
10760
 
10761
- #: admin/include/admin-setting.php:944 admin/include/admin-setting.php:945
10762
  #: extensions/ht-builder/widgets/bl_site_logo.php:41
10763
  #: extensions/ht-builder/widgets/bl_site_title.php:39
10764
  #: extensions/ht-builder/widgets/bl_site_title.php:60
@@ -10950,11 +10950,11 @@ msgstr ""
10950
  msgid "Social Share"
10951
  msgstr ""
10952
 
10953
- #: admin/include/admin-setting.php:981
10954
  msgid "Social share"
10955
  msgstr ""
10956
 
10957
- #: admin/include/admin-setting.php:980
10958
  msgid "Social Share <span>( Pro )</span>"
10959
  msgstr ""
10960
 
@@ -11424,7 +11424,7 @@ msgstr ""
11424
  msgid "Successfully Register"
11425
  msgstr ""
11426
 
11427
- #: admin/include/admin-setting.php:1277
11428
  #: extensions/ht-builder/admin/setting.php:196
11429
  #: extensions/ht-menu/admin/setting.php:148
11430
  #: extensions/wc-sales-notification/admin/setting.php:280
@@ -11587,7 +11587,7 @@ msgstr ""
11587
  msgid "Table Layout"
11588
  msgstr ""
11589
 
11590
- #: admin/include/admin-setting.php:1218
11591
  #: includes/widgets/htmega_tablepress.php:13
11592
  #: includes/widgets/htmega_tablepress.php:48
11593
  msgid "TablePress"
@@ -11675,7 +11675,7 @@ msgstr ""
11675
  msgid "Template Selector"
11676
  msgstr ""
11677
 
11678
- #: admin/include/admin-setting.php:1041 admin/include/templates_list.php:33
11679
  msgid "Templates"
11680
  msgstr ""
11681
 
@@ -11860,7 +11860,7 @@ msgstr ""
11860
  msgid "Theme Activated"
11861
  msgstr ""
11862
 
11863
- #: admin/include/admin-setting.php:100 admin/include/admin-setting.php:804
11864
  #: extensions/ht-builder/admin/setting.php:48
11865
  msgid "Theme Builder"
11866
  msgstr ""
@@ -12023,7 +12023,7 @@ msgstr ""
12023
  msgid "Time Interval"
12024
  msgstr ""
12025
 
12026
- #: admin/include/admin-setting.php:1394 admin/include/admin-setting.php:1419
12027
  msgid "Time interval each notification"
12028
  msgstr ""
12029
 
@@ -12230,7 +12230,7 @@ msgstr ""
12230
  msgid "To hide the shape, please set the color to transparent."
12231
  msgstr ""
12232
 
12233
- #: admin/include/admin-setting.php:1448
12234
  #: extensions/ht-builder/admin/setting.php:151
12235
  #: extensions/wc-sales-notification/admin/setting.php:235
12236
  msgid "to unlock these pro elements!"
@@ -12251,7 +12251,7 @@ msgstr ""
12251
  msgid "Toggle"
12252
  msgstr ""
12253
 
12254
- #: admin/include/admin-setting.php:1481
12255
  msgid "Toggle All"
12256
  msgstr ""
12257
 
@@ -12712,7 +12712,7 @@ msgstr ""
12712
  msgid "Video Start Time"
12713
  msgstr ""
12714
 
12715
- #: admin/include/admin-setting.php:1360
12716
  msgid "Video Tutorial"
12717
  msgstr ""
12718
 
@@ -12729,11 +12729,11 @@ msgstr ""
12729
  msgid "View"
12730
  msgstr ""
12731
 
12732
- #: admin/include/admin-setting.php:999
12733
  msgid "View Counter"
12734
  msgstr ""
12735
 
12736
- #: admin/include/admin-setting.php:998
12737
  msgid "View Counter <span>( Pro )</span>"
12738
  msgstr ""
12739
 
@@ -12757,17 +12757,17 @@ msgstr ""
12757
  msgid "Warning"
12758
  msgstr ""
12759
 
12760
- #: admin/include/admin-setting.php:1229
12761
  #: includes/widgets/htmega_wc_add_to_cart.php:14
12762
  msgid "WC : Add To cart"
12763
  msgstr ""
12764
 
12765
- #: admin/include/admin-setting.php:1237
12766
  #: includes/widgets/htmega_wc_categories.php:13
12767
  msgid "WC : Categories"
12768
  msgstr ""
12769
 
12770
- #: admin/include/admin-setting.php:1245
12771
  #: includes/widgets/htmega_wc_element_pages.php:13
12772
  msgid "WC : Pages"
12773
  msgstr ""
@@ -12781,11 +12781,11 @@ msgstr ""
12781
  msgid "Weather"
12782
  msgstr ""
12783
 
12784
- #: admin/include/admin-setting.php:770
12785
  msgid "Weather Map API Key"
12786
  msgstr ""
12787
 
12788
- #: admin/include/admin-setting.php:772
12789
  msgid "Weather Map API key"
12790
  msgstr ""
12791
 
@@ -12813,7 +12813,7 @@ msgstr ""
12813
  msgid "Whatsapp"
12814
  msgstr ""
12815
 
12816
- #: admin/include/admin-setting.php:1325
12817
  msgid "Which will motivate us a lot."
12818
  msgstr ""
12819
 
@@ -12895,7 +12895,7 @@ msgstr ""
12895
  msgid "Working Process"
12896
  msgstr ""
12897
 
12898
- #: admin/include/admin-setting.php:1198 includes/widgets/htmega_wpforms.php:13
12899
  #: includes/widgets/htmega_wpforms.php:57
12900
  msgid "WP Form"
12901
  msgstr ""
@@ -12969,11 +12969,11 @@ msgstr ""
12969
  msgid "You are Logged in as %1$s (<a href=\"%2$s\">Logout</a>)"
12970
  msgstr ""
12971
 
12972
- #: admin/include/admin-setting.php:1046
12973
  msgid "You can enable duplicator for individual post."
12974
  msgstr ""
12975
 
12976
- #: admin/include/admin-setting.php:780
12977
  msgid "You can select 404 page from here."
12978
  msgstr ""
12979
 
3
  msgstr ""
4
  "Project-Id-Version: HT Mega - Absolute Addons for Elementor Page Builder\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-09-13 08:13+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Generator: Loco https://localise.biz/\n"
16
+ "X-Loco-Version: 2.6.2; wp-6.0.2\n"
17
  "X-Domain: htmega-addons"
18
 
19
  #: includes/widgets/htmega_twitter_feed.php:1680
222
  msgid "15"
223
  msgstr ""
224
 
225
+ #: admin/include/admin-setting.php:1397
226
  msgid "15 Categories / Template set"
227
  msgstr ""
228
 
229
+ #: admin/include/admin-setting.php:1398
230
  msgid "15 Templates"
231
  msgstr ""
232
 
436
  msgid "31"
437
  msgstr ""
438
 
439
+ #: admin/include/admin-setting.php:1422
440
  msgid "325 Blocks / Sections"
441
  msgstr ""
442
 
443
+ #: admin/include/admin-setting.php:1423
444
  msgid "35 Categories / Template set"
445
  msgstr ""
446
 
447
+ #: admin/include/admin-setting.php:1399
448
  msgid "360 Blocks / Sections"
449
  msgstr ""
450
 
451
+ #: admin/include/admin-setting.php:1320
452
  msgid "360 Elementor Blocks"
453
  msgstr ""
454
 
455
+ #: admin/include/admin-setting.php:1321
456
  msgid "39 Categories and 491 Page Templates."
457
  msgstr ""
458
 
484
  msgid "404 Content"
485
  msgstr ""
486
 
487
+ #: admin/include/admin-setting.php:1401 admin/include/admin-setting.php:1426
488
  msgid "404 Error Page Builder"
489
  msgstr ""
490
 
512
  msgid "50%"
513
  msgstr ""
514
 
515
+ #: admin/include/admin-setting.php:1424
516
  msgid "524 Templates"
517
  msgstr ""
518
 
536
  msgid "8 seconds"
537
  msgstr ""
538
 
539
+ #: admin/include/admin-setting.php:1319
540
  msgid "80+ Elementor Elements"
541
  msgstr ""
542
 
543
+ #: admin/include/admin-setting.php:1396 admin/include/admin-setting.php:1421
544
  msgid "84 Elements"
545
  msgstr ""
546
 
1083
  msgid "April"
1084
  msgstr ""
1085
 
1086
+ #: admin/include/admin-setting.php:931 admin/include/admin-setting.php:932
1087
  msgid "Archive Posts"
1088
  msgstr ""
1089
 
1090
+ #: admin/include/admin-setting.php:940 admin/include/admin-setting.php:941
1091
  #: extensions/ht-builder/widgets/bl_post_archive_title.php:39
1092
  #: extensions/ht-builder/widgets/bl_post_archive_title.php:60
1093
  #: extensions/ht-builder/widgets/bl_post_archive_title.php:170
1179
  msgid "Author Image Style"
1180
  msgstr ""
1181
 
1182
+ #: admin/include/admin-setting.php:985 admin/include/admin-setting.php:986
1183
  #: extensions/ht-builder/widgets/bl_post_author_info.php:39
1184
  msgid "Author Info"
1185
  msgstr ""
1622
  msgid "Background Color ( Odd )"
1623
  msgstr ""
1624
 
1625
+ #: admin/include/admin-setting.php:1412 admin/include/admin-setting.php:1437
1626
  msgid "Background color option"
1627
  msgstr ""
1628
 
1710
  msgid "Bbpress"
1711
  msgstr ""
1712
 
1713
+ #: admin/include/admin-setting.php:1072
1714
  msgid "bbPress"
1715
  msgstr ""
1716
 
1881
  msgid "Blocks"
1882
  msgstr ""
1883
 
1884
+ #: admin/include/admin-setting.php:1403 admin/include/admin-setting.php:1428
1885
  msgid "Blog Archive Category Wise Individual layout"
1886
  msgstr ""
1887
 
1888
+ #: admin/include/admin-setting.php:1404 admin/include/admin-setting.php:1429
1889
  msgid "Blog Archive Tag Wise Individual layout"
1890
  msgstr ""
1891
 
1892
+ #: admin/include/admin-setting.php:1400 admin/include/admin-setting.php:1425
1893
  msgid "Blog Search Page Builder"
1894
  msgstr ""
1895
 
1915
  msgid "Booked Calendar"
1916
  msgstr ""
1917
 
1918
+ #: admin/include/admin-setting.php:1082
1919
  #: includes/widgets/htmega_booked_calender.php:43
1920
  msgid "Booked Calender"
1921
  msgstr ""
2914
  msgid "Breaking News"
2915
  msgstr ""
2916
 
2917
+ #: admin/include/admin-setting.php:1092
2918
  #: includes/widgets/htmega_buddy_press.php:13
2919
  #: includes/widgets/htmega_buddy_press.php:41
2920
  msgid "BuddyPress"
3081
  msgid "Button Width"
3082
  msgstr ""
3083
 
3084
+ #: includes/class.assests.php:386 admin/include/admin-setting.php:1442
3085
  #: admin/include/template-library.php:301
3086
  #: admin/include/template-library.php:353
3087
  #: includes/recommended-plugins/class.recommended-plugins.php:122
3106
  msgid "Cache Time Duration"
3107
  msgstr ""
3108
 
3109
+ #: admin/include/admin-setting.php:1102
3110
  #: includes/widgets/htmega_caldera_form.php:13
3111
  #: includes/widgets/htmega_caldera_form.php:41
3112
  msgid "Caldera Form"
3955
  msgid "Columns"
3956
  msgstr ""
3957
 
3958
+ #: admin/include/admin-setting.php:1402 admin/include/admin-setting.php:1427
3959
  msgid "Coming soon Page Builder"
3960
  msgstr ""
3961
 
4004
  msgid "Contact Form"
4005
  msgstr ""
4006
 
4007
+ #: admin/include/admin-setting.php:1112
4008
  #: includes/widgets/htmega_contact_form_seven.php:13
4009
  msgid "Contact form 7"
4010
  msgstr ""
4011
 
4012
+ #: admin/include/admin-setting.php:1384
4013
  msgid "Contact Us"
4014
  msgstr ""
4015
 
4115
  msgid "Content Color"
4116
  msgstr ""
4117
 
4118
+ #: admin/include/admin-setting.php:1414 admin/include/admin-setting.php:1439
4119
  msgid "Content color option"
4120
  msgstr ""
4121
 
4227
  msgid "Cross Icon Color"
4228
  msgstr ""
4229
 
4230
+ #: admin/include/admin-setting.php:1415 admin/include/admin-setting.php:1440
4231
  msgid "Cross icon color option"
4232
  msgstr ""
4233
 
4601
  msgid "Download File"
4602
  msgstr ""
4603
 
4604
+ #: admin/include/admin-setting.php:1122
4605
  #: includes/widgets/htmega_download_monitor.php:13
4606
  msgid "Download Monitor"
4607
  msgstr ""
4610
  msgid "Downloaded"
4611
  msgstr ""
4612
 
4613
+ #: admin/include/admin-setting.php:1322
4614
  msgid "Drag n Drop, No coding Required"
4615
  msgstr ""
4616
 
4632
  msgid "Due Date"
4633
  msgstr ""
4634
 
4635
+ #: admin/include/admin-setting.php:1132
4636
  #: includes/widgets/htmega_easy_digital_download.php:13
4637
  #: includes/widgets/htmega_easy_digital_download.php:43
4638
  msgid "Easy Digital Downloads"
5025
  msgid "Fakes"
5026
  msgstr ""
5027
 
5028
+ #: admin/include/admin-setting.php:1405 admin/include/admin-setting.php:1430
5029
  msgid "Fakes notification"
5030
  msgstr ""
5031
 
5314
  msgid "Gerald Gilbert"
5315
  msgstr ""
5316
 
5317
+ #: admin/include/admin-setting.php:1328
5318
  msgid "Get Pro Now"
5319
  msgstr ""
5320
 
5321
+ #: admin/include/admin-setting.php:1329
5322
  msgid "Get pro now"
5323
  msgstr ""
5324
 
5327
  msgid "Go Pro"
5328
  msgstr ""
5329
 
5330
+ #: admin/include/admin-setting.php:776
5331
  msgid ""
5332
  "Go to <a href=\"https://developers.google."
5333
  "com/maps/documentation/javascript/get-api-key\" target=\"_blank\">https:"
5359
  msgid "Google Map"
5360
  msgstr ""
5361
 
5362
+ #: admin/include/admin-setting.php:775
5363
  msgid "Google Map API Key"
5364
  msgstr ""
5365
 
5366
+ #: admin/include/admin-setting.php:777
5367
  msgid "Google Map API key"
5368
  msgstr ""
5369
 
5403
  msgid "Gradient Three"
5404
  msgstr ""
5405
 
5406
+ #: admin/include/admin-setting.php:1142
5407
  #: includes/widgets/htmega_gravity_forms.php:13
5408
  #: includes/widgets/htmega_gravity_forms.php:59
5409
  msgid "Gravity Forms"
5507
  msgid "Heading Color"
5508
  msgstr ""
5509
 
5510
+ #: admin/include/admin-setting.php:1413 admin/include/admin-setting.php:1438
5511
  msgid "Heading color option"
5512
  msgstr ""
5513
 
5911
  msgid "HT WPForms"
5912
  msgstr ""
5913
 
5914
+ #: admin/include/admin-setting.php:1311
5915
  msgid "HTMega"
5916
  msgstr ""
5917
 
5921
  msgid "HTMega Addons"
5922
  msgstr ""
5923
 
5924
+ #: admin/include/admin-setting.php:1275
5925
  msgid "HTMega Addons Settings"
5926
  msgstr ""
5927
 
5929
  msgid "HTMega Builder"
5930
  msgstr ""
5931
 
5932
+ #: admin/include/admin-setting.php:1394
5933
  msgid "HTMega Free"
5934
  msgstr ""
5935
 
5936
+ #: admin/include/admin-setting.php:1390
5937
  msgid "HTMega Free Vs HTMega Pro."
5938
  msgstr ""
5939
 
5941
  msgid "HTMega Menu"
5942
  msgstr ""
5943
 
5944
+ #: admin/include/admin-setting.php:1419
5945
  msgid "HTMega Pro"
5946
  msgstr ""
5947
 
6239
  "Over %2$shere%3$s, you can see what kind of data we collect."
6240
  msgstr ""
6241
 
6242
+ #: admin/include/admin-setting.php:1339
6243
  msgid ""
6244
  "If you’re loving how our product has helped your business, please let the "
6245
  "WordPress community know by"
6436
  msgid "in this package"
6437
  msgstr ""
6438
 
6439
+ #: admin/include/admin-setting.php:1410 admin/include/admin-setting.php:1435
6440
  msgid "Incoming animation option"
6441
  msgstr ""
6442
 
6605
  msgid "Instapaper"
6606
  msgstr ""
6607
 
6608
+ #: admin/include/admin-setting.php:1152
6609
  msgid "Instragram Feed"
6610
  msgstr ""
6611
 
6749
  msgid "Job List"
6750
  msgstr ""
6751
 
6752
+ #: admin/include/admin-setting.php:1162 admin/include/admin-setting.php:1172
6753
  #: includes/widgets/htmega_job_manager.php:13
6754
  #: includes/widgets/htmega_job_manager.php:43
6755
  msgid "Job Manager"
7015
  msgid "Layout Two"
7016
  msgstr ""
7017
 
7018
+ #: admin/include/admin-setting.php:1339
7019
  msgid "leaving us a review on our WP repository"
7020
  msgstr ""
7021
 
7289
  msgid "Load More"
7290
  msgstr ""
7291
 
7292
+ #: admin/include/admin-setting.php:802
7293
  msgid "Load Post in Elementor Addons"
7294
  msgstr ""
7295
 
7486
  msgid "Mailchimp"
7487
  msgstr ""
7488
 
7489
+ #: admin/include/admin-setting.php:1182
7490
  #: includes/widgets/htmega_mailchimp_wp.php:13
7491
  msgid "Mailchimp for wp"
7492
  msgstr ""
7937
  msgid "Menu Badge"
7938
  msgstr ""
7939
 
7940
+ #: admin/include/admin-setting.php:834
7941
  msgid "Menu Builder"
7942
  msgstr ""
7943
 
8141
  msgid "Name HTML Tag"
8142
  msgstr ""
8143
 
8144
+ #: admin/include/admin-setting.php:976 admin/include/admin-setting.php:977
8145
  msgid "Nav Menu"
8146
  msgstr ""
8147
 
8186
  msgid "Next icon"
8187
  msgstr ""
8188
 
8189
+ #: admin/include/admin-setting.php:1192
8190
  #: includes/widgets/htmega_ninja_form.php:13
8191
  #: includes/widgets/htmega_ninja_form.php:59
8192
  msgid "Ninja Form"
8436
  msgid "Notification Enter Animation. <span>( Pro )</span>"
8437
  msgstr ""
8438
 
8439
+ #: admin/include/admin-setting.php:1407 admin/include/admin-setting.php:1432
8440
  msgid "Notification image position"
8441
  msgstr ""
8442
 
8464
  msgid "Notification Position"
8465
  msgstr ""
8466
 
8467
+ #: admin/include/admin-setting.php:1406 admin/include/admin-setting.php:1431
8468
  msgid "Notification showing position"
8469
  msgstr ""
8470
 
8602
  msgid "One Comment"
8603
  msgstr ""
8604
 
8605
+ #: admin/include/admin-setting.php:1379
8606
  msgid "Online Documentation"
8607
  msgstr ""
8608
 
8727
  msgid "Outer"
8728
  msgstr ""
8729
 
8730
+ #: admin/include/admin-setting.php:1411 admin/include/admin-setting.php:1436
8731
  msgid "Outgoing animation option"
8732
  msgstr ""
8733
 
9040
  msgid "Page List <span>( Pro )</span>"
9041
  msgstr ""
9042
 
9043
+ #: admin/include/admin-setting.php:949 admin/include/admin-setting.php:950
9044
  #: extensions/ht-builder/widgets/bl_page_title.php:39
9045
  #: extensions/ht-builder/widgets/bl_page_title.php:58
9046
  #: extensions/ht-builder/widgets/bl_page_title.php:168
9108
  msgid "Panel Slider"
9109
  msgstr ""
9110
 
9111
+ #: admin/include/admin-setting.php:857
9112
  msgid "Parallax<span> ( Pro )</span>"
9113
  msgstr ""
9114
 
9222
  msgid "Play Button Icon"
9223
  msgstr ""
9224
 
9225
+ #: admin/include/admin-setting.php:785
9226
  msgid ""
9227
  "Please enter a OpenWeatherMaps API key. OpenWeather is a weather provider "
9228
  "service which is capable of delivering all the necessary weather information "
9334
  msgid "Popular"
9335
  msgstr ""
9336
 
9337
+ #: admin/include/admin-setting.php:1040
9338
  msgid "Popular Post"
9339
  msgstr ""
9340
 
9341
+ #: admin/include/admin-setting.php:1039
9342
  msgid "Popular Post <span>( Pro )</span>"
9343
  msgstr ""
9344
 
9389
  msgid "Post carousel"
9390
  msgstr ""
9391
 
9392
+ #: admin/include/admin-setting.php:913 admin/include/admin-setting.php:914
9393
  #: extensions/ht-builder/widgets/bl_post_comments.php:187
9394
  msgid "Post Comments"
9395
  msgstr ""
9396
 
9397
+ #: admin/include/admin-setting.php:904 admin/include/admin-setting.php:905
9398
  #: extensions/ht-builder/widgets/bl_post_content.php:40
9399
  #: extensions/ht-builder/widgets/bl_post_content.php:103
9400
  msgid "Post Content"
9401
  msgstr ""
9402
 
9403
+ #: admin/include/admin-setting.php:842
9404
  msgid "Post Duplicator"
9405
  msgstr ""
9406
 
9407
+ #: admin/include/admin-setting.php:1059
9408
  msgid "Post Duplicator Condition"
9409
  msgstr ""
9410
 
9411
+ #: admin/include/admin-setting.php:895 admin/include/admin-setting.php:896
9412
  #: extensions/ht-builder/widgets/bl_post_excerpt.php:40
9413
  #: extensions/ht-builder/widgets/bl_post_excerpt.php:102
9414
  msgid "Post Excerpt"
9415
  msgstr ""
9416
 
9417
+ #: admin/include/admin-setting.php:877 admin/include/admin-setting.php:878
9418
  #: extensions/ht-builder/widgets/bl_post_featured_image.php:40
9419
  #: extensions/ht-builder/widgets/bl_post_featured_image.php:59
9420
  #: extensions/ht-builder/widgets/bl_post_featured_image.php:97
9436
  msgid "Post Items Box Style"
9437
  msgstr ""
9438
 
9439
+ #: admin/include/admin-setting.php:886 admin/include/admin-setting.php:887
9440
  msgid "Post Meta Info"
9441
  msgstr ""
9442
 
9444
  msgid "Post Name"
9445
  msgstr ""
9446
 
9447
+ #: admin/include/admin-setting.php:1022
9448
  msgid "Post Navigation"
9449
  msgstr ""
9450
 
9451
+ #: admin/include/admin-setting.php:1021
9452
  msgid "Post Navigation <span>( Pro )</span>"
9453
  msgstr ""
9454
 
9466
  msgid "Post Option"
9467
  msgstr ""
9468
 
9469
+ #: admin/include/admin-setting.php:922 admin/include/admin-setting.php:923
9470
  msgid "Post Search Form"
9471
  msgstr ""
9472
 
9476
  msgid "Post Slider"
9477
  msgstr ""
9478
 
9479
+ #: admin/include/admin-setting.php:868 admin/include/admin-setting.php:869
9480
  #: includes/widgets/htmega_post_slider.php:376
9481
  #: extensions/ht-builder/widgets/bl_post_title.php:38
9482
  #: extensions/ht-builder/widgets/bl_post_title.php:57
9492
  msgid "Prefix"
9493
  msgstr ""
9494
 
9495
+ #: admin/include/admin-setting.php:1462
9496
  #: extensions/ht-builder/admin/setting.php:151
9497
  #: extensions/ht-menu/classes/class.mega-menu.php:268
9498
  #: extensions/wc-sales-notification/admin/setting.php:235
9562
  msgid "Primary Button Text"
9563
  msgstr ""
9564
 
9565
+ #: admin/include/admin-setting.php:1004
9566
  msgid "Print Page"
9567
  msgstr ""
9568
 
9569
+ #: admin/include/admin-setting.php:1003
9570
  msgid "Print Page <span>( Pro )</span>"
9571
  msgstr ""
9572
 
9653
  msgid "PSD Template"
9654
  msgstr ""
9655
 
9656
+ #: admin/include/admin-setting.php:1462
9657
  #: extensions/ht-builder/admin/setting.php:151
9658
  #: extensions/ht-menu/classes/class.mega-menu.php:268
9659
  #: extensions/wc-sales-notification/admin/setting.php:235
9672
  msgid "Put the highlighted word in between the span tags!"
9673
  msgstr ""
9674
 
9675
+ #: admin/include/admin-setting.php:1202 includes/widgets/htmega_quforms.php:13
9676
  #: includes/widgets/htmega_quforms.php:59
9677
  msgid "QU Form"
9678
  msgstr ""
9722
  msgid "Rating"
9723
  msgstr ""
9724
 
9725
+ #: admin/include/admin-setting.php:1336
9726
  msgid "Rating icon"
9727
  msgstr ""
9728
 
9822
  msgid "Register Link Text"
9823
  msgstr ""
9824
 
9825
+ #: admin/include/admin-setting.php:1031
9826
  msgid "Related Post"
9827
  msgstr ""
9828
 
9829
+ #: admin/include/admin-setting.php:1030
9830
  msgid "Related Post <span>( Pro )</span>"
9831
  msgstr ""
9832
 
9881
  msgid "Resolution"
9882
  msgstr ""
9883
 
9884
+ #: admin/include/admin-setting.php:1323
9885
  msgid "Responsive, supports all major devices"
9886
  msgstr ""
9887
 
9889
  msgid "Reveal"
9890
  msgstr ""
9891
 
9892
+ #: admin/include/admin-setting.php:1222
9893
  #: includes/widgets/htmega_revolution_slider.php:13
9894
  #: includes/widgets/htmega_revolution_slider.php:53
9895
  msgid "Revolution Slider"
10125
  msgid "Sale Notification Settings"
10126
  msgstr ""
10127
 
10128
+ #: admin/include/admin-setting.php:826
10129
  #: extensions/wc-sales-notification/admin/setting.php:33
10130
  #: extensions/wc-sales-notification/admin/setting.php:34
10131
  msgid "Sales Notification"
10132
  msgstr ""
10133
 
10134
+ #: admin/include/admin-setting.php:1409 admin/include/admin-setting.php:1434
10135
  msgid "Sales upto date option"
10136
  msgstr ""
10137
 
10260
  msgid "Select"
10261
  msgstr ""
10262
 
10263
+ #: admin/include/admin-setting.php:793
10264
  msgid "Select 404 Page."
10265
  msgstr ""
10266
 
10753
  msgid "SingUp Text"
10754
  msgstr ""
10755
 
10756
+ #: admin/include/admin-setting.php:967 admin/include/admin-setting.php:968
10757
  #: extensions/ht-builder/widgets/bl_site_logo.php:69
10758
  msgid "Site Logo"
10759
  msgstr ""
10760
 
10761
+ #: admin/include/admin-setting.php:958 admin/include/admin-setting.php:959
10762
  #: extensions/ht-builder/widgets/bl_site_logo.php:41
10763
  #: extensions/ht-builder/widgets/bl_site_title.php:39
10764
  #: extensions/ht-builder/widgets/bl_site_title.php:60
10950
  msgid "Social Share"
10951
  msgstr ""
10952
 
10953
+ #: admin/include/admin-setting.php:995
10954
  msgid "Social share"
10955
  msgstr ""
10956
 
10957
+ #: admin/include/admin-setting.php:994
10958
  msgid "Social Share <span>( Pro )</span>"
10959
  msgstr ""
10960
 
11424
  msgid "Successfully Register"
11425
  msgstr ""
11426
 
11427
+ #: admin/include/admin-setting.php:1291
11428
  #: extensions/ht-builder/admin/setting.php:196
11429
  #: extensions/ht-menu/admin/setting.php:148
11430
  #: extensions/wc-sales-notification/admin/setting.php:280
11587
  msgid "Table Layout"
11588
  msgstr ""
11589
 
11590
+ #: admin/include/admin-setting.php:1232
11591
  #: includes/widgets/htmega_tablepress.php:13
11592
  #: includes/widgets/htmega_tablepress.php:48
11593
  msgid "TablePress"
11675
  msgid "Template Selector"
11676
  msgstr ""
11677
 
11678
+ #: admin/include/admin-setting.php:1055 admin/include/templates_list.php:33
11679
  msgid "Templates"
11680
  msgstr ""
11681
 
11860
  msgid "Theme Activated"
11861
  msgstr ""
11862
 
11863
+ #: admin/include/admin-setting.php:100 admin/include/admin-setting.php:818
11864
  #: extensions/ht-builder/admin/setting.php:48
11865
  msgid "Theme Builder"
11866
  msgstr ""
12023
  msgid "Time Interval"
12024
  msgstr ""
12025
 
12026
+ #: admin/include/admin-setting.php:1408 admin/include/admin-setting.php:1433
12027
  msgid "Time interval each notification"
12028
  msgstr ""
12029
 
12230
  msgid "To hide the shape, please set the color to transparent."
12231
  msgstr ""
12232
 
12233
+ #: admin/include/admin-setting.php:1462
12234
  #: extensions/ht-builder/admin/setting.php:151
12235
  #: extensions/wc-sales-notification/admin/setting.php:235
12236
  msgid "to unlock these pro elements!"
12251
  msgid "Toggle"
12252
  msgstr ""
12253
 
12254
+ #: admin/include/admin-setting.php:1495
12255
  msgid "Toggle All"
12256
  msgstr ""
12257
 
12712
  msgid "Video Start Time"
12713
  msgstr ""
12714
 
12715
+ #: admin/include/admin-setting.php:1374
12716
  msgid "Video Tutorial"
12717
  msgstr ""
12718
 
12729
  msgid "View"
12730
  msgstr ""
12731
 
12732
+ #: admin/include/admin-setting.php:1013
12733
  msgid "View Counter"
12734
  msgstr ""
12735
 
12736
+ #: admin/include/admin-setting.php:1012
12737
  msgid "View Counter <span>( Pro )</span>"
12738
  msgstr ""
12739
 
12757
  msgid "Warning"
12758
  msgstr ""
12759
 
12760
+ #: admin/include/admin-setting.php:1243
12761
  #: includes/widgets/htmega_wc_add_to_cart.php:14
12762
  msgid "WC : Add To cart"
12763
  msgstr ""
12764
 
12765
+ #: admin/include/admin-setting.php:1251
12766
  #: includes/widgets/htmega_wc_categories.php:13
12767
  msgid "WC : Categories"
12768
  msgstr ""
12769
 
12770
+ #: admin/include/admin-setting.php:1259
12771
  #: includes/widgets/htmega_wc_element_pages.php:13
12772
  msgid "WC : Pages"
12773
  msgstr ""
12781
  msgid "Weather"
12782
  msgstr ""
12783
 
12784
+ #: admin/include/admin-setting.php:784
12785
  msgid "Weather Map API Key"
12786
  msgstr ""
12787
 
12788
+ #: admin/include/admin-setting.php:786
12789
  msgid "Weather Map API key"
12790
  msgstr ""
12791
 
12813
  msgid "Whatsapp"
12814
  msgstr ""
12815
 
12816
+ #: admin/include/admin-setting.php:1339
12817
  msgid "Which will motivate us a lot."
12818
  msgstr ""
12819
 
12895
  msgid "Working Process"
12896
  msgstr ""
12897
 
12898
+ #: admin/include/admin-setting.php:1212 includes/widgets/htmega_wpforms.php:13
12899
  #: includes/widgets/htmega_wpforms.php:57
12900
  msgid "WP Form"
12901
  msgstr ""
12969
  msgid "You are Logged in as %1$s (<a href=\"%2$s\">Logout</a>)"
12970
  msgstr ""
12971
 
12972
+ #: admin/include/admin-setting.php:1060
12973
  msgid "You can enable duplicator for individual post."
12974
  msgstr ""
12975
 
12976
+ #: admin/include/admin-setting.php:794
12977
  msgid "You can select 404 page from here."
12978
  msgstr ""
12979
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht, zenaulislam, aslamhasib
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
  Requires at least: 4.7
5
- Tested up to: 6.0.1
6
- Stable tag: 1.9.4
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -42,173 +42,173 @@ Choose your page layout from the template list. You can easily import the Elemen
42
 
43
  == 84+ Free Elementor Widgets Are Available 🔥 ==
44
 
45
- 1. **[Elementor Accordion Widget (9 Styles) ](https://wphtmega.com/widget/element-accordion/)** - The Elementor accordion widget by HT Mega comes into play to add engaging and interactive accordion content (in both vertical and horizontal orientations) to your pages, posts, and anywhere. With this amazing Elementor accordion widget, you can easily create beautiful accordions that will captivate your visitors.
46
 
47
- 2. **[Elementor Heading Widget (7 Styles) ](https://wphtmega.com/widget/element-heading/)** - The purpose of the Elementor Heading Widget on your website is to show off a variety of styles. With different headings, you'll be able to make every page look unique and interesting.
48
 
49
- 3. **[Elementor Banner Box Widget (4 Styles) ](https://wphtmega.com/widget/element-banner/)** - The Elementor Banner widget is an excellent tool for including eye-catching banners on your Elementor website. Using this widget, you can easily design and modify banners that will grab the attention of your visitors.
50
 
51
- 4. **[Elementor Block Quote Widget (5 Styles) ](https://wphtmega.com/widget/element-blockquote/)** - To display an element that has been quoted from someplace else, use the Elementor block quote widget. The blockquote widget in HT Mega is available in a number of formats.
52
 
53
- 5. **[Elementor Brand Widget (7 Styles) ](https://wphtmega.com/widget/element-brand/)** - The HT Mega Elementor Brand widget makes it easy to add brand logos to your web pages. It comes with numerous options right out of the box.
54
 
55
- 6. **[Elementor Business Hours Widget (5 Styles) ](https://wphtmega.com/widget/element-business-hours/)** - The Business Hour widget makes it simple and straightforward to display your business hours. There are five distinct layouts to choose from, as well as the option to change the day and time. As a result, you may let your website visitors know when your company is open or closed.
56
 
57
- 7. **[Elementor Button Widget (5 Styles) ](https://wphtmega.com/widget/element-button/)** - The button Widget will catch the visitor's eye and make it easy to click through on any page of your website with its different styles.
58
 
59
- 8. **[Elementor Call To Action Widget (7 Styles) ](https://wphtmega.com/widget/element-call-to-action/)** - The Elementor Call to Action Widget by HT Mega is a great tool for adding an interactive, customizable call-to-action button on your WordPress website. Choose from 7 styles and adjust its size so it will fit any page!
60
 
61
- 9. **[Elementor Contact Form Widget (7 Styles) ](https://wphtmega.com/widget/element-contact-form/)** - The HT Mega Elementor Contact Forms widget is useful for adjusting the appearance and feel of contact forms and displaying them attractively on your website. You can use this fantastic Elementor Contact Forms Widget to integrate a contact form into your WordPress site adjusting the look and feel as per your choice and needs.
62
 
63
- 10. **[Elementor Countdown Timer Widget (7 Styles) ](https://wphtmega.com/widget/element-countdown/)** - The Elementor Countdown Widget allows you to create an eye-catching and practical time tracker that will help your audience quickly know the remaining time of your product offer.
64
 
65
- 11. **[Elementor Counter Up Widget (6 Styles) ](https://wphtmega.com/widget/element-counter/)** -The Elementor counter widget enables you to create numbered counter in an eye-catchy animation by which you can show the facts and figures on your web page. If you use Elementor Counter Up Widget, you will get many customization options.
66
 
67
- 12. **[Elementor Custom Carousel Widget (7 Styles) ](https://wphtmega.com/widget/element-custom-carousel/)** - With the Elementor image carousel widget, you can display numerous gorgeous and engaging carousels for your site in a single place. It comes in seven different styles. Instead of adding individual pictures, you can use this fantastic widget to create a carousel with many images!
68
 
69
- 13. **[Elementor Drop Caps Widget (5 Styles) ](https://wphtmega.com/widget/element-dropcaps/)** - The HT Mega Drop Cap Widget allows you to add a number of drop cap styles to your website. The widget is simple to set up and customize, and it will look excellent regardless of the style or font you use for your page's content.
70
 
71
- 14. **[Elementor Double Button Widget (5 Styles) ](https://wphtmega.com/widget/elementor-double-button-widget/)** - The Elementor Double Button widget in HT Mega Addons is ideal for anybody looking to add dual buttons at any section of their website using Elementor.
72
 
73
- 15. **[Elementor FAQ Widget (5 Styles) ](https://wphtmega.com/widget/element-faq/)** - The FAQ widget is useful in presenting frequently added questions and answers in eye-catching styles. If you want to add questions and answers to your blog posts, then this Elementor FAQ widget will just be the right tool.
74
 
75
- 16. **[Elementor Flip Box Widget (5 Styles) ](https://wphtmega.com/widget/element-flipbox/)** - The HT Mega Elementor Flip Box widget is a great tool for adding gorgeous flip box content to your WordPress web pages and making them more attention-grabbing.
76
 
77
- 17. **[Elementor Google Map Widget (5 Styles) ](https://wphtmega.com/widget/element-google-map/)** - Adding Google Map location of your business on your website is vital to make it easier for visitors to find your location. That’s where the Elementor Google maps widget is necessary. With the HT Mega Elementor Add-ons plugin, you can create a personalized Google map that can be shown anywhere on your website. It has 5 unique styles.
78
 
79
- 18. **[Elementor Animated Heading Widget (7 Styles) ](https://wphtmega.com/widget/element-animated-heading/)** - You can make custom animations for your page headings with the Elementor animated heading widget by HT Mega, which will help you stand out from the crowd. This useful widget lets you create animated headings that can be used as the headings for your website.
80
 
81
- 19. **[Elementor Image Comparison Widget (5 Styles) ](https://wphtmega.com/widget/element-image-comparison/)** - This handy widget is useful to show the difference between two images. It gives you 5 unique styles to choose from.
82
 
83
- 20. **[Elementor Image Justify Widget (5 Styles) ](https://wphtmega.com/widget/element-image-justify/)** - With HT Mega Elementor Image Justify Widget, you can effortlessly build a stunning and aligned image gallery on your web page.
84
 
85
- 21. **[Elementor Image Magnifier Widget (5 Styles) ](https://wphtmega.com/widget/element-image-magnifier/)** - The Image Magnifier widget is effective when you want to let your web visitors see the photos on the web page in an enlarged view.
86
 
87
- 22. **[Elementor Image Masonry Widget (5 Styles) ](https://wphtmega.com/widget/element-image-masonry/)** - The picture Masonry Widget is ideal for building visually appealing photo galleries. Images are presented in a responsive and well-equipped masonry layout, so they look amazing on any device your visitors are using.
88
 
89
- 23. **[Elementor Instagram Widget (5 Styles) ](https://wphtmega.com/widget/element-instagram/)** - The Elementor Instagram widget in HT Mega lets you add eye-catching Instagram buttons to your web pages in four different layouts. Show your Instagram feed in a professional and stunning way using this amazing widget.
90
 
91
- 24. **[Elementor Light Box Widget (4 Styles) ](https://wphtmega.com/widget/element-light-box/)** - A lightbox is a picture-displaying overlay or popup window that appears above the webpage. They highlight the image while darkening the rest of the page, allowing it to be viewable around the edges. In your WordPress website powered by Elementor, if you want to add a lightbox, then this Elementor Lightbox widget will come in handy. Add a lightbox content to your pages and posts with this widget.
92
 
93
- 25. **[Elementor Inline Menu Widget(10 Styles) ](https://wphtmega.com/widget/element-inline-menu/)** - Inline Elementor Menu Widget by HT Mega is a free and easy-to-use widget that will allow you to create horizontal navigation menus on your site very easily. This Elementor navigation menu widget is perfect for Elementor sites that have a lot of pages, or for sites that want to offer a more user-friendly navigation experience.Besides, this Elementor nav menu widget to use and you can customize it to fit your needs. You can add pages, posts, and categories to your Elementor nav menu.
94
 
95
- 26. **[Elementor User Login Widget (5 Styles) ](https://wphtmega.com/widget/element-user-login/)** - The User Login Widget helps you to create a login page easily. This page offers your visitor to log in to your website. HT Mega comes with a modern and easy-to-use Elementor login widget at your disposal enabling the creation of user login pages effortlessly.
96
 
97
- 27. **[Elementor User Register Widget (5 Styles) ](https://wphtmega.com/widget/element-user-register/)** - The User Registrar widget allows you complete control over your website's user registrations. You'll get a variety of Registration Forms for your users, each with its own set of pre-defined fields. With the ability to customize the look and feel of your forms, you'll be able to create a truly unique registration experience for your users using this Elementor register form widget. So, whether you're looking to create a simple contact form or a complex user registration system, the Elementor registration form widget is the perfect solution.
98
 
99
- 28. **[Elementor Image Marker Widget (5 Styles) ](https://wphtmega.com/widget/element-image-marker/)** - The Image Marker widget allows you to add an image with detailed information about the image with a marker. The customization settings allow users incredible control over what they see on screen - whether its color style choices, font size preferences, image layout options, etc.
100
 
101
- 29. **[Elementor Modals Widget (5 Styles) ](https://wphtmega.com/widget/element-modal/)** - The Elementor Modal Pop-Ups Widget is an excellent widget for creating high-quality modal pop-ups that your visitors will like. This simple widget makes adding modal pop-ups to your Elementor website easier and faster.
102
 
103
- 30. **[Elementor Subscribe News Letter Widget (5 Styles) ](https://wphtmega.com/widget/element-subscribe/)** - The Subscribe widget allows you to easily create buttons to subscription forms and displays on your web pages and posts.
104
 
105
- 31. **[Elementor News Ticker Widget (7 Styles) ](https://wphtmega.com/widget/element-news-ticker/)** - The News Ticker Widget highlights the latest news headline or significant posts’ title in a scroller with incredible animation effects. Different layouts with different styles are available.
106
 
107
- 32. **[Elementor Notification Widget (4 Styles) ](https://wphtmega.com/widget/element-notification/)** - Notification widget notifies you with a message box on your current page. It's small and contains various different text colors to convey different messages.
108
 
109
- 33. **[Elementor Off Canvas Widget (4 Styles) ](https://wphtmega.com/widget/element-off-canvas/)** - Off canvas widget is a great way to show off your content in an easy-to-use sidebar that can be triggered by clicking on it. This is a handy widget to add an attractive Elementor sidebar menu to your WordPress site.
110
 
111
- 34. **[Elementor Panel Slider Widget (4 Styles) ](https://wphtmega.com/widget/element-panel-slider/)** - The panel Slider widget offers you to show off your panel sliders on the website. This Elementor slider has a different layout which will attract your visitor. If you are looking for an excellent slideshow functionality in Elementor, this widget could be helpful.
112
 
113
- 35. **[Elementor Popovers Widget (4 Styles) ](https://wphtmega.com/widget/element-popover/)** - The Popover widget is a marvelous element for displaying popovers on websites. The layouts can be adjusted to show the content that you want your visitors to see.
114
 
115
- 36. **[Elementor Post Carousel Widget (5 Styles) ](https://wphtmega.com/widget/post-carosul/)** - Post Carousel allows you to build an engaging post carousel that will appeal to your readers. This is an efficient Elementor carousel widget that really comes into play to show your posts more attractively. You can use this Elementor post carousel widget to showcase your latest blog posts, products, or any other type of content that you want to feature in a carousel. Also, Elementor posts carousel widget is easy to use and provides a great way to engage your readers.
116
 
117
- 37. **[Elementor Post Grid Widget (5 Styles) ](https://wphtmega.com/widget/element-post-grid/)** - Post Grid widget displays posts in the grid that provides multiple layouts of a page. This widget shows the post title and featured image in this format to open an enlarged article view.
118
 
119
- 38. **[Elementor Post Grid Tab Widget (5 Styles) ](https://wphtmega.com/widget/element-post-grid-tab/)** - In a grid layout, the Elementor Post Grid Tab widget in HT Mega shows the post title and featured picture in a special tabbed format.
120
 
121
- 39. **[Elementor Post Slider Widget (5 Styles) ](https://wphtmega.com/widget/element-post-slider/)** - The Post Slider Widget is a dynamic slider that presents your posts with images attractively with sliders. This Elementor slider widget comes in handy when you want to present your sliders more appealingly to the visitors. Bring more creativity to your Elementor powered website with this amazing Elementor slideshow widget.
122
 
123
- 40. **[Elementor Pricing List View Widget (3 Styles) ](https://wphtmega.com/widget/element-pricing-list-view/)** - The HT Mega Elementor Pricing table widget offers different types of pricing table styles for your single product.
124
 
125
- 41. **[Elementor Pricing Table Widget (7 Styles) ](https://wphtmega.com/widget/element-pricing-table/)** - The HT Mega Elementor Pricing table widget offers different types of pricing table styles for your single product. Adjust the price tables of your products using this modern Elementor price table widget offered by HT Mega.
126
 
127
- 42. **[Elementor Progress Bar (10 Styles) ](https://wphtmega.com/widget/element-progress-bar/)** - With its 10 various designs, the HT Mega progress bar widget makes displaying percentage-based progress bars on web pages a breeze!
128
 
129
- 43. **[Elementor Scroll Image Widget (2 Styles) ](https://wphtmega.com/widget/element-scroll-image/)** - The Scroll image widget allows you to showcase your favorite images with a scroll, and you can pick whether your images should scroll from top to bottom or left to right.
130
 
131
- 44. **[Elementor Scroll Navigation Widget (4 Styles) ](https://wphtmega.com/widget/element-scroll-navigation/)** - The Scroll navigation widget allows you to simplify the process of site navigation for your visitors, This widget allows you to flip through different sections within a single page. The HT Mega plugin provides 4 styles for this widget.
132
 
133
- 45. **[Elementor Search Widget (5 Styles) ](https://wphtmega.com/widget/elementor-search/)** - The Search widget allows you to show a search option on your website. This unique Elementor search widget provides you with 5 styles.
134
 
135
- 46. **[Elementor Services Widget (7 Styles) ](https://wphtmega.com/widget/element-services/)** - The Elementor Services Widget by HT Mega makes it easy to display services on your website. It comes with seven different styles for displaying the 'services' content on web pages.
136
 
137
- 47. **[Elementor Single Post Widget (5 Styles) ](https://wphtmega.com/widget/element-single-post/)** - The Single Post widget will allow you to highlight a single post on your website. This widget allows for more flexibility when it comes to displaying individual posts in different ways. This Elementor posts widget makes showcasing your posts in a more professional way. Users can also choose to display the post title, excerpt, author, date, and even the number of comments in Elementor page builder using this exclusive Elementor post content widget.
138
 
139
- 48. **[Elementor Social Share Widget (9 Styles) ](https://wphtmega.com/widget/elementor-social-share-widget/)** - Social share widget is a special widget to share any of your products in any social media. This widget will increase your sales and earn more visitors.
140
 
141
- 49. **[Elementor Switcher Widget (9 Styles) ](https://wphtmega.com/widget/element-switcher/)** - The switcher widget is the perfect tool for content switching. It allows you to quickly and easily switch between your pricing table, info sections, services, and other layouts.
142
 
143
- 50. **[Elementor Tab Widget (5 Styles) ](https://wphtmega.com/widget/element-tab/)** - With just a few clicks, you can quickly and effortlessly create attractive, structured tab sections with the Elementor tabs widget. Tabs are efficient for websites that need to keep their content organized and accessible.
144
 
145
- 51. **[Elementor Data Table Widget (3 Styles) ](https://wphtmega.com/widget/element-data-table/)** - The Elementor data table widget by HT Mega is a useful tool for quickly adding Elementor tables to your content. These tables are ideal for presenting data in an engaging and intriguing manner, making it simpler for your visitors to present the information.
146
 
147
- 52. **[Elementor Team Member Widget (8 Styles) ](https://wphtmega.com/widget/element-team-member/)** - Team member widget is a great way to show the team member whom you work with or have worked for your company. This widget includes their names, social media links, and a brief description of what they do.
148
 
149
- 53. **[Elementor Testimonial Carousel Widget (5 Styles) ](https://wphtmega.com/widget/element-testimonial/)** - The Testimonial Carousel widget is an excellent way for visitors to your website to get an idea of what you're all about. You can customize it with a plethora of options and choose the layout that you prefer the most. Display customer reviews in a more stunning and impressive carousel using this unique Elementor reviews widget.
150
 
151
- 54. **[Elementor Testimonial Grid Widget (5 Styles) ](https://wphtmega.com/widget/element-testimonial-grid/)** - It is Elementor review widget that comes in handy to showcase your user reviews/testimonials beautifully. You can use this widget to show client testimonials in an easy-to-read grid layout, allowing web visitors to see what others have said about your product or service.
152
 
153
- 55. **[Elementor Thumbnails Gallery Widget (4 Styles) ](https://wphtmega.com/widget/element-thumbnails-gallery/)** - The Thumbnail Gallery Widget allows you to add multiple images to your image gallery page. You can choose from different layouts, such as the Basic Gallery layout or the Masonry Layout. It is a responsive Elementor gallery widget, so it will scale to fit any screen size. Also, this Elementor image gallery widget is compatible with all major browsers, including Chrome, Firefox, Safari, and Edge.
154
 
155
- 56. **[Elementor Toggle Widget (3 Styles) ](https://wphtmega.com/widget/element-toggle/)** - The Toggle Widget is perfect for hiding content to make it accessible only after the user clicks on a specific title. HT Mega comes with a sophisticated Elementor content toggle widget which you can use to make the most incredible toggle with captivating boxes.
156
 
157
- 57. **[Elementor Tool Tip Widget (4 Styles) ](https://wphtmega.com/widget/element-tooltip/)** - Tooltip Widget is a lightweight, simple widget that interactively displays your Tooltip content using icons, text, and images. You can use Elementor tooltips widget to create engaging, informative, and visually appealing tooltips for your website or blog. Elementor tooltips widget is compatible with all major browsers and devices.
158
 
159
- 58. **[Elementor Twitter Feed Widget (5 Styles) ](https://wphtmega.com/widget/element-twitter-feed/)** - The Twitter Feed widget is a great way to display and share your favorite tweets with the world. You can choose from different layouts like grids, columns, or even full width, which you prefer most.
160
 
161
- 59. **[Elementor Vertical Timeline Widget (3 Styles) ](https://wphtmega.com/widget/element-vertical-timeline/)** - The Vertical Timeline widget is a great way to show your project's phases in an easy-to-follow format. You can use this Elementor Timeline widget for everything from Roadmaps and upcoming events through completed projects, so there'll always be clarity on what you need next.
162
 
163
- 60. **[Elementor Video Player Widget (4 Styles) ](https://wphtmega.com/widget/elementor-video-player/)** - The Video Player Widget is a useful tool with intuitive options to showcase your YouTube, and Vimeo videos in style for WordPress using Elementor. You can add a custom thumbnail image and set an overlay that will present the videos on web pages in a more appealing and attractive way. You can try this Elementor video widget to showcase your YouTube/Vimeo videos in a professional way.
164
 
165
- 61. **[Elementor Weather Widget (3 Styles) ](https://wphtmega.com/widget/element-weather/)** - The weather widget is the perfect widget for updating your location’s weather. You can also set multiple locations and have the latest weather updates.
166
 
167
- 62. **[Elementor Working Process Widget (4 Styles) ](https://wphtmega.com/widget/element-working-process/)** - The Working Process widget can be used for displaying the working process and offers a variety of layout options. This widget displays the steps in an easy-to-follow order, with text indicators that show which step you're working on.
168
 
169
- 63. **[Elementor 404 Page Content Widget (4 Styles) ](https://wphtmega.com/widget/element-page-not-found-content/)** - Page Not Found Content widget shows a message page not found or 404 when the specific page failed to be found.
170
 
171
- 64. **[Elementor BBPress](https://wphtmega.com/widget/element-bbpress/)** - The Bbpress widget is an excellent way to include Bbpress functionality into your WordPress Elementor website. Adding forums, topics, and posts to your site is simple with the Bbpress widget.
172
 
173
- 65. **[Elementor Booked Calendar Widget](https://wphtmega.com/widget/element-booked-calendar/)** - The Booked Calendar widget comes into play for any business website as it enables you to add a calendar to the pages and posts of your site having full control of the look and feel of the calendar. It comes with several different styles.You can also use this Elementor event calendar widget to create custom calendars for specific events or purposes. In addition, this Elementor event calendar widget offers a variety of customization options that allow you to change the look and feel of your calendar.
174
 
175
- 66. **[Elementor BuddyPress Widget](https://wphtmega.com/widget/element-buddypress/)** - Buddypress widget allows you to integrate Buddypress content. With the help of this widget, you can manage the content and style of your BuddyPress content with ease.
176
 
177
- 67. **[Elementor Caldera Forms Widget](https://wphtmega.com/widget/element-caldera-forms/)** - Using the Caldera Elementor forms widget, integrating and displaying caldera forms on your web pages will be easier and faster with tons of customization options at your disposal.
178
 
179
- 68. **[Elementor Download monitor Widget](https://wphtmega.com/widget/element-download-monitor/)** - The Download Monitor widget from HT Mega Elementor is ideal for customizing the appearance and feel of your download link content. With this useful widget, you may change the look of your download button content.
180
 
181
- 69. **[Elementor Easy digital downloads Widget](https://wphtmega.com/widget/element-easy-digital-downloads/)** - This helpful widget displays the content of your downloads in the Easy Digital Downloads plugin. It has a lot of options for modifying the design, content, and so on, and it provides your download content a professional look.
182
 
183
- 70. **[Elementor Event Countdown Widget](https://wphtmega.com/widget/element-event-countdown/)** - The Events Countdown widget allows you to quickly and simply create beautiful event countdown content. As a result, you can see how much time is remaining for a specific event in days, hours, minutes, and so on.
184
 
185
- 71. **[Elementor Gravity Forms Widget](https://wphtmega.com/widget/element-gravity-forms/)** - With the help of this simple Gravity Elementor forms widget from HT Mega, you can design and decorate your gravity forms and display them on web pages in a stylish way. This Elementor gravity forms widget is easy to use and comes with a variety of features that allow you to customize the look and feel of your forms. You can select from a variety of fonts, colors, and layouts to create a form that is unique to your website.
186
 
187
- 72. **[Elementor Instagram Feed Widget](https://wphtmega.com/widget/element-instagram-feed/)** - The HT Mega Elementor Instagram feed widget enables you to display your Instagram feed on your website. This widget gives your visitors a much more visually appealing experience when displaying your Instagram gallery to the WordPress Elementor web pages So, this Instagram feed Elementor widget is worth checking out if you want to showcase your Instagram activities to your site easily.
188
 
189
- 73. **[Elementor Job Manager Widget](https://wphtmega.com/widget/element-job-manager/)** - Job Manger is a useful widget to display the job postings on your web pages with tons of handy customizable options.
190
 
191
- 74. **[Elementor Layer Slider Widget](https://wphtmega.com/widget/element-layer-slider/)** - The HT Mega Elementor Layer Slider widget is a fantastic way to create simple responsive layer sliders quickly. It provides you with all the options you need to make everything change in order for the website to display layer sliders.
192
 
193
- 75. **[Elementor Ninja Form Widget](https://wphtmega.com/widget/element-ninja-form/)** - Ninja Forms widget helps you personalize the style of Ninja forms on your web pages.
194
 
195
- 76. **[Elementor QU Form Widget](https://wphtmega.com/widget/element-quform/)** - Quform is a drag-and-drop form builder for WordPress that lets you create awesome forms in no time. With the Quform widget in HT Mega, you can personalize the look and feel of Quforms contents on your web pages.
196
 
197
- 77. **[Elementor TablePress Widget](https://wphtmega.com/widget/element-tablepress/)** - TablePress makes creating and maintaining beautiful tables a breeze. If you want to manage the content of TablePress on your web pages, this widget can help.
198
 
199
- 78. **[Elementor MailChimp for WP Widget](https://wphtmega.com/widget/element-subscribe/)** - The HT Mega Elementor MailChimp for WP widget is helpful in managing the look and feel of your MailChimp subscribe form content.
200
 
201
- 79. **[Elementor WP Forms Widget](https://wphtmega.com/widget/element-wp-forms/)** - The HT Mega Elementor WPForms widget makes it simple to edit WPForms content on your website. This widget can help you control the content of WPForms if you've incorporated it into your webpages.
202
 
203
- 80. **[Elementor WooCommerce add to cart Widget](https://wphtmega.com/widget/element-woocommerce-add-to-cart/)** - The WooCommerce add to Cart widget helps you create the add-to-cart button so that customers can add their desired items to the cart right away and make purchases easily.
204
 
205
- 81. **[Elementor WooCommerce Category Widget](https://wphtmega.com/widget/element-woocommerce-category/)** - The WooCommerce Category Widget allows you to organize and categorize products on your WooCommerce site.
206
 
207
- 82. **[Elementor WooCommerce Cart Page Widget](https://wphtmega.com/widget/element-woocommerce-cart-page/)** - The WooCommerce cart page widget comes into play for any WooCommerce website as it allows you to modify your cart layout with options to edit titles, labels, placeholders, etc.
208
 
209
- 83. **[Elementor WooCommerce Checkout Page Widget](https://wphtmega.com/widget/element-checkout-page/)** - The WooCommerce Checkout widget helps you finetune your WooCommerce checkout page layout with ease. It comes with a plethora of options to embellish your WooCommerce checkout page.
210
 
211
- 84. **[Elementor Special Day Offer Widget ](https://wphtmega.com/widget/element-special-day-offer/)** - This widget is a great way to entice customers with special deals. You can easily add banners and choose from different layouts that best showcase your offer, all through the HT Mega Elementor Special Day Offer Widget!
212
 
213
 
214
  == Features: ==
@@ -245,41 +245,45 @@ Choose your page layout from the template list. You can easily import the Elemen
245
  * Cross Icon Color Option
246
 
247
  == HT Mega Pro Elementor Widgets ==
248
- 1. **[Elementor Info Box Widget (9 Styles) ](https://wphtmega.com/elementor-info-box-widget/)** - With it’s stunning info box widget, HT Mega Elementor Addons plugin allows you to create powerful feature boxes with the HT Mega Elementor Info Box Widget. In this widget, you can add a title, description and call to action in combination with images or icons to create something truly attractive and engaging.
249
 
250
- 2. **[Elementor Lottie Widget (8 Styles) ](https://wphtmega.com/elementor-lottie-widget/)** - Why not grab a user's attention by adding captivating Lottie animations to your website? These lightweight and high-quality animation assets can be used with HT Mega Elementor Lottie Widget. This impressive Elementor widget comes with tons of controls and settings to take charge of your animations.
251
 
252
- 3. **[Elementor Event Calendar Widget (5 Styles) ](https://wphtmega.com/elementor-event-calendar-widget/)** - Creating and managing a calendar can be time consuming. HT Mega Elementor event calendar widget allows you to create your own personalized calendar manually or use your Google calendar to display your events.
253
 
254
- 4. **[Elementor Feature List Widget (Style 6) ](https://wphtmega.com/widget/elementor-feature-list-widget/)** Use the HT Mega Elementor Feature list widget to display your service features in style with some of their featured designs or create your own and customize it to suit your needs. It's surprisingly easy to use!
255
 
256
- 5. **[Elementor Price Menu Widget (Style 4) ](https://wphtmega.com/widget/elementor-price-menu-widget/)** HT Mega Elementor Price Menu widget will give your website a distinctive look and help online shoppers find the perfect item with ease. Your menu or catalog will be easy on the eye while still being attractive.
257
 
258
- 6. **[Elementor Social Network Widget (Style 7) ](https://wphtmega.com/widget/elementor-social-network-widget/)** HT Mega Elementor Social Icons Widget is an efficient widget that lets you add links for all of your social media channels in just a few moments. The best part? This Elementor social media widget is as simple as adding any social media icon to any screen or page of your site.
259
 
260
- 7. **[Elementor Category List Widget (Style 8) ](https://wphtmega.com/widget/elementor-category-list-widget/)** HT Mega Elementor Category List Widget is easy to active, user-friendly and customizable — saving you countless hours of time in the process of organizing your site content and categorizing them. Create an impressive list of categories with ease with this exclusive widget.
261
 
262
- 8. **[Elementor Taxonomy Terms Widget (Style 5) ](https://wphtmega.com/widget/elementor-taxonomy-terms-widget/)** HT Mega Elementor Taxonomy Terms Widget for Elementor is an outstanding addon that lets you create different ways of displaying tags and categories on your website based on your needs.
263
 
264
- 9. **[Elementor Background Switcher Widget (Style 6) ](https://wphtmega.com/widget/elementor-background-switcher-widget/)** HT Mega Elementor Background Switcher Widget can help you to create a great digital experience for your customers and facilitate the process of building responsive layouts. When you hover over one of these boxes it changes the background for the whole section. The background switcher Elementor widget also allows you to seamlessly create a variety of layouts.
265
 
266
- 10. **[Elementor Team Carousel Widget (Style 5) ](https://wphtmega.com/elementor-team-carousel-widget/)** With HT Mega Elementor Team Carousel Widget,you can easily show off your team members in style on your Elementor website.Here you will find features you need at an affordable price like slides, and custom style. Use this Elementor Team Member Carousel widget to design stunning team sections.
267
 
268
- 11. **[Elementor Interactive Promo Widget (Style 15) ](https://wphtmega.com/elementor-interactive-promo-widget/)** HT Mega Elementor Interactive Promo Widget is a highly configurable widget that will let you add attractive Interactive Promo to your website. It provides you with numerous unique Interactive Promo Styles to choose from.
269
 
270
- 12. **[Elementor Icon Box Widget (Style 7) ](https://wphtmega.com/elementor-icon-box-widget/)** HT Mega Elementor Icon Box Widget Create more engaging, persuasive, and eye-catching content. It's easy to use, and offers a variety of customization options for your project.
271
 
272
- 13. **[Elementor Page List Widget (Style 6) ](https://wphtmega.com/elementor-page-list-widget/)** You'll finally be able to set up a page list with a horizontal or vertical layout and customize it according to your needs by using the HT Mega Elementor Page List widget.
273
 
274
- 14. **[Elementor Facebook Review Widget (Style 3) ](https://wphtmega.com/widget/elementor-facebook-review-widget/)** HT Mega Elementor Facebook Review Widget allows you to display a stunning showcase of your Facebook page info and reviews on your website.
275
 
276
- 15. **[Elementor Breadcrumbs Widget (Style 9) ](https://wphtmega.com/elementor-breadcrumbs-widget/)** HT Mega Elementor Breadcrumbs Widget helps you visualize your breadcrumbs in different ways with a variety of customizable options. You can easily create one to suit your needs.
277
 
278
- 16. **[Elementor Event Box Widget (Style 5) ](https://wphtmega.com/elementor-event-box-widget/)** HT Mega Elementor Event Box Widget enables you to display boxes of upcoming events on your Elementor page. You can create an upcoming event with an event title, event description, date, and any other relevant information.
279
 
280
- 17. **[Elementor Filterable Gallery Widget (Style 7) ](https://wphtmega.com/elementor-filterable-gallery-widget/)** The HT Mega Elementor Filterable Gallery widget allows you to add a gallery with filtering options. Photos, projects images can be easily displayed using this widget. Visitors can filter items easily by category. This plugin has 7 default styles for filterable galleries, which can be customized easily from the widget settings panel.
281
 
282
- 18. **[Elementor WhatsApp Chat Widget ](https://wphtmega.com/elementor-whatsapp-chat-widget/)** With HT Mega Elementor WhatsApp Widget, you can create a button that your website visitors will be able to text you directly from your site. It is a simple but effective way of communicating with clients.
 
 
 
 
283
 
284
  **[PURCHASE HT Mega PRO FROM OUR WEBSITE]( https://wphtmega.com/pricing/ )**
285
 
@@ -310,16 +314,43 @@ Needs assistance to use this plugin?
310
  Feel free to [Contact us](https://hasthemes.com/contact-us/) 💌
311
 
312
  == Check out our other projects ==
313
- * [WooLentor](https://wordpress.org/plugins/woolentor-addons/) - WooCommerce page builder for Elementor Addon. Create unlimited product grid, layouts, custom product and shop pages layouts.
314
-
315
- * [Whols for WooCommerce Wholesale](https://wordpress.org/plugins/whols/) – Whols is an outstanding WordPress plugin for WooCommerce that allows store owners to set wholesale prices for the products of their online stores. This plugin enables you to show special wholesale prices to the wholesaler.
316
-
317
- * [WP Plugin Manager](https://wordpress.org/plugins/wp-plugin-manager/) – Deactivate WordPress plugins per page will help to reduce page size, increase website performance and speed.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
318
 
319
  Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify and WordPress products and services.
320
 
321
 
322
  == Changelog ==
 
 
 
 
323
  = Version: 1.9.4 - Date: 2022-08-30 =
324
  * Added: Button Height option in double button addon
325
  * Added: Number of Rows set option in data table addon
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht, zenaulislam, aslamhasib
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
  Requires at least: 4.7
5
+ Tested up to: 6.0.2
6
+ Stable tag: 1.9.5
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
42
 
43
  == 84+ Free Elementor Widgets Are Available 🔥 ==
44
 
45
+ <strong>[Elementor Accordion Widget (9 Styles) ](https://wphtmega.com/widget/element-accordion/)</strong> - The Elementor accordion widget by HT Mega comes into play to add engaging and interactive accordion content (in both vertical and horizontal orientations) to your pages, posts, and anywhere. With this amazing Elementor accordion widget, you can easily create beautiful accordions that will captivate your visitors.
46
 
47
+ <strong>[Elementor Heading Widget (7 Styles) ](https://wphtmega.com/widget/element-heading/)</strong> - The purpose of the Elementor Heading Widget on your website is to show off a variety of styles. With different headings, you'll be able to make every page look unique and interesting.
48
 
49
+ <strong>[Elementor Banner Box Widget (4 Styles) ](https://wphtmega.com/widget/element-banner/)</strong> - The Elementor Banner widget is an excellent tool for including eye-catching banners on your Elementor website. Using this widget, you can easily design and modify banners that will grab the attention of your visitors.
50
 
51
+ <strong>[Elementor Block Quote Widget (5 Styles) ](https://wphtmega.com/widget/element-blockquote/)</strong> - To display an element that has been quoted from someplace else, use the Elementor block quote widget. The blockquote widget in HT Mega is available in a number of formats.
52
 
53
+ <strong>[Elementor Brand Widget (7 Styles) ](https://wphtmega.com/widget/element-brand/)</strong> - The HT Mega Elementor Brand widget makes it easy to add brand logos to your web pages. It comes with numerous options right out of the box.
54
 
55
+ <strong>[Elementor Business Hours Widget (5 Styles) ](https://wphtmega.com/widget/element-business-hours/)</strong> - The Business Hour widget makes it simple and straightforward to display your business hours. There are five distinct layouts to choose from, as well as the option to change the day and time. As a result, you may let your website visitors know when your company is open or closed.
56
 
57
+ <strong>[Elementor Button Widget (5 Styles) ](https://wphtmega.com/widget/element-button/)</strong> - The button Widget will catch the visitor's eye and make it easy to click through on any page of your website with its different styles.
58
 
59
+ <strong>[Elementor Call To Action Widget (7 Styles) ](https://wphtmega.com/widget/element-call-to-action/)</strong> - The Elementor Call to Action Widget by HT Mega is a great tool for adding an interactive, customizable call-to-action button on your WordPress website. Choose from 7 styles and adjust its size so it will fit any page!
60
 
61
+ <strong>[Elementor Contact Form Widget (7 Styles) ](https://wphtmega.com/widget/element-contact-form/)</strong> - The HT Mega Elementor Contact Forms widget is useful for adjusting the appearance and feel of contact forms and displaying them attractively on your website. You can use this fantastic Elementor Contact Forms Widget to integrate a contact form into your WordPress site adjusting the look and feel as per your choice and needs.
62
 
63
+ <strong>[Elementor Countdown Timer Widget (7 Styles) ](https://wphtmega.com/widget/element-countdown/)</strong> - The Elementor Countdown Widget allows you to create an eye-catching and practical time tracker that will help your audience quickly know the remaining time of your product offer.
64
 
65
+ <strong>[Elementor Counter Up Widget (6 Styles) ](https://wphtmega.com/widget/element-counter/)</strong> -The Elementor counter widget enables you to create numbered counter in an eye-catchy animation by which you can show the facts and figures on your web page. If you use Elementor Counter Up Widget, you will get many customization options.
66
 
67
+ <strong>[Elementor Custom Carousel Widget (7 Styles) ](https://wphtmega.com/widget/element-custom-carousel/)</strong> - With the Elementor image carousel widget, you can display numerous gorgeous and engaging carousels for your site in a single place. It comes in seven different styles. Instead of adding individual pictures, you can use this fantastic widget to create a carousel with many images!
68
 
69
+ <strong>[Elementor Drop Caps Widget (5 Styles) ](https://wphtmega.com/widget/element-dropcaps/)</strong> - The HT Mega Drop Cap Widget allows you to add a number of drop cap styles to your website. The widget is simple to set up and customize, and it will look excellent regardless of the style or font you use for your page's content.
70
 
71
+ <strong>[Elementor Double Button Widget (5 Styles) ](https://wphtmega.com/widget/elementor-double-button-widget/)</strong> - The Elementor Double Button widget in HT Mega Addons is ideal for anybody looking to add dual buttons at any section of their website using Elementor.
72
 
73
+ <strong>[Elementor FAQ Widget (5 Styles) ](https://wphtmega.com/widget/element-faq/)</strong> - The FAQ widget is useful in presenting frequently added questions and answers in eye-catching styles. If you want to add questions and answers to your blog posts, then this Elementor FAQ widget will just be the right tool.
74
 
75
+ <strong>[Elementor Flip Box Widget (5 Styles) ](https://wphtmega.com/widget/element-flipbox/)</strong> - The HT Mega Elementor Flip Box widget is a great tool for adding gorgeous flip box content to your WordPress web pages and making them more attention-grabbing.
76
 
77
+ <strong>[Elementor Google Map Widget (5 Styles) ](https://wphtmega.com/widget/element-google-map/)</strong> - Adding Google Map location of your business on your website is vital to make it easier for visitors to find your location. That’s where the Elementor Google maps widget is necessary. With the HT Mega Elementor Add-ons plugin, you can create a personalized Google map that can be shown anywhere on your website. It has 5 unique styles.
78
 
79
+ <strong>[Elementor Animated Heading Widget (7 Styles) ](https://wphtmega.com/widget/element-animated-heading/)</strong> - You can make custom animations for your page headings with the Elementor animated heading widget by HT Mega, which will help you stand out from the crowd. This useful widget lets you create animated headings that can be used as the headings for your website.
80
 
81
+ <strong>[Elementor Image Comparison Widget (5 Styles) ](https://wphtmega.com/widget/element-image-comparison/)</strong> - This handy widget is useful to show the difference between two images. It gives you 5 unique styles to choose from.
82
 
83
+ <strong>[Elementor Image Justify Widget (5 Styles) ](https://wphtmega.com/widget/element-image-justify/)</strong> - With HT Mega Elementor Image Justify Widget, you can effortlessly build a stunning and aligned image gallery on your web page.
84
 
85
+ <strong>[Elementor Image Magnifier Widget (5 Styles) ](https://wphtmega.com/widget/element-image-magnifier/)</strong> - The Image Magnifier widget is effective when you want to let your web visitors see the photos on the web page in an enlarged view.
86
 
87
+ <strong>[Elementor Image Masonry Widget (5 Styles) ](https://wphtmega.com/widget/element-image-masonry/)</strong> - The picture Masonry Widget is ideal for building visually appealing photo galleries. Images are presented in a responsive and well-equipped masonry layout, so they look amazing on any device your visitors are using.
88
 
89
+ <strong>[Elementor Instagram Widget (5 Styles) ](https://wphtmega.com/widget/element-instagram/)</strong> - The Elementor Instagram widget in HT Mega lets you add eye-catching Instagram buttons to your web pages in four different layouts. Show your Instagram feed in a professional and stunning way using this amazing widget.
90
 
91
+ <strong>[Elementor Light Box Widget (4 Styles) ](https://wphtmega.com/widget/element-light-box/)</strong> - A lightbox is a picture-displaying overlay or popup window that appears above the webpage. They highlight the image while darkening the rest of the page, allowing it to be viewable around the edges. In your WordPress website powered by Elementor, if you want to add a lightbox, then this Elementor Lightbox widget will come in handy. Add a lightbox content to your pages and posts with this widget.
92
 
93
+ <strong>[Elementor Inline Menu Widget(10 Styles) ](https://wphtmega.com/widget/element-inline-menu/)</strong> - Inline Elementor Menu Widget by HT Mega is a free and easy-to-use widget that will allow you to create horizontal navigation menus on your site very easily. This Elementor navigation menu widget is perfect for Elementor sites that have a lot of pages, or for sites that want to offer a more user-friendly navigation experience.Besides, this Elementor nav menu widget to use and you can customize it to fit your needs. You can add pages, posts, and categories to your Elementor nav menu.
94
 
95
+ <strong>[Elementor User Login Widget (5 Styles) ](https://wphtmega.com/widget/element-user-login/)</strong> - The User Login Widget helps you to create a login page easily. This page offers your visitor to log in to your website. HT Mega comes with a modern and easy-to-use Elementor login widget at your disposal enabling the creation of user login pages effortlessly.
96
 
97
+ <strong>[Elementor User Register Widget (5 Styles) ](https://wphtmega.com/widget/element-user-register/)</strong> - The User Registrar widget allows you complete control over your website's user registrations. You'll get a variety of Registration Forms for your users, each with its own set of pre-defined fields. With the ability to customize the look and feel of your forms, you'll be able to create a truly unique registration experience for your users using this Elementor register form widget. So, whether you're looking to create a simple contact form or a complex user registration system, the Elementor registration form widget is the perfect solution.
98
 
99
+ <strong>[Elementor Image Marker Widget (5 Styles) ](https://wphtmega.com/widget/element-image-marker/)</strong> - The Image Marker widget allows you to add an image with detailed information about the image with a marker. The customization settings allow users incredible control over what they see on screen - whether its color style choices, font size preferences, image layout options, etc.
100
 
101
+ <strong>[Elementor Modals Widget (5 Styles) ](https://wphtmega.com/widget/element-modal/)</strong> - The Elementor Modal Pop-Ups Widget is an excellent widget for creating high-quality modal pop-ups that your visitors will like. This simple widget makes adding modal pop-ups to your Elementor website easier and faster.
102
 
103
+ <strong>[Elementor Subscribe News Letter Widget (5 Styles) ](https://wphtmega.com/widget/element-subscribe/)</strong> - The Subscribe widget allows you to easily create buttons to subscription forms and displays on your web pages and posts.
104
 
105
+ <strong>[Elementor News Ticker Widget (7 Styles) ](https://wphtmega.com/widget/element-news-ticker/)</strong> - The News Ticker Widget highlights the latest news headline or significant posts’ title in a scroller with incredible animation effects. Different layouts with different styles are available.
106
 
107
+ <strong>[Elementor Notification Widget (4 Styles) ](https://wphtmega.com/widget/element-notification/)</strong> - Notification widget notifies you with a message box on your current page. It's small and contains various different text colors to convey different messages.
108
 
109
+ <strong>[Elementor Off Canvas Widget (4 Styles) ](https://wphtmega.com/widget/element-off-canvas/)</strong> - Off canvas widget is a great way to show off your content in an easy-to-use sidebar that can be triggered by clicking on it. This is a handy widget to add an attractive Elementor sidebar menu to your WordPress site.
110
 
111
+ <strong>[Elementor Panel Slider Widget (4 Styles) ](https://wphtmega.com/widget/element-panel-slider/)</strong> - The panel Slider widget offers you to show off your panel sliders on the website. This Elementor slider has a different layout which will attract your visitor. If you are looking for an excellent slideshow functionality in Elementor, this widget could be helpful.
112
 
113
+ <strong>[Elementor Popovers Widget (4 Styles) ](https://wphtmega.com/widget/element-popover/)</strong> - The Popover widget is a marvelous element for displaying popovers on websites. The layouts can be adjusted to show the content that you want your visitors to see.
114
 
115
+ <strong>[Elementor Post Carousel Widget (5 Styles) ](https://wphtmega.com/widget/post-carosul/)</strong> - Post Carousel allows you to build an engaging post carousel that will appeal to your readers. This is an efficient Elementor carousel widget that really comes into play to show your posts more attractively. You can use this Elementor post carousel widget to showcase your latest blog posts, products, or any other type of content that you want to feature in a carousel. Also, Elementor posts carousel widget is easy to use and provides a great way to engage your readers.
116
 
117
+ <strong>[Elementor Post Grid Widget (5 Styles) ](https://wphtmega.com/widget/element-post-grid/)</strong> - Post Grid widget displays posts in the grid that provides multiple layouts of a page. This widget shows the post title and featured image in this format to open an enlarged article view.
118
 
119
+ <strong>[Elementor Post Grid Tab Widget (5 Styles) ](https://wphtmega.com/widget/element-post-grid-tab/)</strong> - In a grid layout, the Elementor Post Grid Tab widget in HT Mega shows the post title and featured picture in a special tabbed format.
120
 
121
+ <strong>[Elementor Post Slider Widget (5 Styles) ](https://wphtmega.com/widget/element-post-slider/)</strong> - The Post Slider Widget is a dynamic slider that presents your posts with images attractively with sliders. This Elementor slider widget comes in handy when you want to present your sliders more appealingly to the visitors. Bring more creativity to your Elementor powered website with this amazing Elementor slideshow widget.
122
 
123
+ <strong>[Elementor Pricing List View Widget (3 Styles) ](https://wphtmega.com/widget/element-pricing-list-view/)</strong> - The HT Mega Elementor Pricing table widget offers different types of pricing table styles for your single product.
124
 
125
+ <strong>[Elementor Pricing Table Widget (7 Styles) ](https://wphtmega.com/widget/element-pricing-table/)</strong> - The HT Mega Elementor Pricing table widget offers different types of pricing table styles for your single product. Adjust the price tables of your products using this modern Elementor price table widget offered by HT Mega.
126
 
127
+ <strong>[Elementor Progress Bar (10 Styles) ](https://wphtmega.com/widget/element-progress-bar/)</strong> - With its 10 various designs, the HT Mega progress bar widget makes displaying percentage-based progress bars on web pages a breeze!
128
 
129
+ <strong>[Elementor Scroll Image Widget (2 Styles) ](https://wphtmega.com/widget/element-scroll-image/)</strong> - The Scroll image widget allows you to showcase your favorite images with a scroll, and you can pick whether your images should scroll from top to bottom or left to right.
130
 
131
+ <strong>[Elementor Scroll Navigation Widget (4 Styles) ](https://wphtmega.com/widget/element-scroll-navigation/)</strong> - The Scroll navigation widget allows you to simplify the process of site navigation for your visitors, This widget allows you to flip through different sections within a single page. The HT Mega plugin provides 4 styles for this widget.
132
 
133
+ <strong>[Elementor Search Widget (5 Styles) ](https://wphtmega.com/widget/elementor-search/)</strong> - The Search widget allows you to show a search option on your website. This unique Elementor search widget provides you with 5 styles.
134
 
135
+ <strong>[Elementor Services Widget (7 Styles) ](https://wphtmega.com/widget/element-services/)</strong> - The Elementor Services Widget by HT Mega makes it easy to display services on your website. It comes with seven different styles for displaying the 'services' content on web pages.
136
 
137
+ <strong>[Elementor Single Post Widget (5 Styles) ](https://wphtmega.com/widget/element-single-post/)</strong> - The Single Post widget will allow you to highlight a single post on your website. This widget allows for more flexibility when it comes to displaying individual posts in different ways. This Elementor posts widget makes showcasing your posts in a more professional way. Users can also choose to display the post title, excerpt, author, date, and even the number of comments in Elementor page builder using this exclusive Elementor post content widget.
138
 
139
+ <strong>[Elementor Social Share Widget (9 Styles) ](https://wphtmega.com/widget/elementor-social-share-widget/)</strong> - Social share widget is a special widget to share any of your products in any social media. This widget will increase your sales and earn more visitors.
140
 
141
+ <strong>[Elementor Switcher Widget (9 Styles) ](https://wphtmega.com/widget/element-switcher/)</strong> - The switcher widget is the perfect tool for content switching. It allows you to quickly and easily switch between your pricing table, info sections, services, and other layouts.
142
 
143
+ <strong>[Elementor Tab Widget (5 Styles) ](https://wphtmega.com/widget/element-tab/)</strong> - With just a few clicks, you can quickly and effortlessly create attractive, structured tab sections with the Elementor tabs widget. Tabs are efficient for websites that need to keep their content organized and accessible.
144
 
145
+ <strong>[Elementor Data Table Widget (3 Styles) ](https://wphtmega.com/widget/element-data-table/)</strong> - The Elementor data table widget by HT Mega is a useful tool for quickly adding Elementor tables to your content. These tables are ideal for presenting data in an engaging and intriguing manner, making it simpler for your visitors to present the information.
146
 
147
+ <strong>[Elementor Team Member Widget (8 Styles) ](https://wphtmega.com/widget/element-team-member/)</strong> - Team member widget is a great way to show the team member whom you work with or have worked for your company. This widget includes their names, social media links, and a brief description of what they do.
148
 
149
+ <strong>[Elementor Testimonial Carousel Widget (5 Styles) ](https://wphtmega.com/widget/element-testimonial/)</strong> - The Testimonial Carousel widget is an excellent way for visitors to your website to get an idea of what you're all about. You can customize it with a plethora of options and choose the layout that you prefer the most. Display customer reviews in a more stunning and impressive carousel using this unique Elementor reviews widget.
150
 
151
+ <strong>[Elementor Testimonial Grid Widget (5 Styles) ](https://wphtmega.com/widget/element-testimonial-grid/)</strong> - It is Elementor review widget that comes in handy to showcase your user reviews/testimonials beautifully. You can use this widget to show client testimonials in an easy-to-read grid layout, allowing web visitors to see what others have said about your product or service.
152
 
153
+ <strong>[Elementor Thumbnails Gallery Widget (4 Styles) ](https://wphtmega.com/widget/element-thumbnails-gallery/)</strong> - The Thumbnail Gallery Widget allows you to add multiple images to your image gallery page. You can choose from different layouts, such as the Basic Gallery layout or the Masonry Layout. It is a responsive Elementor gallery widget, so it will scale to fit any screen size. Also, this Elementor image gallery widget is compatible with all major browsers, including Chrome, Firefox, Safari, and Edge.
154
 
155
+ <strong>[Elementor Toggle Widget (3 Styles) ](https://wphtmega.com/widget/element-toggle/)</strong> - The Toggle Widget is perfect for hiding content to make it accessible only after the user clicks on a specific title. HT Mega comes with a sophisticated Elementor content toggle widget which you can use to make the most incredible toggle with captivating boxes.
156
 
157
+ <strong>[Elementor Tool Tip Widget (4 Styles) ](https://wphtmega.com/widget/element-tooltip/)</strong> - Tooltip Widget is a lightweight, simple widget that interactively displays your Tooltip content using icons, text, and images. You can use Elementor tooltips widget to create engaging, informative, and visually appealing tooltips for your website or blog. Elementor tooltips widget is compatible with all major browsers and devices.
158
 
159
+ <strong>[Elementor Twitter Feed Widget (5 Styles) ](https://wphtmega.com/widget/element-twitter-feed/)</strong> - The Twitter Feed widget is a great way to display and share your favorite tweets with the world. You can choose from different layouts like grids, columns, or even full width, which you prefer most.
160
 
161
+ <strong>[Elementor Vertical Timeline Widget (3 Styles) ](https://wphtmega.com/widget/element-vertical-timeline/)</strong> - The Vertical Timeline widget is a great way to show your project's phases in an easy-to-follow format. You can use this Elementor Timeline widget for everything from Roadmaps and upcoming events through completed projects, so there'll always be clarity on what you need next.
162
 
163
+ <strong>[Elementor Video Player Widget (4 Styles) ](https://wphtmega.com/widget/elementor-video-player/)</strong> - The Video Player Widget is a useful tool with intuitive options to showcase your YouTube, and Vimeo videos in style for WordPress using Elementor. You can add a custom thumbnail image and set an overlay that will present the videos on web pages in a more appealing and attractive way. You can try this Elementor video widget to showcase your YouTube/Vimeo videos in a professional way.
164
 
165
+ <strong>[Elementor Weather Widget (3 Styles) ](https://wphtmega.com/widget/element-weather/)</strong> - The weather widget is the perfect widget for updating your location’s weather. You can also set multiple locations and have the latest weather updates.
166
 
167
+ <strong>[Elementor Working Process Widget (4 Styles) ](https://wphtmega.com/widget/element-working-process/)</strong> - The Working Process widget can be used for displaying the working process and offers a variety of layout options. This widget displays the steps in an easy-to-follow order, with text indicators that show which step you're working on.
168
 
169
+ <strong>[Elementor 404 Page Content Widget (4 Styles) ](https://wphtmega.com/widget/element-page-not-found-content/)</strong> - Page Not Found Content widget shows a message page not found or 404 when the specific page failed to be found.
170
 
171
+ <strong>[Elementor BBPress](https://wphtmega.com/widget/element-bbpress/)</strong> - The Bbpress widget is an excellent way to include Bbpress functionality into your WordPress Elementor website. Adding forums, topics, and posts to your site is simple with the Bbpress widget.
172
 
173
+ <strong>[Elementor Booked Calendar Widget](https://wphtmega.com/widget/element-booked-calendar/)</strong> - The Booked Calendar widget comes into play for any business website as it enables you to add a calendar to the pages and posts of your site having full control of the look and feel of the calendar. It comes with several different styles.You can also use this Elementor event calendar widget to create custom calendars for specific events or purposes. In addition, this Elementor event calendar widget offers a variety of customization options that allow you to change the look and feel of your calendar.
174
 
175
+ <strong>[Elementor BuddyPress Widget](https://wphtmega.com/widget/element-buddypress/)</strong> - Buddypress widget allows you to integrate Buddypress content. With the help of this widget, you can manage the content and style of your BuddyPress content with ease.
176
 
177
+ <strong>[Elementor Caldera Forms Widget](https://wphtmega.com/widget/element-caldera-forms/)</strong> - Using the Caldera Elementor forms widget, integrating and displaying caldera forms on your web pages will be easier and faster with tons of customization options at your disposal.
178
 
179
+ <strong>[Elementor Download monitor Widget](https://wphtmega.com/widget/element-download-monitor/)</strong> - The Download Monitor widget from HT Mega Elementor is ideal for customizing the appearance and feel of your download link content. With this useful widget, you may change the look of your download button content.
180
 
181
+ <strong>[Elementor Easy digital downloads Widget](https://wphtmega.com/widget/element-easy-digital-downloads/)</strong> - This helpful widget displays the content of your downloads in the Easy Digital Downloads plugin. It has a lot of options for modifying the design, content, and so on, and it provides your download content a professional look.
182
 
183
+ <strong>[Elementor Event Countdown Widget](https://wphtmega.com/widget/element-event-countdown/)</strong> - The Events Countdown widget allows you to quickly and simply create beautiful event countdown content. As a result, you can see how much time is remaining for a specific event in days, hours, minutes, and so on.
184
 
185
+ <strong>[Elementor Gravity Forms Widget](https://wphtmega.com/widget/element-gravity-forms/)</strong> - With the help of this simple Gravity Elementor forms widget from HT Mega, you can design and decorate your gravity forms and display them on web pages in a stylish way. This Elementor gravity forms widget is easy to use and comes with a variety of features that allow you to customize the look and feel of your forms. You can select from a variety of fonts, colors, and layouts to create a form that is unique to your website.
186
 
187
+ <strong>[Elementor Instagram Feed Widget](https://wphtmega.com/widget/element-instagram-feed/)</strong> - The HT Mega Elementor Instagram feed widget enables you to display your Instagram feed on your website. This widget gives your visitors a much more visually appealing experience when displaying your Instagram gallery to the WordPress Elementor web pages So, this Instagram feed Elementor widget is worth checking out if you want to showcase your Instagram activities to your site easily.
188
 
189
+ <strong>[Elementor Job Manager Widget](https://wphtmega.com/widget/element-job-manager/)</strong> - Job Manger is a useful widget to display the job postings on your web pages with tons of handy customizable options.
190
 
191
+ <strong>[Elementor Layer Slider Widget](https://wphtmega.com/widget/element-layer-slider/)</strong> - The HT Mega Elementor Layer Slider widget is a fantastic way to create simple responsive layer sliders quickly. It provides you with all the options you need to make everything change in order for the website to display layer sliders.
192
 
193
+ <strong>[Elementor Ninja Form Widget](https://wphtmega.com/widget/element-ninja-form/)</strong> - Ninja Forms widget helps you personalize the style of Ninja forms on your web pages.
194
 
195
+ <strong>[Elementor QU Form Widget](https://wphtmega.com/widget/element-quform/)</strong> - Quform is a drag-and-drop form builder for WordPress that lets you create awesome forms in no time. With the Quform widget in HT Mega, you can personalize the look and feel of Quforms contents on your web pages.
196
 
197
+ <strong>[Elementor TablePress Widget](https://wphtmega.com/widget/element-tablepress/)</strong> - TablePress makes creating and maintaining beautiful tables a breeze. If you want to manage the content of TablePress on your web pages, this widget can help.
198
 
199
+ <strong>[Elementor MailChimp for WP Widget](https://wphtmega.com/widget/element-subscribe/)</strong> - The HT Mega Elementor MailChimp for WP widget is helpful in managing the look and feel of your MailChimp subscribe form content.
200
 
201
+ <strong>[Elementor WP Forms Widget](https://wphtmega.com/widget/element-wp-forms/)</strong> - The HT Mega Elementor WPForms widget makes it simple to edit WPForms content on your website. This widget can help you control the content of WPForms if you've incorporated it into your webpages.
202
 
203
+ <strong>[Elementor WooCommerce add to cart Widget](https://wphtmega.com/widget/element-woocommerce-add-to-cart/)</strong> - The WooCommerce add to Cart widget helps you create the add-to-cart button so that customers can add their desired items to the cart right away and make purchases easily.
204
 
205
+ <strong>[Elementor WooCommerce Category Widget](https://wphtmega.com/widget/element-woocommerce-category/)</strong> - The WooCommerce Category Widget allows you to organize and categorize products on your WooCommerce site.
206
 
207
+ <strong>[Elementor WooCommerce Cart Page Widget](https://wphtmega.com/widget/element-woocommerce-cart-page/)</strong> - The WooCommerce cart page widget comes into play for any WooCommerce website as it allows you to modify your cart layout with options to edit titles, labels, placeholders, etc.
208
 
209
+ <strong>[Elementor WooCommerce Checkout Page Widget](https://wphtmega.com/widget/element-checkout-page/)</strong> - The WooCommerce Checkout widget helps you finetune your WooCommerce checkout page layout with ease. It comes with a plethora of options to embellish your WooCommerce checkout page.
210
 
211
+ <strong>[Elementor Special Day Offer Widget ](https://wphtmega.com/widget/element-special-day-offer/)</strong> - This widget is a great way to entice customers with special deals. You can easily add banners and choose from different layouts that best showcase your offer, all through the HT Mega Elementor Special Day Offer Widget!
212
 
213
 
214
  == Features: ==
245
  * Cross Icon Color Option
246
 
247
  == HT Mega Pro Elementor Widgets ==
248
+ <strong>[Elementor Info Box Widget (9 Styles) ](https://wphtmega.com/elementor-info-box-widget/)</strong> - With it’s stunning info box widget, HT Mega Elementor Addons plugin allows you to create powerful feature boxes with the HT Mega Elementor Info Box Widget. In this widget, you can add a title, description and call to action in combination with images or icons to create something truly attractive and engaging.
249
 
250
+ <strong>[Elementor Lottie Widget (8 Styles) ](https://wphtmega.com/elementor-lottie-widget/)</strong> - Why not grab a user's attention by adding captivating Lottie animations to your website? These lightweight and high-quality animation assets can be used with HT Mega Elementor Lottie Widget. This impressive Elementor widget comes with tons of controls and settings to take charge of your animations.
251
 
252
+ <strong>[Elementor Event Calendar Widget (5 Styles) ](https://wphtmega.com/elementor-event-calendar-widget/)</strong> - Creating and managing a calendar can be time consuming. HT Mega Elementor event calendar widget allows you to create your own personalized calendar manually or use your Google calendar to display your events.
253
 
254
+ <strong>[Elementor Feature List Widget (Style 6) ](https://wphtmega.com/widget/elementor-feature-list-widget/)</strong> Use the HT Mega Elementor Feature list widget to display your service features in style with some of their featured designs or create your own and customize it to suit your needs. It's surprisingly easy to use!
255
 
256
+ <strong>[Elementor Price Menu Widget (Style 4) ](https://wphtmega.com/widget/elementor-price-menu-widget/)</strong> HT Mega Elementor Price Menu widget will give your website a distinctive look and help online shoppers find the perfect item with ease. Your menu or catalog will be easy on the eye while still being attractive.
257
 
258
+ <strong>[Elementor Social Network Widget (Style 7) ](https://wphtmega.com/widget/elementor-social-network-widget/)</strong> HT Mega Elementor Social Icons Widget is an efficient widget that lets you add links for all of your social media channels in just a few moments. The best part? This Elementor social media widget is as simple as adding any social media icon to any screen or page of your site.
259
 
260
+ <strong>[Elementor Category List Widget (Style 8) ](https://wphtmega.com/widget/elementor-category-list-widget/)</strong> HT Mega Elementor Category List Widget is easy to active, user-friendly and customizable — saving you countless hours of time in the process of organizing your site content and categorizing them. Create an impressive list of categories with ease with this exclusive widget.
261
 
262
+ <strong>[Elementor Taxonomy Terms Widget (Style 5) ](https://wphtmega.com/widget/elementor-taxonomy-terms-widget/)</strong> HT Mega Elementor Taxonomy Terms Widget for Elementor is an outstanding addon that lets you create different ways of displaying tags and categories on your website based on your needs.
263
 
264
+ <strong>[Elementor Background Switcher Widget (Style 6) ](https://wphtmega.com/widget/elementor-background-switcher-widget/)</strong> HT Mega Elementor Background Switcher Widget can help you to create a great digital experience for your customers and facilitate the process of building responsive layouts. When you hover over one of these boxes it changes the background for the whole section. The background switcher Elementor widget also allows you to seamlessly create a variety of layouts.
265
 
266
+ <strong>[Elementor Team Carousel Widget (Style 5) ](https://wphtmega.com/elementor-team-carousel-widget/)</strong> With HT Mega Elementor Team Carousel Widget,you can easily show off your team members in style on your Elementor website.Here you will find features you need at an affordable price like slides, and custom style. Use this Elementor Team Member Carousel widget to design stunning team sections.
267
 
268
+ <strong>[Elementor Interactive Promo Widget (Style 15) ](https://wphtmega.com/elementor-interactive-promo-widget/)</strong> HT Mega Elementor Interactive Promo Widget is a highly configurable widget that will let you add attractive Interactive Promo to your website. It provides you with numerous unique Interactive Promo Styles to choose from.
269
 
270
+ <strong>[Elementor Icon Box Widget (Style 7) ](https://wphtmega.com/elementor-icon-box-widget/)</strong> HT Mega Elementor Icon Box Widget Create more engaging, persuasive, and eye-catching content. It's easy to use, and offers a variety of customization options for your project.
271
 
272
+ <strong>[Elementor Page List Widget (Style 6) ](https://wphtmega.com/elementor-page-list-widget/)</strong> You'll finally be able to set up a page list with a horizontal or vertical layout and customize it according to your needs by using the HT Mega Elementor Page List widget.
273
 
274
+ <strong>[Elementor Facebook Review Widget (Style 3) ](https://wphtmega.com/widget/elementor-facebook-review-widget/)</strong> HT Mega Elementor Facebook Review Widget allows you to display a stunning showcase of your Facebook page info and reviews on your website.
275
 
276
+ <strong>[Elementor Breadcrumbs Widget (Style 9) ](https://wphtmega.com/elementor-breadcrumbs-widget/)</strong> HT Mega Elementor Breadcrumbs Widget helps you visualize your breadcrumbs in different ways with a variety of customizable options. You can easily create one to suit your needs.
277
 
278
+ <strong>[Elementor Event Box Widget (Style 5) ](https://wphtmega.com/elementor-event-box-widget/)</strong> HT Mega Elementor Event Box Widget enables you to display boxes of upcoming events on your Elementor page. You can create an upcoming event with an event title, event description, date, and any other relevant information.
279
 
280
+ <strong>[Elementor Filterable Gallery Widget (Style 7) ](https://wphtmega.com/elementor-filterable-gallery-widget/)</strong> The HT Mega Elementor Filterable Gallery widget allows you to add a gallery with filtering options. Photos, projects images can be easily displayed using this widget. Visitors can filter items easily by category. This plugin has 7 default styles for filterable galleries, which can be customized easily from the widget settings panel.
281
 
282
+ <strong>[Elementor WhatsApp Chat Widget ](https://wphtmega.com/elementor-whatsapp-chat-widget/)</strong> With HT Mega Elementor WhatsApp Widget, you can create a button that your website visitors will be able to text you directly from your site. It is a simple but effective way of communicating with clients.
283
+
284
+ <strong>[Elementor Chart Widget ](https://wphtmega.com/widget/elementor-chart-widget/)</strong> The HT Mega Elementor Chart widget enables you to monitor the analytic side of your workflow and create sophisticated charts inside Elementor page.
285
+
286
+ <strong>[Elementor Post Timeline Widget ](https://wphtmega.com/widget/elementor-post-timeline-widget/)</strong> The Post Timeline widget is perfect for displaying posts in vertical and horizontal layouts. It comes with a sleek design and allows for easy implementation.
287
 
288
  **[PURCHASE HT Mega PRO FROM OUR WEBSITE]( https://wphtmega.com/pricing/ )**
289
 
314
  Feel free to [Contact us](https://hasthemes.com/contact-us/) 💌
315
 
316
  == Check out our other projects ==
317
+ We have a lot of plugins and extensions that might interest you. Try out other projects by following this link:
318
+
319
+ <strong>[Woolentor Addons](https://wordpress.org/plugins/woolentor-addons/)</strong>
320
+ Woolentor is a WooCommerce page builder plugin that extends the functionality of the WooCommerce store. These Elementor Addons provide additional features and options for WooCommerce stores. Woolentor is the best alternative for ShopReady, Kadence, JetWidgets, ShopEngine, and CoDesigner. The Woolentor addons come with 50+ free Elementor widgets like Wishlist Extension Addon, Product compare, Product Filters, Product Variation Swatches, Shopify Style Checkout, Product Slider and 50+ pro Elementor Widgets like Checkout Fields Editor, Partial Payment, Email Customizer for WooCommerce with ready Email Templates, WooCommerce Email Automation, Multi Step Checkout, and many much more. Also it provide 90+ WooCommerce Elementor templates, 22+ WooCommerce Modules, and Gutenberg Blocks.
321
+
322
+ <strong>[Wp Plugin Manager](https://wordpress.org/plugins/hashbar-wp-notification-bar/)</strong>
323
+ HashBar is a WordPress Notification Bar Plugin that enables you to create unlimited notification bars on your WordPress website. You can create as many notification bars as you want and customize their content to meet your needs.
324
+
325
+ <strong>[WP Plugin Manager - Deactivate plugins per page](https://wordpress.org/plugins/wp-plugin-manager/)</strong>
326
+ WP Plugin Manager is the perfect solution for those who want to disable certain plugins on specific pages or posts. With this plugin, you can easily activate or deactivate plugins on a per-page or per-post basis. Whichever plugin you don’t need you can deactivate or disable that plugin with the help of WP plugin Manager.
327
+
328
+ <strong>[Extensions For Cf7](https://wordpress.org/plugins/extensions-for-cf7/)</strong>
329
+ Contact Form 7 is an excellent plugin for organizing your contact page. The CF7 extensions plugin includes Contact Form 7 Database, enabling Conditional Fields for Contact Form 7, etc. It allows fields to be set up as either visible or hidden depending upon the input from visitors. In addition, integrating seamlessly with Mailchimp brings leads generated every time someone fills out one form into an associated email list immediately.
330
+
331
+ <strong>[Whols](https://wordpress.org/plugins/whols/)</strong>
332
+ Whols is an outstanding plugin for WooCommerce that allows store owners to set wholesale prices for the products of their online stores. With Whols, you can easily add custom fields to your registration form, set minimum product requirements, and control how wholesale prices are displayed on both the shop and product detail pages. Whols work like Wholesale Suite, B2Bking and B2B plugins.
333
+
334
+ <strong>[Just Tables](https://wordpress.org/plugins/just-tables/)</strong>
335
+ JustTables is a WooCommerce product table plugin that helps you easily create and manage tables for your products. It includes 28 pre-built columns with options to enable/disable, and you can add custom columns with custom fields/taxonomies. Just Tables also allows you to order table columns using drag and drop and set the number of products per page.
336
+
337
+ <strong>[Swatchly](https://wordpress.org/plugins/swatchly/)</strong>
338
+ Swatchly is a WooCommerce product variation swatches plugin that allows you to add color swatches to your product pages. With Swatchly, you can enable swatches for the shop, product list, and product details pages. There are three swatch types (label swatche, color swatche, image swatche), and the plugin supports multi-colored swatches.
339
+
340
+ <strong>[HT Slider For Elementor](https://wordpress.org/plugins/ht-slider-for-elementor/)</strong>
341
+ HT Slider For Elementor is a powerful and user-friendly slider addon for Elementor. You can customize the look and feel of your slider with HT Slider's custom styling options. You also have the option to display your slides by id and category. Plus, HT Slider For Elementor comes with custom design options for slider navigation and pagination, so you can easily control the look and feel of your slider.
342
+
343
+ <strong>[HT Contact form](https://wordpress.org/plugins/ht-contactform/)</strong>
344
+ HT Contact Form 7 Widget is an Elementor addon that allows you to easily drag and drop Contact Form 7 forms into your web pages. With the help of this plugin, you can choose your form from the drop-down list, Custom Styling Options, and add it to any page or place on your website. The HT Contact Form 7 Widget is an essential tool for anyone using Contact Form 7 on their website.
345
 
346
  Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify and WordPress products and services.
347
 
348
 
349
  == Changelog ==
350
+ = Version: 1.9.5 - Date: 2022-09-13 =
351
+ * Added: Equal column height option in post carousel addon
352
+ * Fixed: Event date translation issue in custom event addon
353
+
354
  = Version: 1.9.4 - Date: 2022-08-30 =
355
  * Added: Button Height option in double button addon
356
  * Added: Number of Rows set option in data table addon