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.0

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.0
Comparing to
See all releases

Code changes from version 1.8.9 to 1.9.0

assets/css/htmega-widgets.css CHANGED
@@ -12321,6 +12321,7 @@ ul.htmega-testimonial-rating * {
12321
  -webkit-box-flex: 0;
12322
  -ms-flex: 0 0 20%;
12323
  flex: 0 0 20%;
 
12324
  max-width: 20%;
12325
  }
12326
 
@@ -12460,7 +12461,9 @@ ul.htmega-testimonial-rating * {
12460
  .htmega-singleimage-gridstyle-3:hover .thumb a img {
12461
  transform: scale(1.1) rotate(3deg);
12462
  }
12463
-
 
 
12464
  /*Image Grid style 4*/
12465
  .htmega-singleimage-gridstyle-4 {
12466
  margin-top: 20px;
@@ -12567,8 +12570,7 @@ ul.htmega-testimonial-rating * {
12567
  opacity: 1;
12568
  transform: translateX(0) translateY(0);
12569
  }
12570
-
12571
-
12572
  /*
12573
  * Thumb Gallery Css
12574
  */
@@ -17970,12 +17972,7 @@ ul.htmega-testimonial-rating * {
17970
  /*
17971
  * Responsive CSS Here
17972
  */
17973
-
17974
- /* Large Device :1200px. */
17975
- @media (min-width: 1200px) and (max-width: 1400px) {
17976
 
17977
- }
17978
-
17979
  /* Normal desktop :992px. */
17980
  @media (min-width: 992px) and (max-width: 1199px) {
17981
  .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{
@@ -18225,6 +18222,7 @@ ul.htmega-testimonial-rating * {
18225
  .custom-col-5 {
18226
  flex: 0 0 100%;
18227
  max-width: 100%;
 
18228
  }
18229
 
18230
  a.instagram_follow_btn{
@@ -18707,9 +18705,3 @@ ul.htmega-testimonial-rating * {
18707
  .htmega-table-style, .htmega-table-style.htb-table-responsive {
18708
  word-break: initial;
18709
  }
18710
-
18711
-
18712
-
18713
-
18714
-
18715
-
12321
  -webkit-box-flex: 0;
12322
  -ms-flex: 0 0 20%;
12323
  flex: 0 0 20%;
12324
+ width: 20%;
12325
  max-width: 20%;
12326
  }
12327
 
12461
  .htmega-singleimage-gridstyle-3:hover .thumb a img {
12462
  transform: scale(1.1) rotate(3deg);
12463
  }
12464
+ .htmega-singleimage-grid .thumb > a{
12465
+ display: block;
12466
+ }
12467
  /*Image Grid style 4*/
12468
  .htmega-singleimage-gridstyle-4 {
12469
  margin-top: 20px;
12570
  opacity: 1;
12571
  transform: translateX(0) translateY(0);
12572
  }
12573
+
 
12574
  /*
12575
  * Thumb Gallery Css
12576
  */
17972
  /*
17973
  * Responsive CSS Here
17974
  */
 
 
 
17975
 
 
 
17976
  /* Normal desktop :992px. */
17977
  @media (min-width: 992px) and (max-width: 1199px) {
17978
  .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{
18222
  .custom-col-5 {
18223
  flex: 0 0 100%;
18224
  max-width: 100%;
18225
+ width: 100%;
18226
  }
18227
 
18228
  a.instagram_follow_btn{
18705
  .htmega-table-style, .htmega-table-style.htb-table-responsive {
18706
  word-break: initial;
18707
  }
 
 
 
 
 
 
assets/js/htmega-widgets-active.js CHANGED
@@ -741,19 +741,25 @@ template: '<div class="htmega-alert-wrap-'+notify_opt.wrapid+' '+notify_opt.widt
741
  /*========= Masonry ============*/
742
  var WidgetImageMasonaryHandler = function ($scope, $) {
743
  var masonry_elem = $scope.find('.htmega-masonry-activation').eq(0);
744
- masonry_elem.imagesLoaded(function () {
745
- // init Isotope
746
- var $grid = $('.masonry-wrap').isotope({
747
- itemSelector: '.masonary-item',
748
- percentPosition: true,
749
- transitionDuration: '0.7s',
750
- masonry: {
751
- columnWidth: '.masonary-item',
752
- }
753
- });
754
 
755
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
756
  }
 
757
 
758
  /*======= Scroll Navigation Activation ========*/
759
  var WidgetNavigationScrollHandler = function ($scope, $) {
741
  /*========= Masonry ============*/
742
  var WidgetImageMasonaryHandler = function ($scope, $) {
743
  var masonry_elem = $scope.find('.htmega-masonry-activation').eq(0);
 
 
 
 
 
 
 
 
 
 
744
 
745
+ if( masonry_elem.length > 0){
746
+
747
+ masonry_elem.imagesLoaded(function () {
748
+ masonry_elem[0].style.display='block';
749
+ // init Isotope
750
+ $('.masonry-wrap').isotope({
751
+ itemSelector: '.masonary-item',
752
+ percentPosition: true,
753
+ transitionDuration: '0.7s',
754
+ masonry: {
755
+ columnWidth: '.masonary-sizer',
756
+ }
757
+ });
758
+
759
+ });
760
+ }
761
  }
762
+
763
 
764
  /*======= Scroll Navigation Activation ========*/
765
  var WidgetNavigationScrollHandler = function ($scope, $) {
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.8.9
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.6.5
14
  * Elementor Pro tested up to: 3.7.1
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
- define( 'HTMEGA_VERSION', '1.8.9' );
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.0
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.6.6
14
  * Elementor Pro tested up to: 3.7.1
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
+ define( 'HTMEGA_VERSION', '1.9.0' );
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/class.assests.php CHANGED
@@ -126,9 +126,9 @@ if ( !class_exists( 'HTMega_Elementor_Addons_Assests' ) ) {
126
  'src' => HTMEGA_ADDONS_PL_URL . 'admin/assets/css/tmp-style.css',
127
  'version' => HTMEGA_VERSION
128
  ]
129
-
130
  ];
131
- return $style_list;
 
132
 
133
  }
134
 
@@ -323,7 +323,7 @@ if ( !class_exists( 'HTMega_Elementor_Addons_Assests' ) ) {
323
  ];
324
  }
325
 
326
- return $script_list;
327
 
328
  }
329
 
126
  'src' => HTMEGA_ADDONS_PL_URL . 'admin/assets/css/tmp-style.css',
127
  'version' => HTMEGA_VERSION
128
  ]
 
129
  ];
130
+
131
+ return apply_filters( 'htmega_style_list', $style_list );
132
 
133
  }
134
 
323
  ];
324
  }
325
 
326
+ return apply_filters( 'htmega_script_list', $script_list );
327
 
328
  }
329
 
includes/widgets/htmega_gallery_justify.php CHANGED
@@ -24,6 +24,7 @@ class HTMega_Elementor_Widget_Gallery_Justify extends Widget_Base {
24
  public function get_style_depends() {
25
  return [
26
  'justify-gallery',
 
27
  'htmega-widgets',
28
  ];
29
  }
@@ -31,12 +32,19 @@ class HTMega_Elementor_Widget_Gallery_Justify extends Widget_Base {
31
  public function get_script_depends() {
32
  return [
33
  'justified-gallery',
 
34
  'imagesloaded'
35
  ];
36
  }
37
 
38
- protected function register_controls() {
 
 
39
 
 
 
 
 
40
  $this->start_controls_section(
41
  'gallery_content',
42
  [
@@ -100,7 +108,95 @@ class HTMega_Elementor_Widget_Gallery_Justify extends Widget_Base {
100
  'separator' => 'before',
101
  ]
102
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
 
 
 
 
 
 
 
 
 
 
 
 
104
  $this->end_controls_section();
105
 
106
  }
@@ -110,19 +206,37 @@ class HTMega_Elementor_Widget_Gallery_Justify extends Widget_Base {
110
  $settings = $this->get_settings_for_display();
111
  $id = $this->get_id();
112
  $this->add_render_attribute( 'justify_gallery_attr', 'id', 'npgallery'.$id );
 
113
 
114
 
115
  // Remove Elementor Lightbox
116
- //$this->add_render_attribute( 'popup_content_attr', 'data-elementor-open-lightbox', 'no' );
117
 
118
  if( isset( $settings['gallery_images'] ) ):
119
- echo '<div '.$this->get_render_attribute_string( 'justify_gallery_attr' ).'>';
 
120
  foreach ( $settings['gallery_images'] as $image ) {
121
  $image_src = wp_get_attachment_image_url( $image['id'], 'full' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  ?>
123
  <div class="htmega-justify-single-image">
124
  <div class="thumb">
125
- <a <?php echo $this->get_render_attribute_string( 'popup_content_attr' ); ?> href="<?php echo esc_url( $image['url'] );?>" rel="npgallery">
126
  <img src="<?php echo esc_url( $image_src );?>" alt="<?php echo( esc_attr( get_post_meta( $image['id'], '_wp_attachment_image_alt', true) ) );?>">
127
  </a>
128
  </div>
@@ -136,8 +250,9 @@ class HTMega_Elementor_Widget_Gallery_Justify extends Widget_Base {
136
  <script>
137
  jQuery(document).ready(function($) {
138
 
139
- 'use strict';
140
  $('#npgallery<?php echo esc_js( $id ); ?>').imagesLoaded( function() {
 
141
  $('#npgallery<?php echo esc_js( $id ); ?>').justifiedGallery({
142
  rowHeight: <?php echo esc_js( $settings['row_height'] ); ?>,
143
  maxRowHeight: null,
@@ -157,7 +272,42 @@ class HTMega_Elementor_Widget_Gallery_Justify extends Widget_Base {
157
  }
158
  });
159
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
 
 
161
  });
162
  </script>
163
  <?php
24
  public function get_style_depends() {
25
  return [
26
  'justify-gallery',
27
+ 'magnific-popup',
28
  'htmega-widgets',
29
  ];
30
  }
32
  public function get_script_depends() {
33
  return [
34
  'justified-gallery',
35
+ 'magnific-popup',
36
  'imagesloaded'
37
  ];
38
  }
39
 
40
+ public function get_keywords() {
41
+ return [ 'image justify', 'justify gallery','image gallery','gallery image','htmega','ht mega' ];
42
+ }
43
 
44
+ public function get_help_url() {
45
+ return 'https://wphtmega.com/docs/general-widgets/image-justify-widget/';
46
+ }
47
+ protected function register_controls() {
48
  $this->start_controls_section(
49
  'gallery_content',
50
  [
108
  'separator' => 'before',
109
  ]
110
  );
111
+ $this->add_control(
112
+ 'popup_options',
113
+ [
114
+ 'label' => __( 'Popup options', 'htmega-addons' ),
115
+ 'type' => Controls_Manager::SELECT,
116
+ 'default' => '2',
117
+ 'options' => [
118
+ '1' => __( 'Popup None', 'htmega-addons' ),
119
+ '2' => __( 'Default Popup', 'htmega-addons' ),
120
+ '3' => __( 'Gallery Popup ', 'htmega-addons' ),
121
+ ],
122
+ ]
123
+ );
124
+ $this->add_control(
125
+ 'gallery_title_on_off',
126
+ [
127
+ 'label' => __( 'Show Gallery Title', 'htmega-addons' ),
128
+ 'type' => Controls_Manager::SWITCHER,
129
+ 'return_value' => 'yes',
130
+ 'default' => 'no',
131
+ 'condition' => [
132
+ 'popup_options' =>'3',
133
+ ]
134
+ ]
135
+ );
136
+ $this->add_control(
137
+ 'gallery_counter_on_off',
138
+ [
139
+ 'label' => __( 'Show Image Counter', 'htmega-addons' ),
140
+ 'type' => Controls_Manager::SWITCHER,
141
+ 'return_value' => 'yes',
142
+ 'default' => 'no',
143
+ 'condition' => [
144
+ 'popup_options' =>'3',
145
+ ]
146
+ ]
147
+ );
148
+ $this->add_control(
149
+ 'title_color',
150
+ [
151
+ 'label' => __( 'Title Color', 'htmega-addons' ),
152
+ 'type' => Controls_Manager::COLOR,
153
+ 'selectors' => [
154
+ '.htmega.mfp-title' => 'color: {{VALUE}};',
155
+ ],
156
+ 'condition' => [
157
+ 'gallery_title_on_off' =>'yes',
158
+ 'popup_options' =>'3',
159
+ ]
160
+ ]
161
+ );
162
+
163
+ $this->add_group_control(
164
+ Group_Control_Typography::get_type(),
165
+ [
166
+ 'name' => 'title_typography',
167
+ 'selector' => '.htmega.mfp-title',
168
+ 'condition' => [
169
+ 'gallery_title_on_off' =>'yes',
170
+ 'popup_options' =>'3',
171
+ ]
172
+ ]
173
+ );
174
+ $this->add_control(
175
+ 'counter_color',
176
+ [
177
+ 'label' => __( 'Counter Color', 'htmega-addons' ),
178
+ 'type' => Controls_Manager::COLOR,
179
+ 'selectors' => [
180
+ '.htmega.mfp-counter' => 'color: {{VALUE}};',
181
+ ],
182
+ 'condition' => [
183
+ 'gallery_counter_on_off' =>'yes',
184
+ 'popup_options' =>'3',
185
+ ]
186
+ ]
187
+ );
188
 
189
+ $this->add_group_control(
190
+ Group_Control_Typography::get_type(),
191
+ [
192
+ 'name' => 'counter_typography',
193
+ 'selector' => '.htmega.mfp-counter',
194
+ 'condition' => [
195
+ 'gallery_counter_on_off' =>'yes',
196
+ 'popup_options' =>'3',
197
+ ]
198
+ ]
199
+ );
200
  $this->end_controls_section();
201
 
202
  }
206
  $settings = $this->get_settings_for_display();
207
  $id = $this->get_id();
208
  $this->add_render_attribute( 'justify_gallery_attr', 'id', 'npgallery'.$id );
209
+ $this->add_render_attribute( 'justify_gallery_attr', 'class', 'npgallery_active'.$id );
210
 
211
 
212
  // Remove Elementor Lightbox
213
+
214
 
215
  if( isset( $settings['gallery_images'] ) ):
216
+
217
+ echo '<div '.$this->get_render_attribute_string( 'justify_gallery_attr' ).'style="display:none;">';
218
  foreach ( $settings['gallery_images'] as $image ) {
219
  $image_src = wp_get_attachment_image_url( $image['id'], 'full' );
220
+
221
+ if( '1' == $settings['popup_options'] ){
222
+ $this->add_render_attribute( $image["id"], 'data-elementor-open-lightbox', 'no' );
223
+ $this->add_render_attribute( $image["id"], 'href', '#' );
224
+
225
+ } else if( '2' == $settings['popup_options'] ){
226
+ $this->add_render_attribute( $image["id"], 'href', esc_url( $image['url'] ) );
227
+ } else if( '3' == $settings['popup_options'] ){
228
+
229
+ $this->add_render_attribute( $image["id"], 'data-elementor-open-lightbox', 'no' );
230
+ $this->add_render_attribute( $image["id"], 'href', esc_url( $image['url'] ) );
231
+ if ( 'yes' == $settings['gallery_title_on_off'] ){
232
+ $this->add_render_attribute( $image["id"], 'title', esc_attr( get_the_title($image["id"])) );
233
+ }
234
+ }
235
+
236
  ?>
237
  <div class="htmega-justify-single-image">
238
  <div class="thumb">
239
+ <a <?php echo $this->get_render_attribute_string( $image["id"] ); ?> rel="npgallery">
240
  <img src="<?php echo esc_url( $image_src );?>" alt="<?php echo( esc_attr( get_post_meta( $image['id'], '_wp_attachment_image_alt', true) ) );?>">
241
  </a>
242
  </div>
250
  <script>
251
  jQuery(document).ready(function($) {
252
 
253
+ 'use strict';
254
  $('#npgallery<?php echo esc_js( $id ); ?>').imagesLoaded( function() {
255
+ $('#npgallery<?php echo esc_js( $id ); ?>')[0].style.display='block';
256
  $('#npgallery<?php echo esc_js( $id ); ?>').justifiedGallery({
257
  rowHeight: <?php echo esc_js( $settings['row_height'] ); ?>,
258
  maxRowHeight: null,
272
  }
273
  });
274
  });
275
+ <?php
276
+ if( '3' == $settings['popup_options'] ){
277
+ ?>
278
+ $('.npgallery_active<?php echo esc_js( $id ); ?>').magnificPopup({
279
+ delegate: 'a',
280
+ type: 'image',
281
+ tLoading: 'Loading image #%curr%...',
282
+ mainClass: 'mfp-img-mobile',
283
+ gallery: {
284
+ enabled: true,
285
+ navigateByImgClick: true,
286
+ preload: [0,1], // Will preload 0 - before current, and 1 after the current image
287
+
288
+ <?php if( 'yes' !== $settings['gallery_counter_on_off']) { ?>
289
+ tCounter: '',
290
+ <?php } ?>
291
+ },
292
+ image: {
293
+ tError: '<a href="%url%">The image #%curr%</a> could not be loaded.',
294
+
295
+ markup: '<div class="mfp-figure">'+
296
+ '<div class="mfp-close"></div>'+
297
+ '<div class="mfp-img"></div>'+
298
+ '<div class="mfp-bottom-bar">'+
299
+ '<div class="htmega mfp-title"></div>'+
300
+ '<div class="htmega mfp-counter"></div>'+
301
+ '</div>'+
302
+ '</div>', // Popup HTML markup. `.mfp-img` div will be replaced with img tag, `.mfp-close` by close button
303
+
304
+ titleSrc: function(item) {
305
+ return item.el.attr('title');
306
+ }
307
+ },
308
+ });
309
 
310
+ <?php } ?>
311
  });
312
  </script>
313
  <?php
includes/widgets/htmega_image_masonry.php CHANGED
@@ -32,9 +32,18 @@ class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
32
  'masonry',
33
  'isotope',
34
  'htmega-widgets-scripts',
 
35
  ];
36
  }
37
 
 
 
 
 
 
 
 
 
38
  protected function register_controls() {
39
 
40
  $this->start_controls_section(
@@ -592,31 +601,37 @@ class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
592
  protected function render( $instance = [] ) {
593
 
594
  $settings = $this->get_settings_for_display();
595
-
596
  $this->add_render_attribute( 'imagemasonry_attr', 'class', 'htmega-masonry-activation htmega-gridimage-area htmega-image-gridstyle-'.$settings['imagemasonry_style'] );
597
  $this->add_render_attribute( 'imagemasonry_item_attr', 'class', 'htmega-singleimage-grid htmega-singleimage-gridstyle-'.$settings['imagemasonry_style'] );
598
 
599
  $columns = $settings['imagemasonrycolumn'];
600
  $collumval = 'htb-col-md-4 htb-col-sm-6 htb-col-12 masonary-item';
 
601
  if( $columns != 5 ){
602
  $colwidth = round(12/$columns);
603
  $collumval = 'htb-col-md-'.$colwidth.' htb-col-sm-6 htb-col-12 masonary-item';
 
604
  }else{
605
  $collumval = 'custom-col-5 masonary-item';
 
606
  }
607
 
608
  ?>
609
- <div <?php echo $this->get_render_attribute_string( 'imagemasonry_attr' ); ?> >
610
- <div class="htb-row masonry-wrap">
 
611
  <?php
612
- foreach ( $settings['masonrygrid_list'] as $imagegrid ):
613
  ?>
614
  <div class="<?php echo esc_attr( $collumval );?>">
615
  <div <?php echo $this->get_render_attribute_string( 'imagemasonry_item_attr' ); ?> >
616
  <div class="thumb">
617
  <?php
618
- if( !empty( $imagegrid['masonryimage_btnlink']['url'] ) ){
619
- echo '<a href="'.esc_url( $imagegrid['masonryimage_btnlink']['url'] ).'">'.Group_Control_Image_Size::get_attachment_image_html( $imagegrid, 'masonryimage_imagesize', 'masonryimage_image' ).'</a>';
 
 
620
  }else{
621
  echo Group_Control_Image_Size::get_attachment_image_html( $imagegrid, 'masonryimage_imagesize', 'masonryimage_image' );
622
  }
@@ -634,9 +649,13 @@ class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
634
  echo '<p>'.esc_html( $imagegrid['masonryimage_description'] ).'</p>';
635
  }
636
 
637
- if ( ! empty( $imagegrid['masonryimage_btnlink']['url'] ) ) {
638
- echo sprintf( '<a class="read-btn" href="%1$s">%2$s</a>', esc_url( $imagegrid['masonryimage_btnlink']['url'] ), htmega_kses_title( $imagegrid['masonryimage_btntxt'] ));
 
 
639
  }
 
 
640
  ?>
641
  </div>
642
  </div>
@@ -649,7 +668,7 @@ class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
649
  ?>
650
  </div>
651
  </div>
652
-
653
  <?php
654
 
655
  }
32
  'masonry',
33
  'isotope',
34
  'htmega-widgets-scripts',
35
+ 'imagesloaded',
36
  ];
37
  }
38
 
39
+ public function get_keywords() {
40
+ return [ 'image masonary', 'image gallery','masonry','gallery image','htmega','ht mega' ];
41
+ }
42
+
43
+ public function get_help_url() {
44
+ return 'https://wphtmega.com/docs/general-widgets/image-masonry-widget/';
45
+ }
46
+
47
  protected function register_controls() {
48
 
49
  $this->start_controls_section(
601
  protected function render( $instance = [] ) {
602
 
603
  $settings = $this->get_settings_for_display();
604
+ $sectionid = "sid". $this-> get_id();
605
  $this->add_render_attribute( 'imagemasonry_attr', 'class', 'htmega-masonry-activation htmega-gridimage-area htmega-image-gridstyle-'.$settings['imagemasonry_style'] );
606
  $this->add_render_attribute( 'imagemasonry_item_attr', 'class', 'htmega-singleimage-grid htmega-singleimage-gridstyle-'.$settings['imagemasonry_style'] );
607
 
608
  $columns = $settings['imagemasonrycolumn'];
609
  $collumval = 'htb-col-md-4 htb-col-sm-6 htb-col-12 masonary-item';
610
+ $collumval_sizer = 'htb-col-1';
611
  if( $columns != 5 ){
612
  $colwidth = round(12/$columns);
613
  $collumval = 'htb-col-md-'.$colwidth.' htb-col-sm-6 htb-col-12 masonary-item';
614
+ $collumval_sizer ='htb-col-1';
615
  }else{
616
  $collumval = 'custom-col-5 masonary-item';
617
+ $collumval_sizer ='custom-col-5';
618
  }
619
 
620
  ?>
621
+ <div <?php echo $this->get_render_attribute_string( 'imagemasonry_attr' ); ?> style="display:none;">
622
+ <div class="htb-row masonry-wrap" id="<?php echo $sectionid; ?>">
623
+ <div class='masonary-sizer <?php echo esc_attr( $collumval_sizer );?>'></div>
624
  <?php
625
+ foreach ( $settings['masonrygrid_list'] as $key=> $imagegrid ):
626
  ?>
627
  <div class="<?php echo esc_attr( $collumval );?>">
628
  <div <?php echo $this->get_render_attribute_string( 'imagemasonry_item_attr' ); ?> >
629
  <div class="thumb">
630
  <?php
631
+ if ( !empty($imagegrid['masonryimage_btnlink']['url']) && $imagegrid['masonryimage_btnlink']['url'] ){
632
+ $this->add_link_attributes( $key, $imagegrid['masonryimage_btnlink'] );
633
+
634
+ echo '<a '.$this->get_render_attribute_string( $key ).'>'.Group_Control_Image_Size::get_attachment_image_html( $imagegrid, 'masonryimage_imagesize', 'masonryimage_image' ).'</a>';
635
  }else{
636
  echo Group_Control_Image_Size::get_attachment_image_html( $imagegrid, 'masonryimage_imagesize', 'masonryimage_image' );
637
  }
649
  echo '<p>'.esc_html( $imagegrid['masonryimage_description'] ).'</p>';
650
  }
651
 
652
+ if ( !empty($imagegrid['masonryimage_btnlink']['url']) && $imagegrid['masonryimage_btnlink']['url'] ){
653
+
654
+ echo sprintf( '<a class="read-btn" %1$s>%2$s</a>', $this->get_render_attribute_string( $key ), htmega_kses_title( $imagegrid['masonryimage_btntxt'] ));
655
+
656
  }
657
+
658
+
659
  ?>
660
  </div>
661
  </div>
668
  ?>
669
  </div>
670
  </div>
671
+
672
  <?php
673
 
674
  }
includes/widgets/htmega_post_carousel.php CHANGED
@@ -2168,12 +2168,12 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
2168
  );
2169
  }
2170
  }
2171
-
2172
  $carousel_post = new \WP_Query( $args );
2173
 
2174
  ?>
2175
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_carousel' ); ?>>
2176
- <div <?php echo $this->get_render_attribute_string( 'htmega_post_slider_attr' ); ?> style="display:none;">
2177
 
2178
  <?php
2179
  if( $carousel_post->have_posts() ):
2168
  );
2169
  }
2170
  }
2171
+ $s_display_none = ( 'yes' == $settings['slider_on'] ) ? ' style="display:none;"':'';
2172
  $carousel_post = new \WP_Query( $args );
2173
 
2174
  ?>
2175
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_carousel' ); ?>>
2176
+ <div <?php echo $this->get_render_attribute_string( 'htmega_post_slider_attr' ).$s_display_none; ?>>
2177
 
2178
  <?php
2179
  if( $carousel_post->have_posts() ):
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-06-02 10:33+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"
@@ -47,7 +47,7 @@ msgstr ""
47
 
48
  #: includes/widgets/htmega_brand.php:93 includes/widgets/htmega_brand.php:106
49
  #: includes/widgets/htmega_image_grid.php:172
50
- #: includes/widgets/htmega_image_masonry.php:152
51
  msgid "#"
52
  msgstr ""
53
 
@@ -722,7 +722,7 @@ msgstr ""
722
  msgid "Add Column Width Ex. 25%"
723
  msgstr ""
724
 
725
- #: includes/widgets/htmega_gallery_justify.php:50
726
  msgid "Add Images"
727
  msgstr ""
728
 
@@ -858,8 +858,8 @@ msgstr ""
858
  #: includes/widgets/htmega_imagemarker.php:706
859
  #: includes/widgets/htmega_image_grid.php:279
860
  #: includes/widgets/htmega_image_grid.php:376
861
- #: includes/widgets/htmega_image_masonry.php:254
862
- #: includes/widgets/htmega_image_masonry.php:351
863
  #: includes/widgets/htmega_inlinemenu.php:117
864
  #: includes/widgets/htmega_instagram.php:1480
865
  #: includes/widgets/htmega_lightbox.php:192
@@ -1314,9 +1314,9 @@ msgstr ""
1314
  #: includes/widgets/htmega_image_grid.php:323
1315
  #: includes/widgets/htmega_image_grid.php:482
1316
  #: includes/widgets/htmega_image_grid.php:554
1317
- #: includes/widgets/htmega_image_masonry.php:298
1318
- #: includes/widgets/htmega_image_masonry.php:468
1319
- #: includes/widgets/htmega_image_masonry.php:549
1320
  #: includes/widgets/htmega_inlinemenu.php:166
1321
  #: includes/widgets/htmega_inlinemenu.php:265
1322
  #: includes/widgets/htmega_inlinemenu.php:428
@@ -1992,7 +1992,7 @@ msgstr ""
1992
  #: includes/widgets/htmega_errorcontent.php:667
1993
  #: includes/widgets/htmega_errorcontent.php:767
1994
  #: includes/widgets/htmega_errorcontent.php:818
1995
- #: includes/widgets/htmega_gallery_justify.php:77
1996
  #: includes/widgets/htmega_googlemap.php:316
1997
  #: includes/widgets/htmega_googlemap.php:457
1998
  #: includes/widgets/htmega_gravity_forms.php:300
@@ -2013,9 +2013,9 @@ msgstr ""
2013
  #: includes/widgets/htmega_image_grid.php:514
2014
  #: includes/widgets/htmega_image_grid.php:573
2015
  #: includes/widgets/htmega_image_magnifier.php:111
2016
- #: includes/widgets/htmega_image_masonry.php:211
2017
- #: includes/widgets/htmega_image_masonry.php:500
2018
- #: includes/widgets/htmega_image_masonry.php:568
2019
  #: includes/widgets/htmega_inlinemenu.php:201
2020
  #: includes/widgets/htmega_inlinemenu.php:275
2021
  #: includes/widgets/htmega_inlinemenu.php:438
@@ -2377,7 +2377,7 @@ msgstr ""
2377
  #: includes/widgets/htmega_errorcontent.php:675
2378
  #: includes/widgets/htmega_errorcontent.php:775
2379
  #: includes/widgets/htmega_errorcontent.php:826
2380
- #: includes/widgets/htmega_gallery_justify.php:85
2381
  #: includes/widgets/htmega_googlemap.php:325
2382
  #: includes/widgets/htmega_googlemap.php:466
2383
  #: includes/widgets/htmega_gravity_forms.php:308
@@ -2394,9 +2394,9 @@ msgstr ""
2394
  #: includes/widgets/htmega_image_grid.php:522
2395
  #: includes/widgets/htmega_image_grid.php:581
2396
  #: includes/widgets/htmega_image_magnifier.php:119
2397
- #: includes/widgets/htmega_image_masonry.php:219
2398
- #: includes/widgets/htmega_image_masonry.php:508
2399
- #: includes/widgets/htmega_image_masonry.php:576
2400
  #: includes/widgets/htmega_inlinemenu.php:209
2401
  #: includes/widgets/htmega_inlinemenu.php:283
2402
  #: includes/widgets/htmega_inlinemenu.php:446
@@ -2778,7 +2778,7 @@ msgstr ""
2778
  #: includes/widgets/htmega_double_button.php:692
2779
  #: includes/widgets/htmega_double_button.php:778
2780
  #: includes/widgets/htmega_double_button.php:875
2781
- #: includes/widgets/htmega_gallery_justify.php:98
2782
  #: includes/widgets/htmega_gravity_forms.php:532
2783
  #: includes/widgets/htmega_gravity_forms.php:617
2784
  #: includes/widgets/htmega_gravity_forms.php:764
@@ -2786,9 +2786,9 @@ msgstr ""
2786
  #: includes/widgets/htmega_image_grid.php:492
2787
  #: includes/widgets/htmega_image_grid.php:564
2788
  #: includes/widgets/htmega_image_magnifier.php:133
2789
- #: includes/widgets/htmega_image_masonry.php:234
2790
- #: includes/widgets/htmega_image_masonry.php:478
2791
- #: includes/widgets/htmega_image_masonry.php:559
2792
  #: includes/widgets/htmega_inlinemenu.php:223
2793
  #: includes/widgets/htmega_lightbox.php:285
2794
  #: includes/widgets/htmega_lightbox.php:473
@@ -2852,7 +2852,7 @@ msgstr ""
2852
  #: includes/widgets/htmega_counter.php:194
2853
  #: includes/widgets/htmega_image_comparison.php:93
2854
  #: includes/widgets/htmega_image_grid.php:186
2855
- #: includes/widgets/htmega_image_masonry.php:166
2856
  #: includes/widgets/htmega_lightbox.php:184
2857
  #: includes/widgets/htmega_service.php:165
2858
  #: includes/widgets/htmega_working_process.php:191
@@ -3211,8 +3211,8 @@ msgstr ""
3211
  #: includes/widgets/htmega_image_comparison.php:186
3212
  #: includes/widgets/htmega_image_grid.php:287
3213
  #: includes/widgets/htmega_image_grid.php:384
3214
- #: includes/widgets/htmega_image_masonry.php:262
3215
- #: includes/widgets/htmega_image_masonry.php:359
3216
  #: includes/widgets/htmega_inlinemenu.php:125
3217
  #: includes/widgets/htmega_instagram.php:1488
3218
  #: includes/widgets/htmega_lightbox.php:200
@@ -3610,10 +3610,10 @@ msgstr ""
3610
  #: includes/widgets/htmega_image_grid.php:407
3611
  #: includes/widgets/htmega_image_grid.php:459
3612
  #: includes/widgets/htmega_image_grid.php:541
3613
- #: includes/widgets/htmega_image_masonry.php:285
3614
- #: includes/widgets/htmega_image_masonry.php:382
3615
- #: includes/widgets/htmega_image_masonry.php:455
3616
- #: includes/widgets/htmega_image_masonry.php:536
3617
  #: includes/widgets/htmega_inlinemenu.php:152
3618
  #: includes/widgets/htmega_inlinemenu.php:251
3619
  #: includes/widgets/htmega_inlinemenu.php:414
@@ -3839,7 +3839,7 @@ msgstr ""
3839
 
3840
  #: includes/widgets/htmega_data_table.php:242
3841
  #: includes/widgets/htmega_image_grid.php:58
3842
- #: includes/widgets/htmega_image_masonry.php:66
3843
  #: includes/widgets/htmega_instagram.php:143
3844
  #: includes/widgets/htmega_pricing_list_view.php:550
3845
  #: includes/widgets/htmega_user_login_form.php:404
@@ -4157,6 +4157,10 @@ msgstr ""
4157
  msgid "Counter"
4158
  msgstr ""
4159
 
 
 
 
 
4160
  #: includes/widgets/htmega_countdown.php:673
4161
  msgid "Counter separator"
4162
  msgstr ""
@@ -4371,6 +4375,10 @@ msgstr ""
4371
  msgid "Default"
4372
  msgstr ""
4373
 
 
 
 
 
4374
  #: includes/widgets/htmega_googlemap.php:60
4375
  msgid "Default Zoom"
4376
  msgstr ""
@@ -4414,8 +4422,8 @@ msgstr ""
4414
  #: includes/widgets/htmega_imagemarker.php:922
4415
  #: includes/widgets/htmega_image_grid.php:114
4416
  #: includes/widgets/htmega_image_grid.php:368
4417
- #: includes/widgets/htmega_image_masonry.php:94
4418
- #: includes/widgets/htmega_image_masonry.php:343
4419
  #: includes/widgets/htmega_ninja_form.php:211
4420
  #: includes/widgets/htmega_service.php:469
4421
  #: includes/widgets/htmega_special_day_banner.php:96
@@ -4985,7 +4993,7 @@ msgid "First Slide Number"
4985
  msgstr ""
4986
 
4987
  #: includes/widgets/htmega_image_grid.php:66
4988
- #: includes/widgets/htmega_image_masonry.php:74
4989
  #: includes/widgets/htmega_testimonial_grid.php:77
4990
  msgid "Five"
4991
  msgstr ""
@@ -5181,7 +5189,7 @@ msgid "Forum Index"
5181
  msgstr ""
5182
 
5183
  #: includes/widgets/htmega_image_grid.php:65
5184
- #: includes/widgets/htmega_image_masonry.php:73
5185
  #: includes/widgets/htmega_testimonial_grid.php:76
5186
  #: includes/widgets/htmega_testimonial_grid.php:91
5187
  #: includes/widgets/htmega_testimonial_grid.php:108
@@ -5210,10 +5218,14 @@ msgstr ""
5210
 
5211
  #: admin/include/admin-setting.php:247
5212
  #: includes/widgets/htmega_gallery_justify.php:13
5213
- #: includes/widgets/htmega_gallery_justify.php:43
5214
  msgid "Gallery Justify"
5215
  msgstr ""
5216
 
 
 
 
 
5217
  #: admin/include/admin-setting.php:71
5218
  msgid "General"
5219
  msgstr ""
@@ -5646,7 +5658,7 @@ msgstr ""
5646
  #: includes/widgets/htmega_errorcontent.php:788
5647
  #: includes/widgets/htmega_gravity_forms.php:798
5648
  #: includes/widgets/htmega_image_grid.php:535
5649
- #: includes/widgets/htmega_image_masonry.php:521
5650
  #: includes/widgets/htmega_inlinemenu.php:244
5651
  #: includes/widgets/htmega_instagram.php:1073
5652
  #: includes/widgets/htmega_mailchimp_wp.php:453
@@ -5917,7 +5929,7 @@ msgstr ""
5917
  #: includes/widgets/htmega_errorcontent.php:169
5918
  #: includes/widgets/htmega_errorcontent.php:217
5919
  #: includes/widgets/htmega_image_grid.php:151
5920
- #: includes/widgets/htmega_image_masonry.php:131
5921
  #: includes/widgets/htmega_panel_slider.php:119
5922
  #: includes/widgets/htmega_popover.php:141
5923
  #: includes/widgets/htmega_pricing_list_view.php:128
@@ -6159,7 +6171,7 @@ msgstr ""
6159
  #: includes/widgets/htmega_data_table.php:256
6160
  #: includes/widgets/htmega_errorcontent.php:65
6161
  #: includes/widgets/htmega_image_grid.php:123
6162
- #: includes/widgets/htmega_image_masonry.php:103
6163
  #: includes/widgets/htmega_instagram.php:215
6164
  #: includes/widgets/htmega_instagram.php:233
6165
  #: includes/widgets/htmega_lightbox.php:53
@@ -6265,23 +6277,23 @@ msgstr ""
6265
 
6266
  #: admin/include/admin-setting.php:295
6267
  #: includes/widgets/htmega_image_masonry.php:13
6268
- #: includes/widgets/htmega_image_masonry.php:43
6269
  msgid "Image Masonry"
6270
  msgstr ""
6271
 
6272
- #: includes/widgets/htmega_image_masonry.php:150
6273
  msgid "Image Masonry Description"
6274
  msgstr ""
6275
 
6276
- #: includes/widgets/htmega_image_masonry.php:96
6277
  msgid "Image Masonry Description."
6278
  msgstr ""
6279
 
6280
- #: includes/widgets/htmega_image_masonry.php:149
6281
  msgid "Image Masonry Title"
6282
  msgstr ""
6283
 
6284
- #: includes/widgets/htmega_image_masonry.php:87
6285
  msgid "Image Masonry Title."
6286
  msgstr ""
6287
 
@@ -6704,8 +6716,8 @@ msgstr ""
6704
  #: includes/widgets/htmega_errorcontent.php:261
6705
  #: includes/widgets/htmega_image_grid.php:295
6706
  #: includes/widgets/htmega_image_grid.php:392
6707
- #: includes/widgets/htmega_image_masonry.php:270
6708
- #: includes/widgets/htmega_image_masonry.php:367
6709
  #: includes/widgets/htmega_lightbox.php:208
6710
  #: includes/widgets/htmega_lightbox.php:321
6711
  #: includes/widgets/htmega_mailchimp_wp.php:141
@@ -6960,8 +6972,8 @@ msgstr ""
6960
  #: includes/widgets/htmega_imagemarker.php:710
6961
  #: includes/widgets/htmega_image_grid.php:283
6962
  #: includes/widgets/htmega_image_grid.php:380
6963
- #: includes/widgets/htmega_image_masonry.php:258
6964
- #: includes/widgets/htmega_image_masonry.php:355
6965
  #: includes/widgets/htmega_inlinemenu.php:121
6966
  #: includes/widgets/htmega_instagram.php:1484
6967
  #: includes/widgets/htmega_job_manager.php:159
@@ -7545,9 +7557,9 @@ msgstr ""
7545
  #: includes/widgets/htmega_image_grid.php:207
7546
  #: includes/widgets/htmega_image_grid.php:353
7547
  #: includes/widgets/htmega_image_magnifier.php:154
7548
- #: includes/widgets/htmega_image_masonry.php:198
7549
- #: includes/widgets/htmega_image_masonry.php:315
7550
- #: includes/widgets/htmega_image_masonry.php:402
7551
  #: includes/widgets/htmega_inlinemenu.php:187
7552
  #: includes/widgets/htmega_instagram.php:634
7553
  #: includes/widgets/htmega_instagram.php:680
@@ -8203,7 +8215,7 @@ msgstr ""
8203
  #: includes/widgets/htmega_gravity_forms.php:398
8204
  #: includes/widgets/htmega_gravity_forms.php:640
8205
  #: includes/widgets/htmega_image_grid.php:453
8206
- #: includes/widgets/htmega_image_masonry.php:440
8207
  #: includes/widgets/htmega_inlinemenu.php:146
8208
  #: includes/widgets/htmega_instagram.php:927
8209
  #: includes/widgets/htmega_instagram.php:1145
@@ -8477,7 +8489,7 @@ msgid "ON/OFF Image Hover rotation"
8477
  msgstr ""
8478
 
8479
  #: includes/widgets/htmega_image_grid.php:62
8480
- #: includes/widgets/htmega_image_masonry.php:70
8481
  #: includes/widgets/htmega_testimonial_grid.php:73
8482
  #: includes/widgets/htmega_testimonial_grid.php:88
8483
  #: includes/widgets/htmega_testimonial_grid.php:105
@@ -8620,7 +8632,7 @@ msgid "Overlay"
8620
  msgstr ""
8621
 
8622
  #: includes/widgets/htmega_image_grid.php:193
8623
- #: includes/widgets/htmega_image_masonry.php:173
8624
  #: includes/widgets/htmega_instagram.php:734
8625
  msgid "Overlay Color"
8626
  msgstr ""
@@ -8723,10 +8735,10 @@ msgstr ""
8723
  #: includes/widgets/htmega_image_grid.php:427
8724
  #: includes/widgets/htmega_image_grid.php:500
8725
  #: includes/widgets/htmega_image_magnifier.php:142
8726
- #: includes/widgets/htmega_image_masonry.php:185
8727
- #: includes/widgets/htmega_image_masonry.php:327
8728
- #: includes/widgets/htmega_image_masonry.php:414
8729
- #: includes/widgets/htmega_image_masonry.php:486
8730
  #: includes/widgets/htmega_inlinemenu.php:175
8731
  #: includes/widgets/htmega_instagram.php:647
8732
  #: includes/widgets/htmega_instagram.php:693
@@ -9227,6 +9239,14 @@ msgstr ""
9227
  msgid "Popup Button Style"
9228
  msgstr ""
9229
 
 
 
 
 
 
 
 
 
9230
  #: includes/widgets/htmega_search.php:658
9231
  msgid "Popup style"
9232
  msgstr ""
@@ -9592,8 +9612,8 @@ msgstr ""
9592
 
9593
  #: includes/widgets/htmega_image_grid.php:142
9594
  #: includes/widgets/htmega_image_grid.php:171
9595
- #: includes/widgets/htmega_image_masonry.php:122
9596
- #: includes/widgets/htmega_image_masonry.php:151
9597
  #: includes/widgets/htmega_post_grid_tab.php:233
9598
  #: includes/widgets/htmega_post_grid_tab.php:245
9599
  #: includes/widgets/htmega_post_grid_tab.php:246
@@ -9613,7 +9633,7 @@ msgid "Read more"
9613
  msgstr ""
9614
 
9615
  #: includes/widgets/htmega_image_grid.php:443
9616
- #: includes/widgets/htmega_image_masonry.php:430
9617
  msgid "Read More Button"
9618
  msgstr ""
9619
 
@@ -9631,12 +9651,12 @@ msgid "Read More Color"
9631
  msgstr ""
9632
 
9633
  #: includes/widgets/htmega_image_grid.php:149
9634
- #: includes/widgets/htmega_image_masonry.php:129
9635
  msgid "Read More Link"
9636
  msgstr ""
9637
 
9638
  #: includes/widgets/htmega_image_grid.php:140
9639
- #: includes/widgets/htmega_image_masonry.php:120
9640
  msgid "Read More Text"
9641
  msgstr ""
9642
 
@@ -9794,8 +9814,8 @@ msgstr ""
9794
  #: includes/widgets/htmega_imagemarker.php:718
9795
  #: includes/widgets/htmega_image_grid.php:291
9796
  #: includes/widgets/htmega_image_grid.php:388
9797
- #: includes/widgets/htmega_image_masonry.php:266
9798
- #: includes/widgets/htmega_image_masonry.php:363
9799
  #: includes/widgets/htmega_inlinemenu.php:129
9800
  #: includes/widgets/htmega_instagram.php:1492
9801
  #: includes/widgets/htmega_job_manager.php:160
@@ -9957,7 +9977,7 @@ msgstr ""
9957
  msgid "Row Border Width"
9958
  msgstr ""
9959
 
9960
- #: includes/widgets/htmega_gallery_justify.php:58
9961
  #: includes/widgets/htmega_newsticker.php:92
9962
  msgid "Row Height"
9963
  msgstr ""
@@ -10438,6 +10458,10 @@ msgstr ""
10438
  msgid "Show Friend Count"
10439
  msgstr ""
10440
 
 
 
 
 
10441
  #: includes/widgets/htmega_instragram_feed.php:82
10442
  msgid "Show Header"
10443
  msgstr ""
@@ -10446,6 +10470,10 @@ msgstr ""
10446
  msgid "Show Heading And Content"
10447
  msgstr ""
10448
 
 
 
 
 
10449
  #: includes/widgets/htmega_notify.php:60
10450
  msgid "Show Info"
10451
  msgstr ""
@@ -10599,7 +10627,7 @@ msgid "Site Title"
10599
  msgstr ""
10600
 
10601
  #: includes/widgets/htmega_image_grid.php:67
10602
- #: includes/widgets/htmega_image_masonry.php:75
10603
  #: includes/widgets/htmega_testimonial_grid.php:78
10604
  msgid "Six"
10605
  msgstr ""
@@ -10826,7 +10854,7 @@ msgstr ""
10826
  msgid "Sound Mute"
10827
  msgstr ""
10828
 
10829
- #: includes/widgets/htmega_gallery_justify.php:67
10830
  msgid "Space"
10831
  msgstr ""
10832
 
@@ -10919,7 +10947,7 @@ msgstr ""
10919
  #: includes/widgets/htmega_imagemarker.php:121
10920
  #: includes/widgets/htmega_image_grid.php:42
10921
  #: includes/widgets/htmega_image_magnifier.php:102
10922
- #: includes/widgets/htmega_image_masonry.php:50
10923
  #: includes/widgets/htmega_inlinemenu.php:53
10924
  #: includes/widgets/htmega_instagram.php:51
10925
  #: includes/widgets/htmega_instagram.php:616
@@ -10969,7 +10997,7 @@ msgstr ""
10969
  #: includes/widgets/htmega_dropcaps.php:50
10970
  #: includes/widgets/htmega_imagemarker.php:129
10971
  #: includes/widgets/htmega_image_grid.php:50
10972
- #: includes/widgets/htmega_image_masonry.php:58
10973
  #: includes/widgets/htmega_inlinemenu.php:61
10974
  #: includes/widgets/htmega_mailchimp_wp.php:58
10975
  #: includes/widgets/htmega_newsticker.php:64
@@ -10996,7 +11024,7 @@ msgstr ""
10996
  #: includes/widgets/htmega_errorcontent.php:57
10997
  #: includes/widgets/htmega_imagemarker.php:128
10998
  #: includes/widgets/htmega_image_grid.php:49
10999
- #: includes/widgets/htmega_image_masonry.php:57
11000
  #: includes/widgets/htmega_inlinemenu.php:60
11001
  #: includes/widgets/htmega_instagram.php:58
11002
  #: includes/widgets/htmega_mailchimp_wp.php:57
@@ -11037,7 +11065,7 @@ msgstr ""
11037
  #: includes/widgets/htmega_errorcontent.php:54
11038
  #: includes/widgets/htmega_imagemarker.php:125
11039
  #: includes/widgets/htmega_image_grid.php:46
11040
- #: includes/widgets/htmega_image_masonry.php:54
11041
  #: includes/widgets/htmega_inlinemenu.php:57
11042
  #: includes/widgets/htmega_instagram.php:55
11043
  #: includes/widgets/htmega_mailchimp_wp.php:54
@@ -11109,7 +11137,7 @@ msgstr ""
11109
  #: includes/widgets/htmega_errorcontent.php:56
11110
  #: includes/widgets/htmega_imagemarker.php:127
11111
  #: includes/widgets/htmega_image_grid.php:48
11112
- #: includes/widgets/htmega_image_masonry.php:56
11113
  #: includes/widgets/htmega_inlinemenu.php:59
11114
  #: includes/widgets/htmega_instagram.php:57
11115
  #: includes/widgets/htmega_mailchimp_wp.php:56
@@ -11144,7 +11172,7 @@ msgstr ""
11144
  #: includes/widgets/htmega_errorcontent.php:55
11145
  #: includes/widgets/htmega_imagemarker.php:126
11146
  #: includes/widgets/htmega_image_grid.php:47
11147
- #: includes/widgets/htmega_image_masonry.php:55
11148
  #: includes/widgets/htmega_inlinemenu.php:58
11149
  #: includes/widgets/htmega_instagram.php:56
11150
  #: includes/widgets/htmega_mailchimp_wp.php:55
@@ -11693,7 +11721,7 @@ msgid "This is <span>Dhaka</span>"
11693
  msgstr ""
11694
 
11695
  #: includes/widgets/htmega_image_grid.php:64
11696
- #: includes/widgets/htmega_image_masonry.php:72
11697
  #: includes/widgets/htmega_testimonial_grid.php:75
11698
  #: includes/widgets/htmega_testimonial_grid.php:90
11699
  #: includes/widgets/htmega_testimonial_grid.php:107
@@ -11902,8 +11930,8 @@ msgstr ""
11902
  #: includes/widgets/htmega_imagemarker.php:777
11903
  #: includes/widgets/htmega_image_grid.php:105
11904
  #: includes/widgets/htmega_image_grid.php:271
11905
- #: includes/widgets/htmega_image_masonry.php:85
11906
- #: includes/widgets/htmega_image_masonry.php:246
11907
  #: includes/widgets/htmega_job_manager.php:100
11908
  #: includes/widgets/htmega_newsticker.php:260
11909
  #: includes/widgets/htmega_ninja_form.php:109
@@ -11976,6 +12004,7 @@ msgstr ""
11976
 
11977
  #: includes/widgets/htmega_carousel.php:1309
11978
  #: includes/widgets/htmega_carousel.php:1393
 
11979
  #: includes/widgets/htmega_switcher.php:322
11980
  #: includes/widgets/htmega_switcher.php:358
11981
  #: includes/widgets/htmega_tabs.php:135
@@ -12194,7 +12223,7 @@ msgid "Twitter Feed"
12194
  msgstr ""
12195
 
12196
  #: includes/widgets/htmega_image_grid.php:63
12197
- #: includes/widgets/htmega_image_masonry.php:71
12198
  #: includes/widgets/htmega_testimonial_grid.php:74
12199
  #: includes/widgets/htmega_testimonial_grid.php:89
12200
  #: includes/widgets/htmega_testimonial_grid.php:106
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-06-14 05:47+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"
47
 
48
  #: includes/widgets/htmega_brand.php:93 includes/widgets/htmega_brand.php:106
49
  #: includes/widgets/htmega_image_grid.php:172
50
+ #: includes/widgets/htmega_image_masonry.php:161
51
  msgid "#"
52
  msgstr ""
53
 
722
  msgid "Add Column Width Ex. 25%"
723
  msgstr ""
724
 
725
+ #: includes/widgets/htmega_gallery_justify.php:58
726
  msgid "Add Images"
727
  msgstr ""
728
 
858
  #: includes/widgets/htmega_imagemarker.php:706
859
  #: includes/widgets/htmega_image_grid.php:279
860
  #: includes/widgets/htmega_image_grid.php:376
861
+ #: includes/widgets/htmega_image_masonry.php:263
862
+ #: includes/widgets/htmega_image_masonry.php:360
863
  #: includes/widgets/htmega_inlinemenu.php:117
864
  #: includes/widgets/htmega_instagram.php:1480
865
  #: includes/widgets/htmega_lightbox.php:192
1314
  #: includes/widgets/htmega_image_grid.php:323
1315
  #: includes/widgets/htmega_image_grid.php:482
1316
  #: includes/widgets/htmega_image_grid.php:554
1317
+ #: includes/widgets/htmega_image_masonry.php:307
1318
+ #: includes/widgets/htmega_image_masonry.php:477
1319
+ #: includes/widgets/htmega_image_masonry.php:558
1320
  #: includes/widgets/htmega_inlinemenu.php:166
1321
  #: includes/widgets/htmega_inlinemenu.php:265
1322
  #: includes/widgets/htmega_inlinemenu.php:428
1992
  #: includes/widgets/htmega_errorcontent.php:667
1993
  #: includes/widgets/htmega_errorcontent.php:767
1994
  #: includes/widgets/htmega_errorcontent.php:818
1995
+ #: includes/widgets/htmega_gallery_justify.php:85
1996
  #: includes/widgets/htmega_googlemap.php:316
1997
  #: includes/widgets/htmega_googlemap.php:457
1998
  #: includes/widgets/htmega_gravity_forms.php:300
2013
  #: includes/widgets/htmega_image_grid.php:514
2014
  #: includes/widgets/htmega_image_grid.php:573
2015
  #: includes/widgets/htmega_image_magnifier.php:111
2016
+ #: includes/widgets/htmega_image_masonry.php:220
2017
+ #: includes/widgets/htmega_image_masonry.php:509
2018
+ #: includes/widgets/htmega_image_masonry.php:577
2019
  #: includes/widgets/htmega_inlinemenu.php:201
2020
  #: includes/widgets/htmega_inlinemenu.php:275
2021
  #: includes/widgets/htmega_inlinemenu.php:438
2377
  #: includes/widgets/htmega_errorcontent.php:675
2378
  #: includes/widgets/htmega_errorcontent.php:775
2379
  #: includes/widgets/htmega_errorcontent.php:826
2380
+ #: includes/widgets/htmega_gallery_justify.php:93
2381
  #: includes/widgets/htmega_googlemap.php:325
2382
  #: includes/widgets/htmega_googlemap.php:466
2383
  #: includes/widgets/htmega_gravity_forms.php:308
2394
  #: includes/widgets/htmega_image_grid.php:522
2395
  #: includes/widgets/htmega_image_grid.php:581
2396
  #: includes/widgets/htmega_image_magnifier.php:119
2397
+ #: includes/widgets/htmega_image_masonry.php:228
2398
+ #: includes/widgets/htmega_image_masonry.php:517
2399
+ #: includes/widgets/htmega_image_masonry.php:585
2400
  #: includes/widgets/htmega_inlinemenu.php:209
2401
  #: includes/widgets/htmega_inlinemenu.php:283
2402
  #: includes/widgets/htmega_inlinemenu.php:446
2778
  #: includes/widgets/htmega_double_button.php:692
2779
  #: includes/widgets/htmega_double_button.php:778
2780
  #: includes/widgets/htmega_double_button.php:875
2781
+ #: includes/widgets/htmega_gallery_justify.php:106
2782
  #: includes/widgets/htmega_gravity_forms.php:532
2783
  #: includes/widgets/htmega_gravity_forms.php:617
2784
  #: includes/widgets/htmega_gravity_forms.php:764
2786
  #: includes/widgets/htmega_image_grid.php:492
2787
  #: includes/widgets/htmega_image_grid.php:564
2788
  #: includes/widgets/htmega_image_magnifier.php:133
2789
+ #: includes/widgets/htmega_image_masonry.php:243
2790
+ #: includes/widgets/htmega_image_masonry.php:487
2791
+ #: includes/widgets/htmega_image_masonry.php:568
2792
  #: includes/widgets/htmega_inlinemenu.php:223
2793
  #: includes/widgets/htmega_lightbox.php:285
2794
  #: includes/widgets/htmega_lightbox.php:473
2852
  #: includes/widgets/htmega_counter.php:194
2853
  #: includes/widgets/htmega_image_comparison.php:93
2854
  #: includes/widgets/htmega_image_grid.php:186
2855
+ #: includes/widgets/htmega_image_masonry.php:175
2856
  #: includes/widgets/htmega_lightbox.php:184
2857
  #: includes/widgets/htmega_service.php:165
2858
  #: includes/widgets/htmega_working_process.php:191
3211
  #: includes/widgets/htmega_image_comparison.php:186
3212
  #: includes/widgets/htmega_image_grid.php:287
3213
  #: includes/widgets/htmega_image_grid.php:384
3214
+ #: includes/widgets/htmega_image_masonry.php:271
3215
+ #: includes/widgets/htmega_image_masonry.php:368
3216
  #: includes/widgets/htmega_inlinemenu.php:125
3217
  #: includes/widgets/htmega_instagram.php:1488
3218
  #: includes/widgets/htmega_lightbox.php:200
3610
  #: includes/widgets/htmega_image_grid.php:407
3611
  #: includes/widgets/htmega_image_grid.php:459
3612
  #: includes/widgets/htmega_image_grid.php:541
3613
+ #: includes/widgets/htmega_image_masonry.php:294
3614
+ #: includes/widgets/htmega_image_masonry.php:391
3615
+ #: includes/widgets/htmega_image_masonry.php:464
3616
+ #: includes/widgets/htmega_image_masonry.php:545
3617
  #: includes/widgets/htmega_inlinemenu.php:152
3618
  #: includes/widgets/htmega_inlinemenu.php:251
3619
  #: includes/widgets/htmega_inlinemenu.php:414
3839
 
3840
  #: includes/widgets/htmega_data_table.php:242
3841
  #: includes/widgets/htmega_image_grid.php:58
3842
+ #: includes/widgets/htmega_image_masonry.php:75
3843
  #: includes/widgets/htmega_instagram.php:143
3844
  #: includes/widgets/htmega_pricing_list_view.php:550
3845
  #: includes/widgets/htmega_user_login_form.php:404
4157
  msgid "Counter"
4158
  msgstr ""
4159
 
4160
+ #: includes/widgets/htmega_gallery_justify.php:177
4161
+ msgid "Counter Color"
4162
+ msgstr ""
4163
+
4164
  #: includes/widgets/htmega_countdown.php:673
4165
  msgid "Counter separator"
4166
  msgstr ""
4375
  msgid "Default"
4376
  msgstr ""
4377
 
4378
+ #: includes/widgets/htmega_gallery_justify.php:119
4379
+ msgid "Default Popup"
4380
+ msgstr ""
4381
+
4382
  #: includes/widgets/htmega_googlemap.php:60
4383
  msgid "Default Zoom"
4384
  msgstr ""
4422
  #: includes/widgets/htmega_imagemarker.php:922
4423
  #: includes/widgets/htmega_image_grid.php:114
4424
  #: includes/widgets/htmega_image_grid.php:368
4425
+ #: includes/widgets/htmega_image_masonry.php:103
4426
+ #: includes/widgets/htmega_image_masonry.php:352
4427
  #: includes/widgets/htmega_ninja_form.php:211
4428
  #: includes/widgets/htmega_service.php:469
4429
  #: includes/widgets/htmega_special_day_banner.php:96
4993
  msgstr ""
4994
 
4995
  #: includes/widgets/htmega_image_grid.php:66
4996
+ #: includes/widgets/htmega_image_masonry.php:83
4997
  #: includes/widgets/htmega_testimonial_grid.php:77
4998
  msgid "Five"
4999
  msgstr ""
5189
  msgstr ""
5190
 
5191
  #: includes/widgets/htmega_image_grid.php:65
5192
+ #: includes/widgets/htmega_image_masonry.php:82
5193
  #: includes/widgets/htmega_testimonial_grid.php:76
5194
  #: includes/widgets/htmega_testimonial_grid.php:91
5195
  #: includes/widgets/htmega_testimonial_grid.php:108
5218
 
5219
  #: admin/include/admin-setting.php:247
5220
  #: includes/widgets/htmega_gallery_justify.php:13
5221
+ #: includes/widgets/htmega_gallery_justify.php:51
5222
  msgid "Gallery Justify"
5223
  msgstr ""
5224
 
5225
+ #: includes/widgets/htmega_gallery_justify.php:120
5226
+ msgid "Gallery Popup "
5227
+ msgstr ""
5228
+
5229
  #: admin/include/admin-setting.php:71
5230
  msgid "General"
5231
  msgstr ""
5658
  #: includes/widgets/htmega_errorcontent.php:788
5659
  #: includes/widgets/htmega_gravity_forms.php:798
5660
  #: includes/widgets/htmega_image_grid.php:535
5661
+ #: includes/widgets/htmega_image_masonry.php:530
5662
  #: includes/widgets/htmega_inlinemenu.php:244
5663
  #: includes/widgets/htmega_instagram.php:1073
5664
  #: includes/widgets/htmega_mailchimp_wp.php:453
5929
  #: includes/widgets/htmega_errorcontent.php:169
5930
  #: includes/widgets/htmega_errorcontent.php:217
5931
  #: includes/widgets/htmega_image_grid.php:151
5932
+ #: includes/widgets/htmega_image_masonry.php:140
5933
  #: includes/widgets/htmega_panel_slider.php:119
5934
  #: includes/widgets/htmega_popover.php:141
5935
  #: includes/widgets/htmega_pricing_list_view.php:128
6171
  #: includes/widgets/htmega_data_table.php:256
6172
  #: includes/widgets/htmega_errorcontent.php:65
6173
  #: includes/widgets/htmega_image_grid.php:123
6174
+ #: includes/widgets/htmega_image_masonry.php:112
6175
  #: includes/widgets/htmega_instagram.php:215
6176
  #: includes/widgets/htmega_instagram.php:233
6177
  #: includes/widgets/htmega_lightbox.php:53
6277
 
6278
  #: admin/include/admin-setting.php:295
6279
  #: includes/widgets/htmega_image_masonry.php:13
6280
+ #: includes/widgets/htmega_image_masonry.php:52
6281
  msgid "Image Masonry"
6282
  msgstr ""
6283
 
6284
+ #: includes/widgets/htmega_image_masonry.php:159
6285
  msgid "Image Masonry Description"
6286
  msgstr ""
6287
 
6288
+ #: includes/widgets/htmega_image_masonry.php:105
6289
  msgid "Image Masonry Description."
6290
  msgstr ""
6291
 
6292
+ #: includes/widgets/htmega_image_masonry.php:158
6293
  msgid "Image Masonry Title"
6294
  msgstr ""
6295
 
6296
+ #: includes/widgets/htmega_image_masonry.php:96
6297
  msgid "Image Masonry Title."
6298
  msgstr ""
6299
 
6716
  #: includes/widgets/htmega_errorcontent.php:261
6717
  #: includes/widgets/htmega_image_grid.php:295
6718
  #: includes/widgets/htmega_image_grid.php:392
6719
+ #: includes/widgets/htmega_image_masonry.php:279
6720
+ #: includes/widgets/htmega_image_masonry.php:376
6721
  #: includes/widgets/htmega_lightbox.php:208
6722
  #: includes/widgets/htmega_lightbox.php:321
6723
  #: includes/widgets/htmega_mailchimp_wp.php:141
6972
  #: includes/widgets/htmega_imagemarker.php:710
6973
  #: includes/widgets/htmega_image_grid.php:283
6974
  #: includes/widgets/htmega_image_grid.php:380
6975
+ #: includes/widgets/htmega_image_masonry.php:267
6976
+ #: includes/widgets/htmega_image_masonry.php:364
6977
  #: includes/widgets/htmega_inlinemenu.php:121
6978
  #: includes/widgets/htmega_instagram.php:1484
6979
  #: includes/widgets/htmega_job_manager.php:159
7557
  #: includes/widgets/htmega_image_grid.php:207
7558
  #: includes/widgets/htmega_image_grid.php:353
7559
  #: includes/widgets/htmega_image_magnifier.php:154
7560
+ #: includes/widgets/htmega_image_masonry.php:207
7561
+ #: includes/widgets/htmega_image_masonry.php:324
7562
+ #: includes/widgets/htmega_image_masonry.php:411
7563
  #: includes/widgets/htmega_inlinemenu.php:187
7564
  #: includes/widgets/htmega_instagram.php:634
7565
  #: includes/widgets/htmega_instagram.php:680
8215
  #: includes/widgets/htmega_gravity_forms.php:398
8216
  #: includes/widgets/htmega_gravity_forms.php:640
8217
  #: includes/widgets/htmega_image_grid.php:453
8218
+ #: includes/widgets/htmega_image_masonry.php:449
8219
  #: includes/widgets/htmega_inlinemenu.php:146
8220
  #: includes/widgets/htmega_instagram.php:927
8221
  #: includes/widgets/htmega_instagram.php:1145
8489
  msgstr ""
8490
 
8491
  #: includes/widgets/htmega_image_grid.php:62
8492
+ #: includes/widgets/htmega_image_masonry.php:79
8493
  #: includes/widgets/htmega_testimonial_grid.php:73
8494
  #: includes/widgets/htmega_testimonial_grid.php:88
8495
  #: includes/widgets/htmega_testimonial_grid.php:105
8632
  msgstr ""
8633
 
8634
  #: includes/widgets/htmega_image_grid.php:193
8635
+ #: includes/widgets/htmega_image_masonry.php:182
8636
  #: includes/widgets/htmega_instagram.php:734
8637
  msgid "Overlay Color"
8638
  msgstr ""
8735
  #: includes/widgets/htmega_image_grid.php:427
8736
  #: includes/widgets/htmega_image_grid.php:500
8737
  #: includes/widgets/htmega_image_magnifier.php:142
8738
+ #: includes/widgets/htmega_image_masonry.php:194
8739
+ #: includes/widgets/htmega_image_masonry.php:336
8740
+ #: includes/widgets/htmega_image_masonry.php:423
8741
+ #: includes/widgets/htmega_image_masonry.php:495
8742
  #: includes/widgets/htmega_inlinemenu.php:175
8743
  #: includes/widgets/htmega_instagram.php:647
8744
  #: includes/widgets/htmega_instagram.php:693
9239
  msgid "Popup Button Style"
9240
  msgstr ""
9241
 
9242
+ #: includes/widgets/htmega_gallery_justify.php:118
9243
+ msgid "Popup None"
9244
+ msgstr ""
9245
+
9246
+ #: includes/widgets/htmega_gallery_justify.php:114
9247
+ msgid "Popup options"
9248
+ msgstr ""
9249
+
9250
  #: includes/widgets/htmega_search.php:658
9251
  msgid "Popup style"
9252
  msgstr ""
9612
 
9613
  #: includes/widgets/htmega_image_grid.php:142
9614
  #: includes/widgets/htmega_image_grid.php:171
9615
+ #: includes/widgets/htmega_image_masonry.php:131
9616
+ #: includes/widgets/htmega_image_masonry.php:160
9617
  #: includes/widgets/htmega_post_grid_tab.php:233
9618
  #: includes/widgets/htmega_post_grid_tab.php:245
9619
  #: includes/widgets/htmega_post_grid_tab.php:246
9633
  msgstr ""
9634
 
9635
  #: includes/widgets/htmega_image_grid.php:443
9636
+ #: includes/widgets/htmega_image_masonry.php:439
9637
  msgid "Read More Button"
9638
  msgstr ""
9639
 
9651
  msgstr ""
9652
 
9653
  #: includes/widgets/htmega_image_grid.php:149
9654
+ #: includes/widgets/htmega_image_masonry.php:138
9655
  msgid "Read More Link"
9656
  msgstr ""
9657
 
9658
  #: includes/widgets/htmega_image_grid.php:140
9659
+ #: includes/widgets/htmega_image_masonry.php:129
9660
  msgid "Read More Text"
9661
  msgstr ""
9662
 
9814
  #: includes/widgets/htmega_imagemarker.php:718
9815
  #: includes/widgets/htmega_image_grid.php:291
9816
  #: includes/widgets/htmega_image_grid.php:388
9817
+ #: includes/widgets/htmega_image_masonry.php:275
9818
+ #: includes/widgets/htmega_image_masonry.php:372
9819
  #: includes/widgets/htmega_inlinemenu.php:129
9820
  #: includes/widgets/htmega_instagram.php:1492
9821
  #: includes/widgets/htmega_job_manager.php:160
9977
  msgid "Row Border Width"
9978
  msgstr ""
9979
 
9980
+ #: includes/widgets/htmega_gallery_justify.php:66
9981
  #: includes/widgets/htmega_newsticker.php:92
9982
  msgid "Row Height"
9983
  msgstr ""
10458
  msgid "Show Friend Count"
10459
  msgstr ""
10460
 
10461
+ #: includes/widgets/htmega_gallery_justify.php:127
10462
+ msgid "Show Gallery Title"
10463
+ msgstr ""
10464
+
10465
  #: includes/widgets/htmega_instragram_feed.php:82
10466
  msgid "Show Header"
10467
  msgstr ""
10470
  msgid "Show Heading And Content"
10471
  msgstr ""
10472
 
10473
+ #: includes/widgets/htmega_gallery_justify.php:139
10474
+ msgid "Show Image Counter"
10475
+ msgstr ""
10476
+
10477
  #: includes/widgets/htmega_notify.php:60
10478
  msgid "Show Info"
10479
  msgstr ""
10627
  msgstr ""
10628
 
10629
  #: includes/widgets/htmega_image_grid.php:67
10630
+ #: includes/widgets/htmega_image_masonry.php:84
10631
  #: includes/widgets/htmega_testimonial_grid.php:78
10632
  msgid "Six"
10633
  msgstr ""
10854
  msgid "Sound Mute"
10855
  msgstr ""
10856
 
10857
+ #: includes/widgets/htmega_gallery_justify.php:75
10858
  msgid "Space"
10859
  msgstr ""
10860
 
10947
  #: includes/widgets/htmega_imagemarker.php:121
10948
  #: includes/widgets/htmega_image_grid.php:42
10949
  #: includes/widgets/htmega_image_magnifier.php:102
10950
+ #: includes/widgets/htmega_image_masonry.php:59
10951
  #: includes/widgets/htmega_inlinemenu.php:53
10952
  #: includes/widgets/htmega_instagram.php:51
10953
  #: includes/widgets/htmega_instagram.php:616
10997
  #: includes/widgets/htmega_dropcaps.php:50
10998
  #: includes/widgets/htmega_imagemarker.php:129
10999
  #: includes/widgets/htmega_image_grid.php:50
11000
+ #: includes/widgets/htmega_image_masonry.php:67
11001
  #: includes/widgets/htmega_inlinemenu.php:61
11002
  #: includes/widgets/htmega_mailchimp_wp.php:58
11003
  #: includes/widgets/htmega_newsticker.php:64
11024
  #: includes/widgets/htmega_errorcontent.php:57
11025
  #: includes/widgets/htmega_imagemarker.php:128
11026
  #: includes/widgets/htmega_image_grid.php:49
11027
+ #: includes/widgets/htmega_image_masonry.php:66
11028
  #: includes/widgets/htmega_inlinemenu.php:60
11029
  #: includes/widgets/htmega_instagram.php:58
11030
  #: includes/widgets/htmega_mailchimp_wp.php:57
11065
  #: includes/widgets/htmega_errorcontent.php:54
11066
  #: includes/widgets/htmega_imagemarker.php:125
11067
  #: includes/widgets/htmega_image_grid.php:46
11068
+ #: includes/widgets/htmega_image_masonry.php:63
11069
  #: includes/widgets/htmega_inlinemenu.php:57
11070
  #: includes/widgets/htmega_instagram.php:55
11071
  #: includes/widgets/htmega_mailchimp_wp.php:54
11137
  #: includes/widgets/htmega_errorcontent.php:56
11138
  #: includes/widgets/htmega_imagemarker.php:127
11139
  #: includes/widgets/htmega_image_grid.php:48
11140
+ #: includes/widgets/htmega_image_masonry.php:65
11141
  #: includes/widgets/htmega_inlinemenu.php:59
11142
  #: includes/widgets/htmega_instagram.php:57
11143
  #: includes/widgets/htmega_mailchimp_wp.php:56
11172
  #: includes/widgets/htmega_errorcontent.php:55
11173
  #: includes/widgets/htmega_imagemarker.php:126
11174
  #: includes/widgets/htmega_image_grid.php:47
11175
+ #: includes/widgets/htmega_image_masonry.php:64
11176
  #: includes/widgets/htmega_inlinemenu.php:58
11177
  #: includes/widgets/htmega_instagram.php:56
11178
  #: includes/widgets/htmega_mailchimp_wp.php:55
11721
  msgstr ""
11722
 
11723
  #: includes/widgets/htmega_image_grid.php:64
11724
+ #: includes/widgets/htmega_image_masonry.php:81
11725
  #: includes/widgets/htmega_testimonial_grid.php:75
11726
  #: includes/widgets/htmega_testimonial_grid.php:90
11727
  #: includes/widgets/htmega_testimonial_grid.php:107
11930
  #: includes/widgets/htmega_imagemarker.php:777
11931
  #: includes/widgets/htmega_image_grid.php:105
11932
  #: includes/widgets/htmega_image_grid.php:271
11933
+ #: includes/widgets/htmega_image_masonry.php:94
11934
+ #: includes/widgets/htmega_image_masonry.php:255
11935
  #: includes/widgets/htmega_job_manager.php:100
11936
  #: includes/widgets/htmega_newsticker.php:260
11937
  #: includes/widgets/htmega_ninja_form.php:109
12004
 
12005
  #: includes/widgets/htmega_carousel.php:1309
12006
  #: includes/widgets/htmega_carousel.php:1393
12007
+ #: includes/widgets/htmega_gallery_justify.php:151
12008
  #: includes/widgets/htmega_switcher.php:322
12009
  #: includes/widgets/htmega_switcher.php:358
12010
  #: includes/widgets/htmega_tabs.php:135
12223
  msgstr ""
12224
 
12225
  #: includes/widgets/htmega_image_grid.php:63
12226
+ #: includes/widgets/htmega_image_masonry.php:80
12227
  #: includes/widgets/htmega_testimonial_grid.php:74
12228
  #: includes/widgets/htmega_testimonial_grid.php:89
12229
  #: includes/widgets/htmega_testimonial_grid.php:106
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === HT Mega - Absolute Addons for Elementor Page Builder ===
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht, 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
6
- Stable tag: 1.8.9
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -199,6 +199,12 @@ Feel free to [Contact us](https://hasthemes.com/contact-us/) 💌
199
  Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify and WordPress products and services.
200
 
201
  == Changelog ==
 
 
 
 
 
 
202
  = Version: 1.8.9 - Date: 2022-06-04 =
203
  * Added: External link option in panel slider addon
204
  * Added: Slide repeating option in post carousel addon
@@ -831,7 +837,7 @@ Added: Info icon style options.
831
 
832
  = Version: 1.4.5 - Date: 2020-07-29 =
833
  * Instagram Addon Issue Solved
834
- * Thumbnail Opacity add for style-3 in HT Mega post carousal widget.
835
  * Add default background in HT Mega button widget.
836
  * Border radius issue and read-mode border issue fixed in HT Mega button widget.
837
  * Add dependency for style-2 and style-3 in HT Mega countdown widget.
1
+ === HT Mega - Absolute Addons for Elementor Page Builder ===
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht, 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
6
+ Stable tag: 1.9.0
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
199
  Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify and WordPress products and services.
200
 
201
  == Changelog ==
202
+ = Version: 1.9.0 - Date: 2022-06-14 =
203
+ * Added: Images popup options in gallery justify addon
204
+ * Fixed: External link issue in image masonry addon
205
+ * Fixed: Content display issue after carousel switcher off in post carousel addon
206
+ * Fixed: Image loading issue in gallery justify and image masonry addons
207
+
208
  = Version: 1.8.9 - Date: 2022-06-04 =
209
  * Added: External link option in panel slider addon
210
  * Added: Slide repeating option in post carousel addon
837
 
838
  = Version: 1.4.5 - Date: 2020-07-29 =
839
  * Instagram Addon Issue Solved
840
+ * Thumbnail Opacity add for style-3 in HT Mega post carousel widget.
841
  * Add default background in HT Mega button widget.
842
  * Border radius issue and read-mode border issue fixed in HT Mega button widget.
843
  * Add dependency for style-2 and style-3 in HT Mega countdown widget.