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

Code changes from version 1.9.8 to 2.0.0

Files changed (35) hide show
  1. admin/admin-init.php +60 -0
  2. admin/assets/css/htmega_admin.css +131 -26
  3. admin/assets/images/htmega-banner.png +0 -0
  4. admin/assets/images/icon/copied.png +0 -0
  5. admin/assets/images/icon/copy.png +0 -0
  6. admin/assets/images/side-add-banner.jpg +0 -0
  7. admin/assets/images/upgrade-htmega.png +0 -0
  8. admin/assets/js/admin.js +96 -1
  9. admin/include/class.diagnostic-data.php +1 -1
  10. admin/include/class.newsletter-data.php +185 -0
  11. admin/include/settings-panel/assets/css/admin.css +1060 -714
  12. admin/include/settings-panel/assets/images/dashboard-welcome.png +0 -0
  13. admin/include/settings-panel/assets/images/info-icon/documentation.png +0 -0
  14. admin/include/settings-panel/assets/images/info-icon/happy-with-us.png +0 -0
  15. admin/include/settings-panel/assets/images/info-icon/missing-feature.png +0 -0
  16. admin/include/settings-panel/assets/images/info-icon/support.png +0 -0
  17. admin/include/settings-panel/assets/images/info-icon/video-tutorial.png +0 -0
  18. admin/include/settings-panel/assets/images/info-icon/woolentor.png +0 -0
  19. admin/include/settings-panel/assets/images/subscribe-bg.png +0 -0
  20. admin/include/settings-panel/assets/images/subscribe-title-shap.png +0 -0
  21. admin/include/settings-panel/includes/classes/Admin/Options_field.php +1456 -1537
  22. admin/include/settings-panel/includes/templates/dashboard-general.php +106 -0
  23. admin/include/settings-panel/includes/templates/sidebar-banner.php +79 -39
  24. admin/include/templates/dashboard-widget.php +106 -0
  25. assets/css/htmega-widgets.css +8 -0
  26. htmega_addons_elementor.php +5 -5
  27. includes/class.api.php +72 -0
  28. includes/class.htmega.php +21 -2
  29. includes/helper-function.php +50 -0
  30. includes/widgets/htmega_newsticker.php +248 -119
  31. includes/widgets/htmega_post_carousel.php +283 -136
  32. includes/widgets/htmega_post_grid_tab.php +285 -141
  33. includes/widgets/htmega_post_slider.php +270 -126
  34. includes/widgets/htmega_postgrid.php +403 -200
  35. languages/htmega-addons.pot +6615 -13399
admin/admin-init.php CHANGED
@@ -12,16 +12,25 @@ class HTMega_Admin_Setting{
12
  if( is_plugin_active('htmega-pro/htmega_pro.php') && ( version_compare( HTMEGA_VERSION_PRO, '1.4.3' ) <= 0 ) ){
13
  add_action( 'admin_init', [ $this, 'htmega_un_register_admin_menu' ] );
14
  }
 
 
 
 
 
 
 
15
  }
16
 
17
  /*
18
  * Setting Page
19
  */
20
  public function HTMega_Admin_Settings_page() {
 
21
  require_once('include/class.diagnostic-data.php');
22
  require_once('include/template-library.php');
23
  require_once ('include/class.htmega-elementor-template-library.php' );
24
  require_once ('include/class.library-source.php' );
 
25
  if( ! class_exists( 'HTMega_Settings_API' ) ) {
26
  require_once ( HTMEGA_ADDONS_PL_PATH . '/admin/include/class.settings-api.php' );
27
  }
@@ -78,6 +87,57 @@ class HTMega_Admin_Setting{
78
  remove_menu_page( 'htmega_addons_option_page' );
79
  }
80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  }
82
 
83
  new HTMega_Admin_Setting();
12
  if( is_plugin_active('htmega-pro/htmega_pro.php') && ( version_compare( HTMEGA_VERSION_PRO, '1.4.3' ) <= 0 ) ){
13
  add_action( 'admin_init', [ $this, 'htmega_un_register_admin_menu' ] );
14
  }
15
+
16
+ // Dashboard Widget.
17
+ if( !is_plugin_active('woolentor-addons/woolentor_addons_elementor.php') ){
18
+ add_action( 'wp_dashboard_setup', [ $this, 'dashboard_widget' ], 9999 );
19
+ }
20
+
21
+
22
  }
23
 
24
  /*
25
  * Setting Page
26
  */
27
  public function HTMega_Admin_Settings_page() {
28
+ require_once('include/class.newsletter-data.php');
29
  require_once('include/class.diagnostic-data.php');
30
  require_once('include/template-library.php');
31
  require_once ('include/class.htmega-elementor-template-library.php' );
32
  require_once ('include/class.library-source.php' );
33
+ require_once( HTMEGA_ADDONS_PL_PATH.'includes/class.api.php' );
34
  if( ! class_exists( 'HTMega_Settings_API' ) ) {
35
  require_once ( HTMEGA_ADDONS_PL_PATH . '/admin/include/class.settings-api.php' );
36
  }
87
  remove_menu_page( 'htmega_addons_option_page' );
88
  }
89
 
90
+ /**
91
+ * [dashboard_widget] Register Dashboard Widget
92
+ * @return [void]
93
+ */
94
+ public function dashboard_widget() {
95
+ wp_add_dashboard_widget(
96
+ 'hasthemes-dashboard-stories',
97
+ esc_html__( 'HasThemes Stories', 'htmega-addons' ),
98
+ [ $this, 'dashboard_hasthemes_widget' ]
99
+ );
100
+
101
+ // Metaboxes Array.
102
+ global $wp_meta_boxes;
103
+
104
+ $dashboard_widget_list = $wp_meta_boxes['dashboard']['normal']['core'];
105
+
106
+ $hastheme_dashboard_widget = [
107
+ 'hasthemes-dashboard-stories' => $dashboard_widget_list['hasthemes-dashboard-stories']
108
+ ];
109
+
110
+ $all_dashboard_widget = array_merge( $hastheme_dashboard_widget, $dashboard_widget_list );
111
+
112
+ $wp_meta_boxes['dashboard']['normal']['core'] = $all_dashboard_widget;
113
+
114
+ }
115
+
116
+
117
+ /**
118
+ * [dashboard_hasthemes_widget] Dashboard Stories Widget
119
+ * @return [void]
120
+ */
121
+ public function dashboard_hasthemes_widget() {
122
+ ob_start();
123
+ self::load_template('widget');
124
+ echo ob_get_clean();
125
+ }
126
+
127
+ /**
128
+ * [load_template] Template load
129
+ * @param [string] $template template suffix
130
+ * @return [void]
131
+ */
132
+ private static function load_template( $template ) {
133
+ $tmp_file = HTMEGA_ADDONS_PL_PATH . 'admin/include/templates/dashboard-' . $template . '.php';
134
+ if ( file_exists( $tmp_file ) ) {
135
+ include_once( $tmp_file );
136
+ }
137
+ }
138
+
139
+
140
+
141
  }
142
 
143
  new HTMega_Admin_Setting();
admin/assets/css/htmega_admin.css CHANGED
@@ -249,16 +249,101 @@ ul#menu-to-edit li.menu-item-depth-0 .field-columntitle{
249
  width: 22%;
250
  float: right;
251
  }
252
-
 
 
 
 
 
 
 
253
  .htoption-banner-area {
254
  background: #fff;
255
  font-size: 14px;
256
  line-height: 24px;
257
- color: #444444;
258
- padding: 30px;
259
  box-shadow: 0 0 28px rgba(0,0,0,0.1);
 
 
 
 
 
260
  }
261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
262
  .htoption-banner-area .htoption-logo {
263
  text-align: center;
264
  margin-bottom: 20px;
@@ -272,6 +357,7 @@ ul#menu-to-edit li.menu-item-depth-0 .field-columntitle{
272
  }
273
  .htoption-banner-area .htoption-intro p {
274
  line-height: 25px;
 
275
  }
276
 
277
  ul.htoption-feature{
@@ -300,33 +386,44 @@ ul.htoption-feature li + li {
300
  text-align: center;
301
  margin-top: 45px;
302
  }
303
- .htoption-action-btn a.htoption-btn {
304
- background: #2bc48a;
305
  font-size: 14px;
 
306
  line-height: 24px;
307
- color: #fff;
308
- border: 1px solid #2bc48a;
309
- padding: 5px 5px 5px 20px;
310
- border-radius: 25px;
311
- outline: 0;
312
- transition: 0.4s;
313
- display: inline-block;
314
  text-decoration: none;
315
- transition: 0.4s;
 
 
 
 
316
  }
317
- .htoption-action-btn a.htoption-btn:hover{
318
- background: #3aab80;
319
- box-shadow: 0 0 28px rgba(0,0,0,0.1);
 
 
 
 
 
 
 
320
  }
321
- .htoption-action-btn a.htoption-btn .htoption-btn-icon {
322
- width: 40px;
323
- height: 40px;
324
- background-color: #fff;
325
- border-radius: 100%;
326
- display: inline-block;
327
- text-align: center;
328
- line-height: 40px;
329
- margin-left: 15px;
330
  }
331
 
332
  .htoption-rating-area {
@@ -344,7 +441,6 @@ ul.htoption-feature li + li {
344
  padding: 30px;
345
  background: #fff;
346
  box-shadow: 0 0 28px rgba(0,0,0,0.1);
347
- margin-top: 45px;
348
  }
349
  .htoption-rating-area .htoption-rating-icon {
350
  -webkit-box-flex: 0;
@@ -403,3 +499,12 @@ tr.fb_page_id {
403
  tr.schedule_update_days {
404
  border-bottom: 1px solid #ddd;
405
  }
 
 
 
 
 
 
 
 
 
249
  width: 22%;
250
  float: right;
251
  }
252
+ .htoptions-sidebar-adds-area .htoptions-banner-img{
253
+ width: 100%;
254
+ }
255
+ .htoptions-sidebar-adds-area > a{
256
+ display: block;
257
+ line-height: 0;
258
+ margin-bottom: 40px;
259
+ }
260
  .htoption-banner-area {
261
  background: #fff;
262
  font-size: 14px;
263
  line-height: 24px;
264
+ color: #ffffff;
265
+ padding: 30px 50px;
266
  box-shadow: 0 0 28px rgba(0,0,0,0.1);
267
+ background-image: url(../images/side-add-banner.jpg);
268
+ background-repeat: no-repeat;
269
+ background-size: cover;
270
+ text-align: center;
271
+ background-color: #13177D;
272
  }
273
 
274
+ .htoption-banner-pricing .htoption-old-price {
275
+ color: #fff;
276
+ text-decoration: line-through;
277
+ font-size: 16px;
278
+ font-weight: 400;
279
+ margin-right: 10px;
280
+ }
281
+ .htoption-banner-pricing .htoption-new-price {
282
+ color: #01C6E3;
283
+ font-size: 48px;
284
+ font-weight: bold;
285
+ }
286
+
287
+ p.htoption-save-amount {
288
+ display: inline-block;
289
+ padding: 5px 20px;
290
+ font-size: 16px;
291
+ letter-spacing: 1.5px;
292
+ border-bottom: 1px solid #01c6e378;
293
+ border-top: 1px solid #01c6e378;
294
+ margin: 0;
295
+ font-weight: 300;
296
+ }
297
+ .htoption-coupon {
298
+ display: inline-block;
299
+ background: #fff;
300
+ padding: 8px 11px;
301
+ border: 2px dashed #13177D;
302
+ width: 100%;
303
+ }
304
+ .htoption-coupon-box h4 {
305
+ font-size: 16px;
306
+ color: #01C6E3;
307
+ margin-top: 40px;
308
+ margin-bottom: 10px;
309
+ }
310
+ .htoption-coupon input {
311
+ border: none;
312
+ padding: 0;
313
+ border-right: 2px solid #01C6E3;
314
+ border-radius: 0;
315
+ margin-right: 6px;
316
+ padding-right: 5px;
317
+ font-size: 13px;
318
+ font-weight: 500;
319
+ color: #13177D;
320
+ min-height: auto;
321
+ min-width: auto;
322
+ line-height: 1;
323
+ width: calc(100% - 74px);
324
+ background: transparent;
325
+ }
326
+ .htoption-coupon input:focus{
327
+ border: none;
328
+ outline: none;
329
+ box-shadow: none;
330
+ border-right: 2px solid #01C6E3;
331
+ }
332
+ .htoption-coupon .htoption-coupon-btn {
333
+ font-size: 13px;
334
+ color: #13177D;
335
+ border: none;
336
+ background: no-repeat;
337
+ font-weight: 500;
338
+ padding: 0;
339
+ line-height: 1;
340
+ cursor: pointer;
341
+ min-width: 63px;
342
+ }
343
+ .htoption-coupon .htoption-coupon-btn img {
344
+ position: relative;
345
+ top: 2px;
346
+ }
347
  .htoption-banner-area .htoption-logo {
348
  text-align: center;
349
  margin-bottom: 20px;
357
  }
358
  .htoption-banner-area .htoption-intro p {
359
  line-height: 25px;
360
+ font-size: 22px;
361
  }
362
 
363
  ul.htoption-feature{
386
  text-align: center;
387
  margin-top: 45px;
388
  }
389
+
390
+ .htoption-action-btn a {
391
  font-size: 14px;
392
+ font-weight: 600;
393
  line-height: 24px;
394
+ display: inline-flex;
395
+ justify-content: center;
396
+ padding: 1px;
397
+ text-transform: capitalize;
398
+ border: none;
399
+ border-radius: 6px;
 
400
  text-decoration: none;
401
+ background-image: linear-gradient(100deg, #1DAEFF 0%, #303AFF 100%);
402
+ color: #fff;
403
+ text-decoration: none!important;
404
+ max-width: 250px;
405
+ width: 100%;
406
  }
407
+ .htoption-action-btn a span {
408
+ width: 100%;
409
+ background:transparent;
410
+ height: 100%;
411
+ display: block;
412
+ padding: 8px 25px;
413
+ border-radius: 6px;
414
+ color: #ffffff;
415
+ text-align:center;
416
+ transition: all 0.3s ease-in-out;
417
  }
418
+ .htoption-action-btn:hover span{
419
+ background:#fff;
420
+ color:#027EFF;
421
+ }
422
+ .htoption-coupon-copy-content,.htoption-coupon-copied-content{
423
+ display: none;
424
+ }
425
+ .htoption-btn-copy-status-copy .htoption-coupon-copy-content,.htoption-btn-copy-status-copied .htoption-coupon-copied-content{
426
+ display: block;
427
  }
428
 
429
  .htoption-rating-area {
441
  padding: 30px;
442
  background: #fff;
443
  box-shadow: 0 0 28px rgba(0,0,0,0.1);
 
444
  }
445
  .htoption-rating-area .htoption-rating-icon {
446
  -webkit-box-flex: 0;
499
  tr.schedule_update_days {
500
  border-bottom: 1px solid #ddd;
501
  }
502
+ /* admin footer sticky */
503
+ .htmega-admin-sticky {
504
+ position: sticky;
505
+ bottom: 0;
506
+ background-color: #f0f0f1;
507
+ z-index: 99;
508
+ padding-top:20px;
509
+ padding-bottom: 20px;
510
+ }
admin/assets/images/htmega-banner.png ADDED
Binary file
admin/assets/images/icon/copied.png ADDED
Binary file
admin/assets/images/icon/copy.png ADDED
Binary file
admin/assets/images/side-add-banner.jpg ADDED
Binary file
admin/assets/images/upgrade-htmega.png ADDED
Binary file
admin/assets/js/admin.js CHANGED
@@ -37,9 +37,104 @@ jQuery(document).ready(function($) {
37
  success:function(data){
38
  $(".htmega-admin-notify").html( "Cache has been cleared");
39
  }
40
-
41
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
 
 
 
 
 
 
 
 
 
43
  });
44
 
45
 
37
  success:function(data){
38
  $(".htmega-admin-notify").html( "Cache has been cleared");
39
  }
 
40
  });
41
+ });
42
+
43
+ // Coupon code copy function
44
+ // const couponButton = document.querySelector(".htoption-coupon-btn");
45
+ // const couponText = document.querySelector(".htoption-coupon-text");
46
+ // couponButton.addEventListener("click", () => {
47
+ // let textValue = couponText.value;
48
+ // navigator.clipboard.writeText(textValue);
49
+ // couponButton.classList.remove("htoption-btn-copy-status-copy");
50
+ // couponButton.classList.add("htoption-btn-copy-status-copied");
51
+ // setTimeout(() => {
52
+ // couponButton.classList.remove("htoption-btn-copy-status-copied");
53
+ // couponButton.classList.add("htoption-btn-copy-status-copy");
54
+ // }, 2000);
55
+ // });
56
+
57
+ // Send ajax request for newsletter subscription.
58
+ $( document ).on( 'click', '.htmega-admin-subscribe-form button[type="submit"]', function( e ) {
59
+
60
+ e.preventDefault();
61
+
62
+ let button = $( this ),
63
+ form = button.closest( 'form' ),
64
+ email = form.find( 'input[type="email"]' ).val(),
65
+ buttonText = form.attr( 'data-htmega-button-text' ),
66
+ processingText = form.attr( 'data-htmega-processing-text' ),
67
+ completedText = form.attr( 'data-htmega-completed-text' ),
68
+ ajaxErrorText = form.attr( 'data-htmega-ajax-error-text' ),
69
+ statusWrap = form.closest( '.htmega-admin-subscribe-wrapper' ).find( '.htmega-subscribe-status' );
70
+
71
+ $.ajax( {
72
+ type: 'POST',
73
+ url: ajaxurl,
74
+ data: {
75
+ action: 'htmega_newsletter_subscribe',
76
+ email: email,
77
+ },
78
+ beforeSend: function() {
79
+ button.html( processingText );
80
+ form.addClass( 'htmega-admin-subscribe-processing' );
81
+ },
82
+ success: function( response ) {
83
+ if ( ! response ) {
84
+ form.removeClass( 'htmega-admin-subscribe-processing' );
85
+ return;
86
+ }
87
+
88
+ if ( 'string' === typeof response ) {
89
+ response = JSON.parse( response );
90
+ }
91
+
92
+ console.log( response );
93
+
94
+ let resStatus = ( response.hasOwnProperty( 'status' ) ? response.status : 'error' ),
95
+ resMessage = ( response.hasOwnProperty( 'message' ) ? response.message : ajaxErrorText );
96
+
97
+ if ( 'success' === resStatus ) {
98
+ button.html( completedText );
99
+ form.addClass( 'htmega-admin-subscribe-success' );
100
+ form.removeClass( 'htmega-admin-subscribe-error' );
101
+ } else {
102
+ button.html( buttonText );
103
+ form.addClass( 'htmega-admin-subscribe-error' );
104
+ form.removeClass( 'htmega-admin-subscribe-success' );
105
+ }
106
+
107
+ statusWrap.html( resMessage );
108
+ form.removeClass( 'htmega-admin-subscribe-processing' );
109
+ },
110
+ error: function() {
111
+ button.html( buttonText );
112
+ statusWrap.html( ajaxErrorText );
113
+ form.removeClass( 'htmega-admin-subscribe-processing' );
114
+ },
115
+ });
116
+ });
117
+
118
+ // Footer Sticky Save Button
119
+ var footerSaveStickyToggler = function () {
120
+ // Footer Sticky Save Button
121
+ var $adminHeaderArea = $('.htmega-navigation-wrapper'),
122
+ $stickyFooterArea = $('.htmega-opt-footer');
123
+ if ( $stickyFooterArea.length <= 0 || $adminHeaderArea.length <= 0 ) return;
124
+ var totalOffset = $adminHeaderArea.offset().top + $adminHeaderArea.outerHeight();
125
+ var windowScroll = $(window).scrollTop(),
126
+ windowHeight = $(window).height(),
127
+ documentHeight = $(document).height();
128
 
129
+ if (totalOffset < windowScroll && windowScroll + windowHeight != documentHeight) {
130
+ $stickyFooterArea.addClass('htmega-admin-sticky');
131
+ } else if (windowScroll + windowHeight == documentHeight || totalOffset > windowScroll) {
132
+ $stickyFooterArea.removeClass('htmega-admin-sticky');
133
+ }
134
+ };
135
+ $(window).scroll(footerSaveStickyToggler);
136
+ $(".htmega-navigation-menu li a").on('click', function() {
137
+ $(window).scroll(footerSaveStickyToggler);
138
  });
139
 
140
 
admin/include/class.diagnostic-data.php CHANGED
@@ -426,7 +426,7 @@ if ( ! class_exists( 'HTMega_Diagnostic_Data' ) ) {
426
 
427
  $response = wp_remote_post( $this->data_center, array(
428
  'method' => 'POST',
429
- 'timeout' => 30,
430
  'redirection' => 5,
431
  'httpversion' => '1.0',
432
  'blocking' => false,
426
 
427
  $response = wp_remote_post( $this->data_center, array(
428
  'method' => 'POST',
429
+ 'timeout' => 45,
430
  'redirection' => 5,
431
  'httpversion' => '1.0',
432
  'blocking' => false,
admin/include/class.newsletter-data.php ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Newsletter data.
4
+ */
5
+
6
+ // If this file is accessed directly, exit.
7
+ if ( ! defined( 'ABSPATH' ) ) {
8
+ exit;
9
+ }
10
+
11
+ /**
12
+ * Class.
13
+ */
14
+ if ( ! class_exists( 'HTMega_Newsletter_Data' ) ) {
15
+ class HTMega_Newsletter_Data {
16
+
17
+ /**
18
+ * Instance.
19
+ */
20
+ private static $_instance = null;
21
+
22
+ /**
23
+ * Get instance.
24
+ */
25
+ public static function get_instance() {
26
+ if ( is_null( self::$_instance ) ) {
27
+ self::$_instance = new self();
28
+ }
29
+
30
+ return self::$_instance;
31
+ }
32
+
33
+ /**
34
+ * Constructor.
35
+ */
36
+ private function __construct() {
37
+ add_action( 'wp_ajax_htmega_newsletter_subscribe', array( $this, 'process_data' ) );
38
+ add_action( 'wp_ajax_nopriv_htmega_newsletter_subscribe', array( $this, 'process_data' ) );
39
+ }
40
+
41
+ /**
42
+ * Process data.
43
+ */
44
+ public function process_data() {
45
+ $email = ( isset( $_POST['email'] ) ? sanitize_email( $_POST['email'] ) : '' );
46
+
47
+ $response = array();
48
+
49
+ if ( is_email( $email ) ) {
50
+ $data = $this->prepare_data( $email );
51
+
52
+ if ( ! empty( $data ) ) {
53
+ $request = $this->send_request( $data );
54
+
55
+ if ( ! is_wp_error( $request ) ) {
56
+ $response = array(
57
+ 'status' => 'success',
58
+ 'message' => esc_html__( 'Successfully subscribed.', 'htmega-addons' ),
59
+ );
60
+
61
+ update_option( 'htmega_newsletter_subscribed', true );
62
+ } else {
63
+ $response = array(
64
+ 'status' => 'error',
65
+ 'message' => esc_html__( 'Something went wrong.', 'htmega-addons' ),
66
+ 'request' => $request,
67
+ );
68
+ }
69
+ } else {
70
+ $response = array(
71
+ 'status' => 'error',
72
+ 'message' => esc_html__( 'Invalid data.', 'htmega-addons' ),
73
+ );
74
+ }
75
+ } else {
76
+ $response = array(
77
+ 'status' => 'error',
78
+ 'message' => esc_html__( 'Invalid email.', 'htmega-addons' ),
79
+ );
80
+ }
81
+
82
+ wp_send_json( $response );
83
+ }
84
+
85
+ /**
86
+ * Prepare data.
87
+ */
88
+ private function prepare_data( $email = '' ) {
89
+ if ( ! function_exists( 'is_plugin_active' ) || ! function_exists( 'get_plugins' ) || ! function_exists( 'get_plugin_data' ) ) {
90
+ require_once ABSPATH . 'wp-admin/includes/plugin.php';
91
+ }
92
+
93
+ $plugins = get_plugins();
94
+
95
+ $project_pro = 'htmega-pro/htmega_pro.php';
96
+ $project_pro_data = ( ( isset( $plugins[ $project_pro ] ) && is_array( $plugins[ $project_pro ] ) ) ? $plugins[ $project_pro ] : array() );
97
+
98
+ $project_pro_active = ( ( true === is_plugin_active( $project_pro ) ) ? 'yes' : 'no' );
99
+ $project_pro_installed = ( isset( $plugins[ $project_pro ] ) ? 'yes' : 'no' );
100
+ $project_pro_version = ( isset( $project_pro_data['Version'] ) ? sanitize_text_field( $project_pro_data['Version'] ) : '' );
101
+
102
+ $user_data = get_user_by( 'email', $email );
103
+
104
+ $user_first_name = '';
105
+ $user_last_name = '';
106
+ $user_nicename = '';
107
+ $user_display_name = '';
108
+ $user_full_name = '';
109
+
110
+ if ( ! empty( $user_data ) ) {
111
+ $user_first_name = ( isset( $user_data->first_name ) ? trim( $user_data->first_name ) : '' );
112
+ $user_last_name = ( isset( $user_data->last_name ) ? trim( $user_data->last_name ) : '' );
113
+ $user_nicename = ( isset( $user_data->user_nicename ) ? trim( $user_data->user_nicename ) : '' );
114
+ $user_display_name = ( isset( $user_data->display_name ) ? trim( $user_data->display_name ) : '' );
115
+
116
+ if ( empty( $user_first_name ) ) {
117
+ if ( ! empty( $user_last_name ) ) {
118
+ $user_first_name = $user_last_name;
119
+ $user_last_name = '';
120
+ } elseif ( ! empty( $user_nicename ) ) {
121
+ $user_first_name = $user_nicename;
122
+ } elseif ( ! empty( $user_display_name ) ) {
123
+ $user_first_name = $user_display_name;
124
+ }
125
+ }
126
+
127
+ if ( ! empty( $user_first_name ) && ! empty( $user_last_name ) ) {
128
+ $user_full_name = sprintf( '%1$s %2$s', $user_first_name, $user_last_name );
129
+ } elseif ( ! empty( $user_first_name ) ) {
130
+ $user_full_name = $user_first_name;
131
+ }
132
+ }
133
+
134
+ $hash = md5( current_time( 'U', true ) );
135
+
136
+ $project = array(
137
+ 'name' => 'HT Mega',
138
+ 'type' => 'wordpress-plugin',
139
+ 'version' => HTMEGA_VERSION,
140
+ 'pro_active' => $project_pro_active,
141
+ 'pro_installed' => $project_pro_installed,
142
+ 'pro_version' => $project_pro_version,
143
+ );
144
+
145
+ $data = array(
146
+ 'hash' => $hash,
147
+ 'project' => $project,
148
+ 'subscriber' => array(
149
+ 'email' => $email,
150
+ 'first_name' => $user_first_name,
151
+ 'last_name' => $user_last_name,
152
+ 'full_name' => $user_full_name,
153
+ ),
154
+ );
155
+
156
+ return $data;
157
+ }
158
+
159
+ /**
160
+ * Send request.
161
+ */
162
+ private function send_request( $data = array() ) {
163
+ $data_center = 'https://connect.pabbly.com/workflow/sendwebhookdata/IjU3NjIwNTY5MDYzMzA0MzA1MjY4NTUzMCI_3D_pc';
164
+ $headers = array( 'Content-Type' => 'application/json', 'Accept' => 'application/json' );
165
+ $body = wp_json_encode( $data );
166
+
167
+ $response = wp_remote_post( $data_center, array(
168
+ 'method' => 'POST',
169
+ 'timeout' => 45,
170
+ 'redirection' => 5,
171
+ 'httpversion' => '1.0',
172
+ 'blocking' => false,
173
+ 'headers' => $headers,
174
+ 'body' => $body,
175
+ 'cookies' => array(),
176
+ ) );
177
+
178
+ return $response;
179
+ }
180
+
181
+ }
182
+
183
+ // Returns the instance.
184
+ HTMega_Newsletter_Data::get_instance();
185
+ }
admin/include/settings-panel/assets/css/admin.css CHANGED
@@ -1,715 +1,1061 @@
1
- *,
2
- *::before,
3
- *::after {
4
- -webkit-box-sizing: border-box;
5
- box-sizing: border-box;
6
- }
7
-
8
- /* custom icon font */
9
- @font-face {
10
- font-family: 'htmega';
11
- src:
12
- url('../fonts/htmega.ttf?aggao2') format('truetype'),
13
- url('../fonts/htmega.woff?aggao2') format('woff'),
14
- url('../fonts/htmega.svg?aggao2#htmega') format('svg');
15
- font-weight: normal;
16
- font-style: normal;
17
- font-display: block;
18
- }
19
-
20
- .htmega {
21
- font-family: 'htmega' !important;
22
- font-style: normal;
23
- font-weight: normal;
24
- font-variant: normal;
25
- text-transform: none;
26
- line-height: 1;
27
-
28
- /* Better Font Rendering =========== */
29
- -webkit-font-smoothing: antialiased;
30
- -moz-osx-font-smoothing: grayscale;
31
- }
32
-
33
- .htmega-themebuilder:before {
34
- content: "\e902";
35
- }
36
- .htmega-advance:before {
37
- content: "\e903";
38
- }
39
- .htmega-others:before {
40
- content: "\e904";
41
- }
42
- .htmega-settings:before {
43
- content: "\e905";
44
- }
45
- .htmega-element:before {
46
- content: "\e900";
47
- }
48
- .htmega-extension:before {
49
- content: "\e901";
50
- }
51
-
52
- #htmegaopt-admin-panel li {
53
- margin-bottom: 0;
54
- }
55
-
56
- #htmegaopt-admin-panel a:focus {
57
- box-shadow: none;
58
- outline: none;
59
- }
60
-
61
- /* Area */
62
- .htmega-settings-page-wrapper {
63
- display: flex;
64
- flex-wrap: wrap;
65
- margin-bottom: -30px;
66
- }
67
- #htmega-opt-admin-app {
68
- display: block;
69
- width: calc(100% - 425px);
70
- margin-right: auto;
71
- margin-bottom: 30px;
72
- }
73
- .htoptions-sidebar-adds-area {
74
- width: 375px;
75
- margin-bottom: 30px;
76
- position: -webkit-sticky;
77
- position: sticky;
78
- top: 0;
79
- min-height: 100%;
80
- align-self: flex-start;
81
- }
82
-
83
- /* Navigations Menu */
84
- .htmega-navigation-wrapper {
85
- background-color: rgba(189, 241, 255, 0.3);
86
- border-radius: 4px;
87
- }
88
-
89
- .htmega-navigation-menu {
90
- padding: 0 50px;
91
- }
92
-
93
- .htmega-navigation-menu li {
94
- display: inline-block;
95
- margin-right: 50px;
96
- }
97
-
98
- .htmega-navigation-menu li:last-child {
99
- margin-right: 0;
100
- }
101
-
102
- .htmega-navigation-menu li a {
103
- display: block;
104
- font-size: 15px;
105
- font-weight: 500;
106
- padding: 25px 15px;
107
- color: #333;
108
- text-align: center;
109
- text-decoration: none;
110
- position: relative;
111
- }
112
-
113
- .htmega-navigation-menu li a span {
114
- padding-right: 3px;
115
- }
116
-
117
- .htmega-navigation-menu li a:before {
118
- width: 0;
119
- height: 4px;
120
- content: "";
121
- right: 0;
122
- bottom: 0;
123
- position: absolute;
124
- background-color: #1D39D8;
125
- transition: 0.4s;
126
- }
127
-
128
- .htmega-navigation-menu li a.router-link-exact-active::before {
129
- left: 0;
130
- width: 100%;
131
- }
132
-
133
- .htmega-navigation-menu li a:hover::before {
134
- left: 0;
135
- width: 100%;
136
- }
137
-
138
- .htmega-navigation-menu li a:hover,
139
- .htmega-navigation-menu li a.router-link-exact-active {
140
- color: #1D39D7;
141
- }
142
-
143
- /* Header Content */
144
- .htmega-header-area {
145
- display: flex;
146
- justify-content: space-between;
147
- margin: 35px 0;
148
- }
149
- .htmega-header-content .htmega-header-title {
150
- font-size: 16px;
151
- font-weight: 500;
152
- line-height: 1;
153
- margin: 0 0 10px;
154
- color: #1D39D7;
155
- }
156
- .htmega-header-content p {
157
- font-family: "Inter", sans-serif;
158
- font-size: 14px;
159
- font-weight: 400;
160
- line-height: 1.75;
161
- max-width: 800px;
162
- margin: 0;
163
- color: #999999;
164
- }
165
-
166
- /* Enable Disable All */
167
- .htmega-head-right{
168
- display: flex;
169
- align-items: center;
170
- }
171
- .htmega-button-enableall {
172
- width: 190px;
173
- background-color: #F6F8FF;
174
- padding-left: 30px;
175
- height: 54px;
176
- display: flex;
177
- align-items: center;
178
- position: relative;
179
- border-radius: 4px;
180
- margin-right: 20px;
181
- }
182
- .htmega-button-enableall label{
183
- display: flex;
184
- }
185
- .htmega-button-enableall input {
186
- position: absolute;
187
- top: 0;
188
- left: 0;
189
- overflow: hidden;
190
- width: 100%;
191
- height: 100%;
192
- opacity: 0 !important;
193
- margin: 0;
194
- z-index: 99;
195
- }
196
- .htmega-button-enableall .htmega-button-enableall-text {
197
- font-family: "Inter", sans-serif;
198
- font-size: 15px;
199
- font-weight: 500;
200
- position: absolute;
201
- top: 50%;
202
- display: block;
203
- padding-top: 1px;
204
- transform: translateY(-50%);
205
- color: #404660;
206
- right: 30px;
207
- left: auto;
208
- background-color: #F6F8FF;
209
- transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
210
- opacity: 0;
211
- visibility: hidden;
212
- }
213
- .htmega-button-enableall .htmega-button-enableall-text.off {
214
- opacity: 1;
215
- visibility: visible;
216
- }
217
- .htmega-button-enableall input:checked + label .htmega-button-enableall-text.on {
218
- opacity: 1;
219
- visibility: visible;
220
- }
221
- .htmega-button-enableall input:checked + label .htmega-button-enableall-text.off {
222
- opacity: 0;
223
- visibility: hidden;
224
- }
225
- .htmega-button-enableall .htmega-button-enableall-indicator {
226
- position: relative;
227
- display: flex;
228
- width: 40px;
229
- height: 22px;
230
- border-radius: 50px;
231
- background-color: #ECEFFC;
232
- transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
233
- }
234
- .htmega-button-enableall input:checked + label .htmega-button-enableall-indicator {
235
- background-color: #4687FE;
236
- }
237
- .htmega-button-enableall .htmega-button-enableall-indicator::before {
238
- left: 0;
239
- height: 100%;
240
- width: 22px;
241
- background-color: #D5DCFA;
242
- position: absolute;
243
- top: 50%;
244
- right: auto;
245
- content: "";
246
- transform: translateY(-50%);
247
- border-radius: 50%;
248
- box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
249
- transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
250
- }
251
- .htmega-button-enableall input:checked + label .htmega-button-enableall-indicator::before {
252
- background-color: #fff;
253
- left: 18px;
254
- }
255
-
256
- /* Save Button */
257
- .htmega-opt-submit, .wp-core-ui .htmega-opt-submit.disabled, .wp-core-ui .htmega-opt-submit:disabled {
258
- font-family: "Inter", sans-serif !important;
259
- font-size: 15px !important;
260
- line-height: 30px !important;
261
- display: inline-flex !important;
262
- align-items: center !important;
263
- height: 54px !important;
264
- padding: 6px 30px !important;
265
- cursor: pointer;
266
- transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
267
- white-space: nowrap;
268
- text-decoration: none;
269
- color: #FFFFFF !important;
270
- border: none !important;
271
- border-radius: 3px !important;
272
- background-color: #1D39D7 !important;
273
- }
274
- .wp-core-ui .htmega-opt-submit.disabled, .wp-core-ui .htmega-opt-submit:disabled{
275
- opacity: 0.5;
276
- cursor: not-allowed;
277
- }
278
-
279
- /* Reset Button */
280
- .htmega-reset-btn {
281
- color: #1D39D7 !important;
282
- font-weight: 500;
283
- font-size: 14px !important;
284
- background-color: transparent !important;
285
- border-color: #E7E7E7 !important;
286
- cursor: pointer;
287
- transition: 0.4s;
288
- outline: none;
289
- box-shadow: none;
290
- padding: 7px 20px !important;
291
- }
292
- .htmega-reset-btn.updating-message:before{
293
- color: #1D39D7 !important;
294
- }
295
- .htmega-reset-btn:hover {
296
- color: #ffffff !important;
297
- background-color: rgb(221, 51, 51) !important;
298
- border-color: rgb(221, 51, 51) !important;
299
- }
300
- .wp-core-ui .htmega-reset-btn.disabled, .wp-core-ui .htmega-reset-btn:disabled{
301
- opacity: 0.5;
302
- cursor: not-allowed;
303
- }
304
-
305
- /* Footer */
306
- .htmega-opt-footer{
307
- display: flex;
308
- justify-content: space-between;
309
- align-items: center;
310
- margin-top: 30px;
311
- }
312
-
313
- /* Fields Wrap */
314
- .htmega-form-fields {
315
- background: #F9F9F9;
316
- padding: 30px;
317
- }
318
- .htmega-form-fields .htmega-admin-option:first-child:not(.htmega-admin-field-element){
319
- padding-top: 0;
320
- }
321
- .htmega-admin-option {
322
- display: flex;
323
- flex-wrap: wrap;
324
- padding: 30px 0;
325
- }
326
- .htmega-admin-option + .htmega-admin-option {
327
- border-top: 1px solid #EAEAEA;
328
- }
329
- .htmega-admin-option-content {
330
- width: 60%;
331
- }
332
- .htmega-admin-option-label {
333
- font-size: 14px;
334
- font-weight: 700;
335
- line-height: 23px !important;
336
- display: flex;
337
- align-items: center;
338
- margin-bottom: 2px;
339
- color: #202223;
340
- margin: 0;
341
- }
342
- .htmega-admin-option-desc {
343
- font-size: 14px;
344
- margin: 0;
345
- }
346
- .htmega-admin-option-field {
347
- display: flex;
348
- align-self: center;
349
- flex-wrap: wrap;
350
- width: 40%;
351
- padding-left: 30px;
352
- }
353
- .htmega-admin-option-field input {
354
- font-size: 13px;
355
- font-weight: 400;
356
- padding: 10px 25px 10px 12px;
357
- color: #6D7175;
358
- border: 1px solid #DCDCDC;
359
- border-radius: 3px;
360
- background-color: #FFFFFF;
361
- }
362
- .htmega-admin-option-field input:not([type='checkbox']):not([type='number']){
363
- width: 100%;
364
- height: 45px;
365
- }
366
-
367
- /** Column */
368
- [class*='htmega-opt-col-']:not(.htmega-opt-col-1){
369
- display: flex;
370
- flex-wrap: wrap;
371
- }
372
- [class*='htmega-opt-col-']:not(.htmega-opt-col-1) .htmega-admin-option{
373
- margin: 0 15px 20px;
374
- }
375
- .htmega-opt-col-2 .htmega-admin-option{
376
- width: calc(50% - 30px);
377
- }
378
- .htmega-opt-col-3 .htmega-admin-option{
379
- width: calc(33.3333% - 30px);
380
- }
381
- .htmega-opt-col-4 .htmega-admin-option{
382
- width: calc(25% - 30px);
383
- }
384
- .htmega-opt-col-5 .htmega-admin-option{
385
- width: calc(20% - 30px);
386
- }
387
- .htmega-opt-col-6 .htmega-admin-option{
388
- width: calc(16.666% - 30px);
389
- }
390
-
391
- /* Select Field */
392
- .htmega-admin-option-field select {
393
- font-size: 13px;
394
- font-weight: 400;
395
- width: 100%;
396
- max-width: 100%;
397
- height: 45px;
398
- padding: 10px 25px 10px 12px;
399
- color: #6D7175;
400
- border: 1px solid #DCDCDC;
401
- border-radius: 3px;
402
- background-color: #FFFFFF;
403
- background-image: url(../images/icons/caret-down.png);
404
- background-size: auto;
405
- background-repeat: no-repeat;
406
- background-position: right 15px center;
407
- -webkit-appearance: none;
408
- -moz-appearance: none;
409
- appearance: none;
410
- }
411
-
412
- /* Number Field */
413
- .htmega-admin-field-number .htmega-admin-option-field{
414
- position: relative;
415
- display: flex;
416
- width: 110px;
417
- }
418
- .htmega-admin-option-field input[type=number] {
419
- display: flex;
420
- width: 100%;
421
- height: 40px;
422
- padding: 10px 20px 10px 15px;
423
- color: #6D7175;
424
- border: 1px solid #DCDCDC;
425
- border-radius: 3px;
426
- background: #FFFFFF;
427
- -webkit-appearance: textfield;
428
- -moz-appearance: textfield;
429
- appearance: textfield;
430
- }
431
- .htmega-admin-option-field input[type=number]::-webkit-outer-spin-button, .htmega-admin-option-field input[type=number]::-webkit-inner-spin-button {
432
- -webkit-appearance: none;
433
- appearance: none;
434
- }
435
- .htmega-admin-number-btn {
436
- position: absolute;
437
- right: 5px;
438
- width: 14px;
439
- height: 12px;
440
- cursor: pointer;
441
- text-indent: -9999px;
442
- background-repeat: no-repeat;
443
- background-position: center center;
444
- }
445
- .htmega-admin-number-btn.increase {
446
- top: 7px;
447
- background-image: url(../images/icons/caret-up.png);
448
- }
449
- .htmega-admin-number-btn.decrease {
450
- bottom: 7px;
451
- background-image: url(../images/icons/caret-down.png);
452
- }
453
-
454
- /* switcher Field */
455
- .htmega-opt-field-switcher {
456
- position: relative;
457
- display: inline-flex;
458
- }
459
- .htmega-opt-field-switcher input {
460
- position: absolute;
461
- top: 0;
462
- left: 0;
463
- overflow: hidden;
464
- width: 100%;
465
- height: 100%;
466
- opacity: 0 !important;
467
- margin: 0;
468
- z-index: 99;
469
- }
470
- .htmega-opt-field-switcher .htmega-checkbox-text {
471
- font-family: "Inter", sans-serif;
472
- font-size: 11px;
473
- font-weight: 500;
474
- position: absolute;
475
- top: 50%;
476
- display: block;
477
- padding-top: 1px;
478
- transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
479
- transform: translateY(-50%);
480
- text-transform: uppercase;
481
- color: #333333;
482
- }
483
- .htmega-opt-field-switcher .htmega-checkbox-text.off {
484
- right: 8px;
485
- }
486
- .htmega-opt-field-switcher input:checked + label .htmega-checkbox-text.off {
487
- opacity: 0;
488
- }
489
- .htmega-opt-field-switcher .htmega-checkbox-text.on {
490
- left: 8px;
491
- opacity: 0;
492
- color: #1D39D7;
493
- }
494
- .htmega-opt-field-switcher input:checked + label .htmega-checkbox-text.on{
495
- opacity: 1;
496
- }
497
- .htmega-opt-field-switcher .htmega-checkbox-indicator {
498
- position: relative;
499
- display: flex;
500
- width: 60px;
501
- height: 28px;
502
- transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
503
- border: 1px solid #333333;
504
- border-radius: 50px;
505
- }
506
- .htmega-opt-field-switcher input:checked + label .htmega-checkbox-indicator {
507
- border-color: #1D39D7;
508
- }
509
- .htmega-opt-field-switcher .htmega-checkbox-indicator::before {
510
- position: absolute;
511
- top: 50%;
512
- right: auto;
513
- left: 8px;
514
- width: 16px;
515
- height: 16px;
516
- content: "";
517
- transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
518
- transform: translateY(-50%);
519
- border-radius: 50%;
520
- background-color: #333333;
521
- }
522
- .htmega-opt-field-switcher input:checked + label .htmega-checkbox-indicator::before {
523
- left: 32px;
524
- background-color: #1D39D7;
525
- }
526
-
527
- /* Element Field */
528
- .htmega-admin-field-element {
529
- overflow: hidden;
530
- align-items: center;
531
- justify-content: space-between;
532
- padding: 20px 25px;
533
- border-radius: 4px;
534
- background-color: #FFFFFF;
535
- box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
536
- }
537
- .htmega-admin-field-element .htmega-admin-option-field,.htmega-admin-field-element .htmega-admin-option-content{
538
- width: auto;
539
- }
540
-
541
- /* Pro badge */
542
- .htmega-admin-pro-badge {
543
- font-size: 10px;
544
- font-weight: 400;
545
- line-height: 12px;
546
- align-self: center;
547
- margin-left: 12px;
548
- padding: 3px 10px;
549
- text-align: center;
550
- text-transform: uppercase;
551
- color: #FF0000;
552
- border-radius: 60px;
553
- background: rgba(255, 0, 0, 0.1);
554
- }
555
- .htmega-admin-field-element{
556
- position: relative;
557
- }
558
- .htmega-admin-field-element .htmega-admin-pro-badge {
559
- font-family: "Inter", sans-serif;
560
- font-size: 11px;
561
- font-weight: 500;
562
- line-height: 1;
563
- position: absolute;
564
- top: 4px;
565
- left: -16px;
566
- padding: 4px 20px 3px 20px;
567
- -webkit-transform: rotate(-45deg);
568
- -ms-transform: rotate(-45deg);
569
- transform: rotate(-45deg);
570
- text-transform: uppercase;
571
- color: #FFFFFF;
572
- margin-left: 0;
573
- border-radius: 0;
574
- background-image: -webkit-gradient(linear, right top, left top, from(#FF3D99), to(#FFB87D));
575
- background-image: -webkit-linear-gradient(right, #FF3D99 0%, #FFB87D 100%);
576
- background-image: -o-linear-gradient(right, #FF3D99 0%, #FFB87D 100%);
577
- background-image: linear-gradient(to left, #FF3D99 0%, #FFB87D 100%);
578
- }
579
-
580
- .htmega-opt-field input:disabled{
581
- z-index: -2;
582
- }
583
-
584
- /* Pro Modal */
585
- .htmega-admin-popup {
586
- position: fixed;
587
- z-index: 999;
588
- top: 0;
589
- left: 0;
590
- display: flex;
591
- visibility: hidden;
592
- align-items: center;
593
- justify-content: center;
594
- width: 100%;
595
- height: 100%;
596
- transition: all 0.3s ease 0s;
597
- opacity: 0;
598
- background-color: rgba(0, 0, 0, 0.5);
599
- }
600
- .htmega-admin-popup.open {
601
- visibility: visible;
602
- opacity: 1;
603
- }
604
- .htmega-admin-popup.open .htmega-admin-popup-inner {
605
- margin-top: 0;
606
- }
607
- .htmega-admin-popup-inner {
608
- position: relative;
609
- display: flex;
610
- align-items: center;
611
- flex-direction: column;
612
- justify-content: center;
613
- width: 630px;
614
- margin-top: 50px;
615
- padding: 55px 90px;
616
- transition: all 0.3s ease 0s;
617
- text-align: center;
618
- border-radius: 10px;
619
- background-color: #FFFFFF;
620
- box-shadow: 0 0 50px rgba(92, 92, 92, 0.2);
621
- }
622
- .htmega-admin-popup-inner .htmega-admin-btn:not(.activated,[disabled=disabled]):hover{
623
- color: #ffffff;
624
- }
625
- .htmega-admin-popup-close {
626
- position: absolute;
627
- top: 20px;
628
- right: 20px;
629
- display: flex;
630
- align-items: center;
631
- justify-content: center;
632
- width: 24px;
633
- height: 24px;
634
- color: #324355;
635
- border: none;
636
- border-radius: 50%;
637
- background-color: rgba(40, 47, 58, 0.1);
638
- cursor: pointer;
639
- }
640
- .htmega-admin-popup-close:hover {
641
- color: #FFFFFF;
642
- background-color: #007EFF;
643
- }
644
- .htmega-admin-popup-icon {
645
- display: flex;
646
- justify-content: center;
647
- margin-bottom: 18px;
648
- }
649
- .htmega-admin-popup-title {
650
- font-size: 48px;
651
- line-height: 1 !important;
652
- margin-bottom: 15px;
653
- margin-top: 0;
654
- color: transparent;
655
- text-shadow: 3px 3px 0 #007EFF;
656
- -webkit-text-stroke: 2px rgba(0, 126, 255, 0.2);
657
- }
658
- .htmega-admin-popup-text {
659
- font-size: 14px;
660
- margin-bottom: 22px;
661
- }
662
- .htmega-admin-popup .htmega-admin-btn {
663
- padding: 10px 35px;
664
- }
665
- .htmega-admin-popup .htmega-admin-btn:not(.activated,[disabled=disabled]):hover {
666
- box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
667
- }
668
-
669
- @media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 768px) and (max-width: 991px){
670
- .htoptions-sidebar-adds-area, #htmega-opt-admin-app {
671
- width: 100%;
672
- }
673
- }
674
-
675
- @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
676
- .htmega-header-area{
677
- display: block;
678
- }
679
- .htmega-header-content{
680
- margin-bottom: 20px;
681
- }
682
- .htoptions-sidebar-adds-area{
683
- width: 280px;
684
- }
685
- #htmega-opt-admin-app {
686
- width: calc(100% - 300px);
687
- }
688
- .htmega-navigation-menu {
689
- padding: 0 25px;
690
- }
691
- .htmega-navigation-menu li{
692
- margin-right: 30px;
693
- }
694
- .htmega-opt-col-3 .htmega-admin-option {
695
- width: 100%;
696
- }
697
- }
698
-
699
- @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
700
- .htoptions-sidebar-adds-area, #htmega-opt-admin-app {
701
- width: 100%;
702
- }
703
- .htmega-opt-col-3 .htmega-admin-option {
704
- width: calc(50% - 30px)
705
- }
706
- .htmega-navigation-menu {
707
- padding: 0 30px;
708
- }
709
- }
710
-
711
- @media only screen and (max-width: 767px) {
712
- .htmega-opt-col-3 .htmega-admin-option {
713
- width: calc(100% - 30px)
714
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
715
  }
1
+ *,
2
+ *::before,
3
+ *::after {
4
+ -webkit-box-sizing: border-box;
5
+ box-sizing: border-box;
6
+ }
7
+
8
+ /* custom icon font */
9
+ @font-face {
10
+ font-family: 'htmega';
11
+ src:
12
+ url('../fonts/htmega.ttf?aggao2') format('truetype'),
13
+ url('../fonts/htmega.woff?aggao2') format('woff'),
14
+ url('../fonts/htmega.svg?aggao2#htmega') format('svg');
15
+ font-weight: normal;
16
+ font-style: normal;
17
+ font-display: block;
18
+ }
19
+
20
+ .htmega {
21
+ font-family: 'htmega' !important;
22
+ font-style: normal;
23
+ font-weight: normal;
24
+ font-variant: normal;
25
+ text-transform: none;
26
+ line-height: 1;
27
+
28
+ /* Better Font Rendering =========== */
29
+ -webkit-font-smoothing: antialiased;
30
+ -moz-osx-font-smoothing: grayscale;
31
+ }
32
+
33
+ .htmega-themebuilder:before {
34
+ content: "\e902";
35
+ }
36
+ .htmega-advance:before {
37
+ content: "\e903";
38
+ }
39
+ .htmega-others:before {
40
+ content: "\e904";
41
+ }
42
+ .htmega-settings:before {
43
+ content: "\e905";
44
+ }
45
+ .htmega-element:before {
46
+ content: "\e900";
47
+ }
48
+ .htmega-extension:before {
49
+ content: "\e901";
50
+ }
51
+
52
+ #htmegaopt-admin-panel li {
53
+ margin-bottom: 0;
54
+ }
55
+
56
+ #htmegaopt-admin-panel a:focus {
57
+ box-shadow: none;
58
+ outline: none;
59
+ }
60
+
61
+ /* Area */
62
+ .htmega-settings-page-wrapper {
63
+ display: flex;
64
+ flex-wrap: wrap;
65
+ margin-bottom: -30px;
66
+ }
67
+ #htmega-opt-admin-app {
68
+ display: block;
69
+ width: calc(100% - 425px);
70
+ margin-right: auto;
71
+ margin-bottom: 30px;
72
+ }
73
+ .htoptions-sidebar-adds-area {
74
+ width: 375px;
75
+ margin-bottom: 30px;
76
+ position: -webkit-sticky;
77
+ position: sticky;
78
+ top: 32px;
79
+ min-height: 100%;
80
+ align-self: flex-start;
81
+ margin-top: 10px;
82
+ }
83
+
84
+ /* Navigations Menu */
85
+ .htmega-navigation-wrapper {
86
+ background-color: #fff;
87
+ border-radius: 4px;
88
+ margin-bottom: 30px;
89
+ top: 32px;
90
+ z-index: 2;
91
+ }
92
+ .htmega-navigation-menu {
93
+ padding: 0 50px;
94
+ }
95
+
96
+ .htmega-navigation-menu li {
97
+ display: inline-block;
98
+ margin-right: 50px;
99
+ }
100
+
101
+ .htmega-navigation-menu li:last-child {
102
+ margin-right: 0;
103
+ }
104
+
105
+ .htmega-navigation-menu li a {
106
+ display: block;
107
+ font-size: 15px;
108
+ font-weight: 500;
109
+ padding: 25px 15px;
110
+ color: #333;
111
+ text-align: center;
112
+ text-decoration: none;
113
+ position: relative;
114
+ }
115
+
116
+ .htmega-navigation-menu li a span {
117
+ padding-right: 3px;
118
+ }
119
+
120
+ .htmega-navigation-menu li a:before {
121
+ width: 0;
122
+ height: 4px;
123
+ content: "";
124
+ right: 0;
125
+ bottom: 0;
126
+ position: absolute;
127
+ background-color: #1D39D8;
128
+ transition: 0.4s;
129
+ }
130
+
131
+ .htmega-navigation-menu li a.router-link-exact-active::before {
132
+ left: 0;
133
+ width: 100%;
134
+ }
135
+
136
+ .htmega-navigation-menu li a:hover::before {
137
+ left: 0;
138
+ width: 100%;
139
+ }
140
+
141
+ .htmega-navigation-menu li a:hover,
142
+ .htmega-navigation-menu li a.router-link-exact-active {
143
+ color: #1D39D7;
144
+ }
145
+
146
+ /* Header Content */
147
+ .htmega-header-area {
148
+ display: flex;
149
+ justify-content: space-between;
150
+ margin: 35px 0;
151
+ }
152
+ .htmega-header-content .htmega-header-title {
153
+ font-size: 16px;
154
+ font-weight: 500;
155
+ line-height: 1;
156
+ margin: 0 0 10px;
157
+ color: #1D39D7;
158
+ }
159
+ .htmega-header-content p {
160
+ font-family: "Inter", sans-serif;
161
+ font-size: 14px;
162
+ font-weight: 400;
163
+ line-height: 1.75;
164
+ max-width: 800px;
165
+ margin: 0;
166
+ color: #999999;
167
+ }
168
+
169
+ /* Enable Disable All */
170
+ .htmega-head-right{
171
+ display: flex;
172
+ align-items: center;
173
+ }
174
+ .htmega-button-enableall {
175
+ width: 190px;
176
+ background-color: #F6F8FF;
177
+ padding-left: 30px;
178
+ height: 54px;
179
+ display: flex;
180
+ align-items: center;
181
+ position: relative;
182
+ border-radius: 4px;
183
+ margin-right: 20px;
184
+ }
185
+ .htmega-button-enableall label{
186
+ display: flex;
187
+ }
188
+ .htmega-button-enableall input {
189
+ position: absolute;
190
+ top: 0;
191
+ left: 0;
192
+ overflow: hidden;
193
+ width: 100%;
194
+ height: 100%;
195
+ opacity: 0 !important;
196
+ margin: 0;
197
+ z-index: 99;
198
+ }
199
+ .htmega-button-enableall .htmega-button-enableall-text {
200
+ font-family: "Inter", sans-serif;
201
+ font-size: 15px;
202
+ font-weight: 500;
203
+ position: absolute;
204
+ top: 50%;
205
+ display: block;
206
+ padding-top: 1px;
207
+ transform: translateY(-50%);
208
+ color: #404660;
209
+ right: 30px;
210
+ left: auto;
211
+ background-color: #F6F8FF;
212
+ transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
213
+ opacity: 0;
214
+ visibility: hidden;
215
+ }
216
+ .htmega-button-enableall .htmega-button-enableall-text.off {
217
+ opacity: 1;
218
+ visibility: visible;
219
+ }
220
+ .htmega-button-enableall input:checked + label .htmega-button-enableall-text.on {
221
+ opacity: 1;
222
+ visibility: visible;
223
+ }
224
+ .htmega-button-enableall input:checked + label .htmega-button-enableall-text.off {
225
+ opacity: 0;
226
+ visibility: hidden;
227
+ }
228
+ .htmega-button-enableall .htmega-button-enableall-indicator {
229
+ position: relative;
230
+ display: flex;
231
+ width: 40px;
232
+ height: 22px;
233
+ border-radius: 50px;
234
+ background-color: #ECEFFC;
235
+ transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
236
+ }
237
+ .htmega-button-enableall input:checked + label .htmega-button-enableall-indicator {
238
+ background-color: #4687FE;
239
+ }
240
+ .htmega-button-enableall .htmega-button-enableall-indicator::before {
241
+ left: 0;
242
+ height: 100%;
243
+ width: 22px;
244
+ background-color: #D5DCFA;
245
+ position: absolute;
246
+ top: 50%;
247
+ right: auto;
248
+ content: "";
249
+ transform: translateY(-50%);
250
+ border-radius: 50%;
251
+ box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
252
+ transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
253
+ }
254
+ .htmega-button-enableall input:checked + label .htmega-button-enableall-indicator::before {
255
+ background-color: #fff;
256
+ left: 18px;
257
+ }
258
+
259
+ /* Save Button */
260
+ .htmega-opt-submit, .wp-core-ui .htmega-opt-submit.disabled, .wp-core-ui .htmega-opt-submit:disabled {
261
+ font-family: "Inter", sans-serif !important;
262
+ font-size: 15px !important;
263
+ line-height: 30px !important;
264
+ display: inline-flex !important;
265
+ align-items: center !important;
266
+ height: 54px !important;
267
+ padding: 6px 30px !important;
268
+ cursor: pointer;
269
+ transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
270
+ white-space: nowrap;
271
+ text-decoration: none;
272
+ color: #FFFFFF !important;
273
+ border: none !important;
274
+ border-radius: 3px !important;
275
+ background-color: #1D39D7 !important;
276
+ }
277
+ .wp-core-ui .htmega-opt-submit.disabled, .wp-core-ui .htmega-opt-submit:disabled{
278
+ opacity: 0.5;
279
+ cursor: not-allowed;
280
+ }
281
+
282
+ /* Reset Button */
283
+ .htmega-reset-btn {
284
+ color: #1D39D7 !important;
285
+ font-weight: 500;
286
+ font-size: 14px !important;
287
+ background-color: transparent !important;
288
+ border-color: #E7E7E7 !important;
289
+ cursor: pointer;
290
+ transition: 0.4s;
291
+ outline: none;
292
+ box-shadow: none;
293
+ padding: 7px 20px !important;
294
+ }
295
+ .htmega-reset-btn.updating-message:before{
296
+ color: #1D39D7 !important;
297
+ }
298
+ .htmega-reset-btn:hover {
299
+ color: #ffffff !important;
300
+ background-color: rgb(221, 51, 51) !important;
301
+ border-color: rgb(221, 51, 51) !important;
302
+ }
303
+ .wp-core-ui .htmega-reset-btn.disabled, .wp-core-ui .htmega-reset-btn:disabled{
304
+ opacity: 0.5;
305
+ cursor: not-allowed;
306
+ }
307
+
308
+ /* Footer */
309
+ .htmega-opt-footer{
310
+ display: flex;
311
+ justify-content: space-between;
312
+ align-items: center;
313
+ margin-top: 30px;
314
+ }
315
+
316
+ /* Fields Wrap */
317
+ .htmega-form-fields {
318
+ background: #F9F9F9;
319
+ padding: 30px;
320
+ }
321
+ .htmega-form-fields .htmega-admin-option:first-child:not(.htmega-admin-field-element){
322
+ padding-top: 0;
323
+ }
324
+ .htmega-admin-option {
325
+ display: flex;
326
+ flex-wrap: wrap;
327
+ padding: 30px 0;
328
+ }
329
+ .htmega-admin-option + .htmega-admin-option {
330
+ border-top: 1px solid #EAEAEA;
331
+ }
332
+ .htmega-admin-option-content {
333
+ width: 60%;
334
+ }
335
+ .htmega-admin-option-label {
336
+ font-size: 14px;
337
+ font-weight: 700;
338
+ line-height: 23px !important;
339
+ display: flex;
340
+ align-items: center;
341
+ margin-bottom: 2px;
342
+ color: #202223;
343
+ margin: 0;
344
+ }
345
+ .htmega-admin-option-desc {
346
+ font-size: 14px;
347
+ margin: 0;
348
+ }
349
+ .htmega-admin-option-field {
350
+ display: flex;
351
+ align-self: center;
352
+ flex-wrap: wrap;
353
+ width: 40%;
354
+ padding-left: 30px;
355
+ }
356
+ .htmega-admin-option-field input {
357
+ font-size: 13px;
358
+ font-weight: 400;
359
+ padding: 10px 25px 10px 12px;
360
+ color: #6D7175;
361
+ border: 1px solid #DCDCDC;
362
+ border-radius: 3px;
363
+ background-color: #FFFFFF;
364
+ }
365
+ .htmega-admin-option-field input:not([type='checkbox']):not([type='number']){
366
+ width: 100%;
367
+ height: 45px;
368
+ }
369
+
370
+ /** Column */
371
+ [class*='htmega-opt-col-']:not(.htmega-opt-col-1){
372
+ display: flex;
373
+ flex-wrap: wrap;
374
+ }
375
+ [class*='htmega-opt-col-']:not(.htmega-opt-col-1) .htmega-admin-option{
376
+ margin: 0 15px 20px;
377
+ }
378
+ .htmega-opt-col-2 .htmega-admin-option{
379
+ width: calc(50% - 30px);
380
+ }
381
+ .htmega-opt-col-3 .htmega-admin-option{
382
+ width: calc(33.3333% - 30px);
383
+ }
384
+ .htmega-opt-col-4 .htmega-admin-option{
385
+ width: calc(25% - 30px);
386
+ }
387
+ .htmega-opt-col-5 .htmega-admin-option{
388
+ width: calc(20% - 30px);
389
+ }
390
+ .htmega-opt-col-6 .htmega-admin-option{
391
+ width: calc(16.666% - 30px);
392
+ }
393
+
394
+ /* Select Field */
395
+ .htmega-admin-option-field select {
396
+ font-size: 13px;
397
+ font-weight: 400;
398
+ width: 100%;
399
+ max-width: 100%;
400
+ height: 45px;
401
+ padding: 10px 25px 10px 12px;
402
+ color: #6D7175;
403
+ border: 1px solid #DCDCDC;
404
+ border-radius: 3px;
405
+ background-color: #FFFFFF;
406
+ background-image: url(../images/icons/caret-down.png);
407
+ background-size: auto;
408
+ background-repeat: no-repeat;
409
+ background-position: right 15px center;
410
+ -webkit-appearance: none;
411
+ -moz-appearance: none;
412
+ appearance: none;
413
+ }
414
+
415
+ /* Number Field */
416
+ .htmega-admin-field-number .htmega-admin-option-field{
417
+ position: relative;
418
+ display: flex;
419
+ width: 110px;
420
+ }
421
+ .htmega-admin-option-field input[type=number] {
422
+ display: flex;
423
+ width: 100%;
424
+ height: 40px;
425
+ padding: 10px 20px 10px 15px;
426
+ color: #6D7175;
427
+ border: 1px solid #DCDCDC;
428
+ border-radius: 3px;
429
+ background: #FFFFFF;
430
+ -webkit-appearance: textfield;
431
+ -moz-appearance: textfield;
432
+ appearance: textfield;
433
+ }
434
+ .htmega-admin-option-field input[type=number]::-webkit-outer-spin-button, .htmega-admin-option-field input[type=number]::-webkit-inner-spin-button {
435
+ -webkit-appearance: none;
436
+ appearance: none;
437
+ }
438
+ .htmega-admin-number-btn {
439
+ position: absolute;
440
+ right: 5px;
441
+ width: 14px;
442
+ height: 12px;
443
+ cursor: pointer;
444
+ text-indent: -9999px;
445
+ background-repeat: no-repeat;
446
+ background-position: center center;
447
+ }
448
+ .htmega-admin-number-btn.increase {
449
+ top: 7px;
450
+ background-image: url(../images/icons/caret-up.png);
451
+ }
452
+ .htmega-admin-number-btn.decrease {
453
+ bottom: 7px;
454
+ background-image: url(../images/icons/caret-down.png);
455
+ }
456
+
457
+ /* switcher Field */
458
+ .htmega-opt-field-switcher {
459
+ position: relative;
460
+ display: inline-flex;
461
+ }
462
+ .htmega-opt-field-switcher input {
463
+ position: absolute;
464
+ top: 0;
465
+ left: 0;
466
+ overflow: hidden;
467
+ width: 100%;
468
+ height: 100%;
469
+ opacity: 0 !important;
470
+ margin: 0;
471
+ z-index: 99;
472
+ }
473
+ .htmega-opt-field-switcher .htmega-checkbox-text {
474
+ font-family: "Inter", sans-serif;
475
+ font-size: 11px;
476
+ font-weight: 500;
477
+ position: absolute;
478
+ top: 50%;
479
+ display: block;
480
+ padding-top: 1px;
481
+ transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
482
+ transform: translateY(-50%);
483
+ text-transform: uppercase;
484
+ color: #333333;
485
+ }
486
+ .htmega-opt-field-switcher .htmega-checkbox-text.off {
487
+ right: 8px;
488
+ }
489
+ .htmega-opt-field-switcher input:checked + label .htmega-checkbox-text.off {
490
+ opacity: 0;
491
+ }
492
+ .htmega-opt-field-switcher .htmega-checkbox-text.on {
493
+ left: 8px;
494
+ opacity: 0;
495
+ color: #1D39D7;
496
+ }
497
+ .htmega-opt-field-switcher input:checked + label .htmega-checkbox-text.on{
498
+ opacity: 1;
499
+ }
500
+ .htmega-opt-field-switcher .htmega-checkbox-indicator {
501
+ position: relative;
502
+ display: flex;
503
+ width: 60px;
504
+ height: 28px;
505
+ transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
506
+ border: 1px solid #333333;
507
+ border-radius: 50px;
508
+ }
509
+ .htmega-opt-field-switcher input:checked + label .htmega-checkbox-indicator {
510
+ border-color: #1D39D7;
511
+ }
512
+ .htmega-opt-field-switcher .htmega-checkbox-indicator::before {
513
+ position: absolute;
514
+ top: 50%;
515
+ right: auto;
516
+ left: 8px;
517
+ width: 16px;
518
+ height: 16px;
519
+ content: "";
520
+ transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
521
+ transform: translateY(-50%);
522
+ border-radius: 50%;
523
+ background-color: #333333;
524
+ }
525
+ .htmega-opt-field-switcher input:checked + label .htmega-checkbox-indicator::before {
526
+ left: 32px;
527
+ background-color: #1D39D7;
528
+ }
529
+
530
+ /* Element Field */
531
+ .htmega-admin-field-element {
532
+ overflow: hidden;
533
+ align-items: center;
534
+ justify-content: space-between;
535
+ padding: 20px 25px;
536
+ border-radius: 4px;
537
+ background-color: #FFFFFF;
538
+ box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
539
+ }
540
+ .htmega-admin-field-element .htmega-admin-option-field,.htmega-admin-field-element .htmega-admin-option-content{
541
+ width: auto;
542
+ }
543
+
544
+ /* Pro badge */
545
+ .htmega-admin-pro-badge {
546
+ font-size: 10px;
547
+ font-weight: 400;
548
+ line-height: 12px;
549
+ align-self: center;
550
+ margin-left: 12px;
551
+ padding: 3px 10px;
552
+ text-align: center;
553
+ text-transform: uppercase;
554
+ color: #FF0000;
555
+ border-radius: 60px;
556
+ background: rgba(255, 0, 0, 0.1);
557
+ }
558
+ .htmega-admin-field-element{
559
+ position: relative;
560
+ }
561
+ .htmega-admin-field-element .htmega-admin-pro-badge {
562
+ font-family: "Inter", sans-serif;
563
+ font-size: 11px;
564
+ font-weight: 500;
565
+ line-height: 1;
566
+ position: absolute;
567
+ top: 4px;
568
+ left: -16px;
569
+ padding: 4px 20px 3px 20px;
570
+ -webkit-transform: rotate(-45deg);
571
+ -ms-transform: rotate(-45deg);
572
+ transform: rotate(-45deg);
573
+ text-transform: uppercase;
574
+ color: #FFFFFF;
575
+ margin-left: 0;
576
+ border-radius: 0;
577
+ background-image: -webkit-gradient(linear, right top, left top, from(#FF3D99), to(#FFB87D));
578
+ background-image: -webkit-linear-gradient(right, #FF3D99 0%, #FFB87D 100%);
579
+ background-image: -o-linear-gradient(right, #FF3D99 0%, #FFB87D 100%);
580
+ background-image: linear-gradient(to left, #FF3D99 0%, #FFB87D 100%);
581
+ }
582
+
583
+ .htmega-opt-field input:disabled{
584
+ z-index: -2;
585
+ }
586
+
587
+ /* Pro Modal */
588
+ .htmega-admin-popup {
589
+ position: fixed;
590
+ z-index: 999;
591
+ top: 0;
592
+ left: 0;
593
+ display: flex;
594
+ visibility: hidden;
595
+ align-items: center;
596
+ justify-content: center;
597
+ width: 100%;
598
+ height: 100%;
599
+ transition: all 0.3s ease 0s;
600
+ opacity: 0;
601
+ background-color: rgba(0, 0, 0, 0.5);
602
+ }
603
+ .htmega-admin-popup.open {
604
+ visibility: visible;
605
+ opacity: 1;
606
+ }
607
+ .htmega-admin-popup.open .htmega-admin-popup-inner {
608
+ margin-top: 0;
609
+ }
610
+ .htmega-admin-popup-inner {
611
+ position: relative;
612
+ display: flex;
613
+ align-items: center;
614
+ flex-direction: column;
615
+ justify-content: center;
616
+ width: 630px;
617
+ margin-top: 50px;
618
+ padding: 55px 90px;
619
+ transition: all 0.3s ease 0s;
620
+ text-align: center;
621
+ border-radius: 10px;
622
+ background-color: #FFFFFF;
623
+ box-shadow: 0 0 50px rgba(92, 92, 92, 0.2);
624
+ }
625
+ .htmega-admin-popup-inner .htmega-admin-btn:not(.activated,[disabled=disabled]):hover{
626
+ color: #ffffff;
627
+ }
628
+ .htmega-admin-popup-close {
629
+ position: absolute;
630
+ top: 20px;
631
+ right: 20px;
632
+ display: flex;
633
+ align-items: center;
634
+ justify-content: center;
635
+ width: 24px;
636
+ height: 24px;
637
+ color: #324355;
638
+ border: none;
639
+ border-radius: 50%;
640
+ background-color: rgba(40, 47, 58, 0.1);
641
+ cursor: pointer;
642
+ }
643
+ .htmega-admin-popup-close:hover {
644
+ color: #FFFFFF;
645
+ background-color: #007EFF;
646
+ }
647
+ .htmega-admin-popup-icon {
648
+ display: flex;
649
+ justify-content: center;
650
+ margin-bottom: 18px;
651
+ }
652
+ .htmega-admin-popup-title {
653
+ font-size: 48px;
654
+ line-height: 1 !important;
655
+ margin-bottom: 15px;
656
+ margin-top: 0;
657
+ color: transparent;
658
+ text-shadow: 3px 3px 0 #007EFF;
659
+ -webkit-text-stroke: 2px rgba(0, 126, 255, 0.2);
660
+ }
661
+ .htmega-admin-popup-text {
662
+ font-size: 14px;
663
+ margin-bottom: 22px;
664
+ }
665
+ .htmega-admin-popup .htmega-admin-btn {
666
+ padding: 10px 35px;
667
+ }
668
+ .htmega-admin-popup .htmega-admin-btn:not(.activated,[disabled=disabled]):hover {
669
+ box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
670
+ }
671
+
672
+ @media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 768px) and (max-width: 991px){
673
+ .htoptions-sidebar-adds-area, #htmega-opt-admin-app {
674
+ width: 100%;
675
+ }
676
+ }
677
+
678
+ @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
679
+ .htmega-header-area{
680
+ display: block;
681
+ }
682
+ .htmega-header-content{
683
+ margin-bottom: 20px;
684
+ }
685
+ .htoptions-sidebar-adds-area{
686
+ width: 280px;
687
+ }
688
+ #htmega-opt-admin-app {
689
+ width: calc(100% - 300px);
690
+ }
691
+ .htmega-navigation-menu {
692
+ padding: 0 25px;
693
+ }
694
+ .htmega-navigation-menu li{
695
+ margin-right: 30px;
696
+ }
697
+ .htmega-opt-col-3 .htmega-admin-option {
698
+ width: 100%;
699
+ }
700
+ }
701
+
702
+ @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
703
+ .htoptions-sidebar-adds-area, #htmega-opt-admin-app {
704
+ width: 100%;
705
+ }
706
+ .htmega-opt-col-3 .htmega-admin-option {
707
+ width: calc(50% - 30px)
708
+ }
709
+ .htmega-navigation-menu {
710
+ padding: 0 30px;
711
+ }
712
+ }
713
+
714
+ @media only screen and (max-width: 767px) {
715
+ .htmega-opt-col-3 .htmega-admin-option {
716
+ width: calc(100% - 30px);
717
+ }
718
+ .htmega-navigation-menu li{
719
+ margin-right: 10px;
720
+ }
721
+ .htmega-navigation-menu li a {
722
+ padding: 15px 5px;
723
+ }
724
+ }
725
+
726
+
727
+
728
+ /* General Tab css */
729
+
730
+
731
+ .htmega-admin-banner {
732
+ overflow: hidden;
733
+ border-radius: 10px;
734
+ }
735
+ .htmega-admin-banner:not(:last-child) {
736
+ margin-bottom: 40px;
737
+ }
738
+ @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
739
+ .htmega-admin-banner:not(:last-child) {
740
+ margin-bottom: 40px;
741
+ }
742
+ }
743
+ @media only screen and (max-width: 575px) {
744
+ .htmega-admin-banner:not(:last-child) {
745
+ margin-bottom: 30px;
746
+ }
747
+ }
748
+ .htmega-admin-banner img {
749
+ display: block;
750
+ width: 100%;
751
+ }
752
+
753
+ .htmega-admin-infoboxes {
754
+ display: flex;
755
+ flex-wrap: wrap;
756
+ justify-content: space-between;
757
+ margin-bottom: -40px;
758
+ }
759
+ @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
760
+ .htmega-admin-infoboxes {
761
+ margin-bottom: -30px;
762
+ }
763
+ }
764
+ .htmega-admin-infobox {
765
+ display: flex;
766
+ flex-wrap: wrap;
767
+ width: calc(50% - 20px);
768
+ margin-bottom: 40px;
769
+ padding: 50px 40px;
770
+ transition: all 0.3s ease 0s;
771
+ border-radius: 10px;
772
+ background-color: #FFFFFF;
773
+ box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
774
+ transition: all 0.03s ease-in-out;
775
+ }
776
+ @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
777
+ .htmega-admin-infobox {
778
+ width: 100%;
779
+ margin-bottom: 30px;
780
+ }
781
+ }
782
+ @media only screen and (max-width: 767px) {
783
+ .htmega-admin-infobox {
784
+ padding: 30px;
785
+ }
786
+ }
787
+ @media only screen and (max-width: 575px) {
788
+ .htmega-admin-infobox {
789
+ margin-bottom: 20px;
790
+ padding: 20px;
791
+ }
792
+ }
793
+
794
+ /* Info box css */
795
+ .htmega-admin-infobox-icon {
796
+ width: 60px;
797
+ }
798
+ .htmega-admin-infobox-icon i {
799
+ font-size: 24px;
800
+ }
801
+ .htmega-admin-infobox-content {
802
+ width: calc(100% - 60px);
803
+ padding-left: 30px;
804
+ }
805
+ @media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (max-width: 575px) {
806
+ .htmega-admin-infobox-content {
807
+ width: 100%;
808
+ margin-top: 30px;
809
+ padding-left: 0;
810
+ }
811
+ }
812
+ .htmega-admin-infobox-title {
813
+ font-size: 24px;
814
+ font-weight: 700;
815
+ margin-bottom: 15px;
816
+ color: #2C406B;
817
+ margin-top: 0;
818
+ }
819
+ @media only screen and (max-width: 575px) {
820
+ .htmega-admin-infobox-title {
821
+ font-size: 20px;
822
+ }
823
+ }
824
+ .htmega-admin-infobox-text {
825
+ max-width: 365px;
826
+ margin-bottom: 22px;
827
+ color: #546EA1;
828
+ font-size: 16px;
829
+ font-weight: 400;
830
+ line-height: 1.715;
831
+ }
832
+ @media only screen and (max-width: 575px) {
833
+ .htmega-admin-infobox-text {
834
+ font-size: 14px;
835
+ }
836
+ }
837
+ .htmega-admin-infobox .htmega-admin-btn {
838
+ width: 200px;
839
+ }
840
+ @media only screen and (max-width: 575px) {
841
+ .htmega-admin-infobox .htmega-admin-btn {
842
+ width: auto;
843
+ }
844
+ }
845
+ /* .htmega-admin-infobox:hover {
846
+ box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
847
+ } */
848
+ .htmega-admin-infobox:hover .htmega-admin-btn {
849
+ color: #FFFFFF;
850
+ background-color: #007EFF;
851
+ }
852
+
853
+ /* Subscribe css */
854
+ .htmega-admin-subscribe-wrapper {
855
+ width: 100%;
856
+ max-width: 440px;
857
+ position: relative;
858
+ }
859
+
860
+ .htmega-admin-subscribe-form{
861
+ background: linear-gradient(to left, #8DFFD6, #8987FF);
862
+ padding: 1px;
863
+ border-radius: 10px;
864
+ width: 100%;
865
+ position: relative;
866
+ }
867
+
868
+ /* .htmega-admin-subscribe-form form {
869
+ min-height: 48px;
870
+ background-color: #E4E6F9;
871
+ width: 100%;
872
+ padding: 9px 10px;
873
+ border-radius: 10px;
874
+ display: flex;
875
+ justify-content: space-between;
876
+ } */
877
+ .htmega-admin-subscribe-form input {
878
+ min-height: 48px;
879
+ background-color: #E4E6F9;
880
+ width: 100%;
881
+ padding: 12px 10px;
882
+ border: none;
883
+ color: #9298A9;
884
+ margin: 0;
885
+ border-radius: 10px;
886
+ padding-right: 163px;
887
+ }
888
+ .htmega-admin-subscribe-form button {
889
+ border: 1px solid #7270EC;
890
+ background: #7270EC;
891
+ padding: 11px 27px;
892
+ color: #fff;
893
+ border-radius: 6px;
894
+ margin: 0;
895
+ cursor: pointer;
896
+ min-width: 132px;
897
+ position: absolute;
898
+ right: 10px;
899
+ top: 7px;
900
+ z-index: 2;
901
+ }
902
+
903
+ .htmega-admin-subscribe-form input:focus{
904
+ outline: none;
905
+ border: none;
906
+ box-shadow: none;
907
+ }
908
+ .htmega-admin-subscribe-form button:hover {
909
+ background: transparent;
910
+ color: #7270EC;
911
+ }
912
+
913
+ span.htmega-subscribe-status {
914
+ position: absolute;
915
+ margin-top: 9px;
916
+ left: 0;
917
+ font-size: 18px;
918
+ color: #546EA1;
919
+ }
920
+ .htmega-admin-subscribe-error + span.htmega-subscribe-status{
921
+ color:red;
922
+ }
923
+ .htmega-admin-subscribe {
924
+ position: relative;
925
+ z-index: 1;
926
+ display: flex;
927
+ overflow: hidden;
928
+ justify-content: space-between;
929
+ margin-top: 65px;
930
+ padding: 70px 70px;
931
+ border-radius: 10px;
932
+ background-image: url("../images/subscribe-bg.png");
933
+ align-items: center;
934
+ }
935
+ @media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 768px) and (max-width: 991px) {
936
+ .htmega-admin-subscribe {
937
+ margin-top: 40px;
938
+ padding: 60px;
939
+ }
940
+ }
941
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
942
+ .htmega-admin-subscribe {
943
+ flex-direction: column;
944
+ margin-top: 40px;
945
+ padding: 40px;
946
+ }
947
+ }
948
+ @media only screen and (max-width: 767px) {
949
+ .htmega-admin-subscribe {
950
+ flex-direction: column;
951
+ margin-top: 40px;
952
+ padding: 40px;
953
+ }
954
+ .htmega-admin-subscribe-form {
955
+ width: 100%;
956
+ }
957
+ }
958
+ @media only screen and (max-width: 575px) {
959
+ .htmega-admin-subscribe {
960
+ margin-top: 30px;
961
+ padding: 30px;
962
+ }
963
+ }
964
+
965
+
966
+ .htmega-admin-subscribe-content {
967
+ display: block;
968
+ padding-right: 30px;
969
+ }
970
+ .htmega-admin-subscribe-title {
971
+ font-size: 32px;
972
+ font-weight: 600;
973
+ margin-bottom: 0;
974
+ color: #0D0D0D;
975
+ margin-top: 0;
976
+ line-height: 1;
977
+ position: relative;
978
+ padding-bottom: 20px;
979
+ }
980
+ .htmega-admin-subscribe-title::after{
981
+ position: absolute;
982
+ left: 0;
983
+ bottom: 0;
984
+ content: url("../images/subscribe-title-shap.png");
985
+ z-index: 1;
986
+ }
987
+ @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
988
+ .htmega-admin-subscribe-title {
989
+ font-size: 32px;
990
+ }
991
+ }
992
+ @media only screen and (max-width: 575px) {
993
+ .htmega-admin-subscribe-title {
994
+ font-size: 24px;
995
+ }
996
+ }
997
+ .htmega-admin-subscribe-text {
998
+ font-size: 18px;
999
+ max-width: 410px;
1000
+ color: #546EA1;
1001
+ }
1002
+ @media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
1003
+ .htmega-admin-subscribe-text {
1004
+ font-size: 16px;
1005
+ }
1006
+ }
1007
+ @media only screen and (max-width: 575px) {
1008
+ .htmega-admin-subscribe-text {
1009
+ font-size: 14px;
1010
+ }
1011
+ }
1012
+ .htmega-admin-subscribe .htmega-admin-btn {
1013
+ align-self: center;
1014
+ padding: 10px 40px;
1015
+ box-shadow: 3px 3px 0 0 #0065cc;
1016
+ }
1017
+ @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
1018
+ .htmega-admin-subscribe .htmega-admin-btn {
1019
+ align-self: flex-start;
1020
+ margin-top: 20px;
1021
+ }
1022
+ }
1023
+ .htmega-admin-subscribe .htmega-admin-btn:hover {
1024
+ box-shadow: 5px 5px 0 0 #0065cc;
1025
+ color: #FFFFFF;
1026
+ }
1027
+
1028
+
1029
+
1030
+ /* Admin button css */
1031
+
1032
+ .htmega-admin-btn {
1033
+ font-size: 14px;
1034
+ font-weight: 600;
1035
+ line-height: 24px;
1036
+ display: inline-flex;
1037
+ justify-content: center;
1038
+ padding: 1px;
1039
+ text-transform: capitalize;
1040
+ border: none;
1041
+ border-radius: 6px;
1042
+ background-color: #FFFFFF;
1043
+ text-decoration: none;
1044
+ background-image: linear-gradient(100deg, #7270EC 0%, #7DE6E9 100%);
1045
+ }
1046
+ .htmega-admin-btn span {
1047
+ width: 100%;
1048
+ background: #fff;
1049
+ height: 100%;
1050
+ display: block;
1051
+ padding: 8px 29px;
1052
+ border-radius: 6px;
1053
+ color: #027EFF;
1054
+ text-align:center;
1055
+ transition: all 0.3s ease-in-out;
1056
+ }
1057
+ .htmega-admin-infobox:hover .htmega-admin-btn span{
1058
+ background:transparent;
1059
+ color:#fff;
1060
+
1061
  }
admin/include/settings-panel/assets/images/dashboard-welcome.png ADDED
Binary file
admin/include/settings-panel/assets/images/info-icon/documentation.png ADDED
Binary file
admin/include/settings-panel/assets/images/info-icon/happy-with-us.png ADDED
Binary file
admin/include/settings-panel/assets/images/info-icon/missing-feature.png ADDED
Binary file
admin/include/settings-panel/assets/images/info-icon/support.png ADDED
Binary file
admin/include/settings-panel/assets/images/info-icon/video-tutorial.png ADDED
Binary file
admin/include/settings-panel/assets/images/info-icon/woolentor.png ADDED
Binary file
admin/include/settings-panel/assets/images/subscribe-bg.png ADDED
Binary file
admin/include/settings-panel/assets/images/subscribe-title-shap.png ADDED
Binary file
admin/include/settings-panel/includes/classes/Admin/Options_field.php CHANGED
@@ -1,1538 +1,1457 @@
1
- <?php
2
- namespace HTMegaOpt\Admin;
3
-
4
- class Options_Field {
5
-
6
- /**
7
- * [$_instance]
8
- * @var null
9
- */
10
- private static $_instance = null;
11
-
12
- /**
13
- * [instance] Initializes a singleton instance
14
- * @return [Admin]
15
- */
16
- public static function instance() {
17
- if ( is_null( self::$_instance ) ) {
18
- self::$_instance = new self();
19
- }
20
- return self::$_instance;
21
- }
22
-
23
- public function get_settings_tabs(){
24
- $tabs = array(
25
- 'general' => [
26
- 'id' => 'htmega_pro_vs_free_tabs',
27
- 'title' => esc_html__( 'General', 'htmega-addons' ),
28
- 'icon' => 'htmega htmega-settings',
29
- 'content' => [
30
- 'header' => false,
31
- 'footer' => false,
32
- 'title' => __( 'Free VS Pro', 'htmega-addons' ),
33
- 'desc' => __( 'Freely use these elements to create your site. You can enable which you are not using, and, all associated assets will be disable to improve your site loading speed.', 'htmega-addons' ),
34
- ],
35
- ],
36
- 'elements' => [
37
- 'id' => 'htmega_element_tabs',
38
- 'title' => esc_html__( 'Elements', 'htmega-addons' ),
39
- 'icon' => 'htmega htmega-element',
40
- 'content' => [
41
- 'column' => 3,
42
- 'title' => __( 'Widget List', 'htmega-addons' ),
43
- 'desc' => __( 'Freely use these elements to create your site. You can enable which you are not using, and, all associated assets will be disable to improve your site loading speed.', 'htmega-addons' ),
44
- ],
45
- ],
46
- 'thirdparty' => array(
47
- 'id' => 'htmega_thirdparty_element_tabs',
48
- 'title' => esc_html__( 'Third Party', 'htmega-addons' ),
49
- 'icon' => 'htmega htmega-extension',
50
- 'content' => [
51
- 'column' => 3,
52
- 'title' => __( 'Third Party Widget List', 'htmega-addons' ),
53
- 'desc' => __( 'Freely use these elements to create your site. You can enable which you are not using, and, all associated assets will be disable to improve your site loading speed.', 'htmega-addons' ),
54
- ],
55
- ),
56
- 'others' => array(
57
- 'id' => 'htmega_general_tabs',
58
- 'title' => esc_html__( 'Other Options', 'htmega-addons' ),
59
- 'icon' => 'htmega htmega-others',
60
- 'content' => [
61
- 'enableall' => false,
62
- 'title' => __( 'Other options', 'htmega-addons' ),
63
- 'desc' => __( 'Freely use these elements to create your site. You can enable which you are not using, and, all associated assets will be disable to improve your site loading speed.', 'htmega-addons' ),
64
- ],
65
- ),
66
- 'advance' => array(
67
- 'id' => 'htmega_advance_element_tabs',
68
- 'title' => esc_html__( 'Advance Addons', 'htmega-addons' ),
69
- 'icon' => 'htmega htmega-advance',
70
- 'content' => [
71
- 'column' => 3,
72
- 'title' => __( 'Advance Widget List', 'htmega-addons' ),
73
- 'desc' => __( 'Freely use these elements to create your site. You can enable which you are not using, and, all associated assets will be disable to improve your site loading speed.', 'htmega-addons' ),
74
- ],
75
- )
76
- );
77
-
78
- return apply_filters( 'htmega_admin_fields_sections', $tabs );
79
-
80
- }
81
-
82
- public function get_settings_subtabs(){
83
-
84
- $subtabs = array();
85
-
86
- return apply_filters( 'htmega_admin_fields_sub_sections', $subtabs );
87
- }
88
-
89
- public function get_registered_settings(){
90
- $settings = array(
91
- 'htmega_pro_vs_free_tabs' => array(
92
-
93
- array(
94
- 'id' => 'htmega_pro_vs_free_html',
95
- 'desc' => __( 'Enter Your ocupation' ),
96
- 'type' => 'html',
97
- 'html' => $this->pro_vs_free_html_tabs()
98
- ),
99
-
100
- ),
101
-
102
- 'htmega_element_tabs' => array(
103
-
104
- array(
105
- 'id' => 'accordion',
106
- 'name' => __( 'Accordion', 'htmega-addons' ),
107
- 'type' => 'element',
108
- 'default' => 'on',
109
- 'label_on' => __( 'On', 'htmega-addons' ),
110
- 'label_off' => __( 'Off', 'htmega-addons' ),
111
- ),
112
-
113
- array(
114
- 'id' => 'animatesectiontitle',
115
- 'name' => __( 'Animate Heading', 'htmega-addons' ),
116
- 'type' => 'element',
117
- 'default'=>'on',
118
- 'label_on' => __( 'On', 'htmega-addons' ),
119
- 'label_off' => __( 'Off', 'htmega-addons' ),
120
- ),
121
-
122
- array(
123
- 'id' => 'addbanner',
124
- 'name' => __( 'Ads Banner', 'htmega-addons' ),
125
- 'type' => 'element',
126
- 'default'=>'on',
127
- 'label_on' => __( 'On', 'htmega-addons' ),
128
- 'label_off' => __( 'Off', 'htmega-addons' ),
129
- ),
130
-
131
- array(
132
- 'id' => 'specialadsbanner',
133
- 'name' => __( 'Special Day Offer', 'htmega-addons' ),
134
- 'type' => 'element',
135
- 'default'=>'on',
136
- 'label_on' => __( 'On', 'htmega-addons' ),
137
- 'label_off' => __( 'Off', 'htmega-addons' ),
138
- ),
139
-
140
- array(
141
- 'id' => 'blockquote',
142
- 'name' => __( 'Blockquote', 'htmega-addons' ),
143
- 'type' => 'element',
144
- 'default'=>'on',
145
- 'label_on' => __( 'On', 'htmega-addons' ),
146
- 'label_off' => __( 'Off', 'htmega-addons' ),
147
- ),
148
-
149
- array(
150
- 'id' => 'brandlogo',
151
- 'name' => __( 'Brands', 'htmega-addons' ),
152
- 'type' => 'element',
153
- 'default'=>'on',
154
- 'label_on' => __( 'On', 'htmega-addons' ),
155
- 'label_off' => __( 'Off', 'htmega-addons' ),
156
- ),
157
-
158
- array(
159
- 'id' => 'businesshours',
160
- 'name' => __( 'Business Hours', 'htmega-addons' ),
161
- 'type' => 'element',
162
- 'default'=>'on',
163
- 'label_on' => __( 'On', 'htmega-addons' ),
164
- 'label_off' => __( 'Off', 'htmega-addons' ),
165
- ),
166
-
167
- array(
168
- 'id' => 'button',
169
- 'name' => __( 'Button', 'htmega-addons' ),
170
- 'type' => 'element',
171
- 'default'=>'on',
172
- 'label_on' => __( 'On', 'htmega-addons' ),
173
- 'label_off' => __( 'Off', 'htmega-addons' ),
174
- ),
175
-
176
- array(
177
- 'id' => 'calltoaction',
178
- 'name' => __( 'Call To Action', 'htmega-addons' ),
179
- 'type' => 'element',
180
- 'default'=>'on',
181
- 'label_on' => __( 'On', 'htmega-addons' ),
182
- 'label_off' => __( 'Off', 'htmega-addons' ),
183
- ),
184
-
185
- array(
186
- 'id' => 'carousel',
187
- 'name' => __( 'Carousel', 'htmega-addons' ),
188
- 'type' => 'element',
189
- 'default'=>'on',
190
- 'label_on' => __( 'On', 'htmega-addons' ),
191
- 'label_off' => __( 'Off', 'htmega-addons' ),
192
- ),
193
-
194
- array(
195
- 'id' => 'countdown',
196
- 'name' => __( 'Countdown', 'htmega-addons' ),
197
- 'type' => 'element',
198
- 'default'=>'on',
199
- 'label_on' => __( 'On', 'htmega-addons' ),
200
- 'label_off' => __( 'Off', 'htmega-addons' ),
201
- ),
202
-
203
- array(
204
- 'id' => 'counter',
205
- 'name' => __( 'Counter', 'htmega-addons' ),
206
- 'type' => 'element',
207
- 'default'=>'on',
208
- 'label_on' => __( 'On', 'htmega-addons' ),
209
- 'label_off' => __( 'Off', 'htmega-addons' ),
210
- ),
211
-
212
- array(
213
- 'id' => 'customevent',
214
- 'name' => __( 'Custom Event', 'htmega-addons' ),
215
- 'type' => 'element',
216
- 'default'=>'on',
217
- 'label_on' => __( 'On', 'htmega-addons' ),
218
- 'label_off' => __( 'Off', 'htmega-addons' ),
219
- ),
220
-
221
- array(
222
- 'id' => 'dualbutton',
223
- 'name' => __( 'Double Button', 'htmega-addons' ),
224
- 'type' => 'element',
225
- 'default'=>'on',
226
- 'label_on' => __( 'On', 'htmega-addons' ),
227
- 'label_off' => __( 'Off', 'htmega-addons' ),
228
- ),
229
-
230
- array(
231
- 'id' => 'dropcaps',
232
- 'name' => __( 'Dropcaps', 'htmega-addons' ),
233
- 'type' => 'element',
234
- 'default'=>'on',
235
- 'label_on' => __( 'On', 'htmega-addons' ),
236
- 'label_off' => __( 'Off', 'htmega-addons' ),
237
- ),
238
-
239
- array(
240
- 'id' => 'flipbox',
241
- 'name' => __( 'Flip Box', 'htmega-addons' ),
242
- 'type' => 'element',
243
- 'default'=>'on',
244
- 'label_on' => __( 'On', 'htmega-addons' ),
245
- 'label_off' => __( 'Off', 'htmega-addons' ),
246
- ),
247
-
248
- array(
249
- 'id' => 'galleryjustify',
250
- 'name' => __( 'Gallery Justify', 'htmega-addons' ),
251
- 'type' => 'element',
252
- 'default'=>'on',
253
- 'label_on' => __( 'On', 'htmega-addons' ),
254
- 'label_off' => __( 'Off', 'htmega-addons' ),
255
- ),
256
-
257
- array(
258
- 'id' => 'googlemap',
259
- 'name' => __( 'Google Map', 'htmega-addons' ),
260
- 'type' => 'element',
261
- 'default'=>'on',
262
- 'label_on' => __( 'On', 'htmega-addons' ),
263
- 'label_off' => __( 'Off', 'htmega-addons' ),
264
- ),
265
-
266
- array(
267
- 'id' => 'imagecomparison',
268
- 'name' => __( 'Image Comparison', 'htmega-addons' ),
269
- 'type' => 'element',
270
- 'default'=>'on',
271
- 'label_on' => __( 'On', 'htmega-addons' ),
272
- 'label_off' => __( 'Off', 'htmega-addons' ),
273
- ),
274
-
275
- array(
276
- 'id' => 'imagegrid',
277
- 'name' => __( 'Image Grid', 'htmega-addons' ),
278
- 'type' => 'element',
279
- 'default'=>'on',
280
- 'label_on' => __( 'On', 'htmega-addons' ),
281
- 'label_off' => __( 'Off', 'htmega-addons' ),
282
- ),
283
-
284
- array(
285
- 'id' => 'imagemagnifier',
286
- 'name' => __( 'Image Magnifier', 'htmega-addons' ),
287
- 'type' => 'element',
288
- 'default'=>'on',
289
- 'label_on' => __( 'On', 'htmega-addons' ),
290
- 'label_off' => __( 'Off', 'htmega-addons' ),
291
- ),
292
-
293
- array(
294
- 'id' => 'imagemarker',
295
- 'name' => __( 'Image Marker', 'htmega-addons' ),
296
- 'type' => 'element',
297
- 'default'=>'on',
298
- 'label_on' => __( 'On', 'htmega-addons' ),
299
- 'label_off' => __( 'Off', 'htmega-addons' ),
300
- ),
301
-
302
- array(
303
- 'id' => 'imagemasonry',
304
- 'name' => __( 'Image Masonry', 'htmega-addons' ),
305
- 'type' => 'element',
306
- 'default'=>'on',
307
- 'label_on' => __( 'On', 'htmega-addons' ),
308
- 'label_off' => __( 'Off', 'htmega-addons' ),
309
- ),
310
-
311
- array(
312
- 'id' => 'inlinemenu',
313
- 'name' => __( 'Inline Navigation', 'htmega-addons' ),
314
- 'type' => 'element',
315
- 'default'=>'on',
316
- 'label_on' => __( 'On', 'htmega-addons' ),
317
- 'label_off' => __( 'Off', 'htmega-addons' ),
318
- ),
319
-
320
- array(
321
- 'id' => 'instagram',
322
- 'name' => __( 'Instagram', 'htmega-addons' ),
323
- 'type' => 'element',
324
- 'default'=>'on',
325
- 'label_on' => __( 'On', 'htmega-addons' ),
326
- 'label_off' => __( 'Off', 'htmega-addons' ),
327
- ),
328
-
329
- array(
330
- 'id' => 'lightbox',
331
- 'name' => __( 'Light Box', 'htmega-addons' ),
332
- 'type' => 'element',
333
- 'default'=>'on',
334
- 'label_on' => __( 'On', 'htmega-addons' ),
335
- 'label_off' => __( 'Off', 'htmega-addons' ),
336
- ),
337
-
338
- array(
339
- 'id' => 'modal',
340
- 'name' => __( 'Modal', 'htmega-addons' ),
341
- 'type' => 'element',
342
- 'default'=>'on',
343
- 'label_on' => __( 'On', 'htmega-addons' ),
344
- 'label_off' => __( 'Off', 'htmega-addons' ),
345
- ),
346
-
347
- array(
348
- 'id' => 'newtsicker',
349
- 'name' => __( 'News Ticker', 'htmega-addons' ),
350
- 'type' => 'element',
351
- 'default'=>'on',
352
- 'label_on' => __( 'On', 'htmega-addons' ),
353
- 'label_off' => __( 'Off', 'htmega-addons' ),
354
- ),
355
-
356
- array(
357
- 'id' => 'notify',
358
- 'name' => __( 'Notify', 'htmega-addons' ),
359
- 'type' => 'element',
360
- 'default'=>'off',
361
- 'label_on' => __( 'On', 'htmega-addons' ),
362
- 'label_off' => __( 'Off', 'htmega-addons' ),
363
- ),
364
-
365
- array(
366
- 'id' => 'offcanvas',
367
- 'name' => __( 'Offcanvas', 'htmega-addons' ),
368
- 'type' => 'element',
369
- 'default'=>'on',
370
- 'label_on' => __( 'On', 'htmega-addons' ),
371
- 'label_off' => __( 'Off', 'htmega-addons' ),
372
- ),
373
-
374
- array(
375
- 'id' => 'panelslider',
376
- 'name' => __( 'Panel Slider', 'htmega-addons' ),
377
- 'type' => 'element',
378
- 'default'=>'off',
379
- 'label_on' => __( 'On', 'htmega-addons' ),
380
- 'label_off' => __( 'Off', 'htmega-addons' ),
381
- ),
382
-
383
- array(
384
- 'id' => 'popover',
385
- 'name' => __( 'Popover', 'htmega-addons' ),
386
- 'type' => 'element',
387
- 'default'=>'off',
388
- 'label_on' => __( 'On', 'htmega-addons' ),
389
- 'label_off' => __( 'Off', 'htmega-addons' ),
390
- ),
391
-
392
- array(
393
- 'id' => 'postcarousel',
394
- 'name' => __( 'Post carousel', 'htmega-addons' ),
395
- 'type' => 'element',
396
- 'default'=>'on',
397
- 'label_on' => __( 'On', 'htmega-addons' ),
398
- 'label_off' => __( 'Off', 'htmega-addons' ),
399
- ),
400
-
401
- array(
402
- 'id' => 'postgrid',
403
- 'name' => __( 'Post Grid', 'htmega-addons' ),
404
- 'type' => 'element',
405
- 'default'=>'on',
406
- 'label_on' => __( 'On', 'htmega-addons' ),
407
- 'label_off' => __( 'Off', 'htmega-addons' ),
408
- ),
409
-
410
- array(
411
- 'id' => 'postgridtab',
412
- 'name' => __( 'Post Grid Tab', 'htmega-addons' ),
413
- 'type' => 'element',
414
- 'default'=>'on',
415
- 'label_on' => __( 'On', 'htmega-addons' ),
416
- 'label_off' => __( 'Off', 'htmega-addons' ),
417
- ),
418
-
419
- array(
420
- 'id' => 'postslider',
421
- 'name' => __( 'Post Slider', 'htmega-addons' ),
422
- 'type' => 'element',
423
- 'default'=>'on',
424
- 'label_on' => __( 'On', 'htmega-addons' ),
425
- 'label_off' => __( 'Off', 'htmega-addons' ),
426
- ),
427
-
428
- array(
429
- 'id' => 'pricinglistview',
430
- 'name' => __( 'Pricing List View', 'htmega-addons' ),
431
- 'type' => 'element',
432
- 'default'=>'off',
433
- 'label_on' => __( 'On', 'htmega-addons' ),
434
- 'label_off' => __( 'Off', 'htmega-addons' ),
435
- ),
436
-
437
- array(
438
- 'id' => 'pricingtable',
439
- 'name' => __( 'Pricing Table', 'htmega-addons' ),
440
- 'type' => 'element',
441
- 'default'=>'on',
442
- 'label_on' => __( 'On', 'htmega-addons' ),
443
- 'label_off' => __( 'Off', 'htmega-addons' ),
444
- ),
445
-
446
- array(
447
- 'id' => 'progressbar',
448
- 'name' => __( 'Progress Bar', 'htmega-addons' ),
449
- 'type' => 'element',
450
- 'default'=>'on',
451
- 'label_on' => __( 'On', 'htmega-addons' ),
452
- 'label_off' => __( 'Off', 'htmega-addons' ),
453
- ),
454
-
455
- array(
456
- 'id' => 'scrollimage',
457
- 'name' => __( 'Scroll Image', 'htmega-addons' ),
458
- 'type' => 'element',
459
- 'default'=>'off',
460
- 'label_on' => __( 'On', 'htmega-addons' ),
461
- 'label_off' => __( 'Off', 'htmega-addons' ),
462
- ),
463
-
464
- array(
465
- 'id' => 'scrollnavigation',
466
- 'name' => __( 'Scroll Navigation', 'htmega-addons' ),
467
- 'type' => 'element',
468
- 'default'=>'off',
469
- 'label_on' => __( 'On', 'htmega-addons' ),
470
- 'label_off' => __( 'Off', 'htmega-addons' ),
471
- ),
472
-
473
- array(
474
- 'id' => 'search',
475
- 'name' => __( 'Search', 'htmega-addons' ),
476
- 'type' => 'element',
477
- 'default'=>'off',
478
- 'label_on' => __( 'On', 'htmega-addons' ),
479
- 'label_off' => __( 'Off', 'htmega-addons' ),
480
- ),
481
-
482
- array(
483
- 'id' => 'sectiontitle',
484
- 'name' => __( 'Section Title', 'htmega-addons' ),
485
- 'type' => 'element',
486
- 'default'=>'on',
487
- 'label_on' => __( 'On', 'htmega-addons' ),
488
- 'label_off' => __( 'Off', 'htmega-addons' ),
489
- ),
490
-
491
- array(
492
- 'id' => 'service',
493
- 'name' => __( 'Service', 'htmega-addons' ),
494
- 'type' => 'element',
495
- 'default'=>'on',
496
- 'label_on' => __( 'On', 'htmega-addons' ),
497
- 'label_off' => __( 'Off', 'htmega-addons' ),
498
- ),
499
-
500
- array(
501
- 'id' => 'singlepost',
502
- 'name' => __( 'Single Post', 'htmega-addons' ),
503
- 'type' => 'element',
504
- 'default'=>'on',
505
- 'label_on' => __( 'On', 'htmega-addons' ),
506
- 'label_off' => __( 'Off', 'htmega-addons' ),
507
- ),
508
-
509
- array(
510
- 'id' => 'thumbgallery',
511
- 'name' => __( 'Slider Thumbnail Gallery', 'htmega-addons' ),
512
- 'type' => 'element',
513
- 'default'=>'off',
514
- 'label_on' => __( 'On', 'htmega-addons' ),
515
- 'label_off' => __( 'Off', 'htmega-addons' ),
516
- ),
517
-
518
- array(
519
- 'id' => 'socialshere',
520
- 'name' => __( 'Social Share', 'htmega-addons' ),
521
- 'type' => 'element',
522
- 'default'=>'off',
523
- 'label_on' => __( 'On', 'htmega-addons' ),
524
- 'label_off' => __( 'Off', 'htmega-addons' ),
525
- ),
526
-
527
- array(
528
- 'id' => 'switcher',
529
- 'name' => __( 'Switcher', 'htmega-addons' ),
530
- 'type' => 'element',
531
- 'default'=>'on',
532
- 'label_on' => __( 'On', 'htmega-addons' ),
533
- 'label_off' => __( 'Off', 'htmega-addons' ),
534
- ),
535
-
536
- array(
537
- 'id' => 'tabs',
538
- 'name' => __( 'Tabs', 'htmega-addons' ),
539
- 'type' => 'element',
540
- 'default'=>'on',
541
- 'label_on' => __( 'On', 'htmega-addons' ),
542
- 'label_off' => __( 'Off', 'htmega-addons' ),
543
- ),
544
-
545
- array(
546
- 'id' => 'datatable',
547
- 'name' => __( 'Data Table', 'htmega-addons' ),
548
- 'type' => 'element',
549
- 'default'=>'off',
550
- 'label_on' => __( 'On', 'htmega-addons' ),
551
- 'label_off' => __( 'Off', 'htmega-addons' ),
552
- ),
553
-
554
- array(
555
- 'id' => 'teammember',
556
- 'name' => __( 'Team Member', 'htmega-addons' ),
557
- 'type' => 'element',
558
- 'default'=>'on',
559
- 'label_on' => __( 'On', 'htmega-addons' ),
560
- 'label_off' => __( 'Off', 'htmega-addons' ),
561
- ),
562
-
563
- array(
564
- 'id' => 'testimonial',
565
- 'name' => __( 'Testimonial', 'htmega-addons' ),
566
- 'type' => 'element',
567
- 'default'=>'on',
568
- 'label_on' => __( 'On', 'htmega-addons' ),
569
- 'label_off' => __( 'Off', 'htmega-addons' ),
570
- ),
571
-
572
- array(
573
- 'id' => 'testimonialgrid',
574
- 'name' => __( 'Testimonial Grid', 'htmega-addons' ),
575
- 'type' => 'element',
576
- 'default'=>'off',
577
- 'label_on' => __( 'On', 'htmega-addons' ),
578
- 'label_off' => __( 'Off', 'htmega-addons' ),
579
- ),
580
-
581
- array(
582
- 'id' => 'toggle',
583
- 'name' => __( 'Toggle', 'htmega-addons' ),
584
- 'type' => 'element',
585
- 'default'=>'on',
586
- 'label_on' => __( 'On', 'htmega-addons' ),
587
- 'label_off' => __( 'Off', 'htmega-addons' ),
588
- ),
589
-
590
- array(
591
- 'id' => 'tooltip',
592
- 'name' => __( 'Tooltip', 'htmega-addons' ),
593
- 'type' => 'element',
594
- 'default'=>'on',
595
- 'label_on' => __( 'On', 'htmega-addons' ),
596
- 'label_off' => __( 'Off', 'htmega-addons' ),
597
- ),
598
-
599
- array(
600
- 'id' => 'twitterfeed',
601
- 'name' => __( 'Twitter Feed', 'htmega-addons' ),
602
- 'type' => 'element',
603
- 'default'=>'off',
604
- 'label_on' => __( 'On', 'htmega-addons' ),
605
- 'label_off' => __( 'Off', 'htmega-addons' ),
606
- ),
607
-
608
- array(
609
- 'id' => 'userloginform',
610
- 'name' => __( 'User Login Form', 'htmega-addons' ),
611
- 'type' => 'element',
612
- 'default'=>'off',
613
- 'label_on' => __( 'On', 'htmega-addons' ),
614
- 'label_off' => __( 'Off', 'htmega-addons' ),
615
- ),
616
-
617
- array(
618
- 'id' => 'userregisterform',
619
- 'name' => __( 'User Register Form', 'htmega-addons' ),
620
- 'type' => 'element',
621
- 'default'=>'off',
622
- 'label_on' => __( 'On', 'htmega-addons' ),
623
- 'label_off' => __( 'Off', 'htmega-addons' ),
624
- ),
625
-
626
- array(
627
- 'id' => 'verticletimeline',
628
- 'name' => __( 'Verticle Timeline', 'htmega-addons' ),
629
- 'type' => 'element',
630
- 'default'=>'off',
631
- 'label_on' => __( 'On', 'htmega-addons' ),
632
- 'label_off' => __( 'Off', 'htmega-addons' ),
633
- ),
634
-
635
- array(
636
- 'id' => 'videoplayer',
637
- 'name' => __( 'Video Player', 'htmega-addons' ),
638
- 'type' => 'element',
639
- 'default'=>'off',
640
- 'label_on' => __( 'On', 'htmega-addons' ),
641
- 'label_off' => __( 'Off', 'htmega-addons' ),
642
- ),
643
-
644
- array(
645
- 'id' => 'workingprocess',
646
- 'name' => __( 'Working Process', 'htmega-addons' ),
647
- 'type' => 'element',
648
- 'default'=>'off',
649
- 'label_on' => __( 'On', 'htmega-addons' ),
650
- 'label_off' => __( 'Off', 'htmega-addons' ),
651
- ),
652
-
653
- array(
654
- 'id' => 'errorcontent',
655
- 'name' => __( '404 Content', 'htmega-addons' ),
656
- 'type' => 'element',
657
- 'default'=>'off',
658
- 'label_on' => __( 'On', 'htmega-addons' ),
659
- 'label_off' => __( 'Off', 'htmega-addons' ),
660
- ),
661
-
662
- array(
663
- 'id' => 'template_selector',
664
- 'name' => __( 'Remote Template', 'htmega-addons' ),
665
- 'type' => 'element',
666
- 'default'=>'off',
667
- 'label_on' => __( 'On', 'htmega-addons' ),
668
- 'label_off' => __( 'Off', 'htmega-addons' ),
669
- ),
670
-
671
- array(
672
- 'id' => 'weather',
673
- 'name' => __( 'Weather', 'htmega-addons' ),
674
- 'type' => 'element',
675
- 'default'=>'on',
676
- 'label_on' => __( 'On', 'htmega-addons' ),
677
- 'label_off' => __( 'Off', 'htmega-addons' ),
678
- ),
679
-
680
- // pro addon list
681
- array(
682
- 'id' => 'info_boxp',
683
- 'name' => __( 'Info Box', 'htmega-addons' ),
684
- 'type' => 'element',
685
- 'default'=>'off',
686
- 'is_pro' => true,
687
- 'label_on' => __( 'On', 'htmega-addons' ),
688
- 'label_off' => __( 'Off', 'htmega-addons' ),
689
- ),
690
- array(
691
- 'id' => 'lottiep',
692
- 'name' => __( 'Lottie', 'htmega-addons' ),
693
- 'type' => 'element',
694
- 'default'=>'off',
695
- 'is_pro' => true,
696
- 'label_on' => __( 'On', 'htmega-addons' ),
697
- 'label_off' => __( 'Off', 'htmega-addons' ),
698
- ),
699
- array(
700
- 'id' => 'event_calendarp',
701
- 'name' => __( 'Event Calendar', 'htmega-addons' ),
702
- 'type' => 'element',
703
- 'default'=>'off',
704
- 'is_pro' => true,
705
- 'label_on' => __( 'On', 'htmega-addons' ),
706
- 'label_off' => __( 'Off', 'htmega-addons' ),
707
- ),
708
- array(
709
- 'id' => 'category_listp',
710
- 'name' => __( 'Category List', 'htmega-addons' ),
711
- 'type' => 'element',
712
- 'default'=>'off',
713
- 'is_pro' => true,
714
- 'label_on' => __( 'On', 'htmega-addons' ),
715
- 'label_off' => __( 'Off', 'htmega-addons' ),
716
- ),
717
- array(
718
- 'id' => 'pricing_menup',
719
- 'name' => __( 'Pricing Menu', 'htmega-addons' ),
720
- 'type' => 'element',
721
- 'default'=>'off',
722
- 'is_pro' => true,
723
- 'label_on' => __( 'On', 'htmega-addons' ),
724
- 'label_off' => __( 'Off', 'htmega-addons' ),
725
- ),
726
- array(
727
- 'id' => 'feature_listp',
728
- 'name' => __( 'Feature List', 'htmega-addons' ),
729
- 'type' => 'element',
730
- 'default'=>'off',
731
- 'is_pro' => true,
732
- 'label_on' => __( 'On', 'htmega-addons' ),
733
- 'label_off' => __( 'Off', 'htmega-addons' ),
734
- ),
735
- array(
736
- 'id' => 'social_network_iconsp',
737
- 'name' => __( 'Social Network Icons', 'htmega-addons' ),
738
- 'type' => 'element',
739
- 'default'=>'off',
740
- 'is_pro' => true,
741
- 'label_on' => __( 'On', 'htmega-addons' ),
742
- 'label_off' => __( 'Off', 'htmega-addons' ),
743
- ),
744
- array(
745
- 'id' => 'taxonomy_termsp',
746
- 'name' => __( 'Taxonomy Terms', 'htmega-addons' ),
747
- 'type' => 'element',
748
- 'default'=>'off',
749
- 'is_pro' => true,
750
- 'label_on' => __( 'On', 'htmega-addons' ),
751
- 'label_off' => __( 'Off', 'htmega-addons' ),
752
- ),
753
- array(
754
- 'id' => 'background_switcherp',
755
- 'name' => __( 'Background Switcher', 'htmega-addons' ),
756
- 'type' => 'element',
757
- 'default'=>'off',
758
- 'is_pro' => true,
759
- 'label_on' => __( 'On', 'htmega-addons' ),
760
- 'label_off' => __( 'Off', 'htmega-addons' ),
761
- ),
762
- array(
763
- 'id' => 'breadcrumbsp',
764
- 'name' => __( 'Breadcrumbs', 'htmega-addons' ),
765
- 'type' => 'element',
766
- 'default'=>'off',
767
- 'is_pro' => true,
768
- 'label_on' => __( 'On', 'htmega-addons' ),
769
- 'label_off' => __( 'Off', 'htmega-addons' ),
770
- ),
771
- array(
772
- 'id' => 'page_listp',
773
- 'name' => __( 'Page List', 'htmega-addons' ),
774
- 'type' => 'element',
775
- 'default'=>'off',
776
- 'is_pro' => true,
777
- 'label_on' => __( 'On', 'htmega-addons' ),
778
- 'label_off' => __( 'Off', 'htmega-addons' ),
779
- ),
780
- array(
781
- 'id' => 'icon_boxp',
782
- 'name' => __( 'Icon Box', 'htmega-addons' ),
783
- 'type' => 'element',
784
- 'default'=>'off',
785
- 'is_pro' => true,
786
- 'label_on' => __( 'On', 'htmega-addons' ),
787
- 'label_off' => __( 'Off', 'htmega-addons' ),
788
- ),
789
- array(
790
- 'id' => 'team_carouselp',
791
- 'name' => __( 'Team Carousel', 'htmega-addons' ),
792
- 'type' => 'element',
793
- 'default'=>'off',
794
- 'is_pro' => true,
795
- 'label_on' => __( 'On', 'htmega-addons' ),
796
- 'label_off' => __( 'Off', 'htmega-addons' ),
797
- ),
798
- array(
799
- 'id' => 'interactive_promop',
800
- 'name' => __( 'Interactive Promo', 'htmega-addons' ),
801
- 'type' => 'element',
802
- 'default'=>'off',
803
- 'is_pro' => true,
804
- 'label_on' => __( 'On', 'htmega-addons' ),
805
- 'label_off' => __( 'Off', 'htmega-addons' ),
806
- ),
807
- array(
808
- 'id' => 'facebook_reviewp',
809
- 'name' => __( 'Facebook Review', 'htmega-addons' ),
810
- 'type' => 'element',
811
- 'default'=>'off',
812
- 'is_pro' => true,
813
- 'label_on' => __( 'On', 'htmega-addons' ),
814
- 'label_off' => __( 'Off', 'htmega-addons' ),
815
- ),
816
- array(
817
- 'id' => 'whatsapp_chatp',
818
- 'name' => __( 'WhatsApp Chat', 'htmega-addons' ),
819
- 'type' => 'element',
820
- 'default'=>'off',
821
- 'is_pro' => true,
822
- 'label_on' => __( 'On', 'htmega-addons' ),
823
- 'label_off' => __( 'Off', 'htmega-addons' ),
824
- ),
825
- array(
826
- 'id' => 'filterable_galleryp',
827
- 'name' => __( 'Filterable Gallery', 'htmega-addons' ),
828
- 'type' => 'element',
829
- 'default'=>'off',
830
- 'is_pro' => true,
831
- 'label_on' => __( 'On', 'htmega-addons' ),
832
- 'label_off' => __( 'Off', 'htmega-addons' ),
833
- ),
834
- array(
835
- 'id' => 'event_boxp',
836
- 'name' => __( 'Event Box', 'htmega-addons' ),
837
- 'type' => 'element',
838
- 'default'=>'off',
839
- 'is_pro' => true,
840
- 'label_on' => __( 'On', 'htmega-addons' ),
841
- 'label_off' => __( 'Off', 'htmega-addons' ),
842
- ),
843
- array(
844
- 'id' => 'chartp',
845
- 'name' => __( 'Chart', 'htmega-addons' ),
846
- 'type' => 'element',
847
- 'default'=>'off',
848
- 'is_pro' => true,
849
- 'label_on' => __( 'On', 'htmega-addons' ),
850
- 'label_off' => __( 'Off', 'htmega-addons' ),
851
- ),
852
- array(
853
- 'id' => 'post_timelinep',
854
- 'name' => __( 'Post Timeline', 'htmega-addons' ),
855
- 'type' => 'element',
856
- 'default'=>'off',
857
- 'is_pro' => true,
858
- 'label_on' => __( 'On', 'htmega-addons' ),
859
- 'label_off' => __( 'Off', 'htmega-addons' ),
860
- ),
861
- array(
862
- 'id' => 'post_masonryp',
863
- 'name' => __( 'Post Masonry', 'htmega-addons' ),
864
- 'type' => 'element',
865
- 'default'=>'off',
866
- 'is_pro' => true,
867
- 'label_on' => __( 'On', 'htmega-addons' ),
868
- 'label_off' => __( 'Off', 'htmega-addons' ),
869
- ),
870
-
871
- array(
872
- 'id' => 'source_codep',
873
- 'name' => __( 'Source Code', 'htmega-addons' ),
874
- 'type' => 'element',
875
- 'default'=>'off',
876
- 'is_pro' => true,
877
- 'label_on' => __( 'On', 'htmega-addons' ),
878
- 'label_off' => __( 'Off', 'htmega-addons' ),
879
- ),
880
- array(
881
- 'id' => 'threesixty_rotationp',
882
- 'name' => __( '360 Rotation', 'htmega-addons' ),
883
- 'type' => 'element',
884
- 'default'=>'off',
885
- 'is_pro' => true,
886
- 'label_on' => __( 'On', 'htmega-addons' ),
887
- 'label_off' => __( 'Off', 'htmega-addons' ),
888
- ),
889
- array(
890
- 'id' => 'pricing_table_flip_boxp',
891
- 'name' => __( 'Pricing Table Flip Box', 'htmega-addons' ),
892
- 'type' => 'element',
893
- 'label_on' => __( 'On', 'htmega-addons' ),
894
- 'label_off' => __( 'Off', 'htmega-addons' ),
895
- 'default'=>'off',
896
- 'is_pro' => true,
897
- ),
898
- array(
899
- 'id' => 'flip_switcher_pricing_tablep',
900
- 'name' => __( 'Flip Switcher Pricing Table', 'htmega-addons' ),
901
- 'type' => 'element',
902
- 'label_on' => __( 'On', 'htmega-addons' ),
903
- 'label_off' => __( 'Off', 'htmega-addons' ),
904
- 'default'=>'off',
905
- 'is_pro' => true,
906
- ),
907
-
908
- ),
909
-
910
- 'htmega_general_tabs' => array(
911
- array(
912
- 'id' => 'google_map_api_key',
913
- 'name' => __( 'Google Map API Key', 'htmega-addons' ),
914
- 'desc' => __( 'Go to <a href="https://developers.google.com/maps/documentation/javascript/get-api-key" target="_blank">https://developers.google.com</a> and generate the API key.', 'htmega-addons' ),
915
- 'placeholder' => __( 'Google Map API key', 'htmega-addons' ),
916
- 'type' => 'text',
917
- ),
918
-
919
- array(
920
- 'id' => 'weather_map_api_key',
921
- 'name' => __( 'Weather Map API Key', 'htmega-addons' ),
922
- 'desc' => __( 'Please enter a OpenWeatherMaps API key. OpenWeather is a weather provider service which is capable of delivering all the necessary weather information for any location on the globe.To create API key, go to this link <a href="https://openweathermap.org/appid" target="_blank">OpenWeather</a>.', 'htmega-addons' ),
923
- 'placeholder' => __( 'Weather Map API key', 'htmega-addons' ),
924
- 'type' => 'text',
925
- ),
926
-
927
- array(
928
- 'id' => 'errorpage',
929
- 'name' => __( 'Select 404 Page.', 'htmega-addons' ),
930
- 'desc' => __( 'You can select 404 page from here.', 'htmega-addons' ),
931
- 'type' => 'select',
932
- 'default' => '0',
933
- 'options' => htmega_post_name( 'page', -1 )
934
- ),
935
-
936
- array(
937
- 'id' => 'loadpostlimit',
938
- 'name' => __( 'Load Post in Elementor Addons', 'htmega-addons' ),
939
- 'desc' => wp_kses_post( 'Load Post in Elementor Addons', 'htmega-addons' ),
940
- 'min' => 1,
941
- 'max' => 1000,
942
- 'step' => '1',
943
- 'type' => 'number',
944
- 'default' => '20',
945
- 'sanitize_callback' => 'floatval',
946
- ),
947
-
948
- ),
949
-
950
- 'htmega_advance_element_tabs' => array(
951
-
952
- array(
953
- 'id' => 'themebuilder',
954
- 'name' => __( 'Theme Builder', 'htmega-addons' ),
955
- 'type' => 'element',
956
- 'default'=>'off',
957
- 'label_on' => __( 'On', 'htmega-addons' ),
958
- 'label_off' => __( 'Off', 'htmega-addons' ),
959
- ),
960
-
961
- array(
962
- 'id' => 'salenotification',
963
- 'name' => __( 'Sales Notification', 'htmega-addons' ),
964
- 'type' => 'element',
965
- 'default'=>'off',
966
- 'label_on' => __( 'On', 'htmega-addons' ),
967
- 'label_off' => __( 'Off', 'htmega-addons' ),
968
- ),
969
-
970
- array(
971
- 'id' => 'megamenubuilder',
972
- 'name' => __( 'Menu Builder', 'htmega-addons' ),
973
- 'type' => 'element',
974
- 'default'=>'off',
975
- 'label_on' => __( 'On', 'htmega-addons' ),
976
- 'label_off' => __( 'Off', 'htmega-addons' ),
977
- ),
978
-
979
- array(
980
- 'id' => 'postduplicator',
981
- 'name' => __( 'Post Duplicator', 'htmega-addons' ),
982
- 'type' => 'element',
983
- 'default'=>'off',
984
- 'label_on' => __( 'On', 'htmega-addons' ),
985
- 'label_off' => __( 'Off', 'htmega-addons' ),
986
- ),
987
-
988
- array(
989
- 'id' => 'crossdomaincpp',
990
- 'name' => __( 'Cross Domain Copy Paste', 'htmega-pro' ),
991
- 'type' => 'element',
992
- 'default'=>'off',
993
- 'is_pro' => true,
994
- 'label_on' => __( 'On', 'htmega-addons' ),
995
- 'label_off' => __( 'Off', 'htmega-addons' ),
996
- ),
997
- array(
998
- 'id' => 'parallax_modulep',
999
- 'name' => __( 'Parallax', 'htmega-addons' ),
1000
- 'type' => 'element',
1001
- 'default' => 'off',
1002
- 'is_pro' => true,
1003
- 'label_on' => __( 'On', 'htmega-addons' ),
1004
- 'label_off' => __( 'Off', 'htmega-addons' ),
1005
- ),
1006
- ),
1007
-
1008
- );
1009
-
1010
- $settings['htmega_themebuilder_element_tabs'] = array(
1011
-
1012
- array(
1013
- 'id' => 'bl_post_title',
1014
- 'name' => __( 'Post Title', 'htmega-addons' ),
1015
- 'type' => 'element',
1016
- 'default' => 'on',
1017
- 'label_on' => __( 'On', 'htmega-addons' ),
1018
- 'label_off' => __( 'Off', 'htmega-addons' ),
1019
- ),
1020
-
1021
- array(
1022
- 'id' => 'bl_post_featured_image',
1023
- 'name' => __( 'Post Featured Image', 'htmega-addons' ),
1024
- 'type' => 'element',
1025
- 'default' => 'on',
1026
- 'label_on' => __( 'On', 'htmega-addons' ),
1027
- 'label_off' => __( 'Off', 'htmega-addons' ),
1028
- ),
1029
-
1030
- array(
1031
- 'id' => 'bl_post_meta_info',
1032
- 'name' => __( 'Post Meta Info', 'htmega-addons' ),
1033
- 'type' => 'element',
1034
- 'default' => 'on',
1035
- 'label_on' => __( 'On', 'htmega-addons' ),
1036
- 'label_off' => __( 'Off', 'htmega-addons' ),
1037
- ),
1038
-
1039
- array(
1040
- 'id' => 'bl_post_excerpt',
1041
- 'name' => __( 'Post Excerpt', 'htmega-addons' ),
1042
- 'type' => 'element',
1043
- 'default' => 'on',
1044
- 'label_on' => __( 'On', 'htmega-addons' ),
1045
- 'label_off' => __( 'Off', 'htmega-addons' ),
1046
- ),
1047
-
1048
- array(
1049
- 'id' => 'bl_post_content',
1050
- 'name' => __( 'Post Content', 'htmega-addons' ),
1051
- 'type' => 'element',
1052
- 'default' => 'on',
1053
- 'label_on' => __( 'On', 'htmega-addons' ),
1054
- 'label_off' => __( 'Off', 'htmega-addons' ),
1055
- ),
1056
-
1057
- array(
1058
- 'id' => 'bl_post_comments',
1059
- 'name' => __( 'Post Comments', 'htmega-addons' ),
1060
- 'type' => 'element',
1061
- 'default' => 'on',
1062
- 'label_on' => __( 'On', 'htmega-addons' ),
1063
- 'label_off' => __( 'Off', 'htmega-addons' ),
1064
- ),
1065
-
1066
- array(
1067
- 'id' => 'bl_post_search_form',
1068
- 'name' => __( 'Post Search Form', 'htmega-addons' ),
1069
- 'type' => 'element',
1070
- 'default' => 'on',
1071
- 'label_on' => __( 'On', 'htmega-addons' ),
1072
- 'label_off' => __( 'Off', 'htmega-addons' ),
1073
- ),
1074
-
1075
- array(
1076
- 'id' => 'bl_post_archive',
1077
- 'name' => __( 'Archive Posts', 'htmega-addons' ),
1078
- 'type' => 'element',
1079
- 'default' => 'on',
1080
- 'label_on' => __( 'On', 'htmega-addons' ),
1081
- 'label_off' => __( 'Off', 'htmega-addons' ),
1082
- ),
1083
-
1084
- array(
1085
- 'id' => 'bl_post_archive_title',
1086
- 'name' => __( 'Archive Title', 'htmega-addons' ),
1087
- 'type' => 'element',
1088
- 'default' => 'on',
1089
- 'label_on' => __( 'On', 'htmega-addons' ),
1090
- 'label_off' => __( 'Off', 'htmega-addons' ),
1091
- ),
1092
-
1093
- array(
1094
- 'id' => 'bl_page_title',
1095
- 'name' => __( 'Page Title', 'htmega-addons' ),
1096
- 'type' => 'element',
1097
- 'default' => 'on',
1098
- 'label_on' => __( 'On', 'htmega-addons' ),
1099
- 'label_off' => __( 'Off', 'htmega-addons' ),
1100
- ),
1101
-
1102
- array(
1103
- 'id' => 'bl_site_title',
1104
- 'name' => __( 'Site Title', 'htmega-addons' ),
1105
- 'type' => 'element',
1106
- 'default' => 'on',
1107
- 'label_on' => __( 'On', 'htmega-addons' ),
1108
- 'label_off' => __( 'Off', 'htmega-addons' ),
1109
- ),
1110
-
1111
- array(
1112
- 'id' => 'bl_site_logo',
1113
- 'name' => __( 'Site Logo', 'htmega-addons' ),
1114
- 'type' => 'element',
1115
- 'default' => 'on',
1116
- 'label_on' => __( 'On', 'htmega-addons' ),
1117
- 'label_off' => __( 'Off', 'htmega-addons' ),
1118
- ),
1119
-
1120
- array(
1121
- 'id' => 'bl_nav_menu',
1122
- 'name' => __( 'Nav Menu', 'htmega-addons' ),
1123
- 'type' => 'element',
1124
- 'default' => 'on',
1125
- 'label_on' => __( 'On', 'htmega-addons' ),
1126
- 'label_off' => __( 'Off', 'htmega-addons' ),
1127
- ),
1128
-
1129
- array(
1130
- 'id' => 'bl_post_author_info',
1131
- 'name' => __( 'Author Info', 'htmega-addons' ),
1132
- 'type' => 'element',
1133
- 'default' => 'on',
1134
- 'label_on' => __( 'On', 'htmega-addons' ),
1135
- 'label_off' => __( 'Off', 'htmega-addons' ),
1136
- ),
1137
-
1138
- array(
1139
- 'id' => 'bl_social_sharep',
1140
- 'name' => __( 'Social Share', 'htmega-addons' ),
1141
- 'type' => 'element',
1142
- 'default' => 'off',
1143
- 'is_pro' => true,
1144
- 'label_on' => __( 'On', 'htmega-addons' ),
1145
- 'label_off' => __( 'Off', 'htmega-addons' ),
1146
- ),
1147
-
1148
- array(
1149
- 'id' => 'bl_print_pagep',
1150
- 'name' => __( 'Print Page', 'htmega-addons' ),
1151
- 'type' => 'element',
1152
- 'default' => 'off',
1153
- 'is_pro' => true,
1154
- 'label_on' => __( 'On', 'htmega-addons' ),
1155
- 'label_off' => __( 'Off', 'htmega-addons' ),
1156
- ),
1157
-
1158
- array(
1159
- 'id' => 'bl_view_counterp',
1160
- 'name' => __( 'View Counter', 'htmega-addons' ),
1161
- 'type' => 'element',
1162
- 'default' => 'off',
1163
- 'is_pro' => true,
1164
- 'label_on' => __( 'On', 'htmega-addons' ),
1165
- 'label_off' => __( 'Off', 'htmega-addons' ),
1166
- ),
1167
-
1168
- array(
1169
- 'id' => 'bl_post_navigationp',
1170
- 'name' => __( 'Post Navigation', 'htmega-addons' ),
1171
- 'type' => 'element',
1172
- 'default' => 'off',
1173
- 'is_pro' => true,
1174
- 'label_on' => __( 'On', 'htmega-addons' ),
1175
- 'label_off' => __( 'Off', 'htmega-addons' ),
1176
- ),
1177
-
1178
- array(
1179
- 'id' => 'bl_related_postp',
1180
- 'name' => __( 'Related Post', 'htmega-addons' ),
1181
- 'type' => 'element',
1182
- 'default' => 'off',
1183
- 'is_pro' => true,
1184
- 'label_on' => __( 'On', 'htmega-addons' ),
1185
- 'label_off' => __( 'Off', 'htmega-addons' ),
1186
- ),
1187
-
1188
- array(
1189
- 'id' => 'bl_popular_postp',
1190
- 'name' => __( 'Popular Post', 'htmega-addons' ),
1191
- 'type' => 'element',
1192
- 'default' => 'off',
1193
- 'is_pro' => true,
1194
- 'label_on' => __( 'On', 'htmega-addons' ),
1195
- 'label_off' => __( 'Off', 'htmega-addons' ),
1196
- ),
1197
-
1198
-
1199
- );
1200
-
1201
- // Post Duplicator Condition
1202
- if( htmega_get_option( 'postduplicator', 'htmega_advance_element_tabs', 'off' ) === 'on' ){
1203
- $post_types = htmega_get_post_types( array('defaultadd'=>'all') );
1204
- if ( did_action( 'elementor/loaded' ) && defined( 'ELEMENTOR_VERSION' ) ) {
1205
- $post_types['elementor_library'] = esc_html__( 'Templates', 'htmega-addons' );
1206
- }
1207
- $settings['htmega_general_tabs'][] = [
1208
- 'id' => 'postduplicate_condition',
1209
- 'name' => __( 'Post Duplicator Condition', 'htmega-addons' ),
1210
- 'desc' => __( 'You can enable duplicator for individual post.', 'htmega-addons' ),
1211
- 'type' => 'multiselect',
1212
- 'default' => '',
1213
- 'options' => $post_types,
1214
- ];
1215
- }
1216
-
1217
- $third_party_element = array();
1218
- // Third Party Addons
1219
- if( is_plugin_active('bbpress/bbpress.php') ) {
1220
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1221
- 'id' => 'bbpress',
1222
- 'name' => __( 'bbPress', 'htmega-addons' ),
1223
- 'type' => 'element',
1224
- 'default' => "on",
1225
- 'label_on' => __( 'On', 'htmega-addons' ),
1226
- 'label_off' => __( 'Off', 'htmega-addons' ),
1227
- ];
1228
- }
1229
-
1230
- if( is_plugin_active('booked/booked.php') ) {
1231
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1232
- 'id' => 'bookedcalender',
1233
- 'name' => __( 'Booked Calender', 'htmega-addons' ),
1234
- 'type' => 'element',
1235
- 'default' => "on",
1236
- 'label_on' => __( 'On', 'htmega-addons' ),
1237
- 'label_off' => __( 'Off', 'htmega-addons' ),
1238
- ];
1239
- }
1240
-
1241
- if( is_plugin_active('buddypress/bp-loader.php') ) {
1242
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1243
- 'id' => 'buddypress',
1244
- 'name' => __( 'BuddyPress', 'htmega-addons' ),
1245
- 'type' => 'element',
1246
- 'default' => "on",
1247
- 'label_on' => __( 'On', 'htmega-addons' ),
1248
- 'label_off' => __( 'Off', 'htmega-addons' ),
1249
- ];
1250
- }
1251
-
1252
- if( is_plugin_active('caldera-forms/caldera-core.php') ) {
1253
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1254
- 'id' => 'calderaform',
1255
- 'name' => __( 'Caldera Form', 'htmega-addons' ),
1256
- 'type' => 'element',
1257
- 'default' => "on",
1258
- 'label_on' => __( 'On', 'htmega-addons' ),
1259
- 'label_off' => __( 'Off', 'htmega-addons' ),
1260
- ];
1261
- }
1262
-
1263
- if( is_plugin_active('contact-form-7/wp-contact-form-7.php') ) {
1264
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1265
- 'id' => 'contactform',
1266
- 'name' => __( 'Contact form 7', 'htmega-addons' ),
1267
- 'type' => 'element',
1268
- 'default' => "on",
1269
- 'label_on' => __( 'On', 'htmega-addons' ),
1270
- 'label_off' => __( 'Off', 'htmega-addons' ),
1271
- ];
1272
- }
1273
-
1274
- if( is_plugin_active('download-monitor/download-monitor.php') ) {
1275
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1276
- 'id' => 'downloadmonitor',
1277
- 'name' => __( 'Download Monitor', 'htmega-addons' ),
1278
- 'type' => 'element',
1279
- 'default' => "on",
1280
- 'label_on' => __( 'On', 'htmega-addons' ),
1281
- 'label_off' => __( 'Off', 'htmega-addons' ),
1282
- ];
1283
- }
1284
-
1285
- if( is_plugin_active('easy-digital-downloads/easy-digital-downloads.php') ) {
1286
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1287
- 'id' => 'easydigitaldownload',
1288
- 'name' => __( 'Easy Digital Downloads', 'htmega-addons' ),
1289
- 'type' => 'element',
1290
- 'default' => "on",
1291
- 'label_on' => __( 'On', 'htmega-addons' ),
1292
- 'label_off' => __( 'Off', 'htmega-addons' ),
1293
- ];
1294
- }
1295
-
1296
- if( is_plugin_active('gravityforms/gravityforms.php') ) {
1297
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1298
- 'id' => 'gravityforms',
1299
- 'name' => __( 'Gravity Forms', 'htmega-addons' ),
1300
- 'type' => 'element',
1301
- 'default' => "on",
1302
- 'label_on' => __( 'On', 'htmega-addons' ),
1303
- 'label_off' => __( 'Off', 'htmega-addons' ),
1304
- ];
1305
- }
1306
-
1307
- if( is_plugin_active('instagram-feed/instagram-feed.php') ) {
1308
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1309
- 'id' => 'instragramfeed',
1310
- 'name' => __( 'Instragram Feed', 'htmega-addons' ),
1311
- 'type' => 'element',
1312
- 'default' => "on",
1313
- 'label_on' => __( 'On', 'htmega-addons' ),
1314
- 'label_off' => __( 'Off', 'htmega-addons' ),
1315
- ];
1316
- }
1317
-
1318
- if( is_plugin_active('wp-job-manager/wp-job-manager.php') ) {
1319
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1320
- 'id' => 'jobmanager',
1321
- 'name' => __( 'Job Manager', 'htmega-addons' ),
1322
- 'type' => 'element',
1323
- 'default' => "on",
1324
- 'label_on' => __( 'On', 'htmega-addons' ),
1325
- 'label_off' => __( 'Off', 'htmega-addons' ),
1326
- ];
1327
- }
1328
-
1329
- if( is_plugin_active('LayerSlider/layerslider.php') ) {
1330
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1331
- 'id' => 'layerslider',
1332
- 'name' => __( 'Job Manager', 'htmega-addons' ),
1333
- 'type' => 'element',
1334
- 'default' => "on",
1335
- 'label_on' => __( 'On', 'htmega-addons' ),
1336
- 'label_off' => __( 'Off', 'htmega-addons' ),
1337
- ];
1338
- }
1339
-
1340
- if( is_plugin_active('mailchimp-for-wp/mailchimp-for-wp.php') ) {
1341
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1342
- 'id' => 'mailchimpwp',
1343
- 'name' => __( 'Mailchimp for wp', 'htmega-addons' ),
1344
- 'type' => 'element',
1345
- 'default' => "on",
1346
- 'label_on' => __( 'On', 'htmega-addons' ),
1347
- 'label_off' => __( 'Off', 'htmega-addons' ),
1348
- ];
1349
- }
1350
-
1351
- if( is_plugin_active('ninja-forms/ninja-forms.php') ) {
1352
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1353
- 'id' => 'ninjaform',
1354
- 'name' => __( 'Ninja Form', 'htmega-addons' ),
1355
- 'type' => 'element',
1356
- 'default' => "on",
1357
- 'label_on' => __( 'On', 'htmega-addons' ),
1358
- 'label_off' => __( 'Off', 'htmega-addons' ),
1359
- ];
1360
- }
1361
-
1362
- if( is_plugin_active('quform/quform.php') ) {
1363
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1364
- 'id' => 'quforms',
1365
- 'name' => __( 'QU Form', 'htmega-addons' ),
1366
- 'type' => 'element',
1367
- 'default' => "on",
1368
- 'label_on' => __( 'On', 'htmega-addons' ),
1369
- 'label_off' => __( 'Off', 'htmega-addons' ),
1370
- ];
1371
- }
1372
-
1373
- if( is_plugin_active('wpforms-lite/wpforms.php') ) {
1374
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1375
- 'id' => 'wpforms',
1376
- 'name' => __( 'WP Form', 'htmega-addons' ),
1377
- 'type' => 'element',
1378
- 'default' => "on",
1379
- 'label_on' => __( 'On', 'htmega-addons' ),
1380
- 'label_off' => __( 'Off', 'htmega-addons' ),
1381
- ];
1382
- }
1383
-
1384
- if( is_plugin_active('revslider/revslider.php') ) {
1385
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1386
- 'id' => 'revolution',
1387
- 'name' => __( 'Revolution Slider', 'htmega-addons' ),
1388
- 'type' => 'element',
1389
- 'default' => "on",
1390
- 'label_on' => __( 'On', 'htmega-addons' ),
1391
- 'label_off' => __( 'Off', 'htmega-addons' ),
1392
- ];
1393
- }
1394
-
1395
- if( is_plugin_active('tablepress/tablepress.php') ) {
1396
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1397
- 'id' => 'tablepress',
1398
- 'name' => __( 'TablePress', 'htmega-addons' ),
1399
- 'type' => 'element',
1400
- 'default' => "on",
1401
- 'label_on' => __( 'On', 'htmega-addons' ),
1402
- 'label_off' => __( 'Off', 'htmega-addons' ),
1403
- ];
1404
- }
1405
-
1406
- if( is_plugin_active('woocommerce/woocommerce.php') ) {
1407
-
1408
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1409
- 'id' => 'wcaddtocart',
1410
- 'name' => __( 'WC : Add To cart', 'htmega-addons' ),
1411
- 'type' => 'element',
1412
- 'default' => "on",
1413
- 'label_on' => __( 'On', 'htmega-addons' ),
1414
- 'label_off' => __( 'Off', 'htmega-addons' ),
1415
- ];
1416
-
1417
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1418
- 'id' => 'categories',
1419
- 'name' => __( 'WC : Categories', 'htmega-addons' ),
1420
- 'type' => 'element',
1421
- 'default' => "on",
1422
- 'label_on' => __( 'On', 'htmega-addons' ),
1423
- 'label_off' => __( 'Off', 'htmega-addons' ),
1424
- ];
1425
-
1426
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1427
- 'id' => 'wcpages',
1428
- 'name' => __( 'WC : Pages', 'htmega-addons' ),
1429
- 'type' => 'element',
1430
- 'default' => "on",
1431
- 'label_on' => __( 'On', 'htmega-addons' ),
1432
- 'label_off' => __( 'Off', 'htmega-addons' ),
1433
- ];
1434
-
1435
- }
1436
-
1437
- if( empty( $third_party_element ) ){
1438
- $third_party_element['htmega_thirdparty_element_tabs'][] = [
1439
- 'id' => 'noelement',
1440
- 'html' => __( 'No Element Found', 'htmega-addons' ),
1441
- 'type' => 'html',
1442
- ];
1443
- }
1444
-
1445
- $allFields = array_merge( $settings, $third_party_element );
1446
- return apply_filters( 'htmega_admin_fields', $allFields );
1447
-
1448
- }
1449
-
1450
- // General tab
1451
- public function pro_vs_free_html_tabs(){
1452
- ob_start();
1453
- ?>
1454
- <div class="htmega-general-tabs">
1455
-
1456
- <div class="htmega-document-section">
1457
- <div class="htmega-column">
1458
- <a href="https://www.youtube.com/watch?v=d7jAiAYusUg&list=PLk25BQFrj7wEEGUHn9x2zwOql990bZAo_" target="_blank">
1459
- <img src="<?php echo esc_url(HTMEGA_ADDONS_PL_URL.'admin/assets/images/video-tutorial.jpg'); ?>" alt="<?php esc_attr_e( 'Video Tutorial', 'htmega-addons' ); ?>">
1460
- </a>
1461
- </div>
1462
- <div class="htmega-column">
1463
- <a href="https://wphtmega.com/docs/" target="_blank">
1464
- <img src="<?php echo esc_url(HTMEGA_ADDONS_PL_URL.'admin/assets/images/online-documentation.jpg'); ?>" alt="<?php esc_attr_e( 'Online Documentation', 'htmega-addons' ); ?>">
1465
- </a>
1466
- </div>
1467
- <div class="htmega-column">
1468
- <a href="https://wphtmega.com/contact/" target="_blank">
1469
- <img src="<?php echo esc_url(HTMEGA_ADDONS_PL_URL.'admin/assets/images/genral-contact-us.jpg'); ?>" alt="<?php esc_attr_e( 'Contact Us', 'htmega-addons' ); ?>">
1470
- </a>
1471
- </div>
1472
- </div>
1473
-
1474
- <div class="different-pro-free">
1475
- <h3 class="htmega-section-title"><?php echo esc_html__( 'HTMega Free Vs HTMega Pro.', 'htmega-addons' ); ?></h3>
1476
-
1477
- <div class="htmega-admin-row">
1478
- <div class="features-list-area">
1479
- <h3><?php echo esc_html__( 'HTMega Free', 'htmega-addons' ); ?></h3>
1480
- <ul>
1481
- <li><?php echo esc_html__( '84 Elements', 'htmega-addons' ); ?></li>
1482
- <li><?php echo esc_html__( '15 Categories / Template set', 'htmega-addons' ); ?></li>
1483
- <li><?php echo esc_html__( '15 Templates', 'htmega-addons' ); ?></li>
1484
- <li class="fedel"><del><?php echo esc_html__( '360 Blocks / Sections', 'htmega-addons' ); ?></del></li>
1485
- <li class="fedel"><del><?php echo esc_html__( 'Blog Search Page Builder', 'htmega-addons'); ?></del></li>
1486
- <li class="fedel"><del><?php echo esc_html__( '404 Error Page Builder', 'htmega-addons'); ?></del></li>
1487
- <li class="fedel"><del><?php echo esc_html__( 'Coming soon Page Builder', 'htmega-addons'); ?></del></li>
1488
- <li class="fedel"><del><?php echo esc_html__( 'Blog Archive Category Wise Individual layout', 'htmega-addons'); ?></del></li>
1489
- <li class="fedel"><del><?php echo esc_html__( 'Blog Archive Tag Wise Individual layout', 'htmega-addons'); ?></del></li>
1490
- <li class="fedel"><del><?php echo esc_html__( 'Fakes notification', 'htmega-addons');?></del></li>
1491
- <li class="fedel"><del><?php echo esc_html__( 'Notification showing position', 'htmega-addons');?></del></li>
1492
- <li class="fedel"><del><?php echo esc_html__( 'Notification image position', 'htmega-addons');?></del></li>
1493
- <li class="fedel"><del><?php echo esc_html__( 'Time interval each notification', 'htmega-addons');?></li>
1494
- <li class="fedel"><del><?php echo esc_html__( 'Sales upto date option', 'htmega-addons');?></del></li>
1495
- <li class="fedel"><del><?php echo esc_html__( 'Incoming animation option', 'htmega-addons');?></del></li>
1496
- <li class="fedel"><del><?php echo esc_html__( 'Outgoing animation option', 'htmega-addons');?></del></li>
1497
- <li class="fedel"><del><?php echo esc_html__( 'Background color option', 'htmega-addons');?></del></li>
1498
- <li class="fedel"><del><?php echo esc_html__( 'Heading color option', 'htmega-addons');?></del></li>
1499
- <li class="fedel"><del><?php echo esc_html__( 'Content color option', 'htmega-addons');?></del></li>
1500
- <li class="fedel"><del><?php echo esc_html__( 'Cross icon color option', 'htmega-addons');?></del></li>
1501
- </ul>
1502
- </div>
1503
- <div class="features-list-area">
1504
- <h3><?php echo esc_html__( 'HTMega Pro', 'htmega-addons' ); ?></h3>
1505
- <ul>
1506
- <li><?php echo esc_html__( '107+ Elements', 'htmega-addons' ); ?></li>
1507
- <li><?php echo esc_html__( '782+ Blocks / Sections', 'htmega-addons' ); ?></li>
1508
- <li><?php echo esc_html__( '38 Categories / Template set', 'htmega-addons' ); ?></li>
1509
- <li><?php echo esc_html__( '524 Templates', 'htmega-addons' ); ?></li>
1510
- <li><?php echo esc_html__( 'Blog Search Page Builder', 'htmega-addons' ); ?></li>
1511
- <li><?php echo esc_html__( '404 Error Page Builder', 'htmega-addons' ); ?></li>
1512
- <li><?php echo esc_html__( 'Coming soon Page Builder', 'htmega-addons' ); ?></li>
1513
- <li><?php echo esc_html__( 'Blog Archive Category Wise Individual layout', 'htmega-addons' ); ?></li>
1514
- <li><?php echo esc_html__( 'Blog Archive Tag Wise Individual layout', 'htmega-addons' ); ?></li>
1515
- <li><?php echo esc_html__( 'Fakes notification', 'htmega-addons');?></li>
1516
- <li><?php echo esc_html__( 'Notification showing position', 'htmega-addons');?></li>
1517
- <li><?php echo esc_html__( 'Notification image position', 'htmega-addons');?></li>
1518
- <li><?php echo esc_html__( 'Time interval each notification', 'htmega-addons');?></li>
1519
- <li><?php echo esc_html__( 'Sales upto date option', 'htmega-addons');?></li>
1520
- <li><?php echo esc_html__( 'Incoming animation option', 'htmega-addons');?></li>
1521
- <li><?php echo esc_html__( 'Outgoing animation option', 'htmega-addons');?></li>
1522
- <li><?php echo esc_html__( 'Background color option', 'htmega-addons');?></li>
1523
- <li><?php echo esc_html__( 'Heading color option', 'htmega-addons');?></li>
1524
- <li><?php echo esc_html__( 'Content color option', 'htmega-addons');?></li>
1525
- <li><?php echo esc_html__( 'Cross icon color option', 'htmega-addons');?></li>
1526
- </ul>
1527
- <a class="button button-primary" href="https://wphtmega.com/pricing/" target="_blank"><?php echo esc_html__( 'Buy Now', 'htmega-addons' ); ?></a>
1528
- </div>
1529
- </div>
1530
-
1531
- </div>
1532
-
1533
- </div>
1534
- <?php
1535
- return ob_get_clean();
1536
- }
1537
-
1538
  }
1
+ <?php
2
+ namespace HTMegaOpt\Admin;
3
+
4
+ class Options_Field {
5
+
6
+ /**
7
+ * [$_instance]
8
+ * @var null
9
+ */
10
+ private static $_instance = null;
11
+
12
+ /**
13
+ * [instance] Initializes a singleton instance
14
+ * @return [Admin]
15
+ */
16
+ public static function instance() {
17
+ if ( is_null( self::$_instance ) ) {
18
+ self::$_instance = new self();
19
+ }
20
+ return self::$_instance;
21
+ }
22
+
23
+ public function get_settings_tabs(){
24
+ $tabs = array(
25
+ 'general' => [
26
+ 'id' => 'htmega_pro_vs_free_tabs',
27
+ 'title' => esc_html__( 'General', 'htmega-addons' ),
28
+ 'icon' => 'htmega htmega-settings',
29
+ 'content' => [
30
+ 'header' => false,
31
+ 'footer' => false,
32
+ 'title' => __( 'Free VS Pro', 'htmega-addons' ),
33
+ 'desc' => __( 'Freely use these elements to create your site. You can enable which you are not using, and, all associated assets will be disable to improve your site loading speed.', 'htmega-addons' ),
34
+ ],
35
+ ],
36
+ 'elements' => [
37
+ 'id' => 'htmega_element_tabs',
38
+ 'title' => esc_html__( 'Elements', 'htmega-addons' ),
39
+ 'icon' => 'htmega htmega-element',
40
+ 'content' => [
41
+ 'column' => 3,
42
+ 'title' => __( 'Widget List', 'htmega-addons' ),
43
+ 'desc' => __( 'Freely use these elements to create your site. You can enable which you are not using, and, all associated assets will be disable to improve your site loading speed.', 'htmega-addons' ),
44
+ ],
45
+ ],
46
+ 'thirdparty' => array(
47
+ 'id' => 'htmega_thirdparty_element_tabs',
48
+ 'title' => esc_html__( 'Third Party', 'htmega-addons' ),
49
+ 'icon' => 'htmega htmega-extension',
50
+ 'content' => [
51
+ 'column' => 3,
52
+ 'title' => __( 'Third Party Widget List', 'htmega-addons' ),
53
+ 'desc' => __( 'Freely use these elements to create your site. You can enable which you are not using, and, all associated assets will be disable to improve your site loading speed.', 'htmega-addons' ),
54
+ ],
55
+ ),
56
+ 'others' => array(
57
+ 'id' => 'htmega_general_tabs',
58
+ 'title' => esc_html__( 'Other Options', 'htmega-addons' ),
59
+ 'icon' => 'htmega htmega-others',
60
+ 'content' => [
61
+ 'enableall' => false,
62
+ 'title' => __( 'Other options', 'htmega-addons' ),
63
+ 'desc' => __( 'Freely use these elements to create your site. You can enable which you are not using, and, all associated assets will be disable to improve your site loading speed.', 'htmega-addons' ),
64
+ ],
65
+ ),
66
+ 'advance' => array(
67
+ 'id' => 'htmega_advance_element_tabs',
68
+ 'title' => esc_html__( 'Advance Addons', 'htmega-addons' ),
69
+ 'icon' => 'htmega htmega-advance',
70
+ 'content' => [
71
+ 'column' => 3,
72
+ 'title' => __( 'Advance Widget List', 'htmega-addons' ),
73
+ 'desc' => __( 'Freely use these elements to create your site. You can enable which you are not using, and, all associated assets will be disable to improve your site loading speed.', 'htmega-addons' ),
74
+ ],
75
+ )
76
+ );
77
+
78
+ return apply_filters( 'htmega_admin_fields_sections', $tabs );
79
+
80
+ }
81
+
82
+ public function get_settings_subtabs(){
83
+
84
+ $subtabs = array();
85
+
86
+ return apply_filters( 'htmega_admin_fields_sub_sections', $subtabs );
87
+ }
88
+
89
+ public function get_registered_settings(){
90
+ $settings = array(
91
+ 'htmega_pro_vs_free_tabs' => array(
92
+
93
+ array(
94
+ 'id' => 'htmega_pro_vs_free_html',
95
+ 'desc' => __( 'Enter Your ocupation' ),
96
+ 'type' => 'html',
97
+ 'html' => $this->pro_vs_free_html_tabs()
98
+ ),
99
+
100
+ ),
101
+
102
+ 'htmega_element_tabs' => array(
103
+
104
+ array(
105
+ 'id' => 'accordion',
106
+ 'name' => __( 'Accordion', 'htmega-addons' ),
107
+ 'type' => 'element',
108
+ 'default' => 'on',
109
+ 'label_on' => __( 'On', 'htmega-addons' ),
110
+ 'label_off' => __( 'Off', 'htmega-addons' ),
111
+ ),
112
+
113
+ array(
114
+ 'id' => 'animatesectiontitle',
115
+ 'name' => __( 'Animate Heading', 'htmega-addons' ),
116
+ 'type' => 'element',
117
+ 'default'=>'on',
118
+ 'label_on' => __( 'On', 'htmega-addons' ),
119
+ 'label_off' => __( 'Off', 'htmega-addons' ),
120
+ ),
121
+
122
+ array(
123
+ 'id' => 'addbanner',
124
+ 'name' => __( 'Ads Banner', 'htmega-addons' ),
125
+ 'type' => 'element',
126
+ 'default'=>'on',
127
+ 'label_on' => __( 'On', 'htmega-addons' ),
128
+ 'label_off' => __( 'Off', 'htmega-addons' ),
129
+ ),
130
+
131
+ array(
132
+ 'id' => 'specialadsbanner',
133
+ 'name' => __( 'Special Day Offer', 'htmega-addons' ),
134
+ 'type' => 'element',
135
+ 'default'=>'on',
136
+ 'label_on' => __( 'On', 'htmega-addons' ),
137
+ 'label_off' => __( 'Off', 'htmega-addons' ),
138
+ ),
139
+
140
+ array(
141
+ 'id' => 'blockquote',
142
+ 'name' => __( 'Blockquote', 'htmega-addons' ),
143
+ 'type' => 'element',
144
+ 'default'=>'on',
145
+ 'label_on' => __( 'On', 'htmega-addons' ),
146
+ 'label_off' => __( 'Off', 'htmega-addons' ),
147
+ ),
148
+
149
+ array(
150
+ 'id' => 'brandlogo',
151
+ 'name' => __( 'Brands', 'htmega-addons' ),
152
+ 'type' => 'element',
153
+ 'default'=>'on',
154
+ 'label_on' => __( 'On', 'htmega-addons' ),
155
+ 'label_off' => __( 'Off', 'htmega-addons' ),
156
+ ),
157
+
158
+ array(
159
+ 'id' => 'businesshours',
160
+ 'name' => __( 'Business Hours', 'htmega-addons' ),
161
+ 'type' => 'element',
162
+ 'default'=>'on',
163
+ 'label_on' => __( 'On', 'htmega-addons' ),
164
+ 'label_off' => __( 'Off', 'htmega-addons' ),
165
+ ),
166
+
167
+ array(
168
+ 'id' => 'button',
169
+ 'name' => __( 'Button', 'htmega-addons' ),
170
+ 'type' => 'element',
171
+ 'default'=>'on',
172
+ 'label_on' => __( 'On', 'htmega-addons' ),
173
+ 'label_off' => __( 'Off', 'htmega-addons' ),
174
+ ),
175
+
176
+ array(
177
+ 'id' => 'calltoaction',
178
+ 'name' => __( 'Call To Action', 'htmega-addons' ),
179
+ 'type' => 'element',
180
+ 'default'=>'on',
181
+ 'label_on' => __( 'On', 'htmega-addons' ),
182
+ 'label_off' => __( 'Off', 'htmega-addons' ),
183
+ ),
184
+
185
+ array(
186
+ 'id' => 'carousel',
187
+ 'name' => __( 'Carousel', 'htmega-addons' ),
188
+ 'type' => 'element',
189
+ 'default'=>'on',
190
+ 'label_on' => __( 'On', 'htmega-addons' ),
191
+ 'label_off' => __( 'Off', 'htmega-addons' ),
192
+ ),
193
+
194
+ array(
195
+ 'id' => 'countdown',
196
+ 'name' => __( 'Countdown', 'htmega-addons' ),
197
+ 'type' => 'element',
198
+ 'default'=>'on',
199
+ 'label_on' => __( 'On', 'htmega-addons' ),
200
+ 'label_off' => __( 'Off', 'htmega-addons' ),
201
+ ),
202
+
203
+ array(
204
+ 'id' => 'counter',
205
+ 'name' => __( 'Counter', 'htmega-addons' ),
206
+ 'type' => 'element',
207
+ 'default'=>'on',
208
+ 'label_on' => __( 'On', 'htmega-addons' ),
209
+ 'label_off' => __( 'Off', 'htmega-addons' ),
210
+ ),
211
+
212
+ array(
213
+ 'id' => 'customevent',
214
+ 'name' => __( 'Custom Event', 'htmega-addons' ),
215
+ 'type' => 'element',
216
+ 'default'=>'on',
217
+ 'label_on' => __( 'On', 'htmega-addons' ),
218
+ 'label_off' => __( 'Off', 'htmega-addons' ),
219
+ ),
220
+
221
+ array(
222
+ 'id' => 'dualbutton',
223
+ 'name' => __( 'Double Button', 'htmega-addons' ),
224
+ 'type' => 'element',
225
+ 'default'=>'on',
226
+ 'label_on' => __( 'On', 'htmega-addons' ),
227
+ 'label_off' => __( 'Off', 'htmega-addons' ),
228
+ ),
229
+
230
+ array(
231
+ 'id' => 'dropcaps',
232
+ 'name' => __( 'Dropcaps', 'htmega-addons' ),
233
+ 'type' => 'element',
234
+ 'default'=>'on',
235
+ 'label_on' => __( 'On', 'htmega-addons' ),
236
+ 'label_off' => __( 'Off', 'htmega-addons' ),
237
+ ),
238
+
239
+ array(
240
+ 'id' => 'flipbox',
241
+ 'name' => __( 'Flip Box', 'htmega-addons' ),
242
+ 'type' => 'element',
243
+ 'default'=>'on',
244
+ 'label_on' => __( 'On', 'htmega-addons' ),
245
+ 'label_off' => __( 'Off', 'htmega-addons' ),
246
+ ),
247
+
248
+ array(
249
+ 'id' => 'galleryjustify',
250
+ 'name' => __( 'Gallery Justify', 'htmega-addons' ),
251
+ 'type' => 'element',
252
+ 'default'=>'on',
253
+ 'label_on' => __( 'On', 'htmega-addons' ),
254
+ 'label_off' => __( 'Off', 'htmega-addons' ),
255
+ ),
256
+
257
+ array(
258
+ 'id' => 'googlemap',
259
+ 'name' => __( 'Google Map', 'htmega-addons' ),
260
+ 'type' => 'element',
261
+ 'default'=>'on',
262
+ 'label_on' => __( 'On', 'htmega-addons' ),
263
+ 'label_off' => __( 'Off', 'htmega-addons' ),
264
+ ),
265
+
266
+ array(
267
+ 'id' => 'imagecomparison',
268
+ 'name' => __( 'Image Comparison', 'htmega-addons' ),
269
+ 'type' => 'element',
270
+ 'default'=>'on',
271
+ 'label_on' => __( 'On', 'htmega-addons' ),
272
+ 'label_off' => __( 'Off', 'htmega-addons' ),
273
+ ),
274
+
275
+ array(
276
+ 'id' => 'imagegrid',
277
+ 'name' => __( 'Image Grid', 'htmega-addons' ),
278
+ 'type' => 'element',
279
+ 'default'=>'on',
280
+ 'label_on' => __( 'On', 'htmega-addons' ),
281
+ 'label_off' => __( 'Off', 'htmega-addons' ),
282
+ ),
283
+
284
+ array(
285
+ 'id' => 'imagemagnifier',
286
+ 'name' => __( 'Image Magnifier', 'htmega-addons' ),
287
+ 'type' => 'element',
288
+ 'default'=>'on',
289
+ 'label_on' => __( 'On', 'htmega-addons' ),
290
+ 'label_off' => __( 'Off', 'htmega-addons' ),
291
+ ),
292
+
293
+ array(
294
+ 'id' => 'imagemarker',
295
+ 'name' => __( 'Image Marker', 'htmega-addons' ),
296
+ 'type' => 'element',
297
+ 'default'=>'on',
298
+ 'label_on' => __( 'On', 'htmega-addons' ),
299
+ 'label_off' => __( 'Off', 'htmega-addons' ),
300
+ ),
301
+
302
+ array(
303
+ 'id' => 'imagemasonry',
304
+ 'name' => __( 'Image Masonry', 'htmega-addons' ),
305
+ 'type' => 'element',
306
+ 'default'=>'on',
307
+ 'label_on' => __( 'On', 'htmega-addons' ),
308
+ 'label_off' => __( 'Off', 'htmega-addons' ),
309
+ ),
310
+
311
+ array(
312
+ 'id' => 'inlinemenu',
313
+ 'name' => __( 'Inline Navigation', 'htmega-addons' ),
314
+ 'type' => 'element',
315
+ 'default'=>'on',
316
+ 'label_on' => __( 'On', 'htmega-addons' ),
317
+ 'label_off' => __( 'Off', 'htmega-addons' ),
318
+ ),
319
+
320
+ array(
321
+ 'id' => 'instagram',
322
+ 'name' => __( 'Instagram', 'htmega-addons' ),
323
+ 'type' => 'element',
324
+ 'default'=>'on',
325
+ 'label_on' => __( 'On', 'htmega-addons' ),
326
+ 'label_off' => __( 'Off', 'htmega-addons' ),
327
+ ),
328
+
329
+ array(
330
+ 'id' => 'lightbox',
331
+ 'name' => __( 'Light Box', 'htmega-addons' ),
332
+ 'type' => 'element',
333
+ 'default'=>'on',
334
+ 'label_on' => __( 'On', 'htmega-addons' ),
335
+ 'label_off' => __( 'Off', 'htmega-addons' ),
336
+ ),
337
+
338
+ array(
339
+ 'id' => 'modal',
340
+ 'name' => __( 'Modal', 'htmega-addons' ),
341
+ 'type' => 'element',
342
+ 'default'=>'on',
343
+ 'label_on' => __( 'On', 'htmega-addons' ),
344
+ 'label_off' => __( 'Off', 'htmega-addons' ),
345
+ ),
346
+
347
+ array(
348
+ 'id' => 'newtsicker',
349
+ 'name' => __( 'News Ticker', 'htmega-addons' ),
350
+ 'type' => 'element',
351
+ 'default'=>'on',
352
+ 'label_on' => __( 'On', 'htmega-addons' ),
353
+ 'label_off' => __( 'Off', 'htmega-addons' ),
354
+ ),
355
+
356
+ array(
357
+ 'id' => 'notify',
358
+ 'name' => __( 'Notify', 'htmega-addons' ),
359
+ 'type' => 'element',
360
+ 'default'=>'off',
361
+ 'label_on' => __( 'On', 'htmega-addons' ),
362
+ 'label_off' => __( 'Off', 'htmega-addons' ),
363
+ ),
364
+
365
+ array(
366
+ 'id' => 'offcanvas',
367
+ 'name' => __( 'Offcanvas', 'htmega-addons' ),
368
+ 'type' => 'element',
369
+ 'default'=>'on',
370
+ 'label_on' => __( 'On', 'htmega-addons' ),
371
+ 'label_off' => __( 'Off', 'htmega-addons' ),
372
+ ),
373
+
374
+ array(
375
+ 'id' => 'panelslider',
376
+ 'name' => __( 'Panel Slider', 'htmega-addons' ),
377
+ 'type' => 'element',
378
+ 'default'=>'off',
379
+ 'label_on' => __( 'On', 'htmega-addons' ),
380
+ 'label_off' => __( 'Off', 'htmega-addons' ),
381
+ ),
382
+
383
+ array(
384
+ 'id' => 'popover',
385
+ 'name' => __( 'Popover', 'htmega-addons' ),
386
+ 'type' => 'element',
387
+ 'default'=>'off',
388
+ 'label_on' => __( 'On', 'htmega-addons' ),
389
+ 'label_off' => __( 'Off', 'htmega-addons' ),
390
+ ),
391
+
392
+ array(
393
+ 'id' => 'postcarousel',
394
+ 'name' => __( 'Post carousel', 'htmega-addons' ),
395
+ 'type' => 'element',
396
+ 'default'=>'on',
397
+ 'label_on' => __( 'On', 'htmega-addons' ),
398
+ 'label_off' => __( 'Off', 'htmega-addons' ),
399
+ ),
400
+
401
+ array(
402
+ 'id' => 'postgrid',
403
+ 'name' => __( 'Post Grid', 'htmega-addons' ),
404
+ 'type' => 'element',
405
+ 'default'=>'on',
406
+ 'label_on' => __( 'On', 'htmega-addons' ),
407
+ 'label_off' => __( 'Off', 'htmega-addons' ),
408
+ ),
409
+
410
+ array(
411
+ 'id' => 'postgridtab',
412
+ 'name' => __( 'Post Grid Tab', 'htmega-addons' ),
413
+ 'type' => 'element',
414
+ 'default'=>'on',
415
+ 'label_on' => __( 'On', 'htmega-addons' ),
416
+ 'label_off' => __( 'Off', 'htmega-addons' ),
417
+ ),
418
+
419
+ array(
420
+ 'id' => 'postslider',
421
+ 'name' => __( 'Post Slider', 'htmega-addons' ),
422
+ 'type' => 'element',
423
+ 'default'=>'on',
424
+ 'label_on' => __( 'On', 'htmega-addons' ),
425
+ 'label_off' => __( 'Off', 'htmega-addons' ),
426
+ ),
427
+
428
+ array(
429
+ 'id' => 'pricinglistview',
430
+ 'name' => __( 'Pricing List View', 'htmega-addons' ),
431
+ 'type' => 'element',
432
+ 'default'=>'off',
433
+ 'label_on' => __( 'On', 'htmega-addons' ),
434
+ 'label_off' => __( 'Off', 'htmega-addons' ),
435
+ ),
436
+
437
+ array(
438
+ 'id' => 'pricingtable',
439
+ 'name' => __( 'Pricing Table', 'htmega-addons' ),
440
+ 'type' => 'element',
441
+ 'default'=>'on',
442
+ 'label_on' => __( 'On', 'htmega-addons' ),
443
+ 'label_off' => __( 'Off', 'htmega-addons' ),
444
+ ),
445
+
446
+ array(
447
+ 'id' => 'progressbar',
448
+ 'name' => __( 'Progress Bar', 'htmega-addons' ),
449
+ 'type' => 'element',
450
+ 'default'=>'on',
451
+ 'label_on' => __( 'On', 'htmega-addons' ),
452
+ 'label_off' => __( 'Off', 'htmega-addons' ),
453
+ ),
454
+
455
+ array(
456
+ 'id' => 'scrollimage',
457
+ 'name' => __( 'Scroll Image', 'htmega-addons' ),
458
+ 'type' => 'element',
459
+ 'default'=>'off',
460
+ 'label_on' => __( 'On', 'htmega-addons' ),
461
+ 'label_off' => __( 'Off', 'htmega-addons' ),
462
+ ),
463
+
464
+ array(
465
+ 'id' => 'scrollnavigation',
466
+ 'name' => __( 'Scroll Navigation', 'htmega-addons' ),
467
+ 'type' => 'element',
468
+ 'default'=>'off',
469
+ 'label_on' => __( 'On', 'htmega-addons' ),
470
+ 'label_off' => __( 'Off', 'htmega-addons' ),
471
+ ),
472
+
473
+ array(
474
+ 'id' => 'search',
475
+ 'name' => __( 'Search', 'htmega-addons' ),
476
+ 'type' => 'element',
477
+ 'default'=>'off',
478
+ 'label_on' => __( 'On', 'htmega-addons' ),
479
+ 'label_off' => __( 'Off', 'htmega-addons' ),
480
+ ),
481
+
482
+ array(
483
+ 'id' => 'sectiontitle',
484
+ 'name' => __( 'Section Title', 'htmega-addons' ),
485
+ 'type' => 'element',
486
+ 'default'=>'on',
487
+ 'label_on' => __( 'On', 'htmega-addons' ),
488
+ 'label_off' => __( 'Off', 'htmega-addons' ),
489
+ ),
490
+
491
+ array(
492
+ 'id' => 'service',
493
+ 'name' => __( 'Service', 'htmega-addons' ),
494
+ 'type' => 'element',
495
+ 'default'=>'on',
496
+ 'label_on' => __( 'On', 'htmega-addons' ),
497
+ 'label_off' => __( 'Off', 'htmega-addons' ),
498
+ ),
499
+
500
+ array(
501
+ 'id' => 'singlepost',
502
+ 'name' => __( 'Single Post', 'htmega-addons' ),
503
+ 'type' => 'element',
504
+ 'default'=>'on',
505
+ 'label_on' => __( 'On', 'htmega-addons' ),
506
+ 'label_off' => __( 'Off', 'htmega-addons' ),
507
+ ),
508
+
509
+ array(
510
+ 'id' => 'thumbgallery',
511
+ 'name' => __( 'Slider Thumbnail Gallery', 'htmega-addons' ),
512
+ 'type' => 'element',
513
+ 'default'=>'off',
514
+ 'label_on' => __( 'On', 'htmega-addons' ),
515
+ 'label_off' => __( 'Off', 'htmega-addons' ),
516
+ ),
517
+
518
+ array(
519
+ 'id' => 'socialshere',
520
+ 'name' => __( 'Social Share', 'htmega-addons' ),
521
+ 'type' => 'element',
522
+ 'default'=>'off',
523
+ 'label_on' => __( 'On', 'htmega-addons' ),
524
+ 'label_off' => __( 'Off', 'htmega-addons' ),
525
+ ),
526
+
527
+ array(
528
+ 'id' => 'switcher',
529
+ 'name' => __( 'Switcher', 'htmega-addons' ),
530
+ 'type' => 'element',
531
+ 'default'=>'on',
532
+ 'label_on' => __( 'On', 'htmega-addons' ),
533
+ 'label_off' => __( 'Off', 'htmega-addons' ),
534
+ ),
535
+
536
+ array(
537
+ 'id' => 'tabs',
538
+ 'name' => __( 'Tabs', 'htmega-addons' ),
539
+ 'type' => 'element',
540
+ 'default'=>'on',
541
+ 'label_on' => __( 'On', 'htmega-addons' ),
542
+ 'label_off' => __( 'Off', 'htmega-addons' ),
543
+ ),
544
+
545
+ array(
546
+ 'id' => 'datatable',
547
+ 'name' => __( 'Data Table', 'htmega-addons' ),
548
+ 'type' => 'element',
549
+ 'default'=>'off',
550
+ 'label_on' => __( 'On', 'htmega-addons' ),
551
+ 'label_off' => __( 'Off', 'htmega-addons' ),
552
+ ),
553
+
554
+ array(
555
+ 'id' => 'teammember',
556
+ 'name' => __( 'Team Member', 'htmega-addons' ),
557
+ 'type' => 'element',
558
+ 'default'=>'on',
559
+ 'label_on' => __( 'On', 'htmega-addons' ),
560
+ 'label_off' => __( 'Off', 'htmega-addons' ),
561
+ ),
562
+
563
+ array(
564
+ 'id' => 'testimonial',
565
+ 'name' => __( 'Testimonial', 'htmega-addons' ),
566
+ 'type' => 'element',
567
+ 'default'=>'on',
568
+ 'label_on' => __( 'On', 'htmega-addons' ),
569
+ 'label_off' => __( 'Off', 'htmega-addons' ),
570
+ ),
571
+
572
+ array(
573
+ 'id' => 'testimonialgrid',
574
+ 'name' => __( 'Testimonial Grid', 'htmega-addons' ),
575
+ 'type' => 'element',
576
+ 'default'=>'off',
577
+ 'label_on' => __( 'On', 'htmega-addons' ),
578
+ 'label_off' => __( 'Off', 'htmega-addons' ),
579
+ ),
580
+
581
+ array(
582
+ 'id' => 'toggle',
583
+ 'name' => __( 'Toggle', 'htmega-addons' ),
584
+ 'type' => 'element',
585
+ 'default'=>'on',
586
+ 'label_on' => __( 'On', 'htmega-addons' ),
587
+ 'label_off' => __( 'Off', 'htmega-addons' ),
588
+ ),
589
+
590
+ array(
591
+ 'id' => 'tooltip',
592
+ 'name' => __( 'Tooltip', 'htmega-addons' ),
593
+ 'type' => 'element',
594
+ 'default'=>'on',
595
+ 'label_on' => __( 'On', 'htmega-addons' ),
596
+ 'label_off' => __( 'Off', 'htmega-addons' ),
597
+ ),
598
+
599
+ array(
600
+ 'id' => 'twitterfeed',
601
+ 'name' => __( 'Twitter Feed', 'htmega-addons' ),
602
+ 'type' => 'element',
603
+ 'default'=>'off',
604
+ 'label_on' => __( 'On', 'htmega-addons' ),
605
+ 'label_off' => __( 'Off', 'htmega-addons' ),
606
+ ),
607
+
608
+ array(
609
+ 'id' => 'userloginform',
610
+ 'name' => __( 'User Login Form', 'htmega-addons' ),
611
+ 'type' => 'element',
612
+ 'default'=>'off',
613
+ 'label_on' => __( 'On', 'htmega-addons' ),
614
+ 'label_off' => __( 'Off', 'htmega-addons' ),
615
+ ),
616
+
617
+ array(
618
+ 'id' => 'userregisterform',
619
+ 'name' => __( 'User Register Form', 'htmega-addons' ),
620
+ 'type' => 'element',
621
+ 'default'=>'off',
622
+ 'label_on' => __( 'On', 'htmega-addons' ),
623
+ 'label_off' => __( 'Off', 'htmega-addons' ),
624
+ ),
625
+
626
+ array(
627
+ 'id' => 'verticletimeline',
628
+ 'name' => __( 'Verticle Timeline', 'htmega-addons' ),
629
+ 'type' => 'element',
630
+ 'default'=>'off',
631
+ 'label_on' => __( 'On', 'htmega-addons' ),
632
+ 'label_off' => __( 'Off', 'htmega-addons' ),
633
+ ),
634
+
635
+ array(
636
+ 'id' => 'videoplayer',
637
+ 'name' => __( 'Video Player', 'htmega-addons' ),
638
+ 'type' => 'element',
639
+ 'default'=>'off',
640
+ 'label_on' => __( 'On', 'htmega-addons' ),
641
+ 'label_off' => __( 'Off', 'htmega-addons' ),
642
+ ),
643
+
644
+ array(
645
+ 'id' => 'workingprocess',
646
+ 'name' => __( 'Working Process', 'htmega-addons' ),
647
+ 'type' => 'element',
648
+ 'default'=>'off',
649
+ 'label_on' => __( 'On', 'htmega-addons' ),
650
+ 'label_off' => __( 'Off', 'htmega-addons' ),
651
+ ),
652
+
653
+ array(
654
+ 'id' => 'errorcontent',
655
+ 'name' => __( '404 Content', 'htmega-addons' ),
656
+ 'type' => 'element',
657
+ 'default'=>'off',
658
+ 'label_on' => __( 'On', 'htmega-addons' ),
659
+ 'label_off' => __( 'Off', 'htmega-addons' ),
660
+ ),
661
+
662
+ array(
663
+ 'id' => 'template_selector',
664
+ 'name' => __( 'Remote Template', 'htmega-addons' ),
665
+ 'type' => 'element',
666
+ 'default'=>'off',
667
+ 'label_on' => __( 'On', 'htmega-addons' ),
668
+ 'label_off' => __( 'Off', 'htmega-addons' ),
669
+ ),
670
+
671
+ array(
672
+ 'id' => 'weather',
673
+ 'name' => __( 'Weather', 'htmega-addons' ),
674
+ 'type' => 'element',
675
+ 'default'=>'on',
676
+ 'label_on' => __( 'On', 'htmega-addons' ),
677
+ 'label_off' => __( 'Off', 'htmega-addons' ),
678
+ ),
679
+
680
+ // pro addon list
681
+ array(
682
+ 'id' => 'info_boxp',
683
+ 'name' => __( 'Info Box', 'htmega-addons' ),
684
+ 'type' => 'element',
685
+ 'default'=>'off',
686
+ 'is_pro' => true,
687
+ 'label_on' => __( 'On', 'htmega-addons' ),
688
+ 'label_off' => __( 'Off', 'htmega-addons' ),
689
+ ),
690
+ array(
691
+ 'id' => 'lottiep',
692
+ 'name' => __( 'Lottie', 'htmega-addons' ),
693
+ 'type' => 'element',
694
+ 'default'=>'off',
695
+ 'is_pro' => true,
696
+ 'label_on' => __( 'On', 'htmega-addons' ),
697
+ 'label_off' => __( 'Off', 'htmega-addons' ),
698
+ ),
699
+ array(
700
+ 'id' => 'event_calendarp',
701
+ 'name' => __( 'Event Calendar', 'htmega-addons' ),
702
+ 'type' => 'element',
703
+ 'default'=>'off',
704
+ 'is_pro' => true,
705
+ 'label_on' => __( 'On', 'htmega-addons' ),
706
+ 'label_off' => __( 'Off', 'htmega-addons' ),
707
+ ),
708
+ array(
709
+ 'id' => 'category_listp',
710
+ 'name' => __( 'Category List', 'htmega-addons' ),
711
+ 'type' => 'element',
712
+ 'default'=>'off',
713
+ 'is_pro' => true,
714
+ 'label_on' => __( 'On', 'htmega-addons' ),
715
+ 'label_off' => __( 'Off', 'htmega-addons' ),
716
+ ),
717
+ array(
718
+ 'id' => 'pricing_menup',
719
+ 'name' => __( 'Pricing Menu', 'htmega-addons' ),
720
+ 'type' => 'element',
721
+ 'default'=>'off',
722
+ 'is_pro' => true,
723
+ 'label_on' => __( 'On', 'htmega-addons' ),
724
+ 'label_off' => __( 'Off', 'htmega-addons' ),
725
+ ),
726
+ array(
727
+ 'id' => 'feature_listp',
728
+ 'name' => __( 'Feature List', 'htmega-addons' ),
729
+ 'type' => 'element',
730
+ 'default'=>'off',
731
+ 'is_pro' => true,
732
+ 'label_on' => __( 'On', 'htmega-addons' ),
733
+ 'label_off' => __( 'Off', 'htmega-addons' ),
734
+ ),
735
+ array(
736
+ 'id' => 'social_network_iconsp',
737
+ 'name' => __( 'Social Network Icons', 'htmega-addons' ),
738
+ 'type' => 'element',
739
+ 'default'=>'off',
740
+ 'is_pro' => true,
741
+ 'label_on' => __( 'On', 'htmega-addons' ),
742
+ 'label_off' => __( 'Off', 'htmega-addons' ),
743
+ ),
744
+ array(
745
+ 'id' => 'taxonomy_termsp',
746
+ 'name' => __( 'Taxonomy Terms', 'htmega-addons' ),
747
+ 'type' => 'element',
748
+ 'default'=>'off',
749
+ 'is_pro' => true,
750
+ 'label_on' => __( 'On', 'htmega-addons' ),
751
+ 'label_off' => __( 'Off', 'htmega-addons' ),
752
+ ),
753
+ array(
754
+ 'id' => 'background_switcherp',
755
+ 'name' => __( 'Background Switcher', 'htmega-addons' ),
756
+ 'type' => 'element',
757
+ 'default'=>'off',
758
+ 'is_pro' => true,
759
+ 'label_on' => __( 'On', 'htmega-addons' ),
760
+ 'label_off' => __( 'Off', 'htmega-addons' ),
761
+ ),
762
+ array(
763
+ 'id' => 'breadcrumbsp',
764
+ 'name' => __( 'Breadcrumbs', 'htmega-addons' ),
765
+ 'type' => 'element',
766
+ 'default'=>'off',
767
+ 'is_pro' => true,
768
+ 'label_on' => __( 'On', 'htmega-addons' ),
769
+ 'label_off' => __( 'Off', 'htmega-addons' ),
770
+ ),
771
+ array(
772
+ 'id' => 'page_listp',
773
+ 'name' => __( 'Page List', 'htmega-addons' ),
774
+ 'type' => 'element',
775
+ 'default'=>'off',
776
+ 'is_pro' => true,
777
+ 'label_on' => __( 'On', 'htmega-addons' ),
778
+ 'label_off' => __( 'Off', 'htmega-addons' ),
779
+ ),
780
+ array(
781
+ 'id' => 'icon_boxp',
782
+ 'name' => __( 'Icon Box', 'htmega-addons' ),
783
+ 'type' => 'element',
784
+ 'default'=>'off',
785
+ 'is_pro' => true,
786
+ 'label_on' => __( 'On', 'htmega-addons' ),
787
+ 'label_off' => __( 'Off', 'htmega-addons' ),
788
+ ),
789
+ array(
790
+ 'id' => 'team_carouselp',
791
+ 'name' => __( 'Team Carousel', 'htmega-addons' ),
792
+ 'type' => 'element',
793
+ 'default'=>'off',
794
+ 'is_pro' => true,
795
+ 'label_on' => __( 'On', 'htmega-addons' ),
796
+ 'label_off' => __( 'Off', 'htmega-addons' ),
797
+ ),
798
+ array(
799
+ 'id' => 'interactive_promop',
800
+ 'name' => __( 'Interactive Promo', 'htmega-addons' ),
801
+ 'type' => 'element',
802
+ 'default'=>'off',
803
+ 'is_pro' => true,
804
+ 'label_on' => __( 'On', 'htmega-addons' ),
805
+ 'label_off' => __( 'Off', 'htmega-addons' ),
806
+ ),
807
+ array(
808
+ 'id' => 'facebook_reviewp',
809
+ 'name' => __( 'Facebook Review', 'htmega-addons' ),
810
+ 'type' => 'element',
811
+ 'default'=>'off',
812
+ 'is_pro' => true,
813
+ 'label_on' => __( 'On', 'htmega-addons' ),
814
+ 'label_off' => __( 'Off', 'htmega-addons' ),
815
+ ),
816
+ array(
817
+ 'id' => 'whatsapp_chatp',
818
+ 'name' => __( 'WhatsApp Chat', 'htmega-addons' ),
819
+ 'type' => 'element',
820
+ 'default'=>'off',
821
+ 'is_pro' => true,
822
+ 'label_on' => __( 'On', 'htmega-addons' ),
823
+ 'label_off' => __( 'Off', 'htmega-addons' ),
824
+ ),
825
+ array(
826
+ 'id' => 'filterable_galleryp',
827
+ 'name' => __( 'Filterable Gallery', 'htmega-addons' ),
828
+ 'type' => 'element',
829
+ 'default'=>'off',
830
+ 'is_pro' => true,
831
+ 'label_on' => __( 'On', 'htmega-addons' ),
832
+ 'label_off' => __( 'Off', 'htmega-addons' ),
833
+ ),
834
+ array(
835
+ 'id' => 'event_boxp',
836
+ 'name' => __( 'Event Box', 'htmega-addons' ),
837
+ 'type' => 'element',
838
+ 'default'=>'off',
839
+ 'is_pro' => true,
840
+ 'label_on' => __( 'On', 'htmega-addons' ),
841
+ 'label_off' => __( 'Off', 'htmega-addons' ),
842
+ ),
843
+ array(
844
+ 'id' => 'chartp',
845
+ 'name' => __( 'Chart', 'htmega-addons' ),
846
+ 'type' => 'element',
847
+ 'default'=>'off',
848
+ 'is_pro' => true,
849
+ 'label_on' => __( 'On', 'htmega-addons' ),
850
+ 'label_off' => __( 'Off', 'htmega-addons' ),
851
+ ),
852
+ array(
853
+ 'id' => 'post_timelinep',
854
+ 'name' => __( 'Post Timeline', 'htmega-addons' ),
855
+ 'type' => 'element',
856
+ 'default'=>'off',
857
+ 'is_pro' => true,
858
+ 'label_on' => __( 'On', 'htmega-addons' ),
859
+ 'label_off' => __( 'Off', 'htmega-addons' ),
860
+ ),
861
+ array(
862
+ 'id' => 'post_masonryp',
863
+ 'name' => __( 'Post Masonry', 'htmega-addons' ),
864
+ 'type' => 'element',
865
+ 'default'=>'off',
866
+ 'is_pro' => true,
867
+ 'label_on' => __( 'On', 'htmega-addons' ),
868
+ 'label_off' => __( 'Off', 'htmega-addons' ),
869
+ ),
870
+
871
+ array(
872
+ 'id' => 'source_codep',
873
+ 'name' => __( 'Source Code', 'htmega-addons' ),
874
+ 'type' => 'element',
875
+ 'default'=>'off',
876
+ 'is_pro' => true,
877
+ 'label_on' => __( 'On', 'htmega-addons' ),
878
+ 'label_off' => __( 'Off', 'htmega-addons' ),
879
+ ),
880
+ array(
881
+ 'id' => 'threesixty_rotationp',
882
+ 'name' => __( '360 Rotation', 'htmega-addons' ),
883
+ 'type' => 'element',
884
+ 'default'=>'off',
885
+ 'is_pro' => true,
886
+ 'label_on' => __( 'On', 'htmega-addons' ),
887
+ 'label_off' => __( 'Off', 'htmega-addons' ),
888
+ ),
889
+ array(
890
+ 'id' => 'pricing_table_flip_boxp',
891
+ 'name' => __( 'Pricing Table Flip Box', 'htmega-addons' ),
892
+ 'type' => 'element',
893
+ 'label_on' => __( 'On', 'htmega-addons' ),
894
+ 'label_off' => __( 'Off', 'htmega-addons' ),
895
+ 'default'=>'off',
896
+ 'is_pro' => true,
897
+ ),
898
+ array(
899
+ 'id' => 'flip_switcher_pricing_tablep',
900
+ 'name' => __( 'Flip Switcher Pricing Table', 'htmega-addons' ),
901
+ 'type' => 'element',
902
+ 'label_on' => __( 'On', 'htmega-addons' ),
903
+ 'label_off' => __( 'Off', 'htmega-addons' ),
904
+ 'default'=>'off',
905
+ 'is_pro' => true,
906
+ ),
907
+
908
+ ),
909
+
910
+ 'htmega_general_tabs' => array(
911
+ array(
912
+ 'id' => 'google_map_api_key',
913
+ 'name' => __( 'Google Map API Key', 'htmega-addons' ),
914
+ 'desc' => __( 'Go to <a href="https://developers.google.com/maps/documentation/javascript/get-api-key" target="_blank">https://developers.google.com</a> and generate the API key.', 'htmega-addons' ),
915
+ 'placeholder' => __( 'Google Map API key', 'htmega-addons' ),
916
+ 'type' => 'text',
917
+ ),
918
+
919
+ array(
920
+ 'id' => 'weather_map_api_key',
921
+ 'name' => __( 'Weather Map API Key', 'htmega-addons' ),
922
+ 'desc' => __( 'Please enter a OpenWeatherMaps API key. OpenWeather is a weather provider service which is capable of delivering all the necessary weather information for any location on the globe.To create API key, go to this link <a href="https://openweathermap.org/appid" target="_blank">OpenWeather</a>.', 'htmega-addons' ),
923
+ 'placeholder' => __( 'Weather Map API key', 'htmega-addons' ),
924
+ 'type' => 'text',
925
+ ),
926
+
927
+ array(
928
+ 'id' => 'errorpage',
929
+ 'name' => __( 'Select 404 Page.', 'htmega-addons' ),
930
+ 'desc' => __( 'You can select 404 page from here.', 'htmega-addons' ),
931
+ 'type' => 'select',
932
+ 'default' => '0',
933
+ 'options' => htmega_post_name( 'page', -1 )
934
+ ),
935
+
936
+ array(
937
+ 'id' => 'loadpostlimit',
938
+ 'name' => __( 'Load Post in Elementor Addons', 'htmega-addons' ),
939
+ 'desc' => wp_kses_post( 'Load Post in Elementor Addons', 'htmega-addons' ),
940
+ 'min' => 1,
941
+ 'max' => 1000,
942
+ 'step' => '1',
943
+ 'type' => 'number',
944
+ 'default' => '20',
945
+ 'sanitize_callback' => 'floatval',
946
+ ),
947
+
948
+ ),
949
+
950
+ 'htmega_advance_element_tabs' => array(
951
+
952
+ array(
953
+ 'id' => 'themebuilder',
954
+ 'name' => __( 'Theme Builder', 'htmega-addons' ),
955
+ 'type' => 'element',
956
+ 'default'=>'off',
957
+ 'label_on' => __( 'On', 'htmega-addons' ),
958
+ 'label_off' => __( 'Off', 'htmega-addons' ),
959
+ ),
960
+
961
+ array(
962
+ 'id' => 'salenotification',
963
+ 'name' => __( 'Sales Notification', 'htmega-addons' ),
964
+ 'type' => 'element',
965
+ 'default'=>'off',
966
+ 'label_on' => __( 'On', 'htmega-addons' ),
967
+ 'label_off' => __( 'Off', 'htmega-addons' ),
968
+ ),
969
+
970
+ array(
971
+ 'id' => 'megamenubuilder',
972
+ 'name' => __( 'Menu Builder', 'htmega-addons' ),
973
+ 'type' => 'element',
974
+ 'default'=>'off',
975
+ 'label_on' => __( 'On', 'htmega-addons' ),
976
+ 'label_off' => __( 'Off', 'htmega-addons' ),
977
+ ),
978
+
979
+ array(
980
+ 'id' => 'postduplicator',
981
+ 'name' => __( 'Post Duplicator', 'htmega-addons' ),
982
+ 'type' => 'element',
983
+ 'default'=>'off',
984
+ 'label_on' => __( 'On', 'htmega-addons' ),
985
+ 'label_off' => __( 'Off', 'htmega-addons' ),
986
+ ),
987
+
988
+ array(
989
+ 'id' => 'crossdomaincpp',
990
+ 'name' => __( 'Cross Domain Copy Paste', 'htmega-pro' ),
991
+ 'type' => 'element',
992
+ 'default'=>'off',
993
+ 'is_pro' => true,
994
+ 'label_on' => __( 'On', 'htmega-addons' ),
995
+ 'label_off' => __( 'Off', 'htmega-addons' ),
996
+ ),
997
+ array(
998
+ 'id' => 'parallax_modulep',
999
+ 'name' => __( 'Parallax', 'htmega-addons' ),
1000
+ 'type' => 'element',
1001
+ 'default' => 'off',
1002
+ 'is_pro' => true,
1003
+ 'label_on' => __( 'On', 'htmega-addons' ),
1004
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1005
+ ),
1006
+ ),
1007
+
1008
+ );
1009
+
1010
+ $settings['htmega_themebuilder_element_tabs'] = array(
1011
+
1012
+ array(
1013
+ 'id' => 'bl_post_title',
1014
+ 'name' => __( 'Post Title', 'htmega-addons' ),
1015
+ 'type' => 'element',
1016
+ 'default' => 'on',
1017
+ 'label_on' => __( 'On', 'htmega-addons' ),
1018
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1019
+ ),
1020
+
1021
+ array(
1022
+ 'id' => 'bl_post_featured_image',
1023
+ 'name' => __( 'Post Featured Image', 'htmega-addons' ),
1024
+ 'type' => 'element',
1025
+ 'default' => 'on',
1026
+ 'label_on' => __( 'On', 'htmega-addons' ),
1027
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1028
+ ),
1029
+
1030
+ array(
1031
+ 'id' => 'bl_post_meta_info',
1032
+ 'name' => __( 'Post Meta Info', 'htmega-addons' ),
1033
+ 'type' => 'element',
1034
+ 'default' => 'on',
1035
+ 'label_on' => __( 'On', 'htmega-addons' ),
1036
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1037
+ ),
1038
+
1039
+ array(
1040
+ 'id' => 'bl_post_excerpt',
1041
+ 'name' => __( 'Post Excerpt', 'htmega-addons' ),
1042
+ 'type' => 'element',
1043
+ 'default' => 'on',
1044
+ 'label_on' => __( 'On', 'htmega-addons' ),
1045
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1046
+ ),
1047
+
1048
+ array(
1049
+ 'id' => 'bl_post_content',
1050
+ 'name' => __( 'Post Content', 'htmega-addons' ),
1051
+ 'type' => 'element',
1052
+ 'default' => 'on',
1053
+ 'label_on' => __( 'On', 'htmega-addons' ),
1054
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1055
+ ),
1056
+
1057
+ array(
1058
+ 'id' => 'bl_post_comments',
1059
+ 'name' => __( 'Post Comments', 'htmega-addons' ),
1060
+ 'type' => 'element',
1061
+ 'default' => 'on',
1062
+ 'label_on' => __( 'On', 'htmega-addons' ),
1063
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1064
+ ),
1065
+
1066
+ array(
1067
+ 'id' => 'bl_post_search_form',
1068
+ 'name' => __( 'Post Search Form', 'htmega-addons' ),
1069
+ 'type' => 'element',
1070
+ 'default' => 'on',
1071
+ 'label_on' => __( 'On', 'htmega-addons' ),
1072
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1073
+ ),
1074
+
1075
+ array(
1076
+ 'id' => 'bl_post_archive',
1077
+ 'name' => __( 'Archive Posts', 'htmega-addons' ),
1078
+ 'type' => 'element',
1079
+ 'default' => 'on',
1080
+ 'label_on' => __( 'On', 'htmega-addons' ),
1081
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1082
+ ),
1083
+
1084
+ array(
1085
+ 'id' => 'bl_post_archive_title',
1086
+ 'name' => __( 'Archive Title', 'htmega-addons' ),
1087
+ 'type' => 'element',
1088
+ 'default' => 'on',
1089
+ 'label_on' => __( 'On', 'htmega-addons' ),
1090
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1091
+ ),
1092
+
1093
+ array(
1094
+ 'id' => 'bl_page_title',
1095
+ 'name' => __( 'Page Title', 'htmega-addons' ),
1096
+ 'type' => 'element',
1097
+ 'default' => 'on',
1098
+ 'label_on' => __( 'On', 'htmega-addons' ),
1099
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1100
+ ),
1101
+
1102
+ array(
1103
+ 'id' => 'bl_site_title',
1104
+ 'name' => __( 'Site Title', 'htmega-addons' ),
1105
+ 'type' => 'element',
1106
+ 'default' => 'on',
1107
+ 'label_on' => __( 'On', 'htmega-addons' ),
1108
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1109
+ ),
1110
+
1111
+ array(
1112
+ 'id' => 'bl_site_logo',
1113
+ 'name' => __( 'Site Logo', 'htmega-addons' ),
1114
+ 'type' => 'element',
1115
+ 'default' => 'on',
1116
+ 'label_on' => __( 'On', 'htmega-addons' ),
1117
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1118
+ ),
1119
+
1120
+ array(
1121
+ 'id' => 'bl_nav_menu',
1122
+ 'name' => __( 'Nav Menu', 'htmega-addons' ),
1123
+ 'type' => 'element',
1124
+ 'default' => 'on',
1125
+ 'label_on' => __( 'On', 'htmega-addons' ),
1126
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1127
+ ),
1128
+
1129
+ array(
1130
+ 'id' => 'bl_post_author_info',
1131
+ 'name' => __( 'Author Info', 'htmega-addons' ),
1132
+ 'type' => 'element',
1133
+ 'default' => 'on',
1134
+ 'label_on' => __( 'On', 'htmega-addons' ),
1135
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1136
+ ),
1137
+
1138
+ array(
1139
+ 'id' => 'bl_social_sharep',
1140
+ 'name' => __( 'Social Share', 'htmega-addons' ),
1141
+ 'type' => 'element',
1142
+ 'default' => 'off',
1143
+ 'is_pro' => true,
1144
+ 'label_on' => __( 'On', 'htmega-addons' ),
1145
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1146
+ ),
1147
+
1148
+ array(
1149
+ 'id' => 'bl_print_pagep',
1150
+ 'name' => __( 'Print Page', 'htmega-addons' ),
1151
+ 'type' => 'element',
1152
+ 'default' => 'off',
1153
+ 'is_pro' => true,
1154
+ 'label_on' => __( 'On', 'htmega-addons' ),
1155
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1156
+ ),
1157
+
1158
+ array(
1159
+ 'id' => 'bl_view_counterp',
1160
+ 'name' => __( 'View Counter', 'htmega-addons' ),
1161
+ 'type' => 'element',
1162
+ 'default' => 'off',
1163
+ 'is_pro' => true,
1164
+ 'label_on' => __( 'On', 'htmega-addons' ),
1165
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1166
+ ),
1167
+
1168
+ array(
1169
+ 'id' => 'bl_post_navigationp',
1170
+ 'name' => __( 'Post Navigation', 'htmega-addons' ),
1171
+ 'type' => 'element',
1172
+ 'default' => 'off',
1173
+ 'is_pro' => true,
1174
+ 'label_on' => __( 'On', 'htmega-addons' ),
1175
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1176
+ ),
1177
+
1178
+ array(
1179
+ 'id' => 'bl_related_postp',
1180
+ 'name' => __( 'Related Post', 'htmega-addons' ),
1181
+ 'type' => 'element',
1182
+ 'default' => 'off',
1183
+ 'is_pro' => true,
1184
+ 'label_on' => __( 'On', 'htmega-addons' ),
1185
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1186
+ ),
1187
+
1188
+ array(
1189
+ 'id' => 'bl_popular_postp',
1190
+ 'name' => __( 'Popular Post', 'htmega-addons' ),
1191
+ 'type' => 'element',
1192
+ 'default' => 'off',
1193
+ 'is_pro' => true,
1194
+ 'label_on' => __( 'On', 'htmega-addons' ),
1195
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1196
+ ),
1197
+
1198
+
1199
+ );
1200
+
1201
+ // Post Duplicator Condition
1202
+ if( htmega_get_option( 'postduplicator', 'htmega_advance_element_tabs', 'off' ) === 'on' ){
1203
+ $post_types = htmega_get_post_types( array('defaultadd'=>'all') );
1204
+ if ( did_action( 'elementor/loaded' ) && defined( 'ELEMENTOR_VERSION' ) ) {
1205
+ $post_types['elementor_library'] = esc_html__( 'Templates', 'htmega-addons' );
1206
+ }
1207
+ $settings['htmega_general_tabs'][] = [
1208
+ 'id' => 'postduplicate_condition',
1209
+ 'name' => __( 'Post Duplicator Condition', 'htmega-addons' ),
1210
+ 'desc' => __( 'You can enable duplicator for individual post.', 'htmega-addons' ),
1211
+ 'type' => 'multiselect',
1212
+ 'default' => '',
1213
+ 'options' => $post_types,
1214
+ ];
1215
+ }
1216
+
1217
+ $third_party_element = array();
1218
+ // Third Party Addons
1219
+ if( is_plugin_active('bbpress/bbpress.php') ) {
1220
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1221
+ 'id' => 'bbpress',
1222
+ 'name' => __( 'bbPress', 'htmega-addons' ),
1223
+ 'type' => 'element',
1224
+ 'default' => "on",
1225
+ 'label_on' => __( 'On', 'htmega-addons' ),
1226
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1227
+ ];
1228
+ }
1229
+
1230
+ if( is_plugin_active('booked/booked.php') ) {
1231
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1232
+ 'id' => 'bookedcalender',
1233
+ 'name' => __( 'Booked Calender', 'htmega-addons' ),
1234
+ 'type' => 'element',
1235
+ 'default' => "on",
1236
+ 'label_on' => __( 'On', 'htmega-addons' ),
1237
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1238
+ ];
1239
+ }
1240
+
1241
+ if( is_plugin_active('buddypress/bp-loader.php') ) {
1242
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1243
+ 'id' => 'buddypress',
1244
+ 'name' => __( 'BuddyPress', 'htmega-addons' ),
1245
+ 'type' => 'element',
1246
+ 'default' => "on",
1247
+ 'label_on' => __( 'On', 'htmega-addons' ),
1248
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1249
+ ];
1250
+ }
1251
+
1252
+ if( is_plugin_active('caldera-forms/caldera-core.php') ) {
1253
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1254
+ 'id' => 'calderaform',
1255
+ 'name' => __( 'Caldera Form', 'htmega-addons' ),
1256
+ 'type' => 'element',
1257
+ 'default' => "on",
1258
+ 'label_on' => __( 'On', 'htmega-addons' ),
1259
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1260
+ ];
1261
+ }
1262
+
1263
+ if( is_plugin_active('contact-form-7/wp-contact-form-7.php') ) {
1264
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1265
+ 'id' => 'contactform',
1266
+ 'name' => __( 'Contact form 7', 'htmega-addons' ),
1267
+ 'type' => 'element',
1268
+ 'default' => "on",
1269
+ 'label_on' => __( 'On', 'htmega-addons' ),
1270
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1271
+ ];
1272
+ }
1273
+
1274
+ if( is_plugin_active('download-monitor/download-monitor.php') ) {
1275
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1276
+ 'id' => 'downloadmonitor',
1277
+ 'name' => __( 'Download Monitor', 'htmega-addons' ),
1278
+ 'type' => 'element',
1279
+ 'default' => "on",
1280
+ 'label_on' => __( 'On', 'htmega-addons' ),
1281
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1282
+ ];
1283
+ }
1284
+
1285
+ if( is_plugin_active('easy-digital-downloads/easy-digital-downloads.php') ) {
1286
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1287
+ 'id' => 'easydigitaldownload',
1288
+ 'name' => __( 'Easy Digital Downloads', 'htmega-addons' ),
1289
+ 'type' => 'element',
1290
+ 'default' => "on",
1291
+ 'label_on' => __( 'On', 'htmega-addons' ),
1292
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1293
+ ];
1294
+ }
1295
+
1296
+ if( is_plugin_active('gravityforms/gravityforms.php') ) {
1297
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1298
+ 'id' => 'gravityforms',
1299
+ 'name' => __( 'Gravity Forms', 'htmega-addons' ),
1300
+ 'type' => 'element',
1301
+ 'default' => "on",
1302
+ 'label_on' => __( 'On', 'htmega-addons' ),
1303
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1304
+ ];
1305
+ }
1306
+
1307
+ if( is_plugin_active('instagram-feed/instagram-feed.php') ) {
1308
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1309
+ 'id' => 'instragramfeed',
1310
+ 'name' => __( 'Instragram Feed', 'htmega-addons' ),
1311
+ 'type' => 'element',
1312
+ 'default' => "on",
1313
+ 'label_on' => __( 'On', 'htmega-addons' ),
1314
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1315
+ ];
1316
+ }
1317
+
1318
+ if( is_plugin_active('wp-job-manager/wp-job-manager.php') ) {
1319
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1320
+ 'id' => 'jobmanager',
1321
+ 'name' => __( 'Job Manager', 'htmega-addons' ),
1322
+ 'type' => 'element',
1323
+ 'default' => "on",
1324
+ 'label_on' => __( 'On', 'htmega-addons' ),
1325
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1326
+ ];
1327
+ }
1328
+
1329
+ if( is_plugin_active('LayerSlider/layerslider.php') ) {
1330
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1331
+ 'id' => 'layerslider',
1332
+ 'name' => __( 'Job Manager', 'htmega-addons' ),
1333
+ 'type' => 'element',
1334
+ 'default' => "on",
1335
+ 'label_on' => __( 'On', 'htmega-addons' ),
1336
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1337
+ ];
1338
+ }
1339
+
1340
+ if( is_plugin_active('mailchimp-for-wp/mailchimp-for-wp.php') ) {
1341
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1342
+ 'id' => 'mailchimpwp',
1343
+ 'name' => __( 'Mailchimp for wp', 'htmega-addons' ),
1344
+ 'type' => 'element',
1345
+ 'default' => "on",
1346
+ 'label_on' => __( 'On', 'htmega-addons' ),
1347
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1348
+ ];
1349
+ }
1350
+
1351
+ if( is_plugin_active('ninja-forms/ninja-forms.php') ) {
1352
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1353
+ 'id' => 'ninjaform',
1354
+ 'name' => __( 'Ninja Form', 'htmega-addons' ),
1355
+ 'type' => 'element',
1356
+ 'default' => "on",
1357
+ 'label_on' => __( 'On', 'htmega-addons' ),
1358
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1359
+ ];
1360
+ }
1361
+
1362
+ if( is_plugin_active('quform/quform.php') ) {
1363
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1364
+ 'id' => 'quforms',
1365
+ 'name' => __( 'QU Form', 'htmega-addons' ),
1366
+ 'type' => 'element',
1367
+ 'default' => "on",
1368
+ 'label_on' => __( 'On', 'htmega-addons' ),
1369
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1370
+ ];
1371
+ }
1372
+
1373
+ if( is_plugin_active('wpforms-lite/wpforms.php') ) {
1374
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1375
+ 'id' => 'wpforms',
1376
+ 'name' => __( 'WP Form', 'htmega-addons' ),
1377
+ 'type' => 'element',
1378
+ 'default' => "on",
1379
+ 'label_on' => __( 'On', 'htmega-addons' ),
1380
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1381
+ ];
1382
+ }
1383
+
1384
+ if( is_plugin_active('revslider/revslider.php') ) {
1385
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1386
+ 'id' => 'revolution',
1387
+ 'name' => __( 'Revolution Slider', 'htmega-addons' ),
1388
+ 'type' => 'element',
1389
+ 'default' => "on",
1390
+ 'label_on' => __( 'On', 'htmega-addons' ),
1391
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1392
+ ];
1393
+ }
1394
+
1395
+ if( is_plugin_active('tablepress/tablepress.php') ) {
1396
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1397
+ 'id' => 'tablepress',
1398
+ 'name' => __( 'TablePress', 'htmega-addons' ),
1399
+ 'type' => 'element',
1400
+ 'default' => "on",
1401
+ 'label_on' => __( 'On', 'htmega-addons' ),
1402
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1403
+ ];
1404
+ }
1405
+
1406
+ if( is_plugin_active('woocommerce/woocommerce.php') ) {
1407
+
1408
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1409
+ 'id' => 'wcaddtocart',
1410
+ 'name' => __( 'WC : Add To cart', 'htmega-addons' ),
1411
+ 'type' => 'element',
1412
+ 'default' => "on",
1413
+ 'label_on' => __( 'On', 'htmega-addons' ),
1414
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1415
+ ];
1416
+
1417
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1418
+ 'id' => 'categories',
1419
+ 'name' => __( 'WC : Categories', 'htmega-addons' ),
1420
+ 'type' => 'element',
1421
+ 'default' => "on",
1422
+ 'label_on' => __( 'On', 'htmega-addons' ),
1423
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1424
+ ];
1425
+
1426
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1427
+ 'id' => 'wcpages',
1428
+ 'name' => __( 'WC : Pages', 'htmega-addons' ),
1429
+ 'type' => 'element',
1430
+ 'default' => "on",
1431
+ 'label_on' => __( 'On', 'htmega-addons' ),
1432
+ 'label_off' => __( 'Off', 'htmega-addons' ),
1433
+ ];
1434
+
1435
+ }
1436
+
1437
+ if( empty( $third_party_element ) ){
1438
+ $third_party_element['htmega_thirdparty_element_tabs'][] = [
1439
+ 'id' => 'noelement',
1440
+ 'html' => __( 'No Element Found', 'htmega-addons' ),
1441
+ 'type' => 'html',
1442
+ ];
1443
+ }
1444
+
1445
+ $allFields = array_merge( $settings, $third_party_element );
1446
+ return apply_filters( 'htmega_admin_fields', $allFields );
1447
+
1448
+ }
1449
+
1450
+ // General tab
1451
+ public function pro_vs_free_html_tabs(){
1452
+ ob_start();
1453
+ include_once HTMEGAOPT_INCLUDES .'/templates/dashboard-general.php';
1454
+ return ob_get_clean();
1455
+ }
1456
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1457
  }
admin/include/settings-panel/includes/templates/dashboard-general.php ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $subcribeFormAtts = '';
3
+ $subcribeFormAtts .= ' data-htmega-button-text="' . esc_attr__( 'Subscribe', 'htmega-addons' ) . '"';
4
+ $subcribeFormAtts .= ' data-htmega-processing-text="'. esc_attr__( 'Subscribing...', 'htmega-addons' ) . '"';
5
+ $subcribeFormAtts .= ' data-htmega-completed-text="' . esc_attr__( 'Subscribed', 'htmega-addons' ) . '"';
6
+ $subcribeFormAtts .= ' data-htmega-ajax-error-text="' . esc_attr__( 'Something went wrong.', 'htmega-addons' ) . '"';
7
+
8
+ ob_start();
9
+ ?>
10
+ <div class="htmega-general-tabs">
11
+ <div class="htmega-admin-main-tab-pane-inner">
12
+ <!-- Banner Start -->
13
+ <div class="htmega-admin-banner">
14
+ <img src="<?php echo HTMEGAOPT_URL; ?>/assets/images/dashboard-welcome.png" alt="<?php echo esc_attr__('Welcome To HT Mega','htmega-addons');?>">
15
+ </div>
16
+ <!-- Banner End -->
17
+
18
+ <!-- Infoboxes Start -->
19
+ <div class="htmega-admin-infoboxes">
20
+
21
+ <!-- Infobox Start -->
22
+ <div class="htmega-admin-infobox">
23
+ <div class="htmega-admin-infobox-icon"><img src="<?php echo HTMEGAOPT_URL; ?>/assets/images/info-icon/documentation.png" alt="<?php echo esc_attr__('documentation','htmega-addons');?>"></div>
24
+ <div class="htmega-admin-infobox-content">
25
+ <h3 class="htmega-admin-infobox-title"><?php echo esc_html__('Documentation','htmega-addons'); ?></h3>
26
+ <p class="htmega-admin-infobox-text"><?php echo esc_html__('We\'ve organized the documentation and kept it up to date on a regular basis. This manual will assist you in using our plugin effectively.','htmega-addons');?></p>
27
+ <a href="https://wphtmega.com/docs/" class="htmega-admin-btn htmega-admin-btn-primary-outline" target="_blank"><span><?php echo esc_html__('Get Now','htmega-addons'); ?></span></a>
28
+ </div>
29
+ </div>
30
+ <!-- Infobox End -->
31
+
32
+ <!-- Infobox Start -->
33
+ <div class="htmega-admin-infobox">
34
+ <div class="htmega-admin-infobox-icon"><img src="<?php echo HTMEGAOPT_URL; ?>/assets/images/info-icon/video-tutorial.png" alt="<?php echo esc_attr__('video tutorial','htmega-addons');?>"></div>
35
+ <div class="htmega-admin-infobox-content">
36
+ <h3 class="htmega-admin-infobox-title"><?php echo esc_html__('Video Tutorial','htmega-addons'); ?></h3>
37
+ <p class="htmega-admin-infobox-text"><?php echo esc_html__('We create videos to make our customers comprehend the product quickly. Using video tutorials is a fantastic method to learn how to use our plugins. We\'ve compiled a list of videos for you.','htmega-addons'); ?></p>
38
+ <a href="https://www.youtube.com/watch?v=d7jAiAYusUg&list=PLk25BQFrj7wEEGUHn9x2zwOql990bZAo_&index=1" class="htmega-admin-btn htmega-admin-btn-primary-outline" target="_blank"><span><?php echo esc_html__('Video Tutorial','htmega-addons'); ?></span></a>
39
+ </div>
40
+ </div>
41
+ <!-- Infobox End -->
42
+
43
+ <!-- Infobox Start -->
44
+ <div class="htmega-admin-infobox">
45
+ <div class="htmega-admin-infobox-icon"><img src="<?php echo HTMEGAOPT_URL; ?>/assets/images/info-icon/support.png" alt="<?php echo esc_attr__('Support','htmega-addons');?>"></div>
46
+ <div class="htmega-admin-infobox-content">
47
+ <h3 class="htmega-admin-infobox-title"><?php echo esc_html__('Support','htmega-addons'); ?></h3>
48
+ <p class="htmega-admin-infobox-text"><?php echo esc_html__('Please do not hesitate to contact us if you require assistance or want a free store set-up. We will assist you within 12-24 hours of receiving your inquiry.','htmega-addons');?></p>
49
+ <a href="https://wphtmega.com/contact/" class="htmega-admin-btn htmega-admin-btn-primary-outline" target="_blank"><span><?php echo esc_html__('Get Support','htmega-addons'); ?></span></a>
50
+ </div>
51
+ </div>
52
+ <!-- Infobox End -->
53
+
54
+ <!-- Infobox Start -->
55
+ <div class="htmega-admin-infobox">
56
+ <div class="htmega-admin-infobox-icon"><img src="<?php echo HTMEGAOPT_URL; ?>/assets/images/info-icon/missing-feature.png" alt="<?php echo esc_attr__('missing feature','htmega-addons');?>"></div>
57
+ <div class="htmega-admin-infobox-content">
58
+ <h3 class="htmega-admin-infobox-title"><?php echo esc_html__('Missing any Feature?','htmega-addons'); ?></h3>
59
+ <p class="htmega-admin-infobox-text"><?php echo esc_html__('Have you ever noticed any missing features? Please notify us if you do. As soon as possible, our staff will add any necessary features based on your requests. Our commitment to our clients is second to none. We always attempt to fulfill their demands.','htmega-addons'); ?></p>
60
+ <a href="https://wphtmega.com/contact/" class="htmega-admin-btn htmega-admin-btn-primary-outline" target="_blank"><span><?php echo esc_html__('Request','htmega-addons'); ?></span></a>
61
+ </div>
62
+ </div>
63
+ <!-- Infobox End -->
64
+ <!-- Infobox Start -->
65
+ <div class="htmega-admin-infobox">
66
+ <div class="htmega-admin-infobox-icon"><img src="<?php echo HTMEGAOPT_URL; ?>/assets/images/info-icon/happy-with-us.png" alt="<?php echo esc_attr__('happy with us','htmega-addons');?>"></div>
67
+ <div class="htmega-admin-infobox-content">
68
+ <h3 class="htmega-admin-infobox-title"><?php echo esc_html__('Happy With us?','htmega-addons'); ?></h3>
69
+ <p class="htmega-admin-infobox-text"><?php echo esc_html__('If you’re loving how our product has helped your business, please let the WordPress community know by leaving us a review on our WP repository. Which will motivate us a lot.','htmega-addons'); ?></p>
70
+ <a href="https://wordpress.org/support/plugin/ht-mega-for-elementor/reviews/?filter=5#new-post" class="htmega-admin-btn htmega-admin-btn-primary-outline" target="_blank"><span><?php echo esc_html__('Sent Feedback','htmega-addons'); ?></span></a>
71
+ </div>
72
+ </div>
73
+ <!-- Infobox End -->
74
+ <!-- Infobox Start -->
75
+ <div class="htmega-admin-infobox">
76
+ <div class="htmega-admin-infobox-icon"><img src="<?php echo HTMEGAOPT_URL; ?>/assets/images/info-icon/woolentor.png" alt="<?php echo esc_attr__('woolentor','htmega-addons');?>"></div>
77
+ <div class="htmega-admin-infobox-content">
78
+ <h3 class="htmega-admin-infobox-title"><?php echo esc_html__('ShopLentor','htmega-addons'); ?></h3>
79
+ <p class="htmega-admin-infobox-text"><?php echo esc_html__('Take your WooCommerce store to another level using ShopLentor. Creating an exquisite yet professional online store is just a matter of a few clicks with this plugin.','htmega-addons'); ?></p>
80
+ <a href="https://woolentor.com/" class="htmega-admin-btn htmega-admin-btn-primary-outline" target="_blank"><span><?php echo esc_html__('Learn More','htmega-addons'); ?></span></a>
81
+ </div>
82
+ </div>
83
+ <!-- Infobox End -->
84
+
85
+ </div>
86
+ <!-- Infoboxes End -->
87
+
88
+ <!-- Subscribe Banner Start -->
89
+ <div class="htmega-admin-subscribe">
90
+ <div class="htmega-admin-subscribe-content">
91
+ <h3 class="htmega-admin-subscribe-title"><?php echo esc_html__('Subscribe and Get Offers','htmega-addons'); ?></h3>
92
+ <p class="htmega-admin-subscribe-text"><?php echo esc_html__('Sign up for our email list to get discounts, exclusive offers, the latest items, and news in your inbox.','htmega-addons');?></p>
93
+ </div>
94
+ <div class="htmega-admin-subscribe-wrapper">
95
+ <form action="#" class="htmega-admin-subscribe-form" <?php echo wp_kses_post( trim( $subcribeFormAtts ) ); ?>>
96
+ <input type="email" value="<?php echo get_bloginfo('admin_email'); ?>">
97
+ <button type="submit"><?php esc_html_e( 'Subscribe', 'htmega-addons' ) ?></button>
98
+ </form>
99
+ <span class="htmega-subscribe-status"></span>
100
+ </div>
101
+ <!-- <a href="https://hasthemes.com/subscribe-and-get-offers/" class="htmega-admin-btn htmega-admin-btn-primary" target="_blank"><?php echo esc_html__('Subscribe','htmega-addons'); ?></a> -->
102
+ </div>
103
+ <!-- Subscribe Banner End -->
104
+ </div>
105
+ </div>
106
+ <?php echo apply_filters('htmega_dashboard_general', ob_get_clean() ); ?>
admin/include/settings-panel/includes/templates/sidebar-banner.php CHANGED
@@ -1,40 +1,80 @@
1
- <?php ob_start(); ?>
2
- <div class="htoptions-sidebar-adds-area">
3
-
4
- <div class="htoption-banner-area">
5
- <div class="htoption-banner-head">
6
- <div class="htoption-logo">
7
- <img src="<?php echo esc_url(HTMEGA_ADDONS_PL_URL.'admin/assets/images/logo.png'); ?>" alt="<?php echo esc_attr__( 'HTMega', 'htmega-addons' ); ?>">
8
- </div>
9
- <div class="htoption-intro">
10
- <p><?php echo wp_kses_post( 'HTMega is an absolute addon for elementor that includes 107+ elements & 782+ Blocks with unlimited variations. HT Mega brings limitless possibilities. Embellish your site with the elements of HT Mega.' ); ?></p>
11
- </div>
12
- </div>
13
-
14
- <ul class="htoption-feature">
15
- <li><?php echo esc_html__( '107+ Elementor Elements', 'htmega-addons' ); ?></li>
16
- <li><?php echo esc_html__( '782+ Elementor Blocks', 'htmega-addons' ); ?></li>
17
- <li><?php echo esc_html__( '39 Categories and 491 Page Templates.', 'htmega-addons' ); ?></li>
18
- <li><?php echo esc_html__( 'Drag n Drop, No coding Required', 'htmega-addons' ); ?></li>
19
- <li><?php echo esc_html__( 'Responsive, supports all major devices', 'htmega-addons' ); ?></li>
20
- </ul>
21
-
22
- <div class="htoption-action-btn">
23
- <a class="htoption-btn" href="<?php echo esc_url( 'https://wphtmega.com/pricing/' ); ?>" target="_blank">
24
- <span class="htoption-btn-text"><?php echo esc_html__( 'Get Pro Now', 'htmega-addons' ); ?></span>
25
- <span class="htoption-btn-icon"><img src="<?php echo esc_url(HTMEGA_ADDONS_PL_URL.'admin/assets/images/icon/plus.png'); ?>" alt="<?php echo esc_attr__( 'Get pro now', 'htmega-addons' ); ?>"></span>
26
- </a>
27
- </div>
28
- </div>
29
-
30
- <div class="htoption-rating-area">
31
- <div class="htoption-rating-icon">
32
- <img src="<?php echo esc_url(HTMEGA_ADDONS_PL_URL.'admin/assets/images/icon/rating.png'); ?>" alt="<?php echo esc_attr__( 'Rating icon', 'htmega-addons' ); ?>">
33
- </div>
34
- <div class="htoption-rating-intro">
35
- <?php echo esc_html__('If you’re loving how our product has helped your business, please let the WordPress community know by','htmega-addons'); ?> <a target="_blank" href="https://wordpress.org/support/plugin/ht-mega-for-elementor/reviews/?filter=5#new-post"><?php echo esc_html__( 'leaving us a review on our WP repository', 'htmega-addons' ); ?></a>. <?php echo esc_html__( 'Which will motivate us a lot.', 'htmega-addons' ); ?>
36
- </div>
37
- </div>
38
-
39
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  <?php echo apply_filters('htmega_sidebar_adds_banner', ob_get_clean() ); ?>
1
+ <?php
2
+
3
+
4
+ ob_start();
5
+ $htmega_coupon_old_price = 599;
6
+ $htmega_coupon_new_price = 120;
7
+ $htmega_coupon_save = 100;
8
+ $htmega_coupon = "D63AACD";
9
+
10
+ ?>
11
+
12
+ <div class="htoptions-sidebar-adds-area">
13
+
14
+ <?php
15
+ if( is_plugin_active('htmega-pro/htmega_pro.php') ){
16
+ $htmega_license_title = apply_filters('htmega_license_title', 'lifetime' );
17
+
18
+ if ( !str_contains( $htmega_license_title, 'Growth' ) && !str_contains( $htmega_license_title, 'Unlimited - Lifetime' ) ) { ?>
19
+ <a href="<?php echo esc_url( 'https://wphtmega.com/pricing/' ); ?>" target="_blank">
20
+ <img class="htoptions-banner-img" src="<?php echo esc_url(HTMEGA_ADDONS_PL_URL.'admin/assets/images/upgrade-htmega.png'); ?>" alt="<?php echo esc_attr__( 'HT Mega Addons', 'htmega-addons' ); ?>"/>
21
+ </a>
22
+ <?php
23
+ }
24
+ }else{ ?>
25
+ <a href="<?php echo esc_url( 'https://wphtmega.com/pricing/' ); ?>" target="_blank">
26
+ <img class="htoptions-banner-img" src="<?php echo esc_url(HTMEGA_ADDONS_PL_URL.'admin/assets/images/htmega-banner.png'); ?>" alt="<?php echo esc_attr__( 'HT Mega Addons', 'htmega-addons' ); ?>"/>
27
+ </a>
28
+ <?php
29
+ }
30
+ ?>
31
+
32
+ <!--<div class="htoption-banner-area">
33
+
34
+ <div class="htoption-banner-head">
35
+ <div class="htoption-intro">
36
+ <p><?php echo esc_html__('Upgrade now & Save money. Get highest plan at lowest price.','htmega-addons'); ?></p>
37
+ </div>
38
+ </div>
39
+ <div class="htoption-banner-pricing">
40
+ <h2><span class="htoption-old-price"><?php echo esc_html("$".$htmega_coupon_old_price);?></span><span class="htoption-new-price"><?php echo esc_html("$".$htmega_coupon_new_price);?></span></h2>
41
+ <p class="htoption-save-amount"><?php esc_html_e('SAVE $','htmega-addons'); esc_html_e($htmega_coupon_save);?></p>
42
+ </div>
43
+
44
+ <div class="htoption-coupon-box">
45
+ <h4>USE COUPON CODE</h4>
46
+ <div class="htoption-coupon">
47
+ <input class="htoption-coupon-text" type="text" value="D63AACD" readonly>
48
+ <button class="htoption-coupon-btn htoption-btn-copy-status-copy">
49
+ <span class="htoption-coupon-copy-content">
50
+ <img src="<?php echo esc_url(HTMEGA_ADDONS_PL_URL.'admin/assets/images/icon/copy.png'); ?>" alt="<?php echo esc_attr__( 'copy', 'htmega-addons' ); ?>"/>
51
+ <?php echo esc_html__( 'COPY', 'htmega-addons' ); ?>
52
+ </span>
53
+ <span class="htoption-coupon-copied-content">
54
+ <img src="<?php echo esc_url(HTMEGA_ADDONS_PL_URL.'admin/assets/images/icon/copied.png'); ?>" alt="<?php echo esc_attr__( 'copied', 'htmega-addons' ); ?>"/>
55
+ <?php echo esc_html__( 'COPIED', 'htmega-addons' ); ?>
56
+ </span>
57
+ </button>
58
+ </div>
59
+ </div>
60
+
61
+ <div class="htoption-action-btn">
62
+ <a class="htoption-btn" href="<?php echo esc_url( 'https://wphtmega.com/pricing/' ); ?>" target="_blank">
63
+ <span>
64
+ <?php echo esc_html__( 'Upgrade Now', 'htmega-addons' ); ?>
65
+ </span>
66
+ </a>
67
+ </div>
68
+ </div> -->
69
+
70
+ <div class="htoption-rating-area">
71
+ <div class="htoption-rating-icon">
72
+ <img src="<?php echo esc_url(HTMEGA_ADDONS_PL_URL.'admin/assets/images/icon/rating.png'); ?>" alt="<?php echo esc_attr__( 'Rating icon', 'htmega-addons' ); ?>">
73
+ </div>
74
+ <div class="htoption-rating-intro">
75
+ <?php echo esc_html__('If you’re loving how our product has helped your business, please let the WordPress community know by','htmega-addons'); ?> <a target="_blank" href="https://wordpress.org/support/plugin/ht-mega-for-elementor/reviews/?filter=5#new-post"><?php echo esc_html__( 'leaving us a review on our WP repository', 'htmega-addons' ); ?></a>. <?php echo esc_html__( 'Which will motivate us a lot.', 'htmega-addons' ); ?>
76
+ </div>
77
+ </div>
78
+
79
+ </div>
80
  <?php echo apply_filters('htmega_sidebar_adds_banner', ob_get_clean() ); ?>
admin/include/templates/dashboard-widget.php ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
2
+ <style>
3
+ .hastheme-header-title {
4
+ width: 100%;
5
+ -webkit-box-shadow: 0 5px 8px rgba(0,0,0,.05);
6
+ box-shadow: 0 5px 8px rgba(0,0,0,.05);
7
+ margin: 0 -12px 8px;
8
+ padding: 0 12px 12px;
9
+ text-decoration: none;
10
+ color: #23282d;
11
+ font-size: 14px;
12
+ }
13
+ .hastheme-header-title a {
14
+ text-decoration: none;
15
+ color: #23282d;
16
+ font-size: 14px;
17
+ }
18
+ .hastheme-dashboard-widget-header img {
19
+ width: 100%;
20
+ }
21
+ .hastheme-dashboard-widget-newsfeed ul li{
22
+ margin: 10px 0;
23
+ }
24
+ .hastheme-dashboard-widget-newsfeed ul li .hastheme-dashboard-widget-newsfeed-item-title a{
25
+ font-size: 14px;
26
+ margin-bottom: 3px;
27
+ display: inline-block;
28
+ }
29
+ .hastheme-dashboard-widget-newsfeed-item-description {
30
+ margin: 0 0 1.2em;
31
+ }
32
+ .hastheme-dashboard-widget-footer {
33
+ border-top: 1px solid #eee;
34
+ margin: 0 -12px;
35
+ padding: 12px 6px 0 12px;
36
+ }
37
+ .hastheme-dashboard-widget-footer ul {
38
+ display: -webkit-box;
39
+ display: -ms-flexbox;
40
+ display: flex;
41
+ list-style: none;
42
+ margin: 0;
43
+ padding: 0;
44
+ }
45
+ .hastheme-dashboard-widget-footer ul li {
46
+ padding: 0 10px;
47
+ margin: 0;
48
+ border-left: 1px solid #ddd;
49
+ }
50
+ .hastheme-dashboard-widget-footer ul li:first-child {
51
+ padding-left: 0;
52
+ border: none;
53
+ }
54
+ .hastheme-dashboard-widget-footer ul li a{
55
+ text-decoration: none;
56
+ }
57
+ </style>
58
+
59
+ <?php $info_data = HTMega_Api::get_remote_data(); ?>
60
+ <div class="hastheme-dashboard-widget-area">
61
+ <div class="hastheme-dashboard-widget-header">
62
+ <?php
63
+ if ( ! empty( $info_data['banner'] ) ){
64
+ echo wp_kses_post( $info_data['banner'] );
65
+ }
66
+ ?>
67
+ </div>
68
+ <?php if ( ! empty( $info_data['feed'] ) ) : ?>
69
+ <div class="hastheme-dashboard-widget-newsfeed">
70
+ <ul>
71
+ <?php foreach ( $info_data['feed'] as $feed ) : if( $feed['status'] == '0' ) continue; ?>
72
+ <li class="hastheme-dashboard-widget-newsfeed-item">
73
+ <div class="hastheme-dashboard-widget-newsfeed-item-title">
74
+ <a target="_blank" href="<?php echo esc_url( $feed['url'] ); ?>"><?php echo esc_html( $feed['title'] ); ?></a>
75
+ </div>
76
+ <div class="hastheme-dashboard-widget-newsfeed-item-description">
77
+ <?php echo wp_kses_post( $feed['description'] ); ?>
78
+ </div>
79
+ </li>
80
+ <?php endforeach; ?>
81
+ </ul>
82
+ </div>
83
+ <?php endif; ?>
84
+ <div class="hastheme-dashboard-widget-footer">
85
+ <ul>
86
+ <li>
87
+ <a href="https://hasthemes.com/blog/" target="_blank">
88
+ <?php esc_html_e( 'Blog', 'htmega-addons' ); ?>
89
+ <span aria-hidden="true" class="dashicons dashicons-external"></span>
90
+ </a>
91
+ </li>
92
+ <li>
93
+ <a href="https://wphtmega.com/docs/" target="_blank">
94
+ <?php esc_html_e( 'Documentation', 'htmega-addons' ); ?>
95
+ <span aria-hidden="true" class="dashicons dashicons-external"></span>
96
+ </a>
97
+ </li>
98
+ <li>
99
+ <a href="https://wphtmega.com/contact/" target="_blank">
100
+ <?php esc_html_e( 'Support', 'htmega-addons' ); ?>
101
+ <span aria-hidden="true" class="dashicons dashicons-external"></span>
102
+ </a>
103
+ </li>
104
+ </ul>
105
+ </div>
106
+ </div>
assets/css/htmega-widgets.css CHANGED
@@ -18709,3 +18709,11 @@ ul.htmega-testimonial-rating * {
18709
  .htmega-table-style, .htmega-table-style.htb-table-responsive {
18710
  word-break: initial;
18711
  }
 
 
 
 
 
 
 
 
18709
  .htmega-table-style, .htmega-table-style.htb-table-responsive {
18710
  word-break: initial;
18711
  }
18712
+
18713
+ .htmega-error-notice {
18714
+ background: #efefef;
18715
+ padding: 10px 17px;
18716
+ border-left: 4px solid red;
18717
+ font-size: 19px;
18718
+ color: #8b4343;
18719
+ }
htmega_addons_elementor.php CHANGED
@@ -1,21 +1,21 @@
1
  <?php
2
  /**
3
- * Plugin Name: HT Mega - Absolute Addons for Elementor Page Builder
4
  * Description: The HTMega is a elementor addons package for Elementor page builder plugin for WordPress.
5
  * Plugin URI: https://wphtmega.com/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
- * Version: 1.9.8
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.8.0
14
- * Elementor Pro tested up to: 3.8.0
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
- define( 'HTMEGA_VERSION', '1.9.8' );
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 ) );
1
  <?php
2
  /**
3
+ * Plugin Name: HT Mega Addons pack for Elementor Page Builder including Header Footer builder, Mega Menu & Template library.
4
  * Description: The HTMega is a elementor addons package for Elementor page builder plugin for WordPress.
5
  * Plugin URI: https://wphtmega.com/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
+ * Version: 2.0.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.8.1
14
+ * Elementor Pro tested up to: 3.8.1
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
+ define( 'HTMEGA_VERSION', '2.0.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.api.php ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
3
+
4
+ class HTMega_Api{
5
+
6
+ /**
7
+ * Define necessary variables
8
+ */
9
+ const NEWS_FEED_OPTION_KEY = 'htmega_info_news_feed_data';
10
+ const TRANSIENT_KEY_PREFIX = 'htmega_info_api_data';
11
+
12
+ /**
13
+ * Info API URL
14
+ */
15
+ public static $api_url = 'https://woolentor.com/library/wp-json/woolentor/v1/info';
16
+
17
+ /**
18
+ * Get API data
19
+ */
20
+ private static function get_info_data( $force_update = false ) {
21
+ $cache_key = self::TRANSIENT_KEY_PREFIX;
22
+
23
+ $info_data = get_transient( $cache_key );
24
+
25
+ if ( $force_update || false === $info_data ) {
26
+ $timeout = ( $force_update ) ? 25 : 8;
27
+
28
+ $response = wp_remote_get( self::$api_url, [
29
+ 'timeout' => $timeout,
30
+ 'body' => [
31
+ 'api_version' => HTMEGA_VERSION,
32
+ 'site_lang' => get_bloginfo( 'language' ),
33
+ ],
34
+ ] );
35
+
36
+ if ( is_wp_error( $response ) || 200 !== (int) wp_remote_retrieve_response_code( $response ) ) {
37
+ set_transient( $cache_key, [], 2 * HOUR_IN_SECONDS );
38
+ return false;
39
+ }
40
+
41
+ $info_data = json_decode( wp_remote_retrieve_body( $response ), true );
42
+
43
+ if ( empty( $info_data ) || ! is_array( $info_data ) ) {
44
+ set_transient( $cache_key, [], 2 * HOUR_IN_SECONDS );
45
+ return false;
46
+ }
47
+
48
+ if ( isset( $info_data['info'] ) ) {
49
+ update_option( self::NEWS_FEED_OPTION_KEY, $info_data['info'], 'no' );
50
+ unset( $info_data['info'] );
51
+ }
52
+
53
+ set_transient( $cache_key, $info_data, 2 * (24 * HOUR_IN_SECONDS) );
54
+ }
55
+
56
+ return $info_data;
57
+ }
58
+
59
+ /**
60
+ * Get news feed data.
61
+ * Retrieve the feed info data from remote woolentor server.
62
+ *
63
+ * @param bool $force_update Optional. Whether to force the data update.
64
+ * @return array News Feed data.
65
+ */
66
+ public static function get_remote_data( $force_update = false ) {
67
+ self::get_info_data( $force_update );
68
+ $feed = get_option( self::NEWS_FEED_OPTION_KEY );
69
+ return empty( $feed ) ? [] : $feed;
70
+ }
71
+
72
+ }
includes/class.htmega.php CHANGED
@@ -91,7 +91,7 @@ final class HTMega_Addons_Elementor {
91
 
92
  // Plugins Setting Page
93
  add_filter('plugin_action_links_'.HTMEGA_ADDONS_PLUGIN_BASE, [ $this, 'plugins_setting_links' ] );
94
-
95
  /**
96
  * [$template_info] Assign template data
97
  * @var [type]
@@ -206,7 +206,7 @@ final class HTMega_Addons_Elementor {
206
  * @return [array] plugin menu list.
207
  */
208
  public function plugins_setting_links( $links ) {
209
- $htmega_settings_link = '<a href="admin.php?page=htmega_addons_options">'.esc_html__( 'Settings', 'htmega-addons' ).'</a>';
210
  array_unshift( $links, $htmega_settings_link );
211
  if( !is_plugin_active('htmega-pro/htmega_pro.php') ){
212
  $links['htmegago_pro'] = sprintf('<a href="https://wphtmega.com/pricing/" target="_blank" style="color: #39b54a; font-weight: bold;">' . esc_html__('Go Pro','htmega-addons') . '</a>');
@@ -297,7 +297,26 @@ final class HTMega_Addons_Elementor {
297
 
298
 
299
  }
 
 
 
 
 
 
 
 
 
 
 
 
300
 
 
 
 
 
 
 
 
301
  }
302
 
303
  /**
91
 
92
  // Plugins Setting Page
93
  add_filter('plugin_action_links_'.HTMEGA_ADDONS_PLUGIN_BASE, [ $this, 'plugins_setting_links' ] );
94
+ add_filter( 'plugin_row_meta', [ $this, 'htmega_plugin_row_meta' ], 10, 4 );
95
  /**
96
  * [$template_info] Assign template data
97
  * @var [type]
206
  * @return [array] plugin menu list.
207
  */
208
  public function plugins_setting_links( $links ) {
209
+ $htmega_settings_link = '<a href="admin.php?page=htmega-addons#/general">'.esc_html__( 'Settings', 'htmega-addons' ).'</a>';
210
  array_unshift( $links, $htmega_settings_link );
211
  if( !is_plugin_active('htmega-pro/htmega_pro.php') ){
212
  $links['htmegago_pro'] = sprintf('<a href="https://wphtmega.com/pricing/" target="_blank" style="color: #39b54a; font-weight: bold;">' . esc_html__('Go Pro','htmega-addons') . '</a>');
297
 
298
 
299
  }
300
+
301
+ /**
302
+ * [htmega_plugin_row_meta] Plugin row meta
303
+ * @return [links] plugin action link
304
+ */
305
+ public function htmega_plugin_row_meta( $plugin_meta, $plugin_file, $plugin_data, $status ) {
306
+
307
+ if ( $plugin_file === HTMEGA_ADDONS_PLUGIN_BASE ) {
308
+ $new_links = array(
309
+ 'docs' => '<a href="https://wphtmega.com/docs/" target="_blank"><span class="dashicons dashicons-search"></span>' . esc_html__( 'Documentation', 'htmega-addons' ) . '</a>',
310
+ 'facebookgroup' => '<a href="https://www.facebook.com/groups/woolentor" target="_blank"><span class="dashicons dashicons-facebook" style="font-size:14px;line-height:1.3"></span>' . esc_html__( 'Facebook Group', 'htmega-addons' ) . '</a>',
311
+ 'rateus' => '<a href="https://wordpress.org/support/plugin/ht-mega-for-elementor/reviews/?filter=5#new-post" target="_blank"><span class="dashicons dashicons-star-filled" style="font-size:14px;line-height:1.3"></span>' . esc_html__( 'Rate the plugin', 'htmega-addons' ) . '</a>',
312
 
313
+ );
314
+
315
+ $plugin_meta = array_merge( $plugin_meta, $new_links );
316
+ }
317
+
318
+ return $plugin_meta;
319
+ }
320
  }
321
 
322
  /**
includes/helper-function.php CHANGED
@@ -728,6 +728,7 @@ function htmega_get_allowed_tag_desc( $tag_type = 'title' ) {
728
  * @param string $post_type
729
  * @return [array]
730
  */
 
731
  function htmega_get_page_list( $post_type = 'page' ){
732
  $options = array();
733
  $options['0'] = __('Select','htmega-addons');
@@ -741,6 +742,7 @@ function htmega_get_page_list( $post_type = 'page' ){
741
  return $options;
742
  }
743
  }
 
744
 
745
 
746
  /*
@@ -765,3 +767,51 @@ if( !function_exists('htmega_instagram_feed_list') ){
765
  return $all_feeds;
766
  }
767
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
728
  * @param string $post_type
729
  * @return [array]
730
  */
731
+ if( !function_exists('htmega_get_page_list') ){
732
  function htmega_get_page_list( $post_type = 'page' ){
733
  $options = array();
734
  $options['0'] = __('Select','htmega-addons');
742
  return $options;
743
  }
744
  }
745
+ }
746
 
747
 
748
  /*
767
  return $all_feeds;
768
  }
769
  }
770
+ /*
771
+ * All Taxonomie Category Load
772
+ * return Array
773
+ */
774
+ if( !function_exists('all_object_taxonomie_show_catagory') ){
775
+ function all_object_taxonomie_show_catagory($taxonomieName){
776
+
777
+ $allTaxonomie = get_object_taxonomies($taxonomieName);
778
+ if(isset($allTaxonomie['0'])){
779
+ if($allTaxonomie['0'] == "product_type"){
780
+ $allTaxonomie['0'] = 'product_cat';
781
+ }
782
+ return htmega_get_taxonomies($allTaxonomie['0']);
783
+ }
784
+ }
785
+ }
786
+
787
+ /**
788
+ * Get all Authors List
789
+ *
790
+ * @return array
791
+ */
792
+ if( !function_exists('htmega_get_authors_list') ){
793
+ function htmega_get_authors_list() {
794
+ $args = [
795
+ 'capability' => [ 'edit_posts' ],
796
+ 'has_published_posts' => true,
797
+ 'fields' => [
798
+ 'ID',
799
+ 'display_name',
800
+ ],
801
+ ];
802
+
803
+ // Version check 5.9.
804
+ if ( version_compare( $GLOBALS['wp_version'], '5.9-alpha', '<' ) ) {
805
+ $args['who'] = 'authors';
806
+ unset( $args['capability'] );
807
+ }
808
+
809
+ $authors = get_users( $args );
810
+
811
+ if ( ! empty( $authors ) ) {
812
+ return wp_list_pluck( $authors, 'display_name', 'ID' );
813
+ }
814
+
815
+ return [];
816
+ }
817
+ }
includes/widgets/htmega_newsticker.php CHANGED
@@ -35,11 +35,11 @@ class HTMega_Elementor_Widget_Newsticker extends Widget_Base {
35
  ];
36
  }
37
  public function get_keywords() {
38
- return [ 'newsticker', 'news ticker widget','htmega','ht mega' ];
39
  }
40
 
41
  public function get_help_url() {
42
- return 'https://wphtmega.com/docs/post-widgets/post-slider-widget/';
43
  }
44
  protected function register_controls() {
45
 
@@ -98,7 +98,7 @@ class HTMega_Elementor_Widget_Newsticker extends Widget_Base {
98
  $this->add_control(
99
  'maxrow',
100
  [
101
- 'label' => __('Maxium Row', 'htmega-addons'),
102
  'type' => Controls_Manager::NUMBER,
103
  'default' => 1,
104
  ]
@@ -116,7 +116,7 @@ class HTMega_Elementor_Widget_Newsticker extends Widget_Base {
116
  $this->add_control(
117
  'animateduration',
118
  [
119
- 'label' => __('Animatied duration', 'htmega-addons'),
120
  'type' => Controls_Manager::NUMBER,
121
  'default' => 5000,
122
  ]
@@ -187,101 +187,7 @@ class HTMega_Elementor_Widget_Newsticker extends Widget_Base {
187
  'label' => __( 'Content Option', 'htmega-addons' ),
188
  ]
189
  );
190
-
191
- $this->add_control(
192
- 'news_post_type',
193
- [
194
- 'label' => esc_html__( 'Content Sourse', 'htmega-addons' ),
195
- 'type' => Controls_Manager::SELECT2,
196
- 'label_block' => true,
197
- 'options' => htmega_get_post_types(),
198
- ]
199
- );
200
-
201
- $this->add_control(
202
- 'news_categories',
203
- [
204
- 'label' => esc_html__( 'Categories', 'htmega-addons' ),
205
- 'type' => Controls_Manager::SELECT2,
206
- 'label_block' => true,
207
- 'multiple' => true,
208
- 'options' => htmega_get_taxonomies(),
209
- 'condition' =>[
210
- 'news_post_type' => 'post',
211
- ]
212
- ]
213
- );
214
-
215
- $this->add_control(
216
- 'news_prod_categories',
217
- [
218
- 'label' => esc_html__( 'Categories', 'htmega-addons' ),
219
- 'type' => Controls_Manager::SELECT2,
220
- 'label_block' => true,
221
- 'multiple' => true,
222
- 'options' => htmega_get_taxonomies('product_cat'),
223
- 'condition' =>[
224
- 'news_post_type' => 'product',
225
- ]
226
- ]
227
- );
228
-
229
- $this->add_control(
230
- 'newslimit',
231
- [
232
- 'label' => __('News Limit', 'htmega-addons'),
233
- 'type' => Controls_Manager::NUMBER,
234
- 'default' => 3,
235
- 'separator'=>'before',
236
- ]
237
- );
238
-
239
- $this->add_control(
240
- 'custom_order',
241
- [
242
- 'label' => esc_html__( 'Custom order', 'htmega-addons' ),
243
- 'type' => Controls_Manager::SWITCHER,
244
- 'return_value' => 'yes',
245
- 'default' => 'no',
246
- ]
247
- );
248
-
249
- $this->add_control(
250
- 'orderby',
251
- [
252
- 'label' => esc_html__( 'Orderby', 'htmega-addons' ),
253
- 'type' => Controls_Manager::SELECT,
254
- 'default' => 'none',
255
- 'options' => [
256
- 'none' => esc_html__('None','htmega-addons'),
257
- 'ID' => esc_html__('ID','htmega-addons'),
258
- 'date' => esc_html__('Date','htmega-addons'),
259
- 'name' => esc_html__('Name','htmega-addons'),
260
- 'title' => esc_html__('Title','htmega-addons'),
261
- 'comment_count' => esc_html__('Comment count','htmega-addons'),
262
- 'rand' => esc_html__('Random','htmega-addons'),
263
- ],
264
- 'condition' => [
265
- 'custom_order' => 'yes',
266
- ]
267
- ]
268
- );
269
-
270
- $this->add_control(
271
- 'order',
272
- [
273
- 'label' => esc_html__( 'order', 'htmega-addons' ),
274
- 'type' => Controls_Manager::SELECT,
275
- 'default' => 'DESC',
276
- 'options' => [
277
- 'DESC' => esc_html__('Descending','htmega-addons'),
278
- 'ASC' => esc_html__('Ascending','htmega-addons'),
279
- ],
280
- 'condition' => [
281
- 'custom_order' => 'yes',
282
- ]
283
- ]
284
- );
285
  $this->add_control(
286
  'title_length',
287
  [
@@ -991,9 +897,19 @@ class HTMega_Elementor_Widget_Newsticker extends Widget_Base {
991
  protected function render( $instance = [] ) {
992
 
993
  $settings = $this->get_settings_for_display();
994
- $custom_order_ck = $this->get_settings_for_display('custom_order');
 
 
 
 
 
 
 
 
 
995
  $orderby = $this->get_settings_for_display('orderby');
996
- $order = $this->get_settings_for_display('order');
 
997
  $sectionid = "sid". $this-> get_id();
998
 
999
  // Section Attr
@@ -1015,38 +931,73 @@ class HTMega_Elementor_Widget_Newsticker extends Widget_Base {
1015
  $this->add_render_attribute('htmega_newsticker_options_attr', 'data-newstrickeropt', wp_json_encode( $newsticker_slider_settings ));
1016
  $this->add_render_attribute( 'htmega_newsticker_options_attr', 'class', 'breaking-news-ticker float-left htmega-newstricker' );
1017
 
 
1018
  $args = array(
1019
- 'post_type' => !empty( $settings['news_post_type'] ) ? $settings['news_post_type'] : 'post',
1020
  'post_status' => 'publish',
1021
  'ignore_sticky_posts' => 1,
1022
- 'posts_per_page' => !empty( $settings['newslimit'] ) ? $settings['newslimit'] : 3,
1023
  );
1024
 
1025
- // Custom Order
1026
- if( $custom_order_ck == 'yes' ){
1027
- $args['orderby'] = $orderby;
1028
- $args['order'] = $order;
1029
- }
1030
 
1031
- if( !empty($settings['news_prod_categories']) ){
1032
- $get_categories = $settings['news_prod_categories'];
1033
- }else{
1034
- $get_categories = $settings['news_categories'];
1035
- }
1036
- $news_cats = str_replace(' ', '', $get_categories);
1037
- if ( !empty( $get_categories ) ) {
1038
- if( is_array($news_cats) && count($news_cats) > 0 ){
1039
- $field_name = is_numeric( $news_cats[0] ) ? 'term_id' : 'slug';
1040
  $args['tax_query'] = array(
1041
  array(
1042
- 'taxonomy' => ( $settings['news_post_type'] == 'product' ) ? 'product_cat' : 'category',
1043
- 'terms' => $news_cats,
1044
  'field' => $field_name,
1045
  'include_children' => false
1046
  )
1047
  );
1048
  }
1049
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1050
  $news_ticker = new \WP_Query( $args );
1051
 
1052
  ?>
@@ -1115,5 +1066,183 @@ class HTMega_Elementor_Widget_Newsticker extends Widget_Base {
1115
  <?php
1116
  }
1117
  }
 
 
1118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1119
  }
35
  ];
36
  }
37
  public function get_keywords() {
38
+ return [ 'newsticker', 'news ticker widget','news','htmega','ht mega' ];
39
  }
40
 
41
  public function get_help_url() {
42
+ return 'https://wphtmega.com/docs/post-widgets/news-ticker-widget/';
43
  }
44
  protected function register_controls() {
45
 
98
  $this->add_control(
99
  'maxrow',
100
  [
101
+ 'label' => __('Maximum Row', 'htmega-addons'),
102
  'type' => Controls_Manager::NUMBER,
103
  'default' => 1,
104
  ]
116
  $this->add_control(
117
  'animateduration',
118
  [
119
+ 'label' => __('Animated duration', 'htmega-addons'),
120
  'type' => Controls_Manager::NUMBER,
121
  'default' => 5000,
122
  ]
187
  'label' => __( 'Content Option', 'htmega-addons' ),
188
  ]
189
  );
190
+ $this->show_post_source();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  $this->add_control(
192
  'title_length',
193
  [
897
  protected function render( $instance = [] ) {
898
 
899
  $settings = $this->get_settings_for_display();
900
+ $post_type = $settings['news_post_type'];
901
+ if( 'post'== $post_type ){
902
+ $post_categorys = $settings['news_categories'];
903
+ } else if( 'product'== $post_type ){
904
+ $post_categorys = $settings['news_prod_categories'];
905
+ }else {
906
+ $post_categorys = $settings[ $post_type.'_post_category'];
907
+ }
908
+ $post_author = $settings['post_author'];
909
+ $exclude_posts = $settings['exclude_posts'];
910
  $orderby = $this->get_settings_for_display('orderby');
911
+ $postorder = $this->get_settings_for_display('order');
912
+ $category_name = get_object_taxonomies($post_type);
913
  $sectionid = "sid". $this-> get_id();
914
 
915
  // Section Attr
931
  $this->add_render_attribute('htmega_newsticker_options_attr', 'data-newstrickeropt', wp_json_encode( $newsticker_slider_settings ));
932
  $this->add_render_attribute( 'htmega_newsticker_options_attr', 'class', 'breaking-news-ticker float-left htmega-newstricker' );
933
 
934
+ // Post query
935
  $args = array(
936
+ 'post_type' => $post_type,
937
  'post_status' => 'publish',
938
  'ignore_sticky_posts' => 1,
939
+ 'posts_per_page' => !empty( $settings['newslimit'] ) ? (int)$settings['newslimit'] : 3,
940
  );
941
 
942
+ if ( !empty( $post_categorys ) ) {
 
 
 
 
943
 
944
+ if( $category_name['0'] == "product_type" ){
945
+ $category_name['0'] = 'product_cat';
946
+ }
947
+
948
+ if( is_array($post_categorys) && count($post_categorys) > 0 ){
949
+
950
+ $field_name = is_numeric( $post_categorys[0] ) ? 'term_id' : 'slug';
 
 
951
  $args['tax_query'] = array(
952
  array(
953
+ 'taxonomy' => $category_name[0],
954
+ 'terms' => $post_categorys,
955
  'field' => $field_name,
956
  'include_children' => false
957
  )
958
  );
959
  }
960
  }
961
+ // author check
962
+ if ( !empty( $post_author ) ) {
963
+ $args['author__in'] = $post_author;
964
+ }
965
+ // order by check
966
+ if ( !empty( $orderby ) ) {
967
+ if ( 'date' == $orderby && 'yes'== $settings['custom_order_by_date'] && (!empty( $settings['order_by_date_after'] || $settings['order_by_date_before'] ) ) ) {
968
+ $order_by_date_after = strtotime($settings['order_by_date_after']);
969
+ $order_by_date_before = strtotime($settings['order_by_date_before']);
970
+ $args['date_query'] = array(
971
+ array(
972
+ 'before' => array(
973
+ 'year' => date('Y', $order_by_date_before),
974
+ 'month' =>date('m', $order_by_date_before),
975
+ 'day' => date('d', $order_by_date_before),
976
+ ),
977
+ 'after' => array(
978
+ 'year' => date('Y', $order_by_date_after),
979
+ 'month' =>date('m', $order_by_date_after),
980
+ 'day' => date('d', $order_by_date_after),
981
+ ),
982
+ 'inclusive' => true,
983
+ ),
984
+ );
985
+
986
+ } else {
987
+ $args['orderby'] = $orderby;
988
+ }
989
+ }
990
+
991
+ // Exclude posts check
992
+ if ( !empty( $exclude_posts ) ) {
993
+ $exclude_posts = explode(',',$exclude_posts);
994
+ $args['post__not_in'] = $exclude_posts;
995
+ }
996
+
997
+ // Order check
998
+ if ( !empty( $postorder ) ) {
999
+ $args['order'] = $postorder;
1000
+ }
1001
  $news_ticker = new \WP_Query( $args );
1002
 
1003
  ?>
1066
  <?php
1067
  }
1068
  }
1069
+ // post query fields
1070
+ public function show_post_source(){
1071
 
1072
+ $this->add_control(
1073
+ 'news_post_type',
1074
+ [
1075
+ 'label' => esc_html__( 'Post Type', 'htmega-addons' ),
1076
+ 'type' => Controls_Manager::SELECT,
1077
+ 'label_block' => true,
1078
+ 'options' => htmega_get_post_types(),
1079
+ 'default' =>'post',
1080
+ 'frontend_available' => true,
1081
+ 'separator' => 'before'
1082
+ ]
1083
+ );
1084
+ $this->add_control(
1085
+ 'include_by',
1086
+ [
1087
+ 'label' => __( 'Include By', 'htmega-addons' ),
1088
+ 'type' => Controls_Manager::SELECT2,
1089
+ 'label_block' => true,
1090
+ 'multiple' => true,
1091
+ 'default' =>'in_category',
1092
+ 'options' => [
1093
+ 'in_author' => __( 'Author', 'htmega-addons' ),
1094
+ 'in_category' => __( 'Category', 'htmega-addons' ),
1095
+ ],
1096
+ ]
1097
+ );
1098
+ $this->add_control(
1099
+ 'post_author',
1100
+ [
1101
+ 'label' => esc_html__( 'Authors', 'htmega-addons' ),
1102
+ 'type' => Controls_Manager::SELECT2,
1103
+ 'label_block' => true,
1104
+ 'multiple' => true,
1105
+ 'options' => htmega_get_authors_list(),
1106
+ 'condition' =>[
1107
+ 'include_by' => 'in_author',
1108
+ ]
1109
+ ]
1110
+ );
1111
+ $all_post_type = htmega_get_post_types();
1112
+ foreach( $all_post_type as $post_key => $post_item ){
1113
+
1114
+ if( 'post' == $post_key ){
1115
+ $this->add_control(
1116
+ 'news_categories',
1117
+ [
1118
+ 'label' => esc_html__( 'Categories', 'htmega-addons' ),
1119
+ 'type' => Controls_Manager::SELECT2,
1120
+ 'label_block' => true,
1121
+ 'multiple' => true,
1122
+ 'options' => htmega_get_taxonomies(),
1123
+ 'condition' =>[
1124
+ 'news_post_type' => 'post',
1125
+ 'include_by' => 'in_category',
1126
+ ]
1127
+ ]
1128
+ );
1129
+ } else if( 'product' == $post_key){
1130
+ $this->add_control(
1131
+ 'news_prod_categories',
1132
+ [
1133
+ 'label' => esc_html__( 'Categories', 'htmega-addons' ),
1134
+ 'type' => Controls_Manager::SELECT2,
1135
+ 'label_block' => true,
1136
+ 'multiple' => true,
1137
+ 'options' => htmega_get_taxonomies('product_cat'),
1138
+ 'condition' =>[
1139
+ 'news_post_type' => 'product',
1140
+ 'include_by' => 'in_category',
1141
+ ]
1142
+ ]
1143
+ );
1144
+
1145
+ } else {
1146
+ $this->add_control(
1147
+ "{$post_key}_post_category",
1148
+ [
1149
+ 'label' => esc_html__( 'Select Categories', 'htmega-addons' ),
1150
+ 'type' => Controls_Manager::SELECT2,
1151
+ 'label_block' => true,
1152
+ 'multiple' => true,
1153
+ 'options' => all_object_taxonomie_show_catagory($post_key),
1154
+ 'condition' => [
1155
+ 'news_post_type' => $post_key,
1156
+ 'include_by' => 'in_category',
1157
+ ],
1158
+ ]
1159
+ );
1160
+ }
1161
+
1162
+ }
1163
+ $this->add_control(
1164
+ "exclude_posts",
1165
+ [
1166
+ 'label' => esc_html__( 'Exclude Posts', 'htmega-addons' ),
1167
+ 'type' => Controls_Manager::TEXT,
1168
+ 'label_block' => true,
1169
+ 'placeholder' => esc_html__( 'Example: 10,11,105', 'htmega-addons' ),
1170
+ 'description' => esc_html__( "To Exclude Post, Enter the post id separated by ','", 'htmega-addons' ),
1171
+ ]
1172
+ );
1173
+ $this->add_control(
1174
+ 'newslimit',
1175
+ [
1176
+ 'label' => __('Limit', 'htmega-addons'),
1177
+ 'type' => Controls_Manager::NUMBER,
1178
+ 'default' => 5,
1179
+ 'separator'=>'before',
1180
+ ]
1181
+ );
1182
+
1183
+ $this->add_control(
1184
+ 'orderby',
1185
+ [
1186
+ 'label' => esc_html__( 'Order By', 'htmega-addons' ),
1187
+ 'type' => Controls_Manager::SELECT,
1188
+ 'default' => 'date',
1189
+ 'options' => [
1190
+ 'ID' => esc_html__('ID','htmega-addons'),
1191
+ 'date' => esc_html__('Date','htmega-addons'),
1192
+ 'name' => esc_html__('Name','htmega-addons'),
1193
+ 'title' => esc_html__('Title','htmega-addons'),
1194
+ 'comment_count' => esc_html__('Comment count','htmega-addons'),
1195
+ 'rand' => esc_html__('Random','htmega-addons'),
1196
+ ],
1197
+ ]
1198
+ );
1199
+ $this->add_control(
1200
+ 'custom_order_by_date',
1201
+ [
1202
+ 'label' => esc_html__( 'Custom Date', 'htmega-addons' ),
1203
+ 'type' => Controls_Manager::SWITCHER,
1204
+ 'return_value' => 'yes',
1205
+ 'default' => 'no',
1206
+ 'condition' =>[
1207
+ 'orderby'=>'date'
1208
+ ]
1209
+ ]
1210
+ );
1211
+ $this->add_control(
1212
+ 'order_by_date_before',
1213
+ [
1214
+ 'label' => __( 'Before Date', 'htmega-addons' ),
1215
+ 'type' => Controls_Manager::DATE_TIME,
1216
+ 'condition' =>[
1217
+ 'orderby'=>'date',
1218
+ 'custom_order_by_date'=>'yes',
1219
+ ]
1220
+ ]
1221
+ );
1222
+ $this->add_control(
1223
+ 'order_by_date_after',
1224
+ [
1225
+ 'label' => __( 'After Date', 'htmega-addons' ),
1226
+ 'type' => Controls_Manager::DATE_TIME,
1227
+ 'condition' =>[
1228
+ 'orderby'=>'date',
1229
+ 'custom_order_by_date'=>'yes',
1230
+ ]
1231
+ ]
1232
+ );
1233
+ $this->add_control(
1234
+ 'order',
1235
+ [
1236
+ 'label' => esc_html__( 'Order', 'htmega-addons' ),
1237
+ 'type' => Controls_Manager::SELECT,
1238
+ 'default' => 'DESC',
1239
+ 'options' => [
1240
+ 'DESC' => esc_html__('Descending','htmega-addons'),
1241
+ 'ASC' => esc_html__('Ascending','htmega-addons'),
1242
+ ],
1243
+ 'separator' => 'after'
1244
+
1245
+ ]
1246
+ );
1247
+ }
1248
  }
includes/widgets/htmega_post_carousel.php CHANGED
@@ -91,100 +91,9 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
91
  ]
92
  );
93
 
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(),
101
- ]
102
- );
103
-
104
- $this->add_control(
105
- 'carousel_categories',
106
- [
107
- 'label' => esc_html__( 'Categories', 'htmega-addons' ),
108
- 'type' => Controls_Manager::SELECT2,
109
- 'label_block' => true,
110
- 'multiple' => true,
111
- 'options' => htmega_get_taxonomies(),
112
- 'condition' =>[
113
- 'carousel_post_type' => 'post',
114
- ]
115
- ]
116
- );
117
 
118
- $this->add_control(
119
- 'carousel_prod_categories',
120
- [
121
- 'label' => esc_html__( 'Categories', 'htmega-addons' ),
122
- 'type' => Controls_Manager::SELECT2,
123
- 'label_block' => true,
124
- 'multiple' => true,
125
- 'options' => htmega_get_taxonomies('product_cat'),
126
- 'condition' =>[
127
- 'carousel_post_type' => 'product',
128
- ]
129
- ]
130
- );
131
-
132
- $this->add_control(
133
- 'post_limit',
134
- [
135
- 'label' => __('Limit', 'htmega-addons'),
136
- 'type' => Controls_Manager::NUMBER,
137
- 'default' => 5,
138
- 'separator'=>'before',
139
- ]
140
- );
141
-
142
- $this->add_control(
143
- 'custom_order',
144
- [
145
- 'label' => esc_html__( 'Custom order', 'htmega-addons' ),
146
- 'type' => Controls_Manager::SWITCHER,
147
- 'return_value' => 'yes',
148
- 'default' => 'no',
149
- ]
150
- );
151
-
152
- $this->add_control(
153
- 'postorder',
154
- [
155
- 'label' => esc_html__( 'Order', 'htmega-addons' ),
156
- 'type' => Controls_Manager::SELECT,
157
- 'default' => 'DESC',
158
- 'options' => [
159
- 'DESC' => esc_html__('Descending','htmega-addons'),
160
- 'ASC' => esc_html__('Ascending','htmega-addons'),
161
- ],
162
- 'condition' => [
163
- 'custom_order!' => 'yes',
164
- ]
165
- ]
166
- );
167
 
168
- $this->add_control(
169
- 'orderby',
170
- [
171
- 'label' => esc_html__( 'Orderby', 'htmega-addons' ),
172
- 'type' => Controls_Manager::SELECT,
173
- 'default' => 'none',
174
- 'options' => [
175
- 'none' => esc_html__('None','htmega-addons'),
176
- 'ID' => esc_html__('ID','htmega-addons'),
177
- 'date' => esc_html__('Date','htmega-addons'),
178
- 'name' => esc_html__('Name','htmega-addons'),
179
- 'title' => esc_html__('Title','htmega-addons'),
180
- 'comment_count' => esc_html__('Comment count','htmega-addons'),
181
- 'rand' => esc_html__('Random','htmega-addons'),
182
- ],
183
- 'condition' => [
184
- 'custom_order' => 'yes',
185
- ]
186
- ]
187
- );
188
 
189
  $this->add_control(
190
  'show_category',
@@ -2114,7 +2023,18 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
2114
  $sectionid = "sid". $this-> get_id();
2115
  $post_slider_image_overlay_hover = $settings['post_slider_image_overlay_hover_background'];
2116
  $htmega_post_image = $this->get_settings_for_display('htmega_post_image_size');
2117
- $custom_order_ck = $this->get_settings_for_display('custom_order');
 
 
 
 
 
 
 
 
 
 
 
2118
  $orderby = $this->get_settings_for_display('orderby');
2119
  $postorder = $this->get_settings_for_display('postorder');
2120
 
@@ -2163,59 +2083,93 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
2163
  $this->add_render_attribute( 'htmega_post_slider_attr', 'data-settings', wp_json_encode( $slider_settings ) );
2164
  }
2165
 
2166
- // Query
2167
- $args = array(
2168
- 'post_type' => !empty( $settings['carousel_post_type'] ) ? $settings['carousel_post_type'] : 'post',
2169
  'post_status' => 'publish',
2170
  'ignore_sticky_posts' => 1,
2171
- 'posts_per_page' => !empty( $settings['post_limit'] ) ? $settings['post_limit'] : 3,
2172
- 'order' => $postorder
2173
  );
2174
 
2175
- // Custom Order
2176
- if( $custom_order_ck == 'yes' ){
2177
- $args['orderby'] = $orderby;
2178
- }
2179
 
2180
- if( !empty($settings['carousel_prod_categories']) ){
2181
- $get_categories = $settings['carousel_prod_categories'];
2182
- }else{
2183
- $get_categories = $settings['carousel_categories'];
2184
- }
2185
 
2186
- $carousel_cats = str_replace(' ', '', $get_categories);
2187
 
2188
- if ( !empty( $get_categories ) ) {
2189
- if( is_array($carousel_cats) && count($carousel_cats) > 0 ){
2190
- $field_name = is_numeric( $carousel_cats[0] ) ? 'term_id' : 'slug';
2191
  $args['tax_query'] = array(
2192
  array(
2193
- 'taxonomy' => ( $settings['carousel_post_type'] == 'product' ) ? 'product_cat' : 'category',
2194
- 'terms' => $carousel_cats,
2195
  'field' => $field_name,
2196
  'include_children' => false
2197
  )
2198
  );
2199
  }
2200
  }
2201
- $s_display_none = ( 'yes' == $settings['slider_on'] ) ? ' style="display:none;"':'';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2202
  $carousel_post = new \WP_Query( $args );
2203
-
 
2204
  ?>
2205
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_carousel' ); ?>>
2206
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_slider_attr' ).$s_display_none; ?>>
2207
 
2208
  <?php
2209
- if( $carousel_post->have_posts() ):
2210
- while( $carousel_post->have_posts() ): $carousel_post->the_post();
2211
- ?>
2212
 
2213
  <?php if( $settings['post_carousel_style'] == 2 ): ?>
2214
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_slider_item_attr' ); ?> >
2215
  <div class="thumb">
2216
  <a href="<?php the_permalink();?>"><?php $this->htmega_render_loop_thumbnail( $htmega_post_image );?></a>
2217
  </div>
2218
- <?php $this->htmega_render_loop_content( 2 ); ?>
2219
  </div>
2220
 
2221
  <?php elseif( $settings['post_carousel_style'] == 4 ): ?>
@@ -2224,7 +2178,7 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
2224
  <div class="thumb">
2225
  <a href="<?php the_permalink();?>"><?php $this->htmega_render_loop_thumbnail( $htmega_post_image );?></a>
2226
  </div>
2227
- <?php $this->htmega_render_loop_content(); ?>
2228
  </div>
2229
  </div>
2230
 
@@ -2233,7 +2187,7 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
2233
  <div class="thumb">
2234
  <a href="<?php the_permalink();?>"><?php $this->htmega_render_loop_thumbnail( $htmega_post_image );?></a>
2235
  </div>
2236
- <?php $this->htmega_render_loop_content( 3 ); ?>
2237
  </div>
2238
 
2239
  <?php else:?>
@@ -2241,11 +2195,16 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
2241
  <div class="thumb">
2242
  <a href="<?php the_permalink();?>"><?php $this->htmega_render_loop_thumbnail( $htmega_post_image ); ?></a>
2243
  </div>
2244
- <?php $this->htmega_render_loop_content(); ?>
2245
  </div>
2246
  <?php endif;?>
2247
 
2248
- <?php endwhile; wp_reset_postdata(); wp_reset_query(); endif; ?>
 
 
 
 
 
2249
 
2250
  </div>
2251
  </div>
@@ -2266,24 +2225,35 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
2266
  }
2267
 
2268
  // Loop Content
2269
- public function htmega_render_loop_content( $contetntstyle = NULL ){
2270
  $settings = $this->get_settings_for_display();
 
2271
  ?>
2272
  <div class="content <?php echo $settings['border_type']; ?>">
2273
  <div class="post-inner">
2274
-
2275
- <?php if( $settings['show_category'] == 'yes' ): ?>
2276
- <ul class="post-category">
2277
- <?php
2278
- foreach ( get_the_category() as $category ) {
2279
- $term_link = get_term_link( $category );
2280
- ?>
2281
- <li><a href="<?php echo esc_url( $term_link ); ?>" class="category <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a></li>
2282
- <?php
2283
- }
2284
  ?>
2285
- </ul>
2286
- <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
2287
 
2288
  <?php
2289
  if( $contetntstyle == 3 ):
@@ -2361,7 +2331,184 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
2361
  echo '<img src="'.HTMEGA_ADDONS_PL_URL.'/assets/images/image-placeholder.png" alt="'.get_the_title().'" />';
2362
  }
2363
  }
 
 
2364
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2365
 
2366
  }
2367
 
91
  ]
92
  );
93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
 
96
+ $this->show_post_source();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
 
98
  $this->add_control(
99
  'show_category',
2023
  $sectionid = "sid". $this-> get_id();
2024
  $post_slider_image_overlay_hover = $settings['post_slider_image_overlay_hover_background'];
2025
  $htmega_post_image = $this->get_settings_for_display('htmega_post_image_size');
2026
+ $post_type = $settings['carousel_post_type'];
2027
+
2028
+ if( 'post'== $post_type ){
2029
+ $post_categorys = $settings['carousel_categories'];
2030
+ } else if( 'product'== $post_type ){
2031
+ $post_categorys = $settings['carousel_prod_categories'];
2032
+ }else {
2033
+ $post_categorys = $settings[ $post_type.'_post_category'];
2034
+ }
2035
+
2036
+ $post_author = $settings['post_author'];
2037
+ $exclude_posts = $settings['exclude_posts'];
2038
  $orderby = $this->get_settings_for_display('orderby');
2039
  $postorder = $this->get_settings_for_display('postorder');
2040
 
2083
  $this->add_render_attribute( 'htmega_post_slider_attr', 'data-settings', wp_json_encode( $slider_settings ) );
2084
  }
2085
 
2086
+ // Post query
2087
+ $args = array(
2088
+ 'post_type' => $post_type,
2089
  'post_status' => 'publish',
2090
  'ignore_sticky_posts' => 1,
2091
+ 'posts_per_page' => !empty( $settings['post_limit'] ) ? (int)$settings['post_limit'] : 3,
 
2092
  );
2093
 
2094
+ if ( !empty( $post_categorys ) ) {
 
 
 
2095
 
2096
+ $category_name = get_object_taxonomies($post_type);
2097
+ if( $category_name['0'] == "product_type" ){
2098
+ $category_name['0'] = 'product_cat';
2099
+ }
 
2100
 
2101
+ if( is_array($post_categorys) && count($post_categorys) > 0 ){
2102
 
2103
+ $field_name = is_numeric( $post_categorys[0] ) ? 'term_id' : 'slug';
 
 
2104
  $args['tax_query'] = array(
2105
  array(
2106
+ 'taxonomy' => $category_name[0],
2107
+ 'terms' => $post_categorys,
2108
  'field' => $field_name,
2109
  'include_children' => false
2110
  )
2111
  );
2112
  }
2113
  }
2114
+ // author check
2115
+ if ( !empty( $post_author ) ) {
2116
+ $args['author__in'] = $post_author;
2117
+ }
2118
+ // order by check
2119
+ if ( !empty( $orderby ) ) {
2120
+ if ( 'date' == $orderby && 'yes'== $settings['custom_order_by_date'] && (!empty( $settings['order_by_date_after'] || $settings['order_by_date_before'] ) ) ) {
2121
+ $order_by_date_after = strtotime($settings['order_by_date_after']);
2122
+ $order_by_date_before = strtotime($settings['order_by_date_before']);
2123
+ $args['date_query'] = array(
2124
+ array(
2125
+ 'before' => array(
2126
+ 'year' => date('Y', $order_by_date_before),
2127
+ 'month' =>date('m', $order_by_date_before),
2128
+ 'day' => date('d', $order_by_date_before),
2129
+ ),
2130
+ 'after' => array(
2131
+ 'year' => date('Y', $order_by_date_after),
2132
+ 'month' =>date('m', $order_by_date_after),
2133
+ 'day' => date('d', $order_by_date_after),
2134
+ ),
2135
+ 'inclusive' => true,
2136
+ ),
2137
+ );
2138
+
2139
+ } else {
2140
+ $args['orderby'] = $orderby;
2141
+ }
2142
+ }
2143
+
2144
+ // Exclude posts check
2145
+ if ( !empty( $exclude_posts ) ) {
2146
+ $exclude_posts = explode(',',$exclude_posts);
2147
+ $args['post__not_in'] = $exclude_posts;
2148
+ }
2149
+
2150
+ // Order check
2151
+ if ( !empty( $postorder ) ) {
2152
+ $args['order'] = $postorder;
2153
+ }
2154
+
2155
  $carousel_post = new \WP_Query( $args );
2156
+
2157
+ $s_display_none = ( 'yes' == $settings['slider_on'] ) ? ' style="display:none;"':'';
2158
  ?>
2159
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_carousel' ); ?>>
2160
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_slider_attr' ).$s_display_none; ?>>
2161
 
2162
  <?php
2163
+ if( $carousel_post->have_posts() ):
2164
+ while( $carousel_post->have_posts() ): $carousel_post->the_post();
2165
+ ?>
2166
 
2167
  <?php if( $settings['post_carousel_style'] == 2 ): ?>
2168
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_slider_item_attr' ); ?> >
2169
  <div class="thumb">
2170
  <a href="<?php the_permalink();?>"><?php $this->htmega_render_loop_thumbnail( $htmega_post_image );?></a>
2171
  </div>
2172
+ <?php $this->htmega_render_loop_content( 2,$carousel_post->ID ); ?>
2173
  </div>
2174
 
2175
  <?php elseif( $settings['post_carousel_style'] == 4 ): ?>
2178
  <div class="thumb">
2179
  <a href="<?php the_permalink();?>"><?php $this->htmega_render_loop_thumbnail( $htmega_post_image );?></a>
2180
  </div>
2181
+ <?php $this->htmega_render_loop_content(null,$carousel_post->ID); ?>
2182
  </div>
2183
  </div>
2184
 
2187
  <div class="thumb">
2188
  <a href="<?php the_permalink();?>"><?php $this->htmega_render_loop_thumbnail( $htmega_post_image );?></a>
2189
  </div>
2190
+ <?php $this->htmega_render_loop_content( 3,$carousel_post->ID ); ?>
2191
  </div>
2192
 
2193
  <?php else:?>
2195
  <div class="thumb">
2196
  <a href="<?php the_permalink();?>"><?php $this->htmega_render_loop_thumbnail( $htmega_post_image ); ?></a>
2197
  </div>
2198
+ <?php $this->htmega_render_loop_content(null,$carousel_post->ID); ?>
2199
  </div>
2200
  <?php endif;?>
2201
 
2202
+ <?php
2203
+ endwhile; wp_reset_postdata(); wp_reset_query();
2204
+
2205
+ else:
2206
+ echo "<div class='htmega-error-notice'>".esc_html__('There are no posts in this query','htmega-addons')."</div>";
2207
+ endif; ?>
2208
 
2209
  </div>
2210
  </div>
2225
  }
2226
 
2227
  // Loop Content
2228
+ public function htmega_render_loop_content( $contetntstyle = NULL,$post_id ){
2229
  $settings = $this->get_settings_for_display();
2230
+ $category_name = get_object_taxonomies($settings['carousel_post_type']);
2231
  ?>
2232
  <div class="content <?php echo $settings['border_type']; ?>">
2233
  <div class="post-inner">
2234
+ <?php
2235
+ if( $settings['show_category'] == 'yes' ):
2236
+ $get_terms = get_the_terms($post_id, $category_name[0] );
2237
+ if($settings['carousel_post_type'] == 'product'){
2238
+ $get_terms = get_the_terms($post_id, 'product_cat');
2239
+ }
2240
+ if($get_terms){
 
 
 
2241
  ?>
2242
+ <ul class="post-category">
2243
+ <?php
2244
+
2245
+ foreach ( $get_terms as $category ) {
2246
+ $term_link = get_term_link( $category );
2247
+ ?>
2248
+ <li><a href="<?php echo esc_url( $term_link ); ?>" class="category <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a></li>
2249
+ <?php
2250
+ }
2251
+
2252
+ ?>
2253
+ </ul>
2254
+ <?php
2255
+ }
2256
+ endif; ?>
2257
 
2258
  <?php
2259
  if( $contetntstyle == 3 ):
2331
  echo '<img src="'.HTMEGA_ADDONS_PL_URL.'/assets/images/image-placeholder.png" alt="'.get_the_title().'" />';
2332
  }
2333
  }
2334
+ // post query fields
2335
+ public function show_post_source(){
2336
 
2337
+ $this->add_control(
2338
+ 'carousel_post_type',
2339
+ [
2340
+ 'label' => esc_html__( 'Post Type', 'htmega-addons' ),
2341
+ 'type' => Controls_Manager::SELECT,
2342
+ 'label_block' => true,
2343
+ 'options' => htmega_get_post_types(),
2344
+ 'default' =>'post',
2345
+ 'frontend_available' => true,
2346
+ 'separator' => 'before'
2347
+ ]
2348
+ );
2349
+ $this->add_control(
2350
+ 'include_by',
2351
+ [
2352
+ 'label' => __( 'Include By', 'htmega-addons' ),
2353
+ 'type' => Controls_Manager::SELECT2,
2354
+ 'label_block' => true,
2355
+ 'multiple' => true,
2356
+ 'default' =>'in_category',
2357
+ 'options' => [
2358
+ 'in_author' => __( 'Author', 'htmega-addons' ),
2359
+ 'in_category' => __( 'Category', 'htmega-addons' ),
2360
+ ],
2361
+ ]
2362
+ );
2363
+ $this->add_control(
2364
+ 'post_author',
2365
+ [
2366
+ 'label' => esc_html__( 'Authors', 'htmega-addons' ),
2367
+ 'type' => Controls_Manager::SELECT2,
2368
+ 'label_block' => true,
2369
+ 'multiple' => true,
2370
+ 'options' => htmega_get_authors_list(),
2371
+ 'condition' =>[
2372
+ 'include_by' => 'in_author',
2373
+ ]
2374
+ ]
2375
+ );
2376
+ $all_post_type = htmega_get_post_types();
2377
+ foreach( $all_post_type as $post_key => $post_item ){
2378
+
2379
+ if( 'post' == $post_key ){
2380
+ $this->add_control(
2381
+ 'carousel_categories',
2382
+ [
2383
+ 'label' => esc_html__( 'Categories', 'htmega-addons' ),
2384
+ 'type' => Controls_Manager::SELECT2,
2385
+ 'label_block' => true,
2386
+ 'multiple' => true,
2387
+ 'options' => htmega_get_taxonomies(),
2388
+ 'condition' =>[
2389
+ 'carousel_post_type' => 'post',
2390
+ 'include_by' => 'in_category',
2391
+ ]
2392
+ ]
2393
+ );
2394
+ } else if( 'product' == $post_key){
2395
+ $this->add_control(
2396
+ 'carousel_prod_categories',
2397
+ [
2398
+ 'label' => esc_html__( 'Categories', 'htmega-addons' ),
2399
+ 'type' => Controls_Manager::SELECT2,
2400
+ 'label_block' => true,
2401
+ 'multiple' => true,
2402
+ 'options' => htmega_get_taxonomies('product_cat'),
2403
+ 'condition' =>[
2404
+ 'carousel_post_type' => 'product',
2405
+ 'include_by' => 'in_category',
2406
+ ]
2407
+ ]
2408
+ );
2409
+
2410
+ } else {
2411
+ $this->add_control(
2412
+ "{$post_key}_post_category",
2413
+ [
2414
+ 'label' => esc_html__( 'Select Categories', 'htmega-addons' ),
2415
+ 'type' => Controls_Manager::SELECT2,
2416
+ 'label_block' => true,
2417
+ 'multiple' => true,
2418
+ 'options' => all_object_taxonomie_show_catagory($post_key),
2419
+ 'condition' => [
2420
+ 'carousel_post_type' => $post_key,
2421
+ 'include_by' => 'in_category',
2422
+ ],
2423
+ ]
2424
+ );
2425
+ }
2426
+
2427
+ }
2428
+ $this->add_control(
2429
+ "exclude_posts",
2430
+ [
2431
+ 'label' => esc_html__( 'Exclude Posts', 'htmega-addons' ),
2432
+ 'type' => Controls_Manager::TEXT,
2433
+ 'label_block' => true,
2434
+ 'placeholder' => esc_html__( 'Example: 10,11,105', 'htmega-addons' ),
2435
+ 'description' => esc_html__( "To Exclude Post, Enter the post id separated by ','", 'htmega-addons' ),
2436
+ ]
2437
+ );
2438
+ $this->add_control(
2439
+ 'post_limit',
2440
+ [
2441
+ 'label' => __('Limit', 'htmega-addons'),
2442
+ 'type' => Controls_Manager::NUMBER,
2443
+ 'default' => 5,
2444
+ 'separator'=>'before',
2445
+ ]
2446
+ );
2447
+
2448
+ $this->add_control(
2449
+ 'orderby',
2450
+ [
2451
+ 'label' => esc_html__( 'Order By', 'htmega-addons' ),
2452
+ 'type' => Controls_Manager::SELECT,
2453
+ 'default' => 'date',
2454
+ 'options' => [
2455
+ 'ID' => esc_html__('ID','htmega-addons'),
2456
+ 'date' => esc_html__('Date','htmega-addons'),
2457
+ 'name' => esc_html__('Name','htmega-addons'),
2458
+ 'title' => esc_html__('Title','htmega-addons'),
2459
+ 'comment_count' => esc_html__('Comment count','htmega-addons'),
2460
+ 'rand' => esc_html__('Random','htmega-addons'),
2461
+ ],
2462
+ ]
2463
+ );
2464
+ $this->add_control(
2465
+ 'custom_order_by_date',
2466
+ [
2467
+ 'label' => esc_html__( 'Custom Date', 'htmega-addons' ),
2468
+ 'type' => Controls_Manager::SWITCHER,
2469
+ 'return_value' => 'yes',
2470
+ 'default' => 'no',
2471
+ 'condition' =>[
2472
+ 'orderby'=>'date'
2473
+ ]
2474
+ ]
2475
+ );
2476
+ $this->add_control(
2477
+ 'order_by_date_before',
2478
+ [
2479
+ 'label' => __( 'Before Date', 'htmega-addons' ),
2480
+ 'type' => Controls_Manager::DATE_TIME,
2481
+ 'condition' =>[
2482
+ 'orderby'=>'date',
2483
+ 'custom_order_by_date'=>'yes',
2484
+ ]
2485
+ ]
2486
+ );
2487
+ $this->add_control(
2488
+ 'order_by_date_after',
2489
+ [
2490
+ 'label' => __( 'After Date', 'htmega-addons' ),
2491
+ 'type' => Controls_Manager::DATE_TIME,
2492
+ 'condition' =>[
2493
+ 'orderby'=>'date',
2494
+ 'custom_order_by_date'=>'yes',
2495
+ ]
2496
+ ]
2497
+ );
2498
+ $this->add_control(
2499
+ 'postorder',
2500
+ [
2501
+ 'label' => esc_html__( 'Order', 'htmega-addons' ),
2502
+ 'type' => Controls_Manager::SELECT,
2503
+ 'default' => 'DESC',
2504
+ 'options' => [
2505
+ 'DESC' => esc_html__('Descending','htmega-addons'),
2506
+ 'ASC' => esc_html__('Ascending','htmega-addons'),
2507
+ ],
2508
+
2509
+ ]
2510
+ );
2511
+ }
2512
 
2513
  }
2514
 
includes/widgets/htmega_post_grid_tab.php CHANGED
@@ -34,7 +34,13 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
34
  'htmega-widgets-scripts',
35
  ];
36
  }
37
-
 
 
 
 
 
 
38
  protected function register_controls() {
39
 
40
  $this->start_controls_section(
@@ -69,101 +75,7 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
69
  'label' => __( 'Post Option', 'htmega-addons' ),
70
  ]
71
  );
72
-
73
- $this->add_control(
74
- 'grid_post_type',
75
- [
76
- 'label' => esc_html__( 'Content Source', 'htmega-addons' ),
77
- 'type' => Controls_Manager::SELECT2,
78
- 'label_block' => true,
79
- 'options' => htmega_get_post_types(),
80
- ]
81
- );
82
-
83
- $this->add_control(
84
- 'grid_categories',
85
- [
86
- 'label' => esc_html__( 'Categories', 'htmega-addons' ),
87
- 'type' => Controls_Manager::SELECT2,
88
- 'label_block' => true,
89
- 'multiple' => true,
90
- 'options' => htmega_get_taxonomies(),
91
- 'condition' =>[
92
- 'grid_post_type' => 'post',
93
- ]
94
- ]
95
- );
96
-
97
- $this->add_control(
98
- 'grid_prod_categories',
99
- [
100
- 'label' => esc_html__( 'Categories', 'htmega-addons' ),
101
- 'type' => Controls_Manager::SELECT2,
102
- 'label_block' => true,
103
- 'multiple' => true,
104
- 'options' => htmega_get_taxonomies('product_cat'),
105
- 'condition' =>[
106
- 'grid_post_type' => 'product',
107
- ]
108
- ]
109
- );
110
-
111
- $this->add_control(
112
- 'post_limit',
113
- [
114
- 'label' => __('Limit', 'htmega-addons'),
115
- 'type' => Controls_Manager::NUMBER,
116
- 'default' => 5,
117
- 'separator'=>'before',
118
- ]
119
- );
120
-
121
- $this->add_control(
122
- 'custom_order',
123
- [
124
- 'label' => esc_html__( 'Custom order', 'htmega-addons' ),
125
- 'type' => Controls_Manager::SWITCHER,
126
- 'return_value' => 'yes',
127
- 'default' => 'no',
128
- ]
129
- );
130
-
131
- $this->add_control(
132
- 'postorder',
133
- [
134
- 'label' => esc_html__( 'Order', 'htmega-addons' ),
135
- 'type' => Controls_Manager::SELECT,
136
- 'default' => 'DESC',
137
- 'options' => [
138
- 'DESC' => esc_html__('Descending','htmega-addons'),
139
- 'ASC' => esc_html__('Ascending','htmega-addons'),
140
- ],
141
- 'condition' => [
142
- 'custom_order!' => 'yes',
143
- ]
144
- ]
145
- );
146
-
147
- $this->add_control(
148
- 'orderby',
149
- [
150
- 'label' => esc_html__( 'Orderby', 'htmega-addons' ),
151
- 'type' => Controls_Manager::SELECT,
152
- 'default' => 'none',
153
- 'options' => [
154
- 'none' => esc_html__('None','htmega-addons'),
155
- 'ID' => esc_html__('ID','htmega-addons'),
156
- 'date' => esc_html__('Date','htmega-addons'),
157
- 'name' => esc_html__('Name','htmega-addons'),
158
- 'title' => esc_html__('Title','htmega-addons'),
159
- 'comment_count' => esc_html__('Comment count','htmega-addons'),
160
- 'rand' => esc_html__('Random','htmega-addons'),
161
- ],
162
- 'condition' => [
163
- 'custom_order' => 'yes',
164
- ]
165
- ]
166
- );
167
 
168
  $this->add_control(
169
  'show_title',
@@ -1296,49 +1208,90 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1296
  protected function render( $instance = [] ) {
1297
 
1298
  $settings = $this->get_settings_for_display();
1299
-
1300
- $custom_order_ck = $this->get_settings_for_display('custom_order');
 
 
 
 
 
 
 
 
1301
  $orderby = $this->get_settings_for_display('orderby');
1302
  $postorder = $this->get_settings_for_display('postorder');
 
1303
  $id = $this->get_id();
1304
 
1305
  $this->add_render_attribute( 'htmega_post_gridtab', 'class', 'ht-post-grid-tab htmega-post-gridtab-layout-'.$settings['post_grid_style'] );
1306
 
1307
- // Query
1308
  $args = array(
1309
- 'post_type' => !empty( $settings['grid_post_type'] ) ? $settings['grid_post_type'] : 'post',
1310
  'post_status' => 'publish',
1311
  'ignore_sticky_posts' => 1,
1312
- 'posts_per_page' => !empty( $settings['post_limit'] ) ? $settings['post_limit'] : 3,
1313
- 'order' => $postorder
1314
  );
1315
 
1316
- // Custom Order
1317
- if( $custom_order_ck == 'yes' ){
1318
- $args['orderby'] = $orderby;
1319
- }
1320
 
1321
- if( !empty($settings['grid_prod_categories']) ){
1322
- $get_categories = $settings['grid_prod_categories'];
1323
- }else{
1324
- $get_categories = $settings['grid_categories'];
1325
- }
1326
 
1327
- $grid_cats = str_replace(' ', '', $get_categories);
1328
 
1329
- if ( !empty( $get_categories ) ) {
1330
- if( is_array($grid_cats) && count($grid_cats) > 0 ){
1331
- $field_name = is_numeric( $grid_cats[0] ) ? 'term_id' : 'slug';
1332
  $args['tax_query'] = array(
1333
  array(
1334
- 'taxonomy' => ( $settings['grid_post_type'] == 'product' ) ? 'product_cat' : 'category',
1335
- 'terms' => $grid_cats,
1336
  'field' => $field_name,
1337
  'include_children' => false
1338
  )
1339
  );
1340
  }
1341
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1342
 
1343
  $grid_post = new \WP_Query( $args );
1344
 
@@ -1348,16 +1301,17 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1348
 
1349
  ?>
1350
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_gridtab' ); ?>>
1351
-
1352
  <?php
 
1353
  $countrow = $gdc = $rowcount = $item_class = 0;
 
1354
  while( $grid_post->have_posts() ) : $grid_post->the_post();
1355
  $countrow++;
1356
  $gdc++;
1357
  if( $gdc > 6){ $gdc = 1; }
1358
- ?>
1359
 
1360
- <?php
1361
  if( $settings['post_grid_style'] == 2 ):
1362
 
1363
  if( $countrow <= 4 ){
@@ -1365,7 +1319,7 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1365
  }else{
1366
  $order_content = 10;
1367
  }
1368
- ?>
1369
  <div class="post-gridthumb-<?php echo esc_attr( $id ); ?> post-grid post-grid-four htb-order-<?php echo esc_attr( $countrow );?>">
1370
  <div class="thumb">
1371
  <a href="<?php the_permalink();?>">
@@ -1381,10 +1335,10 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1381
  </div>
1382
  <!-- Grid Content -->
1383
  <div class="post-gridcontent-<?php echo esc_attr( $id ); ?> post-content htb-order-<?php echo esc_attr( $order_content ); if( $countrow == 1 ){ echo ' is-visible'; } ?>">
1384
- <?php $this->render_post_content(0, $id); ?>
1385
  </div>
1386
 
1387
- <?php
1388
  elseif( $settings['post_grid_style'] == 3 ):
1389
  $image_size = 'full';
1390
  if( $countrow <= 3 ){
@@ -1398,7 +1352,7 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1398
  }else{
1399
  $item_class = 'post-grid-four';
1400
  }
1401
- ?>
1402
 
1403
  <div class="post-gridthumb-<?php echo esc_attr( $id ); ?> post-grid htb-order-<?php echo esc_attr( $countrow ); echo ' '.esc_attr( $item_class ); ?>">
1404
  <div class="thumb">
@@ -1414,10 +1368,10 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1414
  </div>
1415
  </div>
1416
  <div class="post-gridcontent-<?php echo esc_attr( $id ); ?> post-content htb-order-<?php echo esc_attr( $order_content ); ?>">
1417
- <?php $this->render_post_content(0, $id); ?>
1418
  </div>
1419
 
1420
- <?php
1421
  elseif( $settings['post_grid_style'] == 4 ):
1422
 
1423
  if( $countrow <= 3 ){
@@ -1426,7 +1380,7 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1426
 
1427
  // Item Class
1428
  $item_class = 'post-grid-one-third';
1429
- ?>
1430
 
1431
  <div class="post-gridthumb-<?php echo esc_attr( $id ); ?> post-grid htb-order-<?php echo esc_attr( $countrow ); echo ' '.esc_attr( $item_class ); ?>">
1432
  <div class="thumb">
@@ -1442,10 +1396,10 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1442
  </div>
1443
  </div>
1444
  <div class="post-gridcontent-<?php echo esc_attr( $id ); ?> post-content htb-order-<?php echo esc_attr( $order_content ); ?>">
1445
- <?php $this->render_post_content(0, $id); ?>
1446
  </div>
1447
 
1448
- <?php
1449
  elseif( $settings['post_grid_style'] == 5 ):
1450
 
1451
  if( $countrow <= 2 ){
@@ -1458,7 +1412,7 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1458
  }else{
1459
  $item_class = 'post-grid-one-third';
1460
  }
1461
- ?>
1462
  <div class="post-gridthumb-<?php echo esc_attr( $id ); ?> post-grid htb-order-<?php echo esc_attr( $countrow ); echo ' '.esc_attr( $item_class ); ?> gradient-overlay gradient-overlay-<?php echo esc_attr( $gdc );?>">
1463
  <div class="thumb">
1464
  <a href="<?php the_permalink();?>">
@@ -1473,10 +1427,10 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1473
  </div>
1474
  </div>
1475
  <div class="post-gridcontent-<?php echo esc_attr( $id ); ?> post-content htb-order-<?php echo esc_attr( $order_content ); ?>">
1476
- <?php $this->render_post_content($gdc, $id); ?>
1477
  </div>
1478
 
1479
- <?php else:
1480
 
1481
  if( $countrow <= 3 ){
1482
  $item_class = 'post-grid-one-third';
@@ -1489,7 +1443,7 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1489
  if( $countrow > 3 ){
1490
  $order_content = 6;
1491
  }
1492
- ?>
1493
  <div class="post-gridthumb-<?php echo esc_attr( $id ); ?> post-grid htb-order-<?php echo esc_attr( $countrow ); echo ' '.esc_attr( $item_class );?> gradient-overlay gradient-overlay-<?php echo esc_attr( $gdc );?>">
1494
  <div class="thumb">
1495
  <a href="<?php the_permalink();?>">
@@ -1505,20 +1459,25 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1505
  </div>
1506
  <!-- Grid Content -->
1507
  <div class="post-gridcontent-<?php echo esc_attr( $id ); ?> post-content htb-order-<?php echo esc_attr( $order_content ); if( $countrow == 1 ){ echo esc_attr( ' is-visible' ); } ?>">
1508
- <?php $this->render_post_content( $gdc, $id ); ?>
1509
  </div>
1510
- <?php endif;?>
1511
 
1512
- <?php endwhile; wp_reset_postdata(); wp_reset_query(); ?>
 
 
 
 
 
1513
 
1514
  </div>
1515
  <?php
1516
  }
1517
 
1518
- public function render_post_content( $gdc = NULL, $id = NULL){
1519
 
1520
  $settings = $this->get_settings_for_display();
1521
-
1522
  ?>
1523
  <!-- Start Post Slider -->
1524
  <div class="single-post-grid-tab">
@@ -1543,14 +1502,21 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1543
  <div class="post-inner">
1544
  <?php
1545
  if( $settings['show_category'] == 'yes' ){
1546
- echo '<ul class="post-category">';
1547
- foreach ( get_the_category() as $category ) {
 
 
 
 
 
1548
  $term_link = get_term_link( $category );
1549
  ?>
1550
  <li><a href="<?php echo esc_url( $term_link ); ?>" class="category <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name ); ?></a></li>
1551
  <?php
1552
  }
1553
- echo '</ul>';
 
 
1554
  }
1555
  ?>
1556
  <?php if( $settings['show_title'] == 'yes' ):
@@ -1589,6 +1555,184 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
1589
 
1590
  <?php
1591
  }
 
 
1592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1593
  }
1594
 
34
  'htmega-widgets-scripts',
35
  ];
36
  }
37
+ public function get_keywords() {
38
+ return [ 'post grid tab', 'post tab','custom post grid','post grid','post','htmega addons' ];
39
+ }
40
+
41
+ public function get_help_url() {
42
+ return 'https://wphtmega.com/docs/post-widgets/post-grid-tab-widget/';
43
+ }
44
  protected function register_controls() {
45
 
46
  $this->start_controls_section(
75
  'label' => __( 'Post Option', 'htmega-addons' ),
76
  ]
77
  );
78
+ $this->show_post_source();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
 
80
  $this->add_control(
81
  'show_title',
1208
  protected function render( $instance = [] ) {
1209
 
1210
  $settings = $this->get_settings_for_display();
1211
+ $post_type = $settings['grid_post_type'];
1212
+ if( 'post'== $post_type ){
1213
+ $post_categorys = $settings['grid_categories'];
1214
+ } else if( 'product'== $post_type ){
1215
+ $post_categorys = $settings['grid_prod_categories'];
1216
+ }else {
1217
+ $post_categorys = $settings[ $post_type.'_post_category'];
1218
+ }
1219
+ $post_author = $settings['post_author'];
1220
+ $exclude_posts = $settings['exclude_posts'];
1221
  $orderby = $this->get_settings_for_display('orderby');
1222
  $postorder = $this->get_settings_for_display('postorder');
1223
+ $category_name = get_object_taxonomies($post_type);
1224
  $id = $this->get_id();
1225
 
1226
  $this->add_render_attribute( 'htmega_post_gridtab', 'class', 'ht-post-grid-tab htmega-post-gridtab-layout-'.$settings['post_grid_style'] );
1227
 
1228
+ // Post query
1229
  $args = array(
1230
+ 'post_type' => $post_type,
1231
  'post_status' => 'publish',
1232
  'ignore_sticky_posts' => 1,
1233
+ 'posts_per_page' => !empty( $settings['post_limit'] ) ? (int)$settings['post_limit'] : 3,
 
1234
  );
1235
 
1236
+ if ( !empty( $post_categorys ) ) {
 
 
 
1237
 
1238
+ if( $category_name['0'] == "product_type" ){
1239
+ $category_name['0'] = 'product_cat';
1240
+ }
 
 
1241
 
1242
+ if( is_array($post_categorys) && count($post_categorys) > 0 ){
1243
 
1244
+ $field_name = is_numeric( $post_categorys[0] ) ? 'term_id' : 'slug';
 
 
1245
  $args['tax_query'] = array(
1246
  array(
1247
+ 'taxonomy' => $category_name[0],
1248
+ 'terms' => $post_categorys,
1249
  'field' => $field_name,
1250
  'include_children' => false
1251
  )
1252
  );
1253
  }
1254
  }
1255
+ // author check
1256
+ if ( !empty( $post_author ) ) {
1257
+ $args['author__in'] = $post_author;
1258
+ }
1259
+ // order by check
1260
+ if ( !empty( $orderby ) ) {
1261
+ if ( 'date' == $orderby && 'yes'== $settings['custom_order_by_date'] && (!empty( $settings['order_by_date_after'] || $settings['order_by_date_before'] ) ) ) {
1262
+ $order_by_date_after = strtotime($settings['order_by_date_after']);
1263
+ $order_by_date_before = strtotime($settings['order_by_date_before']);
1264
+ $args['date_query'] = array(
1265
+ array(
1266
+ 'before' => array(
1267
+ 'year' => date('Y', $order_by_date_before),
1268
+ 'month' =>date('m', $order_by_date_before),
1269
+ 'day' => date('d', $order_by_date_before),
1270
+ ),
1271
+ 'after' => array(
1272
+ 'year' => date('Y', $order_by_date_after),
1273
+ 'month' =>date('m', $order_by_date_after),
1274
+ 'day' => date('d', $order_by_date_after),
1275
+ ),
1276
+ 'inclusive' => true,
1277
+ ),
1278
+ );
1279
+
1280
+ } else {
1281
+ $args['orderby'] = $orderby;
1282
+ }
1283
+ }
1284
+
1285
+ // Exclude posts check
1286
+ if ( !empty( $exclude_posts ) ) {
1287
+ $exclude_posts = explode(',',$exclude_posts);
1288
+ $args['post__not_in'] = $exclude_posts;
1289
+ }
1290
+
1291
+ // Order check
1292
+ if ( !empty( $postorder ) ) {
1293
+ $args['order'] = $postorder;
1294
+ }
1295
 
1296
  $grid_post = new \WP_Query( $args );
1297
 
1301
 
1302
  ?>
1303
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_gridtab' ); ?>>
 
1304
  <?php
1305
+ if( $grid_post->have_posts() ):
1306
  $countrow = $gdc = $rowcount = $item_class = 0;
1307
+
1308
  while( $grid_post->have_posts() ) : $grid_post->the_post();
1309
  $countrow++;
1310
  $gdc++;
1311
  if( $gdc > 6){ $gdc = 1; }
1312
+ ?>
1313
 
1314
+ <?php
1315
  if( $settings['post_grid_style'] == 2 ):
1316
 
1317
  if( $countrow <= 4 ){
1319
  }else{
1320
  $order_content = 10;
1321
  }
1322
+ ?>
1323
  <div class="post-gridthumb-<?php echo esc_attr( $id ); ?> post-grid post-grid-four htb-order-<?php echo esc_attr( $countrow );?>">
1324
  <div class="thumb">
1325
  <a href="<?php the_permalink();?>">
1335
  </div>
1336
  <!-- Grid Content -->
1337
  <div class="post-gridcontent-<?php echo esc_attr( $id ); ?> post-content htb-order-<?php echo esc_attr( $order_content ); if( $countrow == 1 ){ echo ' is-visible'; } ?>">
1338
+ <?php $this->render_post_content(0, $id, $grid_post->ID); ?>
1339
  </div>
1340
 
1341
+ <?php
1342
  elseif( $settings['post_grid_style'] == 3 ):
1343
  $image_size = 'full';
1344
  if( $countrow <= 3 ){
1352
  }else{
1353
  $item_class = 'post-grid-four';
1354
  }
1355
+ ?>
1356
 
1357
  <div class="post-gridthumb-<?php echo esc_attr( $id ); ?> post-grid htb-order-<?php echo esc_attr( $countrow ); echo ' '.esc_attr( $item_class ); ?>">
1358
  <div class="thumb">
1368
  </div>
1369
  </div>
1370
  <div class="post-gridcontent-<?php echo esc_attr( $id ); ?> post-content htb-order-<?php echo esc_attr( $order_content ); ?>">
1371
+ <?php $this->render_post_content(0, $id, $grid_post->ID); ?>
1372
  </div>
1373
 
1374
+ <?php
1375
  elseif( $settings['post_grid_style'] == 4 ):
1376
 
1377
  if( $countrow <= 3 ){
1380
 
1381
  // Item Class
1382
  $item_class = 'post-grid-one-third';
1383
+ ?>
1384
 
1385
  <div class="post-gridthumb-<?php echo esc_attr( $id ); ?> post-grid htb-order-<?php echo esc_attr( $countrow ); echo ' '.esc_attr( $item_class ); ?>">
1386
  <div class="thumb">
1396
  </div>
1397
  </div>
1398
  <div class="post-gridcontent-<?php echo esc_attr( $id ); ?> post-content htb-order-<?php echo esc_attr( $order_content ); ?>">
1399
+ <?php $this->render_post_content(0, $id, $grid_post->ID); ?>
1400
  </div>
1401
 
1402
+ <?php
1403
  elseif( $settings['post_grid_style'] == 5 ):
1404
 
1405
  if( $countrow <= 2 ){
1412
  }else{
1413
  $item_class = 'post-grid-one-third';
1414
  }
1415
+ ?>
1416
  <div class="post-gridthumb-<?php echo esc_attr( $id ); ?> post-grid htb-order-<?php echo esc_attr( $countrow ); echo ' '.esc_attr( $item_class ); ?> gradient-overlay gradient-overlay-<?php echo esc_attr( $gdc );?>">
1417
  <div class="thumb">
1418
  <a href="<?php the_permalink();?>">
1427
  </div>
1428
  </div>
1429
  <div class="post-gridcontent-<?php echo esc_attr( $id ); ?> post-content htb-order-<?php echo esc_attr( $order_content ); ?>">
1430
+ <?php $this->render_post_content($gdc, $id, $grid_post->ID); ?>
1431
  </div>
1432
 
1433
+ <?php else:
1434
 
1435
  if( $countrow <= 3 ){
1436
  $item_class = 'post-grid-one-third';
1443
  if( $countrow > 3 ){
1444
  $order_content = 6;
1445
  }
1446
+ ?>
1447
  <div class="post-gridthumb-<?php echo esc_attr( $id ); ?> post-grid htb-order-<?php echo esc_attr( $countrow ); echo ' '.esc_attr( $item_class );?> gradient-overlay gradient-overlay-<?php echo esc_attr( $gdc );?>">
1448
  <div class="thumb">
1449
  <a href="<?php the_permalink();?>">
1459
  </div>
1460
  <!-- Grid Content -->
1461
  <div class="post-gridcontent-<?php echo esc_attr( $id ); ?> post-content htb-order-<?php echo esc_attr( $order_content ); if( $countrow == 1 ){ echo esc_attr( ' is-visible' ); } ?>">
1462
+ <?php $this->render_post_content( $gdc, $id, $grid_post->ID); ?>
1463
  </div>
1464
+ <?php endif;?>
1465
 
1466
+ <?php
1467
+ endwhile; wp_reset_postdata(); wp_reset_query();
1468
+ else:
1469
+ echo "<div class='htmega-error-notice'>".esc_html__('There are no posts in this query','htmega-addons')."</div>";
1470
+ endif;
1471
+ ?>
1472
 
1473
  </div>
1474
  <?php
1475
  }
1476
 
1477
+ public function render_post_content( $gdc = NULL, $id = NULL, $post_id ){
1478
 
1479
  $settings = $this->get_settings_for_display();
1480
+ $category_name = get_object_taxonomies($settings['grid_post_type']);
1481
  ?>
1482
  <!-- Start Post Slider -->
1483
  <div class="single-post-grid-tab">
1502
  <div class="post-inner">
1503
  <?php
1504
  if( $settings['show_category'] == 'yes' ){
1505
+ $get_terms = get_the_terms( $post_id, $category_name[0] );
1506
+ if( $settings['grid_post_type'] == 'product' ){
1507
+ $get_terms = get_the_terms($post_id, 'product_cat');
1508
+ }
1509
+ if( $get_terms ){
1510
+ echo '<ul class="post-category">';
1511
+ foreach ( $get_terms as $category ) {
1512
  $term_link = get_term_link( $category );
1513
  ?>
1514
  <li><a href="<?php echo esc_url( $term_link ); ?>" class="category <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name ); ?></a></li>
1515
  <?php
1516
  }
1517
+
1518
+ echo '</ul>';
1519
+ }
1520
  }
1521
  ?>
1522
  <?php if( $settings['show_title'] == 'yes' ):
1555
 
1556
  <?php
1557
  }
1558
+ // post query fields
1559
+ public function show_post_source(){
1560
 
1561
+ $this->add_control(
1562
+ 'grid_post_type',
1563
+ [
1564
+ 'label' => esc_html__( 'Post Type', 'htmega-addons' ),
1565
+ 'type' => Controls_Manager::SELECT,
1566
+ 'label_block' => true,
1567
+ 'options' => htmega_get_post_types(),
1568
+ 'default' =>'post',
1569
+ 'frontend_available' => true,
1570
+ 'separator' => 'before'
1571
+ ]
1572
+ );
1573
+ $this->add_control(
1574
+ 'include_by',
1575
+ [
1576
+ 'label' => __( 'Include By', 'htmega-addons' ),
1577
+ 'type' => Controls_Manager::SELECT2,
1578
+ 'label_block' => true,
1579
+ 'multiple' => true,
1580
+ 'default' =>'in_category',
1581
+ 'options' => [
1582
+ 'in_author' => __( 'Author', 'htmega-addons' ),
1583
+ 'in_category' => __( 'Category', 'htmega-addons' ),
1584
+ ],
1585
+ ]
1586
+ );
1587
+ $this->add_control(
1588
+ 'post_author',
1589
+ [
1590
+ 'label' => esc_html__( 'Authors', 'htmega-addons' ),
1591
+ 'type' => Controls_Manager::SELECT2,
1592
+ 'label_block' => true,
1593
+ 'multiple' => true,
1594
+ 'options' => htmega_get_authors_list(),
1595
+ 'condition' =>[
1596
+ 'include_by' => 'in_author',
1597
+ ]
1598
+ ]
1599
+ );
1600
+ $all_post_type = htmega_get_post_types();
1601
+ foreach( $all_post_type as $post_key => $post_item ){
1602
+
1603
+ if( 'post' == $post_key ){
1604
+ $this->add_control(
1605
+ 'grid_categories',
1606
+ [
1607
+ 'label' => esc_html__( 'Categories', 'htmega-addons' ),
1608
+ 'type' => Controls_Manager::SELECT2,
1609
+ 'label_block' => true,
1610
+ 'multiple' => true,
1611
+ 'options' => htmega_get_taxonomies(),
1612
+ 'condition' =>[
1613
+ 'grid_post_type' => 'post',
1614
+ 'include_by' => 'in_category',
1615
+ ]
1616
+ ]
1617
+ );
1618
+ } else if( 'product' == $post_key){
1619
+ $this->add_control(
1620
+ 'grid_prod_categories',
1621
+ [
1622
+ 'label' => esc_html__( 'Categories', 'htmega-addons' ),
1623
+ 'type' => Controls_Manager::SELECT2,
1624
+ 'label_block' => true,
1625
+ 'multiple' => true,
1626
+ 'options' => htmega_get_taxonomies('product_cat'),
1627
+ 'condition' =>[
1628
+ 'grid_post_type' => 'product',
1629
+ 'include_by' => 'in_category',
1630
+ ]
1631
+ ]
1632
+ );
1633
+
1634
+ } else {
1635
+ $this->add_control(
1636
+ "{$post_key}_post_category",
1637
+ [
1638
+ 'label' => esc_html__( 'Select Categories', 'htmega-addons' ),
1639
+ 'type' => Controls_Manager::SELECT2,
1640
+ 'label_block' => true,
1641
+ 'multiple' => true,
1642
+ 'options' => all_object_taxonomie_show_catagory($post_key),
1643
+ 'condition' => [
1644
+ 'grid_post_type' => $post_key,
1645
+ 'include_by' => 'in_category',
1646
+ ],
1647
+ ]
1648
+ );
1649
+ }
1650
+
1651
+ }
1652
+ $this->add_control(
1653
+ "exclude_posts",
1654
+ [
1655
+ 'label' => esc_html__( 'Exclude Posts', 'htmega-addons' ),
1656
+ 'type' => Controls_Manager::TEXT,
1657
+ 'label_block' => true,
1658
+ 'placeholder' => esc_html__( 'Example: 10,11,105', 'htmega-addons' ),
1659
+ 'description' => esc_html__( "To Exclude Post, Enter the post id separated by ','", 'htmega-addons' ),
1660
+ ]
1661
+ );
1662
+ $this->add_control(
1663
+ 'post_limit',
1664
+ [
1665
+ 'label' => __('Limit', 'htmega-addons'),
1666
+ 'type' => Controls_Manager::NUMBER,
1667
+ 'default' => 5,
1668
+ 'separator'=>'before',
1669
+ ]
1670
+ );
1671
+
1672
+ $this->add_control(
1673
+ 'orderby',
1674
+ [
1675
+ 'label' => esc_html__( 'Order By', 'htmega-addons' ),
1676
+ 'type' => Controls_Manager::SELECT,
1677
+ 'default' => 'date',
1678
+ 'options' => [
1679
+ 'ID' => esc_html__('ID','htmega-addons'),
1680
+ 'date' => esc_html__('Date','htmega-addons'),
1681
+ 'name' => esc_html__('Name','htmega-addons'),
1682
+ 'title' => esc_html__('Title','htmega-addons'),
1683
+ 'comment_count' => esc_html__('Comment count','htmega-addons'),
1684
+ 'rand' => esc_html__('Random','htmega-addons'),
1685
+ ],
1686
+ ]
1687
+ );
1688
+ $this->add_control(
1689
+ 'custom_order_by_date',
1690
+ [
1691
+ 'label' => esc_html__( 'Custom Date', 'htmega-addons' ),
1692
+ 'type' => Controls_Manager::SWITCHER,
1693
+ 'return_value' => 'yes',
1694
+ 'default' => 'no',
1695
+ 'condition' =>[
1696
+ 'orderby'=>'date'
1697
+ ]
1698
+ ]
1699
+ );
1700
+ $this->add_control(
1701
+ 'order_by_date_before',
1702
+ [
1703
+ 'label' => __( 'Before Date', 'htmega-addons' ),
1704
+ 'type' => Controls_Manager::DATE_TIME,
1705
+ 'condition' =>[
1706
+ 'orderby'=>'date',
1707
+ 'custom_order_by_date'=>'yes',
1708
+ ]
1709
+ ]
1710
+ );
1711
+ $this->add_control(
1712
+ 'order_by_date_after',
1713
+ [
1714
+ 'label' => __( 'After Date', 'htmega-addons' ),
1715
+ 'type' => Controls_Manager::DATE_TIME,
1716
+ 'condition' =>[
1717
+ 'orderby'=>'date',
1718
+ 'custom_order_by_date'=>'yes',
1719
+ ]
1720
+ ]
1721
+ );
1722
+ $this->add_control(
1723
+ 'postorder',
1724
+ [
1725
+ 'label' => esc_html__( 'Order', 'htmega-addons' ),
1726
+ 'type' => Controls_Manager::SELECT,
1727
+ 'default' => 'DESC',
1728
+ 'options' => [
1729
+ 'DESC' => esc_html__('Descending','htmega-addons'),
1730
+ 'ASC' => esc_html__('Ascending','htmega-addons'),
1731
+ ],
1732
+ 'separator' => 'after'
1733
+
1734
+ ]
1735
+ );
1736
+ }
1737
  }
1738
 
includes/widgets/htmega_post_slider.php CHANGED
@@ -35,7 +35,13 @@ class HTMega_Elementor_Widget_Post_Slider extends Widget_Base {
35
  'htmega-widgets-scripts',
36
  ];
37
  }
38
-
 
 
 
 
 
 
39
  protected function register_controls() {
40
 
41
  $this->start_controls_section(
@@ -73,101 +79,7 @@ class HTMega_Elementor_Widget_Post_Slider extends Widget_Base {
73
  'label' => __( 'Post Option', 'htmega-addons' ),
74
  ]
75
  );
76
-
77
- $this->add_control(
78
- 'slider_post_type',
79
- [
80
- 'label' => esc_html__( 'Content Source', 'htmega-addons' ),
81
- 'type' => Controls_Manager::SELECT2,
82
- 'label_block' => true,
83
- 'options' => htmega_get_post_types(),
84
- ]
85
- );
86
-
87
- $this->add_control(
88
- 'slider_categories',
89
- [
90
- 'label' => esc_html__( 'Categories', 'htmega-addons' ),
91
- 'type' => Controls_Manager::SELECT2,
92
- 'label_block' => true,
93
- 'multiple' => true,
94
- 'options' => htmega_get_taxonomies(),
95
- 'condition' =>[
96
- 'slider_post_type' => 'post',
97
- ]
98
- ]
99
- );
100
-
101
- $this->add_control(
102
- 'slider_prod_categories',
103
- [
104
- 'label' => esc_html__( 'Categories', 'htmega-addons' ),
105
- 'type' => Controls_Manager::SELECT2,
106
- 'label_block' => true,
107
- 'multiple' => true,
108
- 'options' => htmega_get_taxonomies('product_cat'),
109
- 'condition' =>[
110
- 'slider_post_type' => 'product',
111
- ]
112
- ]
113
- );
114
-
115
- $this->add_control(
116
- 'post_limit',
117
- [
118
- 'label' => __('Limit', 'htmega-addons'),
119
- 'type' => Controls_Manager::NUMBER,
120
- 'default' => 5,
121
- 'separator'=>'before',
122
- ]
123
- );
124
-
125
- $this->add_control(
126
- 'custom_order',
127
- [
128
- 'label' => esc_html__( 'Custom order', 'htmega-addons' ),
129
- 'type' => Controls_Manager::SWITCHER,
130
- 'return_value' => 'yes',
131
- 'default' => 'no',
132
- ]
133
- );
134
-
135
- $this->add_control(
136
- 'postorder',
137
- [
138
- 'label' => esc_html__( 'Order', 'htmega-addons' ),
139
- 'type' => Controls_Manager::SELECT,
140
- 'default' => 'DESC',
141
- 'options' => [
142
- 'DESC' => esc_html__('Descending','htmega-addons'),
143
- 'ASC' => esc_html__('Ascending','htmega-addons'),
144
- ],
145
- 'condition' => [
146
- 'custom_order!' => 'yes',
147
- ]
148
- ]
149
- );
150
-
151
- $this->add_control(
152
- 'orderby',
153
- [
154
- 'label' => esc_html__( 'Orderby', 'htmega-addons' ),
155
- 'type' => Controls_Manager::SELECT,
156
- 'default' => 'none',
157
- 'options' => [
158
- 'none' => esc_html__('None','htmega-addons'),
159
- 'ID' => esc_html__('ID','htmega-addons'),
160
- 'date' => esc_html__('Date','htmega-addons'),
161
- 'name' => esc_html__('Name','htmega-addons'),
162
- 'title' => esc_html__('Title','htmega-addons'),
163
- 'comment_count' => esc_html__('Comment count','htmega-addons'),
164
- 'rand' => esc_html__('Random','htmega-addons'),
165
- ],
166
- 'condition' => [
167
- 'custom_order' => 'yes',
168
- ]
169
- ]
170
- );
171
 
172
  $this->add_control(
173
  'show_title',
@@ -2055,10 +1967,21 @@ class HTMega_Elementor_Widget_Post_Slider extends Widget_Base {
2055
 
2056
  $dot_style = $settings['dot_style'];
2057
  $htmega_st_4_class = $dot_style."-st-layout-4";
2058
-
2059
- $custom_order_ck = $this->get_settings_for_display('custom_order');
 
 
 
 
 
 
 
 
 
2060
  $orderby = $this->get_settings_for_display('orderby');
2061
  $postorder = $this->get_settings_for_display('postorder');
 
 
2062
  $htmega_post_image = 'htmega_size_1170x536';
2063
  $htmega_post_image = $this->get_settings_for_display('htmega_post_image_size');
2064
  $this->add_render_attribute( 'htmega_post_slider_attr', 'class', 'htmega-postslider-area htmega-postslider-style-'.$settings['post_slider_layout'].' '.$htmega_st_4_class );
@@ -2103,52 +2026,84 @@ class HTMega_Elementor_Widget_Post_Slider extends Widget_Base {
2103
  $this->add_render_attribute( 'htmega_post_slider_attr', 'data-settings', wp_json_encode( $slider_settings ) );
2104
  }
2105
 
2106
- // Query
2107
  $args = array(
2108
- 'post_type' => !empty( $settings['slider_post_type'] ) ? $settings['slider_post_type'] : 'post',
2109
  'post_status' => 'publish',
2110
  'ignore_sticky_posts' => 1,
2111
- 'posts_per_page' => !empty( $settings['post_limit'] ) ? $settings['post_limit'] : 3,
2112
- 'order' => $postorder
2113
  );
2114
 
2115
- // Custom Order
2116
- if( $custom_order_ck == 'yes' ){
2117
- $args['orderby'] = $orderby;
2118
- }
2119
 
2120
- if( !empty($settings['slider_prod_categories']) ){
2121
- $get_categories = $settings['slider_prod_categories'];
2122
- }else{
2123
- $get_categories = $settings['slider_categories'];
2124
- }
2125
 
2126
- $slider_cats = str_replace(' ', '', $get_categories);
2127
 
2128
- if ( !empty( $get_categories ) ) {
2129
- if( is_array($slider_cats) && count($slider_cats) > 0 ){
2130
- $field_name = is_numeric( $slider_cats[0] ) ? 'term_id' : 'slug';
2131
  $args['tax_query'] = array(
2132
  array(
2133
- 'taxonomy' => ( $settings['slider_post_type'] == 'product' ) ? 'product_cat' : 'category',
2134
- 'terms' => $slider_cats,
2135
  'field' => $field_name,
2136
  'include_children' => false
2137
  )
2138
  );
2139
  }
2140
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2141
 
 
 
 
 
2142
  $slider_post = new \WP_Query( $args );
2143
 
2144
  ?>
2145
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_slider_attr' ); ?> style='display:none;'>
2146
 
2147
  <?php
2148
- if( $slider_post->have_posts() ):
2149
  while( $slider_post->have_posts() ): $slider_post->the_post();
2150
-
2151
- ?>
2152
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_slider_item_attr' ); ?> data-title="<?php echo wp_trim_words( get_the_title(), 10, '' ); ?>" data-thumbnail="<?php if( 'thumb' == $dot_style ){ echo esc_url( the_post_thumbnail_url() ); }else { echo ''; } ?>" >
2153
 
2154
  <?php if( $settings['post_slider_layout'] == 2 ): ?>
@@ -2163,7 +2118,7 @@ class HTMega_Elementor_Widget_Post_Slider extends Widget_Base {
2163
  </div>
2164
  </div>
2165
  <div class="htb-col-lg-6 htmega-post-slider-right">
2166
- <?php $this->htmega_render_loop_content(); ?>
2167
  </div>
2168
  </div>
2169
  <?php elseif ( $settings['post_slider_layout'] == 6 || $settings['post_slider_layout'] == 7 ): ?>
@@ -2179,19 +2134,23 @@ class HTMega_Elementor_Widget_Post_Slider extends Widget_Base {
2179
  </div>
2180
  </div>
2181
  <div class="htmega-post-slider-right">
2182
- <?php $this->htmega_render_loop_content(); ?>
2183
  </div>
2184
  </div>
2185
  <?php else: ?>
2186
  <div class="thumb">
2187
  <a href="<?php the_permalink();?>"><?php $this->htmega_render_loop_thumbnail( $htmega_post_image ); ?></a>
2188
  </div>
2189
- <?php $this->htmega_render_loop_content(); ?>
2190
  <?php endif;?>
2191
 
2192
  </div>
2193
 
2194
- <?php endwhile; wp_reset_postdata(); wp_reset_query(); endif; ?>
 
 
 
 
2195
 
2196
  </div>
2197
  <?php
@@ -2199,15 +2158,20 @@ class HTMega_Elementor_Widget_Post_Slider extends Widget_Base {
2199
  }
2200
 
2201
  // Loop Content
2202
- public function htmega_render_loop_content(){
2203
  $settings = $this->get_settings_for_display();
 
2204
  ?>
2205
  <div class="content">
2206
  <div class="post-inner">
2207
  <?php if( $settings['show_category'] == 'yes' ): ?>
2208
  <ul class="post-category">
2209
  <?php
2210
- foreach ( get_the_category() as $category ) {
 
 
 
 
2211
  $term_link = get_term_link( $category );
2212
  ?>
2213
  <li><a href="<?php echo esc_url( $term_link ); ?>" class="category <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name ); ?></a></li>
@@ -2254,4 +2218,184 @@ class HTMega_Elementor_Widget_Post_Slider extends Widget_Base {
2254
 
2255
  }
2256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2257
  }
35
  'htmega-widgets-scripts',
36
  ];
37
  }
38
+ public function get_keywords() {
39
+ return [ 'post slider', 'slider','custom post slider','carousel','post','htmega addons' ];
40
+ }
41
+
42
+ public function get_help_url() {
43
+ return 'https://wphtmega.com/docs/post-widgets/post-slider-widget/';
44
+ }
45
  protected function register_controls() {
46
 
47
  $this->start_controls_section(
79
  'label' => __( 'Post Option', 'htmega-addons' ),
80
  ]
81
  );
82
+ $this->show_post_source();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
 
84
  $this->add_control(
85
  'show_title',
1967
 
1968
  $dot_style = $settings['dot_style'];
1969
  $htmega_st_4_class = $dot_style."-st-layout-4";
1970
+ $post_type = $settings['slider_post_type'];
1971
+
1972
+ if( 'post'== $post_type ){
1973
+ $post_categorys = $settings['slider_categories'];
1974
+ } else if( 'product'== $post_type ){
1975
+ $post_categorys = $settings['slider_prod_categories'];
1976
+ }else {
1977
+ $post_categorys = $settings[ $post_type.'_post_category'];
1978
+ }
1979
+ $post_author = $settings['post_author'];
1980
+ $exclude_posts = $settings['exclude_posts'];
1981
  $orderby = $this->get_settings_for_display('orderby');
1982
  $postorder = $this->get_settings_for_display('postorder');
1983
+
1984
+
1985
  $htmega_post_image = 'htmega_size_1170x536';
1986
  $htmega_post_image = $this->get_settings_for_display('htmega_post_image_size');
1987
  $this->add_render_attribute( 'htmega_post_slider_attr', 'class', 'htmega-postslider-area htmega-postslider-style-'.$settings['post_slider_layout'].' '.$htmega_st_4_class );
2026
  $this->add_render_attribute( 'htmega_post_slider_attr', 'data-settings', wp_json_encode( $slider_settings ) );
2027
  }
2028
 
2029
+ // Post query
2030
  $args = array(
2031
+ 'post_type' => $post_type,
2032
  'post_status' => 'publish',
2033
  'ignore_sticky_posts' => 1,
2034
+ 'posts_per_page' => !empty( $settings['post_limit'] ) ? (int)$settings['post_limit'] : 3,
 
2035
  );
2036
 
2037
+ if ( !empty( $post_categorys ) ) {
 
 
 
2038
 
2039
+ $category_name = get_object_taxonomies($post_type);
2040
+ if( $category_name['0'] == "product_type" ){
2041
+ $category_name['0'] = 'product_cat';
2042
+ }
 
2043
 
2044
+ if( is_array($post_categorys) && count($post_categorys) > 0 ){
2045
 
2046
+ $field_name = is_numeric( $post_categorys[0] ) ? 'term_id' : 'slug';
 
 
2047
  $args['tax_query'] = array(
2048
  array(
2049
+ 'taxonomy' => $category_name[0],
2050
+ 'terms' => $post_categorys,
2051
  'field' => $field_name,
2052
  'include_children' => false
2053
  )
2054
  );
2055
  }
2056
  }
2057
+ // author check
2058
+ if ( !empty( $post_author ) ) {
2059
+ $args['author__in'] = $post_author;
2060
+ }
2061
+ // order by check
2062
+ if ( !empty( $orderby ) ) {
2063
+ if ( 'date' == $orderby && 'yes'== $settings['custom_order_by_date'] && (!empty( $settings['order_by_date_after'] || $settings['order_by_date_before'] ) ) ) {
2064
+ $order_by_date_after = strtotime($settings['order_by_date_after']);
2065
+ $order_by_date_before = strtotime($settings['order_by_date_before']);
2066
+ $args['date_query'] = array(
2067
+ array(
2068
+ 'before' => array(
2069
+ 'year' => date('Y', $order_by_date_before),
2070
+ 'month' =>date('m', $order_by_date_before),
2071
+ 'day' => date('d', $order_by_date_before),
2072
+ ),
2073
+ 'after' => array(
2074
+ 'year' => date('Y', $order_by_date_after),
2075
+ 'month' =>date('m', $order_by_date_after),
2076
+ 'day' => date('d', $order_by_date_after),
2077
+ ),
2078
+ 'inclusive' => true,
2079
+ ),
2080
+ );
2081
+
2082
+ } else {
2083
+ $args['orderby'] = $orderby;
2084
+ }
2085
+ }
2086
+
2087
+ // Exclude posts check
2088
+ if ( !empty( $exclude_posts ) ) {
2089
+ $exclude_posts = explode(',',$exclude_posts);
2090
+ $args['post__not_in'] = $exclude_posts;
2091
+ }
2092
 
2093
+ // Order check
2094
+ if ( !empty( $postorder ) ) {
2095
+ $args['order'] = $postorder;
2096
+ }
2097
  $slider_post = new \WP_Query( $args );
2098
 
2099
  ?>
2100
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_slider_attr' ); ?> style='display:none;'>
2101
 
2102
  <?php
2103
+ if( $slider_post->have_posts() ):
2104
  while( $slider_post->have_posts() ): $slider_post->the_post();
2105
+
2106
+ ?>
2107
  <div <?php echo $this->get_render_attribute_string( 'htmega_post_slider_item_attr' ); ?> data-title="<?php echo wp_trim_words( get_the_title(), 10, '' ); ?>" data-thumbnail="<?php if( 'thumb' == $dot_style ){ echo esc_url( the_post_thumbnail_url() ); }else { echo ''; } ?>" >
2108
 
2109
  <?php if( $settings['post_slider_layout'] == 2 ): ?>
2118
  </div>
2119
  </div>
2120
  <div class="htb-col-lg-6 htmega-post-slider-right">
2121
+ <?php $this->htmega_render_loop_content($slider_post->ID); ?>
2122
  </div>
2123
  </div>
2124
  <?php elseif ( $settings['post_slider_layout'] == 6 || $settings['post_slider_layout'] == 7 ): ?>
2134
  </div>
2135
  </div>
2136
  <div class="htmega-post-slider-right">
2137
+ <?php $this->htmega_render_loop_content($slider_post->ID); ?>
2138
  </div>
2139
  </div>
2140
  <?php else: ?>
2141
  <div class="thumb">
2142
  <a href="<?php the_permalink();?>"><?php $this->htmega_render_loop_thumbnail( $htmega_post_image ); ?></a>
2143
  </div>
2144
+ <?php $this->htmega_render_loop_content($slider_post->ID); ?>
2145
  <?php endif;?>
2146
 
2147
  </div>
2148
 
2149
+ <?php endwhile; wp_reset_postdata(); wp_reset_query();
2150
+ else:
2151
+ echo "<div class='htmega-error-notice'>".esc_html__('There are no posts in this query','htmega-addons')."</div>";
2152
+
2153
+ endif; ?>
2154
 
2155
  </div>
2156
  <?php
2158
  }
2159
 
2160
  // Loop Content
2161
+ public function htmega_render_loop_content($post_id){
2162
  $settings = $this->get_settings_for_display();
2163
+ $category_name = get_object_taxonomies($settings['slider_post_type']);
2164
  ?>
2165
  <div class="content">
2166
  <div class="post-inner">
2167
  <?php if( $settings['show_category'] == 'yes' ): ?>
2168
  <ul class="post-category">
2169
  <?php
2170
+ $get_terms = get_the_terms($post_id, $category_name[0] );
2171
+ if($settings['slider_post_type'] == 'product'){
2172
+ $get_terms = get_the_terms($post_id, 'product_cat');
2173
+ }
2174
+ foreach ( $get_terms as $category ) {
2175
  $term_link = get_term_link( $category );
2176
  ?>
2177
  <li><a href="<?php echo esc_url( $term_link ); ?>" class="category <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name ); ?></a></li>
2218
 
2219
  }
2220
 
2221
+ // post query fields
2222
+ public function show_post_source(){
2223
+
2224
+ $this->add_control(
2225
+ 'slider_post_type',
2226
+ [
2227
+ 'label' => esc_html__( 'Post Type', 'htmega-addons' ),
2228
+ 'type' => Controls_Manager::SELECT,
2229
+ 'label_block' => true,
2230
+ 'options' => htmega_get_post_types(),
2231
+ 'default' =>'post',
2232
+ 'frontend_available' => true,
2233
+ 'separator' => 'before'
2234
+ ]
2235
+ );
2236
+ $this->add_control(
2237
+ 'include_by',
2238
+ [
2239
+ 'label' => __( 'Include By', 'htmega-addons' ),
2240
+ 'type' => Controls_Manager::SELECT2,
2241
+ 'label_block' => true,
2242
+ 'multiple' => true,
2243
+ 'default' =>'in_category',
2244
+ 'options' => [
2245
+ 'in_author' => __( 'Author', 'htmega-addons' ),
2246
+ 'in_category' => __( 'Category', 'htmega-addons' ),
2247
+ ],
2248
+ ]
2249
+ );
2250
+ $this->add_control(
2251
+ 'post_author',
2252
+ [
2253
+ 'label' => esc_html__( 'Authors', 'htmega-addons' ),
2254
+ 'type' => Controls_Manager::SELECT2,
2255
+ 'label_block' => true,
2256
+ 'multiple' => true,
2257
+ 'options' => htmega_get_authors_list(),
2258
+ 'condition' =>[
2259
+ 'include_by' => 'in_author',
2260
+ ]
2261
+ ]
2262
+ );
2263
+ $all_post_type = htmega_get_post_types();
2264
+ foreach( $all_post_type as $post_key => $post_item ){
2265
+
2266
+ if( 'post' == $post_key ){
2267
+ $this->add_control(
2268
+ 'slider_categories',
2269
+ [
2270
+ 'label' => esc_html__( 'Categories', 'htmega-addons' ),
2271
+ 'type' => Controls_Manager::SELECT2,
2272
+ 'label_block' => true,
2273
+ 'multiple' => true,
2274
+ 'options' => htmega_get_taxonomies(),
2275
+ 'condition' =>[
2276
+ 'slider_post_type' => 'post',
2277
+ 'include_by' => 'in_category',
2278
+ ]
2279
+ ]
2280
+ );
2281
+ } else if( 'product' == $post_key){
2282
+ $this->add_control(
2283
+ 'slider_prod_categories',
2284
+ [
2285
+ 'label' => esc_html__( 'Categories', 'htmega-addons' ),
2286
+ 'type' => Controls_Manager::SELECT2,
2287
+ 'label_block' => true,
2288
+ 'multiple' => true,
2289
+ 'options' => htmega_get_taxonomies('product_cat'),
2290
+ 'condition' =>[
2291
+ 'slider_post_type' => 'product',
2292
+ 'include_by' => 'in_category',
2293
+ ]
2294
+ ]
2295
+ );
2296
+
2297
+ } else {
2298
+ $this->add_control(
2299
+ "{$post_key}_post_category",
2300
+ [
2301
+ 'label' => esc_html__( 'Select Categories', 'htmega-addons' ),
2302
+ 'type' => Controls_Manager::SELECT2,
2303
+ 'label_block' => true,
2304
+ 'multiple' => true,
2305
+ 'options' => all_object_taxonomie_show_catagory($post_key),
2306
+ 'condition' => [
2307
+ 'slider_post_type' => $post_key,
2308
+ 'include_by' => 'in_category',
2309
+ ],
2310
+ ]
2311
+ );
2312
+ }
2313
+
2314
+ }
2315
+ $this->add_control(
2316
+ "exclude_posts",
2317
+ [
2318
+ 'label' => esc_html__( 'Exclude Posts', 'htmega-addons' ),
2319
+ 'type' => Controls_Manager::TEXT,
2320
+ 'label_block' => true,
2321
+ 'placeholder' => esc_html__( 'Example: 10,11,105', 'htmega-addons' ),
2322
+ 'description' => esc_html__( "To Exclude Post, Enter the post id separated by ','", 'htmega-addons' ),
2323
+ ]
2324
+ );
2325
+ $this->add_control(
2326
+ 'post_limit',
2327
+ [
2328
+ 'label' => __('Limit', 'htmega-addons'),
2329
+ 'type' => Controls_Manager::NUMBER,
2330
+ 'default' => 5,
2331
+ 'separator'=>'before',
2332
+ ]
2333
+ );
2334
+
2335
+ $this->add_control(
2336
+ 'orderby',
2337
+ [
2338
+ 'label' => esc_html__( 'Order By', 'htmega-addons' ),
2339
+ 'type' => Controls_Manager::SELECT,
2340
+ 'default' => 'date',
2341
+ 'options' => [
2342
+ 'ID' => esc_html__('ID','htmega-addons'),
2343
+ 'date' => esc_html__('Date','htmega-addons'),
2344
+ 'name' => esc_html__('Name','htmega-addons'),
2345
+ 'title' => esc_html__('Title','htmega-addons'),
2346
+ 'comment_count' => esc_html__('Comment count','htmega-addons'),
2347
+ 'rand' => esc_html__('Random','htmega-addons'),
2348
+ ],
2349
+ ]
2350
+ );
2351
+ $this->add_control(
2352
+ 'custom_order_by_date',
2353
+ [
2354
+ 'label' => esc_html__( 'Custom Date', 'htmega-addons' ),
2355
+ 'type' => Controls_Manager::SWITCHER,
2356
+ 'return_value' => 'yes',
2357
+ 'default' => 'no',
2358
+ 'condition' =>[
2359
+ 'orderby'=>'date'
2360
+ ]
2361
+ ]
2362
+ );
2363
+ $this->add_control(
2364
+ 'order_by_date_before',
2365
+ [
2366
+ 'label' => __( 'Before Date', 'htmega-addons' ),
2367
+ 'type' => Controls_Manager::DATE_TIME,
2368
+ 'condition' =>[
2369
+ 'orderby'=>'date',
2370
+ 'custom_order_by_date'=>'yes',
2371
+ ]
2372
+ ]
2373
+ );
2374
+ $this->add_control(
2375
+ 'order_by_date_after',
2376
+ [
2377
+ 'label' => __( 'After Date', 'htmega-addons' ),
2378
+ 'type' => Controls_Manager::DATE_TIME,
2379
+ 'condition' =>[
2380
+ 'orderby'=>'date',
2381
+ 'custom_order_by_date'=>'yes',
2382
+ ]
2383
+ ]
2384
+ );
2385
+ $this->add_control(
2386
+ 'postorder',
2387
+ [
2388
+ 'label' => esc_html__( 'Order', 'htmega-addons' ),
2389
+ 'type' => Controls_Manager::SELECT,
2390
+ 'default' => 'DESC',
2391
+ 'options' => [
2392
+ 'DESC' => esc_html__('Descending','htmega-addons'),
2393
+ 'ASC' => esc_html__('Ascending','htmega-addons'),
2394
+ ],
2395
+
2396
+ ]
2397
+ );
2398
+ }
2399
+
2400
+
2401
  }
includes/widgets/htmega_postgrid.php CHANGED
@@ -28,7 +28,13 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
28
  'htmega-widgets',
29
  ];
30
  }
31
-
 
 
 
 
 
 
32
  protected function register_controls() {
33
 
34
  $this->start_controls_section(
@@ -62,101 +68,7 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
62
  'label' => __( 'Post Option', 'htmega-addons' ),
63
  ]
64
  );
65
-
66
- $this->add_control(
67
- 'grid_post_type',
68
- [
69
- 'label' => esc_html__( 'Content Sourse', 'htmega-addons' ),
70
- 'type' => Controls_Manager::SELECT2,
71
- 'label_block' => true,
72
- 'options' => htmega_get_post_types(),
73
- ]
74
- );
75
-
76
- $this->add_control(
77
- 'grid_categories',
78
- [
79
- 'label' => esc_html__( 'Categories', 'htmega-addons' ),
80
- 'type' => Controls_Manager::SELECT2,
81
- 'label_block' => true,
82
- 'multiple' => true,
83
- 'options' => htmega_get_taxonomies(),
84
- 'condition' =>[
85
- 'grid_post_type' => 'post',
86
- ]
87
- ]
88
- );
89
-
90
- $this->add_control(
91
- 'grid_prod_categories',
92
- [
93
- 'label' => esc_html__( 'Categories', 'htmega-addons' ),
94
- 'type' => Controls_Manager::SELECT2,
95
- 'label_block' => true,
96
- 'multiple' => true,
97
- 'options' => htmega_get_taxonomies('product_cat'),
98
- 'condition' =>[
99
- 'grid_post_type' => 'product',
100
- ]
101
- ]
102
- );
103
-
104
- $this->add_control(
105
- 'post_limit',
106
- [
107
- 'label' => __('Limit', 'htmega-addons'),
108
- 'type' => Controls_Manager::NUMBER,
109
- 'default' => 5,
110
- 'separator'=>'before',
111
- ]
112
- );
113
-
114
- $this->add_control(
115
- 'custom_order',
116
- [
117
- 'label' => esc_html__( 'Custom order', 'htmega-addons' ),
118
- 'type' => Controls_Manager::SWITCHER,
119
- 'return_value' => 'yes',
120
- 'default' => 'no',
121
- ]
122
- );
123
-
124
- $this->add_control(
125
- 'postorder',
126
- [
127
- 'label' => esc_html__( 'Order', 'htmega-addons' ),
128
- 'type' => Controls_Manager::SELECT,
129
- 'default' => 'DESC',
130
- 'options' => [
131
- 'DESC' => esc_html__('Descending','htmega-addons'),
132
- 'ASC' => esc_html__('Ascending','htmega-addons'),
133
- ],
134
- 'condition' => [
135
- 'custom_order!' => 'yes',
136
- ]
137
- ]
138
- );
139
-
140
- $this->add_control(
141
- 'orderby',
142
- [
143
- 'label' => esc_html__( 'Orderby', 'htmega-addons' ),
144
- 'type' => Controls_Manager::SELECT,
145
- 'default' => 'none',
146
- 'options' => [
147
- 'none' => esc_html__('None','htmega-addons'),
148
- 'ID' => esc_html__('ID','htmega-addons'),
149
- 'date' => esc_html__('Date','htmega-addons'),
150
- 'name' => esc_html__('Name','htmega-addons'),
151
- 'title' => esc_html__('Title','htmega-addons'),
152
- 'comment_count' => esc_html__('Comment count','htmega-addons'),
153
- 'rand' => esc_html__('Random','htmega-addons'),
154
- ],
155
- 'condition' => [
156
- 'custom_order' => 'yes',
157
- ]
158
- ]
159
- );
160
 
161
  $this->add_control(
162
  'show_title',
@@ -725,47 +637,88 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
725
 
726
  $settings = $this->get_settings_for_display();
727
 
728
- $custom_order_ck = $this->get_settings_for_display('custom_order');
 
 
 
 
 
 
 
 
 
729
  $orderby = $this->get_settings_for_display('orderby');
730
  $postorder = $this->get_settings_for_display('postorder');
731
-
732
  $this->add_render_attribute( 'htmega_post_grid', 'class', 'htmega-post-grid-area htmega-post-grid-layout-'.$settings['post_grid_style'] );
733
 
734
- // Query
735
  $args = array(
736
- 'post_type' => !empty( $settings['grid_post_type'] ) ? $settings['grid_post_type'] : 'post',
737
  'post_status' => 'publish',
738
  'ignore_sticky_posts' => 1,
739
- 'posts_per_page' => !empty( $settings['post_limit'] ) ? $settings['post_limit'] : 3,
740
- 'order' => $postorder
741
  );
742
 
743
- // Custom Order
744
- if( $custom_order_ck == 'yes' ){
745
- $args['orderby'] = $orderby;
746
- }
747
 
748
- if( !empty($settings['grid_prod_categories']) ){
749
- $get_categories = $settings['grid_prod_categories'];
750
- }else{
751
- $get_categories = $settings['grid_categories'];
752
- }
753
 
754
- $grid_cats = str_replace(' ', '', $get_categories);
755
 
756
- if ( !empty( $get_categories ) ) {
757
- if( is_array($grid_cats) && count($grid_cats) > 0 ){
758
- $field_name = is_numeric( $grid_cats[0] ) ? 'term_id' : 'slug';
759
  $args['tax_query'] = array(
760
  array(
761
- 'taxonomy' => ( $settings['grid_post_type'] == 'product' ) ? 'product_cat' : 'category',
762
- 'terms' => $grid_cats,
763
  'field' => $field_name,
764
  'include_children' => false
765
  )
766
  );
767
  }
768
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
769
 
770
  $grid_post = new \WP_Query( $args );
771
 
@@ -775,14 +728,15 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
775
  <div class="htb-col">
776
  <div class="<?php if( $settings['post_grid_style'] == 1 || $settings['post_grid_style'] == 2 || $settings['post_grid_style'] == 3 ) { echo 'row-1'; }else{ echo 'row--10' ;}?> htb-row">
777
  <?php
778
- $countrow = $gdc = $rowcount = 0;
779
- $roclass = 'htb-col-lg-4 htb-col-md-4';
780
- while( $grid_post->have_posts() ) : $grid_post->the_post();
 
781
  $countrow++;
782
  $gdc++;
783
  if( $gdc > 6){ $gdc = 1; }
784
  if( $countrow > 3){ $roclass = 'htb-col-lg-6 htb-col-md-6'; }else{ $roclass = $roclass; }
785
- ?>
786
 
787
  <?php if( $settings['post_grid_style'] == 2 ): ?>
788
 
@@ -805,13 +759,19 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
805
  <?php
806
  if( $settings['show_category'] == 'yes' ){
807
  $i=0;
808
- foreach ( get_the_category() as $category ) {
809
- $i++;
810
- $term_link = get_term_link( $category );
811
- ?>
812
- <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
813
- <?php
814
- if($i==1){break;}
 
 
 
 
 
 
815
  }
816
  }
817
  ?>
@@ -851,13 +811,20 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
851
  <?php
852
  if( $settings['show_category'] == 'yes' ){
853
  $i=0;
854
- foreach ( get_the_category() as $category ) {
855
- $i++;
856
- $term_link = get_term_link( $category );
857
- ?>
858
- <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
859
- <?php
860
- if($i==1){break;}
 
 
 
 
 
 
 
861
  }
862
  }
863
  ?>
@@ -897,13 +864,19 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
897
  <?php
898
  if( $settings['show_category'] == 'yes' ){
899
  $i=0;
900
- foreach ( get_the_category() as $category ) {
901
- $i++;
902
- $term_link = get_term_link( $category );
903
- ?>
904
- <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
905
- <?php
906
- if($i==1){break;}
 
 
 
 
 
 
907
  }
908
  }
909
  ?>
@@ -944,14 +917,19 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
944
  </div>
945
  <?php
946
  if( $settings['show_category'] == 'yes' ){
947
- $i=0;
948
- foreach ( get_the_category() as $category ) {
949
- $i++;
950
- $term_link = get_term_link( $category );
951
- ?>
952
- <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
953
- <?php
954
- if($i==1){break;}
 
 
 
 
 
955
  }
956
  }
957
  ?>
@@ -992,13 +970,19 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
992
  <?php
993
  if( $settings['show_category'] == 'yes' ){
994
  $i=0;
995
- foreach ( get_the_category() as $category ) {
996
- $i++;
997
- $term_link = get_term_link( $category );
998
- ?>
999
- <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
1000
- <?php
1001
- if($i==1){break;}
 
 
 
 
 
 
1002
  }
1003
  }
1004
  ?>
@@ -1036,13 +1020,19 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
1036
  <?php
1037
  if( $settings['show_category'] == 'yes' ){
1038
  $i=0;
1039
- foreach ( get_the_category() as $category ) {
1040
- $i++;
1041
- $term_link = get_term_link( $category );
1042
- ?>
1043
- <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
1044
- <?php
1045
- if($i==1){break;}
 
 
 
 
 
 
1046
  }
1047
  }
1048
  ?>
@@ -1084,13 +1074,19 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
1084
  <?php
1085
  if( $settings['show_category'] == 'yes' ){
1086
  $i=0;
1087
- foreach ( get_the_category() as $category ) {
1088
- $i++;
1089
- $term_link = get_term_link( $category );
1090
- ?>
1091
- <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
1092
- <?php
1093
- if($i==1){break;}
 
 
 
 
 
 
1094
  }
1095
  }
1096
  ?>
@@ -1128,13 +1124,19 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
1128
  <?php
1129
  if( $settings['show_category'] == 'yes' ){
1130
  $i=0;
1131
- foreach ( get_the_category() as $category ) {
1132
- $i++;
1133
- $term_link = get_term_link( $category );
1134
- ?>
1135
- <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
1136
- <?php
1137
- if($i==1){break;}
 
 
 
 
 
 
1138
  }
1139
  }
1140
  ?>
@@ -1170,13 +1172,19 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
1170
  <?php
1171
  if( $settings['show_category'] == 'yes' ){
1172
  $i=0;
1173
- foreach ( get_the_category() as $category ) {
1174
- $i++;
1175
- $term_link = get_term_link( $category );
1176
- ?>
1177
- <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
1178
- <?php
1179
- if($i==1){break;}
 
 
 
 
 
 
1180
  }
1181
  }
1182
  ?>
@@ -1212,13 +1220,19 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
1212
  <?php
1213
  if( $settings['show_category'] == 'yes' ){
1214
  $i=0;
1215
- foreach ( get_the_category() as $category ) {
1216
- $i++;
1217
- $term_link = get_term_link( $category );
1218
- ?>
1219
- <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
1220
- <?php
1221
- if($i==1){break;}
 
 
 
 
 
 
1222
  }
1223
  }
1224
  ?>
@@ -1256,13 +1270,19 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
1256
  <?php
1257
  if( $settings['show_category'] == 'yes' ){
1258
  $i=0;
1259
- foreach ( get_the_category() as $category ) {
1260
- $i++;
1261
- $term_link = get_term_link( $category );
1262
- ?>
1263
- <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name ); ?></a>
1264
- <?php
1265
- if($i==1){break;}
 
 
 
 
 
 
1266
  }
1267
  }
1268
  ?>
@@ -1283,7 +1303,12 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
1283
 
1284
  <?php endif;?>
1285
 
1286
- <?php endwhile; wp_reset_postdata(); wp_reset_query(); ?>
 
 
 
 
 
1287
  </div>
1288
  </div>
1289
  </div>
@@ -1291,5 +1316,183 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
1291
  <?php
1292
 
1293
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1294
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1295
  }
28
  'htmega-widgets',
29
  ];
30
  }
31
+ public function get_keywords() {
32
+ return [ 'post grid', 'post grid layout','custom post grid','post','htmega addons' ];
33
+ }
34
+
35
+ public function get_help_url() {
36
+ return 'https://wphtmega.com/docs/post-widgets/post-grid-widget/';
37
+ }
38
  protected function register_controls() {
39
 
40
  $this->start_controls_section(
68
  'label' => __( 'Post Option', 'htmega-addons' ),
69
  ]
70
  );
71
+ $this->show_post_source();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  $this->add_control(
74
  'show_title',
637
 
638
  $settings = $this->get_settings_for_display();
639
 
640
+ $post_type = $settings['grid_post_type'];
641
+ if( 'post'== $post_type ){
642
+ $post_categorys = $settings['grid_categories'];
643
+ } else if( 'product'== $post_type ){
644
+ $post_categorys = $settings['grid_prod_categories'];
645
+ }else {
646
+ $post_categorys = $settings[ $post_type.'_post_category'];
647
+ }
648
+ $post_author = $settings['post_author'];
649
+ $exclude_posts = $settings['exclude_posts'];
650
  $orderby = $this->get_settings_for_display('orderby');
651
  $postorder = $this->get_settings_for_display('postorder');
652
+ $category_name = get_object_taxonomies($post_type);
653
  $this->add_render_attribute( 'htmega_post_grid', 'class', 'htmega-post-grid-area htmega-post-grid-layout-'.$settings['post_grid_style'] );
654
 
655
+ // Post query
656
  $args = array(
657
+ 'post_type' => $post_type,
658
  'post_status' => 'publish',
659
  'ignore_sticky_posts' => 1,
660
+ 'posts_per_page' => !empty( $settings['post_limit'] ) ? (int)$settings['post_limit'] : 3,
 
661
  );
662
 
663
+ if ( !empty( $post_categorys ) ) {
 
 
 
664
 
665
+ if( $category_name['0'] == "product_type" ){
666
+ $category_name['0'] = 'product_cat';
667
+ }
 
 
668
 
669
+ if( is_array($post_categorys) && count($post_categorys) > 0 ){
670
 
671
+ $field_name = is_numeric( $post_categorys[0] ) ? 'term_id' : 'slug';
 
 
672
  $args['tax_query'] = array(
673
  array(
674
+ 'taxonomy' => $category_name[0],
675
+ 'terms' => $post_categorys,
676
  'field' => $field_name,
677
  'include_children' => false
678
  )
679
  );
680
  }
681
  }
682
+ // author check
683
+ if ( !empty( $post_author ) ) {
684
+ $args['author__in'] = $post_author;
685
+ }
686
+ // order by check
687
+ if ( !empty( $orderby ) ) {
688
+ if ( 'date' == $orderby && 'yes'== $settings['custom_order_by_date'] && (!empty( $settings['order_by_date_after'] || $settings['order_by_date_before'] ) ) ) {
689
+ $order_by_date_after = strtotime($settings['order_by_date_after']);
690
+ $order_by_date_before = strtotime($settings['order_by_date_before']);
691
+ $args['date_query'] = array(
692
+ array(
693
+ 'before' => array(
694
+ 'year' => date('Y', $order_by_date_before),
695
+ 'month' =>date('m', $order_by_date_before),
696
+ 'day' => date('d', $order_by_date_before),
697
+ ),
698
+ 'after' => array(
699
+ 'year' => date('Y', $order_by_date_after),
700
+ 'month' =>date('m', $order_by_date_after),
701
+ 'day' => date('d', $order_by_date_after),
702
+ ),
703
+ 'inclusive' => true,
704
+ ),
705
+ );
706
+
707
+ } else {
708
+ $args['orderby'] = $orderby;
709
+ }
710
+ }
711
+
712
+ // Exclude posts check
713
+ if ( !empty( $exclude_posts ) ) {
714
+ $exclude_posts = explode(',',$exclude_posts);
715
+ $args['post__not_in'] = $exclude_posts;
716
+ }
717
+
718
+ // Order check
719
+ if ( !empty( $postorder ) ) {
720
+ $args['order'] = $postorder;
721
+ }
722
 
723
  $grid_post = new \WP_Query( $args );
724
 
728
  <div class="htb-col">
729
  <div class="<?php if( $settings['post_grid_style'] == 1 || $settings['post_grid_style'] == 2 || $settings['post_grid_style'] == 3 ) { echo 'row-1'; }else{ echo 'row--10' ;}?> htb-row">
730
  <?php
731
+ $countrow = $gdc = $rowcount = 0;
732
+ $roclass = 'htb-col-lg-4 htb-col-md-4';
733
+ if($grid_post->have_posts() ):
734
+ while( $grid_post->have_posts() ) : $grid_post->the_post();
735
  $countrow++;
736
  $gdc++;
737
  if( $gdc > 6){ $gdc = 1; }
738
  if( $countrow > 3){ $roclass = 'htb-col-lg-6 htb-col-md-6'; }else{ $roclass = $roclass; }
739
+ ?>
740
 
741
  <?php if( $settings['post_grid_style'] == 2 ): ?>
742
 
759
  <?php
760
  if( $settings['show_category'] == 'yes' ){
761
  $i=0;
762
+ $get_terms = get_the_terms($grid_post->ID, $category_name[0] );
763
+ if( $settings['grid_post_type'] == 'product' ){
764
+ $get_terms = get_the_terms($grid_post->ID, 'product_cat');
765
+ }
766
+ if( $get_terms ){
767
+ foreach ( $get_terms as $category ) {
768
+ $i++;
769
+ $term_link = get_term_link( $category );
770
+ ?>
771
+ <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
772
+ <?php
773
+ if($i==1){break;}
774
+ }
775
  }
776
  }
777
  ?>
811
  <?php
812
  if( $settings['show_category'] == 'yes' ){
813
  $i=0;
814
+
815
+ $get_terms = get_the_terms($grid_post->ID, $category_name[0] );
816
+ if( $settings['grid_post_type'] == 'product' ){
817
+ $get_terms = get_the_terms($grid_post->ID, 'product_cat');
818
+ }
819
+ if( $get_terms ){
820
+ foreach ( $get_terms as $category ) {
821
+ $i++;
822
+ $term_link = get_term_link( $category );
823
+ ?>
824
+ <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
825
+ <?php
826
+ if($i==1){break;}
827
+ }
828
  }
829
  }
830
  ?>
864
  <?php
865
  if( $settings['show_category'] == 'yes' ){
866
  $i=0;
867
+ $get_terms = get_the_terms($grid_post->ID, $category_name[0] );
868
+ if( $settings['grid_post_type'] == 'product' ){
869
+ $get_terms = get_the_terms($grid_post->ID, 'product_cat');
870
+ }
871
+ if( $get_terms ){
872
+ foreach ( $get_terms as $category ) {
873
+ $i++;
874
+ $term_link = get_term_link( $category );
875
+ ?>
876
+ <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
877
+ <?php
878
+ if($i==1){break;}
879
+ }
880
  }
881
  }
882
  ?>
917
  </div>
918
  <?php
919
  if( $settings['show_category'] == 'yes' ){
920
+ $get_terms = get_the_terms($grid_post->ID, $category_name[0] );
921
+ if( $settings['grid_post_type'] == 'product' ){
922
+ $get_terms = get_the_terms($grid_post->ID, 'product_cat');
923
+ }
924
+ if( $get_terms ){
925
+ foreach ( $get_terms as $category ) {
926
+ $i++;
927
+ $term_link = get_term_link( $category );
928
+ ?>
929
+ <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
930
+ <?php
931
+ if($i==1){break;}
932
+ }
933
  }
934
  }
935
  ?>
970
  <?php
971
  if( $settings['show_category'] == 'yes' ){
972
  $i=0;
973
+ $get_terms = get_the_terms($grid_post->ID, $category_name[0] );
974
+ if( $settings['grid_post_type'] == 'product' ){
975
+ $get_terms = get_the_terms($grid_post->ID, 'product_cat');
976
+ }
977
+ if( $get_terms ){
978
+ foreach ( $get_terms as $category ) {
979
+ $i++;
980
+ $term_link = get_term_link( $category );
981
+ ?>
982
+ <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
983
+ <?php
984
+ if($i==1){break;}
985
+ }
986
  }
987
  }
988
  ?>
1020
  <?php
1021
  if( $settings['show_category'] == 'yes' ){
1022
  $i=0;
1023
+ $get_terms = get_the_terms($grid_post->ID, $category_name[0] );
1024
+ if( $settings['grid_post_type'] == 'product' ){
1025
+ $get_terms = get_the_terms($grid_post->ID, 'product_cat');
1026
+ }
1027
+ if( $get_terms ){
1028
+ foreach ( $get_terms as $category ) {
1029
+ $i++;
1030
+ $term_link = get_term_link( $category );
1031
+ ?>
1032
+ <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
1033
+ <?php
1034
+ if($i==1){break;}
1035
+ }
1036
  }
1037
  }
1038
  ?>
1074
  <?php
1075
  if( $settings['show_category'] == 'yes' ){
1076
  $i=0;
1077
+ $get_terms = get_the_terms($grid_post->ID, $category_name[0] );
1078
+ if( $settings['grid_post_type'] == 'product' ){
1079
+ $get_terms = get_the_terms($grid_post->ID, 'product_cat');
1080
+ }
1081
+ if( $get_terms ){
1082
+ foreach ( $get_terms as $category ) {
1083
+ $i++;
1084
+ $term_link = get_term_link( $category );
1085
+ ?>
1086
+ <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
1087
+ <?php
1088
+ if($i==1){break;}
1089
+ }
1090
  }
1091
  }
1092
  ?>
1124
  <?php
1125
  if( $settings['show_category'] == 'yes' ){
1126
  $i=0;
1127
+ $get_terms = get_the_terms($grid_post->ID, $category_name[0] );
1128
+ if( $settings['grid_post_type'] == 'product' ){
1129
+ $get_terms = get_the_terms($grid_post->ID, 'product_cat');
1130
+ }
1131
+ if( $get_terms ){
1132
+ foreach ( $get_terms as $category ) {
1133
+ $i++;
1134
+ $term_link = get_term_link( $category );
1135
+ ?>
1136
+ <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
1137
+ <?php
1138
+ if($i==1){break;}
1139
+ }
1140
  }
1141
  }
1142
  ?>
1172
  <?php
1173
  if( $settings['show_category'] == 'yes' ){
1174
  $i=0;
1175
+ $get_terms = get_the_terms($grid_post->ID, $category_name[0] );
1176
+ if( $settings['grid_post_type'] == 'product' ){
1177
+ $get_terms = get_the_terms($grid_post->ID, 'product_cat');
1178
+ }
1179
+ if( $get_terms ){
1180
+ foreach ( $get_terms as $category ) {
1181
+ $i++;
1182
+ $term_link = get_term_link( $category );
1183
+ ?>
1184
+ <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
1185
+ <?php
1186
+ if($i==1){break;}
1187
+ }
1188
  }
1189
  }
1190
  ?>
1220
  <?php
1221
  if( $settings['show_category'] == 'yes' ){
1222
  $i=0;
1223
+ $get_terms = get_the_terms($grid_post->ID, $category_name[0] );
1224
+ if( $settings['grid_post_type'] == 'product' ){
1225
+ $get_terms = get_the_terms($grid_post->ID, 'product_cat');
1226
+ }
1227
+ if( $get_terms ){
1228
+ foreach ( $get_terms as $category ) {
1229
+ $i++;
1230
+ $term_link = get_term_link( $category );
1231
+ ?>
1232
+ <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name );?></a>
1233
+ <?php
1234
+ if($i==1){break;}
1235
+ }
1236
  }
1237
  }
1238
  ?>
1270
  <?php
1271
  if( $settings['show_category'] == 'yes' ){
1272
  $i=0;
1273
+ $get_terms = get_the_terms($grid_post->ID, $category_name[0] );
1274
+ if( $settings['grid_post_type'] == 'product' ){
1275
+ $get_terms = get_the_terms($grid_post->ID, 'product_cat');
1276
+ }
1277
+ if( $get_terms ){
1278
+ foreach ( $get_terms as $category ) {
1279
+ $i++;
1280
+ $term_link = get_term_link( $category );
1281
+ ?>
1282
+ <a href="<?php echo esc_url( $term_link ); ?>" class="category post-category post-position-top-left <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_html( $category->name ); ?></a>
1283
+ <?php
1284
+ if($i==1){break;}
1285
+ }
1286
  }
1287
  }
1288
  ?>
1303
 
1304
  <?php endif;?>
1305
 
1306
+ <?php
1307
+ endwhile; wp_reset_postdata(); wp_reset_query();
1308
+ else:
1309
+ echo "<div class='htmega-error-notice'>".esc_html__('There are no posts in this query','htmega-addons')."</div>";
1310
+ endif;
1311
+ ?>
1312
  </div>
1313
  </div>
1314
  </div>
1316
  <?php
1317
 
1318
  }
1319
+ // post query fields
1320
+ public function show_post_source(){
1321
+
1322
+ $this->add_control(
1323
+ 'grid_post_type',
1324
+ [
1325
+ 'label' => esc_html__( 'Post Type', 'htmega-addons' ),
1326
+ 'type' => Controls_Manager::SELECT,
1327
+ 'label_block' => true,
1328
+ 'options' => htmega_get_post_types(),
1329
+ 'default' =>'post',
1330
+ 'frontend_available' => true,
1331
+ 'separator' => 'before'
1332
+ ]
1333
+ );
1334
+ $this->add_control(
1335
+ 'include_by',
1336
+ [
1337
+ 'label' => __( 'Include By', 'htmega-addons' ),
1338
+ 'type' => Controls_Manager::SELECT2,
1339
+ 'label_block' => true,
1340
+ 'multiple' => true,
1341
+ 'default' =>'in_category',
1342
+ 'options' => [
1343
+ 'in_author' => __( 'Author', 'htmega-addons' ),
1344
+ 'in_category' => __( 'Category', 'htmega-addons' ),
1345
+ ],
1346
+ ]
1347
+ );
1348
+ $this->add_control(
1349
+ 'post_author',
1350
+ [
1351
+ 'label' => esc_html__( 'Authors', 'htmega-addons' ),
1352
+ 'type' => Controls_Manager::SELECT2,
1353
+ 'label_block' => true,
1354
+ 'multiple' => true,
1355
+ 'options' => htmega_get_authors_list(),
1356
+ 'condition' =>[
1357
+ 'include_by' => 'in_author',
1358
+ ]
1359
+ ]
1360
+ );
1361
+ $all_post_type = htmega_get_post_types();
1362
+ foreach( $all_post_type as $post_key => $post_item ){
1363
+
1364
+ if( 'post' == $post_key ){
1365
+ $this->add_control(
1366
+ 'grid_categories',
1367
+ [
1368
+ 'label' => esc_html__( 'Categories', 'htmega-addons' ),
1369
+ 'type' => Controls_Manager::SELECT2,
1370
+ 'label_block' => true,
1371
+ 'multiple' => true,
1372
+ 'options' => htmega_get_taxonomies(),
1373
+ 'condition' =>[
1374
+ 'grid_post_type' => 'post',
1375
+ 'include_by' => 'in_category',
1376
+ ]
1377
+ ]
1378
+ );
1379
+ } else if( 'product' == $post_key){
1380
+ $this->add_control(
1381
+ 'grid_prod_categories',
1382
+ [
1383
+ 'label' => esc_html__( 'Categories', 'htmega-addons' ),
1384
+ 'type' => Controls_Manager::SELECT2,
1385
+ 'label_block' => true,
1386
+ 'multiple' => true,
1387
+ 'options' => htmega_get_taxonomies('product_cat'),
1388
+ 'condition' =>[
1389
+ 'grid_post_type' => 'product',
1390
+ 'include_by' => 'in_category',
1391
+ ]
1392
+ ]
1393
+ );
1394
+
1395
+ } else {
1396
+ $this->add_control(
1397
+ "{$post_key}_post_category",
1398
+ [
1399
+ 'label' => esc_html__( 'Select Categories', 'htmega-addons' ),
1400
+ 'type' => Controls_Manager::SELECT2,
1401
+ 'label_block' => true,
1402
+ 'multiple' => true,
1403
+ 'options' => all_object_taxonomie_show_catagory($post_key),
1404
+ 'condition' => [
1405
+ 'grid_post_type' => $post_key,
1406
+ 'include_by' => 'in_category',
1407
+ ],
1408
+ ]
1409
+ );
1410
+ }
1411
+
1412
+ }
1413
+ $this->add_control(
1414
+ "exclude_posts",
1415
+ [
1416
+ 'label' => esc_html__( 'Exclude Posts', 'htmega-addons' ),
1417
+ 'type' => Controls_Manager::TEXT,
1418
+ 'label_block' => true,
1419
+ 'placeholder' => esc_html__( 'Example: 10,11,105', 'htmega-addons' ),
1420
+ 'description' => esc_html__( "To Exclude Post, Enter the post id separated by ','", 'htmega-addons' ),
1421
+ ]
1422
+ );
1423
+ $this->add_control(
1424
+ 'post_limit',
1425
+ [
1426
+ 'label' => __('Limit', 'htmega-addons'),
1427
+ 'type' => Controls_Manager::NUMBER,
1428
+ 'default' => 5,
1429
+ 'separator'=>'before',
1430
+ ]
1431
+ );
1432
 
1433
+ $this->add_control(
1434
+ 'orderby',
1435
+ [
1436
+ 'label' => esc_html__( 'Order By', 'htmega-addons' ),
1437
+ 'type' => Controls_Manager::SELECT,
1438
+ 'default' => 'date',
1439
+ 'options' => [
1440
+ 'ID' => esc_html__('ID','htmega-addons'),
1441
+ 'date' => esc_html__('Date','htmega-addons'),
1442
+ 'name' => esc_html__('Name','htmega-addons'),
1443
+ 'title' => esc_html__('Title','htmega-addons'),
1444
+ 'comment_count' => esc_html__('Comment count','htmega-addons'),
1445
+ 'rand' => esc_html__('Random','htmega-addons'),
1446
+ ],
1447
+ ]
1448
+ );
1449
+ $this->add_control(
1450
+ 'custom_order_by_date',
1451
+ [
1452
+ 'label' => esc_html__( 'Custom Date', 'htmega-addons' ),
1453
+ 'type' => Controls_Manager::SWITCHER,
1454
+ 'return_value' => 'yes',
1455
+ 'default' => 'no',
1456
+ 'condition' =>[
1457
+ 'orderby'=>'date'
1458
+ ]
1459
+ ]
1460
+ );
1461
+ $this->add_control(
1462
+ 'order_by_date_before',
1463
+ [
1464
+ 'label' => __( 'Before Date', 'htmega-addons' ),
1465
+ 'type' => Controls_Manager::DATE_TIME,
1466
+ 'condition' =>[
1467
+ 'orderby'=>'date',
1468
+ 'custom_order_by_date'=>'yes',
1469
+ ]
1470
+ ]
1471
+ );
1472
+ $this->add_control(
1473
+ 'order_by_date_after',
1474
+ [
1475
+ 'label' => __( 'After Date', 'htmega-addons' ),
1476
+ 'type' => Controls_Manager::DATE_TIME,
1477
+ 'condition' =>[
1478
+ 'orderby'=>'date',
1479
+ 'custom_order_by_date'=>'yes',
1480
+ ]
1481
+ ]
1482
+ );
1483
+ $this->add_control(
1484
+ 'postorder',
1485
+ [
1486
+ 'label' => esc_html__( 'Order', 'htmega-addons' ),
1487
+ 'type' => Controls_Manager::SELECT,
1488
+ 'default' => 'DESC',
1489
+ 'options' => [
1490
+ 'DESC' => esc_html__('Descending','htmega-addons'),
1491
+ 'ASC' => esc_html__('Ascending','htmega-addons'),
1492
+ ],
1493
+ 'separator' => 'after'
1494
+
1495
+ ]
1496
+ );
1497
+ }
1498
  }
languages/htmega-addons.pot CHANGED
@@ -1,13399 +1,13261 @@
1
- #, fuzzy
2
- 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-11-07 05:09+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"
10
- "Language: \n"
11
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
12
- "MIME-Version: 1.0\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.3; wp-6.1\n"
17
- "X-Domain: htmega-addons"
18
-
19
- #: includes/widgets/htmega_twitter_feed.php:1680
20
- msgid " days ago"
21
- msgstr ""
22
-
23
- #: includes/widgets/htmega_verticle_time_line.php:600
24
- msgid " Dot Border Hover Gradient Color"
25
- msgstr ""
26
-
27
- #: includes/widgets/htmega_twitter_feed.php:1674
28
- msgid " hours ago"
29
- msgstr ""
30
-
31
- #: includes/widgets/htmega_twitter_feed.php:1668
32
- msgid " min ago"
33
- msgstr ""
34
-
35
- #: includes/widgets/htmega_twitter_feed.php:1684
36
- msgid " months ago"
37
- msgstr ""
38
-
39
- #: includes/widgets/htmega_twitter_feed.php:1687
40
- msgid " years ago"
41
- msgstr ""
42
-
43
- #: includes/class.htmega.php:180 includes/class.htmega.php:195
44
- #, php-format
45
- msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
46
- msgstr ""
47
-
48
- #: includes/widgets/htmega_brand.php:93 includes/widgets/htmega_brand.php:106
49
- #: includes/widgets/htmega_image_grid.php:180
50
- #: includes/widgets/htmega_image_masonry.php:161
51
- msgid "#"
52
- msgstr ""
53
-
54
- #: includes/widgets/htmega_counter.php:175
55
- msgid "$"
56
- msgstr ""
57
-
58
- #: includes/widgets/htmega_pricing_list_view.php:165
59
- msgid "$42"
60
- msgstr ""
61
-
62
- #: includes/widgets/htmega_pricing_list_view.php:159
63
- msgid "$46"
64
- msgstr ""
65
-
66
- #: includes/widgets/htmega_pricing_list_view.php:153
67
- msgid "$48"
68
- msgstr ""
69
-
70
- #: includes/widgets/htmega_pricing_list_view.php:147
71
- msgid "$52"
72
- msgstr ""
73
-
74
- #: includes/widgets/htmega_pricing_list_view.php:99
75
- msgid "$56"
76
- msgstr ""
77
-
78
- #. %s: Number of installations.
79
- #: includes/recommended-plugins/class.recommended-plugins.php:297
80
- #, php-format
81
- msgid "%s Active Installations"
82
- msgstr ""
83
-
84
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:244
85
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:581
86
- #, php-format
87
- msgid "%s Comments"
88
- msgstr ""
89
-
90
- #: extensions/ht-menu/menu/templates.php:107
91
- #: extensions/ht-menu/menu/templates.php:115
92
- #: extensions/ht-menu/menu/templates.php:129
93
- #: extensions/ht-menu/menu/templates.php:144
94
- #: extensions/ht-menu/menu/templates.php:180
95
- msgid "( Pro )"
96
- msgstr ""
97
-
98
- #: includes/widgets/htmega_tablepress.php:36
99
- msgid "(no name)"
100
- msgstr ""
101
-
102
- #: extensions/ht-menu/menu/templates.php:136
103
- msgid "(Pro)"
104
- msgstr ""
105
-
106
- #: includes/widgets/htmega_counter.php:184
107
- msgid "+"
108
- msgstr ""
109
-
110
- #: includes/widgets/htmega_booked_calender.php:67
111
- msgid "01"
112
- msgstr ""
113
-
114
- #: includes/widgets/htmega_booked_calender.php:68
115
- msgid "02"
116
- msgstr ""
117
-
118
- #: includes/widgets/htmega_booked_calender.php:69
119
- msgid "03"
120
- msgstr ""
121
-
122
- #: includes/widgets/htmega_booked_calender.php:70
123
- msgid "04"
124
- msgstr ""
125
-
126
- #: includes/widgets/htmega_booked_calender.php:71
127
- msgid "05"
128
- msgstr ""
129
-
130
- #: includes/widgets/htmega_booked_calender.php:72
131
- msgid "06"
132
- msgstr ""
133
-
134
- #: includes/widgets/htmega_booked_calender.php:73
135
- msgid "07"
136
- msgstr ""
137
-
138
- #: includes/widgets/htmega_booked_calender.php:74
139
- msgid "08"
140
- msgstr ""
141
-
142
- #: includes/widgets/htmega_booked_calender.php:75
143
- msgid "09"
144
- msgstr ""
145
-
146
- #: includes/widgets/htmega_data_table.php:528
147
- #: includes/widgets/htmega_data_table.php:529
148
- #: includes/widgets/htmega_data_table.php:535
149
- #: includes/widgets/htmega_data_table.php:541
150
- #: includes/widgets/htmega_data_table.php:548
151
- #: includes/widgets/htmega_instagram.php:162
152
- #: includes/widgets/htmega_pricing_list_view.php:1093
153
- #: includes/widgets/htmega_pricing_list_view.php:1094
154
- #: includes/widgets/htmega_pricing_list_view.php:1100
155
- #: includes/widgets/htmega_pricing_list_view.php:1106
156
- #: includes/widgets/htmega_pricing_list_view.php:1113
157
- #: extensions/ht-builder/widgets/bl_post_archive.php:60
158
- msgid "1"
159
- msgstr ""
160
-
161
- #: includes/widgets/htmega_twitter_feed.php:1671
162
- msgid "1 hour ago"
163
- msgstr ""
164
-
165
- #: includes/widgets/htmega_twitter_feed.php:1665
166
- msgid "1 min ago"
167
- msgstr ""
168
-
169
- #: extensions/wc-sales-notification/admin/setting.php:132
170
- msgid "1 minute"
171
- msgstr ""
172
-
173
- #: includes/widgets/htmega_twitter_feed.php:1684
174
- msgid "1 month ago"
175
- msgstr ""
176
-
177
- #: extensions/wc-sales-notification/admin/setting.php:157
178
- msgid "1 week"
179
- msgstr ""
180
-
181
- #: includes/widgets/htmega_twitter_feed.php:1687
182
- msgid "1 year ago"
183
- msgstr ""
184
-
185
- #: includes/widgets/htmega_countdown.php:425
186
- msgid "1. Background Days"
187
- msgstr ""
188
-
189
- #: extensions/wc-sales-notification/admin/setting.php:133
190
- msgid "1.5 minutes"
191
- msgstr ""
192
-
193
- #: includes/widgets/htmega_booked_calender.php:76
194
- msgid "10"
195
- msgstr ""
196
-
197
- #: extensions/wc-sales-notification/admin/setting.php:127
198
- msgid "10 seconds"
199
- msgstr ""
200
-
201
- #: includes/widgets/htmega_data_table.php:122
202
- msgid "10,25,50,100"
203
- msgstr ""
204
-
205
- #: admin/include/settings-panel/includes/templates/sidebar-banner.php:15
206
- msgid "107+ Elementor Elements"
207
- msgstr ""
208
-
209
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1506
210
- msgid "107+ Elements"
211
- msgstr ""
212
-
213
- #: includes/widgets/htmega_booked_calender.php:77
214
- msgid "11"
215
- msgstr ""
216
-
217
- #: includes/widgets/htmega_booked_calender.php:78
218
- msgid "12"
219
- msgstr ""
220
-
221
- #: includes/widgets/htmega_booked_calender.php:79
222
- msgid "13"
223
- msgstr ""
224
-
225
- #: includes/widgets/htmega_booked_calender.php:80
226
- msgid "14"
227
- msgstr ""
228
-
229
- #: includes/widgets/htmega_booked_calender.php:81
230
- msgid "15"
231
- msgstr ""
232
-
233
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1482
234
- msgid "15 Categories / Template set"
235
- msgstr ""
236
-
237
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1483
238
- msgid "15 Templates"
239
- msgstr ""
240
-
241
- #: includes/widgets/htmega_booked_calender.php:82
242
- msgid "16"
243
- msgstr ""
244
-
245
- #: includes/widgets/htmega_booked_calender.php:83
246
- msgid "17"
247
- msgstr ""
248
-
249
- #: includes/widgets/htmega_booked_calender.php:84
250
- msgid "18"
251
- msgstr ""
252
-
253
- #: includes/widgets/htmega_booked_calender.php:85
254
- msgid "19"
255
- msgstr ""
256
-
257
- #: includes/widgets/htmega_instagram.php:163
258
- #: extensions/ht-builder/widgets/bl_post_archive.php:61
259
- msgid "2"
260
- msgstr ""
261
-
262
- #: extensions/wc-sales-notification/admin/setting.php:134
263
- msgid "2 minutes"
264
- msgstr ""
265
-
266
- #: extensions/wc-sales-notification/admin/setting.php:119
267
- msgid "2 seconds"
268
- msgstr ""
269
-
270
- #: includes/widgets/htmega_countdown.php:450
271
- msgid "2. Background Hours"
272
- msgstr ""
273
-
274
- #: includes/widgets/htmega_booked_calender.php:86
275
- msgid "20"
276
- msgstr ""
277
-
278
- #: extensions/wc-sales-notification/admin/setting.php:128
279
- msgid "20 seconds"
280
- msgstr ""
281
-
282
- #: includes/widgets/htmega_booked_calender.php:132
283
- msgid "2018"
284
- msgstr ""
285
-
286
- #: includes/widgets/htmega_booked_calender.php:133
287
- msgid "2019"
288
- msgstr ""
289
-
290
- #: includes/widgets/htmega_booked_calender.php:134
291
- msgid "2020"
292
- msgstr ""
293
-
294
- #: includes/widgets/htmega_booked_calender.php:135
295
- msgid "2021"
296
- msgstr ""
297
-
298
- #: includes/widgets/htmega_booked_calender.php:136
299
- msgid "2022"
300
- msgstr ""
301
-
302
- #: includes/widgets/htmega_booked_calender.php:137
303
- msgid "2023"
304
- msgstr ""
305
-
306
- #: includes/widgets/htmega_booked_calender.php:138
307
- msgid "2024"
308
- msgstr ""
309
-
310
- #: includes/widgets/htmega_booked_calender.php:139
311
- msgid "2025"
312
- msgstr ""
313
-
314
- #: includes/widgets/htmega_booked_calender.php:140
315
- msgid "2026"
316
- msgstr ""
317
-
318
- #: includes/widgets/htmega_booked_calender.php:141
319
- msgid "2027"
320
- msgstr ""
321
-
322
- #: includes/widgets/htmega_booked_calender.php:142
323
- msgid "2028"
324
- msgstr ""
325
-
326
- #: includes/widgets/htmega_booked_calender.php:143
327
- msgid "2029"
328
- msgstr ""
329
-
330
- #: includes/widgets/htmega_booked_calender.php:144
331
- msgid "2030"
332
- msgstr ""
333
-
334
- #: includes/widgets/htmega_booked_calender.php:145
335
- msgid "2031"
336
- msgstr ""
337
-
338
- #: includes/widgets/htmega_booked_calender.php:146
339
- msgid "2032"
340
- msgstr ""
341
-
342
- #: includes/widgets/htmega_booked_calender.php:147
343
- msgid "2033"
344
- msgstr ""
345
-
346
- #: includes/widgets/htmega_booked_calender.php:148
347
- msgid "2034"
348
- msgstr ""
349
-
350
- #: includes/widgets/htmega_booked_calender.php:149
351
- msgid "2035"
352
- msgstr ""
353
-
354
- #: includes/widgets/htmega_booked_calender.php:150
355
- msgid "2036"
356
- msgstr ""
357
-
358
- #: includes/widgets/htmega_booked_calender.php:151
359
- msgid "2037"
360
- msgstr ""
361
-
362
- #: includes/widgets/htmega_booked_calender.php:152
363
- msgid "2038"
364
- msgstr ""
365
-
366
- #: includes/widgets/htmega_booked_calender.php:153
367
- msgid "2039"
368
- msgstr ""
369
-
370
- #: includes/widgets/htmega_booked_calender.php:154
371
- msgid "2040"
372
- msgstr ""
373
-
374
- #: includes/widgets/htmega_booked_calender.php:87
375
- msgid "21"
376
- msgstr ""
377
-
378
- #: includes/widgets/htmega_booked_calender.php:88
379
- msgid "22"
380
- msgstr ""
381
-
382
- #: includes/widgets/htmega_booked_calender.php:89
383
- msgid "23"
384
- msgstr ""
385
-
386
- #: includes/widgets/htmega_googlemap.php:251
387
- msgid "23.8103"
388
- msgstr ""
389
-
390
- #: includes/widgets/htmega_booked_calender.php:90
391
- msgid "24"
392
- msgstr ""
393
-
394
- #: includes/widgets/htmega_booked_calender.php:91
395
- msgid "25"
396
- msgstr ""
397
-
398
- #: includes/widgets/htmega_booked_calender.php:92
399
- msgid "26"
400
- msgstr ""
401
-
402
- #: includes/widgets/htmega_booked_calender.php:93
403
- msgid "27"
404
- msgstr ""
405
-
406
- #: includes/widgets/htmega_booked_calender.php:94
407
- msgid "28"
408
- msgstr ""
409
-
410
- #: includes/widgets/htmega_booked_calender.php:95
411
- msgid "29"
412
- msgstr ""
413
-
414
- #: includes/widgets/htmega_mailchimp_wp.php:68
415
- msgid "294"
416
- msgstr ""
417
-
418
- #: includes/widgets/htmega_instagram.php:164
419
- #: extensions/ht-builder/widgets/bl_post_archive.php:62
420
- msgid "3"
421
- msgstr ""
422
-
423
- #: includes/widgets/htmega_weather.php:84
424
- msgid "3 Days"
425
- msgstr ""
426
-
427
- #: extensions/wc-sales-notification/admin/setting.php:120
428
- msgid "3 seconds"
429
- msgstr ""
430
-
431
- #: includes/widgets/htmega_countdown.php:475
432
- msgid "3. Background Minutes"
433
- msgstr ""
434
-
435
- #: includes/widgets/htmega_booked_calender.php:96
436
- msgid "30"
437
- msgstr ""
438
-
439
- #: extensions/wc-sales-notification/admin/setting.php:129
440
- msgid "30 seconds"
441
- msgstr ""
442
-
443
- #: includes/widgets/htmega_booked_calender.php:97
444
- msgid "31"
445
- msgstr ""
446
-
447
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1484
448
- msgid "360 Blocks / Sections"
449
- msgstr ""
450
-
451
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:882
452
- msgid "360 Rotation"
453
- msgstr ""
454
-
455
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1508
456
- msgid "38 Categories / Template set"
457
- msgstr ""
458
-
459
- #: admin/include/settings-panel/includes/templates/sidebar-banner.php:17
460
- msgid "39 Categories and 491 Page Templates."
461
- msgstr ""
462
-
463
- #: includes/widgets/htmega_instagram.php:165
464
- #: extensions/ht-builder/widgets/bl_post_archive.php:63
465
- msgid "4"
466
- msgstr ""
467
-
468
- #: includes/widgets/htmega_weather.php:85
469
- msgid "4 Days"
470
- msgstr ""
471
-
472
- #: extensions/wc-sales-notification/admin/setting.php:121
473
- #: extensions/wc-sales-notification/admin/setting.php:145
474
- msgid "4 seconds"
475
- msgstr ""
476
-
477
- #: includes/widgets/htmega_countdown.php:500
478
- msgid "4. Background Seconds"
479
- msgstr ""
480
-
481
- #: extensions/wc-sales-notification/admin/setting.php:130
482
- msgid "40 seconds"
483
- msgstr ""
484
-
485
- #: includes/widgets/htmega_errorcontent.php:13
486
- #: includes/widgets/htmega_errorcontent.php:43
487
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:655
488
- msgid "404 Content"
489
- msgstr ""
490
-
491
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1486
492
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1511
493
- msgid "404 Error Page Builder"
494
- msgstr ""
495
-
496
- #: extensions/ht-builder/admin/setting.php:136
497
- msgid "404 Page Template."
498
- msgstr ""
499
-
500
- #: includes/widgets/htmega_instagram.php:166
501
- msgid "5"
502
- msgstr ""
503
-
504
- #: includes/widgets/htmega_weather.php:86
505
- msgid "5 Days"
506
- msgstr ""
507
-
508
- #: extensions/wc-sales-notification/admin/setting.php:122
509
- msgid "5 seconds"
510
- msgstr ""
511
-
512
- #: extensions/wc-sales-notification/admin/setting.php:131
513
- msgid "50 seconds"
514
- msgstr ""
515
-
516
- #: includes/widgets/htmega_special_day_banner.php:107
517
- msgid "50%"
518
- msgstr ""
519
-
520
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1509
521
- msgid "524 Templates"
522
- msgstr ""
523
-
524
- #: includes/widgets/htmega_instagram.php:167
525
- msgid "6"
526
- msgstr ""
527
-
528
- #: includes/widgets/htmega_weather.php:87
529
- msgid "6 Days"
530
- msgstr ""
531
-
532
- #: extensions/wc-sales-notification/admin/setting.php:123
533
- msgid "6 seconds"
534
- msgstr ""
535
-
536
- #: extensions/wc-sales-notification/admin/setting.php:124
537
- msgid "7 seconds"
538
- msgstr ""
539
-
540
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1507
541
- msgid "782+ Blocks / Sections"
542
- msgstr ""
543
-
544
- #: admin/include/settings-panel/includes/templates/sidebar-banner.php:16
545
- msgid "782+ Elementor Blocks"
546
- msgstr ""
547
-
548
- #: extensions/wc-sales-notification/admin/setting.php:125
549
- msgid "8 seconds"
550
- msgstr ""
551
-
552
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1481
553
- msgid "84 Elements"
554
- msgstr ""
555
-
556
- #: extensions/wc-sales-notification/admin/setting.php:126
557
- msgid "9 seconds"
558
- msgstr ""
559
-
560
- #: includes/widgets/htmega_googlemap.php:252
561
- #: includes/widgets/htmega_googlemap.php:253
562
- msgid "90.4125"
563
- msgstr ""
564
-
565
- #: includes/widgets/htmega_business_hours.php:94
566
- msgid "9:00 AM - 6:00 PM"
567
- msgstr ""
568
-
569
- #: includes/widgets/htmega_business_hours.php:164
570
- #: includes/widgets/htmega_business_hours.php:175
571
- #: includes/widgets/htmega_business_hours.php:180
572
- #: includes/widgets/htmega_business_hours.php:185
573
- #: includes/widgets/htmega_business_hours.php:190
574
- msgid "9:00 AM to 6:00 PM"
575
- msgstr ""
576
-
577
- #: includes/widgets/htmega_business_hours.php:195
578
- msgid "9:00 AM to 6:30 PM"
579
- msgstr ""
580
-
581
- #: includes/class.htmega.php:159
582
- msgid ""
583
- "<strong>HTMEGA Addons for Elementor</strong> requires \"<strong>"
584
- "Elementor</strong>\" plugin to be active. Please activate Elementor to "
585
- "continue."
586
- msgstr ""
587
-
588
- #: includes/class.htmega.php:166
589
- msgid ""
590
- "<strong>HTMEGA Addons for Elementor</strong> requires \"<strong>"
591
- "Elementor</strong>\" plugin to be active. Please install the Elementor "
592
- "plugin to continue."
593
- msgstr ""
594
-
595
- #: includes/widgets/htmega_inlinemenu.php:89
596
- #: extensions/ht-builder/widgets/bl_nav_menu.php:83
597
- #, php-format
598
- msgid ""
599
- "<strong>There are no menus in your site.</strong><br>Go to the <a "
600
- "href=\"%s\" target=\"_blank\">Menus Option</a> to create one."
601
- msgstr ""
602
-
603
- #: includes/widgets/htmega_notify.php:80
604
- msgid "<strong>Welcome,</strong>to Notification."
605
- msgstr ""
606
-
607
- #: includes/widgets/htmega_twitter_feed.php:102
608
- msgid "Access Token"
609
- msgstr ""
610
-
611
- #: includes/widgets/htmega_twitter_feed.php:112
612
- msgid "Access Token Secret"
613
- msgstr ""
614
-
615
- #: includes/widgets/htmega_accordion.php:44
616
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:106
617
- msgid "Accordion"
618
- msgstr ""
619
-
620
- #: includes/widgets/htmega_accordion.php:13
621
- msgid "Accordion / FAQ"
622
- msgstr ""
623
-
624
- #: includes/widgets/htmega_accordion.php:89
625
- #: includes/widgets/htmega_accordion.php:100
626
- #: includes/widgets/htmega_accordion.php:230
627
- #: includes/widgets/htmega_accordion.php:232
628
- #: includes/widgets/htmega_accordion.php:241
629
- #: includes/widgets/htmega_accordion.php:1299
630
- msgid "Accordion Content"
631
- msgstr ""
632
-
633
- #: includes/widgets/htmega_accordion.php:447
634
- msgid "Accordion Height"
635
- msgstr ""
636
-
637
- #: includes/widgets/htmega_accordion.php:1054
638
- msgid "Accordion Icon"
639
- msgstr ""
640
-
641
- #: includes/widgets/htmega_accordion.php:485
642
- msgid "Accordion Item"
643
- msgstr ""
644
-
645
- #: includes/widgets/htmega_accordion.php:831
646
- msgid "Accordion Item Box"
647
- msgstr ""
648
-
649
- #: includes/widgets/htmega_accordion.php:507
650
- msgid "Accordion Item Spacing"
651
- msgstr ""
652
-
653
- #: includes/widgets/htmega_accordion.php:113
654
- #: includes/widgets/htmega_accordion.php:175
655
- #: includes/widgets/htmega_accordion.php:254
656
- msgid "Accordion Items"
657
- msgstr ""
658
-
659
- #: includes/widgets/htmega_accordion.php:183
660
- #: includes/widgets/htmega_accordion.php:530
661
- #: includes/widgets/htmega_accordion.php:901
662
- msgid "Accordion Title"
663
- msgstr ""
664
-
665
- #: includes/widgets/htmega_accordion.php:733
666
- msgid "Accordion Title Collapsed"
667
- msgstr ""
668
-
669
- #: includes/widgets/htmega_accordion.php:133
670
- #: includes/widgets/htmega_accordion.php:262
671
- msgid "Accordion Title One"
672
- msgstr ""
673
-
674
- #: includes/widgets/htmega_accordion.php:138
675
- #: includes/widgets/htmega_accordion.php:142
676
- msgid "Accordion Title Two"
677
- msgstr ""
678
-
679
- #: admin/include/template-library.php:282
680
- #: admin/include/template-library.php:334
681
- #: includes/recommended-plugins/class.recommended-plugins.php:242
682
- msgid "Activate"
683
- msgstr ""
684
-
685
- #: admin/include/template-library.php:293
686
- #: admin/include/template-library.php:345
687
- #: includes/recommended-plugins/class.recommended-plugins.php:126
688
- #: includes/recommended-plugins/class.recommended-plugins.php:253
689
- msgid "Activated"
690
- msgstr ""
691
-
692
- #: includes/class.assests.php:389
693
- #: includes/recommended-plugins/class.recommended-plugins.php:125
694
- msgid "Activating.."
695
- msgstr ""
696
-
697
- #: includes/class.assests.php:390 includes/widgets/htmega_accordion.php:667
698
- #: includes/widgets/htmega_accordion.php:1230
699
- #: includes/widgets/htmega_buddy_press.php:68
700
- #: includes/widgets/htmega_carousel.php:989
701
- #: includes/widgets/htmega_carousel.php:1189
702
- #: includes/widgets/htmega_carousel.php:1387
703
- #: includes/widgets/htmega_inlinemenu.php:407
704
- #: includes/widgets/htmega_instagram.php:1239
705
- #: includes/widgets/htmega_panel_slider.php:1205
706
- #: includes/widgets/htmega_popover.php:204
707
- #: includes/widgets/htmega_post_slider.php:1860
708
- #: includes/widgets/htmega_post_slider.php:2009
709
- #: includes/widgets/htmega_scroll_navigation.php:486
710
- #: includes/widgets/htmega_slider_thumb_gallery.php:1168
711
- #: includes/widgets/htmega_slider_thumb_gallery.php:1285
712
- #: includes/widgets/htmega_switcher.php:468
713
- #: includes/widgets/htmega_tabs.php:616 includes/widgets/htmega_tabs.php:795
714
- #: includes/widgets/htmega_twitter_feed.php:1435
715
- #: extensions/ht-builder/widgets/bl_nav_menu.php:279
716
- msgid "Active"
717
- msgstr ""
718
-
719
- #: includes/widgets/htmega_easy_digital_download.php:727
720
- msgid "Active Color"
721
- msgstr ""
722
-
723
- #: includes/widgets/htmega_booked_calender.php:449
724
- msgid "Active Date Background Color"
725
- msgstr ""
726
-
727
- #: includes/widgets/htmega_tabs.php:193
728
- msgid "Active Icon Color"
729
- msgstr ""
730
-
731
- #: includes/widgets/htmega_accordion.php:1035
732
- msgid "Active Title Line Height"
733
- msgstr ""
734
-
735
- #: includes/widgets/htmega_accordion.php:1020
736
- msgid "Active Title Space"
737
- msgstr ""
738
-
739
- #: includes/widgets/htmega_data_table.php:134
740
- msgid "Add all option"
741
- msgstr ""
742
-
743
- #: includes/widgets/htmega_add_banner.php:13
744
- msgid "Add Banner"
745
- msgstr ""
746
-
747
- #: includes/widgets/htmega_panel_slider.php:219
748
- #: includes/widgets/htmega_testimonial_grid.php:147
749
- msgid "Add Column gap Ex. 15px"
750
- msgstr ""
751
-
752
- #: includes/widgets/htmega_buddy_press.php:282
753
- msgid "Add Column Width Ex. 25%"
754
- msgstr ""
755
-
756
- #: includes/widgets/htmega_gallery_justify.php:58
757
- msgid "Add Images"
758
- msgstr ""
759
-
760
- #: includes/widgets/htmega_wc_add_to_cart.php:120
761
- #: includes/widgets/htmega_wc_add_to_cart.php:121
762
- msgid "Add to Cart"
763
- msgstr ""
764
-
765
- #: includes/widgets/htmega_section_title.php:60
766
- msgid "Add Your Heading Text Here"
767
- msgstr ""
768
-
769
- #: includes/widgets/htmega_singlepost.php:76
770
- msgid "Additional Option"
771
- msgstr ""
772
-
773
- #: includes/widgets/htmega_accordion.php:420
774
- #: extensions/ht-builder/widgets/bl_post_archive.php:90
775
- msgid "Additional Options"
776
- msgstr ""
777
-
778
- #: includes/widgets/htmega_image_comparison.php:147
779
- msgid "Additional Setting"
780
- msgstr ""
781
-
782
- #: extensions/ht-builder/widgets/bl_post_author_info.php:99
783
- msgid "Admin Posts"
784
- msgstr ""
785
-
786
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:124
787
- msgid "Ads Banner"
788
- msgstr ""
789
-
790
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:68
791
- msgid "Advance Addons"
792
- msgstr ""
793
-
794
- #: includes/widgets/htmega_section_title.php:80
795
- msgid "Advance Title"
796
- msgstr ""
797
-
798
- #: includes/widgets/htmega_section_title.php:281
799
- msgid "Advance Title Setting"
800
- msgstr ""
801
-
802
- #: includes/widgets/htmega_section_title.php:931
803
- msgid "Advance Title style"
804
- msgstr ""
805
-
806
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:72
807
- msgid "Advance Widget List"
808
- msgstr ""
809
-
810
- #: includes/widgets/htmega_blockquote.php:405
811
- #: includes/widgets/htmega_image_comparison.php:165
812
- msgid "After"
813
- msgstr ""
814
-
815
- #: includes/widgets/htmega_counter.php:776
816
- msgid "After Border Color"
817
- msgstr ""
818
-
819
- #: includes/widgets/htmega_counter.php:701
820
- msgid "After Border Height"
821
- msgstr ""
822
-
823
- #: includes/widgets/htmega_counter.php:731
824
- msgid "After Border Position"
825
- msgstr ""
826
-
827
- #: includes/widgets/htmega_counter.php:671
828
- msgid "After Border Width"
829
- msgstr ""
830
-
831
- #: includes/widgets/htmega_image_comparison.php:70
832
- msgid "After Image"
833
- msgstr ""
834
-
835
- #: includes/widgets/htmega_pricing_list_view.php:106
836
- msgid "After Price Label"
837
- msgstr ""
838
-
839
- #: includes/widgets/htmega_pricing_list_view.php:1700
840
- msgid "After Price Style"
841
- msgstr ""
842
-
843
- #: includes/widgets/htmega_animated_heading.php:282
844
- msgid "After Text Style"
845
- msgstr ""
846
-
847
- #: includes/widgets/htmega_image_comparison.php:163
848
- #: includes/widgets/htmega_image_comparison.php:309
849
- msgid "After Title"
850
- msgstr ""
851
-
852
- #: includes/widgets/htmega_user_login_form.php:301
853
- msgid "After/Bottom Login Button"
854
- msgstr ""
855
-
856
- #: includes/widgets/htmega_imagemarker.php:450
857
- msgid "Aleart Note"
858
- msgstr ""
859
-
860
- #: includes/widgets/htmega_accordion.php:563
861
- #: includes/widgets/htmega_accordion.php:754
862
- #: includes/widgets/htmega_accordion.php:912
863
- #: includes/widgets/htmega_accordion.php:1105
864
- #: includes/widgets/htmega_accordion.php:1310
865
- #: includes/widgets/htmega_accordion.php:1428
866
- #: includes/widgets/htmega_add_banner.php:364
867
- #: includes/widgets/htmega_blockquote.php:179
868
- #: includes/widgets/htmega_buddy_press.php:250
869
- #: includes/widgets/htmega_business_hours.php:387
870
- #: includes/widgets/htmega_button.php:157
871
- #: includes/widgets/htmega_caldera_form.php:68
872
- #: includes/widgets/htmega_caldera_form.php:343
873
- #: includes/widgets/htmega_call_to_action.php:326
874
- #: includes/widgets/htmega_carousel.php:834
875
- #: includes/widgets/htmega_contact_form_seven.php:113
876
- #: includes/widgets/htmega_counter.php:66
877
- #: includes/widgets/htmega_counter.php:284
878
- #: includes/widgets/htmega_counter.php:317
879
- #: includes/widgets/htmega_counter.php:423
880
- #: includes/widgets/htmega_counter.php:549
881
- #: includes/widgets/htmega_data_table.php:707
882
- #: includes/widgets/htmega_data_table.php:826
883
- #: includes/widgets/htmega_double_button.php:321
884
- #: includes/widgets/htmega_dropcaps.php:80
885
- #: includes/widgets/htmega_easy_digital_download.php:322
886
- #: includes/widgets/htmega_easy_digital_download.php:690
887
- #: includes/widgets/htmega_errorcontent.php:245
888
- #: includes/widgets/htmega_gravity_forms.php:145
889
- #: includes/widgets/htmega_gravity_forms.php:201
890
- #: includes/widgets/htmega_gravity_forms.php:235
891
- #: includes/widgets/htmega_gravity_forms.php:540
892
- #: includes/widgets/htmega_gravity_forms.php:771
893
- #: includes/widgets/htmega_imagemarker.php:706
894
- #: includes/widgets/htmega_image_grid.php:287
895
- #: includes/widgets/htmega_image_grid.php:384
896
- #: includes/widgets/htmega_image_masonry.php:263
897
- #: includes/widgets/htmega_image_masonry.php:360
898
- #: includes/widgets/htmega_inlinemenu.php:117
899
- #: includes/widgets/htmega_instagram.php:1480
900
- #: includes/widgets/htmega_lightbox.php:192
901
- #: includes/widgets/htmega_lightbox.php:305
902
- #: includes/widgets/htmega_mailchimp_wp.php:125
903
- #: includes/widgets/htmega_modal.php:346 includes/widgets/htmega_modal.php:1001
904
- #: includes/widgets/htmega_newsticker.php:456
905
- #: includes/widgets/htmega_ninja_form.php:184
906
- #: includes/widgets/htmega_ninja_form.php:286
907
- #: includes/widgets/htmega_ninja_form.php:320
908
- #: includes/widgets/htmega_ninja_form.php:607
909
- #: includes/widgets/htmega_ninja_form.php:818
910
- #: includes/widgets/htmega_ninja_form.php:1030
911
- #: includes/widgets/htmega_notify.php:278
912
- #: includes/widgets/htmega_notify.php:558
913
- #: includes/widgets/htmega_notify.php:824
914
- #: includes/widgets/htmega_offcanvas.php:279
915
- #: includes/widgets/htmega_offcanvas.php:371
916
- #: includes/widgets/htmega_panel_slider.php:599
917
- #: includes/widgets/htmega_popover.php:261
918
- #: includes/widgets/htmega_popover.php:657
919
- #: includes/widgets/htmega_popover.php:761
920
- #: includes/widgets/htmega_postgrid.php:289
921
- #: includes/widgets/htmega_postgrid.php:513
922
- #: includes/widgets/htmega_postgrid.php:626
923
- #: includes/widgets/htmega_post_grid_tab.php:397
924
- #: includes/widgets/htmega_post_grid_tab.php:491
925
- #: includes/widgets/htmega_post_grid_tab.php:578
926
- #: includes/widgets/htmega_post_grid_tab.php:801
927
- #: includes/widgets/htmega_post_slider.php:832
928
- #: includes/widgets/htmega_post_slider.php:926
929
- #: includes/widgets/htmega_post_slider.php:1013
930
- #: includes/widgets/htmega_post_slider.php:1229
931
- #: includes/widgets/htmega_pricing_list_view.php:469
932
- #: includes/widgets/htmega_pricing_list_view.php:1124
933
- #: includes/widgets/htmega_quforms.php:86
934
- #: includes/widgets/htmega_quforms.php:206
935
- #: includes/widgets/htmega_quforms.php:327
936
- #: includes/widgets/htmega_quforms.php:547
937
- #: includes/widgets/htmega_quforms.php:765
938
- #: includes/widgets/htmega_search.php:152
939
- #: includes/widgets/htmega_section_title.php:411
940
- #: includes/widgets/htmega_service.php:237
941
- #: includes/widgets/htmega_service.php:421
942
- #: includes/widgets/htmega_service.php:526
943
- #: includes/widgets/htmega_service.php:715
944
- #: includes/widgets/htmega_service.php:977
945
- #: includes/widgets/htmega_singlepost.php:206
946
- #: includes/widgets/htmega_singlepost.php:302
947
- #: includes/widgets/htmega_singlepost.php:409
948
- #: includes/widgets/htmega_socialshere.php:370
949
- #: includes/widgets/htmega_special_day_banner.php:261
950
- #: includes/widgets/htmega_tablepress.php:209
951
- #: includes/widgets/htmega_tablepress.php:366
952
- #: includes/widgets/htmega_tabs.php:509
953
- #: includes/widgets/htmega_teammember.php:612
954
- #: includes/widgets/htmega_teammember.php:741
955
- #: includes/widgets/htmega_teammember.php:831
956
- #: includes/widgets/htmega_teammember.php:922
957
- #: includes/widgets/htmega_teammember.php:989
958
- #: includes/widgets/htmega_testimonial_grid.php:549
959
- #: includes/widgets/htmega_toggle.php:192
960
- #: includes/widgets/htmega_tooltip.php:237
961
- #: includes/widgets/htmega_user_login_form.php:145
962
- #: includes/widgets/htmega_user_login_form.php:367
963
- #: includes/widgets/htmega_user_login_form.php:567
964
- #: includes/widgets/htmega_videoplayer.php:292
965
- #: includes/widgets/htmega_wc_categories.php:375
966
- #: includes/widgets/htmega_wpforms.php:176
967
- #: includes/widgets/htmega_wpforms.php:278
968
- #: includes/widgets/htmega_wpforms.php:313
969
- #: includes/widgets/htmega_wpforms.php:610
970
- #: includes/widgets/htmega_wpforms.php:829
971
- #: includes/widgets/htmega_wpforms.php:1057
972
- #: extensions/ht-builder/widgets/bl_nav_menu.php:111
973
- #: extensions/ht-builder/widgets/bl_page_title.php:133
974
- #: extensions/ht-builder/widgets/bl_post_archive.php:298
975
- #: extensions/ht-builder/widgets/bl_post_archive.php:379
976
- #: extensions/ht-builder/widgets/bl_post_archive.php:486
977
- #: extensions/ht-builder/widgets/bl_post_archive.php:592
978
- #: extensions/ht-builder/widgets/bl_post_archive.php:672
979
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:135
980
- #: extensions/ht-builder/widgets/bl_post_content.php:68
981
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:68
982
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:67
983
- #: extensions/ht-builder/widgets/bl_post_title.php:98
984
- #: extensions/ht-builder/widgets/bl_site_logo.php:155
985
- #: extensions/ht-builder/widgets/bl_site_title.php:135
986
- #: extensions/ht-menu/widgets/inline-mega-menu.php:162
987
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:163
988
- msgid "Alignment"
989
- msgstr ""
990
-
991
- #: admin/include/templates_list.php:52
992
- msgid "ALL"
993
- msgstr ""
994
-
995
- #: includes/widgets/htmega_data_table.php:150
996
- msgid "All"
997
- msgstr ""
998
-
999
- #: admin/include/templates_list.php:41
1000
- msgid "All Builders"
1001
- msgstr ""
1002
-
1003
- #: includes/widgets/htmega_service.php:305
1004
- #: includes/widgets/htmega_testimonial_grid.php:359
1005
- #: includes/widgets/htmega_working_process.php:599
1006
- msgid "All Content Color"
1007
- msgstr ""
1008
-
1009
- #: extensions/ht-menu/classes/class.mega-menu.php:246
1010
- #: extensions/ht-menu/menu/templates.php:194
1011
- msgid "All Data Saved"
1012
- msgstr ""
1013
-
1014
- #: includes/class.assests.php:379
1015
- msgid "All Items have been Loaded"
1016
- msgstr ""
1017
-
1018
- #: includes/widgets/htmega_accordion.php:134
1019
- #: includes/widgets/htmega_accordion.php:139
1020
- #: includes/widgets/htmega_accordion.php:143
1021
- #: includes/widgets/htmega_accordion.php:263
1022
- msgid ""
1023
- "Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry "
1024
- "richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard "
1025
- "dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon "
1026
- "tempor, sunt aliqua put a bird on it squid single-origin coffee nulla "
1027
- "assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore "
1028
- "wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher "
1029
- "vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic "
1030
- "synth nesciunt you probably have not heard of them accusamus labore "
1031
- "sustainable VHS."
1032
- msgstr ""
1033
-
1034
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:115
1035
- msgid "Animate Heading"
1036
- msgstr ""
1037
-
1038
- #: includes/widgets/htmega_teammember.php:119
1039
- msgid "Animate Top on Mobile Layout"
1040
- msgstr ""
1041
-
1042
- #: includes/widgets/htmega_animated_heading.php:13
1043
- #: includes/widgets/htmega_animated_heading.php:42
1044
- msgid "Animated Heading"
1045
- msgstr ""
1046
-
1047
- #: includes/widgets/htmega_animated_heading.php:102
1048
- msgid "Animated Heading Text"
1049
- msgstr ""
1050
-
1051
- #: includes/widgets/htmega_animated_heading.php:369
1052
- msgid "Animated Text Style"
1053
- msgstr ""
1054
-
1055
- #: includes/widgets/htmega_newsticker.php:119
1056
- msgid "Animatied duration"
1057
- msgstr ""
1058
-
1059
- #: includes/widgets/htmega_videoplayer.php:429
1060
- msgid "Animation Border Color"
1061
- msgstr ""
1062
-
1063
- #: extensions/wc-sales-notification/admin/setting.php:164
1064
- msgid "Animation In"
1065
- msgstr ""
1066
-
1067
- #: extensions/wc-sales-notification/admin/setting.php:176
1068
- msgid "Animation Out"
1069
- msgstr ""
1070
-
1071
- #: includes/widgets/htmega_newsticker.php:110
1072
- msgid "Animation Speed"
1073
- msgstr ""
1074
-
1075
- #: includes/widgets/htmega_carousel.php:429
1076
- msgid "Animation Style"
1077
- msgstr ""
1078
-
1079
- #: includes/widgets/htmega_animated_heading.php:67
1080
- msgid "Animation Type"
1081
- msgstr ""
1082
-
1083
- #: includes/widgets/htmega_googlemap.php:163
1084
- msgid "Another Place"
1085
- msgstr ""
1086
-
1087
- #: includes/widgets/htmega_booked_calender.php:563
1088
- msgid "Appointment Button"
1089
- msgstr ""
1090
-
1091
- #: includes/widgets/htmega_booked_calender.php:414
1092
- msgid "Appointments"
1093
- msgstr ""
1094
-
1095
- #: includes/widgets/htmega_booked_calender.php:112
1096
- msgid "April"
1097
- msgstr ""
1098
-
1099
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1077
1100
- msgid "Archive Posts"
1101
- msgstr ""
1102
-
1103
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:39
1104
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:60
1105
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:170
1106
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1086
1107
- msgid "Archive Title"
1108
- msgstr ""
1109
-
1110
- #: includes/widgets/htmega_buddy_press.php:175
1111
- #: includes/widgets/htmega_popover.php:508
1112
- msgid "Area"
1113
- msgstr ""
1114
-
1115
- #: includes/widgets/htmega_imagemarker.php:100
1116
- msgid "Area padding"
1117
- msgstr ""
1118
-
1119
- #: includes/widgets/htmega_carousel.php:535
1120
- #: includes/widgets/htmega_instagram.php:912
1121
- #: includes/widgets/htmega_panel_slider.php:793
1122
- #: includes/widgets/htmega_popover.php:795
1123
- #: includes/widgets/htmega_post_slider.php:1410
1124
- #: includes/widgets/htmega_slider_thumb_gallery.php:802
1125
- #: includes/widgets/htmega_tooltip.php:548
1126
- #: includes/widgets/htmega_twitter_feed.php:1053
1127
- msgid "Arrow"
1128
- msgstr ""
1129
-
1130
- #: includes/widgets/htmega_popover.php:821
1131
- msgid "Arrow Background Color"
1132
- msgstr ""
1133
-
1134
- #: includes/widgets/htmega_popover.php:802
1135
- msgid "Arrow Border Color"
1136
- msgstr ""
1137
-
1138
- #: includes/widgets/htmega_working_process.php:270
1139
- msgid "Arrow Border Height"
1140
- msgstr ""
1141
-
1142
- #: includes/widgets/htmega_testimonial_grid.php:655
1143
- #: includes/widgets/htmega_tooltip.php:554
1144
- #: includes/widgets/htmega_verticle_time_line.php:414
1145
- #: includes/widgets/htmega_verticle_time_line.php:455
1146
- msgid "Arrow Color"
1147
- msgstr ""
1148
-
1149
- #: includes/widgets/htmega_working_process.php:320
1150
- msgid "Arrow Hover Color"
1151
- msgstr ""
1152
-
1153
- #: includes/widgets/htmega_working_process.php:291
1154
- msgid "Arrow Left Color"
1155
- msgstr ""
1156
-
1157
- #: includes/widgets/htmega_working_process.php:306
1158
- msgid "Arrow Right Color"
1159
- msgstr ""
1160
-
1161
- #: includes/widgets/htmega_easy_digital_download.php:216
1162
- msgid "ASC"
1163
- msgstr ""
1164
-
1165
- #: includes/widgets/htmega_job_manager.php:83
1166
- #: includes/widgets/htmega_newsticker.php:278
1167
- #: includes/widgets/htmega_postgrid.php:132
1168
- #: includes/widgets/htmega_post_grid_tab.php:139
1169
- #: includes/widgets/htmega_post_slider.php:143
1170
- #: includes/widgets/htmega_wc_categories.php:144
1171
- #: extensions/ht-builder/widgets/bl_post_archive.php:220
1172
- msgid "Ascending"
1173
- msgstr ""
1174
-
1175
- #: includes/widgets/htmega_verticle_time_line.php:109
1176
- msgid "Aug<br/>2018"
1177
- msgstr ""
1178
-
1179
- #: includes/widgets/htmega_booked_calender.php:116
1180
- msgid "August"
1181
- msgstr ""
1182
-
1183
- #: includes/widgets/htmega_job_manager.php:101
1184
- #: includes/widgets/htmega_post_slider.php:255
1185
- #: includes/widgets/htmega_singlepost.php:119
1186
- #: includes/widgets/htmega_twitter_feed.php:688
1187
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:71
1188
- msgid "Author"
1189
- msgstr ""
1190
-
1191
- #: includes/widgets/htmega_twitter_feed.php:754
1192
- msgid "Author Image Style"
1193
- msgstr ""
1194
-
1195
- #: extensions/ht-builder/widgets/bl_post_author_info.php:39
1196
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1131
1197
- msgid "Author Info"
1198
- msgstr ""
1199
-
1200
- #: includes/widgets/htmega_instragram_feed.php:71
1201
- #: includes/widgets/htmega_notify.php:235
1202
- msgid "Auto"
1203
- msgstr ""
1204
-
1205
- #: includes/widgets/htmega_videoplayer.php:162
1206
- msgid "Auto Play"
1207
- msgstr ""
1208
-
1209
- #: includes/widgets/htmega_newsticker.php:164
1210
- msgid "Auto Start"
1211
- msgstr ""
1212
-
1213
- #: includes/widgets/htmega_carousel.php:281
1214
- #: includes/widgets/htmega_instagram.php:476
1215
- #: includes/widgets/htmega_panel_slider.php:381
1216
- #: includes/widgets/htmega_post_slider.php:461
1217
- #: includes/widgets/htmega_slider_thumb_gallery.php:271
1218
- #: includes/widgets/htmega_twitter_feed.php:403
1219
- msgid "Autoplay animation speed"
1220
- msgstr ""
1221
-
1222
- #: includes/widgets/htmega_carousel.php:268
1223
- #: includes/widgets/htmega_instagram.php:463
1224
- #: includes/widgets/htmega_panel_slider.php:368
1225
- #: includes/widgets/htmega_post_slider.php:448
1226
- #: includes/widgets/htmega_slider_thumb_gallery.php:260
1227
- #: includes/widgets/htmega_twitter_feed.php:390
1228
- msgid "Autoplay speed"
1229
- msgstr ""
1230
-
1231
- #: includes/widgets/htmega_booked_calender.php:302
1232
- msgid "Available Date"
1233
- msgstr ""
1234
-
1235
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:176
1236
- msgid "Avatar"
1237
- msgstr ""
1238
-
1239
- #: extensions/ht-builder/widgets/bl_post_author_info.php:108
1240
- msgid "Avater Image Position"
1241
- msgstr ""
1242
-
1243
- #: includes/widgets/htmega_errorcontent.php:136
1244
- #: includes/widgets/htmega_errorcontent.php:542
1245
- msgid "Back Button"
1246
- msgstr ""
1247
-
1248
- #: includes/widgets/htmega_errorcontent.php:144
1249
- #: includes/widgets/htmega_errorcontent.php:145
1250
- #: includes/widgets/htmega_errorcontent.php:193
1251
- msgid "Back To Home"
1252
- msgstr ""
1253
-
1254
- #: admin/include/templates_list.php:72
1255
- #: admin/include/templates/library/templates.php:83
1256
- msgid "Back to Library"
1257
- msgstr ""
1258
-
1259
- #: includes/widgets/htmega_accordion.php:589
1260
- #: includes/widgets/htmega_accordion.php:674
1261
- #: includes/widgets/htmega_accordion.php:792
1262
- #: includes/widgets/htmega_accordion.php:843
1263
- #: includes/widgets/htmega_accordion.php:939
1264
- #: includes/widgets/htmega_accordion.php:1127
1265
- #: includes/widgets/htmega_accordion.php:1238
1266
- #: includes/widgets/htmega_accordion.php:1388
1267
- #: includes/widgets/htmega_add_banner.php:394
1268
- #: includes/widgets/htmega_add_banner.php:668
1269
- #: includes/widgets/htmega_add_banner.php:747
1270
- #: includes/widgets/htmega_animated_heading.php:203
1271
- #: includes/widgets/htmega_animated_heading.php:334
1272
- #: includes/widgets/htmega_animated_heading.php:422
1273
- #: includes/widgets/htmega_blockquote.php:211
1274
- #: includes/widgets/htmega_blockquote.php:520
1275
- #: includes/widgets/htmega_blockquote.php:701
1276
- #: includes/widgets/htmega_booked_calender.php:256
1277
- #: includes/widgets/htmega_booked_calender.php:309
1278
- #: includes/widgets/htmega_booked_calender.php:425
1279
- #: includes/widgets/htmega_brand.php:178 includes/widgets/htmega_brand.php:203
1280
- #: includes/widgets/htmega_brand.php:239 includes/widgets/htmega_brand.php:264
1281
- #: includes/widgets/htmega_buddy_press.php:204
1282
- #: includes/widgets/htmega_business_hours.php:217
1283
- #: includes/widgets/htmega_business_hours.php:230
1284
- #: includes/widgets/htmega_business_hours.php:309
1285
- #: includes/widgets/htmega_business_hours.php:437
1286
- #: includes/widgets/htmega_business_hours.php:532
1287
- #: includes/widgets/htmega_business_hours.php:571
1288
- #: includes/widgets/htmega_button.php:249
1289
- #: includes/widgets/htmega_button.php:277
1290
- #: includes/widgets/htmega_button.php:372
1291
- #: includes/widgets/htmega_button.php:392
1292
- #: includes/widgets/htmega_call_to_action.php:358
1293
- #: includes/widgets/htmega_call_to_action.php:435
1294
- #: includes/widgets/htmega_call_to_action.php:720
1295
- #: includes/widgets/htmega_call_to_action.php:857
1296
- #: includes/widgets/htmega_call_to_action.php:926
1297
- #: includes/widgets/htmega_call_to_action.php:1063
1298
- #: includes/widgets/htmega_carousel.php:599
1299
- #: includes/widgets/htmega_carousel.php:774
1300
- #: includes/widgets/htmega_carousel.php:864
1301
- #: includes/widgets/htmega_carousel.php:997
1302
- #: includes/widgets/htmega_carousel.php:1103
1303
- #: includes/widgets/htmega_carousel.php:1197
1304
- #: includes/widgets/htmega_carousel.php:1330
1305
- #: includes/widgets/htmega_carousel.php:1414
1306
- #: includes/widgets/htmega_contact_form_seven.php:140
1307
- #: includes/widgets/htmega_countdown.php:413
1308
- #: includes/widgets/htmega_countdown.php:438
1309
- #: includes/widgets/htmega_countdown.php:463
1310
- #: includes/widgets/htmega_countdown.php:488
1311
- #: includes/widgets/htmega_countdown.php:513
1312
- #: includes/widgets/htmega_countdown.php:783
1313
- #: includes/widgets/htmega_countdown.php:869
1314
- #: includes/widgets/htmega_countdown.php:953
1315
- #: includes/widgets/htmega_counter.php:202
1316
- #: includes/widgets/htmega_counter.php:478
1317
- #: includes/widgets/htmega_counter.php:603
1318
- #: includes/widgets/htmega_counter.php:869
1319
- #: includes/widgets/htmega_counter.php:959
1320
- #: includes/widgets/htmega_counter.php:1048
1321
- #: includes/widgets/htmega_data_table.php:233
1322
- #: includes/widgets/htmega_data_table.php:495
1323
- #: includes/widgets/htmega_data_table.php:571
1324
- #: includes/widgets/htmega_data_table.php:657
1325
- #: includes/widgets/htmega_data_table.php:950
1326
- #: includes/widgets/htmega_data_table.php:1029
1327
- #: includes/widgets/htmega_double_button.php:524
1328
- #: includes/widgets/htmega_double_button.php:611
1329
- #: includes/widgets/htmega_double_button.php:697
1330
- #: includes/widgets/htmega_double_button.php:783
1331
- #: includes/widgets/htmega_double_button.php:880
1332
- #: includes/widgets/htmega_dropcaps.php:131
1333
- #: includes/widgets/htmega_dropcaps.php:230
1334
- #: includes/widgets/htmega_easy_digital_download.php:561
1335
- #: includes/widgets/htmega_easy_digital_download.php:640
1336
- #: includes/widgets/htmega_errorcontent.php:570
1337
- #: includes/widgets/htmega_errorcontent.php:656
1338
- #: includes/widgets/htmega_errorcontent.php:721
1339
- #: includes/widgets/htmega_errorcontent.php:807
1340
- #: includes/widgets/htmega_googlemap.php:306
1341
- #: includes/widgets/htmega_googlemap.php:391
1342
- #: includes/widgets/htmega_googlemap.php:447
1343
- #: includes/widgets/htmega_gravity_forms.php:259
1344
- #: includes/widgets/htmega_imagemarker.php:52
1345
- #: includes/widgets/htmega_imagemarker.php:654
1346
- #: includes/widgets/htmega_imagemarker.php:733
1347
- #: includes/widgets/htmega_image_comparison.php:102
1348
- #: includes/widgets/htmega_image_comparison.php:284
1349
- #: includes/widgets/htmega_image_comparison.php:365
1350
- #: includes/widgets/htmega_image_comparison.php:454
1351
- #: includes/widgets/htmega_image_comparison.php:520
1352
- #: includes/widgets/htmega_image_comparison.php:540
1353
- #: includes/widgets/htmega_image_grid.php:331
1354
- #: includes/widgets/htmega_image_grid.php:490
1355
- #: includes/widgets/htmega_image_grid.php:562
1356
- #: includes/widgets/htmega_image_masonry.php:307
1357
- #: includes/widgets/htmega_image_masonry.php:477
1358
- #: includes/widgets/htmega_image_masonry.php:558
1359
- #: includes/widgets/htmega_inlinemenu.php:166
1360
- #: includes/widgets/htmega_inlinemenu.php:265
1361
- #: includes/widgets/htmega_inlinemenu.php:428
1362
- #: includes/widgets/htmega_instagram.php:625
1363
- #: includes/widgets/htmega_instagram.php:671
1364
- #: includes/widgets/htmega_instagram.php:814
1365
- #: includes/widgets/htmega_instagram.php:974
1366
- #: includes/widgets/htmega_instagram.php:1093
1367
- #: includes/widgets/htmega_instagram.php:1153
1368
- #: includes/widgets/htmega_instagram.php:1247
1369
- #: includes/widgets/htmega_instagram.php:1313
1370
- #: includes/widgets/htmega_instagram.php:1410
1371
- #: includes/widgets/htmega_lightbox.php:354
1372
- #: includes/widgets/htmega_mailchimp_wp.php:116
1373
- #: includes/widgets/htmega_modal.php:249 includes/widgets/htmega_modal.php:455
1374
- #: includes/widgets/htmega_modal.php:516 includes/widgets/htmega_modal.php:613
1375
- #: includes/widgets/htmega_modal.php:701 includes/widgets/htmega_modal.php:776
1376
- #: includes/widgets/htmega_modal.php:868 includes/widgets/htmega_modal.php:946
1377
- #: includes/widgets/htmega_newsticker.php:361
1378
- #: includes/widgets/htmega_newsticker.php:520
1379
- #: includes/widgets/htmega_newsticker.php:649
1380
- #: includes/widgets/htmega_newsticker.php:756
1381
- #: includes/widgets/htmega_newsticker.php:880
1382
- #: includes/widgets/htmega_newsticker.php:937
1383
- #: includes/widgets/htmega_ninja_form.php:344
1384
- #: includes/widgets/htmega_notify.php:370
1385
- #: includes/widgets/htmega_notify.php:437
1386
- #: includes/widgets/htmega_notify.php:522
1387
- #: includes/widgets/htmega_notify.php:671
1388
- #: includes/widgets/htmega_offcanvas.php:362
1389
- #: includes/widgets/htmega_offcanvas.php:474
1390
- #: includes/widgets/htmega_offcanvas.php:505
1391
- #: includes/widgets/htmega_panel_slider.php:580
1392
- #: includes/widgets/htmega_panel_slider.php:639
1393
- #: includes/widgets/htmega_panel_slider.php:853
1394
- #: includes/widgets/htmega_panel_slider.php:1042
1395
- #: includes/widgets/htmega_panel_slider.php:1162
1396
- #: includes/widgets/htmega_panel_slider.php:1213
1397
- #: includes/widgets/htmega_popover.php:395
1398
- #: includes/widgets/htmega_popover.php:473
1399
- #: includes/widgets/htmega_popover.php:542
1400
- #: includes/widgets/htmega_popover.php:628
1401
- #: includes/widgets/htmega_popover.php:732
1402
- #: includes/widgets/htmega_postgrid.php:227
1403
- #: includes/widgets/htmega_postgrid.php:714
1404
- #: includes/widgets/htmega_post_grid_tab.php:268
1405
- #: includes/widgets/htmega_post_grid_tab.php:344
1406
- #: includes/widgets/htmega_post_grid_tab.php:677
1407
- #: includes/widgets/htmega_post_grid_tab.php:707
1408
- #: includes/widgets/htmega_post_grid_tab.php:897
1409
- #: includes/widgets/htmega_post_grid_tab.php:947
1410
- #: includes/widgets/htmega_post_grid_tab.php:1012
1411
- #: includes/widgets/htmega_post_grid_tab.php:1070
1412
- #: includes/widgets/htmega_post_grid_tab.php:1101
1413
- #: includes/widgets/htmega_post_slider.php:657
1414
- #: includes/widgets/htmega_post_slider.php:694
1415
- #: includes/widgets/htmega_post_slider.php:717
1416
- #: includes/widgets/htmega_post_slider.php:1111
1417
- #: includes/widgets/htmega_post_slider.php:1141
1418
- #: includes/widgets/htmega_post_slider.php:1324
1419
- #: includes/widgets/htmega_post_slider.php:1374
1420
- #: includes/widgets/htmega_post_slider.php:1584
1421
- #: includes/widgets/htmega_post_slider.php:1704
1422
- #: includes/widgets/htmega_post_slider.php:1817
1423
- #: includes/widgets/htmega_post_slider.php:1868
1424
- #: includes/widgets/htmega_post_slider.php:1969
1425
- #: includes/widgets/htmega_post_slider.php:2017
1426
- #: includes/widgets/htmega_progress_bar.php:487
1427
- #: includes/widgets/htmega_progress_bar.php:668
1428
- #: includes/widgets/htmega_quforms.php:110
1429
- #: includes/widgets/htmega_quforms.php:230
1430
- #: includes/widgets/htmega_scroll_image.php:174
1431
- #: includes/widgets/htmega_scroll_image.php:317
1432
- #: includes/widgets/htmega_scroll_navigation.php:400
1433
- #: includes/widgets/htmega_scroll_navigation.php:494
1434
- #: includes/widgets/htmega_search.php:262
1435
- #: includes/widgets/htmega_search.php:407
1436
- #: includes/widgets/htmega_search.php:494
1437
- #: includes/widgets/htmega_search.php:624
1438
- #: includes/widgets/htmega_search.php:748
1439
- #: includes/widgets/htmega_search.php:922
1440
- #: includes/widgets/htmega_search.php:969
1441
- #: includes/widgets/htmega_section_title.php:378
1442
- #: includes/widgets/htmega_section_title.php:635
1443
- #: includes/widgets/htmega_section_title.php:866
1444
- #: includes/widgets/htmega_section_title.php:1016
1445
- #: includes/widgets/htmega_service.php:210
1446
- #: includes/widgets/htmega_service.php:278
1447
- #: includes/widgets/htmega_service.php:330
1448
- #: includes/widgets/htmega_service.php:686
1449
- #: includes/widgets/htmega_service.php:768
1450
- #: includes/widgets/htmega_service.php:813
1451
- #: includes/widgets/htmega_service.php:948
1452
- #: includes/widgets/htmega_service.php:1076
1453
- #: includes/widgets/htmega_service.php:1128
1454
- #: includes/widgets/htmega_singlepost.php:294
1455
- #: includes/widgets/htmega_singlepost.php:472
1456
- #: includes/widgets/htmega_slider_thumb_gallery.php:790
1457
- #: includes/widgets/htmega_slider_thumb_gallery.php:865
1458
- #: includes/widgets/htmega_slider_thumb_gallery.php:1010
1459
- #: includes/widgets/htmega_slider_thumb_gallery.php:1082
1460
- #: includes/widgets/htmega_slider_thumb_gallery.php:1176
1461
- #: includes/widgets/htmega_slider_thumb_gallery.php:1293
1462
- #: includes/widgets/htmega_socialshere.php:131
1463
- #: includes/widgets/htmega_socialshere.php:241
1464
- #: includes/widgets/htmega_socialshere.php:292
1465
- #: includes/widgets/htmega_socialshere.php:591
1466
- #: includes/widgets/htmega_socialshere.php:702
1467
- #: includes/widgets/htmega_socialshere.php:733
1468
- #: includes/widgets/htmega_special_day_banner.php:322
1469
- #: includes/widgets/htmega_special_day_banner.php:691
1470
- #: includes/widgets/htmega_special_day_banner.php:770
1471
- #: includes/widgets/htmega_switcher.php:284
1472
- #: includes/widgets/htmega_switcher.php:416
1473
- #: includes/widgets/htmega_switcher.php:491
1474
- #: includes/widgets/htmega_switcher.php:603
1475
- #: includes/widgets/htmega_tablepress.php:151
1476
- #: includes/widgets/htmega_tablepress.php:270
1477
- #: includes/widgets/htmega_tablepress.php:314
1478
- #: includes/widgets/htmega_tabs.php:147 includes/widgets/htmega_tabs.php:168
1479
- #: includes/widgets/htmega_tabs.php:306 includes/widgets/htmega_tabs.php:559
1480
- #: includes/widgets/htmega_tabs.php:636 includes/widgets/htmega_tabs.php:722
1481
- #: includes/widgets/htmega_tabs.php:816 includes/widgets/htmega_tabs.php:882
1482
- #: includes/widgets/htmega_teammember.php:386
1483
- #: includes/widgets/htmega_teammember.php:487
1484
- #: includes/widgets/htmega_teammember.php:523
1485
- #: includes/widgets/htmega_teammember.php:546
1486
- #: includes/widgets/htmega_testimonial_grid.php:298
1487
- #: includes/widgets/htmega_testimonial_grid.php:343
1488
- #: includes/widgets/htmega_testimonial_grid.php:644
1489
- #: includes/widgets/htmega_toggle.php:311
1490
- #: includes/widgets/htmega_toggle.php:363
1491
- #: includes/widgets/htmega_tooltip.php:372
1492
- #: includes/widgets/htmega_tooltip.php:450
1493
- #: includes/widgets/htmega_tooltip.php:525
1494
- #: includes/widgets/htmega_twitter_feed.php:552
1495
- #: includes/widgets/htmega_twitter_feed.php:1117
1496
- #: includes/widgets/htmega_twitter_feed.php:1254
1497
- #: includes/widgets/htmega_twitter_feed.php:1314
1498
- #: includes/widgets/htmega_twitter_feed.php:1443
1499
- #: includes/widgets/htmega_user_login_form.php:558
1500
- #: includes/widgets/htmega_user_login_form.php:852
1501
- #: includes/widgets/htmega_user_login_form.php:1124
1502
- #: includes/widgets/htmega_user_login_form.php:1243
1503
- #: includes/widgets/htmega_user_login_form.php:1322
1504
- #: includes/widgets/htmega_user_login_form.php:1427
1505
- #: includes/widgets/htmega_user_login_form.php:1492
1506
- #: includes/widgets/htmega_verticle_time_line.php:403
1507
- #: includes/widgets/htmega_verticle_time_line.php:444
1508
- #: includes/widgets/htmega_verticle_time_line.php:484
1509
- #: includes/widgets/htmega_verticle_time_line.php:613
1510
- #: includes/widgets/htmega_videoplayer.php:242
1511
- #: includes/widgets/htmega_videoplayer.php:357
1512
- #: includes/widgets/htmega_videoplayer.php:494
1513
- #: includes/widgets/htmega_wc_categories.php:184
1514
- #: includes/widgets/htmega_wc_categories.php:246
1515
- #: includes/widgets/htmega_wc_categories.php:321
1516
- #: includes/widgets/htmega_wc_categories.php:423
1517
- #: includes/widgets/htmega_wc_element_pages.php:1735
1518
- #: includes/widgets/htmega_wc_element_pages.php:1812
1519
- #: includes/widgets/htmega_weather.php:297
1520
- #: includes/widgets/htmega_working_process.php:200
1521
- #: includes/widgets/htmega_working_process.php:378
1522
- #: includes/widgets/htmega_working_process.php:392
1523
- #: includes/widgets/htmega_working_process.php:587
1524
- #: includes/widgets/htmega_working_process.php:802
1525
- #: includes/widgets/htmega_working_process.php:1004
1526
- #: includes/widgets/htmega_working_process.php:1083
1527
- #: includes/widgets/htmega_wpforms.php:337
1528
- #: extensions/ht-builder/widgets/bl_nav_menu.php:161
1529
- #: extensions/ht-builder/widgets/bl_nav_menu.php:246
1530
- #: extensions/ht-builder/widgets/bl_nav_menu.php:299
1531
- #: extensions/ht-builder/widgets/bl_nav_menu.php:352
1532
- #: extensions/ht-builder/widgets/bl_nav_menu.php:394
1533
- #: extensions/ht-builder/widgets/bl_nav_menu.php:447
1534
- #: extensions/ht-menu/menu/templates.php:143
1535
- msgid "Background"
1536
- msgstr ""
1537
-
1538
- #: includes/widgets/htmega_booked_calender.php:675
1539
- #: includes/widgets/htmega_business_hours.php:144
1540
- #: includes/widgets/htmega_caldera_form.php:227
1541
- #: includes/widgets/htmega_caldera_form.php:387
1542
- #: includes/widgets/htmega_caldera_form.php:465
1543
- #: includes/widgets/htmega_caldera_form.php:574
1544
- #: includes/widgets/htmega_caldera_form.php:646
1545
- #: includes/widgets/htmega_caldera_form.php:685
1546
- #: includes/widgets/htmega_caldera_form.php:724
1547
- #: includes/widgets/htmega_carousel.php:445
1548
- #: includes/widgets/htmega_contact_form_seven.php:221
1549
- #: includes/widgets/htmega_contact_form_seven.php:373
1550
- #: includes/widgets/htmega_contact_form_seven.php:493
1551
- #: includes/widgets/htmega_contact_form_seven.php:599
1552
- #: includes/widgets/htmega_contact_form_seven.php:662
1553
- #: includes/widgets/htmega_contact_form_seven.php:846
1554
- #: includes/widgets/htmega_contact_form_seven.php:934
1555
- #: includes/widgets/htmega_custom_event.php:342
1556
- #: includes/widgets/htmega_gravity_forms.php:404
1557
- #: includes/widgets/htmega_gravity_forms.php:574
1558
- #: includes/widgets/htmega_gravity_forms.php:706
1559
- #: includes/widgets/htmega_gravity_forms.php:816
1560
- #: includes/widgets/htmega_mailchimp_wp.php:195
1561
- #: includes/widgets/htmega_mailchimp_wp.php:383
1562
- #: includes/widgets/htmega_mailchimp_wp.php:471
1563
- #: includes/widgets/htmega_ninja_form.php:490
1564
- #: includes/widgets/htmega_ninja_form.php:640
1565
- #: includes/widgets/htmega_ninja_form.php:712
1566
- #: includes/widgets/htmega_ninja_form.php:859
1567
- #: includes/widgets/htmega_ninja_form.php:965
1568
- #: includes/widgets/htmega_ninja_form.php:1075
1569
- #: includes/widgets/htmega_pricing_list_view.php:337
1570
- #: includes/widgets/htmega_pricing_list_view.php:707
1571
- #: includes/widgets/htmega_pricing_list_view.php:966
1572
- #: includes/widgets/htmega_pricing_list_view.php:1228
1573
- #: includes/widgets/htmega_pricing_list_view.php:1298
1574
- #: includes/widgets/htmega_pricing_list_view.php:1468
1575
- #: includes/widgets/htmega_pricing_list_view.php:1574
1576
- #: includes/widgets/htmega_pricing_list_view.php:1651
1577
- #: includes/widgets/htmega_pricing_list_view.php:1732
1578
- #: includes/widgets/htmega_pricing_list_view.php:1809
1579
- #: includes/widgets/htmega_quforms.php:351
1580
- #: includes/widgets/htmega_quforms.php:476
1581
- #: includes/widgets/htmega_quforms.php:571
1582
- #: includes/widgets/htmega_quforms.php:693
1583
- #: includes/widgets/htmega_quforms.php:849
1584
- #: includes/widgets/htmega_quforms.php:936
1585
- #: includes/widgets/htmega_quforms.php:1004
1586
- #: includes/widgets/htmega_quforms.php:1043
1587
- #: includes/widgets/htmega_verticle_time_line.php:219
1588
- #: includes/widgets/htmega_verticle_time_line.php:296
1589
- #: includes/widgets/htmega_wc_element_pages.php:108
1590
- #: includes/widgets/htmega_wc_element_pages.php:143
1591
- #: includes/widgets/htmega_wc_element_pages.php:224
1592
- #: includes/widgets/htmega_wc_element_pages.php:309
1593
- #: includes/widgets/htmega_wc_element_pages.php:415
1594
- #: includes/widgets/htmega_wc_element_pages.php:489
1595
- #: includes/widgets/htmega_wc_element_pages.php:566
1596
- #: includes/widgets/htmega_wc_element_pages.php:587
1597
- #: includes/widgets/htmega_wc_element_pages.php:725
1598
- #: includes/widgets/htmega_wc_element_pages.php:850
1599
- #: includes/widgets/htmega_wc_element_pages.php:910
1600
- #: includes/widgets/htmega_wc_element_pages.php:964
1601
- #: includes/widgets/htmega_wc_element_pages.php:1040
1602
- #: includes/widgets/htmega_wc_element_pages.php:1181
1603
- #: includes/widgets/htmega_wc_element_pages.php:1222
1604
- #: includes/widgets/htmega_wc_element_pages.php:1253
1605
- #: includes/widgets/htmega_wc_element_pages.php:1288
1606
- #: includes/widgets/htmega_wc_element_pages.php:1369
1607
- #: includes/widgets/htmega_wc_element_pages.php:1407
1608
- #: includes/widgets/htmega_wc_element_pages.php:1542
1609
- #: includes/widgets/htmega_wc_element_pages.php:1630
1610
- #: includes/widgets/htmega_wpforms.php:493
1611
- #: includes/widgets/htmega_wpforms.php:643
1612
- #: includes/widgets/htmega_wpforms.php:715
1613
- #: includes/widgets/htmega_wpforms.php:861
1614
- #: includes/widgets/htmega_wpforms.php:992
1615
- #: includes/widgets/htmega_wpforms.php:1102
1616
- #: extensions/ht-builder/widgets/bl_post_comments.php:109
1617
- #: extensions/ht-builder/widgets/bl_post_comments.php:159
1618
- #: extensions/ht-builder/widgets/bl_post_search_form.php:212
1619
- #: extensions/ht-builder/widgets/bl_post_search_form.php:286
1620
- #: extensions/ht-menu/menu/templates.php:179
1621
- #: extensions/wc-sales-notification/admin/setting.php:188
1622
- msgid "Background Color"
1623
- msgstr ""
1624
-
1625
- #: includes/widgets/htmega_pricing_list_view.php:1377
1626
- msgid "Background Color ( Even )"
1627
- msgstr ""
1628
-
1629
- #: includes/widgets/htmega_data_table.php:749
1630
- msgid "Background Color ( Event )"
1631
- msgstr ""
1632
-
1633
- #: includes/widgets/htmega_data_table.php:761
1634
- #: includes/widgets/htmega_pricing_list_view.php:1389
1635
- msgid "Background Color ( Odd )"
1636
- msgstr ""
1637
-
1638
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1497
1639
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1522
1640
- msgid "Background color option"
1641
- msgstr ""
1642
-
1643
- #: includes/widgets/htmega_counter.php:211
1644
- #: includes/widgets/htmega_weather.php:218
1645
- msgid "Background Overlay"
1646
- msgstr ""
1647
-
1648
- #: extensions/ht-menu/menu/templates.php:185
1649
- msgid "Background Second Color"
1650
- msgstr ""
1651
-
1652
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:755
1653
- msgid "Background Switcher"
1654
- msgstr ""
1655
-
1656
- #: includes/widgets/htmega_dropcaps.php:195
1657
- msgid "Backround Image as Text Color"
1658
- msgstr ""
1659
-
1660
- #: includes/widgets/htmega_scroll_image.php:241
1661
- msgid "Badge"
1662
- msgstr ""
1663
-
1664
- #: includes/widgets/htmega_special_day_banner.php:157
1665
- msgid "Badge Image"
1666
- msgstr ""
1667
-
1668
- #: includes/widgets/htmega_scroll_image.php:132
1669
- #: includes/widgets/htmega_scroll_image.php:136
1670
- msgid "Badge Text"
1671
- msgstr ""
1672
-
1673
- #: extensions/ht-menu/menu/templates.php:50
1674
- msgid "Badges"
1675
- msgstr ""
1676
-
1677
- #: includes/widgets/htmega_socialshere.php:85
1678
- msgid "Baidu"
1679
- msgstr ""
1680
-
1681
- #: includes/widgets/htmega_googlemap.php:103
1682
- msgid "Bangladesh"
1683
- msgstr ""
1684
-
1685
- #: includes/widgets/htmega_add_banner.php:34
1686
- #: includes/widgets/htmega_special_day_banner.php:35
1687
- msgid "Banner"
1688
- msgstr ""
1689
-
1690
- #: includes/widgets/htmega_special_day_banner.php:147
1691
- msgid "Banner Badge"
1692
- msgstr ""
1693
-
1694
- #: includes/widgets/htmega_add_banner.php:112
1695
- #: includes/widgets/htmega_special_day_banner.php:98
1696
- msgid "Banner Description"
1697
- msgstr ""
1698
-
1699
- #: includes/widgets/htmega_special_day_banner.php:313
1700
- msgid "Banner Hover Color"
1701
- msgstr ""
1702
-
1703
- #: includes/widgets/htmega_add_banner.php:119
1704
- #: includes/widgets/htmega_special_day_banner.php:123
1705
- msgid "Banner Link"
1706
- msgstr ""
1707
-
1708
- #: includes/widgets/htmega_add_banner.php:103
1709
- #: includes/widgets/htmega_special_day_banner.php:89
1710
- msgid "Banner Sub Title"
1711
- msgstr ""
1712
-
1713
- #: includes/widgets/htmega_add_banner.php:94
1714
- #: includes/widgets/htmega_special_day_banner.php:80
1715
- msgid "Banner Title"
1716
- msgstr ""
1717
-
1718
- #: includes/widgets/htmega_pricing_list_view.php:1159
1719
- msgid "Baseline"
1720
- msgstr ""
1721
-
1722
- #: includes/widgets/htmega_bbpress.php:13
1723
- #: includes/widgets/htmega_bbpress.php:43
1724
- msgid "Bbpress"
1725
- msgstr ""
1726
-
1727
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1222
1728
- msgid "bbPress"
1729
- msgstr ""
1730
-
1731
- #: includes/widgets/htmega_section_title.php:710
1732
- #: includes/widgets/htmega_section_title.php:875
1733
- msgid "Befor, After Border"
1734
- msgstr ""
1735
-
1736
- #: includes/widgets/htmega_blockquote.php:404
1737
- #: includes/widgets/htmega_image_comparison.php:156
1738
- msgid "Before"
1739
- msgstr ""
1740
-
1741
- #: includes/widgets/htmega_section_title.php:447
1742
- msgid "Before And After Border Color"
1743
- msgstr ""
1744
-
1745
- #: includes/widgets/htmega_inlinemenu.php:296
1746
- #: includes/widgets/htmega_inlinemenu.php:458
1747
- msgid "Before Background"
1748
- msgstr ""
1749
-
1750
- #: includes/widgets/htmega_inlinemenu.php:382
1751
- #: includes/widgets/htmega_inlinemenu.php:544
1752
- msgid "Before Border Botton Position"
1753
- msgstr ""
1754
-
1755
- #: includes/widgets/htmega_inlinemenu.php:337
1756
- #: includes/widgets/htmega_inlinemenu.php:499
1757
- msgid "Before Border Size"
1758
- msgstr ""
1759
-
1760
- #: includes/widgets/htmega_inlinemenu.php:359
1761
- #: includes/widgets/htmega_inlinemenu.php:521
1762
- msgid "Before Border Top Position"
1763
- msgstr ""
1764
-
1765
- #: includes/widgets/htmega_image_comparison.php:50
1766
- msgid "Before Image"
1767
- msgstr ""
1768
-
1769
- #: includes/widgets/htmega_pricing_list_view.php:89
1770
- msgid "Before Price Label"
1771
- msgstr ""
1772
-
1773
- #: includes/widgets/htmega_pricing_list_view.php:1542
1774
- msgid "Before Price Style"
1775
- msgstr ""
1776
-
1777
- #: includes/widgets/htmega_image_comparison.php:172
1778
- msgid "Before Start Amount"
1779
- msgstr ""
1780
-
1781
- #: includes/widgets/htmega_animated_heading.php:151
1782
- msgid "Before Text Style"
1783
- msgstr ""
1784
-
1785
- #: includes/widgets/htmega_image_comparison.php:154
1786
- #: includes/widgets/htmega_image_comparison.php:228
1787
- msgid "Before Title"
1788
- msgstr ""
1789
-
1790
- #: includes/widgets/htmega_inlinemenu.php:311
1791
- #: includes/widgets/htmega_inlinemenu.php:473
1792
- msgid "Before/After Border"
1793
- msgstr ""
1794
-
1795
- #: includes/widgets/htmega_user_login_form.php:300
1796
- msgid "Before/Top Login Button"
1797
- msgstr ""
1798
-
1799
- #: includes/widgets/htmega_teammember.php:175
1800
- msgid "Bio Info"
1801
- msgstr ""
1802
-
1803
- #: includes/widgets/htmega_teammember.php:864
1804
- msgid "Bio info"
1805
- msgstr ""
1806
-
1807
- #: extensions/ht-builder/widgets/bl_post_author_info.php:256
1808
- msgid "Biography"
1809
- msgstr ""
1810
-
1811
- #: extensions/ht-builder/widgets/bl_post_archive.php:23
1812
- msgid "BL: Archive Posts"
1813
- msgstr ""
1814
-
1815
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:22
1816
- msgid "BL: Archive Title"
1817
- msgstr ""
1818
-
1819
- #: extensions/ht-builder/widgets/bl_post_author_info.php:22
1820
- msgid "BL: Author Info"
1821
- msgstr ""
1822
-
1823
- #: extensions/ht-builder/widgets/bl_nav_menu.php:23
1824
- msgid "BL: Nav Menu"
1825
- msgstr ""
1826
-
1827
- #: extensions/ht-builder/widgets/bl_page_title.php:22
1828
- msgid "BL: Page Title"
1829
- msgstr ""
1830
-
1831
- #: extensions/ht-builder/widgets/bl_post_comments.php:23
1832
- msgid "BL: Post Comments"
1833
- msgstr ""
1834
-
1835
- #: extensions/ht-builder/widgets/bl_post_content.php:22
1836
- msgid "BL: Post Content"
1837
- msgstr ""
1838
-
1839
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:22
1840
- msgid "BL: Post Excerpt"
1841
- msgstr ""
1842
-
1843
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:23
1844
- msgid "BL: Post Featured Image"
1845
- msgstr ""
1846
-
1847
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:23
1848
- msgid "BL: Post Meta Info"
1849
- msgstr ""
1850
-
1851
- #: extensions/ht-builder/widgets/bl_post_search_form.php:22
1852
- msgid "BL: Post Search Form"
1853
- msgstr ""
1854
-
1855
- #: extensions/ht-builder/widgets/bl_post_title.php:20
1856
- msgid "BL: Post Title"
1857
- msgstr ""
1858
-
1859
- #: extensions/ht-builder/widgets/bl_site_logo.php:24
1860
- msgid "BL: Site Logo"
1861
- msgstr ""
1862
-
1863
- #: extensions/ht-builder/widgets/bl_site_title.php:22
1864
- msgid "BL: Site Title"
1865
- msgstr ""
1866
-
1867
- #: includes/widgets/htmega_section_title.php:616
1868
- #: includes/widgets/htmega_section_title.php:847
1869
- msgid "Block"
1870
- msgstr ""
1871
-
1872
- #: includes/widgets/htmega_blockquote.php:13
1873
- #: includes/widgets/htmega_blockquote.php:34
1874
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:142
1875
- msgid "Blockquote"
1876
- msgstr ""
1877
-
1878
- #: includes/widgets/htmega_blockquote.php:79
1879
- msgid "Blockquote By"
1880
- msgstr ""
1881
-
1882
- #: includes/widgets/htmega_blockquote.php:69
1883
- msgid "Blockquote Content"
1884
- msgstr ""
1885
-
1886
- #: includes/widgets/htmega_blockquote.php:149
1887
- msgid "Blockquote Position"
1888
- msgstr ""
1889
-
1890
- #: includes/widgets/htmega_blockquote.php:89
1891
- msgid "Blockquote Type"
1892
- msgstr ""
1893
-
1894
- #: admin/include/templates_list.php:34
1895
- msgid "Blocks"
1896
- msgstr ""
1897
-
1898
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1488
1899
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1513
1900
- msgid "Blog Archive Category Wise Individual layout"
1901
- msgstr ""
1902
-
1903
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1489
1904
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1514
1905
- msgid "Blog Archive Tag Wise Individual layout"
1906
- msgstr ""
1907
-
1908
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1485
1909
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1510
1910
- msgid "Blog Search Page Builder"
1911
- msgstr ""
1912
-
1913
- #: extensions/ht-builder/admin/setting.php:97
1914
- msgid "Blog Template."
1915
- msgstr ""
1916
-
1917
- #: extensions/ht-builder/widgets/bl_post_title.php:133
1918
- msgid "Blog Title"
1919
- msgstr ""
1920
-
1921
- #: includes/widgets/htmega_socialshere.php:72
1922
- msgid "Blogger"
1923
- msgstr ""
1924
-
1925
- #: includes/widgets/htmega_booked_calender.php:246
1926
- #: includes/widgets/htmega_notify.php:100
1927
- #: includes/widgets/htmega_tablepress.php:242
1928
- msgid "Body"
1929
- msgstr ""
1930
-
1931
- #: includes/widgets/htmega_booked_calender.php:13
1932
- msgid "Booked Calendar"
1933
- msgstr ""
1934
-
1935
- #: includes/widgets/htmega_booked_calender.php:43
1936
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1233
1937
- msgid "Booked Calender"
1938
- msgstr ""
1939
-
1940
- #: includes/widgets/htmega_notify.php:231
1941
- msgid "Bootstrap Column Width"
1942
- msgstr ""
1943
-
1944
- #: includes/widgets/htmega_accordion.php:612
1945
- #: includes/widgets/htmega_accordion.php:696
1946
- #: includes/widgets/htmega_accordion.php:866
1947
- #: includes/widgets/htmega_accordion.php:964
1948
- #: includes/widgets/htmega_accordion.php:1150
1949
- #: includes/widgets/htmega_accordion.php:1261
1950
- #: includes/widgets/htmega_accordion.php:1398
1951
- #: includes/widgets/htmega_add_banner.php:188
1952
- #: includes/widgets/htmega_add_banner.php:216
1953
- #: includes/widgets/htmega_add_banner.php:276
1954
- #: includes/widgets/htmega_add_banner.php:330
1955
- #: includes/widgets/htmega_add_banner.php:648
1956
- #: includes/widgets/htmega_add_banner.php:727
1957
- #: includes/widgets/htmega_animated_heading.php:183
1958
- #: includes/widgets/htmega_animated_heading.php:314
1959
- #: includes/widgets/htmega_animated_heading.php:402
1960
- #: includes/widgets/htmega_blockquote.php:247
1961
- #: includes/widgets/htmega_blockquote.php:381
1962
- #: includes/widgets/htmega_blockquote.php:556
1963
- #: includes/widgets/htmega_blockquote.php:736
1964
- #: includes/widgets/htmega_brand.php:343 includes/widgets/htmega_brand.php:355
1965
- #: includes/widgets/htmega_buddy_press.php:184
1966
- #: includes/widgets/htmega_business_hours.php:269
1967
- #: includes/widgets/htmega_business_hours.php:345
1968
- #: includes/widgets/htmega_business_hours.php:473
1969
- #: includes/widgets/htmega_button.php:229
1970
- #: includes/widgets/htmega_button.php:352
1971
- #: includes/widgets/htmega_button.php:556
1972
- #: includes/widgets/htmega_caldera_form.php:310
1973
- #: includes/widgets/htmega_caldera_form.php:399
1974
- #: includes/widgets/htmega_caldera_form.php:486
1975
- #: includes/widgets/htmega_call_to_action.php:401
1976
- #: includes/widgets/htmega_call_to_action.php:478
1977
- #: includes/widgets/htmega_call_to_action.php:757
1978
- #: includes/widgets/htmega_call_to_action.php:837
1979
- #: includes/widgets/htmega_call_to_action.php:963
1980
- #: includes/widgets/htmega_call_to_action.php:1043
1981
- #: includes/widgets/htmega_carousel.php:512
1982
- #: includes/widgets/htmega_carousel.php:609
1983
- #: includes/widgets/htmega_carousel.php:784
1984
- #: includes/widgets/htmega_carousel.php:874
1985
- #: includes/widgets/htmega_carousel.php:1007
1986
- #: includes/widgets/htmega_carousel.php:1113
1987
- #: includes/widgets/htmega_carousel.php:1207
1988
- #: includes/widgets/htmega_carousel.php:1340
1989
- #: includes/widgets/htmega_carousel.php:1424
1990
- #: includes/widgets/htmega_contact_form_seven.php:292
1991
- #: includes/widgets/htmega_contact_form_seven.php:417
1992
- #: includes/widgets/htmega_contact_form_seven.php:537
1993
- #: includes/widgets/htmega_contact_form_seven.php:622
1994
- #: includes/widgets/htmega_contact_form_seven.php:693
1995
- #: includes/widgets/htmega_contact_form_seven.php:884
1996
- #: includes/widgets/htmega_contact_form_seven.php:946
1997
- #: includes/widgets/htmega_contact_form_seven.php:986
1998
- #: includes/widgets/htmega_contact_form_seven.php:1020
1999
- #: includes/widgets/htmega_countdown.php:535
2000
- #: includes/widgets/htmega_countdown.php:547
2001
- #: includes/widgets/htmega_countdown.php:796
2002
- #: includes/widgets/htmega_countdown.php:963
2003
- #: includes/widgets/htmega_countdown.php:1073
2004
- #: includes/widgets/htmega_countdown.php:1158
2005
- #: includes/widgets/htmega_counter.php:253
2006
- #: includes/widgets/htmega_counter.php:515
2007
- #: includes/widgets/htmega_counter.php:638
2008
- #: includes/widgets/htmega_counter.php:906
2009
- #: includes/widgets/htmega_counter.php:994
2010
- #: includes/widgets/htmega_counter.php:1084
2011
- #: includes/widgets/htmega_custom_event.php:419
2012
- #: includes/widgets/htmega_custom_event.php:461
2013
- #: includes/widgets/htmega_data_table.php:243
2014
- #: includes/widgets/htmega_data_table.php:508
2015
- #: includes/widgets/htmega_data_table.php:606
2016
- #: includes/widgets/htmega_data_table.php:688
2017
- #: includes/widgets/htmega_data_table.php:807
2018
- #: includes/widgets/htmega_data_table.php:911
2019
- #: includes/widgets/htmega_data_table.php:963
2020
- #: includes/widgets/htmega_data_table.php:1042
2021
- #: includes/widgets/htmega_double_button.php:408
2022
- #: includes/widgets/htmega_double_button.php:438
2023
- #: includes/widgets/htmega_double_button.php:504
2024
- #: includes/widgets/htmega_double_button.php:591
2025
- #: includes/widgets/htmega_double_button.php:677
2026
- #: includes/widgets/htmega_double_button.php:763
2027
- #: includes/widgets/htmega_double_button.php:860
2028
- #: includes/widgets/htmega_download_monitor.php:169
2029
- #: includes/widgets/htmega_download_monitor.php:357
2030
- #: includes/widgets/htmega_dropcaps.php:166
2031
- #: includes/widgets/htmega_dropcaps.php:267
2032
- #: includes/widgets/htmega_easy_digital_download.php:290
2033
- #: includes/widgets/htmega_easy_digital_download.php:572
2034
- #: includes/widgets/htmega_easy_digital_download.php:651
2035
- #: includes/widgets/htmega_errorcontent.php:336
2036
- #: includes/widgets/htmega_errorcontent.php:415
2037
- #: includes/widgets/htmega_errorcontent.php:494
2038
- #: includes/widgets/htmega_errorcontent.php:616
2039
- #: includes/widgets/htmega_errorcontent.php:667
2040
- #: includes/widgets/htmega_errorcontent.php:767
2041
- #: includes/widgets/htmega_errorcontent.php:818
2042
- #: includes/widgets/htmega_gallery_justify.php:85
2043
- #: includes/widgets/htmega_googlemap.php:316
2044
- #: includes/widgets/htmega_googlemap.php:457
2045
- #: includes/widgets/htmega_gravity_forms.php:300
2046
- #: includes/widgets/htmega_gravity_forms.php:511
2047
- #: includes/widgets/htmega_gravity_forms.php:596
2048
- #: includes/widgets/htmega_gravity_forms.php:744
2049
- #: includes/widgets/htmega_gravity_forms.php:828
2050
- #: includes/widgets/htmega_imagemarker.php:664
2051
- #: includes/widgets/htmega_imagemarker.php:743
2052
- #: includes/widgets/htmega_imagemarker.php:876
2053
- #: includes/widgets/htmega_image_comparison.php:125
2054
- #: includes/widgets/htmega_image_comparison.php:263
2055
- #: includes/widgets/htmega_image_comparison.php:344
2056
- #: includes/widgets/htmega_image_comparison.php:399
2057
- #: includes/widgets/htmega_image_comparison.php:433
2058
- #: includes/widgets/htmega_image_comparison.php:550
2059
- #: includes/widgets/htmega_image_grid.php:229
2060
- #: includes/widgets/htmega_image_grid.php:522
2061
- #: includes/widgets/htmega_image_grid.php:581
2062
- #: includes/widgets/htmega_image_magnifier.php:111
2063
- #: includes/widgets/htmega_image_masonry.php:220
2064
- #: includes/widgets/htmega_image_masonry.php:509
2065
- #: includes/widgets/htmega_image_masonry.php:577
2066
- #: includes/widgets/htmega_inlinemenu.php:201
2067
- #: includes/widgets/htmega_inlinemenu.php:275
2068
- #: includes/widgets/htmega_inlinemenu.php:438
2069
- #: includes/widgets/htmega_instagram.php:706
2070
- #: includes/widgets/htmega_instagram.php:836
2071
- #: includes/widgets/htmega_instagram.php:984
2072
- #: includes/widgets/htmega_instagram.php:1103
2073
- #: includes/widgets/htmega_instagram.php:1163
2074
- #: includes/widgets/htmega_instagram.php:1257
2075
- #: includes/widgets/htmega_instagram.php:1323
2076
- #: includes/widgets/htmega_instagram.php:1459
2077
- #: includes/widgets/htmega_lightbox.php:265
2078
- #: includes/widgets/htmega_lightbox.php:453
2079
- #: includes/widgets/htmega_mailchimp_wp.php:238
2080
- #: includes/widgets/htmega_mailchimp_wp.php:421
2081
- #: includes/widgets/htmega_mailchimp_wp.php:483
2082
- #: includes/widgets/htmega_modal.php:259 includes/widgets/htmega_modal.php:465
2083
- #: includes/widgets/htmega_modal.php:552 includes/widgets/htmega_modal.php:623
2084
- #: includes/widgets/htmega_modal.php:724 includes/widgets/htmega_modal.php:786
2085
- #: includes/widgets/htmega_modal.php:894 includes/widgets/htmega_modal.php:956
2086
- #: includes/widgets/htmega_newsticker.php:371
2087
- #: includes/widgets/htmega_newsticker.php:543
2088
- #: includes/widgets/htmega_newsticker.php:802
2089
- #: includes/widgets/htmega_newsticker.php:890
2090
- #: includes/widgets/htmega_newsticker.php:947
2091
- #: includes/widgets/htmega_ninja_form.php:166
2092
- #: includes/widgets/htmega_ninja_form.php:268
2093
- #: includes/widgets/htmega_ninja_form.php:386
2094
- #: includes/widgets/htmega_ninja_form.php:580
2095
- #: includes/widgets/htmega_ninja_form.php:662
2096
- #: includes/widgets/htmega_ninja_form.php:800
2097
- #: includes/widgets/htmega_ninja_form.php:881
2098
- #: includes/widgets/htmega_ninja_form.php:1003
2099
- #: includes/widgets/htmega_ninja_form.php:1087
2100
- #: includes/widgets/htmega_notify.php:350
2101
- #: includes/widgets/htmega_notify.php:448
2102
- #: includes/widgets/htmega_notify.php:502
2103
- #: includes/widgets/htmega_offcanvas.php:454
2104
- #: includes/widgets/htmega_offcanvas.php:515
2105
- #: includes/widgets/htmega_panel_slider.php:555
2106
- #: includes/widgets/htmega_panel_slider.php:863
2107
- #: includes/widgets/htmega_panel_slider.php:1052
2108
- #: includes/widgets/htmega_panel_slider.php:1184
2109
- #: includes/widgets/htmega_panel_slider.php:1223
2110
- #: includes/widgets/htmega_popover.php:405
2111
- #: includes/widgets/htmega_popover.php:483
2112
- #: includes/widgets/htmega_popover.php:562
2113
- #: includes/widgets/htmega_popover.php:638
2114
- #: includes/widgets/htmega_popover.php:742
2115
- #: includes/widgets/htmega_post_grid_tab.php:278
2116
- #: includes/widgets/htmega_post_grid_tab.php:354
2117
- #: includes/widgets/htmega_post_grid_tab.php:907
2118
- #: includes/widgets/htmega_post_grid_tab.php:957
2119
- #: includes/widgets/htmega_post_grid_tab.php:1021
2120
- #: includes/widgets/htmega_post_grid_tab.php:1079
2121
- #: includes/widgets/htmega_post_grid_tab.php:1111
2122
- #: includes/widgets/htmega_post_slider.php:778
2123
- #: includes/widgets/htmega_post_slider.php:1334
2124
- #: includes/widgets/htmega_post_slider.php:1384
2125
- #: includes/widgets/htmega_post_slider.php:1594
2126
- #: includes/widgets/htmega_post_slider.php:1714
2127
- #: includes/widgets/htmega_post_slider.php:1839
2128
- #: includes/widgets/htmega_post_slider.php:1878
2129
- #: includes/widgets/htmega_post_slider.php:1950
2130
- #: includes/widgets/htmega_post_slider.php:2027
2131
- #: includes/widgets/htmega_pricing_list_view.php:920
2132
- #: includes/widgets/htmega_pricing_list_view.php:1265
2133
- #: includes/widgets/htmega_pricing_list_view.php:1344
2134
- #: includes/widgets/htmega_pricing_list_view.php:1435
2135
- #: includes/widgets/htmega_progress_bar.php:361
2136
- #: includes/widgets/htmega_progress_bar.php:497
2137
- #: includes/widgets/htmega_progress_bar.php:615
2138
- #: includes/widgets/htmega_progress_bar.php:706
2139
- #: includes/widgets/htmega_progress_bar.php:798
2140
- #: includes/widgets/htmega_quforms.php:150
2141
- #: includes/widgets/htmega_quforms.php:261
2142
- #: includes/widgets/htmega_quforms.php:441
2143
- #: includes/widgets/htmega_quforms.php:499
2144
- #: includes/widgets/htmega_quforms.php:659
2145
- #: includes/widgets/htmega_quforms.php:717
2146
- #: includes/widgets/htmega_quforms.php:887
2147
- #: includes/widgets/htmega_quforms.php:948
2148
- #: includes/widgets/htmega_scroll_image.php:84
2149
- #: includes/widgets/htmega_scroll_image.php:184
2150
- #: includes/widgets/htmega_scroll_image.php:344
2151
- #: includes/widgets/htmega_scroll_navigation.php:410
2152
- #: includes/widgets/htmega_scroll_navigation.php:504
2153
- #: includes/widgets/htmega_search.php:369
2154
- #: includes/widgets/htmega_search.php:582
2155
- #: includes/widgets/htmega_search.php:634
2156
- #: includes/widgets/htmega_search.php:820
2157
- #: includes/widgets/htmega_search.php:982
2158
- #: includes/widgets/htmega_section_title.php:439
2159
- #: includes/widgets/htmega_section_title.php:567
2160
- #: includes/widgets/htmega_section_title.php:800
2161
- #: includes/widgets/htmega_section_title.php:981
2162
- #: includes/widgets/htmega_service.php:219
2163
- #: includes/widgets/htmega_service.php:287
2164
- #: includes/widgets/htmega_service.php:340
2165
- #: includes/widgets/htmega_service.php:696
2166
- #: includes/widgets/htmega_service.php:778
2167
- #: includes/widgets/htmega_service.php:958
2168
- #: includes/widgets/htmega_service.php:1086
2169
- #: includes/widgets/htmega_service.php:1138
2170
- #: includes/widgets/htmega_slider_thumb_gallery.php:875
2171
- #: includes/widgets/htmega_slider_thumb_gallery.php:1020
2172
- #: includes/widgets/htmega_slider_thumb_gallery.php:1092
2173
- #: includes/widgets/htmega_slider_thumb_gallery.php:1186
2174
- #: includes/widgets/htmega_slider_thumb_gallery.php:1230
2175
- #: includes/widgets/htmega_slider_thumb_gallery.php:1303
2176
- #: includes/widgets/htmega_socialshere.php:141
2177
- #: includes/widgets/htmega_socialshere.php:169
2178
- #: includes/widgets/htmega_socialshere.php:251
2179
- #: includes/widgets/htmega_socialshere.php:302
2180
- #: includes/widgets/htmega_socialshere.php:447
2181
- #: includes/widgets/htmega_socialshere.php:582
2182
- #: includes/widgets/htmega_special_day_banner.php:671
2183
- #: includes/widgets/htmega_special_day_banner.php:750
2184
- #: includes/widgets/htmega_switcher.php:297
2185
- #: includes/widgets/htmega_switcher.php:440
2186
- #: includes/widgets/htmega_switcher.php:515
2187
- #: includes/widgets/htmega_switcher.php:613
2188
- #: includes/widgets/htmega_tablepress.php:132
2189
- #: includes/widgets/htmega_tablepress.php:188
2190
- #: includes/widgets/htmega_tablepress.php:251
2191
- #: includes/widgets/htmega_tabs.php:316 includes/widgets/htmega_tabs.php:594
2192
- #: includes/widgets/htmega_tabs.php:646 includes/widgets/htmega_tabs.php:732
2193
- #: includes/widgets/htmega_tabs.php:827 includes/widgets/htmega_tabs.php:892
2194
- #: includes/widgets/htmega_teammember.php:359
2195
- #: includes/widgets/htmega_teammember.php:500
2196
- #: includes/widgets/htmega_teammember.php:558
2197
- #: includes/widgets/htmega_teammember.php:1020
2198
- #: includes/widgets/htmega_testimonial_grid.php:307
2199
- #: includes/widgets/htmega_testimonial_grid.php:352
2200
- #: includes/widgets/htmega_testimonial_grid.php:397
2201
- #: includes/widgets/htmega_toggle.php:321
2202
- #: includes/widgets/htmega_toggle.php:373
2203
- #: includes/widgets/htmega_tooltip.php:382
2204
- #: includes/widgets/htmega_tooltip.php:460
2205
- #: includes/widgets/htmega_twitter_feed.php:597
2206
- #: includes/widgets/htmega_twitter_feed.php:766
2207
- #: includes/widgets/htmega_twitter_feed.php:1015
2208
- #: includes/widgets/htmega_twitter_feed.php:1127
2209
- #: includes/widgets/htmega_twitter_feed.php:1264
2210
- #: includes/widgets/htmega_twitter_feed.php:1324
2211
- #: includes/widgets/htmega_twitter_feed.php:1453
2212
- #: includes/widgets/htmega_user_login_form.php:928
2213
- #: includes/widgets/htmega_user_login_form.php:1201
2214
- #: includes/widgets/htmega_user_login_form.php:1253
2215
- #: includes/widgets/htmega_user_login_form.php:1385
2216
- #: includes/widgets/htmega_user_login_form.php:1437
2217
- #: includes/widgets/htmega_user_login_form.php:1527
2218
- #: includes/widgets/htmega_verticle_time_line.php:363
2219
- #: includes/widgets/htmega_videoplayer.php:263
2220
- #: includes/widgets/htmega_videoplayer.php:422
2221
- #: includes/widgets/htmega_videoplayer.php:464
2222
- #: includes/widgets/htmega_wc_categories.php:194
2223
- #: includes/widgets/htmega_wc_categories.php:256
2224
- #: includes/widgets/htmega_wc_categories.php:356
2225
- #: includes/widgets/htmega_wc_categories.php:433
2226
- #: includes/widgets/htmega_wc_categories.php:442
2227
- #: includes/widgets/htmega_wc_categories.php:488
2228
- #: includes/widgets/htmega_wc_categories.php:516
2229
- #: includes/widgets/htmega_wc_element_pages.php:167
2230
- #: includes/widgets/htmega_wc_element_pages.php:236
2231
- #: includes/widgets/htmega_wc_element_pages.php:335
2232
- #: includes/widgets/htmega_wc_element_pages.php:427
2233
- #: includes/widgets/htmega_wc_element_pages.php:501
2234
- #: includes/widgets/htmega_wc_element_pages.php:599
2235
- #: includes/widgets/htmega_wc_element_pages.php:622
2236
- #: includes/widgets/htmega_wc_element_pages.php:813
2237
- #: includes/widgets/htmega_wc_element_pages.php:865
2238
- #: includes/widgets/htmega_wc_element_pages.php:976
2239
- #: includes/widgets/htmega_wc_element_pages.php:1066
2240
- #: includes/widgets/htmega_wc_element_pages.php:1421
2241
- #: includes/widgets/htmega_wc_element_pages.php:1479
2242
- #: includes/widgets/htmega_wc_element_pages.php:1554
2243
- #: includes/widgets/htmega_wc_element_pages.php:1656
2244
- #: includes/widgets/htmega_wc_element_pages.php:1770
2245
- #: includes/widgets/htmega_wc_element_pages.php:1822
2246
- #: includes/widgets/htmega_weather.php:288
2247
- #: includes/widgets/htmega_weather.php:326
2248
- #: includes/widgets/htmega_working_process.php:432
2249
- #: includes/widgets/htmega_working_process.php:690
2250
- #: includes/widgets/htmega_working_process.php:769
2251
- #: includes/widgets/htmega_working_process.php:869
2252
- #: includes/widgets/htmega_working_process.php:984
2253
- #: includes/widgets/htmega_working_process.php:1092
2254
- #: includes/widgets/htmega_wpforms.php:158
2255
- #: includes/widgets/htmega_wpforms.php:260
2256
- #: includes/widgets/htmega_wpforms.php:368
2257
- #: includes/widgets/htmega_wpforms.php:583
2258
- #: includes/widgets/htmega_wpforms.php:667
2259
- #: includes/widgets/htmega_wpforms.php:803
2260
- #: includes/widgets/htmega_wpforms.php:885
2261
- #: includes/widgets/htmega_wpforms.php:1030
2262
- #: includes/widgets/htmega_wpforms.php:1114
2263
- #: includes/widgets/htmega_wpforms.php:1156
2264
- #: extensions/ht-builder/widgets/bl_nav_menu.php:184
2265
- #: extensions/ht-builder/widgets/bl_nav_menu.php:256
2266
- #: extensions/ht-builder/widgets/bl_nav_menu.php:309
2267
- #: extensions/ht-builder/widgets/bl_nav_menu.php:417
2268
- #: extensions/ht-builder/widgets/bl_nav_menu.php:457
2269
- #: extensions/ht-builder/widgets/bl_page_title.php:87
2270
- #: extensions/ht-builder/widgets/bl_post_archive.php:278
2271
- #: extensions/ht-builder/widgets/bl_post_archive.php:742
2272
- #: extensions/ht-builder/widgets/bl_post_archive.php:808
2273
- #: extensions/ht-builder/widgets/bl_post_archive.php:878
2274
- #: extensions/ht-builder/widgets/bl_post_archive.php:933
2275
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:89
2276
- #: extensions/ht-builder/widgets/bl_post_author_info.php:174
2277
- #: extensions/ht-builder/widgets/bl_post_comments.php:69
2278
- #: extensions/ht-builder/widgets/bl_post_comments.php:130
2279
- #: extensions/ht-builder/widgets/bl_post_comments.php:171
2280
- #: extensions/ht-builder/widgets/bl_post_search_form.php:148
2281
- #: extensions/ht-builder/widgets/bl_post_search_form.php:233
2282
- #: extensions/ht-builder/widgets/bl_post_search_form.php:298
2283
- #: extensions/ht-builder/widgets/bl_site_logo.php:108
2284
- #: extensions/ht-builder/widgets/bl_site_title.php:89
2285
- #: extensions/ht-menu/widgets/inline-mega-menu.php:144
2286
- #: extensions/ht-menu/widgets/inline-mega-menu.php:264
2287
- #: extensions/ht-menu/widgets/inline-mega-menu.php:394
2288
- #: extensions/ht-menu/widgets/inline-mega-menu.php:452
2289
- #: extensions/ht-menu/widgets/inline-mega-menu.php:516
2290
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:145
2291
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:265
2292
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:352
2293
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:410
2294
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:462
2295
- msgid "Border"
2296
- msgstr ""
2297
-
2298
- #: includes/widgets/htmega_counter.php:764
2299
- msgid "Border After Color"
2300
- msgstr ""
2301
-
2302
- #: includes/widgets/htmega_imagemarker.php:797
2303
- msgid "Border Background"
2304
- msgstr ""
2305
-
2306
- #: includes/widgets/htmega_booked_calender.php:374
2307
- #: includes/widgets/htmega_booked_calender.php:849
2308
- #: includes/widgets/htmega_caldera_form.php:585
2309
- #: includes/widgets/htmega_caldera_form.php:636
2310
- #: includes/widgets/htmega_caldera_form.php:675
2311
- #: includes/widgets/htmega_caldera_form.php:714
2312
- #: includes/widgets/htmega_gravity_forms.php:867
2313
- #: includes/widgets/htmega_ninja_form.php:1126
2314
- #: includes/widgets/htmega_quforms.php:994
2315
- #: includes/widgets/htmega_quforms.php:1033
2316
- #: includes/widgets/htmega_tablepress.php:293
2317
- #: includes/widgets/htmega_tablepress.php:337
2318
- #: includes/widgets/htmega_wc_element_pages.php:320
2319
- #: includes/widgets/htmega_wc_element_pages.php:1051
2320
- #: includes/widgets/htmega_wc_element_pages.php:1641
2321
- msgid "Border Color"
2322
- msgstr ""
2323
-
2324
- #: includes/widgets/htmega_progress_bar.php:374
2325
- msgid "Border color"
2326
- msgstr ""
2327
-
2328
- #: includes/widgets/htmega_search.php:398
2329
- msgid "Border Focus Color"
2330
- msgstr ""
2331
-
2332
- #: includes/widgets/htmega_section_title.php:747
2333
- #: includes/widgets/htmega_section_title.php:909
2334
- msgid "Border Height"
2335
- msgstr ""
2336
-
2337
- #: includes/widgets/htmega_accordion.php:620
2338
- #: includes/widgets/htmega_accordion.php:704
2339
- #: includes/widgets/htmega_accordion.php:874
2340
- #: includes/widgets/htmega_accordion.php:973
2341
- #: includes/widgets/htmega_accordion.php:1158
2342
- #: includes/widgets/htmega_accordion.php:1269
2343
- #: includes/widgets/htmega_accordion.php:1406
2344
- #: includes/widgets/htmega_add_banner.php:284
2345
- #: includes/widgets/htmega_add_banner.php:338
2346
- #: includes/widgets/htmega_add_banner.php:656
2347
- #: includes/widgets/htmega_add_banner.php:735
2348
- #: includes/widgets/htmega_animated_heading.php:191
2349
- #: includes/widgets/htmega_animated_heading.php:322
2350
- #: includes/widgets/htmega_animated_heading.php:410
2351
- #: includes/widgets/htmega_blockquote.php:255
2352
- #: includes/widgets/htmega_blockquote.php:389
2353
- #: includes/widgets/htmega_blockquote.php:564
2354
- #: includes/widgets/htmega_blockquote.php:744
2355
- #: includes/widgets/htmega_booked_calender.php:613
2356
- #: includes/widgets/htmega_booked_calender.php:765
2357
- #: includes/widgets/htmega_brand.php:366
2358
- #: includes/widgets/htmega_buddy_press.php:192
2359
- #: includes/widgets/htmega_business_hours.php:277
2360
- #: includes/widgets/htmega_business_hours.php:353
2361
- #: includes/widgets/htmega_business_hours.php:481
2362
- #: includes/widgets/htmega_button.php:237
2363
- #: includes/widgets/htmega_button.php:360
2364
- #: includes/widgets/htmega_button.php:564
2365
- #: includes/widgets/htmega_caldera_form.php:321
2366
- #: includes/widgets/htmega_caldera_form.php:410
2367
- #: includes/widgets/htmega_caldera_form.php:497
2368
- #: includes/widgets/htmega_call_to_action.php:409
2369
- #: includes/widgets/htmega_call_to_action.php:486
2370
- #: includes/widgets/htmega_call_to_action.php:765
2371
- #: includes/widgets/htmega_call_to_action.php:845
2372
- #: includes/widgets/htmega_call_to_action.php:971
2373
- #: includes/widgets/htmega_call_to_action.php:1051
2374
- #: includes/widgets/htmega_carousel.php:520
2375
- #: includes/widgets/htmega_carousel.php:617
2376
- #: includes/widgets/htmega_carousel.php:792
2377
- #: includes/widgets/htmega_carousel.php:882
2378
- #: includes/widgets/htmega_carousel.php:1015
2379
- #: includes/widgets/htmega_carousel.php:1121
2380
- #: includes/widgets/htmega_carousel.php:1215
2381
- #: includes/widgets/htmega_carousel.php:1348
2382
- #: includes/widgets/htmega_carousel.php:1432
2383
- #: includes/widgets/htmega_contact_form_seven.php:300
2384
- #: includes/widgets/htmega_contact_form_seven.php:425
2385
- #: includes/widgets/htmega_contact_form_seven.php:545
2386
- #: includes/widgets/htmega_contact_form_seven.php:630
2387
- #: includes/widgets/htmega_contact_form_seven.php:701
2388
- #: includes/widgets/htmega_contact_form_seven.php:892
2389
- #: includes/widgets/htmega_countdown.php:559
2390
- #: includes/widgets/htmega_countdown.php:807
2391
- #: includes/widgets/htmega_countdown.php:971
2392
- #: includes/widgets/htmega_countdown.php:1084
2393
- #: includes/widgets/htmega_countdown.php:1169
2394
- #: includes/widgets/htmega_counter.php:261
2395
- #: includes/widgets/htmega_counter.php:523
2396
- #: includes/widgets/htmega_counter.php:646
2397
- #: includes/widgets/htmega_counter.php:914
2398
- #: includes/widgets/htmega_counter.php:1002
2399
- #: includes/widgets/htmega_counter.php:1092
2400
- #: includes/widgets/htmega_custom_event.php:427
2401
- #: includes/widgets/htmega_data_table.php:251
2402
- #: includes/widgets/htmega_data_table.php:614
2403
- #: includes/widgets/htmega_data_table.php:696
2404
- #: includes/widgets/htmega_data_table.php:815
2405
- #: includes/widgets/htmega_double_button.php:276
2406
- #: includes/widgets/htmega_double_button.php:416
2407
- #: includes/widgets/htmega_double_button.php:446
2408
- #: includes/widgets/htmega_double_button.php:512
2409
- #: includes/widgets/htmega_double_button.php:599
2410
- #: includes/widgets/htmega_double_button.php:685
2411
- #: includes/widgets/htmega_double_button.php:771
2412
- #: includes/widgets/htmega_double_button.php:868
2413
- #: includes/widgets/htmega_download_monitor.php:179
2414
- #: includes/widgets/htmega_download_monitor.php:368
2415
- #: includes/widgets/htmega_dropcaps.php:174
2416
- #: includes/widgets/htmega_dropcaps.php:276
2417
- #: includes/widgets/htmega_easy_digital_download.php:299
2418
- #: includes/widgets/htmega_easy_digital_download.php:583
2419
- #: includes/widgets/htmega_easy_digital_download.php:661
2420
- #: includes/widgets/htmega_errorcontent.php:344
2421
- #: includes/widgets/htmega_errorcontent.php:423
2422
- #: includes/widgets/htmega_errorcontent.php:502
2423
- #: includes/widgets/htmega_errorcontent.php:624
2424
- #: includes/widgets/htmega_errorcontent.php:675
2425
- #: includes/widgets/htmega_errorcontent.php:775
2426
- #: includes/widgets/htmega_errorcontent.php:826
2427
- #: includes/widgets/htmega_gallery_justify.php:93
2428
- #: includes/widgets/htmega_googlemap.php:325
2429
- #: includes/widgets/htmega_googlemap.php:466
2430
- #: includes/widgets/htmega_gravity_forms.php:308
2431
- #: includes/widgets/htmega_gravity_forms.php:520
2432
- #: includes/widgets/htmega_gravity_forms.php:605
2433
- #: includes/widgets/htmega_gravity_forms.php:752
2434
- #: includes/widgets/htmega_imagemarker.php:672
2435
- #: includes/widgets/htmega_imagemarker.php:884
2436
- #: includes/widgets/htmega_image_comparison.php:133
2437
- #: includes/widgets/htmega_image_comparison.php:271
2438
- #: includes/widgets/htmega_image_comparison.php:352
2439
- #: includes/widgets/htmega_image_comparison.php:441
2440
- #: includes/widgets/htmega_image_grid.php:237
2441
- #: includes/widgets/htmega_image_grid.php:530
2442
- #: includes/widgets/htmega_image_grid.php:589
2443
- #: includes/widgets/htmega_image_magnifier.php:119
2444
- #: includes/widgets/htmega_image_masonry.php:228
2445
- #: includes/widgets/htmega_image_masonry.php:517
2446
- #: includes/widgets/htmega_image_masonry.php:585
2447
- #: includes/widgets/htmega_inlinemenu.php:209
2448
- #: includes/widgets/htmega_inlinemenu.php:283
2449
- #: includes/widgets/htmega_inlinemenu.php:446
2450
- #: includes/widgets/htmega_instagram.php:714
2451
- #: includes/widgets/htmega_instagram.php:844
2452
- #: includes/widgets/htmega_instagram.php:992
2453
- #: includes/widgets/htmega_instagram.php:1111
2454
- #: includes/widgets/htmega_instagram.php:1171
2455
- #: includes/widgets/htmega_instagram.php:1265
2456
- #: includes/widgets/htmega_instagram.php:1331
2457
- #: includes/widgets/htmega_instagram.php:1468
2458
- #: includes/widgets/htmega_lightbox.php:273
2459
- #: includes/widgets/htmega_lightbox.php:461
2460
- #: includes/widgets/htmega_mailchimp_wp.php:246
2461
- #: includes/widgets/htmega_mailchimp_wp.php:429
2462
- #: includes/widgets/htmega_modal.php:267 includes/widgets/htmega_modal.php:560
2463
- #: includes/widgets/htmega_modal.php:631 includes/widgets/htmega_modal.php:732
2464
- #: includes/widgets/htmega_modal.php:794 includes/widgets/htmega_modal.php:902
2465
- #: includes/widgets/htmega_modal.php:964
2466
- #: includes/widgets/htmega_newsticker.php:379
2467
- #: includes/widgets/htmega_newsticker.php:554
2468
- #: includes/widgets/htmega_newsticker.php:691
2469
- #: includes/widgets/htmega_newsticker.php:810
2470
- #: includes/widgets/htmega_newsticker.php:955
2471
- #: includes/widgets/htmega_ninja_form.php:174
2472
- #: includes/widgets/htmega_ninja_form.php:276
2473
- #: includes/widgets/htmega_ninja_form.php:394
2474
- #: includes/widgets/htmega_ninja_form.php:588
2475
- #: includes/widgets/htmega_ninja_form.php:670
2476
- #: includes/widgets/htmega_ninja_form.php:808
2477
- #: includes/widgets/htmega_ninja_form.php:889
2478
- #: includes/widgets/htmega_ninja_form.php:1011
2479
- #: includes/widgets/htmega_notify.php:358
2480
- #: includes/widgets/htmega_notify.php:510
2481
- #: includes/widgets/htmega_notify.php:813
2482
- #: includes/widgets/htmega_offcanvas.php:462
2483
- #: includes/widgets/htmega_panel_slider.php:566
2484
- #: includes/widgets/htmega_panel_slider.php:871
2485
- #: includes/widgets/htmega_panel_slider.php:1060
2486
- #: includes/widgets/htmega_panel_slider.php:1192
2487
- #: includes/widgets/htmega_panel_slider.php:1231
2488
- #: includes/widgets/htmega_popover.php:413
2489
- #: includes/widgets/htmega_popover.php:570
2490
- #: includes/widgets/htmega_popover.php:646
2491
- #: includes/widgets/htmega_popover.php:750
2492
- #: includes/widgets/htmega_post_grid_tab.php:286
2493
- #: includes/widgets/htmega_post_grid_tab.php:362
2494
- #: includes/widgets/htmega_post_grid_tab.php:915
2495
- #: includes/widgets/htmega_post_grid_tab.php:965
2496
- #: includes/widgets/htmega_post_grid_tab.php:1028
2497
- #: includes/widgets/htmega_post_grid_tab.php:1119
2498
- #: includes/widgets/htmega_post_slider.php:636
2499
- #: includes/widgets/htmega_post_slider.php:789
2500
- #: includes/widgets/htmega_post_slider.php:1342
2501
- #: includes/widgets/htmega_post_slider.php:1392
2502
- #: includes/widgets/htmega_post_slider.php:1602
2503
- #: includes/widgets/htmega_post_slider.php:1722
2504
- #: includes/widgets/htmega_post_slider.php:1847
2505
- #: includes/widgets/htmega_post_slider.php:1886
2506
- #: includes/widgets/htmega_post_slider.php:1958
2507
- #: includes/widgets/htmega_post_slider.php:2035
2508
- #: includes/widgets/htmega_pricing_list_view.php:425
2509
- #: includes/widgets/htmega_pricing_list_view.php:820
2510
- #: includes/widgets/htmega_pricing_list_view.php:943
2511
- #: includes/widgets/htmega_pricing_list_view.php:1054
2512
- #: includes/widgets/htmega_pricing_list_view.php:1273
2513
- #: includes/widgets/htmega_pricing_list_view.php:1352
2514
- #: includes/widgets/htmega_pricing_list_view.php:1443
2515
- #: includes/widgets/htmega_pricing_list_view.php:1480
2516
- #: includes/widgets/htmega_pricing_list_view.php:1586
2517
- #: includes/widgets/htmega_pricing_list_view.php:1744
2518
- #: includes/widgets/htmega_pricing_list_view.php:1821
2519
- #: includes/widgets/htmega_progress_bar.php:505
2520
- #: includes/widgets/htmega_progress_bar.php:714
2521
- #: includes/widgets/htmega_progress_bar.php:806
2522
- #: includes/widgets/htmega_quforms.php:158
2523
- #: includes/widgets/htmega_quforms.php:269
2524
- #: includes/widgets/htmega_quforms.php:449
2525
- #: includes/widgets/htmega_quforms.php:507
2526
- #: includes/widgets/htmega_quforms.php:667
2527
- #: includes/widgets/htmega_quforms.php:725
2528
- #: includes/widgets/htmega_quforms.php:895
2529
- #: includes/widgets/htmega_scroll_image.php:192
2530
- #: includes/widgets/htmega_scroll_image.php:352
2531
- #: includes/widgets/htmega_scroll_navigation.php:418
2532
- #: includes/widgets/htmega_scroll_navigation.php:512
2533
- #: includes/widgets/htmega_search.php:378
2534
- #: includes/widgets/htmega_search.php:591
2535
- #: includes/widgets/htmega_search.php:643
2536
- #: includes/widgets/htmega_search.php:832
2537
- #: includes/widgets/htmega_search.php:994
2538
- #: includes/widgets/htmega_section_title.php:576
2539
- #: includes/widgets/htmega_section_title.php:808
2540
- #: includes/widgets/htmega_section_title.php:990
2541
- #: includes/widgets/htmega_service.php:227
2542
- #: includes/widgets/htmega_service.php:295
2543
- #: includes/widgets/htmega_service.php:704
2544
- #: includes/widgets/htmega_service.php:785
2545
- #: includes/widgets/htmega_service.php:966
2546
- #: includes/widgets/htmega_service.php:1094
2547
- #: includes/widgets/htmega_service.php:1146
2548
- #: includes/widgets/htmega_slider_thumb_gallery.php:883
2549
- #: includes/widgets/htmega_slider_thumb_gallery.php:1028
2550
- #: includes/widgets/htmega_slider_thumb_gallery.php:1100
2551
- #: includes/widgets/htmega_slider_thumb_gallery.php:1194
2552
- #: includes/widgets/htmega_slider_thumb_gallery.php:1238
2553
- #: includes/widgets/htmega_slider_thumb_gallery.php:1311
2554
- #: includes/widgets/htmega_socialshere.php:259
2555
- #: includes/widgets/htmega_socialshere.php:431
2556
- #: includes/widgets/htmega_socialshere.php:600
2557
- #: includes/widgets/htmega_special_day_banner.php:679
2558
- #: includes/widgets/htmega_special_day_banner.php:758
2559
- #: includes/widgets/htmega_switcher.php:308
2560
- #: includes/widgets/htmega_switcher.php:451
2561
- #: includes/widgets/htmega_switcher.php:526
2562
- #: includes/widgets/htmega_switcher.php:621
2563
- #: includes/widgets/htmega_tabs.php:325 includes/widgets/htmega_tabs.php:602
2564
- #: includes/widgets/htmega_tabs.php:654 includes/widgets/htmega_tabs.php:740
2565
- #: includes/widgets/htmega_tabs.php:835 includes/widgets/htmega_tabs.php:900
2566
- #: includes/widgets/htmega_teammember.php:371
2567
- #: includes/widgets/htmega_teammember.php:569
2568
- #: includes/widgets/htmega_teammember.php:1028
2569
- #: includes/widgets/htmega_testimonial_grid.php:315
2570
- #: includes/widgets/htmega_testimonial_grid.php:405
2571
- #: includes/widgets/htmega_testimonial_grid.php:629
2572
- #: includes/widgets/htmega_toggle.php:329
2573
- #: includes/widgets/htmega_tooltip.php:390
2574
- #: includes/widgets/htmega_tooltip.php:534
2575
- #: includes/widgets/htmega_twitter_feed.php:605
2576
- #: includes/widgets/htmega_twitter_feed.php:777
2577
- #: includes/widgets/htmega_twitter_feed.php:1135
2578
- #: includes/widgets/htmega_twitter_feed.php:1272
2579
- #: includes/widgets/htmega_twitter_feed.php:1332
2580
- #: includes/widgets/htmega_twitter_feed.php:1461
2581
- #: includes/widgets/htmega_user_login_form.php:598
2582
- #: includes/widgets/htmega_user_login_form.php:937
2583
- #: includes/widgets/htmega_user_login_form.php:1210
2584
- #: includes/widgets/htmega_user_login_form.php:1262
2585
- #: includes/widgets/htmega_user_login_form.php:1394
2586
- #: includes/widgets/htmega_user_login_form.php:1446
2587
- #: includes/widgets/htmega_user_login_form.php:1536
2588
- #: includes/widgets/htmega_verticle_time_line.php:235
2589
- #: includes/widgets/htmega_verticle_time_line.php:374
2590
- #: includes/widgets/htmega_videoplayer.php:271
2591
- #: includes/widgets/htmega_videoplayer.php:443
2592
- #: includes/widgets/htmega_videoplayer.php:471
2593
- #: includes/widgets/htmega_wc_categories.php:202
2594
- #: includes/widgets/htmega_wc_categories.php:264
2595
- #: includes/widgets/htmega_wc_categories.php:364
2596
- #: includes/widgets/htmega_wc_categories.php:496
2597
- #: includes/widgets/htmega_wc_categories.php:524
2598
- #: includes/widgets/htmega_wc_element_pages.php:175
2599
- #: includes/widgets/htmega_wc_element_pages.php:245
2600
- #: includes/widgets/htmega_wc_element_pages.php:344
2601
- #: includes/widgets/htmega_wc_element_pages.php:435
2602
- #: includes/widgets/htmega_wc_element_pages.php:509
2603
- #: includes/widgets/htmega_wc_element_pages.php:633
2604
- #: includes/widgets/htmega_wc_element_pages.php:826
2605
- #: includes/widgets/htmega_wc_element_pages.php:987
2606
- #: includes/widgets/htmega_wc_element_pages.php:1075
2607
- #: includes/widgets/htmega_wc_element_pages.php:1129
2608
- #: includes/widgets/htmega_wc_element_pages.php:1492
2609
- #: includes/widgets/htmega_wc_element_pages.php:1565
2610
- #: includes/widgets/htmega_wc_element_pages.php:1667
2611
- #: includes/widgets/htmega_wc_element_pages.php:1779
2612
- #: includes/widgets/htmega_wc_element_pages.php:1831
2613
- #: includes/widgets/htmega_working_process.php:440
2614
- #: includes/widgets/htmega_working_process.php:698
2615
- #: includes/widgets/htmega_working_process.php:777
2616
- #: includes/widgets/htmega_working_process.php:877
2617
- #: includes/widgets/htmega_working_process.php:992
2618
- #: includes/widgets/htmega_wpforms.php:166
2619
- #: includes/widgets/htmega_wpforms.php:268
2620
- #: includes/widgets/htmega_wpforms.php:376
2621
- #: includes/widgets/htmega_wpforms.php:591
2622
- #: includes/widgets/htmega_wpforms.php:674
2623
- #: includes/widgets/htmega_wpforms.php:811
2624
- #: includes/widgets/htmega_wpforms.php:892
2625
- #: includes/widgets/htmega_wpforms.php:1038
2626
- #: extensions/ht-builder/widgets/bl_nav_menu.php:192
2627
- #: extensions/ht-builder/widgets/bl_nav_menu.php:264
2628
- #: extensions/ht-builder/widgets/bl_nav_menu.php:317
2629
- #: extensions/ht-builder/widgets/bl_page_title.php:96
2630
- #: extensions/ht-builder/widgets/bl_post_archive.php:286
2631
- #: extensions/ht-builder/widgets/bl_post_archive.php:750
2632
- #: extensions/ht-builder/widgets/bl_post_archive.php:816
2633
- #: extensions/ht-builder/widgets/bl_post_archive.php:886
2634
- #: extensions/ht-builder/widgets/bl_post_archive.php:941
2635
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:98
2636
- #: extensions/ht-builder/widgets/bl_post_author_info.php:182
2637
- #: extensions/ht-builder/widgets/bl_post_search_form.php:156
2638
- #: extensions/ht-builder/widgets/bl_post_search_form.php:241
2639
- #: extensions/ht-builder/widgets/bl_site_logo.php:117
2640
- #: extensions/ht-builder/widgets/bl_site_title.php:98
2641
- #: extensions/ht-menu/widgets/inline-mega-menu.php:131
2642
- #: extensions/ht-menu/widgets/inline-mega-menu.php:251
2643
- #: extensions/ht-menu/widgets/inline-mega-menu.php:381
2644
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:132
2645
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:252
2646
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:339
2647
- msgid "Border Radius"
2648
- msgstr ""
2649
-
2650
- #: includes/widgets/htmega_progress_bar.php:385
2651
- msgid "Border Radius aaa"
2652
- msgstr ""
2653
-
2654
- #: includes/widgets/htmega_newsticker.php:820
2655
- #: includes/widgets/htmega_panel_slider.php:881
2656
- msgid "Border Radius Next Button"
2657
- msgstr ""
2658
-
2659
- #: includes/widgets/htmega_add_banner.php:231
2660
- #: includes/widgets/htmega_service.php:802
2661
- msgid "Border Style"
2662
- msgstr ""
2663
-
2664
- #: includes/widgets/htmega_counter.php:784
2665
- #: includes/widgets/htmega_section_title.php:725
2666
- #: includes/widgets/htmega_section_title.php:887
2667
- #: includes/widgets/htmega_working_process.php:249
2668
- msgid "Border Width"
2669
- msgstr ""
2670
-
2671
- #: includes/widgets/htmega_pricing_list_view.php:586
2672
- msgid "Both"
2673
- msgstr ""
2674
-
2675
- #: includes/widgets/htmega_add_banner.php:64
2676
- #: includes/widgets/htmega_button.php:121
2677
- #: includes/widgets/htmega_imagemarker.php:215
2678
- #: includes/widgets/htmega_image_comparison.php:187
2679
- #: includes/widgets/htmega_offcanvas.php:106
2680
- #: includes/widgets/htmega_popover.php:196
2681
- #: includes/widgets/htmega_pricing_list_view.php:516
2682
- #: includes/widgets/htmega_pricing_list_view.php:1171
2683
- #: includes/widgets/htmega_pricing_list_view.php:1201
2684
- #: includes/widgets/htmega_section_title.php:165
2685
- #: includes/widgets/htmega_section_title.php:240
2686
- #: includes/widgets/htmega_singlepost.php:62
2687
- #: includes/widgets/htmega_slider_thumb_gallery.php:54
2688
- #: includes/widgets/htmega_special_day_banner.php:48
2689
- #: includes/widgets/htmega_teammember.php:108
2690
- #: includes/widgets/htmega_tooltip.php:184
2691
- #: extensions/ht-builder/widgets/bl_post_author_info.php:124
2692
- msgid "Bottom"
2693
- msgstr ""
2694
-
2695
- #: includes/widgets/htmega_notify.php:117
2696
- msgid "Bottom Center"
2697
- msgstr ""
2698
-
2699
- #: includes/widgets/htmega_notify.php:120
2700
- msgid "Bottom Fullwidth"
2701
- msgstr ""
2702
-
2703
- #: includes/widgets/htmega_notify.php:116
2704
- #: extensions/wc-sales-notification/admin/setting.php:82
2705
- msgid "Bottom Left"
2706
- msgstr ""
2707
-
2708
- #: includes/widgets/htmega_notify.php:118
2709
- msgid "Bottom Right"
2710
- msgstr ""
2711
-
2712
- #: includes/widgets/htmega_notify.php:166
2713
- #: includes/widgets/htmega_notify.php:201
2714
- msgid "bounceIn"
2715
- msgstr ""
2716
-
2717
- #: includes/widgets/htmega_notify.php:167
2718
- #: includes/widgets/htmega_notify.php:202
2719
- msgid "bounceInDown"
2720
- msgstr ""
2721
-
2722
- #: includes/widgets/htmega_notify.php:168
2723
- #: includes/widgets/htmega_notify.php:203
2724
- msgid "bounceInLeft"
2725
- msgstr ""
2726
-
2727
- #: includes/widgets/htmega_notify.php:169
2728
- #: includes/widgets/htmega_notify.php:204
2729
- msgid "bounceInRight"
2730
- msgstr ""
2731
-
2732
- #: includes/widgets/htmega_notify.php:170
2733
- #: includes/widgets/htmega_notify.php:205
2734
- msgid "bounceInUp"
2735
- msgstr ""
2736
-
2737
- #: includes/widgets/htmega_notify.php:148
2738
- #: includes/widgets/htmega_notify.php:183
2739
- msgid "bounceOut"
2740
- msgstr ""
2741
-
2742
- #: includes/widgets/htmega_notify.php:149
2743
- #: includes/widgets/htmega_notify.php:184
2744
- msgid "bounceOutDown"
2745
- msgstr ""
2746
-
2747
- #: includes/widgets/htmega_notify.php:150
2748
- #: includes/widgets/htmega_notify.php:185
2749
- msgid "bounceOutLeft"
2750
- msgstr ""
2751
-
2752
- #: includes/widgets/htmega_notify.php:151
2753
- #: includes/widgets/htmega_notify.php:186
2754
- msgid "bounceOutRight"
2755
- msgstr ""
2756
-
2757
- #: includes/widgets/htmega_notify.php:152
2758
- #: includes/widgets/htmega_notify.php:187
2759
- msgid "bounceOutUp"
2760
- msgstr ""
2761
-
2762
- #: includes/widgets/htmega_counter.php:350
2763
- msgid "Box Width"
2764
- msgstr ""
2765
-
2766
- #: includes/widgets/htmega_verticle_time_line.php:473
2767
- msgid "Box Background"
2768
- msgstr ""
2769
-
2770
- #: includes/widgets/htmega_verticle_time_line.php:391
2771
- msgid "Box Border"
2772
- msgstr ""
2773
-
2774
- #: includes/widgets/htmega_counter.php:380
2775
- msgid "Box Height"
2776
- msgstr ""
2777
-
2778
- #: includes/widgets/htmega_newsticker.php:661
2779
- msgid "Box Height and Width"
2780
- msgstr ""
2781
-
2782
- #: includes/widgets/htmega_carousel.php:421
2783
- msgid "Box Option"
2784
- msgstr ""
2785
-
2786
- #: includes/widgets/htmega_accordion.php:633
2787
- #: includes/widgets/htmega_accordion.php:717
2788
- #: includes/widgets/htmega_accordion.php:887
2789
- #: includes/widgets/htmega_accordion.php:987
2790
- #: includes/widgets/htmega_accordion.php:1171
2791
- #: includes/widgets/htmega_accordion.php:1282
2792
- #: includes/widgets/htmega_accordion.php:1419
2793
- #: includes/widgets/htmega_animated_heading.php:214
2794
- #: includes/widgets/htmega_animated_heading.php:345
2795
- #: includes/widgets/htmega_animated_heading.php:433
2796
- #: includes/widgets/htmega_brand.php:191 includes/widgets/htmega_brand.php:216
2797
- #: includes/widgets/htmega_brand.php:252 includes/widgets/htmega_brand.php:277
2798
- #: includes/widgets/htmega_buddy_press.php:215
2799
- #: includes/widgets/htmega_business_hours.php:289
2800
- #: includes/widgets/htmega_business_hours.php:365
2801
- #: includes/widgets/htmega_business_hours.php:493
2802
- #: includes/widgets/htmega_button.php:295
2803
- #: includes/widgets/htmega_button.php:410
2804
- #: includes/widgets/htmega_button.php:599
2805
- #: includes/widgets/htmega_caldera_form.php:336
2806
- #: includes/widgets/htmega_caldera_form.php:423
2807
- #: includes/widgets/htmega_call_to_action.php:392
2808
- #: includes/widgets/htmega_call_to_action.php:469
2809
- #: includes/widgets/htmega_call_to_action.php:777
2810
- #: includes/widgets/htmega_call_to_action.php:868
2811
- #: includes/widgets/htmega_call_to_action.php:983
2812
- #: includes/widgets/htmega_call_to_action.php:1074
2813
- #: includes/widgets/htmega_contact_form_seven.php:356
2814
- #: includes/widgets/htmega_contact_form_seven.php:443
2815
- #: includes/widgets/htmega_contact_form_seven.php:583
2816
- #: includes/widgets/htmega_contact_form_seven.php:642
2817
- #: includes/widgets/htmega_contact_form_seven.php:905
2818
- #: includes/widgets/htmega_countdown.php:526
2819
- #: includes/widgets/htmega_counter.php:275
2820
- #: includes/widgets/htmega_data_table.php:261
2821
- #: includes/widgets/htmega_data_table.php:625
2822
- #: includes/widgets/htmega_double_button.php:289
2823
- #: includes/widgets/htmega_double_button.php:535
2824
- #: includes/widgets/htmega_double_button.php:622
2825
- #: includes/widgets/htmega_double_button.php:708
2826
- #: includes/widgets/htmega_double_button.php:794
2827
- #: includes/widgets/htmega_double_button.php:891
2828
- #: includes/widgets/htmega_gallery_justify.php:106
2829
- #: includes/widgets/htmega_gravity_forms.php:532
2830
- #: includes/widgets/htmega_gravity_forms.php:617
2831
- #: includes/widgets/htmega_gravity_forms.php:764
2832
- #: includes/widgets/htmega_image_grid.php:252
2833
- #: includes/widgets/htmega_image_grid.php:500
2834
- #: includes/widgets/htmega_image_grid.php:572
2835
- #: includes/widgets/htmega_image_magnifier.php:133
2836
- #: includes/widgets/htmega_image_masonry.php:243
2837
- #: includes/widgets/htmega_image_masonry.php:487
2838
- #: includes/widgets/htmega_image_masonry.php:568
2839
- #: includes/widgets/htmega_inlinemenu.php:223
2840
- #: includes/widgets/htmega_lightbox.php:285
2841
- #: includes/widgets/htmega_lightbox.php:473
2842
- #: includes/widgets/htmega_mailchimp_wp.php:442
2843
- #: includes/widgets/htmega_modal.php:240 includes/widgets/htmega_modal.php:604
2844
- #: includes/widgets/htmega_ninja_form.php:600
2845
- #: includes/widgets/htmega_ninja_form.php:682
2846
- #: includes/widgets/htmega_ninja_form.php:843
2847
- #: includes/widgets/htmega_ninja_form.php:900
2848
- #: includes/widgets/htmega_ninja_form.php:1023
2849
- #: includes/widgets/htmega_notify.php:381
2850
- #: includes/widgets/htmega_panel_slider.php:589
2851
- #: includes/widgets/htmega_panel_slider.php:893
2852
- #: includes/widgets/htmega_panel_slider.php:1071
2853
- #: includes/widgets/htmega_popover.php:552
2854
- #: includes/widgets/htmega_progress_bar.php:520
2855
- #: includes/widgets/htmega_progress_bar.php:728
2856
- #: includes/widgets/htmega_progress_bar.php:820
2857
- #: includes/widgets/htmega_quforms.php:461
2858
- #: includes/widgets/htmega_quforms.php:518
2859
- #: includes/widgets/htmega_quforms.php:678
2860
- #: includes/widgets/htmega_quforms.php:736
2861
- #: includes/widgets/htmega_quforms.php:907
2862
- #: includes/widgets/htmega_quforms.php:956
2863
- #: includes/widgets/htmega_scroll_image.php:230
2864
- #: includes/widgets/htmega_section_title.php:972
2865
- #: includes/widgets/htmega_socialshere.php:456
2866
- #: includes/widgets/htmega_teammember.php:399
2867
- #: includes/widgets/htmega_teammember.php:1039
2868
- #: includes/widgets/htmega_testimonial_grid.php:326
2869
- #: includes/widgets/htmega_testimonial_grid.php:375
2870
- #: includes/widgets/htmega_testimonial_grid.php:669
2871
- #: includes/widgets/htmega_twitter_feed.php:562
2872
- #: includes/widgets/htmega_user_login_form.php:634
2873
- #: includes/widgets/htmega_verticle_time_line.php:262
2874
- #: includes/widgets/htmega_videoplayer.php:284
2875
- #: includes/widgets/htmega_wc_categories.php:227
2876
- #: includes/widgets/htmega_wc_element_pages.php:608
2877
- #: includes/widgets/htmega_wc_element_pages.php:874
2878
- #: includes/widgets/htmega_wc_element_pages.php:1430
2879
- #: includes/widgets/htmega_weather.php:307
2880
- #: includes/widgets/htmega_working_process.php:812
2881
- #: includes/widgets/htmega_working_process.php:1053
2882
- #: includes/widgets/htmega_wpforms.php:603
2883
- #: includes/widgets/htmega_wpforms.php:686
2884
- #: includes/widgets/htmega_wpforms.php:822
2885
- #: includes/widgets/htmega_wpforms.php:903
2886
- #: includes/widgets/htmega_wpforms.php:1050
2887
- #: includes/widgets/htmega_wpforms.php:1122
2888
- #: extensions/ht-builder/widgets/bl_nav_menu.php:205
2889
- #: extensions/ht-builder/widgets/bl_nav_menu.php:362
2890
- msgid "Box Shadow"
2891
- msgstr ""
2892
-
2893
- #: includes/widgets/htmega_double_button.php:821
2894
- msgid "Box Size"
2895
- msgstr ""
2896
-
2897
- #: includes/widgets/htmega_add_banner.php:146
2898
- #: includes/widgets/htmega_call_to_action.php:318
2899
- #: includes/widgets/htmega_counter.php:194
2900
- #: includes/widgets/htmega_image_comparison.php:93
2901
- #: includes/widgets/htmega_image_grid.php:194
2902
- #: includes/widgets/htmega_image_masonry.php:175
2903
- #: includes/widgets/htmega_lightbox.php:184
2904
- #: includes/widgets/htmega_service.php:165
2905
- #: includes/widgets/htmega_working_process.php:191
2906
- msgid "Box Style"
2907
- msgstr ""
2908
-
2909
- #: includes/widgets/htmega_verticle_time_line.php:432
2910
- msgid "Box Style Reverse"
2911
- msgstr ""
2912
-
2913
- #: includes/widgets/htmega_post_slider.php:805
2914
- msgid "Box Width"
2915
- msgstr ""
2916
-
2917
- #: includes/widgets/htmega_brand.php:157
2918
- msgid "Brand Logo"
2919
- msgstr ""
2920
-
2921
- #: includes/widgets/htmega_brand.php:13 includes/widgets/htmega_brand.php:35
2922
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:151
2923
- msgid "Brands"
2924
- msgstr ""
2925
-
2926
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:764
2927
- msgid "Breadcrumbs"
2928
- msgstr ""
2929
-
2930
- #: includes/widgets/htmega_newsticker.php:76
2931
- msgid "Breaking News"
2932
- msgstr ""
2933
-
2934
- #: includes/widgets/htmega_buddy_press.php:13
2935
- #: includes/widgets/htmega_buddy_press.php:41
2936
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1244
2937
- msgid "BuddyPress"
2938
- msgstr ""
2939
-
2940
- #: includes/widgets/htmega_socialshere.php:81
2941
- msgid "Buffer"
2942
- msgstr ""
2943
-
2944
- #: includes/widgets/htmega_business_hours.php:60
2945
- msgid "Business Hour Title"
2946
- msgstr ""
2947
-
2948
- #: includes/widgets/htmega_business_hours.php:14
2949
- #: includes/widgets/htmega_business_hours.php:36
2950
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:160
2951
- msgid "Business Hours"
2952
- msgstr ""
2953
-
2954
- #: includes/widgets/htmega_business_hours.php:71
2955
- msgid "Business Hours​"
2956
- msgstr ""
2957
-
2958
- #: includes/widgets/htmega_add_banner.php:607
2959
- #: includes/widgets/htmega_button.php:13 includes/widgets/htmega_button.php:39
2960
- #: includes/widgets/htmega_contact_form_seven.php:767
2961
- #: includes/widgets/htmega_custom_event.php:378
2962
- #: includes/widgets/htmega_double_button.php:101
2963
- #: includes/widgets/htmega_double_button.php:188
2964
- #: includes/widgets/htmega_double_button.php:314
2965
- #: includes/widgets/htmega_download_monitor.php:110
2966
- #: includes/widgets/htmega_easy_digital_download.php:528
2967
- #: includes/widgets/htmega_errorcontent.php:126
2968
- #: includes/widgets/htmega_gravity_forms.php:630
2969
- #: includes/widgets/htmega_lightbox.php:118
2970
- #: includes/widgets/htmega_mailchimp_wp.php:290
2971
- #: includes/widgets/htmega_modal.php:103 includes/widgets/htmega_modal.php:202
2972
- #: includes/widgets/htmega_ninja_form.php:913
2973
- #: includes/widgets/htmega_notify.php:51 includes/widgets/htmega_notify.php:311
2974
- #: includes/widgets/htmega_offcanvas.php:176
2975
- #: includes/widgets/htmega_offcanvas.php:404
2976
- #: includes/widgets/htmega_popover.php:321
2977
- #: includes/widgets/htmega_pricing_list_view.php:590
2978
- #: includes/widgets/htmega_quforms.php:749
2979
- #: includes/widgets/htmega_service.php:1010
2980
- #: includes/widgets/htmega_special_day_banner.php:630
2981
- #: includes/widgets/htmega_toggle.php:184
2982
- #: includes/widgets/htmega_tooltip.php:297
2983
- #: includes/widgets/htmega_videoplayer.php:325
2984
- #: includes/widgets/htmega_wc_element_pages.php:1509
2985
- #: includes/widgets/htmega_wpforms.php:916
2986
- #: extensions/ht-builder/widgets/bl_post_search_form.php:183
2987
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:169
2988
- msgid "Button"
2989
- msgstr ""
2990
-
2991
- #: includes/widgets/htmega_double_button.php:268
2992
- msgid "Button Area"
2993
- msgstr ""
2994
-
2995
- #: includes/widgets/htmega_pricing_list_view.php:870
2996
- msgid "Button Background"
2997
- msgstr ""
2998
-
2999
- #: includes/widgets/htmega_tooltip.php:229
3000
- msgid "Button Box Style"
3001
- msgstr ""
3002
-
3003
- #: includes/widgets/htmega_double_button.php:380
3004
- msgid "Button Height"
3005
- msgstr ""
3006
-
3007
- #: includes/widgets/htmega_pricing_list_view.php:882
3008
- msgid "Button Hover Background"
3009
- msgstr ""
3010
-
3011
- #: includes/widgets/htmega_button.php:418
3012
- msgid "Button Hover Effect"
3013
- msgstr ""
3014
-
3015
- #: includes/widgets/htmega_button.php:481
3016
- msgid "Button Hover Shadow"
3017
- msgstr ""
3018
-
3019
- #: includes/widgets/htmega_instagram.php:1367
3020
- #: includes/widgets/htmega_offcanvas.php:191
3021
- #: includes/widgets/htmega_videoplayer.php:111
3022
- msgid "Button Icon"
3023
- msgstr ""
3024
-
3025
- #: includes/widgets/htmega_search.php:68
3026
- msgid "Button Icon Type"
3027
- msgstr ""
3028
-
3029
- #: includes/widgets/htmega_errorcontent.php:152
3030
- #: includes/widgets/htmega_errorcontent.php:200
3031
- msgid "Button Icons"
3032
- msgstr ""
3033
-
3034
- #: includes/widgets/htmega_videoplayer.php:122
3035
- msgid "Button Infinity Animation"
3036
- msgstr ""
3037
-
3038
- #: includes/widgets/htmega_socialshere.php:614
3039
- msgid "Button Line Height"
3040
- msgstr ""
3041
-
3042
- #: includes/widgets/htmega_call_to_action.php:239
3043
- #: includes/widgets/htmega_errorcontent.php:164
3044
- #: includes/widgets/htmega_errorcontent.php:212
3045
- msgid "Button Link"
3046
- msgstr ""
3047
-
3048
- #: includes/widgets/htmega_double_button.php:93
3049
- #: includes/widgets/htmega_double_button.php:464
3050
- msgid "Button One"
3051
- msgstr ""
3052
-
3053
- #: includes/widgets/htmega_pricing_list_view.php:929
3054
- msgid "Button Padding"
3055
- msgstr ""
3056
-
3057
- #: includes/widgets/htmega_button.php:89
3058
- #: includes/widgets/htmega_double_button.php:42
3059
- msgid "Button Size"
3060
- msgstr ""
3061
-
3062
- #: includes/widgets/htmega_button.php:46 includes/widgets/htmega_button.php:190
3063
- #: includes/widgets/htmega_countdown.php:1015
3064
- #: includes/widgets/htmega_download_monitor.php:136
3065
- #: includes/widgets/htmega_wc_element_pages.php:923
3066
- msgid "Button Style"
3067
- msgstr ""
3068
-
3069
- #: includes/widgets/htmega_add_banner.php:134
3070
- #: includes/widgets/htmega_add_banner.php:136
3071
- #: includes/widgets/htmega_call_to_action.php:138
3072
- #: includes/widgets/htmega_call_to_action.php:232
3073
- #: includes/widgets/htmega_errorcontent.php:142
3074
- #: includes/widgets/htmega_errorcontent.php:191
3075
- #: includes/widgets/htmega_notify.php:58
3076
- #: includes/widgets/htmega_offcanvas.php:182
3077
- #: includes/widgets/htmega_popover.php:72
3078
- #: includes/widgets/htmega_special_day_banner.php:138
3079
- #: includes/widgets/htmega_special_day_banner.php:140
3080
- #: includes/widgets/htmega_user_login_form.php:358
3081
- #: includes/widgets/htmega_videoplayer.php:70
3082
- #: extensions/ht-builder/widgets/bl_post_search_form.php:103
3083
- msgid "Button Text"
3084
- msgstr ""
3085
-
3086
- #: includes/widgets/htmega_double_button.php:180
3087
- #: includes/widgets/htmega_double_button.php:637
3088
- msgid "Button Two"
3089
- msgstr ""
3090
-
3091
- #: includes/widgets/htmega_popover.php:48
3092
- #: includes/widgets/htmega_tooltip.php:48
3093
- #: extensions/ht-builder/widgets/bl_post_search_form.php:54
3094
- msgid "Button Type"
3095
- msgstr ""
3096
-
3097
- #: includes/widgets/htmega_double_button.php:347
3098
- msgid "Button Width"
3099
- msgstr ""
3100
-
3101
- #: includes/class.assests.php:386 admin/include/template-library.php:301
3102
- #: admin/include/template-library.php:353
3103
- #: includes/recommended-plugins/class.recommended-plugins.php:122
3104
- #: includes/recommended-plugins/class.recommended-plugins.php:284
3105
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1527
3106
- msgid "Buy Now"
3107
- msgstr ""
3108
-
3109
- #: includes/recommended-plugins/class.recommended-plugins.php:270
3110
- msgid "By "
3111
- msgstr ""
3112
-
3113
- #: includes/widgets/htmega_easy_digital_download.php:145
3114
- #: includes/widgets/htmega_wc_categories.php:82
3115
- msgid "By Parent"
3116
- msgstr ""
3117
-
3118
- #: includes/widgets/htmega_weather.php:57
3119
- msgid "C"
3120
- msgstr ""
3121
-
3122
- #: includes/widgets/htmega_instagram.php:108
3123
- msgid "Cache Time Duration"
3124
- msgstr ""
3125
-
3126
- #: includes/widgets/htmega_caldera_form.php:13
3127
- #: includes/widgets/htmega_caldera_form.php:41
3128
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1255
3129
- msgid "Caldera Form"
3130
- msgstr ""
3131
-
3132
- #: includes/widgets/htmega_booked_calender.php:874
3133
- msgid "Calendar"
3134
- msgstr ""
3135
-
3136
- #: includes/widgets/htmega_booked_calender.php:896
3137
- msgid "Calendar Icon Background"
3138
- msgstr ""
3139
-
3140
- #: includes/widgets/htmega_booked_calender.php:885
3141
- msgid "Calendar Icon Color"
3142
- msgstr ""
3143
-
3144
- #: includes/widgets/htmega_booked_calender.php:938
3145
- msgid "Calendar Icon Padding"
3146
- msgstr ""
3147
-
3148
- #: includes/widgets/htmega_booked_calender.php:918
3149
- msgid "Calendar Icon Radius"
3150
- msgstr ""
3151
-
3152
- #: includes/widgets/htmega_booked_calender.php:162
3153
- msgid "Calendar Size"
3154
- msgstr ""
3155
-
3156
- #: includes/widgets/htmega_call_to_action.php:13
3157
- #: includes/widgets/htmega_call_to_action.php:32
3158
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:178
3159
- msgid "Call To Action"
3160
- msgstr ""
3161
-
3162
- #: includes/widgets/htmega_instagram.php:858
3163
- msgid "Caption"
3164
- msgstr ""
3165
-
3166
- #: includes/widgets/htmega_testimonial_grid.php:168
3167
- #: includes/widgets/htmega_testimonial_grid.php:226
3168
- msgid "Carolina Monntoya"
3169
- msgstr ""
3170
-
3171
- #: includes/widgets/htmega_carousel.php:13
3172
- #: includes/widgets/htmega_carousel.php:43
3173
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:187
3174
- msgid "Carousel"
3175
- msgstr ""
3176
-
3177
- #: includes/widgets/htmega_wc_element_pages.php:58
3178
- msgid "Cart Page"
3179
- msgstr ""
3180
-
3181
- #: includes/widgets/htmega_easy_digital_download.php:159
3182
- #: includes/widgets/htmega_newsticker.php:204
3183
- #: includes/widgets/htmega_newsticker.php:218
3184
- #: includes/widgets/htmega_postgrid.php:79
3185
- #: includes/widgets/htmega_postgrid.php:93
3186
- #: includes/widgets/htmega_post_grid_tab.php:86
3187
- #: includes/widgets/htmega_post_grid_tab.php:100
3188
- #: includes/widgets/htmega_post_slider.php:90
3189
- #: includes/widgets/htmega_post_slider.php:104
3190
- #: includes/widgets/htmega_wc_categories.php:34
3191
- #: includes/widgets/htmega_wc_categories.php:96
3192
- msgid "Categories"
3193
- msgstr ""
3194
-
3195
- #: includes/widgets/htmega_postgrid.php:189
3196
- #: includes/widgets/htmega_postgrid.php:658
3197
- #: includes/widgets/htmega_post_grid_tab.php:213
3198
- #: includes/widgets/htmega_post_grid_tab.php:610
3199
- #: includes/widgets/htmega_post_slider.php:245
3200
- #: includes/widgets/htmega_post_slider.php:1045
3201
- #: includes/widgets/htmega_singlepost.php:109
3202
- #: includes/widgets/htmega_singlepost.php:238
3203
- #: extensions/ht-builder/widgets/bl_post_archive.php:539
3204
- msgid "Category"
3205
- msgstr ""
3206
-
3207
- #: includes/widgets/htmega_wc_categories.php:165
3208
- msgid "Category Area"
3209
- msgstr ""
3210
-
3211
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:710
3212
- msgid "Category List"
3213
- msgstr ""
3214
-
3215
- #: includes/widgets/htmega_data_table.php:339
3216
- #: includes/widgets/htmega_pricing_list_view.php:600
3217
- msgid "Cell Content"
3218
- msgstr ""
3219
-
3220
- #: includes/widgets/htmega_data_table.php:352
3221
- msgid "Cell Icon"
3222
- msgstr ""
3223
-
3224
- #: includes/widgets/htmega_data_table.php:409
3225
- msgid "Cell Image"
3226
- msgstr ""
3227
-
3228
- #: includes/widgets/htmega_pricing_list_view.php:617
3229
- msgid "Cell Label"
3230
- msgstr ""
3231
-
3232
- #: includes/widgets/htmega_data_table.php:482
3233
- msgid "Cell Styles"
3234
- msgstr ""
3235
-
3236
- #: includes/widgets/htmega_accordion.php:571
3237
- #: includes/widgets/htmega_accordion.php:762
3238
- #: includes/widgets/htmega_accordion.php:920
3239
- #: includes/widgets/htmega_accordion.php:1318
3240
- #: includes/widgets/htmega_accordion.php:1436
3241
- #: includes/widgets/htmega_add_banner.php:63
3242
- #: includes/widgets/htmega_add_banner.php:372
3243
- #: includes/widgets/htmega_blockquote.php:187
3244
- #: includes/widgets/htmega_buddy_press.php:258
3245
- #: includes/widgets/htmega_business_hours.php:395
3246
- #: includes/widgets/htmega_button.php:165
3247
- #: includes/widgets/htmega_caldera_form.php:76
3248
- #: includes/widgets/htmega_caldera_form.php:351
3249
- #: includes/widgets/htmega_call_to_action.php:334
3250
- #: includes/widgets/htmega_carousel.php:842
3251
- #: includes/widgets/htmega_contact_form_seven.php:121
3252
- #: includes/widgets/htmega_countdown.php:615
3253
- #: includes/widgets/htmega_countdown.php:647
3254
- #: includes/widgets/htmega_counter.php:292
3255
- #: includes/widgets/htmega_counter.php:325
3256
- #: includes/widgets/htmega_counter.php:431
3257
- #: includes/widgets/htmega_counter.php:557
3258
- #: includes/widgets/htmega_data_table.php:715
3259
- #: includes/widgets/htmega_data_table.php:834
3260
- #: includes/widgets/htmega_double_button.php:329
3261
- #: includes/widgets/htmega_dropcaps.php:88
3262
- #: includes/widgets/htmega_easy_digital_download.php:330
3263
- #: includes/widgets/htmega_easy_digital_download.php:698
3264
- #: includes/widgets/htmega_errorcontent.php:253
3265
- #: includes/widgets/htmega_gravity_forms.php:153
3266
- #: includes/widgets/htmega_gravity_forms.php:209
3267
- #: includes/widgets/htmega_gravity_forms.php:243
3268
- #: includes/widgets/htmega_gravity_forms.php:548
3269
- #: includes/widgets/htmega_gravity_forms.php:779
3270
- #: includes/widgets/htmega_imagemarker.php:714
3271
- #: includes/widgets/htmega_image_comparison.php:186
3272
- #: includes/widgets/htmega_image_grid.php:295
3273
- #: includes/widgets/htmega_image_grid.php:392
3274
- #: includes/widgets/htmega_image_masonry.php:271
3275
- #: includes/widgets/htmega_image_masonry.php:368
3276
- #: includes/widgets/htmega_inlinemenu.php:125
3277
- #: includes/widgets/htmega_instagram.php:1488
3278
- #: includes/widgets/htmega_lightbox.php:200
3279
- #: includes/widgets/htmega_lightbox.php:313
3280
- #: includes/widgets/htmega_mailchimp_wp.php:133
3281
- #: includes/widgets/htmega_modal.php:354 includes/widgets/htmega_modal.php:1009
3282
- #: includes/widgets/htmega_newsticker.php:464
3283
- #: includes/widgets/htmega_ninja_form.php:192
3284
- #: includes/widgets/htmega_ninja_form.php:294
3285
- #: includes/widgets/htmega_ninja_form.php:328
3286
- #: includes/widgets/htmega_ninja_form.php:615
3287
- #: includes/widgets/htmega_ninja_form.php:826
3288
- #: includes/widgets/htmega_ninja_form.php:1038
3289
- #: includes/widgets/htmega_notify.php:286
3290
- #: includes/widgets/htmega_notify.php:566
3291
- #: includes/widgets/htmega_notify.php:832
3292
- #: includes/widgets/htmega_offcanvas.php:287
3293
- #: includes/widgets/htmega_offcanvas.php:379
3294
- #: includes/widgets/htmega_panel_slider.php:607
3295
- #: includes/widgets/htmega_popover.php:269
3296
- #: includes/widgets/htmega_popover.php:665
3297
- #: includes/widgets/htmega_popover.php:769
3298
- #: includes/widgets/htmega_postgrid.php:297
3299
- #: includes/widgets/htmega_postgrid.php:521
3300
- #: includes/widgets/htmega_postgrid.php:634
3301
- #: includes/widgets/htmega_post_grid_tab.php:405
3302
- #: includes/widgets/htmega_post_grid_tab.php:499
3303
- #: includes/widgets/htmega_post_grid_tab.php:586
3304
- #: includes/widgets/htmega_post_grid_tab.php:809
3305
- #: includes/widgets/htmega_post_slider.php:840
3306
- #: includes/widgets/htmega_post_slider.php:934
3307
- #: includes/widgets/htmega_post_slider.php:1021
3308
- #: includes/widgets/htmega_post_slider.php:1237
3309
- #: includes/widgets/htmega_pricing_list_view.php:477
3310
- #: includes/widgets/htmega_pricing_list_view.php:1132
3311
- #: includes/widgets/htmega_quforms.php:94
3312
- #: includes/widgets/htmega_quforms.php:214
3313
- #: includes/widgets/htmega_quforms.php:335
3314
- #: includes/widgets/htmega_quforms.php:555
3315
- #: includes/widgets/htmega_quforms.php:773
3316
- #: includes/widgets/htmega_search.php:160
3317
- #: includes/widgets/htmega_section_title.php:161
3318
- #: includes/widgets/htmega_section_title.php:419
3319
- #: includes/widgets/htmega_service.php:245
3320
- #: includes/widgets/htmega_service.php:429
3321
- #: includes/widgets/htmega_service.php:534
3322
- #: includes/widgets/htmega_service.php:723
3323
- #: includes/widgets/htmega_service.php:985
3324
- #: includes/widgets/htmega_singlepost.php:214
3325
- #: includes/widgets/htmega_singlepost.php:310
3326
- #: includes/widgets/htmega_singlepost.php:417
3327
- #: includes/widgets/htmega_socialshere.php:378
3328
- #: includes/widgets/htmega_special_day_banner.php:47
3329
- #: includes/widgets/htmega_special_day_banner.php:269
3330
- #: includes/widgets/htmega_tablepress.php:217
3331
- #: includes/widgets/htmega_tablepress.php:374
3332
- #: includes/widgets/htmega_tabs.php:517
3333
- #: includes/widgets/htmega_teammember.php:620
3334
- #: includes/widgets/htmega_teammember.php:749
3335
- #: includes/widgets/htmega_teammember.php:839
3336
- #: includes/widgets/htmega_teammember.php:930
3337
- #: includes/widgets/htmega_teammember.php:997
3338
- #: includes/widgets/htmega_testimonial_grid.php:557
3339
- #: includes/widgets/htmega_toggle.php:200
3340
- #: includes/widgets/htmega_tooltip.php:245
3341
- #: includes/widgets/htmega_user_login_form.php:153
3342
- #: includes/widgets/htmega_user_login_form.php:375
3343
- #: includes/widgets/htmega_user_login_form.php:431
3344
- #: includes/widgets/htmega_user_login_form.php:575
3345
- #: includes/widgets/htmega_videoplayer.php:300
3346
- #: includes/widgets/htmega_wc_categories.php:384
3347
- #: includes/widgets/htmega_wpforms.php:184
3348
- #: includes/widgets/htmega_wpforms.php:286
3349
- #: includes/widgets/htmega_wpforms.php:321
3350
- #: includes/widgets/htmega_wpforms.php:618
3351
- #: includes/widgets/htmega_wpforms.php:837
3352
- #: includes/widgets/htmega_wpforms.php:1065
3353
- #: extensions/ht-builder/widgets/bl_nav_menu.php:119
3354
- #: extensions/ht-builder/widgets/bl_nav_menu.php:498
3355
- #: extensions/ht-builder/widgets/bl_page_title.php:141
3356
- #: extensions/ht-builder/widgets/bl_post_archive.php:306
3357
- #: extensions/ht-builder/widgets/bl_post_archive.php:387
3358
- #: extensions/ht-builder/widgets/bl_post_archive.php:494
3359
- #: extensions/ht-builder/widgets/bl_post_archive.php:600
3360
- #: extensions/ht-builder/widgets/bl_post_archive.php:680
3361
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:143
3362
- #: extensions/ht-builder/widgets/bl_post_content.php:76
3363
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:76
3364
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:75
3365
- #: extensions/ht-builder/widgets/bl_post_title.php:106
3366
- #: extensions/ht-builder/widgets/bl_site_logo.php:163
3367
- #: extensions/ht-builder/widgets/bl_site_title.php:143
3368
- #: extensions/ht-menu/widgets/inline-mega-menu.php:170
3369
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:171
3370
- msgid "Center"
3371
- msgstr ""
3372
-
3373
- #: includes/widgets/htmega_googlemap.php:100
3374
- msgid "Center Address"
3375
- msgstr ""
3376
-
3377
- #: includes/widgets/htmega_blockquote.php:158
3378
- msgid "Center Bottom"
3379
- msgstr ""
3380
-
3381
- #: includes/widgets/htmega_blockquote.php:157
3382
- msgid "Center Center"
3383
- msgstr ""
3384
-
3385
- #: includes/widgets/htmega_carousel.php:225
3386
- #: includes/widgets/htmega_instagram.php:420
3387
- #: includes/widgets/htmega_panel_slider.php:325
3388
- #: includes/widgets/htmega_post_slider.php:405
3389
- #: includes/widgets/htmega_slider_thumb_gallery.php:222
3390
- #: includes/widgets/htmega_twitter_feed.php:347
3391
- msgid "Center Mode"
3392
- msgstr ""
3393
-
3394
- #: includes/widgets/htmega_carousel.php:238
3395
- #: includes/widgets/htmega_instagram.php:433
3396
- #: includes/widgets/htmega_panel_slider.php:338
3397
- #: includes/widgets/htmega_post_slider.php:418
3398
- #: includes/widgets/htmega_slider_thumb_gallery.php:233
3399
- #: includes/widgets/htmega_twitter_feed.php:360
3400
- msgid "Center padding"
3401
- msgstr ""
3402
-
3403
- #: includes/widgets/htmega_blockquote.php:156
3404
- msgid "Center Top"
3405
- msgstr ""
3406
-
3407
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:845
3408
- msgid "Chart"
3409
- msgstr ""
3410
-
3411
- #: includes/widgets/htmega_user_login_form.php:1030
3412
- msgid "Checkbox Icon Color"
3413
- msgstr ""
3414
-
3415
- #: includes/widgets/htmega_wc_element_pages.php:371
3416
- msgid "Checkout Button"
3417
- msgstr ""
3418
-
3419
- #: includes/widgets/htmega_wc_element_pages.php:60
3420
- msgid "Checkout Page"
3421
- msgstr ""
3422
-
3423
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:515
3424
- msgid "Choose"
3425
- msgstr ""
3426
-
3427
- #: includes/widgets/htmega_countdown.php:703
3428
- msgid "Choose Area Seperator Image"
3429
- msgstr ""
3430
-
3431
- #: admin/include/class.settings-api.php:398
3432
- msgid "Choose File"
3433
- msgstr ""
3434
-
3435
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:310
3436
- msgid "Choose Icon"
3437
- msgstr ""
3438
-
3439
- #: includes/widgets/htmega_scroll_image.php:50
3440
- msgid "Choose Image"
3441
- msgstr ""
3442
-
3443
- #: includes/widgets/htmega_wc_element_pages.php:70
3444
- msgid "Choose Product"
3445
- msgstr ""
3446
-
3447
- #: includes/widgets/htmega_progress_bar.php:63
3448
- msgid "Circle"
3449
- msgstr ""
3450
-
3451
- #: admin/include/templates/library/templates.php:149
3452
- msgid "Click here"
3453
- msgstr ""
3454
-
3455
- #: includes/widgets/htmega_button.php:65
3456
- msgid "Click Me"
3457
- msgstr ""
3458
-
3459
- #: includes/widgets/htmega_testimonial_grid.php:184
3460
- msgid "Client Rating"
3461
- msgstr ""
3462
-
3463
- #: includes/widgets/htmega_testimonial_grid.php:212
3464
- msgid "Client Say"
3465
- msgstr ""
3466
-
3467
- #: includes/widgets/htmega_testimonial_grid.php:541
3468
- msgid "Client say"
3469
- msgstr ""
3470
-
3471
- #: includes/widgets/htmega_animated_heading.php:74
3472
- msgid "Clip"
3473
- msgstr ""
3474
-
3475
- #: includes/widgets/htmega_animated_heading.php:454
3476
- msgid "Clip Color"
3477
- msgstr ""
3478
-
3479
- #: includes/widgets/htmega_animated_heading.php:470
3480
- msgid "Clip Width"
3481
- msgstr ""
3482
-
3483
- #: includes/widgets/htmega_business_hours.php:169
3484
- #: includes/widgets/htmega_modal.php:833
3485
- #: includes/widgets/htmega_post_grid_tab.php:983
3486
- #: includes/widgets/htmega_toggle.php:63 includes/widgets/htmega_toggle.php:64
3487
- msgid "Close"
3488
- msgstr ""
3489
-
3490
- #: includes/widgets/htmega_search.php:121
3491
- msgid "close"
3492
- msgstr ""
3493
-
3494
- #: includes/widgets/htmega_accordion.php:355
3495
- msgid "Close All Item"
3496
- msgstr ""
3497
-
3498
- #: includes/widgets/htmega_notify.php:618
3499
- msgid "Close Button"
3500
- msgstr ""
3501
-
3502
- #: includes/widgets/htmega_search.php:845
3503
- msgid "Close Button Style"
3504
- msgstr ""
3505
-
3506
- #: includes/widgets/htmega_search.php:119
3507
- msgid "Close Button Text"
3508
- msgstr ""
3509
-
3510
- #: includes/widgets/htmega_data_table.php:527
3511
- #: includes/widgets/htmega_data_table.php:533
3512
- #: includes/widgets/htmega_data_table.php:539
3513
- #: includes/widgets/htmega_data_table.php:546
3514
- #: includes/widgets/htmega_pricing_list_view.php:1092
3515
- #: includes/widgets/htmega_pricing_list_view.php:1098
3516
- #: includes/widgets/htmega_pricing_list_view.php:1104
3517
- #: includes/widgets/htmega_pricing_list_view.php:1111
3518
- msgid "col"
3519
- msgstr ""
3520
-
3521
- #: includes/widgets/htmega_pricing_list_view.php:215
3522
- msgid "Col Span"
3523
- msgstr ""
3524
-
3525
- #: includes/widgets/htmega_notify.php:247
3526
- msgid "col-md-1"
3527
- msgstr ""
3528
-
3529
- #: includes/widgets/htmega_notify.php:238
3530
- msgid "col-md-10"
3531
- msgstr ""
3532
-
3533
- #: includes/widgets/htmega_notify.php:237
3534
- msgid "col-md-11"
3535
- msgstr ""
3536
-
3537
- #: includes/widgets/htmega_notify.php:236
3538
- msgid "col-md-12"
3539
- msgstr ""
3540
-
3541
- #: includes/widgets/htmega_notify.php:246
3542
- msgid "col-md-2"
3543
- msgstr ""
3544
-
3545
- #: includes/widgets/htmega_notify.php:245
3546
- msgid "col-md-3"
3547
- msgstr ""
3548
-
3549
- #: includes/widgets/htmega_notify.php:244
3550
- msgid "col-md-4"
3551
- msgstr ""
3552
-
3553
- #: includes/widgets/htmega_notify.php:243
3554
- msgid "col-md-5"
3555
- msgstr ""
3556
-
3557
- #: includes/widgets/htmega_notify.php:242
3558
- msgid "col-md-6"
3559
- msgstr ""
3560
-
3561
- #: includes/widgets/htmega_notify.php:241
3562
- msgid "col-md-7"
3563
- msgstr ""
3564
-
3565
- #: includes/widgets/htmega_notify.php:240
3566
- msgid "col-md-8"
3567
- msgstr ""
3568
-
3569
- #: includes/widgets/htmega_notify.php:239
3570
- msgid "col-md-9"
3571
- msgstr ""
3572
-
3573
- #: includes/widgets/htmega_accordion.php:642
3574
- #: includes/widgets/htmega_accordion.php:683
3575
- #: includes/widgets/htmega_accordion.php:779
3576
- #: includes/widgets/htmega_accordion.php:997
3577
- #: includes/widgets/htmega_accordion.php:1136
3578
- #: includes/widgets/htmega_accordion.php:1247
3579
- #: includes/widgets/htmega_accordion.php:1348
3580
- #: includes/widgets/htmega_add_banner.php:441
3581
- #: includes/widgets/htmega_add_banner.php:500
3582
- #: includes/widgets/htmega_add_banner.php:559
3583
- #: includes/widgets/htmega_add_banner.php:626
3584
- #: includes/widgets/htmega_add_banner.php:714
3585
- #: includes/widgets/htmega_animated_heading.php:161
3586
- #: includes/widgets/htmega_animated_heading.php:244
3587
- #: includes/widgets/htmega_animated_heading.php:292
3588
- #: includes/widgets/htmega_animated_heading.php:379
3589
- #: includes/widgets/htmega_blockquote.php:277
3590
- #: includes/widgets/htmega_blockquote.php:334
3591
- #: includes/widgets/htmega_blockquote.php:506
3592
- #: includes/widgets/htmega_booked_calender.php:271
3593
- #: includes/widgets/htmega_booked_calender.php:320
3594
- #: includes/widgets/htmega_booked_calender.php:363
3595
- #: includes/widgets/htmega_booked_calender.php:486
3596
- #: includes/widgets/htmega_booked_calender.php:519
3597
- #: includes/widgets/htmega_buddy_press.php:323
3598
- #: includes/widgets/htmega_buddy_press.php:365
3599
- #: includes/widgets/htmega_buddy_press.php:392
3600
- #: includes/widgets/htmega_business_hours.php:418
3601
- #: includes/widgets/htmega_business_hours.php:513
3602
- #: includes/widgets/htmega_business_hours.php:552
3603
- #: includes/widgets/htmega_caldera_form.php:92
3604
- #: includes/widgets/htmega_caldera_form.php:145
3605
- #: includes/widgets/htmega_caldera_form.php:665
3606
- #: includes/widgets/htmega_caldera_form.php:704
3607
- #: includes/widgets/htmega_call_to_action.php:511
3608
- #: includes/widgets/htmega_call_to_action.php:570
3609
- #: includes/widgets/htmega_call_to_action.php:629
3610
- #: includes/widgets/htmega_call_to_action.php:823
3611
- #: includes/widgets/htmega_call_to_action.php:1029
3612
- #: includes/widgets/htmega_carousel.php:557
3613
- #: includes/widgets/htmega_carousel.php:760
3614
- #: includes/widgets/htmega_contact_form_seven.php:968
3615
- #: includes/widgets/htmega_contact_form_seven.php:1002
3616
- #: includes/widgets/htmega_countdown.php:687
3617
- #: includes/widgets/htmega_countdown.php:749
3618
- #: includes/widgets/htmega_countdown.php:922
3619
- #: includes/widgets/htmega_countdown.php:1044
3620
- #: includes/widgets/htmega_countdown.php:1129
3621
- #: includes/widgets/htmega_counter.php:456
3622
- #: includes/widgets/htmega_counter.php:582
3623
- #: includes/widgets/htmega_counter.php:821
3624
- #: includes/widgets/htmega_counter.php:938
3625
- #: includes/widgets/htmega_counter.php:1026
3626
- #: includes/widgets/htmega_custom_event.php:143
3627
- #: includes/widgets/htmega_custom_event.php:198
3628
- #: includes/widgets/htmega_custom_event.php:228
3629
- #: includes/widgets/htmega_custom_event.php:285
3630
- #: includes/widgets/htmega_custom_event.php:330
3631
- #: includes/widgets/htmega_custom_event.php:398
3632
- #: includes/widgets/htmega_custom_event.php:448
3633
- #: includes/widgets/htmega_data_table.php:393
3634
- #: includes/widgets/htmega_double_button.php:482
3635
- #: includes/widgets/htmega_double_button.php:578
3636
- #: includes/widgets/htmega_double_button.php:655
3637
- #: includes/widgets/htmega_double_button.php:750
3638
- #: includes/widgets/htmega_double_button.php:838
3639
- #: includes/widgets/htmega_download_monitor.php:211
3640
- #: includes/widgets/htmega_download_monitor.php:258
3641
- #: includes/widgets/htmega_download_monitor.php:328
3642
- #: includes/widgets/htmega_dropcaps.php:109
3643
- #: includes/widgets/htmega_dropcaps.php:205
3644
- #: includes/widgets/htmega_easy_digital_download.php:367
3645
- #: includes/widgets/htmega_easy_digital_download.php:439
3646
- #: includes/widgets/htmega_easy_digital_download.php:548
3647
- #: includes/widgets/htmega_easy_digital_download.php:627
3648
- #: includes/widgets/htmega_easy_digital_download.php:715
3649
- #: includes/widgets/htmega_errorcontent.php:315
3650
- #: includes/widgets/htmega_errorcontent.php:394
3651
- #: includes/widgets/htmega_errorcontent.php:473
3652
- #: includes/widgets/htmega_errorcontent.php:558
3653
- #: includes/widgets/htmega_errorcontent.php:644
3654
- #: includes/widgets/htmega_errorcontent.php:709
3655
- #: includes/widgets/htmega_errorcontent.php:795
3656
- #: includes/widgets/htmega_gravity_forms.php:127
3657
- #: includes/widgets/htmega_gravity_forms.php:183
3658
- #: includes/widgets/htmega_gravity_forms.php:270
3659
- #: includes/widgets/htmega_gravity_forms.php:351
3660
- #: includes/widgets/htmega_gravity_forms.php:415
3661
- #: includes/widgets/htmega_gravity_forms.php:585
3662
- #: includes/widgets/htmega_gravity_forms.php:695
3663
- #: includes/widgets/htmega_gravity_forms.php:805
3664
- #: includes/widgets/htmega_gravity_forms.php:886
3665
- #: includes/widgets/htmega_imagemarker.php:623
3666
- #: includes/widgets/htmega_imagemarker.php:638
3667
- #: includes/widgets/htmega_imagemarker.php:855
3668
- #: includes/widgets/htmega_imagemarker.php:929
3669
- #: includes/widgets/htmega_imagemarker.php:977
3670
- #: includes/widgets/htmega_image_comparison.php:239
3671
- #: includes/widgets/htmega_image_comparison.php:320
3672
- #: includes/widgets/htmega_image_comparison.php:419
3673
- #: includes/widgets/htmega_image_grid.php:318
3674
- #: includes/widgets/htmega_image_grid.php:415
3675
- #: includes/widgets/htmega_image_grid.php:467
3676
- #: includes/widgets/htmega_image_grid.php:549
3677
- #: includes/widgets/htmega_image_masonry.php:294
3678
- #: includes/widgets/htmega_image_masonry.php:391
3679
- #: includes/widgets/htmega_image_masonry.php:464
3680
- #: includes/widgets/htmega_image_masonry.php:545
3681
- #: includes/widgets/htmega_inlinemenu.php:152
3682
- #: includes/widgets/htmega_inlinemenu.php:251
3683
- #: includes/widgets/htmega_inlinemenu.php:414
3684
- #: includes/widgets/htmega_instagram.php:800
3685
- #: includes/widgets/htmega_instagram.php:874
3686
- #: includes/widgets/htmega_instagram.php:934
3687
- #: includes/widgets/htmega_instagram.php:1080
3688
- #: includes/widgets/htmega_instagram.php:1301
3689
- #: includes/widgets/htmega_instagram.php:1397
3690
- #: includes/widgets/htmega_lightbox.php:339
3691
- #: includes/widgets/htmega_modal.php:217 includes/widgets/htmega_modal.php:441
3692
- #: includes/widgets/htmega_modal.php:582 includes/widgets/htmega_modal.php:680
3693
- #: includes/widgets/htmega_modal.php:754 includes/widgets/htmega_modal.php:840
3694
- #: includes/widgets/htmega_modal.php:924
3695
- #: includes/widgets/htmega_newsticker.php:426
3696
- #: includes/widgets/htmega_newsticker.php:500
3697
- #: includes/widgets/htmega_newsticker.php:634
3698
- #: includes/widgets/htmega_newsticker.php:743
3699
- #: includes/widgets/htmega_newsticker.php:867
3700
- #: includes/widgets/htmega_newsticker.php:917
3701
- #: includes/widgets/htmega_ninja_form.php:120
3702
- #: includes/widgets/htmega_ninja_form.php:222
3703
- #: includes/widgets/htmega_ninja_form.php:356
3704
- #: includes/widgets/htmega_ninja_form.php:440
3705
- #: includes/widgets/htmega_ninja_form.php:502
3706
- #: includes/widgets/htmega_ninja_form.php:651
3707
- #: includes/widgets/htmega_ninja_form.php:724
3708
- #: includes/widgets/htmega_ninja_form.php:870
3709
- #: includes/widgets/htmega_ninja_form.php:954
3710
- #: includes/widgets/htmega_ninja_form.php:1064
3711
- #: includes/widgets/htmega_ninja_form.php:1145
3712
- #: includes/widgets/htmega_ninja_form.php:1165
3713
- #: includes/widgets/htmega_notify.php:328
3714
- #: includes/widgets/htmega_notify.php:424
3715
- #: includes/widgets/htmega_notify.php:479
3716
- #: includes/widgets/htmega_notify.php:624
3717
- #: includes/widgets/htmega_offcanvas.php:421
3718
- #: includes/widgets/htmega_offcanvas.php:493
3719
- #: includes/widgets/htmega_panel_slider.php:676
3720
- #: includes/widgets/htmega_panel_slider.php:745
3721
- #: includes/widgets/htmega_panel_slider.php:815
3722
- #: includes/widgets/htmega_panel_slider.php:1028
3723
- #: includes/widgets/htmega_popover.php:337
3724
- #: includes/widgets/htmega_popover.php:459
3725
- #: includes/widgets/htmega_popover.php:602
3726
- #: includes/widgets/htmega_popover.php:706
3727
- #: includes/widgets/htmega_postgrid.php:453
3728
- #: includes/widgets/htmega_postgrid.php:581
3729
- #: includes/widgets/htmega_postgrid.php:668
3730
- #: includes/widgets/htmega_post_grid_tab.php:436
3731
- #: includes/widgets/htmega_post_grid_tab.php:533
3732
- #: includes/widgets/htmega_post_grid_tab.php:630
3733
- #: includes/widgets/htmega_post_grid_tab.php:694
3734
- #: includes/widgets/htmega_post_grid_tab.php:734
3735
- #: includes/widgets/htmega_post_grid_tab.php:850
3736
- #: includes/widgets/htmega_post_grid_tab.php:934
3737
- #: includes/widgets/htmega_post_grid_tab.php:1000
3738
- #: includes/widgets/htmega_post_grid_tab.php:1058
3739
- #: includes/widgets/htmega_post_slider.php:871
3740
- #: includes/widgets/htmega_post_slider.php:968
3741
- #: includes/widgets/htmega_post_slider.php:1065
3742
- #: includes/widgets/htmega_post_slider.php:1128
3743
- #: includes/widgets/htmega_post_slider.php:1164
3744
- #: includes/widgets/htmega_post_slider.php:1278
3745
- #: includes/widgets/htmega_post_slider.php:1361
3746
- #: includes/widgets/htmega_post_slider.php:1542
3747
- #: includes/widgets/htmega_post_slider.php:1690
3748
- #: includes/widgets/htmega_pricing_list_view.php:1797
3749
- #: includes/widgets/htmega_progress_bar.php:737
3750
- #: includes/widgets/htmega_quforms.php:121
3751
- #: includes/widgets/htmega_quforms.php:241
3752
- #: includes/widgets/htmega_quforms.php:363
3753
- #: includes/widgets/htmega_quforms.php:487
3754
- #: includes/widgets/htmega_quforms.php:583
3755
- #: includes/widgets/htmega_quforms.php:705
3756
- #: includes/widgets/htmega_quforms.php:838
3757
- #: includes/widgets/htmega_quforms.php:925
3758
- #: includes/widgets/htmega_quforms.php:1023
3759
- #: includes/widgets/htmega_scroll_image.php:329
3760
- #: includes/widgets/htmega_scroll_navigation.php:331
3761
- #: includes/widgets/htmega_search.php:442
3762
- #: includes/widgets/htmega_search.php:611
3763
- #: includes/widgets/htmega_search.php:690
3764
- #: includes/widgets/htmega_search.php:856
3765
- #: includes/widgets/htmega_search.php:953
3766
- #: includes/widgets/htmega_section_title.php:517
3767
- #: includes/widgets/htmega_section_title.php:546
3768
- #: includes/widgets/htmega_section_title.php:779
3769
- #: includes/widgets/htmega_section_title.php:942
3770
- #: includes/widgets/htmega_service.php:364
3771
- #: includes/widgets/htmega_service.php:480
3772
- #: includes/widgets/htmega_service.php:645
3773
- #: includes/widgets/htmega_service.php:754
3774
- #: includes/widgets/htmega_service.php:1029
3775
- #: includes/widgets/htmega_service.php:1115
3776
- #: includes/widgets/htmega_singlepost.php:152
3777
- #: includes/widgets/htmega_singlepost.php:248
3778
- #: includes/widgets/htmega_singlepost.php:350
3779
- #: includes/widgets/htmega_slider_thumb_gallery.php:685
3780
- #: includes/widgets/htmega_slider_thumb_gallery.php:738
3781
- #: includes/widgets/htmega_slider_thumb_gallery.php:823
3782
- #: includes/widgets/htmega_slider_thumb_gallery.php:996
3783
- #: includes/widgets/htmega_socialshere.php:186
3784
- #: includes/widgets/htmega_socialshere.php:228
3785
- #: includes/widgets/htmega_special_day_banner.php:346
3786
- #: includes/widgets/htmega_special_day_banner.php:405
3787
- #: includes/widgets/htmega_special_day_banner.php:464
3788
- #: includes/widgets/htmega_special_day_banner.php:523
3789
- #: includes/widgets/htmega_special_day_banner.php:582
3790
- #: includes/widgets/htmega_special_day_banner.php:649
3791
- #: includes/widgets/htmega_special_day_banner.php:737
3792
- #: includes/widgets/htmega_switcher.php:474
3793
- #: includes/widgets/htmega_switcher.php:553
3794
- #: includes/widgets/htmega_tablepress.php:175
3795
- #: includes/widgets/htmega_tablepress.php:410
3796
- #: includes/widgets/htmega_tabs.php:537 includes/widgets/htmega_tabs.php:623
3797
- #: includes/widgets/htmega_tabs.php:861
3798
- #: includes/widgets/htmega_teammember.php:696
3799
- #: includes/widgets/htmega_teammember.php:786
3800
- #: includes/widgets/htmega_teammember.php:876
3801
- #: includes/widgets/htmega_testimonial_grid.php:427
3802
- #: includes/widgets/htmega_testimonial_grid.php:488
3803
- #: includes/widgets/htmega_testimonial_grid.php:580
3804
- #: includes/widgets/htmega_testimonial_grid.php:701
3805
- #: includes/widgets/htmega_toggle.php:129
3806
- #: includes/widgets/htmega_toggle.php:232
3807
- #: includes/widgets/htmega_toggle.php:349
3808
- #: includes/widgets/htmega_tooltip.php:313
3809
- #: includes/widgets/htmega_tooltip.php:436
3810
- #: includes/widgets/htmega_tooltip.php:491
3811
- #: includes/widgets/htmega_twitter_feed.php:627
3812
- #: includes/widgets/htmega_twitter_feed.php:708
3813
- #: includes/widgets/htmega_twitter_feed.php:844
3814
- #: includes/widgets/htmega_twitter_feed.php:877
3815
- #: includes/widgets/htmega_twitter_feed.php:907
3816
- #: includes/widgets/htmega_twitter_feed.php:977
3817
- #: includes/widgets/htmega_twitter_feed.php:1034
3818
- #: includes/widgets/htmega_twitter_feed.php:1075
3819
- #: includes/widgets/htmega_twitter_feed.php:1240
3820
- #: includes/widgets/htmega_user_login_form.php:1104
3821
- #: includes/widgets/htmega_user_login_form.php:1231
3822
- #: includes/widgets/htmega_user_login_form.php:1302
3823
- #: includes/widgets/htmega_user_login_form.php:1415
3824
- #: includes/widgets/htmega_user_login_form.php:1472
3825
- #: includes/widgets/htmega_verticle_time_line.php:132
3826
- #: includes/widgets/htmega_verticle_time_line.php:198
3827
- #: includes/widgets/htmega_verticle_time_line.php:281
3828
- #: includes/widgets/htmega_verticle_time_line.php:328
3829
- #: includes/widgets/htmega_videoplayer.php:343
3830
- #: includes/widgets/htmega_videoplayer.php:481
3831
- #: includes/widgets/htmega_wc_categories.php:308
3832
- #: includes/widgets/htmega_wc_categories.php:410
3833
- #: includes/widgets/htmega_wc_element_pages.php:668
3834
- #: includes/widgets/htmega_wc_element_pages.php:1314
3835
- #: includes/widgets/htmega_wc_element_pages.php:1713
3836
- #: includes/widgets/htmega_wc_element_pages.php:1800
3837
- #: includes/widgets/htmega_wc_element_pages.php:1861
3838
- #: includes/widgets/htmega_weather.php:255
3839
- #: includes/widgets/htmega_working_process.php:628
3840
- #: includes/widgets/htmega_working_process.php:639
3841
- #: includes/widgets/htmega_working_process.php:720
3842
- #: includes/widgets/htmega_working_process.php:820
3843
- #: includes/widgets/htmega_working_process.php:941
3844
- #: includes/widgets/htmega_working_process.php:1070
3845
- #: includes/widgets/htmega_wpforms.php:112
3846
- #: includes/widgets/htmega_wpforms.php:214
3847
- #: includes/widgets/htmega_wpforms.php:348
3848
- #: includes/widgets/htmega_wpforms.php:422
3849
- #: includes/widgets/htmega_wpforms.php:461
3850
- #: includes/widgets/htmega_wpforms.php:505
3851
- #: includes/widgets/htmega_wpforms.php:655
3852
- #: includes/widgets/htmega_wpforms.php:727
3853
- #: includes/widgets/htmega_wpforms.php:873
3854
- #: includes/widgets/htmega_wpforms.php:981
3855
- #: includes/widgets/htmega_wpforms.php:1091
3856
- #: includes/widgets/htmega_wpforms.php:1144
3857
- #: extensions/ht-builder/widgets/bl_nav_menu.php:148
3858
- #: extensions/ht-builder/widgets/bl_nav_menu.php:233
3859
- #: extensions/ht-builder/widgets/bl_nav_menu.php:286
3860
- #: extensions/ht-builder/widgets/bl_nav_menu.php:381
3861
- #: extensions/ht-builder/widgets/bl_nav_menu.php:434
3862
- #: extensions/ht-builder/widgets/bl_page_title.php:66
3863
- #: extensions/ht-builder/widgets/bl_post_archive.php:347
3864
- #: extensions/ht-builder/widgets/bl_post_archive.php:414
3865
- #: extensions/ht-builder/widgets/bl_post_archive.php:453
3866
- #: extensions/ht-builder/widgets/bl_post_archive.php:560
3867
- #: extensions/ht-builder/widgets/bl_post_archive.php:627
3868
- #: extensions/ht-builder/widgets/bl_post_archive.php:652
3869
- #: extensions/ht-builder/widgets/bl_post_archive.php:721
3870
- #: extensions/ht-builder/widgets/bl_post_archive.php:796
3871
- #: extensions/ht-builder/widgets/bl_post_archive.php:856
3872
- #: extensions/ht-builder/widgets/bl_post_archive.php:920
3873
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:68
3874
- #: extensions/ht-builder/widgets/bl_post_author_info.php:225
3875
- #: extensions/ht-builder/widgets/bl_post_author_info.php:265
3876
- #: extensions/ht-builder/widgets/bl_post_comments.php:48
3877
- #: extensions/ht-builder/widgets/bl_post_comments.php:98
3878
- #: extensions/ht-builder/widgets/bl_post_comments.php:148
3879
- #: extensions/ht-builder/widgets/bl_post_content.php:48
3880
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:48
3881
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:361
3882
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:401
3883
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:431
3884
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:457
3885
- #: extensions/ht-builder/widgets/bl_post_search_form.php:127
3886
- #: extensions/ht-builder/widgets/bl_post_search_form.php:201
3887
- #: extensions/ht-builder/widgets/bl_post_search_form.php:275
3888
- #: extensions/ht-builder/widgets/bl_site_title.php:68
3889
- #: extensions/ht-menu/menu/templates.php:114
3890
- #: extensions/ht-menu/menu/templates.php:135
3891
- msgid "Color"
3892
- msgstr ""
3893
-
3894
- #: includes/widgets/htmega_socialshere.php:689
3895
- #: includes/widgets/htmega_socialshere.php:721
3896
- msgid "color"
3897
- msgstr ""
3898
-
3899
- #: includes/widgets/htmega_data_table.php:468
3900
- #: includes/widgets/htmega_pricing_list_view.php:646
3901
- msgid "Colspan"
3902
- msgstr ""
3903
-
3904
- #: includes/widgets/htmega_data_table.php:314
3905
- #: includes/widgets/htmega_image_grid.php:66
3906
- #: includes/widgets/htmega_image_masonry.php:75
3907
- #: includes/widgets/htmega_instagram.php:143
3908
- #: includes/widgets/htmega_pricing_list_view.php:550
3909
- #: includes/widgets/htmega_user_login_form.php:404
3910
- #: includes/widgets/htmega_working_process.php:58
3911
- msgid "Column"
3912
- msgstr ""
3913
-
3914
- #: includes/widgets/htmega_testimonial_grid.php:56
3915
- msgid "Column "
3916
- msgstr ""
3917
-
3918
- #: includes/widgets/htmega_working_process.php:66
3919
- msgid "Column Five"
3920
- msgstr ""
3921
-
3922
- #: includes/widgets/htmega_working_process.php:65
3923
- msgid "Column Four"
3924
- msgstr ""
3925
-
3926
- #: includes/widgets/htmega_panel_slider.php:217
3927
- #: includes/widgets/htmega_testimonial_grid.php:145
3928
- msgid "Column Gap"
3929
- msgstr ""
3930
-
3931
- #: includes/widgets/htmega_countdown.php:336
3932
- msgid "Column Height"
3933
- msgstr ""
3934
-
3935
- #: includes/widgets/htmega_data_table.php:214
3936
- #: includes/widgets/htmega_pricing_list_view.php:202
3937
- msgid "Column Name"
3938
- msgstr ""
3939
-
3940
- #: includes/widgets/htmega_working_process.php:62
3941
- msgid "Column One"
3942
- msgstr ""
3943
-
3944
- #: includes/widgets/htmega_image_grid.php:83
3945
- #: includes/widgets/htmega_twitter_feed.php:257
3946
- msgid "Column Space"
3947
- msgstr ""
3948
-
3949
- #: includes/widgets/htmega_countdown.php:373
3950
- msgid "Column Spacing"
3951
- msgstr ""
3952
-
3953
- #: includes/widgets/htmega_data_table.php:223
3954
- msgid "Column styles"
3955
- msgstr ""
3956
-
3957
- #: includes/widgets/htmega_working_process.php:64
3958
- msgid "Column Three"
3959
- msgstr ""
3960
-
3961
- #: includes/widgets/htmega_working_process.php:63
3962
- msgid "Column Two"
3963
- msgstr ""
3964
-
3965
- #: includes/widgets/htmega_buddy_press.php:280
3966
- #: includes/widgets/htmega_countdown.php:300
3967
- msgid "Column Width"
3968
- msgstr ""
3969
-
3970
- #: includes/widgets/htmega_panel_slider.php:239
3971
- msgid "Column width accroding to image"
3972
- msgstr ""
3973
-
3974
- #: includes/widgets/htmega_easy_digital_download.php:50
3975
- #: includes/widgets/htmega_wc_categories.php:41
3976
- #: extensions/ht-builder/widgets/bl_post_archive.php:56
3977
- msgid "Columns"
3978
- msgstr ""
3979
-
3980
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1487
3981
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1512
3982
- msgid "Coming soon Page Builder"
3983
- msgstr ""
3984
-
3985
- #: extensions/ht-builder/admin/setting.php:148
3986
- msgid "Coming Soon Page Template."
3987
- msgstr ""
3988
-
3989
- #: includes/widgets/htmega_newsticker.php:261
3990
- #: includes/widgets/htmega_postgrid.php:152
3991
- #: includes/widgets/htmega_post_grid_tab.php:159
3992
- #: includes/widgets/htmega_post_slider.php:163
3993
- #: extensions/ht-builder/widgets/bl_post_archive.php:203
3994
- msgid "Comment count"
3995
- msgstr ""
3996
-
3997
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:74
3998
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:241
3999
- msgid "Comments"
4000
- msgstr ""
4001
-
4002
- #: extensions/ht-builder/widgets/bl_post_comments.php:192
4003
- msgid "Comments Are Closed"
4004
- msgstr ""
4005
-
4006
- #: includes/widgets/htmega_caldera_form.php:696
4007
- #: includes/widgets/htmega_gravity_forms.php:878
4008
- #: includes/widgets/htmega_quforms.php:1015
4009
- msgid "Confirmation Style"
4010
- msgstr ""
4011
-
4012
- #: includes/widgets/htmega_twitter_feed.php:82
4013
- msgid "Consumer Key"
4014
- msgstr ""
4015
-
4016
- #: includes/widgets/htmega_twitter_feed.php:92
4017
- msgid "Consumer Secret"
4018
- msgstr ""
4019
-
4020
- #: includes/widgets/htmega_errorcontent.php:185
4021
- #: includes/widgets/htmega_errorcontent.php:693
4022
- msgid "Contact Button"
4023
- msgstr ""
4024
-
4025
- #: includes/widgets/htmega_contact_form_seven.php:44
4026
- #: includes/widgets/htmega_contact_form_seven.php:68
4027
- msgid "Contact Form"
4028
- msgstr ""
4029
-
4030
- #: includes/widgets/htmega_contact_form_seven.php:13
4031
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1266
4032
- msgid "Contact form 7"
4033
- msgstr ""
4034
-
4035
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1469
4036
- msgid "Contact Us"
4037
- msgstr ""
4038
-
4039
- #: includes/widgets/htmega_post_slider.php:682
4040
- msgid "Container background"
4041
- msgstr ""
4042
-
4043
- #: includes/widgets/htmega_post_slider.php:667
4044
- msgid "Container Border Radius"
4045
- msgstr ""
4046
-
4047
- #: includes/widgets/htmega_add_banner.php:356
4048
- #: includes/widgets/htmega_blockquote.php:54
4049
- #: includes/widgets/htmega_blockquote.php:67
4050
- #: includes/widgets/htmega_blockquote.php:269
4051
- #: includes/widgets/htmega_dropcaps.php:58
4052
- #: includes/widgets/htmega_imagemarker.php:698
4053
- #: includes/widgets/htmega_modal.php:64 includes/widgets/htmega_modal.php:77
4054
- #: includes/widgets/htmega_modal.php:79
4055
- #: includes/widgets/htmega_newsticker.php:419
4056
- #: includes/widgets/htmega_notify.php:473
4057
- #: includes/widgets/htmega_popover.php:691
4058
- #: includes/widgets/htmega_post_grid_tab.php:192
4059
- #: includes/widgets/htmega_post_grid_tab.php:523
4060
- #: includes/widgets/htmega_post_slider.php:199
4061
- #: includes/widgets/htmega_post_slider.php:958
4062
- #: includes/widgets/htmega_pricing_list_view.php:68
4063
- #: includes/widgets/htmega_pricing_list_view.php:195
4064
- #: includes/widgets/htmega_pricing_list_view.php:560
4065
- #: includes/widgets/htmega_scroll_navigation.php:73
4066
- #: includes/widgets/htmega_scroll_navigation.php:75
4067
- #: includes/widgets/htmega_scroll_navigation.php:85
4068
- #: includes/widgets/htmega_switcher.php:115
4069
- #: includes/widgets/htmega_switcher.php:128
4070
- #: includes/widgets/htmega_switcher.php:131
4071
- #: includes/widgets/htmega_switcher.php:207
4072
- #: includes/widgets/htmega_switcher.php:220
4073
- #: includes/widgets/htmega_switcher.php:223
4074
- #: includes/widgets/htmega_switcher.php:545 includes/widgets/htmega_tabs.php:62
4075
- #: includes/widgets/htmega_tabs.php:99 includes/widgets/htmega_tabs.php:112
4076
- #: includes/widgets/htmega_tabs.php:114 includes/widgets/htmega_tabs.php:853
4077
- #: includes/widgets/htmega_toggle.php:93 includes/widgets/htmega_toggle.php:106
4078
- #: includes/widgets/htmega_tooltip.php:485
4079
- #: includes/widgets/htmega_twitter_feed.php:619
4080
- #: includes/widgets/htmega_verticle_time_line.php:62
4081
- #: includes/widgets/htmega_verticle_time_line.php:88
4082
- #: includes/widgets/htmega_verticle_time_line.php:180
4083
- #: includes/widgets/htmega_wc_element_pages.php:1850
4084
- #: extensions/ht-builder/widgets/bl_post_archive.php:645
4085
- #: extensions/ht-builder/widgets/bl_post_author_info.php:209
4086
- #: extensions/ht-menu/menu/templates.php:43
4087
- msgid "Content"
4088
- msgstr ""
4089
-
4090
- #: includes/widgets/htmega_countdown.php:639
4091
- #: includes/widgets/htmega_job_manager.php:155
4092
- msgid "Content Alignment"
4093
- msgstr ""
4094
-
4095
- #: includes/widgets/htmega_panel_slider.php:521
4096
- msgid "Content area"
4097
- msgstr ""
4098
-
4099
- #: includes/widgets/htmega_imagemarker.php:751
4100
- msgid "Content area border radius"
4101
- msgstr ""
4102
-
4103
- #: includes/widgets/htmega_imagemarker.php:762
4104
- msgid "Content area padding"
4105
- msgstr ""
4106
-
4107
- #: includes/widgets/htmega_singlepost.php:463
4108
- #: includes/widgets/htmega_slider_thumb_gallery.php:757
4109
- msgid "Content Box"
4110
- msgstr ""
4111
-
4112
- #: includes/widgets/htmega_teammember.php:511
4113
- msgid "Content Box Background"
4114
- msgstr ""
4115
-
4116
- #: includes/widgets/htmega_teammember.php:534
4117
- msgid "Content Box Hover Background"
4118
- msgstr ""
4119
-
4120
- #: includes/widgets/htmega_teammember.php:583
4121
- msgid "Content Box Margin"
4122
- msgstr ""
4123
-
4124
- #: includes/widgets/htmega_image_grid.php:261
4125
- #: includes/widgets/htmega_teammember.php:598
4126
- msgid "Content Box Padding"
4127
- msgstr ""
4128
-
4129
- #: includes/widgets/htmega_post_grid_tab.php:335
4130
- #: includes/widgets/htmega_post_slider.php:709
4131
- #: includes/widgets/htmega_slider_thumb_gallery.php:670
4132
- #: includes/widgets/htmega_special_day_banner.php:253
4133
- msgid "Content Box Style"
4134
- msgstr ""
4135
-
4136
- #: includes/widgets/htmega_user_login_form.php:744
4137
- #: extensions/wc-sales-notification/admin/setting.php:204
4138
- msgid "Content Color"
4139
- msgstr ""
4140
-
4141
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1499
4142
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1524
4143
- msgid "Content color option"
4144
- msgstr ""
4145
-
4146
- #: includes/widgets/htmega_verticle_time_line.php:71
4147
- msgid "Content Date"
4148
- msgstr ""
4149
-
4150
- #: includes/widgets/htmega_imagemarker.php:349
4151
- msgid "Content Indicator"
4152
- msgstr ""
4153
-
4154
- #: includes/widgets/htmega_post_grid_tab.php:201
4155
- #: includes/widgets/htmega_post_slider.php:209
4156
- #: includes/widgets/htmega_twitter_feed.php:133
4157
- #: extensions/ht-builder/widgets/bl_post_archive.php:157
4158
- msgid "Content Length"
4159
- msgstr ""
4160
-
4161
- #: includes/widgets/htmega_newsticker.php:1093
4162
- msgid "Content Not Found"
4163
- msgstr ""
4164
-
4165
- #: includes/widgets/htmega_newsticker.php:187
4166
- msgid "Content Option"
4167
- msgstr ""
4168
-
4169
- #: includes/widgets/htmega_postgrid.php:278
4170
- msgid "Content Padding"
4171
- msgstr ""
4172
-
4173
- #: includes/widgets/htmega_add_banner.php:58
4174
- #: includes/widgets/htmega_singlepost.php:57
4175
- #: includes/widgets/htmega_special_day_banner.php:42
4176
- msgid "Content Position"
4177
- msgstr ""
4178
-
4179
- #: includes/widgets/htmega_post_grid_tab.php:76
4180
- #: includes/widgets/htmega_post_slider.php:80
4181
- #: includes/widgets/htmega_scroll_navigation.php:60
4182
- msgid "Content Source"
4183
- msgstr ""
4184
-
4185
- #: includes/widgets/htmega_newsticker.php:194
4186
- #: includes/widgets/htmega_postgrid.php:69
4187
- msgid "Content Sourse"
4188
- msgstr ""
4189
-
4190
- #: includes/widgets/htmega_dropcaps.php:72
4191
- #: includes/widgets/htmega_teammember.php:68
4192
- #: includes/widgets/htmega_teammember.php:83
4193
- #: includes/widgets/htmega_toggle.php:122
4194
- msgid "Content Style"
4195
- msgstr ""
4196
-
4197
- #: includes/widgets/htmega_buddy_press.php:62
4198
- #: includes/widgets/htmega_pricing_list_view.php:570
4199
- msgid "Content Type"
4200
- msgstr ""
4201
-
4202
- #: includes/widgets/htmega_teammember.php:639
4203
- msgid "Corner Shape Color"
4204
- msgstr ""
4205
-
4206
- #: includes/widgets/htmega_easy_digital_download.php:204
4207
- #: includes/widgets/htmega_socialshere.php:356
4208
- #: includes/widgets/htmega_wc_categories.php:132
4209
- msgid "Count"
4210
- msgstr ""
4211
-
4212
- #: includes/widgets/htmega_countdown.php:404
4213
- msgid "Count Area"
4214
- msgstr ""
4215
-
4216
- #: includes/widgets/htmega_countdown.php:291
4217
- msgid "Count Layout"
4218
- msgstr ""
4219
-
4220
- #: includes/widgets/htmega_countdown.php:13
4221
- #: includes/widgets/htmega_countdown.php:65
4222
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:196
4223
- msgid "Countdown"
4224
- msgstr ""
4225
-
4226
- #: includes/widgets/htmega_counter.php:13
4227
- #: includes/widgets/htmega_counter.php:42
4228
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:205
4229
- msgid "Counter"
4230
- msgstr ""
4231
-
4232
- #: includes/widgets/htmega_gallery_justify.php:177
4233
- msgid "Counter Color"
4234
- msgstr ""
4235
-
4236
- #: includes/widgets/htmega_countdown.php:673
4237
- msgid "Counter separator"
4238
- msgstr ""
4239
-
4240
- #: includes/widgets/htmega_counter.php:154
4241
- msgid "Counter Title"
4242
- msgstr ""
4243
-
4244
- #: includes/widgets/htmega_wc_element_pages.php:191
4245
- msgid "Coupon / Update Button"
4246
- msgstr ""
4247
-
4248
- #: admin/include/templates_list.php:16
4249
- msgid "Create a new page from this template"
4250
- msgstr ""
4251
-
4252
- #: extensions/wc-sales-notification/admin/setting.php:212
4253
- msgid "Cross Icon Color"
4254
- msgstr ""
4255
-
4256
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1500
4257
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1525
4258
- msgid "Cross icon color option"
4259
- msgstr ""
4260
-
4261
- #: includes/widgets/htmega_booked_calender.php:356
4262
- msgid "Current Date"
4263
- msgstr ""
4264
-
4265
- #: includes/widgets/htmega_accordion.php:404
4266
- msgid "Current Item No"
4267
- msgstr ""
4268
-
4269
- #: includes/widgets/htmega_accordion.php:81
4270
- #: includes/widgets/htmega_accordion.php:221
4271
- #: includes/widgets/htmega_blockquote.php:45
4272
- #: includes/widgets/htmega_imagemarker.php:231
4273
- #: includes/widgets/htmega_imagemarker.php:290
4274
- #: includes/widgets/htmega_imagemarker.php:501
4275
- #: includes/widgets/htmega_imagemarker.php:787
4276
- #: includes/widgets/htmega_modal.php:55
4277
- #: includes/widgets/htmega_scroll_image.php:255
4278
- #: includes/widgets/htmega_scroll_navigation.php:64
4279
- #: includes/widgets/htmega_scroll_navigation.php:128
4280
- #: includes/widgets/htmega_scroll_navigation.php:218
4281
- #: includes/widgets/htmega_socialshere.php:467
4282
- #: includes/widgets/htmega_switcher.php:106
4283
- #: includes/widgets/htmega_switcher.php:198 includes/widgets/htmega_tabs.php:90
4284
- #: includes/widgets/htmega_testimonial_grid.php:59
4285
- #: includes/widgets/htmega_toggle.php:83
4286
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:76
4287
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:94
4288
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:132
4289
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:255
4290
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:298
4291
- #: extensions/ht-builder/widgets/bl_site_logo.php:56
4292
- msgid "Custom"
4293
- msgstr ""
4294
-
4295
- #: includes/widgets/htmega_weather.php:209
4296
- msgid "Custom Background Color"
4297
- msgstr ""
4298
-
4299
- #: includes/widgets/htmega_scroll_navigation.php:324
4300
- #: includes/widgets/htmega_toggle.php:108
4301
- msgid "Custom Content"
4302
- msgstr ""
4303
-
4304
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:105
4305
- msgid "Custom Date Format"
4306
- msgstr ""
4307
-
4308
- #: includes/widgets/htmega_custom_event.php:13
4309
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:214
4310
- msgid "Custom Event"
4311
- msgstr ""
4312
-
4313
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:201
4314
- msgid "Custom Format"
4315
- msgstr ""
4316
-
4317
- #: includes/widgets/htmega_weather.php:175
4318
- msgid "Custom Geolocation"
4319
- msgstr ""
4320
-
4321
- #: includes/widgets/htmega_postgrid.php:315
4322
- #: includes/widgets/htmega_post_grid_tab.php:1160
4323
- msgid "Custom Gradient Color"
4324
- msgstr ""
4325
-
4326
- #: includes/widgets/htmega_scroll_navigation.php:226
4327
- msgid "Custom Height"
4328
- msgstr ""
4329
-
4330
- #: includes/widgets/htmega_countdown.php:190
4331
- msgid "Custom Label"
4332
- msgstr ""
4333
-
4334
- #: includes/widgets/htmega_user_login_form.php:194
4335
- msgid "Custom label"
4336
- msgstr ""
4337
-
4338
- #: includes/widgets/htmega_scroll_image.php:61
4339
- msgid "Custom Link"
4340
- msgstr ""
4341
-
4342
- #: includes/widgets/htmega_googlemap.php:170
4343
- msgid "Custom marker"
4344
- msgstr ""
4345
-
4346
- #: includes/widgets/htmega_data_table.php:106
4347
- msgid "Custom options for number of Rows?"
4348
- msgstr ""
4349
-
4350
- #: includes/widgets/htmega_newsticker.php:242
4351
- #: includes/widgets/htmega_postgrid.php:117
4352
- #: includes/widgets/htmega_post_grid_tab.php:124
4353
- #: includes/widgets/htmega_post_slider.php:128
4354
- #: extensions/ht-builder/widgets/bl_post_archive.php:184
4355
- msgid "Custom order"
4356
- msgstr ""
4357
-
4358
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:143
4359
- msgid "Custom Time Format"
4360
- msgstr ""
4361
-
4362
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:279
4363
- msgid "Custom URL"
4364
- msgstr ""
4365
-
4366
- #: includes/widgets/htmega_panel_slider.php:237
4367
- msgid "Custom Width"
4368
- msgstr ""
4369
-
4370
- #: includes/widgets/htmega_notify.php:133
4371
- msgid "Danger"
4372
- msgstr ""
4373
-
4374
- #: includes/widgets/htmega_data_table.php:13
4375
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:547
4376
- msgid "Data Table"
4377
- msgstr ""
4378
-
4379
- #: includes/widgets/htmega_data_table.php:322
4380
- msgid "Data Type"
4381
- msgstr ""
4382
-
4383
- #: includes/recommended-plugins/recommended-plugins.php:121
4384
- msgid "DataCaptia"
4385
- msgstr ""
4386
-
4387
- #: includes/widgets/htmega_booked_calender.php:288
4388
- #: includes/widgets/htmega_custom_event.php:322
4389
- #: includes/widgets/htmega_job_manager.php:99
4390
- #: includes/widgets/htmega_newsticker.php:141
4391
- #: includes/widgets/htmega_newsticker.php:258
4392
- #: includes/widgets/htmega_newsticker.php:906
4393
- #: includes/widgets/htmega_postgrid.php:149
4394
- #: includes/widgets/htmega_postgrid.php:199
4395
- #: includes/widgets/htmega_postgrid.php:571
4396
- #: includes/widgets/htmega_post_grid_tab.php:156
4397
- #: includes/widgets/htmega_post_slider.php:160
4398
- #: includes/widgets/htmega_post_slider.php:265
4399
- #: includes/widgets/htmega_singlepost.php:129
4400
- #: includes/widgets/htmega_verticle_time_line.php:320
4401
- #: extensions/ht-builder/widgets/bl_post_archive.php:200
4402
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:72
4403
- msgid "Date"
4404
- msgstr ""
4405
-
4406
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:84
4407
- msgid "Date Format"
4408
- msgstr ""
4409
-
4410
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:90
4411
- msgctxt "Date Format"
4412
- msgid "March 6, 2018 (F j, Y)"
4413
- msgstr ""
4414
-
4415
- #: includes/widgets/htmega_newsticker.php:150
4416
- msgid "Date Position In Left"
4417
- msgstr ""
4418
-
4419
- #: includes/widgets/htmega_booked_calender.php:63
4420
- #: includes/widgets/htmega_business_hours.php:83
4421
- #: includes/widgets/htmega_business_hours.php:505
4422
- #: includes/widgets/htmega_countdown.php:132
4423
- #: includes/widgets/htmega_instagram.php:113
4424
- msgid "Day"
4425
- msgstr ""
4426
-
4427
- #: includes/widgets/htmega_business_hours.php:112
4428
- msgid "Day Color"
4429
- msgstr ""
4430
-
4431
- #: includes/widgets/htmega_booked_calender.php:220
4432
- msgid "Day Name Background"
4433
- msgstr ""
4434
-
4435
- #: includes/widgets/htmega_booked_calender.php:232
4436
- msgid "Day Name Color"
4437
- msgstr ""
4438
-
4439
- #: includes/widgets/htmega_countdown.php:202
4440
- #: includes/widgets/htmega_countdown.php:204
4441
- msgid "Days"
4442
- msgstr ""
4443
-
4444
- #: includes/widgets/htmega_booked_calender.php:120
4445
- msgid "December"
4446
- msgstr ""
4447
-
4448
- #: includes/widgets/htmega_booked_calender.php:54
4449
- #: includes/widgets/htmega_booked_calender.php:166
4450
- #: includes/widgets/htmega_scroll_navigation.php:127
4451
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:297
4452
- #: extensions/ht-builder/widgets/bl_site_logo.php:52
4453
- msgid "Default"
4454
- msgstr ""
4455
-
4456
- #: includes/widgets/htmega_data_table.php:93
4457
- msgid "Default option for number of Rows"
4458
- msgstr ""
4459
-
4460
- #: includes/widgets/htmega_gallery_justify.php:119
4461
- msgid "Default Popup"
4462
- msgstr ""
4463
-
4464
- #: includes/widgets/htmega_googlemap.php:60
4465
- msgid "Default Zoom"
4466
- msgstr ""
4467
-
4468
- #: includes/widgets/htmega_notify.php:222
4469
- msgid "Delay"
4470
- msgstr ""
4471
-
4472
- #: includes/widgets/htmega_instagram.php:99
4473
- msgid "Delete existing caching data"
4474
- msgstr ""
4475
-
4476
- #: includes/widgets/htmega_socialshere.php:76
4477
- msgid "Delicious"
4478
- msgstr ""
4479
-
4480
- #: includes/widgets/htmega_easy_digital_download.php:217
4481
- msgid "DESC"
4482
- msgstr ""
4483
-
4484
- #: includes/widgets/htmega_job_manager.php:84
4485
- #: includes/widgets/htmega_newsticker.php:277
4486
- #: includes/widgets/htmega_postgrid.php:131
4487
- #: includes/widgets/htmega_post_grid_tab.php:138
4488
- #: includes/widgets/htmega_post_slider.php:142
4489
- #: includes/widgets/htmega_wc_categories.php:145
4490
- #: extensions/ht-builder/widgets/bl_post_archive.php:219
4491
- msgid "Descending"
4492
- msgstr ""
4493
-
4494
- #: includes/widgets/htmega_add_banner.php:110
4495
- #: includes/widgets/htmega_add_banner.php:548
4496
- #: includes/widgets/htmega_call_to_action.php:104
4497
- #: includes/widgets/htmega_call_to_action.php:618
4498
- #: includes/widgets/htmega_custom_event.php:217
4499
- #: includes/widgets/htmega_easy_digital_download.php:203
4500
- #: includes/widgets/htmega_easy_digital_download.php:428
4501
- #: includes/widgets/htmega_errorcontent.php:112
4502
- #: includes/widgets/htmega_errorcontent.php:463
4503
- #: includes/widgets/htmega_gravity_forms.php:172
4504
- #: includes/widgets/htmega_imagemarker.php:922
4505
- #: includes/widgets/htmega_image_grid.php:122
4506
- #: includes/widgets/htmega_image_grid.php:376
4507
- #: includes/widgets/htmega_image_masonry.php:103
4508
- #: includes/widgets/htmega_image_masonry.php:352
4509
- #: includes/widgets/htmega_ninja_form.php:211
4510
- #: includes/widgets/htmega_service.php:469
4511
- #: includes/widgets/htmega_special_day_banner.php:96
4512
- #: includes/widgets/htmega_special_day_banner.php:453
4513
- #: includes/widgets/htmega_wc_categories.php:131
4514
- #: includes/widgets/htmega_working_process.php:96
4515
- #: includes/widgets/htmega_working_process.php:712
4516
- #: includes/widgets/htmega_wpforms.php:86
4517
- #: includes/widgets/htmega_wpforms.php:203
4518
- msgid "Description"
4519
- msgstr ""
4520
-
4521
- #: includes/widgets/htmega_ninja_form.php:95
4522
- msgid "Description Hide"
4523
- msgstr ""
4524
-
4525
- #: includes/widgets/htmega_caldera_form.php:137
4526
- #: includes/widgets/htmega_gravity_forms.php:343
4527
- #: includes/widgets/htmega_ninja_form.php:432
4528
- #: includes/widgets/htmega_wpforms.php:414
4529
- msgid "Description Style"
4530
- msgstr ""
4531
-
4532
- #: includes/widgets/htmega_call_to_action.php:113
4533
- msgid "Description Tag"
4534
- msgstr ""
4535
-
4536
- #: includes/widgets/htmega_data_table.php:282
4537
- #: includes/widgets/htmega_pricing_list_view.php:455
4538
- #: includes/widgets/htmega_teammember.php:163
4539
- #: includes/widgets/htmega_teammember.php:774
4540
- #: includes/widgets/htmega_testimonial_grid.php:175
4541
- #: includes/widgets/htmega_testimonial_grid.php:480
4542
- msgid "Designation"
4543
- msgstr ""
4544
-
4545
- #: includes/widgets/htmega_testimonial_grid.php:69
4546
- msgid "Desktop"
4547
- msgstr ""
4548
-
4549
- #: includes/widgets/htmega_scroll_navigation.php:138
4550
- msgid "Desktop Direction"
4551
- msgstr ""
4552
-
4553
- #: admin/include/templates/library/templates.php:30
4554
- #: admin/include/templates/library/templates.php:31
4555
- msgid "Desktop view"
4556
- msgstr ""
4557
-
4558
- #: includes/widgets/htmega_countdown.php:273
4559
- msgid "Details"
4560
- msgstr ""
4561
-
4562
- #: includes/widgets/htmega_data_table.php:540
4563
- #: includes/widgets/htmega_pricing_list_view.php:1105
4564
- #: includes/widgets/htmega_testimonial_grid.php:239
4565
- msgid "Developer"
4566
- msgstr ""
4567
-
4568
- #: includes/widgets/htmega_socialshere.php:73
4569
- msgid "Digg"
4570
- msgstr ""
4571
-
4572
- #: includes/widgets/htmega_newsticker.php:128
4573
- #: includes/widgets/htmega_popover.php:188
4574
- #: includes/widgets/htmega_scroll_navigation.php:160
4575
- #: includes/widgets/htmega_scroll_navigation.php:190
4576
- #: includes/widgets/htmega_tooltip.php:176
4577
- msgid "Direction"
4578
- msgstr ""
4579
-
4580
- #: includes/widgets/htmega_section_title.php:612
4581
- #: includes/widgets/htmega_section_title.php:843
4582
- msgid "Display"
4583
- msgstr ""
4584
-
4585
- #: includes/widgets/htmega_user_login_form.php:396
4586
- msgid "Display as"
4587
- msgstr ""
4588
-
4589
- #: includes/helper-function.php:208
4590
- msgid "div"
4591
- msgstr ""
4592
-
4593
- #: includes/helper-function.php:96 includes/helper-function.php:104
4594
- #: extensions/ht-menu/menu/helper_function.php:17
4595
- msgid "Do not Saved Templates."
4596
- msgstr ""
4597
-
4598
- #: extensions/wc-sales-notification/admin/setting.php:153
4599
- msgid ""
4600
- "Do not show purchases older than.( More Options are Pro features ) <span>( "
4601
- "Pro )</span>"
4602
- msgstr ""
4603
-
4604
- #: includes/recommended-plugins/recommended-plugins.php:116
4605
- msgid "Docus"
4606
- msgstr ""
4607
-
4608
- #: includes/widgets/htmega_user_login_form.php:105
4609
- #: includes/widgets/htmega_user_login_form.php:107
4610
- msgid "Don’t Have account? You can create an account by using this form."
4611
- msgstr ""
4612
-
4613
- #: includes/widgets/htmega_post_slider.php:373
4614
- msgid "Dot Style"
4615
- msgstr ""
4616
-
4617
- #: includes/widgets/htmega_double_button.php:13
4618
- #: includes/widgets/htmega_double_button.php:35
4619
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:223
4620
- msgid "Double Button"
4621
- msgstr ""
4622
-
4623
- #: includes/widgets/htmega_newsticker.php:133
4624
- msgid "Down"
4625
- msgstr ""
4626
-
4627
- #: includes/widgets/htmega_download_monitor.php:54
4628
- msgid "Download File"
4629
- msgstr ""
4630
-
4631
- #: includes/widgets/htmega_download_monitor.php:13
4632
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1277
4633
- msgid "Download Monitor"
4634
- msgstr ""
4635
-
4636
- #: includes/widgets/htmega_download_monitor.php:421
4637
- msgid "Downloaded"
4638
- msgstr ""
4639
-
4640
- #: admin/include/settings-panel/includes/templates/sidebar-banner.php:18
4641
- msgid "Drag n Drop, No coding Required"
4642
- msgstr ""
4643
-
4644
- #: includes/widgets/htmega_dropcaps.php:188
4645
- msgid "Dropcap Letter"
4646
- msgstr ""
4647
-
4648
- #: includes/widgets/htmega_dropcaps.php:13
4649
- #: includes/widgets/htmega_dropcaps.php:35
4650
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:232
4651
- msgid "Dropcaps"
4652
- msgstr ""
4653
-
4654
- #: extensions/ht-menu/widgets/inline-mega-menu.php:47
4655
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:48
4656
- msgid "Dropdown Icon"
4657
- msgstr ""
4658
-
4659
- #: includes/widgets/htmega_countdown.php:109
4660
- msgid "Due Date"
4661
- msgstr ""
4662
-
4663
- #: includes/widgets/htmega_easy_digital_download.php:13
4664
- #: includes/widgets/htmega_easy_digital_download.php:43
4665
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1288
4666
- msgid "Easy Digital Downloads"
4667
- msgstr ""
4668
-
4669
- #: admin/include/template-library.php:219
4670
- msgid "Edit Page"
4671
- msgstr ""
4672
-
4673
- #: admin/include/template-library.php:219
4674
- msgid "Edit Template"
4675
- msgstr ""
4676
-
4677
- #: includes/widgets/htmega_button.php:423
4678
- msgid "Effect 1"
4679
- msgstr ""
4680
-
4681
- #: includes/widgets/htmega_button.php:432
4682
- msgid "Effect 10"
4683
- msgstr ""
4684
-
4685
- #: includes/widgets/htmega_button.php:433
4686
- msgid "Effect 11"
4687
- msgstr ""
4688
-
4689
- #: includes/widgets/htmega_button.php:434
4690
- msgid "Effect 12"
4691
- msgstr ""
4692
-
4693
- #: includes/widgets/htmega_button.php:435
4694
- msgid "Effect 13"
4695
- msgstr ""
4696
-
4697
- #: includes/widgets/htmega_button.php:436
4698
- msgid "Effect 14"
4699
- msgstr ""
4700
-
4701
- #: includes/widgets/htmega_button.php:424
4702
- msgid "Effect 2"
4703
- msgstr ""
4704
-
4705
- #: includes/widgets/htmega_button.php:425
4706
- msgid "Effect 3"
4707
- msgstr ""
4708
-
4709
- #: includes/widgets/htmega_button.php:426
4710
- msgid "Effect 4"
4711
- msgstr ""
4712
-
4713
- #: includes/widgets/htmega_button.php:427
4714
- msgid "Effect 5"
4715
- msgstr ""
4716
-
4717
- #: includes/widgets/htmega_button.php:428
4718
- msgid "Effect 6"
4719
- msgstr ""
4720
-
4721
- #: includes/widgets/htmega_button.php:429
4722
- msgid "Effect 7"
4723
- msgstr ""
4724
-
4725
- #: includes/widgets/htmega_button.php:430
4726
- msgid "Effect 8"
4727
- msgstr ""
4728
-
4729
- #: includes/widgets/htmega_button.php:431
4730
- msgid "Effect 9"
4731
- msgstr ""
4732
-
4733
- #: includes/widgets/htmega_button.php:463
4734
- msgid "Effect After Color"
4735
- msgstr ""
4736
-
4737
- #: includes/widgets/htmega_button.php:444
4738
- #: includes/widgets/htmega_button.php:454
4739
- #: includes/widgets/htmega_button.php:472
4740
- msgid "Effect Before Color"
4741
- msgstr ""
4742
-
4743
- #: includes/widgets/htmega_wc_element_pages.php:48
4744
- msgid "Element"
4745
- msgstr ""
4746
-
4747
- #: includes/widgets/htmega_notify.php:96
4748
- msgid "Element Container"
4749
- msgstr ""
4750
-
4751
- #: includes/widgets/htmega_wc_element_pages.php:793
4752
- #: includes/widgets/htmega_wc_element_pages.php:1459
4753
- msgid "Element Space"
4754
- msgstr ""
4755
-
4756
- #: includes/class.htmega.php:182 admin/include/templates_list.php:42
4757
- msgid "Elementor"
4758
- msgstr ""
4759
-
4760
- #: includes/class.htmega.php:160
4761
- msgid "Elementor Activate Now"
4762
- msgstr ""
4763
-
4764
- #: includes/class.htmega.php:168
4765
- msgid "Elementor Install Now"
4766
- msgstr ""
4767
-
4768
- #: includes/widgets/htmega_accordion.php:82
4769
- #: includes/widgets/htmega_accordion.php:222
4770
- #: includes/widgets/htmega_blockquote.php:46
4771
- #: includes/widgets/htmega_modal.php:56
4772
- #: includes/widgets/htmega_offcanvas.php:62
4773
- #: includes/widgets/htmega_scroll_navigation.php:65
4774
- #: includes/widgets/htmega_switcher.php:107
4775
- #: includes/widgets/htmega_switcher.php:199 includes/widgets/htmega_tabs.php:91
4776
- #: includes/widgets/htmega_toggle.php:84
4777
- msgid "Elementor Template"
4778
- msgstr ""
4779
-
4780
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:38
4781
- msgid "Elements"
4782
- msgstr ""
4783
-
4784
- #: includes/widgets/htmega_data_table.php:286
4785
- #: includes/widgets/htmega_pricing_list_view.php:459
4786
- msgid "Email"
4787
- msgstr ""
4788
-
4789
- #: includes/helper-function.php:465
4790
- msgid "Email Already in Use"
4791
- msgstr ""
4792
-
4793
- #: includes/helper-function.php:462
4794
- msgid "Email is not valid"
4795
- msgstr ""
4796
-
4797
- #: extensions/ht-menu/classes/class.mega-menu.php:120
4798
- msgid "Enable megamenu?"
4799
- msgstr ""
4800
-
4801
- #: includes/widgets/htmega_accordion.php:1113
4802
- #: includes/widgets/htmega_counter.php:74
4803
- #: includes/widgets/htmega_user_login_form.php:430
4804
- msgid "End"
4805
- msgstr ""
4806
-
4807
- #: includes/widgets/htmega_googlemap.php:113
4808
- msgid "Enter Map Style Json Code."
4809
- msgstr ""
4810
-
4811
- #: includes/widgets/htmega_data_table.php:123
4812
- msgid "Enter the number separate by comma(10,25,50,100)"
4813
- msgstr ""
4814
-
4815
- #: extensions/ht-builder/widgets/bl_post_search_form.php:106
4816
- msgid "Enter you text"
4817
- msgstr ""
4818
-
4819
- #: includes/widgets/htmega_section_title.php:82
4820
- #: includes/widgets/htmega_section_title.php:84
4821
- msgid "Enter your advance title"
4822
- msgstr ""
4823
-
4824
- #: includes/widgets/htmega_googlemap.php:102
4825
- msgid "Enter your center address."
4826
- msgstr ""
4827
-
4828
- #: includes/widgets/htmega_dropcaps.php:61
4829
- msgid "Enter Your Dropcaps Content."
4830
- msgstr ""
4831
-
4832
- #: includes/widgets/htmega_googlemap.php:283
4833
- msgid "Enter your fixed address."
4834
- msgstr ""
4835
-
4836
- #: includes/widgets/htmega_section_title.php:71
4837
- #: includes/widgets/htmega_section_title.php:73
4838
- msgid "Enter your sub title"
4839
- msgstr ""
4840
-
4841
- #: extensions/ht-builder/widgets/bl_post_archive.php:74
4842
- msgid "Enter Your Text"
4843
- msgstr ""
4844
-
4845
- #: includes/widgets/htmega_button.php:64 includes/widgets/htmega_button.php:66
4846
- msgid "Enter your Text"
4847
- msgstr ""
4848
-
4849
- #: includes/widgets/htmega_section_title.php:59
4850
- #: includes/widgets/htmega_section_title.php:61
4851
- msgid "Enter your title"
4852
- msgstr ""
4853
-
4854
- #: includes/widgets/htmega_tablepress.php:75
4855
- msgid "Entries Hide"
4856
- msgstr ""
4857
-
4858
- #: includes/widgets/htmega_ninja_form.php:1109
4859
- msgid "Error Color"
4860
- msgstr ""
4861
-
4862
- #: includes/widgets/htmega_caldera_form.php:619
4863
- #: includes/widgets/htmega_gravity_forms.php:850
4864
- msgid "Error Text Color"
4865
- msgstr ""
4866
-
4867
- #: includes/widgets/htmega_gravity_forms.php:842
4868
- msgid "Errors and Confirmation Style"
4869
- msgstr ""
4870
-
4871
- #: includes/widgets/htmega_contact_form_seven.php:960
4872
- msgid "Errors and Feedback Style"
4873
- msgstr ""
4874
-
4875
- #: includes/widgets/htmega_caldera_form.php:611
4876
- #: includes/widgets/htmega_ninja_form.php:1101
4877
- #: includes/widgets/htmega_quforms.php:969
4878
- msgid "Errors and Success Style"
4879
- msgstr ""
4880
-
4881
- #: includes/widgets/htmega_wpforms.php:1136
4882
- msgid "Errors Style"
4883
- msgstr ""
4884
-
4885
- #: includes/widgets/htmega_wc_element_pages.php:1204
4886
- msgid "Even"
4887
- msgstr ""
4888
-
4889
- #: includes/widgets/htmega_custom_event.php:35
4890
- msgid "Event"
4891
- msgstr ""
4892
-
4893
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:836
4894
- msgid "Event Box"
4895
- msgstr ""
4896
-
4897
- #: includes/widgets/htmega_countdown.php:261
4898
- msgid "Event Button"
4899
- msgstr ""
4900
-
4901
- #: includes/widgets/htmega_custom_event.php:102
4902
- msgid "Event Button Link"
4903
- msgstr ""
4904
-
4905
- #: includes/widgets/htmega_custom_event.php:93
4906
- msgid "Event Button text"
4907
- msgstr ""
4908
-
4909
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:701
4910
- msgid "Event Calendar"
4911
- msgstr ""
4912
-
4913
- #: includes/widgets/htmega_countdown.php:54
4914
- msgid "Event Calendar Not Installed"
4915
- msgstr ""
4916
-
4917
- #: includes/widgets/htmega_tablepress.php:263
4918
- msgid "Event Cell"
4919
- msgstr ""
4920
-
4921
- #: includes/widgets/htmega_countdown.php:72
4922
- msgid "Event Countdown"
4923
- msgstr ""
4924
-
4925
- #: includes/widgets/htmega_custom_event.php:85
4926
- msgid "Event description"
4927
- msgstr ""
4928
-
4929
- #: includes/widgets/htmega_countdown.php:81
4930
- msgid "Event List"
4931
- msgstr ""
4932
-
4933
- #: includes/widgets/htmega_custom_event.php:76
4934
- msgid "Event Location"
4935
- msgstr ""
4936
-
4937
- #: includes/widgets/htmega_custom_event.php:68
4938
- msgid "Event Time"
4939
- msgstr ""
4940
-
4941
- #: includes/widgets/htmega_custom_event.php:44
4942
- msgid "Event Title."
4943
- msgstr ""
4944
-
4945
- #: includes/recommended-plugins/recommended-plugins.php:68
4946
- msgid "EverCompare"
4947
- msgstr ""
4948
-
4949
- #: includes/widgets/htmega_socialshere.php:74
4950
- msgid "Evernote"
4951
- msgstr ""
4952
-
4953
- #: includes/widgets/htmega_notify.php:178
4954
- msgid "Exit Animation"
4955
- msgstr ""
4956
-
4957
- #: includes/widgets/htmega_post_grid_tab.php:259
4958
- msgid "Expand Box Style"
4959
- msgstr ""
4960
-
4961
- #: includes/widgets/htmega_accordion.php:464
4962
- msgid "Expand Item Height"
4963
- msgstr ""
4964
-
4965
- #: includes/widgets/htmega_button.php:96
4966
- #: includes/widgets/htmega_double_button.php:49
4967
- msgid "Extra Large"
4968
- msgstr ""
4969
-
4970
- #: includes/widgets/htmega_button.php:97
4971
- #: includes/widgets/htmega_double_button.php:50
4972
- msgid "Extra Small"
4973
- msgstr ""
4974
-
4975
- #: includes/widgets/htmega_weather.php:56
4976
- msgid "F"
4977
- msgstr ""
4978
-
4979
- #: includes/widgets/htmega_socialshere.php:62
4980
- #: includes/widgets/htmega_socialshere.php:102
4981
- #: includes/widgets/htmega_socialshere.php:320
4982
- msgid "Facebook"
4983
- msgstr ""
4984
-
4985
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:809
4986
- msgid "Facebook Review"
4987
- msgstr ""
4988
-
4989
- #: includes/widgets/htmega_notify.php:153
4990
- #: includes/widgets/htmega_notify.php:188
4991
- msgid "fadeIn"
4992
- msgstr ""
4993
-
4994
- #: includes/widgets/htmega_notify.php:154
4995
- #: includes/widgets/htmega_notify.php:189
4996
- msgid "fadeInDown"
4997
- msgstr ""
4998
-
4999
- #: includes/widgets/htmega_notify.php:155
5000
- #: includes/widgets/htmega_notify.php:190
5001
- msgid "fadeInDownBig"
5002
- msgstr ""
5003
-
5004
- #: includes/widgets/htmega_notify.php:156
5005
- #: includes/widgets/htmega_notify.php:191
5006
- #: extensions/wc-sales-notification/admin/setting.php:169
5007
- msgid "fadeInLeft"
5008
- msgstr ""
5009
-
5010
- #: includes/widgets/htmega_notify.php:157
5011
- #: includes/widgets/htmega_notify.php:192
5012
- msgid "fadeInLeftBig"
5013
- msgstr ""
5014
-
5015
- #: includes/widgets/htmega_notify.php:158
5016
- #: includes/widgets/htmega_notify.php:193
5017
- msgid "fadeInRight"
5018
- msgstr ""
5019
-
5020
- #: includes/widgets/htmega_notify.php:159
5021
- #: includes/widgets/htmega_notify.php:194
5022
- msgid "fadeInRightBig"
5023
- msgstr ""
5024
-
5025
- #: includes/widgets/htmega_notify.php:162
5026
- #: includes/widgets/htmega_notify.php:197
5027
- msgid "fadeInUp"
5028
- msgstr ""
5029
-
5030
- #: includes/widgets/htmega_notify.php:165
5031
- #: includes/widgets/htmega_notify.php:200
5032
- msgid "fadeInUpBig"
5033
- msgstr ""
5034
-
5035
- #: includes/widgets/htmega_notify.php:164
5036
- #: includes/widgets/htmega_notify.php:199
5037
- msgid "fadeOutDown"
5038
- msgstr ""
5039
-
5040
- #: includes/widgets/htmega_notify.php:161
5041
- #: includes/widgets/htmega_notify.php:196
5042
- msgid "fadeOutLeft"
5043
- msgstr ""
5044
-
5045
- #: includes/widgets/htmega_notify.php:160
5046
- #: includes/widgets/htmega_notify.php:195
5047
- #: extensions/wc-sales-notification/admin/setting.php:181
5048
- msgid "fadeOutRight"
5049
- msgstr ""
5050
-
5051
- #: includes/widgets/htmega_notify.php:163
5052
- #: includes/widgets/htmega_notify.php:198
5053
- msgid "fadeOutUp"
5054
- msgstr ""
5055
-
5056
- #: extensions/wc-sales-notification/admin/setting.php:70
5057
- msgid "Fakes"
5058
- msgstr ""
5059
-
5060
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1490
5061
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1515
5062
- msgid "Fakes notification"
5063
- msgstr ""
5064
-
5065
- #: includes/widgets/htmega_pricing_list_view.php:148
5066
- #: includes/widgets/htmega_pricing_list_view.php:154
5067
- #: includes/widgets/htmega_pricing_list_view.php:160
5068
- #: includes/widgets/htmega_pricing_list_view.php:166
5069
- msgid "fas fa-shopping-basket"
5070
- msgstr ""
5071
-
5072
- #: includes/widgets/htmega_job_manager.php:113
5073
- msgid "Feature Jobs only"
5074
- msgstr ""
5075
-
5076
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:728
5077
- msgid "Feature List"
5078
- msgstr ""
5079
-
5080
- #: includes/widgets/htmega_booked_calender.php:110
5081
- msgid "February"
5082
- msgstr ""
5083
-
5084
- #: includes/widgets/htmega_instragram_feed.php:49
5085
- msgid "Feed Limit"
5086
- msgstr ""
5087
-
5088
- #: includes/widgets/htmega_contact_form_seven.php:994
5089
- msgid "Feedback Style"
5090
- msgstr ""
5091
-
5092
- #: includes/widgets/htmega_data_table.php:309
5093
- msgid "Field Type"
5094
- msgstr ""
5095
-
5096
- #: includes/widgets/htmega_pricing_list_view.php:545
5097
- msgid "Fild Type"
5098
- msgstr ""
5099
-
5100
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:827
5101
- msgid "Filterable Gallery"
5102
- msgstr ""
5103
-
5104
- #: includes/widgets/htmega_job_manager.php:142
5105
- msgid "Filters"
5106
- msgstr ""
5107
-
5108
- #: includes/widgets/htmega_layer_slider.php:72
5109
- msgid "First Slide Number"
5110
- msgstr ""
5111
-
5112
- #: includes/widgets/htmega_image_grid.php:74
5113
- #: includes/widgets/htmega_image_masonry.php:83
5114
- #: includes/widgets/htmega_testimonial_grid.php:77
5115
- msgid "Five"
5116
- msgstr ""
5117
-
5118
- #: includes/widgets/htmega_googlemap.php:281
5119
- msgid "Fixed Address"
5120
- msgstr ""
5121
-
5122
- #: includes/widgets/htmega_googlemap.php:502
5123
- msgid "Fixed Address Span Style"
5124
- msgstr ""
5125
-
5126
- #: includes/widgets/htmega_googlemap.php:272
5127
- msgid "Fixed Maps Address:"
5128
- msgstr ""
5129
-
5130
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:241
5131
- msgid "Flip Box"
5132
- msgstr ""
5133
-
5134
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:900
5135
- msgid "Flip Switcher Pricing Table"
5136
- msgstr ""
5137
-
5138
- #: includes/widgets/htmega_instagram.php:303
5139
- msgid "Flow Button Icon"
5140
- msgstr ""
5141
-
5142
- #: includes/widgets/htmega_caldera_form.php:369
5143
- #: includes/widgets/htmega_contact_form_seven.php:367
5144
- #: includes/widgets/htmega_contact_form_seven.php:592
5145
- #: includes/widgets/htmega_gravity_forms.php:568
5146
- #: includes/widgets/htmega_ninja_form.php:634
5147
- #: includes/widgets/htmega_ninja_form.php:852
5148
- #: includes/widgets/htmega_quforms.php:470
5149
- #: includes/widgets/htmega_quforms.php:687
5150
- #: includes/widgets/htmega_search.php:391
5151
- #: includes/widgets/htmega_wc_element_pages.php:580
5152
- #: includes/widgets/htmega_wc_element_pages.php:842
5153
- #: includes/widgets/htmega_wc_element_pages.php:1400
5154
- #: includes/widgets/htmega_wpforms.php:637
5155
- #: includes/widgets/htmega_wpforms.php:855
5156
- msgid "Focus"
5157
- msgstr ""
5158
-
5159
- #: includes/widgets/htmega_instagram.php:292
5160
- msgid "Follow @"
5161
- msgstr ""
5162
-
5163
- #: includes/widgets/htmega_instagram.php:1282
5164
- msgid "Follow Button"
5165
- msgstr ""
5166
-
5167
- #: includes/widgets/htmega_instagram.php:290
5168
- msgid "Follow button Aditional text"
5169
- msgstr ""
5170
-
5171
- #: includes/widgets/htmega_instragram_feed.php:158
5172
- msgid "Follow Color"
5173
- msgstr ""
5174
-
5175
- #: includes/widgets/htmega_instragram_feed.php:106
5176
- #: includes/widgets/htmega_instragram_feed.php:107
5177
- msgid "Follow on Instagram"
5178
- msgstr ""
5179
-
5180
- #: includes/widgets/htmega_instragram_feed.php:104
5181
- msgid "Follow Text"
5182
- msgstr ""
5183
-
5184
- #: includes/widgets/htmega_instragram_feed.php:170
5185
- msgid "Follow Text Color"
5186
- msgstr ""
5187
-
5188
- #: includes/widgets/htmega_googlemap.php:201
5189
- #: includes/widgets/htmega_googlemap.php:232
5190
- #: includes/widgets/htmega_googlemap.php:434
5191
- #: includes/widgets/htmega_googlemap.php:521
5192
- msgid "Font Color"
5193
- msgstr ""
5194
-
5195
- #: includes/widgets/htmega_blockquote.php:575
5196
- #: includes/widgets/htmega_carousel.php:570
5197
- #: includes/widgets/htmega_imagemarker.php:514
5198
- #: includes/widgets/htmega_instagram.php:772
5199
- #: includes/widgets/htmega_instagram.php:946
5200
- #: includes/widgets/htmega_lightbox.php:377
5201
- #: includes/widgets/htmega_panel_slider.php:828
5202
- #: includes/widgets/htmega_post_slider.php:1555
5203
- #: includes/widgets/htmega_search.php:464
5204
- #: includes/widgets/htmega_search.php:716
5205
- #: includes/widgets/htmega_slider_thumb_gallery.php:836
5206
- #: includes/widgets/htmega_teammember.php:1047
5207
- #: includes/widgets/htmega_twitter_feed.php:1088
5208
- #: includes/widgets/htmega_videoplayer.php:366
5209
- #: includes/widgets/htmega_working_process.php:955
5210
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:469
5211
- msgid "Font Size"
5212
- msgstr ""
5213
-
5214
- #: includes/widgets/htmega_modal.php:746
5215
- msgid "Footer"
5216
- msgstr ""
5217
-
5218
- #: includes/widgets/htmega_modal.php:831
5219
- msgid "Footer Close Button"
5220
- msgstr ""
5221
-
5222
- #: includes/widgets/htmega_data_table.php:188
5223
- msgid "Footer Info"
5224
- msgstr ""
5225
-
5226
- #: extensions/ht-builder/classes/class.header_footer.php:100
5227
- msgid "Footer Template"
5228
- msgstr ""
5229
-
5230
- #: extensions/ht-builder/admin/setting.php:115
5231
- msgid "Footer Template."
5232
- msgstr ""
5233
-
5234
- #: includes/widgets/htmega_modal.php:91
5235
- msgid "Footer Text"
5236
- msgstr ""
5237
-
5238
- #: includes/widgets/htmega_tablepress.php:399
5239
- msgid "Footer text"
5240
- msgstr ""
5241
-
5242
- #: includes/widgets/htmega_tablepress.php:108
5243
- msgid "Footer text Hide"
5244
- msgstr ""
5245
-
5246
- #: includes/widgets/htmega_pricing_list_view.php:329
5247
- #: includes/widgets/htmega_pricing_list_view.php:958
5248
- msgid "For Layout 4 only"
5249
- msgstr ""
5250
-
5251
- #: includes/widgets/htmega_mailchimp_wp.php:69
5252
- msgid ""
5253
- "For show ID <a href=\"admin.php?page=mailchimp-for-wp-forms\" "
5254
- "target=\"_blank\"> Click here </a>"
5255
- msgstr ""
5256
-
5257
- #: includes/widgets/htmega_weather.php:317
5258
- msgid "Forcast"
5259
- msgstr ""
5260
-
5261
- #: includes/widgets/htmega_weather.php:80
5262
- msgid "Forecast"
5263
- msgstr ""
5264
-
5265
- #: includes/widgets/htmega_user_login_form.php:296
5266
- msgid "Forget Password Position"
5267
- msgstr ""
5268
-
5269
- #: includes/widgets/htmega_user_login_form.php:951
5270
- msgid "Forget Text"
5271
- msgstr ""
5272
-
5273
- #: includes/widgets/htmega_user_login_form.php:967
5274
- msgid "Forget Text Color"
5275
- msgstr ""
5276
-
5277
- #: includes/widgets/htmega_user_login_form.php:978
5278
- msgid "Forget Text Hover Color"
5279
- msgstr ""
5280
-
5281
- #: includes/widgets/htmega_user_login_form.php:1639
5282
- #: includes/widgets/htmega_user_login_form.php:1662
5283
- msgid "Forgot Password?"
5284
- msgstr ""
5285
-
5286
- #: includes/widgets/htmega_wpforms.php:47
5287
- msgid "Form not found"
5288
- msgstr ""
5289
-
5290
- #: includes/helper-function.php:356
5291
- #: includes/widgets/htmega_gravity_forms.php:48
5292
- #: includes/widgets/htmega_quforms.php:49
5293
- msgid "Form Not Found!"
5294
- msgstr ""
5295
-
5296
- #: includes/widgets/htmega_ninja_form.php:49
5297
- msgid "Form Not Found."
5298
- msgstr ""
5299
-
5300
- #: includes/widgets/htmega_contact_form_seven.php:80
5301
- msgid "Form Wrapper Style"
5302
- msgstr ""
5303
-
5304
- #: includes/widgets/htmega_bbpress.php:55
5305
- msgid "Forum Form"
5306
- msgstr ""
5307
-
5308
- #: includes/widgets/htmega_bbpress.php:54
5309
- msgid "Forum Index"
5310
- msgstr ""
5311
-
5312
- #: includes/widgets/htmega_image_grid.php:73
5313
- #: includes/widgets/htmega_image_masonry.php:82
5314
- #: includes/widgets/htmega_testimonial_grid.php:76
5315
- #: includes/widgets/htmega_testimonial_grid.php:91
5316
- #: includes/widgets/htmega_testimonial_grid.php:108
5317
- msgid "Four"
5318
- msgstr ""
5319
-
5320
- #: admin/include/templates_list.php:53
5321
- msgid "Free"
5322
- msgstr ""
5323
-
5324
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:32
5325
- msgid "Free VS Pro"
5326
- msgstr ""
5327
-
5328
- #: extensions/ht-builder/admin/setting.php:57
5329
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:33
5330
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:43
5331
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:53
5332
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:63
5333
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:73
5334
- msgid ""
5335
- "Freely use these elements to create your site. You can enable which you are "
5336
- "not using, and, all associated assets will be disable to improve your site "
5337
- "loading speed."
5338
- msgstr ""
5339
-
5340
- #: includes/widgets/htmega_business_hours.php:194
5341
- msgid "Friday"
5342
- msgstr ""
5343
-
5344
- #: includes/widgets/htmega_gravity_forms.php:100
5345
- msgid "From Ajax"
5346
- msgstr ""
5347
-
5348
- #: includes/widgets/htmega_instragram_feed.php:72
5349
- msgid "Full"
5350
- msgstr ""
5351
-
5352
- #: includes/widgets/htmega_scroll_navigation.php:217
5353
- msgid "Full Screen"
5354
- msgstr ""
5355
-
5356
- #: includes/widgets/htmega_gallery_justify.php:13
5357
- #: includes/widgets/htmega_gallery_justify.php:51
5358
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:250
5359
- msgid "Gallery Justify"
5360
- msgstr ""
5361
-
5362
- #: includes/widgets/htmega_gallery_justify.php:120
5363
- msgid "Gallery Popup "
5364
- msgstr ""
5365
-
5366
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:27
5367
- msgid "General"
5368
- msgstr ""
5369
-
5370
- #: includes/widgets/htmega_testimonial_grid.php:238
5371
- msgid "Gerald Gilbert"
5372
- msgstr ""
5373
-
5374
- #: admin/include/settings-panel/includes/templates/sidebar-banner.php:24
5375
- msgid "Get Pro Now"
5376
- msgstr ""
5377
-
5378
- #: admin/include/settings-panel/includes/templates/sidebar-banner.php:25
5379
- msgid "Get pro now"
5380
- msgstr ""
5381
-
5382
- #: includes/class.htmega.php:212
5383
- #: admin/include/templates/library/templates.php:71
5384
- msgid "Go Pro"
5385
- msgstr ""
5386
-
5387
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:914
5388
- msgid ""
5389
- "Go to <a href=\"https://developers.google."
5390
- "com/maps/documentation/javascript/get-api-key\" target=\"_blank\">https:"
5391
- "//developers.google.com</a> and generate the API key."
5392
- msgstr ""
5393
-
5394
- #: includes/widgets/htmega_googlemap.php:114
5395
- msgid ""
5396
- "Go to <a href=\"https://snazzymaps.com/\" target=_blank>Snazzy Maps</a> and "
5397
- "Choose/Customize your Map Style. Click on your demo and copy JavaScript "
5398
- "Style Array"
5399
- msgstr ""
5400
-
5401
- #: includes/widgets/htmega_inlinemenu.php:81
5402
- #: extensions/ht-builder/widgets/bl_nav_menu.php:75
5403
- #, php-format
5404
- msgid ""
5405
- "Go to the <a href=\"%s\" target=\"_blank\">Menus Option</a> to manage your "
5406
- "menus."
5407
- msgstr ""
5408
-
5409
- #: includes/widgets/htmega_lightbox.php:95
5410
- msgid "Goggle Map Embed URL"
5411
- msgstr ""
5412
-
5413
- #: includes/widgets/htmega_googlemap.php:13
5414
- #: includes/widgets/htmega_googlemap.php:43
5415
- #: includes/widgets/htmega_lightbox.php:55
5416
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:259
5417
- msgid "Google Map"
5418
- msgstr ""
5419
-
5420
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:913
5421
- msgid "Google Map API Key"
5422
- msgstr ""
5423
-
5424
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:915
5425
- msgid "Google Map API key"
5426
- msgstr ""
5427
-
5428
- #: includes/widgets/htmega_socialshere.php:330
5429
- msgid "Google Plus"
5430
- msgstr ""
5431
-
5432
- #: includes/widgets/htmega_socialshere.php:64
5433
- msgid "Google+"
5434
- msgstr ""
5435
-
5436
- #: includes/widgets/htmega_postgrid.php:424
5437
- #: includes/widgets/htmega_post_grid_tab.php:1269
5438
- #: includes/widgets/htmega_post_grid_tab.php:1287
5439
- msgid "Gradient "
5440
- msgstr ""
5441
-
5442
- #: includes/widgets/htmega_postgrid.php:406
5443
- #: includes/widgets/htmega_post_grid_tab.php:1251
5444
- msgid "Gradient Five"
5445
- msgstr ""
5446
-
5447
- #: includes/widgets/htmega_postgrid.php:388
5448
- #: includes/widgets/htmega_post_grid_tab.php:1233
5449
- msgid "Gradient Four"
5450
- msgstr ""
5451
-
5452
- #: includes/widgets/htmega_postgrid.php:334
5453
- #: includes/widgets/htmega_postgrid.php:352
5454
- #: includes/widgets/htmega_post_grid_tab.php:1179
5455
- #: includes/widgets/htmega_post_grid_tab.php:1197
5456
- msgid "Gradient One"
5457
- msgstr ""
5458
-
5459
- #: includes/widgets/htmega_postgrid.php:370
5460
- #: includes/widgets/htmega_post_grid_tab.php:1215
5461
- msgid "Gradient Three"
5462
- msgstr ""
5463
-
5464
- #: includes/widgets/htmega_gravity_forms.php:13
5465
- #: includes/widgets/htmega_gravity_forms.php:59
5466
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1299
5467
- msgid "Gravity Forms"
5468
- msgstr ""
5469
-
5470
- #: includes/widgets/htmega_buddy_press.php:53
5471
- msgid "Group"
5472
- msgstr ""
5473
-
5474
- #: includes/widgets/htmega_post_grid_tab.php:1092
5475
- msgid "Group Item Style"
5476
- msgstr ""
5477
-
5478
- #: includes/helper-function.php:201
5479
- msgid "H1"
5480
- msgstr ""
5481
-
5482
- #: includes/helper-function.php:202
5483
- msgid "H2"
5484
- msgstr ""
5485
-
5486
- #: includes/helper-function.php:203
5487
- msgid "H3"
5488
- msgstr ""
5489
-
5490
- #: includes/helper-function.php:204
5491
- msgid "H4"
5492
- msgstr ""
5493
-
5494
- #: includes/helper-function.php:205
5495
- msgid "H5"
5496
- msgstr ""
5497
-
5498
- #: includes/helper-function.php:206
5499
- msgid "H6"
5500
- msgstr ""
5501
-
5502
- #: includes/widgets/htmega_image_comparison.php:411
5503
- msgid "Handler"
5504
- msgstr ""
5505
-
5506
- #: includes/widgets/htmega_counter.php:156
5507
- msgid "Happy Clients"
5508
- msgstr ""
5509
-
5510
- #: includes/widgets/htmega_twitter_feed.php:73
5511
- msgid "hastechit"
5512
- msgstr ""
5513
-
5514
- #: includes/recommended-plugins/class.recommended-plugins.php:227
5515
- msgid "HasTheme"
5516
- msgstr ""
5517
-
5518
- #. Author of the plugin
5519
- msgid "HasThemes"
5520
- msgstr ""
5521
-
5522
- #: includes/widgets/htmega_booked_calender.php:186
5523
- #: includes/widgets/htmega_modal.php:574
5524
- #: includes/widgets/htmega_popover.php:584
5525
- #: includes/widgets/htmega_tablepress.php:143
5526
- msgid "Header"
5527
- msgstr ""
5528
-
5529
- #: includes/widgets/htmega_booked_calender.php:197
5530
- msgid "Header Background"
5531
- msgstr ""
5532
-
5533
- #: includes/widgets/htmega_booked_calender.php:209
5534
- #: includes/widgets/htmega_instragram_feed.php:146
5535
- #: includes/widgets/htmega_user_login_form.php:692
5536
- msgid "Header Color"
5537
- msgstr ""
5538
-
5539
- #: includes/widgets/htmega_modal.php:42
5540
- #: includes/widgets/htmega_user_login_form.php:721
5541
- msgid "Header Content"
5542
- msgstr ""
5543
-
5544
- #: extensions/ht-builder/classes/class.header_footer.php:89
5545
- msgid "Header Template"
5546
- msgstr ""
5547
-
5548
- #: extensions/ht-builder/admin/setting.php:106
5549
- msgid "Header Template."
5550
- msgstr ""
5551
-
5552
- #: includes/widgets/htmega_booked_calender.php:475
5553
- msgid "Heading"
5554
- msgstr ""
5555
-
5556
- #: includes/widgets/htmega_animated_heading.php:128
5557
- msgid "Heading After Text"
5558
- msgstr ""
5559
-
5560
- #: includes/widgets/htmega_animated_heading.php:91
5561
- msgid "Heading Before Text"
5562
- msgstr ""
5563
-
5564
- #: extensions/wc-sales-notification/admin/setting.php:196
5565
- msgid "Heading Color"
5566
- msgstr ""
5567
-
5568
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1498
5569
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1523
5570
- msgid "Heading color option"
5571
- msgstr ""
5572
-
5573
- #: includes/widgets/htmega_animated_heading.php:138
5574
- msgid "Heading Placeholder Text"
5575
- msgstr ""
5576
-
5577
- #: includes/widgets/htmega_user_login_form.php:669
5578
- msgid "Heading Title Style"
5579
- msgstr ""
5580
-
5581
- #: includes/widgets/htmega_blockquote.php:658
5582
- #: includes/widgets/htmega_caldera_form.php:239
5583
- #: includes/widgets/htmega_carousel.php:628
5584
- #: includes/widgets/htmega_carousel.php:893
5585
- #: includes/widgets/htmega_carousel.php:1132
5586
- #: includes/widgets/htmega_carousel.php:1226
5587
- #: includes/widgets/htmega_contact_form_seven.php:195
5588
- #: includes/widgets/htmega_contact_form_seven.php:473
5589
- #: includes/widgets/htmega_contact_form_seven.php:784
5590
- #: includes/widgets/htmega_gravity_forms.php:448
5591
- #: includes/widgets/htmega_gravity_forms.php:647
5592
- #: includes/widgets/htmega_imagemarker.php:830
5593
- #: includes/widgets/htmega_image_comparison.php:486
5594
- #: includes/widgets/htmega_instagram.php:1003
5595
- #: includes/widgets/htmega_instagram.php:1182
5596
- #: includes/widgets/htmega_mailchimp_wp.php:167
5597
- #: includes/widgets/htmega_mailchimp_wp.php:308
5598
- #: includes/widgets/htmega_modal.php:329
5599
- #: includes/widgets/htmega_ninja_form.php:533
5600
- #: includes/widgets/htmega_ninja_form.php:755
5601
- #: includes/widgets/htmega_ninja_form.php:930
5602
- #: includes/widgets/htmega_notify.php:680
5603
- #: includes/widgets/htmega_panel_slider.php:900
5604
- #: includes/widgets/htmega_panel_slider.php:1107
5605
- #: includes/widgets/htmega_post_slider.php:1613
5606
- #: includes/widgets/htmega_post_slider.php:1762
5607
- #: includes/widgets/htmega_pricing_list_view.php:385
5608
- #: includes/widgets/htmega_pricing_list_view.php:1014
5609
- #: includes/widgets/htmega_progress_bar.php:428
5610
- #: includes/widgets/htmega_quforms.php:394
5611
- #: includes/widgets/htmega_quforms.php:614
5612
- #: includes/widgets/htmega_quforms.php:790
5613
- #: includes/widgets/htmega_scroll_navigation.php:213
5614
- #: includes/widgets/htmega_scroll_navigation.php:429
5615
- #: includes/widgets/htmega_search.php:309
5616
- #: includes/widgets/htmega_search.php:528
5617
- #: includes/widgets/htmega_search.php:759
5618
- #: includes/widgets/htmega_service.php:593
5619
- #: includes/widgets/htmega_service.php:841
5620
- #: includes/widgets/htmega_service.php:904
5621
- #: includes/widgets/htmega_slider_thumb_gallery.php:894
5622
- #: includes/widgets/htmega_slider_thumb_gallery.php:1111
5623
- #: includes/widgets/htmega_twitter_feed.php:1146
5624
- #: includes/widgets/htmega_twitter_feed.php:1343
5625
- #: includes/widgets/htmega_user_login_form.php:899
5626
- #: includes/widgets/htmega_user_login_form.php:1054
5627
- #: includes/widgets/htmega_user_login_form.php:1145
5628
- #: includes/widgets/htmega_working_process.php:904
5629
- #: includes/widgets/htmega_working_process.php:1032
5630
- #: includes/widgets/htmega_wpforms.php:536
5631
- #: includes/widgets/htmega_wpforms.php:758
5632
- #: includes/widgets/htmega_wpforms.php:933
5633
- msgid "Height"
5634
- msgstr ""
5635
-
5636
- #: includes/widgets/htmega_teammember.php:1070
5637
- msgid "Height and Width"
5638
- msgstr ""
5639
-
5640
- #: includes/widgets/htmega_notify.php:493
5641
- msgid "Hello Typography"
5642
- msgstr ""
5643
-
5644
- #: includes/widgets/htmega_user_login_form.php:92
5645
- #: includes/widgets/htmega_user_login_form.php:93
5646
- msgid "Hello!"
5647
- msgstr ""
5648
-
5649
- #: includes/widgets/htmega_imagemarker.php:138
5650
- #: includes/widgets/htmega_imagemarker.php:161
5651
- msgid "Hidden Field"
5652
- msgstr ""
5653
-
5654
- #: includes/widgets/htmega_buddy_press.php:116
5655
- #: includes/widgets/htmega_buddy_press.php:129
5656
- #: includes/widgets/htmega_buddy_press.php:144
5657
- #: includes/widgets/htmega_buddy_press.php:159
5658
- #: includes/widgets/htmega_data_table.php:61
5659
- #: includes/widgets/htmega_data_table.php:85
5660
- #: includes/widgets/htmega_data_table.php:109
5661
- #: includes/widgets/htmega_data_table.php:137
5662
- #: includes/widgets/htmega_data_table.php:166
5663
- #: includes/widgets/htmega_data_table.php:179
5664
- #: includes/widgets/htmega_data_table.php:191
5665
- #: includes/widgets/htmega_double_button.php:81
5666
- #: includes/widgets/htmega_gravity_forms.php:80
5667
- #: includes/widgets/htmega_gravity_forms.php:92
5668
- #: includes/widgets/htmega_instagram.php:178
5669
- #: includes/widgets/htmega_instagram.php:190
5670
- #: includes/widgets/htmega_instagram.php:280
5671
- #: includes/widgets/htmega_popover.php:130
5672
- #: includes/widgets/htmega_popover.php:207
5673
- #: includes/widgets/htmega_scroll_image.php:123
5674
- #: includes/widgets/htmega_socialshere.php:359
5675
- #: includes/widgets/htmega_tooltip.php:130
5676
- #: includes/widgets/htmega_twitter_feed.php:147
5677
- #: includes/widgets/htmega_twitter_feed.php:159
5678
- #: includes/widgets/htmega_twitter_feed.php:171
5679
- #: includes/widgets/htmega_twitter_feed.php:183
5680
- #: includes/widgets/htmega_twitter_feed.php:195
5681
- #: includes/widgets/htmega_twitter_feed.php:209
5682
- #: includes/widgets/htmega_user_login_form.php:80
5683
- #: includes/widgets/htmega_user_login_form.php:186
5684
- #: includes/widgets/htmega_user_login_form.php:197
5685
- #: includes/widgets/htmega_user_login_form.php:288
5686
- #: includes/widgets/htmega_user_login_form.php:315
5687
- #: includes/widgets/htmega_user_login_form.php:327
5688
- #: includes/widgets/htmega_wc_add_to_cart.php:75
5689
- #: includes/widgets/htmega_wpforms.php:78
5690
- #: includes/widgets/htmega_wpforms.php:90
5691
- #: extensions/ht-builder/widgets/bl_post_archive.php:102
5692
- #: extensions/ht-builder/widgets/bl_post_archive.php:114
5693
- #: extensions/ht-builder/widgets/bl_post_archive.php:126
5694
- #: extensions/ht-builder/widgets/bl_post_archive.php:138
5695
- #: extensions/ht-builder/widgets/bl_post_author_info.php:48
5696
- #: extensions/ht-builder/widgets/bl_post_author_info.php:73
5697
- #: extensions/ht-builder/widgets/bl_post_author_info.php:85
5698
- msgid "Hide"
5699
- msgstr ""
5700
-
5701
- #: includes/widgets/htmega_search.php:130
5702
- msgid "Hide Close Icon"
5703
- msgstr ""
5704
-
5705
- #: includes/widgets/htmega_weather.php:115
5706
- msgid "Hide Current Status"
5707
- msgstr ""
5708
-
5709
- #: includes/widgets/htmega_easy_digital_download.php:188
5710
- #: includes/widgets/htmega_wc_categories.php:153
5711
- msgid "Hide Empty"
5712
- msgstr ""
5713
-
5714
- #: includes/widgets/htmega_weather.php:151
5715
- msgid "Hide Forecast"
5716
- msgstr ""
5717
-
5718
- #: includes/widgets/htmega_countdown.php:180
5719
- msgid "Hide Label"
5720
- msgstr ""
5721
-
5722
- #: includes/widgets/htmega_slider_thumb_gallery.php:615
5723
- msgid "Hide on Mobile"
5724
- msgstr ""
5725
-
5726
- #: extensions/ht-builder/widgets/bl_post_archive.php:231
5727
- msgid "Hide Pagination"
5728
- msgstr ""
5729
-
5730
- #: includes/widgets/htmega_weather.php:139
5731
- msgid "Hide Sun Status"
5732
- msgstr ""
5733
-
5734
- #: includes/widgets/htmega_section_title.php:537
5735
- msgid "Highlight Title Color"
5736
- msgstr ""
5737
-
5738
- #: includes/widgets/htmega_business_hours.php:101
5739
- msgid "Hight Light this day"
5740
- msgstr ""
5741
-
5742
- #: includes/widgets/htmega_animated_heading.php:93
5743
- msgid "Honesty is the best policy"
5744
- msgstr ""
5745
-
5746
- #: includes/widgets/htmega_progress_bar.php:61
5747
- #: includes/widgets/htmega_scroll_navigation.php:142
5748
- #: includes/widgets/htmega_scroll_navigation.php:164
5749
- #: includes/widgets/htmega_scroll_navigation.php:194
5750
- msgid "Horizontal"
5751
- msgstr ""
5752
-
5753
- #: includes/widgets/htmega_carousel.php:722
5754
- #: includes/widgets/htmega_carousel.php:947
5755
- #: includes/widgets/htmega_carousel.php:1159
5756
- #: includes/widgets/htmega_carousel.php:1253
5757
- #: includes/widgets/htmega_panel_slider.php:966
5758
- #: includes/widgets/htmega_slider_thumb_gallery.php:947
5759
- #: includes/widgets/htmega_twitter_feed.php:1204
5760
- msgid "Horizontal Position"
5761
- msgstr ""
5762
-
5763
- #: includes/widgets/htmega_special_day_banner.php:190
5764
- msgid "Horizontal Postion"
5765
- msgstr ""
5766
-
5767
- #: includes/widgets/htmega_instagram.php:112
5768
- msgid "Hour"
5769
- msgstr ""
5770
-
5771
- #: includes/widgets/htmega_countdown.php:142
5772
- #: includes/widgets/htmega_countdown.php:216
5773
- #: includes/widgets/htmega_countdown.php:218
5774
- msgid "Hours"
5775
- msgstr ""
5776
-
5777
- #: includes/widgets/htmega_add_banner.php:198
5778
- #: includes/widgets/htmega_add_banner.php:298
5779
- #: includes/widgets/htmega_add_banner.php:707
5780
- #: includes/widgets/htmega_booked_calender.php:657
5781
- #: includes/widgets/htmega_booked_calender.php:818
5782
- #: includes/widgets/htmega_brand.php:231
5783
- #: includes/widgets/htmega_buddy_press.php:359
5784
- #: includes/widgets/htmega_button.php:333
5785
- #: includes/widgets/htmega_button.php:610
5786
- #: includes/widgets/htmega_caldera_form.php:556
5787
- #: includes/widgets/htmega_call_to_action.php:816
5788
- #: includes/widgets/htmega_call_to_action.php:1022
5789
- #: includes/widgets/htmega_carousel.php:753
5790
- #: includes/widgets/htmega_contact_form_seven.php:916
5791
- #: includes/widgets/htmega_countdown.php:1123
5792
- #: includes/widgets/htmega_custom_event.php:191
5793
- #: includes/widgets/htmega_custom_event.php:441
5794
- #: includes/widgets/htmega_double_button.php:430
5795
- #: includes/widgets/htmega_double_button.php:571
5796
- #: includes/widgets/htmega_double_button.php:744
5797
- #: includes/widgets/htmega_download_monitor.php:322
5798
- #: includes/widgets/htmega_easy_digital_download.php:403
5799
- #: includes/widgets/htmega_easy_digital_download.php:620
5800
- #: includes/widgets/htmega_errorcontent.php:637
5801
- #: includes/widgets/htmega_errorcontent.php:788
5802
- #: includes/widgets/htmega_gravity_forms.php:798
5803
- #: includes/widgets/htmega_image_grid.php:543
5804
- #: includes/widgets/htmega_image_masonry.php:530
5805
- #: includes/widgets/htmega_inlinemenu.php:244
5806
- #: includes/widgets/htmega_instagram.php:1073
5807
- #: includes/widgets/htmega_mailchimp_wp.php:453
5808
- #: includes/widgets/htmega_modal.php:434
5809
- #: includes/widgets/htmega_newsticker.php:861
5810
- #: includes/widgets/htmega_ninja_form.php:1057
5811
- #: includes/widgets/htmega_notify.php:418
5812
- #: includes/widgets/htmega_offcanvas.php:486
5813
- #: includes/widgets/htmega_panel_slider.php:1021
5814
- #: includes/widgets/htmega_popover.php:453
5815
- #: includes/widgets/htmega_post_grid_tab.php:688
5816
- #: includes/widgets/htmega_post_grid_tab.php:928
5817
- #: includes/widgets/htmega_post_grid_tab.php:1051
5818
- #: includes/widgets/htmega_post_slider.php:1122
5819
- #: includes/widgets/htmega_post_slider.php:1355
5820
- #: includes/widgets/htmega_post_slider.php:1683
5821
- #: includes/widgets/htmega_quforms.php:918
5822
- #: includes/widgets/htmega_search.php:604
5823
- #: includes/widgets/htmega_search.php:936
5824
- #: includes/widgets/htmega_service.php:271
5825
- #: includes/widgets/htmega_service.php:748
5826
- #: includes/widgets/htmega_service.php:1108
5827
- #: includes/widgets/htmega_singlepost.php:442
5828
- #: includes/widgets/htmega_slider_thumb_gallery.php:989
5829
- #: includes/widgets/htmega_socialshere.php:714
5830
- #: includes/widgets/htmega_special_day_banner.php:730
5831
- #: includes/widgets/htmega_testimonial_grid.php:336
5832
- #: includes/widgets/htmega_toggle.php:343
5833
- #: includes/widgets/htmega_tooltip.php:430
5834
- #: includes/widgets/htmega_twitter_feed.php:871
5835
- #: includes/widgets/htmega_twitter_feed.php:1028
5836
- #: includes/widgets/htmega_twitter_feed.php:1233
5837
- #: includes/widgets/htmega_user_login_form.php:1224
5838
- #: includes/widgets/htmega_user_login_form.php:1408
5839
- #: includes/widgets/htmega_verticle_time_line.php:275
5840
- #: includes/widgets/htmega_videoplayer.php:457
5841
- #: includes/widgets/htmega_wc_categories.php:238
5842
- #: includes/widgets/htmega_wc_categories.php:403
5843
- #: includes/widgets/htmega_wc_categories.php:509
5844
- #: includes/widgets/htmega_wc_element_pages.php:291
5845
- #: includes/widgets/htmega_wc_element_pages.php:471
5846
- #: includes/widgets/htmega_wc_element_pages.php:1022
5847
- #: includes/widgets/htmega_wc_element_pages.php:1612
5848
- #: includes/widgets/htmega_wc_element_pages.php:1793
5849
- #: includes/widgets/htmega_working_process.php:555
5850
- #: includes/widgets/htmega_working_process.php:1064
5851
- #: includes/widgets/htmega_wpforms.php:1084
5852
- #: extensions/ht-builder/widgets/bl_nav_menu.php:226
5853
- #: extensions/ht-builder/widgets/bl_nav_menu.php:428
5854
- #: extensions/ht-builder/widgets/bl_post_archive.php:407
5855
- #: extensions/ht-builder/widgets/bl_post_archive.php:514
5856
- #: extensions/ht-builder/widgets/bl_post_archive.php:620
5857
- #: extensions/ht-builder/widgets/bl_post_archive.php:789
5858
- #: extensions/ht-builder/widgets/bl_post_archive.php:913
5859
- #: extensions/ht-builder/widgets/bl_post_comments.php:141
5860
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:425
5861
- #: extensions/ht-builder/widgets/bl_post_search_form.php:268
5862
- #: extensions/ht-menu/widgets/inline-mega-menu.php:496
5863
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:442
5864
- msgid "Hover"
5865
- msgstr ""
5866
-
5867
- #: includes/widgets/htmega_button.php:496
5868
- msgid "Hover Animation"
5869
- msgstr ""
5870
-
5871
- #: includes/widgets/htmega_add_banner.php:206
5872
- #: includes/widgets/htmega_booked_calender.php:331
5873
- #: includes/widgets/htmega_booked_calender.php:385
5874
- #: includes/widgets/htmega_socialshere.php:159
5875
- #: includes/widgets/htmega_tablepress.php:163
5876
- msgid "Hover Background"
5877
- msgstr ""
5878
-
5879
- #: includes/widgets/htmega_teammember.php:407
5880
- msgid "Hover Background Color"
5881
- msgstr ""
5882
-
5883
- #: includes/widgets/htmega_booked_calender.php:342
5884
- #: includes/widgets/htmega_booked_calender.php:396
5885
- #: includes/widgets/htmega_easy_digital_download.php:410
5886
- #: includes/widgets/htmega_panel_slider.php:687
5887
- #: includes/widgets/htmega_postgrid.php:465
5888
- #: includes/widgets/htmega_post_grid_tab.php:447
5889
- #: includes/widgets/htmega_post_slider.php:882
5890
- #: includes/widgets/htmega_post_slider.php:1186
5891
- #: includes/widgets/htmega_service.php:376
5892
- #: includes/widgets/htmega_singlepost.php:162
5893
- #: includes/widgets/htmega_user_login_form.php:1019
5894
- #: includes/widgets/htmega_verticle_time_line.php:143
5895
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:497
5896
- #: extensions/ht-menu/widgets/inline-mega-menu.php:312
5897
- msgid "Hover Color"
5898
- msgstr ""
5899
-
5900
- #: includes/widgets/htmega_socialshere.php:198
5901
- #: includes/widgets/htmega_socialshere.php:280
5902
- msgid "Hover color"
5903
- msgstr ""
5904
-
5905
- #: includes/widgets/htmega_teammember.php:441
5906
- msgid "Hover Content background color"
5907
- msgstr ""
5908
-
5909
- #: includes/widgets/htmega_teammember.php:423
5910
- msgid "Hover Round Space"
5911
- msgstr ""
5912
-
5913
- #: includes/widgets/htmega_teammember.php:654
5914
- msgid "Hover Shape Color"
5915
- msgstr ""
5916
-
5917
- #: includes/widgets/htmega_socialshere.php:149
5918
- #: includes/widgets/htmega_socialshere.php:271
5919
- msgid "Hover Style"
5920
- msgstr ""
5921
-
5922
- #: extensions/ht-builder/admin/setting.php:33
5923
- #: extensions/ht-builder/admin/setting.php:34
5924
- msgid "HT Builder"
5925
- msgstr ""
5926
-
5927
- #: extensions/ht-builder/admin/setting.php:208
5928
- msgid "HT Builder Settings"
5929
- msgstr ""
5930
-
5931
- #: includes/recommended-plugins/recommended-plugins.php:106
5932
- msgid "HT Contact Form 7"
5933
- msgstr ""
5934
-
5935
- #: includes/class.post-duplicator.php:45
5936
- msgid "HT Duplicate"
5937
- msgstr ""
5938
-
5939
- #: includes/recommended-plugins/recommended-plugins.php:101
5940
- msgid "HT Easy GA4 ( Google Analytics 4 )"
5941
- msgstr ""
5942
-
5943
- #: extensions/ht-builder/classes/class.header_footer.php:81
5944
- msgid "HT Header & Footer"
5945
- msgstr ""
5946
-
5947
- #. Name of the plugin
5948
- msgid "HT Mega - Absolute Addons for Elementor Page Builder"
5949
- msgstr ""
5950
-
5951
- #: includes/class.post-duplicator.php:45
5952
- msgid "HT Mega Duplicator"
5953
- msgstr ""
5954
-
5955
- #: admin/include/class.library-source.php:24
5956
- msgid "HT Mega Library"
5957
- msgstr ""
5958
-
5959
- #: extensions/ht-menu/admin/setting.php:30
5960
- #: extensions/ht-menu/admin/setting.php:31
5961
- msgid "HT Menu"
5962
- msgstr ""
5963
-
5964
- #: extensions/ht-menu/admin/setting.php:45
5965
- #: extensions/ht-menu/admin/setting.php:135
5966
- msgid "HT Menu Settings"
5967
- msgstr ""
5968
-
5969
- #: includes/recommended-plugins/recommended-plugins.php:111
5970
- msgid "HT WPForms"
5971
- msgstr ""
5972
-
5973
- #: admin/include/settings-panel/includes/templates/sidebar-banner.php:7
5974
- msgid "HTMega"
5975
- msgstr ""
5976
-
5977
- #: includes/class.htmega.php:181 includes/class.htmega.php:196
5978
- #: includes/widgets_control.php:44
5979
- #: admin/include/settings-panel/includes/classes/Admin/Menu.php:25
5980
- #: admin/include/settings-panel/includes/classes/Admin/Menu.php:26
5981
- msgid "HTMega Addons"
5982
- msgstr ""
5983
-
5984
- #: extensions/ht-builder/classes/class.widgets_control.php:44
5985
- msgid "HTMega Builder"
5986
- msgstr ""
5987
-
5988
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1479
5989
- msgid "HTMega Free"
5990
- msgstr ""
5991
-
5992
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1475
5993
- msgid "HTMega Free Vs HTMega Pro."
5994
- msgstr ""
5995
-
5996
- #: extensions/ht-menu/classes/class.mega-menu.php:73
5997
- msgid "HTMega Menu"
5998
- msgstr ""
5999
-
6000
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1504
6001
- msgid "HTMega Pro"
6002
- msgstr ""
6003
-
6004
- #: includes/widgets/htmega_section_title.php:209
6005
- #: includes/widgets/htmega_section_title.php:267
6006
- msgid "HTML Tag"
6007
- msgstr ""
6008
-
6009
- #: includes/widgets/htmega_pricing_list_view.php:164
6010
- msgid "Html Template"
6011
- msgstr ""
6012
-
6013
- #: includes/widgets/htmega_scroll_image.php:64
6014
- msgid "https://example.com/"
6015
- msgstr ""
6016
-
6017
- #. Author URI of the plugin
6018
- msgid "https://hasthemes.com/"
6019
- msgstr ""
6020
-
6021
- #. URI of the plugin
6022
- msgid "https://wphtmega.com/"
6023
- msgstr ""
6024
-
6025
- #: includes/widgets/htmega_teammember.php:225
6026
- #: includes/widgets/htmega_teammember.php:308
6027
- msgid "https://www.facebook.com/hastech.company/"
6028
- msgstr ""
6029
-
6030
- #: includes/widgets/htmega_lightbox.php:101
6031
- msgid "https://www.google.com/maps/embed?pb"
6032
- msgstr ""
6033
-
6034
- #: includes/widgets/htmega_lightbox.php:99
6035
- msgid ""
6036
- "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d233668.38703692693!"
6037
- "2d90.27923991057244!3d23.780573258035957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!"
6038
- "4f13.1!3m3!1m2!1s0x3755b8b087026b81%3A0x8fa563bbdd5904c2!2sDhaka!5e0!3m2!"
6039
- "1sen!2sbd!4v1536834022797"
6040
- msgstr ""
6041
-
6042
- #: includes/widgets/htmega_videoplayer.php:62
6043
- #: includes/widgets/htmega_videoplayer.php:63
6044
- msgid "https://www.youtube.com/watch?v=CDilI6jcpP4"
6045
- msgstr ""
6046
-
6047
- #: includes/widgets/htmega_lightbox.php:81
6048
- #: includes/widgets/htmega_lightbox.php:83
6049
- msgid "https://www.youtube.com/watch?v=G_G8SdXktHg"
6050
- msgstr ""
6051
-
6052
- #: includes/widgets/htmega_add_banner.php:121
6053
- #: includes/widgets/htmega_button.php:78
6054
- #: includes/widgets/htmega_call_to_action.php:147
6055
- #: includes/widgets/htmega_call_to_action.php:241
6056
- #: includes/widgets/htmega_custom_event.php:104
6057
- #: includes/widgets/htmega_double_button.php:110
6058
- #: includes/widgets/htmega_double_button.php:197
6059
- #: includes/widgets/htmega_errorcontent.php:169
6060
- #: includes/widgets/htmega_errorcontent.php:217
6061
- #: includes/widgets/htmega_image_grid.php:159
6062
- #: includes/widgets/htmega_image_masonry.php:140
6063
- #: includes/widgets/htmega_panel_slider.php:119
6064
- #: includes/widgets/htmega_popover.php:141
6065
- #: includes/widgets/htmega_pricing_list_view.php:128
6066
- #: includes/widgets/htmega_pricing_list_view.php:662
6067
- #: includes/widgets/htmega_section_title.php:198
6068
- #: includes/widgets/htmega_section_title.php:256
6069
- #: includes/widgets/htmega_service.php:149
6070
- #: includes/widgets/htmega_special_day_banner.php:125
6071
- #: includes/widgets/htmega_tooltip.php:141
6072
- msgid "https://your-link.com"
6073
- msgstr ""
6074
-
6075
- #: includes/widgets/htmega_teammember.php:177
6076
- msgid "I am web developer."
6077
- msgstr ""
6078
-
6079
- #: includes/widgets/htmega_blockquote.php:97
6080
- #: includes/widgets/htmega_blockquote.php:134
6081
- #: includes/widgets/htmega_button.php:105
6082
- #: includes/widgets/htmega_call_to_action.php:163
6083
- #: includes/widgets/htmega_call_to_action.php:257
6084
- #: includes/widgets/htmega_countdown.php:280
6085
- #: includes/widgets/htmega_counter.php:103
6086
- #: includes/widgets/htmega_counter.php:114
6087
- #: includes/widgets/htmega_data_table.php:327
6088
- #: includes/widgets/htmega_double_button.php:123
6089
- #: includes/widgets/htmega_double_button.php:210
6090
- #: includes/widgets/htmega_download_monitor.php:125
6091
- #: includes/widgets/htmega_instagram.php:219
6092
- #: includes/widgets/htmega_instagram.php:760
6093
- #: includes/widgets/htmega_lightbox.php:119
6094
- #: includes/widgets/htmega_modal.php:127 includes/widgets/htmega_modal.php:163
6095
- #: includes/widgets/htmega_notify.php:255
6096
- #: includes/widgets/htmega_popover.php:53
6097
- #: includes/widgets/htmega_popover.php:86
6098
- #: includes/widgets/htmega_pricing_list_view.php:114
6099
- #: includes/widgets/htmega_pricing_list_view.php:244
6100
- #: includes/widgets/htmega_pricing_list_view.php:262
6101
- #: includes/widgets/htmega_pricing_list_view.php:582
6102
- #: includes/widgets/htmega_pricing_list_view.php:1786
6103
- #: includes/widgets/htmega_search.php:76 includes/widgets/htmega_search.php:104
6104
- #: includes/widgets/htmega_section_title.php:102
6105
- #: includes/widgets/htmega_section_title.php:138
6106
- #: includes/widgets/htmega_service.php:77
6107
- #: includes/widgets/htmega_service.php:114
6108
- #: includes/widgets/htmega_service.php:559
6109
- #: includes/widgets/htmega_socialshere.php:109
6110
- #: includes/widgets/htmega_socialshere.php:212
6111
- #: includes/widgets/htmega_switcher.php:73
6112
- #: includes/widgets/htmega_switcher.php:164 includes/widgets/htmega_tabs.php:78
6113
- #: includes/widgets/htmega_teammember.php:232
6114
- #: includes/widgets/htmega_tooltip.php:53
6115
- #: includes/widgets/htmega_tooltip.php:86
6116
- #: includes/widgets/htmega_videoplayer.php:85
6117
- #: includes/widgets/htmega_working_process.php:113
6118
- #: includes/widgets/htmega_working_process.php:150
6119
- #: includes/widgets/htmega_working_process.php:924
6120
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:293
6121
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:449
6122
- #: extensions/ht-builder/widgets/bl_post_search_form.php:62
6123
- #: extensions/ht-builder/widgets/bl_post_search_form.php:74
6124
- #: extensions/ht-menu/menu/templates.php:47
6125
- #: extensions/ht-menu/menu/templates.php:106
6126
- msgid "Icon"
6127
- msgstr ""
6128
-
6129
- #: extensions/ht-builder/widgets/bl_nav_menu.php:491
6130
- msgid "Icon Align"
6131
- msgstr ""
6132
-
6133
- #: includes/widgets/htmega_button.php:545
6134
- #: includes/widgets/htmega_button.php:629
6135
- #: includes/widgets/htmega_teammember.php:256
6136
- msgid "Icon Background"
6137
- msgstr ""
6138
-
6139
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:782
6140
- msgid "Icon Box"
6141
- msgstr ""
6142
-
6143
- #: includes/widgets/htmega_accordion.php:1197
6144
- msgid "Icon Box Height"
6145
- msgstr ""
6146
-
6147
- #: includes/widgets/htmega_newsticker.php:784
6148
- msgid "Icon Box Height/Width"
6149
- msgstr ""
6150
-
6151
- #: includes/widgets/htmega_accordion.php:1180
6152
- msgid "Icon Box Width"
6153
- msgstr ""
6154
-
6155
- #: includes/widgets/htmega_booked_calender.php:530
6156
- #: includes/widgets/htmega_notify.php:657
6157
- #: includes/widgets/htmega_post_grid_tab.php:756
6158
- #: includes/widgets/htmega_post_slider.php:1176
6159
- #: includes/widgets/htmega_pricing_list_view.php:314
6160
- #: includes/widgets/htmega_pricing_list_view.php:906
6161
- #: includes/widgets/htmega_search.php:270
6162
- #: includes/widgets/htmega_singlepost.php:361
6163
- #: includes/widgets/htmega_tabs.php:177 includes/widgets/htmega_tabs.php:687
6164
- #: includes/widgets/htmega_tabs.php:802
6165
- #: includes/widgets/htmega_teammember.php:244
6166
- #: extensions/ht-builder/widgets/bl_nav_menu.php:480
6167
- msgid "Icon Color"
6168
- msgstr ""
6169
-
6170
- #: includes/widgets/htmega_lightbox.php:408
6171
- msgid "Icon Dimensions"
6172
- msgstr ""
6173
-
6174
- #: includes/widgets/htmega_search.php:881
6175
- #: includes/widgets/htmega_socialshere.php:480
6176
- #: includes/widgets/htmega_toggle.php:252
6177
- msgid "Icon Font Size"
6178
- msgstr ""
6179
-
6180
- #: includes/widgets/htmega_instagram.php:1439
6181
- #: includes/widgets/htmega_socialshere.php:509
6182
- #: includes/widgets/htmega_tabs.php:772
6183
- msgid "Icon Height"
6184
- msgstr ""
6185
-
6186
- #: includes/widgets/htmega_teammember.php:279
6187
- msgid "Icon Hover Background"
6188
- msgstr ""
6189
-
6190
- #: includes/widgets/htmega_teammember.php:290
6191
- msgid "Icon Hover border color"
6192
- msgstr ""
6193
-
6194
- #: includes/widgets/htmega_teammember.php:267
6195
- msgid "Icon Hover Color"
6196
- msgstr ""
6197
-
6198
- #: includes/widgets/htmega_videoplayer.php:97
6199
- msgid "Icon Image"
6200
- msgstr ""
6201
-
6202
- #: includes/widgets/htmega_button.php:114
6203
- #: includes/widgets/htmega_call_to_action.php:196
6204
- #: includes/widgets/htmega_call_to_action.php:290
6205
- #: includes/widgets/htmega_double_button.php:153
6206
- #: includes/widgets/htmega_double_button.php:240
6207
- #: includes/widgets/htmega_modal.php:174
6208
- #: includes/widgets/htmega_offcanvas.php:199
6209
- #: includes/widgets/htmega_pricing_list_view.php:1185
6210
- msgid "Icon Position"
6211
- msgstr ""
6212
-
6213
- #: includes/widgets/htmega_socialshere.php:464
6214
- msgid "Icon Settings"
6215
- msgstr ""
6216
-
6217
- #: includes/widgets/htmega_data_table.php:364
6218
- msgid "Icon SIze"
6219
- msgstr ""
6220
-
6221
- #: includes/widgets/htmega_accordion.php:1087
6222
- #: includes/widgets/htmega_call_to_action.php:785
6223
- #: includes/widgets/htmega_call_to_action.php:991
6224
- #: includes/widgets/htmega_instagram.php:1377
6225
- #: includes/widgets/htmega_modal.php:377
6226
- #: includes/widgets/htmega_newsticker.php:612
6227
- #: includes/widgets/htmega_newsticker.php:764
6228
- #: includes/widgets/htmega_notify.php:646
6229
- #: includes/widgets/htmega_popover.php:362
6230
- #: includes/widgets/htmega_pricing_list_view.php:751
6231
- #: includes/widgets/htmega_service.php:624
6232
- #: includes/widgets/htmega_switcher.php:82
6233
- #: includes/widgets/htmega_switcher.php:173
6234
- #: includes/widgets/htmega_tabs.php:700 includes/widgets/htmega_tooltip.php:339
6235
- msgid "Icon Size"
6236
- msgstr ""
6237
-
6238
- #: includes/widgets/htmega_modal.php:409
6239
- msgid "Icon Space"
6240
- msgstr ""
6241
-
6242
- #: includes/widgets/htmega_button.php:132
6243
- #: includes/widgets/htmega_call_to_action.php:174
6244
- #: includes/widgets/htmega_call_to_action.php:268
6245
- #: includes/widgets/htmega_double_button.php:131
6246
- #: includes/widgets/htmega_double_button.php:218
6247
- #: includes/widgets/htmega_offcanvas.php:223
6248
- msgid "Icon Spacing"
6249
- msgstr ""
6250
-
6251
- #: includes/widgets/htmega_button.php:511
6252
- #: includes/widgets/htmega_newsticker.php:600
6253
- msgid "Icon Style"
6254
- msgstr ""
6255
-
6256
- #: includes/widgets/htmega_counter.php:90 includes/widgets/htmega_modal.php:119
6257
- #: includes/widgets/htmega_section_title.php:94
6258
- #: includes/widgets/htmega_working_process.php:105
6259
- msgid "Icon Type"
6260
- msgstr ""
6261
-
6262
- #: includes/widgets/htmega_instagram.php:1420
6263
- #: includes/widgets/htmega_socialshere.php:557
6264
- #: includes/widgets/htmega_tabs.php:751
6265
- msgid "Icon Width"
6266
- msgstr ""
6267
-
6268
- #: includes/widgets/htmega_counter.php:814
6269
- msgid "Icon/Image"
6270
- msgstr ""
6271
-
6272
- #: includes/widgets/htmega_pricing_list_view.php:629
6273
- msgid "Icons"
6274
- msgstr ""
6275
-
6276
- #: includes/widgets/htmega_bbpress.php:73
6277
- #: includes/widgets/htmega_newsticker.php:257
6278
- #: includes/widgets/htmega_postgrid.php:148
6279
- #: includes/widgets/htmega_post_grid_tab.php:155
6280
- #: includes/widgets/htmega_post_slider.php:159
6281
- #: extensions/ht-builder/widgets/bl_post_archive.php:199
6282
- msgid "ID"
6283
- msgstr ""
6284
-
6285
- #: includes/widgets/htmega_newsticker.php:821
6286
- #: includes/widgets/htmega_panel_slider.php:882
6287
- msgid "If need to different from prev button"
6288
- msgstr ""
6289
-
6290
- #: admin/include/class.diagnostic-data.php:458
6291
- #, php-format
6292
- msgid ""
6293
- "If you want to help us improve the %4$s%1$s%5$s plugin even more, please "
6294
- "allow us to collect non-sensitive diagnostic data and usages information. "
6295
- "Over %2$shere%3$s, you can see what kind of data we collect."
6296
- msgstr ""
6297
-
6298
- #: admin/include/settings-panel/includes/templates/sidebar-banner.php:35
6299
- msgid ""
6300
- "If you’re loving how our product has helped your business, please let the "
6301
- "WordPress community know by"
6302
- msgstr ""
6303
-
6304
- #: includes/widgets/htmega_accordion.php:164
6305
- #: includes/widgets/htmega_accordion.php:207
6306
- #: includes/widgets/htmega_add_banner.php:72
6307
- #: includes/widgets/htmega_blockquote.php:93
6308
- #: includes/widgets/htmega_blockquote.php:108
6309
- #: includes/widgets/htmega_carousel.php:79
6310
- #: includes/widgets/htmega_counter.php:99
6311
- #: includes/widgets/htmega_counter.php:125
6312
- #: includes/widgets/htmega_custom_event.php:51
6313
- #: includes/widgets/htmega_data_table.php:328
6314
- #: includes/widgets/htmega_errorcontent.php:65
6315
- #: includes/widgets/htmega_image_grid.php:131
6316
- #: includes/widgets/htmega_image_masonry.php:112
6317
- #: includes/widgets/htmega_instagram.php:215
6318
- #: includes/widgets/htmega_instagram.php:233
6319
- #: includes/widgets/htmega_lightbox.php:53
6320
- #: includes/widgets/htmega_lightbox.php:63
6321
- #: includes/widgets/htmega_lightbox.php:117
6322
- #: includes/widgets/htmega_modal.php:123 includes/widgets/htmega_modal.php:137
6323
- #: includes/widgets/htmega_panel_slider.php:95
6324
- #: includes/widgets/htmega_popover.php:61
6325
- #: includes/widgets/htmega_popover.php:101
6326
- #: includes/widgets/htmega_pricing_list_view.php:248
6327
- #: includes/widgets/htmega_pricing_list_view.php:275
6328
- #: includes/widgets/htmega_section_title.php:98
6329
- #: includes/widgets/htmega_section_title.php:112
6330
- #: includes/widgets/htmega_service.php:73
6331
- #: includes/widgets/htmega_service.php:88
6332
- #: includes/widgets/htmega_service.php:876
6333
- #: includes/widgets/htmega_slider_thumb_gallery.php:82
6334
- #: includes/widgets/htmega_special_day_banner.php:58
6335
- #: includes/widgets/htmega_testimonial_grid.php:195
6336
- #: includes/widgets/htmega_testimonial_grid.php:388
6337
- #: includes/widgets/htmega_tooltip.php:61
6338
- #: includes/widgets/htmega_tooltip.php:101
6339
- #: includes/widgets/htmega_videoplayer.php:86
6340
- #: includes/widgets/htmega_wc_categories.php:458
6341
- #: includes/widgets/htmega_working_process.php:109
6342
- #: includes/widgets/htmega_working_process.php:124
6343
- #: extensions/ht-builder/widgets/bl_post_author_info.php:139
6344
- msgid "Image"
6345
- msgstr ""
6346
-
6347
- #: includes/widgets/htmega_image_comparison.php:532
6348
- msgid "Image After"
6349
- msgstr ""
6350
-
6351
- #: includes/widgets/htmega_image_comparison.php:512
6352
- msgid "Image Before"
6353
- msgstr ""
6354
-
6355
- #: includes/widgets/htmega_postgrid.php:236
6356
- #: includes/widgets/htmega_post_grid_tab.php:324
6357
- msgid "Image Border Radius"
6358
- msgstr ""
6359
-
6360
- #: includes/widgets/htmega_panel_slider.php:650
6361
- msgid "Image Box Padding"
6362
- msgstr ""
6363
-
6364
- #: includes/widgets/htmega_image_comparison.php:13
6365
- #: includes/widgets/htmega_image_comparison.php:43
6366
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:268
6367
- msgid "Image Comparison"
6368
- msgstr ""
6369
-
6370
- #: includes/widgets/htmega_image_grid.php:13
6371
- #: includes/widgets/htmega_image_grid.php:43
6372
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:277
6373
- msgid "Image Grid"
6374
- msgstr ""
6375
-
6376
- #: includes/widgets/htmega_image_grid.php:178
6377
- msgid "Image Grid Description"
6378
- msgstr ""
6379
-
6380
- #: includes/widgets/htmega_image_grid.php:124
6381
- msgid "Image Grid Description."
6382
- msgstr ""
6383
-
6384
- #: includes/widgets/htmega_carousel.php:101
6385
- #: includes/widgets/htmega_image_grid.php:177
6386
- msgid "Image Grid Title"
6387
- msgstr ""
6388
-
6389
- #: includes/widgets/htmega_carousel.php:72
6390
- #: includes/widgets/htmega_image_grid.php:115
6391
- msgid "Image Grid Title."
6392
- msgstr ""
6393
-
6394
- #: includes/widgets/htmega_data_table.php:444
6395
- msgid "Image Height"
6396
- msgstr ""
6397
-
6398
- #: includes/widgets/htmega_teammember.php:100
6399
- msgid "Image Hover Animate"
6400
- msgstr ""
6401
-
6402
- #: extensions/wc-sales-notification/admin/setting.php:94
6403
- msgid "Image Left"
6404
- msgstr ""
6405
-
6406
- #: includes/widgets/htmega_instagram.php:87
6407
- msgid "Image link in new tab"
6408
- msgstr ""
6409
-
6410
- #: includes/widgets/htmega_image_magnifier.php:13
6411
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:286
6412
- msgid "Image Magnifier"
6413
- msgstr ""
6414
-
6415
- #: includes/widgets/htmega_imagemarker.php:13
6416
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:295
6417
- msgid "Image Marker"
6418
- msgstr ""
6419
-
6420
- #: includes/widgets/htmega_image_masonry.php:13
6421
- #: includes/widgets/htmega_image_masonry.php:52
6422
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:304
6423
- msgid "Image Masonry"
6424
- msgstr ""
6425
-
6426
- #: includes/widgets/htmega_image_masonry.php:159
6427
- msgid "Image Masonry Description"
6428
- msgstr ""
6429
-
6430
- #: includes/widgets/htmega_image_masonry.php:105
6431
- msgid "Image Masonry Description."
6432
- msgstr ""
6433
-
6434
- #: includes/widgets/htmega_image_masonry.php:158
6435
- msgid "Image Masonry Title"
6436
- msgstr ""
6437
-
6438
- #: includes/widgets/htmega_image_masonry.php:96
6439
- msgid "Image Masonry Title."
6440
- msgstr ""
6441
-
6442
- #: includes/widgets/htmega_panel_slider.php:627
6443
- #: includes/widgets/htmega_postgrid.php:218
6444
- #: includes/widgets/htmega_post_slider.php:648
6445
- msgid "Image Overlay"
6446
- msgstr ""
6447
-
6448
- #: includes/widgets/htmega_instragram_feed.php:129
6449
- msgid "Image Padding"
6450
- msgstr ""
6451
-
6452
- #: includes/widgets/htmega_section_title.php:153
6453
- #: extensions/wc-sales-notification/admin/setting.php:89
6454
- msgid "Image Position"
6455
- msgstr ""
6456
-
6457
- #: includes/widgets/htmega_buddy_press.php:95
6458
- #: includes/widgets/htmega_instragram_feed.php:67
6459
- msgid "Image Size"
6460
- msgstr ""
6461
-
6462
- #: includes/widgets/htmega_modal.php:291
6463
- msgid "Image space"
6464
- msgstr ""
6465
-
6466
- #: includes/widgets/htmega_data_table.php:421
6467
- #: includes/widgets/htmega_twitter_feed.php:807
6468
- msgid "Image Width"
6469
- msgstr ""
6470
-
6471
- #: includes/widgets/htmega_pricing_list_view.php:500
6472
- msgid "Image/Icon Position"
6473
- msgstr ""
6474
-
6475
- #: includes/class.assests.php:385
6476
- msgid "Import"
6477
- msgstr ""
6478
-
6479
- #: admin/include/templates_list.php:13
6480
- msgid "Import template to your Library"
6481
- msgstr ""
6482
-
6483
- #: includes/class.assests.php:383
6484
- msgid "Import to Library"
6485
- msgstr ""
6486
-
6487
- #: includes/class.assests.php:384
6488
- msgid "Import to Page"
6489
- msgstr ""
6490
-
6491
- #: includes/class.assests.php:378
6492
- msgid "in this package"
6493
- msgstr ""
6494
-
6495
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1495
6496
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1520
6497
- msgid "Incoming animation option"
6498
- msgstr ""
6499
-
6500
- #: admin/include/custom-control/preset-manage.php:19
6501
- msgid "Incomplete preset request"
6502
- msgstr ""
6503
-
6504
- #: includes/widgets/htmega_instagram.php:1541
6505
- msgid "Incorrect access token specified."
6506
- msgstr ""
6507
-
6508
- #: includes/widgets/htmega_progress_bar.php:602
6509
- msgid "Indicator Background"
6510
- msgstr ""
6511
-
6512
- #: includes/widgets/htmega_progress_bar.php:626
6513
- msgid "Indicator Border Radius"
6514
- msgstr ""
6515
-
6516
- #: includes/widgets/htmega_imagemarker.php:436
6517
- #: includes/widgets/htmega_progress_bar.php:183
6518
- msgid "Indicator color"
6519
- msgstr ""
6520
-
6521
- #: includes/widgets/htmega_imagemarker.php:569
6522
- msgid "Indicator Height"
6523
- msgstr ""
6524
-
6525
- #: includes/widgets/htmega_imagemarker.php:596
6526
- msgid "Indicator Line Height"
6527
- msgstr ""
6528
-
6529
- #: includes/widgets/htmega_imagemarker.php:361
6530
- msgid "Indicator Position(X)"
6531
- msgstr ""
6532
-
6533
- #: includes/widgets/htmega_imagemarker.php:388
6534
- msgid "Indicator Position(Y)"
6535
- msgstr ""
6536
-
6537
- #: includes/widgets/htmega_imagemarker.php:414
6538
- msgid "Indicator Rotated"
6539
- msgstr ""
6540
-
6541
- #: includes/widgets/htmega_progress_bar.php:571
6542
- msgid "Indicator Size"
6543
- msgstr ""
6544
-
6545
- #: includes/widgets/htmega_imagemarker.php:542
6546
- msgid "Indicator Width"
6547
- msgstr ""
6548
-
6549
- #: includes/widgets/htmega_notify.php:132
6550
- msgid "Info"
6551
- msgstr ""
6552
-
6553
- #: includes/widgets/htmega_googlemap.php:213
6554
- msgid "Info Address Span Style"
6555
- msgstr ""
6556
-
6557
- #: includes/widgets/htmega_googlemap.php:179
6558
- msgid "Info Address Style"
6559
- msgstr ""
6560
-
6561
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:683
6562
- msgid "Info Box"
6563
- msgstr ""
6564
-
6565
- #: includes/widgets/htmega_googlemap.php:400
6566
- msgid "Info Button Close"
6567
- msgstr ""
6568
-
6569
- #: includes/widgets/htmega_notify.php:639
6570
- msgid "Info Icon"
6571
- msgstr ""
6572
-
6573
- #: includes/widgets/htmega_googlemap.php:361
6574
- msgid "Info Pointer"
6575
- msgstr ""
6576
-
6577
- #: includes/widgets/htmega_scroll_navigation.php:274
6578
- msgid "Initial Slide"
6579
- msgstr ""
6580
-
6581
- #: includes/widgets/htmega_section_title.php:620
6582
- #: includes/widgets/htmega_section_title.php:851
6583
- msgid "Inline block"
6584
- msgstr ""
6585
-
6586
- #: extensions/ht-menu/widgets/inline-mega-menu.php:14
6587
- msgid "Inline Mega Menu"
6588
- msgstr ""
6589
-
6590
- #: includes/widgets/htmega_inlinemenu.php:13
6591
- #: includes/widgets/htmega_inlinemenu.php:46
6592
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:313
6593
- msgid "Inline Navigation"
6594
- msgstr ""
6595
-
6596
- #: includes/widgets/htmega_progress_bar.php:654
6597
- #: includes/widgets/htmega_progress_bar.php:773
6598
- msgid "Inner"
6599
- msgstr ""
6600
-
6601
- #: includes/widgets/htmega_call_to_action.php:423
6602
- msgid "Inner Box Style"
6603
- msgstr ""
6604
-
6605
- #: includes/widgets/htmega_caldera_form.php:184
6606
- #: includes/widgets/htmega_contact_form_seven.php:177
6607
- #: includes/widgets/htmega_gravity_forms.php:387
6608
- #: includes/widgets/htmega_ninja_form.php:473
6609
- #: includes/widgets/htmega_quforms.php:310
6610
- #: includes/widgets/htmega_search.php:212
6611
- #: includes/widgets/htmega_user_login_form.php:805
6612
- #: includes/widgets/htmega_wc_element_pages.php:692
6613
- #: includes/widgets/htmega_wc_element_pages.php:1336
6614
- #: includes/widgets/htmega_wpforms.php:474
6615
- msgid "Input"
6616
- msgstr ""
6617
-
6618
- #: includes/widgets/htmega_mailchimp_wp.php:159
6619
- #: extensions/ht-builder/widgets/bl_post_comments.php:40
6620
- #: extensions/ht-builder/widgets/bl_post_search_form.php:119
6621
- msgid "Input Box"
6622
- msgstr ""
6623
-
6624
- #: includes/widgets/htmega_caldera_form.php:290
6625
- msgid "Input Space"
6626
- msgstr ""
6627
-
6628
- #: admin/include/templates/library/templates.php:64
6629
- msgid "Insert"
6630
- msgstr ""
6631
-
6632
- #: includes/recommended-plugins/recommended-plugins.php:44
6633
- msgid "Insert Headers and Footers Code"
6634
- msgstr ""
6635
-
6636
- #: includes/widgets/htmega_instagram.php:15
6637
- #: includes/widgets/htmega_instagram.php:44
6638
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:322
6639
- msgid "Instagram"
6640
- msgstr ""
6641
-
6642
- #: includes/widgets/htmega_instagram.php:77
6643
- msgid "Instagram Access Token"
6644
- msgstr ""
6645
-
6646
- #: includes/widgets/htmega_instragram_feed.php:13
6647
- #: includes/widgets/htmega_instragram_feed.php:35
6648
- msgid "Instagram Feed"
6649
- msgstr ""
6650
-
6651
- #: admin/include/template-library.php:288
6652
- #: admin/include/template-library.php:340
6653
- #: includes/recommended-plugins/class.recommended-plugins.php:248
6654
- msgid "Install Now"
6655
- msgstr ""
6656
-
6657
- #: includes/class.assests.php:388
6658
- #: includes/recommended-plugins/class.recommended-plugins.php:124
6659
- msgid "Installing.."
6660
- msgstr ""
6661
-
6662
- #: includes/widgets/htmega_socialshere.php:82
6663
- msgid "Instapaper"
6664
- msgstr ""
6665
-
6666
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1310
6667
- msgid "Instragram Feed"
6668
- msgstr ""
6669
-
6670
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:800
6671
- msgid "Interactive Promo"
6672
- msgstr ""
6673
-
6674
- #: admin/include/custom-control/preset-manage.php:15
6675
- msgid "Invalid preset request"
6676
- msgstr ""
6677
-
6678
- #: includes/helper-function.php:390
6679
- msgid "Invalid username or password!"
6680
- msgstr ""
6681
-
6682
- #: includes/widgets/htmega_business_hours.php:300
6683
- #: includes/widgets/htmega_instagram.php:662
6684
- #: extensions/ht-builder/widgets/bl_post_archive.php:245
6685
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:353
6686
- msgid "Item"
6687
- msgstr ""
6688
-
6689
- #: includes/widgets/htmega_countdown.php:607
6690
- msgid "Item Alignment"
6691
- msgstr ""
6692
-
6693
- #: includes/widgets/htmega_business_hours.php:209
6694
- msgid "Item Area"
6695
- msgstr ""
6696
-
6697
- #: includes/widgets/htmega_easy_digital_download.php:267
6698
- msgid "Item Background"
6699
- msgstr ""
6700
-
6701
- #: includes/widgets/htmega_testimonial_grid.php:253
6702
- msgid "Item Box Style"
6703
- msgstr ""
6704
-
6705
- #: includes/widgets/htmega_accordion.php:300
6706
- msgid "Item Collapse Icon"
6707
- msgstr ""
6708
-
6709
- #: includes/widgets/htmega_postgrid.php:397
6710
- #: includes/widgets/htmega_post_grid_tab.php:1242
6711
- msgid "Item Five Gradient"
6712
- msgstr ""
6713
-
6714
- #: includes/widgets/htmega_postgrid.php:379
6715
- #: includes/widgets/htmega_post_grid_tab.php:1224
6716
- msgid "Item Four Gradient"
6717
- msgstr ""
6718
-
6719
- #: includes/widgets/htmega_easy_digital_download.php:236
6720
- msgid "Item Gap"
6721
- msgstr ""
6722
-
6723
- #: includes/widgets/htmega_progress_bar.php:543
6724
- msgid "Item Inner Padding"
6725
- msgstr ""
6726
-
6727
- #: includes/widgets/htmega_instagram.php:130
6728
- msgid "Item Limit"
6729
- msgstr ""
6730
-
6731
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:384
6732
- msgid "Item Link"
6733
- msgstr ""
6734
-
6735
- #: includes/widgets/htmega_working_process.php:463
6736
- msgid "Item Number Shape"
6737
- msgstr ""
6738
-
6739
- #: includes/widgets/htmega_postgrid.php:326
6740
- #: includes/widgets/htmega_post_grid_tab.php:1171
6741
- msgid "Item One Gradient"
6742
- msgstr ""
6743
-
6744
- #: includes/widgets/htmega_instagram.php:725
6745
- msgid "Item Overlay"
6746
- msgstr ""
6747
-
6748
- #: includes/widgets/htmega_progress_bar.php:529
6749
- #: extensions/ht-menu/widgets/inline-mega-menu.php:280
6750
- msgid "Item Padding"
6751
- msgstr ""
6752
-
6753
- #: includes/widgets/htmega_postgrid.php:433
6754
- #: includes/widgets/htmega_post_grid_tab.php:1278
6755
- msgid "Item Seven Gradient"
6756
- msgstr ""
6757
-
6758
- #: includes/widgets/htmega_postgrid.php:415
6759
- #: includes/widgets/htmega_post_grid_tab.php:1260
6760
- msgid "Item Six Gradient"
6761
- msgstr ""
6762
-
6763
- #: includes/widgets/htmega_slider_thumb_gallery.php:1249
6764
- msgid "Item space"
6765
- msgstr ""
6766
-
6767
- #: includes/widgets/htmega_working_process.php:340
6768
- msgid "Item style"
6769
- msgstr ""
6770
-
6771
- #: includes/widgets/htmega_postgrid.php:361
6772
- #: includes/widgets/htmega_post_grid_tab.php:1206
6773
- msgid "Item Three Gradient"
6774
- msgstr ""
6775
-
6776
- #: includes/widgets/htmega_postgrid.php:343
6777
- #: includes/widgets/htmega_post_grid_tab.php:1188
6778
- msgid "Item Two Gradient"
6779
- msgstr ""
6780
-
6781
- #: includes/widgets/htmega_working_process.php:357
6782
- #: includes/widgets/htmega_working_process.php:564
6783
- msgid "Item Width"
6784
- msgstr ""
6785
-
6786
- #: includes/widgets/htmega_working_process.php:451
6787
- msgid "Items Seperator Style"
6788
- msgstr ""
6789
-
6790
- #: includes/widgets/htmega_progress_bar.php:420
6791
- msgid "Items Style"
6792
- msgstr ""
6793
-
6794
- #: includes/widgets/htmega_booked_calender.php:109
6795
- msgid "January"
6796
- msgstr ""
6797
-
6798
- #: includes/widgets/htmega_job_manager.php:56
6799
- msgid "Job Apply To"
6800
- msgstr ""
6801
-
6802
- #: includes/widgets/htmega_job_manager.php:58
6803
- msgid "Job Dashboard"
6804
- msgstr ""
6805
-
6806
- #: includes/widgets/htmega_job_manager.php:54
6807
- msgid "Job List"
6808
- msgstr ""
6809
-
6810
- #: includes/widgets/htmega_job_manager.php:13
6811
- #: includes/widgets/htmega_job_manager.php:43
6812
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1321
6813
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1332
6814
- msgid "Job Manager"
6815
- msgstr ""
6816
-
6817
- #: includes/widgets/htmega_job_manager.php:57
6818
- msgid "Job Post Form"
6819
- msgstr ""
6820
-
6821
- #: includes/widgets/htmega_job_manager.php:55
6822
- msgid "Job Summary"
6823
- msgstr ""
6824
-
6825
- #: includes/widgets/htmega_blockquote.php:81
6826
- #: includes/widgets/htmega_blockquote.php:82
6827
- msgid "Jon Doy"
6828
- msgstr ""
6829
-
6830
- #: includes/widgets/htmega_data_table.php:547
6831
- msgid "jondoy@gmail.com"
6832
- msgstr ""
6833
-
6834
- #: includes/widgets/htmega_progress_bar.php:214
6835
- msgid "Joomla"
6836
- msgstr ""
6837
-
6838
- #: includes/widgets/htmega_pricing_list_view.php:158
6839
- msgid "Joomla Template"
6840
- msgstr ""
6841
-
6842
- #: includes/widgets/htmega_booked_calender.php:115
6843
- msgid "July"
6844
- msgstr ""
6845
-
6846
- #: includes/widgets/htmega_booked_calender.php:114
6847
- msgid "June"
6848
- msgstr ""
6849
-
6850
- #: includes/widgets/htmega_add_banner.php:380
6851
- #: includes/widgets/htmega_blockquote.php:195
6852
- #: includes/widgets/htmega_buddy_press.php:266
6853
- #: includes/widgets/htmega_business_hours.php:403
6854
- #: includes/widgets/htmega_button.php:173
6855
- #: includes/widgets/htmega_call_to_action.php:342
6856
- #: includes/widgets/htmega_carousel.php:850
6857
- #: includes/widgets/htmega_countdown.php:623
6858
- #: includes/widgets/htmega_countdown.php:655
6859
- #: includes/widgets/htmega_counter.php:300
6860
- #: includes/widgets/htmega_counter.php:333
6861
- #: includes/widgets/htmega_counter.php:439
6862
- #: includes/widgets/htmega_counter.php:565
6863
- #: includes/widgets/htmega_data_table.php:723
6864
- #: includes/widgets/htmega_data_table.php:842
6865
- #: includes/widgets/htmega_errorcontent.php:261
6866
- #: includes/widgets/htmega_image_grid.php:303
6867
- #: includes/widgets/htmega_image_grid.php:400
6868
- #: includes/widgets/htmega_image_masonry.php:279
6869
- #: includes/widgets/htmega_image_masonry.php:376
6870
- #: includes/widgets/htmega_lightbox.php:208
6871
- #: includes/widgets/htmega_lightbox.php:321
6872
- #: includes/widgets/htmega_mailchimp_wp.php:141
6873
- #: includes/widgets/htmega_modal.php:362 includes/widgets/htmega_modal.php:1017
6874
- #: includes/widgets/htmega_newsticker.php:472
6875
- #: includes/widgets/htmega_notify.php:294
6876
- #: includes/widgets/htmega_notify.php:574
6877
- #: includes/widgets/htmega_notify.php:840
6878
- #: includes/widgets/htmega_offcanvas.php:387
6879
- #: includes/widgets/htmega_panel_slider.php:615
6880
- #: includes/widgets/htmega_popover.php:277
6881
- #: includes/widgets/htmega_popover.php:673
6882
- #: includes/widgets/htmega_popover.php:777
6883
- #: includes/widgets/htmega_postgrid.php:529
6884
- #: includes/widgets/htmega_postgrid.php:642
6885
- #: includes/widgets/htmega_post_grid_tab.php:507
6886
- #: includes/widgets/htmega_post_grid_tab.php:594
6887
- #: includes/widgets/htmega_post_slider.php:942
6888
- #: includes/widgets/htmega_post_slider.php:1029
6889
- #: includes/widgets/htmega_pricing_list_view.php:485
6890
- #: includes/widgets/htmega_pricing_list_view.php:1140
6891
- #: includes/widgets/htmega_search.php:168
6892
- #: includes/widgets/htmega_service.php:253
6893
- #: includes/widgets/htmega_service.php:437
6894
- #: includes/widgets/htmega_service.php:542
6895
- #: includes/widgets/htmega_service.php:731
6896
- #: includes/widgets/htmega_service.php:993
6897
- #: includes/widgets/htmega_singlepost.php:222
6898
- #: includes/widgets/htmega_singlepost.php:425
6899
- #: includes/widgets/htmega_special_day_banner.php:277
6900
- #: includes/widgets/htmega_tablepress.php:225
6901
- #: includes/widgets/htmega_tablepress.php:382
6902
- #: includes/widgets/htmega_teammember.php:757
6903
- #: includes/widgets/htmega_teammember.php:847
6904
- #: includes/widgets/htmega_teammember.php:938
6905
- #: includes/widgets/htmega_teammember.php:1005
6906
- #: includes/widgets/htmega_testimonial_grid.php:565
6907
- #: includes/widgets/htmega_toggle.php:208
6908
- #: includes/widgets/htmega_tooltip.php:253
6909
- #: includes/widgets/htmega_user_login_form.php:583
6910
- #: extensions/ht-builder/widgets/bl_page_title.php:149
6911
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:151
6912
- #: extensions/ht-builder/widgets/bl_post_content.php:84
6913
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:84
6914
- #: extensions/ht-builder/widgets/bl_post_title.php:114
6915
- #: extensions/ht-builder/widgets/bl_site_logo.php:171
6916
- #: extensions/ht-builder/widgets/bl_site_title.php:151
6917
- msgid "Justified"
6918
- msgstr ""
6919
-
6920
- #: includes/widgets/htmega_user_login_form.php:425
6921
- msgid "Justify Content"
6922
- msgstr ""
6923
-
6924
- #: includes/recommended-plugins/recommended-plugins.php:78
6925
- msgid "JustTables"
6926
- msgstr ""
6927
-
6928
- #: includes/widgets/htmega_countdown.php:912
6929
- #: includes/widgets/htmega_newsticker.php:489
6930
- #: includes/widgets/htmega_quforms.php:79
6931
- #: includes/widgets/htmega_user_login_form.php:183
6932
- #: includes/widgets/htmega_user_login_form.php:1464
6933
- #: includes/widgets/htmega_wc_element_pages.php:648
6934
- #: includes/widgets/htmega_wc_element_pages.php:1303
6935
- msgid "Label"
6936
- msgstr ""
6937
-
6938
- #: includes/widgets/htmega_pricing_list_view.php:790
6939
- msgid "Label Background"
6940
- msgstr ""
6941
-
6942
- #: includes/widgets/htmega_pricing_list_view.php:805
6943
- msgid "Label Color"
6944
- msgstr ""
6945
-
6946
- #: includes/widgets/htmega_newsticker.php:567
6947
- msgid "Label Height"
6948
- msgstr ""
6949
-
6950
- #: includes/widgets/htmega_newsticker.php:84
6951
- msgid "Label Icon"
6952
- msgstr ""
6953
-
6954
- #: includes/widgets/htmega_pricing_list_view.php:853
6955
- msgid "Label Margin"
6956
- msgstr ""
6957
-
6958
- #: includes/widgets/htmega_pricing_list_view.php:837
6959
- msgid "Label Padding"
6960
- msgstr ""
6961
-
6962
- #: includes/widgets/htmega_pricing_list_view.php:766
6963
- msgid "Label Position"
6964
- msgstr ""
6965
-
6966
- #: includes/widgets/htmega_countdown.php:172
6967
- msgid "Label Setting"
6968
- msgstr ""
6969
-
6970
- #: includes/widgets/htmega_pricing_list_view.php:736
6971
- msgid "Label Typography"
6972
- msgstr ""
6973
-
6974
- #: includes/widgets/htmega_caldera_form.php:61
6975
- #: includes/widgets/htmega_contact_form_seven.php:654
6976
- #: includes/widgets/htmega_gravity_forms.php:228
6977
- #: includes/widgets/htmega_ninja_form.php:313
6978
- #: includes/widgets/htmega_wpforms.php:306
6979
- msgid "Labels"
6980
- msgstr ""
6981
-
6982
- #: includes/widgets/htmega_button.php:95
6983
- #: includes/widgets/htmega_double_button.php:48
6984
- msgid "Large"
6985
- msgstr ""
6986
-
6987
- #: includes/widgets/htmega_testimonial_grid.php:101
6988
- msgid "Large Mobile"
6989
- msgstr ""
6990
-
6991
- #: includes/widgets/htmega_googlemap.php:133
6992
- #: includes/widgets/htmega_weather.php:184
6993
- msgid "Latitude"
6994
- msgstr ""
6995
-
6996
- #: includes/widgets/htmega_layer_slider.php:13
6997
- #: includes/widgets/htmega_layer_slider.php:56
6998
- msgid "LayerSlider"
6999
- msgstr ""
7000
-
7001
- #: includes/widgets/htmega_animated_heading.php:49
7002
- #: includes/widgets/htmega_bbpress.php:50
7003
- #: includes/widgets/htmega_business_hours.php:43
7004
- #: includes/widgets/htmega_data_table.php:44
7005
- #: includes/widgets/htmega_job_manager.php:50
7006
- #: includes/widgets/htmega_postgrid.php:43
7007
- #: includes/widgets/htmega_post_grid_tab.php:50
7008
- #: includes/widgets/htmega_post_slider.php:51
7009
- #: includes/widgets/htmega_pricing_list_view.php:43
7010
- #: includes/widgets/htmega_pricing_list_view.php:50
7011
- #: includes/widgets/htmega_verticle_time_line.php:43
7012
- #: extensions/ht-builder/widgets/bl_post_archive.php:43
7013
- msgid "Layout"
7014
- msgstr ""
7015
-
7016
- #: includes/widgets/htmega_business_hours.php:51
7017
- #: includes/widgets/htmega_postgrid.php:51
7018
- #: includes/widgets/htmega_post_grid_tab.php:58
7019
- #: includes/widgets/htmega_post_slider.php:59
7020
- msgid "Layout Five"
7021
- msgstr ""
7022
-
7023
- #: includes/widgets/htmega_business_hours.php:50
7024
- #: includes/widgets/htmega_postgrid.php:50
7025
- #: includes/widgets/htmega_post_grid_tab.php:57
7026
- #: includes/widgets/htmega_post_slider.php:58
7027
- #: includes/widgets/htmega_verticle_time_line.php:51
7028
- msgid "Layout Four"
7029
- msgstr ""
7030
-
7031
- #: includes/widgets/htmega_pricing_list_view.php:57
7032
- msgid "Layout Four ( No Border )"
7033
- msgstr ""
7034
-
7035
- #: includes/widgets/htmega_business_hours.php:47
7036
- #: includes/widgets/htmega_data_table.php:48
7037
- #: includes/widgets/htmega_postgrid.php:47
7038
- #: includes/widgets/htmega_post_grid_tab.php:54
7039
- #: includes/widgets/htmega_post_slider.php:55
7040
- #: includes/widgets/htmega_pricing_list_view.php:54
7041
- #: includes/widgets/htmega_switcher.php:45
7042
- #: includes/widgets/htmega_verticle_time_line.php:48
7043
- #: extensions/ht-builder/widgets/bl_post_archive.php:47
7044
- msgid "Layout One"
7045
- msgstr ""
7046
-
7047
- #: includes/widgets/htmega_post_slider.php:61
7048
- msgid "Layout Seven"
7049
- msgstr ""
7050
-
7051
- #: includes/widgets/htmega_post_slider.php:60
7052
- msgid "Layout Six"
7053
- msgstr ""
7054
-
7055
- #: includes/widgets/htmega_business_hours.php:49
7056
- #: includes/widgets/htmega_data_table.php:50
7057
- #: includes/widgets/htmega_postgrid.php:49
7058
- #: includes/widgets/htmega_post_grid_tab.php:56
7059
- #: includes/widgets/htmega_post_slider.php:57
7060
- #: includes/widgets/htmega_pricing_list_view.php:56
7061
- #: includes/widgets/htmega_verticle_time_line.php:50
7062
- msgid "Layout Three"
7063
- msgstr ""
7064
-
7065
- #: includes/widgets/htmega_business_hours.php:48
7066
- #: includes/widgets/htmega_data_table.php:49
7067
- #: includes/widgets/htmega_postgrid.php:48
7068
- #: includes/widgets/htmega_post_grid_tab.php:55
7069
- #: includes/widgets/htmega_post_slider.php:56
7070
- #: includes/widgets/htmega_pricing_list_view.php:55
7071
- #: includes/widgets/htmega_switcher.php:46
7072
- #: includes/widgets/htmega_verticle_time_line.php:49
7073
- #: extensions/ht-builder/widgets/bl_post_archive.php:48
7074
- msgid "Layout Two"
7075
- msgstr ""
7076
-
7077
- #: admin/include/settings-panel/includes/templates/sidebar-banner.php:35
7078
- msgid "leaving us a review on our WP repository"
7079
- msgstr ""
7080
-
7081
- #: includes/widgets/htmega_accordion.php:567
7082
- #: includes/widgets/htmega_accordion.php:758
7083
- #: includes/widgets/htmega_accordion.php:916
7084
- #: includes/widgets/htmega_accordion.php:1314
7085
- #: includes/widgets/htmega_accordion.php:1432
7086
- #: includes/widgets/htmega_add_banner.php:368
7087
- #: includes/widgets/htmega_blockquote.php:183
7088
- #: includes/widgets/htmega_buddy_press.php:254
7089
- #: includes/widgets/htmega_business_hours.php:391
7090
- #: includes/widgets/htmega_button.php:118
7091
- #: includes/widgets/htmega_button.php:161
7092
- #: includes/widgets/htmega_caldera_form.php:72
7093
- #: includes/widgets/htmega_caldera_form.php:347
7094
- #: includes/widgets/htmega_call_to_action.php:200
7095
- #: includes/widgets/htmega_call_to_action.php:294
7096
- #: includes/widgets/htmega_call_to_action.php:330
7097
- #: includes/widgets/htmega_carousel.php:838
7098
- #: includes/widgets/htmega_contact_form_seven.php:117
7099
- #: includes/widgets/htmega_countdown.php:611
7100
- #: includes/widgets/htmega_countdown.php:643
7101
- #: includes/widgets/htmega_counter.php:288
7102
- #: includes/widgets/htmega_counter.php:321
7103
- #: includes/widgets/htmega_counter.php:427
7104
- #: includes/widgets/htmega_counter.php:553
7105
- #: includes/widgets/htmega_data_table.php:711
7106
- #: includes/widgets/htmega_data_table.php:830
7107
- #: includes/widgets/htmega_double_button.php:157
7108
- #: includes/widgets/htmega_double_button.php:244
7109
- #: includes/widgets/htmega_double_button.php:325
7110
- #: includes/widgets/htmega_dropcaps.php:84
7111
- #: includes/widgets/htmega_easy_digital_download.php:326
7112
- #: includes/widgets/htmega_easy_digital_download.php:694
7113
- #: includes/widgets/htmega_errorcontent.php:249
7114
- #: includes/widgets/htmega_gravity_forms.php:149
7115
- #: includes/widgets/htmega_gravity_forms.php:205
7116
- #: includes/widgets/htmega_gravity_forms.php:239
7117
- #: includes/widgets/htmega_gravity_forms.php:544
7118
- #: includes/widgets/htmega_gravity_forms.php:775
7119
- #: includes/widgets/htmega_imagemarker.php:203
7120
- #: includes/widgets/htmega_imagemarker.php:710
7121
- #: includes/widgets/htmega_image_grid.php:291
7122
- #: includes/widgets/htmega_image_grid.php:388
7123
- #: includes/widgets/htmega_image_masonry.php:267
7124
- #: includes/widgets/htmega_image_masonry.php:364
7125
- #: includes/widgets/htmega_inlinemenu.php:121
7126
- #: includes/widgets/htmega_instagram.php:1484
7127
- #: includes/widgets/htmega_job_manager.php:159
7128
- #: includes/widgets/htmega_lightbox.php:196
7129
- #: includes/widgets/htmega_lightbox.php:309
7130
- #: includes/widgets/htmega_mailchimp_wp.php:129
7131
- #: includes/widgets/htmega_modal.php:178 includes/widgets/htmega_modal.php:350
7132
- #: includes/widgets/htmega_modal.php:1005
7133
- #: includes/widgets/htmega_newsticker.php:460
7134
- #: includes/widgets/htmega_ninja_form.php:188
7135
- #: includes/widgets/htmega_ninja_form.php:290
7136
- #: includes/widgets/htmega_ninja_form.php:324
7137
- #: includes/widgets/htmega_ninja_form.php:611
7138
- #: includes/widgets/htmega_ninja_form.php:822
7139
- #: includes/widgets/htmega_ninja_form.php:1034
7140
- #: includes/widgets/htmega_notify.php:282
7141
- #: includes/widgets/htmega_notify.php:562
7142
- #: includes/widgets/htmega_notify.php:828
7143
- #: includes/widgets/htmega_offcanvas.php:103
7144
- #: includes/widgets/htmega_offcanvas.php:204
7145
- #: includes/widgets/htmega_offcanvas.php:283
7146
- #: includes/widgets/htmega_offcanvas.php:375
7147
- #: includes/widgets/htmega_panel_slider.php:603
7148
- #: includes/widgets/htmega_popover.php:193
7149
- #: includes/widgets/htmega_popover.php:265
7150
- #: includes/widgets/htmega_popover.php:661
7151
- #: includes/widgets/htmega_popover.php:765
7152
- #: includes/widgets/htmega_postgrid.php:293
7153
- #: includes/widgets/htmega_postgrid.php:517
7154
- #: includes/widgets/htmega_postgrid.php:630
7155
- #: includes/widgets/htmega_post_grid_tab.php:401
7156
- #: includes/widgets/htmega_post_grid_tab.php:495
7157
- #: includes/widgets/htmega_post_grid_tab.php:582
7158
- #: includes/widgets/htmega_post_grid_tab.php:805
7159
- #: includes/widgets/htmega_post_slider.php:836
7160
- #: includes/widgets/htmega_post_slider.php:930
7161
- #: includes/widgets/htmega_post_slider.php:1017
7162
- #: includes/widgets/htmega_post_slider.php:1233
7163
- #: includes/widgets/htmega_pricing_list_view.php:473
7164
- #: includes/widgets/htmega_pricing_list_view.php:504
7165
- #: includes/widgets/htmega_pricing_list_view.php:1128
7166
- #: includes/widgets/htmega_pricing_list_view.php:1189
7167
- #: includes/widgets/htmega_quforms.php:90
7168
- #: includes/widgets/htmega_quforms.php:210
7169
- #: includes/widgets/htmega_quforms.php:331
7170
- #: includes/widgets/htmega_quforms.php:551
7171
- #: includes/widgets/htmega_quforms.php:769
7172
- #: includes/widgets/htmega_search.php:156
7173
- #: includes/widgets/htmega_section_title.php:415
7174
- #: includes/widgets/htmega_service.php:241
7175
- #: includes/widgets/htmega_service.php:425
7176
- #: includes/widgets/htmega_service.php:530
7177
- #: includes/widgets/htmega_service.php:719
7178
- #: includes/widgets/htmega_service.php:981
7179
- #: includes/widgets/htmega_singlepost.php:210
7180
- #: includes/widgets/htmega_singlepost.php:306
7181
- #: includes/widgets/htmega_singlepost.php:413
7182
- #: includes/widgets/htmega_slider_thumb_gallery.php:55
7183
- #: includes/widgets/htmega_socialshere.php:374
7184
- #: includes/widgets/htmega_special_day_banner.php:49
7185
- #: includes/widgets/htmega_special_day_banner.php:265
7186
- #: includes/widgets/htmega_tablepress.php:213
7187
- #: includes/widgets/htmega_tablepress.php:370
7188
- #: includes/widgets/htmega_tabs.php:513
7189
- #: includes/widgets/htmega_teammember.php:105
7190
- #: includes/widgets/htmega_teammember.php:616
7191
- #: includes/widgets/htmega_teammember.php:745
7192
- #: includes/widgets/htmega_teammember.php:835
7193
- #: includes/widgets/htmega_teammember.php:926
7194
- #: includes/widgets/htmega_teammember.php:993
7195
- #: includes/widgets/htmega_testimonial_grid.php:553
7196
- #: includes/widgets/htmega_toggle.php:196
7197
- #: includes/widgets/htmega_tooltip.php:181
7198
- #: includes/widgets/htmega_tooltip.php:241
7199
- #: includes/widgets/htmega_user_login_form.php:149
7200
- #: includes/widgets/htmega_user_login_form.php:371
7201
- #: includes/widgets/htmega_user_login_form.php:571
7202
- #: includes/widgets/htmega_videoplayer.php:296
7203
- #: includes/widgets/htmega_wc_categories.php:380
7204
- #: includes/widgets/htmega_wpforms.php:180
7205
- #: includes/widgets/htmega_wpforms.php:282
7206
- #: includes/widgets/htmega_wpforms.php:317
7207
- #: includes/widgets/htmega_wpforms.php:614
7208
- #: includes/widgets/htmega_wpforms.php:833
7209
- #: includes/widgets/htmega_wpforms.php:1061
7210
- #: extensions/ht-builder/widgets/bl_nav_menu.php:115
7211
- #: extensions/ht-builder/widgets/bl_nav_menu.php:497
7212
- #: extensions/ht-builder/widgets/bl_page_title.php:137
7213
- #: extensions/ht-builder/widgets/bl_post_archive.php:302
7214
- #: extensions/ht-builder/widgets/bl_post_archive.php:383
7215
- #: extensions/ht-builder/widgets/bl_post_archive.php:490
7216
- #: extensions/ht-builder/widgets/bl_post_archive.php:596
7217
- #: extensions/ht-builder/widgets/bl_post_archive.php:676
7218
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:139
7219
- #: extensions/ht-builder/widgets/bl_post_author_info.php:112
7220
- #: extensions/ht-builder/widgets/bl_post_content.php:72
7221
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:72
7222
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:71
7223
- #: extensions/ht-builder/widgets/bl_post_title.php:102
7224
- #: extensions/ht-builder/widgets/bl_site_logo.php:159
7225
- #: extensions/ht-builder/widgets/bl_site_title.php:139
7226
- #: extensions/ht-menu/widgets/inline-mega-menu.php:166
7227
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:167
7228
- msgid "Left"
7229
- msgstr ""
7230
-
7231
- #: includes/widgets/htmega_post_slider.php:1435
7232
- msgid "Left Arrow position"
7233
- msgstr ""
7234
-
7235
- #: includes/widgets/htmega_post_slider.php:1486
7236
- msgid "Left Arrow Position vertical"
7237
- msgstr ""
7238
-
7239
- #: includes/widgets/htmega_blockquote.php:155
7240
- msgid "Left Bottom"
7241
- msgstr ""
7242
-
7243
- #: includes/widgets/htmega_blockquote.php:154
7244
- msgid "Left Center"
7245
- msgstr ""
7246
-
7247
- #: includes/widgets/htmega_blockquote.php:153
7248
- msgid "Left Top"
7249
- msgstr ""
7250
-
7251
- #: includes/widgets/htmega_scroll_image.php:268
7252
- msgid "Left-Right"
7253
- msgstr ""
7254
-
7255
- #: includes/widgets/htmega_pricing_list_view.php:348
7256
- #: includes/widgets/htmega_pricing_list_view.php:977
7257
- msgid "Left-Right Position"
7258
- msgstr ""
7259
-
7260
- #: includes/widgets/htmega_image_comparison.php:181
7261
- msgid "Level Position"
7262
- msgstr ""
7263
-
7264
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:331
7265
- msgid "Light Box"
7266
- msgstr ""
7267
-
7268
- #: includes/widgets/htmega_lightbox.php:13
7269
- #: includes/widgets/htmega_lightbox.php:42
7270
- msgid "Lightbox"
7271
- msgstr ""
7272
-
7273
- #: includes/widgets/htmega_lightbox.php:49
7274
- msgid "Lightbox Type"
7275
- msgstr ""
7276
-
7277
- #: includes/widgets/htmega_postgrid.php:107
7278
- #: includes/widgets/htmega_post_grid_tab.php:114
7279
- #: includes/widgets/htmega_post_slider.php:118
7280
- #: includes/widgets/htmega_twitter_feed.php:122
7281
- #: extensions/wc-sales-notification/admin/setting.php:101
7282
- msgid "Limit"
7283
- msgstr ""
7284
-
7285
- #: includes/widgets/htmega_socialshere.php:92
7286
- msgid "Line"
7287
- msgstr ""
7288
-
7289
- #: includes/widgets/htmega_blockquote.php:603
7290
- #: includes/widgets/htmega_notify.php:707
7291
- #: includes/widgets/htmega_socialshere.php:533
7292
- msgid "Line Height"
7293
- msgstr ""
7294
-
7295
- #: includes/widgets/htmega_button.php:73
7296
- #: includes/widgets/htmega_double_button.php:108
7297
- #: includes/widgets/htmega_double_button.php:195
7298
- #: includes/widgets/htmega_panel_slider.php:117
7299
- #: includes/widgets/htmega_popover.php:139
7300
- #: includes/widgets/htmega_pricing_list_view.php:126
7301
- #: includes/widgets/htmega_pricing_list_view.php:660
7302
- #: includes/widgets/htmega_section_title.php:193
7303
- #: includes/widgets/htmega_section_title.php:251
7304
- #: includes/widgets/htmega_teammember.php:223
7305
- #: includes/widgets/htmega_tooltip.php:139
7306
- #: extensions/ht-builder/widgets/bl_post_author_info.php:94
7307
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:267
7308
- msgid "Link"
7309
- msgstr ""
7310
-
7311
- #: includes/widgets/htmega_offcanvas.php:327
7312
- #: includes/widgets/htmega_twitter_feed.php:639
7313
- #: includes/widgets/htmega_user_login_form.php:773
7314
- #: extensions/ht-builder/widgets/bl_post_archive.php:521
7315
- msgid "Link Color"
7316
- msgstr ""
7317
-
7318
- #: extensions/ht-builder/widgets/bl_post_author_info.php:101
7319
- msgid "Link for the Author Name and Image"
7320
- msgstr ""
7321
-
7322
- #: includes/widgets/htmega_offcanvas.php:338
7323
- #: includes/widgets/htmega_user_login_form.php:788
7324
- msgid "Link Hover Color"
7325
- msgstr ""
7326
-
7327
- #: includes/widgets/htmega_socialshere.php:66
7328
- msgid "Linkedin"
7329
- msgstr ""
7330
-
7331
- #: includes/widgets/htmega_booked_calender.php:55
7332
- msgid "List"
7333
- msgstr ""
7334
-
7335
- #: includes/widgets/htmega_pricing_list_view.php:1457
7336
- msgid "List Area"
7337
- msgstr ""
7338
-
7339
- #: includes/widgets/htmega_socialshere.php:71
7340
- msgid "Live journal"
7341
- msgstr ""
7342
-
7343
- #: includes/widgets/htmega_socialshere.php:80
7344
- msgid "Liveinternet"
7345
- msgstr ""
7346
-
7347
- #: includes/widgets/htmega_job_manager.php:131
7348
- msgid "Load More"
7349
- msgstr ""
7350
-
7351
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:938
7352
- msgid "Load Post in Elementor Addons"
7353
- msgstr ""
7354
-
7355
- #: admin/include/templates/library/templates.php:53
7356
- msgid "Loading"
7357
- msgstr ""
7358
-
7359
- #: includes/widgets/htmega_animated_heading.php:72
7360
- msgid "Loading bar"
7361
- msgstr ""
7362
-
7363
- #: extensions/wc-sales-notification/admin/setting.php:114
7364
- msgid "Loading Time"
7365
- msgstr ""
7366
-
7367
- #: includes/widgets/htmega_slider_thumb_gallery.php:68
7368
- #: includes/widgets/htmega_slider_thumb_gallery.php:122
7369
- msgid "Location Name Here."
7370
- msgstr ""
7371
-
7372
- #: includes/widgets/htmega_custom_event.php:78
7373
- msgid "Location."
7374
- msgstr ""
7375
-
7376
- #: includes/widgets/htmega_user_login_form.php:360
7377
- #: includes/widgets/htmega_user_login_form.php:1650
7378
- msgid "Login"
7379
- msgstr ""
7380
-
7381
- #: includes/widgets/htmega_user_login_form.php:349
7382
- msgid "Login Button"
7383
- msgstr ""
7384
-
7385
- #: includes/widgets/htmega_user_login_form.php:103
7386
- msgid "Login Content"
7387
- msgstr ""
7388
-
7389
- #: includes/widgets/htmega_user_login_form.php:43
7390
- #: includes/widgets/htmega_user_login_form.php:174
7391
- msgid "Login Form"
7392
- msgstr ""
7393
-
7394
- #: includes/widgets/htmega_user_login_form.php:646
7395
- msgid "Login Form Header Style"
7396
- msgstr ""
7397
-
7398
- #: includes/widgets/htmega_user_login_form.php:68
7399
- msgid "Login Header"
7400
- msgstr ""
7401
-
7402
- #: includes/widgets/htmega_user_login_form.php:89
7403
- msgid "Login Header Title"
7404
- msgstr ""
7405
-
7406
- #: includes/helper-function.php:392
7407
- msgid "Login Successfully"
7408
- msgstr ""
7409
-
7410
- #: extensions/ht-builder/widgets/bl_site_logo.php:48
7411
- msgid "Logo"
7412
- msgstr ""
7413
-
7414
- #: includes/widgets/htmega_googlemap.php:141
7415
- #: includes/widgets/htmega_weather.php:196
7416
- msgid "Longitude"
7417
- msgstr ""
7418
-
7419
- #: includes/widgets/htmega_scroll_navigation.php:105
7420
- #: includes/widgets/htmega_testimonial_grid.php:214
7421
- #: includes/widgets/htmega_testimonial_grid.php:228
7422
- #: includes/widgets/htmega_testimonial_grid.php:234
7423
- #: includes/widgets/htmega_testimonial_grid.php:240
7424
- msgid ""
7425
- "Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
7426
- "tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, "
7427
- "consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et "
7428
- "dolore magna aliqua."
7429
- msgstr ""
7430
-
7431
- #: includes/widgets/htmega_working_process.php:170
7432
- msgid ""
7433
- "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
7434
- "tempor incid idunt ut labore"
7435
- msgstr ""
7436
-
7437
- #: includes/widgets/htmega_working_process.php:174
7438
- #: includes/widgets/htmega_working_process.php:178
7439
- msgid ""
7440
- "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
7441
- "tempor incid idunt ut labore."
7442
- msgstr ""
7443
-
7444
- #: includes/widgets/htmega_dropcaps.php:60
7445
- msgid ""
7446
- "Lorem ipsum dolor sit amet, consec adipisicing elit, sed do eiusmod tempor "
7447
- "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
7448
- "nostrud exercitation ullamco laboris nisi ut aliquip exl Lorem ipsum dolor "
7449
- "sit amet, consectetur adipisicing elit, sed do eiusmod tempor incidid ut "
7450
- "labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud "
7451
- "exercitation ullamco laboris nisi ut aliquip."
7452
- msgstr ""
7453
-
7454
- #: includes/widgets/htmega_modal.php:84
7455
- msgid ""
7456
- "Lorem ipsum dolor sit amet, consectetur adipis elit, sed do eiusmod tempor "
7457
- "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
7458
- "nostrud exercitati ulla laboris nisi ut aliquip ex ea commodo consequat. "
7459
- "Duis aute irure dolor in repre in voluptate velit esse cillum dolore eu."
7460
- msgstr ""
7461
-
7462
- #: includes/widgets/htmega_verticle_time_line.php:90
7463
- #: includes/widgets/htmega_verticle_time_line.php:102
7464
- #: includes/widgets/htmega_verticle_time_line.php:106
7465
- #: includes/widgets/htmega_verticle_time_line.php:110
7466
- msgid ""
7467
- "Lorem ipsum dolor sit amet, consectetur adipis icing elit, sed do eiusmod "
7468
- "tempor incid ut labore et dolore magna aliqua Ut enim ad min."
7469
- msgstr ""
7470
-
7471
- #: includes/widgets/htmega_tabs.php:219 includes/widgets/htmega_tabs.php:223
7472
- #: includes/widgets/htmega_tabs.php:227
7473
- #: includes/widgets/htmega_working_process.php:98
7474
- msgid ""
7475
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7476
- "tempor incididunt ut labore et dolo magna aliqua. Ut enim ad minim veniam, "
7477
- "quis nostrud exerci ullamco laboris nisi ut aliquip ex ea commodo consequat. "
7478
- "Duis aute irure dolor in repre in voluptate."
7479
- msgstr ""
7480
-
7481
- #: includes/widgets/htmega_toggle.php:112
7482
- msgid ""
7483
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7484
- "tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, "
7485
- "quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
7486
- "consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
7487
- "cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
7488
- "non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
7489
- msgstr ""
7490
-
7491
- #: includes/widgets/htmega_imagemarker.php:192
7492
- #: includes/widgets/htmega_imagemarker.php:469
7493
- msgid "Lorem ipsum pisaci volupt atem accusa saes ntisdumtiu loperm asaerks."
7494
- msgstr ""
7495
-
7496
- #: includes/widgets/htmega_user_login_form.php:285
7497
- msgid "Lost your password?"
7498
- msgstr ""
7499
-
7500
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:692
7501
- msgid "Lottie"
7502
- msgstr ""
7503
-
7504
- #: includes/widgets/htmega_data_table.php:341
7505
- #: includes/widgets/htmega_data_table.php:534
7506
- #: includes/widgets/htmega_pricing_list_view.php:603
7507
- #: includes/widgets/htmega_pricing_list_view.php:1099
7508
- msgid "Louis Hudson"
7509
- msgstr ""
7510
-
7511
- #: includes/widgets/htmega_pricing_list_view.php:1112
7512
- msgid "louishudson@gmail.com"
7513
- msgstr ""
7514
-
7515
- #: extensions/ht-builder/widgets/bl_post_archive.php:1066
7516
- msgid "M d, Y"
7517
- msgstr ""
7518
-
7519
- #: includes/weather-resource/weather-resource.php:111
7520
- msgid "m/s"
7521
- msgstr ""
7522
-
7523
- #: includes/widgets/htmega_panel_slider.php:146
7524
- msgid "Made in 2016"
7525
- msgstr ""
7526
-
7527
- #: includes/widgets/htmega_panel_slider.php:88
7528
- #: includes/widgets/htmega_panel_slider.php:142
7529
- msgid "Made in 2017"
7530
- msgstr ""
7531
-
7532
- #: includes/widgets/htmega_panel_slider.php:138
7533
- msgid "Made in 2018"
7534
- msgstr ""
7535
-
7536
- #: includes/widgets/htmega_panel_slider.php:134
7537
- msgid "Made in 2019"
7538
- msgstr ""
7539
-
7540
- #: includes/widgets/htmega_image_magnifier.php:42
7541
- msgid "Magnifier"
7542
- msgstr ""
7543
-
7544
- #: includes/widgets/htmega_mailchimp_wp.php:43
7545
- msgid "Mailchimp"
7546
- msgstr ""
7547
-
7548
- #: includes/widgets/htmega_mailchimp_wp.php:13
7549
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1343
7550
- msgid "Mailchimp for wp"
7551
- msgstr ""
7552
-
7553
- #: includes/widgets/htmega_mailchimp_wp.php:66
7554
- msgid "Mailchimp ID"
7555
- msgstr ""
7556
-
7557
- #: includes/widgets/htmega_inlinemenu.php:102
7558
- #: extensions/ht-builder/widgets/bl_nav_menu.php:96
7559
- #: extensions/ht-menu/widgets/inline-mega-menu.php:63
7560
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:64
7561
- msgid "Main Menu"
7562
- msgstr ""
7563
-
7564
- #: extensions/ht-menu/widgets/inline-mega-menu.php:413
7565
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:371
7566
- msgid "Main Menu Items"
7567
- msgstr ""
7568
-
7569
- #: extensions/ht-menu/widgets/inline-mega-menu.php:71
7570
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:72
7571
- msgid "Main Menu Width"
7572
- msgstr ""
7573
-
7574
- #: includes/widgets/htmega_testimonial_grid.php:233
7575
- msgid "Manager"
7576
- msgstr ""
7577
-
7578
- #: includes/widgets/htmega_testimonial_grid.php:177
7579
- #: includes/widgets/htmega_testimonial_grid.php:227
7580
- msgid "Managing Director"
7581
- msgstr ""
7582
-
7583
- #: includes/widgets/htmega_teammember.php:165
7584
- msgid "Managing director"
7585
- msgstr ""
7586
-
7587
- #: includes/widgets/htmega_easy_digital_download.php:144
7588
- #: includes/widgets/htmega_wc_categories.php:81
7589
- msgid "Manual Selection"
7590
- msgstr ""
7591
-
7592
- #: includes/widgets/htmega_user_login_form.php:449
7593
- #: includes/widgets/htmega_user_login_form.php:477
7594
- #: includes/widgets/htmega_user_login_form.php:504
7595
- msgid "Manual Space"
7596
- msgstr ""
7597
-
7598
- #: includes/widgets/htmega_googlemap.php:265
7599
- msgid "Map Fixed Address"
7600
- msgstr ""
7601
-
7602
- #: includes/widgets/htmega_googlemap.php:80
7603
- msgid "Map Height"
7604
- msgstr ""
7605
-
7606
- #: includes/widgets/htmega_googlemap.php:123
7607
- msgid "Map Marker"
7608
- msgstr ""
7609
-
7610
- #: includes/widgets/htmega_googlemap.php:111
7611
- msgid "Map Style"
7612
- msgstr ""
7613
-
7614
- #: includes/widgets/htmega_googlemap.php:413
7615
- msgid "Maps Fixed Address"
7616
- msgstr ""
7617
-
7618
- #: includes/widgets/htmega_googlemap.php:297
7619
- msgid "Maps Info Address"
7620
- msgstr ""
7621
-
7622
- #: includes/widgets/htmega_booked_calender.php:111
7623
- msgid "March"
7624
- msgstr ""
7625
-
7626
- #: includes/widgets/htmega_accordion.php:801
7627
- #: includes/widgets/htmega_accordion.php:852
7628
- #: includes/widgets/htmega_accordion.php:1214
7629
- #: includes/widgets/htmega_accordion.php:1374
7630
- #: includes/widgets/htmega_add_banner.php:163
7631
- #: includes/widgets/htmega_add_banner.php:251
7632
- #: includes/widgets/htmega_add_banner.php:305
7633
- #: includes/widgets/htmega_add_banner.php:403
7634
- #: includes/widgets/htmega_add_banner.php:462
7635
- #: includes/widgets/htmega_add_banner.php:521
7636
- #: includes/widgets/htmega_add_banner.php:580
7637
- #: includes/widgets/htmega_add_banner.php:691
7638
- #: includes/widgets/htmega_animated_heading.php:267
7639
- #: includes/widgets/htmega_blockquote.php:220
7640
- #: includes/widgets/htmega_blockquote.php:298
7641
- #: includes/widgets/htmega_blockquote.php:354
7642
- #: includes/widgets/htmega_blockquote.php:542
7643
- #: includes/widgets/htmega_blockquote.php:723
7644
- #: includes/widgets/htmega_brand.php:128 includes/widgets/htmega_brand.php:314
7645
- #: includes/widgets/htmega_buddy_press.php:236
7646
- #: includes/widgets/htmega_buddy_press.php:344
7647
- #: includes/widgets/htmega_buddy_press.php:413
7648
- #: includes/widgets/htmega_business_hours.php:242
7649
- #: includes/widgets/htmega_business_hours.php:318
7650
- #: includes/widgets/htmega_business_hours.php:446
7651
- #: includes/widgets/htmega_button.php:317
7652
- #: includes/widgets/htmega_call_to_action.php:367
7653
- #: includes/widgets/htmega_call_to_action.php:444
7654
- #: includes/widgets/htmega_call_to_action.php:532
7655
- #: includes/widgets/htmega_call_to_action.php:591
7656
- #: includes/widgets/htmega_call_to_action.php:650
7657
- #: includes/widgets/htmega_call_to_action.php:743
7658
- #: includes/widgets/htmega_call_to_action.php:949
7659
- #: includes/widgets/htmega_carousel.php:456
7660
- #: includes/widgets/htmega_carousel.php:974
7661
- #: includes/widgets/htmega_carousel.php:1057
7662
- #: includes/widgets/htmega_carousel.php:1372
7663
- #: includes/widgets/htmega_contact_form_seven.php:161
7664
- #: includes/widgets/htmega_contact_form_seven.php:337
7665
- #: includes/widgets/htmega_contact_form_seven.php:570
7666
- #: includes/widgets/htmega_contact_form_seven.php:726
7667
- #: includes/widgets/htmega_contact_form_seven.php:870
7668
- #: includes/widgets/htmega_contact_form_seven.php:1027
7669
- #: includes/widgets/htmega_countdown.php:591
7670
- #: includes/widgets/htmega_countdown.php:838
7671
- #: includes/widgets/htmega_countdown.php:998
7672
- #: includes/widgets/htmega_countdown.php:1096
7673
- #: includes/widgets/htmega_counter.php:240
7674
- #: includes/widgets/htmega_counter.php:501
7675
- #: includes/widgets/htmega_counter.php:625
7676
- #: includes/widgets/htmega_counter.php:892
7677
- #: includes/widgets/htmega_counter.php:981
7678
- #: includes/widgets/htmega_counter.php:1071
7679
- #: includes/widgets/htmega_custom_event.php:176
7680
- #: includes/widgets/htmega_custom_event.php:261
7681
- #: includes/widgets/htmega_custom_event.php:305
7682
- #: includes/widgets/htmega_custom_event.php:362
7683
- #: includes/widgets/htmega_data_table.php:593
7684
- #: includes/widgets/htmega_double_button.php:297
7685
- #: includes/widgets/htmega_double_button.php:556
7686
- #: includes/widgets/htmega_double_button.php:729
7687
- #: includes/widgets/htmega_double_button.php:912
7688
- #: includes/widgets/htmega_dropcaps.php:153
7689
- #: includes/widgets/htmega_dropcaps.php:253
7690
- #: includes/widgets/htmega_easy_digital_download.php:388
7691
- #: includes/widgets/htmega_easy_digital_download.php:452
7692
- #: includes/widgets/htmega_easy_digital_download.php:606
7693
- #: includes/widgets/htmega_easy_digital_download.php:746
7694
- #: includes/widgets/htmega_errorcontent.php:276
7695
- #: includes/widgets/htmega_errorcontent.php:368
7696
- #: includes/widgets/htmega_errorcontent.php:447
7697
- #: includes/widgets/htmega_errorcontent.php:526
7698
- #: includes/widgets/htmega_errorcontent.php:602
7699
- #: includes/widgets/htmega_errorcontent.php:753
7700
- #: includes/widgets/htmega_googlemap.php:349
7701
- #: includes/widgets/htmega_googlemap.php:490
7702
- #: includes/widgets/htmega_gravity_forms.php:331
7703
- #: includes/widgets/htmega_gravity_forms.php:371
7704
- #: includes/widgets/htmega_gravity_forms.php:498
7705
- #: includes/widgets/htmega_gravity_forms.php:730
7706
- #: includes/widgets/htmega_imagemarker.php:895
7707
- #: includes/widgets/htmega_imagemarker.php:950
7708
- #: includes/widgets/htmega_image_comparison.php:111
7709
- #: includes/widgets/htmega_image_grid.php:215
7710
- #: includes/widgets/htmega_image_grid.php:361
7711
- #: includes/widgets/htmega_image_magnifier.php:154
7712
- #: includes/widgets/htmega_image_masonry.php:207
7713
- #: includes/widgets/htmega_image_masonry.php:324
7714
- #: includes/widgets/htmega_image_masonry.php:411
7715
- #: includes/widgets/htmega_inlinemenu.php:187
7716
- #: includes/widgets/htmega_instagram.php:634
7717
- #: includes/widgets/htmega_instagram.php:680
7718
- #: includes/widgets/htmega_instagram.php:897
7719
- #: includes/widgets/htmega_instagram.php:1355
7720
- #: includes/widgets/htmega_lightbox.php:238
7721
- #: includes/widgets/htmega_mailchimp_wp.php:102
7722
- #: includes/widgets/htmega_mailchimp_wp.php:273
7723
- #: includes/widgets/htmega_mailchimp_wp.php:407
7724
- #: includes/widgets/htmega_modal.php:525 includes/widgets/htmega_modal.php:642
7725
- #: includes/widgets/htmega_modal.php:805 includes/widgets/htmega_modal.php:975
7726
- #: includes/widgets/htmega_newsticker.php:403
7727
- #: includes/widgets/htmega_newsticker.php:705
7728
- #: includes/widgets/htmega_newsticker.php:845
7729
- #: includes/widgets/htmega_newsticker.php:978
7730
- #: includes/widgets/htmega_ninja_form.php:153
7731
- #: includes/widgets/htmega_ninja_form.php:255
7732
- #: includes/widgets/htmega_ninja_form.php:419
7733
- #: includes/widgets/htmega_ninja_form.php:458
7734
- #: includes/widgets/htmega_ninja_form.php:566
7735
- #: includes/widgets/htmega_ninja_form.php:787
7736
- #: includes/widgets/htmega_ninja_form.php:989
7737
- #: includes/widgets/htmega_notify.php:402
7738
- #: includes/widgets/htmega_notify.php:545
7739
- #: includes/widgets/htmega_notify.php:801
7740
- #: includes/widgets/htmega_panel_slider.php:529
7741
- #: includes/widgets/htmega_panel_slider.php:710
7742
- #: includes/widgets/htmega_panel_slider.php:766
7743
- #: includes/widgets/htmega_panel_slider.php:1171
7744
- #: includes/widgets/htmega_popover.php:305
7745
- #: includes/widgets/htmega_popover.php:424
7746
- #: includes/widgets/htmega_postgrid.php:248
7747
- #: includes/widgets/htmega_postgrid.php:487
7748
- #: includes/widgets/htmega_postgrid.php:602
7749
- #: includes/widgets/htmega_postgrid.php:689
7750
- #: includes/widgets/htmega_post_grid_tab.php:297
7751
- #: includes/widgets/htmega_post_grid_tab.php:373
7752
- #: includes/widgets/htmega_post_grid_tab.php:467
7753
- #: includes/widgets/htmega_post_grid_tab.php:554
7754
- #: includes/widgets/htmega_post_grid_tab.php:652
7755
- #: includes/widgets/htmega_post_grid_tab.php:777
7756
- #: includes/widgets/htmega_post_grid_tab.php:872
7757
- #: includes/widgets/htmega_post_grid_tab.php:1130
7758
- #: includes/widgets/htmega_post_slider.php:729
7759
- #: includes/widgets/htmega_post_slider.php:744
7760
- #: includes/widgets/htmega_post_slider.php:902
7761
- #: includes/widgets/htmega_post_slider.php:989
7762
- #: includes/widgets/htmega_post_slider.php:1086
7763
- #: includes/widgets/htmega_post_slider.php:1205
7764
- #: includes/widgets/htmega_post_slider.php:1299
7765
- #: includes/widgets/htmega_post_slider.php:1826
7766
- #: includes/widgets/htmega_post_slider.php:1937
7767
- #: includes/widgets/htmega_pricing_list_view.php:1252
7768
- #: includes/widgets/htmega_pricing_list_view.php:1612
7769
- #: includes/widgets/htmega_pricing_list_view.php:1685
7770
- #: includes/widgets/htmega_pricing_list_view.php:1770
7771
- #: includes/widgets/htmega_pricing_list_view.php:1847
7772
- #: includes/widgets/htmega_progress_bar.php:691
7773
- #: includes/widgets/htmega_quforms.php:183
7774
- #: includes/widgets/htmega_quforms.php:294
7775
- #: includes/widgets/htmega_quforms.php:427
7776
- #: includes/widgets/htmega_quforms.php:646
7777
- #: includes/widgets/htmega_quforms.php:873
7778
- #: includes/widgets/htmega_scroll_image.php:203
7779
- #: includes/widgets/htmega_scroll_image.php:363
7780
- #: includes/widgets/htmega_scroll_navigation.php:351
7781
- #: includes/widgets/htmega_search.php:183
7782
- #: includes/widgets/htmega_search.php:284
7783
- #: includes/widgets/htmega_search.php:503
7784
- #: includes/widgets/htmega_section_title.php:387
7785
- #: includes/widgets/htmega_section_title.php:587
7786
- #: includes/widgets/htmega_section_title.php:819
7787
- #: includes/widgets/htmega_service.php:183
7788
- #: includes/widgets/htmega_service.php:395
7789
- #: includes/widgets/htmega_service.php:500
7790
- #: includes/widgets/htmega_service.php:658
7791
- #: includes/widgets/htmega_service.php:921
7792
- #: includes/widgets/htmega_service.php:1049
7793
- #: includes/widgets/htmega_singlepost.php:182
7794
- #: includes/widgets/htmega_singlepost.php:269
7795
- #: includes/widgets/htmega_singlepost.php:383
7796
- #: includes/widgets/htmega_singlepost.php:480
7797
- #: includes/widgets/htmega_slider_thumb_gallery.php:705
7798
- #: includes/widgets/htmega_slider_thumb_gallery.php:777
7799
- #: includes/widgets/htmega_socialshere.php:419
7800
- #: includes/widgets/htmega_special_day_banner.php:290
7801
- #: includes/widgets/htmega_special_day_banner.php:367
7802
- #: includes/widgets/htmega_special_day_banner.php:426
7803
- #: includes/widgets/htmega_special_day_banner.php:485
7804
- #: includes/widgets/htmega_special_day_banner.php:544
7805
- #: includes/widgets/htmega_special_day_banner.php:603
7806
- #: includes/widgets/htmega_special_day_banner.php:714
7807
- #: includes/widgets/htmega_switcher.php:246
7808
- #: includes/widgets/htmega_switcher.php:385
7809
- #: includes/widgets/htmega_switcher.php:576
7810
- #: includes/widgets/htmega_tabs.php:349 includes/widgets/htmega_tabs.php:581
7811
- #: includes/widgets/htmega_tabs.php:924
7812
- #: includes/widgets/htmega_teammember.php:330
7813
- #: includes/widgets/htmega_teammember.php:715
7814
- #: includes/widgets/htmega_teammember.php:805
7815
- #: includes/widgets/htmega_teammember.php:896
7816
- #: includes/widgets/htmega_teammember.php:963
7817
- #: includes/widgets/htmega_testimonial_grid.php:271
7818
- #: includes/widgets/htmega_testimonial_grid.php:449
7819
- #: includes/widgets/htmega_testimonial_grid.php:509
7820
- #: includes/widgets/htmega_testimonial_grid.php:601
7821
- #: includes/widgets/htmega_toggle.php:156
7822
- #: includes/widgets/htmega_toggle.php:284
7823
- #: includes/widgets/htmega_tooltip.php:281
7824
- #: includes/widgets/htmega_tooltip.php:401
7825
- #: includes/widgets/htmega_twitter_feed.php:570
7826
- #: includes/widgets/htmega_twitter_feed.php:659
7827
- #: includes/widgets/htmega_twitter_feed.php:728
7828
- #: includes/widgets/htmega_twitter_feed.php:792
7829
- #: includes/widgets/htmega_twitter_feed.php:928
7830
- #: includes/widgets/htmega_twitter_feed.php:989
7831
- #: includes/widgets/htmega_twitter_feed.php:1398
7832
- #: includes/widgets/htmega_user_login_form.php:532
7833
- #: includes/widgets/htmega_user_login_form.php:609
7834
- #: includes/widgets/htmega_user_login_form.php:706
7835
- #: includes/widgets/htmega_user_login_form.php:758
7836
- #: includes/widgets/htmega_user_login_form.php:861
7837
- #: includes/widgets/htmega_user_login_form.php:1041
7838
- #: includes/widgets/htmega_user_login_form.php:1501
7839
- #: includes/widgets/htmega_verticle_time_line.php:166
7840
- #: includes/widgets/htmega_videoplayer.php:394
7841
- #: includes/widgets/htmega_wc_categories.php:331
7842
- #: includes/widgets/htmega_wc_categories.php:475
7843
- #: includes/widgets/htmega_wc_element_pages.php:1756
7844
- #: includes/widgets/htmega_working_process.php:209
7845
- #: includes/widgets/htmega_working_process.php:405
7846
- #: includes/widgets/htmega_working_process.php:663
7847
- #: includes/widgets/htmega_working_process.php:742
7848
- #: includes/widgets/htmega_working_process.php:842
7849
- #: includes/widgets/htmega_wpforms.php:145
7850
- #: includes/widgets/htmega_wpforms.php:247
7851
- #: includes/widgets/htmega_wpforms.php:401
7852
- #: includes/widgets/htmega_wpforms.php:440
7853
- #: includes/widgets/htmega_wpforms.php:569
7854
- #: includes/widgets/htmega_wpforms.php:790
7855
- #: includes/widgets/htmega_wpforms.php:1016
7856
- #: extensions/ht-builder/widgets/bl_page_title.php:121
7857
- #: extensions/ht-builder/widgets/bl_post_archive.php:253
7858
- #: extensions/ht-builder/widgets/bl_post_archive.php:367
7859
- #: extensions/ht-builder/widgets/bl_post_archive.php:474
7860
- #: extensions/ht-builder/widgets/bl_post_archive.php:580
7861
- #: extensions/ht-builder/widgets/bl_post_archive.php:774
7862
- #: extensions/ht-builder/widgets/bl_post_archive.php:898
7863
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:123
7864
- #: extensions/ht-builder/widgets/bl_post_author_info.php:194
7865
- #: extensions/ht-builder/widgets/bl_post_author_info.php:244
7866
- #: extensions/ht-builder/widgets/bl_post_author_info.php:284
7867
- #: extensions/ht-builder/widgets/bl_post_title.php:85
7868
- #: extensions/ht-builder/widgets/bl_site_logo.php:143
7869
- #: extensions/ht-builder/widgets/bl_site_title.php:123
7870
- #: extensions/ht-menu/widgets/inline-mega-menu.php:107
7871
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:108
7872
- msgid "Margin"
7873
- msgstr ""
7874
-
7875
- #: includes/widgets/htmega_googlemap.php:244
7876
- #: includes/widgets/htmega_imagemarker.php:44
7877
- #: includes/widgets/htmega_imagemarker.php:490
7878
- msgid "Marker"
7879
- msgstr ""
7880
-
7881
- #: includes/widgets/htmega_imagemarker.php:173
7882
- #: includes/widgets/htmega_imagemarker.php:468
7883
- msgid "Marker #1"
7884
- msgstr ""
7885
-
7886
- #: includes/widgets/htmega_imagemarker.php:190
7887
- msgid "Marker Content"
7888
- msgstr ""
7889
-
7890
- #: includes/widgets/htmega_imagemarker.php:199
7891
- #: includes/widgets/htmega_imagemarker.php:287
7892
- msgid "Marker Content Position"
7893
- msgstr ""
7894
-
7895
- #: includes/widgets/htmega_imagemarker.php:300
7896
- msgid "Marker Content Postion(X)"
7897
- msgstr ""
7898
-
7899
- #: includes/widgets/htmega_imagemarker.php:323
7900
- msgid "Marker Content Postion(Y)"
7901
- msgstr ""
7902
-
7903
- #: includes/widgets/htmega_imagemarker.php:228
7904
- msgid "Marker Icon Position"
7905
- msgstr ""
7906
-
7907
- #: includes/widgets/htmega_imagemarker.php:149
7908
- msgid "Marker Indicator Icon"
7909
- msgstr ""
7910
-
7911
- #: includes/widgets/htmega_imagemarker.php:498
7912
- msgid "Marker Indicator Style"
7913
- msgstr ""
7914
-
7915
- #: includes/widgets/htmega_googlemap.php:150
7916
- msgid "Marker Info Box "
7917
- msgstr ""
7918
-
7919
- #: includes/widgets/htmega_imagemarker.php:112
7920
- msgid "Marker Item"
7921
- msgstr ""
7922
-
7923
- #: includes/widgets/htmega_imagemarker.php:180
7924
- msgid "Marker Placeholder Text"
7925
- msgstr ""
7926
-
7927
- #: includes/widgets/htmega_imagemarker.php:171
7928
- msgid "Marker Title"
7929
- msgstr ""
7930
-
7931
- #: includes/widgets/htmega_buddy_press.php:77
7932
- msgid "Max Item"
7933
- msgstr ""
7934
-
7935
- #: includes/widgets/htmega_contact_form_seven.php:87
7936
- msgid "Max Width"
7937
- msgstr ""
7938
-
7939
- #: includes/widgets/htmega_newsticker.php:101
7940
- msgid "Maxium Row"
7941
- msgstr ""
7942
-
7943
- #: includes/widgets/htmega_booked_calender.php:113
7944
- msgid "May"
7945
- msgstr ""
7946
-
7947
- #: includes/widgets/htmega_pricing_list_view.php:237
7948
- msgid "Media"
7949
- msgstr ""
7950
-
7951
- #: includes/widgets/htmega_button.php:94
7952
- #: includes/widgets/htmega_double_button.php:47
7953
- #: includes/widgets/htmega_instragram_feed.php:73
7954
- msgid "Medium"
7955
- msgstr ""
7956
-
7957
- #: extensions/ht-menu/widgets/inline-mega-menu.php:326
7958
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:284
7959
- msgid "Mega Menu"
7960
- msgstr ""
7961
-
7962
- #: extensions/ht-menu/admin/setting.php:118
7963
- msgid "Mega Menu Background Color"
7964
- msgstr ""
7965
-
7966
- #: extensions/ht-menu/classes/class.mega-menu.php:92
7967
- msgid "Mega Menu Settings"
7968
- msgstr ""
7969
-
7970
- #: extensions/ht-menu/admin/setting.php:107
7971
- #: extensions/ht-menu/widgets/inline-mega-menu.php:333
7972
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:291
7973
- msgid "Mega Menu Width"
7974
- msgstr ""
7975
-
7976
- #: includes/widgets/htmega_buddy_press.php:52
7977
- msgid "Member"
7978
- msgstr ""
7979
-
7980
- #: includes/widgets/htmega_teammember.php:133
7981
- msgid "Member image"
7982
- msgstr ""
7983
-
7984
- #: includes/widgets/htmega_booked_calender.php:175
7985
- msgid "Members Only"
7986
- msgstr ""
7987
-
7988
- #: includes/widgets/htmega_inlinemenu.php:75
7989
- #: extensions/ht-builder/widgets/bl_nav_menu.php:69
7990
- #: extensions/ht-menu/widgets/inline-mega-menu.php:30
7991
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:31
7992
- msgid "Menu"
7993
- msgstr ""
7994
-
7995
- #: extensions/ht-menu/menu/templates.php:128
7996
- msgid "Menu Badge"
7997
- msgstr ""
7998
-
7999
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:972
8000
- msgid "Menu Builder"
8001
- msgstr ""
8002
-
8003
- #: extensions/ht-menu/admin/setting.php:61
8004
- msgid "Menu Items Color"
8005
- msgstr ""
8006
-
8007
- #: extensions/ht-menu/admin/setting.php:68
8008
- msgid "Menu Items Hover Color"
8009
- msgstr ""
8010
-
8011
- #: includes/widgets/htmega_wc_element_pages.php:1693
8012
- msgid "Menu Style"
8013
- msgstr ""
8014
-
8015
- #: extensions/ht-menu/menu/templates.php:78
8016
- msgid "Menu Template"
8017
- msgstr ""
8018
-
8019
- #: extensions/ht-menu/menu/templates.php:63
8020
- msgid "Menu Width"
8021
- msgstr ""
8022
-
8023
- #: includes/widgets/htmega_post_grid_tab.php:223
8024
- #: includes/widgets/htmega_post_grid_tab.php:723
8025
- #: includes/widgets/htmega_post_slider.php:1157
8026
- #: includes/widgets/htmega_singlepost.php:330
8027
- msgid "Meta"
8028
- msgstr ""
8029
-
8030
- #: includes/widgets/htmega_twitter_feed.php:957
8031
- msgid "Meta Button"
8032
- msgstr ""
8033
-
8034
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:39
8035
- msgid "Meta Data"
8036
- msgstr ""
8037
-
8038
- #: includes/widgets/htmega_post_grid_tab.php:746
8039
- #: includes/widgets/htmega_singlepost.php:448
8040
- msgid "Meta Hover Color"
8041
- msgstr ""
8042
-
8043
- #: includes/widgets/htmega_buddy_press.php:384
8044
- #: extensions/ht-builder/widgets/bl_post_archive.php:432
8045
- msgid "Meta Info"
8046
- msgstr ""
8047
-
8048
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:67
8049
- msgid "Meta Name"
8050
- msgstr ""
8051
-
8052
- #: includes/widgets/htmega_download_monitor.php:230
8053
- msgid "Meta Style"
8054
- msgstr ""
8055
-
8056
- #: includes/widgets/htmega_pricing_list_view.php:1167
8057
- msgid "Middle"
8058
- msgstr ""
8059
-
8060
- #: includes/widgets/htmega_double_button.php:58
8061
- #: includes/widgets/htmega_double_button.php:66
8062
- #: includes/widgets/htmega_double_button.php:809
8063
- msgid "Middle Text"
8064
- msgstr ""
8065
-
8066
- #: includes/widgets/htmega_search.php:336
8067
- msgid "Min Width"
8068
- msgstr ""
8069
-
8070
- #: includes/widgets/htmega_scroll_image.php:92
8071
- msgid "Minimum Height"
8072
- msgstr ""
8073
-
8074
- #: includes/widgets/htmega_instagram.php:111
8075
- msgid "Minute"
8076
- msgstr ""
8077
-
8078
- #: includes/widgets/htmega_countdown.php:152
8079
- #: includes/widgets/htmega_countdown.php:230
8080
- #: includes/widgets/htmega_countdown.php:232
8081
- msgid "Minutes"
8082
- msgstr ""
8083
-
8084
- #: includes/widgets/htmega_scroll_navigation.php:182
8085
- msgid "Mobile Device"
8086
- msgstr ""
8087
-
8088
- #: extensions/ht-builder/widgets/bl_nav_menu.php:473
8089
- msgid "Mobile Menu"
8090
- msgstr ""
8091
-
8092
- #: includes/widgets/htmega_carousel.php:363
8093
- #: includes/widgets/htmega_instagram.php:558
8094
- #: includes/widgets/htmega_panel_slider.php:463
8095
- #: includes/widgets/htmega_post_slider.php:543
8096
- #: includes/widgets/htmega_slider_thumb_gallery.php:341
8097
- #: includes/widgets/htmega_twitter_feed.php:485
8098
- msgid "Mobile Phone"
8099
- msgstr ""
8100
-
8101
- #: includes/widgets/htmega_carousel.php:405
8102
- #: includes/widgets/htmega_instagram.php:600
8103
- #: includes/widgets/htmega_panel_slider.php:505
8104
- #: includes/widgets/htmega_post_slider.php:585
8105
- #: includes/widgets/htmega_slider_thumb_gallery.php:377
8106
- #: includes/widgets/htmega_twitter_feed.php:527
8107
- msgid "Mobile Resolution"
8108
- msgstr ""
8109
-
8110
- #: admin/include/templates/library/templates.php:38
8111
- #: admin/include/templates/library/templates.php:39
8112
- msgid "Mobile view"
8113
- msgstr ""
8114
-
8115
- #: includes/widgets/htmega_modal.php:13 includes/widgets/htmega_modal.php:35
8116
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:340
8117
- msgid "Modal"
8118
- msgstr ""
8119
-
8120
- #: includes/widgets/htmega_modal.php:480
8121
- msgid "Modal Box Style"
8122
- msgstr ""
8123
-
8124
- #: includes/widgets/htmega_modal.php:916
8125
- msgid "Modal Content"
8126
- msgstr ""
8127
-
8128
- #: includes/widgets/htmega_modal.php:112
8129
- msgid "Modal Design"
8130
- msgstr ""
8131
-
8132
- #: includes/widgets/htmega_modal.php:93
8133
- msgid "Modal Footer Content"
8134
- msgstr ""
8135
-
8136
- #: includes/widgets/htmega_modal.php:44
8137
- msgid "Modal Header Content"
8138
- msgstr ""
8139
-
8140
- #: includes/widgets/htmega_modal.php:488
8141
- msgid "Modal Top Space"
8142
- msgstr ""
8143
-
8144
- #: includes/widgets/htmega_modal.php:1032
8145
- msgid "Modal Width"
8146
- msgstr ""
8147
-
8148
- #: includes/widgets/htmega_socialshere.php:70
8149
- msgid "Moimir"
8150
- msgstr ""
8151
-
8152
- #: includes/widgets/htmega_business_hours.php:174
8153
- msgid "Monday"
8154
- msgstr ""
8155
-
8156
- #: includes/widgets/htmega_booked_calender.php:105
8157
- #: includes/widgets/htmega_instagram.php:115
8158
- msgid "Month"
8159
- msgstr ""
8160
-
8161
- #: includes/recommended-plugins/class.recommended-plugins.php:292
8162
- msgid "More Details"
8163
- msgstr ""
8164
-
8165
- #: includes/widgets/htmega_scroll_navigation.php:283
8166
- msgid "Mouse Wheel"
8167
- msgstr ""
8168
-
8169
- #: includes/recommended-plugins/recommended-plugins.php:34
8170
- msgid "Move Addons for Elementor"
8171
- msgstr ""
8172
-
8173
- #: includes/widgets/htmega_accordion.php:380
8174
- msgid "Multiple Item Open"
8175
- msgstr ""
8176
-
8177
- #: includes/widgets/htmega_wc_element_pages.php:62
8178
- msgid "My Account"
8179
- msgstr ""
8180
-
8181
- #: includes/widgets/htmega_data_table.php:278
8182
- #: includes/widgets/htmega_easy_digital_download.php:201
8183
- #: includes/widgets/htmega_newsticker.php:259
8184
- #: includes/widgets/htmega_postgrid.php:150
8185
- #: includes/widgets/htmega_post_grid_tab.php:157
8186
- #: includes/widgets/htmega_post_slider.php:161
8187
- #: includes/widgets/htmega_pricing_list_view.php:80
8188
- #: includes/widgets/htmega_pricing_list_view.php:451
8189
- #: includes/widgets/htmega_teammember.php:153
8190
- #: includes/widgets/htmega_teammember.php:685
8191
- #: includes/widgets/htmega_testimonial_grid.php:166
8192
- #: includes/widgets/htmega_testimonial_grid.php:419
8193
- #: includes/widgets/htmega_wc_categories.php:129
8194
- #: extensions/ht-builder/widgets/bl_post_archive.php:201
8195
- #: extensions/ht-builder/widgets/bl_post_author_info.php:216
8196
- msgid "Name"
8197
- msgstr ""
8198
-
8199
- #: extensions/ht-builder/widgets/bl_post_author_info.php:57
8200
- msgid "Name HTML Tag"
8201
- msgstr ""
8202
-
8203
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1122
8204
- msgid "Nav Menu"
8205
- msgstr ""
8206
-
8207
- #: includes/widgets/htmega_newsticker.php:723
8208
- #: extensions/ht-builder/widgets/bl_nav_menu.php:61
8209
- msgid "Navigation"
8210
- msgstr ""
8211
-
8212
- #: includes/widgets/htmega_booked_calender.php:709
8213
- #: includes/widgets/htmega_newsticker.php:302
8214
- msgid "Navigation Button"
8215
- msgstr ""
8216
-
8217
- #: includes/widgets/htmega_buddy_press.php:66
8218
- msgid "Newest"
8219
- msgstr ""
8220
-
8221
- #: includes/widgets/htmega_newsticker.php:352
8222
- msgid "News Box Style"
8223
- msgstr ""
8224
-
8225
- #: includes/widgets/htmega_newsticker.php:232
8226
- msgid "News Limit"
8227
- msgstr ""
8228
-
8229
- #: includes/widgets/htmega_newsticker.php:14
8230
- #: includes/widgets/htmega_newsticker.php:49
8231
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:349
8232
- msgid "News Ticker"
8233
- msgstr ""
8234
-
8235
- #: includes/widgets/htmega_newsticker.php:334
8236
- msgid "Next Icon"
8237
- msgstr ""
8238
-
8239
- #: includes/widgets/htmega_carousel.php:181
8240
- #: includes/widgets/htmega_instagram.php:376
8241
- #: includes/widgets/htmega_panel_slider.php:281
8242
- #: includes/widgets/htmega_post_slider.php:345
8243
- #: includes/widgets/htmega_slider_thumb_gallery.php:183
8244
- #: includes/widgets/htmega_twitter_feed.php:303
8245
- msgid "Next icon"
8246
- msgstr ""
8247
-
8248
- #: includes/widgets/htmega_ninja_form.php:13
8249
- #: includes/widgets/htmega_ninja_form.php:59
8250
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1354
8251
- msgid "Ninja Form"
8252
- msgstr ""
8253
-
8254
- #: includes/widgets/htmega_carousel.php:211
8255
- #: includes/widgets/htmega_data_table.php:216
8256
- #: includes/widgets/htmega_data_table.php:274
8257
- #: includes/widgets/htmega_gravity_forms.php:104
8258
- #: includes/widgets/htmega_instagram.php:406
8259
- #: includes/widgets/htmega_panel_slider.php:159
8260
- #: includes/widgets/htmega_panel_slider.php:170
8261
- #: includes/widgets/htmega_panel_slider.php:311
8262
- #: includes/widgets/htmega_post_slider.php:391
8263
- #: includes/widgets/htmega_pricing_list_view.php:205
8264
- #: includes/widgets/htmega_pricing_list_view.php:447
8265
- #: includes/widgets/htmega_slider_thumb_gallery.php:210
8266
- #: includes/widgets/htmega_slider_thumb_gallery.php:475
8267
- #: includes/widgets/htmega_twitter_feed.php:333
8268
- #: includes/widgets/htmega_user_login_form.php:120
8269
- #: includes/widgets/htmega_user_login_form.php:263
8270
- #: includes/widgets/htmega_videoplayer.php:125
8271
- #: includes/widgets/htmega_videoplayer.php:165
8272
- #: includes/widgets/htmega_videoplayer.php:177
8273
- #: includes/widgets/htmega_videoplayer.php:189
8274
- #: includes/widgets/htmega_videoplayer.php:201
8275
- #: includes/widgets/htmega_videoplayer.php:213
8276
- msgid "No"
8277
- msgstr ""
8278
-
8279
- #: includes/widgets/htmega_googlemap.php:249
8280
- #: includes/widgets/htmega_instragram_feed.php:85
8281
- #: includes/widgets/htmega_instragram_feed.php:96
8282
- msgid "no"
8283
- msgstr ""
8284
-
8285
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:213
8286
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:216
8287
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:579
8288
- msgid "No Comments"
8289
- msgstr ""
8290
-
8291
- #: includes/helper-function.php:278
8292
- msgid "No contact form found"
8293
- msgstr ""
8294
-
8295
- #: admin/include/template-library.php:92
8296
- msgid "No data found"
8297
- msgstr ""
8298
-
8299
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1440
8300
- msgid "No Element Found"
8301
- msgstr ""
8302
-
8303
- #: includes/widgets/htmega_singlepost.php:583
8304
- msgid "No selected post"
8305
- msgstr ""
8306
-
8307
- #: includes/widgets/htmega_template_selector.php:67
8308
- msgid "No selected template"
8309
- msgstr ""
8310
-
8311
- #: includes/helper-function.php:138
8312
- msgid "No sidebars were found"
8313
- msgstr ""
8314
-
8315
- #: includes/widgets/htmega_revolution_slider.php:43
8316
- msgid "No Slider Found."
8317
- msgstr ""
8318
-
8319
- #: admin/include/class.diagnostic-data.php:464
8320
- msgid "No Thanks"
8321
- msgstr ""
8322
-
8323
- #: includes/helper-function.php:295 includes/widgets/htmega_blockquote.php:406
8324
- #: includes/widgets/htmega_button.php:422
8325
- #: includes/widgets/htmega_button.php:485
8326
- #: includes/widgets/htmega_counter.php:95
8327
- #: includes/widgets/htmega_imagemarker.php:230
8328
- #: includes/widgets/htmega_imagemarker.php:289
8329
- #: includes/widgets/htmega_imagemarker.php:500
8330
- #: includes/widgets/htmega_imagemarker.php:786
8331
- #: includes/widgets/htmega_job_manager.php:129
8332
- #: includes/widgets/htmega_newsticker.php:256
8333
- #: includes/widgets/htmega_notify.php:147
8334
- #: includes/widgets/htmega_notify.php:182
8335
- #: includes/widgets/htmega_postgrid.php:147
8336
- #: includes/widgets/htmega_post_grid_tab.php:154
8337
- #: includes/widgets/htmega_post_slider.php:158
8338
- #: includes/widgets/htmega_pricing_list_view.php:252
8339
- #: includes/widgets/htmega_scroll_image.php:254
8340
- #: includes/widgets/htmega_socialshere.php:466
8341
- #: includes/widgets/htmega_teammember.php:104
8342
- #: includes/widgets/htmega_testimonial_grid.php:58
8343
- #: extensions/ht-builder/widgets/bl_post_archive.php:198
8344
- #: extensions/ht-builder/widgets/bl_post_author_info.php:97
8345
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:296
8346
- msgid "None"
8347
- msgstr ""
8348
-
8349
- #: includes/widgets/htmega_accordion.php:556
8350
- #: includes/widgets/htmega_accordion.php:1081
8351
- #: includes/widgets/htmega_add_banner.php:156
8352
- #: includes/widgets/htmega_add_banner.php:245
8353
- #: includes/widgets/htmega_add_banner.php:620
8354
- #: includes/widgets/htmega_booked_calender.php:574
8355
- #: includes/widgets/htmega_booked_calender.php:720
8356
- #: includes/widgets/htmega_brand.php:170
8357
- #: includes/widgets/htmega_buddy_press.php:316
8358
- #: includes/widgets/htmega_button.php:201
8359
- #: includes/widgets/htmega_button.php:526
8360
- #: includes/widgets/htmega_caldera_form.php:195
8361
- #: includes/widgets/htmega_caldera_form.php:447
8362
- #: includes/widgets/htmega_call_to_action.php:690
8363
- #: includes/widgets/htmega_call_to_action.php:896
8364
- #: includes/widgets/htmega_carousel.php:550
8365
- #: includes/widgets/htmega_carousel.php:827
8366
- #: includes/widgets/htmega_carousel.php:1095
8367
- #: includes/widgets/htmega_carousel.php:1303
8368
- #: includes/widgets/htmega_contact_form_seven.php:188
8369
- #: includes/widgets/htmega_contact_form_seven.php:466
8370
- #: includes/widgets/htmega_contact_form_seven.php:777
8371
- #: includes/widgets/htmega_countdown.php:1028
8372
- #: includes/widgets/htmega_custom_event.php:136
8373
- #: includes/widgets/htmega_custom_event.php:391
8374
- #: includes/widgets/htmega_double_button.php:400
8375
- #: includes/widgets/htmega_double_button.php:475
8376
- #: includes/widgets/htmega_double_button.php:648
8377
- #: includes/widgets/htmega_download_monitor.php:146
8378
- #: includes/widgets/htmega_easy_digital_download.php:360
8379
- #: includes/widgets/htmega_easy_digital_download.php:541
8380
- #: includes/widgets/htmega_errorcontent.php:552
8381
- #: includes/widgets/htmega_errorcontent.php:703
8382
- #: includes/widgets/htmega_gravity_forms.php:398
8383
- #: includes/widgets/htmega_gravity_forms.php:640
8384
- #: includes/widgets/htmega_image_grid.php:461
8385
- #: includes/widgets/htmega_image_masonry.php:449
8386
- #: includes/widgets/htmega_inlinemenu.php:146
8387
- #: includes/widgets/htmega_instagram.php:927
8388
- #: includes/widgets/htmega_instagram.php:1145
8389
- #: includes/widgets/htmega_mailchimp_wp.php:301
8390
- #: includes/widgets/htmega_modal.php:211
8391
- #: includes/widgets/htmega_newsticker.php:736
8392
- #: includes/widgets/htmega_ninja_form.php:484
8393
- #: includes/widgets/htmega_ninja_form.php:705
8394
- #: includes/widgets/htmega_ninja_form.php:923
8395
- #: includes/widgets/htmega_notify.php:322
8396
- #: includes/widgets/htmega_offcanvas.php:414
8397
- #: includes/widgets/htmega_panel_slider.php:808
8398
- #: includes/widgets/htmega_panel_slider.php:1100
8399
- #: includes/widgets/htmega_popover.php:331
8400
- #: includes/widgets/htmega_post_grid_tab.php:623
8401
- #: includes/widgets/htmega_post_grid_tab.php:843
8402
- #: includes/widgets/htmega_post_grid_tab.php:993
8403
- #: includes/widgets/htmega_post_slider.php:1058
8404
- #: includes/widgets/htmega_post_slider.php:1271
8405
- #: includes/widgets/htmega_post_slider.php:1535
8406
- #: includes/widgets/htmega_post_slider.php:1755
8407
- #: includes/widgets/htmega_post_slider.php:1920
8408
- #: includes/widgets/htmega_progress_bar.php:76
8409
- #: includes/widgets/htmega_quforms.php:321
8410
- #: includes/widgets/htmega_quforms.php:541
8411
- #: includes/widgets/htmega_quforms.php:759
8412
- #: includes/widgets/htmega_scroll_navigation.php:392
8413
- #: includes/widgets/htmega_search.php:223
8414
- #: includes/widgets/htmega_search.php:435
8415
- #: includes/widgets/htmega_search.php:673
8416
- #: includes/widgets/htmega_service.php:176
8417
- #: includes/widgets/htmega_service.php:617
8418
- #: includes/widgets/htmega_service.php:1022
8419
- #: includes/widgets/htmega_singlepost.php:344
8420
- #: includes/widgets/htmega_slider_thumb_gallery.php:816
8421
- #: includes/widgets/htmega_slider_thumb_gallery.php:1074
8422
- #: includes/widgets/htmega_slider_thumb_gallery.php:1223
8423
- #: includes/widgets/htmega_socialshere.php:681
8424
- #: includes/widgets/htmega_special_day_banner.php:643
8425
- #: includes/widgets/htmega_switcher.php:351
8426
- #: includes/widgets/htmega_tabs.php:502 includes/widgets/htmega_tabs.php:680
8427
- #: includes/widgets/htmega_testimonial_grid.php:264
8428
- #: includes/widgets/htmega_toggle.php:225
8429
- #: includes/widgets/htmega_tooltip.php:307
8430
- #: includes/widgets/htmega_twitter_feed.php:701
8431
- #: includes/widgets/htmega_twitter_feed.php:970
8432
- #: includes/widgets/htmega_twitter_feed.php:1068
8433
- #: includes/widgets/htmega_twitter_feed.php:1306
8434
- #: includes/widgets/htmega_user_login_form.php:1097
8435
- #: includes/widgets/htmega_user_login_form.php:1295
8436
- #: includes/widgets/htmega_verticle_time_line.php:191
8437
- #: includes/widgets/htmega_videoplayer.php:336
8438
- #: includes/widgets/htmega_wc_categories.php:175
8439
- #: includes/widgets/htmega_wc_categories.php:292
8440
- #: includes/widgets/htmega_wc_categories.php:468
8441
- #: includes/widgets/htmega_wc_element_pages.php:205
8442
- #: includes/widgets/htmega_wc_element_pages.php:385
8443
- #: includes/widgets/htmega_wc_element_pages.php:548
8444
- #: includes/widgets/htmega_wc_element_pages.php:705
8445
- #: includes/widgets/htmega_wc_element_pages.php:934
8446
- #: includes/widgets/htmega_wc_element_pages.php:1349
8447
- #: includes/widgets/htmega_wc_element_pages.php:1523
8448
- #: includes/widgets/htmega_wc_element_pages.php:1706
8449
- #: includes/widgets/htmega_working_process.php:351
8450
- #: includes/widgets/htmega_working_process.php:935
8451
- #: includes/widgets/htmega_wpforms.php:485
8452
- #: includes/widgets/htmega_wpforms.php:709
8453
- #: includes/widgets/htmega_wpforms.php:926
8454
- #: extensions/ht-builder/widgets/bl_nav_menu.php:142
8455
- #: extensions/ht-builder/widgets/bl_nav_menu.php:374
8456
- #: extensions/ht-builder/widgets/bl_post_archive.php:340
8457
- #: extensions/ht-builder/widgets/bl_post_archive.php:446
8458
- #: extensions/ht-builder/widgets/bl_post_archive.php:553
8459
- #: extensions/ht-builder/widgets/bl_post_archive.php:714
8460
- #: extensions/ht-builder/widgets/bl_post_archive.php:849
8461
- #: extensions/ht-builder/widgets/bl_post_comments.php:91
8462
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:394
8463
- #: extensions/ht-builder/widgets/bl_post_search_form.php:194
8464
- #: extensions/ht-menu/widgets/inline-mega-menu.php:424
8465
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:382
8466
- msgid "Normal"
8467
- msgstr ""
8468
-
8469
- #: includes/widgets/htmega_toggle.php:53
8470
- msgid "Normal Icon"
8471
- msgstr ""
8472
-
8473
- #: includes/widgets/htmega_socialshere.php:121
8474
- #: includes/widgets/htmega_socialshere.php:219
8475
- msgid "Normal Style"
8476
- msgstr ""
8477
-
8478
- #: includes/widgets/htmega_toggle.php:43
8479
- msgid "Normal Title"
8480
- msgstr ""
8481
-
8482
- #: includes/widgets/htmega_modal.php:670
8483
- msgid "Note: Below, This CSS style to use on your header close button "
8484
- msgstr ""
8485
-
8486
- #: includes/class.assests.php:380
8487
- msgid "Nothing Found"
8488
- msgstr ""
8489
-
8490
- #: includes/recommended-plugins/recommended-plugins.php:39
8491
- msgid "Notification Bar for WordPress"
8492
- msgstr ""
8493
-
8494
- #: includes/widgets/htmega_notify.php:71
8495
- msgid "Notification Content"
8496
- msgstr ""
8497
-
8498
- #: extensions/wc-sales-notification/admin/setting.php:64
8499
- msgid "Notification Content Type"
8500
- msgstr ""
8501
-
8502
- #: extensions/wc-sales-notification/admin/setting.php:165
8503
- msgid "Notification Enter Animation. <span>( Pro )</span>"
8504
- msgstr ""
8505
-
8506
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1492
8507
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1517
8508
- msgid "Notification image position"
8509
- msgstr ""
8510
-
8511
- #: extensions/wc-sales-notification/admin/setting.php:90
8512
- msgid "Notification Layout. <span>( Pro )</span>"
8513
- msgstr ""
8514
-
8515
- #: extensions/wc-sales-notification/admin/setting.php:115
8516
- msgid "Notification Loading duration."
8517
- msgstr ""
8518
-
8519
- #: includes/widgets/htmega_notify.php:78
8520
- msgid "Notification Message"
8521
- msgstr ""
8522
-
8523
- #: includes/widgets/htmega_notify.php:90
8524
- msgid "Notification Option"
8525
- msgstr ""
8526
-
8527
- #: extensions/wc-sales-notification/admin/setting.php:177
8528
- msgid "Notification Out Animation. <span>( Pro )</span>"
8529
- msgstr ""
8530
-
8531
- #: includes/widgets/htmega_notify.php:109
8532
- msgid "Notification Position"
8533
- msgstr ""
8534
-
8535
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1491
8536
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1516
8537
- msgid "Notification showing position"
8538
- msgstr ""
8539
-
8540
- #: includes/widgets/htmega_notify.php:128
8541
- msgid "Notification Type"
8542
- msgstr ""
8543
-
8544
- #: includes/widgets/htmega_notify.php:13
8545
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:358
8546
- msgid "Notify"
8547
- msgstr ""
8548
-
8549
- #: includes/widgets/htmega_notify.php:463
8550
- msgid "Notify Content"
8551
- msgstr ""
8552
-
8553
- #: includes/widgets/htmega_booked_calender.php:119
8554
- msgid "November"
8555
- msgstr ""
8556
-
8557
- #: includes/widgets/htmega_counter.php:413
8558
- #: includes/widgets/htmega_job_manager.php:130
8559
- #: includes/widgets/htmega_working_process.php:791
8560
- msgid "Number"
8561
- msgstr ""
8562
-
8563
- #: includes/widgets/htmega_wc_categories.php:58
8564
- msgid "Number of Category"
8565
- msgstr ""
8566
-
8567
- #: includes/widgets/htmega_instragram_feed.php:58
8568
- msgid "Number of Column"
8569
- msgstr ""
8570
-
8571
- #: includes/widgets/htmega_easy_digital_download.php:70
8572
- msgid "Number of Item"
8573
- msgstr ""
8574
-
8575
- #: includes/widgets/htmega_job_manager.php:66
8576
- msgid "Number of listings to show"
8577
- msgstr ""
8578
-
8579
- #: includes/widgets/htmega_counter.php:173
8580
- msgid "Number Prefix"
8581
- msgstr ""
8582
-
8583
- #: includes/widgets/htmega_counter.php:182
8584
- msgid "Number Suffix"
8585
- msgstr ""
8586
-
8587
- #: includes/widgets/htmega_verticle_time_line.php:105
8588
- msgid "Oct<br/>2018"
8589
- msgstr ""
8590
-
8591
- #: includes/widgets/htmega_booked_calender.php:118
8592
- msgid "October"
8593
- msgstr ""
8594
-
8595
- #: includes/widgets/htmega_wc_element_pages.php:1235
8596
- msgid "Odd"
8597
- msgstr ""
8598
-
8599
- #: includes/widgets/htmega_tablepress.php:307
8600
- msgid "Odd Cell"
8601
- msgstr ""
8602
-
8603
- #: includes/widgets/htmega_socialshere.php:69
8604
- msgid "Odnoklassniki"
8605
- msgstr ""
8606
-
8607
- #: includes/widgets/htmega_carousel.php:115
8608
- #: includes/widgets/htmega_instagram.php:202
8609
- #: includes/widgets/htmega_panel_slider.php:181
8610
- #: includes/widgets/htmega_post_slider.php:279
8611
- #: includes/widgets/htmega_special_day_banner.php:116
8612
- #: includes/widgets/htmega_twitter_feed.php:220
8613
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:110
8614
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:119
8615
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:128
8616
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:137
8617
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:146
8618
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:155
8619
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:164
8620
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:173
8621
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:182
8622
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:191
8623
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:200
8624
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:209
8625
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:218
8626
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:227
8627
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:236
8628
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:245
8629
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:254
8630
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:263
8631
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:272
8632
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:281
8633
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:290
8634
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:299
8635
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:308
8636
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:317
8637
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:326
8638
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:335
8639
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:344
8640
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:353
8641
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:362
8642
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:371
8643
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:380
8644
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:389
8645
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:398
8646
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:407
8647
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:416
8648
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:425
8649
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:434
8650
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:443
8651
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:452
8652
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:461
8653
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:470
8654
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:479
8655
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:488
8656
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:497
8657
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:506
8658
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:515
8659
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:524
8660
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:533
8661
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:542
8662
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:551
8663
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:560
8664
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:569
8665
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:578
8666
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:587
8667
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:596
8668
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:605
8669
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:614
8670
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:623
8671
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:632
8672
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:641
8673
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:650
8674
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:659
8675
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:668
8676
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:677
8677
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:688
8678
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:697
8679
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:706
8680
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:715
8681
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:724
8682
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:733
8683
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:742
8684
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:751
8685
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:760
8686
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:769
8687
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:778
8688
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:787
8689
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:796
8690
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:805
8691
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:814
8692
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:823
8693
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:832
8694
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:841
8695
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:850
8696
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:859
8697
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:868
8698
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:878
8699
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:887
8700
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:894
8701
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:903
8702
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:958
8703
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:967
8704
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:976
8705
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:985
8706
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:995
8707
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1004
8708
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1018
8709
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1027
8710
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1036
8711
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1045
8712
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1054
8713
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1063
8714
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1072
8715
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1081
8716
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1090
8717
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1099
8718
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1108
8719
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1117
8720
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1126
8721
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1135
8722
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1145
8723
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1155
8724
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1165
8725
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1175
8726
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1185
8727
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1195
8728
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1226
8729
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1237
8730
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1248
8731
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1259
8732
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1270
8733
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1281
8734
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1292
8735
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1303
8736
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1314
8737
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1325
8738
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1336
8739
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1347
8740
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1358
8741
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1369
8742
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1380
8743
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1391
8744
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1402
8745
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1414
8746
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1423
8747
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1432
8748
- msgid "Off"
8749
- msgstr ""
8750
-
8751
- #: includes/widgets/htmega_offcanvas.php:13
8752
- #: includes/widgets/htmega_offcanvas.php:49
8753
- #: includes/widgets/htmega_offcanvas.php:184
8754
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:367
8755
- msgid "Offcanvas"
8756
- msgstr ""
8757
-
8758
- #: includes/widgets/htmega_offcanvas.php:144
8759
- msgid "Offcanvas Height"
8760
- msgstr ""
8761
-
8762
- #: includes/widgets/htmega_offcanvas.php:98
8763
- msgid "Offcanvas Position"
8764
- msgstr ""
8765
-
8766
- #: includes/widgets/htmega_offcanvas.php:114
8767
- msgid "Offcanvas Width"
8768
- msgstr ""
8769
-
8770
- #: includes/widgets/htmega_special_day_banner.php:105
8771
- #: includes/widgets/htmega_special_day_banner.php:512
8772
- msgid "Offer Amount"
8773
- msgstr ""
8774
-
8775
- #: includes/widgets/htmega_special_day_banner.php:114
8776
- #: includes/widgets/htmega_special_day_banner.php:571
8777
- msgid "Offer Tag Line"
8778
- msgstr ""
8779
-
8780
- #: includes/widgets/htmega_notify.php:213
8781
- #: includes/widgets/htmega_scroll_image.php:252
8782
- msgid "Offset"
8783
- msgstr ""
8784
-
8785
- #: includes/widgets/htmega_carousel.php:114
8786
- #: includes/widgets/htmega_instagram.php:201
8787
- #: includes/widgets/htmega_panel_slider.php:180
8788
- #: includes/widgets/htmega_post_slider.php:278
8789
- #: includes/widgets/htmega_twitter_feed.php:219
8790
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:109
8791
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:118
8792
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:127
8793
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:136
8794
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:145
8795
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:154
8796
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:163
8797
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:172
8798
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:181
8799
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:190
8800
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:199
8801
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:208
8802
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:217
8803
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:226
8804
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:235
8805
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:244
8806
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:253
8807
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:262
8808
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:271
8809
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:280
8810
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:289
8811
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:298
8812
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:307
8813
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:316
8814
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:325
8815
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:334
8816
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:343
8817
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:352
8818
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:361
8819
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:370
8820
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:379
8821
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:388
8822
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:397
8823
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:406
8824
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:415
8825
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:424
8826
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:433
8827
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:442
8828
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:451
8829
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:460
8830
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:469
8831
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:478
8832
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:487
8833
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:496
8834
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:505
8835
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:514
8836
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:523
8837
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:532
8838
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:541
8839
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:550
8840
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:559
8841
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:568
8842
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:577
8843
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:586
8844
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:595
8845
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:604
8846
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:613
8847
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:622
8848
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:631
8849
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:640
8850
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:649
8851
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:658
8852
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:667
8853
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:676
8854
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:687
8855
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:696
8856
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:705
8857
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:714
8858
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:723
8859
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:732
8860
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:741
8861
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:750
8862
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:759
8863
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:768
8864
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:777
8865
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:786
8866
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:795
8867
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:804
8868
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:813
8869
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:822
8870
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:831
8871
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:840
8872
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:849
8873
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:858
8874
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:867
8875
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:877
8876
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:886
8877
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:893
8878
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:902
8879
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:957
8880
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:966
8881
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:975
8882
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:984
8883
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:994
8884
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1003
8885
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1017
8886
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1026
8887
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1035
8888
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1044
8889
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1053
8890
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1062
8891
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1071
8892
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1080
8893
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1089
8894
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1098
8895
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1107
8896
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1116
8897
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1125
8898
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1134
8899
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1144
8900
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1154
8901
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1164
8902
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1174
8903
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1184
8904
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1194
8905
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1225
8906
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1236
8907
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1247
8908
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1258
8909
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1269
8910
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1280
8911
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1291
8912
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1302
8913
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1313
8914
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1324
8915
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1335
8916
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1346
8917
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1357
8918
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1368
8919
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1379
8920
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1390
8921
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1401
8922
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1413
8923
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1422
8924
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1431
8925
- msgid "On"
8926
- msgstr ""
8927
-
8928
- #: includes/widgets/htmega_teammember.php:669
8929
- msgid "ON/OFF Image Hover rotation"
8930
- msgstr ""
8931
-
8932
- #: includes/widgets/htmega_image_grid.php:70
8933
- #: includes/widgets/htmega_image_masonry.php:79
8934
- #: includes/widgets/htmega_testimonial_grid.php:73
8935
- #: includes/widgets/htmega_testimonial_grid.php:88
8936
- #: includes/widgets/htmega_testimonial_grid.php:105
8937
- msgid "One"
8938
- msgstr ""
8939
-
8940
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:227
8941
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:230
8942
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:580
8943
- msgid "One Comment"
8944
- msgstr ""
8945
-
8946
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1464
8947
- msgid "Online Documentation"
8948
- msgstr ""
8949
-
8950
- #: includes/widgets/htmega_switcher.php:560
8951
- #: includes/widgets/htmega_switcher.php:569
8952
- msgid "Only for custom content."
8953
- msgstr ""
8954
-
8955
- #: includes/widgets/htmega_easy_digital_download.php:171
8956
- #: includes/widgets/htmega_wc_categories.php:108
8957
- msgid "Only Top Level"
8958
- msgstr ""
8959
-
8960
- #: includes/widgets/htmega_section_title.php:1026
8961
- msgid "Opacity"
8962
- msgstr ""
8963
-
8964
- #: includes/widgets/htmega_imagemarker.php:75
8965
- msgid "Opacity (%)"
8966
- msgstr ""
8967
-
8968
- #: includes/widgets/htmega_imagemarker.php:61
8969
- msgid "Opacity Color"
8970
- msgstr ""
8971
-
8972
- #: includes/widgets/htmega_lightbox.php:171
8973
- msgid "Open"
8974
- msgstr ""
8975
-
8976
- #: includes/widgets/htmega_accordion.php:327
8977
- msgid "Open Item Icon"
8978
- msgstr ""
8979
-
8980
- #: includes/widgets/htmega_toggle.php:71
8981
- msgid "Opened Icon"
8982
- msgstr ""
8983
-
8984
- #: includes/widgets/htmega_toggle.php:61
8985
- msgid "Opened Title"
8986
- msgstr ""
8987
-
8988
- #: includes/widgets/htmega_easy_digital_download.php:132
8989
- #: includes/widgets/htmega_ninja_form.php:77
8990
- #: includes/widgets/htmega_tablepress.php:68
8991
- #: includes/widgets/htmega_wc_categories.php:70
8992
- msgid "Options"
8993
- msgstr ""
8994
-
8995
- #: includes/widgets/htmega_data_table.php:120
8996
- msgid "Options for number of Rows"
8997
- msgstr ""
8998
-
8999
- #: includes/widgets/htmega_double_button.php:68
9000
- msgid "Or"
9001
- msgstr ""
9002
-
9003
- #: includes/widgets/htmega_easy_digital_download.php:212
9004
- #: includes/widgets/htmega_job_manager.php:79
9005
- #: includes/widgets/htmega_postgrid.php:127
9006
- #: includes/widgets/htmega_post_grid_tab.php:134
9007
- #: includes/widgets/htmega_post_slider.php:138
9008
- #: includes/widgets/htmega_wc_categories.php:140
9009
- msgid "Order"
9010
- msgstr ""
9011
-
9012
- #: includes/widgets/htmega_newsticker.php:273
9013
- #: extensions/ht-builder/widgets/bl_post_archive.php:215
9014
- msgid "order"
9015
- msgstr ""
9016
-
9017
- #: includes/widgets/htmega_job_manager.php:95
9018
- msgid "Order By"
9019
- msgstr ""
9020
-
9021
- #: includes/widgets/htmega_easy_digital_download.php:197
9022
- #: includes/widgets/htmega_wc_categories.php:125
9023
- msgid "Order by"
9024
- msgstr ""
9025
-
9026
- #: extensions/wc-sales-notification/admin/setting.php:102
9027
- msgid "Order Limit for notification."
9028
- msgstr ""
9029
-
9030
- #: includes/widgets/htmega_wc_element_pages.php:1101
9031
- msgid "Order Review"
9032
- msgstr ""
9033
-
9034
- #: includes/widgets/htmega_wc_element_pages.php:61
9035
- msgid "Order Tracking Form"
9036
- msgstr ""
9037
-
9038
- #: extensions/wc-sales-notification/admin/setting.php:152
9039
- msgid "Order Upto"
9040
- msgstr ""
9041
-
9042
- #: includes/widgets/htmega_newsticker.php:252
9043
- #: includes/widgets/htmega_postgrid.php:143
9044
- #: includes/widgets/htmega_post_grid_tab.php:150
9045
- #: includes/widgets/htmega_post_slider.php:154
9046
- #: extensions/ht-builder/widgets/bl_post_archive.php:194
9047
- msgid "Orderby"
9048
- msgstr ""
9049
-
9050
- #: includes/widgets/htmega_data_table.php:176
9051
- msgid "Ordering"
9052
- msgstr ""
9053
-
9054
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:58
9055
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:62
9056
- msgid "Other options"
9057
- msgstr ""
9058
-
9059
- #: includes/recommended-plugins/recommended-plugins.php:91
9060
- msgid "Other Plugins"
9061
- msgstr ""
9062
-
9063
- #: includes/widgets/htmega_testimonial_grid.php:118
9064
- msgid "Other' Devices Width(%)"
9065
- msgstr ""
9066
-
9067
- #: includes/widgets/htmega_progress_bar.php:655
9068
- #: includes/widgets/htmega_progress_bar.php:774
9069
- msgid "Outer"
9070
- msgstr ""
9071
-
9072
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1496
9073
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1521
9074
- msgid "Outgoing animation option"
9075
- msgstr ""
9076
-
9077
- #: includes/widgets/htmega_lightbox.php:226
9078
- msgid "Overlay"
9079
- msgstr ""
9080
-
9081
- #: includes/widgets/htmega_image_grid.php:201
9082
- #: includes/widgets/htmega_image_masonry.php:182
9083
- #: includes/widgets/htmega_instagram.php:734
9084
- msgid "Overlay Color"
9085
- msgstr ""
9086
-
9087
- #: includes/widgets/htmega_instagram.php:745
9088
- msgid "Overlay Padding"
9089
- msgstr ""
9090
-
9091
- #: includes/widgets/htmega_weather.php:43
9092
- msgid "Override Title"
9093
- msgstr ""
9094
-
9095
- #: includes/helper-function.php:207
9096
- msgid "p"
9097
- msgstr ""
9098
-
9099
- #: includes/widgets/htmega_accordion.php:598
9100
- #: includes/widgets/htmega_accordion.php:814
9101
- #: includes/widgets/htmega_accordion.php:949
9102
- #: includes/widgets/htmega_accordion.php:1360
9103
- #: includes/widgets/htmega_add_banner.php:175
9104
- #: includes/widgets/htmega_add_banner.php:263
9105
- #: includes/widgets/htmega_add_banner.php:317
9106
- #: includes/widgets/htmega_add_banner.php:415
9107
- #: includes/widgets/htmega_add_banner.php:474
9108
- #: includes/widgets/htmega_add_banner.php:533
9109
- #: includes/widgets/htmega_add_banner.php:592
9110
- #: includes/widgets/htmega_add_banner.php:678
9111
- #: includes/widgets/htmega_animated_heading.php:222
9112
- #: includes/widgets/htmega_animated_heading.php:353
9113
- #: includes/widgets/htmega_animated_heading.php:441
9114
- #: includes/widgets/htmega_blockquote.php:233
9115
- #: includes/widgets/htmega_blockquote.php:311
9116
- #: includes/widgets/htmega_blockquote.php:367
9117
- #: includes/widgets/htmega_blockquote.php:529
9118
- #: includes/widgets/htmega_blockquote.php:710
9119
- #: includes/widgets/htmega_booked_calender.php:633
9120
- #: includes/widgets/htmega_booked_calender.php:791
9121
- #: includes/widgets/htmega_brand.php:141 includes/widgets/htmega_brand.php:328
9122
- #: includes/widgets/htmega_buddy_press.php:223
9123
- #: includes/widgets/htmega_business_hours.php:255
9124
- #: includes/widgets/htmega_business_hours.php:331
9125
- #: includes/widgets/htmega_business_hours.php:459
9126
- #: includes/widgets/htmega_button.php:304
9127
- #: includes/widgets/htmega_button.php:576
9128
- #: includes/widgets/htmega_caldera_form.php:276
9129
- #: includes/widgets/htmega_caldera_form.php:508
9130
- #: includes/widgets/htmega_call_to_action.php:379
9131
- #: includes/widgets/htmega_call_to_action.php:456
9132
- #: includes/widgets/htmega_call_to_action.php:544
9133
- #: includes/widgets/htmega_call_to_action.php:603
9134
- #: includes/widgets/htmega_call_to_action.php:662
9135
- #: includes/widgets/htmega_call_to_action.php:730
9136
- #: includes/widgets/htmega_call_to_action.php:936
9137
- #: includes/widgets/htmega_carousel.php:468
9138
- #: includes/widgets/htmega_carousel.php:682
9139
- #: includes/widgets/htmega_carousel.php:1359
9140
- #: includes/widgets/htmega_contact_form_seven.php:148
9141
- #: includes/widgets/htmega_contact_form_seven.php:318
9142
- #: includes/widgets/htmega_contact_form_seven.php:557
9143
- #: includes/widgets/htmega_contact_form_seven.php:713
9144
- #: includes/widgets/htmega_contact_form_seven.php:857
9145
- #: includes/widgets/htmega_countdown.php:575
9146
- #: includes/widgets/htmega_countdown.php:822
9147
- #: includes/widgets/htmega_countdown.php:984
9148
- #: includes/widgets/htmega_countdown.php:1108
9149
- #: includes/widgets/htmega_counter.php:227
9150
- #: includes/widgets/htmega_counter.php:487
9151
- #: includes/widgets/htmega_counter.php:612
9152
- #: includes/widgets/htmega_counter.php:878
9153
- #: includes/widgets/htmega_counter.php:968
9154
- #: includes/widgets/htmega_counter.php:1057
9155
- #: includes/widgets/htmega_custom_event.php:163
9156
- #: includes/widgets/htmega_custom_event.php:248
9157
- #: includes/widgets/htmega_data_table.php:581
9158
- #: includes/widgets/htmega_double_button.php:543
9159
- #: includes/widgets/htmega_double_button.php:716
9160
- #: includes/widgets/htmega_double_button.php:899
9161
- #: includes/widgets/htmega_download_monitor.php:191
9162
- #: includes/widgets/htmega_dropcaps.php:140
9163
- #: includes/widgets/htmega_dropcaps.php:239
9164
- #: includes/widgets/htmega_easy_digital_download.php:276
9165
- #: includes/widgets/htmega_easy_digital_download.php:595
9166
- #: includes/widgets/htmega_errorcontent.php:289
9167
- #: includes/widgets/htmega_errorcontent.php:355
9168
- #: includes/widgets/htmega_errorcontent.php:434
9169
- #: includes/widgets/htmega_errorcontent.php:513
9170
- #: includes/widgets/htmega_errorcontent.php:589
9171
- #: includes/widgets/htmega_errorcontent.php:740
9172
- #: includes/widgets/htmega_googlemap.php:336
9173
- #: includes/widgets/htmega_googlemap.php:477
9174
- #: includes/widgets/htmega_gravity_forms.php:319
9175
- #: includes/widgets/htmega_gravity_forms.php:485
9176
- #: includes/widgets/htmega_gravity_forms.php:717
9177
- #: includes/widgets/htmega_imagemarker.php:683
9178
- #: includes/widgets/htmega_imagemarker.php:907
9179
- #: includes/widgets/htmega_image_comparison.php:293
9180
- #: includes/widgets/htmega_image_comparison.php:374
9181
- #: includes/widgets/htmega_image_grid.php:348
9182
- #: includes/widgets/htmega_image_grid.php:435
9183
- #: includes/widgets/htmega_image_grid.php:508
9184
- #: includes/widgets/htmega_image_magnifier.php:142
9185
- #: includes/widgets/htmega_image_masonry.php:194
9186
- #: includes/widgets/htmega_image_masonry.php:336
9187
- #: includes/widgets/htmega_image_masonry.php:423
9188
- #: includes/widgets/htmega_image_masonry.php:495
9189
- #: includes/widgets/htmega_inlinemenu.php:175
9190
- #: includes/widgets/htmega_instagram.php:647
9191
- #: includes/widgets/htmega_instagram.php:693
9192
- #: includes/widgets/htmega_instagram.php:823
9193
- #: includes/widgets/htmega_instagram.php:885
9194
- #: includes/widgets/htmega_instagram.php:1057
9195
- #: includes/widgets/htmega_instagram.php:1342
9196
- #: includes/widgets/htmega_lightbox.php:251
9197
- #: includes/widgets/htmega_lightbox.php:439
9198
- #: includes/widgets/htmega_mailchimp_wp.php:89
9199
- #: includes/widgets/htmega_mailchimp_wp.php:259
9200
- #: includes/widgets/htmega_mailchimp_wp.php:394
9201
- #: includes/widgets/htmega_modal.php:278 includes/widgets/htmega_modal.php:538
9202
- #: includes/widgets/htmega_modal.php:655 includes/widgets/htmega_modal.php:710
9203
- #: includes/widgets/htmega_modal.php:818 includes/widgets/htmega_modal.php:880
9204
- #: includes/widgets/htmega_modal.php:988
9205
- #: includes/widgets/htmega_newsticker.php:390
9206
- #: includes/widgets/htmega_newsticker.php:444
9207
- #: includes/widgets/htmega_newsticker.php:587
9208
- #: includes/widgets/htmega_newsticker.php:832
9209
- #: includes/widgets/htmega_newsticker.php:966
9210
- #: includes/widgets/htmega_ninja_form.php:140
9211
- #: includes/widgets/htmega_ninja_form.php:242
9212
- #: includes/widgets/htmega_ninja_form.php:406
9213
- #: includes/widgets/htmega_ninja_form.php:552
9214
- #: includes/widgets/htmega_ninja_form.php:774
9215
- #: includes/widgets/htmega_ninja_form.php:976
9216
- #: includes/widgets/htmega_notify.php:389
9217
- #: includes/widgets/htmega_notify.php:532
9218
- #: includes/widgets/htmega_notify.php:788
9219
- #: includes/widgets/htmega_offcanvas.php:349
9220
- #: includes/widgets/htmega_offcanvas.php:441
9221
- #: includes/widgets/htmega_panel_slider.php:543
9222
- #: includes/widgets/htmega_panel_slider.php:722
9223
- #: includes/widgets/htmega_panel_slider.php:778
9224
- #: includes/widgets/htmega_panel_slider.php:954
9225
- #: includes/widgets/htmega_popover.php:292
9226
- #: includes/widgets/htmega_popover.php:437
9227
- #: includes/widgets/htmega_popover.php:614
9228
- #: includes/widgets/htmega_popover.php:718
9229
- #: includes/widgets/htmega_postgrid.php:500
9230
- #: includes/widgets/htmega_postgrid.php:614
9231
- #: includes/widgets/htmega_postgrid.php:701
9232
- #: includes/widgets/htmega_post_grid_tab.php:313
9233
- #: includes/widgets/htmega_post_grid_tab.php:386
9234
- #: includes/widgets/htmega_post_grid_tab.php:479
9235
- #: includes/widgets/htmega_post_grid_tab.php:566
9236
- #: includes/widgets/htmega_post_grid_tab.php:664
9237
- #: includes/widgets/htmega_post_grid_tab.php:789
9238
- #: includes/widgets/htmega_post_grid_tab.php:884
9239
- #: includes/widgets/htmega_post_grid_tab.php:1038
9240
- #: includes/widgets/htmega_post_grid_tab.php:1146
9241
- #: includes/widgets/htmega_post_slider.php:759
9242
- #: includes/widgets/htmega_post_slider.php:914
9243
- #: includes/widgets/htmega_post_slider.php:1001
9244
- #: includes/widgets/htmega_post_slider.php:1098
9245
- #: includes/widgets/htmega_post_slider.php:1217
9246
- #: includes/widgets/htmega_post_slider.php:1311
9247
- #: includes/widgets/htmega_post_slider.php:1667
9248
- #: includes/widgets/htmega_post_slider.php:1926
9249
- #: includes/widgets/htmega_pricing_list_view.php:1240
9250
- #: includes/widgets/htmega_pricing_list_view.php:1493
9251
- #: includes/widgets/htmega_pricing_list_view.php:1599
9252
- #: includes/widgets/htmega_pricing_list_view.php:1672
9253
- #: includes/widgets/htmega_pricing_list_view.php:1757
9254
- #: includes/widgets/htmega_pricing_list_view.php:1834
9255
- #: includes/widgets/htmega_progress_bar.php:348
9256
- #: includes/widgets/htmega_progress_bar.php:677
9257
- #: includes/widgets/htmega_progress_bar.php:783
9258
- #: includes/widgets/htmega_quforms.php:170
9259
- #: includes/widgets/htmega_quforms.php:281
9260
- #: includes/widgets/htmega_quforms.php:413
9261
- #: includes/widgets/htmega_quforms.php:633
9262
- #: includes/widgets/htmega_quforms.php:860
9263
- #: includes/widgets/htmega_scroll_image.php:216
9264
- #: includes/widgets/htmega_scroll_image.php:376
9265
- #: includes/widgets/htmega_scroll_navigation.php:364
9266
- #: includes/widgets/htmega_search.php:196
9267
- #: includes/widgets/htmega_search.php:297
9268
- #: includes/widgets/htmega_search.php:516
9269
- #: includes/widgets/htmega_section_title.php:399
9270
- #: includes/widgets/htmega_section_title.php:599
9271
- #: includes/widgets/htmega_section_title.php:831
9272
- #: includes/widgets/htmega_section_title.php:1002
9273
- #: includes/widgets/htmega_service.php:196
9274
- #: includes/widgets/htmega_service.php:408
9275
- #: includes/widgets/htmega_service.php:513
9276
- #: includes/widgets/htmega_service.php:672
9277
- #: includes/widgets/htmega_service.php:934
9278
- #: includes/widgets/htmega_service.php:1062
9279
- #: includes/widgets/htmega_singlepost.php:194
9280
- #: includes/widgets/htmega_singlepost.php:281
9281
- #: includes/widgets/htmega_singlepost.php:396
9282
- #: includes/widgets/htmega_singlepost.php:492
9283
- #: includes/widgets/htmega_slider_thumb_gallery.php:717
9284
- #: includes/widgets/htmega_slider_thumb_gallery.php:765
9285
- #: includes/widgets/htmega_slider_thumb_gallery.php:973
9286
- #: includes/widgets/htmega_socialshere.php:407
9287
- #: includes/widgets/htmega_socialshere.php:652
9288
- #: includes/widgets/htmega_special_day_banner.php:302
9289
- #: includes/widgets/htmega_special_day_banner.php:379
9290
- #: includes/widgets/htmega_special_day_banner.php:438
9291
- #: includes/widgets/htmega_special_day_banner.php:497
9292
- #: includes/widgets/htmega_special_day_banner.php:556
9293
- #: includes/widgets/htmega_special_day_banner.php:615
9294
- #: includes/widgets/htmega_special_day_banner.php:701
9295
- #: includes/widgets/htmega_switcher.php:258
9296
- #: includes/widgets/htmega_switcher.php:399
9297
- #: includes/widgets/htmega_switcher.php:588
9298
- #: includes/widgets/htmega_tablepress.php:196
9299
- #: includes/widgets/htmega_tablepress.php:353
9300
- #: includes/widgets/htmega_tablepress.php:422
9301
- #: includes/widgets/htmega_tabs.php:336 includes/widgets/htmega_tabs.php:568
9302
- #: includes/widgets/htmega_tabs.php:911
9303
- #: includes/widgets/htmega_teammember.php:343
9304
- #: includes/widgets/htmega_teammember.php:728
9305
- #: includes/widgets/htmega_teammember.php:818
9306
- #: includes/widgets/htmega_teammember.php:909
9307
- #: includes/widgets/htmega_teammember.php:976
9308
- #: includes/widgets/htmega_testimonial_grid.php:284
9309
- #: includes/widgets/htmega_testimonial_grid.php:463
9310
- #: includes/widgets/htmega_testimonial_grid.php:523
9311
- #: includes/widgets/htmega_testimonial_grid.php:615
9312
- #: includes/widgets/htmega_toggle.php:168
9313
- #: includes/widgets/htmega_toggle.php:297
9314
- #: includes/widgets/htmega_tooltip.php:268
9315
- #: includes/widgets/htmega_tooltip.php:414
9316
- #: includes/widgets/htmega_tooltip.php:511
9317
- #: includes/widgets/htmega_twitter_feed.php:583
9318
- #: includes/widgets/htmega_twitter_feed.php:672
9319
- #: includes/widgets/htmega_twitter_feed.php:741
9320
- #: includes/widgets/htmega_twitter_feed.php:941
9321
- #: includes/widgets/htmega_twitter_feed.php:1002
9322
- #: includes/widgets/htmega_twitter_feed.php:1192
9323
- #: includes/widgets/htmega_user_login_form.php:621
9324
- #: includes/widgets/htmega_user_login_form.php:657
9325
- #: includes/widgets/htmega_user_login_form.php:887
9326
- #: includes/widgets/htmega_user_login_form.php:1133
9327
- #: includes/widgets/htmega_user_login_form.php:1344
9328
- #: includes/widgets/htmega_user_login_form.php:1514
9329
- #: includes/widgets/htmega_verticle_time_line.php:248
9330
- #: includes/widgets/htmega_verticle_time_line.php:348
9331
- #: includes/widgets/htmega_videoplayer.php:250
9332
- #: includes/widgets/htmega_videoplayer.php:408
9333
- #: includes/widgets/htmega_wc_categories.php:213
9334
- #: includes/widgets/htmega_wc_categories.php:343
9335
- #: includes/widgets/htmega_wc_element_pages.php:154
9336
- #: includes/widgets/htmega_wc_element_pages.php:265
9337
- #: includes/widgets/htmega_wc_element_pages.php:455
9338
- #: includes/widgets/htmega_wc_element_pages.php:776
9339
- #: includes/widgets/htmega_wc_element_pages.php:1007
9340
- #: includes/widgets/htmega_wc_element_pages.php:1149
9341
- #: includes/widgets/htmega_wc_element_pages.php:1442
9342
- #: includes/widgets/htmega_wc_element_pages.php:1577
9343
- #: includes/widgets/htmega_wc_element_pages.php:1744
9344
- #: includes/widgets/htmega_weather.php:275
9345
- #: includes/widgets/htmega_weather.php:334
9346
- #: includes/widgets/htmega_working_process.php:222
9347
- #: includes/widgets/htmega_working_process.php:418
9348
- #: includes/widgets/htmega_working_process.php:676
9349
- #: includes/widgets/htmega_working_process.php:755
9350
- #: includes/widgets/htmega_working_process.php:855
9351
- #: includes/widgets/htmega_wpforms.php:132
9352
- #: includes/widgets/htmega_wpforms.php:234
9353
- #: includes/widgets/htmega_wpforms.php:388
9354
- #: includes/widgets/htmega_wpforms.php:555
9355
- #: includes/widgets/htmega_wpforms.php:777
9356
- #: includes/widgets/htmega_wpforms.php:1003
9357
- #: extensions/ht-builder/widgets/bl_nav_menu.php:170
9358
- #: extensions/ht-builder/widgets/bl_nav_menu.php:403
9359
- #: extensions/ht-builder/widgets/bl_page_title.php:108
9360
- #: extensions/ht-builder/widgets/bl_post_archive.php:265
9361
- #: extensions/ht-builder/widgets/bl_post_archive.php:762
9362
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:110
9363
- #: extensions/ht-builder/widgets/bl_post_search_form.php:168
9364
- #: extensions/ht-builder/widgets/bl_post_search_form.php:253
9365
- #: extensions/ht-builder/widgets/bl_site_logo.php:130
9366
- #: extensions/ht-builder/widgets/bl_site_title.php:110
9367
- #: extensions/ht-menu/widgets/inline-mega-menu.php:119
9368
- #: extensions/ht-menu/widgets/inline-mega-menu.php:239
9369
- #: extensions/ht-menu/widgets/inline-mega-menu.php:369
9370
- #: extensions/ht-menu/widgets/inline-mega-menu.php:481
9371
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:120
9372
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:240
9373
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:327
9374
- msgid "Padding"
9375
- msgstr ""
9376
-
9377
- #: includes/widgets/htmega_wc_element_pages.php:54
9378
- #: extensions/ht-builder/widgets/bl_post_content.php:131
9379
- msgid "Page"
9380
- msgstr ""
9381
-
9382
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:773
9383
- msgid "Page List"
9384
- msgstr ""
9385
-
9386
- #: extensions/ht-builder/widgets/bl_page_title.php:39
9387
- #: extensions/ht-builder/widgets/bl_page_title.php:58
9388
- #: extensions/ht-builder/widgets/bl_page_title.php:168
9389
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1095
9390
- msgid "Page Title"
9391
- msgstr ""
9392
-
9393
- #: extensions/ht-builder/widgets/bl_post_content.php:127
9394
- msgid "Pages:"
9395
- msgstr ""
9396
-
9397
- #: includes/widgets/htmega_carousel.php:811
9398
- #: includes/widgets/htmega_carousel.php:1079
9399
- #: includes/widgets/htmega_data_table.php:82
9400
- #: includes/widgets/htmega_easy_digital_download.php:679
9401
- #: includes/widgets/htmega_instagram.php:1130
9402
- #: includes/widgets/htmega_panel_slider.php:1086
9403
- #: includes/widgets/htmega_post_slider.php:1740
9404
- #: includes/widgets/htmega_post_slider.php:1905
9405
- #: includes/widgets/htmega_scroll_navigation.php:381
9406
- #: includes/widgets/htmega_slider_thumb_gallery.php:1047
9407
- #: includes/widgets/htmega_twitter_feed.php:1291
9408
- #: extensions/ht-builder/widgets/bl_post_archive.php:835
9409
- msgid "Pagination"
9410
- msgstr ""
9411
-
9412
- #: includes/widgets/htmega_carousel.php:1287
9413
- msgid "Pagination Box"
9414
- msgstr ""
9415
-
9416
- #: includes/widgets/htmega_post_slider.php:1980
9417
- msgid "Pagination Box Width"
9418
- msgstr ""
9419
-
9420
- #: includes/widgets/htmega_data_table.php:1053
9421
- msgid "Pagination Footer"
9422
- msgstr ""
9423
-
9424
- #: includes/widgets/htmega_data_table.php:871
9425
- msgid "Pagination Header"
9426
- msgstr ""
9427
-
9428
- #: includes/widgets/htmega_data_table.php:922
9429
- msgid "Pagination Header length"
9430
- msgstr ""
9431
-
9432
- #: includes/widgets/htmega_tablepress.php:86
9433
- msgid "Pagination Hide"
9434
- msgstr ""
9435
-
9436
- #: includes/widgets/htmega_data_table.php:1091
9437
- msgid "Pagination Ordering"
9438
- msgstr ""
9439
-
9440
- #: includes/widgets/htmega_data_table.php:974
9441
- msgid "Pagination Style"
9442
- msgstr ""
9443
-
9444
- #: includes/widgets/htmega_job_manager.php:125
9445
- msgid "Pagination Type"
9446
- msgstr ""
9447
-
9448
- #: includes/widgets/htmega_panel_slider.php:15
9449
- #: includes/widgets/htmega_panel_slider.php:53
9450
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:376
9451
- msgid "Panel Slider"
9452
- msgstr ""
9453
-
9454
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:999
9455
- msgid "Parallax"
9456
- msgstr ""
9457
-
9458
- #: includes/widgets/htmega_easy_digital_download.php:175
9459
- #: includes/widgets/htmega_wc_categories.php:112
9460
- msgid "Parent"
9461
- msgstr ""
9462
-
9463
- #: includes/widgets/htmega_brand.php:91
9464
- msgid "Partner Link"
9465
- msgstr ""
9466
-
9467
- #: includes/widgets/htmega_brand.php:71
9468
- msgid "Partner Logo"
9469
- msgstr ""
9470
-
9471
- #: includes/widgets/htmega_user_login_form.php:236
9472
- #: includes/widgets/htmega_user_login_form.php:249
9473
- #: includes/widgets/htmega_user_login_form.php:1566
9474
- #: includes/widgets/htmega_user_login_form.php:1567
9475
- msgid "Password"
9476
- msgstr ""
9477
-
9478
- #: includes/widgets/htmega_user_login_form.php:234
9479
- msgid "Password Label"
9480
- msgstr ""
9481
-
9482
- #: includes/helper-function.php:457
9483
- msgid "Password length must be greater than 5"
9484
- msgstr ""
9485
-
9486
- #: includes/widgets/htmega_user_login_form.php:247
9487
- msgid "Password Placeholder"
9488
- msgstr ""
9489
-
9490
- #: includes/widgets/htmega_newsticker.php:175
9491
- msgid "Pause on hover"
9492
- msgstr ""
9493
-
9494
- #: includes/widgets/htmega_carousel.php:215
9495
- #: includes/widgets/htmega_instagram.php:410
9496
- #: includes/widgets/htmega_panel_slider.php:315
9497
- #: includes/widgets/htmega_post_slider.php:395
9498
- #: includes/widgets/htmega_slider_thumb_gallery.php:214
9499
- #: includes/widgets/htmega_slider_thumb_gallery.php:479
9500
- #: includes/widgets/htmega_twitter_feed.php:337
9501
- msgid "Pause on Hover?"
9502
- msgstr ""
9503
-
9504
- #: includes/widgets/htmega_wc_element_pages.php:888
9505
- msgid "Payment"
9506
- msgstr ""
9507
-
9508
- #: includes/widgets/htmega_pricing_list_view.php:1712
9509
- msgid "Per Month Typography"
9510
- msgstr ""
9511
-
9512
- #: includes/widgets/htmega_testimonial_grid.php:232
9513
- msgid "Peter Rose"
9514
- msgstr ""
9515
-
9516
- #: includes/widgets/htmega_progress_bar.php:219
9517
- msgid "Photoshop"
9518
- msgstr ""
9519
-
9520
- #: includes/class.htmega.php:197
9521
- msgid "PHP"
9522
- msgstr ""
9523
-
9524
- #: includes/widgets/htmega_socialshere.php:65
9525
- msgid "Pinterest"
9526
- msgstr ""
9527
-
9528
- #: extensions/ht-builder/widgets/bl_post_search_form.php:45
9529
- msgid "Placeholder"
9530
- msgstr ""
9531
-
9532
- #: admin/include/templates_list.php:17
9533
- msgctxt "placeholder"
9534
- msgid "Enter a Page Name"
9535
- msgstr ""
9536
-
9537
- #: includes/widgets/htmega_caldera_form.php:214
9538
- #: includes/widgets/htmega_contact_form_seven.php:263
9539
- #: includes/widgets/htmega_contact_form_seven.php:523
9540
- #: includes/widgets/htmega_gravity_forms.php:425
9541
- #: includes/widgets/htmega_mailchimp_wp.php:220
9542
- #: includes/widgets/htmega_ninja_form.php:513
9543
- #: includes/widgets/htmega_ninja_form.php:735
9544
- #: includes/widgets/htmega_quforms.php:374
9545
- #: includes/widgets/htmega_quforms.php:594
9546
- #: includes/widgets/htmega_search.php:240
9547
- #: includes/widgets/htmega_user_login_form.php:824
9548
- #: includes/widgets/htmega_wc_element_pages.php:738
9549
- #: includes/widgets/htmega_wc_element_pages.php:1382
9550
- #: includes/widgets/htmega_wpforms.php:516
9551
- #: includes/widgets/htmega_wpforms.php:738
9552
- msgid "Placeholder Color"
9553
- msgstr ""
9554
-
9555
- #: includes/widgets/htmega_animated_heading.php:235
9556
- #: includes/widgets/htmega_search.php:58
9557
- msgid "Placeholder Text"
9558
- msgstr ""
9559
-
9560
- #: includes/widgets/htmega_imagemarker.php:969
9561
- msgid "Placeholder Text Style"
9562
- msgstr ""
9563
-
9564
- #: includes/widgets/htmega_videoplayer.php:81
9565
- msgid "Play Button Icon"
9566
- msgstr ""
9567
-
9568
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:922
9569
- msgid ""
9570
- "Please enter a OpenWeatherMaps API key. OpenWeather is a weather provider "
9571
- "service which is capable of delivering all the necessary weather information "
9572
- "for any location on the globe.To create API key, go to this link <a "
9573
- "href=\"https://openweathermap.org/appid\" target=\"_blank\">OpenWeather</a>."
9574
- msgstr ""
9575
-
9576
- #: includes/widgets/htmega_instagram.php:1526
9577
- msgid "Please enter your access token."
9578
- msgstr ""
9579
-
9580
- #: includes/widgets/htmega_weather.php:372
9581
- msgid ""
9582
- "Please Insert Weather Map API Key from \"HTMega Addons > Settings > Other "
9583
- "options > Weather Map API Key\"."
9584
- msgstr ""
9585
-
9586
- #: includes/widgets/htmega_caldera_form.php:750
9587
- msgid "Please select a Contact Form From Setting!"
9588
- msgstr ""
9589
-
9590
- #: includes/widgets/htmega_quforms.php:1064
9591
- msgid "Please select Contact Form"
9592
- msgstr ""
9593
-
9594
- #: includes/widgets/htmega_contact_form_seven.php:1050
9595
- msgid "Please Select contact form."
9596
- msgstr ""
9597
-
9598
- #: includes/widgets/htmega_wpforms.php:1169
9599
- msgid "Please Select form."
9600
- msgstr ""
9601
-
9602
- #: includes/widgets/htmega_tablepress.php:440
9603
- msgid "Please Select table"
9604
- msgstr ""
9605
-
9606
- #: includes/widgets/htmega_wc_add_to_cart.php:193
9607
- #: includes/widgets/htmega_wc_add_to_cart.php:199
9608
- #: includes/widgets/htmega_wc_element_pages.php:1897
9609
- msgid "Please set a valid product"
9610
- msgstr ""
9611
-
9612
- #: admin/include/template-library.php:94
9613
- msgid "Please wait a few moments, this may be the causes of server issues."
9614
- msgstr ""
9615
-
9616
- #: includes/widgets/htmega_user_login_form.php:1691
9617
- msgid "Please wait..."
9618
- msgstr ""
9619
-
9620
- #: admin/include/template-library.php:376
9621
- #: includes/recommended-plugins/class.recommended-plugins.php:393
9622
- msgid "Plugin Not Found"
9623
- msgstr ""
9624
-
9625
- #: admin/include/template-library.php:396
9626
- #: includes/recommended-plugins/class.recommended-plugins.php:413
9627
- msgid "Plugin Successfully Activated"
9628
- msgstr ""
9629
-
9630
- #: includes/widgets/htmega_teammember.php:472
9631
- msgid "Plus Icon Color"
9632
- msgstr ""
9633
-
9634
- #: includes/widgets/htmega_socialshere.php:78
9635
- msgid "Pocket"
9636
- msgstr ""
9637
-
9638
- #: includes/widgets/htmega_googlemap.php:370
9639
- msgid "Pointer Width"
9640
- msgstr ""
9641
-
9642
- #: includes/widgets/htmega_videoplayer.php:53
9643
- msgid "Pop Up"
9644
- msgstr ""
9645
-
9646
- #: includes/widgets/htmega_videoplayer.php:72
9647
- msgid "Pop Up Button"
9648
- msgstr ""
9649
-
9650
- #: includes/widgets/htmega_popover.php:14
9651
- #: includes/widgets/htmega_popover.php:75
9652
- #: includes/widgets/htmega_popover.php:498
9653
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:385
9654
- msgid "Popover"
9655
- msgstr ""
9656
-
9657
- #: includes/widgets/htmega_popover.php:42
9658
- msgid "Popover Button"
9659
- msgstr ""
9660
-
9661
- #: includes/widgets/htmega_popover.php:169
9662
- msgid "Popover content Here"
9663
- msgstr ""
9664
-
9665
- #: includes/widgets/htmega_popover.php:180
9666
- msgid "Popover Header Here"
9667
- msgstr ""
9668
-
9669
- #: includes/widgets/htmega_popover.php:177
9670
- msgid "Popover Header Text"
9671
- msgstr ""
9672
-
9673
- #: includes/widgets/htmega_popover.php:160
9674
- msgid "Popover Options"
9675
- msgstr ""
9676
-
9677
- #: includes/widgets/htmega_popover.php:166
9678
- msgid "Popover Text"
9679
- msgstr ""
9680
-
9681
- #: includes/widgets/htmega_buddy_press.php:67
9682
- msgid "Popular"
9683
- msgstr ""
9684
-
9685
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1190
9686
- msgid "Popular Post"
9687
- msgstr ""
9688
-
9689
- #: includes/widgets/htmega_search.php:910
9690
- msgid "Popup Background"
9691
- msgstr ""
9692
-
9693
- #: includes/widgets/htmega_search.php:679
9694
- #: includes/widgets/htmega_search.php:942
9695
- msgid "Popup Button Style"
9696
- msgstr ""
9697
-
9698
- #: includes/widgets/htmega_gallery_justify.php:118
9699
- msgid "Popup None"
9700
- msgstr ""
9701
-
9702
- #: includes/widgets/htmega_gallery_justify.php:114
9703
- msgid "Popup options"
9704
- msgstr ""
9705
-
9706
- #: includes/widgets/htmega_search.php:658
9707
- msgid "Popup style"
9708
- msgstr ""
9709
-
9710
- #: includes/widgets/htmega_mailchimp_wp.php:342
9711
- #: includes/widgets/htmega_progress_bar.php:652
9712
- #: includes/widgets/htmega_progress_bar.php:771
9713
- #: includes/widgets/htmega_progress_bar.php:839
9714
- #: includes/widgets/htmega_section_title.php:232
9715
- #: includes/widgets/htmega_working_process.php:524
9716
- #: extensions/wc-sales-notification/admin/setting.php:77
9717
- msgid "Position"
9718
- msgstr ""
9719
-
9720
- #: includes/widgets/htmega_imagemarker.php:1025
9721
- msgid "Position Left-Right (X)"
9722
- msgstr ""
9723
-
9724
- #: includes/widgets/htmega_imagemarker.php:998
9725
- msgid "Position Top-Bottom (Y)"
9726
- msgstr ""
9727
-
9728
- #: includes/widgets/htmega_image_comparison.php:195
9729
- msgid "Positioning Lebel"
9730
- msgstr ""
9731
-
9732
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:394
9733
- msgid "Post carousel"
9734
- msgstr ""
9735
-
9736
- #: extensions/ht-builder/widgets/bl_post_comments.php:187
9737
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1059
9738
- msgid "Post Comments"
9739
- msgstr ""
9740
-
9741
- #: extensions/ht-builder/widgets/bl_post_content.php:40
9742
- #: extensions/ht-builder/widgets/bl_post_content.php:103
9743
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1050
9744
- msgid "Post Content"
9745
- msgstr ""
9746
-
9747
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:981
9748
- msgid "Post Duplicator"
9749
- msgstr ""
9750
-
9751
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1209
9752
- msgid "Post Duplicator Condition"
9753
- msgstr ""
9754
-
9755
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:40
9756
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:102
9757
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1041
9758
- msgid "Post Excerpt"
9759
- msgstr ""
9760
-
9761
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:40
9762
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:59
9763
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:97
9764
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1023
9765
- msgid "Post Featured Image"
9766
- msgstr ""
9767
-
9768
- #: includes/widgets/htmega_postgrid.php:15
9769
- #: includes/widgets/htmega_postgrid.php:37
9770
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:403
9771
- msgid "Post Grid"
9772
- msgstr ""
9773
-
9774
- #: includes/widgets/htmega_post_grid_tab.php:15
9775
- #: includes/widgets/htmega_post_grid_tab.php:43
9776
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:412
9777
- msgid "Post Grid Tab"
9778
- msgstr ""
9779
-
9780
- #: includes/widgets/htmega_postgrid.php:211
9781
- msgid "Post Items Box Style"
9782
- msgstr ""
9783
-
9784
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:863
9785
- msgid "Post Masonry"
9786
- msgstr ""
9787
-
9788
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1032
9789
- msgid "Post Meta Info"
9790
- msgstr ""
9791
-
9792
- #: includes/widgets/htmega_singlepost.php:628
9793
- msgid "Post Name"
9794
- msgstr ""
9795
-
9796
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1170
9797
- msgid "Post Navigation"
9798
- msgstr ""
9799
-
9800
- #: admin/include/class.htmega-elementor-template-library.php:98
9801
- msgid "Post not found"
9802
- msgstr ""
9803
-
9804
- #: admin/include/class.htmega-elementor-template-library.php:69
9805
- msgid "Post not found."
9806
- msgstr ""
9807
-
9808
- #: includes/widgets/htmega_postgrid.php:62
9809
- #: includes/widgets/htmega_post_grid_tab.php:69
9810
- #: includes/widgets/htmega_post_slider.php:73
9811
- msgid "Post Option"
9812
- msgstr ""
9813
-
9814
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1068
9815
- msgid "Post Search Form"
9816
- msgstr ""
9817
-
9818
- #: includes/widgets/htmega_post_slider.php:14
9819
- #: includes/widgets/htmega_post_slider.php:44
9820
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:421
9821
- msgid "Post Slider"
9822
- msgstr ""
9823
-
9824
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:854
9825
- msgid "Post Timeline"
9826
- msgstr ""
9827
-
9828
- #: includes/widgets/htmega_post_slider.php:376
9829
- #: extensions/ht-builder/widgets/bl_post_title.php:38
9830
- #: extensions/ht-builder/widgets/bl_post_title.php:57
9831
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1014
9832
- msgid "Post Title"
9833
- msgstr ""
9834
-
9835
- #: includes/widgets/htmega_easy_digital_download.php:140
9836
- msgctxt "Posts Query Control"
9837
- msgid "Source"
9838
- msgstr ""
9839
-
9840
- #: includes/widgets/htmega_counter.php:928
9841
- msgid "Prefix"
9842
- msgstr ""
9843
-
9844
- #: extensions/ht-builder/admin/setting.php:175
9845
- #: extensions/ht-menu/classes/class.mega-menu.php:268
9846
- #: extensions/wc-sales-notification/admin/setting.php:235
9847
- msgid "premium version"
9848
- msgstr ""
9849
-
9850
- #: admin/include/custom-control/preset-manage.php:23
9851
- msgid "Preset not found"
9852
- msgstr ""
9853
-
9854
- #: includes/class.assests.php:387
9855
- #: includes/recommended-plugins/class.recommended-plugins.php:123
9856
- #: admin/include/templates/library/templates.php:133
9857
- msgid "Preview"
9858
- msgstr ""
9859
-
9860
- #: includes/widgets/htmega_newsticker.php:319
9861
- msgid "Previous Icon"
9862
- msgstr ""
9863
-
9864
- #: includes/widgets/htmega_carousel.php:165
9865
- #: includes/widgets/htmega_instagram.php:360
9866
- #: includes/widgets/htmega_panel_slider.php:265
9867
- #: includes/widgets/htmega_post_slider.php:329
9868
- #: includes/widgets/htmega_slider_thumb_gallery.php:168
9869
- #: includes/widgets/htmega_twitter_feed.php:287
9870
- msgid "Previous icon"
9871
- msgstr ""
9872
-
9873
- #: includes/widgets/htmega_easy_digital_download.php:476
9874
- #: includes/widgets/htmega_pricing_list_view.php:97
9875
- #: includes/widgets/htmega_pricing_list_view.php:1628
9876
- msgid "Price"
9877
- msgstr ""
9878
-
9879
- #: includes/widgets/htmega_easy_digital_download.php:487
9880
- msgid "Price Color"
9881
- msgstr ""
9882
-
9883
- #: includes/widgets/htmega_easy_digital_download.php:511
9884
- msgid "Price Margin"
9885
- msgstr ""
9886
-
9887
- #: includes/widgets/htmega_pricing_list_view.php:13
9888
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:430
9889
- msgid "Pricing List View"
9890
- msgstr ""
9891
-
9892
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:719
9893
- msgid "Pricing Menu"
9894
- msgstr ""
9895
-
9896
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:439
9897
- msgid "Pricing Table"
9898
- msgstr ""
9899
-
9900
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:891
9901
- msgid "Pricing Table Flip Box"
9902
- msgstr ""
9903
-
9904
- #: includes/widgets/htmega_call_to_action.php:129
9905
- #: includes/widgets/htmega_call_to_action.php:677
9906
- msgid "Primary Button"
9907
- msgstr ""
9908
-
9909
- #: includes/widgets/htmega_call_to_action.php:145
9910
- msgid "Primary Button Link"
9911
- msgstr ""
9912
-
9913
- #: includes/widgets/htmega_call_to_action.php:136
9914
- msgid "Primary Button Text"
9915
- msgstr ""
9916
-
9917
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1150
9918
- msgid "Print Page"
9919
- msgstr ""
9920
-
9921
- #: includes/class.assests.php:375 admin/include/templates_list.php:54
9922
- #: admin/include/templates/library/templates.php:119
9923
- msgid "Pro"
9924
- msgstr ""
9925
-
9926
- #: includes/widgets/htmega_working_process.php:81
9927
- #: includes/widgets/htmega_working_process.php:169
9928
- msgid "Process #1"
9929
- msgstr ""
9930
-
9931
- #: includes/widgets/htmega_working_process.php:173
9932
- msgid "Process #2"
9933
- msgstr ""
9934
-
9935
- #: includes/widgets/htmega_working_process.php:177
9936
- msgid "Process #3"
9937
- msgstr ""
9938
-
9939
- #: includes/widgets/htmega_working_process.php:88
9940
- msgid "Process Number"
9941
- msgstr ""
9942
-
9943
- #: includes/widgets/htmega_wc_add_to_cart.php:50
9944
- #: includes/widgets/htmega_wc_add_to_cart.php:63
9945
- msgid "Product"
9946
- msgstr ""
9947
-
9948
- #: includes/widgets/htmega_progress_bar.php:13
9949
- #: includes/widgets/htmega_progress_bar.php:50
9950
- #: includes/widgets/htmega_progress_bar.php:199
9951
- #: includes/widgets/htmega_progress_bar.php:397
9952
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:448
9953
- msgid "Progress Bar"
9954
- msgstr ""
9955
-
9956
- #: includes/widgets/htmega_progress_bar.php:309
9957
- msgid "Progress bar Background"
9958
- msgstr ""
9959
-
9960
- #: includes/widgets/htmega_progress_bar.php:131
9961
- msgid "Progress bar color"
9962
- msgstr ""
9963
-
9964
- #: includes/widgets/htmega_progress_bar.php:286
9965
- msgid "Progress Bar Size"
9966
- msgstr ""
9967
-
9968
- #: includes/widgets/htmega_progress_bar.php:317
9969
- msgid "Progress bar track color"
9970
- msgstr ""
9971
-
9972
- #: includes/widgets/htmega_progress_bar.php:113
9973
- #: includes/widgets/htmega_progress_bar.php:245
9974
- msgid "Progress Bar Value"
9975
- msgstr ""
9976
-
9977
- #: includes/widgets/htmega_progress_bar.php:152
9978
- #: includes/widgets/htmega_progress_bar.php:337
9979
- msgid "Progress bar value background color"
9980
- msgstr ""
9981
-
9982
- #: includes/widgets/htmega_progress_bar.php:142
9983
- #: includes/widgets/htmega_progress_bar.php:327
9984
- msgid "Progress bar value color"
9985
- msgstr ""
9986
-
9987
- #: includes/widgets/htmega_progress_bar.php:263
9988
- msgid "Progress Bar Width"
9989
- msgstr ""
9990
-
9991
- #: includes/widgets/htmega_progress_bar.php:163
9992
- #: includes/widgets/htmega_progress_bar.php:556
9993
- msgid "Progress Indicator"
9994
- msgstr ""
9995
-
9996
- #: includes/widgets/htmega_progress_bar.php:459
9997
- msgid "Progress Position Top-Bottom"
9998
- msgstr ""
9999
-
10000
- #: includes/widgets/htmega_pricing_list_view.php:152
10001
- msgid "PSD Template"
10002
- msgstr ""
10003
-
10004
- #: extensions/ht-builder/admin/setting.php:175
10005
- #: extensions/ht-menu/classes/class.mega-menu.php:268
10006
- #: extensions/wc-sales-notification/admin/setting.php:235
10007
- msgid "Purchase our"
10008
- msgstr ""
10009
-
10010
- #: includes/widgets/htmega_animated_heading.php:104
10011
- msgid "Purpose,policy,Company"
10012
- msgstr ""
10013
-
10014
- #: includes/widgets/htmega_animated_heading.php:77
10015
- msgid "Push"
10016
- msgstr ""
10017
-
10018
- #: includes/widgets/htmega_section_title.php:62
10019
- msgid "Put the highlighted word in between the span tags!"
10020
- msgstr ""
10021
-
10022
- #: includes/widgets/htmega_quforms.php:13
10023
- #: includes/widgets/htmega_quforms.php:59
10024
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1365
10025
- msgid "QU Form"
10026
- msgstr ""
10027
-
10028
- #: includes/widgets/htmega_wc_add_to_cart.php:83
10029
- msgid "Quantity"
10030
- msgstr ""
10031
-
10032
- #: includes/widgets/htmega_wc_element_pages.php:535
10033
- msgid "Quantity Input Box"
10034
- msgstr ""
10035
-
10036
- #: extensions/ht-builder/widgets/bl_post_archive.php:150
10037
- msgid "Query Settings"
10038
- msgstr ""
10039
-
10040
- #: includes/recommended-plugins/recommended-plugins.php:73
10041
- msgid "QuickSwish"
10042
- msgstr ""
10043
-
10044
- #: includes/widgets/htmega_blockquote.php:327
10045
- msgid "Quote By"
10046
- msgstr ""
10047
-
10048
- #: includes/widgets/htmega_blockquote.php:494
10049
- msgid "Quote Icon"
10050
- msgstr ""
10051
-
10052
- #: includes/widgets/htmega_blockquote.php:689
10053
- msgid "Quote Image"
10054
- msgstr ""
10055
-
10056
- #: includes/widgets/htmega_contact_form_seven.php:406
10057
- msgid "Radio & Checkbox Color"
10058
- msgstr ""
10059
-
10060
- #: includes/widgets/htmega_job_manager.php:102
10061
- #: includes/widgets/htmega_newsticker.php:262
10062
- #: includes/widgets/htmega_postgrid.php:153
10063
- #: includes/widgets/htmega_post_grid_tab.php:160
10064
- #: includes/widgets/htmega_post_slider.php:164
10065
- #: extensions/ht-builder/widgets/bl_post_archive.php:204
10066
- msgid "Random"
10067
- msgstr ""
10068
-
10069
- #: includes/widgets/htmega_testimonial_grid.php:682
10070
- msgid "Rating"
10071
- msgstr ""
10072
-
10073
- #: admin/include/settings-panel/includes/templates/sidebar-banner.php:32
10074
- msgid "Rating icon"
10075
- msgstr ""
10076
-
10077
- #: includes/widgets/htmega_testimonial_grid.php:689
10078
- msgid "Rating On Right"
10079
- msgstr ""
10080
-
10081
- #: includes/widgets/htmega_image_grid.php:150
10082
- #: includes/widgets/htmega_image_grid.php:179
10083
- #: includes/widgets/htmega_image_masonry.php:131
10084
- #: includes/widgets/htmega_image_masonry.php:160
10085
- #: includes/widgets/htmega_post_grid_tab.php:233
10086
- #: includes/widgets/htmega_post_grid_tab.php:245
10087
- #: includes/widgets/htmega_post_grid_tab.php:246
10088
- #: includes/widgets/htmega_post_grid_tab.php:829
10089
- #: includes/widgets/htmega_post_slider.php:222
10090
- #: includes/widgets/htmega_post_slider.php:234
10091
- #: includes/widgets/htmega_post_slider.php:235
10092
- #: includes/widgets/htmega_post_slider.php:1257
10093
- #: includes/widgets/htmega_service.php:140
10094
- #: extensions/ht-builder/widgets/bl_post_archive.php:700
10095
- msgid "Read More"
10096
- msgstr ""
10097
-
10098
- #: extensions/ht-builder/widgets/bl_post_archive.php:73
10099
- #: extensions/ht-builder/widgets/bl_post_archive.php:1084
10100
- msgid "Read more"
10101
- msgstr ""
10102
-
10103
- #: includes/widgets/htmega_image_grid.php:451
10104
- #: includes/widgets/htmega_image_masonry.php:439
10105
- msgid "Read More Button"
10106
- msgstr ""
10107
-
10108
- #: extensions/ht-builder/widgets/bl_post_archive.php:71
10109
- msgid "Read More Button Text"
10110
- msgstr ""
10111
-
10112
- #: includes/widgets/htmega_post_grid_tab.php:243
10113
- #: includes/widgets/htmega_post_slider.php:232
10114
- msgid "Read More button text"
10115
- msgstr ""
10116
-
10117
- #: includes/widgets/htmega_service.php:318
10118
- msgid "Read More Color"
10119
- msgstr ""
10120
-
10121
- #: includes/widgets/htmega_image_grid.php:157
10122
- #: includes/widgets/htmega_image_masonry.php:138
10123
- msgid "Read More Link"
10124
- msgstr ""
10125
-
10126
- #: includes/widgets/htmega_image_grid.php:148
10127
- #: includes/widgets/htmega_image_masonry.php:129
10128
- msgid "Read More Text"
10129
- msgstr ""
10130
-
10131
- #: includes/widgets/htmega_custom_event.php:95
10132
- msgid "Read More."
10133
- msgstr ""
10134
-
10135
- #: extensions/wc-sales-notification/admin/setting.php:69
10136
- msgid "Real"
10137
- msgstr ""
10138
-
10139
- #: includes/recommended-plugins/class.recommended-plugins.php:71
10140
- msgid "Recommendations"
10141
- msgstr ""
10142
-
10143
- #: includes/recommended-plugins/recommended-plugins.php:28
10144
- msgid "Recommended Plugins"
10145
- msgstr ""
10146
-
10147
- #: includes/widgets/htmega_socialshere.php:75
10148
- msgid "Reddit"
10149
- msgstr ""
10150
-
10151
- #: includes/widgets/htmega_user_login_form.php:260
10152
- msgid "Redirect page after Login"
10153
- msgstr ""
10154
-
10155
- #: includes/widgets/htmega_user_login_form.php:324
10156
- #: includes/widgets/htmega_user_login_form.php:337
10157
- #: includes/widgets/htmega_user_login_form.php:1654
10158
- msgid "Register"
10159
- msgstr ""
10160
-
10161
- #: includes/widgets/htmega_user_login_form.php:1280
10162
- msgid "Register Button"
10163
- msgstr ""
10164
-
10165
- #: includes/widgets/htmega_user_login_form.php:117
10166
- msgid "Register Heading Login"
10167
- msgstr ""
10168
-
10169
- #: includes/widgets/htmega_user_login_form.php:335
10170
- msgid "Register Link Text"
10171
- msgstr ""
10172
-
10173
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1180
10174
- msgid "Related Post"
10175
- msgstr ""
10176
-
10177
- #: includes/widgets/htmega_imagemarker.php:452
10178
- msgid ""
10179
- "Reload the editor right after enabling this option. Example: Enable/Disable "
10180
- "this option > Click UPDATE > Then Reload the editor page."
10181
- msgstr ""
10182
-
10183
- #: includes/widgets/htmega_user_login_form.php:312
10184
- #: includes/widgets/htmega_user_login_form.php:1634
10185
- msgid "Remember Me"
10186
- msgstr ""
10187
-
10188
- #: includes/widgets/htmega_user_login_form.php:992
10189
- msgid "Remember Me Checkbox"
10190
- msgstr ""
10191
-
10192
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:664
10193
- msgid "Remote Template"
10194
- msgstr ""
10195
-
10196
- #: includes/widgets/htmega_socialshere.php:86
10197
- msgid "Renren"
10198
- msgstr ""
10199
-
10200
- #: includes/widgets/htmega_videoplayer.php:186
10201
- msgid "Repeat Video"
10202
- msgstr ""
10203
-
10204
- #: includes/widgets/htmega_bbpress.php:60
10205
- msgid "Reply Form"
10206
- msgstr ""
10207
-
10208
- #: includes/widgets/htmega_gravity_forms.php:280
10209
- #: includes/widgets/htmega_wc_element_pages.php:679
10210
- msgid "Required Color"
10211
- msgstr ""
10212
-
10213
- #: includes/widgets/htmega_wpforms.php:453
10214
- msgid "Required Label Style"
10215
- msgstr ""
10216
-
10217
- #: includes/widgets/htmega_caldera_form.php:102
10218
- #: includes/widgets/htmega_ninja_form.php:366
10219
- #: includes/widgets/htmega_quforms.php:131
10220
- msgid "Required Symbol Color"
10221
- msgstr ""
10222
-
10223
- #: includes/widgets/htmega_scroll_navigation.php:172
10224
- #: includes/widgets/htmega_scroll_navigation.php:202
10225
- msgid "Resolution"
10226
- msgstr ""
10227
-
10228
- #: admin/include/settings-panel/includes/templates/sidebar-banner.php:19
10229
- msgid "Responsive, supports all major devices"
10230
- msgstr ""
10231
-
10232
- #: includes/widgets/htmega_image_comparison.php:390
10233
- msgid "Reveal"
10234
- msgstr ""
10235
-
10236
- #: includes/widgets/htmega_revolution_slider.php:13
10237
- #: includes/widgets/htmega_revolution_slider.php:53
10238
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1387
10239
- msgid "Revolution Slider"
10240
- msgstr ""
10241
-
10242
- #: includes/widgets/htmega_accordion.php:575
10243
- #: includes/widgets/htmega_accordion.php:766
10244
- #: includes/widgets/htmega_accordion.php:924
10245
- #: includes/widgets/htmega_accordion.php:1322
10246
- #: includes/widgets/htmega_accordion.php:1326
10247
- #: includes/widgets/htmega_accordion.php:1440
10248
- #: includes/widgets/htmega_add_banner.php:376
10249
- #: includes/widgets/htmega_blockquote.php:191
10250
- #: includes/widgets/htmega_buddy_press.php:262
10251
- #: includes/widgets/htmega_business_hours.php:399
10252
- #: includes/widgets/htmega_button.php:119
10253
- #: includes/widgets/htmega_button.php:169
10254
- #: includes/widgets/htmega_caldera_form.php:80
10255
- #: includes/widgets/htmega_caldera_form.php:355
10256
- #: includes/widgets/htmega_call_to_action.php:204
10257
- #: includes/widgets/htmega_call_to_action.php:298
10258
- #: includes/widgets/htmega_call_to_action.php:338
10259
- #: includes/widgets/htmega_carousel.php:846
10260
- #: includes/widgets/htmega_contact_form_seven.php:125
10261
- #: includes/widgets/htmega_countdown.php:619
10262
- #: includes/widgets/htmega_countdown.php:651
10263
- #: includes/widgets/htmega_counter.php:296
10264
- #: includes/widgets/htmega_counter.php:329
10265
- #: includes/widgets/htmega_counter.php:435
10266
- #: includes/widgets/htmega_counter.php:561
10267
- #: includes/widgets/htmega_data_table.php:719
10268
- #: includes/widgets/htmega_data_table.php:838
10269
- #: includes/widgets/htmega_double_button.php:161
10270
- #: includes/widgets/htmega_double_button.php:248
10271
- #: includes/widgets/htmega_double_button.php:333
10272
- #: includes/widgets/htmega_dropcaps.php:92
10273
- #: includes/widgets/htmega_dropcaps.php:96
10274
- #: includes/widgets/htmega_easy_digital_download.php:334
10275
- #: includes/widgets/htmega_easy_digital_download.php:702
10276
- #: includes/widgets/htmega_errorcontent.php:257
10277
- #: includes/widgets/htmega_gravity_forms.php:157
10278
- #: includes/widgets/htmega_gravity_forms.php:213
10279
- #: includes/widgets/htmega_gravity_forms.php:247
10280
- #: includes/widgets/htmega_gravity_forms.php:552
10281
- #: includes/widgets/htmega_gravity_forms.php:783
10282
- #: includes/widgets/htmega_imagemarker.php:207
10283
- #: includes/widgets/htmega_imagemarker.php:718
10284
- #: includes/widgets/htmega_image_grid.php:299
10285
- #: includes/widgets/htmega_image_grid.php:396
10286
- #: includes/widgets/htmega_image_masonry.php:275
10287
- #: includes/widgets/htmega_image_masonry.php:372
10288
- #: includes/widgets/htmega_inlinemenu.php:129
10289
- #: includes/widgets/htmega_instagram.php:1492
10290
- #: includes/widgets/htmega_job_manager.php:160
10291
- #: includes/widgets/htmega_lightbox.php:204
10292
- #: includes/widgets/htmega_lightbox.php:317
10293
- #: includes/widgets/htmega_mailchimp_wp.php:137
10294
- #: includes/widgets/htmega_modal.php:182 includes/widgets/htmega_modal.php:358
10295
- #: includes/widgets/htmega_modal.php:1013
10296
- #: includes/widgets/htmega_newsticker.php:468
10297
- #: includes/widgets/htmega_ninja_form.php:196
10298
- #: includes/widgets/htmega_ninja_form.php:298
10299
- #: includes/widgets/htmega_ninja_form.php:332
10300
- #: includes/widgets/htmega_ninja_form.php:619
10301
- #: includes/widgets/htmega_ninja_form.php:830
10302
- #: includes/widgets/htmega_ninja_form.php:1042
10303
- #: includes/widgets/htmega_notify.php:290
10304
- #: includes/widgets/htmega_notify.php:570
10305
- #: includes/widgets/htmega_notify.php:836
10306
- #: includes/widgets/htmega_offcanvas.php:104
10307
- #: includes/widgets/htmega_offcanvas.php:208
10308
- #: includes/widgets/htmega_offcanvas.php:291
10309
- #: includes/widgets/htmega_offcanvas.php:383
10310
- #: includes/widgets/htmega_panel_slider.php:611
10311
- #: includes/widgets/htmega_popover.php:194
10312
- #: includes/widgets/htmega_popover.php:273
10313
- #: includes/widgets/htmega_popover.php:669
10314
- #: includes/widgets/htmega_popover.php:773
10315
- #: includes/widgets/htmega_postgrid.php:301
10316
- #: includes/widgets/htmega_postgrid.php:525
10317
- #: includes/widgets/htmega_postgrid.php:638
10318
- #: includes/widgets/htmega_post_grid_tab.php:409
10319
- #: includes/widgets/htmega_post_grid_tab.php:503
10320
- #: includes/widgets/htmega_post_grid_tab.php:590
10321
- #: includes/widgets/htmega_post_grid_tab.php:813
10322
- #: includes/widgets/htmega_post_slider.php:844
10323
- #: includes/widgets/htmega_post_slider.php:938
10324
- #: includes/widgets/htmega_post_slider.php:1025
10325
- #: includes/widgets/htmega_post_slider.php:1241
10326
- #: includes/widgets/htmega_pricing_list_view.php:481
10327
- #: includes/widgets/htmega_pricing_list_view.php:508
10328
- #: includes/widgets/htmega_pricing_list_view.php:1136
10329
- #: includes/widgets/htmega_pricing_list_view.php:1193
10330
- #: includes/widgets/htmega_quforms.php:98
10331
- #: includes/widgets/htmega_quforms.php:218
10332
- #: includes/widgets/htmega_quforms.php:339
10333
- #: includes/widgets/htmega_quforms.php:559
10334
- #: includes/widgets/htmega_quforms.php:777
10335
- #: includes/widgets/htmega_search.php:164
10336
- #: includes/widgets/htmega_section_title.php:423
10337
- #: includes/widgets/htmega_service.php:249
10338
- #: includes/widgets/htmega_service.php:433
10339
- #: includes/widgets/htmega_service.php:538
10340
- #: includes/widgets/htmega_service.php:727
10341
- #: includes/widgets/htmega_service.php:989
10342
- #: includes/widgets/htmega_singlepost.php:218
10343
- #: includes/widgets/htmega_singlepost.php:314
10344
- #: includes/widgets/htmega_singlepost.php:421
10345
- #: includes/widgets/htmega_slider_thumb_gallery.php:53
10346
- #: includes/widgets/htmega_socialshere.php:382
10347
- #: includes/widgets/htmega_special_day_banner.php:50
10348
- #: includes/widgets/htmega_special_day_banner.php:273
10349
- #: includes/widgets/htmega_tablepress.php:221
10350
- #: includes/widgets/htmega_tablepress.php:378
10351
- #: includes/widgets/htmega_tabs.php:521
10352
- #: includes/widgets/htmega_teammember.php:106
10353
- #: includes/widgets/htmega_teammember.php:624
10354
- #: includes/widgets/htmega_teammember.php:753
10355
- #: includes/widgets/htmega_teammember.php:843
10356
- #: includes/widgets/htmega_teammember.php:934
10357
- #: includes/widgets/htmega_teammember.php:1001
10358
- #: includes/widgets/htmega_testimonial_grid.php:561
10359
- #: includes/widgets/htmega_toggle.php:204
10360
- #: includes/widgets/htmega_tooltip.php:182
10361
- #: includes/widgets/htmega_tooltip.php:249
10362
- #: includes/widgets/htmega_user_login_form.php:157
10363
- #: includes/widgets/htmega_user_login_form.php:379
10364
- #: includes/widgets/htmega_user_login_form.php:579
10365
- #: includes/widgets/htmega_videoplayer.php:304
10366
- #: includes/widgets/htmega_wc_categories.php:388
10367
- #: includes/widgets/htmega_wpforms.php:188
10368
- #: includes/widgets/htmega_wpforms.php:290
10369
- #: includes/widgets/htmega_wpforms.php:325
10370
- #: includes/widgets/htmega_wpforms.php:622
10371
- #: includes/widgets/htmega_wpforms.php:841
10372
- #: includes/widgets/htmega_wpforms.php:1069
10373
- #: extensions/ht-builder/widgets/bl_nav_menu.php:123
10374
- #: extensions/ht-builder/widgets/bl_nav_menu.php:499
10375
- #: extensions/ht-builder/widgets/bl_page_title.php:145
10376
- #: extensions/ht-builder/widgets/bl_post_archive.php:310
10377
- #: extensions/ht-builder/widgets/bl_post_archive.php:391
10378
- #: extensions/ht-builder/widgets/bl_post_archive.php:498
10379
- #: extensions/ht-builder/widgets/bl_post_archive.php:604
10380
- #: extensions/ht-builder/widgets/bl_post_archive.php:684
10381
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:147
10382
- #: extensions/ht-builder/widgets/bl_post_author_info.php:116
10383
- #: extensions/ht-builder/widgets/bl_post_content.php:80
10384
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:80
10385
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:79
10386
- #: extensions/ht-builder/widgets/bl_post_title.php:110
10387
- #: extensions/ht-builder/widgets/bl_site_logo.php:167
10388
- #: extensions/ht-builder/widgets/bl_site_title.php:147
10389
- #: extensions/ht-menu/widgets/inline-mega-menu.php:174
10390
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:175
10391
- msgid "Right"
10392
- msgstr ""
10393
-
10394
- #: includes/widgets/htmega_post_slider.php:1461
10395
- msgid "Right Arrow position"
10396
- msgstr ""
10397
-
10398
- #: includes/widgets/htmega_post_slider.php:1509
10399
- msgid "Right Arrow position vertical"
10400
- msgstr ""
10401
-
10402
- #: includes/widgets/htmega_blockquote.php:161
10403
- msgid "Right Bottom"
10404
- msgstr ""
10405
-
10406
- #: includes/widgets/htmega_blockquote.php:160
10407
- msgid "Right Center"
10408
- msgstr ""
10409
-
10410
- #: includes/widgets/htmega_blockquote.php:159
10411
- msgid "Right Top"
10412
- msgstr ""
10413
-
10414
- #: includes/widgets/htmega_section_title.php:337
10415
- msgid "Rotate"
10416
- msgstr ""
10417
-
10418
- #: includes/widgets/htmega_animated_heading.php:78
10419
- msgid "Rotate Style One"
10420
- msgstr ""
10421
-
10422
- #: includes/widgets/htmega_animated_heading.php:80
10423
- msgid "Rotate Style Three"
10424
- msgstr ""
10425
-
10426
- #: includes/widgets/htmega_animated_heading.php:79
10427
- msgid "Rotate Style Two"
10428
- msgstr ""
10429
-
10430
- #: includes/widgets/htmega_data_table.php:313
10431
- #: includes/widgets/htmega_pricing_list_view.php:549
10432
- #: includes/widgets/htmega_user_login_form.php:400
10433
- msgid "Row"
10434
- msgstr ""
10435
-
10436
- #: includes/widgets/htmega_data_table.php:523
10437
- #: includes/widgets/htmega_pricing_list_view.php:1088
10438
- msgid "row"
10439
- msgstr ""
10440
-
10441
- #: includes/widgets/htmega_booked_calender.php:950
10442
- msgid "Row Border Color"
10443
- msgstr ""
10444
-
10445
- #: includes/widgets/htmega_booked_calender.php:961
10446
- msgid "Row Border Width"
10447
- msgstr ""
10448
-
10449
- #: includes/widgets/htmega_gallery_justify.php:66
10450
- #: includes/widgets/htmega_newsticker.php:92
10451
- msgid "Row Height"
10452
- msgstr ""
10453
-
10454
- #: includes/widgets/htmega_user_login_form.php:408
10455
- msgid "Row Reverse"
10456
- msgstr ""
10457
-
10458
- #: includes/widgets/htmega_pricing_list_view.php:1072
10459
- msgid "Row Starts"
10460
- msgstr ""
10461
-
10462
- #: extensions/wc-sales-notification/admin/setting.php:78
10463
- msgid ""
10464
- "Sale Notification Position on frontend.( Top Left, Top Right, Bottom Right "
10465
- "option are pro features ) <span>( Pro )</span>"
10466
- msgstr ""
10467
-
10468
- #: extensions/wc-sales-notification/admin/setting.php:48
10469
- msgid "Sale Notification Settings"
10470
- msgstr ""
10471
-
10472
- #: extensions/wc-sales-notification/admin/setting.php:33
10473
- #: extensions/wc-sales-notification/admin/setting.php:34
10474
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:963
10475
- msgid "Sales Notification"
10476
- msgstr ""
10477
-
10478
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1494
10479
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1519
10480
- msgid "Sales upto date option"
10481
- msgstr ""
10482
-
10483
- #: includes/widgets/htmega_teammember.php:156
10484
- msgid "Sams Roy"
10485
- msgstr ""
10486
-
10487
- #: includes/widgets/htmega_business_hours.php:85
10488
- #: includes/widgets/htmega_business_hours.php:163
10489
- msgid "Saturday"
10490
- msgstr ""
10491
-
10492
- #: extensions/ht-menu/classes/class.mega-menu.php:124
10493
- #: extensions/ht-menu/classes/class.mega-menu.php:244
10494
- msgid "Save"
10495
- msgstr ""
10496
-
10497
- #: includes/widgets/htmega_pricing_list_view.php:1554
10498
- msgid "Save Typography"
10499
- msgstr ""
10500
-
10501
- #: extensions/ht-menu/classes/class.mega-menu.php:245
10502
- msgid "Saving…"
10503
- msgstr ""
10504
-
10505
- #: includes/widgets/htmega_animated_heading.php:76
10506
- #: includes/widgets/htmega_carousel.php:481
10507
- msgid "Scale"
10508
- msgstr ""
10509
-
10510
- #: includes/widgets/htmega_scroll_image.php:13
10511
- #: includes/widgets/htmega_scroll_image.php:43
10512
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:457
10513
- msgid "Scroll Image"
10514
- msgstr ""
10515
-
10516
- #: includes/widgets/htmega_scroll_image.php:165
10517
- msgid "Scroll Image Style"
10518
- msgstr ""
10519
-
10520
- #: includes/widgets/htmega_scroll_navigation.php:13
10521
- #: includes/widgets/htmega_scroll_navigation.php:51
10522
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:466
10523
- msgid "Scroll Navigation"
10524
- msgstr ""
10525
-
10526
- #: includes/widgets/htmega_search.php:14 includes/widgets/htmega_search.php:35
10527
- #: includes/widgets/htmega_search.php:60 includes/widgets/htmega_search.php:61
10528
- #: includes/widgets/htmega_search.php:92 includes/widgets/htmega_search.php:93
10529
- #: includes/widgets/htmega_search.php:1024
10530
- #: extensions/ht-builder/widgets/bl_post_search_form.php:105
10531
- #: extensions/ht-builder/widgets/bl_post_search_form.php:321
10532
- #: admin/include/templates/library/templates.php:95
10533
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:475
10534
- msgid "Search"
10535
- msgstr ""
10536
-
10537
- #: extensions/ht-builder/widgets/bl_post_search_form.php:47
10538
- msgid "Search ..."
10539
- msgstr ""
10540
-
10541
- #: includes/widgets/htmega_search.php:145
10542
- msgid "Search Box Style"
10543
- msgstr ""
10544
-
10545
- #: includes/widgets/htmega_search.php:90
10546
- msgid "Search Button Text"
10547
- msgstr ""
10548
-
10549
- #: extensions/ht-builder/widgets/bl_post_search_form.php:38
10550
- msgid "Search Form"
10551
- msgstr ""
10552
-
10553
- #: includes/widgets/htmega_tablepress.php:97
10554
- msgid "Search Hide"
10555
- msgstr ""
10556
-
10557
- #: extensions/ht-builder/admin/setting.php:124
10558
- msgid "Search Page Template."
10559
- msgstr ""
10560
-
10561
- #: admin/include/templates/library/templates.php:94
10562
- msgid "Search Templates:"
10563
- msgstr ""
10564
-
10565
- #: admin/include/templates_list.php:47
10566
- msgid "Search.."
10567
- msgstr ""
10568
-
10569
- #: includes/widgets/htmega_data_table.php:163
10570
- msgid "Searching"
10571
- msgstr ""
10572
-
10573
- #: includes/widgets/htmega_button.php:267
10574
- #: includes/widgets/htmega_button.php:382
10575
- msgid "Second Background"
10576
- msgstr ""
10577
-
10578
- #: includes/widgets/htmega_call_to_action.php:223
10579
- #: includes/widgets/htmega_call_to_action.php:883
10580
- msgid "Secondary Button"
10581
- msgstr ""
10582
-
10583
- #: includes/widgets/htmega_call_to_action.php:230
10584
- msgid "Secondary Button Text"
10585
- msgstr ""
10586
-
10587
- #: includes/widgets/htmega_countdown.php:162
10588
- #: includes/widgets/htmega_countdown.php:244
10589
- #: includes/widgets/htmega_countdown.php:246
10590
- msgid "Seconds"
10591
- msgstr ""
10592
-
10593
- #: includes/widgets/htmega_section_title.php:369
10594
- msgid "Section style"
10595
- msgstr ""
10596
-
10597
- #: includes/widgets/htmega_section_title.php:13
10598
- #: includes/widgets/htmega_section_title.php:34
10599
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:484
10600
- msgid "Section Title"
10601
- msgstr ""
10602
-
10603
- #: includes/helper-function.php:733
10604
- #: includes/widgets/htmega_wc_element_pages.php:57
10605
- msgid "Select"
10606
- msgstr ""
10607
-
10608
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:929
10609
- msgid "Select 404 Page."
10610
- msgstr ""
10611
-
10612
- #: includes/widgets/htmega_wc_categories.php:77
10613
- msgid "Select Category Type"
10614
- msgstr ""
10615
-
10616
- #: includes/widgets/htmega_accordion.php:77
10617
- #: includes/widgets/htmega_accordion.php:217
10618
- #: includes/widgets/htmega_blockquote.php:41
10619
- #: includes/widgets/htmega_modal.php:51
10620
- #: includes/widgets/htmega_switcher.php:102
10621
- #: includes/widgets/htmega_switcher.php:194 includes/widgets/htmega_tabs.php:86
10622
- #: includes/widgets/htmega_toggle.php:79
10623
- msgid "Select Content Source"
10624
- msgstr ""
10625
-
10626
- #: extensions/wc-sales-notification/admin/setting.php:65
10627
- msgid "Select Content Type <span>( Pro )</span>"
10628
- msgstr ""
10629
-
10630
- #: includes/widgets/htmega_download_monitor.php:40
10631
- msgid "Select Download File"
10632
- msgstr ""
10633
-
10634
- #: includes/widgets/htmega_countdown.php:46
10635
- msgid "Select Event"
10636
- msgstr ""
10637
-
10638
- #: includes/widgets/htmega_instragram_feed.php:41
10639
- msgid "Select Feed"
10640
- msgstr ""
10641
-
10642
- #: includes/widgets/htmega_download_monitor.php:61
10643
- msgid "Select File"
10644
- msgstr ""
10645
-
10646
- #: includes/helper-function.php:346 includes/widgets/htmega_caldera_form.php:48
10647
- #: includes/widgets/htmega_gravity_forms.php:41
10648
- #: includes/widgets/htmega_gravity_forms.php:66
10649
- #: includes/widgets/htmega_ninja_form.php:43
10650
- #: includes/widgets/htmega_ninja_form.php:66
10651
- #: includes/widgets/htmega_quforms.php:42
10652
- #: includes/widgets/htmega_quforms.php:66
10653
- #: includes/widgets/htmega_wpforms.php:63
10654
- msgid "Select Form"
10655
- msgstr ""
10656
-
10657
- #: includes/widgets/htmega_job_manager.php:193
10658
- #: includes/widgets/htmega_job_manager.php:200
10659
- msgid "Select Job"
10660
- msgstr ""
10661
-
10662
- #: extensions/ht-menu/widgets/inline-mega-menu.php:37
10663
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:38
10664
- msgid "Select Menu"
10665
- msgstr ""
10666
-
10667
- #: includes/widgets/htmega_wc_add_to_cart.php:55
10668
- msgid "Select Post"
10669
- msgstr ""
10670
-
10671
- #: includes/widgets/htmega_singlepost.php:614
10672
- msgid "Select Post Type"
10673
- msgstr ""
10674
-
10675
- #: includes/helper-function.php:140 includes/widgets/htmega_offcanvas.php:84
10676
- msgid "Select Sidebar"
10677
- msgstr ""
10678
-
10679
- #: includes/widgets/htmega_layer_slider.php:63
10680
- #: includes/widgets/htmega_revolution_slider.php:34
10681
- #: includes/widgets/htmega_revolution_slider.php:60
10682
- msgid "Select Slider"
10683
- msgstr ""
10684
-
10685
- #: includes/widgets/htmega_offcanvas.php:56
10686
- msgid "Select Source"
10687
- msgstr ""
10688
-
10689
- #: includes/widgets/htmega_tablepress.php:32
10690
- #: includes/widgets/htmega_tablepress.php:55
10691
- msgid "Select Table"
10692
- msgstr ""
10693
-
10694
- #: includes/helper-function.php:91 includes/widgets/htmega_offcanvas.php:70
10695
- #: extensions/ht-menu/menu/helper_function.php:19
10696
- msgid "Select Template"
10697
- msgstr ""
10698
-
10699
- #: includes/widgets/htmega_template_selector.php:49
10700
- msgid "Select Your template"
10701
- msgstr ""
10702
-
10703
- #: includes/widgets/htmega_notify.php:101
10704
- #: includes/widgets/htmega_videoplayer.php:52
10705
- msgid "Self"
10706
- msgstr ""
10707
-
10708
- #: includes/widgets/htmega_verticle_time_line.php:73
10709
- #: includes/widgets/htmega_verticle_time_line.php:101
10710
- msgid "Sep<br/>2018"
10711
- msgstr ""
10712
-
10713
- #: includes/widgets/htmega_tabs.php:373
10714
- msgid "Separator"
10715
- msgstr ""
10716
-
10717
- #: includes/widgets/htmega_tabs.php:361
10718
- msgid "Separator Area"
10719
- msgstr ""
10720
-
10721
- #: includes/widgets/htmega_blockquote.php:415
10722
- #: includes/widgets/htmega_tabs.php:387
10723
- msgid "Separator Color"
10724
- msgstr ""
10725
-
10726
- #: includes/widgets/htmega_blockquote.php:460
10727
- #: includes/widgets/htmega_tabs.php:403
10728
- msgid "Separator Height"
10729
- msgstr ""
10730
-
10731
- #: includes/widgets/htmega_blockquote.php:400
10732
- #: includes/widgets/htmega_countdown.php:716
10733
- #: includes/widgets/htmega_tabs.php:462
10734
- msgid "Separator Position"
10735
- msgstr ""
10736
-
10737
- #: includes/widgets/htmega_section_title.php:480
10738
- msgid "Separator Specing"
10739
- msgstr ""
10740
-
10741
- #: includes/widgets/htmega_blockquote.php:430
10742
- #: includes/widgets/htmega_countdown.php:882
10743
- #: includes/widgets/htmega_tabs.php:434
10744
- msgid "Separator Width"
10745
- msgstr ""
10746
-
10747
- #: includes/widgets/htmega_working_process.php:474
10748
- msgid "Seperator Height"
10749
- msgstr ""
10750
-
10751
- #: includes/widgets/htmega_working_process.php:499
10752
- msgid "Seperator Width"
10753
- msgstr ""
10754
-
10755
- #: includes/widgets/htmega_booked_calender.php:117
10756
- msgid "September"
10757
- msgstr ""
10758
-
10759
- #: admin/include/class.diagnostic-data.php:459
10760
- #, php-format
10761
- msgid ""
10762
- "Server information (Web server, PHP version, MySQL version), WordPress "
10763
- "information, site name, site URL, number of plugins, number of users, your "
10764
- "name, and email address. You can rest assured that no sensitive data will be "
10765
- "collected or tracked. %1$sLearn more%2$s."
10766
- msgstr ""
10767
-
10768
- #: includes/widgets/htmega_service.php:15
10769
- #: includes/widgets/htmega_service.php:36
10770
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:493
10771
- msgid "Service"
10772
- msgstr ""
10773
-
10774
- #: includes/widgets/htmega_service.php:138
10775
- msgid "Service Button text"
10776
- msgstr ""
10777
-
10778
- #: includes/widgets/htmega_service.php:129
10779
- msgid "Service description"
10780
- msgstr ""
10781
-
10782
- #: includes/widgets/htmega_service.php:69
10783
- msgid "Service Icon Type"
10784
- msgstr ""
10785
-
10786
- #: includes/widgets/htmega_service.php:147
10787
- msgid "Service Link"
10788
- msgstr ""
10789
-
10790
- #: includes/widgets/htmega_service.php:60
10791
- msgid "Service Title"
10792
- msgstr ""
10793
-
10794
- #: includes/widgets/htmega_service.php:62
10795
- msgid "Services Title"
10796
- msgstr ""
10797
-
10798
- #: includes/class.htmega.php:209
10799
- #: extensions/ht-builder/widgets/bl_post_archive.php:36
10800
- #: extensions/ht-menu/menu/templates.php:40
10801
- #: admin/include/settings-panel/includes/classes/Admin/Menu.php:35
10802
- msgid "Settings"
10803
- msgstr ""
10804
-
10805
- #: includes/widgets/htmega_button.php:486
10806
- msgid "Shadow 1"
10807
- msgstr ""
10808
-
10809
- #: includes/widgets/htmega_button.php:487
10810
- msgid "Shadow 2"
10811
- msgstr ""
10812
-
10813
- #: includes/widgets/htmega_newsticker.php:528
10814
- msgid "Shape Color"
10815
- msgstr ""
10816
-
10817
- #: includes/widgets/htmega_buddy_press.php:115
10818
- #: includes/widgets/htmega_buddy_press.php:128
10819
- #: includes/widgets/htmega_buddy_press.php:143
10820
- #: includes/widgets/htmega_buddy_press.php:158
10821
- #: includes/widgets/htmega_data_table.php:60
10822
- #: includes/widgets/htmega_data_table.php:84
10823
- #: includes/widgets/htmega_data_table.php:108
10824
- #: includes/widgets/htmega_data_table.php:136
10825
- #: includes/widgets/htmega_data_table.php:165
10826
- #: includes/widgets/htmega_data_table.php:178
10827
- #: includes/widgets/htmega_data_table.php:190
10828
- #: includes/widgets/htmega_double_button.php:80
10829
- #: includes/widgets/htmega_gravity_forms.php:79
10830
- #: includes/widgets/htmega_gravity_forms.php:91
10831
- #: includes/widgets/htmega_instagram.php:177
10832
- #: includes/widgets/htmega_instagram.php:189
10833
- #: includes/widgets/htmega_instagram.php:279
10834
- #: includes/widgets/htmega_newsticker.php:309
10835
- #: includes/widgets/htmega_popover.php:129
10836
- #: includes/widgets/htmega_popover.php:206
10837
- #: includes/widgets/htmega_scroll_image.php:122
10838
- #: includes/widgets/htmega_socialshere.php:358
10839
- #: includes/widgets/htmega_tooltip.php:129
10840
- #: includes/widgets/htmega_twitter_feed.php:146
10841
- #: includes/widgets/htmega_twitter_feed.php:158
10842
- #: includes/widgets/htmega_twitter_feed.php:170
10843
- #: includes/widgets/htmega_twitter_feed.php:182
10844
- #: includes/widgets/htmega_twitter_feed.php:194
10845
- #: includes/widgets/htmega_twitter_feed.php:208
10846
- #: includes/widgets/htmega_user_login_form.php:79
10847
- #: includes/widgets/htmega_user_login_form.php:187
10848
- #: includes/widgets/htmega_user_login_form.php:198
10849
- #: includes/widgets/htmega_user_login_form.php:289
10850
- #: includes/widgets/htmega_user_login_form.php:316
10851
- #: includes/widgets/htmega_user_login_form.php:328
10852
- #: includes/widgets/htmega_wc_add_to_cart.php:76
10853
- #: includes/widgets/htmega_wpforms.php:77
10854
- #: includes/widgets/htmega_wpforms.php:89
10855
- #: extensions/ht-builder/widgets/bl_post_archive.php:101
10856
- #: extensions/ht-builder/widgets/bl_post_archive.php:113
10857
- #: extensions/ht-builder/widgets/bl_post_archive.php:125
10858
- #: extensions/ht-builder/widgets/bl_post_archive.php:137
10859
- #: extensions/ht-builder/widgets/bl_post_author_info.php:47
10860
- #: extensions/ht-builder/widgets/bl_post_author_info.php:72
10861
- #: extensions/ht-builder/widgets/bl_post_author_info.php:84
10862
- msgid "Show"
10863
- msgstr ""
10864
-
10865
- #: includes/widgets/htmega_buddy_press.php:126
10866
- msgid "Show Active Time"
10867
- msgstr ""
10868
-
10869
- #: includes/widgets/htmega_easy_digital_download.php:143
10870
- #: includes/widgets/htmega_toggle.php:45 includes/widgets/htmega_toggle.php:46
10871
- #: includes/widgets/htmega_wc_categories.php:80
10872
- msgid "Show All"
10873
- msgstr ""
10874
-
10875
- #: includes/widgets/htmega_notify.php:143
10876
- msgid "Show Animation"
10877
- msgstr ""
10878
-
10879
- #: includes/widgets/htmega_twitter_feed.php:156
10880
- msgid "Show Author Image"
10881
- msgstr ""
10882
-
10883
- #: includes/widgets/htmega_twitter_feed.php:168
10884
- msgid "Show Author Name"
10885
- msgstr ""
10886
-
10887
- #: extensions/ht-builder/widgets/bl_post_author_info.php:70
10888
- msgid "Show Avatar Image"
10889
- msgstr ""
10890
-
10891
- #: includes/widgets/htmega_scroll_image.php:120
10892
- msgid "Show Badge"
10893
- msgstr ""
10894
-
10895
- #: extensions/ht-builder/widgets/bl_post_author_info.php:82
10896
- msgid "Show Biography"
10897
- msgstr ""
10898
-
10899
- #: includes/widgets/htmega_easy_digital_download.php:109
10900
- msgid "Show Buy Button"
10901
- msgstr ""
10902
-
10903
- #: includes/widgets/htmega_instagram.php:175
10904
- msgid "Show Caption"
10905
- msgstr ""
10906
-
10907
- #: extensions/ht-builder/widgets/bl_post_archive.php:111
10908
- msgid "Show Category"
10909
- msgstr ""
10910
-
10911
- #: includes/widgets/htmega_easy_digital_download.php:89
10912
- msgid "Show Content"
10913
- msgstr ""
10914
-
10915
- #: includes/widgets/htmega_videoplayer.php:198
10916
- msgid "Show Controller Button"
10917
- msgstr ""
10918
-
10919
- #: includes/widgets/htmega_gravity_forms.php:88
10920
- msgid "Show Description"
10921
- msgstr ""
10922
-
10923
- #: includes/widgets/htmega_download_monitor.php:96
10924
- msgid "Show Download Count"
10925
- msgstr ""
10926
-
10927
- #: includes/widgets/htmega_download_monitor.php:84
10928
- msgid "Show File Size"
10929
- msgstr ""
10930
-
10931
- #: includes/widgets/htmega_download_monitor.php:72
10932
- msgid "Show File Type"
10933
- msgstr ""
10934
-
10935
- #: includes/widgets/htmega_instagram.php:277
10936
- msgid "Show Follow Button"
10937
- msgstr ""
10938
-
10939
- #: includes/widgets/htmega_instragram_feed.php:93
10940
- msgid "Show Follow Text"
10941
- msgstr ""
10942
-
10943
- #: includes/widgets/htmega_buddy_press.php:156
10944
- msgid "Show Friend Count"
10945
- msgstr ""
10946
-
10947
- #: includes/widgets/htmega_gallery_justify.php:127
10948
- msgid "Show Gallery Title"
10949
- msgstr ""
10950
-
10951
- #: includes/widgets/htmega_instragram_feed.php:82
10952
- msgid "Show Header"
10953
- msgstr ""
10954
-
10955
- #: includes/widgets/htmega_user_login_form.php:77
10956
- msgid "Show Heading And Content"
10957
- msgstr ""
10958
-
10959
- #: includes/widgets/htmega_gallery_justify.php:139
10960
- msgid "Show Image Counter"
10961
- msgstr ""
10962
-
10963
- #: includes/widgets/htmega_notify.php:60
10964
- msgid "Show Info"
10965
- msgstr ""
10966
-
10967
- #: includes/widgets/htmega_instagram.php:187
10968
- msgid "Show Light Box"
10969
- msgstr ""
10970
-
10971
- #: includes/widgets/htmega_popover.php:127
10972
- #: includes/widgets/htmega_tooltip.php:127
10973
- msgid "Show Link"
10974
- msgstr ""
10975
-
10976
- #: includes/widgets/htmega_panel_slider.php:167
10977
- msgid "Show link on Image"
10978
- msgstr ""
10979
-
10980
- #: includes/widgets/htmega_panel_slider.php:156
10981
- msgid "Show link on Title"
10982
- msgstr ""
10983
-
10984
- #: includes/widgets/htmega_buddy_press.php:113
10985
- msgid "Show Meta Info"
10986
- msgstr ""
10987
-
10988
- #: includes/widgets/htmega_easy_digital_download.php:119
10989
- msgid "Show Pagination"
10990
- msgstr ""
10991
-
10992
- #: extensions/ht-builder/widgets/bl_post_archive.php:123
10993
- msgid "Show Post Meta"
10994
- msgstr ""
10995
-
10996
- #: includes/widgets/htmega_easy_digital_download.php:99
10997
- msgid "Show Price"
10998
- msgstr ""
10999
-
11000
- #: includes/widgets/htmega_wc_add_to_cart.php:73
11001
- msgid "Show Quantity"
11002
- msgstr ""
11003
-
11004
- #: extensions/ht-builder/widgets/bl_post_archive.php:135
11005
- msgid "Show Read More Button"
11006
- msgstr ""
11007
-
11008
- #: includes/widgets/htmega_buddy_press.php:141
11009
- msgid "Show Register Time"
11010
- msgstr ""
11011
-
11012
- #: includes/widgets/htmega_twitter_feed.php:192
11013
- msgid "Show Relative Time"
11014
- msgstr ""
11015
-
11016
- #: includes/widgets/htmega_data_table.php:58
11017
- msgid "Show Sorting Options"
11018
- msgstr ""
11019
-
11020
- #: includes/widgets/htmega_easy_digital_download.php:79
11021
- msgid "Show Thumbnail"
11022
- msgstr ""
11023
-
11024
- #: includes/widgets/htmega_twitter_feed.php:180
11025
- msgid "Show Time"
11026
- msgstr ""
11027
-
11028
- #: includes/widgets/htmega_twitter_feed.php:206
11029
- msgid "Show Time Icon"
11030
- msgstr ""
11031
-
11032
- #: includes/widgets/htmega_gravity_forms.php:76
11033
- #: extensions/ht-builder/widgets/bl_post_archive.php:99
11034
- #: extensions/ht-builder/widgets/bl_post_author_info.php:45
11035
- msgid "Show Title"
11036
- msgstr ""
11037
-
11038
- #: includes/widgets/htmega_twitter_feed.php:144
11039
- msgid "Show Twitter Meta"
11040
- msgstr ""
11041
-
11042
- #: includes/widgets/htmega_videoplayer.php:210
11043
- msgid "Show video source Logo"
11044
- msgstr ""
11045
-
11046
- #: includes/widgets/htmega_offcanvas.php:61
11047
- msgid "Sidebar"
11048
- msgstr ""
11049
-
11050
- #: includes/widgets/htmega_user_login_form.php:133
11051
- #: includes/widgets/htmega_user_login_form.php:134
11052
- msgid "Sign Up"
11053
- msgstr ""
11054
-
11055
- #: includes/widgets/htmega_scroll_navigation.php:292
11056
- msgid "Simulate Touch"
11057
- msgstr ""
11058
-
11059
- #: extensions/ht-builder/admin/setting.php:88
11060
- msgid "Single Blog Template."
11061
- msgstr ""
11062
-
11063
- #: includes/widgets/htmega_bbpress.php:56
11064
- msgid "Single Forum"
11065
- msgstr ""
11066
-
11067
- #: includes/widgets/htmega_easy_digital_download.php:228
11068
- #: includes/widgets/htmega_twitter_feed.php:543
11069
- msgid "Single Item"
11070
- msgstr ""
11071
-
11072
- #: includes/widgets/htmega_singlepost.php:15
11073
- #: includes/widgets/htmega_singlepost.php:36
11074
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:502
11075
- msgid "Single Post"
11076
- msgstr ""
11077
-
11078
- #: includes/widgets/htmega_wc_element_pages.php:59
11079
- msgid "Single Product Page"
11080
- msgstr ""
11081
-
11082
- #: includes/widgets/htmega_bbpress.php:61
11083
- msgid "Single Reply"
11084
- msgstr ""
11085
-
11086
- #: includes/widgets/htmega_bbpress.php:63
11087
- msgid "Single Tag"
11088
- msgstr ""
11089
-
11090
- #: includes/widgets/htmega_bbpress.php:59
11091
- msgid "Single Topic"
11092
- msgstr ""
11093
-
11094
- #: includes/widgets/htmega_bbpress.php:64
11095
- msgid "Single View"
11096
- msgstr ""
11097
-
11098
- #: includes/widgets/htmega_user_login_form.php:131
11099
- msgid "SingUp Text"
11100
- msgstr ""
11101
-
11102
- #: extensions/ht-builder/widgets/bl_site_logo.php:69
11103
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1113
11104
- msgid "Site Logo"
11105
- msgstr ""
11106
-
11107
- #: extensions/ht-builder/widgets/bl_site_logo.php:41
11108
- #: extensions/ht-builder/widgets/bl_site_title.php:39
11109
- #: extensions/ht-builder/widgets/bl_site_title.php:60
11110
- #: extensions/ht-builder/widgets/bl_site_title.php:170
11111
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1104
11112
- msgid "Site Title"
11113
- msgstr ""
11114
-
11115
- #: includes/widgets/htmega_image_grid.php:75
11116
- #: includes/widgets/htmega_image_masonry.php:84
11117
- #: includes/widgets/htmega_testimonial_grid.php:78
11118
- msgid "Six"
11119
- msgstr ""
11120
-
11121
- #: includes/widgets/htmega_counter.php:837
11122
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:187
11123
- msgid "Size"
11124
- msgstr ""
11125
-
11126
- #: includes/widgets/htmega_double_button.php:78
11127
- msgid "Skew Background"
11128
- msgstr ""
11129
-
11130
- #: includes/widgets/htmega_socialshere.php:88
11131
- msgid "Skype"
11132
- msgstr ""
11133
-
11134
- #: includes/widgets/htmega_animated_heading.php:73
11135
- msgid "Slide"
11136
- msgstr ""
11137
-
11138
- #: includes/widgets/htmega_carousel.php:112
11139
- #: includes/widgets/htmega_instagram.php:199
11140
- #: includes/widgets/htmega_panel_slider.php:178
11141
- #: includes/widgets/htmega_post_slider.php:276
11142
- #: includes/widgets/htmega_twitter_feed.php:217
11143
- msgid "Slider"
11144
- msgstr ""
11145
-
11146
- #: includes/widgets/htmega_carousel.php:152
11147
- #: includes/widgets/htmega_instagram.php:347
11148
- #: includes/widgets/htmega_panel_slider.php:252
11149
- #: includes/widgets/htmega_post_slider.php:316
11150
- #: includes/widgets/htmega_slider_thumb_gallery.php:157
11151
- #: includes/widgets/htmega_twitter_feed.php:274
11152
- msgid "Slider Arrow"
11153
- msgstr ""
11154
-
11155
- #: includes/widgets/htmega_instagram.php:449
11156
- #: includes/widgets/htmega_panel_slider.php:354
11157
- #: includes/widgets/htmega_post_slider.php:434
11158
- #: includes/widgets/htmega_slider_thumb_gallery.php:248
11159
- #: includes/widgets/htmega_twitter_feed.php:376
11160
- msgid "Slider auto play"
11161
- msgstr ""
11162
-
11163
- #: includes/widgets/htmega_carousel.php:254
11164
- msgid "Slider autoplay"
11165
- msgstr ""
11166
-
11167
- #: includes/widgets/htmega_scroll_navigation.php:126
11168
- msgid "Slider Direction"
11169
- msgstr ""
11170
-
11171
- #: includes/widgets/htmega_carousel.php:197
11172
- #: includes/widgets/htmega_instagram.php:392
11173
- #: includes/widgets/htmega_panel_slider.php:297
11174
- #: includes/widgets/htmega_post_slider.php:361
11175
- #: includes/widgets/htmega_slider_thumb_gallery.php:198
11176
- #: includes/widgets/htmega_twitter_feed.php:319
11177
- msgid "Slider dots"
11178
- msgstr ""
11179
-
11180
- #: includes/widgets/htmega_post_slider.php:614
11181
- msgid "Slider Image Max Height"
11182
- msgstr ""
11183
-
11184
- #: includes/widgets/htmega_post_slider.php:600
11185
- msgid "Slider Image Style"
11186
- msgstr ""
11187
-
11188
- #: includes/widgets/htmega_carousel.php:293
11189
- #: includes/widgets/htmega_carousel.php:335
11190
- #: includes/widgets/htmega_carousel.php:390
11191
- #: includes/widgets/htmega_instagram.php:488
11192
- #: includes/widgets/htmega_instagram.php:530
11193
- #: includes/widgets/htmega_instagram.php:585
11194
- #: includes/widgets/htmega_panel_slider.php:393
11195
- #: includes/widgets/htmega_panel_slider.php:435
11196
- #: includes/widgets/htmega_panel_slider.php:490
11197
- #: includes/widgets/htmega_post_slider.php:473
11198
- #: includes/widgets/htmega_post_slider.php:515
11199
- #: includes/widgets/htmega_post_slider.php:570
11200
- #: includes/widgets/htmega_slider_thumb_gallery.php:281
11201
- #: includes/widgets/htmega_slider_thumb_gallery.php:317
11202
- #: includes/widgets/htmega_slider_thumb_gallery.php:364
11203
- #: includes/widgets/htmega_twitter_feed.php:415
11204
- #: includes/widgets/htmega_twitter_feed.php:457
11205
- #: includes/widgets/htmega_twitter_feed.php:512
11206
- msgid "Slider item to scroll"
11207
- msgstr ""
11208
-
11209
- #: includes/widgets/htmega_carousel.php:137
11210
- #: includes/widgets/htmega_carousel.php:320
11211
- #: includes/widgets/htmega_carousel.php:375
11212
- #: includes/widgets/htmega_instagram.php:332
11213
- #: includes/widgets/htmega_instagram.php:515
11214
- #: includes/widgets/htmega_instagram.php:570
11215
- #: includes/widgets/htmega_panel_slider.php:203
11216
- #: includes/widgets/htmega_panel_slider.php:420
11217
- #: includes/widgets/htmega_panel_slider.php:475
11218
- #: includes/widgets/htmega_post_slider.php:301
11219
- #: includes/widgets/htmega_post_slider.php:500
11220
- #: includes/widgets/htmega_post_slider.php:555
11221
- #: includes/widgets/htmega_slider_thumb_gallery.php:144
11222
- #: includes/widgets/htmega_slider_thumb_gallery.php:304
11223
- #: includes/widgets/htmega_slider_thumb_gallery.php:351
11224
- #: includes/widgets/htmega_twitter_feed.php:242
11225
- #: includes/widgets/htmega_twitter_feed.php:442
11226
- #: includes/widgets/htmega_twitter_feed.php:497
11227
- msgid "Slider Items"
11228
- msgstr ""
11229
-
11230
- #: includes/widgets/htmega_scroll_navigation.php:301
11231
- msgid "Slider Navigation"
11232
- msgstr ""
11233
-
11234
- #: includes/widgets/htmega_carousel.php:127
11235
- #: includes/widgets/htmega_instagram.php:322
11236
- #: includes/widgets/htmega_panel_slider.php:193
11237
- #: includes/widgets/htmega_post_slider.php:291
11238
- #: includes/widgets/htmega_slider_thumb_gallery.php:137
11239
- #: includes/widgets/htmega_twitter_feed.php:232
11240
- msgid "Slider Option"
11241
- msgstr ""
11242
-
11243
- #: includes/widgets/htmega_scroll_navigation.php:119
11244
- msgid "Slider Options"
11245
- msgstr ""
11246
-
11247
- #: includes/widgets/htmega_scroll_navigation.php:311
11248
- msgid "Slider Pagination"
11249
- msgstr ""
11250
-
11251
- #: includes/widgets/htmega_panel_slider.php:86
11252
- msgid "Slider Sub Title"
11253
- msgstr ""
11254
-
11255
- #: includes/widgets/htmega_slider_thumb_gallery.php:43
11256
- msgid "Slider Thumbnail"
11257
- msgstr ""
11258
-
11259
- #: includes/widgets/htmega_slider_thumb_gallery.php:14
11260
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:511
11261
- msgid "Slider Thumbnail Gallery"
11262
- msgstr ""
11263
-
11264
- #: includes/widgets/htmega_panel_slider.php:77
11265
- msgid "Slider Title"
11266
- msgstr ""
11267
-
11268
- #: includes/widgets/htmega_scroll_navigation.php:265
11269
- msgid "Slider Visible Item"
11270
- msgstr ""
11271
-
11272
- #: includes/widgets/htmega_easy_digital_download.php:202
11273
- #: includes/widgets/htmega_wc_categories.php:130
11274
- msgid "Slug"
11275
- msgstr ""
11276
-
11277
- #: includes/widgets/htmega_booked_calender.php:167
11278
- #: includes/widgets/htmega_button.php:93
11279
- #: includes/widgets/htmega_double_button.php:46
11280
- msgid "Small"
11281
- msgstr ""
11282
-
11283
- #: includes/widgets/htmega_socialshere.php:58
11284
- #: includes/widgets/htmega_teammember.php:205
11285
- #: includes/widgets/htmega_teammember.php:955
11286
- msgid "Social Media"
11287
- msgstr ""
11288
-
11289
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:737
11290
- msgid "Social Network Icons"
11291
- msgstr ""
11292
-
11293
- #: includes/widgets/htmega_socialshere.php:13
11294
- #: includes/widgets/htmega_socialshere.php:49
11295
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:520
11296
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1140
11297
- msgid "Social Share"
11298
- msgstr ""
11299
-
11300
- #: includes/helper-function.php:425
11301
- msgid "Something is wrong please check again!"
11302
- msgstr ""
11303
-
11304
- #: includes/helper-function.php:447
11305
- msgid "Sorry, that username already exists!"
11306
- msgstr ""
11307
-
11308
- #: includes/helper-function.php:451
11309
- msgid "Sorry, the username you entered is not valid"
11310
- msgstr ""
11311
-
11312
- #: admin/include/template-library.php:411
11313
- msgid "Sorry, you are not allowed to install themes on this site."
11314
- msgstr ""
11315
-
11316
- #: includes/widgets/htmega_data_table.php:73
11317
- msgid "Sorting Options"
11318
- msgstr ""
11319
-
11320
- #: includes/widgets/htmega_data_table.php:1135
11321
- msgid "Sorting Ordering After Color"
11322
- msgstr ""
11323
-
11324
- #: includes/widgets/htmega_data_table.php:1119
11325
- msgid "Sorting Ordering Before Color"
11326
- msgstr ""
11327
-
11328
- #: includes/widgets/htmega_data_table.php:1103
11329
- msgid "Sorting Ordering Color"
11330
- msgstr ""
11331
-
11332
- #: includes/widgets/htmega_data_table.php:860
11333
- msgid "Sorting Style"
11334
- msgstr ""
11335
-
11336
- #: includes/widgets/htmega_videoplayer.php:174
11337
- msgid "Sound Mute"
11338
- msgstr ""
11339
-
11340
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:873
11341
- msgid "Source Code"
11342
- msgstr ""
11343
-
11344
- #: includes/widgets/htmega_gallery_justify.php:75
11345
- msgid "Space"
11346
- msgstr ""
11347
-
11348
- #: includes/widgets/htmega_user_login_form.php:433
11349
- msgid "Space Around"
11350
- msgstr ""
11351
-
11352
- #: includes/widgets/htmega_user_login_form.php:432
11353
- msgid "Space Between"
11354
- msgstr ""
11355
-
11356
- #: includes/widgets/htmega_user_login_form.php:434
11357
- msgid "Space Evenly"
11358
- msgstr ""
11359
-
11360
- #: includes/widgets/htmega_popover.php:216
11361
- #: includes/widgets/htmega_tooltip.php:192
11362
- msgid "Space With Button"
11363
- msgstr ""
11364
-
11365
- #: includes/widgets/htmega_caldera_form.php:120
11366
- #: includes/widgets/htmega_caldera_form.php:164
11367
- msgid "Space(px)"
11368
- msgstr ""
11369
-
11370
- #: includes/helper-function.php:209
11371
- msgid "span"
11372
- msgstr ""
11373
-
11374
- #: includes/widgets/htmega_special_day_banner.php:14
11375
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:133
11376
- msgid "Special Day Offer"
11377
- msgstr ""
11378
-
11379
- #: includes/widgets/htmega_scroll_image.php:149
11380
- #: includes/widgets/htmega_scroll_navigation.php:256
11381
- msgid "Speed"
11382
- msgstr ""
11383
-
11384
- #: includes/widgets/htmega_accordion.php:1109
11385
- #: includes/widgets/htmega_counter.php:70
11386
- #: includes/widgets/htmega_user_login_form.php:429
11387
- msgid "Start"
11388
- msgstr ""
11389
-
11390
- #: includes/widgets/htmega_bbpress.php:65
11391
- msgid "Stats"
11392
- msgstr ""
11393
-
11394
- #: includes/widgets/htmega_progress_bar.php:75
11395
- msgid "Striped"
11396
- msgstr ""
11397
-
11398
- #: includes/widgets/htmega_progress_bar.php:87
11399
- msgid "Striped Animated"
11400
- msgstr ""
11401
-
11402
- #: includes/widgets/htmega_section_title.php:656
11403
- #: includes/widgets/htmega_section_title.php:1045
11404
- msgid "Stroke"
11405
- msgstr ""
11406
-
11407
- #: includes/widgets/htmega_section_title.php:666
11408
- #: includes/widgets/htmega_section_title.php:1055
11409
- msgid "Stroke Color"
11410
- msgstr ""
11411
-
11412
- #: includes/widgets/htmega_section_title.php:680
11413
- #: includes/widgets/htmega_section_title.php:1069
11414
- msgid "Stroke Fill Width"
11415
- msgstr ""
11416
-
11417
- #: includes/widgets/htmega_socialshere.php:77
11418
- msgid "Stumbleupon"
11419
- msgstr ""
11420
-
11421
- #: includes/widgets/htmega_accordion.php:51
11422
- #: includes/widgets/htmega_add_banner.php:41
11423
- #: includes/widgets/htmega_blockquote.php:172
11424
- #: includes/widgets/htmega_booked_calender.php:50
11425
- #: includes/widgets/htmega_brand.php:42 includes/widgets/htmega_brand.php:120
11426
- #: includes/widgets/htmega_call_to_action.php:39
11427
- #: includes/widgets/htmega_carousel.php:50
11428
- #: includes/widgets/htmega_contact_form_seven.php:51
11429
- #: includes/widgets/htmega_countdown.php:94
11430
- #: includes/widgets/htmega_counter.php:49
11431
- #: includes/widgets/htmega_dropcaps.php:42
11432
- #: includes/widgets/htmega_errorcontent.php:50
11433
- #: includes/widgets/htmega_errorcontent.php:238
11434
- #: includes/widgets/htmega_imagemarker.php:121
11435
- #: includes/widgets/htmega_image_grid.php:50
11436
- #: includes/widgets/htmega_image_magnifier.php:102
11437
- #: includes/widgets/htmega_image_masonry.php:59
11438
- #: includes/widgets/htmega_inlinemenu.php:53
11439
- #: includes/widgets/htmega_instagram.php:51
11440
- #: includes/widgets/htmega_instagram.php:616
11441
- #: includes/widgets/htmega_instragram_feed.php:121
11442
- #: includes/widgets/htmega_mailchimp_wp.php:50
11443
- #: includes/widgets/htmega_mailchimp_wp.php:81
11444
- #: includes/widgets/htmega_newsticker.php:56
11445
- #: includes/widgets/htmega_notify.php:270
11446
- #: includes/widgets/htmega_offcanvas.php:308
11447
- #: includes/widgets/htmega_panel_slider.php:60
11448
- #: includes/widgets/htmega_popover.php:253
11449
- #: includes/widgets/htmega_post_slider.php:1422
11450
- #: includes/widgets/htmega_pricing_list_view.php:307
11451
- #: includes/widgets/htmega_pricing_list_view.php:681
11452
- #: includes/widgets/htmega_progress_bar.php:57
11453
- #: includes/widgets/htmega_progress_bar.php:71
11454
- #: includes/widgets/htmega_search.php:42 includes/widgets/htmega_service.php:42
11455
- #: includes/widgets/htmega_singlepost.php:42
11456
- #: includes/widgets/htmega_socialshere.php:399
11457
- #: includes/widgets/htmega_switcher.php:41
11458
- #: includes/widgets/htmega_switcher.php:238 includes/widgets/htmega_tabs.php:41
11459
- #: includes/widgets/htmega_tabs.php:128
11460
- #: includes/widgets/htmega_teammember.php:50
11461
- #: includes/widgets/htmega_testimonial_grid.php:41
11462
- #: includes/widgets/htmega_twitter_feed.php:55
11463
- #: includes/widgets/htmega_user_login_form.php:50
11464
- #: includes/widgets/htmega_user_login_form.php:549
11465
- #: includes/widgets/htmega_weather.php:65
11466
- #: includes/widgets/htmega_working_process.php:42
11467
- #: extensions/ht-builder/widgets/bl_site_logo.php:99
11468
- msgid "Style"
11469
- msgstr ""
11470
-
11471
- #: includes/widgets/htmega_inlinemenu.php:64
11472
- #: includes/widgets/htmega_teammember.php:61
11473
- msgid "Style Eight"
11474
- msgstr ""
11475
-
11476
- #: includes/widgets/htmega_accordion.php:59
11477
- #: includes/widgets/htmega_add_banner.php:49
11478
- #: includes/widgets/htmega_animated_heading.php:57
11479
- #: includes/widgets/htmega_brand.php:50
11480
- #: includes/widgets/htmega_call_to_action.php:47
11481
- #: includes/widgets/htmega_carousel.php:58
11482
- #: includes/widgets/htmega_contact_form_seven.php:59
11483
- #: includes/widgets/htmega_counter.php:57
11484
- #: includes/widgets/htmega_dropcaps.php:50
11485
- #: includes/widgets/htmega_imagemarker.php:129
11486
- #: includes/widgets/htmega_image_grid.php:58
11487
- #: includes/widgets/htmega_image_masonry.php:67
11488
- #: includes/widgets/htmega_inlinemenu.php:61
11489
- #: includes/widgets/htmega_mailchimp_wp.php:58
11490
- #: includes/widgets/htmega_newsticker.php:64
11491
- #: includes/widgets/htmega_search.php:50
11492
- #: includes/widgets/htmega_section_title.php:49
11493
- #: includes/widgets/htmega_service.php:50 includes/widgets/htmega_tabs.php:49
11494
- #: includes/widgets/htmega_teammember.php:58
11495
- #: includes/widgets/htmega_testimonial_grid.php:49
11496
- #: includes/widgets/htmega_twitter_feed.php:63
11497
- #: includes/widgets/htmega_user_login_form.php:58
11498
- #: includes/widgets/htmega_working_process.php:50
11499
- msgid "Style Five"
11500
- msgstr ""
11501
-
11502
- #: includes/widgets/htmega_accordion.php:58
11503
- #: includes/widgets/htmega_add_banner.php:48
11504
- #: includes/widgets/htmega_animated_heading.php:56
11505
- #: includes/widgets/htmega_brand.php:49 includes/widgets/htmega_button.php:53
11506
- #: includes/widgets/htmega_call_to_action.php:46
11507
- #: includes/widgets/htmega_carousel.php:57
11508
- #: includes/widgets/htmega_contact_form_seven.php:58
11509
- #: includes/widgets/htmega_counter.php:56
11510
- #: includes/widgets/htmega_dropcaps.php:49
11511
- #: includes/widgets/htmega_errorcontent.php:57
11512
- #: includes/widgets/htmega_imagemarker.php:128
11513
- #: includes/widgets/htmega_image_grid.php:57
11514
- #: includes/widgets/htmega_image_masonry.php:66
11515
- #: includes/widgets/htmega_inlinemenu.php:60
11516
- #: includes/widgets/htmega_instagram.php:58
11517
- #: includes/widgets/htmega_mailchimp_wp.php:57
11518
- #: includes/widgets/htmega_newsticker.php:63
11519
- #: includes/widgets/htmega_panel_slider.php:67
11520
- #: includes/widgets/htmega_search.php:49
11521
- #: includes/widgets/htmega_section_title.php:48
11522
- #: includes/widgets/htmega_service.php:49
11523
- #: includes/widgets/htmega_singlepost.php:49
11524
- #: includes/widgets/htmega_tabs.php:48
11525
- #: includes/widgets/htmega_teammember.php:57
11526
- #: includes/widgets/htmega_testimonial_grid.php:48
11527
- #: includes/widgets/htmega_twitter_feed.php:62
11528
- #: includes/widgets/htmega_user_login_form.php:57
11529
- #: includes/widgets/htmega_weather.php:72
11530
- #: includes/widgets/htmega_working_process.php:49
11531
- msgid "Style Four"
11532
- msgstr ""
11533
-
11534
- #: includes/widgets/htmega_countdown.php:101
11535
- msgid "Style Four (Flip)"
11536
- msgstr ""
11537
-
11538
- #: includes/widgets/htmega_inlinemenu.php:65
11539
- msgid "Style Nine"
11540
- msgstr ""
11541
-
11542
- #: includes/widgets/htmega_accordion.php:55
11543
- #: includes/widgets/htmega_add_banner.php:45
11544
- #: includes/widgets/htmega_animated_heading.php:53
11545
- #: includes/widgets/htmega_brand.php:46 includes/widgets/htmega_button.php:50
11546
- #: includes/widgets/htmega_call_to_action.php:43
11547
- #: includes/widgets/htmega_carousel.php:54
11548
- #: includes/widgets/htmega_carousel.php:433
11549
- #: includes/widgets/htmega_contact_form_seven.php:55
11550
- #: includes/widgets/htmega_counter.php:53
11551
- #: includes/widgets/htmega_dropcaps.php:46
11552
- #: includes/widgets/htmega_errorcontent.php:54
11553
- #: includes/widgets/htmega_imagemarker.php:125
11554
- #: includes/widgets/htmega_image_grid.php:54
11555
- #: includes/widgets/htmega_image_masonry.php:63
11556
- #: includes/widgets/htmega_inlinemenu.php:57
11557
- #: includes/widgets/htmega_instagram.php:55
11558
- #: includes/widgets/htmega_mailchimp_wp.php:54
11559
- #: includes/widgets/htmega_newsticker.php:60
11560
- #: includes/widgets/htmega_panel_slider.php:64
11561
- #: includes/widgets/htmega_post_slider.php:1426
11562
- #: includes/widgets/htmega_search.php:46
11563
- #: includes/widgets/htmega_section_title.php:45
11564
- #: includes/widgets/htmega_service.php:46
11565
- #: includes/widgets/htmega_singlepost.php:46
11566
- #: includes/widgets/htmega_tabs.php:45
11567
- #: includes/widgets/htmega_teammember.php:54
11568
- #: includes/widgets/htmega_teammember.php:72
11569
- #: includes/widgets/htmega_teammember.php:87
11570
- #: includes/widgets/htmega_testimonial_grid.php:45
11571
- #: includes/widgets/htmega_twitter_feed.php:59
11572
- #: includes/widgets/htmega_user_login_form.php:54
11573
- #: includes/widgets/htmega_weather.php:69
11574
- #: includes/widgets/htmega_working_process.php:46
11575
- msgid "Style One"
11576
- msgstr ""
11577
-
11578
- #: includes/widgets/htmega_countdown.php:98
11579
- msgid "Style one"
11580
- msgstr ""
11581
-
11582
- #: includes/widgets/htmega_animated_heading.php:59
11583
- #: includes/widgets/htmega_brand.php:52
11584
- #: includes/widgets/htmega_call_to_action.php:49
11585
- #: includes/widgets/htmega_carousel.php:60
11586
- #: includes/widgets/htmega_inlinemenu.php:63
11587
- #: includes/widgets/htmega_newsticker.php:66
11588
- #: includes/widgets/htmega_service.php:52
11589
- #: includes/widgets/htmega_teammember.php:60
11590
- #: includes/widgets/htmega_user_login_form.php:60
11591
- msgid "Style Seven"
11592
- msgstr ""
11593
-
11594
- #: includes/widgets/htmega_add_banner.php:50
11595
- #: includes/widgets/htmega_animated_heading.php:58
11596
- #: includes/widgets/htmega_brand.php:51
11597
- #: includes/widgets/htmega_call_to_action.php:48
11598
- #: includes/widgets/htmega_carousel.php:59
11599
- #: includes/widgets/htmega_contact_form_seven.php:60
11600
- #: includes/widgets/htmega_counter.php:58
11601
- #: includes/widgets/htmega_imagemarker.php:130
11602
- #: includes/widgets/htmega_inlinemenu.php:62
11603
- #: includes/widgets/htmega_newsticker.php:65
11604
- #: includes/widgets/htmega_service.php:51
11605
- #: includes/widgets/htmega_teammember.php:59
11606
- #: includes/widgets/htmega_user_login_form.php:59
11607
- msgid "Style Six"
11608
- msgstr ""
11609
-
11610
- #: includes/widgets/htmega_inlinemenu.php:66
11611
- msgid "Style Ten"
11612
- msgstr ""
11613
-
11614
- #: includes/widgets/htmega_accordion.php:57
11615
- #: includes/widgets/htmega_add_banner.php:47
11616
- #: includes/widgets/htmega_animated_heading.php:55
11617
- #: includes/widgets/htmega_brand.php:48 includes/widgets/htmega_button.php:52
11618
- #: includes/widgets/htmega_call_to_action.php:45
11619
- #: includes/widgets/htmega_carousel.php:56
11620
- #: includes/widgets/htmega_contact_form_seven.php:57
11621
- #: includes/widgets/htmega_countdown.php:100
11622
- #: includes/widgets/htmega_counter.php:55
11623
- #: includes/widgets/htmega_dropcaps.php:48
11624
- #: includes/widgets/htmega_errorcontent.php:56
11625
- #: includes/widgets/htmega_imagemarker.php:127
11626
- #: includes/widgets/htmega_image_grid.php:56
11627
- #: includes/widgets/htmega_image_masonry.php:65
11628
- #: includes/widgets/htmega_inlinemenu.php:59
11629
- #: includes/widgets/htmega_instagram.php:57
11630
- #: includes/widgets/htmega_mailchimp_wp.php:56
11631
- #: includes/widgets/htmega_newsticker.php:62
11632
- #: includes/widgets/htmega_panel_slider.php:66
11633
- #: includes/widgets/htmega_search.php:48
11634
- #: includes/widgets/htmega_section_title.php:47
11635
- #: includes/widgets/htmega_service.php:48
11636
- #: includes/widgets/htmega_singlepost.php:48
11637
- #: includes/widgets/htmega_tabs.php:47
11638
- #: includes/widgets/htmega_teammember.php:56
11639
- #: includes/widgets/htmega_teammember.php:89
11640
- #: includes/widgets/htmega_testimonial_grid.php:47
11641
- #: includes/widgets/htmega_twitter_feed.php:61
11642
- #: includes/widgets/htmega_user_login_form.php:56
11643
- #: includes/widgets/htmega_weather.php:71
11644
- #: includes/widgets/htmega_working_process.php:48
11645
- msgid "Style Three"
11646
- msgstr ""
11647
-
11648
- #: includes/widgets/htmega_accordion.php:56
11649
- #: includes/widgets/htmega_add_banner.php:46
11650
- #: includes/widgets/htmega_animated_heading.php:54
11651
- #: includes/widgets/htmega_brand.php:47 includes/widgets/htmega_button.php:51
11652
- #: includes/widgets/htmega_call_to_action.php:44
11653
- #: includes/widgets/htmega_carousel.php:55
11654
- #: includes/widgets/htmega_carousel.php:434
11655
- #: includes/widgets/htmega_contact_form_seven.php:56
11656
- #: includes/widgets/htmega_countdown.php:99
11657
- #: includes/widgets/htmega_counter.php:54
11658
- #: includes/widgets/htmega_dropcaps.php:47
11659
- #: includes/widgets/htmega_errorcontent.php:55
11660
- #: includes/widgets/htmega_imagemarker.php:126
11661
- #: includes/widgets/htmega_image_grid.php:55
11662
- #: includes/widgets/htmega_image_masonry.php:64
11663
- #: includes/widgets/htmega_inlinemenu.php:58
11664
- #: includes/widgets/htmega_instagram.php:56
11665
- #: includes/widgets/htmega_mailchimp_wp.php:55
11666
- #: includes/widgets/htmega_newsticker.php:61
11667
- #: includes/widgets/htmega_panel_slider.php:65
11668
- #: includes/widgets/htmega_post_slider.php:1427
11669
- #: includes/widgets/htmega_search.php:47
11670
- #: includes/widgets/htmega_section_title.php:46
11671
- #: includes/widgets/htmega_service.php:47
11672
- #: includes/widgets/htmega_singlepost.php:47
11673
- #: includes/widgets/htmega_tabs.php:46
11674
- #: includes/widgets/htmega_teammember.php:55
11675
- #: includes/widgets/htmega_teammember.php:73
11676
- #: includes/widgets/htmega_teammember.php:88
11677
- #: includes/widgets/htmega_testimonial_grid.php:46
11678
- #: includes/widgets/htmega_twitter_feed.php:60
11679
- #: includes/widgets/htmega_user_login_form.php:55
11680
- #: includes/widgets/htmega_weather.php:70
11681
- #: includes/widgets/htmega_working_process.php:47
11682
- msgid "Style Two"
11683
- msgstr ""
11684
-
11685
- #: includes/widgets/htmega_quforms.php:199
11686
- msgid "Sub Label"
11687
- msgstr ""
11688
-
11689
- #: extensions/ht-builder/widgets/bl_nav_menu.php:336
11690
- #: extensions/ht-menu/widgets/inline-mega-menu.php:195
11691
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:196
11692
- msgid "Sub Menu"
11693
- msgstr ""
11694
-
11695
- #: extensions/ht-menu/admin/setting.php:86
11696
- msgid "Sub Menu Background Color"
11697
- msgstr ""
11698
-
11699
- #: extensions/ht-menu/admin/setting.php:93
11700
- msgid "Sub Menu Items Color"
11701
- msgstr ""
11702
-
11703
- #: extensions/ht-menu/admin/setting.php:100
11704
- msgid "Sub Menu Items Hover Color"
11705
- msgstr ""
11706
-
11707
- #: extensions/ht-menu/admin/setting.php:75
11708
- #: extensions/ht-menu/widgets/inline-mega-menu.php:203
11709
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:204
11710
- msgid "Sub Menu Width"
11711
- msgstr ""
11712
-
11713
- #: includes/widgets/htmega_add_banner.php:101
11714
- #: includes/widgets/htmega_add_banner.php:489
11715
- #: includes/widgets/htmega_call_to_action.php:57
11716
- #: includes/widgets/htmega_call_to_action.php:500
11717
- #: includes/widgets/htmega_errorcontent.php:100
11718
- #: includes/widgets/htmega_errorcontent.php:384
11719
- #: includes/widgets/htmega_panel_slider.php:737
11720
- #: includes/widgets/htmega_section_title.php:69
11721
- #: includes/widgets/htmega_slider_thumb_gallery.php:74
11722
- #: includes/widgets/htmega_special_day_banner.php:87
11723
- #: includes/widgets/htmega_special_day_banner.php:394
11724
- msgid "Sub Title"
11725
- msgstr ""
11726
-
11727
- #: includes/widgets/htmega_section_title.php:222
11728
- msgid "Sub Title Setting"
11729
- msgstr ""
11730
-
11731
- #: includes/widgets/htmega_slider_thumb_gallery.php:730
11732
- msgid "Sub Title Style"
11733
- msgstr ""
11734
-
11735
- #: includes/widgets/htmega_section_title.php:768
11736
- msgid "Sub Title style"
11737
- msgstr ""
11738
-
11739
- #: includes/widgets/htmega_call_to_action.php:69
11740
- msgid "Sub Title Tag"
11741
- msgstr ""
11742
-
11743
- #: extensions/ht-menu/menu/templates.php:68
11744
- msgid "SubMenu Position"
11745
- msgstr ""
11746
-
11747
- #: includes/widgets/htmega_caldera_form.php:436
11748
- #: includes/widgets/htmega_search.php:420
11749
- #: includes/widgets/htmega_user_login_form.php:1085
11750
- #: extensions/ht-builder/widgets/bl_post_comments.php:80
11751
- msgid "Submit Button"
11752
- msgstr ""
11753
-
11754
- #: includes/widgets/htmega_notify.php:134
11755
- msgid "Success"
11756
- msgstr ""
11757
-
11758
- #: includes/widgets/htmega_ninja_form.php:1157
11759
- msgid "Success Style"
11760
- msgstr ""
11761
-
11762
- #: extensions/ht-menu/classes/class.mega-menu.php:156
11763
- msgid "Successfully data saved"
11764
- msgstr ""
11765
-
11766
- #: includes/helper-function.php:427
11767
- msgid "Successfully Register"
11768
- msgstr ""
11769
-
11770
- #: extensions/ht-builder/admin/setting.php:220
11771
- #: extensions/ht-menu/admin/setting.php:147
11772
- #: extensions/wc-sales-notification/admin/setting.php:280
11773
- msgid "Successfully Settings Saved."
11774
- msgstr ""
11775
-
11776
- #: includes/widgets/htmega_counter.php:1016
11777
- msgid "Suffix"
11778
- msgstr ""
11779
-
11780
- #: includes/widgets/htmega_business_hours.php:168
11781
- msgid "Sunday"
11782
- msgstr ""
11783
-
11784
- #: includes/widgets/htmega_socialshere.php:79
11785
- msgid "Surfingbird"
11786
- msgstr ""
11787
-
11788
- #: includes/widgets/htmega_offcanvas.php:248
11789
- msgid "SVG Icon Size"
11790
- msgstr ""
11791
-
11792
- #: includes/widgets/htmega_switcher.php:64
11793
- msgid "Switch One"
11794
- msgstr ""
11795
-
11796
- #: includes/widgets/htmega_switcher.php:155
11797
- msgid "Switch Two"
11798
- msgstr ""
11799
-
11800
- #: includes/widgets/htmega_switcher.php:13
11801
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:529
11802
- msgid "Switcher"
11803
- msgstr ""
11804
-
11805
- #: includes/widgets/htmega_switcher.php:275
11806
- msgid "Switcher Button"
11807
- msgstr ""
11808
-
11809
- #: includes/widgets/htmega_switcher.php:136
11810
- msgid "Switcher Content One"
11811
- msgstr ""
11812
-
11813
- #: includes/widgets/htmega_switcher.php:228
11814
- msgid "Switcher Content Two"
11815
- msgstr ""
11816
-
11817
- #: includes/widgets/htmega_switcher.php:34
11818
- msgid "Switcher Layout"
11819
- msgstr ""
11820
-
11821
- #: includes/widgets/htmega_switcher.php:56
11822
- msgid "Switcher One"
11823
- msgstr ""
11824
-
11825
- #: includes/widgets/htmega_switcher.php:65
11826
- #: includes/widgets/htmega_switcher.php:156
11827
- msgid "Switcher Title"
11828
- msgstr ""
11829
-
11830
- #: includes/widgets/htmega_switcher.php:75
11831
- #: includes/widgets/htmega_switcher.php:166
11832
- msgid "Switcher Title Icon"
11833
- msgstr ""
11834
-
11835
- #: includes/widgets/htmega_switcher.php:147
11836
- msgid "Switcher Two"
11837
- msgstr ""
11838
-
11839
- #: includes/widgets/htmega_tabs.php:71
11840
- msgid "Tab #1"
11841
- msgstr ""
11842
-
11843
- #: includes/widgets/htmega_tabs.php:248
11844
- msgid "Tab Area Style"
11845
- msgstr ""
11846
-
11847
- #: includes/widgets/htmega_tabs.php:281
11848
- msgid "Tab Content Width (%)"
11849
- msgstr ""
11850
-
11851
- #: includes/widgets/htmega_tabs.php:669
11852
- msgid "Tab Icon Box Style"
11853
- msgstr ""
11854
-
11855
- #: includes/widgets/htmega_tabs.php:491
11856
- msgid "Tab Manu Style"
11857
- msgstr ""
11858
-
11859
- #: includes/widgets/htmega_tabs.php:240
11860
- msgid "Tab Menu"
11861
- msgstr ""
11862
-
11863
- #: includes/widgets/htmega_tabs.php:256
11864
- msgid "Tab Menu Width (%)"
11865
- msgstr ""
11866
-
11867
- #: admin/include/templates/library/templates.php:34
11868
- #: admin/include/templates/library/templates.php:35
11869
- msgid "Tab view"
11870
- msgstr ""
11871
-
11872
- #: includes/widgets/htmega_data_table.php:562
11873
- #: includes/widgets/htmega_pricing_list_view.php:1217
11874
- #: includes/widgets/htmega_tablepress.php:123
11875
- msgid "Table"
11876
- msgstr ""
11877
-
11878
- #: includes/widgets/htmega_data_table.php:741
11879
- #: includes/widgets/htmega_pricing_list_view.php:1366
11880
- #: includes/widgets/htmega_wc_element_pages.php:121
11881
- msgid "Table Body"
11882
- msgstr ""
11883
-
11884
- #: includes/widgets/htmega_pricing_list_view.php:1422
11885
- msgid "Table Body Padding"
11886
- msgstr ""
11887
-
11888
- #: includes/widgets/htmega_wc_element_pages.php:1193
11889
- msgid "Table Body Row"
11890
- msgstr ""
11891
-
11892
- #: includes/widgets/htmega_pricing_list_view.php:692
11893
- msgid "Table Body Typography"
11894
- msgstr ""
11895
-
11896
- #: includes/widgets/htmega_data_table.php:794
11897
- msgid "Table Cell Padding"
11898
- msgstr ""
11899
-
11900
- #: includes/widgets/htmega_data_table.php:300
11901
- #: includes/widgets/htmega_pricing_list_view.php:532
11902
- msgid "Table Content"
11903
- msgstr ""
11904
-
11905
- #: includes/widgets/htmega_wc_element_pages.php:1268
11906
- msgid "Table Footer"
11907
- msgstr ""
11908
-
11909
- #: includes/widgets/htmega_wc_element_pages.php:1161
11910
- msgid "Table Head"
11911
- msgstr ""
11912
-
11913
- #: includes/widgets/htmega_data_table.php:205
11914
- #: includes/widgets/htmega_data_table.php:636
11915
- #: includes/widgets/htmega_pricing_list_view.php:180
11916
- #: includes/widgets/htmega_pricing_list_view.php:1287
11917
- msgid "Table Header"
11918
- msgstr ""
11919
-
11920
- #: includes/widgets/htmega_data_table.php:675
11921
- #: includes/widgets/htmega_pricing_list_view.php:1331
11922
- msgid "Table Header Padding"
11923
- msgstr ""
11924
-
11925
- #: includes/widgets/htmega_wc_element_pages.php:87
11926
- msgid "Table Heading"
11927
- msgstr ""
11928
-
11929
- #: includes/widgets/htmega_data_table.php:37
11930
- msgid "Table Layout"
11931
- msgstr ""
11932
-
11933
- #: includes/widgets/htmega_tablepress.php:13
11934
- #: includes/widgets/htmega_tablepress.php:48
11935
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1398
11936
- msgid "TablePress"
11937
- msgstr ""
11938
-
11939
- #: includes/widgets/htmega_carousel.php:308
11940
- #: includes/widgets/htmega_instagram.php:503
11941
- #: includes/widgets/htmega_panel_slider.php:408
11942
- #: includes/widgets/htmega_post_slider.php:488
11943
- #: includes/widgets/htmega_slider_thumb_gallery.php:294
11944
- #: includes/widgets/htmega_testimonial_grid.php:85
11945
- #: includes/widgets/htmega_twitter_feed.php:430
11946
- msgid "Tablet"
11947
- msgstr ""
11948
-
11949
- #: includes/widgets/htmega_scroll_navigation.php:151
11950
- msgid "Tablet Device"
11951
- msgstr ""
11952
-
11953
- #: includes/widgets/htmega_carousel.php:350
11954
- #: includes/widgets/htmega_instagram.php:545
11955
- #: includes/widgets/htmega_panel_slider.php:450
11956
- #: includes/widgets/htmega_post_slider.php:530
11957
- #: includes/widgets/htmega_slider_thumb_gallery.php:330
11958
- #: includes/widgets/htmega_twitter_feed.php:472
11959
- msgid "Tablet Resolution"
11960
- msgstr ""
11961
-
11962
- #: includes/widgets/htmega_tabs.php:13 includes/widgets/htmega_tabs.php:34
11963
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:538
11964
- msgid "Tabs"
11965
- msgstr ""
11966
-
11967
- #: includes/widgets/htmega_counter.php:164
11968
- msgid "Target Number"
11969
- msgstr ""
11970
-
11971
- #: includes/widgets/htmega_panel_slider.php:79
11972
- #: includes/widgets/htmega_panel_slider.php:133
11973
- #: includes/widgets/htmega_panel_slider.php:137
11974
- #: includes/widgets/htmega_panel_slider.php:141
11975
- #: includes/widgets/htmega_panel_slider.php:145
11976
- msgid "Tattoo Boy From New York"
11977
- msgstr ""
11978
-
11979
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:162
11980
- msgid "Taxonomy"
11981
- msgstr ""
11982
-
11983
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:746
11984
- msgid "Taxonomy Terms"
11985
- msgstr ""
11986
-
11987
- #: includes/widgets/htmega_teammember.php:322
11988
- msgid "Team Box Style"
11989
- msgstr ""
11990
-
11991
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:791
11992
- msgid "Team Carousel"
11993
- msgstr ""
11994
-
11995
- #: includes/widgets/htmega_teammember.php:14
11996
- #: includes/widgets/htmega_teammember.php:43
11997
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:556
11998
- msgid "Team Member"
11999
- msgstr ""
12000
-
12001
- #: includes/widgets/htmega_socialshere.php:89
12002
- msgid "Telegram"
12003
- msgstr ""
12004
-
12005
- #: includes/widgets/htmega_template_selector.php:42
12006
- msgid "Template"
12007
- msgstr ""
12008
-
12009
- #: admin/include/class.library-source.php:129
12010
- msgid "Template does not have any content"
12011
- msgstr ""
12012
-
12013
- #: admin/include/class.htmega-elementor-template-library.php:105
12014
- msgid "Template id missing"
12015
- msgstr ""
12016
-
12017
- #: includes/widgets/htmega_template_selector.php:13
12018
- msgid "Template Selector"
12019
- msgstr ""
12020
-
12021
- #: admin/include/templates_list.php:33
12022
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1205
12023
- msgid "Templates"
12024
- msgstr ""
12025
-
12026
- #: admin/include/template-library.php:73 admin/include/template-library.php:74
12027
- msgid "Templates Library"
12028
- msgstr ""
12029
-
12030
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:75
12031
- msgid "Terms"
12032
- msgstr ""
12033
-
12034
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:565
12035
- msgid "Testimonial"
12036
- msgstr ""
12037
-
12038
- #: includes/widgets/htmega_testimonial_grid.php:14
12039
- #: includes/widgets/htmega_testimonial_grid.php:35
12040
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:574
12041
- msgid "Testimonial Grid"
12042
- msgstr ""
12043
-
12044
- #: includes/widgets/htmega_button.php:62
12045
- #: includes/widgets/htmega_countdown.php:271
12046
- #: includes/widgets/htmega_data_table.php:326
12047
- #: includes/widgets/htmega_double_button.php:99
12048
- #: includes/widgets/htmega_double_button.php:186
12049
- #: includes/widgets/htmega_download_monitor.php:117
12050
- #: includes/widgets/htmega_modal.php:110 includes/widgets/htmega_popover.php:57
12051
- #: includes/widgets/htmega_pricing_list_view.php:578
12052
- #: includes/widgets/htmega_search.php:72 includes/widgets/htmega_tooltip.php:57
12053
- #: includes/widgets/htmega_tooltip.php:72
12054
- #: extensions/ht-builder/widgets/bl_post_search_form.php:58
12055
- msgid "Text"
12056
- msgstr ""
12057
-
12058
- #: includes/widgets/htmega_data_table.php:1001
12059
- msgid "Text Active Color"
12060
- msgstr ""
12061
-
12062
- #: includes/widgets/htmega_booked_calender.php:437
12063
- #: includes/widgets/htmega_booked_calender.php:541
12064
- #: includes/widgets/htmega_booked_calender.php:581
12065
- #: includes/widgets/htmega_booked_calender.php:664
12066
- #: includes/widgets/htmega_booked_calender.php:727
12067
- #: includes/widgets/htmega_booked_calender.php:825
12068
- #: includes/widgets/htmega_button.php:207
12069
- #: includes/widgets/htmega_button.php:340
12070
- #: includes/widgets/htmega_button.php:533
12071
- #: includes/widgets/htmega_button.php:617
12072
- #: includes/widgets/htmega_caldera_form.php:201
12073
- #: includes/widgets/htmega_caldera_form.php:375
12074
- #: includes/widgets/htmega_caldera_form.php:454
12075
- #: includes/widgets/htmega_caldera_form.php:563
12076
- #: includes/widgets/htmega_call_to_action.php:706
12077
- #: includes/widgets/htmega_call_to_action.php:912
12078
- #: includes/widgets/htmega_contact_form_seven.php:246
12079
- #: includes/widgets/htmega_contact_form_seven.php:390
12080
- #: includes/widgets/htmega_contact_form_seven.php:512
12081
- #: includes/widgets/htmega_contact_form_seven.php:610
12082
- #: includes/widgets/htmega_contact_form_seven.php:673
12083
- #: includes/widgets/htmega_contact_form_seven.php:835
12084
- #: includes/widgets/htmega_contact_form_seven.php:923
12085
- #: includes/widgets/htmega_data_table.php:644
12086
- #: includes/widgets/htmega_data_table.php:773
12087
- #: includes/widgets/htmega_data_table.php:883
12088
- #: includes/widgets/htmega_data_table.php:934
12089
- #: includes/widgets/htmega_data_table.php:986
12090
- #: includes/widgets/htmega_data_table.php:1065
12091
- #: includes/widgets/htmega_mailchimp_wp.php:208
12092
- #: includes/widgets/htmega_mailchimp_wp.php:372
12093
- #: includes/widgets/htmega_mailchimp_wp.php:460
12094
- #: includes/widgets/htmega_offcanvas.php:316
12095
- #: includes/widgets/htmega_pricing_list_view.php:722
12096
- #: includes/widgets/htmega_pricing_list_view.php:1310
12097
- #: includes/widgets/htmega_pricing_list_view.php:1401
12098
- #: includes/widgets/htmega_pricing_list_view.php:1519
12099
- #: includes/widgets/htmega_pricing_list_view.php:1562
12100
- #: includes/widgets/htmega_pricing_list_view.php:1639
12101
- #: includes/widgets/htmega_pricing_list_view.php:1720
12102
- #: includes/widgets/htmega_quforms.php:977
12103
- #: includes/widgets/htmega_search.php:229
12104
- #: includes/widgets/htmega_tablepress.php:282
12105
- #: includes/widgets/htmega_tablepress.php:326
12106
- #: includes/widgets/htmega_user_login_form.php:813
12107
- #: includes/widgets/htmega_user_login_form.php:1008
12108
- #: includes/widgets/htmega_wc_element_pages.php:97
12109
- #: includes/widgets/htmega_wc_element_pages.php:132
12110
- #: includes/widgets/htmega_wc_element_pages.php:212
12111
- #: includes/widgets/htmega_wc_element_pages.php:298
12112
- #: includes/widgets/htmega_wc_element_pages.php:392
12113
- #: includes/widgets/htmega_wc_element_pages.php:478
12114
- #: includes/widgets/htmega_wc_element_pages.php:555
12115
- #: includes/widgets/htmega_wc_element_pages.php:712
12116
- #: includes/widgets/htmega_wc_element_pages.php:899
12117
- #: includes/widgets/htmega_wc_element_pages.php:952
12118
- #: includes/widgets/htmega_wc_element_pages.php:1029
12119
- #: includes/widgets/htmega_wc_element_pages.php:1170
12120
- #: includes/widgets/htmega_wc_element_pages.php:1211
12121
- #: includes/widgets/htmega_wc_element_pages.php:1242
12122
- #: includes/widgets/htmega_wc_element_pages.php:1277
12123
- #: includes/widgets/htmega_wc_element_pages.php:1356
12124
- #: includes/widgets/htmega_wc_element_pages.php:1530
12125
- #: includes/widgets/htmega_wc_element_pages.php:1619
12126
- #: includes/widgets/htmega_weather.php:232
12127
- #: extensions/ht-menu/widgets/inline-mega-menu.php:292
12128
- #: extensions/ht-menu/widgets/inline-mega-menu.php:431
12129
- #: extensions/ht-menu/widgets/inline-mega-menu.php:503
12130
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:389
12131
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:449
12132
- msgid "Text Color"
12133
- msgstr ""
12134
-
12135
- #: includes/widgets/htmega_pricing_list_view.php:894
12136
- msgid "Text Hover Color"
12137
- msgstr ""
12138
-
12139
- #: includes/widgets/htmega_countdown.php:771
12140
- #: includes/widgets/htmega_countdown.php:944
12141
- #: includes/widgets/htmega_inlinemenu.php:233
12142
- #: includes/widgets/htmega_section_title.php:963
12143
- #: extensions/ht-builder/widgets/bl_nav_menu.php:215
12144
- msgid "Text Shadow"
12145
- msgstr ""
12146
-
12147
- #: includes/widgets/htmega_contact_form_seven.php:455
12148
- #: includes/widgets/htmega_ninja_form.php:694
12149
- #: includes/widgets/htmega_quforms.php:530
12150
- #: includes/widgets/htmega_wpforms.php:698
12151
- msgid "Textarea"
12152
- msgstr ""
12153
-
12154
- #: includes/widgets/htmega_caldera_form.php:258
12155
- #: includes/widgets/htmega_gravity_forms.php:466
12156
- #: includes/widgets/htmega_wc_element_pages.php:754
12157
- msgid "Textarea Height"
12158
- msgstr ""
12159
-
12160
- #: includes/widgets/htmega_pricing_list_view.php:226
12161
- msgid "TH Width (Table Header Column Width %)"
12162
- msgstr ""
12163
-
12164
- #: admin/include/class.diagnostic-data.php:484
12165
- #, php-format
12166
- msgid "Thank you very much for supporting %2$s%1$s%3$s."
12167
- msgstr ""
12168
-
12169
- #. Description of the plugin
12170
- msgid ""
12171
- "The HTMega is a elementor addons package for Elementor page builder plugin "
12172
- "for WordPress."
12173
- msgstr ""
12174
-
12175
- #: includes/widgets/htmega_scroll_navigation.php:203
12176
- msgid "The resolution to mobile device."
12177
- msgstr ""
12178
-
12179
- #: includes/widgets/htmega_carousel.php:406
12180
- #: includes/widgets/htmega_instagram.php:601
12181
- #: includes/widgets/htmega_panel_slider.php:506
12182
- #: includes/widgets/htmega_post_slider.php:586
12183
- #: includes/widgets/htmega_slider_thumb_gallery.php:378
12184
- #: includes/widgets/htmega_slider_thumb_gallery.php:657
12185
- #: includes/widgets/htmega_twitter_feed.php:528
12186
- msgid "The resolution to mobile."
12187
- msgstr ""
12188
-
12189
- #: includes/widgets/htmega_scroll_navigation.php:173
12190
- msgid "The resolution to tablet device."
12191
- msgstr ""
12192
-
12193
- #: includes/widgets/htmega_carousel.php:351
12194
- #: includes/widgets/htmega_instagram.php:546
12195
- #: includes/widgets/htmega_panel_slider.php:451
12196
- #: includes/widgets/htmega_post_slider.php:531
12197
- #: includes/widgets/htmega_slider_thumb_gallery.php:331
12198
- #: includes/widgets/htmega_slider_thumb_gallery.php:596
12199
- #: includes/widgets/htmega_twitter_feed.php:473
12200
- msgid "The resolution to tablet."
12201
- msgstr ""
12202
-
12203
- #: admin/include/template-library.php:422
12204
- msgid "Theme Activated"
12205
- msgstr ""
12206
-
12207
- #: extensions/ht-builder/admin/setting.php:52
12208
- #: extensions/ht-builder/admin/setting.php:72
12209
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:954
12210
- msgid "Theme Builder"
12211
- msgstr ""
12212
-
12213
- #: extensions/ht-builder/admin/setting.php:56
12214
- msgid "Theme Builder Widget List"
12215
- msgstr ""
12216
-
12217
- #: includes/widgets/htmega_service.php:131
12218
- msgid ""
12219
- "There are many variations of passages Lorem Ipsum available, but majority "
12220
- "have ama suffered altratio. the lorem."
12221
- msgstr ""
12222
-
12223
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:48
12224
- msgid "Third Party"
12225
- msgstr ""
12226
-
12227
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:52
12228
- msgid "Third Party Widget List"
12229
- msgstr ""
12230
-
12231
- #: includes/helper-function.php:723
12232
- #, php-format
12233
- msgid "This input field supports the following HTML tags: %1$s"
12234
- msgstr ""
12235
-
12236
- #: includes/widgets/htmega_googlemap.php:250
12237
- msgid "This is <span>Dhaka</span>"
12238
- msgstr ""
12239
-
12240
- #: includes/widgets/htmega_image_grid.php:72
12241
- #: includes/widgets/htmega_image_masonry.php:81
12242
- #: includes/widgets/htmega_testimonial_grid.php:75
12243
- #: includes/widgets/htmega_testimonial_grid.php:90
12244
- #: includes/widgets/htmega_testimonial_grid.php:107
12245
- msgid "Three"
12246
- msgstr ""
12247
-
12248
- #: includes/widgets/htmega_instragram_feed.php:74
12249
- msgid "Thumb"
12250
- msgstr ""
12251
-
12252
- #: includes/widgets/htmega_post_slider.php:377
12253
- msgid "Thumbnail"
12254
- msgstr ""
12255
-
12256
- #: includes/widgets/htmega_image_magnifier.php:49
12257
- msgid "Thumbnail Image"
12258
- msgstr ""
12259
-
12260
- #: includes/widgets/htmega_slider_thumb_gallery.php:49
12261
- msgid "Thumbnail Position"
12262
- msgstr ""
12263
-
12264
- #: includes/widgets/htmega_slider_thumb_gallery.php:1212
12265
- msgid "Thumbnail Style"
12266
- msgstr ""
12267
-
12268
- #: includes/widgets/htmega_slider_thumb_gallery.php:411
12269
- msgid "Thumbnails Arrow"
12270
- msgstr ""
12271
-
12272
- #: includes/widgets/htmega_slider_thumb_gallery.php:513
12273
- msgid "Thumbnails auto play"
12274
- msgstr ""
12275
-
12276
- #: includes/widgets/htmega_slider_thumb_gallery.php:536
12277
- msgid "Thumbnails Autoplay animation speed"
12278
- msgstr ""
12279
-
12280
- #: includes/widgets/htmega_slider_thumb_gallery.php:525
12281
- msgid "Thumbnails Autoplay speed"
12282
- msgstr ""
12283
-
12284
- #: includes/widgets/htmega_slider_thumb_gallery.php:487
12285
- msgid "Thumbnails Center Mode"
12286
- msgstr ""
12287
-
12288
- #: includes/widgets/htmega_slider_thumb_gallery.php:498
12289
- msgid "Thumbnails Center padding"
12290
- msgstr ""
12291
-
12292
- #: includes/widgets/htmega_slider_thumb_gallery.php:452
12293
- msgid "Thumbnails dots"
12294
- msgstr ""
12295
-
12296
- #: includes/widgets/htmega_slider_thumb_gallery.php:391
12297
- msgid "Thumbnails Gallery Option"
12298
- msgstr ""
12299
-
12300
- #: includes/widgets/htmega_slider_thumb_gallery.php:99
12301
- msgid "Thumbnails Image Size"
12302
- msgstr ""
12303
-
12304
- #: includes/widgets/htmega_slider_thumb_gallery.php:582
12305
- #: includes/widgets/htmega_slider_thumb_gallery.php:640
12306
- msgid "Thumbnails item to scroll"
12307
- msgstr ""
12308
-
12309
- #: includes/widgets/htmega_slider_thumb_gallery.php:398
12310
- #: includes/widgets/htmega_slider_thumb_gallery.php:569
12311
- #: includes/widgets/htmega_slider_thumb_gallery.php:624
12312
- msgid "Thumbnails Items"
12313
- msgstr ""
12314
-
12315
- #: includes/widgets/htmega_slider_thumb_gallery.php:606
12316
- msgid "Thumbnails Mobile Phone"
12317
- msgstr ""
12318
-
12319
- #: includes/widgets/htmega_slider_thumb_gallery.php:656
12320
- msgid "Thumbnails Mobile Resolution"
12321
- msgstr ""
12322
-
12323
- #: includes/widgets/htmega_slider_thumb_gallery.php:437
12324
- msgid "Thumbnails Next icon"
12325
- msgstr ""
12326
-
12327
- #: includes/widgets/htmega_slider_thumb_gallery.php:422
12328
- msgid "Thumbnails Previous icon"
12329
- msgstr ""
12330
-
12331
- #: includes/widgets/htmega_slider_thumb_gallery.php:546
12332
- msgid "Thumbnails Slider item to scroll"
12333
- msgstr ""
12334
-
12335
- #: includes/widgets/htmega_slider_thumb_gallery.php:559
12336
- msgid "Thumbnails Tablet"
12337
- msgstr ""
12338
-
12339
- #: includes/widgets/htmega_slider_thumb_gallery.php:595
12340
- msgid "Thumbnails Tablet Resolution"
12341
- msgstr ""
12342
-
12343
- #: includes/widgets/htmega_business_hours.php:189
12344
- msgid "Thursday"
12345
- msgstr ""
12346
-
12347
- #: includes/widgets/htmega_newsticker.php:74
12348
- msgid "Ticker Label"
12349
- msgstr ""
12350
-
12351
- #: includes/widgets/htmega_booked_calender.php:508
12352
- #: includes/widgets/htmega_business_hours.php:92
12353
- #: includes/widgets/htmega_business_hours.php:544
12354
- #: includes/widgets/htmega_twitter_feed.php:896
12355
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:73
12356
- msgid "Time"
12357
- msgstr ""
12358
-
12359
- #: includes/widgets/htmega_custom_event.php:277
12360
- msgid "Time / Location"
12361
- msgstr ""
12362
-
12363
- #: extensions/wc-sales-notification/admin/setting.php:141
12364
- msgid "Time between notifications. <span>( Pro )</span>"
12365
- msgstr ""
12366
-
12367
- #: includes/widgets/htmega_business_hours.php:128
12368
- msgid "Time Color"
12369
- msgstr ""
12370
-
12371
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:123
12372
- msgid "Time Format"
12373
- msgstr ""
12374
-
12375
- #: extensions/wc-sales-notification/admin/setting.php:140
12376
- msgid "Time Interval"
12377
- msgstr ""
12378
-
12379
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1493
12380
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1518
12381
- msgid "Time interval each notification"
12382
- msgstr ""
12383
-
12384
- #: includes/widgets/htmega_countdown.php:124
12385
- msgid "Time Setting"
12386
- msgstr ""
12387
-
12388
- #: includes/widgets/htmega_booked_calender.php:462
12389
- msgid "Time Slot Color"
12390
- msgstr ""
12391
-
12392
- #: includes/widgets/htmega_verticle_time_line.php:555
12393
- msgid "Timeline Dot BG Color"
12394
- msgstr ""
12395
-
12396
- #: includes/widgets/htmega_verticle_time_line.php:540
12397
- msgid "Timeline Dot Color"
12398
- msgstr ""
12399
-
12400
- #: includes/widgets/htmega_verticle_time_line.php:569
12401
- msgid "Timeline Dot Hover BG Color"
12402
- msgstr ""
12403
-
12404
- #: includes/widgets/htmega_verticle_time_line.php:584
12405
- msgid "Timeline Hover Line Color"
12406
- msgstr ""
12407
-
12408
- #: includes/widgets/htmega_verticle_time_line.php:523
12409
- msgid "Timeline Line Color"
12410
- msgstr ""
12411
-
12412
- #: includes/widgets/htmega_verticle_time_line.php:505
12413
- msgid "Timeline Primary Color"
12414
- msgstr ""
12415
-
12416
- #: includes/widgets/htmega_verticle_time_line.php:497
12417
- msgid "Timeline Style"
12418
- msgstr ""
12419
-
12420
- #: includes/widgets/htmega_countdown.php:741
12421
- msgid "Timer"
12422
- msgstr ""
12423
-
12424
- #: includes/widgets/htmega_countdown.php:854
12425
- msgid "Timer separator"
12426
- msgstr ""
12427
-
12428
- #: includes/widgets/htmega_accordion.php:70
12429
- #: includes/widgets/htmega_accordion.php:157
12430
- #: includes/widgets/htmega_accordion.php:200
12431
- #: includes/widgets/htmega_add_banner.php:92
12432
- #: includes/widgets/htmega_add_banner.php:430
12433
- #: includes/widgets/htmega_brand.php:62
12434
- #: includes/widgets/htmega_buddy_press.php:306
12435
- #: includes/widgets/htmega_business_hours.php:69
12436
- #: includes/widgets/htmega_business_hours.php:376
12437
- #: includes/widgets/htmega_call_to_action.php:82
12438
- #: includes/widgets/htmega_call_to_action.php:559
12439
- #: includes/widgets/htmega_carousel.php:70
12440
- #: includes/widgets/htmega_counter.php:538
12441
- #: includes/widgets/htmega_custom_event.php:42
12442
- #: includes/widgets/htmega_custom_event.php:123
12443
- #: includes/widgets/htmega_easy_digital_download.php:350
12444
- #: includes/widgets/htmega_errorcontent.php:88
12445
- #: includes/widgets/htmega_errorcontent.php:305
12446
- #: includes/widgets/htmega_googlemap.php:161
12447
- #: includes/widgets/htmega_gravity_forms.php:116
12448
- #: includes/widgets/htmega_imagemarker.php:777
12449
- #: includes/widgets/htmega_image_grid.php:113
12450
- #: includes/widgets/htmega_image_grid.php:279
12451
- #: includes/widgets/htmega_image_masonry.php:94
12452
- #: includes/widgets/htmega_image_masonry.php:255
12453
- #: includes/widgets/htmega_job_manager.php:100
12454
- #: includes/widgets/htmega_newsticker.php:260
12455
- #: includes/widgets/htmega_ninja_form.php:109
12456
- #: includes/widgets/htmega_panel_slider.php:668
12457
- #: includes/widgets/htmega_postgrid.php:151
12458
- #: includes/widgets/htmega_postgrid.php:164
12459
- #: includes/widgets/htmega_postgrid.php:443
12460
- #: includes/widgets/htmega_post_grid_tab.php:158
12461
- #: includes/widgets/htmega_post_grid_tab.php:171
12462
- #: includes/widgets/htmega_post_grid_tab.php:426
12463
- #: includes/widgets/htmega_post_slider.php:162
12464
- #: includes/widgets/htmega_post_slider.php:175
12465
- #: includes/widgets/htmega_post_slider.php:861
12466
- #: includes/widgets/htmega_pricing_list_view.php:1508
12467
- #: includes/widgets/htmega_progress_bar.php:104
12468
- #: includes/widgets/htmega_progress_bar.php:236
12469
- #: includes/widgets/htmega_section_title.php:57
12470
- #: includes/widgets/htmega_section_title.php:509
12471
- #: includes/widgets/htmega_service.php:353
12472
- #: includes/widgets/htmega_singlepost.php:83
12473
- #: includes/widgets/htmega_singlepost.php:142
12474
- #: includes/widgets/htmega_slider_thumb_gallery.php:66
12475
- #: includes/widgets/htmega_socialshere.php:100
12476
- #: includes/widgets/htmega_socialshere.php:179
12477
- #: includes/widgets/htmega_special_day_banner.php:78
12478
- #: includes/widgets/htmega_special_day_banner.php:335
12479
- #: includes/widgets/htmega_switcher.php:62
12480
- #: includes/widgets/htmega_switcher.php:153 includes/widgets/htmega_tabs.php:69
12481
- #: includes/widgets/htmega_teammember.php:214
12482
- #: includes/widgets/htmega_verticle_time_line.php:80
12483
- #: includes/widgets/htmega_verticle_time_line.php:124
12484
- #: includes/widgets/htmega_wc_categories.php:282
12485
- #: includes/widgets/htmega_weather.php:247
12486
- #: includes/widgets/htmega_working_process.php:79
12487
- #: includes/widgets/htmega_working_process.php:620
12488
- #: includes/widgets/htmega_wpforms.php:74
12489
- #: includes/widgets/htmega_wpforms.php:101
12490
- #: extensions/ht-builder/widgets/bl_post_archive.php:202
12491
- #: extensions/ht-builder/widgets/bl_post_archive.php:326
12492
- msgid "Title"
12493
- msgstr ""
12494
-
12495
- #: includes/widgets/htmega_tabs.php:218
12496
- msgid "Title #1"
12497
- msgstr ""
12498
-
12499
- #: includes/widgets/htmega_tabs.php:222
12500
- msgid "Title #2"
12501
- msgstr ""
12502
-
12503
- #: includes/widgets/htmega_tabs.php:226
12504
- msgid "Title #3"
12505
- msgstr ""
12506
-
12507
- #: includes/widgets/htmega_tabs.php:156
12508
- msgid "Title Active Color"
12509
- msgstr ""
12510
-
12511
- #: includes/widgets/htmega_counter.php:657
12512
- msgid "Title After Border Color"
12513
- msgstr ""
12514
-
12515
- #: includes/widgets/htmega_service.php:451
12516
- msgid "Title Border Color"
12517
- msgstr ""
12518
-
12519
- #: includes/widgets/htmega_imagemarker.php:784
12520
- msgid "Title Bottom Border Style"
12521
- msgstr ""
12522
-
12523
- #: includes/widgets/htmega_carousel.php:1310
12524
- #: includes/widgets/htmega_carousel.php:1394
12525
- #: includes/widgets/htmega_gallery_justify.php:151
12526
- #: includes/widgets/htmega_switcher.php:322
12527
- #: includes/widgets/htmega_switcher.php:358
12528
- #: includes/widgets/htmega_tabs.php:135
12529
- #: extensions/ht-builder/widgets/bl_post_title.php:65
12530
- msgid "Title Color"
12531
- msgstr ""
12532
-
12533
- #: includes/widgets/htmega_ninja_form.php:84
12534
- msgid "Title Hide"
12535
- msgstr ""
12536
-
12537
- #: includes/widgets/htmega_accordion.php:275
12538
- #: extensions/ht-builder/widgets/bl_page_title.php:45
12539
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:46
12540
- #: extensions/ht-builder/widgets/bl_post_title.php:44
12541
- #: extensions/ht-builder/widgets/bl_site_title.php:46
12542
- msgid "Title HTML Tag"
12543
- msgstr ""
12544
-
12545
- #: includes/widgets/htmega_newsticker.php:288
12546
- #: includes/widgets/htmega_postgrid.php:174
12547
- #: includes/widgets/htmega_post_grid_tab.php:180
12548
- #: includes/widgets/htmega_post_slider.php:186
12549
- #: includes/widgets/htmega_singlepost.php:93
12550
- #: extensions/ht-builder/widgets/bl_post_archive.php:169
12551
- msgid "Title Length"
12552
- msgstr ""
12553
-
12554
- #: includes/widgets/htmega_section_title.php:463
12555
- msgid "Title Separator Color"
12556
- msgstr ""
12557
-
12558
- #: includes/widgets/htmega_section_title.php:183
12559
- msgid "Title Setting"
12560
- msgstr ""
12561
-
12562
- #: includes/widgets/htmega_download_monitor.php:202
12563
- #: includes/widgets/htmega_progress_bar.php:644
12564
- #: includes/widgets/htmega_section_title.php:41
12565
- #: includes/widgets/htmega_slider_thumb_gallery.php:677
12566
- #: includes/widgets/htmega_socialshere.php:640
12567
- msgid "Title Style"
12568
- msgstr ""
12569
-
12570
- #: includes/widgets/htmega_section_title.php:498
12571
- msgid "Title style"
12572
- msgstr ""
12573
-
12574
- #: includes/widgets/htmega_call_to_action.php:91
12575
- msgid "Title Tag"
12576
- msgstr ""
12577
-
12578
- #: includes/widgets/htmega_postgrid.php:542
12579
- msgid "Title Two style"
12580
- msgstr ""
12581
-
12582
- #: includes/widgets/htmega_teammember.php:640
12583
- #: includes/widgets/htmega_teammember.php:655
12584
- msgid "To hide the shape, please set the color to transparent."
12585
- msgstr ""
12586
-
12587
- #: extensions/ht-builder/admin/setting.php:175
12588
- #: extensions/wc-sales-notification/admin/setting.php:235
12589
- msgid "to unlock these pro elements!"
12590
- msgstr ""
12591
-
12592
- #: extensions/ht-menu/classes/class.mega-menu.php:268
12593
- msgid "to unlock these pro options!"
12594
- msgstr ""
12595
-
12596
- #: includes/weather-resource/template/layout-1.php:40
12597
- #: includes/weather-resource/template/layout-2.php:14
12598
- #: includes/weather-resource/template/layout-4.php:26
12599
- msgid "Today"
12600
- msgstr ""
12601
-
12602
- #: includes/widgets/htmega_toggle.php:14 includes/widgets/htmega_toggle.php:36
12603
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:583
12604
- msgid "Toggle"
12605
- msgstr ""
12606
-
12607
- #: includes/widgets/htmega_switcher.php:425
12608
- #: includes/widgets/htmega_switcher.php:500
12609
- msgid "Toggle Color"
12610
- msgstr ""
12611
-
12612
- #: includes/widgets/htmega_lightbox.php:128
12613
- msgid "Toggler Image"
12614
- msgstr ""
12615
-
12616
- #: includes/widgets/htmega_lightbox.php:113
12617
- msgid "Toggler Type"
12618
- msgstr ""
12619
-
12620
- #: includes/widgets/htmega_tooltip.php:14
12621
- #: includes/widgets/htmega_tooltip.php:42
12622
- #: includes/widgets/htmega_tooltip.php:75
12623
- #: includes/widgets/htmega_tooltip.php:475
12624
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:592
12625
- msgid "Tooltip"
12626
- msgstr ""
12627
-
12628
- #: includes/widgets/htmega_tooltip.php:168
12629
- msgid "Tooltip content"
12630
- msgstr ""
12631
-
12632
- #: includes/widgets/htmega_tooltip.php:159
12633
- msgid "Tooltip Options"
12634
- msgstr ""
12635
-
12636
- #: includes/widgets/htmega_tooltip.php:165
12637
- msgid "Tooltip Text"
12638
- msgstr ""
12639
-
12640
- #: admin/include/templates_list.php:77 admin/include/templates_list.php:80
12641
- #: includes/widgets/htmega_add_banner.php:62
12642
- #: includes/widgets/htmega_button.php:120
12643
- #: includes/widgets/htmega_imagemarker.php:211
12644
- #: includes/widgets/htmega_image_comparison.php:185
12645
- #: includes/widgets/htmega_notify.php:588
12646
- #: includes/widgets/htmega_notify.php:761
12647
- #: includes/widgets/htmega_offcanvas.php:105
12648
- #: includes/widgets/htmega_popover.php:195
12649
- #: includes/widgets/htmega_pricing_list_view.php:512
12650
- #: includes/widgets/htmega_pricing_list_view.php:1163
12651
- #: includes/widgets/htmega_pricing_list_view.php:1197
12652
- #: includes/widgets/htmega_section_title.php:157
12653
- #: includes/widgets/htmega_section_title.php:236
12654
- #: includes/widgets/htmega_singlepost.php:61
12655
- #: includes/widgets/htmega_slider_thumb_gallery.php:56
12656
- #: includes/widgets/htmega_special_day_banner.php:46
12657
- #: includes/widgets/htmega_teammember.php:107
12658
- #: includes/widgets/htmega_tooltip.php:183
12659
- #: extensions/ht-builder/widgets/bl_post_author_info.php:120
12660
- msgid "Top"
12661
- msgstr ""
12662
-
12663
- #: includes/widgets/htmega_notify.php:114
12664
- msgid "Top Center"
12665
- msgstr ""
12666
-
12667
- #: includes/widgets/htmega_notify.php:119
12668
- msgid "Top Fullwidth"
12669
- msgstr ""
12670
-
12671
- #: includes/widgets/htmega_notify.php:113
12672
- msgid "Top Left"
12673
- msgstr ""
12674
-
12675
- #: includes/widgets/htmega_notify.php:115
12676
- msgid "Top Right"
12677
- msgstr ""
12678
-
12679
- #: includes/widgets/htmega_scroll_image.php:291
12680
- msgid "Top-Bottom"
12681
- msgstr ""
12682
-
12683
- #: includes/widgets/htmega_pricing_list_view.php:368
12684
- #: includes/widgets/htmega_pricing_list_view.php:997
12685
- msgid "Top-Bottom Position"
12686
- msgstr ""
12687
-
12688
- #: includes/widgets/htmega_bbpress.php:58
12689
- msgid "Topic Form"
12690
- msgstr ""
12691
-
12692
- #: includes/widgets/htmega_bbpress.php:57
12693
- msgid "Topic Index"
12694
- msgstr ""
12695
-
12696
- #: includes/widgets/htmega_bbpress.php:62
12697
- msgid "Topic Tags"
12698
- msgstr ""
12699
-
12700
- #: includes/widgets/htmega_brand.php:288
12701
- msgid "Transition Duration"
12702
- msgstr ""
12703
-
12704
- #: includes/widgets/htmega_business_hours.php:179
12705
- msgid "Tues Day"
12706
- msgstr ""
12707
-
12708
- #: includes/widgets/htmega_socialshere.php:67
12709
- msgid "tumblr"
12710
- msgstr ""
12711
-
12712
- #: includes/widgets/htmega_socialshere.php:63
12713
- #: includes/widgets/htmega_socialshere.php:325
12714
- msgid "Twitter"
12715
- msgstr ""
12716
-
12717
- #: includes/widgets/htmega_twitter_feed.php:114
12718
- msgid "Twitter access token secret."
12719
- msgstr ""
12720
-
12721
- #: includes/widgets/htmega_twitter_feed.php:104
12722
- msgid "Twitter access token."
12723
- msgstr ""
12724
-
12725
- #: includes/widgets/htmega_twitter_feed.php:84
12726
- msgid "Twitter consumer key."
12727
- msgstr ""
12728
-
12729
- #: includes/widgets/htmega_twitter_feed.php:94
12730
- msgid "Twitter consumer secret."
12731
- msgstr ""
12732
-
12733
- #: includes/widgets/htmega_twitter_feed.php:18
12734
- #: includes/widgets/htmega_twitter_feed.php:48
12735
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:601
12736
- msgid "Twitter Feed"
12737
- msgstr ""
12738
-
12739
- #: includes/widgets/htmega_image_grid.php:71
12740
- #: includes/widgets/htmega_image_masonry.php:80
12741
- #: includes/widgets/htmega_testimonial_grid.php:74
12742
- #: includes/widgets/htmega_testimonial_grid.php:89
12743
- #: includes/widgets/htmega_testimonial_grid.php:106
12744
- msgid "Two"
12745
- msgstr ""
12746
-
12747
- #: includes/widgets/htmega_animated_heading.php:71
12748
- #: includes/widgets/htmega_buddy_press.php:48
12749
- msgid "Type"
12750
- msgstr ""
12751
-
12752
- #: includes/widgets/htmega_errorcontent.php:114
12753
- msgid "Type your Description here."
12754
- msgstr ""
12755
-
12756
- #: includes/widgets/htmega_call_to_action.php:106
12757
- msgid "Type your description here..."
12758
- msgstr ""
12759
-
12760
- #: includes/widgets/htmega_errorcontent.php:102
12761
- msgid "Type your Sub title here."
12762
- msgstr ""
12763
-
12764
- #: includes/widgets/htmega_call_to_action.php:59
12765
- msgid "Type your sub title here..."
12766
- msgstr ""
12767
-
12768
- #: includes/widgets/htmega_counter.php:157
12769
- msgid "Type your title here"
12770
- msgstr ""
12771
-
12772
- #: includes/widgets/htmega_errorcontent.php:90
12773
- msgid "Type your title here."
12774
- msgstr ""
12775
-
12776
- #: includes/widgets/htmega_call_to_action.php:84
12777
- msgid "Type your title here..."
12778
- msgstr ""
12779
-
12780
- #: includes/widgets/htmega_accordion.php:655
12781
- #: includes/widgets/htmega_accordion.php:745
12782
- #: includes/widgets/htmega_accordion.php:1011
12783
- #: includes/widgets/htmega_accordion.php:1339
12784
- #: includes/widgets/htmega_add_banner.php:454
12785
- #: includes/widgets/htmega_add_banner.php:513
12786
- #: includes/widgets/htmega_add_banner.php:572
12787
- #: includes/widgets/htmega_add_banner.php:639
12788
- #: includes/widgets/htmega_animated_heading.php:174
12789
- #: includes/widgets/htmega_animated_heading.php:258
12790
- #: includes/widgets/htmega_animated_heading.php:305
12791
- #: includes/widgets/htmega_animated_heading.php:393
12792
- #: includes/widgets/htmega_buddy_press.php:336
12793
- #: includes/widgets/htmega_buddy_press.php:405
12794
- #: includes/widgets/htmega_button.php:220
12795
- #: includes/widgets/htmega_button.php:590
12796
- #: includes/widgets/htmega_caldera_form.php:113
12797
- #: includes/widgets/htmega_caldera_form.php:157
12798
- #: includes/widgets/htmega_caldera_form.php:477
12799
- #: includes/widgets/htmega_call_to_action.php:524
12800
- #: includes/widgets/htmega_call_to_action.php:583
12801
- #: includes/widgets/htmega_call_to_action.php:642
12802
- #: includes/widgets/htmega_call_to_action.php:698
12803
- #: includes/widgets/htmega_call_to_action.php:904
12804
- #: includes/widgets/htmega_countdown.php:1036
12805
- #: includes/widgets/htmega_data_table.php:667
12806
- #: includes/widgets/htmega_data_table.php:786
12807
- #: includes/widgets/htmega_data_table.php:899
12808
- #: includes/widgets/htmega_data_table.php:1017
12809
- #: includes/widgets/htmega_data_table.php:1080
12810
- #: includes/widgets/htmega_double_button.php:495
12811
- #: includes/widgets/htmega_double_button.php:668
12812
- #: includes/widgets/htmega_double_button.php:851
12813
- #: includes/widgets/htmega_download_monitor.php:223
12814
- #: includes/widgets/htmega_download_monitor.php:290
12815
- #: includes/widgets/htmega_easy_digital_download.php:380
12816
- #: includes/widgets/htmega_easy_digital_download.php:465
12817
- #: includes/widgets/htmega_easy_digital_download.php:502
12818
- #: includes/widgets/htmega_easy_digital_download.php:739
12819
- #: includes/widgets/htmega_errorcontent.php:327
12820
- #: includes/widgets/htmega_errorcontent.php:406
12821
- #: includes/widgets/htmega_errorcontent.php:485
12822
- #: includes/widgets/htmega_errorcontent.php:581
12823
- #: includes/widgets/htmega_errorcontent.php:732
12824
- #: includes/widgets/htmega_googlemap.php:189
12825
- #: includes/widgets/htmega_googlemap.php:223
12826
- #: includes/widgets/htmega_googlemap.php:425
12827
- #: includes/widgets/htmega_googlemap.php:512
12828
- #: includes/widgets/htmega_image_comparison.php:253
12829
- #: includes/widgets/htmega_image_comparison.php:334
12830
- #: includes/widgets/htmega_image_grid.php:480
12831
- #: includes/widgets/htmega_notify.php:341
12832
- #: includes/widgets/htmega_panel_slider.php:702
12833
- #: includes/widgets/htmega_panel_slider.php:758
12834
- #: includes/widgets/htmega_postgrid.php:479
12835
- #: includes/widgets/htmega_postgrid.php:554
12836
- #: includes/widgets/htmega_postgrid.php:594
12837
- #: includes/widgets/htmega_postgrid.php:681
12838
- #: includes/widgets/htmega_post_grid_tab.php:459
12839
- #: includes/widgets/htmega_post_grid_tab.php:546
12840
- #: includes/widgets/htmega_post_grid_tab.php:643
12841
- #: includes/widgets/htmega_post_grid_tab.php:769
12842
- #: includes/widgets/htmega_post_grid_tab.php:863
12843
- #: includes/widgets/htmega_post_slider.php:894
12844
- #: includes/widgets/htmega_post_slider.php:981
12845
- #: includes/widgets/htmega_post_slider.php:1078
12846
- #: includes/widgets/htmega_post_slider.php:1197
12847
- #: includes/widgets/htmega_post_slider.php:1291
12848
- #: includes/widgets/htmega_pricing_list_view.php:1323
12849
- #: includes/widgets/htmega_pricing_list_view.php:1414
12850
- #: includes/widgets/htmega_pricing_list_view.php:1532
12851
- #: includes/widgets/htmega_pricing_list_view.php:1664
12852
- #: includes/widgets/htmega_progress_bar.php:751
12853
- #: includes/widgets/htmega_progress_bar.php:830
12854
- #: includes/widgets/htmega_scroll_image.php:401
12855
- #: includes/widgets/htmega_singlepost.php:174
12856
- #: includes/widgets/htmega_singlepost.php:261
12857
- #: includes/widgets/htmega_singlepost.php:374
12858
- #: includes/widgets/htmega_special_day_banner.php:359
12859
- #: includes/widgets/htmega_special_day_banner.php:418
12860
- #: includes/widgets/htmega_special_day_banner.php:477
12861
- #: includes/widgets/htmega_special_day_banner.php:536
12862
- #: includes/widgets/htmega_special_day_banner.php:595
12863
- #: includes/widgets/htmega_special_day_banner.php:662
12864
- #: includes/widgets/htmega_tabs.php:549
12865
- #: includes/widgets/htmega_verticle_time_line.php:158
12866
- #: includes/widgets/htmega_verticle_time_line.php:211
12867
- #: includes/widgets/htmega_verticle_time_line.php:341
12868
- #: includes/widgets/htmega_wc_categories.php:300
12869
- #: includes/widgets/htmega_wc_element_pages.php:279
12870
- #: includes/widgets/htmega_wc_element_pages.php:405
12871
- #: includes/widgets/htmega_wc_element_pages.php:660
12872
- #: includes/widgets/htmega_wc_element_pages.php:942
12873
- #: includes/widgets/htmega_wc_element_pages.php:1326
12874
- #: includes/widgets/htmega_wc_element_pages.php:1591
12875
- #: includes/widgets/htmega_wc_element_pages.php:1725
12876
- #: includes/widgets/htmega_wc_element_pages.php:1873
12877
- #: includes/widgets/htmega_working_process.php:654
12878
- #: includes/widgets/htmega_working_process.php:733
12879
- #: includes/widgets/htmega_working_process.php:833
12880
- #: extensions/ht-builder/widgets/bl_page_title.php:78
12881
- #: extensions/ht-builder/widgets/bl_post_archive.php:359
12882
- #: extensions/ht-builder/widgets/bl_post_archive.php:466
12883
- #: extensions/ht-builder/widgets/bl_post_archive.php:572
12884
- #: extensions/ht-builder/widgets/bl_post_archive.php:664
12885
- #: extensions/ht-builder/widgets/bl_post_archive.php:733
12886
- #: extensions/ht-builder/widgets/bl_post_archive.php:869
12887
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:80
12888
- #: extensions/ht-builder/widgets/bl_post_comments.php:60
12889
- #: extensions/ht-builder/widgets/bl_post_comments.php:121
12890
- #: extensions/ht-builder/widgets/bl_post_content.php:60
12891
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:60
12892
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:373
12893
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:413
12894
- #: extensions/ht-builder/widgets/bl_post_search_form.php:139
12895
- #: extensions/ht-builder/widgets/bl_post_search_form.php:224
12896
- #: extensions/ht-builder/widgets/bl_post_title.php:77
12897
- #: extensions/ht-builder/widgets/bl_site_title.php:80
12898
- msgid "Typography"
12899
- msgstr ""
12900
-
12901
- #: includes/widgets/htmega_weather.php:52
12902
- msgid "Units"
12903
- msgstr ""
12904
-
12905
- #: includes/widgets/htmega_newsticker.php:132
12906
- msgid "Up"
12907
- msgstr ""
12908
-
12909
- #: includes/widgets/htmega_section_title.php:644
12910
- msgid "Use Backround for Text"
12911
- msgstr ""
12912
-
12913
- #: includes/widgets/htmega_googlemap.php:171
12914
- msgid "Use max 32x32 px size."
12915
- msgstr ""
12916
-
12917
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:114
12918
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:153
12919
- #, php-format
12920
- msgid "Use the letters: %s"
12921
- msgstr ""
12922
-
12923
- #: includes/widgets/htmega_user_login_form.php:13
12924
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:610
12925
- msgid "User Login Form"
12926
- msgstr ""
12927
-
12928
- #: includes/widgets/htmega_twitter_feed.php:833
12929
- msgid "User Name Style"
12930
- msgstr ""
12931
-
12932
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:619
12933
- msgid "User Register Form"
12934
- msgstr ""
12935
-
12936
- #: includes/widgets/htmega_twitter_feed.php:71
12937
- msgid "UserName"
12938
- msgstr ""
12939
-
12940
- #: includes/widgets/htmega_user_login_form.php:1564
12941
- #: includes/widgets/htmega_user_login_form.php:1565
12942
- msgid "Username"
12943
- msgstr ""
12944
-
12945
- #: includes/widgets/htmega_user_login_form.php:208
12946
- msgid "Username Label"
12947
- msgstr ""
12948
-
12949
- #: includes/widgets/htmega_user_login_form.php:210
12950
- #: includes/widgets/htmega_user_login_form.php:223
12951
- msgid "Username or Email"
12952
- msgstr ""
12953
-
12954
- #: includes/widgets/htmega_user_login_form.php:221
12955
- msgid "Username Placeholder"
12956
- msgstr ""
12957
-
12958
- #: includes/helper-function.php:443
12959
- msgid "Username too short. At least 4 characters is required"
12960
- msgstr ""
12961
-
12962
- #: includes/helper-function.php:438
12963
- msgid "Username, Password and E-Mail are required"
12964
- msgstr ""
12965
-
12966
- #: includes/widgets/htmega_caldera_form.php:657
12967
- #: includes/widgets/htmega_ninja_form.php:1137
12968
- msgid "Validation Pass Style"
12969
- msgstr ""
12970
-
12971
- #: includes/widgets/htmega_progress_bar.php:763
12972
- msgid "Value"
12973
- msgstr ""
12974
-
12975
- #: includes/widgets/htmega_progress_bar.php:174
12976
- msgid "Value Indicator"
12977
- msgstr ""
12978
-
12979
- #: includes/widgets/htmega_progress_bar.php:62
12980
- #: includes/widgets/htmega_scroll_navigation.php:143
12981
- #: includes/widgets/htmega_scroll_navigation.php:165
12982
- #: includes/widgets/htmega_scroll_navigation.php:195
12983
- msgid "Vertical"
12984
- msgstr ""
12985
-
12986
- #: includes/widgets/htmega_pricing_list_view.php:1155
12987
- msgid "Vertical Alignment"
12988
- msgstr ""
12989
-
12990
- #: includes/widgets/htmega_working_process.php:235
12991
- msgid "Vertical Line Color"
12992
- msgstr ""
12993
-
12994
- #: includes/widgets/htmega_service.php:861
12995
- msgid "Vertical line Hover Color"
12996
- msgstr ""
12997
-
12998
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:15
12999
- msgid "Vertical Mega Menu"
13000
- msgstr ""
13001
-
13002
- #: includes/widgets/htmega_carousel.php:695
13003
- #: includes/widgets/htmega_panel_slider.php:992
13004
- msgid "Vertical Position"
13005
- msgstr ""
13006
-
13007
- #: includes/widgets/htmega_special_day_banner.php:219
13008
- msgid "Vertical Postion"
13009
- msgstr ""
13010
-
13011
- #: includes/widgets/htmega_slider_thumb_gallery.php:463
13012
- msgid "Vertical Slide"
13013
- msgstr ""
13014
-
13015
- #: includes/widgets/htmega_twitter_feed.php:1410
13016
- msgid "Vertical Space"
13017
- msgstr ""
13018
-
13019
- #: includes/widgets/htmega_verticle_time_line.php:14
13020
- msgid "Vertical Timeline"
13021
- msgstr ""
13022
-
13023
- #: includes/widgets/htmega_verticle_time_line.php:36
13024
- msgid "Vertical Timeline Layout"
13025
- msgstr ""
13026
-
13027
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:628
13028
- msgid "Verticle Timeline"
13029
- msgstr ""
13030
-
13031
- #: includes/widgets/htmega_socialshere.php:90
13032
- msgid "Viber"
13033
- msgstr ""
13034
-
13035
- #: includes/widgets/htmega_lightbox.php:54
13036
- msgid "Video"
13037
- msgstr ""
13038
-
13039
- #: includes/widgets/htmega_videoplayer.php:233
13040
- msgid "Video Box Style"
13041
- msgstr ""
13042
-
13043
- #: includes/widgets/htmega_videoplayer.php:48
13044
- msgid "Video Container"
13045
- msgstr ""
13046
-
13047
- #: includes/widgets/htmega_videoplayer.php:136
13048
- msgid "Video Image"
13049
- msgstr ""
13050
-
13051
- #: includes/widgets/htmega_videoplayer.php:153
13052
- msgid "Video Options"
13053
- msgstr ""
13054
-
13055
- #: includes/widgets/htmega_videoplayer.php:12
13056
- #: includes/widgets/htmega_videoplayer.php:41
13057
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:637
13058
- msgid "Video Player"
13059
- msgstr ""
13060
-
13061
- #: includes/widgets/htmega_videoplayer.php:221
13062
- msgid "Video Start Time"
13063
- msgstr ""
13064
-
13065
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1459
13066
- msgid "Video Tutorial"
13067
- msgstr ""
13068
-
13069
- #: includes/widgets/htmega_lightbox.php:77
13070
- msgid "Video URL"
13071
- msgstr ""
13072
-
13073
- #: includes/widgets/htmega_videoplayer.php:60
13074
- msgid "Video Url"
13075
- msgstr ""
13076
-
13077
- #: includes/widgets/htmega_socialshere.php:341
13078
- #: includes/widgets/htmega_wc_add_to_cart.php:95
13079
- msgid "View"
13080
- msgstr ""
13081
-
13082
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1160
13083
- msgid "View Counter"
13084
- msgstr ""
13085
-
13086
- #: includes/widgets/htmega_accordion.php:430
13087
- msgid "Visible Item"
13088
- msgstr ""
13089
-
13090
- #: includes/widgets/htmega_animated_heading.php:114
13091
- msgid "Visible Item Number"
13092
- msgstr ""
13093
-
13094
- #: includes/widgets/htmega_socialshere.php:68
13095
- msgid "Vkontakte"
13096
- msgstr ""
13097
-
13098
- #: admin/include/templates/library/templates.php:148
13099
- msgid "Want to learn more about the HT Mega library?"
13100
- msgstr ""
13101
-
13102
- #: includes/widgets/htmega_notify.php:135
13103
- msgid "Warning"
13104
- msgstr ""
13105
-
13106
- #: includes/widgets/htmega_wc_add_to_cart.php:14
13107
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1410
13108
- msgid "WC : Add To cart"
13109
- msgstr ""
13110
-
13111
- #: includes/widgets/htmega_wc_categories.php:13
13112
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1419
13113
- msgid "WC : Categories"
13114
- msgstr ""
13115
-
13116
- #: includes/widgets/htmega_wc_element_pages.php:13
13117
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1428
13118
- msgid "WC : Pages"
13119
- msgstr ""
13120
-
13121
- #: extensions/wc-sales-notification/admin/setting.php:268
13122
- msgid "WC Sales Notification Settings"
13123
- msgstr ""
13124
-
13125
- #: includes/widgets/htmega_weather.php:13
13126
- #: includes/widgets/htmega_weather.php:36
13127
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:673
13128
- msgid "Weather"
13129
- msgstr ""
13130
-
13131
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:921
13132
- msgid "Weather Map API Key"
13133
- msgstr ""
13134
-
13135
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:923
13136
- msgid "Weather Map API key"
13137
- msgstr ""
13138
-
13139
- #: extensions/ht-builder/widgets/bl_post_author_info.php:98
13140
- msgid "Website"
13141
- msgstr ""
13142
-
13143
- #: includes/helper-function.php:470
13144
- msgid "Website is not a valid URL"
13145
- msgstr ""
13146
-
13147
- #: includes/widgets/htmega_business_hours.php:184
13148
- msgid "Wednesday"
13149
- msgstr ""
13150
-
13151
- #: includes/widgets/htmega_instagram.php:114
13152
- msgid "Week"
13153
- msgstr ""
13154
-
13155
- #: includes/widgets/htmega_socialshere.php:87
13156
- msgid "Weibo"
13157
- msgstr ""
13158
-
13159
- #: includes/widgets/htmega_socialshere.php:91
13160
- msgid "Whatsapp"
13161
- msgstr ""
13162
-
13163
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:818
13164
- msgid "WhatsApp Chat"
13165
- msgstr ""
13166
-
13167
- #: admin/include/settings-panel/includes/templates/sidebar-banner.php:35
13168
- msgid "Which will motivate us a lot."
13169
- msgstr ""
13170
-
13171
- #: includes/recommended-plugins/recommended-plugins.php:83
13172
- msgid "Whols"
13173
- msgstr ""
13174
-
13175
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:42
13176
- msgid "Widget List"
13177
- msgstr ""
13178
-
13179
- #: includes/widgets/htmega_blockquote.php:630
13180
- #: includes/widgets/htmega_blockquote.php:755
13181
- #: includes/widgets/htmega_caldera_form.php:521
13182
- #: includes/widgets/htmega_carousel.php:655
13183
- #: includes/widgets/htmega_carousel.php:920
13184
- #: includes/widgets/htmega_carousel.php:1026
13185
- #: includes/widgets/htmega_contact_form_seven.php:738
13186
- #: includes/widgets/htmega_contact_form_seven.php:802
13187
- #: includes/widgets/htmega_gravity_forms.php:662
13188
- #: includes/widgets/htmega_imagemarker.php:808
13189
- #: includes/widgets/htmega_image_comparison.php:463
13190
- #: includes/widgets/htmega_instagram.php:1030
13191
- #: includes/widgets/htmega_instagram.php:1209
13192
- #: includes/widgets/htmega_job_manager.php:171
13193
- #: includes/widgets/htmega_mailchimp_wp.php:327
13194
- #: includes/widgets/htmega_modal.php:312 includes/widgets/htmega_notify.php:734
13195
- #: includes/widgets/htmega_panel_slider.php:927
13196
- #: includes/widgets/htmega_panel_slider.php:1134
13197
- #: includes/widgets/htmega_popover.php:514
13198
- #: includes/widgets/htmega_post_slider.php:1640
13199
- #: includes/widgets/htmega_post_slider.php:1789
13200
- #: includes/widgets/htmega_pricing_list_view.php:405
13201
- #: includes/widgets/htmega_pricing_list_view.php:1034
13202
- #: includes/widgets/htmega_quforms.php:805
13203
- #: includes/widgets/htmega_scroll_navigation.php:456
13204
- #: includes/widgets/htmega_search.php:554
13205
- #: includes/widgets/htmega_search.php:789
13206
- #: includes/widgets/htmega_service.php:571
13207
- #: includes/widgets/htmega_service.php:821
13208
- #: includes/widgets/htmega_service.php:887
13209
- #: includes/widgets/htmega_slider_thumb_gallery.php:921
13210
- #: includes/widgets/htmega_slider_thumb_gallery.php:1138
13211
- #: includes/widgets/htmega_special_day_banner.php:165
13212
- #: includes/widgets/htmega_twitter_feed.php:1169
13213
- #: includes/widgets/htmega_twitter_feed.php:1371
13214
- #: includes/widgets/htmega_user_login_form.php:1173
13215
- #: includes/widgets/htmega_working_process.php:887
13216
- #: includes/widgets/htmega_working_process.php:1012
13217
- #: includes/widgets/htmega_wpforms.php:948
13218
- #: extensions/ht-builder/widgets/bl_post_author_info.php:146
13219
- msgid "Width"
13220
- msgstr ""
13221
-
13222
- #: includes/recommended-plugins/recommended-plugins.php:63
13223
- msgid "WishSuite"
13224
- msgstr ""
13225
-
13226
- #: includes/recommended-plugins/recommended-plugins.php:51
13227
- msgid "WooCommerce"
13228
- msgstr ""
13229
-
13230
- #: includes/recommended-plugins/recommended-plugins.php:58
13231
- msgid "WooLentor – WooCommerce Elementor Addons + Builder"
13232
- msgstr ""
13233
-
13234
- #: includes/widgets/htmega_progress_bar.php:106
13235
- #: includes/widgets/htmega_progress_bar.php:208
13236
- #: includes/widgets/htmega_progress_bar.php:238
13237
- #: includes/widgets/htmega_progress_bar.php:406
13238
- #: includes/widgets/htmega_socialshere.php:84
13239
- msgid "WordPress"
13240
- msgstr ""
13241
-
13242
- #: includes/widgets/htmega_pricing_list_view.php:82
13243
- #: includes/widgets/htmega_pricing_list_view.php:146
13244
- msgid "WordPress Plugin"
13245
- msgstr ""
13246
-
13247
- #: includes/widgets/htmega_working_process.php:14
13248
- #: includes/widgets/htmega_working_process.php:35
13249
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:646
13250
- msgid "Working Process"
13251
- msgstr ""
13252
-
13253
- #: includes/widgets/htmega_wpforms.php:13
13254
- #: includes/widgets/htmega_wpforms.php:57
13255
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1376
13256
- msgid "WP Form"
13257
- msgstr ""
13258
-
13259
- #: includes/recommended-plugins/recommended-plugins.php:96
13260
- msgid "WP Plugin Manager"
13261
- msgstr ""
13262
-
13263
- #: includes/widgets/htmega_section_title.php:291
13264
- msgid "X Offset"
13265
- msgstr ""
13266
-
13267
- #: includes/widgets/htmega_imagemarker.php:241
13268
- msgid "X Postion"
13269
- msgstr ""
13270
-
13271
- #: includes/widgets/htmega_socialshere.php:83
13272
- msgid "Xing"
13273
- msgstr ""
13274
-
13275
- #: includes/widgets/htmega_section_title.php:314
13276
- msgid "Y Offset"
13277
- msgstr ""
13278
-
13279
- #: includes/widgets/htmega_imagemarker.php:262
13280
- msgid "Y Postion"
13281
- msgstr ""
13282
-
13283
- #: includes/widgets/htmega_booked_calender.php:128
13284
- #: includes/widgets/htmega_instagram.php:116
13285
- msgid "Year"
13286
- msgstr ""
13287
-
13288
- #: includes/widgets/htmega_carousel.php:212
13289
- #: includes/widgets/htmega_gravity_forms.php:103
13290
- #: includes/widgets/htmega_instagram.php:407
13291
- #: includes/widgets/htmega_panel_slider.php:158
13292
- #: includes/widgets/htmega_panel_slider.php:169
13293
- #: includes/widgets/htmega_panel_slider.php:312
13294
- #: includes/widgets/htmega_post_slider.php:392
13295
- #: includes/widgets/htmega_slider_thumb_gallery.php:211
13296
- #: includes/widgets/htmega_slider_thumb_gallery.php:476
13297
- #: includes/widgets/htmega_twitter_feed.php:334
13298
- #: includes/widgets/htmega_user_login_form.php:121
13299
- #: includes/widgets/htmega_user_login_form.php:264
13300
- #: includes/widgets/htmega_videoplayer.php:124
13301
- #: includes/widgets/htmega_videoplayer.php:164
13302
- #: includes/widgets/htmega_videoplayer.php:176
13303
- #: includes/widgets/htmega_videoplayer.php:188
13304
- #: includes/widgets/htmega_videoplayer.php:200
13305
- #: includes/widgets/htmega_videoplayer.php:212
13306
- msgid "Yes"
13307
- msgstr ""
13308
-
13309
- #: includes/widgets/htmega_business_hours.php:170
13310
- #: includes/widgets/htmega_instragram_feed.php:86
13311
- #: includes/widgets/htmega_instragram_feed.php:97
13312
- msgid "yes"
13313
- msgstr ""
13314
-
13315
- #: admin/include/class.diagnostic-data.php:461
13316
- msgid "Yes, I Agree"
13317
- msgstr ""
13318
-
13319
- #: includes/widgets/htmega_twitter_feed.php:1677
13320
- msgid "yesterday"
13321
- msgstr ""
13322
-
13323
- #: includes/widgets/htmega_user_login_form.php:1578
13324
- #, php-format
13325
- msgid "You are Logged in as %1$s (<a href=\"%2$s\">Logout</a>)"
13326
- msgstr ""
13327
-
13328
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1210
13329
- msgid "You can enable duplicator for individual post."
13330
- msgstr ""
13331
-
13332
- #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:930
13333
- msgid "You can select 404 page from here."
13334
- msgstr ""
13335
-
13336
- #: extensions/ht-builder/admin/setting.php:137
13337
- msgid "You can select 404 page from here. <span>( Pro )</span>"
13338
- msgstr ""
13339
-
13340
- #: extensions/ht-builder/admin/setting.php:98
13341
- msgid "You can select blog page from here."
13342
- msgstr ""
13343
-
13344
- #: extensions/ht-builder/admin/setting.php:149
13345
- msgid "You can select coming soon page from here. <span>( Pro )</span>"
13346
- msgstr ""
13347
-
13348
- #: extensions/ht-builder/admin/setting.php:116
13349
- msgid "You can select footer template from here."
13350
- msgstr ""
13351
-
13352
- #: extensions/ht-builder/admin/setting.php:107
13353
- msgid "You can select header template from here."
13354
- msgstr ""
13355
-
13356
- #: extensions/ht-builder/admin/setting.php:125
13357
- msgid "You can select search page from here. <span>( Pro )</span>"
13358
- msgstr ""
13359
-
13360
- #: extensions/ht-builder/admin/setting.php:89
13361
- msgid "You can select Single blog page from here."
13362
- msgstr ""
13363
-
13364
- #: includes/widgets/htmega_wc_element_pages.php:1924
13365
- msgid "Your cart is currently empty."
13366
- msgstr ""
13367
-
13368
- #: includes/widgets/htmega_animated_heading.php:75
13369
- msgid "Zoom"
13370
- msgstr ""
13371
-
13372
- #: includes/widgets/htmega_lightbox.php:297
13373
- msgid "Zoom Button"
13374
- msgstr ""
13375
-
13376
- #: includes/widgets/htmega_lightbox.php:169
13377
- msgid "Zoom Button Text"
13378
- msgstr ""
13379
-
13380
- #: includes/widgets/htmega_googlemap.php:50
13381
- msgid "Zoom Control"
13382
- msgstr ""
13383
-
13384
- #: includes/widgets/htmega_instagram.php:261
13385
- #: includes/widgets/htmega_lightbox.php:154
13386
- msgid "Zoom Icon"
13387
- msgstr ""
13388
-
13389
- #: includes/widgets/htmega_instagram.php:211
13390
- msgid "Zoom Icon Type"
13391
- msgstr ""
13392
-
13393
- #: includes/widgets/htmega_image_magnifier.php:79
13394
- msgid "Zoom Label"
13395
- msgstr ""
13396
-
13397
- #: includes/widgets/htmega_image_magnifier.php:69
13398
- msgid "Zoomable"
13399
- msgstr ""
1
+ #, fuzzy
2
+ 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-11-19 06: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"
10
+ "Language: \n"
11
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
12
+ "MIME-Version: 1.0\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.3; wp-6.1.1\n"
17
+ "X-Domain: htmega-addons"
18
+
19
+ #: includes/widgets/htmega_twitter_feed.php:1680
20
+ msgid " days ago"
21
+ msgstr ""
22
+
23
+ #: includes/widgets/htmega_verticle_time_line.php:600
24
+ msgid " Dot Border Hover Gradient Color"
25
+ msgstr ""
26
+
27
+ #: includes/widgets/htmega_twitter_feed.php:1674
28
+ msgid " hours ago"
29
+ msgstr ""
30
+
31
+ #: includes/widgets/htmega_twitter_feed.php:1668
32
+ msgid " min ago"
33
+ msgstr ""
34
+
35
+ #: includes/widgets/htmega_twitter_feed.php:1684
36
+ msgid " months ago"
37
+ msgstr ""
38
+
39
+ #: includes/widgets/htmega_twitter_feed.php:1687
40
+ msgid " years ago"
41
+ msgstr ""
42
+
43
+ #: includes/class.htmega.php:180 includes/class.htmega.php:195
44
+ #, php-format
45
+ msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
46
+ msgstr ""
47
+
48
+ #: includes/widgets/htmega_brand.php:93 includes/widgets/htmega_brand.php:106
49
+ #: includes/widgets/htmega_image_grid.php:180
50
+ #: includes/widgets/htmega_image_masonry.php:161
51
+ msgid "#"
52
+ msgstr ""
53
+
54
+ #: includes/widgets/htmega_counter.php:175
55
+ msgid "$"
56
+ msgstr ""
57
+
58
+ #: includes/widgets/htmega_pricing_list_view.php:165
59
+ msgid "$42"
60
+ msgstr ""
61
+
62
+ #: includes/widgets/htmega_pricing_list_view.php:159
63
+ msgid "$46"
64
+ msgstr ""
65
+
66
+ #: includes/widgets/htmega_pricing_list_view.php:153
67
+ msgid "$48"
68
+ msgstr ""
69
+
70
+ #: includes/widgets/htmega_pricing_list_view.php:147
71
+ msgid "$52"
72
+ msgstr ""
73
+
74
+ #: includes/widgets/htmega_pricing_list_view.php:99
75
+ msgid "$56"
76
+ msgstr ""
77
+
78
+ #. %s: Number of installations.
79
+ #: includes/recommended-plugins/class.recommended-plugins.php:297
80
+ #, php-format
81
+ msgid "%s Active Installations"
82
+ msgstr ""
83
+
84
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:244
85
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:581
86
+ #, php-format
87
+ msgid "%s Comments"
88
+ msgstr ""
89
+
90
+ #: extensions/ht-menu/menu/templates.php:107
91
+ #: extensions/ht-menu/menu/templates.php:115
92
+ #: extensions/ht-menu/menu/templates.php:129
93
+ #: extensions/ht-menu/menu/templates.php:144
94
+ #: extensions/ht-menu/menu/templates.php:180
95
+ msgid "( Pro )"
96
+ msgstr ""
97
+
98
+ #: includes/widgets/htmega_tablepress.php:36
99
+ msgid "(no name)"
100
+ msgstr ""
101
+
102
+ #: extensions/ht-menu/menu/templates.php:136
103
+ msgid "(Pro)"
104
+ msgstr ""
105
+
106
+ #: includes/widgets/htmega_counter.php:184
107
+ msgid "+"
108
+ msgstr ""
109
+
110
+ #: includes/widgets/htmega_booked_calender.php:67
111
+ msgid "01"
112
+ msgstr ""
113
+
114
+ #: includes/widgets/htmega_booked_calender.php:68
115
+ msgid "02"
116
+ msgstr ""
117
+
118
+ #: includes/widgets/htmega_booked_calender.php:69
119
+ msgid "03"
120
+ msgstr ""
121
+
122
+ #: includes/widgets/htmega_booked_calender.php:70
123
+ msgid "04"
124
+ msgstr ""
125
+
126
+ #: includes/widgets/htmega_booked_calender.php:71
127
+ msgid "05"
128
+ msgstr ""
129
+
130
+ #: includes/widgets/htmega_booked_calender.php:72
131
+ msgid "06"
132
+ msgstr ""
133
+
134
+ #: includes/widgets/htmega_booked_calender.php:73
135
+ msgid "07"
136
+ msgstr ""
137
+
138
+ #: includes/widgets/htmega_booked_calender.php:74
139
+ msgid "08"
140
+ msgstr ""
141
+
142
+ #: includes/widgets/htmega_booked_calender.php:75
143
+ msgid "09"
144
+ msgstr ""
145
+
146
+ #: includes/widgets/htmega_data_table.php:528
147
+ #: includes/widgets/htmega_data_table.php:529
148
+ #: includes/widgets/htmega_data_table.php:535
149
+ #: includes/widgets/htmega_data_table.php:541
150
+ #: includes/widgets/htmega_data_table.php:548
151
+ #: includes/widgets/htmega_instagram.php:162
152
+ #: includes/widgets/htmega_pricing_list_view.php:1093
153
+ #: includes/widgets/htmega_pricing_list_view.php:1094
154
+ #: includes/widgets/htmega_pricing_list_view.php:1100
155
+ #: includes/widgets/htmega_pricing_list_view.php:1106
156
+ #: includes/widgets/htmega_pricing_list_view.php:1113
157
+ #: extensions/ht-builder/widgets/bl_post_archive.php:60
158
+ msgid "1"
159
+ msgstr ""
160
+
161
+ #: includes/widgets/htmega_twitter_feed.php:1671
162
+ msgid "1 hour ago"
163
+ msgstr ""
164
+
165
+ #: includes/widgets/htmega_twitter_feed.php:1665
166
+ msgid "1 min ago"
167
+ msgstr ""
168
+
169
+ #: extensions/wc-sales-notification/admin/setting.php:132
170
+ msgid "1 minute"
171
+ msgstr ""
172
+
173
+ #: includes/widgets/htmega_twitter_feed.php:1684
174
+ msgid "1 month ago"
175
+ msgstr ""
176
+
177
+ #: extensions/wc-sales-notification/admin/setting.php:157
178
+ msgid "1 week"
179
+ msgstr ""
180
+
181
+ #: includes/widgets/htmega_twitter_feed.php:1687
182
+ msgid "1 year ago"
183
+ msgstr ""
184
+
185
+ #: includes/widgets/htmega_countdown.php:425
186
+ msgid "1. Background Days"
187
+ msgstr ""
188
+
189
+ #: extensions/wc-sales-notification/admin/setting.php:133
190
+ msgid "1.5 minutes"
191
+ msgstr ""
192
+
193
+ #: includes/widgets/htmega_booked_calender.php:76
194
+ msgid "10"
195
+ msgstr ""
196
+
197
+ #: extensions/wc-sales-notification/admin/setting.php:127
198
+ msgid "10 seconds"
199
+ msgstr ""
200
+
201
+ #: includes/widgets/htmega_data_table.php:122
202
+ msgid "10,25,50,100"
203
+ msgstr ""
204
+
205
+ #: includes/widgets/htmega_booked_calender.php:77
206
+ msgid "11"
207
+ msgstr ""
208
+
209
+ #: includes/widgets/htmega_booked_calender.php:78
210
+ msgid "12"
211
+ msgstr ""
212
+
213
+ #: includes/widgets/htmega_booked_calender.php:79
214
+ msgid "13"
215
+ msgstr ""
216
+
217
+ #: includes/widgets/htmega_booked_calender.php:80
218
+ msgid "14"
219
+ msgstr ""
220
+
221
+ #: includes/widgets/htmega_booked_calender.php:81
222
+ msgid "15"
223
+ msgstr ""
224
+
225
+ #: includes/widgets/htmega_booked_calender.php:82
226
+ msgid "16"
227
+ msgstr ""
228
+
229
+ #: includes/widgets/htmega_booked_calender.php:83
230
+ msgid "17"
231
+ msgstr ""
232
+
233
+ #: includes/widgets/htmega_booked_calender.php:84
234
+ msgid "18"
235
+ msgstr ""
236
+
237
+ #: includes/widgets/htmega_booked_calender.php:85
238
+ msgid "19"
239
+ msgstr ""
240
+
241
+ #: includes/widgets/htmega_instagram.php:163
242
+ #: extensions/ht-builder/widgets/bl_post_archive.php:61
243
+ msgid "2"
244
+ msgstr ""
245
+
246
+ #: extensions/wc-sales-notification/admin/setting.php:134
247
+ msgid "2 minutes"
248
+ msgstr ""
249
+
250
+ #: extensions/wc-sales-notification/admin/setting.php:119
251
+ msgid "2 seconds"
252
+ msgstr ""
253
+
254
+ #: includes/widgets/htmega_countdown.php:450
255
+ msgid "2. Background Hours"
256
+ msgstr ""
257
+
258
+ #: includes/widgets/htmega_booked_calender.php:86
259
+ msgid "20"
260
+ msgstr ""
261
+
262
+ #: extensions/wc-sales-notification/admin/setting.php:128
263
+ msgid "20 seconds"
264
+ msgstr ""
265
+
266
+ #: includes/widgets/htmega_booked_calender.php:132
267
+ msgid "2018"
268
+ msgstr ""
269
+
270
+ #: includes/widgets/htmega_booked_calender.php:133
271
+ msgid "2019"
272
+ msgstr ""
273
+
274
+ #: includes/widgets/htmega_booked_calender.php:134
275
+ msgid "2020"
276
+ msgstr ""
277
+
278
+ #: includes/widgets/htmega_booked_calender.php:135
279
+ msgid "2021"
280
+ msgstr ""
281
+
282
+ #: includes/widgets/htmega_booked_calender.php:136
283
+ msgid "2022"
284
+ msgstr ""
285
+
286
+ #: includes/widgets/htmega_booked_calender.php:137
287
+ msgid "2023"
288
+ msgstr ""
289
+
290
+ #: includes/widgets/htmega_booked_calender.php:138
291
+ msgid "2024"
292
+ msgstr ""
293
+
294
+ #: includes/widgets/htmega_booked_calender.php:139
295
+ msgid "2025"
296
+ msgstr ""
297
+
298
+ #: includes/widgets/htmega_booked_calender.php:140
299
+ msgid "2026"
300
+ msgstr ""
301
+
302
+ #: includes/widgets/htmega_booked_calender.php:141
303
+ msgid "2027"
304
+ msgstr ""
305
+
306
+ #: includes/widgets/htmega_booked_calender.php:142
307
+ msgid "2028"
308
+ msgstr ""
309
+
310
+ #: includes/widgets/htmega_booked_calender.php:143
311
+ msgid "2029"
312
+ msgstr ""
313
+
314
+ #: includes/widgets/htmega_booked_calender.php:144
315
+ msgid "2030"
316
+ msgstr ""
317
+
318
+ #: includes/widgets/htmega_booked_calender.php:145
319
+ msgid "2031"
320
+ msgstr ""
321
+
322
+ #: includes/widgets/htmega_booked_calender.php:146
323
+ msgid "2032"
324
+ msgstr ""
325
+
326
+ #: includes/widgets/htmega_booked_calender.php:147
327
+ msgid "2033"
328
+ msgstr ""
329
+
330
+ #: includes/widgets/htmega_booked_calender.php:148
331
+ msgid "2034"
332
+ msgstr ""
333
+
334
+ #: includes/widgets/htmega_booked_calender.php:149
335
+ msgid "2035"
336
+ msgstr ""
337
+
338
+ #: includes/widgets/htmega_booked_calender.php:150
339
+ msgid "2036"
340
+ msgstr ""
341
+
342
+ #: includes/widgets/htmega_booked_calender.php:151
343
+ msgid "2037"
344
+ msgstr ""
345
+
346
+ #: includes/widgets/htmega_booked_calender.php:152
347
+ msgid "2038"
348
+ msgstr ""
349
+
350
+ #: includes/widgets/htmega_booked_calender.php:153
351
+ msgid "2039"
352
+ msgstr ""
353
+
354
+ #: includes/widgets/htmega_booked_calender.php:154
355
+ msgid "2040"
356
+ msgstr ""
357
+
358
+ #: includes/widgets/htmega_booked_calender.php:87
359
+ msgid "21"
360
+ msgstr ""
361
+
362
+ #: includes/widgets/htmega_booked_calender.php:88
363
+ msgid "22"
364
+ msgstr ""
365
+
366
+ #: includes/widgets/htmega_booked_calender.php:89
367
+ msgid "23"
368
+ msgstr ""
369
+
370
+ #: includes/widgets/htmega_googlemap.php:251
371
+ msgid "23.8103"
372
+ msgstr ""
373
+
374
+ #: includes/widgets/htmega_booked_calender.php:90
375
+ msgid "24"
376
+ msgstr ""
377
+
378
+ #: includes/widgets/htmega_booked_calender.php:91
379
+ msgid "25"
380
+ msgstr ""
381
+
382
+ #: includes/widgets/htmega_booked_calender.php:92
383
+ msgid "26"
384
+ msgstr ""
385
+
386
+ #: includes/widgets/htmega_booked_calender.php:93
387
+ msgid "27"
388
+ msgstr ""
389
+
390
+ #: includes/widgets/htmega_booked_calender.php:94
391
+ msgid "28"
392
+ msgstr ""
393
+
394
+ #: includes/widgets/htmega_booked_calender.php:95
395
+ msgid "29"
396
+ msgstr ""
397
+
398
+ #: includes/widgets/htmega_mailchimp_wp.php:68
399
+ msgid "294"
400
+ msgstr ""
401
+
402
+ #: includes/widgets/htmega_instagram.php:164
403
+ #: extensions/ht-builder/widgets/bl_post_archive.php:62
404
+ msgid "3"
405
+ msgstr ""
406
+
407
+ #: includes/widgets/htmega_weather.php:84
408
+ msgid "3 Days"
409
+ msgstr ""
410
+
411
+ #: extensions/wc-sales-notification/admin/setting.php:120
412
+ msgid "3 seconds"
413
+ msgstr ""
414
+
415
+ #: includes/widgets/htmega_countdown.php:475
416
+ msgid "3. Background Minutes"
417
+ msgstr ""
418
+
419
+ #: includes/widgets/htmega_booked_calender.php:96
420
+ msgid "30"
421
+ msgstr ""
422
+
423
+ #: extensions/wc-sales-notification/admin/setting.php:129
424
+ msgid "30 seconds"
425
+ msgstr ""
426
+
427
+ #: includes/widgets/htmega_booked_calender.php:97
428
+ msgid "31"
429
+ msgstr ""
430
+
431
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:882
432
+ msgid "360 Rotation"
433
+ msgstr ""
434
+
435
+ #: includes/widgets/htmega_instagram.php:165
436
+ #: extensions/ht-builder/widgets/bl_post_archive.php:63
437
+ msgid "4"
438
+ msgstr ""
439
+
440
+ #: includes/widgets/htmega_weather.php:85
441
+ msgid "4 Days"
442
+ msgstr ""
443
+
444
+ #: extensions/wc-sales-notification/admin/setting.php:121
445
+ #: extensions/wc-sales-notification/admin/setting.php:145
446
+ msgid "4 seconds"
447
+ msgstr ""
448
+
449
+ #: includes/widgets/htmega_countdown.php:500
450
+ msgid "4. Background Seconds"
451
+ msgstr ""
452
+
453
+ #: extensions/wc-sales-notification/admin/setting.php:130
454
+ msgid "40 seconds"
455
+ msgstr ""
456
+
457
+ #: includes/widgets/htmega_errorcontent.php:13
458
+ #: includes/widgets/htmega_errorcontent.php:43
459
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:655
460
+ msgid "404 Content"
461
+ msgstr ""
462
+
463
+ #: extensions/ht-builder/admin/setting.php:136
464
+ msgid "404 Page Template."
465
+ msgstr ""
466
+
467
+ #: includes/widgets/htmega_instagram.php:166
468
+ msgid "5"
469
+ msgstr ""
470
+
471
+ #: includes/widgets/htmega_weather.php:86
472
+ msgid "5 Days"
473
+ msgstr ""
474
+
475
+ #: extensions/wc-sales-notification/admin/setting.php:122
476
+ msgid "5 seconds"
477
+ msgstr ""
478
+
479
+ #: extensions/wc-sales-notification/admin/setting.php:131
480
+ msgid "50 seconds"
481
+ msgstr ""
482
+
483
+ #: includes/widgets/htmega_special_day_banner.php:107
484
+ msgid "50%"
485
+ msgstr ""
486
+
487
+ #: includes/widgets/htmega_instagram.php:167
488
+ msgid "6"
489
+ msgstr ""
490
+
491
+ #: includes/widgets/htmega_weather.php:87
492
+ msgid "6 Days"
493
+ msgstr ""
494
+
495
+ #: extensions/wc-sales-notification/admin/setting.php:123
496
+ msgid "6 seconds"
497
+ msgstr ""
498
+
499
+ #: extensions/wc-sales-notification/admin/setting.php:124
500
+ msgid "7 seconds"
501
+ msgstr ""
502
+
503
+ #: extensions/wc-sales-notification/admin/setting.php:125
504
+ msgid "8 seconds"
505
+ msgstr ""
506
+
507
+ #: extensions/wc-sales-notification/admin/setting.php:126
508
+ msgid "9 seconds"
509
+ msgstr ""
510
+
511
+ #: includes/widgets/htmega_googlemap.php:252
512
+ #: includes/widgets/htmega_googlemap.php:253
513
+ msgid "90.4125"
514
+ msgstr ""
515
+
516
+ #: includes/widgets/htmega_business_hours.php:94
517
+ msgid "9:00 AM - 6:00 PM"
518
+ msgstr ""
519
+
520
+ #: includes/widgets/htmega_business_hours.php:164
521
+ #: includes/widgets/htmega_business_hours.php:175
522
+ #: includes/widgets/htmega_business_hours.php:180
523
+ #: includes/widgets/htmega_business_hours.php:185
524
+ #: includes/widgets/htmega_business_hours.php:190
525
+ msgid "9:00 AM to 6:00 PM"
526
+ msgstr ""
527
+
528
+ #: includes/widgets/htmega_business_hours.php:195
529
+ msgid "9:00 AM to 6:30 PM"
530
+ msgstr ""
531
+
532
+ #: includes/class.htmega.php:159
533
+ msgid ""
534
+ "<strong>HTMEGA Addons for Elementor</strong> requires \"<strong>"
535
+ "Elementor</strong>\" plugin to be active. Please activate Elementor to "
536
+ "continue."
537
+ msgstr ""
538
+
539
+ #: includes/class.htmega.php:166
540
+ msgid ""
541
+ "<strong>HTMEGA Addons for Elementor</strong> requires \"<strong>"
542
+ "Elementor</strong>\" plugin to be active. Please install the Elementor "
543
+ "plugin to continue."
544
+ msgstr ""
545
+
546
+ #: includes/widgets/htmega_inlinemenu.php:89
547
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:83
548
+ #, php-format
549
+ msgid ""
550
+ "<strong>There are no menus in your site.</strong><br>Go to the <a "
551
+ "href=\"%s\" target=\"_blank\">Menus Option</a> to create one."
552
+ msgstr ""
553
+
554
+ #: includes/widgets/htmega_notify.php:80
555
+ msgid "<strong>Welcome,</strong>to Notification."
556
+ msgstr ""
557
+
558
+ #: includes/widgets/htmega_twitter_feed.php:102
559
+ msgid "Access Token"
560
+ msgstr ""
561
+
562
+ #: includes/widgets/htmega_twitter_feed.php:112
563
+ msgid "Access Token Secret"
564
+ msgstr ""
565
+
566
+ #: includes/widgets/htmega_accordion.php:44
567
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:106
568
+ msgid "Accordion"
569
+ msgstr ""
570
+
571
+ #: includes/widgets/htmega_accordion.php:13
572
+ msgid "Accordion / FAQ"
573
+ msgstr ""
574
+
575
+ #: includes/widgets/htmega_accordion.php:89
576
+ #: includes/widgets/htmega_accordion.php:100
577
+ #: includes/widgets/htmega_accordion.php:230
578
+ #: includes/widgets/htmega_accordion.php:232
579
+ #: includes/widgets/htmega_accordion.php:241
580
+ #: includes/widgets/htmega_accordion.php:1299
581
+ msgid "Accordion Content"
582
+ msgstr ""
583
+
584
+ #: includes/widgets/htmega_accordion.php:447
585
+ msgid "Accordion Height"
586
+ msgstr ""
587
+
588
+ #: includes/widgets/htmega_accordion.php:1054
589
+ msgid "Accordion Icon"
590
+ msgstr ""
591
+
592
+ #: includes/widgets/htmega_accordion.php:485
593
+ msgid "Accordion Item"
594
+ msgstr ""
595
+
596
+ #: includes/widgets/htmega_accordion.php:831
597
+ msgid "Accordion Item Box"
598
+ msgstr ""
599
+
600
+ #: includes/widgets/htmega_accordion.php:507
601
+ msgid "Accordion Item Spacing"
602
+ msgstr ""
603
+
604
+ #: includes/widgets/htmega_accordion.php:113
605
+ #: includes/widgets/htmega_accordion.php:175
606
+ #: includes/widgets/htmega_accordion.php:254
607
+ msgid "Accordion Items"
608
+ msgstr ""
609
+
610
+ #: includes/widgets/htmega_accordion.php:183
611
+ #: includes/widgets/htmega_accordion.php:530
612
+ #: includes/widgets/htmega_accordion.php:901
613
+ msgid "Accordion Title"
614
+ msgstr ""
615
+
616
+ #: includes/widgets/htmega_accordion.php:733
617
+ msgid "Accordion Title Collapsed"
618
+ msgstr ""
619
+
620
+ #: includes/widgets/htmega_accordion.php:133
621
+ #: includes/widgets/htmega_accordion.php:262
622
+ msgid "Accordion Title One"
623
+ msgstr ""
624
+
625
+ #: includes/widgets/htmega_accordion.php:138
626
+ #: includes/widgets/htmega_accordion.php:142
627
+ msgid "Accordion Title Two"
628
+ msgstr ""
629
+
630
+ #: admin/include/template-library.php:282
631
+ #: admin/include/template-library.php:334
632
+ #: includes/recommended-plugins/class.recommended-plugins.php:242
633
+ msgid "Activate"
634
+ msgstr ""
635
+
636
+ #: admin/include/template-library.php:293
637
+ #: admin/include/template-library.php:345
638
+ #: includes/recommended-plugins/class.recommended-plugins.php:126
639
+ #: includes/recommended-plugins/class.recommended-plugins.php:253
640
+ msgid "Activated"
641
+ msgstr ""
642
+
643
+ #: includes/class.assests.php:389
644
+ #: includes/recommended-plugins/class.recommended-plugins.php:125
645
+ msgid "Activating.."
646
+ msgstr ""
647
+
648
+ #: includes/class.assests.php:390 includes/widgets/htmega_accordion.php:667
649
+ #: includes/widgets/htmega_accordion.php:1230
650
+ #: includes/widgets/htmega_buddy_press.php:68
651
+ #: includes/widgets/htmega_carousel.php:989
652
+ #: includes/widgets/htmega_carousel.php:1189
653
+ #: includes/widgets/htmega_carousel.php:1387
654
+ #: includes/widgets/htmega_inlinemenu.php:407
655
+ #: includes/widgets/htmega_instagram.php:1239
656
+ #: includes/widgets/htmega_panel_slider.php:1205
657
+ #: includes/widgets/htmega_popover.php:204
658
+ #: includes/widgets/htmega_scroll_navigation.php:486
659
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1168
660
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1285
661
+ #: includes/widgets/htmega_switcher.php:468
662
+ #: includes/widgets/htmega_tabs.php:616 includes/widgets/htmega_tabs.php:795
663
+ #: includes/widgets/htmega_twitter_feed.php:1435
664
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:279
665
+ msgid "Active"
666
+ msgstr ""
667
+
668
+ #: includes/widgets/htmega_easy_digital_download.php:727
669
+ msgid "Active Color"
670
+ msgstr ""
671
+
672
+ #: includes/widgets/htmega_booked_calender.php:449
673
+ msgid "Active Date Background Color"
674
+ msgstr ""
675
+
676
+ #: includes/widgets/htmega_tabs.php:193
677
+ msgid "Active Icon Color"
678
+ msgstr ""
679
+
680
+ #: includes/widgets/htmega_accordion.php:1035
681
+ msgid "Active Title Line Height"
682
+ msgstr ""
683
+
684
+ #: includes/widgets/htmega_accordion.php:1020
685
+ msgid "Active Title Space"
686
+ msgstr ""
687
+
688
+ #: includes/widgets/htmega_data_table.php:134
689
+ msgid "Add all option"
690
+ msgstr ""
691
+
692
+ #: includes/widgets/htmega_add_banner.php:13
693
+ msgid "Add Banner"
694
+ msgstr ""
695
+
696
+ #: includes/widgets/htmega_panel_slider.php:219
697
+ #: includes/widgets/htmega_testimonial_grid.php:147
698
+ msgid "Add Column gap Ex. 15px"
699
+ msgstr ""
700
+
701
+ #: includes/widgets/htmega_buddy_press.php:282
702
+ msgid "Add Column Width Ex. 25%"
703
+ msgstr ""
704
+
705
+ #: includes/widgets/htmega_gallery_justify.php:58
706
+ msgid "Add Images"
707
+ msgstr ""
708
+
709
+ #: includes/widgets/htmega_wc_add_to_cart.php:120
710
+ #: includes/widgets/htmega_wc_add_to_cart.php:121
711
+ msgid "Add to Cart"
712
+ msgstr ""
713
+
714
+ #: includes/widgets/htmega_section_title.php:60
715
+ msgid "Add Your Heading Text Here"
716
+ msgstr ""
717
+
718
+ #: includes/widgets/htmega_singlepost.php:76
719
+ msgid "Additional Option"
720
+ msgstr ""
721
+
722
+ #: includes/widgets/htmega_accordion.php:420
723
+ #: extensions/ht-builder/widgets/bl_post_archive.php:90
724
+ msgid "Additional Options"
725
+ msgstr ""
726
+
727
+ #: includes/widgets/htmega_image_comparison.php:147
728
+ msgid "Additional Setting"
729
+ msgstr ""
730
+
731
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:99
732
+ msgid "Admin Posts"
733
+ msgstr ""
734
+
735
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:124
736
+ msgid "Ads Banner"
737
+ msgstr ""
738
+
739
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:68
740
+ msgid "Advance Addons"
741
+ msgstr ""
742
+
743
+ #: includes/widgets/htmega_section_title.php:80
744
+ msgid "Advance Title"
745
+ msgstr ""
746
+
747
+ #: includes/widgets/htmega_section_title.php:281
748
+ msgid "Advance Title Setting"
749
+ msgstr ""
750
+
751
+ #: includes/widgets/htmega_section_title.php:931
752
+ msgid "Advance Title style"
753
+ msgstr ""
754
+
755
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:72
756
+ msgid "Advance Widget List"
757
+ msgstr ""
758
+
759
+ #: includes/widgets/htmega_blockquote.php:405
760
+ #: includes/widgets/htmega_image_comparison.php:165
761
+ msgid "After"
762
+ msgstr ""
763
+
764
+ #: includes/widgets/htmega_counter.php:776
765
+ msgid "After Border Color"
766
+ msgstr ""
767
+
768
+ #: includes/widgets/htmega_counter.php:701
769
+ msgid "After Border Height"
770
+ msgstr ""
771
+
772
+ #: includes/widgets/htmega_counter.php:731
773
+ msgid "After Border Position"
774
+ msgstr ""
775
+
776
+ #: includes/widgets/htmega_counter.php:671
777
+ msgid "After Border Width"
778
+ msgstr ""
779
+
780
+ #: includes/widgets/htmega_newsticker.php:1225
781
+ #: includes/widgets/htmega_postgrid.php:1475
782
+ #: includes/widgets/htmega_post_grid_tab.php:1714
783
+ msgid "After Date"
784
+ msgstr ""
785
+
786
+ #: includes/widgets/htmega_image_comparison.php:70
787
+ msgid "After Image"
788
+ msgstr ""
789
+
790
+ #: includes/widgets/htmega_pricing_list_view.php:106
791
+ msgid "After Price Label"
792
+ msgstr ""
793
+
794
+ #: includes/widgets/htmega_pricing_list_view.php:1700
795
+ msgid "After Price Style"
796
+ msgstr ""
797
+
798
+ #: includes/widgets/htmega_animated_heading.php:282
799
+ msgid "After Text Style"
800
+ msgstr ""
801
+
802
+ #: includes/widgets/htmega_image_comparison.php:163
803
+ #: includes/widgets/htmega_image_comparison.php:309
804
+ msgid "After Title"
805
+ msgstr ""
806
+
807
+ #: includes/widgets/htmega_user_login_form.php:301
808
+ msgid "After/Bottom Login Button"
809
+ msgstr ""
810
+
811
+ #: includes/widgets/htmega_imagemarker.php:450
812
+ msgid "Aleart Note"
813
+ msgstr ""
814
+
815
+ #: includes/widgets/htmega_accordion.php:563
816
+ #: includes/widgets/htmega_accordion.php:754
817
+ #: includes/widgets/htmega_accordion.php:912
818
+ #: includes/widgets/htmega_accordion.php:1105
819
+ #: includes/widgets/htmega_accordion.php:1310
820
+ #: includes/widgets/htmega_accordion.php:1428
821
+ #: includes/widgets/htmega_add_banner.php:364
822
+ #: includes/widgets/htmega_blockquote.php:179
823
+ #: includes/widgets/htmega_buddy_press.php:250
824
+ #: includes/widgets/htmega_business_hours.php:387
825
+ #: includes/widgets/htmega_button.php:157
826
+ #: includes/widgets/htmega_caldera_form.php:68
827
+ #: includes/widgets/htmega_caldera_form.php:343
828
+ #: includes/widgets/htmega_call_to_action.php:326
829
+ #: includes/widgets/htmega_carousel.php:834
830
+ #: includes/widgets/htmega_contact_form_seven.php:113
831
+ #: includes/widgets/htmega_counter.php:66
832
+ #: includes/widgets/htmega_counter.php:284
833
+ #: includes/widgets/htmega_counter.php:317
834
+ #: includes/widgets/htmega_counter.php:423
835
+ #: includes/widgets/htmega_counter.php:549
836
+ #: includes/widgets/htmega_data_table.php:707
837
+ #: includes/widgets/htmega_data_table.php:826
838
+ #: includes/widgets/htmega_double_button.php:321
839
+ #: includes/widgets/htmega_dropcaps.php:80
840
+ #: includes/widgets/htmega_easy_digital_download.php:322
841
+ #: includes/widgets/htmega_easy_digital_download.php:690
842
+ #: includes/widgets/htmega_errorcontent.php:245
843
+ #: includes/widgets/htmega_gravity_forms.php:145
844
+ #: includes/widgets/htmega_gravity_forms.php:201
845
+ #: includes/widgets/htmega_gravity_forms.php:235
846
+ #: includes/widgets/htmega_gravity_forms.php:540
847
+ #: includes/widgets/htmega_gravity_forms.php:771
848
+ #: includes/widgets/htmega_imagemarker.php:706
849
+ #: includes/widgets/htmega_image_grid.php:287
850
+ #: includes/widgets/htmega_image_grid.php:384
851
+ #: includes/widgets/htmega_image_masonry.php:263
852
+ #: includes/widgets/htmega_image_masonry.php:360
853
+ #: includes/widgets/htmega_inlinemenu.php:117
854
+ #: includes/widgets/htmega_instagram.php:1480
855
+ #: includes/widgets/htmega_lightbox.php:192
856
+ #: includes/widgets/htmega_lightbox.php:305
857
+ #: includes/widgets/htmega_mailchimp_wp.php:125
858
+ #: includes/widgets/htmega_modal.php:346 includes/widgets/htmega_modal.php:1001
859
+ #: includes/widgets/htmega_newsticker.php:362
860
+ #: includes/widgets/htmega_ninja_form.php:184
861
+ #: includes/widgets/htmega_ninja_form.php:286
862
+ #: includes/widgets/htmega_ninja_form.php:320
863
+ #: includes/widgets/htmega_ninja_form.php:607
864
+ #: includes/widgets/htmega_ninja_form.php:818
865
+ #: includes/widgets/htmega_ninja_form.php:1030
866
+ #: includes/widgets/htmega_notify.php:278
867
+ #: includes/widgets/htmega_notify.php:558
868
+ #: includes/widgets/htmega_notify.php:824
869
+ #: includes/widgets/htmega_offcanvas.php:279
870
+ #: includes/widgets/htmega_offcanvas.php:371
871
+ #: includes/widgets/htmega_panel_slider.php:599
872
+ #: includes/widgets/htmega_popover.php:261
873
+ #: includes/widgets/htmega_popover.php:657
874
+ #: includes/widgets/htmega_popover.php:761
875
+ #: includes/widgets/htmega_postgrid.php:201
876
+ #: includes/widgets/htmega_postgrid.php:425
877
+ #: includes/widgets/htmega_postgrid.php:538
878
+ #: includes/widgets/htmega_post_grid_tab.php:309
879
+ #: includes/widgets/htmega_post_grid_tab.php:403
880
+ #: includes/widgets/htmega_post_grid_tab.php:490
881
+ #: includes/widgets/htmega_post_grid_tab.php:713
882
+ #: includes/widgets/htmega_pricing_list_view.php:469
883
+ #: includes/widgets/htmega_pricing_list_view.php:1124
884
+ #: includes/widgets/htmega_quforms.php:86
885
+ #: includes/widgets/htmega_quforms.php:206
886
+ #: includes/widgets/htmega_quforms.php:327
887
+ #: includes/widgets/htmega_quforms.php:547
888
+ #: includes/widgets/htmega_quforms.php:765
889
+ #: includes/widgets/htmega_search.php:152
890
+ #: includes/widgets/htmega_section_title.php:411
891
+ #: includes/widgets/htmega_service.php:237
892
+ #: includes/widgets/htmega_service.php:421
893
+ #: includes/widgets/htmega_service.php:526
894
+ #: includes/widgets/htmega_service.php:715
895
+ #: includes/widgets/htmega_service.php:977
896
+ #: includes/widgets/htmega_singlepost.php:206
897
+ #: includes/widgets/htmega_singlepost.php:302
898
+ #: includes/widgets/htmega_singlepost.php:409
899
+ #: includes/widgets/htmega_socialshere.php:370
900
+ #: includes/widgets/htmega_special_day_banner.php:261
901
+ #: includes/widgets/htmega_tablepress.php:209
902
+ #: includes/widgets/htmega_tablepress.php:366
903
+ #: includes/widgets/htmega_tabs.php:509
904
+ #: includes/widgets/htmega_teammember.php:612
905
+ #: includes/widgets/htmega_teammember.php:741
906
+ #: includes/widgets/htmega_teammember.php:831
907
+ #: includes/widgets/htmega_teammember.php:922
908
+ #: includes/widgets/htmega_teammember.php:989
909
+ #: includes/widgets/htmega_testimonial_grid.php:549
910
+ #: includes/widgets/htmega_toggle.php:192
911
+ #: includes/widgets/htmega_tooltip.php:237
912
+ #: includes/widgets/htmega_user_login_form.php:145
913
+ #: includes/widgets/htmega_user_login_form.php:367
914
+ #: includes/widgets/htmega_user_login_form.php:567
915
+ #: includes/widgets/htmega_videoplayer.php:292
916
+ #: includes/widgets/htmega_wc_categories.php:375
917
+ #: includes/widgets/htmega_wpforms.php:176
918
+ #: includes/widgets/htmega_wpforms.php:278
919
+ #: includes/widgets/htmega_wpforms.php:313
920
+ #: includes/widgets/htmega_wpforms.php:610
921
+ #: includes/widgets/htmega_wpforms.php:829
922
+ #: includes/widgets/htmega_wpforms.php:1057
923
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:111
924
+ #: extensions/ht-builder/widgets/bl_page_title.php:133
925
+ #: extensions/ht-builder/widgets/bl_post_archive.php:298
926
+ #: extensions/ht-builder/widgets/bl_post_archive.php:379
927
+ #: extensions/ht-builder/widgets/bl_post_archive.php:486
928
+ #: extensions/ht-builder/widgets/bl_post_archive.php:592
929
+ #: extensions/ht-builder/widgets/bl_post_archive.php:672
930
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:135
931
+ #: extensions/ht-builder/widgets/bl_post_content.php:68
932
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:68
933
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:67
934
+ #: extensions/ht-builder/widgets/bl_post_title.php:98
935
+ #: extensions/ht-builder/widgets/bl_site_logo.php:155
936
+ #: extensions/ht-builder/widgets/bl_site_title.php:135
937
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:162
938
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:163
939
+ msgid "Alignment"
940
+ msgstr ""
941
+
942
+ #: admin/include/templates_list.php:52
943
+ msgid "ALL"
944
+ msgstr ""
945
+
946
+ #: includes/widgets/htmega_data_table.php:150
947
+ msgid "All"
948
+ msgstr ""
949
+
950
+ #: admin/include/templates_list.php:41
951
+ msgid "All Builders"
952
+ msgstr ""
953
+
954
+ #: includes/widgets/htmega_service.php:305
955
+ #: includes/widgets/htmega_testimonial_grid.php:359
956
+ #: includes/widgets/htmega_working_process.php:599
957
+ msgid "All Content Color"
958
+ msgstr ""
959
+
960
+ #: extensions/ht-menu/classes/class.mega-menu.php:246
961
+ #: extensions/ht-menu/menu/templates.php:194
962
+ msgid "All Data Saved"
963
+ msgstr ""
964
+
965
+ #: includes/class.assests.php:379
966
+ msgid "All Items have been Loaded"
967
+ msgstr ""
968
+
969
+ #: includes/widgets/htmega_accordion.php:134
970
+ #: includes/widgets/htmega_accordion.php:139
971
+ #: includes/widgets/htmega_accordion.php:143
972
+ #: includes/widgets/htmega_accordion.php:263
973
+ msgid ""
974
+ "Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry "
975
+ "richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard "
976
+ "dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon "
977
+ "tempor, sunt aliqua put a bird on it squid single-origin coffee nulla "
978
+ "assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore "
979
+ "wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher "
980
+ "vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic "
981
+ "synth nesciunt you probably have not heard of them accusamus labore "
982
+ "sustainable VHS."
983
+ msgstr ""
984
+
985
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:115
986
+ msgid "Animate Heading"
987
+ msgstr ""
988
+
989
+ #: includes/widgets/htmega_teammember.php:119
990
+ msgid "Animate Top on Mobile Layout"
991
+ msgstr ""
992
+
993
+ #: includes/widgets/htmega_newsticker.php:119
994
+ msgid "Animated duration"
995
+ msgstr ""
996
+
997
+ #: includes/widgets/htmega_animated_heading.php:13
998
+ #: includes/widgets/htmega_animated_heading.php:42
999
+ msgid "Animated Heading"
1000
+ msgstr ""
1001
+
1002
+ #: includes/widgets/htmega_animated_heading.php:102
1003
+ msgid "Animated Heading Text"
1004
+ msgstr ""
1005
+
1006
+ #: includes/widgets/htmega_animated_heading.php:369
1007
+ msgid "Animated Text Style"
1008
+ msgstr ""
1009
+
1010
+ #: includes/widgets/htmega_videoplayer.php:429
1011
+ msgid "Animation Border Color"
1012
+ msgstr ""
1013
+
1014
+ #: extensions/wc-sales-notification/admin/setting.php:164
1015
+ msgid "Animation In"
1016
+ msgstr ""
1017
+
1018
+ #: extensions/wc-sales-notification/admin/setting.php:176
1019
+ msgid "Animation Out"
1020
+ msgstr ""
1021
+
1022
+ #: includes/widgets/htmega_newsticker.php:110
1023
+ msgid "Animation Speed"
1024
+ msgstr ""
1025
+
1026
+ #: includes/widgets/htmega_carousel.php:429
1027
+ msgid "Animation Style"
1028
+ msgstr ""
1029
+
1030
+ #: includes/widgets/htmega_animated_heading.php:67
1031
+ msgid "Animation Type"
1032
+ msgstr ""
1033
+
1034
+ #: includes/widgets/htmega_googlemap.php:163
1035
+ msgid "Another Place"
1036
+ msgstr ""
1037
+
1038
+ #: includes/widgets/htmega_booked_calender.php:563
1039
+ msgid "Appointment Button"
1040
+ msgstr ""
1041
+
1042
+ #: includes/widgets/htmega_booked_calender.php:414
1043
+ msgid "Appointments"
1044
+ msgstr ""
1045
+
1046
+ #: includes/widgets/htmega_booked_calender.php:112
1047
+ msgid "April"
1048
+ msgstr ""
1049
+
1050
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1077
1051
+ msgid "Archive Posts"
1052
+ msgstr ""
1053
+
1054
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:39
1055
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:60
1056
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:170
1057
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1086
1058
+ msgid "Archive Title"
1059
+ msgstr ""
1060
+
1061
+ #: includes/widgets/htmega_buddy_press.php:175
1062
+ #: includes/widgets/htmega_popover.php:508
1063
+ msgid "Area"
1064
+ msgstr ""
1065
+
1066
+ #: includes/widgets/htmega_imagemarker.php:100
1067
+ msgid "Area padding"
1068
+ msgstr ""
1069
+
1070
+ #: includes/widgets/htmega_carousel.php:535
1071
+ #: includes/widgets/htmega_instagram.php:912
1072
+ #: includes/widgets/htmega_panel_slider.php:793
1073
+ #: includes/widgets/htmega_popover.php:795
1074
+ #: includes/widgets/htmega_slider_thumb_gallery.php:802
1075
+ #: includes/widgets/htmega_tooltip.php:548
1076
+ #: includes/widgets/htmega_twitter_feed.php:1053
1077
+ msgid "Arrow"
1078
+ msgstr ""
1079
+
1080
+ #: includes/widgets/htmega_popover.php:821
1081
+ msgid "Arrow Background Color"
1082
+ msgstr ""
1083
+
1084
+ #: includes/widgets/htmega_popover.php:802
1085
+ msgid "Arrow Border Color"
1086
+ msgstr ""
1087
+
1088
+ #: includes/widgets/htmega_working_process.php:270
1089
+ msgid "Arrow Border Height"
1090
+ msgstr ""
1091
+
1092
+ #: includes/widgets/htmega_testimonial_grid.php:655
1093
+ #: includes/widgets/htmega_tooltip.php:554
1094
+ #: includes/widgets/htmega_verticle_time_line.php:414
1095
+ #: includes/widgets/htmega_verticle_time_line.php:455
1096
+ msgid "Arrow Color"
1097
+ msgstr ""
1098
+
1099
+ #: includes/widgets/htmega_working_process.php:320
1100
+ msgid "Arrow Hover Color"
1101
+ msgstr ""
1102
+
1103
+ #: includes/widgets/htmega_working_process.php:291
1104
+ msgid "Arrow Left Color"
1105
+ msgstr ""
1106
+
1107
+ #: includes/widgets/htmega_working_process.php:306
1108
+ msgid "Arrow Right Color"
1109
+ msgstr ""
1110
+
1111
+ #: includes/widgets/htmega_easy_digital_download.php:216
1112
+ msgid "ASC"
1113
+ msgstr ""
1114
+
1115
+ #: includes/widgets/htmega_job_manager.php:83
1116
+ #: includes/widgets/htmega_newsticker.php:1241
1117
+ #: includes/widgets/htmega_postgrid.php:1491
1118
+ #: includes/widgets/htmega_post_grid_tab.php:1730
1119
+ #: includes/widgets/htmega_wc_categories.php:144
1120
+ #: extensions/ht-builder/widgets/bl_post_archive.php:220
1121
+ msgid "Ascending"
1122
+ msgstr ""
1123
+
1124
+ #: includes/widgets/htmega_verticle_time_line.php:109
1125
+ msgid "Aug<br/>2018"
1126
+ msgstr ""
1127
+
1128
+ #: includes/widgets/htmega_booked_calender.php:116
1129
+ msgid "August"
1130
+ msgstr ""
1131
+
1132
+ #: includes/widgets/htmega_job_manager.php:101
1133
+ #: includes/widgets/htmega_newsticker.php:1093
1134
+ #: includes/widgets/htmega_postgrid.php:1343
1135
+ #: includes/widgets/htmega_post_grid_tab.php:1582
1136
+ #: includes/widgets/htmega_singlepost.php:119
1137
+ #: includes/widgets/htmega_twitter_feed.php:688
1138
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:71
1139
+ msgid "Author"
1140
+ msgstr ""
1141
+
1142
+ #: includes/widgets/htmega_twitter_feed.php:754
1143
+ msgid "Author Image Style"
1144
+ msgstr ""
1145
+
1146
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:39
1147
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1131
1148
+ msgid "Author Info"
1149
+ msgstr ""
1150
+
1151
+ #: includes/widgets/htmega_newsticker.php:1101
1152
+ #: includes/widgets/htmega_postgrid.php:1351
1153
+ #: includes/widgets/htmega_post_grid_tab.php:1590
1154
+ msgid "Authors"
1155
+ msgstr ""
1156
+
1157
+ #: includes/widgets/htmega_instragram_feed.php:71
1158
+ #: includes/widgets/htmega_notify.php:235
1159
+ msgid "Auto"
1160
+ msgstr ""
1161
+
1162
+ #: includes/widgets/htmega_videoplayer.php:162
1163
+ msgid "Auto Play"
1164
+ msgstr ""
1165
+
1166
+ #: includes/widgets/htmega_newsticker.php:164
1167
+ msgid "Auto Start"
1168
+ msgstr ""
1169
+
1170
+ #: includes/widgets/htmega_carousel.php:281
1171
+ #: includes/widgets/htmega_instagram.php:476
1172
+ #: includes/widgets/htmega_panel_slider.php:381
1173
+ #: includes/widgets/htmega_slider_thumb_gallery.php:271
1174
+ #: includes/widgets/htmega_twitter_feed.php:403
1175
+ msgid "Autoplay animation speed"
1176
+ msgstr ""
1177
+
1178
+ #: includes/widgets/htmega_carousel.php:268
1179
+ #: includes/widgets/htmega_instagram.php:463
1180
+ #: includes/widgets/htmega_panel_slider.php:368
1181
+ #: includes/widgets/htmega_slider_thumb_gallery.php:260
1182
+ #: includes/widgets/htmega_twitter_feed.php:390
1183
+ msgid "Autoplay speed"
1184
+ msgstr ""
1185
+
1186
+ #: includes/widgets/htmega_booked_calender.php:302
1187
+ msgid "Available Date"
1188
+ msgstr ""
1189
+
1190
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:176
1191
+ msgid "Avatar"
1192
+ msgstr ""
1193
+
1194
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:108
1195
+ msgid "Avater Image Position"
1196
+ msgstr ""
1197
+
1198
+ #: includes/widgets/htmega_errorcontent.php:136
1199
+ #: includes/widgets/htmega_errorcontent.php:542
1200
+ msgid "Back Button"
1201
+ msgstr ""
1202
+
1203
+ #: includes/widgets/htmega_errorcontent.php:144
1204
+ #: includes/widgets/htmega_errorcontent.php:145
1205
+ #: includes/widgets/htmega_errorcontent.php:193
1206
+ msgid "Back To Home"
1207
+ msgstr ""
1208
+
1209
+ #: admin/include/templates_list.php:72
1210
+ #: admin/include/templates/library/templates.php:83
1211
+ msgid "Back to Library"
1212
+ msgstr ""
1213
+
1214
+ #: includes/widgets/htmega_accordion.php:589
1215
+ #: includes/widgets/htmega_accordion.php:674
1216
+ #: includes/widgets/htmega_accordion.php:792
1217
+ #: includes/widgets/htmega_accordion.php:843
1218
+ #: includes/widgets/htmega_accordion.php:939
1219
+ #: includes/widgets/htmega_accordion.php:1127
1220
+ #: includes/widgets/htmega_accordion.php:1238
1221
+ #: includes/widgets/htmega_accordion.php:1388
1222
+ #: includes/widgets/htmega_add_banner.php:394
1223
+ #: includes/widgets/htmega_add_banner.php:668
1224
+ #: includes/widgets/htmega_add_banner.php:747
1225
+ #: includes/widgets/htmega_animated_heading.php:203
1226
+ #: includes/widgets/htmega_animated_heading.php:334
1227
+ #: includes/widgets/htmega_animated_heading.php:422
1228
+ #: includes/widgets/htmega_blockquote.php:211
1229
+ #: includes/widgets/htmega_blockquote.php:520
1230
+ #: includes/widgets/htmega_blockquote.php:701
1231
+ #: includes/widgets/htmega_booked_calender.php:256
1232
+ #: includes/widgets/htmega_booked_calender.php:309
1233
+ #: includes/widgets/htmega_booked_calender.php:425
1234
+ #: includes/widgets/htmega_brand.php:178 includes/widgets/htmega_brand.php:203
1235
+ #: includes/widgets/htmega_brand.php:239 includes/widgets/htmega_brand.php:264
1236
+ #: includes/widgets/htmega_buddy_press.php:204
1237
+ #: includes/widgets/htmega_business_hours.php:217
1238
+ #: includes/widgets/htmega_business_hours.php:230
1239
+ #: includes/widgets/htmega_business_hours.php:309
1240
+ #: includes/widgets/htmega_business_hours.php:437
1241
+ #: includes/widgets/htmega_business_hours.php:532
1242
+ #: includes/widgets/htmega_business_hours.php:571
1243
+ #: includes/widgets/htmega_button.php:249
1244
+ #: includes/widgets/htmega_button.php:277
1245
+ #: includes/widgets/htmega_button.php:372
1246
+ #: includes/widgets/htmega_button.php:392
1247
+ #: includes/widgets/htmega_call_to_action.php:358
1248
+ #: includes/widgets/htmega_call_to_action.php:435
1249
+ #: includes/widgets/htmega_call_to_action.php:720
1250
+ #: includes/widgets/htmega_call_to_action.php:857
1251
+ #: includes/widgets/htmega_call_to_action.php:926
1252
+ #: includes/widgets/htmega_call_to_action.php:1063
1253
+ #: includes/widgets/htmega_carousel.php:599
1254
+ #: includes/widgets/htmega_carousel.php:774
1255
+ #: includes/widgets/htmega_carousel.php:864
1256
+ #: includes/widgets/htmega_carousel.php:997
1257
+ #: includes/widgets/htmega_carousel.php:1103
1258
+ #: includes/widgets/htmega_carousel.php:1197
1259
+ #: includes/widgets/htmega_carousel.php:1330
1260
+ #: includes/widgets/htmega_carousel.php:1414
1261
+ #: includes/widgets/htmega_contact_form_seven.php:140
1262
+ #: includes/widgets/htmega_countdown.php:413
1263
+ #: includes/widgets/htmega_countdown.php:438
1264
+ #: includes/widgets/htmega_countdown.php:463
1265
+ #: includes/widgets/htmega_countdown.php:488
1266
+ #: includes/widgets/htmega_countdown.php:513
1267
+ #: includes/widgets/htmega_countdown.php:783
1268
+ #: includes/widgets/htmega_countdown.php:869
1269
+ #: includes/widgets/htmega_countdown.php:953
1270
+ #: includes/widgets/htmega_counter.php:202
1271
+ #: includes/widgets/htmega_counter.php:478
1272
+ #: includes/widgets/htmega_counter.php:603
1273
+ #: includes/widgets/htmega_counter.php:869
1274
+ #: includes/widgets/htmega_counter.php:959
1275
+ #: includes/widgets/htmega_counter.php:1048
1276
+ #: includes/widgets/htmega_data_table.php:233
1277
+ #: includes/widgets/htmega_data_table.php:495
1278
+ #: includes/widgets/htmega_data_table.php:571
1279
+ #: includes/widgets/htmega_data_table.php:657
1280
+ #: includes/widgets/htmega_data_table.php:950
1281
+ #: includes/widgets/htmega_data_table.php:1029
1282
+ #: includes/widgets/htmega_double_button.php:524
1283
+ #: includes/widgets/htmega_double_button.php:611
1284
+ #: includes/widgets/htmega_double_button.php:697
1285
+ #: includes/widgets/htmega_double_button.php:783
1286
+ #: includes/widgets/htmega_double_button.php:880
1287
+ #: includes/widgets/htmega_dropcaps.php:131
1288
+ #: includes/widgets/htmega_dropcaps.php:230
1289
+ #: includes/widgets/htmega_easy_digital_download.php:561
1290
+ #: includes/widgets/htmega_easy_digital_download.php:640
1291
+ #: includes/widgets/htmega_errorcontent.php:570
1292
+ #: includes/widgets/htmega_errorcontent.php:656
1293
+ #: includes/widgets/htmega_errorcontent.php:721
1294
+ #: includes/widgets/htmega_errorcontent.php:807
1295
+ #: includes/widgets/htmega_googlemap.php:306
1296
+ #: includes/widgets/htmega_googlemap.php:391
1297
+ #: includes/widgets/htmega_googlemap.php:447
1298
+ #: includes/widgets/htmega_gravity_forms.php:259
1299
+ #: includes/widgets/htmega_imagemarker.php:52
1300
+ #: includes/widgets/htmega_imagemarker.php:654
1301
+ #: includes/widgets/htmega_imagemarker.php:733
1302
+ #: includes/widgets/htmega_image_comparison.php:102
1303
+ #: includes/widgets/htmega_image_comparison.php:284
1304
+ #: includes/widgets/htmega_image_comparison.php:365
1305
+ #: includes/widgets/htmega_image_comparison.php:454
1306
+ #: includes/widgets/htmega_image_comparison.php:520
1307
+ #: includes/widgets/htmega_image_comparison.php:540
1308
+ #: includes/widgets/htmega_image_grid.php:331
1309
+ #: includes/widgets/htmega_image_grid.php:490
1310
+ #: includes/widgets/htmega_image_grid.php:562
1311
+ #: includes/widgets/htmega_image_masonry.php:307
1312
+ #: includes/widgets/htmega_image_masonry.php:477
1313
+ #: includes/widgets/htmega_image_masonry.php:558
1314
+ #: includes/widgets/htmega_inlinemenu.php:166
1315
+ #: includes/widgets/htmega_inlinemenu.php:265
1316
+ #: includes/widgets/htmega_inlinemenu.php:428
1317
+ #: includes/widgets/htmega_instagram.php:625
1318
+ #: includes/widgets/htmega_instagram.php:671
1319
+ #: includes/widgets/htmega_instagram.php:814
1320
+ #: includes/widgets/htmega_instagram.php:974
1321
+ #: includes/widgets/htmega_instagram.php:1093
1322
+ #: includes/widgets/htmega_instagram.php:1153
1323
+ #: includes/widgets/htmega_instagram.php:1247
1324
+ #: includes/widgets/htmega_instagram.php:1313
1325
+ #: includes/widgets/htmega_instagram.php:1410
1326
+ #: includes/widgets/htmega_lightbox.php:354
1327
+ #: includes/widgets/htmega_mailchimp_wp.php:116
1328
+ #: includes/widgets/htmega_modal.php:249 includes/widgets/htmega_modal.php:455
1329
+ #: includes/widgets/htmega_modal.php:516 includes/widgets/htmega_modal.php:613
1330
+ #: includes/widgets/htmega_modal.php:701 includes/widgets/htmega_modal.php:776
1331
+ #: includes/widgets/htmega_modal.php:868 includes/widgets/htmega_modal.php:946
1332
+ #: includes/widgets/htmega_newsticker.php:267
1333
+ #: includes/widgets/htmega_newsticker.php:426
1334
+ #: includes/widgets/htmega_newsticker.php:555
1335
+ #: includes/widgets/htmega_newsticker.php:662
1336
+ #: includes/widgets/htmega_newsticker.php:786
1337
+ #: includes/widgets/htmega_newsticker.php:843
1338
+ #: includes/widgets/htmega_ninja_form.php:344
1339
+ #: includes/widgets/htmega_notify.php:370
1340
+ #: includes/widgets/htmega_notify.php:437
1341
+ #: includes/widgets/htmega_notify.php:522
1342
+ #: includes/widgets/htmega_notify.php:671
1343
+ #: includes/widgets/htmega_offcanvas.php:362
1344
+ #: includes/widgets/htmega_offcanvas.php:474
1345
+ #: includes/widgets/htmega_offcanvas.php:505
1346
+ #: includes/widgets/htmega_panel_slider.php:580
1347
+ #: includes/widgets/htmega_panel_slider.php:639
1348
+ #: includes/widgets/htmega_panel_slider.php:853
1349
+ #: includes/widgets/htmega_panel_slider.php:1042
1350
+ #: includes/widgets/htmega_panel_slider.php:1162
1351
+ #: includes/widgets/htmega_panel_slider.php:1213
1352
+ #: includes/widgets/htmega_popover.php:395
1353
+ #: includes/widgets/htmega_popover.php:473
1354
+ #: includes/widgets/htmega_popover.php:542
1355
+ #: includes/widgets/htmega_popover.php:628
1356
+ #: includes/widgets/htmega_popover.php:732
1357
+ #: includes/widgets/htmega_postgrid.php:139
1358
+ #: includes/widgets/htmega_postgrid.php:626
1359
+ #: includes/widgets/htmega_post_grid_tab.php:180
1360
+ #: includes/widgets/htmega_post_grid_tab.php:256
1361
+ #: includes/widgets/htmega_post_grid_tab.php:589
1362
+ #: includes/widgets/htmega_post_grid_tab.php:619
1363
+ #: includes/widgets/htmega_post_grid_tab.php:809
1364
+ #: includes/widgets/htmega_post_grid_tab.php:859
1365
+ #: includes/widgets/htmega_post_grid_tab.php:924
1366
+ #: includes/widgets/htmega_post_grid_tab.php:982
1367
+ #: includes/widgets/htmega_post_grid_tab.php:1013
1368
+ #: includes/widgets/htmega_progress_bar.php:487
1369
+ #: includes/widgets/htmega_progress_bar.php:668
1370
+ #: includes/widgets/htmega_quforms.php:110
1371
+ #: includes/widgets/htmega_quforms.php:230
1372
+ #: includes/widgets/htmega_scroll_image.php:174
1373
+ #: includes/widgets/htmega_scroll_image.php:317
1374
+ #: includes/widgets/htmega_scroll_navigation.php:400
1375
+ #: includes/widgets/htmega_scroll_navigation.php:494
1376
+ #: includes/widgets/htmega_search.php:262
1377
+ #: includes/widgets/htmega_search.php:407
1378
+ #: includes/widgets/htmega_search.php:494
1379
+ #: includes/widgets/htmega_search.php:624
1380
+ #: includes/widgets/htmega_search.php:748
1381
+ #: includes/widgets/htmega_search.php:922
1382
+ #: includes/widgets/htmega_search.php:969
1383
+ #: includes/widgets/htmega_section_title.php:378
1384
+ #: includes/widgets/htmega_section_title.php:635
1385
+ #: includes/widgets/htmega_section_title.php:866
1386
+ #: includes/widgets/htmega_section_title.php:1016
1387
+ #: includes/widgets/htmega_service.php:210
1388
+ #: includes/widgets/htmega_service.php:278
1389
+ #: includes/widgets/htmega_service.php:330
1390
+ #: includes/widgets/htmega_service.php:686
1391
+ #: includes/widgets/htmega_service.php:768
1392
+ #: includes/widgets/htmega_service.php:813
1393
+ #: includes/widgets/htmega_service.php:948
1394
+ #: includes/widgets/htmega_service.php:1076
1395
+ #: includes/widgets/htmega_service.php:1128
1396
+ #: includes/widgets/htmega_singlepost.php:294
1397
+ #: includes/widgets/htmega_singlepost.php:472
1398
+ #: includes/widgets/htmega_slider_thumb_gallery.php:790
1399
+ #: includes/widgets/htmega_slider_thumb_gallery.php:865
1400
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1010
1401
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1082
1402
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1176
1403
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1293
1404
+ #: includes/widgets/htmega_socialshere.php:131
1405
+ #: includes/widgets/htmega_socialshere.php:241
1406
+ #: includes/widgets/htmega_socialshere.php:292
1407
+ #: includes/widgets/htmega_socialshere.php:591
1408
+ #: includes/widgets/htmega_socialshere.php:702
1409
+ #: includes/widgets/htmega_socialshere.php:733
1410
+ #: includes/widgets/htmega_special_day_banner.php:322
1411
+ #: includes/widgets/htmega_special_day_banner.php:691
1412
+ #: includes/widgets/htmega_special_day_banner.php:770
1413
+ #: includes/widgets/htmega_switcher.php:284
1414
+ #: includes/widgets/htmega_switcher.php:416
1415
+ #: includes/widgets/htmega_switcher.php:491
1416
+ #: includes/widgets/htmega_switcher.php:603
1417
+ #: includes/widgets/htmega_tablepress.php:151
1418
+ #: includes/widgets/htmega_tablepress.php:270
1419
+ #: includes/widgets/htmega_tablepress.php:314
1420
+ #: includes/widgets/htmega_tabs.php:147 includes/widgets/htmega_tabs.php:168
1421
+ #: includes/widgets/htmega_tabs.php:306 includes/widgets/htmega_tabs.php:559
1422
+ #: includes/widgets/htmega_tabs.php:636 includes/widgets/htmega_tabs.php:722
1423
+ #: includes/widgets/htmega_tabs.php:816 includes/widgets/htmega_tabs.php:882
1424
+ #: includes/widgets/htmega_teammember.php:386
1425
+ #: includes/widgets/htmega_teammember.php:487
1426
+ #: includes/widgets/htmega_teammember.php:523
1427
+ #: includes/widgets/htmega_teammember.php:546
1428
+ #: includes/widgets/htmega_testimonial_grid.php:298
1429
+ #: includes/widgets/htmega_testimonial_grid.php:343
1430
+ #: includes/widgets/htmega_testimonial_grid.php:644
1431
+ #: includes/widgets/htmega_toggle.php:311
1432
+ #: includes/widgets/htmega_toggle.php:363
1433
+ #: includes/widgets/htmega_tooltip.php:372
1434
+ #: includes/widgets/htmega_tooltip.php:450
1435
+ #: includes/widgets/htmega_tooltip.php:525
1436
+ #: includes/widgets/htmega_twitter_feed.php:552
1437
+ #: includes/widgets/htmega_twitter_feed.php:1117
1438
+ #: includes/widgets/htmega_twitter_feed.php:1254
1439
+ #: includes/widgets/htmega_twitter_feed.php:1314
1440
+ #: includes/widgets/htmega_twitter_feed.php:1443
1441
+ #: includes/widgets/htmega_user_login_form.php:558
1442
+ #: includes/widgets/htmega_user_login_form.php:852
1443
+ #: includes/widgets/htmega_user_login_form.php:1124
1444
+ #: includes/widgets/htmega_user_login_form.php:1243
1445
+ #: includes/widgets/htmega_user_login_form.php:1322
1446
+ #: includes/widgets/htmega_user_login_form.php:1427
1447
+ #: includes/widgets/htmega_user_login_form.php:1492
1448
+ #: includes/widgets/htmega_verticle_time_line.php:403
1449
+ #: includes/widgets/htmega_verticle_time_line.php:444
1450
+ #: includes/widgets/htmega_verticle_time_line.php:484
1451
+ #: includes/widgets/htmega_verticle_time_line.php:613
1452
+ #: includes/widgets/htmega_videoplayer.php:242
1453
+ #: includes/widgets/htmega_videoplayer.php:357
1454
+ #: includes/widgets/htmega_videoplayer.php:494
1455
+ #: includes/widgets/htmega_wc_categories.php:184
1456
+ #: includes/widgets/htmega_wc_categories.php:246
1457
+ #: includes/widgets/htmega_wc_categories.php:321
1458
+ #: includes/widgets/htmega_wc_categories.php:423
1459
+ #: includes/widgets/htmega_wc_element_pages.php:1735
1460
+ #: includes/widgets/htmega_wc_element_pages.php:1812
1461
+ #: includes/widgets/htmega_weather.php:297
1462
+ #: includes/widgets/htmega_working_process.php:200
1463
+ #: includes/widgets/htmega_working_process.php:378
1464
+ #: includes/widgets/htmega_working_process.php:392
1465
+ #: includes/widgets/htmega_working_process.php:587
1466
+ #: includes/widgets/htmega_working_process.php:802
1467
+ #: includes/widgets/htmega_working_process.php:1004
1468
+ #: includes/widgets/htmega_working_process.php:1083
1469
+ #: includes/widgets/htmega_wpforms.php:337
1470
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:161
1471
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:246
1472
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:299
1473
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:352
1474
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:394
1475
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:447
1476
+ #: extensions/ht-menu/menu/templates.php:143
1477
+ msgid "Background"
1478
+ msgstr ""
1479
+
1480
+ #: includes/widgets/htmega_booked_calender.php:675
1481
+ #: includes/widgets/htmega_business_hours.php:144
1482
+ #: includes/widgets/htmega_caldera_form.php:227
1483
+ #: includes/widgets/htmega_caldera_form.php:387
1484
+ #: includes/widgets/htmega_caldera_form.php:465
1485
+ #: includes/widgets/htmega_caldera_form.php:574
1486
+ #: includes/widgets/htmega_caldera_form.php:646
1487
+ #: includes/widgets/htmega_caldera_form.php:685
1488
+ #: includes/widgets/htmega_caldera_form.php:724
1489
+ #: includes/widgets/htmega_carousel.php:445
1490
+ #: includes/widgets/htmega_contact_form_seven.php:221
1491
+ #: includes/widgets/htmega_contact_form_seven.php:373
1492
+ #: includes/widgets/htmega_contact_form_seven.php:493
1493
+ #: includes/widgets/htmega_contact_form_seven.php:599
1494
+ #: includes/widgets/htmega_contact_form_seven.php:662
1495
+ #: includes/widgets/htmega_contact_form_seven.php:846
1496
+ #: includes/widgets/htmega_contact_form_seven.php:934
1497
+ #: includes/widgets/htmega_custom_event.php:342
1498
+ #: includes/widgets/htmega_gravity_forms.php:404
1499
+ #: includes/widgets/htmega_gravity_forms.php:574
1500
+ #: includes/widgets/htmega_gravity_forms.php:706
1501
+ #: includes/widgets/htmega_gravity_forms.php:816
1502
+ #: includes/widgets/htmega_mailchimp_wp.php:195
1503
+ #: includes/widgets/htmega_mailchimp_wp.php:383
1504
+ #: includes/widgets/htmega_mailchimp_wp.php:471
1505
+ #: includes/widgets/htmega_ninja_form.php:490
1506
+ #: includes/widgets/htmega_ninja_form.php:640
1507
+ #: includes/widgets/htmega_ninja_form.php:712
1508
+ #: includes/widgets/htmega_ninja_form.php:859
1509
+ #: includes/widgets/htmega_ninja_form.php:965
1510
+ #: includes/widgets/htmega_ninja_form.php:1075
1511
+ #: includes/widgets/htmega_pricing_list_view.php:337
1512
+ #: includes/widgets/htmega_pricing_list_view.php:707
1513
+ #: includes/widgets/htmega_pricing_list_view.php:966
1514
+ #: includes/widgets/htmega_pricing_list_view.php:1228
1515
+ #: includes/widgets/htmega_pricing_list_view.php:1298
1516
+ #: includes/widgets/htmega_pricing_list_view.php:1468
1517
+ #: includes/widgets/htmega_pricing_list_view.php:1574
1518
+ #: includes/widgets/htmega_pricing_list_view.php:1651
1519
+ #: includes/widgets/htmega_pricing_list_view.php:1732
1520
+ #: includes/widgets/htmega_pricing_list_view.php:1809
1521
+ #: includes/widgets/htmega_quforms.php:351
1522
+ #: includes/widgets/htmega_quforms.php:476
1523
+ #: includes/widgets/htmega_quforms.php:571
1524
+ #: includes/widgets/htmega_quforms.php:693
1525
+ #: includes/widgets/htmega_quforms.php:849
1526
+ #: includes/widgets/htmega_quforms.php:936
1527
+ #: includes/widgets/htmega_quforms.php:1004
1528
+ #: includes/widgets/htmega_quforms.php:1043
1529
+ #: includes/widgets/htmega_verticle_time_line.php:219
1530
+ #: includes/widgets/htmega_verticle_time_line.php:296
1531
+ #: includes/widgets/htmega_wc_element_pages.php:108
1532
+ #: includes/widgets/htmega_wc_element_pages.php:143
1533
+ #: includes/widgets/htmega_wc_element_pages.php:224
1534
+ #: includes/widgets/htmega_wc_element_pages.php:309
1535
+ #: includes/widgets/htmega_wc_element_pages.php:415
1536
+ #: includes/widgets/htmega_wc_element_pages.php:489
1537
+ #: includes/widgets/htmega_wc_element_pages.php:566
1538
+ #: includes/widgets/htmega_wc_element_pages.php:587
1539
+ #: includes/widgets/htmega_wc_element_pages.php:725
1540
+ #: includes/widgets/htmega_wc_element_pages.php:850
1541
+ #: includes/widgets/htmega_wc_element_pages.php:910
1542
+ #: includes/widgets/htmega_wc_element_pages.php:964
1543
+ #: includes/widgets/htmega_wc_element_pages.php:1040
1544
+ #: includes/widgets/htmega_wc_element_pages.php:1181
1545
+ #: includes/widgets/htmega_wc_element_pages.php:1222
1546
+ #: includes/widgets/htmega_wc_element_pages.php:1253
1547
+ #: includes/widgets/htmega_wc_element_pages.php:1288
1548
+ #: includes/widgets/htmega_wc_element_pages.php:1369
1549
+ #: includes/widgets/htmega_wc_element_pages.php:1407
1550
+ #: includes/widgets/htmega_wc_element_pages.php:1542
1551
+ #: includes/widgets/htmega_wc_element_pages.php:1630
1552
+ #: includes/widgets/htmega_wpforms.php:493
1553
+ #: includes/widgets/htmega_wpforms.php:643
1554
+ #: includes/widgets/htmega_wpforms.php:715
1555
+ #: includes/widgets/htmega_wpforms.php:861
1556
+ #: includes/widgets/htmega_wpforms.php:992
1557
+ #: includes/widgets/htmega_wpforms.php:1102
1558
+ #: extensions/ht-builder/widgets/bl_post_comments.php:109
1559
+ #: extensions/ht-builder/widgets/bl_post_comments.php:159
1560
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:212
1561
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:286
1562
+ #: extensions/ht-menu/menu/templates.php:179
1563
+ #: extensions/wc-sales-notification/admin/setting.php:188
1564
+ msgid "Background Color"
1565
+ msgstr ""
1566
+
1567
+ #: includes/widgets/htmega_pricing_list_view.php:1377
1568
+ msgid "Background Color ( Even )"
1569
+ msgstr ""
1570
+
1571
+ #: includes/widgets/htmega_data_table.php:749
1572
+ msgid "Background Color ( Event )"
1573
+ msgstr ""
1574
+
1575
+ #: includes/widgets/htmega_data_table.php:761
1576
+ #: includes/widgets/htmega_pricing_list_view.php:1389
1577
+ msgid "Background Color ( Odd )"
1578
+ msgstr ""
1579
+
1580
+ #: includes/widgets/htmega_counter.php:211
1581
+ #: includes/widgets/htmega_weather.php:218
1582
+ msgid "Background Overlay"
1583
+ msgstr ""
1584
+
1585
+ #: extensions/ht-menu/menu/templates.php:185
1586
+ msgid "Background Second Color"
1587
+ msgstr ""
1588
+
1589
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:755
1590
+ msgid "Background Switcher"
1591
+ msgstr ""
1592
+
1593
+ #: includes/widgets/htmega_dropcaps.php:195
1594
+ msgid "Backround Image as Text Color"
1595
+ msgstr ""
1596
+
1597
+ #: includes/widgets/htmega_scroll_image.php:241
1598
+ msgid "Badge"
1599
+ msgstr ""
1600
+
1601
+ #: includes/widgets/htmega_special_day_banner.php:157
1602
+ msgid "Badge Image"
1603
+ msgstr ""
1604
+
1605
+ #: includes/widgets/htmega_scroll_image.php:132
1606
+ #: includes/widgets/htmega_scroll_image.php:136
1607
+ msgid "Badge Text"
1608
+ msgstr ""
1609
+
1610
+ #: extensions/ht-menu/menu/templates.php:50
1611
+ msgid "Badges"
1612
+ msgstr ""
1613
+
1614
+ #: includes/widgets/htmega_socialshere.php:85
1615
+ msgid "Baidu"
1616
+ msgstr ""
1617
+
1618
+ #: includes/widgets/htmega_googlemap.php:103
1619
+ msgid "Bangladesh"
1620
+ msgstr ""
1621
+
1622
+ #: includes/widgets/htmega_add_banner.php:34
1623
+ #: includes/widgets/htmega_special_day_banner.php:35
1624
+ msgid "Banner"
1625
+ msgstr ""
1626
+
1627
+ #: includes/widgets/htmega_special_day_banner.php:147
1628
+ msgid "Banner Badge"
1629
+ msgstr ""
1630
+
1631
+ #: includes/widgets/htmega_add_banner.php:112
1632
+ #: includes/widgets/htmega_special_day_banner.php:98
1633
+ msgid "Banner Description"
1634
+ msgstr ""
1635
+
1636
+ #: includes/widgets/htmega_special_day_banner.php:313
1637
+ msgid "Banner Hover Color"
1638
+ msgstr ""
1639
+
1640
+ #: includes/widgets/htmega_add_banner.php:119
1641
+ #: includes/widgets/htmega_special_day_banner.php:123
1642
+ msgid "Banner Link"
1643
+ msgstr ""
1644
+
1645
+ #: includes/widgets/htmega_add_banner.php:103
1646
+ #: includes/widgets/htmega_special_day_banner.php:89
1647
+ msgid "Banner Sub Title"
1648
+ msgstr ""
1649
+
1650
+ #: includes/widgets/htmega_add_banner.php:94
1651
+ #: includes/widgets/htmega_special_day_banner.php:80
1652
+ msgid "Banner Title"
1653
+ msgstr ""
1654
+
1655
+ #: includes/widgets/htmega_pricing_list_view.php:1159
1656
+ msgid "Baseline"
1657
+ msgstr ""
1658
+
1659
+ #: includes/widgets/htmega_bbpress.php:13
1660
+ #: includes/widgets/htmega_bbpress.php:43
1661
+ msgid "Bbpress"
1662
+ msgstr ""
1663
+
1664
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1222
1665
+ msgid "bbPress"
1666
+ msgstr ""
1667
+
1668
+ #: includes/widgets/htmega_section_title.php:710
1669
+ #: includes/widgets/htmega_section_title.php:875
1670
+ msgid "Befor, After Border"
1671
+ msgstr ""
1672
+
1673
+ #: includes/widgets/htmega_blockquote.php:404
1674
+ #: includes/widgets/htmega_image_comparison.php:156
1675
+ msgid "Before"
1676
+ msgstr ""
1677
+
1678
+ #: includes/widgets/htmega_section_title.php:447
1679
+ msgid "Before And After Border Color"
1680
+ msgstr ""
1681
+
1682
+ #: includes/widgets/htmega_inlinemenu.php:296
1683
+ #: includes/widgets/htmega_inlinemenu.php:458
1684
+ msgid "Before Background"
1685
+ msgstr ""
1686
+
1687
+ #: includes/widgets/htmega_inlinemenu.php:382
1688
+ #: includes/widgets/htmega_inlinemenu.php:544
1689
+ msgid "Before Border Botton Position"
1690
+ msgstr ""
1691
+
1692
+ #: includes/widgets/htmega_inlinemenu.php:337
1693
+ #: includes/widgets/htmega_inlinemenu.php:499
1694
+ msgid "Before Border Size"
1695
+ msgstr ""
1696
+
1697
+ #: includes/widgets/htmega_inlinemenu.php:359
1698
+ #: includes/widgets/htmega_inlinemenu.php:521
1699
+ msgid "Before Border Top Position"
1700
+ msgstr ""
1701
+
1702
+ #: includes/widgets/htmega_newsticker.php:1214
1703
+ #: includes/widgets/htmega_postgrid.php:1464
1704
+ #: includes/widgets/htmega_post_grid_tab.php:1703
1705
+ msgid "Before Date"
1706
+ msgstr ""
1707
+
1708
+ #: includes/widgets/htmega_image_comparison.php:50
1709
+ msgid "Before Image"
1710
+ msgstr ""
1711
+
1712
+ #: includes/widgets/htmega_pricing_list_view.php:89
1713
+ msgid "Before Price Label"
1714
+ msgstr ""
1715
+
1716
+ #: includes/widgets/htmega_pricing_list_view.php:1542
1717
+ msgid "Before Price Style"
1718
+ msgstr ""
1719
+
1720
+ #: includes/widgets/htmega_image_comparison.php:172
1721
+ msgid "Before Start Amount"
1722
+ msgstr ""
1723
+
1724
+ #: includes/widgets/htmega_animated_heading.php:151
1725
+ msgid "Before Text Style"
1726
+ msgstr ""
1727
+
1728
+ #: includes/widgets/htmega_image_comparison.php:154
1729
+ #: includes/widgets/htmega_image_comparison.php:228
1730
+ msgid "Before Title"
1731
+ msgstr ""
1732
+
1733
+ #: includes/widgets/htmega_inlinemenu.php:311
1734
+ #: includes/widgets/htmega_inlinemenu.php:473
1735
+ msgid "Before/After Border"
1736
+ msgstr ""
1737
+
1738
+ #: includes/widgets/htmega_user_login_form.php:300
1739
+ msgid "Before/Top Login Button"
1740
+ msgstr ""
1741
+
1742
+ #: includes/widgets/htmega_teammember.php:175
1743
+ msgid "Bio Info"
1744
+ msgstr ""
1745
+
1746
+ #: includes/widgets/htmega_teammember.php:864
1747
+ msgid "Bio info"
1748
+ msgstr ""
1749
+
1750
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:256
1751
+ msgid "Biography"
1752
+ msgstr ""
1753
+
1754
+ #: extensions/ht-builder/widgets/bl_post_archive.php:23
1755
+ msgid "BL: Archive Posts"
1756
+ msgstr ""
1757
+
1758
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:22
1759
+ msgid "BL: Archive Title"
1760
+ msgstr ""
1761
+
1762
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:22
1763
+ msgid "BL: Author Info"
1764
+ msgstr ""
1765
+
1766
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:23
1767
+ msgid "BL: Nav Menu"
1768
+ msgstr ""
1769
+
1770
+ #: extensions/ht-builder/widgets/bl_page_title.php:22
1771
+ msgid "BL: Page Title"
1772
+ msgstr ""
1773
+
1774
+ #: extensions/ht-builder/widgets/bl_post_comments.php:23
1775
+ msgid "BL: Post Comments"
1776
+ msgstr ""
1777
+
1778
+ #: extensions/ht-builder/widgets/bl_post_content.php:22
1779
+ msgid "BL: Post Content"
1780
+ msgstr ""
1781
+
1782
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:22
1783
+ msgid "BL: Post Excerpt"
1784
+ msgstr ""
1785
+
1786
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:23
1787
+ msgid "BL: Post Featured Image"
1788
+ msgstr ""
1789
+
1790
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:23
1791
+ msgid "BL: Post Meta Info"
1792
+ msgstr ""
1793
+
1794
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:22
1795
+ msgid "BL: Post Search Form"
1796
+ msgstr ""
1797
+
1798
+ #: extensions/ht-builder/widgets/bl_post_title.php:20
1799
+ msgid "BL: Post Title"
1800
+ msgstr ""
1801
+
1802
+ #: extensions/ht-builder/widgets/bl_site_logo.php:24
1803
+ msgid "BL: Site Logo"
1804
+ msgstr ""
1805
+
1806
+ #: extensions/ht-builder/widgets/bl_site_title.php:22
1807
+ msgid "BL: Site Title"
1808
+ msgstr ""
1809
+
1810
+ #: includes/widgets/htmega_section_title.php:616
1811
+ #: includes/widgets/htmega_section_title.php:847
1812
+ msgid "Block"
1813
+ msgstr ""
1814
+
1815
+ #: includes/widgets/htmega_blockquote.php:13
1816
+ #: includes/widgets/htmega_blockquote.php:34
1817
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:142
1818
+ msgid "Blockquote"
1819
+ msgstr ""
1820
+
1821
+ #: includes/widgets/htmega_blockquote.php:79
1822
+ msgid "Blockquote By"
1823
+ msgstr ""
1824
+
1825
+ #: includes/widgets/htmega_blockquote.php:69
1826
+ msgid "Blockquote Content"
1827
+ msgstr ""
1828
+
1829
+ #: includes/widgets/htmega_blockquote.php:149
1830
+ msgid "Blockquote Position"
1831
+ msgstr ""
1832
+
1833
+ #: includes/widgets/htmega_blockquote.php:89
1834
+ msgid "Blockquote Type"
1835
+ msgstr ""
1836
+
1837
+ #: admin/include/templates_list.php:34
1838
+ msgid "Blocks"
1839
+ msgstr ""
1840
+
1841
+ #: admin/include/templates/dashboard-widget.php:88
1842
+ msgid "Blog"
1843
+ msgstr ""
1844
+
1845
+ #: extensions/ht-builder/admin/setting.php:97
1846
+ msgid "Blog Template."
1847
+ msgstr ""
1848
+
1849
+ #: extensions/ht-builder/widgets/bl_post_title.php:133
1850
+ msgid "Blog Title"
1851
+ msgstr ""
1852
+
1853
+ #: includes/widgets/htmega_socialshere.php:72
1854
+ msgid "Blogger"
1855
+ msgstr ""
1856
+
1857
+ #: includes/widgets/htmega_booked_calender.php:246
1858
+ #: includes/widgets/htmega_notify.php:100
1859
+ #: includes/widgets/htmega_tablepress.php:242
1860
+ msgid "Body"
1861
+ msgstr ""
1862
+
1863
+ #: includes/widgets/htmega_booked_calender.php:13
1864
+ msgid "Booked Calendar"
1865
+ msgstr ""
1866
+
1867
+ #: includes/widgets/htmega_booked_calender.php:43
1868
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1233
1869
+ msgid "Booked Calender"
1870
+ msgstr ""
1871
+
1872
+ #: includes/widgets/htmega_notify.php:231
1873
+ msgid "Bootstrap Column Width"
1874
+ msgstr ""
1875
+
1876
+ #: includes/widgets/htmega_accordion.php:612
1877
+ #: includes/widgets/htmega_accordion.php:696
1878
+ #: includes/widgets/htmega_accordion.php:866
1879
+ #: includes/widgets/htmega_accordion.php:964
1880
+ #: includes/widgets/htmega_accordion.php:1150
1881
+ #: includes/widgets/htmega_accordion.php:1261
1882
+ #: includes/widgets/htmega_accordion.php:1398
1883
+ #: includes/widgets/htmega_add_banner.php:188
1884
+ #: includes/widgets/htmega_add_banner.php:216
1885
+ #: includes/widgets/htmega_add_banner.php:276
1886
+ #: includes/widgets/htmega_add_banner.php:330
1887
+ #: includes/widgets/htmega_add_banner.php:648
1888
+ #: includes/widgets/htmega_add_banner.php:727
1889
+ #: includes/widgets/htmega_animated_heading.php:183
1890
+ #: includes/widgets/htmega_animated_heading.php:314
1891
+ #: includes/widgets/htmega_animated_heading.php:402
1892
+ #: includes/widgets/htmega_blockquote.php:247
1893
+ #: includes/widgets/htmega_blockquote.php:381
1894
+ #: includes/widgets/htmega_blockquote.php:556
1895
+ #: includes/widgets/htmega_blockquote.php:736
1896
+ #: includes/widgets/htmega_brand.php:343 includes/widgets/htmega_brand.php:355
1897
+ #: includes/widgets/htmega_buddy_press.php:184
1898
+ #: includes/widgets/htmega_business_hours.php:269
1899
+ #: includes/widgets/htmega_business_hours.php:345
1900
+ #: includes/widgets/htmega_business_hours.php:473
1901
+ #: includes/widgets/htmega_button.php:229
1902
+ #: includes/widgets/htmega_button.php:352
1903
+ #: includes/widgets/htmega_button.php:556
1904
+ #: includes/widgets/htmega_caldera_form.php:310
1905
+ #: includes/widgets/htmega_caldera_form.php:399
1906
+ #: includes/widgets/htmega_caldera_form.php:486
1907
+ #: includes/widgets/htmega_call_to_action.php:401
1908
+ #: includes/widgets/htmega_call_to_action.php:478
1909
+ #: includes/widgets/htmega_call_to_action.php:757
1910
+ #: includes/widgets/htmega_call_to_action.php:837
1911
+ #: includes/widgets/htmega_call_to_action.php:963
1912
+ #: includes/widgets/htmega_call_to_action.php:1043
1913
+ #: includes/widgets/htmega_carousel.php:512
1914
+ #: includes/widgets/htmega_carousel.php:609
1915
+ #: includes/widgets/htmega_carousel.php:784
1916
+ #: includes/widgets/htmega_carousel.php:874
1917
+ #: includes/widgets/htmega_carousel.php:1007
1918
+ #: includes/widgets/htmega_carousel.php:1113
1919
+ #: includes/widgets/htmega_carousel.php:1207
1920
+ #: includes/widgets/htmega_carousel.php:1340
1921
+ #: includes/widgets/htmega_carousel.php:1424
1922
+ #: includes/widgets/htmega_contact_form_seven.php:292
1923
+ #: includes/widgets/htmega_contact_form_seven.php:417
1924
+ #: includes/widgets/htmega_contact_form_seven.php:537
1925
+ #: includes/widgets/htmega_contact_form_seven.php:622
1926
+ #: includes/widgets/htmega_contact_form_seven.php:693
1927
+ #: includes/widgets/htmega_contact_form_seven.php:884
1928
+ #: includes/widgets/htmega_contact_form_seven.php:946
1929
+ #: includes/widgets/htmega_contact_form_seven.php:986
1930
+ #: includes/widgets/htmega_contact_form_seven.php:1020
1931
+ #: includes/widgets/htmega_countdown.php:535
1932
+ #: includes/widgets/htmega_countdown.php:547
1933
+ #: includes/widgets/htmega_countdown.php:796
1934
+ #: includes/widgets/htmega_countdown.php:963
1935
+ #: includes/widgets/htmega_countdown.php:1073
1936
+ #: includes/widgets/htmega_countdown.php:1158
1937
+ #: includes/widgets/htmega_counter.php:253
1938
+ #: includes/widgets/htmega_counter.php:515
1939
+ #: includes/widgets/htmega_counter.php:638
1940
+ #: includes/widgets/htmega_counter.php:906
1941
+ #: includes/widgets/htmega_counter.php:994
1942
+ #: includes/widgets/htmega_counter.php:1084
1943
+ #: includes/widgets/htmega_custom_event.php:419
1944
+ #: includes/widgets/htmega_custom_event.php:461
1945
+ #: includes/widgets/htmega_data_table.php:243
1946
+ #: includes/widgets/htmega_data_table.php:508
1947
+ #: includes/widgets/htmega_data_table.php:606
1948
+ #: includes/widgets/htmega_data_table.php:688
1949
+ #: includes/widgets/htmega_data_table.php:807
1950
+ #: includes/widgets/htmega_data_table.php:911
1951
+ #: includes/widgets/htmega_data_table.php:963
1952
+ #: includes/widgets/htmega_data_table.php:1042
1953
+ #: includes/widgets/htmega_double_button.php:408
1954
+ #: includes/widgets/htmega_double_button.php:438
1955
+ #: includes/widgets/htmega_double_button.php:504
1956
+ #: includes/widgets/htmega_double_button.php:591
1957
+ #: includes/widgets/htmega_double_button.php:677
1958
+ #: includes/widgets/htmega_double_button.php:763
1959
+ #: includes/widgets/htmega_double_button.php:860
1960
+ #: includes/widgets/htmega_download_monitor.php:169
1961
+ #: includes/widgets/htmega_download_monitor.php:357
1962
+ #: includes/widgets/htmega_dropcaps.php:166
1963
+ #: includes/widgets/htmega_dropcaps.php:267
1964
+ #: includes/widgets/htmega_easy_digital_download.php:290
1965
+ #: includes/widgets/htmega_easy_digital_download.php:572
1966
+ #: includes/widgets/htmega_easy_digital_download.php:651
1967
+ #: includes/widgets/htmega_errorcontent.php:336
1968
+ #: includes/widgets/htmega_errorcontent.php:415
1969
+ #: includes/widgets/htmega_errorcontent.php:494
1970
+ #: includes/widgets/htmega_errorcontent.php:616
1971
+ #: includes/widgets/htmega_errorcontent.php:667
1972
+ #: includes/widgets/htmega_errorcontent.php:767
1973
+ #: includes/widgets/htmega_errorcontent.php:818
1974
+ #: includes/widgets/htmega_gallery_justify.php:85
1975
+ #: includes/widgets/htmega_googlemap.php:316
1976
+ #: includes/widgets/htmega_googlemap.php:457
1977
+ #: includes/widgets/htmega_gravity_forms.php:300
1978
+ #: includes/widgets/htmega_gravity_forms.php:511
1979
+ #: includes/widgets/htmega_gravity_forms.php:596
1980
+ #: includes/widgets/htmega_gravity_forms.php:744
1981
+ #: includes/widgets/htmega_gravity_forms.php:828
1982
+ #: includes/widgets/htmega_imagemarker.php:664
1983
+ #: includes/widgets/htmega_imagemarker.php:743
1984
+ #: includes/widgets/htmega_imagemarker.php:876
1985
+ #: includes/widgets/htmega_image_comparison.php:125
1986
+ #: includes/widgets/htmega_image_comparison.php:263
1987
+ #: includes/widgets/htmega_image_comparison.php:344
1988
+ #: includes/widgets/htmega_image_comparison.php:399
1989
+ #: includes/widgets/htmega_image_comparison.php:433
1990
+ #: includes/widgets/htmega_image_comparison.php:550
1991
+ #: includes/widgets/htmega_image_grid.php:229
1992
+ #: includes/widgets/htmega_image_grid.php:522
1993
+ #: includes/widgets/htmega_image_grid.php:581
1994
+ #: includes/widgets/htmega_image_magnifier.php:111
1995
+ #: includes/widgets/htmega_image_masonry.php:220
1996
+ #: includes/widgets/htmega_image_masonry.php:509
1997
+ #: includes/widgets/htmega_image_masonry.php:577
1998
+ #: includes/widgets/htmega_inlinemenu.php:201
1999
+ #: includes/widgets/htmega_inlinemenu.php:275
2000
+ #: includes/widgets/htmega_inlinemenu.php:438
2001
+ #: includes/widgets/htmega_instagram.php:706
2002
+ #: includes/widgets/htmega_instagram.php:836
2003
+ #: includes/widgets/htmega_instagram.php:984
2004
+ #: includes/widgets/htmega_instagram.php:1103
2005
+ #: includes/widgets/htmega_instagram.php:1163
2006
+ #: includes/widgets/htmega_instagram.php:1257
2007
+ #: includes/widgets/htmega_instagram.php:1323
2008
+ #: includes/widgets/htmega_instagram.php:1459
2009
+ #: includes/widgets/htmega_lightbox.php:265
2010
+ #: includes/widgets/htmega_lightbox.php:453
2011
+ #: includes/widgets/htmega_mailchimp_wp.php:238
2012
+ #: includes/widgets/htmega_mailchimp_wp.php:421
2013
+ #: includes/widgets/htmega_mailchimp_wp.php:483
2014
+ #: includes/widgets/htmega_modal.php:259 includes/widgets/htmega_modal.php:465
2015
+ #: includes/widgets/htmega_modal.php:552 includes/widgets/htmega_modal.php:623
2016
+ #: includes/widgets/htmega_modal.php:724 includes/widgets/htmega_modal.php:786
2017
+ #: includes/widgets/htmega_modal.php:894 includes/widgets/htmega_modal.php:956
2018
+ #: includes/widgets/htmega_newsticker.php:277
2019
+ #: includes/widgets/htmega_newsticker.php:449
2020
+ #: includes/widgets/htmega_newsticker.php:708
2021
+ #: includes/widgets/htmega_newsticker.php:796
2022
+ #: includes/widgets/htmega_newsticker.php:853
2023
+ #: includes/widgets/htmega_ninja_form.php:166
2024
+ #: includes/widgets/htmega_ninja_form.php:268
2025
+ #: includes/widgets/htmega_ninja_form.php:386
2026
+ #: includes/widgets/htmega_ninja_form.php:580
2027
+ #: includes/widgets/htmega_ninja_form.php:662
2028
+ #: includes/widgets/htmega_ninja_form.php:800
2029
+ #: includes/widgets/htmega_ninja_form.php:881
2030
+ #: includes/widgets/htmega_ninja_form.php:1003
2031
+ #: includes/widgets/htmega_ninja_form.php:1087
2032
+ #: includes/widgets/htmega_notify.php:350
2033
+ #: includes/widgets/htmega_notify.php:448
2034
+ #: includes/widgets/htmega_notify.php:502
2035
+ #: includes/widgets/htmega_offcanvas.php:454
2036
+ #: includes/widgets/htmega_offcanvas.php:515
2037
+ #: includes/widgets/htmega_panel_slider.php:555
2038
+ #: includes/widgets/htmega_panel_slider.php:863
2039
+ #: includes/widgets/htmega_panel_slider.php:1052
2040
+ #: includes/widgets/htmega_panel_slider.php:1184
2041
+ #: includes/widgets/htmega_panel_slider.php:1223
2042
+ #: includes/widgets/htmega_popover.php:405
2043
+ #: includes/widgets/htmega_popover.php:483
2044
+ #: includes/widgets/htmega_popover.php:562
2045
+ #: includes/widgets/htmega_popover.php:638
2046
+ #: includes/widgets/htmega_popover.php:742
2047
+ #: includes/widgets/htmega_post_grid_tab.php:190
2048
+ #: includes/widgets/htmega_post_grid_tab.php:266
2049
+ #: includes/widgets/htmega_post_grid_tab.php:819
2050
+ #: includes/widgets/htmega_post_grid_tab.php:869
2051
+ #: includes/widgets/htmega_post_grid_tab.php:933
2052
+ #: includes/widgets/htmega_post_grid_tab.php:991
2053
+ #: includes/widgets/htmega_post_grid_tab.php:1023
2054
+ #: includes/widgets/htmega_pricing_list_view.php:920
2055
+ #: includes/widgets/htmega_pricing_list_view.php:1265
2056
+ #: includes/widgets/htmega_pricing_list_view.php:1344
2057
+ #: includes/widgets/htmega_pricing_list_view.php:1435
2058
+ #: includes/widgets/htmega_progress_bar.php:361
2059
+ #: includes/widgets/htmega_progress_bar.php:497
2060
+ #: includes/widgets/htmega_progress_bar.php:615
2061
+ #: includes/widgets/htmega_progress_bar.php:706
2062
+ #: includes/widgets/htmega_progress_bar.php:798
2063
+ #: includes/widgets/htmega_quforms.php:150
2064
+ #: includes/widgets/htmega_quforms.php:261
2065
+ #: includes/widgets/htmega_quforms.php:441
2066
+ #: includes/widgets/htmega_quforms.php:499
2067
+ #: includes/widgets/htmega_quforms.php:659
2068
+ #: includes/widgets/htmega_quforms.php:717
2069
+ #: includes/widgets/htmega_quforms.php:887
2070
+ #: includes/widgets/htmega_quforms.php:948
2071
+ #: includes/widgets/htmega_scroll_image.php:84
2072
+ #: includes/widgets/htmega_scroll_image.php:184
2073
+ #: includes/widgets/htmega_scroll_image.php:344
2074
+ #: includes/widgets/htmega_scroll_navigation.php:410
2075
+ #: includes/widgets/htmega_scroll_navigation.php:504
2076
+ #: includes/widgets/htmega_search.php:369
2077
+ #: includes/widgets/htmega_search.php:582
2078
+ #: includes/widgets/htmega_search.php:634
2079
+ #: includes/widgets/htmega_search.php:820
2080
+ #: includes/widgets/htmega_search.php:982
2081
+ #: includes/widgets/htmega_section_title.php:439
2082
+ #: includes/widgets/htmega_section_title.php:567
2083
+ #: includes/widgets/htmega_section_title.php:800
2084
+ #: includes/widgets/htmega_section_title.php:981
2085
+ #: includes/widgets/htmega_service.php:219
2086
+ #: includes/widgets/htmega_service.php:287
2087
+ #: includes/widgets/htmega_service.php:340
2088
+ #: includes/widgets/htmega_service.php:696
2089
+ #: includes/widgets/htmega_service.php:778
2090
+ #: includes/widgets/htmega_service.php:958
2091
+ #: includes/widgets/htmega_service.php:1086
2092
+ #: includes/widgets/htmega_service.php:1138
2093
+ #: includes/widgets/htmega_slider_thumb_gallery.php:875
2094
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1020
2095
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1092
2096
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1186
2097
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1230
2098
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1303
2099
+ #: includes/widgets/htmega_socialshere.php:141
2100
+ #: includes/widgets/htmega_socialshere.php:169
2101
+ #: includes/widgets/htmega_socialshere.php:251
2102
+ #: includes/widgets/htmega_socialshere.php:302
2103
+ #: includes/widgets/htmega_socialshere.php:447
2104
+ #: includes/widgets/htmega_socialshere.php:582
2105
+ #: includes/widgets/htmega_special_day_banner.php:671
2106
+ #: includes/widgets/htmega_special_day_banner.php:750
2107
+ #: includes/widgets/htmega_switcher.php:297
2108
+ #: includes/widgets/htmega_switcher.php:440
2109
+ #: includes/widgets/htmega_switcher.php:515
2110
+ #: includes/widgets/htmega_switcher.php:613
2111
+ #: includes/widgets/htmega_tablepress.php:132
2112
+ #: includes/widgets/htmega_tablepress.php:188
2113
+ #: includes/widgets/htmega_tablepress.php:251
2114
+ #: includes/widgets/htmega_tabs.php:316 includes/widgets/htmega_tabs.php:594
2115
+ #: includes/widgets/htmega_tabs.php:646 includes/widgets/htmega_tabs.php:732
2116
+ #: includes/widgets/htmega_tabs.php:827 includes/widgets/htmega_tabs.php:892
2117
+ #: includes/widgets/htmega_teammember.php:359
2118
+ #: includes/widgets/htmega_teammember.php:500
2119
+ #: includes/widgets/htmega_teammember.php:558
2120
+ #: includes/widgets/htmega_teammember.php:1020
2121
+ #: includes/widgets/htmega_testimonial_grid.php:307
2122
+ #: includes/widgets/htmega_testimonial_grid.php:352
2123
+ #: includes/widgets/htmega_testimonial_grid.php:397
2124
+ #: includes/widgets/htmega_toggle.php:321
2125
+ #: includes/widgets/htmega_toggle.php:373
2126
+ #: includes/widgets/htmega_tooltip.php:382
2127
+ #: includes/widgets/htmega_tooltip.php:460
2128
+ #: includes/widgets/htmega_twitter_feed.php:597
2129
+ #: includes/widgets/htmega_twitter_feed.php:766
2130
+ #: includes/widgets/htmega_twitter_feed.php:1015
2131
+ #: includes/widgets/htmega_twitter_feed.php:1127
2132
+ #: includes/widgets/htmega_twitter_feed.php:1264
2133
+ #: includes/widgets/htmega_twitter_feed.php:1324
2134
+ #: includes/widgets/htmega_twitter_feed.php:1453
2135
+ #: includes/widgets/htmega_user_login_form.php:928
2136
+ #: includes/widgets/htmega_user_login_form.php:1201
2137
+ #: includes/widgets/htmega_user_login_form.php:1253
2138
+ #: includes/widgets/htmega_user_login_form.php:1385
2139
+ #: includes/widgets/htmega_user_login_form.php:1437
2140
+ #: includes/widgets/htmega_user_login_form.php:1527
2141
+ #: includes/widgets/htmega_verticle_time_line.php:363
2142
+ #: includes/widgets/htmega_videoplayer.php:263
2143
+ #: includes/widgets/htmega_videoplayer.php:422
2144
+ #: includes/widgets/htmega_videoplayer.php:464
2145
+ #: includes/widgets/htmega_wc_categories.php:194
2146
+ #: includes/widgets/htmega_wc_categories.php:256
2147
+ #: includes/widgets/htmega_wc_categories.php:356
2148
+ #: includes/widgets/htmega_wc_categories.php:433
2149
+ #: includes/widgets/htmega_wc_categories.php:442
2150
+ #: includes/widgets/htmega_wc_categories.php:488
2151
+ #: includes/widgets/htmega_wc_categories.php:516
2152
+ #: includes/widgets/htmega_wc_element_pages.php:167
2153
+ #: includes/widgets/htmega_wc_element_pages.php:236
2154
+ #: includes/widgets/htmega_wc_element_pages.php:335
2155
+ #: includes/widgets/htmega_wc_element_pages.php:427
2156
+ #: includes/widgets/htmega_wc_element_pages.php:501
2157
+ #: includes/widgets/htmega_wc_element_pages.php:599
2158
+ #: includes/widgets/htmega_wc_element_pages.php:622
2159
+ #: includes/widgets/htmega_wc_element_pages.php:813
2160
+ #: includes/widgets/htmega_wc_element_pages.php:865
2161
+ #: includes/widgets/htmega_wc_element_pages.php:976
2162
+ #: includes/widgets/htmega_wc_element_pages.php:1066
2163
+ #: includes/widgets/htmega_wc_element_pages.php:1421
2164
+ #: includes/widgets/htmega_wc_element_pages.php:1479
2165
+ #: includes/widgets/htmega_wc_element_pages.php:1554
2166
+ #: includes/widgets/htmega_wc_element_pages.php:1656
2167
+ #: includes/widgets/htmega_wc_element_pages.php:1770
2168
+ #: includes/widgets/htmega_wc_element_pages.php:1822
2169
+ #: includes/widgets/htmega_weather.php:288
2170
+ #: includes/widgets/htmega_weather.php:326
2171
+ #: includes/widgets/htmega_working_process.php:432
2172
+ #: includes/widgets/htmega_working_process.php:690
2173
+ #: includes/widgets/htmega_working_process.php:769
2174
+ #: includes/widgets/htmega_working_process.php:869
2175
+ #: includes/widgets/htmega_working_process.php:984
2176
+ #: includes/widgets/htmega_working_process.php:1092
2177
+ #: includes/widgets/htmega_wpforms.php:158
2178
+ #: includes/widgets/htmega_wpforms.php:260
2179
+ #: includes/widgets/htmega_wpforms.php:368
2180
+ #: includes/widgets/htmega_wpforms.php:583
2181
+ #: includes/widgets/htmega_wpforms.php:667
2182
+ #: includes/widgets/htmega_wpforms.php:803
2183
+ #: includes/widgets/htmega_wpforms.php:885
2184
+ #: includes/widgets/htmega_wpforms.php:1030
2185
+ #: includes/widgets/htmega_wpforms.php:1114
2186
+ #: includes/widgets/htmega_wpforms.php:1156
2187
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:184
2188
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:256
2189
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:309
2190
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:417
2191
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:457
2192
+ #: extensions/ht-builder/widgets/bl_page_title.php:87
2193
+ #: extensions/ht-builder/widgets/bl_post_archive.php:278
2194
+ #: extensions/ht-builder/widgets/bl_post_archive.php:742
2195
+ #: extensions/ht-builder/widgets/bl_post_archive.php:808
2196
+ #: extensions/ht-builder/widgets/bl_post_archive.php:878
2197
+ #: extensions/ht-builder/widgets/bl_post_archive.php:933
2198
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:89
2199
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:174
2200
+ #: extensions/ht-builder/widgets/bl_post_comments.php:69
2201
+ #: extensions/ht-builder/widgets/bl_post_comments.php:130
2202
+ #: extensions/ht-builder/widgets/bl_post_comments.php:171
2203
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:148
2204
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:233
2205
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:298
2206
+ #: extensions/ht-builder/widgets/bl_site_logo.php:108
2207
+ #: extensions/ht-builder/widgets/bl_site_title.php:89
2208
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:144
2209
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:264
2210
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:394
2211
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:452
2212
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:516
2213
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:145
2214
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:265
2215
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:352
2216
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:410
2217
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:462
2218
+ msgid "Border"
2219
+ msgstr ""
2220
+
2221
+ #: includes/widgets/htmega_counter.php:764
2222
+ msgid "Border After Color"
2223
+ msgstr ""
2224
+
2225
+ #: includes/widgets/htmega_imagemarker.php:797
2226
+ msgid "Border Background"
2227
+ msgstr ""
2228
+
2229
+ #: includes/widgets/htmega_booked_calender.php:374
2230
+ #: includes/widgets/htmega_booked_calender.php:849
2231
+ #: includes/widgets/htmega_caldera_form.php:585
2232
+ #: includes/widgets/htmega_caldera_form.php:636
2233
+ #: includes/widgets/htmega_caldera_form.php:675
2234
+ #: includes/widgets/htmega_caldera_form.php:714
2235
+ #: includes/widgets/htmega_gravity_forms.php:867
2236
+ #: includes/widgets/htmega_ninja_form.php:1126
2237
+ #: includes/widgets/htmega_quforms.php:994
2238
+ #: includes/widgets/htmega_quforms.php:1033
2239
+ #: includes/widgets/htmega_tablepress.php:293
2240
+ #: includes/widgets/htmega_tablepress.php:337
2241
+ #: includes/widgets/htmega_wc_element_pages.php:320
2242
+ #: includes/widgets/htmega_wc_element_pages.php:1051
2243
+ #: includes/widgets/htmega_wc_element_pages.php:1641
2244
+ msgid "Border Color"
2245
+ msgstr ""
2246
+
2247
+ #: includes/widgets/htmega_progress_bar.php:374
2248
+ msgid "Border color"
2249
+ msgstr ""
2250
+
2251
+ #: includes/widgets/htmega_search.php:398
2252
+ msgid "Border Focus Color"
2253
+ msgstr ""
2254
+
2255
+ #: includes/widgets/htmega_section_title.php:747
2256
+ #: includes/widgets/htmega_section_title.php:909
2257
+ msgid "Border Height"
2258
+ msgstr ""
2259
+
2260
+ #: includes/widgets/htmega_accordion.php:620
2261
+ #: includes/widgets/htmega_accordion.php:704
2262
+ #: includes/widgets/htmega_accordion.php:874
2263
+ #: includes/widgets/htmega_accordion.php:973
2264
+ #: includes/widgets/htmega_accordion.php:1158
2265
+ #: includes/widgets/htmega_accordion.php:1269
2266
+ #: includes/widgets/htmega_accordion.php:1406
2267
+ #: includes/widgets/htmega_add_banner.php:284
2268
+ #: includes/widgets/htmega_add_banner.php:338
2269
+ #: includes/widgets/htmega_add_banner.php:656
2270
+ #: includes/widgets/htmega_add_banner.php:735
2271
+ #: includes/widgets/htmega_animated_heading.php:191
2272
+ #: includes/widgets/htmega_animated_heading.php:322
2273
+ #: includes/widgets/htmega_animated_heading.php:410
2274
+ #: includes/widgets/htmega_blockquote.php:255
2275
+ #: includes/widgets/htmega_blockquote.php:389
2276
+ #: includes/widgets/htmega_blockquote.php:564
2277
+ #: includes/widgets/htmega_blockquote.php:744
2278
+ #: includes/widgets/htmega_booked_calender.php:613
2279
+ #: includes/widgets/htmega_booked_calender.php:765
2280
+ #: includes/widgets/htmega_brand.php:366
2281
+ #: includes/widgets/htmega_buddy_press.php:192
2282
+ #: includes/widgets/htmega_business_hours.php:277
2283
+ #: includes/widgets/htmega_business_hours.php:353
2284
+ #: includes/widgets/htmega_business_hours.php:481
2285
+ #: includes/widgets/htmega_button.php:237
2286
+ #: includes/widgets/htmega_button.php:360
2287
+ #: includes/widgets/htmega_button.php:564
2288
+ #: includes/widgets/htmega_caldera_form.php:321
2289
+ #: includes/widgets/htmega_caldera_form.php:410
2290
+ #: includes/widgets/htmega_caldera_form.php:497
2291
+ #: includes/widgets/htmega_call_to_action.php:409
2292
+ #: includes/widgets/htmega_call_to_action.php:486
2293
+ #: includes/widgets/htmega_call_to_action.php:765
2294
+ #: includes/widgets/htmega_call_to_action.php:845
2295
+ #: includes/widgets/htmega_call_to_action.php:971
2296
+ #: includes/widgets/htmega_call_to_action.php:1051
2297
+ #: includes/widgets/htmega_carousel.php:520
2298
+ #: includes/widgets/htmega_carousel.php:617
2299
+ #: includes/widgets/htmega_carousel.php:792
2300
+ #: includes/widgets/htmega_carousel.php:882
2301
+ #: includes/widgets/htmega_carousel.php:1015
2302
+ #: includes/widgets/htmega_carousel.php:1121
2303
+ #: includes/widgets/htmega_carousel.php:1215
2304
+ #: includes/widgets/htmega_carousel.php:1348
2305
+ #: includes/widgets/htmega_carousel.php:1432
2306
+ #: includes/widgets/htmega_contact_form_seven.php:300
2307
+ #: includes/widgets/htmega_contact_form_seven.php:425
2308
+ #: includes/widgets/htmega_contact_form_seven.php:545
2309
+ #: includes/widgets/htmega_contact_form_seven.php:630
2310
+ #: includes/widgets/htmega_contact_form_seven.php:701
2311
+ #: includes/widgets/htmega_contact_form_seven.php:892
2312
+ #: includes/widgets/htmega_countdown.php:559
2313
+ #: includes/widgets/htmega_countdown.php:807
2314
+ #: includes/widgets/htmega_countdown.php:971
2315
+ #: includes/widgets/htmega_countdown.php:1084
2316
+ #: includes/widgets/htmega_countdown.php:1169
2317
+ #: includes/widgets/htmega_counter.php:261
2318
+ #: includes/widgets/htmega_counter.php:523
2319
+ #: includes/widgets/htmega_counter.php:646
2320
+ #: includes/widgets/htmega_counter.php:914
2321
+ #: includes/widgets/htmega_counter.php:1002
2322
+ #: includes/widgets/htmega_counter.php:1092
2323
+ #: includes/widgets/htmega_custom_event.php:427
2324
+ #: includes/widgets/htmega_data_table.php:251
2325
+ #: includes/widgets/htmega_data_table.php:614
2326
+ #: includes/widgets/htmega_data_table.php:696
2327
+ #: includes/widgets/htmega_data_table.php:815
2328
+ #: includes/widgets/htmega_double_button.php:276
2329
+ #: includes/widgets/htmega_double_button.php:416
2330
+ #: includes/widgets/htmega_double_button.php:446
2331
+ #: includes/widgets/htmega_double_button.php:512
2332
+ #: includes/widgets/htmega_double_button.php:599
2333
+ #: includes/widgets/htmega_double_button.php:685
2334
+ #: includes/widgets/htmega_double_button.php:771
2335
+ #: includes/widgets/htmega_double_button.php:868
2336
+ #: includes/widgets/htmega_download_monitor.php:179
2337
+ #: includes/widgets/htmega_download_monitor.php:368
2338
+ #: includes/widgets/htmega_dropcaps.php:174
2339
+ #: includes/widgets/htmega_dropcaps.php:276
2340
+ #: includes/widgets/htmega_easy_digital_download.php:299
2341
+ #: includes/widgets/htmega_easy_digital_download.php:583
2342
+ #: includes/widgets/htmega_easy_digital_download.php:661
2343
+ #: includes/widgets/htmega_errorcontent.php:344
2344
+ #: includes/widgets/htmega_errorcontent.php:423
2345
+ #: includes/widgets/htmega_errorcontent.php:502
2346
+ #: includes/widgets/htmega_errorcontent.php:624
2347
+ #: includes/widgets/htmega_errorcontent.php:675
2348
+ #: includes/widgets/htmega_errorcontent.php:775
2349
+ #: includes/widgets/htmega_errorcontent.php:826
2350
+ #: includes/widgets/htmega_gallery_justify.php:93
2351
+ #: includes/widgets/htmega_googlemap.php:325
2352
+ #: includes/widgets/htmega_googlemap.php:466
2353
+ #: includes/widgets/htmega_gravity_forms.php:308
2354
+ #: includes/widgets/htmega_gravity_forms.php:520
2355
+ #: includes/widgets/htmega_gravity_forms.php:605
2356
+ #: includes/widgets/htmega_gravity_forms.php:752
2357
+ #: includes/widgets/htmega_imagemarker.php:672
2358
+ #: includes/widgets/htmega_imagemarker.php:884
2359
+ #: includes/widgets/htmega_image_comparison.php:133
2360
+ #: includes/widgets/htmega_image_comparison.php:271
2361
+ #: includes/widgets/htmega_image_comparison.php:352
2362
+ #: includes/widgets/htmega_image_comparison.php:441
2363
+ #: includes/widgets/htmega_image_grid.php:237
2364
+ #: includes/widgets/htmega_image_grid.php:530
2365
+ #: includes/widgets/htmega_image_grid.php:589
2366
+ #: includes/widgets/htmega_image_magnifier.php:119
2367
+ #: includes/widgets/htmega_image_masonry.php:228
2368
+ #: includes/widgets/htmega_image_masonry.php:517
2369
+ #: includes/widgets/htmega_image_masonry.php:585
2370
+ #: includes/widgets/htmega_inlinemenu.php:209
2371
+ #: includes/widgets/htmega_inlinemenu.php:283
2372
+ #: includes/widgets/htmega_inlinemenu.php:446
2373
+ #: includes/widgets/htmega_instagram.php:714
2374
+ #: includes/widgets/htmega_instagram.php:844
2375
+ #: includes/widgets/htmega_instagram.php:992
2376
+ #: includes/widgets/htmega_instagram.php:1111
2377
+ #: includes/widgets/htmega_instagram.php:1171
2378
+ #: includes/widgets/htmega_instagram.php:1265
2379
+ #: includes/widgets/htmega_instagram.php:1331
2380
+ #: includes/widgets/htmega_instagram.php:1468
2381
+ #: includes/widgets/htmega_lightbox.php:273
2382
+ #: includes/widgets/htmega_lightbox.php:461
2383
+ #: includes/widgets/htmega_mailchimp_wp.php:246
2384
+ #: includes/widgets/htmega_mailchimp_wp.php:429
2385
+ #: includes/widgets/htmega_modal.php:267 includes/widgets/htmega_modal.php:560
2386
+ #: includes/widgets/htmega_modal.php:631 includes/widgets/htmega_modal.php:732
2387
+ #: includes/widgets/htmega_modal.php:794 includes/widgets/htmega_modal.php:902
2388
+ #: includes/widgets/htmega_modal.php:964
2389
+ #: includes/widgets/htmega_newsticker.php:285
2390
+ #: includes/widgets/htmega_newsticker.php:460
2391
+ #: includes/widgets/htmega_newsticker.php:597
2392
+ #: includes/widgets/htmega_newsticker.php:716
2393
+ #: includes/widgets/htmega_newsticker.php:861
2394
+ #: includes/widgets/htmega_ninja_form.php:174
2395
+ #: includes/widgets/htmega_ninja_form.php:276
2396
+ #: includes/widgets/htmega_ninja_form.php:394
2397
+ #: includes/widgets/htmega_ninja_form.php:588
2398
+ #: includes/widgets/htmega_ninja_form.php:670
2399
+ #: includes/widgets/htmega_ninja_form.php:808
2400
+ #: includes/widgets/htmega_ninja_form.php:889
2401
+ #: includes/widgets/htmega_ninja_form.php:1011
2402
+ #: includes/widgets/htmega_notify.php:358
2403
+ #: includes/widgets/htmega_notify.php:510
2404
+ #: includes/widgets/htmega_notify.php:813
2405
+ #: includes/widgets/htmega_offcanvas.php:462
2406
+ #: includes/widgets/htmega_panel_slider.php:566
2407
+ #: includes/widgets/htmega_panel_slider.php:871
2408
+ #: includes/widgets/htmega_panel_slider.php:1060
2409
+ #: includes/widgets/htmega_panel_slider.php:1192
2410
+ #: includes/widgets/htmega_panel_slider.php:1231
2411
+ #: includes/widgets/htmega_popover.php:413
2412
+ #: includes/widgets/htmega_popover.php:570
2413
+ #: includes/widgets/htmega_popover.php:646
2414
+ #: includes/widgets/htmega_popover.php:750
2415
+ #: includes/widgets/htmega_post_grid_tab.php:198
2416
+ #: includes/widgets/htmega_post_grid_tab.php:274
2417
+ #: includes/widgets/htmega_post_grid_tab.php:827
2418
+ #: includes/widgets/htmega_post_grid_tab.php:877
2419
+ #: includes/widgets/htmega_post_grid_tab.php:940
2420
+ #: includes/widgets/htmega_post_grid_tab.php:1031
2421
+ #: includes/widgets/htmega_pricing_list_view.php:425
2422
+ #: includes/widgets/htmega_pricing_list_view.php:820
2423
+ #: includes/widgets/htmega_pricing_list_view.php:943
2424
+ #: includes/widgets/htmega_pricing_list_view.php:1054
2425
+ #: includes/widgets/htmega_pricing_list_view.php:1273
2426
+ #: includes/widgets/htmega_pricing_list_view.php:1352
2427
+ #: includes/widgets/htmega_pricing_list_view.php:1443
2428
+ #: includes/widgets/htmega_pricing_list_view.php:1480
2429
+ #: includes/widgets/htmega_pricing_list_view.php:1586
2430
+ #: includes/widgets/htmega_pricing_list_view.php:1744
2431
+ #: includes/widgets/htmega_pricing_list_view.php:1821
2432
+ #: includes/widgets/htmega_progress_bar.php:505
2433
+ #: includes/widgets/htmega_progress_bar.php:714
2434
+ #: includes/widgets/htmega_progress_bar.php:806
2435
+ #: includes/widgets/htmega_quforms.php:158
2436
+ #: includes/widgets/htmega_quforms.php:269
2437
+ #: includes/widgets/htmega_quforms.php:449
2438
+ #: includes/widgets/htmega_quforms.php:507
2439
+ #: includes/widgets/htmega_quforms.php:667
2440
+ #: includes/widgets/htmega_quforms.php:725
2441
+ #: includes/widgets/htmega_quforms.php:895
2442
+ #: includes/widgets/htmega_scroll_image.php:192
2443
+ #: includes/widgets/htmega_scroll_image.php:352
2444
+ #: includes/widgets/htmega_scroll_navigation.php:418
2445
+ #: includes/widgets/htmega_scroll_navigation.php:512
2446
+ #: includes/widgets/htmega_search.php:378
2447
+ #: includes/widgets/htmega_search.php:591
2448
+ #: includes/widgets/htmega_search.php:643
2449
+ #: includes/widgets/htmega_search.php:832
2450
+ #: includes/widgets/htmega_search.php:994
2451
+ #: includes/widgets/htmega_section_title.php:576
2452
+ #: includes/widgets/htmega_section_title.php:808
2453
+ #: includes/widgets/htmega_section_title.php:990
2454
+ #: includes/widgets/htmega_service.php:227
2455
+ #: includes/widgets/htmega_service.php:295
2456
+ #: includes/widgets/htmega_service.php:704
2457
+ #: includes/widgets/htmega_service.php:785
2458
+ #: includes/widgets/htmega_service.php:966
2459
+ #: includes/widgets/htmega_service.php:1094
2460
+ #: includes/widgets/htmega_service.php:1146
2461
+ #: includes/widgets/htmega_slider_thumb_gallery.php:883
2462
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1028
2463
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1100
2464
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1194
2465
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1238
2466
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1311
2467
+ #: includes/widgets/htmega_socialshere.php:259
2468
+ #: includes/widgets/htmega_socialshere.php:431
2469
+ #: includes/widgets/htmega_socialshere.php:600
2470
+ #: includes/widgets/htmega_special_day_banner.php:679
2471
+ #: includes/widgets/htmega_special_day_banner.php:758
2472
+ #: includes/widgets/htmega_switcher.php:308
2473
+ #: includes/widgets/htmega_switcher.php:451
2474
+ #: includes/widgets/htmega_switcher.php:526
2475
+ #: includes/widgets/htmega_switcher.php:621
2476
+ #: includes/widgets/htmega_tabs.php:325 includes/widgets/htmega_tabs.php:602
2477
+ #: includes/widgets/htmega_tabs.php:654 includes/widgets/htmega_tabs.php:740
2478
+ #: includes/widgets/htmega_tabs.php:835 includes/widgets/htmega_tabs.php:900
2479
+ #: includes/widgets/htmega_teammember.php:371
2480
+ #: includes/widgets/htmega_teammember.php:569
2481
+ #: includes/widgets/htmega_teammember.php:1028
2482
+ #: includes/widgets/htmega_testimonial_grid.php:315
2483
+ #: includes/widgets/htmega_testimonial_grid.php:405
2484
+ #: includes/widgets/htmega_testimonial_grid.php:629
2485
+ #: includes/widgets/htmega_toggle.php:329
2486
+ #: includes/widgets/htmega_tooltip.php:390
2487
+ #: includes/widgets/htmega_tooltip.php:534
2488
+ #: includes/widgets/htmega_twitter_feed.php:605
2489
+ #: includes/widgets/htmega_twitter_feed.php:777
2490
+ #: includes/widgets/htmega_twitter_feed.php:1135
2491
+ #: includes/widgets/htmega_twitter_feed.php:1272
2492
+ #: includes/widgets/htmega_twitter_feed.php:1332
2493
+ #: includes/widgets/htmega_twitter_feed.php:1461
2494
+ #: includes/widgets/htmega_user_login_form.php:598
2495
+ #: includes/widgets/htmega_user_login_form.php:937
2496
+ #: includes/widgets/htmega_user_login_form.php:1210
2497
+ #: includes/widgets/htmega_user_login_form.php:1262
2498
+ #: includes/widgets/htmega_user_login_form.php:1394
2499
+ #: includes/widgets/htmega_user_login_form.php:1446
2500
+ #: includes/widgets/htmega_user_login_form.php:1536
2501
+ #: includes/widgets/htmega_verticle_time_line.php:235
2502
+ #: includes/widgets/htmega_verticle_time_line.php:374
2503
+ #: includes/widgets/htmega_videoplayer.php:271
2504
+ #: includes/widgets/htmega_videoplayer.php:443
2505
+ #: includes/widgets/htmega_videoplayer.php:471
2506
+ #: includes/widgets/htmega_wc_categories.php:202
2507
+ #: includes/widgets/htmega_wc_categories.php:264
2508
+ #: includes/widgets/htmega_wc_categories.php:364
2509
+ #: includes/widgets/htmega_wc_categories.php:496
2510
+ #: includes/widgets/htmega_wc_categories.php:524
2511
+ #: includes/widgets/htmega_wc_element_pages.php:175
2512
+ #: includes/widgets/htmega_wc_element_pages.php:245
2513
+ #: includes/widgets/htmega_wc_element_pages.php:344
2514
+ #: includes/widgets/htmega_wc_element_pages.php:435
2515
+ #: includes/widgets/htmega_wc_element_pages.php:509
2516
+ #: includes/widgets/htmega_wc_element_pages.php:633
2517
+ #: includes/widgets/htmega_wc_element_pages.php:826
2518
+ #: includes/widgets/htmega_wc_element_pages.php:987
2519
+ #: includes/widgets/htmega_wc_element_pages.php:1075
2520
+ #: includes/widgets/htmega_wc_element_pages.php:1129
2521
+ #: includes/widgets/htmega_wc_element_pages.php:1492
2522
+ #: includes/widgets/htmega_wc_element_pages.php:1565
2523
+ #: includes/widgets/htmega_wc_element_pages.php:1667
2524
+ #: includes/widgets/htmega_wc_element_pages.php:1779
2525
+ #: includes/widgets/htmega_wc_element_pages.php:1831
2526
+ #: includes/widgets/htmega_working_process.php:440
2527
+ #: includes/widgets/htmega_working_process.php:698
2528
+ #: includes/widgets/htmega_working_process.php:777
2529
+ #: includes/widgets/htmega_working_process.php:877
2530
+ #: includes/widgets/htmega_working_process.php:992
2531
+ #: includes/widgets/htmega_wpforms.php:166
2532
+ #: includes/widgets/htmega_wpforms.php:268
2533
+ #: includes/widgets/htmega_wpforms.php:376
2534
+ #: includes/widgets/htmega_wpforms.php:591
2535
+ #: includes/widgets/htmega_wpforms.php:674
2536
+ #: includes/widgets/htmega_wpforms.php:811
2537
+ #: includes/widgets/htmega_wpforms.php:892
2538
+ #: includes/widgets/htmega_wpforms.php:1038
2539
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:192
2540
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:264
2541
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:317
2542
+ #: extensions/ht-builder/widgets/bl_page_title.php:96
2543
+ #: extensions/ht-builder/widgets/bl_post_archive.php:286
2544
+ #: extensions/ht-builder/widgets/bl_post_archive.php:750
2545
+ #: extensions/ht-builder/widgets/bl_post_archive.php:816
2546
+ #: extensions/ht-builder/widgets/bl_post_archive.php:886
2547
+ #: extensions/ht-builder/widgets/bl_post_archive.php:941
2548
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:98
2549
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:182
2550
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:156
2551
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:241
2552
+ #: extensions/ht-builder/widgets/bl_site_logo.php:117
2553
+ #: extensions/ht-builder/widgets/bl_site_title.php:98
2554
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:131
2555
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:251
2556
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:381
2557
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:132
2558
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:252
2559
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:339
2560
+ msgid "Border Radius"
2561
+ msgstr ""
2562
+
2563
+ #: includes/widgets/htmega_progress_bar.php:385
2564
+ msgid "Border Radius aaa"
2565
+ msgstr ""
2566
+
2567
+ #: includes/widgets/htmega_newsticker.php:726
2568
+ #: includes/widgets/htmega_panel_slider.php:881
2569
+ msgid "Border Radius Next Button"
2570
+ msgstr ""
2571
+
2572
+ #: includes/widgets/htmega_add_banner.php:231
2573
+ #: includes/widgets/htmega_service.php:802
2574
+ msgid "Border Style"
2575
+ msgstr ""
2576
+
2577
+ #: includes/widgets/htmega_counter.php:784
2578
+ #: includes/widgets/htmega_section_title.php:725
2579
+ #: includes/widgets/htmega_section_title.php:887
2580
+ #: includes/widgets/htmega_working_process.php:249
2581
+ msgid "Border Width"
2582
+ msgstr ""
2583
+
2584
+ #: includes/widgets/htmega_pricing_list_view.php:586
2585
+ msgid "Both"
2586
+ msgstr ""
2587
+
2588
+ #: includes/widgets/htmega_add_banner.php:64
2589
+ #: includes/widgets/htmega_button.php:121
2590
+ #: includes/widgets/htmega_imagemarker.php:215
2591
+ #: includes/widgets/htmega_image_comparison.php:187
2592
+ #: includes/widgets/htmega_offcanvas.php:106
2593
+ #: includes/widgets/htmega_popover.php:196
2594
+ #: includes/widgets/htmega_pricing_list_view.php:516
2595
+ #: includes/widgets/htmega_pricing_list_view.php:1171
2596
+ #: includes/widgets/htmega_pricing_list_view.php:1201
2597
+ #: includes/widgets/htmega_section_title.php:165
2598
+ #: includes/widgets/htmega_section_title.php:240
2599
+ #: includes/widgets/htmega_singlepost.php:62
2600
+ #: includes/widgets/htmega_slider_thumb_gallery.php:54
2601
+ #: includes/widgets/htmega_special_day_banner.php:48
2602
+ #: includes/widgets/htmega_teammember.php:108
2603
+ #: includes/widgets/htmega_tooltip.php:184
2604
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:124
2605
+ msgid "Bottom"
2606
+ msgstr ""
2607
+
2608
+ #: includes/widgets/htmega_notify.php:117
2609
+ msgid "Bottom Center"
2610
+ msgstr ""
2611
+
2612
+ #: includes/widgets/htmega_notify.php:120
2613
+ msgid "Bottom Fullwidth"
2614
+ msgstr ""
2615
+
2616
+ #: includes/widgets/htmega_notify.php:116
2617
+ #: extensions/wc-sales-notification/admin/setting.php:82
2618
+ msgid "Bottom Left"
2619
+ msgstr ""
2620
+
2621
+ #: includes/widgets/htmega_notify.php:118
2622
+ msgid "Bottom Right"
2623
+ msgstr ""
2624
+
2625
+ #: includes/widgets/htmega_notify.php:166
2626
+ #: includes/widgets/htmega_notify.php:201
2627
+ msgid "bounceIn"
2628
+ msgstr ""
2629
+
2630
+ #: includes/widgets/htmega_notify.php:167
2631
+ #: includes/widgets/htmega_notify.php:202
2632
+ msgid "bounceInDown"
2633
+ msgstr ""
2634
+
2635
+ #: includes/widgets/htmega_notify.php:168
2636
+ #: includes/widgets/htmega_notify.php:203
2637
+ msgid "bounceInLeft"
2638
+ msgstr ""
2639
+
2640
+ #: includes/widgets/htmega_notify.php:169
2641
+ #: includes/widgets/htmega_notify.php:204
2642
+ msgid "bounceInRight"
2643
+ msgstr ""
2644
+
2645
+ #: includes/widgets/htmega_notify.php:170
2646
+ #: includes/widgets/htmega_notify.php:205
2647
+ msgid "bounceInUp"
2648
+ msgstr ""
2649
+
2650
+ #: includes/widgets/htmega_notify.php:148
2651
+ #: includes/widgets/htmega_notify.php:183
2652
+ msgid "bounceOut"
2653
+ msgstr ""
2654
+
2655
+ #: includes/widgets/htmega_notify.php:149
2656
+ #: includes/widgets/htmega_notify.php:184
2657
+ msgid "bounceOutDown"
2658
+ msgstr ""
2659
+
2660
+ #: includes/widgets/htmega_notify.php:150
2661
+ #: includes/widgets/htmega_notify.php:185
2662
+ msgid "bounceOutLeft"
2663
+ msgstr ""
2664
+
2665
+ #: includes/widgets/htmega_notify.php:151
2666
+ #: includes/widgets/htmega_notify.php:186
2667
+ msgid "bounceOutRight"
2668
+ msgstr ""
2669
+
2670
+ #: includes/widgets/htmega_notify.php:152
2671
+ #: includes/widgets/htmega_notify.php:187
2672
+ msgid "bounceOutUp"
2673
+ msgstr ""
2674
+
2675
+ #: includes/widgets/htmega_counter.php:350
2676
+ msgid "Box Width"
2677
+ msgstr ""
2678
+
2679
+ #: includes/widgets/htmega_verticle_time_line.php:473
2680
+ msgid "Box Background"
2681
+ msgstr ""
2682
+
2683
+ #: includes/widgets/htmega_verticle_time_line.php:391
2684
+ msgid "Box Border"
2685
+ msgstr ""
2686
+
2687
+ #: includes/widgets/htmega_counter.php:380
2688
+ msgid "Box Height"
2689
+ msgstr ""
2690
+
2691
+ #: includes/widgets/htmega_newsticker.php:567
2692
+ msgid "Box Height and Width"
2693
+ msgstr ""
2694
+
2695
+ #: includes/widgets/htmega_carousel.php:421
2696
+ msgid "Box Option"
2697
+ msgstr ""
2698
+
2699
+ #: includes/widgets/htmega_accordion.php:633
2700
+ #: includes/widgets/htmega_accordion.php:717
2701
+ #: includes/widgets/htmega_accordion.php:887
2702
+ #: includes/widgets/htmega_accordion.php:987
2703
+ #: includes/widgets/htmega_accordion.php:1171
2704
+ #: includes/widgets/htmega_accordion.php:1282
2705
+ #: includes/widgets/htmega_accordion.php:1419
2706
+ #: includes/widgets/htmega_animated_heading.php:214
2707
+ #: includes/widgets/htmega_animated_heading.php:345
2708
+ #: includes/widgets/htmega_animated_heading.php:433
2709
+ #: includes/widgets/htmega_brand.php:191 includes/widgets/htmega_brand.php:216
2710
+ #: includes/widgets/htmega_brand.php:252 includes/widgets/htmega_brand.php:277
2711
+ #: includes/widgets/htmega_buddy_press.php:215
2712
+ #: includes/widgets/htmega_business_hours.php:289
2713
+ #: includes/widgets/htmega_business_hours.php:365
2714
+ #: includes/widgets/htmega_business_hours.php:493
2715
+ #: includes/widgets/htmega_button.php:295
2716
+ #: includes/widgets/htmega_button.php:410
2717
+ #: includes/widgets/htmega_button.php:599
2718
+ #: includes/widgets/htmega_caldera_form.php:336
2719
+ #: includes/widgets/htmega_caldera_form.php:423
2720
+ #: includes/widgets/htmega_call_to_action.php:392
2721
+ #: includes/widgets/htmega_call_to_action.php:469
2722
+ #: includes/widgets/htmega_call_to_action.php:777
2723
+ #: includes/widgets/htmega_call_to_action.php:868
2724
+ #: includes/widgets/htmega_call_to_action.php:983
2725
+ #: includes/widgets/htmega_call_to_action.php:1074
2726
+ #: includes/widgets/htmega_contact_form_seven.php:356
2727
+ #: includes/widgets/htmega_contact_form_seven.php:443
2728
+ #: includes/widgets/htmega_contact_form_seven.php:583
2729
+ #: includes/widgets/htmega_contact_form_seven.php:642
2730
+ #: includes/widgets/htmega_contact_form_seven.php:905
2731
+ #: includes/widgets/htmega_countdown.php:526
2732
+ #: includes/widgets/htmega_counter.php:275
2733
+ #: includes/widgets/htmega_data_table.php:261
2734
+ #: includes/widgets/htmega_data_table.php:625
2735
+ #: includes/widgets/htmega_double_button.php:289
2736
+ #: includes/widgets/htmega_double_button.php:535
2737
+ #: includes/widgets/htmega_double_button.php:622
2738
+ #: includes/widgets/htmega_double_button.php:708
2739
+ #: includes/widgets/htmega_double_button.php:794
2740
+ #: includes/widgets/htmega_double_button.php:891
2741
+ #: includes/widgets/htmega_gallery_justify.php:106
2742
+ #: includes/widgets/htmega_gravity_forms.php:532
2743
+ #: includes/widgets/htmega_gravity_forms.php:617
2744
+ #: includes/widgets/htmega_gravity_forms.php:764
2745
+ #: includes/widgets/htmega_image_grid.php:252
2746
+ #: includes/widgets/htmega_image_grid.php:500
2747
+ #: includes/widgets/htmega_image_grid.php:572
2748
+ #: includes/widgets/htmega_image_magnifier.php:133
2749
+ #: includes/widgets/htmega_image_masonry.php:243
2750
+ #: includes/widgets/htmega_image_masonry.php:487
2751
+ #: includes/widgets/htmega_image_masonry.php:568
2752
+ #: includes/widgets/htmega_inlinemenu.php:223
2753
+ #: includes/widgets/htmega_lightbox.php:285
2754
+ #: includes/widgets/htmega_lightbox.php:473
2755
+ #: includes/widgets/htmega_mailchimp_wp.php:442
2756
+ #: includes/widgets/htmega_modal.php:240 includes/widgets/htmega_modal.php:604
2757
+ #: includes/widgets/htmega_ninja_form.php:600
2758
+ #: includes/widgets/htmega_ninja_form.php:682
2759
+ #: includes/widgets/htmega_ninja_form.php:843
2760
+ #: includes/widgets/htmega_ninja_form.php:900
2761
+ #: includes/widgets/htmega_ninja_form.php:1023
2762
+ #: includes/widgets/htmega_notify.php:381
2763
+ #: includes/widgets/htmega_panel_slider.php:589
2764
+ #: includes/widgets/htmega_panel_slider.php:893
2765
+ #: includes/widgets/htmega_panel_slider.php:1071
2766
+ #: includes/widgets/htmega_popover.php:552
2767
+ #: includes/widgets/htmega_progress_bar.php:520
2768
+ #: includes/widgets/htmega_progress_bar.php:728
2769
+ #: includes/widgets/htmega_progress_bar.php:820
2770
+ #: includes/widgets/htmega_quforms.php:461
2771
+ #: includes/widgets/htmega_quforms.php:518
2772
+ #: includes/widgets/htmega_quforms.php:678
2773
+ #: includes/widgets/htmega_quforms.php:736
2774
+ #: includes/widgets/htmega_quforms.php:907
2775
+ #: includes/widgets/htmega_quforms.php:956
2776
+ #: includes/widgets/htmega_scroll_image.php:230
2777
+ #: includes/widgets/htmega_section_title.php:972
2778
+ #: includes/widgets/htmega_socialshere.php:456
2779
+ #: includes/widgets/htmega_teammember.php:399
2780
+ #: includes/widgets/htmega_teammember.php:1039
2781
+ #: includes/widgets/htmega_testimonial_grid.php:326
2782
+ #: includes/widgets/htmega_testimonial_grid.php:375
2783
+ #: includes/widgets/htmega_testimonial_grid.php:669
2784
+ #: includes/widgets/htmega_twitter_feed.php:562
2785
+ #: includes/widgets/htmega_user_login_form.php:634
2786
+ #: includes/widgets/htmega_verticle_time_line.php:262
2787
+ #: includes/widgets/htmega_videoplayer.php:284
2788
+ #: includes/widgets/htmega_wc_categories.php:227
2789
+ #: includes/widgets/htmega_wc_element_pages.php:608
2790
+ #: includes/widgets/htmega_wc_element_pages.php:874
2791
+ #: includes/widgets/htmega_wc_element_pages.php:1430
2792
+ #: includes/widgets/htmega_weather.php:307
2793
+ #: includes/widgets/htmega_working_process.php:812
2794
+ #: includes/widgets/htmega_working_process.php:1053
2795
+ #: includes/widgets/htmega_wpforms.php:603
2796
+ #: includes/widgets/htmega_wpforms.php:686
2797
+ #: includes/widgets/htmega_wpforms.php:822
2798
+ #: includes/widgets/htmega_wpforms.php:903
2799
+ #: includes/widgets/htmega_wpforms.php:1050
2800
+ #: includes/widgets/htmega_wpforms.php:1122
2801
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:205
2802
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:362
2803
+ msgid "Box Shadow"
2804
+ msgstr ""
2805
+
2806
+ #: includes/widgets/htmega_double_button.php:821
2807
+ msgid "Box Size"
2808
+ msgstr ""
2809
+
2810
+ #: includes/widgets/htmega_add_banner.php:146
2811
+ #: includes/widgets/htmega_call_to_action.php:318
2812
+ #: includes/widgets/htmega_counter.php:194
2813
+ #: includes/widgets/htmega_image_comparison.php:93
2814
+ #: includes/widgets/htmega_image_grid.php:194
2815
+ #: includes/widgets/htmega_image_masonry.php:175
2816
+ #: includes/widgets/htmega_lightbox.php:184
2817
+ #: includes/widgets/htmega_service.php:165
2818
+ #: includes/widgets/htmega_working_process.php:191
2819
+ msgid "Box Style"
2820
+ msgstr ""
2821
+
2822
+ #: includes/widgets/htmega_verticle_time_line.php:432
2823
+ msgid "Box Style Reverse"
2824
+ msgstr ""
2825
+
2826
+ #: includes/widgets/htmega_brand.php:157
2827
+ msgid "Brand Logo"
2828
+ msgstr ""
2829
+
2830
+ #: includes/widgets/htmega_brand.php:13 includes/widgets/htmega_brand.php:35
2831
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:151
2832
+ msgid "Brands"
2833
+ msgstr ""
2834
+
2835
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:764
2836
+ msgid "Breadcrumbs"
2837
+ msgstr ""
2838
+
2839
+ #: includes/widgets/htmega_newsticker.php:76
2840
+ msgid "Breaking News"
2841
+ msgstr ""
2842
+
2843
+ #: includes/widgets/htmega_buddy_press.php:13
2844
+ #: includes/widgets/htmega_buddy_press.php:41
2845
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1244
2846
+ msgid "BuddyPress"
2847
+ msgstr ""
2848
+
2849
+ #: includes/widgets/htmega_socialshere.php:81
2850
+ msgid "Buffer"
2851
+ msgstr ""
2852
+
2853
+ #: includes/widgets/htmega_business_hours.php:60
2854
+ msgid "Business Hour Title"
2855
+ msgstr ""
2856
+
2857
+ #: includes/widgets/htmega_business_hours.php:14
2858
+ #: includes/widgets/htmega_business_hours.php:36
2859
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:160
2860
+ msgid "Business Hours"
2861
+ msgstr ""
2862
+
2863
+ #: includes/widgets/htmega_business_hours.php:71
2864
+ msgid "Business Hours​"
2865
+ msgstr ""
2866
+
2867
+ #: includes/widgets/htmega_add_banner.php:607
2868
+ #: includes/widgets/htmega_button.php:13 includes/widgets/htmega_button.php:39
2869
+ #: includes/widgets/htmega_contact_form_seven.php:767
2870
+ #: includes/widgets/htmega_custom_event.php:378
2871
+ #: includes/widgets/htmega_double_button.php:101
2872
+ #: includes/widgets/htmega_double_button.php:188
2873
+ #: includes/widgets/htmega_double_button.php:314
2874
+ #: includes/widgets/htmega_download_monitor.php:110
2875
+ #: includes/widgets/htmega_easy_digital_download.php:528
2876
+ #: includes/widgets/htmega_errorcontent.php:126
2877
+ #: includes/widgets/htmega_gravity_forms.php:630
2878
+ #: includes/widgets/htmega_lightbox.php:118
2879
+ #: includes/widgets/htmega_mailchimp_wp.php:290
2880
+ #: includes/widgets/htmega_modal.php:103 includes/widgets/htmega_modal.php:202
2881
+ #: includes/widgets/htmega_ninja_form.php:913
2882
+ #: includes/widgets/htmega_notify.php:51 includes/widgets/htmega_notify.php:311
2883
+ #: includes/widgets/htmega_offcanvas.php:176
2884
+ #: includes/widgets/htmega_offcanvas.php:404
2885
+ #: includes/widgets/htmega_popover.php:321
2886
+ #: includes/widgets/htmega_pricing_list_view.php:590
2887
+ #: includes/widgets/htmega_quforms.php:749
2888
+ #: includes/widgets/htmega_service.php:1010
2889
+ #: includes/widgets/htmega_special_day_banner.php:630
2890
+ #: includes/widgets/htmega_toggle.php:184
2891
+ #: includes/widgets/htmega_tooltip.php:297
2892
+ #: includes/widgets/htmega_videoplayer.php:325
2893
+ #: includes/widgets/htmega_wc_element_pages.php:1509
2894
+ #: includes/widgets/htmega_wpforms.php:916
2895
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:183
2896
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:169
2897
+ msgid "Button"
2898
+ msgstr ""
2899
+
2900
+ #: includes/widgets/htmega_double_button.php:268
2901
+ msgid "Button Area"
2902
+ msgstr ""
2903
+
2904
+ #: includes/widgets/htmega_pricing_list_view.php:870
2905
+ msgid "Button Background"
2906
+ msgstr ""
2907
+
2908
+ #: includes/widgets/htmega_tooltip.php:229
2909
+ msgid "Button Box Style"
2910
+ msgstr ""
2911
+
2912
+ #: includes/widgets/htmega_double_button.php:380
2913
+ msgid "Button Height"
2914
+ msgstr ""
2915
+
2916
+ #: includes/widgets/htmega_pricing_list_view.php:882
2917
+ msgid "Button Hover Background"
2918
+ msgstr ""
2919
+
2920
+ #: includes/widgets/htmega_button.php:418
2921
+ msgid "Button Hover Effect"
2922
+ msgstr ""
2923
+
2924
+ #: includes/widgets/htmega_button.php:481
2925
+ msgid "Button Hover Shadow"
2926
+ msgstr ""
2927
+
2928
+ #: includes/widgets/htmega_instagram.php:1367
2929
+ #: includes/widgets/htmega_offcanvas.php:191
2930
+ #: includes/widgets/htmega_videoplayer.php:111
2931
+ msgid "Button Icon"
2932
+ msgstr ""
2933
+
2934
+ #: includes/widgets/htmega_search.php:68
2935
+ msgid "Button Icon Type"
2936
+ msgstr ""
2937
+
2938
+ #: includes/widgets/htmega_errorcontent.php:152
2939
+ #: includes/widgets/htmega_errorcontent.php:200
2940
+ msgid "Button Icons"
2941
+ msgstr ""
2942
+
2943
+ #: includes/widgets/htmega_videoplayer.php:122
2944
+ msgid "Button Infinity Animation"
2945
+ msgstr ""
2946
+
2947
+ #: includes/widgets/htmega_socialshere.php:614
2948
+ msgid "Button Line Height"
2949
+ msgstr ""
2950
+
2951
+ #: includes/widgets/htmega_call_to_action.php:239
2952
+ #: includes/widgets/htmega_errorcontent.php:164
2953
+ #: includes/widgets/htmega_errorcontent.php:212
2954
+ msgid "Button Link"
2955
+ msgstr ""
2956
+
2957
+ #: includes/widgets/htmega_double_button.php:93
2958
+ #: includes/widgets/htmega_double_button.php:464
2959
+ msgid "Button One"
2960
+ msgstr ""
2961
+
2962
+ #: includes/widgets/htmega_pricing_list_view.php:929
2963
+ msgid "Button Padding"
2964
+ msgstr ""
2965
+
2966
+ #: includes/widgets/htmega_button.php:89
2967
+ #: includes/widgets/htmega_double_button.php:42
2968
+ msgid "Button Size"
2969
+ msgstr ""
2970
+
2971
+ #: includes/widgets/htmega_button.php:46 includes/widgets/htmega_button.php:190
2972
+ #: includes/widgets/htmega_countdown.php:1015
2973
+ #: includes/widgets/htmega_download_monitor.php:136
2974
+ #: includes/widgets/htmega_wc_element_pages.php:923
2975
+ msgid "Button Style"
2976
+ msgstr ""
2977
+
2978
+ #: includes/widgets/htmega_add_banner.php:134
2979
+ #: includes/widgets/htmega_add_banner.php:136
2980
+ #: includes/widgets/htmega_call_to_action.php:138
2981
+ #: includes/widgets/htmega_call_to_action.php:232
2982
+ #: includes/widgets/htmega_errorcontent.php:142
2983
+ #: includes/widgets/htmega_errorcontent.php:191
2984
+ #: includes/widgets/htmega_notify.php:58
2985
+ #: includes/widgets/htmega_offcanvas.php:182
2986
+ #: includes/widgets/htmega_popover.php:72
2987
+ #: includes/widgets/htmega_special_day_banner.php:138
2988
+ #: includes/widgets/htmega_special_day_banner.php:140
2989
+ #: includes/widgets/htmega_user_login_form.php:358
2990
+ #: includes/widgets/htmega_videoplayer.php:70
2991
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:103
2992
+ msgid "Button Text"
2993
+ msgstr ""
2994
+
2995
+ #: includes/widgets/htmega_double_button.php:180
2996
+ #: includes/widgets/htmega_double_button.php:637
2997
+ msgid "Button Two"
2998
+ msgstr ""
2999
+
3000
+ #: includes/widgets/htmega_popover.php:48
3001
+ #: includes/widgets/htmega_tooltip.php:48
3002
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:54
3003
+ msgid "Button Type"
3004
+ msgstr ""
3005
+
3006
+ #: includes/widgets/htmega_double_button.php:347
3007
+ msgid "Button Width"
3008
+ msgstr ""
3009
+
3010
+ #: includes/class.assests.php:386 admin/include/template-library.php:301
3011
+ #: admin/include/template-library.php:353
3012
+ #: includes/recommended-plugins/class.recommended-plugins.php:122
3013
+ #: includes/recommended-plugins/class.recommended-plugins.php:284
3014
+ msgid "Buy Now"
3015
+ msgstr ""
3016
+
3017
+ #: includes/recommended-plugins/class.recommended-plugins.php:270
3018
+ msgid "By "
3019
+ msgstr ""
3020
+
3021
+ #: includes/widgets/htmega_easy_digital_download.php:145
3022
+ #: includes/widgets/htmega_wc_categories.php:82
3023
+ msgid "By Parent"
3024
+ msgstr ""
3025
+
3026
+ #: includes/widgets/htmega_weather.php:57
3027
+ msgid "C"
3028
+ msgstr ""
3029
+
3030
+ #: includes/widgets/htmega_instagram.php:108
3031
+ msgid "Cache Time Duration"
3032
+ msgstr ""
3033
+
3034
+ #: includes/widgets/htmega_caldera_form.php:13
3035
+ #: includes/widgets/htmega_caldera_form.php:41
3036
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1255
3037
+ msgid "Caldera Form"
3038
+ msgstr ""
3039
+
3040
+ #: includes/widgets/htmega_booked_calender.php:874
3041
+ msgid "Calendar"
3042
+ msgstr ""
3043
+
3044
+ #: includes/widgets/htmega_booked_calender.php:896
3045
+ msgid "Calendar Icon Background"
3046
+ msgstr ""
3047
+
3048
+ #: includes/widgets/htmega_booked_calender.php:885
3049
+ msgid "Calendar Icon Color"
3050
+ msgstr ""
3051
+
3052
+ #: includes/widgets/htmega_booked_calender.php:938
3053
+ msgid "Calendar Icon Padding"
3054
+ msgstr ""
3055
+
3056
+ #: includes/widgets/htmega_booked_calender.php:918
3057
+ msgid "Calendar Icon Radius"
3058
+ msgstr ""
3059
+
3060
+ #: includes/widgets/htmega_booked_calender.php:162
3061
+ msgid "Calendar Size"
3062
+ msgstr ""
3063
+
3064
+ #: includes/widgets/htmega_call_to_action.php:13
3065
+ #: includes/widgets/htmega_call_to_action.php:32
3066
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:178
3067
+ msgid "Call To Action"
3068
+ msgstr ""
3069
+
3070
+ #: includes/widgets/htmega_instagram.php:858
3071
+ msgid "Caption"
3072
+ msgstr ""
3073
+
3074
+ #: includes/widgets/htmega_testimonial_grid.php:168
3075
+ #: includes/widgets/htmega_testimonial_grid.php:226
3076
+ msgid "Carolina Monntoya"
3077
+ msgstr ""
3078
+
3079
+ #: includes/widgets/htmega_carousel.php:13
3080
+ #: includes/widgets/htmega_carousel.php:43
3081
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:187
3082
+ msgid "Carousel"
3083
+ msgstr ""
3084
+
3085
+ #: includes/widgets/htmega_wc_element_pages.php:58
3086
+ msgid "Cart Page"
3087
+ msgstr ""
3088
+
3089
+ #: includes/widgets/htmega_easy_digital_download.php:159
3090
+ #: includes/widgets/htmega_newsticker.php:1118
3091
+ #: includes/widgets/htmega_newsticker.php:1133
3092
+ #: includes/widgets/htmega_postgrid.php:1368
3093
+ #: includes/widgets/htmega_postgrid.php:1383
3094
+ #: includes/widgets/htmega_post_grid_tab.php:1607
3095
+ #: includes/widgets/htmega_post_grid_tab.php:1622
3096
+ #: includes/widgets/htmega_wc_categories.php:34
3097
+ #: includes/widgets/htmega_wc_categories.php:96
3098
+ msgid "Categories"
3099
+ msgstr ""
3100
+
3101
+ #: includes/widgets/htmega_newsticker.php:1094
3102
+ #: includes/widgets/htmega_postgrid.php:101
3103
+ #: includes/widgets/htmega_postgrid.php:570
3104
+ #: includes/widgets/htmega_postgrid.php:1344
3105
+ #: includes/widgets/htmega_post_grid_tab.php:125
3106
+ #: includes/widgets/htmega_post_grid_tab.php:522
3107
+ #: includes/widgets/htmega_post_grid_tab.php:1583
3108
+ #: includes/widgets/htmega_singlepost.php:109
3109
+ #: includes/widgets/htmega_singlepost.php:238
3110
+ #: extensions/ht-builder/widgets/bl_post_archive.php:539
3111
+ msgid "Category"
3112
+ msgstr ""
3113
+
3114
+ #: includes/widgets/htmega_wc_categories.php:165
3115
+ msgid "Category Area"
3116
+ msgstr ""
3117
+
3118
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:710
3119
+ msgid "Category List"
3120
+ msgstr ""
3121
+
3122
+ #: includes/widgets/htmega_data_table.php:339
3123
+ #: includes/widgets/htmega_pricing_list_view.php:600
3124
+ msgid "Cell Content"
3125
+ msgstr ""
3126
+
3127
+ #: includes/widgets/htmega_data_table.php:352
3128
+ msgid "Cell Icon"
3129
+ msgstr ""
3130
+
3131
+ #: includes/widgets/htmega_data_table.php:409
3132
+ msgid "Cell Image"
3133
+ msgstr ""
3134
+
3135
+ #: includes/widgets/htmega_pricing_list_view.php:617
3136
+ msgid "Cell Label"
3137
+ msgstr ""
3138
+
3139
+ #: includes/widgets/htmega_data_table.php:482
3140
+ msgid "Cell Styles"
3141
+ msgstr ""
3142
+
3143
+ #: includes/widgets/htmega_accordion.php:571
3144
+ #: includes/widgets/htmega_accordion.php:762
3145
+ #: includes/widgets/htmega_accordion.php:920
3146
+ #: includes/widgets/htmega_accordion.php:1318
3147
+ #: includes/widgets/htmega_accordion.php:1436
3148
+ #: includes/widgets/htmega_add_banner.php:63
3149
+ #: includes/widgets/htmega_add_banner.php:372
3150
+ #: includes/widgets/htmega_blockquote.php:187
3151
+ #: includes/widgets/htmega_buddy_press.php:258
3152
+ #: includes/widgets/htmega_business_hours.php:395
3153
+ #: includes/widgets/htmega_button.php:165
3154
+ #: includes/widgets/htmega_caldera_form.php:76
3155
+ #: includes/widgets/htmega_caldera_form.php:351
3156
+ #: includes/widgets/htmega_call_to_action.php:334
3157
+ #: includes/widgets/htmega_carousel.php:842
3158
+ #: includes/widgets/htmega_contact_form_seven.php:121
3159
+ #: includes/widgets/htmega_countdown.php:615
3160
+ #: includes/widgets/htmega_countdown.php:647
3161
+ #: includes/widgets/htmega_counter.php:292
3162
+ #: includes/widgets/htmega_counter.php:325
3163
+ #: includes/widgets/htmega_counter.php:431
3164
+ #: includes/widgets/htmega_counter.php:557
3165
+ #: includes/widgets/htmega_data_table.php:715
3166
+ #: includes/widgets/htmega_data_table.php:834
3167
+ #: includes/widgets/htmega_double_button.php:329
3168
+ #: includes/widgets/htmega_dropcaps.php:88
3169
+ #: includes/widgets/htmega_easy_digital_download.php:330
3170
+ #: includes/widgets/htmega_easy_digital_download.php:698
3171
+ #: includes/widgets/htmega_errorcontent.php:253
3172
+ #: includes/widgets/htmega_gravity_forms.php:153
3173
+ #: includes/widgets/htmega_gravity_forms.php:209
3174
+ #: includes/widgets/htmega_gravity_forms.php:243
3175
+ #: includes/widgets/htmega_gravity_forms.php:548
3176
+ #: includes/widgets/htmega_gravity_forms.php:779
3177
+ #: includes/widgets/htmega_imagemarker.php:714
3178
+ #: includes/widgets/htmega_image_comparison.php:186
3179
+ #: includes/widgets/htmega_image_grid.php:295
3180
+ #: includes/widgets/htmega_image_grid.php:392
3181
+ #: includes/widgets/htmega_image_masonry.php:271
3182
+ #: includes/widgets/htmega_image_masonry.php:368
3183
+ #: includes/widgets/htmega_inlinemenu.php:125
3184
+ #: includes/widgets/htmega_instagram.php:1488
3185
+ #: includes/widgets/htmega_lightbox.php:200
3186
+ #: includes/widgets/htmega_lightbox.php:313
3187
+ #: includes/widgets/htmega_mailchimp_wp.php:133
3188
+ #: includes/widgets/htmega_modal.php:354 includes/widgets/htmega_modal.php:1009
3189
+ #: includes/widgets/htmega_newsticker.php:370
3190
+ #: includes/widgets/htmega_ninja_form.php:192
3191
+ #: includes/widgets/htmega_ninja_form.php:294
3192
+ #: includes/widgets/htmega_ninja_form.php:328
3193
+ #: includes/widgets/htmega_ninja_form.php:615
3194
+ #: includes/widgets/htmega_ninja_form.php:826
3195
+ #: includes/widgets/htmega_ninja_form.php:1038
3196
+ #: includes/widgets/htmega_notify.php:286
3197
+ #: includes/widgets/htmega_notify.php:566
3198
+ #: includes/widgets/htmega_notify.php:832
3199
+ #: includes/widgets/htmega_offcanvas.php:287
3200
+ #: includes/widgets/htmega_offcanvas.php:379
3201
+ #: includes/widgets/htmega_panel_slider.php:607
3202
+ #: includes/widgets/htmega_popover.php:269
3203
+ #: includes/widgets/htmega_popover.php:665
3204
+ #: includes/widgets/htmega_popover.php:769
3205
+ #: includes/widgets/htmega_postgrid.php:209
3206
+ #: includes/widgets/htmega_postgrid.php:433
3207
+ #: includes/widgets/htmega_postgrid.php:546
3208
+ #: includes/widgets/htmega_post_grid_tab.php:317
3209
+ #: includes/widgets/htmega_post_grid_tab.php:411
3210
+ #: includes/widgets/htmega_post_grid_tab.php:498
3211
+ #: includes/widgets/htmega_post_grid_tab.php:721
3212
+ #: includes/widgets/htmega_pricing_list_view.php:477
3213
+ #: includes/widgets/htmega_pricing_list_view.php:1132
3214
+ #: includes/widgets/htmega_quforms.php:94
3215
+ #: includes/widgets/htmega_quforms.php:214
3216
+ #: includes/widgets/htmega_quforms.php:335
3217
+ #: includes/widgets/htmega_quforms.php:555
3218
+ #: includes/widgets/htmega_quforms.php:773
3219
+ #: includes/widgets/htmega_search.php:160
3220
+ #: includes/widgets/htmega_section_title.php:161
3221
+ #: includes/widgets/htmega_section_title.php:419
3222
+ #: includes/widgets/htmega_service.php:245
3223
+ #: includes/widgets/htmega_service.php:429
3224
+ #: includes/widgets/htmega_service.php:534
3225
+ #: includes/widgets/htmega_service.php:723
3226
+ #: includes/widgets/htmega_service.php:985
3227
+ #: includes/widgets/htmega_singlepost.php:214
3228
+ #: includes/widgets/htmega_singlepost.php:310
3229
+ #: includes/widgets/htmega_singlepost.php:417
3230
+ #: includes/widgets/htmega_socialshere.php:378
3231
+ #: includes/widgets/htmega_special_day_banner.php:47
3232
+ #: includes/widgets/htmega_special_day_banner.php:269
3233
+ #: includes/widgets/htmega_tablepress.php:217
3234
+ #: includes/widgets/htmega_tablepress.php:374
3235
+ #: includes/widgets/htmega_tabs.php:517
3236
+ #: includes/widgets/htmega_teammember.php:620
3237
+ #: includes/widgets/htmega_teammember.php:749
3238
+ #: includes/widgets/htmega_teammember.php:839
3239
+ #: includes/widgets/htmega_teammember.php:930
3240
+ #: includes/widgets/htmega_teammember.php:997
3241
+ #: includes/widgets/htmega_testimonial_grid.php:557
3242
+ #: includes/widgets/htmega_toggle.php:200
3243
+ #: includes/widgets/htmega_tooltip.php:245
3244
+ #: includes/widgets/htmega_user_login_form.php:153
3245
+ #: includes/widgets/htmega_user_login_form.php:375
3246
+ #: includes/widgets/htmega_user_login_form.php:431
3247
+ #: includes/widgets/htmega_user_login_form.php:575
3248
+ #: includes/widgets/htmega_videoplayer.php:300
3249
+ #: includes/widgets/htmega_wc_categories.php:384
3250
+ #: includes/widgets/htmega_wpforms.php:184
3251
+ #: includes/widgets/htmega_wpforms.php:286
3252
+ #: includes/widgets/htmega_wpforms.php:321
3253
+ #: includes/widgets/htmega_wpforms.php:618
3254
+ #: includes/widgets/htmega_wpforms.php:837
3255
+ #: includes/widgets/htmega_wpforms.php:1065
3256
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:119
3257
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:498
3258
+ #: extensions/ht-builder/widgets/bl_page_title.php:141
3259
+ #: extensions/ht-builder/widgets/bl_post_archive.php:306
3260
+ #: extensions/ht-builder/widgets/bl_post_archive.php:387
3261
+ #: extensions/ht-builder/widgets/bl_post_archive.php:494
3262
+ #: extensions/ht-builder/widgets/bl_post_archive.php:600
3263
+ #: extensions/ht-builder/widgets/bl_post_archive.php:680
3264
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:143
3265
+ #: extensions/ht-builder/widgets/bl_post_content.php:76
3266
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:76
3267
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:75
3268
+ #: extensions/ht-builder/widgets/bl_post_title.php:106
3269
+ #: extensions/ht-builder/widgets/bl_site_logo.php:163
3270
+ #: extensions/ht-builder/widgets/bl_site_title.php:143
3271
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:170
3272
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:171
3273
+ msgid "Center"
3274
+ msgstr ""
3275
+
3276
+ #: includes/widgets/htmega_googlemap.php:100
3277
+ msgid "Center Address"
3278
+ msgstr ""
3279
+
3280
+ #: includes/widgets/htmega_blockquote.php:158
3281
+ msgid "Center Bottom"
3282
+ msgstr ""
3283
+
3284
+ #: includes/widgets/htmega_blockquote.php:157
3285
+ msgid "Center Center"
3286
+ msgstr ""
3287
+
3288
+ #: includes/widgets/htmega_carousel.php:225
3289
+ #: includes/widgets/htmega_instagram.php:420
3290
+ #: includes/widgets/htmega_panel_slider.php:325
3291
+ #: includes/widgets/htmega_slider_thumb_gallery.php:222
3292
+ #: includes/widgets/htmega_twitter_feed.php:347
3293
+ msgid "Center Mode"
3294
+ msgstr ""
3295
+
3296
+ #: includes/widgets/htmega_carousel.php:238
3297
+ #: includes/widgets/htmega_instagram.php:433
3298
+ #: includes/widgets/htmega_panel_slider.php:338
3299
+ #: includes/widgets/htmega_slider_thumb_gallery.php:233
3300
+ #: includes/widgets/htmega_twitter_feed.php:360
3301
+ msgid "Center padding"
3302
+ msgstr ""
3303
+
3304
+ #: includes/widgets/htmega_blockquote.php:156
3305
+ msgid "Center Top"
3306
+ msgstr ""
3307
+
3308
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:845
3309
+ msgid "Chart"
3310
+ msgstr ""
3311
+
3312
+ #: includes/widgets/htmega_user_login_form.php:1030
3313
+ msgid "Checkbox Icon Color"
3314
+ msgstr ""
3315
+
3316
+ #: includes/widgets/htmega_wc_element_pages.php:371
3317
+ msgid "Checkout Button"
3318
+ msgstr ""
3319
+
3320
+ #: includes/widgets/htmega_wc_element_pages.php:60
3321
+ msgid "Checkout Page"
3322
+ msgstr ""
3323
+
3324
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:515
3325
+ msgid "Choose"
3326
+ msgstr ""
3327
+
3328
+ #: includes/widgets/htmega_countdown.php:703
3329
+ msgid "Choose Area Seperator Image"
3330
+ msgstr ""
3331
+
3332
+ #: admin/include/class.settings-api.php:398
3333
+ msgid "Choose File"
3334
+ msgstr ""
3335
+
3336
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:310
3337
+ msgid "Choose Icon"
3338
+ msgstr ""
3339
+
3340
+ #: includes/widgets/htmega_scroll_image.php:50
3341
+ msgid "Choose Image"
3342
+ msgstr ""
3343
+
3344
+ #: includes/widgets/htmega_wc_element_pages.php:70
3345
+ msgid "Choose Product"
3346
+ msgstr ""
3347
+
3348
+ #: includes/widgets/htmega_progress_bar.php:63
3349
+ msgid "Circle"
3350
+ msgstr ""
3351
+
3352
+ #: admin/include/templates/library/templates.php:149
3353
+ msgid "Click here"
3354
+ msgstr ""
3355
+
3356
+ #: includes/widgets/htmega_button.php:65
3357
+ msgid "Click Me"
3358
+ msgstr ""
3359
+
3360
+ #: includes/widgets/htmega_testimonial_grid.php:184
3361
+ msgid "Client Rating"
3362
+ msgstr ""
3363
+
3364
+ #: includes/widgets/htmega_testimonial_grid.php:212
3365
+ msgid "Client Say"
3366
+ msgstr ""
3367
+
3368
+ #: includes/widgets/htmega_testimonial_grid.php:541
3369
+ msgid "Client say"
3370
+ msgstr ""
3371
+
3372
+ #: includes/widgets/htmega_animated_heading.php:74
3373
+ msgid "Clip"
3374
+ msgstr ""
3375
+
3376
+ #: includes/widgets/htmega_animated_heading.php:454
3377
+ msgid "Clip Color"
3378
+ msgstr ""
3379
+
3380
+ #: includes/widgets/htmega_animated_heading.php:470
3381
+ msgid "Clip Width"
3382
+ msgstr ""
3383
+
3384
+ #: includes/widgets/htmega_business_hours.php:169
3385
+ #: includes/widgets/htmega_modal.php:833
3386
+ #: includes/widgets/htmega_post_grid_tab.php:895
3387
+ #: includes/widgets/htmega_toggle.php:63 includes/widgets/htmega_toggle.php:64
3388
+ msgid "Close"
3389
+ msgstr ""
3390
+
3391
+ #: includes/widgets/htmega_search.php:121
3392
+ msgid "close"
3393
+ msgstr ""
3394
+
3395
+ #: includes/widgets/htmega_accordion.php:355
3396
+ msgid "Close All Item"
3397
+ msgstr ""
3398
+
3399
+ #: includes/widgets/htmega_notify.php:618
3400
+ msgid "Close Button"
3401
+ msgstr ""
3402
+
3403
+ #: includes/widgets/htmega_search.php:845
3404
+ msgid "Close Button Style"
3405
+ msgstr ""
3406
+
3407
+ #: includes/widgets/htmega_search.php:119
3408
+ msgid "Close Button Text"
3409
+ msgstr ""
3410
+
3411
+ #: includes/widgets/htmega_data_table.php:527
3412
+ #: includes/widgets/htmega_data_table.php:533
3413
+ #: includes/widgets/htmega_data_table.php:539
3414
+ #: includes/widgets/htmega_data_table.php:546
3415
+ #: includes/widgets/htmega_pricing_list_view.php:1092
3416
+ #: includes/widgets/htmega_pricing_list_view.php:1098
3417
+ #: includes/widgets/htmega_pricing_list_view.php:1104
3418
+ #: includes/widgets/htmega_pricing_list_view.php:1111
3419
+ msgid "col"
3420
+ msgstr ""
3421
+
3422
+ #: includes/widgets/htmega_pricing_list_view.php:215
3423
+ msgid "Col Span"
3424
+ msgstr ""
3425
+
3426
+ #: includes/widgets/htmega_notify.php:247
3427
+ msgid "col-md-1"
3428
+ msgstr ""
3429
+
3430
+ #: includes/widgets/htmega_notify.php:238
3431
+ msgid "col-md-10"
3432
+ msgstr ""
3433
+
3434
+ #: includes/widgets/htmega_notify.php:237
3435
+ msgid "col-md-11"
3436
+ msgstr ""
3437
+
3438
+ #: includes/widgets/htmega_notify.php:236
3439
+ msgid "col-md-12"
3440
+ msgstr ""
3441
+
3442
+ #: includes/widgets/htmega_notify.php:246
3443
+ msgid "col-md-2"
3444
+ msgstr ""
3445
+
3446
+ #: includes/widgets/htmega_notify.php:245
3447
+ msgid "col-md-3"
3448
+ msgstr ""
3449
+
3450
+ #: includes/widgets/htmega_notify.php:244
3451
+ msgid "col-md-4"
3452
+ msgstr ""
3453
+
3454
+ #: includes/widgets/htmega_notify.php:243
3455
+ msgid "col-md-5"
3456
+ msgstr ""
3457
+
3458
+ #: includes/widgets/htmega_notify.php:242
3459
+ msgid "col-md-6"
3460
+ msgstr ""
3461
+
3462
+ #: includes/widgets/htmega_notify.php:241
3463
+ msgid "col-md-7"
3464
+ msgstr ""
3465
+
3466
+ #: includes/widgets/htmega_notify.php:240
3467
+ msgid "col-md-8"
3468
+ msgstr ""
3469
+
3470
+ #: includes/widgets/htmega_notify.php:239
3471
+ msgid "col-md-9"
3472
+ msgstr ""
3473
+
3474
+ #: includes/widgets/htmega_accordion.php:642
3475
+ #: includes/widgets/htmega_accordion.php:683
3476
+ #: includes/widgets/htmega_accordion.php:779
3477
+ #: includes/widgets/htmega_accordion.php:997
3478
+ #: includes/widgets/htmega_accordion.php:1136
3479
+ #: includes/widgets/htmega_accordion.php:1247
3480
+ #: includes/widgets/htmega_accordion.php:1348
3481
+ #: includes/widgets/htmega_add_banner.php:441
3482
+ #: includes/widgets/htmega_add_banner.php:500
3483
+ #: includes/widgets/htmega_add_banner.php:559
3484
+ #: includes/widgets/htmega_add_banner.php:626
3485
+ #: includes/widgets/htmega_add_banner.php:714
3486
+ #: includes/widgets/htmega_animated_heading.php:161
3487
+ #: includes/widgets/htmega_animated_heading.php:244
3488
+ #: includes/widgets/htmega_animated_heading.php:292
3489
+ #: includes/widgets/htmega_animated_heading.php:379
3490
+ #: includes/widgets/htmega_blockquote.php:277
3491
+ #: includes/widgets/htmega_blockquote.php:334
3492
+ #: includes/widgets/htmega_blockquote.php:506
3493
+ #: includes/widgets/htmega_booked_calender.php:271
3494
+ #: includes/widgets/htmega_booked_calender.php:320
3495
+ #: includes/widgets/htmega_booked_calender.php:363
3496
+ #: includes/widgets/htmega_booked_calender.php:486
3497
+ #: includes/widgets/htmega_booked_calender.php:519
3498
+ #: includes/widgets/htmega_buddy_press.php:323
3499
+ #: includes/widgets/htmega_buddy_press.php:365
3500
+ #: includes/widgets/htmega_buddy_press.php:392
3501
+ #: includes/widgets/htmega_business_hours.php:418
3502
+ #: includes/widgets/htmega_business_hours.php:513
3503
+ #: includes/widgets/htmega_business_hours.php:552
3504
+ #: includes/widgets/htmega_caldera_form.php:92
3505
+ #: includes/widgets/htmega_caldera_form.php:145
3506
+ #: includes/widgets/htmega_caldera_form.php:665
3507
+ #: includes/widgets/htmega_caldera_form.php:704
3508
+ #: includes/widgets/htmega_call_to_action.php:511
3509
+ #: includes/widgets/htmega_call_to_action.php:570
3510
+ #: includes/widgets/htmega_call_to_action.php:629
3511
+ #: includes/widgets/htmega_call_to_action.php:823
3512
+ #: includes/widgets/htmega_call_to_action.php:1029
3513
+ #: includes/widgets/htmega_carousel.php:557
3514
+ #: includes/widgets/htmega_carousel.php:760
3515
+ #: includes/widgets/htmega_contact_form_seven.php:968
3516
+ #: includes/widgets/htmega_contact_form_seven.php:1002
3517
+ #: includes/widgets/htmega_countdown.php:687
3518
+ #: includes/widgets/htmega_countdown.php:749
3519
+ #: includes/widgets/htmega_countdown.php:922
3520
+ #: includes/widgets/htmega_countdown.php:1044
3521
+ #: includes/widgets/htmega_countdown.php:1129
3522
+ #: includes/widgets/htmega_counter.php:456
3523
+ #: includes/widgets/htmega_counter.php:582
3524
+ #: includes/widgets/htmega_counter.php:821
3525
+ #: includes/widgets/htmega_counter.php:938
3526
+ #: includes/widgets/htmega_counter.php:1026
3527
+ #: includes/widgets/htmega_custom_event.php:143
3528
+ #: includes/widgets/htmega_custom_event.php:198
3529
+ #: includes/widgets/htmega_custom_event.php:228
3530
+ #: includes/widgets/htmega_custom_event.php:285
3531
+ #: includes/widgets/htmega_custom_event.php:330
3532
+ #: includes/widgets/htmega_custom_event.php:398
3533
+ #: includes/widgets/htmega_custom_event.php:448
3534
+ #: includes/widgets/htmega_data_table.php:393
3535
+ #: includes/widgets/htmega_double_button.php:482
3536
+ #: includes/widgets/htmega_double_button.php:578
3537
+ #: includes/widgets/htmega_double_button.php:655
3538
+ #: includes/widgets/htmega_double_button.php:750
3539
+ #: includes/widgets/htmega_double_button.php:838
3540
+ #: includes/widgets/htmega_download_monitor.php:211
3541
+ #: includes/widgets/htmega_download_monitor.php:258
3542
+ #: includes/widgets/htmega_download_monitor.php:328
3543
+ #: includes/widgets/htmega_dropcaps.php:109
3544
+ #: includes/widgets/htmega_dropcaps.php:205
3545
+ #: includes/widgets/htmega_easy_digital_download.php:367
3546
+ #: includes/widgets/htmega_easy_digital_download.php:439
3547
+ #: includes/widgets/htmega_easy_digital_download.php:548
3548
+ #: includes/widgets/htmega_easy_digital_download.php:627
3549
+ #: includes/widgets/htmega_easy_digital_download.php:715
3550
+ #: includes/widgets/htmega_errorcontent.php:315
3551
+ #: includes/widgets/htmega_errorcontent.php:394
3552
+ #: includes/widgets/htmega_errorcontent.php:473
3553
+ #: includes/widgets/htmega_errorcontent.php:558
3554
+ #: includes/widgets/htmega_errorcontent.php:644
3555
+ #: includes/widgets/htmega_errorcontent.php:709
3556
+ #: includes/widgets/htmega_errorcontent.php:795
3557
+ #: includes/widgets/htmega_gravity_forms.php:127
3558
+ #: includes/widgets/htmega_gravity_forms.php:183
3559
+ #: includes/widgets/htmega_gravity_forms.php:270
3560
+ #: includes/widgets/htmega_gravity_forms.php:351
3561
+ #: includes/widgets/htmega_gravity_forms.php:415
3562
+ #: includes/widgets/htmega_gravity_forms.php:585
3563
+ #: includes/widgets/htmega_gravity_forms.php:695
3564
+ #: includes/widgets/htmega_gravity_forms.php:805
3565
+ #: includes/widgets/htmega_gravity_forms.php:886
3566
+ #: includes/widgets/htmega_imagemarker.php:623
3567
+ #: includes/widgets/htmega_imagemarker.php:638
3568
+ #: includes/widgets/htmega_imagemarker.php:855
3569
+ #: includes/widgets/htmega_imagemarker.php:929
3570
+ #: includes/widgets/htmega_imagemarker.php:977
3571
+ #: includes/widgets/htmega_image_comparison.php:239
3572
+ #: includes/widgets/htmega_image_comparison.php:320
3573
+ #: includes/widgets/htmega_image_comparison.php:419
3574
+ #: includes/widgets/htmega_image_grid.php:318
3575
+ #: includes/widgets/htmega_image_grid.php:415
3576
+ #: includes/widgets/htmega_image_grid.php:467
3577
+ #: includes/widgets/htmega_image_grid.php:549
3578
+ #: includes/widgets/htmega_image_masonry.php:294
3579
+ #: includes/widgets/htmega_image_masonry.php:391
3580
+ #: includes/widgets/htmega_image_masonry.php:464
3581
+ #: includes/widgets/htmega_image_masonry.php:545
3582
+ #: includes/widgets/htmega_inlinemenu.php:152
3583
+ #: includes/widgets/htmega_inlinemenu.php:251
3584
+ #: includes/widgets/htmega_inlinemenu.php:414
3585
+ #: includes/widgets/htmega_instagram.php:800
3586
+ #: includes/widgets/htmega_instagram.php:874
3587
+ #: includes/widgets/htmega_instagram.php:934
3588
+ #: includes/widgets/htmega_instagram.php:1080
3589
+ #: includes/widgets/htmega_instagram.php:1301
3590
+ #: includes/widgets/htmega_instagram.php:1397
3591
+ #: includes/widgets/htmega_lightbox.php:339
3592
+ #: includes/widgets/htmega_modal.php:217 includes/widgets/htmega_modal.php:441
3593
+ #: includes/widgets/htmega_modal.php:582 includes/widgets/htmega_modal.php:680
3594
+ #: includes/widgets/htmega_modal.php:754 includes/widgets/htmega_modal.php:840
3595
+ #: includes/widgets/htmega_modal.php:924
3596
+ #: includes/widgets/htmega_newsticker.php:332
3597
+ #: includes/widgets/htmega_newsticker.php:406
3598
+ #: includes/widgets/htmega_newsticker.php:540
3599
+ #: includes/widgets/htmega_newsticker.php:649
3600
+ #: includes/widgets/htmega_newsticker.php:773
3601
+ #: includes/widgets/htmega_newsticker.php:823
3602
+ #: includes/widgets/htmega_ninja_form.php:120
3603
+ #: includes/widgets/htmega_ninja_form.php:222
3604
+ #: includes/widgets/htmega_ninja_form.php:356
3605
+ #: includes/widgets/htmega_ninja_form.php:440
3606
+ #: includes/widgets/htmega_ninja_form.php:502
3607
+ #: includes/widgets/htmega_ninja_form.php:651
3608
+ #: includes/widgets/htmega_ninja_form.php:724
3609
+ #: includes/widgets/htmega_ninja_form.php:870
3610
+ #: includes/widgets/htmega_ninja_form.php:954
3611
+ #: includes/widgets/htmega_ninja_form.php:1064
3612
+ #: includes/widgets/htmega_ninja_form.php:1145
3613
+ #: includes/widgets/htmega_ninja_form.php:1165
3614
+ #: includes/widgets/htmega_notify.php:328
3615
+ #: includes/widgets/htmega_notify.php:424
3616
+ #: includes/widgets/htmega_notify.php:479
3617
+ #: includes/widgets/htmega_notify.php:624
3618
+ #: includes/widgets/htmega_offcanvas.php:421
3619
+ #: includes/widgets/htmega_offcanvas.php:493
3620
+ #: includes/widgets/htmega_panel_slider.php:676
3621
+ #: includes/widgets/htmega_panel_slider.php:745
3622
+ #: includes/widgets/htmega_panel_slider.php:815
3623
+ #: includes/widgets/htmega_panel_slider.php:1028
3624
+ #: includes/widgets/htmega_popover.php:337
3625
+ #: includes/widgets/htmega_popover.php:459
3626
+ #: includes/widgets/htmega_popover.php:602
3627
+ #: includes/widgets/htmega_popover.php:706
3628
+ #: includes/widgets/htmega_postgrid.php:365
3629
+ #: includes/widgets/htmega_postgrid.php:493
3630
+ #: includes/widgets/htmega_postgrid.php:580
3631
+ #: includes/widgets/htmega_post_grid_tab.php:348
3632
+ #: includes/widgets/htmega_post_grid_tab.php:445
3633
+ #: includes/widgets/htmega_post_grid_tab.php:542
3634
+ #: includes/widgets/htmega_post_grid_tab.php:606
3635
+ #: includes/widgets/htmega_post_grid_tab.php:646
3636
+ #: includes/widgets/htmega_post_grid_tab.php:762
3637
+ #: includes/widgets/htmega_post_grid_tab.php:846
3638
+ #: includes/widgets/htmega_post_grid_tab.php:912
3639
+ #: includes/widgets/htmega_post_grid_tab.php:970
3640
+ #: includes/widgets/htmega_pricing_list_view.php:1797
3641
+ #: includes/widgets/htmega_progress_bar.php:737
3642
+ #: includes/widgets/htmega_quforms.php:121
3643
+ #: includes/widgets/htmega_quforms.php:241
3644
+ #: includes/widgets/htmega_quforms.php:363
3645
+ #: includes/widgets/htmega_quforms.php:487
3646
+ #: includes/widgets/htmega_quforms.php:583
3647
+ #: includes/widgets/htmega_quforms.php:705
3648
+ #: includes/widgets/htmega_quforms.php:838
3649
+ #: includes/widgets/htmega_quforms.php:925
3650
+ #: includes/widgets/htmega_quforms.php:1023
3651
+ #: includes/widgets/htmega_scroll_image.php:329
3652
+ #: includes/widgets/htmega_scroll_navigation.php:331
3653
+ #: includes/widgets/htmega_search.php:442
3654
+ #: includes/widgets/htmega_search.php:611
3655
+ #: includes/widgets/htmega_search.php:690
3656
+ #: includes/widgets/htmega_search.php:856
3657
+ #: includes/widgets/htmega_search.php:953
3658
+ #: includes/widgets/htmega_section_title.php:517
3659
+ #: includes/widgets/htmega_section_title.php:546
3660
+ #: includes/widgets/htmega_section_title.php:779
3661
+ #: includes/widgets/htmega_section_title.php:942
3662
+ #: includes/widgets/htmega_service.php:364
3663
+ #: includes/widgets/htmega_service.php:480
3664
+ #: includes/widgets/htmega_service.php:645
3665
+ #: includes/widgets/htmega_service.php:754
3666
+ #: includes/widgets/htmega_service.php:1029
3667
+ #: includes/widgets/htmega_service.php:1115
3668
+ #: includes/widgets/htmega_singlepost.php:152
3669
+ #: includes/widgets/htmega_singlepost.php:248
3670
+ #: includes/widgets/htmega_singlepost.php:350
3671
+ #: includes/widgets/htmega_slider_thumb_gallery.php:685
3672
+ #: includes/widgets/htmega_slider_thumb_gallery.php:738
3673
+ #: includes/widgets/htmega_slider_thumb_gallery.php:823
3674
+ #: includes/widgets/htmega_slider_thumb_gallery.php:996
3675
+ #: includes/widgets/htmega_socialshere.php:186
3676
+ #: includes/widgets/htmega_socialshere.php:228
3677
+ #: includes/widgets/htmega_special_day_banner.php:346
3678
+ #: includes/widgets/htmega_special_day_banner.php:405
3679
+ #: includes/widgets/htmega_special_day_banner.php:464
3680
+ #: includes/widgets/htmega_special_day_banner.php:523
3681
+ #: includes/widgets/htmega_special_day_banner.php:582
3682
+ #: includes/widgets/htmega_special_day_banner.php:649
3683
+ #: includes/widgets/htmega_special_day_banner.php:737
3684
+ #: includes/widgets/htmega_switcher.php:474
3685
+ #: includes/widgets/htmega_switcher.php:553
3686
+ #: includes/widgets/htmega_tablepress.php:175
3687
+ #: includes/widgets/htmega_tablepress.php:410
3688
+ #: includes/widgets/htmega_tabs.php:537 includes/widgets/htmega_tabs.php:623
3689
+ #: includes/widgets/htmega_tabs.php:861
3690
+ #: includes/widgets/htmega_teammember.php:696
3691
+ #: includes/widgets/htmega_teammember.php:786
3692
+ #: includes/widgets/htmega_teammember.php:876
3693
+ #: includes/widgets/htmega_testimonial_grid.php:427
3694
+ #: includes/widgets/htmega_testimonial_grid.php:488
3695
+ #: includes/widgets/htmega_testimonial_grid.php:580
3696
+ #: includes/widgets/htmega_testimonial_grid.php:701
3697
+ #: includes/widgets/htmega_toggle.php:129
3698
+ #: includes/widgets/htmega_toggle.php:232
3699
+ #: includes/widgets/htmega_toggle.php:349
3700
+ #: includes/widgets/htmega_tooltip.php:313
3701
+ #: includes/widgets/htmega_tooltip.php:436
3702
+ #: includes/widgets/htmega_tooltip.php:491
3703
+ #: includes/widgets/htmega_twitter_feed.php:627
3704
+ #: includes/widgets/htmega_twitter_feed.php:708
3705
+ #: includes/widgets/htmega_twitter_feed.php:844
3706
+ #: includes/widgets/htmega_twitter_feed.php:877
3707
+ #: includes/widgets/htmega_twitter_feed.php:907
3708
+ #: includes/widgets/htmega_twitter_feed.php:977
3709
+ #: includes/widgets/htmega_twitter_feed.php:1034
3710
+ #: includes/widgets/htmega_twitter_feed.php:1075
3711
+ #: includes/widgets/htmega_twitter_feed.php:1240
3712
+ #: includes/widgets/htmega_user_login_form.php:1104
3713
+ #: includes/widgets/htmega_user_login_form.php:1231
3714
+ #: includes/widgets/htmega_user_login_form.php:1302
3715
+ #: includes/widgets/htmega_user_login_form.php:1415
3716
+ #: includes/widgets/htmega_user_login_form.php:1472
3717
+ #: includes/widgets/htmega_verticle_time_line.php:132
3718
+ #: includes/widgets/htmega_verticle_time_line.php:198
3719
+ #: includes/widgets/htmega_verticle_time_line.php:281
3720
+ #: includes/widgets/htmega_verticle_time_line.php:328
3721
+ #: includes/widgets/htmega_videoplayer.php:343
3722
+ #: includes/widgets/htmega_videoplayer.php:481
3723
+ #: includes/widgets/htmega_wc_categories.php:308
3724
+ #: includes/widgets/htmega_wc_categories.php:410
3725
+ #: includes/widgets/htmega_wc_element_pages.php:668
3726
+ #: includes/widgets/htmega_wc_element_pages.php:1314
3727
+ #: includes/widgets/htmega_wc_element_pages.php:1713
3728
+ #: includes/widgets/htmega_wc_element_pages.php:1800
3729
+ #: includes/widgets/htmega_wc_element_pages.php:1861
3730
+ #: includes/widgets/htmega_weather.php:255
3731
+ #: includes/widgets/htmega_working_process.php:628
3732
+ #: includes/widgets/htmega_working_process.php:639
3733
+ #: includes/widgets/htmega_working_process.php:720
3734
+ #: includes/widgets/htmega_working_process.php:820
3735
+ #: includes/widgets/htmega_working_process.php:941
3736
+ #: includes/widgets/htmega_working_process.php:1070
3737
+ #: includes/widgets/htmega_wpforms.php:112
3738
+ #: includes/widgets/htmega_wpforms.php:214
3739
+ #: includes/widgets/htmega_wpforms.php:348
3740
+ #: includes/widgets/htmega_wpforms.php:422
3741
+ #: includes/widgets/htmega_wpforms.php:461
3742
+ #: includes/widgets/htmega_wpforms.php:505
3743
+ #: includes/widgets/htmega_wpforms.php:655
3744
+ #: includes/widgets/htmega_wpforms.php:727
3745
+ #: includes/widgets/htmega_wpforms.php:873
3746
+ #: includes/widgets/htmega_wpforms.php:981
3747
+ #: includes/widgets/htmega_wpforms.php:1091
3748
+ #: includes/widgets/htmega_wpforms.php:1144
3749
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:148
3750
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:233
3751
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:286
3752
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:381
3753
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:434
3754
+ #: extensions/ht-builder/widgets/bl_page_title.php:66
3755
+ #: extensions/ht-builder/widgets/bl_post_archive.php:347
3756
+ #: extensions/ht-builder/widgets/bl_post_archive.php:414
3757
+ #: extensions/ht-builder/widgets/bl_post_archive.php:453
3758
+ #: extensions/ht-builder/widgets/bl_post_archive.php:560
3759
+ #: extensions/ht-builder/widgets/bl_post_archive.php:627
3760
+ #: extensions/ht-builder/widgets/bl_post_archive.php:652
3761
+ #: extensions/ht-builder/widgets/bl_post_archive.php:721
3762
+ #: extensions/ht-builder/widgets/bl_post_archive.php:796
3763
+ #: extensions/ht-builder/widgets/bl_post_archive.php:856
3764
+ #: extensions/ht-builder/widgets/bl_post_archive.php:920
3765
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:68
3766
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:225
3767
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:265
3768
+ #: extensions/ht-builder/widgets/bl_post_comments.php:48
3769
+ #: extensions/ht-builder/widgets/bl_post_comments.php:98
3770
+ #: extensions/ht-builder/widgets/bl_post_comments.php:148
3771
+ #: extensions/ht-builder/widgets/bl_post_content.php:48
3772
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:48
3773
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:361
3774
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:401
3775
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:431
3776
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:457
3777
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:127
3778
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:201
3779
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:275
3780
+ #: extensions/ht-builder/widgets/bl_site_title.php:68
3781
+ #: extensions/ht-menu/menu/templates.php:114
3782
+ #: extensions/ht-menu/menu/templates.php:135
3783
+ msgid "Color"
3784
+ msgstr ""
3785
+
3786
+ #: includes/widgets/htmega_socialshere.php:689
3787
+ #: includes/widgets/htmega_socialshere.php:721
3788
+ msgid "color"
3789
+ msgstr ""
3790
+
3791
+ #: includes/widgets/htmega_data_table.php:468
3792
+ #: includes/widgets/htmega_pricing_list_view.php:646
3793
+ msgid "Colspan"
3794
+ msgstr ""
3795
+
3796
+ #: includes/widgets/htmega_data_table.php:314
3797
+ #: includes/widgets/htmega_image_grid.php:66
3798
+ #: includes/widgets/htmega_image_masonry.php:75
3799
+ #: includes/widgets/htmega_instagram.php:143
3800
+ #: includes/widgets/htmega_pricing_list_view.php:550
3801
+ #: includes/widgets/htmega_user_login_form.php:404
3802
+ #: includes/widgets/htmega_working_process.php:58
3803
+ msgid "Column"
3804
+ msgstr ""
3805
+
3806
+ #: includes/widgets/htmega_testimonial_grid.php:56
3807
+ msgid "Column "
3808
+ msgstr ""
3809
+
3810
+ #: includes/widgets/htmega_working_process.php:66
3811
+ msgid "Column Five"
3812
+ msgstr ""
3813
+
3814
+ #: includes/widgets/htmega_working_process.php:65
3815
+ msgid "Column Four"
3816
+ msgstr ""
3817
+
3818
+ #: includes/widgets/htmega_panel_slider.php:217
3819
+ #: includes/widgets/htmega_testimonial_grid.php:145
3820
+ msgid "Column Gap"
3821
+ msgstr ""
3822
+
3823
+ #: includes/widgets/htmega_countdown.php:336
3824
+ msgid "Column Height"
3825
+ msgstr ""
3826
+
3827
+ #: includes/widgets/htmega_data_table.php:214
3828
+ #: includes/widgets/htmega_pricing_list_view.php:202
3829
+ msgid "Column Name"
3830
+ msgstr ""
3831
+
3832
+ #: includes/widgets/htmega_working_process.php:62
3833
+ msgid "Column One"
3834
+ msgstr ""
3835
+
3836
+ #: includes/widgets/htmega_image_grid.php:83
3837
+ #: includes/widgets/htmega_twitter_feed.php:257
3838
+ msgid "Column Space"
3839
+ msgstr ""
3840
+
3841
+ #: includes/widgets/htmega_countdown.php:373
3842
+ msgid "Column Spacing"
3843
+ msgstr ""
3844
+
3845
+ #: includes/widgets/htmega_data_table.php:223
3846
+ msgid "Column styles"
3847
+ msgstr ""
3848
+
3849
+ #: includes/widgets/htmega_working_process.php:64
3850
+ msgid "Column Three"
3851
+ msgstr ""
3852
+
3853
+ #: includes/widgets/htmega_working_process.php:63
3854
+ msgid "Column Two"
3855
+ msgstr ""
3856
+
3857
+ #: includes/widgets/htmega_buddy_press.php:280
3858
+ #: includes/widgets/htmega_countdown.php:300
3859
+ msgid "Column Width"
3860
+ msgstr ""
3861
+
3862
+ #: includes/widgets/htmega_panel_slider.php:239
3863
+ msgid "Column width accroding to image"
3864
+ msgstr ""
3865
+
3866
+ #: includes/widgets/htmega_easy_digital_download.php:50
3867
+ #: includes/widgets/htmega_wc_categories.php:41
3868
+ #: extensions/ht-builder/widgets/bl_post_archive.php:56
3869
+ msgid "Columns"
3870
+ msgstr ""
3871
+
3872
+ #: extensions/ht-builder/admin/setting.php:148
3873
+ msgid "Coming Soon Page Template."
3874
+ msgstr ""
3875
+
3876
+ #: includes/widgets/htmega_newsticker.php:1194
3877
+ #: includes/widgets/htmega_postgrid.php:1444
3878
+ #: includes/widgets/htmega_post_grid_tab.php:1683
3879
+ #: extensions/ht-builder/widgets/bl_post_archive.php:203
3880
+ msgid "Comment count"
3881
+ msgstr ""
3882
+
3883
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:74
3884
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:241
3885
+ msgid "Comments"
3886
+ msgstr ""
3887
+
3888
+ #: extensions/ht-builder/widgets/bl_post_comments.php:192
3889
+ msgid "Comments Are Closed"
3890
+ msgstr ""
3891
+
3892
+ #: includes/widgets/htmega_caldera_form.php:696
3893
+ #: includes/widgets/htmega_gravity_forms.php:878
3894
+ #: includes/widgets/htmega_quforms.php:1015
3895
+ msgid "Confirmation Style"
3896
+ msgstr ""
3897
+
3898
+ #: includes/widgets/htmega_twitter_feed.php:82
3899
+ msgid "Consumer Key"
3900
+ msgstr ""
3901
+
3902
+ #: includes/widgets/htmega_twitter_feed.php:92
3903
+ msgid "Consumer Secret"
3904
+ msgstr ""
3905
+
3906
+ #: includes/widgets/htmega_errorcontent.php:185
3907
+ #: includes/widgets/htmega_errorcontent.php:693
3908
+ msgid "Contact Button"
3909
+ msgstr ""
3910
+
3911
+ #: includes/widgets/htmega_contact_form_seven.php:44
3912
+ #: includes/widgets/htmega_contact_form_seven.php:68
3913
+ msgid "Contact Form"
3914
+ msgstr ""
3915
+
3916
+ #: includes/widgets/htmega_contact_form_seven.php:13
3917
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1266
3918
+ msgid "Contact form 7"
3919
+ msgstr ""
3920
+
3921
+ #: includes/widgets/htmega_add_banner.php:356
3922
+ #: includes/widgets/htmega_blockquote.php:54
3923
+ #: includes/widgets/htmega_blockquote.php:67
3924
+ #: includes/widgets/htmega_blockquote.php:269
3925
+ #: includes/widgets/htmega_dropcaps.php:58
3926
+ #: includes/widgets/htmega_imagemarker.php:698
3927
+ #: includes/widgets/htmega_modal.php:64 includes/widgets/htmega_modal.php:77
3928
+ #: includes/widgets/htmega_modal.php:79
3929
+ #: includes/widgets/htmega_newsticker.php:325
3930
+ #: includes/widgets/htmega_notify.php:473
3931
+ #: includes/widgets/htmega_popover.php:691
3932
+ #: includes/widgets/htmega_post_grid_tab.php:104
3933
+ #: includes/widgets/htmega_post_grid_tab.php:435
3934
+ #: includes/widgets/htmega_pricing_list_view.php:68
3935
+ #: includes/widgets/htmega_pricing_list_view.php:195
3936
+ #: includes/widgets/htmega_pricing_list_view.php:560
3937
+ #: includes/widgets/htmega_scroll_navigation.php:73
3938
+ #: includes/widgets/htmega_scroll_navigation.php:75
3939
+ #: includes/widgets/htmega_scroll_navigation.php:85
3940
+ #: includes/widgets/htmega_switcher.php:115
3941
+ #: includes/widgets/htmega_switcher.php:128
3942
+ #: includes/widgets/htmega_switcher.php:131
3943
+ #: includes/widgets/htmega_switcher.php:207
3944
+ #: includes/widgets/htmega_switcher.php:220
3945
+ #: includes/widgets/htmega_switcher.php:223
3946
+ #: includes/widgets/htmega_switcher.php:545 includes/widgets/htmega_tabs.php:62
3947
+ #: includes/widgets/htmega_tabs.php:99 includes/widgets/htmega_tabs.php:112
3948
+ #: includes/widgets/htmega_tabs.php:114 includes/widgets/htmega_tabs.php:853
3949
+ #: includes/widgets/htmega_toggle.php:93 includes/widgets/htmega_toggle.php:106
3950
+ #: includes/widgets/htmega_tooltip.php:485
3951
+ #: includes/widgets/htmega_twitter_feed.php:619
3952
+ #: includes/widgets/htmega_verticle_time_line.php:62
3953
+ #: includes/widgets/htmega_verticle_time_line.php:88
3954
+ #: includes/widgets/htmega_verticle_time_line.php:180
3955
+ #: includes/widgets/htmega_wc_element_pages.php:1850
3956
+ #: extensions/ht-builder/widgets/bl_post_archive.php:645
3957
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:209
3958
+ #: extensions/ht-menu/menu/templates.php:43
3959
+ msgid "Content"
3960
+ msgstr ""
3961
+
3962
+ #: includes/widgets/htmega_countdown.php:639
3963
+ #: includes/widgets/htmega_job_manager.php:155
3964
+ msgid "Content Alignment"
3965
+ msgstr ""
3966
+
3967
+ #: includes/widgets/htmega_panel_slider.php:521
3968
+ msgid "Content area"
3969
+ msgstr ""
3970
+
3971
+ #: includes/widgets/htmega_imagemarker.php:751
3972
+ msgid "Content area border radius"
3973
+ msgstr ""
3974
+
3975
+ #: includes/widgets/htmega_imagemarker.php:762
3976
+ msgid "Content area padding"
3977
+ msgstr ""
3978
+
3979
+ #: includes/widgets/htmega_singlepost.php:463
3980
+ #: includes/widgets/htmega_slider_thumb_gallery.php:757
3981
+ msgid "Content Box"
3982
+ msgstr ""
3983
+
3984
+ #: includes/widgets/htmega_teammember.php:511
3985
+ msgid "Content Box Background"
3986
+ msgstr ""
3987
+
3988
+ #: includes/widgets/htmega_teammember.php:534
3989
+ msgid "Content Box Hover Background"
3990
+ msgstr ""
3991
+
3992
+ #: includes/widgets/htmega_teammember.php:583
3993
+ msgid "Content Box Margin"
3994
+ msgstr ""
3995
+
3996
+ #: includes/widgets/htmega_image_grid.php:261
3997
+ #: includes/widgets/htmega_teammember.php:598
3998
+ msgid "Content Box Padding"
3999
+ msgstr ""
4000
+
4001
+ #: includes/widgets/htmega_post_grid_tab.php:247
4002
+ #: includes/widgets/htmega_slider_thumb_gallery.php:670
4003
+ #: includes/widgets/htmega_special_day_banner.php:253
4004
+ msgid "Content Box Style"
4005
+ msgstr ""
4006
+
4007
+ #: includes/widgets/htmega_user_login_form.php:744
4008
+ #: extensions/wc-sales-notification/admin/setting.php:204
4009
+ msgid "Content Color"
4010
+ msgstr ""
4011
+
4012
+ #: includes/widgets/htmega_verticle_time_line.php:71
4013
+ msgid "Content Date"
4014
+ msgstr ""
4015
+
4016
+ #: includes/widgets/htmega_imagemarker.php:349
4017
+ msgid "Content Indicator"
4018
+ msgstr ""
4019
+
4020
+ #: includes/widgets/htmega_post_grid_tab.php:113
4021
+ #: includes/widgets/htmega_twitter_feed.php:133
4022
+ #: extensions/ht-builder/widgets/bl_post_archive.php:157
4023
+ msgid "Content Length"
4024
+ msgstr ""
4025
+
4026
+ #: includes/widgets/htmega_newsticker.php:1044
4027
+ msgid "Content Not Found"
4028
+ msgstr ""
4029
+
4030
+ #: includes/widgets/htmega_newsticker.php:187
4031
+ msgid "Content Option"
4032
+ msgstr ""
4033
+
4034
+ #: includes/widgets/htmega_postgrid.php:190
4035
+ msgid "Content Padding"
4036
+ msgstr ""
4037
+
4038
+ #: includes/widgets/htmega_add_banner.php:58
4039
+ #: includes/widgets/htmega_singlepost.php:57
4040
+ #: includes/widgets/htmega_special_day_banner.php:42
4041
+ msgid "Content Position"
4042
+ msgstr ""
4043
+
4044
+ #: includes/widgets/htmega_scroll_navigation.php:60
4045
+ msgid "Content Source"
4046
+ msgstr ""
4047
+
4048
+ #: includes/widgets/htmega_dropcaps.php:72
4049
+ #: includes/widgets/htmega_teammember.php:68
4050
+ #: includes/widgets/htmega_teammember.php:83
4051
+ #: includes/widgets/htmega_toggle.php:122
4052
+ msgid "Content Style"
4053
+ msgstr ""
4054
+
4055
+ #: includes/widgets/htmega_buddy_press.php:62
4056
+ #: includes/widgets/htmega_pricing_list_view.php:570
4057
+ msgid "Content Type"
4058
+ msgstr ""
4059
+
4060
+ #: admin/include/settings-panel/includes/templates/sidebar-banner.php:55
4061
+ msgid "COPIED"
4062
+ msgstr ""
4063
+
4064
+ #: admin/include/settings-panel/includes/templates/sidebar-banner.php:54
4065
+ msgid "copied"
4066
+ msgstr ""
4067
+
4068
+ #: admin/include/settings-panel/includes/templates/sidebar-banner.php:51
4069
+ msgid "COPY"
4070
+ msgstr ""
4071
+
4072
+ #: admin/include/settings-panel/includes/templates/sidebar-banner.php:50
4073
+ msgid "copy"
4074
+ msgstr ""
4075
+
4076
+ #: includes/widgets/htmega_teammember.php:639
4077
+ msgid "Corner Shape Color"
4078
+ msgstr ""
4079
+
4080
+ #: includes/widgets/htmega_easy_digital_download.php:204
4081
+ #: includes/widgets/htmega_socialshere.php:356
4082
+ #: includes/widgets/htmega_wc_categories.php:132
4083
+ msgid "Count"
4084
+ msgstr ""
4085
+
4086
+ #: includes/widgets/htmega_countdown.php:404
4087
+ msgid "Count Area"
4088
+ msgstr ""
4089
+
4090
+ #: includes/widgets/htmega_countdown.php:291
4091
+ msgid "Count Layout"
4092
+ msgstr ""
4093
+
4094
+ #: includes/widgets/htmega_countdown.php:13
4095
+ #: includes/widgets/htmega_countdown.php:65
4096
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:196
4097
+ msgid "Countdown"
4098
+ msgstr ""
4099
+
4100
+ #: includes/widgets/htmega_counter.php:13
4101
+ #: includes/widgets/htmega_counter.php:42
4102
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:205
4103
+ msgid "Counter"
4104
+ msgstr ""
4105
+
4106
+ #: includes/widgets/htmega_gallery_justify.php:177
4107
+ msgid "Counter Color"
4108
+ msgstr ""
4109
+
4110
+ #: includes/widgets/htmega_countdown.php:673
4111
+ msgid "Counter separator"
4112
+ msgstr ""
4113
+
4114
+ #: includes/widgets/htmega_counter.php:154
4115
+ msgid "Counter Title"
4116
+ msgstr ""
4117
+
4118
+ #: includes/widgets/htmega_wc_element_pages.php:191
4119
+ msgid "Coupon / Update Button"
4120
+ msgstr ""
4121
+
4122
+ #: admin/include/templates_list.php:16
4123
+ msgid "Create a new page from this template"
4124
+ msgstr ""
4125
+
4126
+ #: extensions/wc-sales-notification/admin/setting.php:212
4127
+ msgid "Cross Icon Color"
4128
+ msgstr ""
4129
+
4130
+ #: includes/widgets/htmega_booked_calender.php:356
4131
+ msgid "Current Date"
4132
+ msgstr ""
4133
+
4134
+ #: includes/widgets/htmega_accordion.php:404
4135
+ msgid "Current Item No"
4136
+ msgstr ""
4137
+
4138
+ #: includes/widgets/htmega_accordion.php:81
4139
+ #: includes/widgets/htmega_accordion.php:221
4140
+ #: includes/widgets/htmega_blockquote.php:45
4141
+ #: includes/widgets/htmega_imagemarker.php:231
4142
+ #: includes/widgets/htmega_imagemarker.php:290
4143
+ #: includes/widgets/htmega_imagemarker.php:501
4144
+ #: includes/widgets/htmega_imagemarker.php:787
4145
+ #: includes/widgets/htmega_modal.php:55
4146
+ #: includes/widgets/htmega_scroll_image.php:255
4147
+ #: includes/widgets/htmega_scroll_navigation.php:64
4148
+ #: includes/widgets/htmega_scroll_navigation.php:128
4149
+ #: includes/widgets/htmega_scroll_navigation.php:218
4150
+ #: includes/widgets/htmega_socialshere.php:467
4151
+ #: includes/widgets/htmega_switcher.php:106
4152
+ #: includes/widgets/htmega_switcher.php:198 includes/widgets/htmega_tabs.php:90
4153
+ #: includes/widgets/htmega_testimonial_grid.php:59
4154
+ #: includes/widgets/htmega_toggle.php:83
4155
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:76
4156
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:94
4157
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:132
4158
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:255
4159
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:298
4160
+ #: extensions/ht-builder/widgets/bl_site_logo.php:56
4161
+ msgid "Custom"
4162
+ msgstr ""
4163
+
4164
+ #: includes/widgets/htmega_weather.php:209
4165
+ msgid "Custom Background Color"
4166
+ msgstr ""
4167
+
4168
+ #: includes/widgets/htmega_scroll_navigation.php:324
4169
+ #: includes/widgets/htmega_toggle.php:108
4170
+ msgid "Custom Content"
4171
+ msgstr ""
4172
+
4173
+ #: includes/widgets/htmega_newsticker.php:1202
4174
+ #: includes/widgets/htmega_postgrid.php:1452
4175
+ #: includes/widgets/htmega_post_grid_tab.php:1691
4176
+ msgid "Custom Date"
4177
+ msgstr ""
4178
+
4179
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:105
4180
+ msgid "Custom Date Format"
4181
+ msgstr ""
4182
+
4183
+ #: includes/widgets/htmega_custom_event.php:13
4184
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:214
4185
+ msgid "Custom Event"
4186
+ msgstr ""
4187
+
4188
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:201
4189
+ msgid "Custom Format"
4190
+ msgstr ""
4191
+
4192
+ #: includes/widgets/htmega_weather.php:175
4193
+ msgid "Custom Geolocation"
4194
+ msgstr ""
4195
+
4196
+ #: includes/widgets/htmega_postgrid.php:227
4197
+ #: includes/widgets/htmega_post_grid_tab.php:1072
4198
+ msgid "Custom Gradient Color"
4199
+ msgstr ""
4200
+
4201
+ #: includes/widgets/htmega_scroll_navigation.php:226
4202
+ msgid "Custom Height"
4203
+ msgstr ""
4204
+
4205
+ #: includes/widgets/htmega_countdown.php:190
4206
+ msgid "Custom Label"
4207
+ msgstr ""
4208
+
4209
+ #: includes/widgets/htmega_user_login_form.php:194
4210
+ msgid "Custom label"
4211
+ msgstr ""
4212
+
4213
+ #: includes/widgets/htmega_scroll_image.php:61
4214
+ msgid "Custom Link"
4215
+ msgstr ""
4216
+
4217
+ #: includes/widgets/htmega_googlemap.php:170
4218
+ msgid "Custom marker"
4219
+ msgstr ""
4220
+
4221
+ #: includes/widgets/htmega_data_table.php:106
4222
+ msgid "Custom options for number of Rows?"
4223
+ msgstr ""
4224
+
4225
+ #: extensions/ht-builder/widgets/bl_post_archive.php:184
4226
+ msgid "Custom order"
4227
+ msgstr ""
4228
+
4229
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:143
4230
+ msgid "Custom Time Format"
4231
+ msgstr ""
4232
+
4233
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:279
4234
+ msgid "Custom URL"
4235
+ msgstr ""
4236
+
4237
+ #: includes/widgets/htmega_panel_slider.php:237
4238
+ msgid "Custom Width"
4239
+ msgstr ""
4240
+
4241
+ #: includes/widgets/htmega_notify.php:133
4242
+ msgid "Danger"
4243
+ msgstr ""
4244
+
4245
+ #: includes/widgets/htmega_data_table.php:13
4246
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:547
4247
+ msgid "Data Table"
4248
+ msgstr ""
4249
+
4250
+ #: includes/widgets/htmega_data_table.php:322
4251
+ msgid "Data Type"
4252
+ msgstr ""
4253
+
4254
+ #: includes/recommended-plugins/recommended-plugins.php:121
4255
+ msgid "DataCaptia"
4256
+ msgstr ""
4257
+
4258
+ #: includes/widgets/htmega_booked_calender.php:288
4259
+ #: includes/widgets/htmega_custom_event.php:322
4260
+ #: includes/widgets/htmega_job_manager.php:99
4261
+ #: includes/widgets/htmega_newsticker.php:141
4262
+ #: includes/widgets/htmega_newsticker.php:812
4263
+ #: includes/widgets/htmega_newsticker.php:1191
4264
+ #: includes/widgets/htmega_postgrid.php:111
4265
+ #: includes/widgets/htmega_postgrid.php:483
4266
+ #: includes/widgets/htmega_postgrid.php:1441
4267
+ #: includes/widgets/htmega_post_grid_tab.php:1680
4268
+ #: includes/widgets/htmega_singlepost.php:129
4269
+ #: includes/widgets/htmega_verticle_time_line.php:320
4270
+ #: extensions/ht-builder/widgets/bl_post_archive.php:200
4271
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:72
4272
+ msgid "Date"
4273
+ msgstr ""
4274
+
4275
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:84
4276
+ msgid "Date Format"
4277
+ msgstr ""
4278
+
4279
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:90
4280
+ msgctxt "Date Format"
4281
+ msgid "March 6, 2018 (F j, Y)"
4282
+ msgstr ""
4283
+
4284
+ #: includes/widgets/htmega_newsticker.php:150
4285
+ msgid "Date Position In Left"
4286
+ msgstr ""
4287
+
4288
+ #: includes/widgets/htmega_booked_calender.php:63
4289
+ #: includes/widgets/htmega_business_hours.php:83
4290
+ #: includes/widgets/htmega_business_hours.php:505
4291
+ #: includes/widgets/htmega_countdown.php:132
4292
+ #: includes/widgets/htmega_instagram.php:113
4293
+ msgid "Day"
4294
+ msgstr ""
4295
+
4296
+ #: includes/widgets/htmega_business_hours.php:112
4297
+ msgid "Day Color"
4298
+ msgstr ""
4299
+
4300
+ #: includes/widgets/htmega_booked_calender.php:220
4301
+ msgid "Day Name Background"
4302
+ msgstr ""
4303
+
4304
+ #: includes/widgets/htmega_booked_calender.php:232
4305
+ msgid "Day Name Color"
4306
+ msgstr ""
4307
+
4308
+ #: includes/widgets/htmega_countdown.php:202
4309
+ #: includes/widgets/htmega_countdown.php:204
4310
+ msgid "Days"
4311
+ msgstr ""
4312
+
4313
+ #: includes/widgets/htmega_booked_calender.php:120
4314
+ msgid "December"
4315
+ msgstr ""
4316
+
4317
+ #: includes/widgets/htmega_booked_calender.php:54
4318
+ #: includes/widgets/htmega_booked_calender.php:166
4319
+ #: includes/widgets/htmega_scroll_navigation.php:127
4320
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:297
4321
+ #: extensions/ht-builder/widgets/bl_site_logo.php:52
4322
+ msgid "Default"
4323
+ msgstr ""
4324
+
4325
+ #: includes/widgets/htmega_data_table.php:93
4326
+ msgid "Default option for number of Rows"
4327
+ msgstr ""
4328
+
4329
+ #: includes/widgets/htmega_gallery_justify.php:119
4330
+ msgid "Default Popup"
4331
+ msgstr ""
4332
+
4333
+ #: includes/widgets/htmega_googlemap.php:60
4334
+ msgid "Default Zoom"
4335
+ msgstr ""
4336
+
4337
+ #: includes/widgets/htmega_notify.php:222
4338
+ msgid "Delay"
4339
+ msgstr ""
4340
+
4341
+ #: includes/widgets/htmega_instagram.php:99
4342
+ msgid "Delete existing caching data"
4343
+ msgstr ""
4344
+
4345
+ #: includes/widgets/htmega_socialshere.php:76
4346
+ msgid "Delicious"
4347
+ msgstr ""
4348
+
4349
+ #: includes/widgets/htmega_easy_digital_download.php:217
4350
+ msgid "DESC"
4351
+ msgstr ""
4352
+
4353
+ #: includes/widgets/htmega_job_manager.php:84
4354
+ #: includes/widgets/htmega_newsticker.php:1240
4355
+ #: includes/widgets/htmega_postgrid.php:1490
4356
+ #: includes/widgets/htmega_post_grid_tab.php:1729
4357
+ #: includes/widgets/htmega_wc_categories.php:145
4358
+ #: extensions/ht-builder/widgets/bl_post_archive.php:219
4359
+ msgid "Descending"
4360
+ msgstr ""
4361
+
4362
+ #: includes/widgets/htmega_add_banner.php:110
4363
+ #: includes/widgets/htmega_add_banner.php:548
4364
+ #: includes/widgets/htmega_call_to_action.php:104
4365
+ #: includes/widgets/htmega_call_to_action.php:618
4366
+ #: includes/widgets/htmega_custom_event.php:217
4367
+ #: includes/widgets/htmega_easy_digital_download.php:203
4368
+ #: includes/widgets/htmega_easy_digital_download.php:428
4369
+ #: includes/widgets/htmega_errorcontent.php:112
4370
+ #: includes/widgets/htmega_errorcontent.php:463
4371
+ #: includes/widgets/htmega_gravity_forms.php:172
4372
+ #: includes/widgets/htmega_imagemarker.php:922
4373
+ #: includes/widgets/htmega_image_grid.php:122
4374
+ #: includes/widgets/htmega_image_grid.php:376
4375
+ #: includes/widgets/htmega_image_masonry.php:103
4376
+ #: includes/widgets/htmega_image_masonry.php:352
4377
+ #: includes/widgets/htmega_ninja_form.php:211
4378
+ #: includes/widgets/htmega_service.php:469
4379
+ #: includes/widgets/htmega_special_day_banner.php:96
4380
+ #: includes/widgets/htmega_special_day_banner.php:453
4381
+ #: includes/widgets/htmega_wc_categories.php:131
4382
+ #: includes/widgets/htmega_working_process.php:96
4383
+ #: includes/widgets/htmega_working_process.php:712
4384
+ #: includes/widgets/htmega_wpforms.php:86
4385
+ #: includes/widgets/htmega_wpforms.php:203
4386
+ msgid "Description"
4387
+ msgstr ""
4388
+
4389
+ #: includes/widgets/htmega_ninja_form.php:95
4390
+ msgid "Description Hide"
4391
+ msgstr ""
4392
+
4393
+ #: includes/widgets/htmega_caldera_form.php:137
4394
+ #: includes/widgets/htmega_gravity_forms.php:343
4395
+ #: includes/widgets/htmega_ninja_form.php:432
4396
+ #: includes/widgets/htmega_wpforms.php:414
4397
+ msgid "Description Style"
4398
+ msgstr ""
4399
+
4400
+ #: includes/widgets/htmega_call_to_action.php:113
4401
+ msgid "Description Tag"
4402
+ msgstr ""
4403
+
4404
+ #: includes/widgets/htmega_data_table.php:282
4405
+ #: includes/widgets/htmega_pricing_list_view.php:455
4406
+ #: includes/widgets/htmega_teammember.php:163
4407
+ #: includes/widgets/htmega_teammember.php:774
4408
+ #: includes/widgets/htmega_testimonial_grid.php:175
4409
+ #: includes/widgets/htmega_testimonial_grid.php:480
4410
+ msgid "Designation"
4411
+ msgstr ""
4412
+
4413
+ #: includes/widgets/htmega_testimonial_grid.php:69
4414
+ msgid "Desktop"
4415
+ msgstr ""
4416
+
4417
+ #: includes/widgets/htmega_scroll_navigation.php:138
4418
+ msgid "Desktop Direction"
4419
+ msgstr ""
4420
+
4421
+ #: admin/include/templates/library/templates.php:30
4422
+ #: admin/include/templates/library/templates.php:31
4423
+ msgid "Desktop view"
4424
+ msgstr ""
4425
+
4426
+ #: includes/widgets/htmega_countdown.php:273
4427
+ msgid "Details"
4428
+ msgstr ""
4429
+
4430
+ #: includes/widgets/htmega_data_table.php:540
4431
+ #: includes/widgets/htmega_pricing_list_view.php:1105
4432
+ #: includes/widgets/htmega_testimonial_grid.php:239
4433
+ msgid "Developer"
4434
+ msgstr ""
4435
+
4436
+ #: includes/widgets/htmega_socialshere.php:73
4437
+ msgid "Digg"
4438
+ msgstr ""
4439
+
4440
+ #: includes/widgets/htmega_newsticker.php:128
4441
+ #: includes/widgets/htmega_popover.php:188
4442
+ #: includes/widgets/htmega_scroll_navigation.php:160
4443
+ #: includes/widgets/htmega_scroll_navigation.php:190
4444
+ #: includes/widgets/htmega_tooltip.php:176
4445
+ msgid "Direction"
4446
+ msgstr ""
4447
+
4448
+ #: includes/widgets/htmega_section_title.php:612
4449
+ #: includes/widgets/htmega_section_title.php:843
4450
+ msgid "Display"
4451
+ msgstr ""
4452
+
4453
+ #: includes/widgets/htmega_user_login_form.php:396
4454
+ msgid "Display as"
4455
+ msgstr ""
4456
+
4457
+ #: includes/helper-function.php:208
4458
+ msgid "div"
4459
+ msgstr ""
4460
+
4461
+ #: includes/helper-function.php:96 includes/helper-function.php:104
4462
+ #: extensions/ht-menu/menu/helper_function.php:17
4463
+ msgid "Do not Saved Templates."
4464
+ msgstr ""
4465
+
4466
+ #: extensions/wc-sales-notification/admin/setting.php:153
4467
+ msgid ""
4468
+ "Do not show purchases older than.( More Options are Pro features ) <span>( "
4469
+ "Pro )</span>"
4470
+ msgstr ""
4471
+
4472
+ #: includes/class.htmega.php:309
4473
+ #: admin/include/templates/dashboard-widget.php:94
4474
+ #: admin/include/settings-panel/includes/templates/dashboard-general.php:25
4475
+ msgid "Documentation"
4476
+ msgstr ""
4477
+
4478
+ #: admin/include/settings-panel/includes/templates/dashboard-general.php:23
4479
+ msgid "documentation"
4480
+ msgstr ""
4481
+
4482
+ #: includes/recommended-plugins/recommended-plugins.php:116
4483
+ msgid "Docus"
4484
+ msgstr ""
4485
+
4486
+ #: includes/widgets/htmega_user_login_form.php:105
4487
+ #: includes/widgets/htmega_user_login_form.php:107
4488
+ msgid "Don’t Have account? You can create an account by using this form."
4489
+ msgstr ""
4490
+
4491
+ #: includes/widgets/htmega_double_button.php:13
4492
+ #: includes/widgets/htmega_double_button.php:35
4493
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:223
4494
+ msgid "Double Button"
4495
+ msgstr ""
4496
+
4497
+ #: includes/widgets/htmega_newsticker.php:133
4498
+ msgid "Down"
4499
+ msgstr ""
4500
+
4501
+ #: includes/widgets/htmega_download_monitor.php:54
4502
+ msgid "Download File"
4503
+ msgstr ""
4504
+
4505
+ #: includes/widgets/htmega_download_monitor.php:13
4506
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1277
4507
+ msgid "Download Monitor"
4508
+ msgstr ""
4509
+
4510
+ #: includes/widgets/htmega_download_monitor.php:421
4511
+ msgid "Downloaded"
4512
+ msgstr ""
4513
+
4514
+ #: includes/widgets/htmega_dropcaps.php:188
4515
+ msgid "Dropcap Letter"
4516
+ msgstr ""
4517
+
4518
+ #: includes/widgets/htmega_dropcaps.php:13
4519
+ #: includes/widgets/htmega_dropcaps.php:35
4520
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:232
4521
+ msgid "Dropcaps"
4522
+ msgstr ""
4523
+
4524
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:47
4525
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:48
4526
+ msgid "Dropdown Icon"
4527
+ msgstr ""
4528
+
4529
+ #: includes/widgets/htmega_countdown.php:109
4530
+ msgid "Due Date"
4531
+ msgstr ""
4532
+
4533
+ #: includes/widgets/htmega_easy_digital_download.php:13
4534
+ #: includes/widgets/htmega_easy_digital_download.php:43
4535
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1288
4536
+ msgid "Easy Digital Downloads"
4537
+ msgstr ""
4538
+
4539
+ #: admin/include/template-library.php:219
4540
+ msgid "Edit Page"
4541
+ msgstr ""
4542
+
4543
+ #: admin/include/template-library.php:219
4544
+ msgid "Edit Template"
4545
+ msgstr ""
4546
+
4547
+ #: includes/widgets/htmega_button.php:423
4548
+ msgid "Effect 1"
4549
+ msgstr ""
4550
+
4551
+ #: includes/widgets/htmega_button.php:432
4552
+ msgid "Effect 10"
4553
+ msgstr ""
4554
+
4555
+ #: includes/widgets/htmega_button.php:433
4556
+ msgid "Effect 11"
4557
+ msgstr ""
4558
+
4559
+ #: includes/widgets/htmega_button.php:434
4560
+ msgid "Effect 12"
4561
+ msgstr ""
4562
+
4563
+ #: includes/widgets/htmega_button.php:435
4564
+ msgid "Effect 13"
4565
+ msgstr ""
4566
+
4567
+ #: includes/widgets/htmega_button.php:436
4568
+ msgid "Effect 14"
4569
+ msgstr ""
4570
+
4571
+ #: includes/widgets/htmega_button.php:424
4572
+ msgid "Effect 2"
4573
+ msgstr ""
4574
+
4575
+ #: includes/widgets/htmega_button.php:425
4576
+ msgid "Effect 3"
4577
+ msgstr ""
4578
+
4579
+ #: includes/widgets/htmega_button.php:426
4580
+ msgid "Effect 4"
4581
+ msgstr ""
4582
+
4583
+ #: includes/widgets/htmega_button.php:427
4584
+ msgid "Effect 5"
4585
+ msgstr ""
4586
+
4587
+ #: includes/widgets/htmega_button.php:428
4588
+ msgid "Effect 6"
4589
+ msgstr ""
4590
+
4591
+ #: includes/widgets/htmega_button.php:429
4592
+ msgid "Effect 7"
4593
+ msgstr ""
4594
+
4595
+ #: includes/widgets/htmega_button.php:430
4596
+ msgid "Effect 8"
4597
+ msgstr ""
4598
+
4599
+ #: includes/widgets/htmega_button.php:431
4600
+ msgid "Effect 9"
4601
+ msgstr ""
4602
+
4603
+ #: includes/widgets/htmega_button.php:463
4604
+ msgid "Effect After Color"
4605
+ msgstr ""
4606
+
4607
+ #: includes/widgets/htmega_button.php:444
4608
+ #: includes/widgets/htmega_button.php:454
4609
+ #: includes/widgets/htmega_button.php:472
4610
+ msgid "Effect Before Color"
4611
+ msgstr ""
4612
+
4613
+ #: includes/widgets/htmega_wc_element_pages.php:48
4614
+ msgid "Element"
4615
+ msgstr ""
4616
+
4617
+ #: includes/widgets/htmega_notify.php:96
4618
+ msgid "Element Container"
4619
+ msgstr ""
4620
+
4621
+ #: includes/widgets/htmega_wc_element_pages.php:793
4622
+ #: includes/widgets/htmega_wc_element_pages.php:1459
4623
+ msgid "Element Space"
4624
+ msgstr ""
4625
+
4626
+ #: includes/class.htmega.php:182 admin/include/templates_list.php:42
4627
+ msgid "Elementor"
4628
+ msgstr ""
4629
+
4630
+ #: includes/class.htmega.php:160
4631
+ msgid "Elementor Activate Now"
4632
+ msgstr ""
4633
+
4634
+ #: includes/class.htmega.php:168
4635
+ msgid "Elementor Install Now"
4636
+ msgstr ""
4637
+
4638
+ #: includes/widgets/htmega_accordion.php:82
4639
+ #: includes/widgets/htmega_accordion.php:222
4640
+ #: includes/widgets/htmega_blockquote.php:46
4641
+ #: includes/widgets/htmega_modal.php:56
4642
+ #: includes/widgets/htmega_offcanvas.php:62
4643
+ #: includes/widgets/htmega_scroll_navigation.php:65
4644
+ #: includes/widgets/htmega_switcher.php:107
4645
+ #: includes/widgets/htmega_switcher.php:199 includes/widgets/htmega_tabs.php:91
4646
+ #: includes/widgets/htmega_toggle.php:84
4647
+ msgid "Elementor Template"
4648
+ msgstr ""
4649
+
4650
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:38
4651
+ msgid "Elements"
4652
+ msgstr ""
4653
+
4654
+ #: includes/widgets/htmega_data_table.php:286
4655
+ #: includes/widgets/htmega_pricing_list_view.php:459
4656
+ msgid "Email"
4657
+ msgstr ""
4658
+
4659
+ #: includes/helper-function.php:465
4660
+ msgid "Email Already in Use"
4661
+ msgstr ""
4662
+
4663
+ #: includes/helper-function.php:462
4664
+ msgid "Email is not valid"
4665
+ msgstr ""
4666
+
4667
+ #: extensions/ht-menu/classes/class.mega-menu.php:120
4668
+ msgid "Enable megamenu?"
4669
+ msgstr ""
4670
+
4671
+ #: includes/widgets/htmega_accordion.php:1113
4672
+ #: includes/widgets/htmega_counter.php:74
4673
+ #: includes/widgets/htmega_user_login_form.php:430
4674
+ msgid "End"
4675
+ msgstr ""
4676
+
4677
+ #: includes/widgets/htmega_googlemap.php:113
4678
+ msgid "Enter Map Style Json Code."
4679
+ msgstr ""
4680
+
4681
+ #: includes/widgets/htmega_data_table.php:123
4682
+ msgid "Enter the number separate by comma(10,25,50,100)"
4683
+ msgstr ""
4684
+
4685
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:106
4686
+ msgid "Enter you text"
4687
+ msgstr ""
4688
+
4689
+ #: includes/widgets/htmega_section_title.php:82
4690
+ #: includes/widgets/htmega_section_title.php:84
4691
+ msgid "Enter your advance title"
4692
+ msgstr ""
4693
+
4694
+ #: includes/widgets/htmega_googlemap.php:102
4695
+ msgid "Enter your center address."
4696
+ msgstr ""
4697
+
4698
+ #: includes/widgets/htmega_dropcaps.php:61
4699
+ msgid "Enter Your Dropcaps Content."
4700
+ msgstr ""
4701
+
4702
+ #: includes/widgets/htmega_googlemap.php:283
4703
+ msgid "Enter your fixed address."
4704
+ msgstr ""
4705
+
4706
+ #: includes/widgets/htmega_section_title.php:71
4707
+ #: includes/widgets/htmega_section_title.php:73
4708
+ msgid "Enter your sub title"
4709
+ msgstr ""
4710
+
4711
+ #: extensions/ht-builder/widgets/bl_post_archive.php:74
4712
+ msgid "Enter Your Text"
4713
+ msgstr ""
4714
+
4715
+ #: includes/widgets/htmega_button.php:64 includes/widgets/htmega_button.php:66
4716
+ msgid "Enter your Text"
4717
+ msgstr ""
4718
+
4719
+ #: includes/widgets/htmega_section_title.php:59
4720
+ #: includes/widgets/htmega_section_title.php:61
4721
+ msgid "Enter your title"
4722
+ msgstr ""
4723
+
4724
+ #: includes/widgets/htmega_tablepress.php:75
4725
+ msgid "Entries Hide"
4726
+ msgstr ""
4727
+
4728
+ #: includes/widgets/htmega_ninja_form.php:1109
4729
+ msgid "Error Color"
4730
+ msgstr ""
4731
+
4732
+ #: includes/widgets/htmega_caldera_form.php:619
4733
+ #: includes/widgets/htmega_gravity_forms.php:850
4734
+ msgid "Error Text Color"
4735
+ msgstr ""
4736
+
4737
+ #: includes/widgets/htmega_gravity_forms.php:842
4738
+ msgid "Errors and Confirmation Style"
4739
+ msgstr ""
4740
+
4741
+ #: includes/widgets/htmega_contact_form_seven.php:960
4742
+ msgid "Errors and Feedback Style"
4743
+ msgstr ""
4744
+
4745
+ #: includes/widgets/htmega_caldera_form.php:611
4746
+ #: includes/widgets/htmega_ninja_form.php:1101
4747
+ #: includes/widgets/htmega_quforms.php:969
4748
+ msgid "Errors and Success Style"
4749
+ msgstr ""
4750
+
4751
+ #: includes/widgets/htmega_wpforms.php:1136
4752
+ msgid "Errors Style"
4753
+ msgstr ""
4754
+
4755
+ #: includes/widgets/htmega_wc_element_pages.php:1204
4756
+ msgid "Even"
4757
+ msgstr ""
4758
+
4759
+ #: includes/widgets/htmega_custom_event.php:35
4760
+ msgid "Event"
4761
+ msgstr ""
4762
+
4763
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:836
4764
+ msgid "Event Box"
4765
+ msgstr ""
4766
+
4767
+ #: includes/widgets/htmega_countdown.php:261
4768
+ msgid "Event Button"
4769
+ msgstr ""
4770
+
4771
+ #: includes/widgets/htmega_custom_event.php:102
4772
+ msgid "Event Button Link"
4773
+ msgstr ""
4774
+
4775
+ #: includes/widgets/htmega_custom_event.php:93
4776
+ msgid "Event Button text"
4777
+ msgstr ""
4778
+
4779
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:701
4780
+ msgid "Event Calendar"
4781
+ msgstr ""
4782
+
4783
+ #: includes/widgets/htmega_countdown.php:54
4784
+ msgid "Event Calendar Not Installed"
4785
+ msgstr ""
4786
+
4787
+ #: includes/widgets/htmega_tablepress.php:263
4788
+ msgid "Event Cell"
4789
+ msgstr ""
4790
+
4791
+ #: includes/widgets/htmega_countdown.php:72
4792
+ msgid "Event Countdown"
4793
+ msgstr ""
4794
+
4795
+ #: includes/widgets/htmega_custom_event.php:85
4796
+ msgid "Event description"
4797
+ msgstr ""
4798
+
4799
+ #: includes/widgets/htmega_countdown.php:81
4800
+ msgid "Event List"
4801
+ msgstr ""
4802
+
4803
+ #: includes/widgets/htmega_custom_event.php:76
4804
+ msgid "Event Location"
4805
+ msgstr ""
4806
+
4807
+ #: includes/widgets/htmega_custom_event.php:68
4808
+ msgid "Event Time"
4809
+ msgstr ""
4810
+
4811
+ #: includes/widgets/htmega_custom_event.php:44
4812
+ msgid "Event Title."
4813
+ msgstr ""
4814
+
4815
+ #: includes/recommended-plugins/recommended-plugins.php:68
4816
+ msgid "EverCompare"
4817
+ msgstr ""
4818
+
4819
+ #: includes/widgets/htmega_socialshere.php:74
4820
+ msgid "Evernote"
4821
+ msgstr ""
4822
+
4823
+ #: includes/widgets/htmega_newsticker.php:1169
4824
+ #: includes/widgets/htmega_postgrid.php:1419
4825
+ #: includes/widgets/htmega_post_grid_tab.php:1658
4826
+ msgid "Example: 10,11,105"
4827
+ msgstr ""
4828
+
4829
+ #: includes/widgets/htmega_newsticker.php:1166
4830
+ #: includes/widgets/htmega_postgrid.php:1416
4831
+ #: includes/widgets/htmega_post_grid_tab.php:1655
4832
+ msgid "Exclude Posts"
4833
+ msgstr ""
4834
+
4835
+ #: includes/widgets/htmega_notify.php:178
4836
+ msgid "Exit Animation"
4837
+ msgstr ""
4838
+
4839
+ #: includes/widgets/htmega_post_grid_tab.php:171
4840
+ msgid "Expand Box Style"
4841
+ msgstr ""
4842
+
4843
+ #: includes/widgets/htmega_accordion.php:464
4844
+ msgid "Expand Item Height"
4845
+ msgstr ""
4846
+
4847
+ #: includes/widgets/htmega_button.php:96
4848
+ #: includes/widgets/htmega_double_button.php:49
4849
+ msgid "Extra Large"
4850
+ msgstr ""
4851
+
4852
+ #: includes/widgets/htmega_button.php:97
4853
+ #: includes/widgets/htmega_double_button.php:50
4854
+ msgid "Extra Small"
4855
+ msgstr ""
4856
+
4857
+ #: includes/widgets/htmega_weather.php:56
4858
+ msgid "F"
4859
+ msgstr ""
4860
+
4861
+ #: includes/widgets/htmega_socialshere.php:62
4862
+ #: includes/widgets/htmega_socialshere.php:102
4863
+ #: includes/widgets/htmega_socialshere.php:320
4864
+ msgid "Facebook"
4865
+ msgstr ""
4866
+
4867
+ #: includes/class.htmega.php:310
4868
+ msgid "Facebook Group"
4869
+ msgstr ""
4870
+
4871
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:809
4872
+ msgid "Facebook Review"
4873
+ msgstr ""
4874
+
4875
+ #: includes/widgets/htmega_notify.php:153
4876
+ #: includes/widgets/htmega_notify.php:188
4877
+ msgid "fadeIn"
4878
+ msgstr ""
4879
+
4880
+ #: includes/widgets/htmega_notify.php:154
4881
+ #: includes/widgets/htmega_notify.php:189
4882
+ msgid "fadeInDown"
4883
+ msgstr ""
4884
+
4885
+ #: includes/widgets/htmega_notify.php:155
4886
+ #: includes/widgets/htmega_notify.php:190
4887
+ msgid "fadeInDownBig"
4888
+ msgstr ""
4889
+
4890
+ #: includes/widgets/htmega_notify.php:156
4891
+ #: includes/widgets/htmega_notify.php:191
4892
+ #: extensions/wc-sales-notification/admin/setting.php:169
4893
+ msgid "fadeInLeft"
4894
+ msgstr ""
4895
+
4896
+ #: includes/widgets/htmega_notify.php:157
4897
+ #: includes/widgets/htmega_notify.php:192
4898
+ msgid "fadeInLeftBig"
4899
+ msgstr ""
4900
+
4901
+ #: includes/widgets/htmega_notify.php:158
4902
+ #: includes/widgets/htmega_notify.php:193
4903
+ msgid "fadeInRight"
4904
+ msgstr ""
4905
+
4906
+ #: includes/widgets/htmega_notify.php:159
4907
+ #: includes/widgets/htmega_notify.php:194
4908
+ msgid "fadeInRightBig"
4909
+ msgstr ""
4910
+
4911
+ #: includes/widgets/htmega_notify.php:162
4912
+ #: includes/widgets/htmega_notify.php:197
4913
+ msgid "fadeInUp"
4914
+ msgstr ""
4915
+
4916
+ #: includes/widgets/htmega_notify.php:165
4917
+ #: includes/widgets/htmega_notify.php:200
4918
+ msgid "fadeInUpBig"
4919
+ msgstr ""
4920
+
4921
+ #: includes/widgets/htmega_notify.php:164
4922
+ #: includes/widgets/htmega_notify.php:199
4923
+ msgid "fadeOutDown"
4924
+ msgstr ""
4925
+
4926
+ #: includes/widgets/htmega_notify.php:161
4927
+ #: includes/widgets/htmega_notify.php:196
4928
+ msgid "fadeOutLeft"
4929
+ msgstr ""
4930
+
4931
+ #: includes/widgets/htmega_notify.php:160
4932
+ #: includes/widgets/htmega_notify.php:195
4933
+ #: extensions/wc-sales-notification/admin/setting.php:181
4934
+ msgid "fadeOutRight"
4935
+ msgstr ""
4936
+
4937
+ #: includes/widgets/htmega_notify.php:163
4938
+ #: includes/widgets/htmega_notify.php:198
4939
+ msgid "fadeOutUp"
4940
+ msgstr ""
4941
+
4942
+ #: extensions/wc-sales-notification/admin/setting.php:70
4943
+ msgid "Fakes"
4944
+ msgstr ""
4945
+
4946
+ #: includes/widgets/htmega_pricing_list_view.php:148
4947
+ #: includes/widgets/htmega_pricing_list_view.php:154
4948
+ #: includes/widgets/htmega_pricing_list_view.php:160
4949
+ #: includes/widgets/htmega_pricing_list_view.php:166
4950
+ msgid "fas fa-shopping-basket"
4951
+ msgstr ""
4952
+
4953
+ #: includes/widgets/htmega_job_manager.php:113
4954
+ msgid "Feature Jobs only"
4955
+ msgstr ""
4956
+
4957
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:728
4958
+ msgid "Feature List"
4959
+ msgstr ""
4960
+
4961
+ #: includes/widgets/htmega_booked_calender.php:110
4962
+ msgid "February"
4963
+ msgstr ""
4964
+
4965
+ #: includes/widgets/htmega_instragram_feed.php:49
4966
+ msgid "Feed Limit"
4967
+ msgstr ""
4968
+
4969
+ #: includes/widgets/htmega_contact_form_seven.php:994
4970
+ msgid "Feedback Style"
4971
+ msgstr ""
4972
+
4973
+ #: includes/widgets/htmega_data_table.php:309
4974
+ msgid "Field Type"
4975
+ msgstr ""
4976
+
4977
+ #: includes/widgets/htmega_pricing_list_view.php:545
4978
+ msgid "Fild Type"
4979
+ msgstr ""
4980
+
4981
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:827
4982
+ msgid "Filterable Gallery"
4983
+ msgstr ""
4984
+
4985
+ #: includes/widgets/htmega_job_manager.php:142
4986
+ msgid "Filters"
4987
+ msgstr ""
4988
+
4989
+ #: includes/widgets/htmega_layer_slider.php:72
4990
+ msgid "First Slide Number"
4991
+ msgstr ""
4992
+
4993
+ #: includes/widgets/htmega_image_grid.php:74
4994
+ #: includes/widgets/htmega_image_masonry.php:83
4995
+ #: includes/widgets/htmega_testimonial_grid.php:77
4996
+ msgid "Five"
4997
+ msgstr ""
4998
+
4999
+ #: includes/widgets/htmega_googlemap.php:281
5000
+ msgid "Fixed Address"
5001
+ msgstr ""
5002
+
5003
+ #: includes/widgets/htmega_googlemap.php:502
5004
+ msgid "Fixed Address Span Style"
5005
+ msgstr ""
5006
+
5007
+ #: includes/widgets/htmega_googlemap.php:272
5008
+ msgid "Fixed Maps Address:"
5009
+ msgstr ""
5010
+
5011
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:241
5012
+ msgid "Flip Box"
5013
+ msgstr ""
5014
+
5015
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:900
5016
+ msgid "Flip Switcher Pricing Table"
5017
+ msgstr ""
5018
+
5019
+ #: includes/widgets/htmega_instagram.php:303
5020
+ msgid "Flow Button Icon"
5021
+ msgstr ""
5022
+
5023
+ #: includes/widgets/htmega_caldera_form.php:369
5024
+ #: includes/widgets/htmega_contact_form_seven.php:367
5025
+ #: includes/widgets/htmega_contact_form_seven.php:592
5026
+ #: includes/widgets/htmega_gravity_forms.php:568
5027
+ #: includes/widgets/htmega_ninja_form.php:634
5028
+ #: includes/widgets/htmega_ninja_form.php:852
5029
+ #: includes/widgets/htmega_quforms.php:470
5030
+ #: includes/widgets/htmega_quforms.php:687
5031
+ #: includes/widgets/htmega_search.php:391
5032
+ #: includes/widgets/htmega_wc_element_pages.php:580
5033
+ #: includes/widgets/htmega_wc_element_pages.php:842
5034
+ #: includes/widgets/htmega_wc_element_pages.php:1400
5035
+ #: includes/widgets/htmega_wpforms.php:637
5036
+ #: includes/widgets/htmega_wpforms.php:855
5037
+ msgid "Focus"
5038
+ msgstr ""
5039
+
5040
+ #: includes/widgets/htmega_instagram.php:292
5041
+ msgid "Follow @"
5042
+ msgstr ""
5043
+
5044
+ #: includes/widgets/htmega_instagram.php:1282
5045
+ msgid "Follow Button"
5046
+ msgstr ""
5047
+
5048
+ #: includes/widgets/htmega_instagram.php:290
5049
+ msgid "Follow button Aditional text"
5050
+ msgstr ""
5051
+
5052
+ #: includes/widgets/htmega_instragram_feed.php:158
5053
+ msgid "Follow Color"
5054
+ msgstr ""
5055
+
5056
+ #: includes/widgets/htmega_instragram_feed.php:106
5057
+ #: includes/widgets/htmega_instragram_feed.php:107
5058
+ msgid "Follow on Instagram"
5059
+ msgstr ""
5060
+
5061
+ #: includes/widgets/htmega_instragram_feed.php:104
5062
+ msgid "Follow Text"
5063
+ msgstr ""
5064
+
5065
+ #: includes/widgets/htmega_instragram_feed.php:170
5066
+ msgid "Follow Text Color"
5067
+ msgstr ""
5068
+
5069
+ #: includes/widgets/htmega_googlemap.php:201
5070
+ #: includes/widgets/htmega_googlemap.php:232
5071
+ #: includes/widgets/htmega_googlemap.php:434
5072
+ #: includes/widgets/htmega_googlemap.php:521
5073
+ msgid "Font Color"
5074
+ msgstr ""
5075
+
5076
+ #: includes/widgets/htmega_blockquote.php:575
5077
+ #: includes/widgets/htmega_carousel.php:570
5078
+ #: includes/widgets/htmega_imagemarker.php:514
5079
+ #: includes/widgets/htmega_instagram.php:772
5080
+ #: includes/widgets/htmega_instagram.php:946
5081
+ #: includes/widgets/htmega_lightbox.php:377
5082
+ #: includes/widgets/htmega_panel_slider.php:828
5083
+ #: includes/widgets/htmega_search.php:464
5084
+ #: includes/widgets/htmega_search.php:716
5085
+ #: includes/widgets/htmega_slider_thumb_gallery.php:836
5086
+ #: includes/widgets/htmega_teammember.php:1047
5087
+ #: includes/widgets/htmega_twitter_feed.php:1088
5088
+ #: includes/widgets/htmega_videoplayer.php:366
5089
+ #: includes/widgets/htmega_working_process.php:955
5090
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:469
5091
+ msgid "Font Size"
5092
+ msgstr ""
5093
+
5094
+ #: includes/widgets/htmega_modal.php:746
5095
+ msgid "Footer"
5096
+ msgstr ""
5097
+
5098
+ #: includes/widgets/htmega_modal.php:831
5099
+ msgid "Footer Close Button"
5100
+ msgstr ""
5101
+
5102
+ #: includes/widgets/htmega_data_table.php:188
5103
+ msgid "Footer Info"
5104
+ msgstr ""
5105
+
5106
+ #: extensions/ht-builder/classes/class.header_footer.php:100
5107
+ msgid "Footer Template"
5108
+ msgstr ""
5109
+
5110
+ #: extensions/ht-builder/admin/setting.php:115
5111
+ msgid "Footer Template."
5112
+ msgstr ""
5113
+
5114
+ #: includes/widgets/htmega_modal.php:91
5115
+ msgid "Footer Text"
5116
+ msgstr ""
5117
+
5118
+ #: includes/widgets/htmega_tablepress.php:399
5119
+ msgid "Footer text"
5120
+ msgstr ""
5121
+
5122
+ #: includes/widgets/htmega_tablepress.php:108
5123
+ msgid "Footer text Hide"
5124
+ msgstr ""
5125
+
5126
+ #: includes/widgets/htmega_pricing_list_view.php:329
5127
+ #: includes/widgets/htmega_pricing_list_view.php:958
5128
+ msgid "For Layout 4 only"
5129
+ msgstr ""
5130
+
5131
+ #: includes/widgets/htmega_mailchimp_wp.php:69
5132
+ msgid ""
5133
+ "For show ID <a href=\"admin.php?page=mailchimp-for-wp-forms\" "
5134
+ "target=\"_blank\"> Click here </a>"
5135
+ msgstr ""
5136
+
5137
+ #: includes/widgets/htmega_weather.php:317
5138
+ msgid "Forcast"
5139
+ msgstr ""
5140
+
5141
+ #: includes/widgets/htmega_weather.php:80
5142
+ msgid "Forecast"
5143
+ msgstr ""
5144
+
5145
+ #: includes/widgets/htmega_user_login_form.php:296
5146
+ msgid "Forget Password Position"
5147
+ msgstr ""
5148
+
5149
+ #: includes/widgets/htmega_user_login_form.php:951
5150
+ msgid "Forget Text"
5151
+ msgstr ""
5152
+
5153
+ #: includes/widgets/htmega_user_login_form.php:967
5154
+ msgid "Forget Text Color"
5155
+ msgstr ""
5156
+
5157
+ #: includes/widgets/htmega_user_login_form.php:978
5158
+ msgid "Forget Text Hover Color"
5159
+ msgstr ""
5160
+
5161
+ #: includes/widgets/htmega_user_login_form.php:1639
5162
+ #: includes/widgets/htmega_user_login_form.php:1662
5163
+ msgid "Forgot Password?"
5164
+ msgstr ""
5165
+
5166
+ #: includes/widgets/htmega_wpforms.php:47
5167
+ msgid "Form not found"
5168
+ msgstr ""
5169
+
5170
+ #: includes/helper-function.php:356
5171
+ #: includes/widgets/htmega_gravity_forms.php:48
5172
+ #: includes/widgets/htmega_quforms.php:49
5173
+ msgid "Form Not Found!"
5174
+ msgstr ""
5175
+
5176
+ #: includes/widgets/htmega_ninja_form.php:49
5177
+ msgid "Form Not Found."
5178
+ msgstr ""
5179
+
5180
+ #: includes/widgets/htmega_contact_form_seven.php:80
5181
+ msgid "Form Wrapper Style"
5182
+ msgstr ""
5183
+
5184
+ #: includes/widgets/htmega_bbpress.php:55
5185
+ msgid "Forum Form"
5186
+ msgstr ""
5187
+
5188
+ #: includes/widgets/htmega_bbpress.php:54
5189
+ msgid "Forum Index"
5190
+ msgstr ""
5191
+
5192
+ #: includes/widgets/htmega_image_grid.php:73
5193
+ #: includes/widgets/htmega_image_masonry.php:82
5194
+ #: includes/widgets/htmega_testimonial_grid.php:76
5195
+ #: includes/widgets/htmega_testimonial_grid.php:91
5196
+ #: includes/widgets/htmega_testimonial_grid.php:108
5197
+ msgid "Four"
5198
+ msgstr ""
5199
+
5200
+ #: admin/include/templates_list.php:53
5201
+ msgid "Free"
5202
+ msgstr ""
5203
+
5204
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:32
5205
+ msgid "Free VS Pro"
5206
+ msgstr ""
5207
+
5208
+ #: extensions/ht-builder/admin/setting.php:57
5209
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:33
5210
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:43
5211
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:53
5212
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:63
5213
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:73
5214
+ msgid ""
5215
+ "Freely use these elements to create your site. You can enable which you are "
5216
+ "not using, and, all associated assets will be disable to improve your site "
5217
+ "loading speed."
5218
+ msgstr ""
5219
+
5220
+ #: includes/widgets/htmega_business_hours.php:194
5221
+ msgid "Friday"
5222
+ msgstr ""
5223
+
5224
+ #: includes/widgets/htmega_gravity_forms.php:100
5225
+ msgid "From Ajax"
5226
+ msgstr ""
5227
+
5228
+ #: includes/widgets/htmega_instragram_feed.php:72
5229
+ msgid "Full"
5230
+ msgstr ""
5231
+
5232
+ #: includes/widgets/htmega_scroll_navigation.php:217
5233
+ msgid "Full Screen"
5234
+ msgstr ""
5235
+
5236
+ #: includes/widgets/htmega_gallery_justify.php:13
5237
+ #: includes/widgets/htmega_gallery_justify.php:51
5238
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:250
5239
+ msgid "Gallery Justify"
5240
+ msgstr ""
5241
+
5242
+ #: includes/widgets/htmega_gallery_justify.php:120
5243
+ msgid "Gallery Popup "
5244
+ msgstr ""
5245
+
5246
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:27
5247
+ msgid "General"
5248
+ msgstr ""
5249
+
5250
+ #: includes/widgets/htmega_testimonial_grid.php:238
5251
+ msgid "Gerald Gilbert"
5252
+ msgstr ""
5253
+
5254
+ #: admin/include/settings-panel/includes/templates/dashboard-general.php:27
5255
+ msgid "Get Now"
5256
+ msgstr ""
5257
+
5258
+ #: admin/include/settings-panel/includes/templates/dashboard-general.php:49
5259
+ msgid "Get Support"
5260
+ msgstr ""
5261
+
5262
+ #: includes/class.htmega.php:212
5263
+ #: admin/include/templates/library/templates.php:71
5264
+ msgid "Go Pro"
5265
+ msgstr ""
5266
+
5267
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:914
5268
+ msgid ""
5269
+ "Go to <a href=\"https://developers.google."
5270
+ "com/maps/documentation/javascript/get-api-key\" target=\"_blank\">https:"
5271
+ "//developers.google.com</a> and generate the API key."
5272
+ msgstr ""
5273
+
5274
+ #: includes/widgets/htmega_googlemap.php:114
5275
+ msgid ""
5276
+ "Go to <a href=\"https://snazzymaps.com/\" target=_blank>Snazzy Maps</a> and "
5277
+ "Choose/Customize your Map Style. Click on your demo and copy JavaScript "
5278
+ "Style Array"
5279
+ msgstr ""
5280
+
5281
+ #: includes/widgets/htmega_inlinemenu.php:81
5282
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:75
5283
+ #, php-format
5284
+ msgid ""
5285
+ "Go to the <a href=\"%s\" target=\"_blank\">Menus Option</a> to manage your "
5286
+ "menus."
5287
+ msgstr ""
5288
+
5289
+ #: includes/widgets/htmega_lightbox.php:95
5290
+ msgid "Goggle Map Embed URL"
5291
+ msgstr ""
5292
+
5293
+ #: includes/widgets/htmega_googlemap.php:13
5294
+ #: includes/widgets/htmega_googlemap.php:43
5295
+ #: includes/widgets/htmega_lightbox.php:55
5296
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:259
5297
+ msgid "Google Map"
5298
+ msgstr ""
5299
+
5300
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:913
5301
+ msgid "Google Map API Key"
5302
+ msgstr ""
5303
+
5304
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:915
5305
+ msgid "Google Map API key"
5306
+ msgstr ""
5307
+
5308
+ #: includes/widgets/htmega_socialshere.php:330
5309
+ msgid "Google Plus"
5310
+ msgstr ""
5311
+
5312
+ #: includes/widgets/htmega_socialshere.php:64
5313
+ msgid "Google+"
5314
+ msgstr ""
5315
+
5316
+ #: includes/widgets/htmega_postgrid.php:336
5317
+ #: includes/widgets/htmega_post_grid_tab.php:1181
5318
+ #: includes/widgets/htmega_post_grid_tab.php:1199
5319
+ msgid "Gradient "
5320
+ msgstr ""
5321
+
5322
+ #: includes/widgets/htmega_postgrid.php:318
5323
+ #: includes/widgets/htmega_post_grid_tab.php:1163
5324
+ msgid "Gradient Five"
5325
+ msgstr ""
5326
+
5327
+ #: includes/widgets/htmega_postgrid.php:300
5328
+ #: includes/widgets/htmega_post_grid_tab.php:1145
5329
+ msgid "Gradient Four"
5330
+ msgstr ""
5331
+
5332
+ #: includes/widgets/htmega_postgrid.php:246
5333
+ #: includes/widgets/htmega_postgrid.php:264
5334
+ #: includes/widgets/htmega_post_grid_tab.php:1091
5335
+ #: includes/widgets/htmega_post_grid_tab.php:1109
5336
+ msgid "Gradient One"
5337
+ msgstr ""
5338
+
5339
+ #: includes/widgets/htmega_postgrid.php:282
5340
+ #: includes/widgets/htmega_post_grid_tab.php:1127
5341
+ msgid "Gradient Three"
5342
+ msgstr ""
5343
+
5344
+ #: includes/widgets/htmega_gravity_forms.php:13
5345
+ #: includes/widgets/htmega_gravity_forms.php:59
5346
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1299
5347
+ msgid "Gravity Forms"
5348
+ msgstr ""
5349
+
5350
+ #: includes/widgets/htmega_buddy_press.php:53
5351
+ msgid "Group"
5352
+ msgstr ""
5353
+
5354
+ #: includes/widgets/htmega_post_grid_tab.php:1004
5355
+ msgid "Group Item Style"
5356
+ msgstr ""
5357
+
5358
+ #: includes/helper-function.php:201
5359
+ msgid "H1"
5360
+ msgstr ""
5361
+
5362
+ #: includes/helper-function.php:202
5363
+ msgid "H2"
5364
+ msgstr ""
5365
+
5366
+ #: includes/helper-function.php:203
5367
+ msgid "H3"
5368
+ msgstr ""
5369
+
5370
+ #: includes/helper-function.php:204
5371
+ msgid "H4"
5372
+ msgstr ""
5373
+
5374
+ #: includes/helper-function.php:205
5375
+ msgid "H5"
5376
+ msgstr ""
5377
+
5378
+ #: includes/helper-function.php:206
5379
+ msgid "H6"
5380
+ msgstr ""
5381
+
5382
+ #: includes/widgets/htmega_image_comparison.php:411
5383
+ msgid "Handler"
5384
+ msgstr ""
5385
+
5386
+ #: includes/widgets/htmega_counter.php:156
5387
+ msgid "Happy Clients"
5388
+ msgstr ""
5389
+
5390
+ #: admin/include/settings-panel/includes/templates/dashboard-general.php:66
5391
+ msgid "happy with us"
5392
+ msgstr ""
5393
+
5394
+ #: admin/include/settings-panel/includes/templates/dashboard-general.php:68
5395
+ msgid "Happy With us?"
5396
+ msgstr ""
5397
+
5398
+ #: includes/widgets/htmega_twitter_feed.php:73
5399
+ msgid "hastechit"
5400
+ msgstr ""
5401
+
5402
+ #: includes/recommended-plugins/class.recommended-plugins.php:227
5403
+ msgid "HasTheme"
5404
+ msgstr ""
5405
+
5406
+ #. Author of the plugin
5407
+ msgid "HasThemes"
5408
+ msgstr ""
5409
+
5410
+ #: admin/admin-init.php:97
5411
+ msgid "HasThemes Stories"
5412
+ msgstr ""
5413
+
5414
+ #: admin/include/settings-panel/includes/templates/dashboard-general.php:59
5415
+ msgid ""
5416
+ "Have you ever noticed any missing features? Please notify us if you do. As "
5417
+ "soon as possible, our staff will add any necessary features based on your "
5418
+ "requests. Our commitment to our clients is second to none. We always attempt "
5419
+ "to fulfill their demands."
5420
+ msgstr ""
5421
+
5422
+ #: includes/widgets/htmega_booked_calender.php:186
5423
+ #: includes/widgets/htmega_modal.php:574
5424
+ #: includes/widgets/htmega_popover.php:584
5425
+ #: includes/widgets/htmega_tablepress.php:143
5426
+ msgid "Header"
5427
+ msgstr ""
5428
+
5429
+ #: includes/widgets/htmega_booked_calender.php:197
5430
+ msgid "Header Background"
5431
+ msgstr ""
5432
+
5433
+ #: includes/widgets/htmega_booked_calender.php:209
5434
+ #: includes/widgets/htmega_instragram_feed.php:146
5435
+ #: includes/widgets/htmega_user_login_form.php:692
5436
+ msgid "Header Color"
5437
+ msgstr ""
5438
+
5439
+ #: includes/widgets/htmega_modal.php:42
5440
+ #: includes/widgets/htmega_user_login_form.php:721
5441
+ msgid "Header Content"
5442
+ msgstr ""
5443
+
5444
+ #: extensions/ht-builder/classes/class.header_footer.php:89
5445
+ msgid "Header Template"
5446
+ msgstr ""
5447
+
5448
+ #: extensions/ht-builder/admin/setting.php:106
5449
+ msgid "Header Template."
5450
+ msgstr ""
5451
+
5452
+ #: includes/widgets/htmega_booked_calender.php:475
5453
+ msgid "Heading"
5454
+ msgstr ""
5455
+
5456
+ #: includes/widgets/htmega_animated_heading.php:128
5457
+ msgid "Heading After Text"
5458
+ msgstr ""
5459
+
5460
+ #: includes/widgets/htmega_animated_heading.php:91
5461
+ msgid "Heading Before Text"
5462
+ msgstr ""
5463
+
5464
+ #: extensions/wc-sales-notification/admin/setting.php:196
5465
+ msgid "Heading Color"
5466
+ msgstr ""
5467
+
5468
+ #: includes/widgets/htmega_animated_heading.php:138
5469
+ msgid "Heading Placeholder Text"
5470
+ msgstr ""
5471
+
5472
+ #: includes/widgets/htmega_user_login_form.php:669
5473
+ msgid "Heading Title Style"
5474
+ msgstr ""
5475
+
5476
+ #: includes/widgets/htmega_blockquote.php:658
5477
+ #: includes/widgets/htmega_caldera_form.php:239
5478
+ #: includes/widgets/htmega_carousel.php:628
5479
+ #: includes/widgets/htmega_carousel.php:893
5480
+ #: includes/widgets/htmega_carousel.php:1132
5481
+ #: includes/widgets/htmega_carousel.php:1226
5482
+ #: includes/widgets/htmega_contact_form_seven.php:195
5483
+ #: includes/widgets/htmega_contact_form_seven.php:473
5484
+ #: includes/widgets/htmega_contact_form_seven.php:784
5485
+ #: includes/widgets/htmega_gravity_forms.php:448
5486
+ #: includes/widgets/htmega_gravity_forms.php:647
5487
+ #: includes/widgets/htmega_imagemarker.php:830
5488
+ #: includes/widgets/htmega_image_comparison.php:486
5489
+ #: includes/widgets/htmega_instagram.php:1003
5490
+ #: includes/widgets/htmega_instagram.php:1182
5491
+ #: includes/widgets/htmega_mailchimp_wp.php:167
5492
+ #: includes/widgets/htmega_mailchimp_wp.php:308
5493
+ #: includes/widgets/htmega_modal.php:329
5494
+ #: includes/widgets/htmega_ninja_form.php:533
5495
+ #: includes/widgets/htmega_ninja_form.php:755
5496
+ #: includes/widgets/htmega_ninja_form.php:930
5497
+ #: includes/widgets/htmega_notify.php:680
5498
+ #: includes/widgets/htmega_panel_slider.php:900
5499
+ #: includes/widgets/htmega_panel_slider.php:1107
5500
+ #: includes/widgets/htmega_pricing_list_view.php:385
5501
+ #: includes/widgets/htmega_pricing_list_view.php:1014
5502
+ #: includes/widgets/htmega_progress_bar.php:428
5503
+ #: includes/widgets/htmega_quforms.php:394
5504
+ #: includes/widgets/htmega_quforms.php:614
5505
+ #: includes/widgets/htmega_quforms.php:790
5506
+ #: includes/widgets/htmega_scroll_navigation.php:213
5507
+ #: includes/widgets/htmega_scroll_navigation.php:429
5508
+ #: includes/widgets/htmega_search.php:309
5509
+ #: includes/widgets/htmega_search.php:528
5510
+ #: includes/widgets/htmega_search.php:759
5511
+ #: includes/widgets/htmega_service.php:593
5512
+ #: includes/widgets/htmega_service.php:841
5513
+ #: includes/widgets/htmega_service.php:904
5514
+ #: includes/widgets/htmega_slider_thumb_gallery.php:894
5515
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1111
5516
+ #: includes/widgets/htmega_twitter_feed.php:1146
5517
+ #: includes/widgets/htmega_twitter_feed.php:1343
5518
+ #: includes/widgets/htmega_user_login_form.php:899
5519
+ #: includes/widgets/htmega_user_login_form.php:1054
5520
+ #: includes/widgets/htmega_user_login_form.php:1145
5521
+ #: includes/widgets/htmega_working_process.php:904
5522
+ #: includes/widgets/htmega_working_process.php:1032
5523
+ #: includes/widgets/htmega_wpforms.php:536
5524
+ #: includes/widgets/htmega_wpforms.php:758
5525
+ #: includes/widgets/htmega_wpforms.php:933
5526
+ msgid "Height"
5527
+ msgstr ""
5528
+
5529
+ #: includes/widgets/htmega_teammember.php:1070
5530
+ msgid "Height and Width"
5531
+ msgstr ""
5532
+
5533
+ #: includes/widgets/htmega_notify.php:493
5534
+ msgid "Hello Typography"
5535
+ msgstr ""
5536
+
5537
+ #: includes/widgets/htmega_user_login_form.php:92
5538
+ #: includes/widgets/htmega_user_login_form.php:93
5539
+ msgid "Hello!"
5540
+ msgstr ""
5541
+
5542
+ #: includes/widgets/htmega_imagemarker.php:138
5543
+ #: includes/widgets/htmega_imagemarker.php:161
5544
+ msgid "Hidden Field"
5545
+ msgstr ""
5546
+
5547
+ #: includes/widgets/htmega_buddy_press.php:116
5548
+ #: includes/widgets/htmega_buddy_press.php:129
5549
+ #: includes/widgets/htmega_buddy_press.php:144
5550
+ #: includes/widgets/htmega_buddy_press.php:159
5551
+ #: includes/widgets/htmega_data_table.php:61
5552
+ #: includes/widgets/htmega_data_table.php:85
5553
+ #: includes/widgets/htmega_data_table.php:109
5554
+ #: includes/widgets/htmega_data_table.php:137
5555
+ #: includes/widgets/htmega_data_table.php:166
5556
+ #: includes/widgets/htmega_data_table.php:179
5557
+ #: includes/widgets/htmega_data_table.php:191
5558
+ #: includes/widgets/htmega_double_button.php:81
5559
+ #: includes/widgets/htmega_gravity_forms.php:80
5560
+ #: includes/widgets/htmega_gravity_forms.php:92
5561
+ #: includes/widgets/htmega_instagram.php:178
5562
+ #: includes/widgets/htmega_instagram.php:190
5563
+ #: includes/widgets/htmega_instagram.php:280
5564
+ #: includes/widgets/htmega_popover.php:130
5565
+ #: includes/widgets/htmega_popover.php:207
5566
+ #: includes/widgets/htmega_scroll_image.php:123
5567
+ #: includes/widgets/htmega_socialshere.php:359
5568
+ #: includes/widgets/htmega_tooltip.php:130
5569
+ #: includes/widgets/htmega_twitter_feed.php:147
5570
+ #: includes/widgets/htmega_twitter_feed.php:159
5571
+ #: includes/widgets/htmega_twitter_feed.php:171
5572
+ #: includes/widgets/htmega_twitter_feed.php:183
5573
+ #: includes/widgets/htmega_twitter_feed.php:195
5574
+ #: includes/widgets/htmega_twitter_feed.php:209
5575
+ #: includes/widgets/htmega_user_login_form.php:80
5576
+ #: includes/widgets/htmega_user_login_form.php:186
5577
+ #: includes/widgets/htmega_user_login_form.php:197
5578
+ #: includes/widgets/htmega_user_login_form.php:288
5579
+ #: includes/widgets/htmega_user_login_form.php:315
5580
+ #: includes/widgets/htmega_user_login_form.php:327
5581
+ #: includes/widgets/htmega_wc_add_to_cart.php:75
5582
+ #: includes/widgets/htmega_wpforms.php:78
5583
+ #: includes/widgets/htmega_wpforms.php:90
5584
+ #: extensions/ht-builder/widgets/bl_post_archive.php:102
5585
+ #: extensions/ht-builder/widgets/bl_post_archive.php:114
5586
+ #: extensions/ht-builder/widgets/bl_post_archive.php:126
5587
+ #: extensions/ht-builder/widgets/bl_post_archive.php:138
5588
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:48
5589
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:73
5590
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:85
5591
+ msgid "Hide"
5592
+ msgstr ""
5593
+
5594
+ #: includes/widgets/htmega_search.php:130
5595
+ msgid "Hide Close Icon"
5596
+ msgstr ""
5597
+
5598
+ #: includes/widgets/htmega_weather.php:115
5599
+ msgid "Hide Current Status"
5600
+ msgstr ""
5601
+
5602
+ #: includes/widgets/htmega_easy_digital_download.php:188
5603
+ #: includes/widgets/htmega_wc_categories.php:153
5604
+ msgid "Hide Empty"
5605
+ msgstr ""
5606
+
5607
+ #: includes/widgets/htmega_weather.php:151
5608
+ msgid "Hide Forecast"
5609
+ msgstr ""
5610
+
5611
+ #: includes/widgets/htmega_countdown.php:180
5612
+ msgid "Hide Label"
5613
+ msgstr ""
5614
+
5615
+ #: includes/widgets/htmega_slider_thumb_gallery.php:615
5616
+ msgid "Hide on Mobile"
5617
+ msgstr ""
5618
+
5619
+ #: extensions/ht-builder/widgets/bl_post_archive.php:231
5620
+ msgid "Hide Pagination"
5621
+ msgstr ""
5622
+
5623
+ #: includes/widgets/htmega_weather.php:139
5624
+ msgid "Hide Sun Status"
5625
+ msgstr ""
5626
+
5627
+ #: includes/widgets/htmega_section_title.php:537
5628
+ msgid "Highlight Title Color"
5629
+ msgstr ""
5630
+
5631
+ #: includes/widgets/htmega_business_hours.php:101
5632
+ msgid "Hight Light this day"
5633
+ msgstr ""
5634
+
5635
+ #: includes/widgets/htmega_animated_heading.php:93
5636
+ msgid "Honesty is the best policy"
5637
+ msgstr ""
5638
+
5639
+ #: includes/widgets/htmega_progress_bar.php:61
5640
+ #: includes/widgets/htmega_scroll_navigation.php:142
5641
+ #: includes/widgets/htmega_scroll_navigation.php:164
5642
+ #: includes/widgets/htmega_scroll_navigation.php:194
5643
+ msgid "Horizontal"
5644
+ msgstr ""
5645
+
5646
+ #: includes/widgets/htmega_carousel.php:722
5647
+ #: includes/widgets/htmega_carousel.php:947
5648
+ #: includes/widgets/htmega_carousel.php:1159
5649
+ #: includes/widgets/htmega_carousel.php:1253
5650
+ #: includes/widgets/htmega_panel_slider.php:966
5651
+ #: includes/widgets/htmega_slider_thumb_gallery.php:947
5652
+ #: includes/widgets/htmega_twitter_feed.php:1204
5653
+ msgid "Horizontal Position"
5654
+ msgstr ""
5655
+
5656
+ #: includes/widgets/htmega_special_day_banner.php:190
5657
+ msgid "Horizontal Postion"
5658
+ msgstr ""
5659
+
5660
+ #: includes/widgets/htmega_instagram.php:112
5661
+ msgid "Hour"
5662
+ msgstr ""
5663
+
5664
+ #: includes/widgets/htmega_countdown.php:142
5665
+ #: includes/widgets/htmega_countdown.php:216
5666
+ #: includes/widgets/htmega_countdown.php:218
5667
+ msgid "Hours"
5668
+ msgstr ""
5669
+
5670
+ #: includes/widgets/htmega_add_banner.php:198
5671
+ #: includes/widgets/htmega_add_banner.php:298
5672
+ #: includes/widgets/htmega_add_banner.php:707
5673
+ #: includes/widgets/htmega_booked_calender.php:657
5674
+ #: includes/widgets/htmega_booked_calender.php:818
5675
+ #: includes/widgets/htmega_brand.php:231
5676
+ #: includes/widgets/htmega_buddy_press.php:359
5677
+ #: includes/widgets/htmega_button.php:333
5678
+ #: includes/widgets/htmega_button.php:610
5679
+ #: includes/widgets/htmega_caldera_form.php:556
5680
+ #: includes/widgets/htmega_call_to_action.php:816
5681
+ #: includes/widgets/htmega_call_to_action.php:1022
5682
+ #: includes/widgets/htmega_carousel.php:753
5683
+ #: includes/widgets/htmega_contact_form_seven.php:916
5684
+ #: includes/widgets/htmega_countdown.php:1123
5685
+ #: includes/widgets/htmega_custom_event.php:191
5686
+ #: includes/widgets/htmega_custom_event.php:441
5687
+ #: includes/widgets/htmega_double_button.php:430
5688
+ #: includes/widgets/htmega_double_button.php:571
5689
+ #: includes/widgets/htmega_double_button.php:744
5690
+ #: includes/widgets/htmega_download_monitor.php:322
5691
+ #: includes/widgets/htmega_easy_digital_download.php:403
5692
+ #: includes/widgets/htmega_easy_digital_download.php:620
5693
+ #: includes/widgets/htmega_errorcontent.php:637
5694
+ #: includes/widgets/htmega_errorcontent.php:788
5695
+ #: includes/widgets/htmega_gravity_forms.php:798
5696
+ #: includes/widgets/htmega_image_grid.php:543
5697
+ #: includes/widgets/htmega_image_masonry.php:530
5698
+ #: includes/widgets/htmega_inlinemenu.php:244
5699
+ #: includes/widgets/htmega_instagram.php:1073
5700
+ #: includes/widgets/htmega_mailchimp_wp.php:453
5701
+ #: includes/widgets/htmega_modal.php:434
5702
+ #: includes/widgets/htmega_newsticker.php:767
5703
+ #: includes/widgets/htmega_ninja_form.php:1057
5704
+ #: includes/widgets/htmega_notify.php:418
5705
+ #: includes/widgets/htmega_offcanvas.php:486
5706
+ #: includes/widgets/htmega_panel_slider.php:1021
5707
+ #: includes/widgets/htmega_popover.php:453
5708
+ #: includes/widgets/htmega_post_grid_tab.php:600
5709
+ #: includes/widgets/htmega_post_grid_tab.php:840
5710
+ #: includes/widgets/htmega_post_grid_tab.php:963
5711
+ #: includes/widgets/htmega_quforms.php:918
5712
+ #: includes/widgets/htmega_search.php:604
5713
+ #: includes/widgets/htmega_search.php:936
5714
+ #: includes/widgets/htmega_service.php:271
5715
+ #: includes/widgets/htmega_service.php:748
5716
+ #: includes/widgets/htmega_service.php:1108
5717
+ #: includes/widgets/htmega_singlepost.php:442
5718
+ #: includes/widgets/htmega_slider_thumb_gallery.php:989
5719
+ #: includes/widgets/htmega_socialshere.php:714
5720
+ #: includes/widgets/htmega_special_day_banner.php:730
5721
+ #: includes/widgets/htmega_testimonial_grid.php:336
5722
+ #: includes/widgets/htmega_toggle.php:343
5723
+ #: includes/widgets/htmega_tooltip.php:430
5724
+ #: includes/widgets/htmega_twitter_feed.php:871
5725
+ #: includes/widgets/htmega_twitter_feed.php:1028
5726
+ #: includes/widgets/htmega_twitter_feed.php:1233
5727
+ #: includes/widgets/htmega_user_login_form.php:1224
5728
+ #: includes/widgets/htmega_user_login_form.php:1408
5729
+ #: includes/widgets/htmega_verticle_time_line.php:275
5730
+ #: includes/widgets/htmega_videoplayer.php:457
5731
+ #: includes/widgets/htmega_wc_categories.php:238
5732
+ #: includes/widgets/htmega_wc_categories.php:403
5733
+ #: includes/widgets/htmega_wc_categories.php:509
5734
+ #: includes/widgets/htmega_wc_element_pages.php:291
5735
+ #: includes/widgets/htmega_wc_element_pages.php:471
5736
+ #: includes/widgets/htmega_wc_element_pages.php:1022
5737
+ #: includes/widgets/htmega_wc_element_pages.php:1612
5738
+ #: includes/widgets/htmega_wc_element_pages.php:1793
5739
+ #: includes/widgets/htmega_working_process.php:555
5740
+ #: includes/widgets/htmega_working_process.php:1064
5741
+ #: includes/widgets/htmega_wpforms.php:1084
5742
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:226
5743
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:428
5744
+ #: extensions/ht-builder/widgets/bl_post_archive.php:407
5745
+ #: extensions/ht-builder/widgets/bl_post_archive.php:514
5746
+ #: extensions/ht-builder/widgets/bl_post_archive.php:620
5747
+ #: extensions/ht-builder/widgets/bl_post_archive.php:789
5748
+ #: extensions/ht-builder/widgets/bl_post_archive.php:913
5749
+ #: extensions/ht-builder/widgets/bl_post_comments.php:141
5750
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:425
5751
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:268
5752
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:496
5753
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:442
5754
+ msgid "Hover"
5755
+ msgstr ""
5756
+
5757
+ #: includes/widgets/htmega_button.php:496
5758
+ msgid "Hover Animation"
5759
+ msgstr ""
5760
+
5761
+ #: includes/widgets/htmega_add_banner.php:206
5762
+ #: includes/widgets/htmega_booked_calender.php:331
5763
+ #: includes/widgets/htmega_booked_calender.php:385
5764
+ #: includes/widgets/htmega_socialshere.php:159
5765
+ #: includes/widgets/htmega_tablepress.php:163
5766
+ msgid "Hover Background"
5767
+ msgstr ""
5768
+
5769
+ #: includes/widgets/htmega_teammember.php:407
5770
+ msgid "Hover Background Color"
5771
+ msgstr ""
5772
+
5773
+ #: includes/widgets/htmega_booked_calender.php:342
5774
+ #: includes/widgets/htmega_booked_calender.php:396
5775
+ #: includes/widgets/htmega_easy_digital_download.php:410
5776
+ #: includes/widgets/htmega_panel_slider.php:687
5777
+ #: includes/widgets/htmega_postgrid.php:377
5778
+ #: includes/widgets/htmega_post_grid_tab.php:359
5779
+ #: includes/widgets/htmega_service.php:376
5780
+ #: includes/widgets/htmega_singlepost.php:162
5781
+ #: includes/widgets/htmega_user_login_form.php:1019
5782
+ #: includes/widgets/htmega_verticle_time_line.php:143
5783
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:497
5784
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:312
5785
+ msgid "Hover Color"
5786
+ msgstr ""
5787
+
5788
+ #: includes/widgets/htmega_socialshere.php:198
5789
+ #: includes/widgets/htmega_socialshere.php:280
5790
+ msgid "Hover color"
5791
+ msgstr ""
5792
+
5793
+ #: includes/widgets/htmega_teammember.php:441
5794
+ msgid "Hover Content background color"
5795
+ msgstr ""
5796
+
5797
+ #: includes/widgets/htmega_teammember.php:423
5798
+ msgid "Hover Round Space"
5799
+ msgstr ""
5800
+
5801
+ #: includes/widgets/htmega_teammember.php:654
5802
+ msgid "Hover Shape Color"
5803
+ msgstr ""
5804
+
5805
+ #: includes/widgets/htmega_socialshere.php:149
5806
+ #: includes/widgets/htmega_socialshere.php:271
5807
+ msgid "Hover Style"
5808
+ msgstr ""
5809
+
5810
+ #: extensions/ht-builder/admin/setting.php:33
5811
+ #: extensions/ht-builder/admin/setting.php:34
5812
+ msgid "HT Builder"
5813
+ msgstr ""
5814
+
5815
+ #: extensions/ht-builder/admin/setting.php:208
5816
+ msgid "HT Builder Settings"
5817
+ msgstr ""
5818
+
5819
+ #: includes/recommended-plugins/recommended-plugins.php:106
5820
+ msgid "HT Contact Form 7"
5821
+ msgstr ""
5822
+
5823
+ #: includes/class.post-duplicator.php:45
5824
+ msgid "HT Duplicate"
5825
+ msgstr ""
5826
+
5827
+ #: includes/recommended-plugins/recommended-plugins.php:101
5828
+ msgid "HT Easy GA4 ( Google Analytics 4 )"
5829
+ msgstr ""
5830
+
5831
+ #: extensions/ht-builder/classes/class.header_footer.php:81
5832
+ msgid "HT Header & Footer"
5833
+ msgstr ""
5834
+
5835
+ #. Name of the plugin
5836
+ msgid "HT Mega - Absolute Addons for Elementor Page Builder"
5837
+ msgstr ""
5838
+
5839
+ #: admin/include/settings-panel/includes/templates/sidebar-banner.php:20
5840
+ #: admin/include/settings-panel/includes/templates/sidebar-banner.php:26
5841
+ msgid "HT Mega Addons"
5842
+ msgstr ""
5843
+
5844
+ #: includes/class.post-duplicator.php:45
5845
+ msgid "HT Mega Duplicator"
5846
+ msgstr ""
5847
+
5848
+ #: admin/include/class.library-source.php:24
5849
+ msgid "HT Mega Library"
5850
+ msgstr ""
5851
+
5852
+ #: extensions/ht-menu/admin/setting.php:30
5853
+ #: extensions/ht-menu/admin/setting.php:31
5854
+ msgid "HT Menu"
5855
+ msgstr ""
5856
+
5857
+ #: extensions/ht-menu/admin/setting.php:45
5858
+ #: extensions/ht-menu/admin/setting.php:135
5859
+ msgid "HT Menu Settings"
5860
+ msgstr ""
5861
+
5862
+ #: includes/recommended-plugins/recommended-plugins.php:111
5863
+ msgid "HT WPForms"
5864
+ msgstr ""
5865
+
5866
+ #: includes/class.htmega.php:181 includes/class.htmega.php:196
5867
+ #: includes/widgets_control.php:44
5868
+ #: admin/include/settings-panel/includes/classes/Admin/Menu.php:25
5869
+ #: admin/include/settings-panel/includes/classes/Admin/Menu.php:26
5870
+ msgid "HTMega Addons"
5871
+ msgstr ""
5872
+
5873
+ #: extensions/ht-builder/classes/class.widgets_control.php:44
5874
+ msgid "HTMega Builder"
5875
+ msgstr ""
5876
+
5877
+ #: extensions/ht-menu/classes/class.mega-menu.php:73
5878
+ msgid "HTMega Menu"
5879
+ msgstr ""
5880
+
5881
+ #: includes/widgets/htmega_section_title.php:209
5882
+ #: includes/widgets/htmega_section_title.php:267
5883
+ msgid "HTML Tag"
5884
+ msgstr ""
5885
+
5886
+ #: includes/widgets/htmega_pricing_list_view.php:164
5887
+ msgid "Html Template"
5888
+ msgstr ""
5889
+
5890
+ #: includes/widgets/htmega_scroll_image.php:64
5891
+ msgid "https://example.com/"
5892
+ msgstr ""
5893
+
5894
+ #. Author URI of the plugin
5895
+ msgid "https://hasthemes.com/"
5896
+ msgstr ""
5897
+
5898
+ #. URI of the plugin
5899
+ msgid "https://wphtmega.com/"
5900
+ msgstr ""
5901
+
5902
+ #: includes/widgets/htmega_teammember.php:225
5903
+ #: includes/widgets/htmega_teammember.php:308
5904
+ msgid "https://www.facebook.com/hastech.company/"
5905
+ msgstr ""
5906
+
5907
+ #: includes/widgets/htmega_lightbox.php:101
5908
+ msgid "https://www.google.com/maps/embed?pb"
5909
+ msgstr ""
5910
+
5911
+ #: includes/widgets/htmega_lightbox.php:99
5912
+ msgid ""
5913
+ "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d233668.38703692693!"
5914
+ "2d90.27923991057244!3d23.780573258035957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!"
5915
+ "4f13.1!3m3!1m2!1s0x3755b8b087026b81%3A0x8fa563bbdd5904c2!2sDhaka!5e0!3m2!"
5916
+ "1sen!2sbd!4v1536834022797"
5917
+ msgstr ""
5918
+
5919
+ #: includes/widgets/htmega_videoplayer.php:62
5920
+ #: includes/widgets/htmega_videoplayer.php:63
5921
+ msgid "https://www.youtube.com/watch?v=CDilI6jcpP4"
5922
+ msgstr ""
5923
+
5924
+ #: includes/widgets/htmega_lightbox.php:81
5925
+ #: includes/widgets/htmega_lightbox.php:83
5926
+ msgid "https://www.youtube.com/watch?v=G_G8SdXktHg"
5927
+ msgstr ""
5928
+
5929
+ #: includes/widgets/htmega_add_banner.php:121
5930
+ #: includes/widgets/htmega_button.php:78
5931
+ #: includes/widgets/htmega_call_to_action.php:147
5932
+ #: includes/widgets/htmega_call_to_action.php:241
5933
+ #: includes/widgets/htmega_custom_event.php:104
5934
+ #: includes/widgets/htmega_double_button.php:110
5935
+ #: includes/widgets/htmega_double_button.php:197
5936
+ #: includes/widgets/htmega_errorcontent.php:169
5937
+ #: includes/widgets/htmega_errorcontent.php:217
5938
+ #: includes/widgets/htmega_image_grid.php:159
5939
+ #: includes/widgets/htmega_image_masonry.php:140
5940
+ #: includes/widgets/htmega_panel_slider.php:119
5941
+ #: includes/widgets/htmega_popover.php:141
5942
+ #: includes/widgets/htmega_pricing_list_view.php:128
5943
+ #: includes/widgets/htmega_pricing_list_view.php:662
5944
+ #: includes/widgets/htmega_section_title.php:198
5945
+ #: includes/widgets/htmega_section_title.php:256
5946
+ #: includes/widgets/htmega_service.php:149
5947
+ #: includes/widgets/htmega_special_day_banner.php:125
5948
+ #: includes/widgets/htmega_tooltip.php:141
5949
+ msgid "https://your-link.com"
5950
+ msgstr ""
5951
+
5952
+ #: includes/widgets/htmega_teammember.php:177
5953
+ msgid "I am web developer."
5954
+ msgstr ""
5955
+
5956
+ #: includes/widgets/htmega_blockquote.php:97
5957
+ #: includes/widgets/htmega_blockquote.php:134
5958
+ #: includes/widgets/htmega_button.php:105
5959
+ #: includes/widgets/htmega_call_to_action.php:163
5960
+ #: includes/widgets/htmega_call_to_action.php:257
5961
+ #: includes/widgets/htmega_countdown.php:280
5962
+ #: includes/widgets/htmega_counter.php:103
5963
+ #: includes/widgets/htmega_counter.php:114
5964
+ #: includes/widgets/htmega_data_table.php:327
5965
+ #: includes/widgets/htmega_double_button.php:123
5966
+ #: includes/widgets/htmega_double_button.php:210
5967
+ #: includes/widgets/htmega_download_monitor.php:125
5968
+ #: includes/widgets/htmega_instagram.php:219
5969
+ #: includes/widgets/htmega_instagram.php:760
5970
+ #: includes/widgets/htmega_lightbox.php:119
5971
+ #: includes/widgets/htmega_modal.php:127 includes/widgets/htmega_modal.php:163
5972
+ #: includes/widgets/htmega_notify.php:255
5973
+ #: includes/widgets/htmega_popover.php:53
5974
+ #: includes/widgets/htmega_popover.php:86
5975
+ #: includes/widgets/htmega_pricing_list_view.php:114
5976
+ #: includes/widgets/htmega_pricing_list_view.php:244
5977
+ #: includes/widgets/htmega_pricing_list_view.php:262
5978
+ #: includes/widgets/htmega_pricing_list_view.php:582
5979
+ #: includes/widgets/htmega_pricing_list_view.php:1786
5980
+ #: includes/widgets/htmega_search.php:76 includes/widgets/htmega_search.php:104
5981
+ #: includes/widgets/htmega_section_title.php:102
5982
+ #: includes/widgets/htmega_section_title.php:138
5983
+ #: includes/widgets/htmega_service.php:77
5984
+ #: includes/widgets/htmega_service.php:114
5985
+ #: includes/widgets/htmega_service.php:559
5986
+ #: includes/widgets/htmega_socialshere.php:109
5987
+ #: includes/widgets/htmega_socialshere.php:212
5988
+ #: includes/widgets/htmega_switcher.php:73
5989
+ #: includes/widgets/htmega_switcher.php:164 includes/widgets/htmega_tabs.php:78
5990
+ #: includes/widgets/htmega_teammember.php:232
5991
+ #: includes/widgets/htmega_tooltip.php:53
5992
+ #: includes/widgets/htmega_tooltip.php:86
5993
+ #: includes/widgets/htmega_videoplayer.php:85
5994
+ #: includes/widgets/htmega_working_process.php:113
5995
+ #: includes/widgets/htmega_working_process.php:150
5996
+ #: includes/widgets/htmega_working_process.php:924
5997
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:293
5998
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:449
5999
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:62
6000
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:74
6001
+ #: extensions/ht-menu/menu/templates.php:47
6002
+ #: extensions/ht-menu/menu/templates.php:106
6003
+ msgid "Icon"
6004
+ msgstr ""
6005
+
6006
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:491
6007
+ msgid "Icon Align"
6008
+ msgstr ""
6009
+
6010
+ #: includes/widgets/htmega_button.php:545
6011
+ #: includes/widgets/htmega_button.php:629
6012
+ #: includes/widgets/htmega_teammember.php:256
6013
+ msgid "Icon Background"
6014
+ msgstr ""
6015
+
6016
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:782
6017
+ msgid "Icon Box"
6018
+ msgstr ""
6019
+
6020
+ #: includes/widgets/htmega_accordion.php:1197
6021
+ msgid "Icon Box Height"
6022
+ msgstr ""
6023
+
6024
+ #: includes/widgets/htmega_newsticker.php:690
6025
+ msgid "Icon Box Height/Width"
6026
+ msgstr ""
6027
+
6028
+ #: includes/widgets/htmega_accordion.php:1180
6029
+ msgid "Icon Box Width"
6030
+ msgstr ""
6031
+
6032
+ #: includes/widgets/htmega_booked_calender.php:530
6033
+ #: includes/widgets/htmega_notify.php:657
6034
+ #: includes/widgets/htmega_post_grid_tab.php:668
6035
+ #: includes/widgets/htmega_pricing_list_view.php:314
6036
+ #: includes/widgets/htmega_pricing_list_view.php:906
6037
+ #: includes/widgets/htmega_search.php:270
6038
+ #: includes/widgets/htmega_singlepost.php:361
6039
+ #: includes/widgets/htmega_tabs.php:177 includes/widgets/htmega_tabs.php:687
6040
+ #: includes/widgets/htmega_tabs.php:802
6041
+ #: includes/widgets/htmega_teammember.php:244
6042
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:480
6043
+ msgid "Icon Color"
6044
+ msgstr ""
6045
+
6046
+ #: includes/widgets/htmega_lightbox.php:408
6047
+ msgid "Icon Dimensions"
6048
+ msgstr ""
6049
+
6050
+ #: includes/widgets/htmega_search.php:881
6051
+ #: includes/widgets/htmega_socialshere.php:480
6052
+ #: includes/widgets/htmega_toggle.php:252
6053
+ msgid "Icon Font Size"
6054
+ msgstr ""
6055
+
6056
+ #: includes/widgets/htmega_instagram.php:1439
6057
+ #: includes/widgets/htmega_socialshere.php:509
6058
+ #: includes/widgets/htmega_tabs.php:772
6059
+ msgid "Icon Height"
6060
+ msgstr ""
6061
+
6062
+ #: includes/widgets/htmega_teammember.php:279
6063
+ msgid "Icon Hover Background"
6064
+ msgstr ""
6065
+
6066
+ #: includes/widgets/htmega_teammember.php:290
6067
+ msgid "Icon Hover border color"
6068
+ msgstr ""
6069
+
6070
+ #: includes/widgets/htmega_teammember.php:267
6071
+ msgid "Icon Hover Color"
6072
+ msgstr ""
6073
+
6074
+ #: includes/widgets/htmega_videoplayer.php:97
6075
+ msgid "Icon Image"
6076
+ msgstr ""
6077
+
6078
+ #: includes/widgets/htmega_button.php:114
6079
+ #: includes/widgets/htmega_call_to_action.php:196
6080
+ #: includes/widgets/htmega_call_to_action.php:290
6081
+ #: includes/widgets/htmega_double_button.php:153
6082
+ #: includes/widgets/htmega_double_button.php:240
6083
+ #: includes/widgets/htmega_modal.php:174
6084
+ #: includes/widgets/htmega_offcanvas.php:199
6085
+ #: includes/widgets/htmega_pricing_list_view.php:1185
6086
+ msgid "Icon Position"
6087
+ msgstr ""
6088
+
6089
+ #: includes/widgets/htmega_socialshere.php:464
6090
+ msgid "Icon Settings"
6091
+ msgstr ""
6092
+
6093
+ #: includes/widgets/htmega_data_table.php:364
6094
+ msgid "Icon SIze"
6095
+ msgstr ""
6096
+
6097
+ #: includes/widgets/htmega_accordion.php:1087
6098
+ #: includes/widgets/htmega_call_to_action.php:785
6099
+ #: includes/widgets/htmega_call_to_action.php:991
6100
+ #: includes/widgets/htmega_instagram.php:1377
6101
+ #: includes/widgets/htmega_modal.php:377
6102
+ #: includes/widgets/htmega_newsticker.php:518
6103
+ #: includes/widgets/htmega_newsticker.php:670
6104
+ #: includes/widgets/htmega_notify.php:646
6105
+ #: includes/widgets/htmega_popover.php:362
6106
+ #: includes/widgets/htmega_pricing_list_view.php:751
6107
+ #: includes/widgets/htmega_service.php:624
6108
+ #: includes/widgets/htmega_switcher.php:82
6109
+ #: includes/widgets/htmega_switcher.php:173
6110
+ #: includes/widgets/htmega_tabs.php:700 includes/widgets/htmega_tooltip.php:339
6111
+ msgid "Icon Size"
6112
+ msgstr ""
6113
+
6114
+ #: includes/widgets/htmega_modal.php:409
6115
+ msgid "Icon Space"
6116
+ msgstr ""
6117
+
6118
+ #: includes/widgets/htmega_button.php:132
6119
+ #: includes/widgets/htmega_call_to_action.php:174
6120
+ #: includes/widgets/htmega_call_to_action.php:268
6121
+ #: includes/widgets/htmega_double_button.php:131
6122
+ #: includes/widgets/htmega_double_button.php:218
6123
+ #: includes/widgets/htmega_offcanvas.php:223
6124
+ msgid "Icon Spacing"
6125
+ msgstr ""
6126
+
6127
+ #: includes/widgets/htmega_button.php:511
6128
+ #: includes/widgets/htmega_newsticker.php:506
6129
+ msgid "Icon Style"
6130
+ msgstr ""
6131
+
6132
+ #: includes/widgets/htmega_counter.php:90 includes/widgets/htmega_modal.php:119
6133
+ #: includes/widgets/htmega_section_title.php:94
6134
+ #: includes/widgets/htmega_working_process.php:105
6135
+ msgid "Icon Type"
6136
+ msgstr ""
6137
+
6138
+ #: includes/widgets/htmega_instagram.php:1420
6139
+ #: includes/widgets/htmega_socialshere.php:557
6140
+ #: includes/widgets/htmega_tabs.php:751
6141
+ msgid "Icon Width"
6142
+ msgstr ""
6143
+
6144
+ #: includes/widgets/htmega_counter.php:814
6145
+ msgid "Icon/Image"
6146
+ msgstr ""
6147
+
6148
+ #: includes/widgets/htmega_pricing_list_view.php:629
6149
+ msgid "Icons"
6150
+ msgstr ""
6151
+
6152
+ #: includes/widgets/htmega_bbpress.php:73
6153
+ #: includes/widgets/htmega_newsticker.php:1190
6154
+ #: includes/widgets/htmega_postgrid.php:1440
6155
+ #: includes/widgets/htmega_post_grid_tab.php:1679
6156
+ #: extensions/ht-builder/widgets/bl_post_archive.php:199
6157
+ msgid "ID"
6158
+ msgstr ""
6159
+
6160
+ #: includes/widgets/htmega_newsticker.php:727
6161
+ #: includes/widgets/htmega_panel_slider.php:882
6162
+ msgid "If need to different from prev button"
6163
+ msgstr ""
6164
+
6165
+ #: admin/include/class.diagnostic-data.php:458
6166
+ #, php-format
6167
+ msgid ""
6168
+ "If you want to help us improve the %4$s%1$s%5$s plugin even more, please "
6169
+ "allow us to collect non-sensitive diagnostic data and usages information. "
6170
+ "Over %2$shere%3$s, you can see what kind of data we collect."
6171
+ msgstr ""
6172
+
6173
+ #: admin/include/settings-panel/includes/templates/sidebar-banner.php:75
6174
+ msgid ""
6175
+ "If you’re loving how our product has helped your business, please let the "
6176
+ "WordPress community know by"
6177
+ msgstr ""
6178
+
6179
+ #: admin/include/settings-panel/includes/templates/dashboard-general.php:69
6180
+ msgid ""
6181
+ "If you’re loving how our product has helped your business, please let the "
6182
+ "WordPress community know by leaving us a review on our WP repository. Which "
6183
+ "will motivate us a lot."
6184
+ msgstr ""
6185
+
6186
+ #: includes/widgets/htmega_accordion.php:164
6187
+ #: includes/widgets/htmega_accordion.php:207
6188
+ #: includes/widgets/htmega_add_banner.php:72
6189
+ #: includes/widgets/htmega_blockquote.php:93
6190
+ #: includes/widgets/htmega_blockquote.php:108
6191
+ #: includes/widgets/htmega_carousel.php:79
6192
+ #: includes/widgets/htmega_counter.php:99
6193
+ #: includes/widgets/htmega_counter.php:125
6194
+ #: includes/widgets/htmega_custom_event.php:51
6195
+ #: includes/widgets/htmega_data_table.php:328
6196
+ #: includes/widgets/htmega_errorcontent.php:65
6197
+ #: includes/widgets/htmega_image_grid.php:131
6198
+ #: includes/widgets/htmega_image_masonry.php:112
6199
+ #: includes/widgets/htmega_instagram.php:215
6200
+ #: includes/widgets/htmega_instagram.php:233
6201
+ #: includes/widgets/htmega_lightbox.php:53
6202
+ #: includes/widgets/htmega_lightbox.php:63
6203
+ #: includes/widgets/htmega_lightbox.php:117
6204
+ #: includes/widgets/htmega_modal.php:123 includes/widgets/htmega_modal.php:137
6205
+ #: includes/widgets/htmega_panel_slider.php:95
6206
+ #: includes/widgets/htmega_popover.php:61
6207
+ #: includes/widgets/htmega_popover.php:101
6208
+ #: includes/widgets/htmega_pricing_list_view.php:248
6209
+ #: includes/widgets/htmega_pricing_list_view.php:275
6210
+ #: includes/widgets/htmega_section_title.php:98
6211
+ #: includes/widgets/htmega_section_title.php:112
6212
+ #: includes/widgets/htmega_service.php:73
6213
+ #: includes/widgets/htmega_service.php:88
6214
+ #: includes/widgets/htmega_service.php:876
6215
+ #: includes/widgets/htmega_slider_thumb_gallery.php:82
6216
+ #: includes/widgets/htmega_special_day_banner.php:58
6217
+ #: includes/widgets/htmega_testimonial_grid.php:195
6218
+ #: includes/widgets/htmega_testimonial_grid.php:388
6219
+ #: includes/widgets/htmega_tooltip.php:61
6220
+ #: includes/widgets/htmega_tooltip.php:101
6221
+ #: includes/widgets/htmega_videoplayer.php:86
6222
+ #: includes/widgets/htmega_wc_categories.php:458
6223
+ #: includes/widgets/htmega_working_process.php:109
6224
+ #: includes/widgets/htmega_working_process.php:124
6225
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:139
6226
+ msgid "Image"
6227
+ msgstr ""
6228
+
6229
+ #: includes/widgets/htmega_image_comparison.php:532
6230
+ msgid "Image After"
6231
+ msgstr ""
6232
+
6233
+ #: includes/widgets/htmega_image_comparison.php:512
6234
+ msgid "Image Before"
6235
+ msgstr ""
6236
+
6237
+ #: includes/widgets/htmega_postgrid.php:148
6238
+ #: includes/widgets/htmega_post_grid_tab.php:236
6239
+ msgid "Image Border Radius"
6240
+ msgstr ""
6241
+
6242
+ #: includes/widgets/htmega_panel_slider.php:650
6243
+ msgid "Image Box Padding"
6244
+ msgstr ""
6245
+
6246
+ #: includes/widgets/htmega_image_comparison.php:13
6247
+ #: includes/widgets/htmega_image_comparison.php:43
6248
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:268
6249
+ msgid "Image Comparison"
6250
+ msgstr ""
6251
+
6252
+ #: includes/widgets/htmega_image_grid.php:13
6253
+ #: includes/widgets/htmega_image_grid.php:43
6254
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:277
6255
+ msgid "Image Grid"
6256
+ msgstr ""
6257
+
6258
+ #: includes/widgets/htmega_image_grid.php:178
6259
+ msgid "Image Grid Description"
6260
+ msgstr ""
6261
+
6262
+ #: includes/widgets/htmega_image_grid.php:124
6263
+ msgid "Image Grid Description."
6264
+ msgstr ""
6265
+
6266
+ #: includes/widgets/htmega_carousel.php:101
6267
+ #: includes/widgets/htmega_image_grid.php:177
6268
+ msgid "Image Grid Title"
6269
+ msgstr ""
6270
+
6271
+ #: includes/widgets/htmega_carousel.php:72
6272
+ #: includes/widgets/htmega_image_grid.php:115
6273
+ msgid "Image Grid Title."
6274
+ msgstr ""
6275
+
6276
+ #: includes/widgets/htmega_data_table.php:444
6277
+ msgid "Image Height"
6278
+ msgstr ""
6279
+
6280
+ #: includes/widgets/htmega_teammember.php:100
6281
+ msgid "Image Hover Animate"
6282
+ msgstr ""
6283
+
6284
+ #: extensions/wc-sales-notification/admin/setting.php:94
6285
+ msgid "Image Left"
6286
+ msgstr ""
6287
+
6288
+ #: includes/widgets/htmega_instagram.php:87
6289
+ msgid "Image link in new tab"
6290
+ msgstr ""
6291
+
6292
+ #: includes/widgets/htmega_image_magnifier.php:13
6293
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:286
6294
+ msgid "Image Magnifier"
6295
+ msgstr ""
6296
+
6297
+ #: includes/widgets/htmega_imagemarker.php:13
6298
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:295
6299
+ msgid "Image Marker"
6300
+ msgstr ""
6301
+
6302
+ #: includes/widgets/htmega_image_masonry.php:13
6303
+ #: includes/widgets/htmega_image_masonry.php:52
6304
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:304
6305
+ msgid "Image Masonry"
6306
+ msgstr ""
6307
+
6308
+ #: includes/widgets/htmega_image_masonry.php:159
6309
+ msgid "Image Masonry Description"
6310
+ msgstr ""
6311
+
6312
+ #: includes/widgets/htmega_image_masonry.php:105
6313
+ msgid "Image Masonry Description."
6314
+ msgstr ""
6315
+
6316
+ #: includes/widgets/htmega_image_masonry.php:158
6317
+ msgid "Image Masonry Title"
6318
+ msgstr ""
6319
+
6320
+ #: includes/widgets/htmega_image_masonry.php:96
6321
+ msgid "Image Masonry Title."
6322
+ msgstr ""
6323
+
6324
+ #: includes/widgets/htmega_panel_slider.php:627
6325
+ #: includes/widgets/htmega_postgrid.php:130
6326
+ msgid "Image Overlay"
6327
+ msgstr ""
6328
+
6329
+ #: includes/widgets/htmega_instragram_feed.php:129
6330
+ msgid "Image Padding"
6331
+ msgstr ""
6332
+
6333
+ #: includes/widgets/htmega_section_title.php:153
6334
+ #: extensions/wc-sales-notification/admin/setting.php:89
6335
+ msgid "Image Position"
6336
+ msgstr ""
6337
+
6338
+ #: includes/widgets/htmega_buddy_press.php:95
6339
+ #: includes/widgets/htmega_instragram_feed.php:67
6340
+ msgid "Image Size"
6341
+ msgstr ""
6342
+
6343
+ #: includes/widgets/htmega_modal.php:291
6344
+ msgid "Image space"
6345
+ msgstr ""
6346
+
6347
+ #: includes/widgets/htmega_data_table.php:421
6348
+ #: includes/widgets/htmega_twitter_feed.php:807
6349
+ msgid "Image Width"
6350
+ msgstr ""
6351
+
6352
+ #: includes/widgets/htmega_pricing_list_view.php:500
6353
+ msgid "Image/Icon Position"
6354
+ msgstr ""
6355
+
6356
+ #: includes/class.assests.php:385
6357
+ msgid "Import"
6358
+ msgstr ""
6359
+
6360
+ #: admin/include/templates_list.php:13
6361
+ msgid "Import template to your Library"
6362
+ msgstr ""
6363
+
6364
+ #: includes/class.assests.php:383
6365
+ msgid "Import to Library"
6366
+ msgstr ""
6367
+
6368
+ #: includes/class.assests.php:384
6369
+ msgid "Import to Page"
6370
+ msgstr ""
6371
+
6372
+ #: includes/class.assests.php:378
6373
+ msgid "in this package"
6374
+ msgstr ""
6375
+
6376
+ #: includes/widgets/htmega_newsticker.php:1087
6377
+ #: includes/widgets/htmega_postgrid.php:1337
6378
+ #: includes/widgets/htmega_post_grid_tab.php:1576
6379
+ msgid "Include By"
6380
+ msgstr ""
6381
+
6382
+ #: admin/include/custom-control/preset-manage.php:19
6383
+ msgid "Incomplete preset request"
6384
+ msgstr ""
6385
+
6386
+ #: includes/widgets/htmega_instagram.php:1541
6387
+ msgid "Incorrect access token specified."
6388
+ msgstr ""
6389
+
6390
+ #: includes/widgets/htmega_progress_bar.php:602
6391
+ msgid "Indicator Background"
6392
+ msgstr ""
6393
+
6394
+ #: includes/widgets/htmega_progress_bar.php:626
6395
+ msgid "Indicator Border Radius"
6396
+ msgstr ""
6397
+
6398
+ #: includes/widgets/htmega_imagemarker.php:436
6399
+ #: includes/widgets/htmega_progress_bar.php:183
6400
+ msgid "Indicator color"
6401
+ msgstr ""
6402
+
6403
+ #: includes/widgets/htmega_imagemarker.php:569
6404
+ msgid "Indicator Height"
6405
+ msgstr ""
6406
+
6407
+ #: includes/widgets/htmega_imagemarker.php:596
6408
+ msgid "Indicator Line Height"
6409
+ msgstr ""
6410
+
6411
+ #: includes/widgets/htmega_imagemarker.php:361
6412
+ msgid "Indicator Position(X)"
6413
+ msgstr ""
6414
+
6415
+ #: includes/widgets/htmega_imagemarker.php:388
6416
+ msgid "Indicator Position(Y)"
6417
+ msgstr ""
6418
+
6419
+ #: includes/widgets/htmega_imagemarker.php:414
6420
+ msgid "Indicator Rotated"
6421
+ msgstr ""
6422
+
6423
+ #: includes/widgets/htmega_progress_bar.php:571
6424
+ msgid "Indicator Size"
6425
+ msgstr ""
6426
+
6427
+ #: includes/widgets/htmega_imagemarker.php:542
6428
+ msgid "Indicator Width"
6429
+ msgstr ""
6430
+
6431
+ #: includes/widgets/htmega_notify.php:132
6432
+ msgid "Info"
6433
+ msgstr ""
6434
+
6435
+ #: includes/widgets/htmega_googlemap.php:213
6436
+ msgid "Info Address Span Style"
6437
+ msgstr ""
6438
+
6439
+ #: includes/widgets/htmega_googlemap.php:179
6440
+ msgid "Info Address Style"
6441
+ msgstr ""
6442
+
6443
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:683
6444
+ msgid "Info Box"
6445
+ msgstr ""
6446
+
6447
+ #: includes/widgets/htmega_googlemap.php:400
6448
+ msgid "Info Button Close"
6449
+ msgstr ""
6450
+
6451
+ #: includes/widgets/htmega_notify.php:639
6452
+ msgid "Info Icon"
6453
+ msgstr ""
6454
+
6455
+ #: includes/widgets/htmega_googlemap.php:361
6456
+ msgid "Info Pointer"
6457
+ msgstr ""
6458
+
6459
+ #: includes/widgets/htmega_scroll_navigation.php:274
6460
+ msgid "Initial Slide"
6461
+ msgstr ""
6462
+
6463
+ #: includes/widgets/htmega_section_title.php:620
6464
+ #: includes/widgets/htmega_section_title.php:851
6465
+ msgid "Inline block"
6466
+ msgstr ""
6467
+
6468
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:14
6469
+ msgid "Inline Mega Menu"
6470
+ msgstr ""
6471
+
6472
+ #: includes/widgets/htmega_inlinemenu.php:13
6473
+ #: includes/widgets/htmega_inlinemenu.php:46
6474
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:313
6475
+ msgid "Inline Navigation"
6476
+ msgstr ""
6477
+
6478
+ #: includes/widgets/htmega_progress_bar.php:654
6479
+ #: includes/widgets/htmega_progress_bar.php:773
6480
+ msgid "Inner"
6481
+ msgstr ""
6482
+
6483
+ #: includes/widgets/htmega_call_to_action.php:423
6484
+ msgid "Inner Box Style"
6485
+ msgstr ""
6486
+
6487
+ #: includes/widgets/htmega_caldera_form.php:184
6488
+ #: includes/widgets/htmega_contact_form_seven.php:177
6489
+ #: includes/widgets/htmega_gravity_forms.php:387
6490
+ #: includes/widgets/htmega_ninja_form.php:473
6491
+ #: includes/widgets/htmega_quforms.php:310
6492
+ #: includes/widgets/htmega_search.php:212
6493
+ #: includes/widgets/htmega_user_login_form.php:805
6494
+ #: includes/widgets/htmega_wc_element_pages.php:692
6495
+ #: includes/widgets/htmega_wc_element_pages.php:1336
6496
+ #: includes/widgets/htmega_wpforms.php:474
6497
+ msgid "Input"
6498
+ msgstr ""
6499
+
6500
+ #: includes/widgets/htmega_mailchimp_wp.php:159
6501
+ #: extensions/ht-builder/widgets/bl_post_comments.php:40
6502
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:119
6503
+ msgid "Input Box"
6504
+ msgstr ""
6505
+
6506
+ #: includes/widgets/htmega_caldera_form.php:290
6507
+ msgid "Input Space"
6508
+ msgstr ""
6509
+
6510
+ #: admin/include/templates/library/templates.php:64
6511
+ msgid "Insert"
6512
+ msgstr ""
6513
+
6514
+ #: includes/recommended-plugins/recommended-plugins.php:44
6515
+ msgid "Insert Headers and Footers Code"
6516
+ msgstr ""
6517
+
6518
+ #: includes/widgets/htmega_instagram.php:15
6519
+ #: includes/widgets/htmega_instagram.php:44
6520
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:322
6521
+ msgid "Instagram"
6522
+ msgstr ""
6523
+
6524
+ #: includes/widgets/htmega_instagram.php:77
6525
+ msgid "Instagram Access Token"
6526
+ msgstr ""
6527
+
6528
+ #: includes/widgets/htmega_instragram_feed.php:13
6529
+ #: includes/widgets/htmega_instragram_feed.php:35
6530
+ msgid "Instagram Feed"
6531
+ msgstr ""
6532
+
6533
+ #: admin/include/template-library.php:288
6534
+ #: admin/include/template-library.php:340
6535
+ #: includes/recommended-plugins/class.recommended-plugins.php:248
6536
+ msgid "Install Now"
6537
+ msgstr ""
6538
+
6539
+ #: includes/class.assests.php:388
6540
+ #: includes/recommended-plugins/class.recommended-plugins.php:124
6541
+ msgid "Installing.."
6542
+ msgstr ""
6543
+
6544
+ #: includes/widgets/htmega_socialshere.php:82
6545
+ msgid "Instapaper"
6546
+ msgstr ""
6547
+
6548
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:1310
6549
+ msgid "Instragram Feed"
6550
+ msgstr ""
6551
+
6552
+ #: admin/include/settings-panel/includes/classes/Admin/Options_field.php:800
6553
+ msgid "Interactive Promo"
6554
+ msgstr ""
6555
+
6556
+ #: admin/include/class.newsletter-data.php:72
6557
+ msgid "Invalid data."
6558
+ msgstr ""
6559
+
6560
+ #: admin/include/class.newsletter-data.php:78
6561
+ msgid "Invalid email."
6562
+ msgstr ""
6563
+
6564
+ #: admin/include/custom-control/preset-manage.php:15
6565
+ msgid "Invalid preset request"
6566
+ msgstr ""
6567
+
6568
+ #: includes/helper-function.php:390
6569
+ msgid "Invalid username or password!"
6570
+ msgstr ""
6571
+
6572
+ #: includes/widgets/htmega_business_hours.php:300
6573
+ #: includes/widgets/htmega_instagram.php:662
6574
+ #: extensions/ht-builder/widgets/bl_post_archive.php:245
6575
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:353
6576
+ msgid "Item"
6577
+ msgstr ""
6578
+
6579
+ #: includes/widgets/htmega_countdown.php:607
6580
+ msgid "Item Alignment"
6581
+ msgstr ""
6582
+
6583
+ #: includes/widgets/htmega_business_hours.php:209
6584
+ msgid "Item Area"
6585
+ msgstr ""
6586
+
6587
+ #: includes/widgets/htmega_easy_digital_download.php:267
6588
+ msgid "Item Background"
6589
+ msgstr ""
6590
+
6591
+ #: includes/widgets/htmega_testimonial_grid.php:253
6592
+ msgid "Item Box Style"
6593
+ msgstr ""
6594
+
6595
+ #: includes/widgets/htmega_accordion.php:300
6596
+ msgid "Item Collapse Icon"
6597
+ msgstr ""
6598
+
6599
+ #: includes/widgets/htmega_postgrid.php:309
6600
+ #: includes/widgets/htmega_post_grid_tab.php:1154
6601
+ msgid "Item Five Gradient"
6602
+ msgstr ""
6603
+
6604
+ #: includes/widgets/htmega_postgrid.php:291
6605
+ #: includes/widgets/htmega_post_grid_tab.php:1136
6606
+ msgid "Item Four Gradient"
6607
+ msgstr ""
6608
+
6609
+ #: includes/widgets/htmega_easy_digital_download.php:236
6610
+ msgid "Item Gap"
6611
+ msgstr ""
6612
+
6613
+ #: includes/widgets/htmega_progress_bar.php:543
6614
+ msgid "Item Inner Padding"
6615
+ msgstr ""