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

Version Description

Download this release

Release Info

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

Code changes from version 1.8.3 to 1.8.4

Files changed (36) hide show
  1. admin/assets/js/admin.js +28 -28
  2. assets/css/htmega-widgets.css +32 -10
  3. extensions/ht-builder/classes/class.widgets_control.php +98 -83
  4. extensions/ht-menu/classes/class.mega-menu.php +5 -1
  5. extensions/ht-menu/widgets/inline-mega-menu.php +1 -1
  6. extensions/ht-menu/widgets/verticle-mega-menu.php +1 -1
  7. htmega_addons_elementor.php +5 -3
  8. includes/class.htmega-icon-manager.php +1 -2
  9. includes/helper-function.php +39 -20
  10. includes/widgets/htmega_404_content.php +9 -2
  11. includes/widgets/htmega_caldera_forms.php +504 -104
  12. includes/widgets/htmega_contact_form_seven.php +626 -298
  13. includes/widgets/htmega_download_monitor.php +170 -69
  14. includes/widgets/htmega_easy_digital_download.php +100 -2
  15. includes/widgets/htmega_gravity_forms.php +463 -94
  16. includes/widgets/htmega_image_marker.php +8 -0
  17. includes/widgets/htmega_layer_slider.php +9 -0
  18. includes/widgets/htmega_mailchimp_for_wp.php +8 -0
  19. includes/widgets/htmega_ninja_forms.php +555 -105
  20. includes/widgets/htmega_notify.php +8 -0
  21. includes/widgets/htmega_offcanvas.php +8 -0
  22. includes/widgets/htmega_pricing_list_view.php +8 -0
  23. includes/widgets/htmega_pricing_table.php +8 -0
  24. includes/widgets/htmega_progressbar.php +8 -0
  25. includes/widgets/htmega_qu_forms.php +609 -178
  26. includes/widgets/htmega_scroll_image.php +8 -0
  27. includes/widgets/htmega_scroll_navigation.php +8 -0
  28. includes/widgets/htmega_socialshere.php +9 -0
  29. includes/widgets/htmega_user_login_form.php +49 -19
  30. includes/widgets/htmega_user_register_form.php +287 -17
  31. includes/widgets/htmega_wc_add_to_cart.php +13 -1
  32. includes/widgets/htmega_wc_categories.php +60 -0
  33. includes/widgets/htmega_wc_element_pages.php +801 -164
  34. includes/widgets/htmega_wpforms.php +619 -176
  35. includes/widgets_control.php +91 -86
  36. languages/htmega-addons.pot +5453 -12354
admin/assets/js/admin.js CHANGED
@@ -1,29 +1,29 @@
1
- jQuery(document).ready(function($) {
2
-
3
- // Custom Tabs
4
- function htmega_admin_tabs( $tabmenus, $tabpane ){
5
- $tabmenus.on('click', 'a', function(e){
6
- e.preventDefault();
7
- var $this = $(this),
8
- $target = $this.attr('href');
9
- $this.addClass('httabactive').parent().siblings().children('a').removeClass('httabactive');
10
- $( $tabpane + $target ).addClass('httabactive').siblings().removeClass('httabactive');
11
- });
12
- }
13
- htmega_admin_tabs( $(".htmega-admin-tabs"), '.htmega-admin-tab-pane' );
14
-
15
- // Toggle Element
16
- function htmega_admin_toggle( $button, $area_element ){
17
- $button.on('click', function() {
18
- var inputCheckbox = $area_element.find('.htmega_table_row input[type="checkbox"]');
19
- if(inputCheckbox.prop("checked") === true){
20
- inputCheckbox.prop('checked', false)
21
- } else {
22
- inputCheckbox.prop('checked', true)
23
- }
24
- });
25
- }
26
- htmega_admin_toggle( $(".htmega-open-element-toggle"), $("#htmega_element_tabs") );
27
- htmega_admin_toggle( $(".htmega-open-element-toggle"), $("#htmega_thirdparty_element_tabs") );
28
-
29
  });
1
+ jQuery(document).ready(function($) {
2
+
3
+ // Custom Tabs
4
+ function htmega_admin_tabs( $tabmenus, $tabpane ){
5
+ $tabmenus.on('click', 'a', function(e){
6
+ e.preventDefault();
7
+ var $this = $(this),
8
+ $target = $this.attr('href');
9
+ $this.addClass('httabactive').parent().siblings().children('a').removeClass('httabactive');
10
+ $( $tabpane + $target ).addClass('httabactive').siblings().removeClass('httabactive');
11
+ });
12
+ }
13
+ htmega_admin_tabs( $(".htmega-admin-tabs"), '.htmega-admin-tab-pane' );
14
+
15
+ // Toggle Element
16
+ function htmega_admin_toggle( $button, $area_element ){
17
+ $button.on('click', function() {
18
+ var inputCheckbox = $area_element.find('.htmega_table_row input[type="checkbox"]');
19
+ if(inputCheckbox.prop("checked") === true){
20
+ inputCheckbox.prop('checked', false)
21
+ } else {
22
+ inputCheckbox.prop('checked', true)
23
+ }
24
+ });
25
+ }
26
+ htmega_admin_toggle( $(".htmega-open-element-toggle"), $("#htmega_element_tabs") );
27
+ htmega_admin_toggle( $(".htmega-open-element-toggle"), $("#htmega_thirdparty_element_tabs") );
28
+
29
  });
assets/css/htmega-widgets.css CHANGED
@@ -2494,7 +2494,12 @@ order: 1;
2494
  bottom: 0;
2495
  left: 50%;
2496
  transform: translateX(-50%);
 
2497
  }
 
 
 
 
2498
 
2499
  .htmega-pricing-style-4 .htmega-pricing-body ul li {
2500
  font-size: 15px;
@@ -7134,6 +7139,9 @@ ul.htmega-testimonial-rating * {
7134
  font-weight: 600;
7135
  margin-bottom: 40px;
7136
  }
 
 
 
7137
  .user-register-header {
7138
  text-align: left;
7139
  }
@@ -7188,7 +7196,7 @@ ul.htmega-testimonial-rating * {
7188
  transition: 0.5s;
7189
  }
7190
 
7191
- .htmega-register-wrapper:not(.htmega-register-style-3) .htmega-register-form form a {
7192
  width: 50%;
7193
  background: #fff;
7194
  padding: 11px 47px;
@@ -7251,11 +7259,24 @@ ul.htmega-testimonial-rating * {
7251
  margin-bottom: 8px;
7252
  font-family: "Montserrat", sans-serif;
7253
  }
7254
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7255
  .htmega-register-style-2 form input ,
7256
  .htmega-register-style-2 form textarea {
7257
  border: 1px solid #ffffff;
7258
- padding: 0 20px;
7259
  color: #fff;
7260
  margin-bottom: 30px;
7261
  font-weight: 300;
@@ -7520,7 +7541,7 @@ ul.htmega-testimonial-rating * {
7520
  .htmega-register-style-4 form textarea:-moz-placeholder {
7521
  color: #687ea5;
7522
  }
7523
- .htmega-register-wrapper.htmega-register-style-4 .htmega-register-form form a {
7524
  background: #0056ff;
7525
  color: #fff;
7526
  font-size: 14px;
@@ -7608,7 +7629,7 @@ ul.htmega-testimonial-rating * {
7608
  margin-top: 12px;
7609
  }
7610
 
7611
- .htmega-register-wrapper.htmega-register-style-5 .htmega-register-form form a {
7612
  background: #0056ff;
7613
  padding: 11px 40px;
7614
  color: #ffffff;
@@ -7652,7 +7673,7 @@ ul.htmega-testimonial-rating * {
7652
 
7653
 
7654
  /* Register Style 06 */
7655
- .htmega-register-wrapper.htmega-register-style-6 .htmega-register-form form a {
7656
  background: #44FF62;
7657
  color: #2E2E2E;
7658
  font-size: 16px;
@@ -16251,12 +16272,13 @@ ul.htmega-testimonial-rating * {
16251
  .htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr td:last-child , .htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr th:last-child {
16252
  border-radius: 0px 10px 10px 0px;
16253
  }
16254
- .htmega-row-icon-position-right .htmega-pricing-table__head-column-cell-text {
16255
- padding-right: 5px;
16256
- }
16257
- .htmega-row-icon-position-left .htmega-pricing-table__head-column-cell-text {
16258
  padding-left: 5px;
16259
  }
 
 
 
 
16260
 
16261
  /* For Row */
16262
  .elementor-widget-htmega-pricinglistview-addons .htmega-pricing-table__head-row-cell-area {
2494
  bottom: 0;
2495
  left: 50%;
2496
  transform: translateX(-50%);
2497
+ transition: .3s;
2498
  }
2499
+
2500
+ .htmega-pricing-style-4:hover .htmega-pricing-body::before {
2501
+ opacity: 0;
2502
+ }
2503
 
2504
  .htmega-pricing-style-4 .htmega-pricing-body ul li {
2505
  font-size: 15px;
7139
  font-weight: 600;
7140
  margin-bottom: 40px;
7141
  }
7142
+ .user-register-header p a {
7143
+ margin-left: 5px;
7144
+ }
7145
  .user-register-header {
7146
  text-align: left;
7147
  }
7196
  transition: 0.5s;
7197
  }
7198
 
7199
+ .htmega-register-wrapper:not(.htmega-register-style-3) .htmega-register-form form a:not(.terms-conditions) {
7200
  width: 50%;
7201
  background: #fff;
7202
  padding: 11px 47px;
7259
  margin-bottom: 8px;
7260
  font-family: "Montserrat", sans-serif;
7261
  }
7262
+ .termscondition label.htmega-form-label {
7263
+ display: inline;
7264
+ margin: 0 !important;
7265
+ }
7266
+ .htmega-register-wrapper form textarea {
7267
+ padding: 15px 20px;
7268
+ }
7269
+ .termscondition input[type="checkbox"] {
7270
+ width: auto;
7271
+ height: auto !important;
7272
+ margin: 0;
7273
+ }
7274
+ .htmega-register-style-2 form input{
7275
+ padding: 0 20px;
7276
+ }
7277
  .htmega-register-style-2 form input ,
7278
  .htmega-register-style-2 form textarea {
7279
  border: 1px solid #ffffff;
 
7280
  color: #fff;
7281
  margin-bottom: 30px;
7282
  font-weight: 300;
7541
  .htmega-register-style-4 form textarea:-moz-placeholder {
7542
  color: #687ea5;
7543
  }
7544
+ .htmega-register-wrapper.htmega-register-style-4 .htmega-register-form form a:not(.terms-conditions) {
7545
  background: #0056ff;
7546
  color: #fff;
7547
  font-size: 14px;
7629
  margin-top: 12px;
7630
  }
7631
 
7632
+ .htmega-register-wrapper.htmega-register-style-5 .htmega-register-form form a:not(.terms-conditions) {
7633
  background: #0056ff;
7634
  padding: 11px 40px;
7635
  color: #ffffff;
7673
 
7674
 
7675
  /* Register Style 06 */
7676
+ .htmega-register-wrapper.htmega-register-style-6 .htmega-register-form form a:not(.terms-conditions) {
7677
  background: #44FF62;
7678
  color: #2E2E2E;
7679
  font-size: 16px;
16272
  .htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr td:last-child , .htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr th:last-child {
16273
  border-radius: 0px 10px 10px 0px;
16274
  }
16275
+ .htmega-column-position-icon-right .htmega-pricing-table__head-column-cell-icon {
 
 
 
16276
  padding-left: 5px;
16277
  }
16278
+ .htmega-column-position-icon-left .htmega-pricing-table__head-column-cell-icon {
16279
+ padding-right: 5px;
16280
+ }
16281
+
16282
 
16283
  /* For Row */
16284
  .elementor-widget-htmega-pricinglistview-addons .htmega-pricing-table__head-row-cell-area {
extensions/ht-builder/classes/class.widgets_control.php CHANGED
@@ -1,84 +1,99 @@
1
- <?php
2
-
3
- namespace HTMega_Builder\Elementor;
4
- use Elementor\Plugin as Elementor;
5
-
6
- if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
7
-
8
- /**
9
- * Widgets Control
10
- */
11
- class HTMegaBuilder_Widgets_Control{
12
-
13
- private static $instance = null;
14
- public static function instance() {
15
- if ( is_null( self::$instance ) ) {
16
- self::$instance = new self();
17
- }
18
- return self::$instance;
19
- }
20
-
21
- function __construct(){
22
- $this->init();
23
- }
24
-
25
- // Widgets Initialize
26
- public function init() {
27
-
28
- // Register custom category
29
- add_action( 'elementor/elements/categories_registered', [ $this, 'add_category' ] );
30
-
31
- // Add Plugin actions
32
- add_action( 'elementor/widgets/widgets_registered', [ $this, 'register_widgets' ] );
33
- }
34
-
35
- // Add custom category.
36
- public function add_category( $elements_manager ) {
37
- $elements_manager->add_category(
38
- 'htmega_builder',
39
- [
40
- 'title' => __( 'HTMega Builder', 'htmega-addons' ),
41
- 'icon' => 'fa fa-snowflake-o',
42
- ]
43
- );
44
- }
45
-
46
- // Widgets Register
47
- public function register_widgets() {
48
-
49
- $bl_element = array();
50
- $element_manager = array();
51
-
52
- // Builder Element
53
- $bl_element = array(
54
- 'bl_post_title',
55
- 'bl_post_featured_image',
56
- 'bl_post_meta_info',
57
- 'bl_post_excerpt',
58
- 'bl_post_content',
59
- 'bl_post_comments',
60
- 'bl_post_search_form',
61
- 'bl_post_archive',
62
- 'bl_post_archive_title',
63
- 'bl_page_title',
64
- 'bl_site_title',
65
- 'bl_site_logo',
66
- 'bl_nav_menu',
67
- 'bl_post_author_info',
68
- );
69
- $element_manager = array_merge( $element_manager, $bl_element );
70
-
71
- // Include Widget files
72
- foreach ( $element_manager as $element ){
73
- if ( ( htmega_get_option( $element, 'htmega_themebuilder_element_tabs', 'on' ) === 'on' ) && file_exists(HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/widgets/'.$element.'.php' ) ){
74
- require( HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/widgets/'.$element.'.php' );
75
- $class_name = 'HTMega_Builder\Elementor\Widget\\'.$element.'_ELement';
76
- Elementor::instance()->widgets_manager->register_widget_type( new $class_name() );
77
- }
78
- }
79
-
80
- }
81
-
82
- }
83
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  HTMegaBuilder_Widgets_Control::instance();
1
+ <?php
2
+
3
+ namespace HTMega_Builder\Elementor;
4
+ use Elementor\Plugin as Elementor;
5
+
6
+ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
7
+
8
+ /**
9
+ * Widgets Control
10
+ */
11
+ class HTMegaBuilder_Widgets_Control{
12
+
13
+ private static $instance = null;
14
+ public static function instance() {
15
+ if ( is_null( self::$instance ) ) {
16
+ self::$instance = new self();
17
+ }
18
+ return self::$instance;
19
+ }
20
+
21
+ function __construct(){
22
+ $this->init();
23
+ }
24
+
25
+ // Widgets Initialize
26
+ public function init() {
27
+
28
+ // Register custom category
29
+ add_action( 'elementor/elements/categories_registered', [ $this, 'add_category' ] );
30
+
31
+ // Add Plugin actions
32
+ if ( htmega_is_elementor_version( '>=', '3.5.0' ) ) {
33
+ add_action( 'elementor/widgets/register', [ $this, 'register_widgets' ] );
34
+ }else{
35
+ add_action( 'elementor/widgets/widgets_registered', [ $this, 'register_widgets' ] );
36
+ }
37
+ }
38
+
39
+ // Add custom category.
40
+ public function add_category( $elements_manager ) {
41
+ $elements_manager->add_category(
42
+ 'htmega_builder',
43
+ [
44
+ 'title' => __( 'HTMega Builder', 'htmega-addons' ),
45
+ 'icon' => 'fa fa-snowflake-o',
46
+ ]
47
+ );
48
+ }
49
+
50
+ // Compatibility with elementor version 3.6.1
51
+ public function widget_for_htbuilder_manager($widget_class){
52
+ $widgets_manager = Elementor::instance()->widgets_manager;
53
+
54
+ if ( htmega_is_elementor_version( '>=', '3.5.0' ) ){
55
+ $widgets_manager->register( $widget_class );
56
+ }else{
57
+ $widgets_manager->register_widget_type( $widget_class );
58
+ }
59
+ }
60
+
61
+ // Widgets Register
62
+ public function register_widgets() {
63
+
64
+ $bl_element = array();
65
+ $element_manager = array();
66
+
67
+ // Builder Element
68
+ $bl_element = array(
69
+ 'bl_post_title',
70
+ 'bl_post_featured_image',
71
+ 'bl_post_meta_info',
72
+ 'bl_post_excerpt',
73
+ 'bl_post_content',
74
+ 'bl_post_comments',
75
+ 'bl_post_search_form',
76
+ 'bl_post_archive',
77
+ 'bl_post_archive_title',
78
+ 'bl_page_title',
79
+ 'bl_site_title',
80
+ 'bl_site_logo',
81
+ 'bl_nav_menu',
82
+ 'bl_post_author_info',
83
+ );
84
+ $element_manager = array_merge( $element_manager, $bl_element );
85
+
86
+ // Include Widget files
87
+ foreach ( $element_manager as $element ){
88
+ if ( ( htmega_get_option( $element, 'htmega_themebuilder_element_tabs', 'on' ) === 'on' ) && file_exists(HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/widgets/'.$element.'.php' ) ){
89
+ require( HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/widgets/'.$element.'.php' );
90
+ $class_name = 'HTMega_Builder\Elementor\Widget\\'.$element.'_ELement';
91
+ $this->widget_for_htbuilder_manager( new $class_name() );
92
+ }
93
+ }
94
+
95
+ }
96
+
97
+ }
98
+
99
  HTMegaBuilder_Widgets_Control::instance();
extensions/ht-menu/classes/class.mega-menu.php CHANGED
@@ -47,7 +47,11 @@ class HTMegaMenu_Elementor {
47
  add_action( 'elementor/elements/categories_registered', [ $this, 'add_category' ] );
48
 
49
  // Add Plugin actions
50
- add_action( 'elementor/widgets/widgets_registered', [ $this, 'init_widgets' ] );
 
 
 
 
51
 
52
  // Admin Scripts
53
  add_action('admin_enqueue_scripts', array( $this, 'htmega_megamenu_admin_scripts_method' ) );
47
  add_action( 'elementor/elements/categories_registered', [ $this, 'add_category' ] );
48
 
49
  // Add Plugin actions
50
+ if ( htmega_is_elementor_version( '>=', '3.5.0' ) ) {
51
+ add_action( 'elementor/widgets/register', [ $this, 'init_widgets' ] );
52
+ }else{
53
+ add_action( 'elementor/widgets/widgets_registered', [ $this, 'init_widgets' ] );
54
+ }
55
 
56
  // Admin Scripts
57
  add_action('admin_enqueue_scripts', array( $this, 'htmega_megamenu_admin_scripts_method' ) );
extensions/ht-menu/widgets/inline-mega-menu.php CHANGED
@@ -579,4 +579,4 @@ class HTMegaMenu_Inline_Menu extends Widget_Base {
579
 
580
  }
581
 
582
- Plugin::instance()->widgets_manager->register_widget_type( new HTMegaMenu_Inline_Menu() );
579
 
580
  }
581
 
582
+ htmega_widget_register_manager( new HTMegaMenu_Inline_Menu() );
extensions/ht-menu/widgets/verticle-mega-menu.php CHANGED
@@ -520,4 +520,4 @@ class HTMegaMenu_Verticle_Menu extends Widget_Base {
520
 
521
  }
522
 
523
- Plugin::instance()->widgets_manager->register_widget_type( new HTMegaMenu_Verticle_Menu() );
520
 
521
  }
522
 
523
+ htmega_widget_register_manager( new HTMegaMenu_Verticle_Menu() );
htmega_addons_elementor.php CHANGED
@@ -5,22 +5,24 @@
5
  * Plugin URI: https://wphtmega.com/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
- * Version: 1.8.3
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.5.6
14
  * Elementor Pro tested up to: 3.6.4
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
- define( 'HTMEGA_VERSION', '1.8.3' );
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 ) );
22
  define( 'HTMEGA_ADDONS_PLUGIN_BASE', plugin_basename( HTMEGA_ADDONS_PL_ROOT ) );
23
 
 
 
24
  // Required File
25
  require_once ( HTMEGA_ADDONS_PL_PATH .'includes/class.htmega.php' );
26
  htmega();
5
  * Plugin URI: https://wphtmega.com/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
+ * Version: 1.8.4
9
  * License: GPL2
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: htmega-addons
12
  * Domain Path: /languages
13
+ * Elementor tested up to: 3.6.2
14
  * Elementor Pro tested up to: 3.6.4
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
+ define( 'HTMEGA_VERSION', '1.8.4' );
19
  define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
20
  define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
21
  define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
22
  define( 'HTMEGA_ADDONS_PLUGIN_BASE', plugin_basename( HTMEGA_ADDONS_PL_ROOT ) );
23
 
24
+
25
+
26
  // Required File
27
  require_once ( HTMEGA_ADDONS_PL_PATH .'includes/class.htmega.php' );
28
  htmega();
includes/class.htmega-icon-manager.php CHANGED
@@ -1,7 +1,6 @@
1
  <?php
2
 
3
  namespace Elementor;
4
- use Elementor\Core\Files\Assets\Svg\Svg_Handler;
5
 
6
  /**
7
  * Icon render
@@ -12,7 +11,7 @@ class HTMega_Icon_manager extends Icons_Manager{
12
  if ( ! isset( $value['id'] ) ) {
13
  return '';
14
  }
15
- return Svg_Handler::get_inline_svg( $value['id'] );
16
  }
17
 
18
  private static function render_icon_html( $icon, $attributes = [], $tag = 'i' ) {
1
  <?php
2
 
3
  namespace Elementor;
 
4
 
5
  /**
6
  * Icon render
11
  if ( ! isset( $value['id'] ) ) {
12
  return '';
13
  }
14
+ return htmega_is_elementor_version( '>=', '3.5.0' ) ? \Elementor\Core\Files\File_Types\Svg::get_inline_svg( $value['id'] ) : \Elementor\Core\Files\Assets\Svg\Svg_Handler::get_inline_svg( $value['id'] );
15
  }
16
 
17
  private static function render_icon_html( $icon, $attributes = [], $tag = 'i' ) {
includes/helper-function.php CHANGED
@@ -26,6 +26,26 @@ function htmega_get_elementor_option( $key, $post_id ){
26
  return $elget_value;
27
  }
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  /*
30
  * Plugisn Options value
31
  * return on/off
@@ -639,26 +659,6 @@ function htmega_get_html_allowed_tags($tag_type = 'title') {
639
  'id' => [],
640
  'style' => [],
641
  ],
642
- // 'svg' => [
643
- // 'class' => [],
644
- // 'aria-hidden' => [],
645
- // 'aria-labelledby' => [],
646
- // 'role' => [],
647
- // 'xmlns' => [],
648
- // 'width' => [],
649
- // 'height' => [],
650
- // 'viewbox' => [],
651
- // ],
652
- // 'g' => [
653
- // 'fill' => [],
654
- // ],
655
- // 'title' => [
656
- // 'title' => [],
657
- // ],
658
- // 'path' => [
659
- // 'd' => [], 'fill' => [],
660
- // ],
661
-
662
 
663
  ];
664
 
@@ -695,4 +695,23 @@ function htmega_get_allowed_tag_desc( $tag_type = 'title' ) {
695
 
696
  $tags_string = '<' . implode('>,<', array_keys(htmega_get_html_allowed_tags( $tag_type ))) . '>';
697
  return sprintf(__('This input field supports the following HTML tags: %1$s', 'htmega-addons'), '<code>' . esc_html($tags_string) . '</code>');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
698
  }
26
  return $elget_value;
27
  }
28
 
29
+
30
+ /**
31
+ * Elementor Version check
32
+ * Return boolean value
33
+ */
34
+ function htmega_is_elementor_version( $operator = '<', $version = '2.6.0' ) {
35
+ return defined( 'ELEMENTOR_VERSION' ) && version_compare( ELEMENTOR_VERSION, $version, $operator );
36
+ }
37
+
38
+ // Compatibility with elementor version 3.6.1
39
+ function htmega_widget_register_manager($widget_class){
40
+ $widgets_manager = \Elementor\Plugin::instance()->widgets_manager;
41
+
42
+ if ( htmega_is_elementor_version( '>=', '3.5.0' ) ){
43
+ $widgets_manager->register( $widget_class );
44
+ }else{
45
+ $widgets_manager->register_widget_type( $widget_class );
46
+ }
47
+ }
48
+
49
  /*
50
  * Plugisn Options value
51
  * return on/off
659
  'id' => [],
660
  'style' => [],
661
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
662
 
663
  ];
664
 
695
 
696
  $tags_string = '<' . implode('>,<', array_keys(htmega_get_html_allowed_tags( $tag_type ))) . '>';
697
  return sprintf(__('This input field supports the following HTML tags: %1$s', 'htmega-addons'), '<code>' . esc_html($tags_string) . '</code>');
698
+ }
699
+
700
+ /**
701
+ * [htmega_get_page_list]
702
+ * @param string $post_type
703
+ * @return [array]
704
+ */
705
+ function htmega_get_page_list( $post_type = 'page' ){
706
+ $options = array();
707
+ $options['0'] = __('Select','htmega-addons');
708
+ $perpage = -1;
709
+ $all_post = array( 'posts_per_page' => $perpage, 'post_type'=> $post_type );
710
+ $post_terms = get_posts( $all_post );
711
+ if ( ! empty( $post_terms ) && ! is_wp_error( $post_terms ) ){
712
+ foreach ( $post_terms as $term ) {
713
+ $options[ $term->ID ] = $term->post_title;
714
+ }
715
+ return $options;
716
+ }
717
  }
includes/widgets/htmega_404_content.php CHANGED
@@ -21,6 +21,14 @@ class HTMega_Elementor_Widget_ErrorContent extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
 
 
24
  public function get_style_depends() {
25
  return [
26
  'htmega-widgets',
@@ -1023,5 +1031,4 @@ class HTMega_Elementor_Widget_ErrorContent extends Widget_Base {
1023
 
1024
  }
1025
 
1026
- }
1027
-
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_keywords() {
25
+ return ['not found page','404page','elementor page not found content','page not found', 'ht mega', 'htmega', '404 content'];
26
+ }
27
+
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/general-widgets/page-not-found-content-widget/';
30
+ }
31
+
32
  public function get_style_depends() {
33
  return [
34
  'htmega-widgets',
1031
 
1032
  }
1033
 
1034
+ }
 
includes/widgets/htmega_caldera_forms.php CHANGED
@@ -13,6 +13,10 @@ class HTMega_Elementor_Widget_Caldera_Form extends Widget_Base {
13
  return __( 'Caldera Form', 'htmega-addons' );
14
  }
15
 
 
 
 
 
16
  public function get_icon() {
17
  return 'htmega-icon eicon-mail';
18
  }
@@ -20,7 +24,9 @@ class HTMega_Elementor_Widget_Caldera_Form extends Widget_Base {
20
  public function get_categories() {
21
  return [ 'htmega-addons' ];
22
  }
23
-
 
 
24
  public function get_style_depends(){
25
  return [
26
  'htmega-widgets',
@@ -52,102 +58,111 @@ class HTMega_Elementor_Widget_Caldera_Form extends Widget_Base {
52
  $this->start_controls_section(
53
  'calderaform_style_section',
54
  [
55
- 'label' => __( 'Label', 'htmega-addons' ),
56
  'tab' => Controls_Manager::TAB_STYLE,
57
  ]
58
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  $this->add_control(
60
  'label_color',
61
  [
62
  'label' => __( 'Color', 'htmega-addons' ),
63
  'type' => Controls_Manager::COLOR,
64
  'selectors' => [
65
- '{{WRAPPER}} .caldera_forms_form label.control-label' => 'color: {{VALUE}};',
 
 
 
 
 
 
 
 
 
 
66
  ],
67
  ]
68
  );
69
-
70
  $this->add_group_control(
71
  Group_Control_Typography::get_type(),
72
  [
73
  'name' => 'label_typography',
74
  'label' => __( 'Typography', 'htmega-addons' ),
75
- 'selector' => '{{WRAPPER}} .caldera_forms_form label.control-label',
76
  ]
77
  );
78
-
79
- $this->end_controls_section();
80
-
81
- // Input Field Style
82
- $this->start_controls_section(
83
- 'calderaform_input_style_section',
84
- [
85
- 'label' => __( 'Input', 'htmega-addons' ),
86
- 'tab' => Controls_Manager::TAB_STYLE,
87
- ]
88
- );
89
-
90
- $this->add_control(
91
- 'input_text_color',
92
  [
93
- 'label' => __( 'Text Color', 'htmega-addons' ),
94
- 'type' => Controls_Manager::COLOR,
 
 
 
 
 
 
95
  'selectors' => [
96
- '{{WRAPPER}} .caldera_forms_form input.form-control' => 'color: {{VALUE}};',
97
- '{{WRAPPER}} .caldera_forms_form select.form-control' => 'color: {{VALUE}};',
98
- '{{WRAPPER}} .caldera_forms_form textarea.form-control' => 'color: {{VALUE}};',
99
  ],
100
  ]
101
  );
102
-
103
  $this->add_control(
104
- 'input_placeholder_color',
105
  [
106
- 'label' => __( 'Placeholder Color', 'htmega-addons' ),
107
- 'type' => Controls_Manager::COLOR,
108
- 'selectors' => [
109
- '{{WRAPPER}} .caldera_forms_form input.form-control::placeholder' => 'color: {{VALUE}};',
110
- '{{WRAPPER}} .caldera_forms_form select.form-control::placeholder' => 'color: {{VALUE}};',
111
- '{{WRAPPER}} .caldera_forms_form textarea.form-control::placeholder' => 'color: {{VALUE}};',
112
- ],
113
  ]
114
  );
115
-
116
  $this->add_control(
117
- 'input_text_background',
118
  [
119
- 'label' => __( 'Background Color', 'htmega-addons' ),
120
  'type' => Controls_Manager::COLOR,
121
  'selectors' => [
122
- '{{WRAPPER}} .caldera_forms_form input.form-control' => 'background-color: {{VALUE}};',
123
- '{{WRAPPER}} .caldera_forms_form select.form-control' => 'background-color: {{VALUE}};',
124
- '{{WRAPPER}} .caldera_forms_form textarea.form-control' => 'background-color: {{VALUE}};',
125
  ],
126
  ]
127
  );
128
 
129
- $this->add_control(
130
- 'input_padding',
131
  [
132
- 'label' => __( 'Padding', 'htmega-addons' ),
133
- 'type' => Controls_Manager::DIMENSIONS,
134
- 'size_units' => [ 'px', 'em', '%' ],
135
- 'selectors' => [
136
- '{{WRAPPER}} .caldera_forms_form input.form-control,
137
- {{WRAPPER}} .caldera_forms_form textarea.form-control,
138
- {{WRAPPER}} .caldera_forms_form select.form-control' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; height: auto;',
139
- ],
140
  ]
141
  );
142
-
143
  $this->add_responsive_control(
144
- 'input_space',
145
  [
146
- 'label' => __( 'Input Space', 'htmega-addons' ),
147
  'type' => Controls_Manager::SLIDER,
148
- 'default' => [
149
- 'size' => 15,
150
- ],
151
  'range' => [
152
  'px' => [
153
  'min' => 0,
@@ -155,37 +170,263 @@ class HTMega_Elementor_Widget_Caldera_Form extends Widget_Base {
155
  ],
156
  ],
157
  'selectors' => [
158
- '{{WRAPPER}} .caldera_forms_form .row:not(.last_row) .form-group' => 'margin-bottom: {{SIZE}}{{UNIT}};',
159
  ],
160
  ]
161
  );
 
 
162
 
163
- $this->add_group_control(
164
- Group_Control_Border::get_type(), [
165
- 'name' => 'input_border',
166
- 'label' => __( 'Border', 'htmega-addons' ),
167
- 'placeholder' => '1px',
168
- 'default' => '1px',
169
- 'selector' => '{{WRAPPER}} .caldera_forms_form input.form-control, {{WRAPPER}} .caldera_forms_form textarea.form-control, {{WRAPPER}} .caldera_forms_form select.form-control',
170
-
171
- ]
 
172
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
 
174
- $this->add_control(
175
- 'input_border_radius',
176
- [
177
- 'label' => __( 'Border Radius', 'htmega-addons' ),
178
- 'type' => Controls_Manager::DIMENSIONS,
179
- 'size_units' => [ 'px', '%' ],
180
- 'selectors' => [
181
- '{{WRAPPER}} .caldera_forms_form input.form-control' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
182
- '{{WRAPPER}} .caldera_forms_form textarea.form-control' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
183
- '{{WRAPPER}} .caldera_forms_form select.form-control' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
184
- ],
185
- 'separator' => 'before',
186
- ]
187
- );
188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
189
  $this->end_controls_section();
190
 
191
  // Submit Button
@@ -213,7 +454,7 @@ class HTMega_Elementor_Widget_Caldera_Form extends Widget_Base {
213
  'label' => __( 'Text Color', 'htmega-addons' ),
214
  'type' => Controls_Manager::COLOR,
215
  'selectors' => [
216
- '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn' => 'color: {{VALUE}};',
217
  ],
218
  ]
219
  );
@@ -224,11 +465,20 @@ class HTMega_Elementor_Widget_Caldera_Form extends Widget_Base {
224
  'label' => __( 'Background Color', 'htmega-addons' ),
225
  'type' => Controls_Manager::COLOR,
226
  'selectors' => [
227
- '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn' => 'background-color: {{VALUE}};',
228
  ],
229
  ]
230
  );
231
 
 
 
 
 
 
 
 
 
 
232
  $this->add_group_control(
233
  Group_Control_Border::get_type(),
234
  [
@@ -236,7 +486,7 @@ class HTMega_Elementor_Widget_Caldera_Form extends Widget_Base {
236
  'label' => __( 'Border', 'htmega-addons' ),
237
  'placeholder' => '1px',
238
  'default' => '1px',
239
- 'selector' => '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn',
240
  'separator' => 'before',
241
  ]
242
  );
@@ -248,19 +498,10 @@ class HTMega_Elementor_Widget_Caldera_Form extends Widget_Base {
248
  'type' => Controls_Manager::DIMENSIONS,
249
  'size_units' => [ 'px', '%' ],
250
  'selectors' => [
251
- '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
252
  ],
253
  ]
254
  );
255
-
256
- $this->add_group_control(
257
- Group_Control_Box_Shadow::get_type(),
258
- [
259
- 'name' => 'button_box_shadow',
260
- 'selector' => '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn',
261
- ]
262
- );
263
-
264
  $this->add_control(
265
  'button_padding',
266
  [
@@ -269,21 +510,43 @@ class HTMega_Elementor_Widget_Caldera_Form extends Widget_Base {
269
  'size_units' => [ 'px', 'em', '%' ],
270
  'separator' => 'before',
271
  'selectors' => [
272
- '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn, {{WRAPPER}} .caldera_forms_form .cf-page-btn-next[type*="button"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
273
  ],
274
  ]
275
  );
276
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
277
  $this->add_group_control(
278
- Group_Control_Typography::get_type(),
279
  [
280
- 'name' => 'button_typography',
281
- 'label' => __( 'Typography', 'htmega-addons' ),
282
- 'selector' => '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn',
283
- 'separator' => 'before',
284
  ]
285
  );
286
-
287
  $this->end_controls_tab();
288
 
289
  // Button Hover
@@ -300,7 +563,7 @@ class HTMega_Elementor_Widget_Caldera_Form extends Widget_Base {
300
  'label' => __( 'Text Color', 'htmega-addons' ),
301
  'type' => Controls_Manager::COLOR,
302
  'selectors' => [
303
- '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn:hover' => 'color: {{VALUE}};',
304
  ],
305
  ]
306
  );
@@ -311,13 +574,13 @@ class HTMega_Elementor_Widget_Caldera_Form extends Widget_Base {
311
  'label' => __( 'Background Color', 'htmega-addons' ),
312
  'type' => Controls_Manager::COLOR,
313
  'selectors' => [
314
- '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn:hover' => 'background-color: {{VALUE}};',
315
  ],
316
  ]
317
  );
318
 
319
  $this->add_control(
320
- 'button_hover_border_color',
321
  [
322
  'label' => __( 'Border Color', 'htmega-addons' ),
323
  'type' => Controls_Manager::COLOR,
@@ -325,17 +588,154 @@ class HTMega_Elementor_Widget_Caldera_Form extends Widget_Base {
325
  'border_border!' => '',
326
  ],
327
  'selectors' => [
328
- '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn:hover' => 'border-color: {{VALUE}};',
329
  ],
330
  ]
331
  );
332
-
 
 
 
 
 
 
333
  $this->end_controls_tab();
334
 
335
  $this->end_controls_tabs();
336
 
337
  $this->end_controls_section();
 
 
 
 
 
 
 
 
338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
339
  }
340
 
341
  protected function render( $instance = [] ) {
13
  return __( 'Caldera Form', 'htmega-addons' );
14
  }
15
 
16
+ public function get_keywords() {
17
+ return [ 'form', 'contact', 'caldera', 'contact form','caldera form','htmega' ];
18
+ }
19
+
20
  public function get_icon() {
21
  return 'htmega-icon eicon-mail';
22
  }
24
  public function get_categories() {
25
  return [ 'htmega-addons' ];
26
  }
27
+ public function get_help_url() {
28
+ return 'https://wphtmega.com/docs/forms-widgets/caldera-forms-widget/';
29
+ }
30
  public function get_style_depends(){
31
  return [
32
  'htmega-widgets',
58
  $this->start_controls_section(
59
  'calderaform_style_section',
60
  [
61
+ 'label' => __( 'Labels', 'htmega-addons' ),
62
  'tab' => Controls_Manager::TAB_STYLE,
63
  ]
64
  );
65
+ $this->add_responsive_control(
66
+ 'labels_align',
67
+ [
68
+ 'label' => __( 'Alignment', 'htmega-addons' ),
69
+ 'type' => Controls_Manager::CHOOSE,
70
+ 'options' => [
71
+ 'left' => [
72
+ 'title' => __( 'Left', 'htmega-addons' ),
73
+ 'icon' => 'eicon-text-align-left',
74
+ ],
75
+ 'center' => [
76
+ 'title' => __( 'Center', 'htmega-addons' ),
77
+ 'icon' => 'eicon-text-align-center',
78
+ ],
79
+ 'right' => [
80
+ 'title' => __( 'Right', 'htmega-addons' ),
81
+ 'icon' => 'eicon-text-align-right',
82
+ ]
83
+ ],
84
+ 'selectors' => [
85
+ '{{WRAPPER}} .form-group' => 'text-align: {{VALUE}};',
86
+ ],
87
+ ]
88
+ );
89
  $this->add_control(
90
  'label_color',
91
  [
92
  'label' => __( 'Color', 'htmega-addons' ),
93
  'type' => Controls_Manager::COLOR,
94
  'selectors' => [
95
+ '{{WRAPPER}} .caldera_forms_form label.control-label,{{WRAPPER}} .caldera-grid label' => 'color: {{VALUE}};',
96
+ ],
97
+ ]
98
+ );
99
+ $this->add_control(
100
+ 'label_required_color',
101
+ [
102
+ 'label' => __( 'Required Symbol Color', 'htmega-addons' ),
103
+ 'type' => Controls_Manager::COLOR,
104
+ 'selectors' => [
105
+ '{{WRAPPER}} .field_required' => 'color: {{VALUE}}!important;',
106
  ],
107
  ]
108
  );
 
109
  $this->add_group_control(
110
  Group_Control_Typography::get_type(),
111
  [
112
  'name' => 'label_typography',
113
  'label' => __( 'Typography', 'htmega-addons' ),
114
+ 'selector' => '{{WRAPPER}} .caldera_forms_form label.control-label,{{WRAPPER}} .caldera-grid label',
115
  ]
116
  );
117
+ $this->add_responsive_control(
118
+ 'labels_space',
 
 
 
 
 
 
 
 
 
 
 
 
119
  [
120
+ 'label' => __( 'Space(px)', 'htmega-addons' ),
121
+ 'type' => Controls_Manager::SLIDER,
122
+ 'range' => [
123
+ 'px' => [
124
+ 'min' => 0,
125
+ 'max' => 100,
126
+ ],
127
+ ],
128
  'selectors' => [
129
+ '{{WRAPPER}} .caldera_forms_form label.control-label' => 'margin-bottom: {{SIZE}}{{UNIT}};',
 
 
130
  ],
131
  ]
132
  );
133
+ // Description style
134
  $this->add_control(
135
+ 'htmega_form_description_heading',
136
  [
137
+ 'label' => __( 'Description Style', 'htmega-addons' ),
138
+ 'type' => Controls_Manager::HEADING,
139
+ 'separator' => 'before',
 
 
 
 
140
  ]
141
  );
 
142
  $this->add_control(
143
+ 'description_color',
144
  [
145
+ 'label' => __( 'Color', 'htmega-addons' ),
146
  'type' => Controls_Manager::COLOR,
147
  'selectors' => [
148
+ '{{WRAPPER}} .help-block' => 'color: {{VALUE}};',
 
 
149
  ],
150
  ]
151
  );
152
 
153
+ $this->add_group_control(
154
+ Group_Control_Typography::get_type(),
155
  [
156
+ 'name' => 'description_typography',
157
+ 'label' => __( 'Typography', 'htmega-addons' ),
158
+ 'selector' => '{{WRAPPER}} .help-block',
 
 
 
 
 
159
  ]
160
  );
 
161
  $this->add_responsive_control(
162
+ 'descriptions_space',
163
  [
164
+ 'label' => __( 'Space(px)', 'htmega-addons' ),
165
  'type' => Controls_Manager::SLIDER,
 
 
 
166
  'range' => [
167
  'px' => [
168
  'min' => 0,
170
  ],
171
  ],
172
  'selectors' => [
173
+ '{{WRAPPER}} .help-block,{{WRAPPER}} .caldera-grid .help-block' => 'margin-top: {{SIZE}}{{UNIT}};',
174
  ],
175
  ]
176
  );
177
+
178
+ $this->end_controls_section();
179
 
180
+ // Input Field Style
181
+ $this->start_controls_section(
182
+ 'calderaform_input_style_section',
183
+ [
184
+ 'label' => __( 'Input', 'htmega-addons' ),
185
+ 'tab' => Controls_Manager::TAB_STYLE,
186
+ ]
187
+ );
188
+ $this->start_controls_tabs(
189
+ 'style_input_tabs'
190
  );
191
+ // Normal Style Tab
192
+ $this->start_controls_tab(
193
+ 'style_input_normal_tab',
194
+ [
195
+ 'label' => __( 'Normal', 'htmega-addons' ),
196
+ ]
197
+ );
198
+ $this->add_control(
199
+ 'input_text_color',
200
+ [
201
+ 'label' => __( 'Text Color', 'htmega-addons' ),
202
+ 'type' => Controls_Manager::COLOR,
203
+ 'selectors' => [
204
+ '{{WRAPPER}} .caldera_forms_form input.form-control' => 'color: {{VALUE}};',
205
+ '{{WRAPPER}} .caldera_forms_form select.form-control' => 'color: {{VALUE}};',
206
+ '{{WRAPPER}} .caldera_forms_form textarea.form-control' => 'color: {{VALUE}};',
207
+ ],
208
+ ]
209
+ );
210
 
211
+ $this->add_control(
212
+ 'input_placeholder_color',
213
+ [
214
+ 'label' => __( 'Placeholder Color', 'htmega-addons' ),
215
+ 'type' => Controls_Manager::COLOR,
216
+ 'selectors' => [
217
+ '{{WRAPPER}} .caldera_forms_form input.form-control::placeholder' => 'color: {{VALUE}};',
218
+ '{{WRAPPER}} .caldera_forms_form select.form-control::placeholder' => 'color: {{VALUE}};',
219
+ '{{WRAPPER}} .caldera_forms_form textarea.form-control::placeholder' => 'color: {{VALUE}};',
220
+ ],
221
+ ]
222
+ );
 
 
223
 
224
+ $this->add_control(
225
+ 'input_text_background',
226
+ [
227
+ 'label' => __( 'Background Color', 'htmega-addons' ),
228
+ 'type' => Controls_Manager::COLOR,
229
+ 'selectors' => [
230
+ '{{WRAPPER}} .caldera_forms_form input.form-control' => 'background-color: {{VALUE}};',
231
+ '{{WRAPPER}} .caldera_forms_form select.form-control' => 'background-color: {{VALUE}};',
232
+ '{{WRAPPER}} .caldera_forms_form textarea.form-control' => 'background-color: {{VALUE}};',
233
+ ],
234
+ ]
235
+ );
236
+ $this->add_responsive_control(
237
+ 'forms_input_height',
238
+ [
239
+ 'label' => __( 'Height', 'htmega-addons' ),
240
+ 'type' => Controls_Manager::SLIDER,
241
+ 'range' => [
242
+ 'px' => [
243
+ 'min' => 0,
244
+ 'max' => 100,
245
+ 'step' => 1,
246
+ ],
247
+ ],
248
+ 'size_units' => [ 'px', 'em', '%' ],
249
+ 'selectors' => [
250
+ '{{WRAPPER}} .caldera_forms_form input.form-control,
251
+ {{WRAPPER}} .caldera_forms_form select.form-control' => 'height: {{SIZE}}{{UNIT}}',
252
+ ],
253
+ ]
254
+ );
255
+ $this->add_responsive_control(
256
+ 'forms_textarea_height',
257
+ [
258
+ 'label' => __( 'Textarea Height', 'htmega-addons' ),
259
+ 'type' => Controls_Manager::SLIDER,
260
+ 'range' => [
261
+ 'px' => [
262
+ 'min' => 0,
263
+ 'max' => 500,
264
+ 'step' => 1,
265
+ ],
266
+ ],
267
+ 'size_units' => [ 'px', 'em', '%' ],
268
+ 'selectors' => [
269
+ '{{WRAPPER}} .caldera_forms_form textarea.form-control' => 'height: {{SIZE}}{{UNIT}}',
270
+ ],
271
+ ]
272
+ );
273
+ $this->add_control(
274
+ 'input_padding',
275
+ [
276
+ 'label' => __( 'Padding', 'htmega-addons' ),
277
+ 'type' => Controls_Manager::DIMENSIONS,
278
+ 'size_units' => [ 'px', 'em', '%' ],
279
+ 'selectors' => [
280
+ '{{WRAPPER}} .caldera_forms_form input.form-control,
281
+ {{WRAPPER}} .caldera_forms_form textarea.form-control,
282
+ {{WRAPPER}} .caldera_forms_form select.form-control' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; height: auto;',
283
+ ],
284
+ ]
285
+ );
286
+
287
+ $this->add_responsive_control(
288
+ 'input_space',
289
+ [
290
+ 'label' => __( 'Input Space', 'htmega-addons' ),
291
+ 'type' => Controls_Manager::SLIDER,
292
+ 'default' => [
293
+ 'size' => 15,
294
+ ],
295
+ 'range' => [
296
+ 'px' => [
297
+ 'min' => 0,
298
+ 'max' => 100,
299
+ ],
300
+ ],
301
+ 'selectors' => [
302
+ '{{WRAPPER}} .caldera_forms_form .row:not(.last_row) .form-group' => 'margin-bottom: {{SIZE}}{{UNIT}};',
303
+ ],
304
+ ]
305
+ );
306
+
307
+ $this->add_group_control(
308
+ Group_Control_Border::get_type(), [
309
+ 'name' => 'input_border',
310
+ 'label' => __( 'Border', 'htmega-addons' ),
311
+ 'placeholder' => '1px',
312
+ 'default' => '1px',
313
+ 'selector' => '{{WRAPPER}} .caldera_forms_form input.form-control, {{WRAPPER}} .caldera_forms_form textarea.form-control, {{WRAPPER}} .caldera_forms_form select.form-control',
314
+
315
+ ]
316
+ );
317
+
318
+ $this->add_control(
319
+ 'input_border_radius',
320
+ [
321
+ 'label' => __( 'Border Radius', 'htmega-addons' ),
322
+ 'type' => Controls_Manager::DIMENSIONS,
323
+ 'size_units' => [ 'px', '%' ],
324
+ 'selectors' => [
325
+ '{{WRAPPER}} .caldera_forms_form input.form-control' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
326
+ '{{WRAPPER}} .caldera_forms_form textarea.form-control' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
327
+ '{{WRAPPER}} .caldera_forms_form select.form-control' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
328
+ ],
329
+ 'separator' => 'before',
330
+ ]
331
+ );
332
+ $this->add_group_control(
333
+ Group_Control_Box_Shadow::get_type(),
334
+ [
335
+ 'name' => 'htmega_input_box_shadow',
336
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
337
+ 'selector' => '{{WRAPPER}} .caldera_forms_form input.form-control, {{WRAPPER}} .caldera_forms_form textarea.form-control, {{WRAPPER}} .caldera_forms_form select.form-control',
338
+ ]
339
+ );
340
+ $this->add_responsive_control(
341
+ 'input_align',
342
+ [
343
+ 'label' => __( 'Alignment', 'htmega-addons' ),
344
+ 'type' => Controls_Manager::CHOOSE,
345
+ 'options' => [
346
+ 'left' => [
347
+ 'title' => __( 'Left', 'htmega-addons' ),
348
+ 'icon' => 'eicon-text-align-left',
349
+ ],
350
+ 'center' => [
351
+ 'title' => __( 'Center', 'htmega-addons' ),
352
+ 'icon' => 'eicon-text-align-center',
353
+ ],
354
+ 'right' => [
355
+ 'title' => __( 'Right', 'htmega-addons' ),
356
+ 'icon' => 'eicon-text-align-right',
357
+ ]
358
+ ],
359
+ 'selectors' => [
360
+ '{{WRAPPER}} .caldera_forms_form input.form-control, {{WRAPPER}} .caldera_forms_form textarea.form-control, {{WRAPPER}} .caldera_forms_form select.form-control' => 'text-align: {{VALUE}};',
361
+ ],
362
+ ]
363
+ );
364
+ $this->end_controls_tab();
365
+ // Hover Style Tab
366
+ $this->start_controls_tab(
367
+ 'style_input_foucs_tab',
368
+ [
369
+ 'label' => __( 'Focus', 'htmega-addons' ),
370
+ ]
371
+ );
372
+ $this->add_control(
373
+ 'input_text_color_focus',
374
+ [
375
+ 'label' => __( 'Text Color', 'htmega-addons' ),
376
+ 'type' => Controls_Manager::COLOR,
377
+ 'selectors' => [
378
+ '{{WRAPPER}} .caldera_forms_form input.form-control:focus' => 'color: {{VALUE}};',
379
+ '{{WRAPPER}} .caldera_forms_form select.form-control:focus' => 'color: {{VALUE}};',
380
+ '{{WRAPPER}} .caldera_forms_form textarea.form-control:focus' => 'color: {{VALUE}};',
381
+ ],
382
+ ]
383
+ );
384
+ $this->add_control(
385
+ 'input_text_background_focus',
386
+ [
387
+ 'label' => __( 'Background Color', 'htmega-addons' ),
388
+ 'type' => Controls_Manager::COLOR,
389
+ 'selectors' => [
390
+ '{{WRAPPER}} .caldera_forms_form input.form-control:focus' => 'background-color: {{VALUE}};',
391
+ '{{WRAPPER}} .caldera_forms_form select.form-control:focus' => 'background-color: {{VALUE}};',
392
+ '{{WRAPPER}} .caldera_forms_form textarea.form-control:focus' => 'background-color: {{VALUE}};',
393
+ ],
394
+ ]
395
+ );
396
+ $this->add_group_control(
397
+ Group_Control_Border::get_type(), [
398
+ 'name' => 'input_border_focus',
399
+ 'label' => __( 'Border', 'htmega-addons' ),
400
+ 'placeholder' => '1px',
401
+ 'default' => '1px',
402
+ 'selector' => '{{WRAPPER}} .caldera_forms_form input.form-control:focus, {{WRAPPER}} .caldera_forms_form textarea.form-control:focus, {{WRAPPER}} .caldera_forms_form select.form-control:focus',
403
+
404
+ ]
405
+ );
406
+
407
+ $this->add_control(
408
+ 'input_border_radius_focus',
409
+ [
410
+ 'label' => __( 'Border Radius', 'htmega-addons' ),
411
+ 'type' => Controls_Manager::DIMENSIONS,
412
+ 'size_units' => [ 'px', '%' ],
413
+ 'selectors' => [
414
+ '{{WRAPPER}} .caldera_forms_form input.form-control:focus,{{WRAPPER}} .caldera_forms_form select.form-control:focus,{{WRAPPER}} .caldera_forms_form textarea.form-control:focus' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
415
+ ],
416
+ 'separator' => 'before',
417
+ ]
418
+ );
419
+ $this->add_group_control(
420
+ Group_Control_Box_Shadow::get_type(),
421
+ [
422
+ 'name' => 'htmega_input_box_shadow_focus',
423
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
424
+ 'selector' => '{{WRAPPER}} .caldera_forms_form input.form-control:focus, {{WRAPPER}} .caldera_forms_form textarea.form-control:focus, {{WRAPPER}} .caldera_forms_form select.form-control:focus',
425
+ ]
426
+ );
427
+
428
+ $this->end_controls_tab();
429
+ $this->end_controls_tabs();
430
  $this->end_controls_section();
431
 
432
  // Submit Button
454
  'label' => __( 'Text Color', 'htmega-addons' ),
455
  'type' => Controls_Manager::COLOR,
456
  'selectors' => [
457
+ '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn,{{WRAPPER}} .caldera_forms_form .cf-page-btn-next[type*="button"],{{WRAPPER}} .caldera-grid .btn-block' => 'color: {{VALUE}};',
458
  ],
459
  ]
460
  );
465
  'label' => __( 'Background Color', 'htmega-addons' ),
466
  'type' => Controls_Manager::COLOR,
467
  'selectors' => [
468
+ '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn,{{WRAPPER}} .caldera_forms_form .cf-page-btn-next[type*="button"],{{WRAPPER}} .caldera-grid .btn-block' => 'background-color: {{VALUE}};',
469
  ],
470
  ]
471
  );
472
 
473
+ $this->add_group_control(
474
+ Group_Control_Typography::get_type(),
475
+ [
476
+ 'name' => 'button_typography',
477
+ 'label' => __( 'Typography', 'htmega-addons' ),
478
+ 'selector' => '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn,{{WRAPPER}} .caldera_forms_form .cf-page-btn-next[type*="button"],{{WRAPPER}} .caldera-grid .btn-block',
479
+ 'separator' => 'before',
480
+ ]
481
+ );
482
  $this->add_group_control(
483
  Group_Control_Border::get_type(),
484
  [
486
  'label' => __( 'Border', 'htmega-addons' ),
487
  'placeholder' => '1px',
488
  'default' => '1px',
489
+ 'selector' => '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn,{{WRAPPER}} .caldera_forms_form .cf-page-btn-next[type*="button"],{{WRAPPER}} .caldera-grid .btn-block',
490
  'separator' => 'before',
491
  ]
492
  );
498
  'type' => Controls_Manager::DIMENSIONS,
499
  'size_units' => [ 'px', '%' ],
500
  'selectors' => [
501
+ '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn,{{WRAPPER}} .caldera_forms_form .cf-page-btn-next[type*="button"],{{WRAPPER}} .caldera-grid .btn-block' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
502
  ],
503
  ]
504
  );
 
 
 
 
 
 
 
 
 
505
  $this->add_control(
506
  'button_padding',
507
  [
510
  'size_units' => [ 'px', 'em', '%' ],
511
  'separator' => 'before',
512
  'selectors' => [
513
+ '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn, {{WRAPPER}} .caldera_forms_form .cf-page-btn-next[type*="button"],{{WRAPPER}} .caldera-grid .btn-block' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
514
  ],
515
  ]
516
  );
517
 
518
+ $this->add_responsive_control(
519
+ 'htmega_input_submit_width',
520
+ [
521
+ 'label' => __( 'Width', 'htmega-addons' ),
522
+ 'type' => Controls_Manager::SLIDER,
523
+ 'size_units' => [ 'px', '%' ],
524
+ 'range' => [
525
+ 'px' => [
526
+ 'min' => 0,
527
+ 'max' => 500,
528
+ 'step' => 1,
529
+ ],
530
+ '%' => [
531
+ 'min' => 0,
532
+ 'max' => 100,
533
+ ],
534
+ ],
535
+ 'default' => [
536
+ 'unit' => 'px',
537
+ ],
538
+ 'selectors' => [
539
+ '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn,{{WRAPPER}} .caldera_forms_form .cf-page-btn-next[type*="button"],{{WRAPPER}} .caldera-grid .btn-block' => 'width: {{SIZE}}{{UNIT}};',
540
+ ],
541
+ ]
542
+ );
543
  $this->add_group_control(
544
+ Group_Control_Box_Shadow::get_type(),
545
  [
546
+ 'name' => 'button_box_shadow',
547
+ 'selector' => '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn,{{WRAPPER}} .caldera_forms_form .cf-page-btn-next[type*="button"],{{WRAPPER}} .caldera-grid .btn-block',
 
 
548
  ]
549
  );
 
550
  $this->end_controls_tab();
551
 
552
  // Button Hover
563
  'label' => __( 'Text Color', 'htmega-addons' ),
564
  'type' => Controls_Manager::COLOR,
565
  'selectors' => [
566
+ '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn:hover,{{WRAPPER}} .caldera_forms_form .cf-page-btn-next[type*="button"]:hover,{{WRAPPER}} .caldera-grid .btn-block:hover' => 'color: {{VALUE}};',
567
  ],
568
  ]
569
  );
574
  'label' => __( 'Background Color', 'htmega-addons' ),
575
  'type' => Controls_Manager::COLOR,
576
  'selectors' => [
577
+ '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn:hover,{{WRAPPER}} .caldera_forms_form .cf-page-btn-next[type*="button"]:hover,{{WRAPPER}} .caldera-grid .btn-block:hover' => 'background-color: {{VALUE}};',
578
  ],
579
  ]
580
  );
581
 
582
  $this->add_control(
583
+ 'button_hover_border_color:hover',
584
  [
585
  'label' => __( 'Border Color', 'htmega-addons' ),
586
  'type' => Controls_Manager::COLOR,
588
  'border_border!' => '',
589
  ],
590
  'selectors' => [
591
+ '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn:hover,{{WRAPPER}} .caldera_forms_form .cf-page-btn-next[type*="button"]:hover,{{WRAPPER}} .caldera-grid .btn-block:hover' => 'border-color: {{VALUE}};',
592
  ],
593
  ]
594
  );
595
+ $this->add_group_control(
596
+ Group_Control_Box_Shadow::get_type(),
597
+ [
598
+ 'name' => 'button_box_shadow_hover',
599
+ 'selector' => '{{WRAPPER}} .caldera_forms_form input[type="submit"].btn:hover,{{WRAPPER}} .caldera_forms_form .cf-page-btn-next[type*="button"]:hover,{{WRAPPER}} .caldera-grid .btn-block:hover',
600
+ ]
601
+ );
602
  $this->end_controls_tab();
603
 
604
  $this->end_controls_tabs();
605
 
606
  $this->end_controls_section();
607
+ // Input error style tab start
608
+ $this->start_controls_section(
609
+ 'htmega_input_error_style',
610
+ [
611
+ 'label' => __( 'Errors and Success Style', 'htmega-addons' ),
612
+ 'tab' => Controls_Manager::TAB_STYLE,
613
+ ]
614
+ );
615
 
616
+ $this->add_control(
617
+ 'htmega_error_text_color',
618
+ [
619
+ 'label' => __( 'Error Text Color', 'htmega-addons' ),
620
+ 'type' => Controls_Manager::COLOR,
621
+ 'selectors' => [
622
+ '{{WRAPPER}} .caldera-grid .has-error .checkbox, {{WRAPPER}} .caldera-grid .has-error .checkbox-inline, {{WRAPPER}} .caldera-grid .has-error .control-label, {{WRAPPER}} .caldera-grid .has-error .help-block, {{WRAPPER}} .caldera-grid .has-error .radio, {{WRAPPER}} .caldera-grid .has-error .radio-inline, {{WRAPPER}} .caldera-grid .has-error.checkbox label, {{WRAPPER}} .caldera-grid .has-error.checkbox-inline label, {{WRAPPER}} .caldera-grid .has-error.radio label, {{WRAPPER}} .caldera-grid .has-error.radio-inline label,{{WRAPPER}} .caldera-grid .alert-danger, {{WRAPPER}} .caldera-grid .alert-error' => 'color: {{VALUE}};',
623
+ ],
624
+ ]
625
+ );
626
+ $this->add_group_control(
627
+ Group_Control_Typography::get_type(),
628
+ [
629
+ 'name' => 'htmega_error_text_typography',
630
+ 'selector' => '{{WRAPPER}} .caldera-grid .has-error .checkbox, {{WRAPPER}} .caldera-grid .has-error .checkbox-inline, {{WRAPPER}} .caldera-grid .has-error .control-label, {{WRAPPER}} .caldera-grid .has-error .help-block, {{WRAPPER}} .caldera-grid .has-error .radio, {{WRAPPER}} .caldera-grid .has-error .radio-inline, {{WRAPPER}} .caldera-grid .has-error.checkbox label, {{WRAPPER}} .caldera-grid .has-error.checkbox-inline label, {{WRAPPER}} .caldera-grid .has-error.radio label, {{WRAPPER}} .caldera-grid .has-error.radio-inline label,{{WRAPPER}} .caldera-grid .alert-danger, {{WRAPPER}} .caldera-grid .alert-error',
631
+ ]
632
+ );
633
+ $this->add_control(
634
+ 'htmega_error_border_color',
635
+ [
636
+ 'label' => __( 'Border Color', 'htmega-addons' ),
637
+ 'type' => Controls_Manager::COLOR,
638
+ 'selectors' => [
639
+ '{{WRAPPER}} input.form-control.parsley-error,{{WRAPPER}} select.form-control.parsley-error, {{WRAPPER}} textarea.form-control.parsley-error,{{WRAPPER}} .caldera-grid .has-error .form-control,{{WRAPPER}} .caldera-grid .alert-danger, {{WRAPPER}} .caldera-grid .alert-error' => 'border-color: {{VALUE}}!important;',
640
+ ],
641
+ ]
642
+ );
643
+ $this->add_control(
644
+ 'error_background_hover_color',
645
+ [
646
+ 'label' => __( 'Background Color', 'htmega-addons' ),
647
+ 'type' => Controls_Manager::COLOR,
648
+ 'selectors' => [
649
+ '{{WRAPPER}} input.form-control.parsley-error,{{WRAPPER}} select.form-control.parsley-error, {{WRAPPER}} textarea.form-control.parsley-error,{{WRAPPER}} .caldera-grid .alert-danger, {{WRAPPER}} .caldera-grid .alert-error' => 'background-color: {{VALUE}};',
650
+ ],
651
+ ]
652
+ );
653
+ // Validation style
654
+ $this->add_control(
655
+ 'htmega_success_style',
656
+ [
657
+ 'label' => __( 'Validation Pass Style', 'htmega-addons' ),
658
+ 'type' => Controls_Manager::HEADING,
659
+ 'separator' => 'before',
660
+ ]
661
+ );
662
+ $this->add_control(
663
+ 'htmega_validation_text_color',
664
+ [
665
+ 'label' => __( 'Color', 'htmega-addons' ),
666
+ 'type' => Controls_Manager::COLOR,
667
+ 'selectors' => [
668
+ '{{WRAPPER}} input.form-control.parsley-success, {{WRAPPER}} select.form-control.parsley-success,{{WRAPPER}} textarea.form-control.parsley-success' => 'color: {{VALUE}};',
669
+ ],
670
+ ]
671
+ );
672
+ $this->add_control(
673
+ 'htmega_validation_border_color',
674
+ [
675
+ 'label' => __( 'Border Color', 'htmega-addons' ),
676
+ 'type' => Controls_Manager::COLOR,
677
+ 'selectors' => [
678
+ '{{WRAPPER}} input.form-control.parsley-success, {{WRAPPER}} select.form-control.parsley-success,{{WRAPPER}} textarea.form-control.parsley-success' => 'border-color: {{VALUE}}!important;',
679
+ ],
680
+ ]
681
+ );
682
+ $this->add_control(
683
+ 'validationr_background_color',
684
+ [
685
+ 'label' => __( 'Background Color', 'htmega-addons' ),
686
+ 'type' => Controls_Manager::COLOR,
687
+ 'selectors' => [
688
+ '{{WRAPPER}} input.form-control.parsley-success, {{WRAPPER}} select.form-control.parsley-success,{{WRAPPER}} textarea.form-control.parsley-success' => 'background-color: {{VALUE}};',
689
+ ],
690
+ ]
691
+ );
692
+ // Feedback style
693
+ $this->add_control(
694
+ 'htmega_confirmation_style',
695
+ [
696
+ 'label' => __( 'Confirmation Style', 'htmega-addons' ),
697
+ 'type' => Controls_Manager::HEADING,
698
+ 'separator' => 'before',
699
+ ]
700
+ );
701
+ $this->add_control(
702
+ 'htmega__confirmation_text_color',
703
+ [
704
+ 'label' => __( 'Color', 'htmega-addons' ),
705
+ 'type' => Controls_Manager::COLOR,
706
+ 'selectors' => [
707
+ '{{WRAPPER}} .caldera-grid .alert-success' => 'color: {{VALUE}};',
708
+ ],
709
+ ]
710
+ );
711
+ $this->add_control(
712
+ 'htmega_confirmation_border_color',
713
+ [
714
+ 'label' => __( 'Border Color', 'htmega-addons' ),
715
+ 'type' => Controls_Manager::COLOR,
716
+ 'selectors' => [
717
+ '{{WRAPPER}} .caldera-grid .alert-success' => 'border-color: {{VALUE}}!important;',
718
+ ],
719
+ ]
720
+ );
721
+ $this->add_control(
722
+ 'confirmation_background_color',
723
+ [
724
+ 'label' => __( 'Background Color', 'htmega-addons' ),
725
+ 'type' => Controls_Manager::COLOR,
726
+ 'selectors' => [
727
+ '{{WRAPPER}} .caldera-grid .alert-success' => 'background-color: {{VALUE}};',
728
+ ],
729
+ ]
730
+ );
731
+ $this->add_group_control(
732
+ Group_Control_Typography::get_type(),
733
+ [
734
+ 'name' => 'htmega__confirmation_text_typography',
735
+ 'selector' => '{{WRAPPER}} .caldera-grid .alert-success',
736
+ ]
737
+ );
738
+ $this->end_controls_section(); // Input error style tab end
739
  }
740
 
741
  protected function render( $instance = [] ) {
includes/widgets/htmega_contact_form_seven.php CHANGED
@@ -17,10 +17,18 @@ class HTMega_Elementor_Widget_Contact_Form_Seven extends Widget_Base {
17
  return 'htmega-icon eicon-mail';
18
  }
19
 
 
 
 
 
20
  public function get_categories() {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
24
  public function get_style_depends(){
25
  return [
26
  'htmega-widgets',
@@ -69,11 +77,71 @@ class HTMega_Elementor_Widget_Contact_Form_Seven extends Widget_Base {
69
  $this->start_controls_section(
70
  'htmega_form_section_style',
71
  [
72
- 'label' => __( 'Style', 'htmega-addons' ),
73
  'tab' => Controls_Manager::TAB_STYLE,
74
  ]
75
  );
76
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  $this->add_responsive_control(
78
  'htmega_form_section_padding',
79
  [
@@ -100,47 +168,6 @@ class HTMega_Elementor_Widget_Contact_Form_Seven extends Widget_Base {
100
  ]
101
  );
102
 
103
- $this->add_group_control(
104
- Group_Control_Background::get_type(),
105
- [
106
- 'name' => 'htmega_form_section_background',
107
- 'label' => __( 'Background', 'htmega-addons' ),
108
- 'types' => [ 'classic', 'gradient' ],
109
- 'selector' => '{{WRAPPER}} .htmega-form-wrapper',
110
- ]
111
- );
112
-
113
- $this->add_responsive_control(
114
- 'htmega_form_section_align',
115
- [
116
- 'label' => __( 'Alignment', 'htmega-addons' ),
117
- 'type' => Controls_Manager::CHOOSE,
118
- 'options' => [
119
- 'left' => [
120
- 'title' => __( 'Left', 'htmega-addons' ),
121
- 'icon' => 'eicon-text-align-left',
122
- ],
123
- 'center' => [
124
- 'title' => __( 'Center', 'htmega-addons' ),
125
- 'icon' => 'eicon-text-align-center',
126
- ],
127
- 'right' => [
128
- 'title' => __( 'Right', 'htmega-addons' ),
129
- 'icon' => 'eicon-text-align-right',
130
- ],
131
- 'justify' => [
132
- 'title' => __( 'Justified', 'htmega-addons' ),
133
- 'icon' => 'eicon-text-align-justify',
134
- ],
135
- ],
136
- 'selectors' => [
137
- '{{WRAPPER}} .htmega-form-wrapper' => 'text-align: {{VALUE}};',
138
- ],
139
- 'default' => 'center',
140
- 'separator' =>'before',
141
- ]
142
- );
143
-
144
  $this->end_controls_section();
145
 
146
  // Input Field style tab start
@@ -151,168 +178,263 @@ class HTMega_Elementor_Widget_Contact_Form_Seven extends Widget_Base {
151
  'tab' => Controls_Manager::TAB_STYLE,
152
  ]
153
  );
154
- $this->add_control(
155
- 'htmega_input_box_height',
156
- [
157
- 'label' => __( 'Height', 'htmega-addons' ),
158
- 'type' => Controls_Manager::SLIDER,
159
- 'range' => [
160
- 'px' => [
161
- 'max' => 150,
162
- ],
163
- ],
164
- 'default' => [
165
- 'size' => 55,
166
- ],
167
-
168
- 'selectors' => [
169
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]' => 'height: {{SIZE}}{{UNIT}};',
170
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]' => 'height: {{SIZE}}{{UNIT}};',
171
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]' => 'height: {{SIZE}}{{UNIT}};',
172
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]' => 'height: {{SIZE}}{{UNIT}};',
173
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]' => 'height: {{SIZE}}{{UNIT}};',
174
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]' => 'height: {{SIZE}}{{UNIT}};',
175
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select' => 'height: {{SIZE}}{{UNIT}};',
176
- ],
177
- ]
178
  );
 
 
 
 
 
 
 
179
 
180
- $this->add_control(
181
- 'htmega_input_box_background',
182
- [
183
- 'label' => __( 'Background Color', 'htmega-addons' ),
184
- 'type' => Controls_Manager::COLOR,
185
- 'selectors' => [
186
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]' => 'background-color: {{VALUE}};',
187
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]' => 'background-color: {{VALUE}};',
188
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]' => 'background-color: {{VALUE}};',
189
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]' => 'background-color: {{VALUE}};',
190
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]' => 'background-color: {{VALUE}};',
191
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]' => 'background-color: {{VALUE}};',
192
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select' => 'background-color: {{VALUE}};',
193
- ],
194
- ]
195
- );
196
 
197
- $this->add_group_control(
198
- Group_Control_Typography::get_type(),
199
- [
200
- 'name' => 'htmega_input_box_typography',
201
- 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select',
202
- ]
203
- );
 
 
 
 
204
 
205
- $this->add_control(
206
- 'htmega_input_box_text_color',
207
- [
208
- 'label' => __( 'Text Color', 'htmega-addons' ),
209
- 'type' => Controls_Manager::COLOR,
210
- 'selectors' => [
211
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]' => 'color: {{VALUE}};',
212
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]' => 'color: {{VALUE}};',
213
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]' => 'color: {{VALUE}};',
214
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]' => 'color: {{VALUE}};',
215
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]' => 'color: {{VALUE}};',
216
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]' => 'color: {{VALUE}};',
217
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select' => 'color: {{VALUE}};',
218
- ],
219
- ]
220
- );
221
 
222
- $this->add_control(
223
- 'htmega_input_box_placeholder_color',
224
- [
225
- 'label' => __( 'Placeholder Color', 'htmega-addons' ),
226
- 'type' => Controls_Manager::COLOR,
227
- 'selectors' => [
228
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]::-webkit-input-placeholder' => 'color: {{VALUE}};',
229
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]::-moz-placeholder' => 'color: {{VALUE}};',
230
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]:-ms-input-placeholder' => 'color: {{VALUE}};',
231
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]::-webkit-input-placeholder' => 'color: {{VALUE}};',
232
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]::-moz-placeholder' => 'color: {{VALUE}};',
233
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]:-ms-input-placeholder' => 'color: {{VALUE}};',
234
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]::-webkit-input-placeholder' => 'color: {{VALUE}};',
235
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]::-moz-placeholder' => 'color: {{VALUE}};',
236
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]:-ms-input-placeholder' => 'color: {{VALUE}};',
237
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]::-webkit-input-placeholder' => 'color: {{VALUE}};',
238
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]::-moz-placeholder' => 'color: {{VALUE}};',
239
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]:-ms-input-placeholder' => 'color: {{VALUE}};',
240
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]::-webkit-input-placeholder' => 'color: {{VALUE}};',
241
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]::-moz-placeholder' => 'color: {{VALUE}};',
242
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]:-ms-input-placeholder' => 'color: {{VALUE}};',
243
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]::-webkit-input-placeholder' => 'color: {{VALUE}};',
244
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]::-moz-placeholder' => 'color: {{VALUE}};',
245
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]:-ms-input-placeholder' => 'color: {{VALUE}};',
246
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select' => 'color: {{VALUE}};',
247
- ],
248
- ]
249
- );
250
 
251
- $this->add_group_control(
252
- Group_Control_Border::get_type(),
253
- [
254
- 'name' => 'htmega_input_box_border',
255
- 'label' => __( 'Border', 'htmega-addons' ),
256
- 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select',
257
- ]
258
- );
 
 
 
 
 
 
 
 
259
 
260
- $this->add_responsive_control(
261
- 'htmega_input_box_border_radius',
262
- [
263
- 'label' => __( 'Border Radius', 'htmega-addons' ),
264
- 'type' => Controls_Manager::DIMENSIONS,
265
- 'selectors' => [
266
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
267
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
268
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
269
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
270
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
271
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
272
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
273
- ],
274
- 'separator' =>'before',
275
- ]
276
- );
 
 
 
 
 
 
 
 
 
 
277
 
278
- $this->add_responsive_control(
279
- 'htmega_input_box_padding',
280
- [
281
- 'label' => __( 'Padding', 'htmega-addons' ),
282
- 'type' => Controls_Manager::DIMENSIONS,
283
- 'size_units' => [ 'px', '%', 'em' ],
284
- 'selectors' => [
285
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
286
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
287
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
288
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
289
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
290
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
291
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
292
- ],
293
- 'separator' =>'before',
294
- ]
295
- );
296
 
297
- $this->add_responsive_control(
298
- 'htmega_input_box_margin',
299
- [
300
- 'label' => __( 'Margin', 'htmega-addons' ),
301
- 'type' => Controls_Manager::DIMENSIONS,
302
- 'size_units' => [ 'px', '%', 'em' ],
303
- 'selectors' => [
304
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
305
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
306
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
307
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
308
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
309
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
310
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
311
- ],
312
- 'separator' =>'before',
313
- ]
314
- );
315
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
316
  $this->end_controls_section(); // Input Field style tab end
317
 
318
  // Textarea style tab start
@@ -323,123 +445,202 @@ class HTMega_Elementor_Widget_Contact_Form_Seven extends Widget_Base {
323
  'tab' => Controls_Manager::TAB_STYLE,
324
  ]
325
  );
326
- $this->add_control(
327
- 'htmega_textarea_box_height',
328
- [
329
- 'label' => __( 'Height', 'htmega-addons' ),
330
- 'type' => Controls_Manager::SLIDER,
331
- 'range' => [
332
- 'px' => [
333
- 'max' => 500,
334
- ],
335
- ],
336
- 'default' => [
337
- 'size' => 175,
338
- ],
339
-
340
- 'selectors' => [
341
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea' => 'height: {{SIZE}}{{UNIT}};',
342
- ],
343
- ]
344
  );
 
 
 
 
 
 
 
345
 
346
- $this->add_control(
347
- 'htmega_textarea_box_background',
348
- [
349
- 'label' => __( 'Background Color', 'htmega-addons' ),
350
- 'type' => Controls_Manager::COLOR,
351
- 'selectors' => [
352
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea' => 'background-color: {{VALUE}};',
353
- ],
354
- ]
355
- );
 
 
 
356
 
357
- $this->add_group_control(
358
- Group_Control_Typography::get_type(),
359
- [
360
- 'name' => 'htmega_textarea_box_typography',
361
- 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea',
362
- ]
363
- );
364
 
365
- $this->add_control(
366
- 'htmega_textarea_box_text_color',
367
- [
368
- 'label' => __( 'Text Color', 'htmega-addons' ),
369
- 'type' => Controls_Manager::COLOR,
370
- 'selectors' => [
371
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea' => 'color: {{VALUE}};',
372
- ],
373
- ]
374
- );
375
 
376
- $this->add_control(
377
- 'htmega_textarea_box_placeholder_color',
378
- [
379
- 'label' => __( 'Placeholder Color', 'htmega-addons' ),
380
- 'type' => Controls_Manager::COLOR,
381
- 'selectors' => [
382
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder' => 'color: {{VALUE}};',
383
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea::-moz-placeholder' => 'color: {{VALUE}};',
384
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea:-ms-input-placeholder' => 'color: {{VALUE}};',
385
- ],
386
- ]
387
- );
388
 
389
- $this->add_group_control(
390
- Group_Control_Border::get_type(),
391
- [
392
- 'name' => 'htmega_textarea_box_border',
393
- 'label' => __( 'Border', 'htmega-addons' ),
394
- 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea',
395
- ]
396
- );
 
 
397
 
398
- $this->add_responsive_control(
399
- 'htmega_textarea_box_border_radius',
400
- [
401
- 'label' => __( 'Border Radius', 'htmega-addons' ),
402
- 'type' => Controls_Manager::DIMENSIONS,
403
- 'selectors' => [
404
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
405
- ],
406
- 'separator' =>'before',
407
- ]
408
- );
 
409
 
410
- $this->add_responsive_control(
411
- 'htmega_textarea_box_padding',
412
- [
413
- 'label' => __( 'Padding', 'htmega-addons' ),
414
- 'type' => Controls_Manager::DIMENSIONS,
415
- 'size_units' => [ 'px', '%', 'em' ],
416
- 'selectors' => [
417
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
418
- ],
419
- 'separator' =>'before',
420
- ]
421
- );
422
 
423
- $this->add_responsive_control(
424
- 'htmega_textarea_box_margin',
425
- [
426
- 'label' => __( 'Margin', 'htmega-addons' ),
427
- 'type' => Controls_Manager::DIMENSIONS,
428
- 'size_units' => [ 'px', '%', 'em' ],
429
- 'selectors' => [
430
- '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
431
- ],
432
- 'separator' =>'before',
433
- ]
434
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
435
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
436
  $this->end_controls_section(); // Textarea style tab end
437
 
438
  // Label style tab start
439
  $this->start_controls_section(
440
  'htmega_contactform_label_style',
441
  [
442
- 'label' => __( 'Label', 'htmega-addons' ),
443
  'tab' => Controls_Manager::TAB_STYLE,
444
  ]
445
  );
@@ -520,7 +721,31 @@ class HTMega_Elementor_Widget_Contact_Form_Seven extends Widget_Base {
520
  'separator' =>'before',
521
  ]
522
  );
523
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
524
  $this->end_controls_section(); // // Label style tab end
525
 
526
 
@@ -560,7 +785,31 @@ class HTMega_Elementor_Widget_Contact_Form_Seven extends Widget_Base {
560
  ],
561
  ]
562
  );
563
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
564
  $this->add_group_control(
565
  Group_Control_Typography::get_type(),
566
  [
@@ -693,7 +942,86 @@ class HTMega_Elementor_Widget_Contact_Form_Seven extends Widget_Base {
693
  $this->end_controls_tabs();
694
 
695
  $this->end_controls_section(); // Input submit button style tab end
 
 
 
 
 
 
 
 
696
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
697
  }
698
 
699
  protected function render( $instance = [] ) {
17
  return 'htmega-icon eicon-mail';
18
  }
19
 
20
+ public function get_keywords() {
21
+ return [ 'form', 'contact', 'cf7', 'contact form','contact form 7','htmega' ];
22
+ }
23
+
24
  public function get_categories() {
25
  return [ 'htmega-addons' ];
26
  }
27
 
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/forms-widgets/contact-form-widget/';
30
+ }
31
+
32
  public function get_style_depends(){
33
  return [
34
  'htmega-widgets',
77
  $this->start_controls_section(
78
  'htmega_form_section_style',
79
  [
80
+ 'label' => __( 'Form Wrapper Style', 'htmega-addons' ),
81
  'tab' => Controls_Manager::TAB_STYLE,
82
  ]
83
  );
84
+ $this->add_responsive_control(
85
+ 'ct_form_max_width',
86
+ [
87
+ 'label' => __( 'Max Width', 'htmega-addons' ),
88
+ 'type' => Controls_Manager::SLIDER,
89
+ 'size_units' => [ 'px', '%' ],
90
+ 'range' => [
91
+ 'px' => [
92
+ 'min' => 0,
93
+ 'max' => 1500,
94
+ 'step' => 1,
95
+ ],
96
+ '%' => [
97
+ 'min' => 0,
98
+ 'max' => 100,
99
+ ],
100
+ ],
101
+ 'default' => [
102
+ 'unit' => '%',
103
+ 'size' => '100',
104
+ ],
105
+ 'selectors' => [
106
+ '{{WRAPPER}} .htmega-form-wrapper' => 'max-width: {{SIZE}}{{UNIT}};',
107
+ ],
108
+ ]
109
+ );
110
+ $this->add_responsive_control(
111
+ 'htmega_form_section_align',
112
+ [
113
+ 'label' => __( 'Alignment', 'htmega-addons' ),
114
+ 'type' => Controls_Manager::CHOOSE,
115
+ 'options' => [
116
+ 'left' => [
117
+ 'title' => __( 'Left', 'htmega-addons' ),
118
+ 'icon' => 'eicon-text-align-left',
119
+ ],
120
+ 'center' => [
121
+ 'title' => __( 'Center', 'htmega-addons' ),
122
+ 'icon' => 'eicon-text-align-center',
123
+ ],
124
+ 'right' => [
125
+ 'title' => __( 'Right', 'htmega-addons' ),
126
+ 'icon' => 'eicon-text-align-right',
127
+ ],
128
+ ],
129
+ 'selectors' => [
130
+ '{{WRAPPER}} .htmega-form-wrapper' => 'text-align: {{VALUE}};',
131
+ ],
132
+ 'default' => 'center',
133
+ 'separator' =>'before',
134
+ ]
135
+ );
136
+ $this->add_group_control(
137
+ Group_Control_Background::get_type(),
138
+ [
139
+ 'name' => 'htmega_form_section_background',
140
+ 'label' => __( 'Background', 'htmega-addons' ),
141
+ 'types' => [ 'classic', 'gradient' ],
142
+ 'selector' => '{{WRAPPER}} .htmega-form-wrapper',
143
+ ]
144
+ );
145
  $this->add_responsive_control(
146
  'htmega_form_section_padding',
147
  [
168
  ]
169
  );
170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  $this->end_controls_section();
172
 
173
  // Input Field style tab start
178
  'tab' => Controls_Manager::TAB_STYLE,
179
  ]
180
  );
181
+ $this->start_controls_tabs(
182
+ 'style_input_tabs'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
183
  );
184
+ // Normal Style Tab
185
+ $this->start_controls_tab(
186
+ 'style_input_normal_tab',
187
+ [
188
+ 'label' => __( 'Normal', 'htmega-addons' ),
189
+ ]
190
+ );
191
 
192
+ $this->add_control(
193
+ 'htmega_input_box_height',
194
+ [
195
+ 'label' => __( 'Height', 'htmega-addons' ),
196
+ 'type' => Controls_Manager::SLIDER,
197
+ 'range' => [
198
+ 'px' => [
199
+ 'max' => 150,
200
+ ],
201
+ ],
202
+ 'default' => [
203
+ 'size' => 55,
204
+ ],
 
 
 
205
 
206
+ 'selectors' => [
207
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]' => 'height: {{SIZE}}{{UNIT}};',
208
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]' => 'height: {{SIZE}}{{UNIT}};',
209
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]' => 'height: {{SIZE}}{{UNIT}};',
210
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]' => 'height: {{SIZE}}{{UNIT}};',
211
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]' => 'height: {{SIZE}}{{UNIT}};',
212
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]' => 'height: {{SIZE}}{{UNIT}};',
213
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select' => 'height: {{SIZE}}{{UNIT}};',
214
+ ],
215
+ ]
216
+ );
217
 
218
+ $this->add_control(
219
+ 'htmega_input_box_background',
220
+ [
221
+ 'label' => __( 'Background Color', 'htmega-addons' ),
222
+ 'type' => Controls_Manager::COLOR,
223
+ 'selectors' => [
224
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]' => 'background-color: {{VALUE}};',
225
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]' => 'background-color: {{VALUE}};',
226
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]' => 'background-color: {{VALUE}};',
227
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]' => 'background-color: {{VALUE}};',
228
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]' => 'background-color: {{VALUE}};',
229
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]' => 'background-color: {{VALUE}};',
230
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select' => 'background-color: {{VALUE}};',
231
+ ],
232
+ ]
233
+ );
234
 
235
+ $this->add_group_control(
236
+ Group_Control_Typography::get_type(),
237
+ [
238
+ 'name' => 'htmega_input_box_typography',
239
+ 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select',
240
+ ]
241
+ );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
 
243
+ $this->add_control(
244
+ 'htmega_input_box_text_color',
245
+ [
246
+ 'label' => __( 'Text Color', 'htmega-addons' ),
247
+ 'type' => Controls_Manager::COLOR,
248
+ 'selectors' => [
249
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]' => 'color: {{VALUE}};',
250
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]' => 'color: {{VALUE}};',
251
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]' => 'color: {{VALUE}};',
252
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]' => 'color: {{VALUE}};',
253
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]' => 'color: {{VALUE}};',
254
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]' => 'color: {{VALUE}};',
255
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select' => 'color: {{VALUE}};',
256
+ ],
257
+ ]
258
+ );
259
 
260
+ $this->add_control(
261
+ 'htmega_input_box_placeholder_color',
262
+ [
263
+ 'label' => __( 'Placeholder Color', 'htmega-addons' ),
264
+ 'type' => Controls_Manager::COLOR,
265
+ 'selectors' => [
266
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]::-webkit-input-placeholder' => 'color: {{VALUE}};',
267
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]::-moz-placeholder' => 'color: {{VALUE}};',
268
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]:-ms-input-placeholder' => 'color: {{VALUE}};',
269
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]::-webkit-input-placeholder' => 'color: {{VALUE}};',
270
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]::-moz-placeholder' => 'color: {{VALUE}};',
271
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]:-ms-input-placeholder' => 'color: {{VALUE}};',
272
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]::-webkit-input-placeholder' => 'color: {{VALUE}};',
273
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]::-moz-placeholder' => 'color: {{VALUE}};',
274
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]:-ms-input-placeholder' => 'color: {{VALUE}};',
275
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]::-webkit-input-placeholder' => 'color: {{VALUE}};',
276
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]::-moz-placeholder' => 'color: {{VALUE}};',
277
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]:-ms-input-placeholder' => 'color: {{VALUE}};',
278
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]::-webkit-input-placeholder' => 'color: {{VALUE}};',
279
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]::-moz-placeholder' => 'color: {{VALUE}};',
280
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]:-ms-input-placeholder' => 'color: {{VALUE}};',
281
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]::-webkit-input-placeholder' => 'color: {{VALUE}};',
282
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]::-moz-placeholder' => 'color: {{VALUE}};',
283
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]:-ms-input-placeholder' => 'color: {{VALUE}};',
284
+ ],
285
+ ]
286
+ );
287
 
288
+ $this->add_group_control(
289
+ Group_Control_Border::get_type(),
290
+ [
291
+ 'name' => 'htmega_input_box_border',
292
+ 'label' => __( 'Border', 'htmega-addons' ),
293
+ 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"], {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select',
294
+ ]
295
+ );
 
 
 
 
 
 
 
 
 
 
296
 
297
+ $this->add_responsive_control(
298
+ 'htmega_input_box_border_radius',
299
+ [
300
+ 'label' => __( 'Border Radius', 'htmega-addons' ),
301
+ 'type' => Controls_Manager::DIMENSIONS,
302
+ 'selectors' => [
303
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
304
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
305
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
306
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
307
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
308
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
309
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
310
+ ],
311
+ 'separator' =>'before',
312
+ ]
313
+ );
 
314
 
315
+ $this->add_responsive_control(
316
+ 'htmega_input_box_padding',
317
+ [
318
+ 'label' => __( 'Padding', 'htmega-addons' ),
319
+ 'type' => Controls_Manager::DIMENSIONS,
320
+ 'size_units' => [ 'px', '%', 'em' ],
321
+ 'selectors' => [
322
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
323
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
324
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
325
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
326
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
327
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
328
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
329
+ ],
330
+ 'separator' =>'before',
331
+ ]
332
+ );
333
+
334
+ $this->add_responsive_control(
335
+ 'htmega_input_box_margin',
336
+ [
337
+ 'label' => __( 'Margin', 'htmega-addons' ),
338
+ 'type' => Controls_Manager::DIMENSIONS,
339
+ 'size_units' => [ 'px', '%', 'em' ],
340
+ 'selectors' => [
341
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
342
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
343
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
344
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
345
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
346
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
347
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
348
+ ],
349
+ 'separator' =>'before',
350
+ ]
351
+ );
352
+ $this->add_group_control(
353
+ Group_Control_Box_Shadow::get_type(),
354
+ [
355
+ 'name' => 'htmega_input_box_shadow',
356
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
357
+ 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}}.wpcf7-form .wpcf7-form-control-wrap select',
358
+ ]
359
+ );
360
+ $this->end_controls_tab();
361
+
362
+ // Hover Style Tab
363
+ $this->start_controls_tab(
364
+ 'style_input_foucs_tab',
365
+ [
366
+ 'label' => __( 'Focus', 'htmega-addons' ),
367
+ ]
368
+ );
369
+ $this->add_control(
370
+ 'htmega_input_box_background_focus',
371
+ [
372
+ 'label' => __( 'Background Color', 'htmega-addons' ),
373
+ 'type' => Controls_Manager::COLOR,
374
+ 'selectors' => [
375
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]:focus' => 'background-color: {{VALUE}};',
376
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]:focus' => 'background-color: {{VALUE}};',
377
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]:focus' => 'background-color: {{VALUE}};',
378
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]:focus' => 'background-color: {{VALUE}};',
379
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]:focus' => 'background-color: {{VALUE}};',
380
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]:focus' => 'background-color: {{VALUE}};',
381
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select:focus' => 'background-color: {{VALUE}};',
382
+ ],
383
+ ]
384
+ );
385
+
386
+ $this->add_control(
387
+ 'htmega_input_box_text_color_focus',
388
+ [
389
+ 'label' => __( 'Text Color', 'htmega-addons' ),
390
+ 'type' => Controls_Manager::COLOR,
391
+ 'selectors' => [
392
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]:focus' => 'color: {{VALUE}};',
393
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]:focus' => 'color: {{VALUE}};',
394
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]:focus' => 'color: {{VALUE}};',
395
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]:focus' => 'color: {{VALUE}};',
396
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]:focus' => 'color: {{VALUE}};',
397
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]:focus' => 'color: {{VALUE}};',
398
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select:focus' => 'color: {{VALUE}};',
399
+ ],
400
+ ]
401
+ );
402
+ $this->add_group_control(
403
+ Group_Control_Border::get_type(),
404
+ [
405
+ 'name' => 'htmega_input_box_border_focus',
406
+ 'label' => __( 'Border', 'htmega-addons' ),
407
+ 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]:focus, {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]:focus, {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]:focus, {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]:focus, {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]:focus, {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]:focus, {{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select:focus',
408
+ ]
409
+ );
410
+
411
+ $this->add_responsive_control(
412
+ 'htmega_input_box_border_radius_focus',
413
+ [
414
+ 'label' => __( 'Border Radius', 'htmega-addons' ),
415
+ 'type' => Controls_Manager::DIMENSIONS,
416
+ 'selectors' => [
417
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
418
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
419
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
420
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
421
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
422
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
423
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
424
+ ],
425
+ 'separator' =>'before',
426
+ ]
427
+ );
428
+ $this->add_group_control(
429
+ Group_Control_Box_Shadow::get_type(),
430
+ [
431
+ 'name' => 'htmega_input_box_shadow_focus',
432
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
433
+ 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, {{WRAPPER}}.wpcf7-form .wpcf7-form-control-wrap select:focus',
434
+ ]
435
+ );
436
+ $this->end_controls_tab();
437
+ $this->end_controls_tabs();
438
  $this->end_controls_section(); // Input Field style tab end
439
 
440
  // Textarea style tab start
445
  'tab' => Controls_Manager::TAB_STYLE,
446
  ]
447
  );
448
+ $this->start_controls_tabs(
449
+ 'style_textarea_tabs'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
450
  );
451
+ // Normal Style Tab
452
+ $this->start_controls_tab(
453
+ 'style_textarea_normal_tab',
454
+ [
455
+ 'label' => __( 'Normal', 'htmega-addons' ),
456
+ ]
457
+ );
458
 
459
+ $this->add_control(
460
+ 'htmega_textarea_box_height',
461
+ [
462
+ 'label' => __( 'Height', 'htmega-addons' ),
463
+ 'type' => Controls_Manager::SLIDER,
464
+ 'range' => [
465
+ 'px' => [
466
+ 'max' => 500,
467
+ ],
468
+ ],
469
+ 'default' => [
470
+ 'size' => 175,
471
+ ],
472
 
473
+ 'selectors' => [
474
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea' => 'height: {{SIZE}}{{UNIT}};',
475
+ ],
476
+ ]
477
+ );
 
 
478
 
479
+ $this->add_control(
480
+ 'htmega_textarea_box_background',
481
+ [
482
+ 'label' => __( 'Background Color', 'htmega-addons' ),
483
+ 'type' => Controls_Manager::COLOR,
484
+ 'selectors' => [
485
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea' => 'background-color: {{VALUE}};',
486
+ ],
487
+ ]
488
+ );
489
 
490
+ $this->add_group_control(
491
+ Group_Control_Typography::get_type(),
492
+ [
493
+ 'name' => 'htmega_textarea_box_typography',
494
+ 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea',
495
+ ]
496
+ );
 
 
 
 
 
497
 
498
+ $this->add_control(
499
+ 'htmega_textarea_box_text_color',
500
+ [
501
+ 'label' => __( 'Text Color', 'htmega-addons' ),
502
+ 'type' => Controls_Manager::COLOR,
503
+ 'selectors' => [
504
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea' => 'color: {{VALUE}};',
505
+ ],
506
+ ]
507
+ );
508
 
509
+ $this->add_control(
510
+ 'htmega_textarea_box_placeholder_color',
511
+ [
512
+ 'label' => __( 'Placeholder Color', 'htmega-addons' ),
513
+ 'type' => Controls_Manager::COLOR,
514
+ 'selectors' => [
515
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder' => 'color: {{VALUE}};',
516
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea::-moz-placeholder' => 'color: {{VALUE}};',
517
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea:-ms-input-placeholder' => 'color: {{VALUE}};',
518
+ ],
519
+ ]
520
+ );
521
 
522
+ $this->add_group_control(
523
+ Group_Control_Border::get_type(),
524
+ [
525
+ 'name' => 'htmega_textarea_box_border',
526
+ 'label' => __( 'Border', 'htmega-addons' ),
527
+ 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea',
528
+ ]
529
+ );
 
 
 
 
530
 
531
+ $this->add_responsive_control(
532
+ 'htmega_textarea_box_border_radius',
533
+ [
534
+ 'label' => __( 'Border Radius', 'htmega-addons' ),
535
+ 'type' => Controls_Manager::DIMENSIONS,
536
+ 'selectors' => [
537
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
538
+ ],
539
+ 'separator' =>'before',
540
+ ]
541
+ );
542
+
543
+ $this->add_responsive_control(
544
+ 'htmega_textarea_box_padding',
545
+ [
546
+ 'label' => __( 'Padding', 'htmega-addons' ),
547
+ 'type' => Controls_Manager::DIMENSIONS,
548
+ 'size_units' => [ 'px', '%', 'em' ],
549
+ 'selectors' => [
550
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
551
+ ],
552
+ 'separator' =>'before',
553
+ ]
554
+ );
555
+
556
+ $this->add_responsive_control(
557
+ 'htmega_textarea_box_margin',
558
+ [
559
+ 'label' => __( 'Margin', 'htmega-addons' ),
560
+ 'type' => Controls_Manager::DIMENSIONS,
561
+ 'size_units' => [ 'px', '%', 'em' ],
562
+ 'selectors' => [
563
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
564
+ ],
565
+ 'separator' =>'before',
566
+ ]
567
+ );
568
+ $this->add_group_control(
569
+ Group_Control_Box_Shadow::get_type(),
570
+ [
571
+ 'name' => 'htmega_textarea_box_shadow',
572
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
573
+ 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea',
574
+ ]
575
+ );
576
+ $this->end_controls_tab();
577
+ // Hover Style Tab
578
+ $this->start_controls_tab(
579
+ 'style_textarea_focus_tab',
580
+ [
581
+ 'label' => __( 'Focus', 'htmega-addons' ),
582
+ ]
583
+ );
584
 
585
+ $this->add_control(
586
+ 'htmega_textarea_box_background_focus',
587
+ [
588
+ 'label' => __( 'Background Color', 'htmega-addons' ),
589
+ 'type' => Controls_Manager::COLOR,
590
+ 'selectors' => [
591
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea:focus' => 'background-color: {{VALUE}};',
592
+ ],
593
+ ]
594
+ );
595
+
596
+ $this->add_control(
597
+ 'htmega_textarea_box_text_color_focus',
598
+ [
599
+ 'label' => __( 'Text Color', 'htmega-addons' ),
600
+ 'type' => Controls_Manager::COLOR,
601
+ 'selectors' => [
602
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea:focus' => 'color: {{VALUE}};',
603
+ ],
604
+ ]
605
+ );
606
+
607
+ $this->add_group_control(
608
+ Group_Control_Border::get_type(),
609
+ [
610
+ 'name' => 'htmega_textarea_box_border_focus',
611
+ 'label' => __( 'Border', 'htmega-addons' ),
612
+ 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea:focus',
613
+ ]
614
+ );
615
+
616
+ $this->add_responsive_control(
617
+ 'htmega_textarea_box_border_radius_focus',
618
+ [
619
+ 'label' => __( 'Border Radius', 'htmega-addons' ),
620
+ 'type' => Controls_Manager::DIMENSIONS,
621
+ 'selectors' => [
622
+ '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
623
+ ],
624
+ 'separator' =>'before',
625
+ ]
626
+ );
627
+ $this->add_group_control(
628
+ Group_Control_Box_Shadow::get_type(),
629
+ [
630
+ 'name' => 'htmega_textarea_box_shadow_focus',
631
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
632
+ 'selector' => '{{WRAPPER}} .wpcf7-form .wpcf7-form-control-wrap textarea:focus',
633
+ ]
634
+ );
635
+ $this->end_controls_tab();
636
+ $this->end_controls_tabs();
637
  $this->end_controls_section(); // Textarea style tab end
638
 
639
  // Label style tab start
640
  $this->start_controls_section(
641
  'htmega_contactform_label_style',
642
  [
643
+ 'label' => __( 'Labels', 'htmega-addons' ),
644
  'tab' => Controls_Manager::TAB_STYLE,
645
  ]
646
  );
721
  'separator' =>'before',
722
  ]
723
  );
724
+ $this->add_responsive_control(
725
+ 'htmega_label_width',
726
+ [
727
+ 'label' => __( 'Width', 'htmega-addons' ),
728
+ 'type' => Controls_Manager::SLIDER,
729
+ 'size_units' => [ 'px', '%' ],
730
+ 'range' => [
731
+ 'px' => [
732
+ 'min' => 0,
733
+ 'max' => 1170,
734
+ 'step' => 1,
735
+ ],
736
+ '%' => [
737
+ 'min' => 0,
738
+ 'max' => 100,
739
+ ],
740
+ ],
741
+ 'default' => [
742
+ 'unit' => '%',
743
+ ],
744
+ 'selectors' => [
745
+ '{{WRAPPER}} .htmega-form-wrapper form.wpcf7-form label' => 'width: {{SIZE}}{{UNIT}};',
746
+ ],
747
+ ]
748
+ );
749
  $this->end_controls_section(); // // Label style tab end
750
 
751
 
785
  ],
786
  ]
787
  );
788
+ $this->add_responsive_control(
789
+ 'htmega_input_submit_width',
790
+ [
791
+ 'label' => __( 'Width', 'htmega-addons' ),
792
+ 'type' => Controls_Manager::SLIDER,
793
+ 'size_units' => [ 'px', '%' ],
794
+ 'range' => [
795
+ 'px' => [
796
+ 'min' => 0,
797
+ 'max' => 500,
798
+ 'step' => 1,
799
+ ],
800
+ '%' => [
801
+ 'min' => 0,
802
+ 'max' => 100,
803
+ ],
804
+ ],
805
+ 'default' => [
806
+ 'unit' => 'px',
807
+ ],
808
+ 'selectors' => [
809
+ '{{WRAPPER}} .wpcf7-form .wpcf7-submit' => 'width: {{SIZE}}{{UNIT}};',
810
+ ],
811
+ ]
812
+ );
813
  $this->add_group_control(
814
  Group_Control_Typography::get_type(),
815
  [
942
  $this->end_controls_tabs();
943
 
944
  $this->end_controls_section(); // Input submit button style tab end
945
+ // Input error style tab start
946
+ $this->start_controls_section(
947
+ 'htmega_input_error_style',
948
+ [
949
+ 'label' => __( 'Errors and Feedback Style', 'htmega-addons' ),
950
+ 'tab' => Controls_Manager::TAB_STYLE,
951
+ ]
952
+ );
953
 
954
+ $this->add_control(
955
+ 'htmega_error_text_color',
956
+ [
957
+ 'label' => __( 'Color', 'htmega-addons' ),
958
+ 'type' => Controls_Manager::COLOR,
959
+ 'selectors' => [
960
+ '{{WRAPPER}} .wpcf7-not-valid-tip' => 'color: {{VALUE}};',
961
+ ],
962
+ ]
963
+ );
964
+ $this->add_group_control(
965
+ Group_Control_Typography::get_type(),
966
+ [
967
+ 'name' => 'htmega_error_text_typography',
968
+ 'selector' => '{{WRAPPER}} .wpcf7-not-valid-tip',
969
+ ]
970
+ );
971
+ $this->add_group_control(
972
+ Group_Control_Border::get_type(),
973
+ [
974
+ 'name' => 'htmega_error_border',
975
+ 'label' => __( 'Border', 'htmega-addons' ),
976
+ 'selector' => '{{WRAPPER}} .wpcf7-not-valid',
977
+ ]
978
+ );
979
+ // Feedback style
980
+ $this->add_control(
981
+ 'htmega_error_submit_feedback_style',
982
+ [
983
+ 'label' => __( 'Feedback Style', 'htmega-addons' ),
984
+ 'type' => Controls_Manager::HEADING,
985
+ 'separator' => 'before',
986
+ ]
987
+ );
988
+ $this->add_control(
989
+ 'htmega_feedback_text_color',
990
+ [
991
+ 'label' => __( 'Color', 'htmega-addons' ),
992
+ 'type' => Controls_Manager::COLOR,
993
+ 'selectors' => [
994
+ '{{WRAPPER}} .wpcf7-response-output,{{WRAPPER}} .wpcf7-mail-sent-ng,{{WRAPPER}} .wpcf7-mail-sent-ok' => 'color: {{VALUE}};',
995
+ ],
996
+ ]
997
+ );
998
+ $this->add_group_control(
999
+ Group_Control_Typography::get_type(),
1000
+ [
1001
+ 'name' => 'htmega_feedback_text_typography',
1002
+ 'selector' => '{{WRAPPER}} .wpcf7-response-output,{{WRAPPER}} .wpcf7-mail-sent-ng,{{WRAPPER}} .wpcf7-mail-sent-ok',
1003
+ ]
1004
+ );
1005
+ $this->add_group_control(
1006
+ Group_Control_Border::get_type(),
1007
+ [
1008
+ 'name' => 'htmega_feedback_border',
1009
+ 'label' => __( 'Border', 'htmega-addons' ),
1010
+ 'selector' => '{{WRAPPER}} .wpcf7-response-output,{{WRAPPER}} .wpcf7-mail-sent-ng,{{WRAPPER}} .wpcf7-mail-sent-ok',
1011
+ ]
1012
+ );
1013
+ $this->add_responsive_control(
1014
+ 'htmega_feedback_margin',
1015
+ [
1016
+ 'label' => __( 'Margin', 'htmega-addons' ),
1017
+ 'type' => Controls_Manager::DIMENSIONS,
1018
+ 'size_units' => [ 'px', '%', 'em' ],
1019
+ 'selectors' => [
1020
+ '{{WRAPPER}} .wpcf7-response-output,{{WRAPPER}} .wpcf7-mail-sent-ng,{{WRAPPER}} .wpcf7-mail-sent-ok' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1021
+ ]
1022
+ ]
1023
+ );
1024
+ $this->end_controls_section(); // Input error style tab end
1025
  }
1026
 
1027
  protected function render( $instance = [] ) {
includes/widgets/htmega_download_monitor.php CHANGED
@@ -27,6 +27,14 @@ class HTMega_Elementor_Widget_Download_Monitor extends Widget_Base {
27
  ];
28
  }
29
 
 
 
 
 
 
 
 
 
30
  protected function htmega_download_file_list(){
31
  $downloadfile = array();
32
  array_push( $downloadfile, __('Select Download File','htmega-addons') );
@@ -138,79 +146,172 @@ class HTMega_Elementor_Widget_Download_Monitor extends Widget_Base {
138
  'label' => __( 'Normal', 'htmega-addons' ),
139
  ]
140
  );
141
-
142
- $this->add_group_control(
143
- Group_Control_Typography::get_type(),
144
- [
145
- 'name' => 'button_typography',
146
- 'label' => esc_html__( 'Typography', 'htmega-addons' ),
147
- 'selector' => '{{WRAPPER}} a.htmega-downloadbtn',
148
- ]
149
- );
150
-
151
- $this->add_control(
152
- 'button_text_color',
153
- [
154
- 'label' => esc_html__( 'Color', 'htmega-addons' ),
155
- 'type' => Controls_Manager::COLOR,
156
- 'default' => '',
157
- 'selectors' => [
158
- '{{WRAPPER}} a.htmega-downloadbtn' => 'color: {{VALUE}};',
159
- ],
160
- ]
161
- );
162
 
163
- $this->add_group_control(
164
- Group_Control_Background::get_type(),
165
- [
166
- 'name' => 'button_background_color',
167
- 'types' => [ 'classic', 'gradient' ],
168
- 'selector' => '{{WRAPPER}} a.htmega-downloadbtn',
169
- ]
170
- );
171
 
172
- $this->add_group_control(
173
- Group_Control_Box_Shadow::get_type(),
174
- [
175
- 'name' => 'button_box_shadow',
176
- 'selector' => '{{WRAPPER}} a.htmega-downloadbtn',
177
- ]
178
- );
 
 
179
 
180
- $this->add_group_control(
181
- Group_Control_Border::get_type(), [
182
- 'name' => 'button_border',
183
- 'label' => esc_html__( 'Border', 'htmega-addons' ),
184
- 'placeholder' => '1px',
185
- 'default' => '1px',
186
- 'selector' => '{{WRAPPER}} a.htmega-downloadbtn',
187
- 'separator' => 'before',
188
- ]
189
- );
 
190
 
191
- $this->add_control(
192
- 'button_border_radius',
193
- [
194
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
195
- 'type' => Controls_Manager::DIMENSIONS,
196
- 'size_units' => [ 'px', '%' ],
197
- 'selectors' => [
198
- '{{WRAPPER}} a.htmega-downloadbtn' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
199
- ],
200
- ]
201
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
202
 
203
- $this->add_control(
204
- 'button_padding',
205
- [
206
- 'label' => esc_html__( 'Padding', 'htmega-addons' ),
207
- 'type' => Controls_Manager::DIMENSIONS,
208
- 'size_units' => [ 'px', 'em', '%' ],
209
- 'selectors' => [
210
- '{{WRAPPER}} a.htmega-downloadbtn' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
211
- ],
212
- ]
213
- );
214
 
215
  $this->end_controls_tab(); // Normal Button style End
216
 
@@ -228,7 +329,7 @@ class HTMega_Elementor_Widget_Download_Monitor extends Widget_Base {
228
  'type' => Controls_Manager::COLOR,
229
  'default' => '',
230
  'selectors' => [
231
- '{{WRAPPER}} a.htmega-downloadbtn:hover' => 'color: {{VALUE}};',
232
  ],
233
  ]
234
  );
27
  ];
28
  }
29
 
30
+ public function get_keywords() {
31
+ return [ 'download', 'download monitor', 'widget','ht mega','htmega addons' ];
32
+ }
33
+
34
+ public function get_help_url() {
35
+ return 'https://wphtmega.com/docs/3rd-party-plugin-widgets/download-monitor-widget/';
36
+ }
37
+
38
  protected function htmega_download_file_list(){
39
  $downloadfile = array();
40
  array_push( $downloadfile, __('Select Download File','htmega-addons') );
146
  'label' => __( 'Normal', 'htmega-addons' ),
147
  ]
148
  );
149
+ $this->add_group_control(
150
+ Group_Control_Background::get_type(),
151
+ [
152
+ 'name' => 'button_background_color',
153
+ 'types' => [ 'classic', 'gradient' ],
154
+ 'selector' => '{{WRAPPER}} a.htmega-downloadbtn',
155
+ ]
156
+ );
 
 
 
 
 
 
 
 
 
 
 
 
 
157
 
158
+ $this->add_group_control(
159
+ Group_Control_Box_Shadow::get_type(),
160
+ [
161
+ 'name' => 'button_box_shadow',
162
+ 'selector' => '{{WRAPPER}} a.htmega-downloadbtn',
163
+ ]
164
+ );
 
165
 
166
+ $this->add_group_control(
167
+ Group_Control_Border::get_type(), [
168
+ 'name' => 'button_border',
169
+ 'label' => esc_html__( 'Border', 'htmega-addons' ),
170
+ 'placeholder' => '1px',
171
+ 'default' => '1px',
172
+ 'selector' => '{{WRAPPER}} a.htmega-downloadbtn',
173
+ ]
174
+ );
175
 
176
+ $this->add_control(
177
+ 'button_border_radius',
178
+ [
179
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
180
+ 'type' => Controls_Manager::DIMENSIONS,
181
+ 'size_units' => [ 'px', '%' ],
182
+ 'selectors' => [
183
+ '{{WRAPPER}} a.htmega-downloadbtn' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
184
+ ],
185
+ ]
186
+ );
187
 
188
+ $this->add_control(
189
+ 'button_padding',
190
+ [
191
+ 'label' => esc_html__( 'Padding', 'htmega-addons' ),
192
+ 'type' => Controls_Manager::DIMENSIONS,
193
+ 'size_units' => [ 'px', 'em', '%' ],
194
+ 'selectors' => [
195
+ '{{WRAPPER}} a.htmega-downloadbtn' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
196
+ ],
197
+ ]
198
+ );
199
+ $this->add_control(
200
+ 'button_title_heading',
201
+ [
202
+ 'label' => __( 'Title Style', 'htmega-addons' ),
203
+ 'type' => Controls_Manager::HEADING,
204
+ 'separator' => 'before',
205
+ ]
206
+ );
207
+
208
+ $this->add_control(
209
+ 'button_text_color',
210
+ [
211
+ 'label' => esc_html__( 'Color', 'htmega-addons' ),
212
+ 'type' => Controls_Manager::COLOR,
213
+ 'default' => '',
214
+ 'selectors' => [
215
+ '{{WRAPPER}} a.htmega-downloadbtn' => 'color: {{VALUE}};',
216
+ ],
217
+ ]
218
+ );
219
+ $this->add_group_control(
220
+ Group_Control_Typography::get_type(),
221
+ [
222
+ 'name' => 'button_typography',
223
+ 'label' => esc_html__( 'Typography', 'htmega-addons' ),
224
+ 'selector' => '{{WRAPPER}} a.htmega-downloadbtn',
225
+ ]
226
+ );
227
+ $this->add_control(
228
+ 'button_meta_heading',
229
+ [
230
+ 'label' => __( 'Meta Style', 'htmega-addons' ),
231
+ 'type' => Controls_Manager::HEADING,
232
+ 'separator' => 'before',
233
+ 'conditions' => [
234
+ 'relation' => 'or',
235
+ 'terms' => [
236
+ [
237
+ 'terms' => [
238
+ ['name' => 'download_count_show', 'operator' => '===', 'value' => 'yes']
239
+ ]
240
+ ],
241
+ [
242
+ 'terms' => [
243
+ ['name' => 'file_size_show', 'operator' => '===', 'value' => 'yes'],
244
+ ]
245
+ ],
246
+ [
247
+ 'terms' => [
248
+ ['name' => 'file_type_show', 'operator' => '===', 'value' => 'yes'],
249
+ ]
250
+ ],
251
+ ]
252
+ ],
253
+ ]
254
+ );
255
+ $this->add_control(
256
+ 'button_text_color_meta',
257
+ [
258
+ 'label' => esc_html__( 'Color', 'htmega-addons' ),
259
+ 'type' => Controls_Manager::COLOR,
260
+ 'default' => '',
261
+ 'selectors' => [
262
+ '{{WRAPPER}} .file_meta' => 'color: {{VALUE}};',
263
+ ],
264
+ 'conditions' => [
265
+ 'relation' => 'or',
266
+ 'terms' => [
267
+ [
268
+ 'terms' => [
269
+ ['name' => 'download_count_show', 'operator' => '===', 'value' => 'yes']
270
+ ]
271
+ ],
272
+ [
273
+ 'terms' => [
274
+ ['name' => 'file_size_show', 'operator' => '===', 'value' => 'yes'],
275
+ ]
276
+ ],
277
+ [
278
+ 'terms' => [
279
+ ['name' => 'file_type_show', 'operator' => '===', 'value' => 'yes'],
280
+ ]
281
+ ],
282
+ ]
283
+ ],
284
+ ]
285
+ );
286
+ $this->add_group_control(
287
+ Group_Control_Typography::get_type(),
288
+ [
289
+ 'name' => 'button_typography_meta',
290
+ 'label' => esc_html__( 'Typography', 'htmega-addons' ),
291
+ 'selector' => '{{WRAPPER}} .file_meta',
292
+ 'conditions' => [
293
+ 'relation' => 'or',
294
+ 'terms' => [
295
+ [
296
+ 'terms' => [
297
+ ['name' => 'download_count_show', 'operator' => '===', 'value' => 'yes']
298
+ ]
299
+ ],
300
+ [
301
+ 'terms' => [
302
+ ['name' => 'file_size_show', 'operator' => '===', 'value' => 'yes'],
303
+ ]
304
+ ],
305
+ [
306
+ 'terms' => [
307
+ ['name' => 'file_type_show', 'operator' => '===', 'value' => 'yes'],
308
+ ]
309
+ ],
310
+ ]
311
+ ],
312
+ ]
313
+ );
314
 
 
 
 
 
 
 
 
 
 
 
 
315
 
316
  $this->end_controls_tab(); // Normal Button style End
317
 
329
  'type' => Controls_Manager::COLOR,
330
  'default' => '',
331
  'selectors' => [
332
+ '{{WRAPPER}} a.htmega-downloadbtn:hover,{{WRAPPER}} a.htmega-downloadbtn:hover .file_meta' => 'color: {{VALUE}};',
333
  ],
334
  ]
335
  );
includes/widgets/htmega_easy_digital_download.php CHANGED
@@ -27,6 +27,14 @@ class HTMega_Elementor_Widget_Easy_Digital_Download extends Widget_Base {
27
  ];
28
  }
29
 
 
 
 
 
 
 
 
 
30
  protected function register_controls() {
31
 
32
  $this->start_controls_section(
@@ -497,7 +505,8 @@ class HTMega_Elementor_Widget_Easy_Digital_Download extends Widget_Base {
497
  'size_units' => [ 'px', '%' ],
498
  'selectors' => [
499
  '{{WRAPPER}} .edd_downloads_list .edd_download .edd_download_inner span.edd_price,
500
- {{WRAPPER}} .edd_downloads_list .edd_download .edd_download_inner .edd_price_options span' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
 
501
  ],
502
  ]
503
  );
@@ -583,7 +592,17 @@ class HTMega_Elementor_Widget_Easy_Digital_Download extends Widget_Base {
583
  ],
584
  ]
585
  );
586
-
 
 
 
 
 
 
 
 
 
 
587
  $this->end_controls_tab();
588
 
589
  // Button Hover
@@ -645,7 +664,86 @@ class HTMega_Elementor_Widget_Easy_Digital_Download extends Widget_Base {
645
  $this->end_controls_tabs();
646
 
647
  $this->end_controls_section();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
648
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
649
  }
650
 
651
  protected function render( $instance = [] ) {
27
  ];
28
  }
29
 
30
+ public function get_keywords() {
31
+ return [ 'easy downloads', 'download', 'easy digital downloads', 'widget','ht mega','htmega addons' ];
32
+ }
33
+
34
+ public function get_help_url() {
35
+ return 'https://wphtmega.com/docs/3rd-party-plugin-widgets/easy-digital-downloads-widget/';
36
+ }
37
+
38
  protected function register_controls() {
39
 
40
  $this->start_controls_section(
505
  'size_units' => [ 'px', '%' ],
506
  'selectors' => [
507
  '{{WRAPPER}} .edd_downloads_list .edd_download .edd_download_inner span.edd_price,
508
+ {{WRAPPER}} .edd_downloads_list .edd_download .edd_download_inner .edd_price_options span,{{WRAPPER}} .edd_download_purchase_form .edd_price_options li' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};display:inline-block;',
509
+ '{{WRAPPER}} .edd_download_purchase_form .edd_price_options li span' => 'margin: 0!important;',
510
  ],
511
  ]
512
  );
592
  ],
593
  ]
594
  );
595
+ $this->add_responsive_control(
596
+ 'button_margin',
597
+ [
598
+ 'label' => esc_html__( 'Margin', 'htmega-addons' ),
599
+ 'type' => Controls_Manager::DIMENSIONS,
600
+ 'size_units' => [ 'px', '%' ],
601
+ 'selectors' => [
602
+ '{{WRAPPER}} .edd_downloads_list .edd_download .edd_download_inner .edd_purchase_submit_wrapper > .button' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
603
+ ],
604
+ ]
605
+ );
606
  $this->end_controls_tab();
607
 
608
  // Button Hover
664
  $this->end_controls_tabs();
665
 
666
  $this->end_controls_section();
667
+ // Pagination section
668
+ $this->start_controls_section(
669
+ 'pagination_style_section',
670
+ [
671
+ 'label' => __( 'Pagination', 'htmega-addons' ),
672
+ 'tab' => Controls_Manager::TAB_STYLE,
673
+ 'condition' =>[
674
+ 'easydigitaldownload_pagination_show' => 'yes',
675
+ ]
676
+ ]
677
+ );
678
+
679
+ $this->add_control(
680
+ 'pagination_alignment',
681
+ [
682
+ 'label' => esc_html__( 'Alignment', 'htmega-addons' ),
683
+ 'type' => Controls_Manager::CHOOSE,
684
+ 'options' => [
685
+ 'left' => [
686
+ 'title' => esc_html__( 'Left', 'htmega-addons' ),
687
+ 'icon' => 'eicon-text-align-left',
688
+ ],
689
+ 'center' => [
690
+ 'title' => esc_html__( 'Center', 'htmega-addons' ),
691
+ 'icon' => 'eicon-text-align-center',
692
+ ],
693
+ 'right' => [
694
+ 'title' => esc_html__( 'Right', 'htmega-addons' ),
695
+ 'icon' => 'eicon-text-align-right',
696
+ ],
697
+ ],
698
+ 'selectors' => [
699
+ '{{WRAPPER}} .edd_pagination ' => 'text-align: {{VALUE}}',
700
+ ],
701
+ ]
702
+ );
703
 
704
+ $this->add_control(
705
+ 'pagination_color',
706
+ [
707
+ 'label' => esc_html__( 'Color', 'htmega-addons' ),
708
+ 'type' => Controls_Manager::COLOR,
709
+ 'default' => '',
710
+ 'selectors' => [
711
+ '{{WRAPPER}} .page-numbers ' => 'color: {{VALUE}};',
712
+ ],
713
+ ]
714
+ );
715
+
716
+ $this->add_control(
717
+ 'pagination_color_active_color',
718
+ [
719
+ 'label' => esc_html__( 'Active Color', 'htmega-addons' ),
720
+ 'type' => Controls_Manager::COLOR,
721
+ 'default' => '',
722
+ 'selectors' => [
723
+ '{{WRAPPER}} .page-numbers.current,{{WRAPPER}} .page-numbers:hover' => 'color: {{VALUE}};',
724
+ ],
725
+ ]
726
+ );
727
+ $this->add_group_control(
728
+ Group_Control_Typography::get_type(),
729
+ [
730
+ 'name' => 'pagination_typography',
731
+ 'label' => esc_html__( 'Typography', 'htmega-addons' ),
732
+ 'selector' => '{{WRAPPER}} .page-numbers',
733
+ ]
734
+ );
735
+ $this->add_responsive_control(
736
+ 'pagination__margin',
737
+ [
738
+ 'label' => __( 'Margin', 'htmega-addons' ),
739
+ 'type' => Controls_Manager::DIMENSIONS,
740
+ 'size_units' => [ 'px', '%', 'em' ],
741
+ 'selectors' => [
742
+ '{{WRAPPER}} .page-numbers' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};display:inline-block',
743
+ ],
744
+ ]
745
+ );
746
+ $this->end_controls_section();
747
  }
748
 
749
  protected function render( $instance = [] ) {
includes/widgets/htmega_gravity_forms.php CHANGED
@@ -13,6 +13,10 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
13
  return __( 'Gravity Forms', 'htmega-addons' );
14
  }
15
 
 
 
 
 
16
  public function get_icon() {
17
  return 'htmega-icon eicon-mail';
18
  }
@@ -21,6 +25,10 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
24
  public function get_style_depends(){
25
  return [
26
  'htmega-widgets',
@@ -131,7 +139,30 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
131
  'selector' => '{{WRAPPER}} .gform_wrapper .gform_heading .gform_title',
132
  ]
133
  );
134
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  $this->end_controls_section();
136
 
137
  // Description Style tab section
@@ -164,25 +195,71 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
164
  'selector' => '{{WRAPPER}} .gform_wrapper .gform_heading .gform_description',
165
  ]
166
  );
167
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  $this->end_controls_section();
169
 
170
  // Lavel Style tab section
171
  $this->start_controls_section(
172
  'gravityforms_label_style',
173
  [
174
- 'label' => __( 'Label', 'htmega-addons' ),
175
  'tab' => Controls_Manager::TAB_STYLE,
176
  ]
177
  );
178
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  $this->add_control(
180
  'gravityforms_label_background',
181
  [
182
  'label' => __( 'Background', 'htmega-addons' ),
183
  'type' => Controls_Manager::COLOR,
184
  'selectors' => [
185
- '{{WRAPPER}} .gform_wrapper .gfield label' => 'background-color: {{VALUE}};',
186
  ],
187
  ]
188
  );
@@ -193,7 +270,17 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
193
  'label' => __( 'Color', 'htmega-addons' ),
194
  'type' => Controls_Manager::COLOR,
195
  'selectors' => [
196
- '{{WRAPPER}} .gform_wrapper .gfield label' => 'color: {{VALUE}};',
 
 
 
 
 
 
 
 
 
 
197
  ],
198
  ]
199
  );
@@ -202,7 +289,7 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
202
  Group_Control_Typography::get_type(),
203
  [
204
  'name' => 'gravityforms_label_typography',
205
- 'selector' => '{{WRAPPER}} .gform_wrapper .gfield label',
206
  ]
207
  );
208
 
@@ -211,7 +298,7 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
211
  [
212
  'name' => 'gravityforms_label_border',
213
  'label' => __( 'Border', 'htmega-addons' ),
214
- 'selector' => '{{WRAPPER}} .gform_wrapper .gfield label',
215
  ]
216
  );
217
 
@@ -221,9 +308,8 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
221
  'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
222
  'type' => Controls_Manager::DIMENSIONS,
223
  'selectors' => [
224
- '{{WRAPPER}} .gform_wrapper .gfield label' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
225
  ],
226
- 'separator' =>'before',
227
  ]
228
  );
229
 
@@ -234,9 +320,8 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
234
  'type' => Controls_Manager::DIMENSIONS,
235
  'size_units' => [ 'px', '%', 'em' ],
236
  'selectors' => [
237
- '{{WRAPPER}} .gform_wrapper .gfield label' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
238
  ],
239
- 'separator' =>'before',
240
  ]
241
  );
242
 
@@ -247,41 +332,27 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
247
  'type' => Controls_Manager::DIMENSIONS,
248
  'size_units' => [ 'px', '%', 'em' ],
249
  'selectors' => [
250
- '{{WRAPPER}} .gform_wrapper .gfield label' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
251
  ],
252
- 'separator' =>'before',
253
  ]
254
  );
255
-
256
- $this->end_controls_section();
257
-
258
- // Style Input tab section
259
- $this->start_controls_section(
260
- 'gravityforms_input_style_section',
261
- [
262
- 'label' => __( 'Input', 'htmega-addons' ),
263
- 'tab' => Controls_Manager::TAB_STYLE,
264
- ]
265
- );
266
 
267
  $this->add_control(
268
- 'gravityforms_input_background_color',
269
  [
270
- 'label' => __( 'Background Color', 'htmega-addons' ),
271
- 'type' => Controls_Manager::COLOR,
272
- 'selectors' => [
273
- '{{WRAPPER}} .gform_wrapper .gfield input[type="text"], {{WRAPPER}} .gform_wrapper .gfield textarea, {{WRAPPER}} .gform_wrapper .gfield select' => 'background-color: {{VALUE}}',
274
- ],
275
  ]
276
  );
277
-
278
  $this->add_control(
279
- 'gravityforms_input_color',
280
  [
281
  'label' => __( 'Color', 'htmega-addons' ),
282
  'type' => Controls_Manager::COLOR,
283
- 'selectors' => [
284
- '{{WRAPPER}} .gform_wrapper .gfield input[type="text"], {{WRAPPER}} .gform_wrapper .gfield textarea, {{WRAPPER}} .gform_wrapper .gfield select' => 'color: {{VALUE}}',
 
285
  ],
286
  ]
287
  );
@@ -289,78 +360,267 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
289
  $this->add_group_control(
290
  Group_Control_Typography::get_type(),
291
  [
292
- 'name' => 'gravityforms_input_typography',
293
- 'selector' => '{{WRAPPER}} .gform_wrapper .gfield input[type="text"], {{WRAPPER}} .gform_wrapper .gfield textarea, {{WRAPPER}} .gform_wrapper .gfield select',
294
- ]
295
- );
296
-
297
- $this->add_responsive_control(
298
- 'gravityforms_input_height',
299
- [
300
- 'label' => __( 'Height', 'htmega-addons' ),
301
- 'type' => Controls_Manager::SLIDER,
302
- 'range' => [
303
- 'px' => [
304
- 'min' => 0,
305
- 'max' => 100,
306
- 'step' => 1,
307
- ],
308
- ],
309
- 'size_units' => [ 'px', 'em', '%' ],
310
- 'selectors' => [
311
- '{{WRAPPER}} .gform_wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'height: {{SIZE}}{{UNIT}}',
312
- ],
313
  ]
314
  );
315
 
316
  $this->add_responsive_control(
317
- 'gravityforms_input_padding',
318
- [
319
- 'label' => __( 'Padding', 'htmega-addons' ),
320
- 'type' => Controls_Manager::DIMENSIONS,
321
- 'size_units' => [ 'px', '%', 'em' ],
322
- 'selectors' => [
323
- '{{WRAPPER}} .gform_wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
324
- {{WRAPPER}} .gform_wrapper .gfield textarea' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
325
- ],
326
- 'separator' =>'before',
327
- ]
328
- );
329
-
330
- $this->add_responsive_control(
331
- 'gravityforms_input_margin',
332
  [
333
  'label' => __( 'Margin', 'htmega-addons' ),
334
  'type' => Controls_Manager::DIMENSIONS,
335
  'size_units' => [ 'px', '%', 'em' ],
336
  'selectors' => [
337
- '{{WRAPPER}} .gform_wrapper .gfield' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
338
  ],
339
  ]
340
  );
341
 
342
- $this->add_group_control(
343
- Group_Control_Border::get_type(),
344
- [
345
- 'name' => 'gravityforms_input_border',
346
- 'label' => __( 'Border', 'htmega-addons' ),
347
- 'selector' => '{{WRAPPER}} .gform_wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
348
- {{WRAPPER}} .gform_wrapper .gfield textarea',
349
- ]
350
- );
351
 
352
- $this->add_responsive_control(
353
- 'gravityforms_input_border_radius',
354
- [
355
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
356
- 'type' => Controls_Manager::DIMENSIONS,
357
- 'selectors' => [
358
- '{{WRAPPER}} .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
359
- {{WRAPPER}} .gform_wrapper .gfield textarea' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
360
- ],
361
- ]
362
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
363
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
364
  $this->end_controls_section(); // Form input style
365
 
366
  // Input submit button style tab start
@@ -396,7 +656,31 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
396
  ],
397
  ]
398
  );
399
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
  $this->add_group_control(
401
  Group_Control_Typography::get_type(),
402
  [
@@ -481,7 +765,30 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
481
  'selector' => '{{WRAPPER}} .gform_wrapper .gform_footer input[type="submit"]',
482
  ]
483
  );
484
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
485
  $this->end_controls_tab(); // Button Normal tab end
486
 
487
  // Button Hover tab start
@@ -528,7 +835,69 @@ class HTMega_Elementor_Widget_Gravity_Forms extends Widget_Base {
528
  $this->end_controls_tabs();
529
 
530
  $this->end_controls_section(); // Input submit button style tab end
 
 
 
 
 
 
 
 
531
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
532
  }
533
 
534
  protected function render( $instance = [] ) {
13
  return __( 'Gravity Forms', 'htmega-addons' );
14
  }
15
 
16
+ public function get_keywords() {
17
+ return [ 'form', 'contact', 'gravity', 'contact form','gravity form','htmega' ];
18
+ }
19
+
20
  public function get_icon() {
21
  return 'htmega-icon eicon-mail';
22
  }
25
  return [ 'htmega-addons' ];
26
  }
27
 
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/forms-widgets/gravity-forms-widget/';
30
+ }
31
+
32
  public function get_style_depends(){
33
  return [
34
  'htmega-widgets',
139
  'selector' => '{{WRAPPER}} .gform_wrapper .gform_heading .gform_title',
140
  ]
141
  );
142
+ $this->add_responsive_control(
143
+ 'title_align',
144
+ [
145
+ 'label' => __( 'Alignment', 'htmega-addons' ),
146
+ 'type' => Controls_Manager::CHOOSE,
147
+ 'options' => [
148
+ 'left' => [
149
+ 'title' => __( 'Left', 'htmega-addons' ),
150
+ 'icon' => 'eicon-text-align-left',
151
+ ],
152
+ 'center' => [
153
+ 'title' => __( 'Center', 'htmega-addons' ),
154
+ 'icon' => 'eicon-text-align-center',
155
+ ],
156
+ 'right' => [
157
+ 'title' => __( 'Right', 'htmega-addons' ),
158
+ 'icon' => 'eicon-text-align-right',
159
+ ]
160
+ ],
161
+ 'selectors' => [
162
+ '{{WRAPPER}} .gform_wrapper .gform_heading .gform_title' => 'text-align: {{VALUE}};',
163
+ ],
164
+ ]
165
+ );
166
  $this->end_controls_section();
167
 
168
  // Description Style tab section
195
  'selector' => '{{WRAPPER}} .gform_wrapper .gform_heading .gform_description',
196
  ]
197
  );
198
+ $this->add_responsive_control(
199
+ 'title_description_align',
200
+ [
201
+ 'label' => __( 'Alignment', 'htmega-addons' ),
202
+ 'type' => Controls_Manager::CHOOSE,
203
+ 'options' => [
204
+ 'left' => [
205
+ 'title' => __( 'Left', 'htmega-addons' ),
206
+ 'icon' => 'eicon-text-align-left',
207
+ ],
208
+ 'center' => [
209
+ 'title' => __( 'Center', 'htmega-addons' ),
210
+ 'icon' => 'eicon-text-align-center',
211
+ ],
212
+ 'right' => [
213
+ 'title' => __( 'Right', 'htmega-addons' ),
214
+ 'icon' => 'eicon-text-align-right',
215
+ ]
216
+ ],
217
+ 'selectors' => [
218
+ '{{WRAPPER}} .gform_heading' => 'text-align: {{VALUE}};',
219
+ ],
220
+ ]
221
+ );
222
  $this->end_controls_section();
223
 
224
  // Lavel Style tab section
225
  $this->start_controls_section(
226
  'gravityforms_label_style',
227
  [
228
+ 'label' => __( 'Labels', 'htmega-addons' ),
229
  'tab' => Controls_Manager::TAB_STYLE,
230
  ]
231
  );
232
+ $this->add_responsive_control(
233
+ 'label_align',
234
+ [
235
+ 'label' => __( 'Alignment', 'htmega-addons' ),
236
+ 'type' => Controls_Manager::CHOOSE,
237
+ 'options' => [
238
+ 'left' => [
239
+ 'title' => __( 'Left', 'htmega-addons' ),
240
+ 'icon' => 'eicon-text-align-left',
241
+ ],
242
+ 'center' => [
243
+ 'title' => __( 'Center', 'htmega-addons' ),
244
+ 'icon' => 'eicon-text-align-center',
245
+ ],
246
+ 'right' => [
247
+ 'title' => __( 'Right', 'htmega-addons' ),
248
+ 'icon' => 'eicon-text-align-right',
249
+ ]
250
+ ],
251
+ 'selectors' => [
252
+ '{{WRAPPER}} .gfield' => 'text-align: {{VALUE}};',
253
+ ],
254
+ ]
255
+ );
256
  $this->add_control(
257
  'gravityforms_label_background',
258
  [
259
  'label' => __( 'Background', 'htmega-addons' ),
260
  'type' => Controls_Manager::COLOR,
261
  'selectors' => [
262
+ '{{WRAPPER}} .gform_wrapper .gfield label, {{WRAPPER}} .gform_wrapper .gfield_label' => 'background-color: {{VALUE}};',
263
  ],
264
  ]
265
  );
270
  'label' => __( 'Color', 'htmega-addons' ),
271
  'type' => Controls_Manager::COLOR,
272
  'selectors' => [
273
+ '{{WRAPPER}} .gform_wrapper .gfield label,{{WRAPPER}} .gform_wrapper .gfield_label' => 'color: {{VALUE}};',
274
+ ],
275
+ ]
276
+ );
277
+ $this->add_control(
278
+ 'gravityforms_required_text_color',
279
+ [
280
+ 'label' => __( 'Required Color', 'htmega-addons' ),
281
+ 'type' => Controls_Manager::COLOR,
282
+ 'selectors' => [
283
+ '{{WRAPPER}} .gform_wrapper .gfield_required' => 'color: {{VALUE}};',
284
  ],
285
  ]
286
  );
289
  Group_Control_Typography::get_type(),
290
  [
291
  'name' => 'gravityforms_label_typography',
292
+ 'selector' => '{{WRAPPER}} .gform_wrapper .gfield label,{{WRAPPER}} .gform_wrapper .gfield_label',
293
  ]
294
  );
295
 
298
  [
299
  'name' => 'gravityforms_label_border',
300
  'label' => __( 'Border', 'htmega-addons' ),
301
+ 'selector' => '{{WRAPPER}} .gform_wrapper .gfield label,{{WRAPPER}} .gform_wrapper .gfield_label',
302
  ]
303
  );
304
 
308
  'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
309
  'type' => Controls_Manager::DIMENSIONS,
310
  'selectors' => [
311
+ '{{WRAPPER}} .gform_wrapper .gfield label,{{WRAPPER}} .gform_wrapper .gfield_label' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
312
  ],
 
313
  ]
314
  );
315
 
320
  'type' => Controls_Manager::DIMENSIONS,
321
  'size_units' => [ 'px', '%', 'em' ],
322
  'selectors' => [
323
+ '{{WRAPPER}} .gform_wrapper .gfield label,{{WRAPPER}} .gform_wrapper .gfield_label' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
324
  ],
 
325
  ]
326
  );
327
 
332
  'type' => Controls_Manager::DIMENSIONS,
333
  'size_units' => [ 'px', '%', 'em' ],
334
  'selectors' => [
335
+ '{{WRAPPER}} .gform_wrapper .gfield label,{{WRAPPER}} .gform_wrapper .gfield_label' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
336
  ],
 
337
  ]
338
  );
 
 
 
 
 
 
 
 
 
 
 
339
 
340
  $this->add_control(
341
+ 'description_headline',
342
  [
343
+ 'label' => __( 'Description Style', 'htmega-addons' ),
344
+ 'type' => Controls_Manager::HEADING,
345
+ 'separator' => 'before',
 
 
346
  ]
347
  );
 
348
  $this->add_control(
349
+ 'htmega_description_color',
350
  [
351
  'label' => __( 'Color', 'htmega-addons' ),
352
  'type' => Controls_Manager::COLOR,
353
+ 'default' => '#212529',
354
+ 'selectors' => [
355
+ '{{WRAPPER}} .gfield_description' => 'color: {{VALUE}};',
356
  ],
357
  ]
358
  );
360
  $this->add_group_control(
361
  Group_Control_Typography::get_type(),
362
  [
363
+ 'name' => 'htmega_description_typography',
364
+ 'selector' => '{{WRAPPER}} .gfield_description',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
365
  ]
366
  );
367
 
368
  $this->add_responsive_control(
369
+ 'htmega_description_margin',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
370
  [
371
  'label' => __( 'Margin', 'htmega-addons' ),
372
  'type' => Controls_Manager::DIMENSIONS,
373
  'size_units' => [ 'px', '%', 'em' ],
374
  'selectors' => [
375
+ '{{WRAPPER}} .gfield_description' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
376
  ],
377
  ]
378
  );
379
 
380
+
381
+ $this->end_controls_section();
 
 
 
 
 
 
 
382
 
383
+ // Style Input tab section
384
+ $this->start_controls_section(
385
+ 'gravityforms_input_style_section',
386
+ [
387
+ 'label' => __( 'Input', 'htmega-addons' ),
388
+ 'tab' => Controls_Manager::TAB_STYLE,
389
+ ]
390
+ );
391
+ $this->start_controls_tabs(
392
+ 'style_input_tabs'
393
+ );
394
+ // Normal Style Tab
395
+ $this->start_controls_tab(
396
+ 'style_input_normal_tab',
397
+ [
398
+ 'label' => __( 'Normal', 'htmega-addons' ),
399
+ ]
400
+ );
401
+ $this->add_control(
402
+ 'gravityforms_input_background_color',
403
+ [
404
+ 'label' => __( 'Background Color', 'htmega-addons' ),
405
+ 'type' => Controls_Manager::COLOR,
406
+ 'selectors' => [
407
+ '{{WRAPPER}} .gform_wrapper .gfield input[type="text"], {{WRAPPER}} .gform_wrapper .gfield textarea, {{WRAPPER}} .gform_wrapper .gfield select,{{WRAPPER}} .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'background-color: {{VALUE}}',
408
+ ],
409
+ ]
410
+ );
411
+
412
+ $this->add_control(
413
+ 'gravityforms_input_color',
414
+ [
415
+ 'label' => __( 'Color', 'htmega-addons' ),
416
+ 'type' => Controls_Manager::COLOR,
417
+ 'selectors' => [
418
+ '{{WRAPPER}} .gform_wrapper .gfield input[type="text"], {{WRAPPER}} .gform_wrapper .gfield textarea, {{WRAPPER}} .gform_wrapper .gfield select,{{WRAPPER}} .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'color: {{VALUE}}',
419
+ ],
420
+ ]
421
+ );
422
+ $this->add_control(
423
+ 'htmega_input_placeholder_color',
424
+ [
425
+ 'label' => __( 'Placeholder Color', 'htmega-addons' ),
426
+ 'type' => Controls_Manager::COLOR,
427
+ 'selectors' => [
428
+ '{{WRAPPER}} .gform_wrapper .gfield input::-webkit-input-placeholder' => 'color: {{VALUE}}',
429
+ '{{WRAPPER}} .gform_wrapper .gfield input::-moz-placeholder' => 'color: {{VALUE}}',
430
+ '{{WRAPPER}} .gform_wrapper .gfield input::-ms-input-placeholder' => 'color: {{VALUE}}',
431
+ '{{WRAPPER}} .gform_wrapper .gfield textarea::-webkit-input-placeholder' => 'color: {{VALUE}}',
432
+ '{{WRAPPER}} .gform_wrapper .gfield textarea::-moz-placeholder' => 'color: {{VALUE}}',
433
+ '{{WRAPPER}} .gform_wrapper .gfield textarea::-ms-input-placeholder' => 'color: {{VALUE}}',
434
+ ],
435
+ ]
436
+ );
437
+ $this->add_group_control(
438
+ Group_Control_Typography::get_type(),
439
+ [
440
+ 'name' => 'gravityforms_input_typography',
441
+ 'selector' => '{{WRAPPER}} .gform_wrapper .gfield input[type="text"], {{WRAPPER}} .gform_wrapper .gfield textarea, {{WRAPPER}} .gform_wrapper .gfield select,{{WRAPPER}} .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])',
442
+ ]
443
+ );
444
+
445
+ $this->add_responsive_control(
446
+ 'gravityforms_input_height',
447
+ [
448
+ 'label' => __( 'Height', 'htmega-addons' ),
449
+ 'type' => Controls_Manager::SLIDER,
450
+ 'range' => [
451
+ 'px' => [
452
+ 'min' => 0,
453
+ 'max' => 100,
454
+ 'step' => 1,
455
+ ],
456
+ ],
457
+ 'size_units' => [ 'px', 'em', '%' ],
458
+ 'selectors' => [
459
+ '{{WRAPPER}} .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'height: {{SIZE}}{{UNIT}}',
460
+ ],
461
+ ]
462
+ );
463
+ $this->add_responsive_control(
464
+ 'gravityforms_textarea_height',
465
+ [
466
+ 'label' => __( 'Textarea Height', 'htmega-addons' ),
467
+ 'type' => Controls_Manager::SLIDER,
468
+ 'range' => [
469
+ 'px' => [
470
+ 'min' => 0,
471
+ 'max' => 500,
472
+ 'step' => 1,
473
+ ],
474
+ ],
475
+ 'size_units' => [ 'px', 'em', '%' ],
476
+ 'selectors' => [
477
+ '{{WRAPPER}} .gform_wrapper .gfield textarea' => 'height: {{SIZE}}{{UNIT}}',
478
+ ],
479
+ ]
480
+ );
481
+
482
+ $this->add_responsive_control(
483
+ 'gravityforms_input_padding',
484
+ [
485
+ 'label' => __( 'Padding', 'htmega-addons' ),
486
+ 'type' => Controls_Manager::DIMENSIONS,
487
+ 'size_units' => [ 'px', '%', 'em' ],
488
+ 'selectors' => [
489
+ '{{WRAPPER}} .gform_wrapper .gfield input[type="text"], {{WRAPPER}} .gform_wrapper .gfield textarea, {{WRAPPER}} .gform_wrapper .gfield select,{{WRAPPER}} .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
490
+ ],
491
+ 'separator' =>'before',
492
+ ]
493
+ );
494
 
495
+ $this->add_responsive_control(
496
+ 'gravityforms_input_margin',
497
+ [
498
+ 'label' => __( 'Margin', 'htmega-addons' ),
499
+ 'type' => Controls_Manager::DIMENSIONS,
500
+ 'size_units' => [ 'px', '%', 'em' ],
501
+ 'selectors' => [
502
+ '{{WRAPPER}} .gform_wrapper .gfield' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
503
+ ],
504
+ ]
505
+ );
506
+
507
+ $this->add_group_control(
508
+ Group_Control_Border::get_type(),
509
+ [
510
+ 'name' => 'gravityforms_input_border',
511
+ 'label' => __( 'Border', 'htmega-addons' ),
512
+ 'selector' => '{{WRAPPER}} .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
513
+ {{WRAPPER}} .gform_wrapper .gfield textarea,{{WRAPPER}} .gform_wrapper .gfield select',
514
+ ]
515
+ );
516
+
517
+ $this->add_responsive_control(
518
+ 'gravityforms_input_border_radius',
519
+ [
520
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
521
+ 'type' => Controls_Manager::DIMENSIONS,
522
+ 'selectors' => [
523
+ '{{WRAPPER}} .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
524
+ {{WRAPPER}} .gform_wrapper .gfield textarea,{{WRAPPER}} .gform_wrapper .gfield select' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
525
+ ],
526
+ ]
527
+ );
528
+ $this->add_group_control(
529
+ Group_Control_Box_Shadow::get_type(),
530
+ [
531
+ 'name' => 'htmega_input_box_shadow',
532
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
533
+ 'selector' => '{{WRAPPER}} .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
534
+ {{WRAPPER}} .gform_wrapper .gfield textarea,{{WRAPPER}} .gform_wrapper .gfield select',
535
+ ]
536
+ );
537
+ $this->add_responsive_control(
538
+ 'input_align',
539
+ [
540
+ 'label' => __( 'Alignment', 'htmega-addons' ),
541
+ 'type' => Controls_Manager::CHOOSE,
542
+ 'options' => [
543
+ 'left' => [
544
+ 'title' => __( 'Left', 'htmega-addons' ),
545
+ 'icon' => 'eicon-text-align-left',
546
+ ],
547
+ 'center' => [
548
+ 'title' => __( 'Center', 'htmega-addons' ),
549
+ 'icon' => 'eicon-text-align-center',
550
+ ],
551
+ 'right' => [
552
+ 'title' => __( 'Right', 'htmega-addons' ),
553
+ 'icon' => 'eicon-text-align-right',
554
+ ]
555
+ ],
556
+ 'selectors' => [
557
+ '{{WRAPPER}} .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
558
+ {{WRAPPER}} .gform_wrapper .gfield textarea,{{WRAPPER}} .gform_wrapper .gfield select' => 'text-align: {{VALUE}};',
559
+ ],
560
+ ]
561
+ );
562
+ $this->end_controls_tab();
563
+
564
+ // Hover Style Tab
565
+ $this->start_controls_tab(
566
+ 'style_input_foucs_tab',
567
+ [
568
+ 'label' => __( 'Focus', 'htmega-addons' ),
569
+ ]
570
+ );
571
+ $this->add_control(
572
+ 'gravityforms_input_background_color_focus',
573
+ [
574
+ 'label' => __( 'Background Color', 'htmega-addons' ),
575
+ 'type' => Controls_Manager::COLOR,
576
+ 'selectors' => [
577
+ '{{WRAPPER}} .gform_wrapper .gfield input[type="text"]:focus, {{WRAPPER}} .gform_wrapper .gfield textarea, {{WRAPPER}} .gform_wrapper .gfield select:focus,{{WRAPPER}} .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus' => 'background-color: {{VALUE}}',
578
+ ],
579
+ ]
580
+ );
581
+
582
+ $this->add_control(
583
+ 'gravityforms_input_color_focus',
584
+ [
585
+ 'label' => __( 'Color', 'htmega-addons' ),
586
+ 'type' => Controls_Manager::COLOR,
587
+ 'selectors' => [
588
+ '{{WRAPPER}} .gform_wrapper .gfield input[type="text"]:focus, {{WRAPPER}} .gform_wrapper .gfield textarea, {{WRAPPER}} .gform_wrapper .gfield select:focus,{{WRAPPER}} .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus' => 'color: {{VALUE}}',
589
+ ],
590
+ ]
591
+ );
592
+ $this->add_group_control(
593
+ Group_Control_Border::get_type(),
594
+ [
595
+ 'name' => 'gravityforms_input_border_focus',
596
+ 'label' => __( 'Border', 'htmega-addons' ),
597
+ 'selector' => '{{WRAPPER}} .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
598
+ {{WRAPPER}} .gform_wrapper .gfield textarea:focus,{{WRAPPER}} .gform_wrapper .gfield select:focus',
599
+ ]
600
+ );
601
+
602
+ $this->add_responsive_control(
603
+ 'gravityforms_input_border_radius_focus',
604
+ [
605
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
606
+ 'type' => Controls_Manager::DIMENSIONS,
607
+ 'selectors' => [
608
+ '{{WRAPPER}} .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
609
+ {{WRAPPER}} .gform_wrapper .gfield textarea:focus,{{WRAPPER}} .gform_wrapper .gfield select:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
610
+ ],
611
+ ]
612
+ );
613
+ $this->add_group_control(
614
+ Group_Control_Box_Shadow::get_type(),
615
+ [
616
+ 'name' => 'htmega_input_box_shadow_focus',
617
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
618
+ 'selector' => '{{WRAPPER}} .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
619
+ {{WRAPPER}} .gform_wrapper .gfield textarea:focus,{{WRAPPER}} .gform_wrapper .gfield select:focus',
620
+ ]
621
+ );
622
+ $this->end_controls_tab();
623
+ $this->end_controls_tabs();
624
  $this->end_controls_section(); // Form input style
625
 
626
  // Input submit button style tab start
656
  ],
657
  ]
658
  );
659
+ $this->add_responsive_control(
660
+ 'htmega_input_submit_width',
661
+ [
662
+ 'label' => __( 'Width', 'htmega-addons' ),
663
+ 'type' => Controls_Manager::SLIDER,
664
+ 'size_units' => [ 'px', '%' ],
665
+ 'range' => [
666
+ 'px' => [
667
+ 'min' => 0,
668
+ 'max' => 500,
669
+ 'step' => 1,
670
+ ],
671
+ '%' => [
672
+ 'min' => 0,
673
+ 'max' => 100,
674
+ ],
675
+ ],
676
+ 'default' => [
677
+ 'unit' => 'px',
678
+ ],
679
+ 'selectors' => [
680
+ '{{WRAPPER}} .gform_wrapper .gform_footer input[type="submit"]' => 'width: {{SIZE}}{{UNIT}};',
681
+ ],
682
+ ]
683
+ );
684
  $this->add_group_control(
685
  Group_Control_Typography::get_type(),
686
  [
765
  'selector' => '{{WRAPPER}} .gform_wrapper .gform_footer input[type="submit"]',
766
  ]
767
  );
768
+ $this->add_responsive_control(
769
+ 'button_align',
770
+ [
771
+ 'label' => __( 'Alignment', 'htmega-addons' ),
772
+ 'type' => Controls_Manager::CHOOSE,
773
+ 'options' => [
774
+ 'left' => [
775
+ 'title' => __( 'Left', 'htmega-addons' ),
776
+ 'icon' => 'eicon-text-align-left',
777
+ ],
778
+ 'center' => [
779
+ 'title' => __( 'Center', 'htmega-addons' ),
780
+ 'icon' => 'eicon-text-align-center',
781
+ ],
782
+ 'right' => [
783
+ 'title' => __( 'Right', 'htmega-addons' ),
784
+ 'icon' => 'eicon-text-align-right',
785
+ ]
786
+ ],
787
+ 'selectors' => [
788
+ '{{WRAPPER}} .gform_wrapper .gform_footer' => 'justify-content: {{VALUE}};',
789
+ ],
790
+ ]
791
+ );
792
  $this->end_controls_tab(); // Button Normal tab end
793
 
794
  // Button Hover tab start
835
  $this->end_controls_tabs();
836
 
837
  $this->end_controls_section(); // Input submit button style tab end
838
+ // Input error style tab start
839
+ $this->start_controls_section(
840
+ 'htmega_input_error_style',
841
+ [
842
+ 'label' => __( 'Errors and Confirmation Style', 'htmega-addons' ),
843
+ 'tab' => Controls_Manager::TAB_STYLE,
844
+ ]
845
+ );
846
 
847
+ $this->add_control(
848
+ 'htmega_error_text_color',
849
+ [
850
+ 'label' => __( 'Error Text Color', 'htmega-addons' ),
851
+ 'type' => Controls_Manager::COLOR,
852
+ 'selectors' => [
853
+ '{{WRAPPER}} .gform_wrapper .gfield_error .gfield_repeater_cell label, {{WRAPPER}} .gform_wrapper .gfield_error label, {{WRAPPER}} .gform_wrapper .gfield_error legend, {{WRAPPER}} .gform_wrapper .gfield_validation_message, {{WRAPPER}} .gform_wrapper .validation_message, {{WRAPPER}} .gform_wrapper [aria-invalid=true]+label, {{WRAPPER}} .gform_wrapper label+[aria-invalid=true],{{WRAPPER}} .validation_message,{{WRAPPER}} .gform_wrapper .gform_validation_errors>h2' => 'color: {{VALUE}};',
854
+ ],
855
+ ]
856
+ );
857
+ $this->add_group_control(
858
+ Group_Control_Typography::get_type(),
859
+ [
860
+ 'name' => 'htmega_error_text_typography',
861
+ 'selector' => '{{WRAPPER}} .validation_message,{{WRAPPER}} .gform_wrapper .gform_validation_errors>h2',
862
+ ]
863
+ );
864
+ $this->add_control(
865
+ 'htmega_error_border_color',
866
+ [
867
+ 'label' => __( 'Border Color', 'htmega-addons' ),
868
+ 'type' => Controls_Manager::COLOR,
869
+ 'selectors' => [
870
+ '{{WRAPPER}} .gform_wrapper .gfield_validation_message, {{WRAPPER}} .gform_wrapper .validation_message,{{WRAPPER}} .gform_wrapper .gfield_error [aria-invalid=true],{{WRAPPER}} .gform_wrapper .gform_validation_errors' => 'border-color: {{VALUE}}!important;',
871
+ ],
872
+ ]
873
+ );
874
+ // Feedback style
875
+ $this->add_control(
876
+ 'htmega_error_submit_feedback_style',
877
+ [
878
+ 'label' => __( 'Confirmation Style', 'htmega-addons' ),
879
+ 'type' => Controls_Manager::HEADING,
880
+ 'separator' => 'before',
881
+ ]
882
+ );
883
+ $this->add_control(
884
+ 'htmega_feedback_text_color',
885
+ [
886
+ 'label' => __( 'Color', 'htmega-addons' ),
887
+ 'type' => Controls_Manager::COLOR,
888
+ 'selectors' => [
889
+ '{{WRAPPER}} .gform_confirmation_message' => 'color: {{VALUE}};',
890
+ ],
891
+ ]
892
+ );
893
+ $this->add_group_control(
894
+ Group_Control_Typography::get_type(),
895
+ [
896
+ 'name' => 'htmega_feedback_text_typography',
897
+ 'selector' => '{{WRAPPER}} .gform_confirmation_message',
898
+ ]
899
+ );
900
+ $this->end_controls_section(); // Input error style tab end
901
  }
902
 
903
  protected function render( $instance = [] ) {
includes/widgets/htmega_image_marker.php CHANGED
@@ -20,6 +20,14 @@ class HTMega_Elementor_Widget_ImageMarker extends Widget_Base {
20
  public function get_categories() {
21
  return [ 'htmega-addons' ];
22
  }
 
 
 
 
 
 
 
 
23
 
24
  public function get_style_depends() {
25
  return [
20
  public function get_categories() {
21
  return [ 'htmega-addons' ];
22
  }
23
+
24
+ public function get_keywords() {
25
+ return ['image pointer','marker', 'image marker', 'ht mega', 'htmega'];
26
+ }
27
+
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/creative-widgets/image-marker-widget/';
30
+ }
31
 
32
  public function get_style_depends() {
33
  return [
includes/widgets/htmega_layer_slider.php CHANGED
@@ -27,6 +27,15 @@ class HTMega_Elementor_Widget_Layer_Slider extends Widget_Base {
27
  ];
28
  }
29
 
 
 
 
 
 
 
 
 
 
30
  public function htmega_get_layer_slider_list() {
31
  if(shortcode_exists("layerslider")){
32
  $output = '';
27
  ];
28
  }
29
 
30
+ public function get_keywords() {
31
+ return [ 'layerslider', 'layer slider', 'slider','ht mega','htmega addons' ];
32
+ }
33
+
34
+ public function get_help_url() {
35
+ return 'https://wphtmega.com/docs/3rd-party-plugin-widgets/layer-slider-widget/';
36
+ }
37
+
38
+
39
  public function htmega_get_layer_slider_list() {
40
  if(shortcode_exists("layerslider")){
41
  $output = '';
includes/widgets/htmega_mailchimp_for_wp.php CHANGED
@@ -21,6 +21,14 @@ class HTMega_Elementor_Widget_Mailchimp_Wp extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
 
 
24
  public function get_style_depends(){
25
  return [
26
  'htmega-widgets',
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_keywords() {
25
+ return ['email subscription', 'mailchimp for wp', 'htmega', 'ht mega'];
26
+ }
27
+
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/?dr=14055';
30
+ }
31
+
32
  public function get_style_depends(){
33
  return [
34
  'htmega-widgets',
includes/widgets/htmega_ninja_forms.php CHANGED
@@ -17,10 +17,18 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
17
  return 'htmega-icon eicon-mail';
18
  }
19
 
 
 
 
 
20
  public function get_categories() {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
24
  public function get_style_depends(){
25
  return [
26
  'htmega-widgets',
@@ -170,7 +178,30 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
170
  ],
171
  ]
172
  );
173
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  $this->end_controls_section(); // Form title style
175
 
176
  // Style Description tab section
@@ -249,28 +280,72 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
249
  ],
250
  ]
251
  );
252
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
253
  $this->end_controls_section(); // Form Description style
254
 
255
  // Label style tab start
256
  $this->start_controls_section(
257
  'ninjaform_label_style',
258
  [
259
- 'label' => __( 'Label', 'htmega-addons' ),
260
  'tab' => Controls_Manager::TAB_STYLE,
261
- 'condition'=>[
262
- 'show_form_title!'=>'yes',
263
- ]
264
  ]
265
  );
266
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
267
  $this->add_control(
268
  'ninjaform_label_background',
269
  [
270
  'label' => __( 'Background', 'htmega-addons' ),
271
  'type' => Controls_Manager::COLOR,
272
  'selectors' => [
273
- '{{WRAPPER}} .nf-field-label label' => 'background-color: {{VALUE}};',
 
274
  ],
275
  ]
276
  );
@@ -281,16 +356,26 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
281
  'label' => __( 'Color', 'htmega-addons' ),
282
  'type' => Controls_Manager::COLOR,
283
  'selectors' => [
284
- '{{WRAPPER}} .nf-field-label label' => 'color: {{VALUE}};',
285
  ],
286
  ]
287
  );
288
-
 
 
 
 
 
 
 
 
 
 
289
  $this->add_group_control(
290
  Group_Control_Typography::get_type(),
291
  [
292
  'name' => 'ninjaform_label_typography',
293
- 'selector' => '{{WRAPPER}} .nf-field-label label',
294
  ]
295
  );
296
 
@@ -299,7 +384,7 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
299
  [
300
  'name' => 'ninjaform_label_border',
301
  'label' => __( 'Border', 'htmega-addons' ),
302
- 'selector' => '{{WRAPPER}} .nf-field-label label',
303
  ]
304
  );
305
 
@@ -309,7 +394,7 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
309
  'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
310
  'type' => Controls_Manager::DIMENSIONS,
311
  'selectors' => [
312
- '{{WRAPPER}} .nf-field-label label' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
313
  ],
314
  'separator' =>'before',
315
  ]
@@ -322,7 +407,7 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
322
  'type' => Controls_Manager::DIMENSIONS,
323
  'size_units' => [ 'px', '%', 'em' ],
324
  'selectors' => [
325
- '{{WRAPPER}} .nf-field-label label' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
326
  ],
327
  'separator' =>'before',
328
  ]
@@ -340,7 +425,45 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
340
  'separator' =>'before',
341
  ]
342
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
343
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  $this->end_controls_section(); // // Label style tab end
345
 
346
  // Style Input tab section
@@ -351,7 +474,16 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
351
  'tab' => Controls_Manager::TAB_STYLE,
352
  ]
353
  );
354
-
 
 
 
 
 
 
 
 
 
355
  $this->add_control(
356
  'ninjaform_input_background_color',
357
  [
@@ -375,7 +507,18 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
375
  ],
376
  ]
377
  );
378
-
 
 
 
 
 
 
 
 
 
 
 
379
  $this->add_group_control(
380
  Group_Control_Typography::get_type(),
381
  [
@@ -450,7 +593,98 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
450
  ],
451
  ]
452
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
453
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
454
  $this->end_controls_section(); // Form input style
455
 
456
  // Style Textarea tab section
@@ -461,103 +695,214 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
461
  'tab' => Controls_Manager::TAB_STYLE,
462
  ]
463
  );
464
-
465
- $this->add_control(
466
- 'ninjaform_textarea_background_color',
467
- [
468
- 'label' => __( 'Background Color', 'htmega-addons' ),
469
- 'type' => Controls_Manager::COLOR,
470
- 'default' => '#ffffff',
471
- 'selectors' => [
472
- '{{WRAPPER}} .nf-form-layout .nf-field textarea' => 'background-color: {{VALUE}}',
473
- ],
474
- ]
475
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
476
 
477
- $this->add_control(
478
- 'ninjaform_textarea_color',
479
- [
480
- 'label' => __( 'Color', 'htmega-addons' ),
481
- 'type' => Controls_Manager::COLOR,
482
- 'default' => '#212529',
483
- 'selectors' => [
484
- '{{WRAPPER}} .nf-form-layout .nf-field textarea' => 'color: {{VALUE}}',
485
- ],
486
- ]
487
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
488
 
489
- $this->add_group_control(
490
- Group_Control_Typography::get_type(),
491
- [
492
- 'name' => 'ninjaform_textarea_typography',
493
- 'selector' => '{{WRAPPER}} .nf-form-layout .nf-field textarea',
494
- ]
495
- );
 
 
 
 
 
 
 
 
 
 
 
496
 
497
- $this->add_responsive_control(
498
- 'ninjaform_textarea_height',
499
- [
500
- 'label' => __( 'Height', 'htmega-addons' ),
501
- 'type' => Controls_Manager::SLIDER,
502
- 'range' => [
503
- 'px' => [
504
- 'min' => 0,
505
- 'max' => 500,
506
- 'step' => 1,
507
- ],
508
- ],
509
- 'size_units' => [ 'px', 'em', '%' ],
510
- 'selectors' => [
511
- '{{WRAPPER}} .nf-form-layout .nf-field textarea' => 'height: {{SIZE}}{{UNIT}}',
512
- ],
513
- ]
514
- );
515
 
516
- $this->add_responsive_control(
517
- 'ninjaform_textarea_padding',
518
- [
519
- 'label' => __( 'Padding', 'htmega-addons' ),
520
- 'type' => Controls_Manager::DIMENSIONS,
521
- 'size_units' => [ 'px', '%', 'em' ],
522
- 'selectors' => [
523
- '{{WRAPPER}} .nf-form-layout .nf-field textarea' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
524
- ],
525
- 'separator' =>'before',
526
- ]
527
- );
528
 
529
- $this->add_responsive_control(
530
- 'ninjaform_textarea_margin',
531
- [
532
- 'label' => __( 'Margin', 'htmega-addons' ),
533
- 'type' => Controls_Manager::DIMENSIONS,
534
- 'size_units' => [ 'px', '%', 'em' ],
535
- 'selectors' => [
536
- '{{WRAPPER}} .nf-form-layout .nf-field textarea' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
537
- ],
538
- ]
539
- );
540
 
541
- $this->add_group_control(
542
- Group_Control_Border::get_type(),
543
- [
544
- 'name' => 'ninjaform_textarea_border',
545
- 'label' => __( 'Border', 'htmega-addons' ),
546
- 'selector' => '{{WRAPPER}} .nf-form-layout .nf-field textarea',
547
- ]
548
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
549
 
550
- $this->add_responsive_control(
551
- 'ninjaform_textarea_border_radius',
552
- [
553
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
554
- 'type' => Controls_Manager::DIMENSIONS,
555
- 'selectors' => [
556
- '{{WRAPPER}} .nf-form-layout .nf-field textarea' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
557
- ],
558
- ]
559
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
561
  $this->end_controls_section(); // Form input style
562
 
563
 
@@ -679,7 +1024,30 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
679
  'selector' => '{{WRAPPER}} .nf-form-layout .submit-container input[type="button"]',
680
  ]
681
  );
682
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
683
  $this->end_controls_tab(); // Button Normal tab end
684
 
685
  // Button Hover tab start
@@ -726,7 +1094,89 @@ class HTMega_Elementor_Widget_Ninja_Form extends Widget_Base {
726
  $this->end_controls_tabs();
727
 
728
  $this->end_controls_section(); // Input submit button style tab end
 
 
 
 
 
 
 
 
729
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
730
  }
731
 
732
  protected function render( $instance = [] ) {
17
  return 'htmega-icon eicon-mail';
18
  }
19
 
20
+ public function get_keywords() {
21
+ return [ 'form', 'contact', 'ninja', 'contact form','ninja form','htmega' ];
22
+ }
23
+
24
  public function get_categories() {
25
  return [ 'htmega-addons' ];
26
  }
27
 
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/forms-widgets/ninja-form-widget/';
30
+ }
31
+
32
  public function get_style_depends(){
33
  return [
34
  'htmega-widgets',
178
  ],
179
  ]
180
  );
181
+ $this->add_responsive_control(
182
+ 'ninjaformninjaform_title_align',
183
+ [
184
+ 'label' => __( 'Alignment', 'htmega-addons' ),
185
+ 'type' => Controls_Manager::CHOOSE,
186
+ 'options' => [
187
+ 'left' => [
188
+ 'title' => __( 'Left', 'htmega-addons' ),
189
+ 'icon' => 'eicon-text-align-left',
190
+ ],
191
+ 'center' => [
192
+ 'title' => __( 'Center', 'htmega-addons' ),
193
+ 'icon' => 'eicon-text-align-center',
194
+ ],
195
+ 'right' => [
196
+ 'title' => __( 'Right', 'htmega-addons' ),
197
+ 'icon' => 'eicon-text-align-right',
198
+ ]
199
+ ],
200
+ 'selectors' => [
201
+ '{{WRAPPER}} span.nf-form-title' => 'text-align: {{VALUE}};',
202
+ ],
203
+ ]
204
+ );
205
  $this->end_controls_section(); // Form title style
206
 
207
  // Style Description tab section
280
  ],
281
  ]
282
  );
283
+ $this->add_responsive_control(
284
+ 'ninjaform_description_align',
285
+ [
286
+ 'label' => __( 'Alignment', 'htmega-addons' ),
287
+ 'type' => Controls_Manager::CHOOSE,
288
+ 'options' => [
289
+ 'left' => [
290
+ 'title' => __( 'Left', 'htmega-addons' ),
291
+ 'icon' => 'eicon-text-align-left',
292
+ ],
293
+ 'center' => [
294
+ 'title' => __( 'Center', 'htmega-addons' ),
295
+ 'icon' => 'eicon-text-align-center',
296
+ ],
297
+ 'right' => [
298
+ 'title' => __( 'Right', 'htmega-addons' ),
299
+ 'icon' => 'eicon-text-align-right',
300
+ ]
301
+ ],
302
+ 'selectors' => [
303
+ '{{WRAPPER}} .nf-before-form-content' => 'text-align: {{VALUE}};',
304
+ ],
305
+ ]
306
+ );
307
  $this->end_controls_section(); // Form Description style
308
 
309
  // Label style tab start
310
  $this->start_controls_section(
311
  'ninjaform_label_style',
312
  [
313
+ 'label' => __( 'Labels', 'htmega-addons' ),
314
  'tab' => Controls_Manager::TAB_STYLE,
 
 
 
315
  ]
316
  );
317
+ $this->add_responsive_control(
318
+ 'htmega_label_align',
319
+ [
320
+ 'label' => __( 'Alignment', 'htmega-addons' ),
321
+ 'type' => Controls_Manager::CHOOSE,
322
+ 'options' => [
323
+ 'left' => [
324
+ 'title' => __( 'Left', 'htmega-addons' ),
325
+ 'icon' => 'eicon-text-align-left',
326
+ ],
327
+ 'center' => [
328
+ 'title' => __( 'Center', 'htmega-addons' ),
329
+ 'icon' => 'eicon-text-align-center',
330
+ ],
331
+ 'right' => [
332
+ 'title' => __( 'Right', 'htmega-addons' ),
333
+ 'icon' => 'eicon-text-align-right',
334
+ ]
335
+ ],
336
+ 'selectors' => [
337
+ '{{WRAPPER}} .nf-field-label label,{{WRAPPER}} .nf-field-element label,{{WRAPPER}} .nf-field-description,{{WRAPPER}} .nf-field,{{WRAPPER}} .nf-field-label,{{WRAPPER}} .field-wrap, {{WRAPPER}} .nf-error' => 'text-align: {{VALUE}}; justify-content:{{VALUE}};',
338
+ ],
339
+ ]
340
+ );
341
  $this->add_control(
342
  'ninjaform_label_background',
343
  [
344
  'label' => __( 'Background', 'htmega-addons' ),
345
  'type' => Controls_Manager::COLOR,
346
  'selectors' => [
347
+ '{{WRAPPER}} .nf-field-label label,{{WRAPPER}} .nf-field-element label' => 'background-color: {{VALUE}};',
348
+ '{{WRAPPER}} .nf-field-element label' => 'display: inline-block;',
349
  ],
350
  ]
351
  );
356
  'label' => __( 'Color', 'htmega-addons' ),
357
  'type' => Controls_Manager::COLOR,
358
  'selectors' => [
359
+ '{{WRAPPER}} .nf-field-label label,{{WRAPPER}} .nf-field-element label' => 'color: {{VALUE}};',
360
  ],
361
  ]
362
  );
363
+ $this->add_control(
364
+ 'ninjaform_label_required_color',
365
+ [
366
+ 'label' => __( 'Required Symbol Color', 'htmega-addons' ),
367
+ 'type' => Controls_Manager::COLOR,
368
+ 'selectors' => [
369
+ '{{WRAPPER}} .ninja-forms-req-symbol' => 'color: {{VALUE}};',
370
+ ],
371
+ ]
372
+ );
373
+
374
  $this->add_group_control(
375
  Group_Control_Typography::get_type(),
376
  [
377
  'name' => 'ninjaform_label_typography',
378
+ 'selector' => '{{WRAPPER}} .nf-field-label label,{{WRAPPER}} .nf-field-element label',
379
  ]
380
  );
381
 
384
  [
385
  'name' => 'ninjaform_label_border',
386
  'label' => __( 'Border', 'htmega-addons' ),
387
+ 'selector' => '{{WRAPPER}} .nf-field-label label,{{WRAPPER}} .nf-field-element label',
388
  ]
389
  );
390
 
394
  'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
395
  'type' => Controls_Manager::DIMENSIONS,
396
  'selectors' => [
397
+ '{{WRAPPER}} .nf-field-label label,{{WRAPPER}} .nf-field-element label' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
398
  ],
399
  'separator' =>'before',
400
  ]
407
  'type' => Controls_Manager::DIMENSIONS,
408
  'size_units' => [ 'px', '%', 'em' ],
409
  'selectors' => [
410
+ '{{WRAPPER}} .nf-field-label label,{{WRAPPER}} .nf-field-element label' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
411
  ],
412
  'separator' =>'before',
413
  ]
425
  'separator' =>'before',
426
  ]
427
  );
428
+ // Description style
429
+ $this->add_control(
430
+ 'htmega_form_description_heading',
431
+ [
432
+ 'label' => __( 'Description Style', 'htmega-addons' ),
433
+ 'type' => Controls_Manager::HEADING,
434
+ 'separator' => 'before',
435
+ ]
436
+ );
437
+ $this->add_control(
438
+ 'htmega_form_description_text_color',
439
+ [
440
+ 'label' => __( 'Color', 'htmega-addons' ),
441
+ 'type' => Controls_Manager::COLOR,
442
+ 'selectors' => [
443
+ '{{WRAPPER}} .nf-field-description' => 'color: {{VALUE}};',
444
+ ],
445
+ ]
446
+ );
447
 
448
+ $this->add_group_control(
449
+ Group_Control_Typography::get_type(),
450
+ [
451
+ 'name' => 'htmega_form_description_typogra',
452
+ 'selector' => '{{WRAPPER}} .nf-field-description',
453
+ ]
454
+ );
455
+ $this->add_responsive_control(
456
+ 'htmega_form_input_description_margin',
457
+ [
458
+ 'label' => __( 'Margin', 'htmega-addons' ),
459
+ 'type' => Controls_Manager::DIMENSIONS,
460
+ 'size_units' => [ 'px', '%', 'em' ],
461
+ 'selectors' => [
462
+ '{{WRAPPER}} .nf-field-description' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
463
+ ],
464
+ 'separator' =>'before',
465
+ ]
466
+ );
467
  $this->end_controls_section(); // // Label style tab end
468
 
469
  // Style Input tab section
474
  'tab' => Controls_Manager::TAB_STYLE,
475
  ]
476
  );
477
+ $this->start_controls_tabs(
478
+ 'style_input_tabs'
479
+ );
480
+ // Normal Style Tab
481
+ $this->start_controls_tab(
482
+ 'style_input_normal_tab',
483
+ [
484
+ 'label' => __( 'Normal', 'htmega-addons' ),
485
+ ]
486
+ );
487
  $this->add_control(
488
  'ninjaform_input_background_color',
489
  [
507
  ],
508
  ]
509
  );
510
+ $this->add_control(
511
+ 'htmega_input_placeholder_color',
512
+ [
513
+ 'label' => __( 'Placeholder Color', 'htmega-addons' ),
514
+ 'type' => Controls_Manager::COLOR,
515
+ 'selectors' => [
516
+ '{{WRAPPER}} .nf-form-layout .nf-field input::-webkit-input-placeholder' => 'color: {{VALUE}}',
517
+ '{{WRAPPER}} .nf-form-layout .nf-field input::-moz-placeholder' => 'color: {{VALUE}}',
518
+ '{{WRAPPER}} .nf-form-layout .nf-field input::-ms-input-placeholder' => 'color: {{VALUE}}',
519
+ ],
520
+ ]
521
+ );
522
  $this->add_group_control(
523
  Group_Control_Typography::get_type(),
524
  [
593
  ],
594
  ]
595
  );
596
+ $this->add_group_control(
597
+ Group_Control_Box_Shadow::get_type(),
598
+ [
599
+ 'name' => 'htmega_input_box_shadow',
600
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
601
+ 'selector' => '{{WRAPPER}} .nf-form-layout .nf-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),{{WRAPPER}} .nf-form-layout .nf-field select',
602
+ ]
603
+ );
604
+ $this->add_responsive_control(
605
+ 'htmega_input_align',
606
+ [
607
+ 'label' => __( 'Alignment', 'htmega-addons' ),
608
+ 'type' => Controls_Manager::CHOOSE,
609
+ 'options' => [
610
+ 'left' => [
611
+ 'title' => __( 'Left', 'htmega-addons' ),
612
+ 'icon' => 'eicon-text-align-left',
613
+ ],
614
+ 'center' => [
615
+ 'title' => __( 'Center', 'htmega-addons' ),
616
+ 'icon' => 'eicon-text-align-center',
617
+ ],
618
+ 'right' => [
619
+ 'title' => __( 'Right', 'htmega-addons' ),
620
+ 'icon' => 'eicon-text-align-right',
621
+ ]
622
+ ],
623
+ 'selectors' => [
624
+ '{{WRAPPER}} .nf-form-layout .nf-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),{{WRAPPER}} .nf-form-layout .nf-field select' => 'text-align: {{VALUE}};',
625
+ ],
626
+ ]
627
+ );
628
+ $this->end_controls_tab();
629
+
630
+ // Hover Style Tab
631
+ $this->start_controls_tab(
632
+ 'style_input_foucs_tab',
633
+ [
634
+ 'label' => __( 'Focus', 'htmega-addons' ),
635
+ ]
636
+ );
637
+ $this->add_control(
638
+ 'ninjaform_input_background_color_focus',
639
+ [
640
+ 'label' => __( 'Background Color', 'htmega-addons' ),
641
+ 'type' => Controls_Manager::COLOR,
642
+ 'selectors' => [
643
+ '{{WRAPPER}} .nf-form-layout .nf-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, {{WRAPPER}} .nf-form-layout .nf-field select:focus' => 'background-color: {{VALUE}}',
644
+ ],
645
+ ]
646
+ );
647
+
648
+ $this->add_control(
649
+ 'ninjaform_input_color_focus',
650
+ [
651
+ 'label' => __( 'Color', 'htmega-addons' ),
652
+ 'type' => Controls_Manager::COLOR,
653
+ 'selectors' => [
654
+ '{{WRAPPER}} .nf-form-layout .nf-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, {{WRAPPER}} .nf-form-layout .nf-field select:focus' => 'color: {{VALUE}}',
655
+ ],
656
+ ]
657
+ );
658
+ $this->add_group_control(
659
+ Group_Control_Border::get_type(),
660
+ [
661
+ 'name' => 'ninjaform_input_border_focus',
662
+ 'label' => __( 'Border', 'htmega-addons' ),
663
+ 'selector' => '{{WRAPPER}} .nf-form-layout .nf-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, {{WRAPPER}} .nf-form-layout .nf-field select:focus',
664
+ ]
665
+ );
666
 
667
+ $this->add_responsive_control(
668
+ 'ninjaform_input_border_radius_focus',
669
+ [
670
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
671
+ 'type' => Controls_Manager::DIMENSIONS,
672
+ 'selectors' => [
673
+ '{{WRAPPER}} .nf-form-layout .nf-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
674
+ '{{WRAPPER}} .nf-form-layout .nf-field select:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
675
+ ],
676
+ ]
677
+ );
678
+ $this->add_group_control(
679
+ Group_Control_Box_Shadow::get_type(),
680
+ [
681
+ 'name' => 'htmega_input_box_shadow_focus',
682
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
683
+ 'selector' => '{{WRAPPER}} .nf-form-layout .nf-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),{{WRAPPER}} .nf-form-layout .nf-field select:focus',
684
+ ]
685
+ );
686
+ $this->end_controls_tab();
687
+ $this->end_controls_tabs();
688
  $this->end_controls_section(); // Form input style
689
 
690
  // Style Textarea tab section
695
  'tab' => Controls_Manager::TAB_STYLE,
696
  ]
697
  );
698
+ $this->start_controls_tabs(
699
+ 'style_textarea_tabs'
 
 
 
 
 
 
 
 
 
700
  );
701
+ // Normal Style Tab
702
+ $this->start_controls_tab(
703
+ 'style_textarea_normal_tab',
704
+ [
705
+ 'label' => __( 'Normal', 'htmega-addons' ),
706
+ ]
707
+ );
708
+
709
+ $this->add_control(
710
+ 'ninjaform_textarea_background_color',
711
+ [
712
+ 'label' => __( 'Background Color', 'htmega-addons' ),
713
+ 'type' => Controls_Manager::COLOR,
714
+ 'default' => '#ffffff',
715
+ 'selectors' => [
716
+ '{{WRAPPER}} .nf-form-layout .nf-field textarea' => 'background-color: {{VALUE}}',
717
+ ],
718
+ ]
719
+ );
720
 
721
+ $this->add_control(
722
+ 'ninjaform_textarea_color',
723
+ [
724
+ 'label' => __( 'Color', 'htmega-addons' ),
725
+ 'type' => Controls_Manager::COLOR,
726
+ 'default' => '#212529',
727
+ 'selectors' => [
728
+ '{{WRAPPER}} .nf-form-layout .nf-field textarea' => 'color: {{VALUE}}',
729
+ ],
730
+ ]
731
+ );
732
+ $this->add_control(
733
+ 'htmega_textarea_placeholder_color',
734
+ [
735
+ 'label' => __( 'Placeholder Color', 'htmega-addons' ),
736
+ 'type' => Controls_Manager::COLOR,
737
+ 'selectors' => [
738
+ '{{WRAPPER}} .nf-form-layout .nf-field textarea::-webkit-input-placeholder' => 'color: {{VALUE}}',
739
+ '{{WRAPPER}} .nf-form-layout .nf-field textarea::-moz-placeholder' => 'color: {{VALUE}}',
740
+ '{{WRAPPER}} .nf-form-layout .nf-field textarea::-ms-input-placeholder' => 'color: {{VALUE}}',
741
+ ],
742
+ ]
743
+ );
744
+ $this->add_group_control(
745
+ Group_Control_Typography::get_type(),
746
+ [
747
+ 'name' => 'ninjaform_textarea_typography',
748
+ 'selector' => '{{WRAPPER}} .nf-form-layout .nf-field textarea',
749
+ ]
750
+ );
751
 
752
+ $this->add_responsive_control(
753
+ 'ninjaform_textarea_height',
754
+ [
755
+ 'label' => __( 'Height', 'htmega-addons' ),
756
+ 'type' => Controls_Manager::SLIDER,
757
+ 'range' => [
758
+ 'px' => [
759
+ 'min' => 0,
760
+ 'max' => 500,
761
+ 'step' => 1,
762
+ ],
763
+ ],
764
+ 'size_units' => [ 'px', 'em', '%' ],
765
+ 'selectors' => [
766
+ '{{WRAPPER}} .nf-form-layout .nf-field textarea' => 'height: {{SIZE}}{{UNIT}}',
767
+ ],
768
+ ]
769
+ );
770
 
771
+ $this->add_responsive_control(
772
+ 'ninjaform_textarea_padding',
773
+ [
774
+ 'label' => __( 'Padding', 'htmega-addons' ),
775
+ 'type' => Controls_Manager::DIMENSIONS,
776
+ 'size_units' => [ 'px', '%', 'em' ],
777
+ 'selectors' => [
778
+ '{{WRAPPER}} .nf-form-layout .nf-field textarea' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
779
+ ],
780
+ 'separator' =>'before',
781
+ ]
782
+ );
 
 
 
 
 
 
783
 
784
+ $this->add_responsive_control(
785
+ 'ninjaform_textarea_margin',
786
+ [
787
+ 'label' => __( 'Margin', 'htmega-addons' ),
788
+ 'type' => Controls_Manager::DIMENSIONS,
789
+ 'size_units' => [ 'px', '%', 'em' ],
790
+ 'selectors' => [
791
+ '{{WRAPPER}} .nf-form-layout .nf-field textarea' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
792
+ ],
793
+ ]
794
+ );
 
795
 
796
+ $this->add_group_control(
797
+ Group_Control_Border::get_type(),
798
+ [
799
+ 'name' => 'ninjaform_textarea_border',
800
+ 'label' => __( 'Border', 'htmega-addons' ),
801
+ 'selector' => '{{WRAPPER}} .nf-form-layout .nf-field textarea',
802
+ ]
803
+ );
 
 
 
804
 
805
+ $this->add_responsive_control(
806
+ 'ninjaform_textarea_border_radius',
807
+ [
808
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
809
+ 'type' => Controls_Manager::DIMENSIONS,
810
+ 'selectors' => [
811
+ '{{WRAPPER}} .nf-form-layout .nf-field textarea' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
812
+ ],
813
+ ]
814
+ );
815
+ $this->add_responsive_control(
816
+ 'htmega_textarea_align',
817
+ [
818
+ 'label' => __( 'Alignment', 'htmega-addons' ),
819
+ 'type' => Controls_Manager::CHOOSE,
820
+ 'options' => [
821
+ 'left' => [
822
+ 'title' => __( 'Left', 'htmega-addons' ),
823
+ 'icon' => 'eicon-text-align-left',
824
+ ],
825
+ 'center' => [
826
+ 'title' => __( 'Center', 'htmega-addons' ),
827
+ 'icon' => 'eicon-text-align-center',
828
+ ],
829
+ 'right' => [
830
+ 'title' => __( 'Right', 'htmega-addons' ),
831
+ 'icon' => 'eicon-text-align-right',
832
+ ]
833
+ ],
834
+ 'selectors' => [
835
+ '{{WRAPPER}} .nf-form-layout .nf-field textarea' => 'text-align: {{VALUE}};',
836
+ ],
837
+ ]
838
+ );
839
+ $this->add_group_control(
840
+ Group_Control_Box_Shadow::get_type(),
841
+ [
842
+ 'name' => 'htmega_textarea_box_shadow',
843
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
844
+ 'selector' => '{{WRAPPER}} .nf-form-layout .nf-field textarea',
845
+ ]
846
+ );
847
+ $this->end_controls_tab();
848
+ // Hover Style Tab
849
+ $this->start_controls_tab(
850
+ 'style_textarea_focus_tab',
851
+ [
852
+ 'label' => __( 'Focus', 'htmega-addons' ),
853
+ ]
854
+ );
855
 
856
+ $this->add_control(
857
+ 'ninjaform_textarea_background_color_focus',
858
+ [
859
+ 'label' => __( 'Background Color', 'htmega-addons' ),
860
+ 'type' => Controls_Manager::COLOR,
861
+ 'selectors' => [
862
+ '{{WRAPPER}} .nf-form-layout .nf-field textarea:focus' => 'background-color: {{VALUE}}',
863
+ ],
864
+ ]
865
+ );
866
+
867
+ $this->add_control(
868
+ 'ninjaform_textarea_color_focus',
869
+ [
870
+ 'label' => __( 'Color', 'htmega-addons' ),
871
+ 'type' => Controls_Manager::COLOR,
872
+ 'selectors' => [
873
+ '{{WRAPPER}} .nf-form-layout .nf-field textarea:focus' => 'color: {{VALUE}}',
874
+ ],
875
+ ]
876
+ );
877
+ $this->add_group_control(
878
+ Group_Control_Border::get_type(),
879
+ [
880
+ 'name' => 'ninjaform_textarea_border_focus',
881
+ 'label' => __( 'Border', 'htmega-addons' ),
882
+ 'selector' => '{{WRAPPER}} .nf-form-layout .nf-field textarea:focus',
883
+ ]
884
+ );
885
 
886
+ $this->add_responsive_control(
887
+ 'ninjaform_textarea_border_radius_focus',
888
+ [
889
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
890
+ 'type' => Controls_Manager::DIMENSIONS,
891
+ 'selectors' => [
892
+ '{{WRAPPER}} .nf-form-layout .nf-field textarea:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
893
+ ],
894
+ ]
895
+ );
896
+ $this->add_group_control(
897
+ Group_Control_Box_Shadow::get_type(),
898
+ [
899
+ 'name' => 'htmega_textarea_box_shadow_focus',
900
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
901
+ 'selector' => '{{WRAPPER}} .nf-form-layout .nf-field textarea:focus',
902
+ ]
903
+ );
904
+ $this->end_controls_tab();
905
+ $this->end_controls_tabs();
906
  $this->end_controls_section(); // Form input style
907
 
908
 
1024
  'selector' => '{{WRAPPER}} .nf-form-layout .submit-container input[type="button"]',
1025
  ]
1026
  );
1027
+ $this->add_responsive_control(
1028
+ 'htmega_button_align',
1029
+ [
1030
+ 'label' => __( 'Alignment', 'htmega-addons' ),
1031
+ 'type' => Controls_Manager::CHOOSE,
1032
+ 'options' => [
1033
+ 'left' => [
1034
+ 'title' => __( 'Left', 'htmega-addons' ),
1035
+ 'icon' => 'eicon-text-align-left',
1036
+ ],
1037
+ 'center' => [
1038
+ 'title' => __( 'Center', 'htmega-addons' ),
1039
+ 'icon' => 'eicon-text-align-center',
1040
+ ],
1041
+ 'right' => [
1042
+ 'title' => __( 'Right', 'htmega-addons' ),
1043
+ 'icon' => 'eicon-text-align-right',
1044
+ ]
1045
+ ],
1046
+ 'selectors' => [
1047
+ '{{WRAPPER}} .submit-wrap' => 'text-align: {{VALUE}};',
1048
+ ],
1049
+ ]
1050
+ );
1051
  $this->end_controls_tab(); // Button Normal tab end
1052
 
1053
  // Button Hover tab start
1094
  $this->end_controls_tabs();
1095
 
1096
  $this->end_controls_section(); // Input submit button style tab end
1097
+ // Input error style tab start
1098
+ $this->start_controls_section(
1099
+ 'htmega_input_error_style',
1100
+ [
1101
+ 'label' => __( 'Errors and Success Style', 'htmega-addons' ),
1102
+ 'tab' => Controls_Manager::TAB_STYLE,
1103
+ ]
1104
+ );
1105
 
1106
+ $this->add_control(
1107
+ 'htmega_error_text_color',
1108
+ [
1109
+ 'label' => __( 'Error Color', 'htmega-addons' ),
1110
+ 'type' => Controls_Manager::COLOR,
1111
+ 'selectors' => [
1112
+ '{{WRAPPER}} .nf-error .nf-error-msg, {{WRAPPER}} .nf-error,{{WRAPPER}} .nf-error-msg' => 'color: {{VALUE}};',
1113
+ ],
1114
+ ]
1115
+ );
1116
+ $this->add_group_control(
1117
+ Group_Control_Typography::get_type(),
1118
+ [
1119
+ 'name' => 'htmega_error_text_typography',
1120
+ 'selector' => '{{WRAPPER}} .nf-error .nf-error-msg, {{WRAPPER}} .nf-error,{{WRAPPER}} .nf-error-msg',
1121
+ ]
1122
+ );
1123
+ $this->add_control(
1124
+ 'htmega_error_border_color',
1125
+ [
1126
+ 'label' => __( 'Border Color', 'htmega-addons' ),
1127
+ 'type' => Controls_Manager::COLOR,
1128
+ 'selectors' => [
1129
+ '{{WRAPPER}} .nf-error .ninja-forms-field' => 'border-color: {{VALUE}}!important;',
1130
+ ],
1131
+ ]
1132
+ );
1133
+ // Validation Pass style
1134
+ $this->add_control(
1135
+ 'htmega_value_pass_style',
1136
+ [
1137
+ 'label' => __( 'Validation Pass Style', 'htmega-addons' ),
1138
+ 'type' => Controls_Manager::HEADING,
1139
+ 'separator' => 'before',
1140
+ ]
1141
+ );
1142
+ $this->add_control(
1143
+ 'htmega_validation_color',
1144
+ [
1145
+ 'label' => __( 'Color', 'htmega-addons' ),
1146
+ 'type' => Controls_Manager::COLOR,
1147
+ 'selectors' => [
1148
+ '{{WRAPPER}} .nf-pass .ninja-forms-field' => 'border-color: {{VALUE}}!important;',
1149
+ '{{WRAPPER}} .nf-pass.field-wrap .nf-field-element:after' => 'color: {{VALUE}};',
1150
+ ],
1151
+ ]
1152
+ );
1153
+ // Feedback style
1154
+ $this->add_control(
1155
+ 'htmega_error_submit_feedback_style',
1156
+ [
1157
+ 'label' => __( 'Success Style', 'htmega-addons' ),
1158
+ 'type' => Controls_Manager::HEADING,
1159
+ 'separator' => 'before',
1160
+ ]
1161
+ );
1162
+ $this->add_control(
1163
+ 'htmega_feedback_text_color',
1164
+ [
1165
+ 'label' => __( 'Color', 'htmega-addons' ),
1166
+ 'type' => Controls_Manager::COLOR,
1167
+ 'selectors' => [
1168
+ '{{WRAPPER}} .nf-response-msg' => 'color: {{VALUE}};',
1169
+ ],
1170
+ ]
1171
+ );
1172
+ $this->add_group_control(
1173
+ Group_Control_Typography::get_type(),
1174
+ [
1175
+ 'name' => 'htmega_feedback_text_typography',
1176
+ 'selector' => '{{WRAPPER}} .nf-response-msg',
1177
+ ]
1178
+ );
1179
+ $this->end_controls_section(); // Input error style tab end
1180
  }
1181
 
1182
  protected function render( $instance = [] ) {
includes/widgets/htmega_notify.php CHANGED
@@ -17,10 +17,18 @@ class HTMega_Elementor_Widget_Notify extends Widget_Base {
17
  return 'htmega-icon eicon-alert';
18
  }
19
 
 
 
 
 
20
  public function get_categories() {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
24
  public function get_style_depends(){
25
  return [
26
  'htmega-widgets',
17
  return 'htmega-icon eicon-alert';
18
  }
19
 
20
+ public function get_keywords() {
21
+ return ['notification','notice','remark', 'ht mega', 'htmega', 'notify'];
22
+ }
23
+
24
  public function get_categories() {
25
  return [ 'htmega-addons' ];
26
  }
27
 
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/creative-widgets/notification-widget/';
30
+ }
31
+
32
  public function get_style_depends(){
33
  return [
34
  'htmega-widgets',
includes/widgets/htmega_offcanvas.php CHANGED
@@ -21,6 +21,14 @@ class HTMega_Elementor_Widget_Offcanvas extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
 
 
24
  public function get_style_depends(){
25
  return [
26
  'htmega-widgets',
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_keywords() {
25
+ return ['Off-Canvas','Off canvas', 'ht mega', 'htmega', 'offcanvas'];
26
+ }
27
+
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/creative-widgets/off-canvas-widget/';
30
+ }
31
+
32
  public function get_style_depends(){
33
  return [
34
  'htmega-widgets',
includes/widgets/htmega_pricing_list_view.php CHANGED
@@ -21,6 +21,14 @@ class HTMega_Elementor_Widget_Pricing_List_View extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
 
 
24
  public function get_style_depends(){
25
  return [
26
  'htmega-widgets',
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_keywords() {
25
+ return ['price list','list view','elementor list view','elementor pricing list','elementor price list', 'pricing list view', 'htmega', 'ht mega'];
26
+ }
27
+
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/general-widgets/pricing-list-view-widget-2/';
30
+ }
31
+
32
  public function get_style_depends(){
33
  return [
34
  'htmega-widgets',
includes/widgets/htmega_pricing_table.php CHANGED
@@ -27,6 +27,14 @@ class HTMega_Elementor_Widget_Pricing_Table extends Widget_Base
27
  return ['htmega-addons'];
28
  }
29
 
 
 
 
 
 
 
 
 
30
  public function get_style_depends(){
31
  return [
32
  'htmega-widgets',
27
  return ['htmega-addons'];
28
  }
29
 
30
+ public function get_keywords() {
31
+ return ['price table','table', 'pricing table', 'htmega', 'ht mega'];
32
+ }
33
+
34
+ public function get_help_url() {
35
+ return 'https://wphtmega.com/docs/general-widgets/pricing-list-view-widget/';
36
+ }
37
+
38
  public function get_style_depends(){
39
  return [
40
  'htmega-widgets',
includes/widgets/htmega_progressbar.php CHANGED
@@ -27,6 +27,14 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
27
  ];
28
  }
29
 
 
 
 
 
 
 
 
 
30
  public function get_script_depends() {
31
  return [
32
  'easy-pie-chart',
27
  ];
28
  }
29
 
30
+ public function get_keywords() {
31
+ return ['progress bar', 'ht mega', 'htmega'];
32
+ }
33
+
34
+ public function get_help_url() {
35
+ return 'https://wphtmega.com/docs/general-widgets/progress-bar-widget/';
36
+ }
37
+
38
  public function get_script_depends() {
39
  return [
40
  'easy-pie-chart',
includes/widgets/htmega_qu_forms.php CHANGED
@@ -13,6 +13,10 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
13
  return __( 'QU Form', 'htmega-addons' );
14
  }
15
 
 
 
 
 
16
  public function get_icon() {
17
  return 'htmega-icon eicon-mail';
18
  }
@@ -21,6 +25,10 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
24
  public function get_style_depends(){
25
  return [
26
  'htmega-widgets',
@@ -72,14 +80,37 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
72
  'tab' => Controls_Manager::TAB_STYLE,
73
  ]
74
  );
75
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  $this->add_control(
77
  'quform_label_background',
78
  [
79
  'label' => __( 'Background', 'htmega-addons' ),
80
  'type' => Controls_Manager::COLOR,
81
  'selectors' => [
82
- '{{WRAPPER}} .quform-form-inner .quform-label-text' => 'background-color: {{VALUE}};',
83
  ],
84
  ]
85
  );
@@ -90,16 +121,25 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
90
  'label' => __( 'Color', 'htmega-addons' ),
91
  'type' => Controls_Manager::COLOR,
92
  'selectors' => [
93
- '{{WRAPPER}} .quform-form-inner .quform-label-text' => 'color: {{VALUE}};',
 
 
 
 
 
 
 
 
 
 
94
  ],
95
  ]
96
  );
97
-
98
  $this->add_group_control(
99
  Group_Control_Typography::get_type(),
100
  [
101
  'name' => 'quform_label_typography',
102
- 'selector' => '{{WRAPPER}} .quform-form-inner .quform-label-text',
103
  ]
104
  );
105
 
@@ -108,7 +148,7 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
108
  [
109
  'name' => 'quform_label_border',
110
  'label' => __( 'Border', 'htmega-addons' ),
111
- 'selector' => '{{WRAPPER}} .quform-form-inner .quform-label-text',
112
  ]
113
  );
114
 
@@ -118,7 +158,7 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
118
  'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
119
  'type' => Controls_Manager::DIMENSIONS,
120
  'selectors' => [
121
- '{{WRAPPER}} .quform-form-inner .quform-label-text' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
122
  ],
123
  'separator' =>'before',
124
  ]
@@ -131,7 +171,7 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
131
  'type' => Controls_Manager::DIMENSIONS,
132
  'size_units' => [ 'px', '%', 'em' ],
133
  'selectors' => [
134
- '{{WRAPPER}} .quform-form-inner .quform-label-text' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
135
  ],
136
  'separator' =>'before',
137
  ]
@@ -144,7 +184,7 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
144
  'type' => Controls_Manager::DIMENSIONS,
145
  'size_units' => [ 'px', '%', 'em' ],
146
  'selectors' => [
147
- '{{WRAPPER}} .quform-form-inner .quform-label-text' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
148
  ],
149
  'separator' =>'before',
150
  ]
@@ -160,7 +200,30 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
160
  'tab' => Controls_Manager::TAB_STYLE,
161
  ]
162
  );
163
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  $this->add_control(
165
  'quform_sublabel_background',
166
  [
@@ -248,106 +311,216 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
248
  'tab' => Controls_Manager::TAB_STYLE,
249
  ]
250
  );
251
-
252
- $this->add_control(
253
- 'quform_input_background_color',
254
- [
255
- 'label' => __( 'Background Color', 'htmega-addons' ),
256
- 'type' => Controls_Manager::COLOR,
257
- 'default' => '#ffffff',
258
- 'selectors' => [
259
- '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .quform-form-inner .quform-input select' => 'background-color: {{VALUE}}',
260
- ],
261
- ]
262
- );
263
-
264
- $this->add_control(
265
- 'quform_input_color',
266
- [
267
- 'label' => __( 'Color', 'htmega-addons' ),
268
- 'type' => Controls_Manager::COLOR,
269
- 'default' => '#212529',
270
- 'selectors' => [
271
- '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .quform-form-inner .quform-input select' => 'color: {{VALUE}}',
272
- ],
273
- ]
274
- );
275
-
276
- $this->add_group_control(
277
- Group_Control_Typography::get_type(),
278
  [
279
- 'name' => 'quform_input_typography',
280
- 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .quform-form-inner .quform-input select',
281
  ]
282
  );
283
-
284
  $this->add_responsive_control(
285
- 'quform_input_height',
286
  [
287
- 'label' => __( 'Height', 'htmega-addons' ),
288
- 'type' => Controls_Manager::SLIDER,
289
- 'range' => [
290
- 'px' => [
291
- 'min' => 0,
292
- 'max' => 100,
293
- 'step' => 1,
294
  ],
 
 
 
 
 
 
 
 
295
  ],
296
- 'size_units' => [ 'px', 'em', '%' ],
297
- 'selectors' => [
298
- '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .quform-form-inner .quform-input select' => 'height: {{SIZE}}{{UNIT}}',
299
- ],
300
- ]
301
- );
302
-
303
- $this->add_responsive_control(
304
- 'quform_input_padding',
305
- [
306
- 'label' => __( 'Padding', 'htmega-addons' ),
307
- 'type' => Controls_Manager::DIMENSIONS,
308
- 'size_units' => [ 'px', '%', 'em' ],
309
  'selectors' => [
310
- '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
311
- '{{WRAPPER}} .quform-form-inner .quform-input select' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
312
  ],
313
- 'separator' =>'before',
314
  ]
315
- );
 
 
 
 
 
 
 
 
 
 
 
316
 
317
- $this->add_responsive_control(
318
- 'quform_input_margin',
319
- [
320
- 'label' => __( 'Margin', 'htmega-addons' ),
321
- 'type' => Controls_Manager::DIMENSIONS,
322
- 'size_units' => [ 'px', '%', 'em' ],
323
- 'selectors' => [
324
- '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
325
- '{{WRAPPER}} .quform-form-inner .quform-input select' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
326
- ],
327
- ]
328
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
 
330
- $this->add_group_control(
331
- Group_Control_Border::get_type(),
332
- [
333
- 'name' => 'quform_input_border',
334
- 'label' => __( 'Border', 'htmega-addons' ),
335
- 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .quform-form-inner .quform-input select',
336
- ]
337
- );
 
 
 
 
 
 
 
 
 
 
338
 
339
- $this->add_responsive_control(
340
- 'quform_input_border_radius',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
341
  [
342
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
343
- 'type' => Controls_Manager::DIMENSIONS,
344
- 'selectors' => [
345
- '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
346
- '{{WRAPPER}} .quform-form-inner .quform-input select' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
347
- ],
348
  ]
349
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
350
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
351
  $this->end_controls_section(); // Form input style
352
 
353
  // Style Textarea tab section
@@ -358,103 +531,214 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
358
  'tab' => Controls_Manager::TAB_STYLE,
359
  ]
360
  );
361
-
362
- $this->add_control(
363
- 'quform_textarea_background_color',
 
 
 
364
  [
365
- 'label' => __( 'Background Color', 'htmega-addons' ),
366
- 'type' => Controls_Manager::COLOR,
367
- 'default' => '#ffffff',
368
- 'selectors' => [
369
- '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea' => 'background-color: {{VALUE}}',
370
- ],
371
  ]
372
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
 
374
- $this->add_control(
375
- 'quform_textarea_color',
376
- [
377
- 'label' => __( 'Color', 'htmega-addons' ),
378
- 'type' => Controls_Manager::COLOR,
379
- 'default' => '#212529',
380
- 'selectors' => [
381
- '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea' => 'color: {{VALUE}}',
382
- ],
383
- ]
384
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
385
 
386
- $this->add_group_control(
387
- Group_Control_Typography::get_type(),
388
- [
389
- 'name' => 'quform_textarea_typography',
390
- 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea',
391
- ]
392
- );
 
 
 
 
 
 
 
 
 
 
 
393
 
394
- $this->add_responsive_control(
395
- 'quform_textarea_height',
396
- [
397
- 'label' => __( 'Height', 'htmega-addons' ),
398
- 'type' => Controls_Manager::SLIDER,
399
- 'range' => [
400
- 'px' => [
401
- 'min' => 0,
402
- 'max' => 500,
403
- 'step' => 1,
404
  ],
405
- ],
406
- 'size_units' => [ 'px', 'em', '%' ],
407
- 'selectors' => [
408
- '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea' => 'height: {{SIZE}}{{UNIT}}',
409
- ],
410
- ]
411
- );
412
 
413
- $this->add_responsive_control(
414
- 'quform_textarea_padding',
415
- [
416
- 'label' => __( 'Padding', 'htmega-addons' ),
417
- 'type' => Controls_Manager::DIMENSIONS,
418
- 'size_units' => [ 'px', '%', 'em' ],
419
- 'selectors' => [
420
- '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
421
- ],
422
- 'separator' =>'before',
423
- ]
424
- );
425
 
426
- $this->add_responsive_control(
427
- 'quform_textarea_margin',
428
- [
429
- 'label' => __( 'Margin', 'htmega-addons' ),
430
- 'type' => Controls_Manager::DIMENSIONS,
431
- 'size_units' => [ 'px', '%', 'em' ],
432
- 'selectors' => [
433
- '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
434
- ],
435
- ]
436
- );
437
 
438
- $this->add_group_control(
439
- Group_Control_Border::get_type(),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
440
  [
441
- 'name' => 'quform_textarea_border',
442
- 'label' => __( 'Border', 'htmega-addons' ),
443
- 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea',
444
  ]
445
  );
 
 
 
 
 
 
 
 
 
 
 
446
 
447
- $this->add_responsive_control(
448
- 'quform_textarea_border_radius',
449
- [
450
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
451
- 'type' => Controls_Manager::DIMENSIONS,
452
- 'selectors' => [
453
- '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
454
- ],
455
- ]
456
- );
 
 
 
 
 
 
 
 
 
457
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
458
  $this->end_controls_section(); // Form input style
459
 
460
 
@@ -475,7 +759,31 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
475
  'label' => __( 'Normal', 'htmega-addons' ),
476
  ]
477
  );
478
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
479
  $this->add_control(
480
  'quform_input_submit_height',
481
  [
@@ -491,7 +799,31 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
491
  ],
492
  ]
493
  );
494
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
495
  $this->add_group_control(
496
  Group_Control_Typography::get_type(),
497
  [
@@ -617,13 +949,112 @@ class HTMega_Elementor_Widget_QUforms extends Widget_Base {
617
  'selector' => '{{WRAPPER}} .quform-form-inner button.quform-submit:hover',
618
  ]
619
  );
620
-
 
 
 
 
 
 
 
621
  $this->end_controls_tab(); // Button Hover tab end
622
 
623
  $this->end_controls_tabs();
624
 
625
  $this->end_controls_section(); // Input submit button style tab end
 
 
 
 
 
 
 
 
626
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
627
  }
628
 
629
  protected function render( $instance = [] ) {
13
  return __( 'QU Form', 'htmega-addons' );
14
  }
15
 
16
+ public function get_keywords() {
17
+ return [ 'form', 'contact', 'qu', 'contact form','qu form','htmega' ];
18
+ }
19
+
20
  public function get_icon() {
21
  return 'htmega-icon eicon-mail';
22
  }
25
  return [ 'htmega-addons' ];
26
  }
27
 
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/forms-widgets/quform-widget/';
30
+ }
31
+
32
  public function get_style_depends(){
33
  return [
34
  'htmega-widgets',
80
  'tab' => Controls_Manager::TAB_STYLE,
81
  ]
82
  );
83
+ $this->add_responsive_control(
84
+ 'label_align',
85
+ [
86
+ 'label' => __( 'Alignment', 'htmega-addons' ),
87
+ 'type' => Controls_Manager::CHOOSE,
88
+ 'options' => [
89
+ 'left' => [
90
+ 'title' => __( 'Left', 'htmega-addons' ),
91
+ 'icon' => 'eicon-text-align-left',
92
+ ],
93
+ 'center' => [
94
+ 'title' => __( 'Center', 'htmega-addons' ),
95
+ 'icon' => 'eicon-text-align-center',
96
+ ],
97
+ 'right' => [
98
+ 'title' => __( 'Right', 'htmega-addons' ),
99
+ 'icon' => 'eicon-text-align-right',
100
+ ]
101
+ ],
102
+ 'selectors' => [
103
+ '{{WRAPPER}} .quform-label,{{WRAPPER}} .quform-option,{{WRAPPER}} .quform-option .quform-option-label' => 'text-align: {{VALUE}};',
104
+ ],
105
+ ]
106
+ );
107
  $this->add_control(
108
  'quform_label_background',
109
  [
110
  'label' => __( 'Background', 'htmega-addons' ),
111
  'type' => Controls_Manager::COLOR,
112
  'selectors' => [
113
+ '{{WRAPPER}} .quform-form-inner .quform-label-text,{{WRAPPER}} .quform-option .quform-option-label' => 'background-color: {{VALUE}};',
114
  ],
115
  ]
116
  );
121
  'label' => __( 'Color', 'htmega-addons' ),
122
  'type' => Controls_Manager::COLOR,
123
  'selectors' => [
124
+ '{{WRAPPER}} .quform-form-inner .quform-label-text,{{WRAPPER}} .quform-option .quform-option-label' => 'color: {{VALUE}};',
125
+ ],
126
+ ]
127
+ );
128
+ $this->add_control(
129
+ 'label_required_color',
130
+ [
131
+ 'label' => __( 'Required Symbol Color', 'htmega-addons' ),
132
+ 'type' => Controls_Manager::COLOR,
133
+ 'selectors' => [
134
+ '{{WRAPPER}} label>.quform-required' => 'color: {{VALUE}}!important;',
135
  ],
136
  ]
137
  );
 
138
  $this->add_group_control(
139
  Group_Control_Typography::get_type(),
140
  [
141
  'name' => 'quform_label_typography',
142
+ 'selector' => '{{WRAPPER}} .quform-form-inner .quform-label-text,{{WRAPPER}} .quform-option .quform-option-label',
143
  ]
144
  );
145
 
148
  [
149
  'name' => 'quform_label_border',
150
  'label' => __( 'Border', 'htmega-addons' ),
151
+ 'selector' => '{{WRAPPER}} .quform-form-inner .quform-label-text,{{WRAPPER}} .quform-option .quform-option-label',
152
  ]
153
  );
154
 
158
  'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
159
  'type' => Controls_Manager::DIMENSIONS,
160
  'selectors' => [
161
+ '{{WRAPPER}} .quform-form-inner .quform-label-text,{{WRAPPER}} .quform-option .quform-option-label' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
162
  ],
163
  'separator' =>'before',
164
  ]
171
  'type' => Controls_Manager::DIMENSIONS,
172
  'size_units' => [ 'px', '%', 'em' ],
173
  'selectors' => [
174
+ '{{WRAPPER}} .quform-form-inner .quform-label-text,{{WRAPPER}} .quform-option .quform-option-label' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
175
  ],
176
  'separator' =>'before',
177
  ]
184
  'type' => Controls_Manager::DIMENSIONS,
185
  'size_units' => [ 'px', '%', 'em' ],
186
  'selectors' => [
187
+ '{{WRAPPER}} .quform-form-inner .quform-label-text,{{WRAPPER}} .quform-option .quform-option-label' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
188
  ],
189
  'separator' =>'before',
190
  ]
200
  'tab' => Controls_Manager::TAB_STYLE,
201
  ]
202
  );
203
+ $this->add_responsive_control(
204
+ 'sublabel_align',
205
+ [
206
+ 'label' => __( 'Alignment', 'htmega-addons' ),
207
+ 'type' => Controls_Manager::CHOOSE,
208
+ 'options' => [
209
+ 'left' => [
210
+ 'title' => __( 'Left', 'htmega-addons' ),
211
+ 'icon' => 'eicon-text-align-left',
212
+ ],
213
+ 'center' => [
214
+ 'title' => __( 'Center', 'htmega-addons' ),
215
+ 'icon' => 'eicon-text-align-center',
216
+ ],
217
+ 'right' => [
218
+ 'title' => __( 'Right', 'htmega-addons' ),
219
+ 'icon' => 'eicon-text-align-right',
220
+ ]
221
+ ],
222
+ 'selectors' => [
223
+ '{{WRAPPER}} .quform-form-inner .quform-description' => 'text-align: {{VALUE}};',
224
+ ],
225
+ ]
226
+ );
227
  $this->add_control(
228
  'quform_sublabel_background',
229
  [
311
  'tab' => Controls_Manager::TAB_STYLE,
312
  ]
313
  );
314
+ $this->start_controls_tabs(
315
+ 'style_input_tabs'
316
+ );
317
+ // Normal Style Tab
318
+ $this->start_controls_tab(
319
+ 'style_input_normal_tab',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
320
  [
321
+ 'label' => __( 'Normal', 'htmega-addons' ),
 
322
  ]
323
  );
 
324
  $this->add_responsive_control(
325
+ 'input_align',
326
  [
327
+ 'label' => __( 'Alignment', 'htmega-addons' ),
328
+ 'type' => Controls_Manager::CHOOSE,
329
+ 'options' => [
330
+ 'left' => [
331
+ 'title' => __( 'Left', 'htmega-addons' ),
332
+ 'icon' => 'eicon-text-align-left',
 
333
  ],
334
+ 'center' => [
335
+ 'title' => __( 'Center', 'htmega-addons' ),
336
+ 'icon' => 'eicon-text-align-center',
337
+ ],
338
+ 'right' => [
339
+ 'title' => __( 'Right', 'htmega-addons' ),
340
+ 'icon' => 'eicon-text-align-right',
341
+ ]
342
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
343
  'selectors' => [
344
+ '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .quform-form-inner .quform-input select' => 'text-align: {{VALUE}};',
 
345
  ],
 
346
  ]
347
+ );
348
+ $this->add_control(
349
+ 'quform_input_background_color',
350
+ [
351
+ 'label' => __( 'Background Color', 'htmega-addons' ),
352
+ 'type' => Controls_Manager::COLOR,
353
+ 'default' => '#ffffff',
354
+ 'selectors' => [
355
+ '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .quform-form-inner .quform-input select' => 'background-color: {{VALUE}}',
356
+ ],
357
+ ]
358
+ );
359
 
360
+ $this->add_control(
361
+ 'quform_input_color',
362
+ [
363
+ 'label' => __( 'Color', 'htmega-addons' ),
364
+ 'type' => Controls_Manager::COLOR,
365
+ 'default' => '#212529',
366
+ 'selectors' => [
367
+ '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .quform-form-inner .quform-input select' => 'color: {{VALUE}}',
368
+ ],
369
+ ]
370
+ );
371
+ $this->add_control(
372
+ 'htmega_input_placeholder_color',
373
+ [
374
+ 'label' => __( 'Placeholder Color', 'htmega-addons' ),
375
+ 'type' => Controls_Manager::COLOR,
376
+ 'selectors' => [
377
+ '{{WRAPPER}} .quform-form-inner .quform-input input::-webkit-input-placeholder' => 'color: {{VALUE}}',
378
+ '{{WRAPPER}} .quform-form-inner .quform-input input::-moz-placeholder' => 'color: {{VALUE}}',
379
+ '{{WRAPPER}} .quform-form-inner .quform-input input::-ms-input-placeholder' => 'color: {{VALUE}}',
380
+ ],
381
+ ]
382
+ );
383
+ $this->add_group_control(
384
+ Group_Control_Typography::get_type(),
385
+ [
386
+ 'name' => 'quform_input_typography',
387
+ 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .quform-form-inner .quform-input select',
388
+ ]
389
+ );
390
 
391
+ $this->add_responsive_control(
392
+ 'quform_input_height',
393
+ [
394
+ 'label' => __( 'Height', 'htmega-addons' ),
395
+ 'type' => Controls_Manager::SLIDER,
396
+ 'range' => [
397
+ 'px' => [
398
+ 'min' => 0,
399
+ 'max' => 100,
400
+ 'step' => 1,
401
+ ],
402
+ ],
403
+ 'size_units' => [ 'px', 'em', '%' ],
404
+ 'selectors' => [
405
+ '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .quform-form-inner .quform-input select' => 'height: {{SIZE}}{{UNIT}}',
406
+ ],
407
+ ]
408
+ );
409
 
410
+ $this->add_responsive_control(
411
+ 'quform_input_padding',
412
+ [
413
+ 'label' => __( 'Padding', 'htmega-addons' ),
414
+ 'type' => Controls_Manager::DIMENSIONS,
415
+ 'size_units' => [ 'px', '%', 'em' ],
416
+ 'selectors' => [
417
+ '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
418
+ '{{WRAPPER}} .quform-form-inner .quform-input select' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
419
+ ],
420
+ 'separator' =>'before',
421
+ ]
422
+ );
423
+
424
+ $this->add_responsive_control(
425
+ 'quform_input_margin',
426
+ [
427
+ 'label' => __( 'Margin', 'htmega-addons' ),
428
+ 'type' => Controls_Manager::DIMENSIONS,
429
+ 'size_units' => [ 'px', '%', 'em' ],
430
+ 'selectors' => [
431
+ '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
432
+ '{{WRAPPER}} .quform-form-inner .quform-input select' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
433
+ ],
434
+ ]
435
+ );
436
+
437
+ $this->add_group_control(
438
+ Group_Control_Border::get_type(),
439
+ [
440
+ 'name' => 'quform_input_border',
441
+ 'label' => __( 'Border', 'htmega-addons' ),
442
+ 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .quform-form-inner .quform-input select',
443
+ ]
444
+ );
445
+
446
+ $this->add_responsive_control(
447
+ 'quform_input_border_radius',
448
+ [
449
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
450
+ 'type' => Controls_Manager::DIMENSIONS,
451
+ 'selectors' => [
452
+ '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
453
+ '{{WRAPPER}} .quform-form-inner .quform-input select' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
454
+ ],
455
+ ]
456
+ );
457
+ $this->add_group_control(
458
+ Group_Control_Box_Shadow::get_type(),
459
+ [
460
+ 'name' => 'htmega_input_box_shadow',
461
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
462
+ 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .quform-form-inner .quform-input select',
463
+ ]
464
+ );
465
+ $this->end_controls_tab();
466
+ // Hover Style Tab
467
+ $this->start_controls_tab(
468
+ 'style_input_foucs_tab',
469
  [
470
+ 'label' => __( 'Focus', 'htmega-addons' ),
 
 
 
 
 
471
  ]
472
  );
473
+ $this->add_control(
474
+ 'quform_input_background_color_focus',
475
+ [
476
+ 'label' => __( 'Background Color', 'htmega-addons' ),
477
+ 'type' => Controls_Manager::COLOR,
478
+ 'selectors' => [
479
+ '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, {{WRAPPER}} .quform-form-inner .quform-input select:focus' => 'background-color: {{VALUE}}',
480
+ ],
481
+ ]
482
+ );
483
+
484
+ $this->add_control(
485
+ 'quform_input_color_focus',
486
+ [
487
+ 'label' => __( 'Color', 'htmega-addons' ),
488
+ 'type' => Controls_Manager::COLOR,
489
+ 'selectors' => [
490
+ '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,{{WRAPPER}} .quform-form-inner .quform-input select:focus' => 'color: {{VALUE}}',
491
+ ],
492
+ ]
493
+ );
494
+
495
+ $this->add_group_control(
496
+ Group_Control_Border::get_type(),
497
+ [
498
+ 'name' => 'quform_input_border_focus',
499
+ 'label' => __( 'Border', 'htmega-addons' ),
500
+ 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, {{WRAPPER}} .quform-form-inner .quform-input select:focus',
501
+ ]
502
+ );
503
 
504
+ $this->add_responsive_control(
505
+ 'quform_input_border_radius_focus',
506
+ [
507
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
508
+ 'type' => Controls_Manager::DIMENSIONS,
509
+ 'selectors' => [
510
+ '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,{{WRAPPER}} .quform-form-inner .quform-input select:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
511
+ ],
512
+ ]
513
+ );
514
+ $this->add_group_control(
515
+ Group_Control_Box_Shadow::get_type(),
516
+ [
517
+ 'name' => 'htmega_input_box_shadow_focus',
518
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
519
+ 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, {{WRAPPER}} .quform-form-inner .quform-input select:focus',
520
+ ]
521
+ );
522
+ $this->end_controls_tab();
523
+ $this->end_controls_tabs();
524
  $this->end_controls_section(); // Form input style
525
 
526
  // Style Textarea tab section
531
  'tab' => Controls_Manager::TAB_STYLE,
532
  ]
533
  );
534
+ $this->start_controls_tabs(
535
+ 'style_textarea_tabs'
536
+ );
537
+ // Normal Style Tab
538
+ $this->start_controls_tab(
539
+ 'style_textarea_normal_tab',
540
  [
541
+ 'label' => __( 'Normal', 'htmega-addons' ),
 
 
 
 
 
542
  ]
543
  );
544
+ $this->add_responsive_control(
545
+ 'textarea_align',
546
+ [
547
+ 'label' => __( 'Alignment', 'htmega-addons' ),
548
+ 'type' => Controls_Manager::CHOOSE,
549
+ 'options' => [
550
+ 'left' => [
551
+ 'title' => __( 'Left', 'htmega-addons' ),
552
+ 'icon' => 'eicon-text-align-left',
553
+ ],
554
+ 'center' => [
555
+ 'title' => __( 'Center', 'htmega-addons' ),
556
+ 'icon' => 'eicon-text-align-center',
557
+ ],
558
+ 'right' => [
559
+ 'title' => __( 'Right', 'htmega-addons' ),
560
+ 'icon' => 'eicon-text-align-right',
561
+ ]
562
+ ],
563
+ 'selectors' => [
564
+ '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea' => 'text-align: {{VALUE}};',
565
+ ],
566
+ ]
567
+ );
568
+ $this->add_control(
569
+ 'quform_textarea_background_color',
570
+ [
571
+ 'label' => __( 'Background Color', 'htmega-addons' ),
572
+ 'type' => Controls_Manager::COLOR,
573
+ 'default' => '#ffffff',
574
+ 'selectors' => [
575
+ '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea' => 'background-color: {{VALUE}}',
576
+ ],
577
+ ]
578
+ );
579
 
580
+ $this->add_control(
581
+ 'quform_textarea_color',
582
+ [
583
+ 'label' => __( 'Color', 'htmega-addons' ),
584
+ 'type' => Controls_Manager::COLOR,
585
+ 'default' => '#212529',
586
+ 'selectors' => [
587
+ '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea' => 'color: {{VALUE}}',
588
+ ],
589
+ ]
590
+ );
591
+ $this->add_control(
592
+ 'quform_textarea_placeholder_color',
593
+ [
594
+ 'label' => __( 'Placeholder Color', 'htmega-addons' ),
595
+ 'type' => Controls_Manager::COLOR,
596
+ 'selectors' => [
597
+ '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea::-webkit-input-placeholder' => 'color: {{VALUE}}',
598
+ '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea::-moz-placeholder' => 'color: {{VALUE}}',
599
+ '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea::-ms-input-placeholder' => 'color: {{VALUE}}',
600
+ ],
601
+ ]
602
+ );
603
+ $this->add_group_control(
604
+ Group_Control_Typography::get_type(),
605
+ [
606
+ 'name' => 'quform_textarea_typography',
607
+ 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea',
608
+ ]
609
+ );
610
 
611
+ $this->add_responsive_control(
612
+ 'quform_textarea_height',
613
+ [
614
+ 'label' => __( 'Height', 'htmega-addons' ),
615
+ 'type' => Controls_Manager::SLIDER,
616
+ 'range' => [
617
+ 'px' => [
618
+ 'min' => 0,
619
+ 'max' => 500,
620
+ 'step' => 1,
621
+ ],
622
+ ],
623
+ 'size_units' => [ 'px', 'em', '%' ],
624
+ 'selectors' => [
625
+ '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea' => 'height: {{SIZE}}{{UNIT}}',
626
+ ],
627
+ ]
628
+ );
629
 
630
+ $this->add_responsive_control(
631
+ 'quform_textarea_padding',
632
+ [
633
+ 'label' => __( 'Padding', 'htmega-addons' ),
634
+ 'type' => Controls_Manager::DIMENSIONS,
635
+ 'size_units' => [ 'px', '%', 'em' ],
636
+ 'selectors' => [
637
+ '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
 
 
638
  ],
639
+ 'separator' =>'before',
640
+ ]
641
+ );
 
 
 
 
642
 
643
+ $this->add_responsive_control(
644
+ 'quform_textarea_margin',
645
+ [
646
+ 'label' => __( 'Margin', 'htmega-addons' ),
647
+ 'type' => Controls_Manager::DIMENSIONS,
648
+ 'size_units' => [ 'px', '%', 'em' ],
649
+ 'selectors' => [
650
+ '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
651
+ ],
652
+ ]
653
+ );
 
654
 
655
+ $this->add_group_control(
656
+ Group_Control_Border::get_type(),
657
+ [
658
+ 'name' => 'quform_textarea_border',
659
+ 'label' => __( 'Border', 'htmega-addons' ),
660
+ 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea',
661
+ ]
662
+ );
 
 
 
663
 
664
+ $this->add_responsive_control(
665
+ 'quform_textarea_border_radius',
666
+ [
667
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
668
+ 'type' => Controls_Manager::DIMENSIONS,
669
+ 'selectors' => [
670
+ '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
671
+ ],
672
+ ]
673
+ );
674
+ $this->add_group_control(
675
+ Group_Control_Box_Shadow::get_type(),
676
+ [
677
+ 'name' => 'htmega_textarea_box_shadow',
678
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
679
+ 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea',
680
+ ]
681
+ );
682
+ $this->end_controls_tab();
683
+ // Hover Style Tab
684
+ $this->start_controls_tab(
685
+ 'style_textarea_focus_tab',
686
  [
687
+ 'label' => __( 'Focus', 'htmega-addons' ),
 
 
688
  ]
689
  );
690
+ $this->add_control(
691
+ 'quform_textarea_background_color_focus',
692
+ [
693
+ 'label' => __( 'Background Color', 'htmega-addons' ),
694
+ 'type' => Controls_Manager::COLOR,
695
+ 'default' => '#ffffff',
696
+ 'selectors' => [
697
+ '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea:focus' => 'background-color: {{VALUE}}',
698
+ ],
699
+ ]
700
+ );
701
 
702
+ $this->add_control(
703
+ 'quform_textarea_color_focus',
704
+ [
705
+ 'label' => __( 'Color', 'htmega-addons' ),
706
+ 'type' => Controls_Manager::COLOR,
707
+ 'default' => '#212529',
708
+ 'selectors' => [
709
+ '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea:focus' => 'color: {{VALUE}}',
710
+ ],
711
+ ]
712
+ );
713
+ $this->add_group_control(
714
+ Group_Control_Border::get_type(),
715
+ [
716
+ 'name' => 'quform_textarea_border_focus',
717
+ 'label' => __( 'Border', 'htmega-addons' ),
718
+ 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea:focus',
719
+ ]
720
+ );
721
 
722
+ $this->add_responsive_control(
723
+ 'quform_textarea_border_radius_focus',
724
+ [
725
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
726
+ 'type' => Controls_Manager::DIMENSIONS,
727
+ 'selectors' => [
728
+ '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
729
+ ],
730
+ ]
731
+ );
732
+ $this->add_group_control(
733
+ Group_Control_Box_Shadow::get_type(),
734
+ [
735
+ 'name' => 'htmega_textarea_box_shadow_focus',
736
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
737
+ 'selector' => '{{WRAPPER}} .quform-form-inner .quform-input-textarea textarea:focus',
738
+ ]
739
+ );
740
+ $this->end_controls_tab();
741
+ $this->end_controls_tabs();
742
  $this->end_controls_section(); // Form input style
743
 
744
 
759
  'label' => __( 'Normal', 'htmega-addons' ),
760
  ]
761
  );
762
+ $this->add_responsive_control(
763
+ 'submit_align',
764
+ [
765
+ 'label' => __( 'Alignment', 'htmega-addons' ),
766
+ 'type' => Controls_Manager::CHOOSE,
767
+ 'options' => [
768
+ 'left' => [
769
+ 'title' => __( 'Left', 'htmega-addons' ),
770
+ 'icon' => 'eicon-text-align-left',
771
+ ],
772
+ 'center' => [
773
+ 'title' => __( 'Center', 'htmega-addons' ),
774
+ 'icon' => 'eicon-text-align-center',
775
+ ],
776
+ 'right' => [
777
+ 'title' => __( 'Right', 'htmega-addons' ),
778
+ 'icon' => 'eicon-text-align-right',
779
+ ]
780
+ ],
781
+ 'selectors' => [
782
+ '{{WRAPPER}} .quform-button-back-default, .quform-button-next-default,{{WRAPPER}} .quform-button-submit-default' => 'display:inline-block;float:none; margin:0;',
783
+ '{{WRAPPER}} .quform-element-submit' => 'text-align: {{VALUE}};',
784
+ ],
785
+ ]
786
+ );
787
  $this->add_control(
788
  'quform_input_submit_height',
789
  [
799
  ],
800
  ]
801
  );
802
+ $this->add_responsive_control(
803
+ 'htmega_input_submit_width',
804
+ [
805
+ 'label' => __( 'Width', 'htmega-addons' ),
806
+ 'type' => Controls_Manager::SLIDER,
807
+ 'size_units' => [ 'px', '%' ],
808
+ 'range' => [
809
+ 'px' => [
810
+ 'min' => 0,
811
+ 'max' => 500,
812
+ 'step' => 1,
813
+ ],
814
+ '%' => [
815
+ 'min' => 0,
816
+ 'max' => 100,
817
+ ],
818
+ ],
819
+ 'default' => [
820
+ 'unit' => 'px',
821
+ ],
822
+ 'selectors' => [
823
+ '{{WRAPPER}} .quform-form-inner button.quform-submit,{{WRAPPER}} .quform-element-submit>div' => 'width: {{SIZE}}{{UNIT}};',
824
+ ],
825
+ ]
826
+ );
827
  $this->add_group_control(
828
  Group_Control_Typography::get_type(),
829
  [
949
  'selector' => '{{WRAPPER}} .quform-form-inner button.quform-submit:hover',
950
  ]
951
  );
952
+ $this->add_group_control(
953
+ Group_Control_Box_Shadow::get_type(),
954
+ [
955
+ 'name' => 'quform_input_submit_box_shadow_hover',
956
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
957
+ 'selector' => '{{WRAPPER}} .quform-form-inner button.quform-submit:hover',
958
+ ]
959
+ );
960
  $this->end_controls_tab(); // Button Hover tab end
961
 
962
  $this->end_controls_tabs();
963
 
964
  $this->end_controls_section(); // Input submit button style tab end
965
+ // Input error style tab start
966
+ $this->start_controls_section(
967
+ 'htmega_input_error_style',
968
+ [
969
+ 'label' => __( 'Errors and Success Style', 'htmega-addons' ),
970
+ 'tab' => Controls_Manager::TAB_STYLE,
971
+ ]
972
+ );
973
 
974
+ $this->add_control(
975
+ 'htmega_error_text_color',
976
+ [
977
+ 'label' => __( 'Text Color', 'htmega-addons' ),
978
+ 'type' => Controls_Manager::COLOR,
979
+ 'selectors' => [
980
+ '{{WRAPPER}} .quform-error>.quform-error-inner,{{WRAPPER}} .quform-error-text' => 'color: {{VALUE}};',
981
+ ],
982
+ ]
983
+ );
984
+ $this->add_group_control(
985
+ Group_Control_Typography::get_type(),
986
+ [
987
+ 'name' => 'htmega_error_text_typography',
988
+ 'selector' => '{{WRAPPER}} .quform-error>.quform-error-inner,{{WRAPPER}} .quform-error-text',
989
+ ]
990
+ );
991
+ $this->add_control(
992
+ 'htmega_error_border_color',
993
+ [
994
+ 'label' => __( 'Border Color', 'htmega-addons' ),
995
+ 'type' => Controls_Manager::COLOR,
996
+ 'selectors' => [
997
+ '{{WRAPPER}} .quform-error>.quform-error-inner' => 'border-color: {{VALUE}}!important;',
998
+ ],
999
+ ]
1000
+ );
1001
+ $this->add_control(
1002
+ 'error_background_hover_color',
1003
+ [
1004
+ 'label' => __( 'Background Color', 'htmega-addons' ),
1005
+ 'type' => Controls_Manager::COLOR,
1006
+ 'selectors' => [
1007
+ '{{WRAPPER}} .quform-error>.quform-error-inner' => 'background-color: {{VALUE}};',
1008
+ ],
1009
+ ]
1010
+ );
1011
+ // Feedback style
1012
+ $this->add_control(
1013
+ 'htmega_confirmation_style',
1014
+ [
1015
+ 'label' => __( 'Confirmation Style', 'htmega-addons' ),
1016
+ 'type' => Controls_Manager::HEADING,
1017
+ 'separator' => 'before',
1018
+ ]
1019
+ );
1020
+ $this->add_control(
1021
+ 'htmega__confirmation_text_color',
1022
+ [
1023
+ 'label' => __( 'Color', 'htmega-addons' ),
1024
+ 'type' => Controls_Manager::COLOR,
1025
+ 'selectors' => [
1026
+ '{{WRAPPER}} .quform-success-message' => 'color: {{VALUE}};',
1027
+ ],
1028
+ ]
1029
+ );
1030
+ $this->add_control(
1031
+ 'htmega_confirmation_border_color',
1032
+ [
1033
+ 'label' => __( 'Border Color', 'htmega-addons' ),
1034
+ 'type' => Controls_Manager::COLOR,
1035
+ 'selectors' => [
1036
+ '{{WRAPPER}} .quform-success-message' => 'border-color: {{VALUE}}!important;',
1037
+ ],
1038
+ ]
1039
+ );
1040
+ $this->add_control(
1041
+ 'confirmation_background_color',
1042
+ [
1043
+ 'label' => __( 'Background Color', 'htmega-addons' ),
1044
+ 'type' => Controls_Manager::COLOR,
1045
+ 'selectors' => [
1046
+ '{{WRAPPER}} .quform-success-message' => 'background-color: {{VALUE}};',
1047
+ ],
1048
+ ]
1049
+ );
1050
+ $this->add_group_control(
1051
+ Group_Control_Typography::get_type(),
1052
+ [
1053
+ 'name' => 'htmega__confirmation_text_typography',
1054
+ 'selector' => '{{WRAPPER}} .quform-success-message',
1055
+ ]
1056
+ );
1057
+ $this->end_controls_section(); // Input error style tab end
1058
  }
1059
 
1060
  protected function render( $instance = [] ) {
includes/widgets/htmega_scroll_image.php CHANGED
@@ -21,6 +21,14 @@ class HTMega_Elementor_Widget_Scroll_Image extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
 
 
24
  public function get_style_depends(){
25
  return [
26
  'htmega-widgets',
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_keywords() {
25
+ return ['image scroll', 'ht mega', 'htmega', 'scroll image'];
26
+ }
27
+
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/general-widgets/scroll-image-widget/';
30
+ }
31
+
32
  public function get_style_depends(){
33
  return [
34
  'htmega-widgets',
includes/widgets/htmega_scroll_navigation.php CHANGED
@@ -21,6 +21,14 @@ class HTMega_Elementor_Widget_Scroll_Navigation extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
 
 
24
  public function get_style_depends(){
25
  return [
26
  'swiper',
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_keywords() {
25
+ return ['navigation image','htmega', 'ht mega','navigation slider', 'scroll navigation'];
26
+ }
27
+
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/creative-widgets/scroll-navigation-widget/';
30
+ }
31
+
32
  public function get_style_depends(){
33
  return [
34
  'swiper',
includes/widgets/htmega_socialshere.php CHANGED
@@ -16,6 +16,7 @@ class HTMega_Elementor_Widget_SocialShere extends Widget_Base {
16
  public function get_icon() {
17
  return 'htmega-icon eicon-share';
18
  }
 
19
  public function get_categories() {
20
  return [ 'htmega-addons' ];
21
  }
@@ -26,6 +27,14 @@ class HTMega_Elementor_Widget_SocialShere extends Widget_Base {
26
  ];
27
  }
28
 
 
 
 
 
 
 
 
 
29
  public function get_script_depends() {
30
  return [
31
  'htmega-goodshare',
16
  public function get_icon() {
17
  return 'htmega-icon eicon-share';
18
  }
19
+
20
  public function get_categories() {
21
  return [ 'htmega-addons' ];
22
  }
27
  ];
28
  }
29
 
30
+ public function get_keywords() {
31
+ return ['social share', 'elementor social share','share button', 'social', 'share', 'facebook', 'twitter', 'instagram', 'linkedin'];
32
+ }
33
+
34
+ public function get_help_url() {
35
+ return 'https://wphtmega.com/docs/social-widgets/social-share-widget/';
36
+ }
37
+
38
  public function get_script_depends() {
39
  return [
40
  'htmega-goodshare',
includes/widgets/htmega_user_login_form.php CHANGED
@@ -16,10 +16,19 @@ class HTMega_Elementor_Widget_User_Login_Form extends Widget_Base {
16
  public function get_icon() {
17
  return 'htmega-icon eicon-lock-user';
18
  }
 
19
  public function get_categories() {
20
  return [ 'htmega-addons' ];
21
  }
22
 
 
 
 
 
 
 
 
 
23
  public function get_style_depends(){
24
  return [
25
  'htmega-widgets',
@@ -119,7 +128,7 @@ class HTMega_Elementor_Widget_User_Login_Form extends Widget_Base {
119
  $this->add_control(
120
  'loginform_heading_singup_control',
121
  [
122
- 'label' => __( 'URL Content', 'htmega-addons' ),
123
  'type' => Controls_Manager::TEXT,
124
  'default' => __( 'Sign Up', 'htmega-addons' ),
125
  'placeholder' => __( 'Sign Up', 'htmega-addons' ),
@@ -281,6 +290,22 @@ class HTMega_Elementor_Widget_User_Login_Form extends Widget_Base {
281
  ]
282
  );
283
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
284
  $this->add_control(
285
  'remember_me',
286
  [
@@ -1610,29 +1635,34 @@ class HTMega_Elementor_Widget_User_Login_Form extends Widget_Base {
1610
  <input name="rememberme" type="checkbox" id="rememberme" value="forever">
1611
  <span class="checkmark"></span>
1612
  </label>
1613
- <?php endif; if( $settings['lost_password'] == 'yes' ): ?>
1614
  <a href="<?php echo wp_lostpassword_url( $current_url ); ?>" class="fright"><?php esc_html_e('Forgot Password?','htmega-addons'); ?></a>
1615
  <?php endif;?>
1616
  </div>
1617
  </div>
1618
 
1619
- <div class="htb-col-lg-12">
1620
- <div class="htmega-login-button">
1621
- <input
1622
- type="submit"
1623
- id="login_form_submit_<?php echo esc_attr( $id ); ?>"
1624
- name="login_form_submit<?php echo esc_attr( $id ); ?>"
1625
- value="<?php if( !empty( $settings['login_button_text'] ) ){ echo esc_attr( $settings['login_button_text'] ); } else { esc_html_e( 'Login', 'htmega-addons' ); } ?>">
1626
- <div class="login-register-buit">
1627
- <?php if( get_option( 'users_can_register' ) && $settings['register_link'] == 'yes' ): ?>
1628
- <a href="<?php echo wp_registration_url(); ?>" class="login_register_text">
1629
- <?php if( !empty( $settings['register_link_text'] ) ){ echo esc_attr( $settings['register_link_text'] ); } else { esc_html_e( 'Register', 'htmega-addons' ); } ?>
1630
- </a>
1631
- <?php endif;?>
1632
- </div>
1633
-
1634
- </div>
1635
- </div>
 
 
 
 
 
1636
 
1637
  </div>
1638
 
16
  public function get_icon() {
17
  return 'htmega-icon eicon-lock-user';
18
  }
19
+
20
  public function get_categories() {
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_keywords() {
25
+ return ['user login form', 'login form','htmega','ht mega'];
26
+ }
27
+
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/general-widgets/user-login-form-widget/';
30
+ }
31
+
32
  public function get_style_depends(){
33
  return [
34
  'htmega-widgets',
128
  $this->add_control(
129
  'loginform_heading_singup_control',
130
  [
131
+ 'label' => __( 'SingUp Text', 'htmega-addons' ),
132
  'type' => Controls_Manager::TEXT,
133
  'default' => __( 'Sign Up', 'htmega-addons' ),
134
  'placeholder' => __( 'Sign Up', 'htmega-addons' ),
290
  ]
291
  );
292
 
293
+ $this->add_control(
294
+ 'lost_password_position',
295
+ [
296
+ 'label' => __( 'Forget Password Position', 'htmega-addons' ),
297
+ 'type' => Controls_Manager::SELECT,
298
+ 'default' => 'before-login',
299
+ 'options' => [
300
+ 'before-login' => __( 'Before/Top Login Button', 'htmega-addons' ),
301
+ 'after-login' => __( 'After/Bottom Login Button', 'htmega-addons' ),
302
+ ],
303
+ 'condition' => [
304
+ 'lost_password' => 'yes',
305
+ ],
306
+ ]
307
+ );
308
+
309
  $this->add_control(
310
  'remember_me',
311
  [
1635
  <input name="rememberme" type="checkbox" id="rememberme" value="forever">
1636
  <span class="checkmark"></span>
1637
  </label>
1638
+ <?php endif; if( $settings['lost_password'] == 'yes' && $settings['lost_password_position'] == 'before-login' ): ?>
1639
  <a href="<?php echo wp_lostpassword_url( $current_url ); ?>" class="fright"><?php esc_html_e('Forgot Password?','htmega-addons'); ?></a>
1640
  <?php endif;?>
1641
  </div>
1642
  </div>
1643
 
1644
+ <div class="htb-col-lg-12">
1645
+ <div class="htmega-login-button">
1646
+ <input
1647
+ type="submit"
1648
+ id="login_form_submit_<?php echo esc_attr( $id ); ?>"
1649
+ name="login_form_submit<?php echo esc_attr( $id ); ?>"
1650
+ value="<?php if( !empty( $settings['login_button_text'] ) ){ echo esc_attr( $settings['login_button_text'] ); } else { esc_html_e( 'Login', 'htmega-addons' ); } ?>">
1651
+ <div class="login-register-buit">
1652
+ <?php if( get_option( 'users_can_register' ) && $settings['register_link'] == 'yes' ): ?>
1653
+ <a href="<?php echo wp_registration_url(); ?>" class="login_register_text">
1654
+ <?php if( !empty( $settings['register_link_text'] ) ){ echo esc_attr( $settings['register_link_text'] ); } else { esc_html_e( 'Register', 'htmega-addons' ); } ?>
1655
+ </a>
1656
+ <?php endif;?>
1657
+ </div>
1658
+
1659
+ </div>
1660
+ <?php if( $settings['lost_password'] == 'yes' && $settings['lost_password_position'] == 'after-login' ): ?>
1661
+ <div class="log-remember">
1662
+ <a href="<?php echo wp_lostpassword_url( $current_url ); ?>" class="fright"><?php esc_html_e('Forgot Password?','htmega-addons'); ?></a>
1663
+ </div>
1664
+ <?php endif;?>
1665
+ </div>
1666
 
1667
  </div>
1668
 
includes/widgets/htmega_user_register_form.php CHANGED
@@ -16,9 +16,19 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
16
  public function get_icon() {
17
  return 'htmega-icon eicon-lock-user';
18
  }
 
19
  public function get_categories() {
20
  return [ 'htmega-addons' ];
21
  }
 
 
 
 
 
 
 
 
 
22
  public function get_style_depends() {
23
  return [
24
  'elementor-icons-fa-brands','elementor-icons-fa-regular','elementor-icons-fa-solid','htmega-widgets',
@@ -196,6 +206,154 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
196
  ]
197
  );
198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  $this->add_control(
200
  'show_label',
201
  [
@@ -345,7 +503,6 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
345
  ]
346
  );
347
 
348
-
349
  $this->add_control(
350
  'show_custom_placeholder',
351
  [
@@ -466,7 +623,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
466
  'show_bio'=>'yes',
467
  ],
468
  ]
469
- );
470
 
471
  $this->add_control(
472
  'submit_button_label',
@@ -581,7 +738,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
581
  ],
582
  ],
583
  'selectors' => [
584
- '{{WRAPPER}} .htmega-register-wrapper' => 'text-align: {{VALUE}};',
585
  ],
586
  'default' => 'center',
587
  'condition'=>[
@@ -856,6 +1013,22 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
856
  'tab' => Controls_Manager::TAB_STYLE,
857
  ]
858
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
859
 
860
  $this->add_control(
861
  'register_form_input_text_color',
@@ -944,7 +1117,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
944
  'type' => Controls_Manager::DIMENSIONS,
945
  'size_units' => [ 'px', '%', 'em' ],
946
  'selectors' => [
947
- '{{WRAPPER}} .htmega-register-wrapper input' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
948
  ],
949
  ]
950
  );
@@ -1397,6 +1570,32 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
1397
  ]
1398
  );
1399
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1400
  $this->add_group_control(
1401
  Group_Control_Border::get_type(),
1402
  [
@@ -1795,7 +1994,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
1795
  'label' => __( 'Color', 'htmega-addons' ),
1796
  'type' => Controls_Manager::COLOR,
1797
  'selectors' => [
1798
- '{{WRAPPER}} .htmega-register-wrapper label' => 'color: {{VALUE}};',
1799
  ],
1800
  ]
1801
  );
@@ -1804,7 +2003,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
1804
  Group_Control_Typography::get_type(),
1805
  [
1806
  'name' => 'register_form_label_typography',
1807
- 'selector' => '{{WRAPPER}} .htmega-register-wrapper label',
1808
  ]
1809
  );
1810
 
@@ -1814,7 +2013,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
1814
  'name' => 'register_form_label_background',
1815
  'label' => __( 'Background', 'htmega-addons' ),
1816
  'types' => [ 'classic', 'gradient' ],
1817
- 'selector' => '{{WRAPPER}} .htmega-register-wrapper label',
1818
  ]
1819
  );
1820
 
@@ -1825,7 +2024,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
1825
  'type' => Controls_Manager::DIMENSIONS,
1826
  'size_units' => [ 'px', '%', 'em' ],
1827
  'selectors' => [
1828
- '{{WRAPPER}} .htmega-register-wrapper label' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1829
  ],
1830
  'separator' =>'before',
1831
  ]
@@ -1838,7 +2037,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
1838
  'type' => Controls_Manager::DIMENSIONS,
1839
  'size_units' => [ 'px', '%', 'em' ],
1840
  'selectors' => [
1841
- '{{WRAPPER}} .htmega-register-wrapper label' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1842
  ],
1843
  ]
1844
  );
@@ -1848,7 +2047,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
1848
  [
1849
  'name' => 'register_form_label_border',
1850
  'label' => __( 'Border', 'htmega-addons' ),
1851
- 'selector' => '{{WRAPPER}} .htmega-register-wrapper label',
1852
  'separator' =>'before',
1853
  ]
1854
  );
@@ -1859,7 +2058,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
1859
  'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1860
  'type' => Controls_Manager::DIMENSIONS,
1861
  'selectors' => [
1862
- '{{WRAPPER}} .htmega-register-wrapper label' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
1863
  ],
1864
  ]
1865
  );
@@ -1888,14 +2087,14 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
1888
  ],
1889
  ],
1890
  'selectors' => [
1891
- '{{WRAPPER}} .htmega-register-wrapper label' => 'text-align: {{VALUE}};',
1892
  ],
1893
  'default' => 'left',
1894
  'separator' =>'before',
1895
  ]
1896
  );
1897
 
1898
- $this->end_controls_section();
1899
 
1900
  // Before Login text Content
1901
  $this->start_controls_section(
@@ -1906,6 +2105,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
1906
  'condition'=>[
1907
  'or_login_content_text!' => '',
1908
  'register_form_style!' => '3',
 
1909
  ]
1910
  ]
1911
  );
@@ -1966,6 +2166,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
1966
  'tab' => Controls_Manager::TAB_STYLE,
1967
  'condition'=>[
1968
  'register_form_style!'=>'3',
 
1969
  ]
1970
  ]
1971
  );
@@ -2178,7 +2379,18 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
2178
 
2179
  $this->add_render_attribute( 'register_area_attr', 'class', 'htmega-register-wrapper' );
2180
  $this->add_render_attribute( 'register_area_attr', 'class', 'htmega-register-style-'.$settings['register_form_style'] );
2181
-
 
 
 
 
 
 
 
 
 
 
 
2182
  ?>
2183
  <?php
2184
  if ( is_user_logged_in() && ! Plugin::instance()->editor->is_edit_mode() ) {
@@ -2374,13 +2586,23 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
2374
  echo '</div>';
2375
 
2376
  }
 
 
 
 
 
 
 
 
 
 
2377
  ?>
2378
- <div class="htb-col-lg-12">
2379
  <input <?php echo $this->get_render_attribute_string( 'submit_input_attr' ); ?> />
2380
  </div>
2381
 
2382
  <?php if($settings['login_option_content']) : ?>
2383
- <div class="htb-col-lg-12">
2384
  <div class="separator">
2385
  <?php if($settings['or_login_content_text']):
2386
  echo '<span>'. wp_kses_post($settings['or_login_content_text']) .'</span>';
@@ -2390,7 +2612,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
2390
  <?php endif; ?>
2391
 
2392
  <?php if( $settings['login_option_button'] == 'yes' ){ ?>
2393
- <div class="htb-col-lg-12">
2394
  <a href="<?php echo esc_url( wp_login_url()); ?>"><?php echo esc_html__( 'Login','htmega-addons' );?></a>
2395
  </div>
2396
  <?php } ?>
@@ -2478,6 +2700,16 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
2478
  echo '</div>';
2479
 
2480
  }
 
 
 
 
 
 
 
 
 
 
2481
  ?>
2482
  <div class="htb-col-lg-12">
2483
  <input <?php echo $this->get_render_attribute_string( 'submit_input_attr' ); ?> />
@@ -2578,6 +2810,15 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
2578
  </div>
2579
  <?php } ?>
2580
 
 
 
 
 
 
 
 
 
 
2581
  <div class="htb-col-lg-12">
2582
  <input <?php echo $this->get_render_attribute_string( 'submit_input_attr' ); ?> />
2583
  </div>
@@ -2678,6 +2919,16 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
2678
  ?>
2679
  </div>
2680
  <?php } ?>
 
 
 
 
 
 
 
 
 
 
2681
  <div class="htb-col-lg-12">
2682
  <input <?php echo $this->get_render_attribute_string( 'submit_input_attr' ); ?> />
2683
  </div>
@@ -2785,6 +3036,15 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
2785
  </div>
2786
  <?php } ?>
2787
 
 
 
 
 
 
 
 
 
 
2788
  <div class="htb-col-lg-12">
2789
  <input <?php echo $this->get_render_attribute_string( 'submit_input_attr' ); ?> />
2790
  </div>
@@ -2858,6 +3118,15 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
2858
  echo sprintf( '<textarea %1$s>%2$s</textarea>', $this->get_render_attribute_string( 'bio_textarea_attr' ), ( isset( $_REQUEST['reg_bio'] ) ? $_REQUEST['reg_bio'] : NULL ));
2859
  }
2860
 
 
 
 
 
 
 
 
 
 
2861
  ?>
2862
  <input <?php echo $this->get_render_attribute_string( 'submit_input_attr' ); ?> />
2863
 
@@ -2885,6 +3154,7 @@ class HTMega_Elementor_Widget_User_Register_Form extends Widget_Base {
2885
 
2886
  }
2887
 
 
2888
  public function htmega_register_request( $id, $reddirectstatus ,$redirect_url ){
2889
  ?>
2890
  <script type="text/javascript">
16
  public function get_icon() {
17
  return 'htmega-icon eicon-lock-user';
18
  }
19
+
20
  public function get_categories() {
21
  return [ 'htmega-addons' ];
22
  }
23
+
24
+ public function get_keywords() {
25
+ return ['user register form', 'register form', 'htmega', 'ht mega', 'create account'];
26
+ }
27
+
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/general-widgets/user-register-form-widget/';
30
+ }
31
+
32
  public function get_style_depends() {
33
  return [
34
  'elementor-icons-fa-brands','elementor-icons-fa-regular','elementor-icons-fa-solid','htmega-widgets',
206
  ]
207
  );
208
 
209
+ $this->add_control(
210
+ 'show_terms',
211
+ [
212
+ 'label' => esc_html__( 'Terms and conditions', 'htmega-addons' ),
213
+ 'type' => Controls_Manager::SWITCHER,
214
+ 'default'=>'no',
215
+ ]
216
+ );
217
+
218
+ $this->add_control(
219
+ 'terms_label',
220
+ [
221
+ 'label' => esc_html__( 'Terms and conditions Label', 'htmega-addons' ),
222
+ 'type' => Controls_Manager::TEXT,
223
+ 'default' => esc_html__( 'Creating an account means you’re okay with our Terms of Service, Privacy Policy', 'htmega-addons' ),
224
+ 'placeholder' => esc_html__( 'Terms and conditions', 'htmega-addons' ),
225
+ 'condition'=>[
226
+ 'show_terms'=>'yes',
227
+ ],
228
+ 'label_block'=>true,
229
+ ]
230
+ );
231
+
232
+ $this->add_control(
233
+ 'select_terms_page',
234
+ [
235
+ 'label' => __( 'Terms & Condition Page', 'htmega-addons' ),
236
+ 'type' => Controls_Manager::SELECT,
237
+ 'default' => '0',
238
+ 'options' => htmega_get_page_list(),
239
+ 'condition'=>[
240
+ 'show_terms'=>'yes',
241
+ ],
242
+ ]
243
+ );
244
+
245
+ $this->add_control(
246
+ 'terms_conditions_label_color_settings',
247
+ [
248
+ 'label' => __( 'Color Settings', 'htmega-addons' ),
249
+ 'type' => Controls_Manager::POPOVER_TOGGLE,
250
+ 'label_off' => __( 'None', 'htmega-addons' ),
251
+ 'label_on' => __( 'Custom', 'htmega-addons' ),
252
+ 'return_value' => 'yes',
253
+ 'condition'=>[
254
+ 'show_terms'=>'yes',
255
+ ]
256
+ ]
257
+ );
258
+
259
+ $this->start_popover();
260
+
261
+ $this->add_control(
262
+ 'terms_conditions_label_text_color',
263
+ [
264
+ 'label' => __( 'Text Color', 'htmega-addons' ),
265
+ 'type' => Controls_Manager::COLOR,
266
+ 'selectors' => [
267
+ '{{WRAPPER}} .htmega-register-wrapper label.htmega-form-label' => 'color: {{VALUE}};',
268
+ ],
269
+ 'condition'=>[
270
+ 'show_terms'=>'yes',
271
+ ]
272
+ ]
273
+ );
274
+
275
+ $this->add_control(
276
+ 'terms_conditions_label_link_color',
277
+ [
278
+ 'label' => __( 'Link Color', 'htmega-addons' ),
279
+ 'type' => Controls_Manager::COLOR,
280
+ 'selectors' => [
281
+ '{{WRAPPER}} .htmega-register-wrapper label.htmega-form-label a.terms-conditions' => 'color: {{VALUE}};',
282
+ ],
283
+ 'condition'=>[
284
+ 'show_terms'=>'yes',
285
+ ]
286
+ ]
287
+ );
288
+
289
+ $this->add_control(
290
+ 'terms_conditions_label_link_hover_color',
291
+ [
292
+ 'label' => __( 'Link Hover Color', 'htmega-addons' ),
293
+ 'type' => Controls_Manager::COLOR,
294
+ 'selectors' => [
295
+ '{{WRAPPER}} .htmega-register-wrapper label.htmega-form-label a.terms-conditions:hover' => 'color: {{VALUE}};',
296
+ ],
297
+ 'condition'=>[
298
+ 'show_terms'=>'yes',
299
+ ]
300
+ ]
301
+ );
302
+
303
+ $this->end_popover();
304
+
305
+ $this->add_group_control(
306
+ Group_Control_Typography::get_type(),
307
+ [
308
+ 'name' => 'terms_conditions_label_typography',
309
+ 'selector' => '{{WRAPPER}} .htmega-register-wrapper label.htmega-form-label',
310
+ 'condition'=>[
311
+ 'show_terms'=>'yes',
312
+ ]
313
+ ]
314
+ );
315
+
316
+ $this->add_responsive_control(
317
+ 'terms_conditions_label_padding',
318
+ [
319
+ 'label' => __( 'Margin', 'htmega-addons' ),
320
+ 'type' => Controls_Manager::DIMENSIONS,
321
+ 'size_units' => [ 'px', '%', 'em' ],
322
+ 'selectors' => [
323
+ '{{WRAPPER}} .htmega-register-wrapper .termscondition' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
324
+ ],
325
+ ]
326
+ );
327
+
328
+ $this->add_responsive_control(
329
+ 'show_terms_align',
330
+ [
331
+ 'label' => __( 'Alignment', 'htmega-addons' ),
332
+ 'type' => Controls_Manager::CHOOSE,
333
+ 'options' => [
334
+ 'left' => [
335
+ 'title' => __( 'Left', 'htmega-addons' ),
336
+ 'icon' => 'eicon-text-align-left',
337
+ ],
338
+ 'center' => [
339
+ 'title' => __( 'Center', 'htmega-addons' ),
340
+ 'icon' => 'eicon-text-align-center',
341
+ ],
342
+ 'right' => [
343
+ 'title' => __( 'Right', 'htmega-addons' ),
344
+ 'icon' => 'eicon-text-align-right',
345
+ ],
346
+ ],
347
+ 'selectors' => [
348
+ '{{WRAPPER}} .termscondition' => 'text-align: {{VALUE}};',
349
+ ],
350
+ 'default' => 'left',
351
+ 'condition'=>[
352
+ 'show_terms'=>'yes',
353
+ ]
354
+ ]
355
+ );
356
+
357
  $this->add_control(
358
  'show_label',
359
  [
503
  ]
504
  );
505
 
 
506
  $this->add_control(
507
  'show_custom_placeholder',
508
  [
623
  'show_bio'=>'yes',
624
  ],
625
  ]
626
+ );
627
 
628
  $this->add_control(
629
  'submit_button_label',
738
  ],
739
  ],
740
  'selectors' => [
741
+ '{{WRAPPER}} .htmega-register-wrapper .htmega-submit-button' => 'text-align: {{VALUE}};',
742
  ],
743
  'default' => 'center',
744
  'condition'=>[
1013
  'tab' => Controls_Manager::TAB_STYLE,
1014
  ]
1015
  );
1016
+
1017
+ $this->add_responsive_control(
1018
+ 'input_form_area_padding',
1019
+ [
1020
+ 'label' => __( 'Input Area Padding', 'htmega-addons' ),
1021
+ 'type' => Controls_Manager::DIMENSIONS,
1022
+ 'size_units' => [ 'px', '%', 'em' ],
1023
+ 'selectors' => [
1024
+ '{{WRAPPER}} .htmega-register-style-1 form' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1025
+ ],
1026
+ 'separator' =>'before',
1027
+ 'condition'=>[
1028
+ 'register_form_style!'=>'3',
1029
+ ]
1030
+ ]
1031
+ );
1032
 
1033
  $this->add_control(
1034
  'register_form_input_text_color',
1117
  'type' => Controls_Manager::DIMENSIONS,
1118
  'size_units' => [ 'px', '%', 'em' ],
1119
  'selectors' => [
1120
+ '{{WRAPPER}} .htmega-register-wrapper input:not(input[type="submit"])' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1121
  ],
1122
  ]
1123
  );
1570
  ]
1571
  );
1572
 
1573
+ $this->add_responsive_control(
1574
+ 'register_form_submitbutton_width',
1575
+ [
1576
+ 'label' => __( 'Width', 'htmega-addons' ),
1577
+ 'type' => Controls_Manager::SLIDER,
1578
+ 'size_units' => [ 'px', '%' ],
1579
+ 'range' => [
1580
+ 'px' => [
1581
+ 'min' => 0,
1582
+ 'max' => 1000,
1583
+ 'step' => 1,
1584
+ ],
1585
+ '%' => [
1586
+ 'min' => 0,
1587
+ 'max' => 100,
1588
+ ],
1589
+ ],
1590
+ 'default' => [
1591
+ 'unit' => '%',
1592
+ ],
1593
+ 'selectors' => [
1594
+ '{{WRAPPER}} .htmega-register-wrapper input[type="submit"]' => 'width: {{SIZE}}{{UNIT}};',
1595
+ ],
1596
+ ]
1597
+ );
1598
+
1599
  $this->add_group_control(
1600
  Group_Control_Border::get_type(),
1601
  [
1994
  'label' => __( 'Color', 'htmega-addons' ),
1995
  'type' => Controls_Manager::COLOR,
1996
  'selectors' => [
1997
+ '{{WRAPPER}} .htmega-register-wrapper label:not(.htmega-form-label)' => 'color: {{VALUE}};',
1998
  ],
1999
  ]
2000
  );
2003
  Group_Control_Typography::get_type(),
2004
  [
2005
  'name' => 'register_form_label_typography',
2006
+ 'selector' => '{{WRAPPER}} .htmega-register-wrapper label:not(.htmega-form-label)',
2007
  ]
2008
  );
2009
 
2013
  'name' => 'register_form_label_background',
2014
  'label' => __( 'Background', 'htmega-addons' ),
2015
  'types' => [ 'classic', 'gradient' ],
2016
+ 'selector' => '{{WRAPPER}} .htmega-register-wrapper label:not(.htmega-form-label)',
2017
  ]
2018
  );
2019
 
2024
  'type' => Controls_Manager::DIMENSIONS,
2025
  'size_units' => [ 'px', '%', 'em' ],
2026
  'selectors' => [
2027
+ '{{WRAPPER}} .htmega-register-wrapper label:not(.htmega-form-label)' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
2028
  ],
2029
  'separator' =>'before',
2030
  ]
2037
  'type' => Controls_Manager::DIMENSIONS,
2038
  'size_units' => [ 'px', '%', 'em' ],
2039
  'selectors' => [
2040
+ '{{WRAPPER}} .htmega-register-wrapper label:not(.htmega-form-label)' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
2041
  ],
2042
  ]
2043
  );
2047
  [
2048
  'name' => 'register_form_label_border',
2049
  'label' => __( 'Border', 'htmega-addons' ),
2050
+ 'selector' => '{{WRAPPER}} .htmega-register-wrapper label:not(.htmega-form-label)',
2051
  'separator' =>'before',
2052
  ]
2053
  );
2058
  'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
2059
  'type' => Controls_Manager::DIMENSIONS,
2060
  'selectors' => [
2061
+ '{{WRAPPER}} .htmega-register-wrapper label:not(.htmega-form-label)' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
2062
  ],
2063
  ]
2064
  );
2087
  ],
2088
  ],
2089
  'selectors' => [
2090
+ '{{WRAPPER}} .htmega-register-wrapper label:not(.htmega-form-label)' => 'text-align: {{VALUE}};',
2091
  ],
2092
  'default' => 'left',
2093
  'separator' =>'before',
2094
  ]
2095
  );
2096
 
2097
+ $this->end_controls_section();
2098
 
2099
  // Before Login text Content
2100
  $this->start_controls_section(
2105
  'condition'=>[
2106
  'or_login_content_text!' => '',
2107
  'register_form_style!' => '3',
2108
+ 'login_option_content' => 'yes'
2109
  ]
2110
  ]
2111
  );
2166
  'tab' => Controls_Manager::TAB_STYLE,
2167
  'condition'=>[
2168
  'register_form_style!'=>'3',
2169
+ 'login_option_button'=>'yes'
2170
  ]
2171
  ]
2172
  );
2379
 
2380
  $this->add_render_attribute( 'register_area_attr', 'class', 'htmega-register-wrapper' );
2381
  $this->add_render_attribute( 'register_area_attr', 'class', 'htmega-register-style-'.$settings['register_form_style'] );
2382
+
2383
+ $terms_label = ( !empty( $settings['terms_label'] ) ? $settings['terms_label'] : esc_html__('Terms and conditions','htmega-addons') );
2384
+ $terms_page = ( !empty( $settings['select_terms_page'] ) ? $settings['select_terms_page'] : '0');
2385
+
2386
+ if($settings['select_terms_page'] == '0'){
2387
+ $page_id = "";
2388
+ $page_title = "";
2389
+ }else{
2390
+ $page_id = get_permalink($terms_page);
2391
+ $page_title = get_the_title($terms_page);
2392
+ }
2393
+
2394
  ?>
2395
  <?php
2396
  if ( is_user_logged_in() && ! Plugin::instance()->editor->is_edit_mode() ) {
2586
  echo '</div>';
2587
 
2588
  }
2589
+
2590
+ if( $settings['show_terms'] == 'yes' ){ ?>
2591
+ <div class="htb-col-lg-12 termscondition">
2592
+ <input name="termscondition" type="checkbox" id="terms-<?php echo esc_attr( $id );?>">
2593
+ <?php
2594
+ echo sprintf('<label for="%1$s" class="htmega-form-label">%2$s <a class="terms-conditions" href="%3$s">%4$s</a> </label>' ,'terms-'.$id , $terms_label , $page_id , $page_title );
2595
+ ?>
2596
+ </div>
2597
+ <?php }
2598
+
2599
  ?>
2600
+ <div class="htb-col-lg-12 htmega-submit-button">
2601
  <input <?php echo $this->get_render_attribute_string( 'submit_input_attr' ); ?> />
2602
  </div>
2603
 
2604
  <?php if($settings['login_option_content']) : ?>
2605
+ <div class="htb-col-lg-12 htmega-submit-button">
2606
  <div class="separator">
2607
  <?php if($settings['or_login_content_text']):
2608
  echo '<span>'. wp_kses_post($settings['or_login_content_text']) .'</span>';
2612
  <?php endif; ?>
2613
 
2614
  <?php if( $settings['login_option_button'] == 'yes' ){ ?>
2615
+ <div class="htb-col-lg-12 htmega-submit-button">
2616
  <a href="<?php echo esc_url( wp_login_url()); ?>"><?php echo esc_html__( 'Login','htmega-addons' );?></a>
2617
  </div>
2618
  <?php } ?>
2700
  echo '</div>';
2701
 
2702
  }
2703
+
2704
+ if( $settings['show_terms'] == 'yes' ){ ?>
2705
+ <div class="htb-col-lg-12 termscondition">
2706
+ <input name="termscondition" type="checkbox" id="terms-<?php echo esc_attr( $id );?>">
2707
+ <?php
2708
+ echo sprintf('<label for="%1$s" class="htmega-form-label">%2$s <a class="terms-conditions" href="%3$s">%4$s</a> </label>' ,'terms-'.$id , $terms_label , $page_id , $page_title );
2709
+ ?>
2710
+ </div>
2711
+ <?php }
2712
+
2713
  ?>
2714
  <div class="htb-col-lg-12">
2715
  <input <?php echo $this->get_render_attribute_string( 'submit_input_attr' ); ?> />
2810
  </div>
2811
  <?php } ?>
2812
 
2813
+ <?php if( $settings['show_terms'] == 'yes' ){ ?>
2814
+ <div class="htb-col-lg-12 termscondition">
2815
+ <input name="termscondition" type="checkbox" id="terms-<?php echo esc_attr( $id );?>">
2816
+ <?php
2817
+ echo sprintf('<label for="%1$s" class="htmega-form-label">%2$s <a class="terms-conditions" href="%3$s">%4$s</a> </label>' ,'terms-'.$id , $terms_label , $page_id , $page_title );
2818
+ ?>
2819
+ </div>
2820
+ <?php } ?>
2821
+
2822
  <div class="htb-col-lg-12">
2823
  <input <?php echo $this->get_render_attribute_string( 'submit_input_attr' ); ?> />
2824
  </div>
2919
  ?>
2920
  </div>
2921
  <?php } ?>
2922
+
2923
+ <?php if( $settings['show_terms'] == 'yes' ){ ?>
2924
+ <div class="htb-col-lg-12 termscondition">
2925
+ <input name="termscondition" type="checkbox" id="terms-<?php echo esc_attr( $id );?>">
2926
+ <?php
2927
+ echo sprintf('<label for="%1$s" class="htmega-form-label">%2$s <a class="terms-conditions" href="%3$s">%4$s</a> </label>' ,'terms-'.$id , $terms_label , $page_id , $page_title );
2928
+ ?>
2929
+ </div>
2930
+ <?php } ?>
2931
+
2932
  <div class="htb-col-lg-12">
2933
  <input <?php echo $this->get_render_attribute_string( 'submit_input_attr' ); ?> />
2934
  </div>
3036
  </div>
3037
  <?php } ?>
3038
 
3039
+ <?php if( $settings['show_terms'] == 'yes' ){ ?>
3040
+ <div class="htb-col-lg-12 termscondition">
3041
+ <input name="termscondition" type="checkbox" id="terms-<?php echo esc_attr( $id );?>">
3042
+ <?php
3043
+ echo sprintf('<label for="%1$s" class="htmega-form-label">%2$s <a class="terms-conditions" href="%3$s">%4$s</a> </label>' ,'terms-'.$id , $terms_label , $page_id , $page_title );
3044
+ ?>
3045
+ </div>
3046
+ <?php } ?>
3047
+
3048
  <div class="htb-col-lg-12">
3049
  <input <?php echo $this->get_render_attribute_string( 'submit_input_attr' ); ?> />
3050
  </div>
3118
  echo sprintf( '<textarea %1$s>%2$s</textarea>', $this->get_render_attribute_string( 'bio_textarea_attr' ), ( isset( $_REQUEST['reg_bio'] ) ? $_REQUEST['reg_bio'] : NULL ));
3119
  }
3120
 
3121
+ if( $settings['show_terms'] == 'yes' ){ ?>
3122
+ <div class="termscondition">
3123
+ <input name="termscondition" type="checkbox" id="terms-<?php echo esc_attr( $id );?>">
3124
+ <?php
3125
+ echo sprintf('<label for="%1$s" class="htmega-form-label">%2$s <a class="terms-conditions" href="%3$s">%4$s</a> </label>' ,'terms-'.$id , $terms_label , $page_id , $page_title );
3126
+ ?>
3127
+
3128
+ </div>
3129
+ <?php }
3130
  ?>
3131
  <input <?php echo $this->get_render_attribute_string( 'submit_input_attr' ); ?> />
3132
 
3154
 
3155
  }
3156
 
3157
+
3158
  public function htmega_register_request( $id, $reddirectstatus ,$redirect_url ){
3159
  ?>
3160
  <script type="text/javascript">
includes/widgets/htmega_wc_add_to_cart.php CHANGED
@@ -84,7 +84,18 @@ class HTMega_Elementor_Widget_WC_Add_to_Cart extends Widget_Button {
84
  ],
85
  ]
86
  );
87
-
 
 
 
 
 
 
 
 
 
 
 
88
  $this->end_controls_section();
89
 
90
  parent::register_controls();
@@ -111,6 +122,7 @@ class HTMega_Elementor_Widget_WC_Add_to_Cart extends Widget_Button {
111
  'icon',
112
  [
113
  'default' => 'fa fa-shopping-cart',
 
114
  ]
115
  );
116
 
84
  ],
85
  ]
86
  );
87
+ // For button aliment control
88
+ $this->add_control(
89
+ 'button_hidden_selector',
90
+ [
91
+ 'label' => esc_html__( 'View', 'plugin-name' ),
92
+ 'type' => Controls_Manager::HIDDEN,
93
+ 'default' => 'traditional',
94
+ 'selectors' => [
95
+ '{{WRAPPER}} .elementor-button-text' => 'flex-grow: unset',
96
+ ],
97
+ ]
98
+ );
99
  $this->end_controls_section();
100
 
101
  parent::register_controls();
122
  'icon',
123
  [
124
  'default' => 'fa fa-shopping-cart',
125
+
126
  ]
127
  );
128
 
includes/widgets/htmega_wc_categories.php CHANGED
@@ -314,6 +314,17 @@ class HTMega_Elementor_Widget_WC_Categories extends Widget_Base {
314
  ]
315
  );
316
 
 
 
 
 
 
 
 
 
 
 
 
317
  $this->add_responsive_control(
318
  'category_title_margin',
319
  [
@@ -338,6 +349,26 @@ class HTMega_Elementor_Widget_WC_Categories extends Widget_Base {
338
  ]
339
  );
340
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
341
  $this->add_responsive_control(
342
  'category_title_align',
343
  [
@@ -385,6 +416,35 @@ class HTMega_Elementor_Widget_WC_Categories extends Widget_Base {
385
  ]
386
  );
387
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
388
  $this->end_controls_tab();
389
 
390
  $this->end_controls_tabs();
314
  ]
315
  );
316
 
317
+ $this->add_group_control(
318
+ Group_Control_Background::get_type(),
319
+ [
320
+ 'name' => 'category_title_background',
321
+ 'label' => __( 'Background', 'htmega-addons' ),
322
+ 'types' => [ 'classic', 'gradient' ],
323
+ 'selector' => '{{WRAPPER}} .woocommerce ul.products li.product .ast-shop-product-out-of-stock, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce-page ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .woocommerce-loop-category__title',
324
+ ]
325
+ );
326
+
327
+
328
  $this->add_responsive_control(
329
  'category_title_margin',
330
  [
349
  ]
350
  );
351
 
352
+ $this->add_group_control(
353
+ Group_Control_Border::get_type(),
354
+ [
355
+ 'name' => 'category_title_border',
356
+ 'label' => __( 'Border', 'htmega-addons' ),
357
+ 'selector' => '{{WRAPPER}} .woocommerce .product-category .woocommerce-loop-category__title',
358
+ ]
359
+ );
360
+
361
+ $this->add_responsive_control(
362
+ 'category_title_radius',
363
+ [
364
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
365
+ 'type' => Controls_Manager::DIMENSIONS,
366
+ 'selectors' => [
367
+ '{{WRAPPER}} .woocommerce .product-category .woocommerce-loop-category__title' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
368
+ ],
369
+ ]
370
+ );
371
+
372
  $this->add_responsive_control(
373
  'category_title_align',
374
  [
416
  ]
417
  );
418
 
419
+ $this->add_group_control(
420
+ Group_Control_Background::get_type(),
421
+ [
422
+ 'name' => 'category_title_hover_background',
423
+ 'label' => __( 'Background', 'htmega-addons' ),
424
+ 'types' => [ 'classic', 'gradient' ],
425
+ 'selector' => '{{WRAPPER}} .woocommerce .product-category a:hover .woocommerce-loop-category__title, {{WRAPPER}} .woocommerce .product-category a:hover .woocommerce-loop-category__title mark',
426
+ ]
427
+ );
428
+
429
+ $this->add_group_control(
430
+ Group_Control_Border::get_type(),
431
+ [
432
+ 'name' => 'category_title_hover_border',
433
+ 'label' => __( 'Border', 'htmega-addons' ),
434
+ 'selector' => '{{WRAPPER}} .woocommerce .product-category .woocommerce-loop-category__title:hover',
435
+ ]
436
+ );
437
+
438
+ $this->add_group_control(
439
+ Group_Control_Border::get_type(),
440
+ [
441
+ 'name' => 'menu_normal_border',
442
+ 'label' => __( 'Border', 'htmega-addons' ),
443
+ 'selector' => '{{WRAPPER}} .linemenu-nav ul.htmega-mainmenu li a',
444
+ ]
445
+ );
446
+
447
+
448
  $this->end_controls_tab();
449
 
450
  $this->end_controls_tabs();
includes/widgets/htmega_wc_element_pages.php CHANGED
@@ -16,6 +16,13 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
16
  public function get_icon() {
17
  return 'htmega-icon eicon-product-pages';
18
  }
 
 
 
 
 
 
 
19
 
20
  public function get_categories() {
21
  return [ 'htmega-addons' ];
@@ -206,7 +213,7 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
206
  'type' => Controls_Manager::COLOR,
207
  'default' => '',
208
  'selectors' => [
209
- '{{WRAPPER}} .woocommerce button.button' => 'color: {{VALUE}};',
210
  ],
211
  ]
212
  );
@@ -217,7 +224,7 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
217
  'label' => esc_html__( 'Background Color', 'htmega-addons' ),
218
  'type' => Controls_Manager::COLOR,
219
  'selectors' => [
220
- '{{WRAPPER}} .woocommerce button.button' => 'background-color: {{VALUE}};',
221
  ],
222
  ]
223
  );
@@ -227,7 +234,7 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
227
  [
228
  'name' => 'cart_button_border',
229
  'label' => esc_html__( 'Border', 'htmega-addons' ),
230
- 'selector' => '{{WRAPPER}} .woocommerce button.button',
231
  'separator' => 'before',
232
  ]
233
  );
@@ -248,7 +255,7 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
248
  Group_Control_Box_Shadow::get_type(),
249
  [
250
  'name' => 'cart_button_box_shadow',
251
- 'selector' => '{{WRAPPER}} woocommerce button.button',
252
  ]
253
  );
254
 
@@ -321,6 +328,36 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
321
  ]
322
  );
323
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
324
  $this->end_controls_tab();
325
 
326
  $this->end_controls_tabs();
@@ -404,6 +441,14 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
404
  ]
405
  );
406
 
 
 
 
 
 
 
 
 
407
  $this->add_control(
408
  'cart_checkout_btn_padding',
409
  [
@@ -470,12 +515,131 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
470
  ]
471
  );
472
 
 
 
 
 
 
 
 
 
473
  $this->end_controls_tab();
474
 
475
  $this->end_controls_tabs();
476
 
477
  $this->end_controls_section();
478
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
479
 
480
  // Checkout page Style
481
  $this->start_controls_section(
@@ -533,160 +697,231 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
533
  ]
534
  );
535
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
536
  $this->add_control(
537
- 'page_checkout_input_text_color',
538
  [
539
  'label' => esc_html__( 'Text Color', 'htmega-addons' ),
540
  'type' => Controls_Manager::COLOR,
541
  'selectors' => [
542
- '{{WRAPPER}} .woocommerce .input-text' => 'color: {{VALUE}};',
543
- '{{WRAPPER}} .woocommerce select' => 'color: {{VALUE}};',
544
- '{{WRAPPER}} .woocommerce textarea.input-text' => 'color: {{VALUE}};',
545
  ],
546
  ]
547
  );
548
 
549
  $this->add_control(
550
- 'page_checkout_input_text_background',
551
  [
552
  'label' => esc_html__( 'Background Color', 'htmega-addons' ),
553
  'type' => Controls_Manager::COLOR,
554
  'selectors' => [
555
- '{{WRAPPER}} .woocommerce .input-text' => 'background-color: {{VALUE}};',
556
- '{{WRAPPER}} .woocommerce select' => 'background-color: {{VALUE}};',
557
- '{{WRAPPER}} .woocommerce textarea.input-text' => 'background-color: {{VALUE}};',
558
  ],
559
  ]
560
  );
561
 
562
- $this->add_responsive_control(
563
- 'page_checkout_textarea_height',
564
  [
565
- 'label' => esc_html__( 'Textarea Height', 'htmega-addons' ),
566
- 'type' => Controls_Manager::SLIDER,
567
- 'default' => [
568
- 'size' => 120,
569
- ],
570
- 'range' => [
571
- 'px' => [
572
- 'min' => 30,
573
- 'max' => 500,
574
- ],
575
- ],
576
- 'selectors' => [
577
- '{{WRAPPER}} .woocommerce textarea.input-text' => 'height: {{SIZE}}{{UNIT}}; display: block;',
578
- ],
579
- 'separator' => 'before',
580
-
581
- ]
582
- );
583
-
584
- $this->add_control(
585
- 'page_checkout_input_padding',
586
- [
587
- 'label' => esc_html__( 'Padding', 'htmega-addons' ),
588
- 'type' => Controls_Manager::DIMENSIONS,
589
- 'size_units' => [ 'px', 'em', '%' ],
590
- 'selectors' => [
591
- '{{WRAPPER}} .woocommerce .input-text,
592
- {{WRAPPER}} .woocommerce textarea.input-text,
593
- {{WRAPPER}} .select2-container--default .select2-selection--single,
594
- {{WRAPPER}} .woocommerce select' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
595
- '{{WRAPPER}} .select2-container--default .select2-selection--single' => 'height: auto; min-height: 37px;',
596
- '{{WRAPPER}} .select2-container--default .select2-selection--single .select2-selection__rendered' => 'line-height: initial;',
597
- ],
598
- ]
599
- );
600
-
601
- $this->add_responsive_control(
602
- 'page_checkout_input_space',
603
- [
604
- 'label' => esc_html__( 'Element Space', 'htmega-addons' ),
605
- 'type' => Controls_Manager::SLIDER,
606
- 'default' => [
607
- 'size' => 20,
608
- ],
609
- 'range' => [
610
- 'px' => [
611
- 'min' => 0,
612
- 'max' => 100,
613
- ],
614
- ],
615
- 'selectors' => [
616
- '{{WRAPPER}} .woocommerce form .form-row' => 'margin-bottom: {{SIZE}}{{UNIT}};',
617
- ],
618
- ]
619
- );
620
-
621
- $this->add_group_control(
622
- Group_Control_Border::get_type(), [
623
- 'name' => 'page_checkout_input_border',
624
- 'label' => esc_html__( 'Border', 'htmega-addons' ),
625
- 'placeholder' => '1px',
626
- 'default' => '1px',
627
- 'selector' => '
628
- {{WRAPPER}} .woocommerce .input-text,
629
- {{WRAPPER}} .woocommerce select,
630
- {{WRAPPER}} .select2-container--default .select2-selection--single',
631
- ]
632
- );
633
-
634
- $this->add_control(
635
- 'page_checkout_input_border_radius',
636
- [
637
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
638
- 'type' => Controls_Manager::DIMENSIONS,
639
- 'size_units' => [ 'px', '%' ],
640
- 'selectors' => [
641
- '{{WRAPPER}} .woocommerce .input-text,
642
- {{WRAPPER}} .select2-container--default .select2-selection--single,
643
- {{WRAPPER}} .woocommerce select' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
644
- ],
645
- ]
646
- );
647
-
648
- $this->end_controls_section();
649
-
650
- $this->start_controls_section(
651
- 'page_checkout_payment',
652
- [
653
- 'label' => esc_html__( 'Payment', 'htmega-addons' ),
654
- 'tab' => Controls_Manager::TAB_STYLE,
655
- 'condition' => [
656
- 'element' => [ 'woocommerce_checkout' ],
657
- ],
658
- ]
659
- );
660
-
661
- $this->add_control(
662
- 'page_checkout_payment_color',
663
- [
664
- 'label' => esc_html__( 'Text Color', 'htmega-addons' ),
665
- 'type' => Controls_Manager::COLOR,
666
- 'selectors' => [
667
- '{{WRAPPER}} .woocommerce-checkout #payment, {{WRAPPER}} .woocommerce-checkout #payment div.payment_box' => 'color: {{VALUE}};',
668
- ],
669
- ]
670
- );
671
-
672
- $this->add_control(
673
- 'page_checkout_payment_background',
674
- [
675
- 'label' => esc_html__( 'Background Color', 'htmega-addons' ),
676
- 'type' => Controls_Manager::COLOR,
677
- 'selectors' => [
678
- '{{WRAPPER}} .woocommerce-checkout #payment' => 'background-color: {{VALUE}};',
679
- '{{WRAPPER}} .woocommerce-checkout #payment div.payment_box' => 'opacity:0.5;',
680
- '{{WRAPPER}} .woocommerce-checkout #payment div.payment_box::before' => 'opacity:0.5;',
681
- ],
682
- ]
683
- );
684
-
685
- $this->add_control(
686
- 'page_checkout_payment_button_heading',
687
- [
688
- 'label' => esc_html__( 'Button Style', 'htmega-addons' ),
689
- 'type' => Controls_Manager::HEADING,
690
  'separator' => 'before',
691
  ]
692
  );
@@ -758,6 +993,14 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
758
  ]
759
  );
760
 
 
 
 
 
 
 
 
 
761
  $this->add_control(
762
  'payment_button_text_padding',
763
  [
@@ -816,10 +1059,240 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
816
  ]
817
  );
818
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
819
  $this->end_controls_tab();
820
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
821
  $this->end_controls_tabs();
822
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
823
  $this->end_controls_section();
824
 
825
 
@@ -868,31 +1341,100 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
868
  ]
869
  );
870
 
871
- $this->add_control(
872
- 'page_order_tracking_input_text_color',
873
- [
874
- 'label' => esc_html__( 'Text Color', 'htmega-addons' ),
875
- 'type' => Controls_Manager::COLOR,
876
- 'selectors' => [
877
- '{{WRAPPER}} .woocommerce .input-text' => 'color: {{VALUE}};',
878
- '{{WRAPPER}} .woocommerce select' => 'color: {{VALUE}};',
879
- '{{WRAPPER}} .woocommerce textarea.input-text' => 'color: {{VALUE}};',
880
- ],
881
- ]
882
- );
883
 
884
- $this->add_control(
885
- 'page_order_tracking_input_text_background',
886
- [
887
- 'label' => esc_html__( 'Background Color', 'htmega-addons' ),
888
- 'type' => Controls_Manager::COLOR,
889
- 'selectors' => [
890
- '{{WRAPPER}} .woocommerce .input-text' => 'background-color: {{VALUE}};',
891
- '{{WRAPPER}} .woocommerce select' => 'background-color: {{VALUE}};',
892
- '{{WRAPPER}} .woocommerce textarea.input-text' => 'background-color: {{VALUE}};',
893
- ],
894
- ]
895
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
896
 
897
  $this->add_control(
898
  'page_order_tracking_input_padding',
@@ -1053,6 +1595,14 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
1053
  ]
1054
  );
1055
 
 
 
 
 
 
 
 
 
1056
  $this->end_controls_tab();
1057
 
1058
  // Button Hover
@@ -1099,6 +1649,37 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
1099
  ]
1100
  );
1101
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1102
  $this->end_controls_tab();
1103
 
1104
  $this->end_controls_tabs();
@@ -1166,10 +1747,44 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
1166
  'selectors' => [
1167
  '{{WRAPPER}} .woocommerce-MyAccount-navigation ul li a' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1168
  ],
 
 
 
 
 
 
 
 
 
 
 
 
1169
  'separator' =>'before',
1170
  ]
1171
  );
1172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1173
  $this->end_controls_tab();
1174
 
1175
  $this->start_controls_tab(
@@ -1200,6 +1815,29 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
1200
  ]
1201
  );
1202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1203
  $this->end_controls_tab();
1204
 
1205
  $this->end_controls_tabs();
@@ -1238,7 +1876,6 @@ class HTMega_Elementor_Widget_WC_Element_Pages extends Widget_Base {
1238
  );
1239
 
1240
  $this->end_controls_section();
1241
-
1242
  }
1243
 
1244
  private function get_shortcode() {
16
  public function get_icon() {
17
  return 'htmega-icon eicon-product-pages';
18
  }
19
+ public function get_keywords(){
20
+ return ['htmega','cart page','single product page','checkout page','order tracking form','my account'];
21
+ }
22
+
23
+ public function get_help_url(){
24
+ return 'https://wphtmega.com/docs/?dr=14037';
25
+ }
26
 
27
  public function get_categories() {
28
  return [ 'htmega-addons' ];
213
  'type' => Controls_Manager::COLOR,
214
  'default' => '',
215
  'selectors' => [
216
+ '{{WRAPPER}} .woocommerce .woocommerce-cart-form button.button' => 'color: {{VALUE}};',
217
  ],
218
  ]
219
  );
224
  'label' => esc_html__( 'Background Color', 'htmega-addons' ),
225
  'type' => Controls_Manager::COLOR,
226
  'selectors' => [
227
+ '{{WRAPPER}} .woocommerce .woocommerce-cart-form button.button' => 'background-color: {{VALUE}};',
228
  ],
229
  ]
230
  );
234
  [
235
  'name' => 'cart_button_border',
236
  'label' => esc_html__( 'Border', 'htmega-addons' ),
237
+ 'selector' => '{{WRAPPER}} .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button',
238
  'separator' => 'before',
239
  ]
240
  );
255
  Group_Control_Box_Shadow::get_type(),
256
  [
257
  'name' => 'cart_button_box_shadow',
258
+ 'selector' => '{{WRAPPER}} .woocommerce button.button',
259
  ]
260
  );
261
 
328
  ]
329
  );
330
 
331
+ $this->add_group_control(
332
+ Group_Control_Border::get_type(),
333
+ [
334
+ 'name' => 'cart_button_border_hover_color',
335
+ 'label' => esc_html__( 'Border', 'htmega-addons' ),
336
+ 'selector' => '{{WRAPPER}} .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button:hover',
337
+ 'separator' => 'before',
338
+ ]
339
+ );
340
+
341
+ $this->add_control(
342
+ 'cart_button_border_radius_hover',
343
+ [
344
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
345
+ 'type' => Controls_Manager::DIMENSIONS,
346
+ 'size_units' => [ 'px', '%' ],
347
+ 'selectors' => [
348
+ '{{WRAPPER}} .woocommerce .woocommerce-cart-form td button.button:hover' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
349
+ ],
350
+ ]
351
+ );
352
+
353
+ $this->add_group_control(
354
+ Group_Control_Box_Shadow::get_type(),
355
+ [
356
+ 'name' => 'cart_button_box_shadow_hover',
357
+ 'selector' => '{{WRAPPER}} .woocommerce button.button:hover',
358
+ ]
359
+ );
360
+
361
  $this->end_controls_tab();
362
 
363
  $this->end_controls_tabs();
441
  ]
442
  );
443
 
444
+ $this->add_group_control(
445
+ Group_Control_Box_Shadow::get_type(),
446
+ [
447
+ 'name' => 'cart_checkout_btnn_shadow',
448
+ 'selector' => '{{WRAPPER}} .wc-proceed-to-checkout a.checkout-button',
449
+ ]
450
+ );
451
+
452
  $this->add_control(
453
  'cart_checkout_btn_padding',
454
  [
515
  ]
516
  );
517
 
518
+ $this->add_group_control(
519
+ Group_Control_Box_Shadow::get_type(),
520
+ [
521
+ 'name' => 'cart_checkout_btnn_shadow_hover',
522
+ 'selector' => '{{WRAPPER}} .wc-proceed-to-checkout a.checkout-button:hover',
523
+ ]
524
+ );
525
+
526
  $this->end_controls_tab();
527
 
528
  $this->end_controls_tabs();
529
 
530
  $this->end_controls_section();
531
 
532
+ $this->start_controls_section(
533
+ 'woocommerce_cart_style_quantity_input',
534
+ [
535
+ 'label' => esc_html__( 'Quantity Input Box', 'htmega-addons' ),
536
+ 'tab' => Controls_Manager::TAB_STYLE,
537
+ 'condition' => [
538
+ 'element' => [ 'woocommerce_cart' ],
539
+ ],
540
+ ]
541
+ );
542
+
543
+ $this->start_controls_tabs( 'woocommerce_cart_input_style_tabs' );
544
+ // Menu Style Normal Tab Start
545
+ $this->start_controls_tab(
546
+ 'woocommerce_cart_input_style_normal_tab',
547
+ [
548
+ 'label' => __( 'Normal', 'htmega-addons' ),
549
+ ]
550
+ );
551
+
552
+ $this->add_control(
553
+ 'woocommerce_cart_input_text_color',
554
+ [
555
+ 'label' => esc_html__( 'Text Color', 'htmega-addons' ),
556
+ 'type' => Controls_Manager::COLOR,
557
+ 'selectors' => [
558
+ '{{WRAPPER}} .woocommerce .quantity .input-text' => 'color: {{VALUE}};',
559
+ ],
560
+ ]
561
+ );
562
+
563
+ $this->add_control(
564
+ 'woocommerce_cart_input_text_background',
565
+ [
566
+ 'label' => esc_html__( 'Background Color', 'htmega-addons' ),
567
+ 'type' => Controls_Manager::COLOR,
568
+ 'selectors' => [
569
+ '{{WRAPPER}} .woocommerce .quantity .input-text' => 'background-color: {{VALUE}};',
570
+ ],
571
+ ]
572
+ );
573
+
574
+ $this->end_controls_tab(); // Menu Style Normal Tab end
575
+
576
+ // Menu Style Focus Tab Start
577
+ $this->start_controls_tab(
578
+ 'woocommerce_cart_style_focus_tab',
579
+ [
580
+ 'label' => __( 'Focus', 'htmega-addons' ),
581
+ ]
582
+ );
583
+
584
+ $this->add_control(
585
+ 'woocommerce_cart_background_focus',
586
+ [
587
+ 'label' => esc_html__( 'Background Color', 'htmega-addons' ),
588
+ 'type' => Controls_Manager::COLOR,
589
+ 'selectors' => [
590
+ '{{WRAPPER}} .woocommerce .quantity .input-text:focus' => 'background-color: {{VALUE}};',
591
+ ],
592
+ ]
593
+ );
594
+
595
+ $this->add_group_control(
596
+ Group_Control_Border::get_type(),
597
+ [
598
+ 'name' => 'woocommerce_cart_input_focus',
599
+ 'label' => __( 'Border', 'htmega-addons' ),
600
+ 'selector' => '{{WRAPPER}} .woocommerce .quantity .input-text:focus',
601
+ ]
602
+ );
603
+
604
+ $this->add_group_control(
605
+ Group_Control_Box_Shadow::get_type(),
606
+ [
607
+ 'name' => 'woocommerce_cart_shadow_focus',
608
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
609
+ 'selector' => '{{WRAPPER}} .woocommerce .quantity .input-text:focus',
610
+ 'separator' => 'before',
611
+ ]
612
+ );
613
+
614
+ $this->end_controls_tab(); // Menu Style Hover Tab end
615
+ $this->end_controls_tabs(); // Menu Style Normal Tabs End
616
+
617
+
618
+
619
+ $this->add_group_control(
620
+ Group_Control_Border::get_type(), [
621
+ 'name' => 'woocommerce_cart_input_border',
622
+ 'label' => esc_html__( 'Border', 'htmega-addons' ),
623
+ 'placeholder' => '1px',
624
+ 'default' => '1px',
625
+ 'selector' => '
626
+ {{WRAPPER}} .woocommerce .quantity .input-text',
627
+ ]
628
+ );
629
+
630
+ $this->add_control(
631
+ 'woocommerce_cart_input_border_radius',
632
+ [
633
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
634
+ 'type' => Controls_Manager::DIMENSIONS,
635
+ 'size_units' => [ 'px', '%' ],
636
+ 'selectors' => [
637
+ '{{WRAPPER}} .woocommerce .quantity .input-text' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
638
+ ],
639
+ ]
640
+ );
641
+
642
+ $this->end_controls_section();
643
 
644
  // Checkout page Style
645
  $this->start_controls_section(
697
  ]
698
  );
699
 
700
+ $this->start_controls_tabs( 'page_checkout_input_style_tabs' );
701
+ // Menu Style Normal Tab Start
702
+ $this->start_controls_tab(
703
+ 'page_checkout_input_style_normal_tab',
704
+ [
705
+ 'label' => __( 'Normal', 'htmega-addons' ),
706
+ ]
707
+ );
708
+
709
+ $this->add_control(
710
+ 'page_checkout_input_text_color',
711
+ [
712
+ 'label' => esc_html__( 'Text Color', 'htmega-addons' ),
713
+ 'type' => Controls_Manager::COLOR,
714
+ 'selectors' => [
715
+ '{{WRAPPER}} .woocommerce .input-text' => 'color: {{VALUE}};',
716
+ '{{WRAPPER}} .woocommerce select' => 'color: {{VALUE}};',
717
+ '{{WRAPPER}} .woocommerce textarea.input-text' => 'color: {{VALUE}};',
718
+ ],
719
+ ]
720
+ );
721
+
722
+ $this->add_control(
723
+ 'page_checkout_input_text_background',
724
+ [
725
+ 'label' => esc_html__( 'Background Color', 'htmega-addons' ),
726
+ 'type' => Controls_Manager::COLOR,
727
+ 'selectors' => [
728
+ '{{WRAPPER}} .woocommerce .input-text' => 'background-color: {{VALUE}};',
729
+ '{{WRAPPER}} .woocommerce select' => 'background-color: {{VALUE}};',
730
+ '{{WRAPPER}} .woocommerce textarea.input-text' => 'background-color: {{VALUE}};',
731
+ ],
732
+ ]
733
+ );
734
+
735
+ $this->add_control(
736
+ 'page_checkout_input_placeholder_color',
737
+ [
738
+ 'label' => __( 'Placeholder Color', 'htmega-addons' ),
739
+ 'type' => Controls_Manager::COLOR,
740
+ 'selectors' => [
741
+ '{{WRAPPER}} .woocommerce .form-row input::-webkit-input-placeholder' => 'color: {{VALUE}}',
742
+ '{{WRAPPER}} .woocommerce .form-row input::-moz-placeholder' => 'color: {{VALUE}}',
743
+ '{{WRAPPER}} .woocommerce .form-row input::-ms-input-placeholder' => 'color: {{VALUE}}',
744
+ '{{WRAPPER}} .woocommerce .form-row textarea::-webkit-input-placeholder' => 'color: {{VALUE}}',
745
+ '{{WRAPPER}} .woocommerce .form-row textarea::-moz-placeholder' => 'color: {{VALUE}}',
746
+ '{{WRAPPER}} .woocommerce .form-row textarea::-ms-input-placeholder' => 'color: {{VALUE}}',
747
+ ],
748
+ ]
749
+ );
750
+
751
+ $this->add_responsive_control(
752
+ 'page_checkout_textarea_height',
753
+ [
754
+ 'label' => esc_html__( 'Textarea Height', 'htmega-addons' ),
755
+ 'type' => Controls_Manager::SLIDER,
756
+ 'default' => [
757
+ 'size' => 120,
758
+ ],
759
+ 'range' => [
760
+ 'px' => [
761
+ 'min' => 30,
762
+ 'max' => 500,
763
+ ],
764
+ ],
765
+ 'selectors' => [
766
+ '{{WRAPPER}} .woocommerce textarea.input-text' => 'height: {{SIZE}}{{UNIT}}; display: block;',
767
+ ],
768
+ 'separator' => 'before',
769
+
770
+ ]
771
+ );
772
+
773
+ $this->add_control(
774
+ 'page_checkout_input_padding',
775
+ [
776
+ 'label' => esc_html__( 'Padding', 'htmega-addons' ),
777
+ 'type' => Controls_Manager::DIMENSIONS,
778
+ 'size_units' => [ 'px', 'em', '%' ],
779
+ 'selectors' => [
780
+ '{{WRAPPER}} .woocommerce .input-text,
781
+ {{WRAPPER}} .woocommerce textarea.input-text,
782
+ {{WRAPPER}} .select2-container--default .select2-selection--single,
783
+ {{WRAPPER}} .woocommerce select' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
784
+ '{{WRAPPER}} .select2-container--default .select2-selection--single' => 'height: auto; min-height: 37px;',
785
+ '{{WRAPPER}} .select2-container--default .select2-selection--single .select2-selection__rendered' => 'line-height: initial;',
786
+ ],
787
+ ]
788
+ );
789
+
790
+ $this->add_responsive_control(
791
+ 'page_checkout_input_space',
792
+ [
793
+ 'label' => esc_html__( 'Element Space', 'htmega-addons' ),
794
+ 'type' => Controls_Manager::SLIDER,
795
+ 'default' => [
796
+ 'size' => 20,
797
+ ],
798
+ 'range' => [
799
+ 'px' => [
800
+ 'min' => 0,
801
+ 'max' => 100,
802
+ ],
803
+ ],
804
+ 'selectors' => [
805
+ '{{WRAPPER}} .woocommerce form .form-row' => 'margin-bottom: {{SIZE}}{{UNIT}};',
806
+ ],
807
+ ]
808
+ );
809
+
810
+ $this->add_group_control(
811
+ Group_Control_Border::get_type(), [
812
+ 'name' => 'page_checkout_input_border',
813
+ 'label' => esc_html__( 'Border', 'htmega-addons' ),
814
+ 'placeholder' => '1px',
815
+ 'default' => '1px',
816
+ 'selector' => '
817
+ {{WRAPPER}} .woocommerce .input-text,
818
+ {{WRAPPER}} .woocommerce select,
819
+ {{WRAPPER}} .select2-container--default .select2-selection--single',
820
+ ]
821
+ );
822
+
823
+ $this->add_control(
824
+ 'page_checkout_input_border_radius',
825
+ [
826
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
827
+ 'type' => Controls_Manager::DIMENSIONS,
828
+ 'size_units' => [ 'px', '%' ],
829
+ 'selectors' => [
830
+ '{{WRAPPER}} .woocommerce .input-text,
831
+ {{WRAPPER}} .select2-container--default .select2-selection--single,
832
+ {{WRAPPER}} .woocommerce select' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
833
+ ],
834
+ ]
835
+ );
836
+ $this->end_controls_tab();
837
+
838
+ // Menu Style Focus Tab Start
839
+ $this->start_controls_tab(
840
+ 'page_checkout_style_focus_tab',
841
+ [
842
+ 'label' => __( 'Focus', 'htmega-addons' ),
843
+ ]
844
+ );
845
+
846
+
847
+ $this->add_control(
848
+ 'page_checkout_background_focus',
849
+ [
850
+ 'label' => esc_html__( 'Background Color', 'htmega-addons' ),
851
+ 'type' => Controls_Manager::COLOR,
852
+ 'selectors' => [
853
+ '{{WRAPPER}} .woocommerce .input-text:focus' => 'background-color: {{VALUE}};',
854
+ '{{WRAPPER}} .woocommerce select:focus' => 'background-color: {{VALUE}};',
855
+ '{{WRAPPER}} .woocommerce textarea.input-text:focus' => 'background-color: {{VALUE}};',
856
+ '{{WRAPPER}} {{WRAPPER}} .woocommerce form .form-row input.input-text:focus' => 'background-color: {{VALUE}};',
857
+ ],
858
+ ]
859
+ );
860
+
861
+ $this->add_group_control(
862
+ Group_Control_Border::get_type(),
863
+ [
864
+ 'name' => 'page_checkout_input_focus',
865
+ 'label' => __( 'Border', 'htmega-addons' ),
866
+ 'selector' => '{{WRAPPER}} .woocommerce form .form-row input.input-text:focus',
867
+ ]
868
+ );
869
+
870
+ $this->add_group_control(
871
+ Group_Control_Box_Shadow::get_type(),
872
+ [
873
+ 'name' => 'page_checkout_shadow_focus',
874
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
875
+ 'selector' => '{{WRAPPER}} .woocommerce form .form-row input.input-text:focus',
876
+ 'separator' => 'before',
877
+ ]
878
+ );
879
+
880
+ $this->end_controls_tab(); // Menu Style Hover Tab end
881
+ $this->end_controls_tabs(); // Menu Style Normal Tabs End
882
+ $this->end_controls_section();
883
+
884
+ //Page Checkout Payment
885
+ $this->start_controls_section(
886
+ 'page_checkout_payment',
887
+ [
888
+ 'label' => esc_html__( 'Payment', 'htmega-addons' ),
889
+ 'tab' => Controls_Manager::TAB_STYLE,
890
+ 'condition' => [
891
+ 'element' => [ 'woocommerce_checkout' ],
892
+ ],
893
+ ]
894
+ );
895
+
896
  $this->add_control(
897
+ 'page_checkout_payment_color',
898
  [
899
  'label' => esc_html__( 'Text Color', 'htmega-addons' ),
900
  'type' => Controls_Manager::COLOR,
901
  'selectors' => [
902
+ '{{WRAPPER}} .woocommerce-checkout #payment, {{WRAPPER}} .woocommerce-checkout #payment div.payment_box' => 'color: {{VALUE}};',
 
 
903
  ],
904
  ]
905
  );
906
 
907
  $this->add_control(
908
+ 'page_checkout_payment_background',
909
  [
910
  'label' => esc_html__( 'Background Color', 'htmega-addons' ),
911
  'type' => Controls_Manager::COLOR,
912
  'selectors' => [
913
+ '{{WRAPPER}} .woocommerce-checkout #payment' => 'background-color: {{VALUE}};',
914
+ '{{WRAPPER}} .woocommerce-checkout #payment div.payment_box' => 'opacity:0.5;',
915
+ '{{WRAPPER}} .woocommerce-checkout #payment div.payment_box::before' => 'opacity:0.5;',
916
  ],
917
  ]
918
  );
919
 
920
+ $this->add_control(
921
+ 'page_checkout_payment_button_heading',
922
  [
923
+ 'label' => esc_html__( 'Button Style', 'htmega-addons' ),
924
+ 'type' => Controls_Manager::HEADING,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
925
  'separator' => 'before',
926
  ]
927
  );
993
  ]
994
  );
995
 
996
+ $this->add_group_control(
997
+ Group_Control_Box_Shadow::get_type(),
998
+ [
999
+ 'name' => 'payment_button_box_shadow',
1000
+ 'selector' => '{{WRAPPER}} .woocommerce button.button',
1001
+ ]
1002
+ );
1003
+
1004
  $this->add_control(
1005
  'payment_button_text_padding',
1006
  [
1059
  ]
1060
  );
1061
 
1062
+ $this->add_group_control(
1063
+ Group_Control_Border::get_type(),
1064
+ [
1065
+ 'name' => 'payment_button_border_hover_color',
1066
+ 'label' => esc_html__( 'Border', 'htmega-addons' ),
1067
+ 'selector' => '{{WRAPPER}} .woocommerce button.button:hover',
1068
+ 'separator' => 'before',
1069
+ ]
1070
+ );
1071
+
1072
+ $this->add_control(
1073
+ 'payment_button_border_radius_hover',
1074
+ [
1075
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1076
+ 'type' => Controls_Manager::DIMENSIONS,
1077
+ 'size_units' => [ 'px', '%' ],
1078
+ 'selectors' => [
1079
+ '{{WRAPPER}} .woocommerce button.button:hover' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1080
+ ],
1081
+ ]
1082
+ );
1083
+
1084
+ $this->add_group_control(
1085
+ Group_Control_Box_Shadow::get_type(),
1086
+ [
1087
+ 'name' => 'payment_button_box_shadow_hover',
1088
+ 'selector' => '{{WRAPPER}} .woocommerce button.button:hover',
1089
+ ]
1090
+ );
1091
+
1092
+ $this->end_controls_tab();
1093
+
1094
+ $this->end_controls_tabs();
1095
+
1096
+ $this->end_controls_section();
1097
+
1098
+ $this->start_controls_section(
1099
+ 'checkout_page_style_order_review',
1100
+ [
1101
+ 'label' => esc_html__( 'Order Review', 'htmega-addons' ),
1102
+ 'tab' => Controls_Manager::TAB_STYLE,
1103
+ 'condition' => [
1104
+ 'element' => [ 'woocommerce_checkout' ],
1105
+ ],
1106
+ ]
1107
+ );
1108
+
1109
+ $this->add_group_control(
1110
+ Group_Control_Typography::get_type(),
1111
+ [
1112
+ 'name' => 'checkout_page_style_order_review_typography',
1113
+ 'selector' => '{{WRAPPER}} .woocommerce .woocommerce-checkout-review-order-table',
1114
+ ]
1115
+ );
1116
+
1117
+ $this->add_group_control(
1118
+ Group_Control_Background::get_type(),
1119
+ [
1120
+ 'name' => 'checkout_page_style_order_review_background',
1121
+ 'types' => [ 'classic', 'gradient' ],
1122
+ 'selector' => '{{WRAPPER}} .woocommerce .woocommerce-checkout-review-order-table',
1123
+ ]
1124
+ );
1125
+
1126
+ $this->add_control(
1127
+ 'checkout_page_style_order_review_border_radius',
1128
+ [
1129
+ 'label' => __( 'Border Radius', 'htmega-addons' ),
1130
+ 'type' => Controls_Manager::DIMENSIONS,
1131
+ 'size_units' => [ 'px', '%' ],
1132
+ 'selectors' => [
1133
+ '{{WRAPPER}} .woocommerce .woocommerce-checkout-review-order-table' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1134
+ ],
1135
+ ]
1136
+ );
1137
+
1138
+ $this->add_group_control(
1139
+ Group_Control_Box_Shadow::get_type(),
1140
+ [
1141
+ 'name' => 'checkout_page_style_order_review_box_shadow',
1142
+ 'selector' => '{{WRAPPER}} .woocommerce .woocommerce-checkout-review-order-table',
1143
+ ]
1144
+ );
1145
+
1146
+ $this->add_responsive_control(
1147
+ 'checkout_page_style_order_review_padding',
1148
+ [
1149
+ 'label' => __( 'Padding', 'htmega-addons' ),
1150
+ 'type' => Controls_Manager::DIMENSIONS,
1151
+ 'size_units' => [ 'px', 'em', '%' ],
1152
+ 'selectors' => [
1153
+ '{{WRAPPER}} .woocommerce .woocommerce-checkout-review-order-table' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1154
+ ],
1155
+ ]
1156
+ );
1157
+
1158
+ $this->add_control(
1159
+ 'checkout_page_style_order_review_table_head_heading',
1160
+ [
1161
+ 'label' => __( 'Table Head', 'htmega-addons' ),
1162
+ 'type' => Controls_Manager::HEADING,
1163
+ 'separator' => 'before',
1164
+ ]
1165
+ );
1166
+
1167
+ $this->add_control(
1168
+ 'checkout_page_style_order_review_table_head_text_color',
1169
+ [
1170
+ 'label' => __( 'Text Color', 'htmega-addons' ),
1171
+ 'type' => Controls_Manager::COLOR,
1172
+ 'selectors' => [
1173
+ '{{WRAPPER}} .woocommerce .woocommerce-checkout-review-order-table thead th' => 'color: {{VALUE}};',
1174
+ ],
1175
+ ]
1176
+ );
1177
+
1178
+ $this->add_control(
1179
+ 'checkout_page_style_order_review_table_head_background_color',
1180
+ [
1181
+ 'label' => __( 'Background Color', 'htmega-addons' ),
1182
+ 'type' => Controls_Manager::COLOR,
1183
+ 'selectors' => [
1184
+ '{{WRAPPER}} .woocommerce .woocommerce-checkout-review-order-table thead th' => 'background-color: {{VALUE}};',
1185
+ ],
1186
+ ]
1187
+ );
1188
+
1189
+ //Table Body
1190
+ $this->add_control(
1191
+ 'checkout_page_style_order_review_table_body_heading',
1192
+ [
1193
+ 'label' => __( 'Table Body Row', 'htmega-addons' ),
1194
+ 'type' => Controls_Manager::HEADING,
1195
+ 'separator' => 'before',
1196
+ ]
1197
+ );
1198
+
1199
+ $this->start_controls_tabs( 'checkout_page_style_order_review_tbody_rows_tabs_style' );
1200
+
1201
+ $this->start_controls_tab(
1202
+ 'tab_checkout_page_style_order_review_even_row',
1203
+ [
1204
+ 'label' => __( 'Even', 'htmega-addons' ),
1205
+ ]
1206
+ );
1207
+
1208
+ $this->add_control(
1209
+ 'checkout_page_style_order_review_even_row_text_color',
1210
+ [
1211
+ 'label' => __( 'Text Color', 'htmega-addons' ),
1212
+ 'type' => Controls_Manager::COLOR,
1213
+ 'selectors' => [
1214
+ '{{WRAPPER}} .woocommerce .woocommerce-checkout-review-order-table .cart_item:nth-child(2n)' => 'color: {{VALUE}};',
1215
+ ],
1216
+ ]
1217
+ );
1218
+
1219
+ $this->add_control(
1220
+ 'checkout_page_style_order_review_even_row_background_color',
1221
+ [
1222
+ 'label' => __( 'Background Color', 'htmega-addons' ),
1223
+ 'type' => Controls_Manager::COLOR,
1224
+ 'selectors' => [
1225
+ '{{WRAPPER}} .woocommerce .woocommerce-checkout-review-order-table .cart_item:nth-child(2n) > td' => 'background-color: {{VALUE}};',
1226
+ ],
1227
+ ]
1228
+ );
1229
+
1230
  $this->end_controls_tab();
1231
 
1232
+ $this->start_controls_tab(
1233
+ 'tab_checkout_page_style_order_review_odd_row',
1234
+ [
1235
+ 'label' => __( 'Odd', 'htmega-addons' ),
1236
+ ]
1237
+ );
1238
+
1239
+ $this->add_control(
1240
+ 'checkout_page_style_order_review_odd_row_text_color',
1241
+ [
1242
+ 'label' => __( 'Text Color', 'htmega-addons' ),
1243
+ 'type' => Controls_Manager::COLOR,
1244
+ 'selectors' => [
1245
+ '{{WRAPPER}} .woocommerce .woocommerce-checkout-review-order-table .cart_item:nth-child(2n+1)' => 'color: {{VALUE}};',
1246
+ ],
1247
+ ]
1248
+ );
1249
+
1250
+ $this->add_control(
1251
+ 'checkout_page_style_order_review_odd_row_background_color',
1252
+ [
1253
+ 'label' => __( 'Background Color', 'htmega-addons' ),
1254
+ 'type' => Controls_Manager::COLOR,
1255
+ 'selectors' => [
1256
+ '{{WRAPPER}} .woocommerce .woocommerce-checkout-review-order-table .cart_item:nth-child(2n+1) > td' => 'background-color: {{VALUE}};',
1257
+ ],
1258
+ ]
1259
+ );
1260
+
1261
+ $this->end_controls_tab();
1262
  $this->end_controls_tabs();
1263
 
1264
+ //Table Footer
1265
+ $this->add_control(
1266
+ 'checkout_page_style_order_review_table_foot_heading',
1267
+ [
1268
+ 'label' => __( 'Table Footer', 'htmega-addons' ),
1269
+ 'type' => Controls_Manager::HEADING,
1270
+ 'separator' => 'before',
1271
+ ]
1272
+ );
1273
+
1274
+ $this->add_control(
1275
+ 'checkout_page_style_order_review_table_foot_text_color',
1276
+ [
1277
+ 'label' => __( 'Text Color', 'htmega-addons' ),
1278
+ 'type' => Controls_Manager::COLOR,
1279
+ 'selectors' => [
1280
+ '{{WRAPPER}} .woocommerce .woocommerce-checkout-review-order-table tfoot tr' => 'color: {{VALUE}};',
1281
+ ],
1282
+ ]
1283
+ );
1284
+
1285
+ $this->add_control(
1286
+ 'checkout_page_style_order_review_table_foot_background_color',
1287
+ [
1288
+ 'label' => __( 'Background Color', 'htmega-addons' ),
1289
+ 'type' => Controls_Manager::COLOR,
1290
+ 'selectors' => [
1291
+ '{{WRAPPER}} .woocommerce .woocommerce-checkout-review-order-table tfoot tr' => 'background-color: {{VALUE}};',
1292
+ ],
1293
+ ]
1294
+ );
1295
+
1296
  $this->end_controls_section();
1297
 
1298
 
1341
  ]
1342
  );
1343
 
1344
+ $this->start_controls_tabs( 'page_order_tracking_input_style_tabs' );
1345
+ // Menu Style Normal Tab Start
1346
+ $this->start_controls_tab(
1347
+ 'page_order_tracking_input_style_normal_tab',
1348
+ [
1349
+ 'label' => __( 'Normal', 'htmega-addons' ),
1350
+ ]
1351
+ );
 
 
 
 
1352
 
1353
+ $this->add_control(
1354
+ 'page_order_tracking_input_text_color',
1355
+ [
1356
+ 'label' => esc_html__( 'Text Color', 'htmega-addons' ),
1357
+ 'type' => Controls_Manager::COLOR,
1358
+ 'selectors' => [
1359
+ '{{WRAPPER}} .woocommerce .input-text' => 'color: {{VALUE}};',
1360
+ '{{WRAPPER}} .woocommerce select' => 'color: {{VALUE}};',
1361
+ '{{WRAPPER}} .woocommerce textarea.input-text' => 'color: {{VALUE}};',
1362
+ ],
1363
+ ]
1364
+ );
1365
+
1366
+ $this->add_control(
1367
+ 'page_order_tracking_input_text_background',
1368
+ [
1369
+ 'label' => esc_html__( 'Background Color', 'htmega-addons' ),
1370
+ 'type' => Controls_Manager::COLOR,
1371
+ 'selectors' => [
1372
+ '{{WRAPPER}} .woocommerce .input-text' => 'background-color: {{VALUE}};',
1373
+ '{{WRAPPER}} .woocommerce select' => 'background-color: {{VALUE}};',
1374
+ '{{WRAPPER}} .woocommerce textarea.input-text' => 'background-color: {{VALUE}};',
1375
+ ],
1376
+ ]
1377
+ );
1378
+
1379
+ $this->add_control(
1380
+ 'htmega_page_order_tracking_input_placeholder_color',
1381
+ [
1382
+ 'label' => __( 'Placeholder Color', 'htmega-addons' ),
1383
+ 'type' => Controls_Manager::COLOR,
1384
+ 'selectors' => [
1385
+ '{{WRAPPER}} .woocommerce .form-row input::-webkit-input-placeholder' => 'color: {{VALUE}}',
1386
+ '{{WRAPPER}} .woocommerce .form-row input::-moz-placeholder' => 'color: {{VALUE}}',
1387
+ '{{WRAPPER}} .woocommerce .form-row input::-ms-input-placeholder' => 'color: {{VALUE}}',
1388
+ '{{WRAPPER}} .woocommerce .form-row textarea::-webkit-input-placeholder' => 'color: {{VALUE}}',
1389
+ '{{WRAPPER}} .woocommerce .form-row textarea::-moz-placeholder' => 'color: {{VALUE}}',
1390
+ '{{WRAPPER}} .woocommerce .form-row textarea::-ms-input-placeholder' => 'color: {{VALUE}}',
1391
+ ],
1392
+ ]
1393
+ );
1394
+ $this->end_controls_tab(); // Menu Style Normal Tab end
1395
+
1396
+ // Menu Style Focus Tab Start
1397
+ $this->start_controls_tab(
1398
+ 'menu_style_focus_tab',
1399
+ [
1400
+ 'label' => __( 'Focus', 'htmega-addons' ),
1401
+ ]
1402
+ );
1403
+
1404
+ $this->add_control(
1405
+ 'page_order_tracking_background_focus',
1406
+ [
1407
+ 'label' => esc_html__( 'Background Color', 'htmega-addons' ),
1408
+ 'type' => Controls_Manager::COLOR,
1409
+ 'selectors' => [
1410
+ '{{WRAPPER}} .woocommerce .input-text:focus' => 'background-color: {{VALUE}};',
1411
+ '{{WRAPPER}} .woocommerce select:focus' => 'background-color: {{VALUE}};',
1412
+ '{{WRAPPER}} .woocommerce textarea.input-text:focus' => 'background-color: {{VALUE}};',
1413
+ ],
1414
+ ]
1415
+ );
1416
+
1417
+ $this->add_group_control(
1418
+ Group_Control_Border::get_type(),
1419
+ [
1420
+ 'name' => 'page_order_tracking_input_focus',
1421
+ 'label' => __( 'Border', 'htmega-addons' ),
1422
+ 'selector' => '{{WRAPPER}} .woocommerce form .form-row input.input-text:focus',
1423
+ ]
1424
+ );
1425
+
1426
+ $this->add_group_control(
1427
+ Group_Control_Box_Shadow::get_type(),
1428
+ [
1429
+ 'name' => 'page_order_tracking_shadow_focus',
1430
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
1431
+ 'selector' => '{{WRAPPER}} .woocommerce form .form-row input.input-text:focus',
1432
+ 'separator' => 'before',
1433
+ ]
1434
+ );
1435
+
1436
+ $this->end_controls_tab(); // Menu Style Hover Tab end
1437
+ $this->end_controls_tabs(); // Menu Style Normal Tabs End
1438
 
1439
  $this->add_control(
1440
  'page_order_tracking_input_padding',
1595
  ]
1596
  );
1597
 
1598
+ $this->add_group_control(
1599
+ Group_Control_Box_Shadow::get_type(),
1600
+ [
1601
+ 'name' => 'tracking_button_box_shadow',
1602
+ 'selector' => '{{WRAPPER}} .woocommerce .form-row button.button',
1603
+ ]
1604
+ );
1605
+
1606
  $this->end_controls_tab();
1607
 
1608
  // Button Hover
1649
  ]
1650
  );
1651
 
1652
+ $this->add_group_control(
1653
+ Group_Control_Border::get_type(),
1654
+ [
1655
+ 'name' => 'tracking_button_border_hover',
1656
+ 'label' => esc_html__( 'Border', 'htmega-addons' ),
1657
+ 'placeholder' => '1px',
1658
+ 'default' => '1px',
1659
+ 'selector' => '{{WRAPPER}} .woocommerce button.button:hover',
1660
+ 'separator' => 'before',
1661
+ ]
1662
+ );
1663
+
1664
+ $this->add_control(
1665
+ 'tracking_button_border_radius_hover',
1666
+ [
1667
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1668
+ 'type' => Controls_Manager::DIMENSIONS,
1669
+ 'size_units' => [ 'px', '%' ],
1670
+ 'selectors' => [
1671
+ '{{WRAPPER}} .woocommerce button.button:hover' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1672
+ ],
1673
+ ]
1674
+ );
1675
+
1676
+ $this->add_group_control(
1677
+ Group_Control_Box_Shadow::get_type(),
1678
+ [
1679
+ 'name' => 'tracking_button_box_shadow_hover',
1680
+ 'selector' => '{{WRAPPER}} .woocommerce .form-row button.button:hover',
1681
+ ]
1682
+ );
1683
  $this->end_controls_tab();
1684
 
1685
  $this->end_controls_tabs();
1747
  'selectors' => [
1748
  '{{WRAPPER}} .woocommerce-MyAccount-navigation ul li a' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1749
  ],
1750
+ ]
1751
+ );
1752
+
1753
+ $this->add_responsive_control(
1754
+ 'page_myaccount_menu_margin',
1755
+ [
1756
+ 'label' => __( 'Margin', 'htmega-addons' ),
1757
+ 'type' => Controls_Manager::DIMENSIONS,
1758
+ 'size_units' => [ 'px', '%', 'em' ],
1759
+ 'selectors' => [
1760
+ '{{WRAPPER}} .woocommerce-MyAccount-navigation ul li a' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1761
+ ],
1762
  'separator' =>'before',
1763
  ]
1764
  );
1765
 
1766
+ $this->add_group_control(
1767
+ Group_Control_Border::get_type(),
1768
+ [
1769
+ 'name' => 'page_myaccount_menu_border_color',
1770
+ 'label' => esc_html__( 'Border', 'htmega-addons' ),
1771
+ 'selector' => '{{WRAPPER}} .woocommerce-MyAccount-navigation ul li a',
1772
+ 'separator' => 'before',
1773
+ ]
1774
+ );
1775
+
1776
+ $this->add_control(
1777
+ 'page_myaccount_menu_border_radius',
1778
+ [
1779
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1780
+ 'type' => Controls_Manager::DIMENSIONS,
1781
+ 'size_units' => [ 'px', '%' ],
1782
+ 'selectors' => [
1783
+ '{{WRAPPER}} .woocommerce-MyAccount-navigation ul li a' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1784
+ ],
1785
+ ]
1786
+ );
1787
+
1788
  $this->end_controls_tab();
1789
 
1790
  $this->start_controls_tab(
1815
  ]
1816
  );
1817
 
1818
+ $this->add_group_control(
1819
+ Group_Control_Border::get_type(),
1820
+ [
1821
+ 'name' => 'page_myaccount_menu_border_color_hover',
1822
+ 'label' => esc_html__( 'Border', 'htmega-addons' ),
1823
+ 'selector' => '{{WRAPPER}} .woocommerce-MyAccount-navigation ul li a:hover',
1824
+ 'separator' => 'before',
1825
+ ]
1826
+ );
1827
+
1828
+ $this->add_control(
1829
+ 'page_myaccount_menu_border_radius_hover',
1830
+ [
1831
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1832
+ 'type' => Controls_Manager::DIMENSIONS,
1833
+ 'size_units' => [ 'px', '%' ],
1834
+ 'selectors' => [
1835
+ '{{WRAPPER}} .woocommerce-MyAccount-navigation ul li a:hover' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1836
+ ],
1837
+ ]
1838
+ );
1839
+
1840
+
1841
  $this->end_controls_tab();
1842
 
1843
  $this->end_controls_tabs();
1876
  );
1877
 
1878
  $this->end_controls_section();
 
1879
  }
1880
 
1881
  private function get_shortcode() {
includes/widgets/htmega_wpforms.php CHANGED
@@ -21,6 +21,14 @@ class HTMega_Elementor_Widget_WPforms extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
 
 
24
  public function get_style_depends(){
25
  return [
26
  'htmega-widgets',
@@ -162,7 +170,30 @@ class HTMega_Elementor_Widget_WPforms extends Widget_Base {
162
  ],
163
  ]
164
  );
165
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  $this->end_controls_section(); // Form title style
167
 
168
  // Style Description tab section
@@ -241,7 +272,30 @@ class HTMega_Elementor_Widget_WPforms extends Widget_Base {
241
  ],
242
  ]
243
  );
244
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
245
  $this->end_controls_section(); // Form Description style
246
 
247
 
@@ -249,11 +303,34 @@ class HTMega_Elementor_Widget_WPforms extends Widget_Base {
249
  $this->start_controls_section(
250
  'wpforms_label_style',
251
  [
252
- 'label' => __( 'Label', 'htmega-addons' ),
253
  'tab' => Controls_Manager::TAB_STYLE,
254
  ]
255
  );
256
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
257
  $this->add_control(
258
  'wpforms_label_background',
259
  [
@@ -271,7 +348,7 @@ class HTMega_Elementor_Widget_WPforms extends Widget_Base {
271
  'label' => __( 'Color', 'htmega-addons' ),
272
  'type' => Controls_Manager::COLOR,
273
  'selectors' => [
274
- '{{WRAPPER}} .wpforms-form .wpforms-field-label' => 'color: {{VALUE}};',
275
  ],
276
  ]
277
  );
@@ -280,7 +357,7 @@ class HTMega_Elementor_Widget_WPforms extends Widget_Base {
280
  Group_Control_Typography::get_type(),
281
  [
282
  'name' => 'wpforms_label_typogra',
283
- 'selector' => '{{WRAPPER}} .wpforms-form .wpforms-field-label',
284
  ]
285
  );
286
 
@@ -330,38 +407,22 @@ class HTMega_Elementor_Widget_WPforms extends Widget_Base {
330
  'separator' =>'before',
331
  ]
332
  );
333
-
334
- $this->end_controls_section(); // // Label style tab end
335
-
336
- // Style Input tab section
337
- $this->start_controls_section(
338
- 'wpforms_input_style_section',
339
- [
340
- 'label' => __( 'Input', 'htmega-addons' ),
341
- 'tab' => Controls_Manager::TAB_STYLE,
342
- ]
343
- );
344
-
345
  $this->add_control(
346
- 'wpforms_input_background_color',
347
  [
348
- 'label' => __( 'Background Color', 'htmega-addons' ),
349
- 'type' => Controls_Manager::COLOR,
350
- 'default' => '#ffffff',
351
- 'selectors' => [
352
- '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .wpforms-field select' => 'background-color: {{VALUE}}',
353
- ],
354
  ]
355
  );
356
-
357
  $this->add_control(
358
- 'wpforms_input_color',
359
  [
360
- 'label' => __( 'Color', 'htmega-addons' ),
361
- 'type' => Controls_Manager::COLOR,
362
- 'default' => '#212529',
363
- 'selectors' => [
364
- '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .wpforms-field select' => 'color: {{VALUE}}',
365
  ],
366
  ]
367
  );
@@ -369,78 +430,265 @@ class HTMega_Elementor_Widget_WPforms extends Widget_Base {
369
  $this->add_group_control(
370
  Group_Control_Typography::get_type(),
371
  [
372
- 'name' => 'wpforms_input_typography',
373
- 'selector' => '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .wpforms-field select',
374
  ]
375
  );
376
-
377
- $this->add_responsive_control(
378
- 'wpforms_input_height',
379
- [
380
- 'label' => __( 'Height', 'htmega-addons' ),
381
- 'type' => Controls_Manager::SLIDER,
382
- 'range' => [
383
- 'px' => [
384
- 'min' => 0,
385
- 'max' => 100,
386
- 'step' => 1,
387
- ],
388
- ],
389
- 'size_units' => [ 'px', 'em', '%' ],
390
- 'selectors' => [
391
- '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .wpforms-field select' => 'height: {{SIZE}}{{UNIT}}',
392
- ],
393
- ]
394
- );
395
-
396
  $this->add_responsive_control(
397
- 'wpforms_input_padding',
398
  [
399
- 'label' => __( 'Padding', 'htmega-addons' ),
400
  'type' => Controls_Manager::DIMENSIONS,
401
  'size_units' => [ 'px', '%', 'em' ],
402
  'selectors' => [
403
- '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
404
- '{{WRAPPER}} .wpforms-field select' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
405
  ],
406
  'separator' =>'before',
407
  ]
 
 
 
 
 
 
 
 
 
408
  );
409
-
410
- $this->add_responsive_control(
411
- 'wpforms_input_margin',
412
  [
413
- 'label' => __( 'Margin', 'htmega-addons' ),
414
- 'type' => Controls_Manager::DIMENSIONS,
415
- 'size_units' => [ 'px', '%', 'em' ],
416
  'selectors' => [
417
- '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
418
- '{{WRAPPER}} .wpforms-field select' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
419
  ],
420
  ]
421
  );
 
422
 
423
- $this->add_group_control(
424
- Group_Control_Border::get_type(),
425
- [
426
- 'name' => 'wpforms_input_border',
427
- 'label' => __( 'Border', 'htmega-addons' ),
428
- 'selector' => '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .wpforms-field select',
429
- ]
 
 
 
430
  );
 
 
 
 
 
 
 
431
 
432
- $this->add_responsive_control(
433
- 'wpforms_input_border_radius',
434
- [
435
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
436
- 'type' => Controls_Manager::DIMENSIONS,
437
- 'selectors' => [
438
- '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
439
- '{{WRAPPER}} .wpforms-field select' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
440
- ],
441
- ]
442
- );
443
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
444
  $this->end_controls_section(); // Form input style
445
 
446
  // Style Textarea tab section
@@ -451,103 +699,213 @@ class HTMega_Elementor_Widget_WPforms extends Widget_Base {
451
  'tab' => Controls_Manager::TAB_STYLE,
452
  ]
453
  );
454
-
455
- $this->add_control(
456
- 'wpforms_textarea_background_color',
457
- [
458
- 'label' => __( 'Background Color', 'htmega-addons' ),
459
- 'type' => Controls_Manager::COLOR,
460
- 'default' => '#ffffff',
461
- 'selectors' => [
462
- '{{WRAPPER}} .wpforms-field textarea' => 'background-color: {{VALUE}}',
463
- ],
464
- ]
465
- );
466
-
467
- $this->add_control(
468
- 'wpforms_textarea_color',
469
- [
470
- 'label' => __( 'Color', 'htmega-addons' ),
471
- 'type' => Controls_Manager::COLOR,
472
- 'default' => '#212529',
473
- 'selectors' => [
474
- '{{WRAPPER}} .wpforms-field textarea' => 'color: {{VALUE}}',
475
- ],
476
- ]
477
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
478
 
479
- $this->add_group_control(
480
- Group_Control_Typography::get_type(),
481
- [
482
- 'name' => 'wpforms_textarea_typography',
483
- 'selector' => '{{WRAPPER}} .wpforms-field textarea',
484
- ]
485
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
486
 
487
- $this->add_responsive_control(
488
- 'wpforms_textarea_height',
489
- [
490
- 'label' => __( 'Height', 'htmega-addons' ),
491
- 'type' => Controls_Manager::SLIDER,
492
- 'range' => [
493
- 'px' => [
494
- 'min' => 0,
495
- 'max' => 500,
496
- 'step' => 1,
497
- ],
498
- ],
499
- 'size_units' => [ 'px', 'em', '%' ],
500
- 'selectors' => [
501
- '{{WRAPPER}} .wpforms-field textarea' => 'height: {{SIZE}}{{UNIT}}',
502
- ],
503
- ]
504
- );
505
 
506
- $this->add_responsive_control(
507
- 'wpforms_textarea_padding',
508
- [
509
- 'label' => __( 'Padding', 'htmega-addons' ),
510
- 'type' => Controls_Manager::DIMENSIONS,
511
- 'size_units' => [ 'px', '%', 'em' ],
512
- 'selectors' => [
513
- '{{WRAPPER}} .wpforms-field textarea' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
514
- ],
515
- 'separator' =>'before',
516
- ]
517
- );
518
 
519
- $this->add_responsive_control(
520
- 'wpforms_textarea_margin',
521
- [
522
- 'label' => __( 'Margin', 'htmega-addons' ),
523
- 'type' => Controls_Manager::DIMENSIONS,
524
- 'size_units' => [ 'px', '%', 'em' ],
525
- 'selectors' => [
526
- '{{WRAPPER}} .wpforms-field textarea' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
527
- ],
528
- ]
529
- );
530
 
531
- $this->add_group_control(
532
- Group_Control_Border::get_type(),
533
- [
534
- 'name' => 'wpforms_textarea_border',
535
- 'label' => __( 'Border', 'htmega-addons' ),
536
- 'selector' => '{{WRAPPER}} .wpforms-field textarea',
537
- ]
538
- );
539
 
540
- $this->add_responsive_control(
541
- 'wpforms_textarea_border_radius',
542
- [
543
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
544
- 'type' => Controls_Manager::DIMENSIONS,
545
- 'selectors' => [
546
- '{{WRAPPER}} .wpforms-field textarea' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
547
- ],
548
- ]
549
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
550
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
551
  $this->end_controls_section(); // Form input style
552
 
553
 
@@ -584,7 +942,31 @@ class HTMega_Elementor_Widget_WPforms extends Widget_Base {
584
  ],
585
  ]
586
  );
587
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
588
  $this->add_group_control(
589
  Group_Control_Typography::get_type(),
590
  [
@@ -669,7 +1051,30 @@ class HTMega_Elementor_Widget_WPforms extends Widget_Base {
669
  'selector' => '{{WRAPPER}} .wpforms-form button[type="submit"]',
670
  ]
671
  );
672
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
673
  $this->end_controls_tab(); // Button Normal tab end
674
 
675
  // Button Hover tab start
@@ -710,13 +1115,51 @@ class HTMega_Elementor_Widget_WPforms extends Widget_Base {
710
  'selector' => '{{WRAPPER}} .wpforms-form button[type="submit"]:hover',
711
  ]
712
  );
713
-
 
 
 
 
 
 
 
714
  $this->end_controls_tab(); // Button Hover tab end
715
 
716
  $this->end_controls_tabs();
717
 
718
  $this->end_controls_section(); // Input submit button style tab end
719
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
720
  }
721
 
722
  protected function render( $instance = [] ) {
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_keywords() {
25
+ return [ 'form', 'contact', 'wpforms','ht mega','htmega' ];
26
+ }
27
+
28
+ public function get_help_url() {
29
+ return 'https://wphtmega.com/docs/forms-widgets/wp-forms-widget/';
30
+ }
31
+
32
  public function get_style_depends(){
33
  return [
34
  'htmega-widgets',
170
  ],
171
  ]
172
  );
173
+ $this->add_responsive_control(
174
+ 'title_align',
175
+ [
176
+ 'label' => __( 'Alignment', 'htmega-addons' ),
177
+ 'type' => Controls_Manager::CHOOSE,
178
+ 'options' => [
179
+ 'left' => [
180
+ 'title' => __( 'Left', 'htmega-addons' ),
181
+ 'icon' => 'eicon-text-align-left',
182
+ ],
183
+ 'center' => [
184
+ 'title' => __( 'Center', 'htmega-addons' ),
185
+ 'icon' => 'eicon-text-align-center',
186
+ ],
187
+ 'right' => [
188
+ 'title' => __( 'Right', 'htmega-addons' ),
189
+ 'icon' => 'eicon-text-align-right',
190
+ ]
191
+ ],
192
+ 'selectors' => [
193
+ '{{WRAPPER}} .wpforms-container .wpforms-title' => 'text-align: {{VALUE}};',
194
+ ],
195
+ ]
196
+ );
197
  $this->end_controls_section(); // Form title style
198
 
199
  // Style Description tab section
272
  ],
273
  ]
274
  );
275
+ $this->add_responsive_control(
276
+ 'description_align',
277
+ [
278
+ 'label' => __( 'Alignment', 'htmega-addons' ),
279
+ 'type' => Controls_Manager::CHOOSE,
280
+ 'options' => [
281
+ 'left' => [
282
+ 'title' => __( 'Left', 'htmega-addons' ),
283
+ 'icon' => 'eicon-text-align-left',
284
+ ],
285
+ 'center' => [
286
+ 'title' => __( 'Center', 'htmega-addons' ),
287
+ 'icon' => 'eicon-text-align-center',
288
+ ],
289
+ 'right' => [
290
+ 'title' => __( 'Right', 'htmega-addons' ),
291
+ 'icon' => 'eicon-text-align-right',
292
+ ]
293
+ ],
294
+ 'selectors' => [
295
+ '{{WRAPPER}} .wpforms-container .wpforms-description' => 'text-align: {{VALUE}};',
296
+ ],
297
+ ]
298
+ );
299
  $this->end_controls_section(); // Form Description style
300
 
301
 
303
  $this->start_controls_section(
304
  'wpforms_label_style',
305
  [
306
+ 'label' => __( 'Labels', 'htmega-addons' ),
307
  'tab' => Controls_Manager::TAB_STYLE,
308
  ]
309
  );
310
+ $this->add_responsive_control(
311
+ 'wpforms_label_align',
312
+ [
313
+ 'label' => __( 'Alignment', 'htmega-addons' ),
314
+ 'type' => Controls_Manager::CHOOSE,
315
+ 'options' => [
316
+ 'left' => [
317
+ 'title' => __( 'Left', 'htmega-addons' ),
318
+ 'icon' => 'eicon-text-align-left',
319
+ ],
320
+ 'center' => [
321
+ 'title' => __( 'Center', 'htmega-addons' ),
322
+ 'icon' => 'eicon-text-align-center',
323
+ ],
324
+ 'right' => [
325
+ 'title' => __( 'Right', 'htmega-addons' ),
326
+ 'icon' => 'eicon-text-align-right',
327
+ ]
328
+ ],
329
+ 'selectors' => [
330
+ '{{WRAPPER}} .wpforms-form .wpforms-field-label,{{WRAPPER}} .wpforms-field-description' => 'text-align: {{VALUE}};',
331
+ ],
332
+ ]
333
+ );
334
  $this->add_control(
335
  'wpforms_label_background',
336
  [
348
  'label' => __( 'Color', 'htmega-addons' ),
349
  'type' => Controls_Manager::COLOR,
350
  'selectors' => [
351
+ '{{WRAPPER}} .wpforms-form .wpforms-field-label,{{WRAPPER}} .wpforms-form .wpforms-field label' => 'color: {{VALUE}};',
352
  ],
353
  ]
354
  );
357
  Group_Control_Typography::get_type(),
358
  [
359
  'name' => 'wpforms_label_typogra',
360
+ 'selector' => '{{WRAPPER}} .wpforms-form .wpforms-field-label,{{WRAPPER}} .wpforms-form .wpforms-field label',
361
  ]
362
  );
363
 
407
  'separator' =>'before',
408
  ]
409
  );
410
+ // Description style
 
 
 
 
 
 
 
 
 
 
 
411
  $this->add_control(
412
+ 'wpforms_description_heading',
413
  [
414
+ 'label' => __( 'Description Style', 'htmega-addons' ),
415
+ 'type' => Controls_Manager::HEADING,
416
+ 'separator' => 'before',
 
 
 
417
  ]
418
  );
 
419
  $this->add_control(
420
+ 'wpforms_description_text_color',
421
  [
422
+ 'label' => __( 'Color', 'htmega-addons' ),
423
+ 'type' => Controls_Manager::COLOR,
424
+ 'selectors' => [
425
+ '{{WRAPPER}} .wpforms-field-description,{{WRAPPER}} .wpforms-field-number-slider-hint' => 'color: {{VALUE}};',
 
426
  ],
427
  ]
428
  );
430
  $this->add_group_control(
431
  Group_Control_Typography::get_type(),
432
  [
433
+ 'name' => 'wpforms_description_typogra',
434
+ 'selector' => '{{WRAPPER}} .wpforms-field-description,{{WRAPPER}} .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint',
435
  ]
436
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
437
  $this->add_responsive_control(
438
+ 'wpforms_input_description_margin',
439
  [
440
+ 'label' => __( 'Margin', 'htmega-addons' ),
441
  'type' => Controls_Manager::DIMENSIONS,
442
  'size_units' => [ 'px', '%', 'em' ],
443
  'selectors' => [
444
+ '{{WRAPPER}} .wpforms-field-description,{{WRAPPER}} .wpforms-field-number-slider-hint' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
 
445
  ],
446
  'separator' =>'before',
447
  ]
448
+ );
449
+ // Required color style
450
+ $this->add_control(
451
+ 'wpforms_required_heading',
452
+ [
453
+ 'label' => __( 'Required Label Style', 'htmega-addons' ),
454
+ 'type' => Controls_Manager::HEADING,
455
+ 'separator' => 'before',
456
+ ]
457
  );
458
+ $this->add_control(
459
+ 'wpforms_required_color',
 
460
  [
461
+ 'label' => __( 'Color', 'htmega-addons' ),
462
+ 'type' => Controls_Manager::COLOR,
 
463
  'selectors' => [
464
+ '{{WRAPPER}} .wpforms-required-label' => 'color: {{VALUE}};',
 
465
  ],
466
  ]
467
  );
468
+ $this->end_controls_section(); // // Label style tab end
469
 
470
+ // Style Input tab section
471
+ $this->start_controls_section(
472
+ 'wpforms_input_style_section',
473
+ [
474
+ 'label' => __( 'Input', 'htmega-addons' ),
475
+ 'tab' => Controls_Manager::TAB_STYLE,
476
+ ]
477
+ );
478
+ $this->start_controls_tabs(
479
+ 'style_input_tabs'
480
  );
481
+ // Normal Style Tab
482
+ $this->start_controls_tab(
483
+ 'style_input_normal_tab',
484
+ [
485
+ 'label' => __( 'Normal', 'htmega-addons' ),
486
+ ]
487
+ );
488
 
 
 
 
 
 
 
 
 
 
 
 
489
 
490
+ $this->add_control(
491
+ 'wpforms_input_background_color',
492
+ [
493
+ 'label' => __( 'Background Color', 'htmega-addons' ),
494
+ 'type' => Controls_Manager::COLOR,
495
+ 'default' => '#ffffff',
496
+ 'selectors' => [
497
+ '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .wpforms-field select' => 'background-color: {{VALUE}}',
498
+ ],
499
+ ]
500
+ );
501
+
502
+ $this->add_control(
503
+ 'wpforms_input_color',
504
+ [
505
+ 'label' => __( 'Color', 'htmega-addons' ),
506
+ 'type' => Controls_Manager::COLOR,
507
+ 'default' => '#212529',
508
+ 'selectors' => [
509
+ '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .wpforms-field select' => 'color: {{VALUE}}',
510
+ ],
511
+ ]
512
+ );
513
+ $this->add_control(
514
+ 'wpforms_input_placeholder_color',
515
+ [
516
+ 'label' => __( 'Placeholder Color', 'htmega-addons' ),
517
+ 'type' => Controls_Manager::COLOR,
518
+ 'selectors' => [
519
+ '{{WRAPPER}} .wpforms-field input::-webkit-input-placeholder' => 'color: {{VALUE}}',
520
+ '{{WRAPPER}} .wpforms-field input::-moz-placeholder' => 'color: {{VALUE}}',
521
+ '{{WRAPPER}} .wpforms-field input::-ms-input-placeholder' => 'color: {{VALUE}}',
522
+ ],
523
+ ]
524
+ );
525
+ $this->add_group_control(
526
+ Group_Control_Typography::get_type(),
527
+ [
528
+ 'name' => 'wpforms_input_typography',
529
+ 'selector' => '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .wpforms-field select',
530
+ ]
531
+ );
532
+
533
+ $this->add_responsive_control(
534
+ 'wpforms_input_height',
535
+ [
536
+ 'label' => __( 'Height', 'htmega-addons' ),
537
+ 'type' => Controls_Manager::SLIDER,
538
+ 'range' => [
539
+ 'px' => [
540
+ 'min' => 0,
541
+ 'max' => 100,
542
+ 'step' => 1,
543
+ ],
544
+ ],
545
+ 'size_units' => [ 'px', 'em', '%' ],
546
+ 'selectors' => [
547
+ '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=range]), {{WRAPPER}} .wpforms-field select' => 'height: {{SIZE}}{{UNIT}}',
548
+ ],
549
+ ]
550
+ );
551
+
552
+ $this->add_responsive_control(
553
+ 'wpforms_input_padding',
554
+ [
555
+ 'label' => __( 'Padding', 'htmega-addons' ),
556
+ 'type' => Controls_Manager::DIMENSIONS,
557
+ 'size_units' => [ 'px', '%', 'em' ],
558
+ 'selectors' => [
559
+ '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=range])' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
560
+ '{{WRAPPER}} .wpforms-field select' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
561
+ ],
562
+ 'separator' =>'before',
563
+ ]
564
+ );
565
+
566
+ $this->add_responsive_control(
567
+ 'wpforms_input_margin',
568
+ [
569
+ 'label' => __( 'Margin', 'htmega-addons' ),
570
+ 'type' => Controls_Manager::DIMENSIONS,
571
+ 'size_units' => [ 'px', '%', 'em' ],
572
+ 'selectors' => [
573
+ '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
574
+ '{{WRAPPER}} .wpforms-field select' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
575
+ ],
576
+ ]
577
+ );
578
+
579
+ $this->add_group_control(
580
+ Group_Control_Border::get_type(),
581
+ [
582
+ 'name' => 'wpforms_input_border',
583
+ 'label' => __( 'Border', 'htmega-addons' ),
584
+ 'selector' => '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .wpforms-field select',
585
+ ]
586
+ );
587
+
588
+ $this->add_responsive_control(
589
+ 'wpforms_input_border_radius',
590
+ [
591
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
592
+ 'type' => Controls_Manager::DIMENSIONS,
593
+ 'selectors' => [
594
+ '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
595
+ '{{WRAPPER}} .wpforms-field select' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
596
+ ],
597
+ ]
598
+ );
599
+ $this->add_group_control(
600
+ Group_Control_Box_Shadow::get_type(),
601
+ [
602
+ 'name' => 'wpforms_input_box_shadow',
603
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
604
+ 'selector' => '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .wpforms-field select',
605
+ ]
606
+ );
607
+ $this->add_responsive_control(
608
+ 'wpforms_input_align',
609
+ [
610
+ 'label' => __( 'Alignment', 'htmega-addons' ),
611
+ 'type' => Controls_Manager::CHOOSE,
612
+ 'options' => [
613
+ 'left' => [
614
+ 'title' => __( 'Left', 'htmega-addons' ),
615
+ 'icon' => 'eicon-text-align-left',
616
+ ],
617
+ 'center' => [
618
+ 'title' => __( 'Center', 'htmega-addons' ),
619
+ 'icon' => 'eicon-text-align-center',
620
+ ],
621
+ 'right' => [
622
+ 'title' => __( 'Right', 'htmega-addons' ),
623
+ 'icon' => 'eicon-text-align-right',
624
+ ]
625
+ ],
626
+ 'selectors' => [
627
+ '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .wpforms-field select' => 'text-align: {{VALUE}};',
628
+ ],
629
+ ]
630
+ );
631
+ $this->end_controls_tab();
632
+
633
+ // Hover Style Tab
634
+ $this->start_controls_tab(
635
+ 'style_input_foucs_tab',
636
+ [
637
+ 'label' => __( 'Focus', 'htmega-addons' ),
638
+ ]
639
+ );
640
+ $this->add_control(
641
+ 'wpforms_input_background_color_focus',
642
+ [
643
+ 'label' => __( 'Background Color', 'htmega-addons' ),
644
+ 'type' => Controls_Manager::COLOR,
645
+ 'default' => '#ffffff',
646
+ 'selectors' => [
647
+ '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, {{WRAPPER}} .wpforms-field select:focus' => 'background-color: {{VALUE}}',
648
+ ],
649
+ ]
650
+ );
651
+
652
+ $this->add_control(
653
+ 'wpforms_input_color_focus',
654
+ [
655
+ 'label' => __( 'Color', 'htmega-addons' ),
656
+ 'type' => Controls_Manager::COLOR,
657
+ 'default' => '#212529',
658
+ 'selectors' => [
659
+ '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, {{WRAPPER}} .wpforms-field select:focus' => 'color: {{VALUE}}',
660
+ ],
661
+ ]
662
+ );
663
+ $this->add_group_control(
664
+ Group_Control_Border::get_type(),
665
+ [
666
+ 'name' => 'wpforms_input_border_focus',
667
+ 'label' => __( 'Border', 'htmega-addons' ),
668
+ 'selector' => '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, {{WRAPPER}} .wpforms-field select:focus',
669
+ ]
670
+ );
671
+ $this->add_responsive_control(
672
+ 'wpforms_input_border_radius_focus',
673
+ [
674
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
675
+ 'type' => Controls_Manager::DIMENSIONS,
676
+ 'selectors' => [
677
+ '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
678
+ '{{WRAPPER}} .wpforms-field select:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
679
+ ],
680
+ ]
681
+ );
682
+ $this->add_group_control(
683
+ Group_Control_Box_Shadow::get_type(),
684
+ [
685
+ 'name' => 'wpforms_input_box_shadow_focus',
686
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
687
+ 'selector' => '{{WRAPPER}} .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, {{WRAPPER}} .wpforms-field select:focus',
688
+ ]
689
+ );
690
+ $this->end_controls_tab();
691
+ $this->end_controls_tabs();
692
  $this->end_controls_section(); // Form input style
693
 
694
  // Style Textarea tab section
699
  'tab' => Controls_Manager::TAB_STYLE,
700
  ]
701
  );
702
+ $this->start_controls_tabs(
703
+ 'style_textarea_tabs'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
704
  );
705
+ // Normal Style Tab
706
+ $this->start_controls_tab(
707
+ 'style_textarea_normal_tab',
708
+ [
709
+ 'label' => __( 'Normal', 'htmega-addons' ),
710
+ ]
711
+ );
712
+ $this->add_control(
713
+ 'wpforms_textarea_background_color',
714
+ [
715
+ 'label' => __( 'Background Color', 'htmega-addons' ),
716
+ 'type' => Controls_Manager::COLOR,
717
+ 'default' => '#ffffff',
718
+ 'selectors' => [
719
+ '{{WRAPPER}} .wpforms-field textarea' => 'background-color: {{VALUE}}',
720
+ ],
721
+ ]
722
+ );
723
 
724
+ $this->add_control(
725
+ 'wpforms_textarea_color',
726
+ [
727
+ 'label' => __( 'Color', 'htmega-addons' ),
728
+ 'type' => Controls_Manager::COLOR,
729
+ 'default' => '#212529',
730
+ 'selectors' => [
731
+ '{{WRAPPER}} .wpforms-field textarea' => 'color: {{VALUE}}',
732
+ ],
733
+ ]
734
+ );
735
+ $this->add_control(
736
+ 'wpforms_textarea_placeholder_color',
737
+ [
738
+ 'label' => __( 'Placeholder Color', 'htmega-addons' ),
739
+ 'type' => Controls_Manager::COLOR,
740
+ 'selectors' => [
741
+ '{{WRAPPER}} .wpforms-field textarea::-webkit-input-placeholder' => 'color: {{VALUE}}',
742
+ '{{WRAPPER}} .wpforms-field textarea::-moz-placeholder' => 'color: {{VALUE}}',
743
+ '{{WRAPPER}} .wpforms-field textarea::-ms-input-placeholder' => 'color: {{VALUE}}',
744
+ ],
745
+ ]
746
+ );
747
+ $this->add_group_control(
748
+ Group_Control_Typography::get_type(),
749
+ [
750
+ 'name' => 'wpforms_textarea_typography',
751
+ 'selector' => '{{WRAPPER}} .wpforms-field textarea',
752
+ ]
753
+ );
754
 
755
+ $this->add_responsive_control(
756
+ 'wpforms_textarea_height',
757
+ [
758
+ 'label' => __( 'Height', 'htmega-addons' ),
759
+ 'type' => Controls_Manager::SLIDER,
760
+ 'range' => [
761
+ 'px' => [
762
+ 'min' => 0,
763
+ 'max' => 500,
764
+ 'step' => 1,
765
+ ],
766
+ ],
767
+ 'size_units' => [ 'px', 'em', '%' ],
768
+ 'selectors' => [
769
+ '{{WRAPPER}} .wpforms-field textarea' => 'height: {{SIZE}}{{UNIT}}',
770
+ ],
771
+ ]
772
+ );
773
 
774
+ $this->add_responsive_control(
775
+ 'wpforms_textarea_padding',
776
+ [
777
+ 'label' => __( 'Padding', 'htmega-addons' ),
778
+ 'type' => Controls_Manager::DIMENSIONS,
779
+ 'size_units' => [ 'px', '%', 'em' ],
780
+ 'selectors' => [
781
+ '{{WRAPPER}} .wpforms-field textarea' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
782
+ ],
783
+ 'separator' =>'before',
784
+ ]
785
+ );
786
 
787
+ $this->add_responsive_control(
788
+ 'wpforms_textarea_margin',
789
+ [
790
+ 'label' => __( 'Margin', 'htmega-addons' ),
791
+ 'type' => Controls_Manager::DIMENSIONS,
792
+ 'size_units' => [ 'px', '%', 'em' ],
793
+ 'selectors' => [
794
+ '{{WRAPPER}} .wpforms-field textarea' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
795
+ ],
796
+ ]
797
+ );
798
 
799
+ $this->add_group_control(
800
+ Group_Control_Border::get_type(),
801
+ [
802
+ 'name' => 'wpforms_textarea_border',
803
+ 'label' => __( 'Border', 'htmega-addons' ),
804
+ 'selector' => '{{WRAPPER}} .wpforms-field textarea',
805
+ ]
806
+ );
807
 
808
+ $this->add_responsive_control(
809
+ 'wpforms_textarea_border_radius',
810
+ [
811
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
812
+ 'type' => Controls_Manager::DIMENSIONS,
813
+ 'selectors' => [
814
+ '{{WRAPPER}} .wpforms-field textarea' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
815
+ ],
816
+ ]
817
+ );
818
+ $this->add_group_control(
819
+ Group_Control_Box_Shadow::get_type(),
820
+ [
821
+ 'name' => 'wpforms_textarea_box_shadow',
822
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
823
+ 'selector' => '{{WRAPPER}} .wpforms-field textarea',
824
+ ]
825
+ );
826
+ $this->add_responsive_control(
827
+ 'wpforms_textarea_align',
828
+ [
829
+ 'label' => __( 'Alignment', 'htmega-addons' ),
830
+ 'type' => Controls_Manager::CHOOSE,
831
+ 'options' => [
832
+ 'left' => [
833
+ 'title' => __( 'Left', 'htmega-addons' ),
834
+ 'icon' => 'eicon-text-align-left',
835
+ ],
836
+ 'center' => [
837
+ 'title' => __( 'Center', 'htmega-addons' ),
838
+ 'icon' => 'eicon-text-align-center',
839
+ ],
840
+ 'right' => [
841
+ 'title' => __( 'Right', 'htmega-addons' ),
842
+ 'icon' => 'eicon-text-align-right',
843
+ ]
844
+ ],
845
+ 'selectors' => [
846
+ '{{WRAPPER}} .wpforms-field textarea' => 'text-align: {{VALUE}};',
847
+ ],
848
+ ]
849
+ );
850
+ $this->end_controls_tab();
851
+ // Hover Style Tab
852
+ $this->start_controls_tab(
853
+ 'style_textarea_focus_tab',
854
+ [
855
+ 'label' => __( 'Focus', 'htmega-addons' ),
856
+ ]
857
+ );
858
+ $this->add_control(
859
+ 'wpforms_textarea_background_color_focus',
860
+ [
861
+ 'label' => __( 'Background Color', 'htmega-addons' ),
862
+ 'type' => Controls_Manager::COLOR,
863
+ 'default' => '#ffffff',
864
+ 'selectors' => [
865
+ '{{WRAPPER}} .wpforms-field textarea:focus' => 'background-color: {{VALUE}}',
866
+ ],
867
+ ]
868
+ );
869
 
870
+ $this->add_control(
871
+ 'wpforms_textarea_color_focus',
872
+ [
873
+ 'label' => __( 'Color', 'htmega-addons' ),
874
+ 'type' => Controls_Manager::COLOR,
875
+ 'default' => '#212529',
876
+ 'selectors' => [
877
+ '{{WRAPPER}} .wpforms-field textarea:focus' => 'color: {{VALUE}}',
878
+ ],
879
+ ]
880
+ );
881
+ $this->add_group_control(
882
+ Group_Control_Border::get_type(),
883
+ [
884
+ 'name' => 'wpforms_textarea_border_focus',
885
+ 'label' => __( 'Border', 'htmega-addons' ),
886
+ 'selector' => '{{WRAPPER}} .wpforms-field textarea:focus',
887
+ ]
888
+ );
889
+ $this->add_responsive_control(
890
+ 'wpforms_textarea_border_radius_focus',
891
+ [
892
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
893
+ 'type' => Controls_Manager::DIMENSIONS,
894
+ 'selectors' => [
895
+ '{{WRAPPER}} .wpforms-field textarea:focus' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
896
+ ],
897
+ ]
898
+ );
899
+ $this->add_group_control(
900
+ Group_Control_Box_Shadow::get_type(),
901
+ [
902
+ 'name' => 'wpforms_textarea_box_shadow_focus',
903
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
904
+ 'selector' => '{{WRAPPER}} .wpforms-field textarea:focus',
905
+ ]
906
+ );
907
+ $this->end_controls_tab();
908
+ $this->end_controls_tabs();
909
  $this->end_controls_section(); // Form input style
910
 
911
 
942
  ],
943
  ]
944
  );
945
+ $this->add_responsive_control(
946
+ 'wpforms_input_submit_width',
947
+ [
948
+ 'label' => __( 'Width', 'htmega-addons' ),
949
+ 'type' => Controls_Manager::SLIDER,
950
+ 'size_units' => [ 'px', '%' ],
951
+ 'range' => [
952
+ 'px' => [
953
+ 'min' => 0,
954
+ 'max' => 500,
955
+ 'step' => 1,
956
+ ],
957
+ '%' => [
958
+ 'min' => 0,
959
+ 'max' => 100,
960
+ ],
961
+ ],
962
+ 'default' => [
963
+ 'unit' => 'px',
964
+ ],
965
+ 'selectors' => [
966
+ '{{WRAPPER}} .wpforms-form button[type="submit"]' => 'width: {{SIZE}}{{UNIT}};',
967
+ ],
968
+ ]
969
+ );
970
  $this->add_group_control(
971
  Group_Control_Typography::get_type(),
972
  [
1051
  'selector' => '{{WRAPPER}} .wpforms-form button[type="submit"]',
1052
  ]
1053
  );
1054
+ $this->add_responsive_control(
1055
+ 'wpforms_input_submit_align',
1056
+ [
1057
+ 'label' => __( 'Alignment', 'htmega-addons' ),
1058
+ 'type' => Controls_Manager::CHOOSE,
1059
+ 'options' => [
1060
+ 'left' => [
1061
+ 'title' => __( 'Left', 'htmega-addons' ),
1062
+ 'icon' => 'eicon-text-align-left',
1063
+ ],
1064
+ 'center' => [
1065
+ 'title' => __( 'Center', 'htmega-addons' ),
1066
+ 'icon' => 'eicon-text-align-center',
1067
+ ],
1068
+ 'right' => [
1069
+ 'title' => __( 'Right', 'htmega-addons' ),
1070
+ 'icon' => 'eicon-text-align-right',
1071
+ ]
1072
+ ],
1073
+ 'selectors' => [
1074
+ '{{WRAPPER}} .wpforms-form .wpforms-submit-container' => 'text-align: {{VALUE}};',
1075
+ ],
1076
+ ]
1077
+ );
1078
  $this->end_controls_tab(); // Button Normal tab end
1079
 
1080
  // Button Hover tab start
1115
  'selector' => '{{WRAPPER}} .wpforms-form button[type="submit"]:hover',
1116
  ]
1117
  );
1118
+ $this->add_group_control(
1119
+ Group_Control_Box_Shadow::get_type(),
1120
+ [
1121
+ 'name' => 'wpforms_input_submit_box_shadow_hover',
1122
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
1123
+ 'selector' => '{{WRAPPER}} .wpforms-form button[type="submit"]:hover',
1124
+ ]
1125
+ );
1126
  $this->end_controls_tab(); // Button Hover tab end
1127
 
1128
  $this->end_controls_tabs();
1129
 
1130
  $this->end_controls_section(); // Input submit button style tab end
1131
 
1132
+ // Input error style tab start
1133
+ $this->start_controls_section(
1134
+ 'wpforms_input_error_style',
1135
+ [
1136
+ 'label' => __( 'Errors Style', 'htmega-addons' ),
1137
+ 'tab' => Controls_Manager::TAB_STYLE,
1138
+ ]
1139
+ );
1140
+
1141
+ $this->add_control(
1142
+ 'wpforms_error_text_color',
1143
+ [
1144
+ 'label' => __( 'Color', 'htmega-addons' ),
1145
+ 'type' => Controls_Manager::COLOR,
1146
+ 'selectors' => [
1147
+ '{{WRAPPER}} .wpforms-error' => 'color: {{VALUE}};',
1148
+ ],
1149
+ ]
1150
+ );
1151
+
1152
+ $this->add_group_control(
1153
+ Group_Control_Border::get_type(),
1154
+ [
1155
+ 'name' => 'wpforms_error_border',
1156
+ 'label' => __( 'Border', 'htmega-addons' ),
1157
+ 'selector' => '{{WRAPPER}} .wpforms-form .wpforms-field textarea.wpforms-error,{{WRAPPER}} .wpforms-form .wpforms-field input.wpforms-error',
1158
+ ]
1159
+ );
1160
+
1161
+ $this->end_controls_section(); // Input error style tab end
1162
+
1163
  }
1164
 
1165
  protected function render( $instance = [] ) {
includes/widgets_control.php CHANGED
@@ -16,7 +16,12 @@ class HTMega_Widgets_Control{
16
  // Register custom category
17
  add_action( 'elementor/elements/categories_registered', [ $this, 'add_category' ] );
18
  // Add Plugin actions
19
- add_action( 'elementor/widgets/widgets_registered', [ $this, 'init_widgets' ] );
 
 
 
 
 
20
  }
21
 
22
  // Add custom category.
@@ -121,431 +126,431 @@ class HTMega_Widgets_Control{
121
  $categories = htmega_get_option( 'categories', 'htmega_thirdparty_element_tabs', 'on' );
122
  $wcpages = htmega_get_option( 'wcpages', 'htmega_thirdparty_element_tabs', 'on' );
123
 
124
- $widgets_manager = \Elementor\Plugin::instance()->widgets_manager;
125
 
126
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_section_title.php' ) && $sectiontitle === 'on' ) {
127
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_section_title.php';
128
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Section_Title() );
129
  }
130
 
131
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_button.php' ) && $button === 'on' ) {
132
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_button.php';
133
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Button() );
134
  }
135
 
136
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_accordion.php' ) && $accordion === 'on' ) {
137
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_accordion.php';
138
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Accordion() );
139
  }
140
 
141
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_googlemap.php' ) && $googlemap === 'on' ) {
142
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_googlemap.php';
143
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_GoogleMap() );
144
  }
145
 
146
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_progressbar.php' ) && $progressbar === 'on' ) {
147
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_progressbar.php';
148
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Progress_Bar() );
149
  }
150
 
151
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_countdown.php' ) && $countdown === 'on' ) {
152
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_countdown.php';
153
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Countdown() );
154
  }
155
 
156
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_teammember.php' ) && $teammember === 'on' ) {
157
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_teammember.php';
158
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_TeamMember() );
159
  }
160
 
161
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_pricing_table.php' ) && $pricingtable === 'on' ) {
162
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_pricing_table.php';
163
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Pricing_Table() );
164
  }
165
 
166
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_brand.php' ) && $brandlogo === 'on' ) {
167
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_brand.php';
168
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Brand() );
169
  }
170
 
171
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_testimonial.php' ) && $testimonial === 'on' ) {
172
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_testimonial.php';
173
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Testimonial() );
174
  }
175
 
176
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_user_login_form.php' ) && $userloginform === 'on' ) {
177
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_user_login_form.php';
178
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_User_Login_Form() );
179
  }
180
 
181
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_user_register_form.php' ) && $userregisterform == 'on' ) {
182
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_user_register_form.php';
183
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_User_Register_Form() );
184
  }
185
 
186
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_services.php' ) && $service === 'on' ) {
187
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_services.php';
188
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Service() );
189
  }
190
 
191
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_news_ticker.php' ) && $newtsicker === 'on' ) {
192
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_news_ticker.php';
193
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Newsticker() );
194
  }
195
 
196
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_socialshere.php' ) && $socialshere === 'on' ) {
197
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_socialshere.php';
198
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_SocialShere() );
199
  }
200
 
201
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_lightbox.php' ) && $lightbox === 'on' ) {
202
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_lightbox.php';
203
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Lightbox() );
204
  }
205
 
206
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_video_player.php' ) && $videoplayer === 'on' ) {
207
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_video_player.php';
208
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_VideoPlayer() );
209
  }
210
 
211
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_search.php' ) && $search === 'on' ) {
212
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_search.php';
213
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Search() );
214
  }
215
 
216
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_blockquote.php' ) && $blockquote === 'on' ) {
217
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_blockquote.php';
218
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Blockquote() );
219
  }
220
 
221
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_instagram.php' ) && $instagram === 'on' ) {
222
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_instagram.php';
223
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Instagram() );
224
  }
225
 
226
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_switcher.php' ) && $switcher === 'on' ) {
227
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_switcher.php';
228
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Switcher() );
229
  }
230
 
231
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tab.php' ) && $tabs === 'on' ) {
232
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tab.php';
233
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Tabs() );
234
  }
235
 
236
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_working_process.php' ) && $workingprocess === 'on' ) {
237
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_working_process.php';
238
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Working_Process() );
239
  }
240
 
241
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_modal.php' ) && $modal === 'on' ) {
242
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_modal.php';
243
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Modal() );
244
  }
245
 
246
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_flip-box.php' ) && $flipbox === 'on' ) {
247
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_flip-box.php';
248
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Flip_Box() );
249
  }
250
 
251
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tooltip.php' ) && $tooltip === 'on' ) {
252
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tooltip.php';
253
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Tooltip() );
254
  }
255
 
256
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_popover.php' ) && $popover === 'on' ) {
257
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_popover.php';
258
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Popover() );
259
  }
260
 
261
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_toggle.php' ) && $toggle === 'on' ) {
262
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_toggle.php';
263
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Toggle() );
264
  }
265
 
266
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_dropcaps.php' ) && $dropcaps === 'on' ) {
267
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_dropcaps.php';
268
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Dropcaps() );
269
  }
270
 
271
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_notify.php' ) && $notify === 'on' ) {
272
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_notify.php';
273
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Notify() );
274
  }
275
 
276
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_marker.php' ) && $imagemarker === 'on' ) {
277
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_marker.php';
278
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_ImageMarker() );
279
  }
280
 
281
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_inline_menu.php' ) && $inlinemenu === 'on' ) {
282
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_inline_menu.php';
283
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_InlineMenu() );
284
  }
285
 
286
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_404_content.php' ) && $errorcontent === 'on' ) {
287
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_404_content.php';
288
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_ErrorContent() );
289
  }
290
 
291
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_counter.php' ) && $counter === 'on' ) {
292
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_counter.php';
293
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Counter() );
294
  }
295
 
296
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_single_post.php' ) && $singlepost === 'on' ) {
297
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_single_post.php';
298
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_SinglePost() );
299
  }
300
 
301
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_grid.php' ) && $postgrid === 'on' ) {
302
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_grid.php';
303
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_PostGrid() );
304
  }
305
 
306
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_slider.php' ) && $postslider === 'on' ) {
307
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_slider.php';
308
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Post_Slider() );
309
  }
310
 
311
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_grid_tab.php' ) && $postgridtab === 'on' ) {
312
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_grid_tab.php';
313
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Post_Grid_Tab() );
314
  }
315
 
316
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_carousel.php' ) && $postcarousel === 'on' ) {
317
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_carousel.php';
318
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Post_Carousel() );
319
  }
320
 
321
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_grid.php' ) && $imagegrid === 'on' ) {
322
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_grid.php';
323
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Image_Grid() );
324
  }
325
 
326
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_masonry.php' ) && $imagemasonry === 'on' ) {
327
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_masonry.php';
328
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Image_Masonry() );
329
  }
330
 
331
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_gallery_justify.php' ) && $galleryjustify === 'on' ) {
332
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_gallery_justify.php';
333
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Gallery_Justify() );
334
  }
335
 
336
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_slider_thumb_gallery.php' ) && $thumbgallery === 'on' ) {
337
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_slider_thumb_gallery.php';
338
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Slider_Thumb_Gallery() );
339
  }
340
 
341
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_testimonial_grid.php' ) && $testimonialgrid === 'on' ) {
342
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_testimonial_grid.php';
343
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Testimonial_Grid() );
344
  }
345
 
346
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_scroll_navigation.php' ) && $scrollnavigation === 'on' ) {
347
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_scroll_navigation.php';
348
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Scroll_Navigation() );
349
  }
350
 
351
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_call_to_action.php' ) && $calltoaction === 'on' ) {
352
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_call_to_action.php';
353
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Call_To_Action() );
354
  }
355
 
356
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_twitter_feed.php' ) && $twitterfeed === 'on' ) {
357
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_twitter_feed.php';
358
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Twitter_Feed() );
359
  }
360
 
361
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_carousel.php' ) && $carousel === 'on' ) {
362
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_carousel.php';
363
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Carousel() );
364
  }
365
 
366
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_double_button.php' ) && $dualbutton === 'on' ) {
367
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_double_button.php';
368
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Double_Button() );
369
  }
370
 
371
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_add_banner.php' ) && $addbanner === 'on' ) {
372
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_add_banner.php';
373
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Add_Banner() );
374
  }
375
 
376
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_special_banner.php' ) && $specialadsbanner === 'on' ) {
377
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_special_banner.php';
378
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Special_day_Banner() );
379
  }
380
 
381
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_comparison.php' ) && $imagecomparison === 'on' ) {
382
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_comparison.php';
383
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Image_Comparison() );
384
  }
385
 
386
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_business_hours.php' ) && $businesshours === 'on' ) {
387
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_business_hours.php';
388
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Business_Hours() );
389
  }
390
 
391
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_table.php' ) && $datatable === 'on' ) {
392
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_table.php';
393
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Data_Table() );
394
  }
395
 
396
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_pricing_list_view.php' ) && $pricinglistview === 'on' ) {
397
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_pricing_list_view.php';
398
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Pricing_List_View() );
399
  }
400
 
401
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_vertical_timeline.php' ) && $verticletimeline === 'on' ) {
402
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_vertical_timeline.php';
403
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Verticle_Time_Line() );
404
  }
405
 
406
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_offcanvas.php' ) && $offcanvas === 'on' ) {
407
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_offcanvas.php';
408
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Offcanvas() );
409
  }
410
 
411
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_animated_heading.php' ) && $animatesectiontitle === 'on' ) {
412
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_animated_heading.php';
413
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Animated_Heading() );
414
  }
415
 
416
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_magnifier.php' ) && $imagemagnifier === 'on' ) {
417
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_magnifier.php';
418
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Image_Magnifier() );
419
  }
420
 
421
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_panel_slider.php' ) && $panelslider === 'on' ) {
422
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_panel_slider.php';
423
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Panel_Slider() );
424
  }
425
 
426
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_scroll_image.php' ) && $scrollimage === 'on' ) {
427
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_scroll_image.php';
428
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Scroll_Image() );
429
  }
430
 
431
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_cuctom_event.php' ) && $customevent === 'on' ) {
432
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_cuctom_event.php';
433
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Custom_Event() );
434
  }
435
 
436
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_template_selector.php' ) && $template_selector === 'on' ) {
437
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_template_selector.php';
438
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Template_Selector() );
439
  }
440
 
441
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/weather/htmega_weather.php' ) && $weather === 'on' ){
442
  require_once HTMEGA_ADDONS_PL_PATH.'includes//widgets/weather/weather-resource.php';
443
  require_once HTMEGA_ADDONS_PL_PATH.'includes//widgets/weather/weather-map.php';
444
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/weather/htmega_weather.php';
445
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Weather() );
446
  }
447
 
448
  // Thirdparty plugins Addons
449
  if ( is_plugin_active('mailchimp-for-wp/mailchimp-for-wp.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_mailchimp_for_wp.php' ) && $mailchimpwp === 'on' ) {
450
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_mailchimp_for_wp.php';
451
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Mailchimp_Wp() );
452
  }
453
 
454
  if ( is_plugin_active('contact-form-7/wp-contact-form-7.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_contact_form_seven.php' ) && $contactform === 'on' ) {
455
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_contact_form_seven.php';
456
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Contact_Form_Seven() );
457
  }
458
 
459
  if ( is_plugin_active('booked/booked.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_booked_calender.php' ) && $bookedcalender === 'on' ) {
460
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_booked_calender.php';
461
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Booked_Calender() );
462
  }
463
 
464
  if ( is_plugin_active('caldera-forms/caldera-core.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_caldera_forms.php' ) && $calderaform === 'on' ) {
465
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_caldera_forms.php';
466
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Caldera_Form() );
467
  }
468
 
469
  if ( is_plugin_active('download-monitor/download-monitor.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_download_monitor.php' ) && $downloadmonitor === 'on' ) {
470
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_download_monitor.php';
471
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Download_Monitor() );
472
  }
473
 
474
  if ( is_plugin_active('instagram-feed/instagram-feed.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_instagram_feed.php' ) && $instragramfeed === 'on' ) {
475
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_instagram_feed.php';
476
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Instragram_Feed() );
477
  }
478
 
479
  if ( is_plugin_active('revslider/revslider.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_revolution_slider.php' ) && $revolution === 'on' ) {
480
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_revolution_slider.php';
481
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Revolution_Slider() );
482
  }
483
 
484
  if ( is_plugin_active('bbpress/bbpress.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_bbpress.php' ) && $bbpress === 'on' ) {
485
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_bbpress.php';
486
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Bbpress() );
487
  }
488
 
489
  if ( is_plugin_active('easy-digital-downloads/easy-digital-downloads.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_easy_digital_download.php' ) && $easydigitaldownload === 'on' ) {
490
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_easy_digital_download.php';
491
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Easy_Digital_Download() );
492
  }
493
 
494
  if ( is_plugin_active('gravityforms/gravityforms.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_gravity_forms.php' ) && $gravityforms === 'on' ) {
495
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_gravity_forms.php';
496
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Gravity_Forms() );
497
  }
498
 
499
  if ( is_plugin_active('tablepress/tablepress.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tablepress.php' ) && $tablepress === 'on' ) {
500
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tablepress.php';
501
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Tablepress() );
502
  }
503
 
504
  if ( is_plugin_active('LayerSlider/layerslider.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_layer_slider.php' ) && $layerslider === 'on' ) {
505
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_layer_slider.php';
506
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Layer_Slider() );
507
  }
508
 
509
  if ( is_plugin_active('wpforms-lite/wpforms.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wpforms.php' ) && $wpforms === 'on' ) {
510
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wpforms.php';
511
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_WPforms() );
512
  }
513
 
514
  if ( is_plugin_active('quform/quform.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_qu_forms.php' ) && $quforms === 'on' ) {
515
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_qu_forms.php';
516
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_QUforms() );
517
  }
518
 
519
  if ( is_plugin_active('ninja-forms/ninja-forms.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_ninja_forms.php' ) && $ninjaform === 'on' ) {
520
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_ninja_forms.php';
521
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Ninja_Form() );
522
  }
523
 
524
  if ( is_plugin_active('buddypress/bp-loader.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_buddy_press.php' ) && $buddypress === 'on' ) {
525
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_buddy_press.php';
526
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Buddy_Press() );
527
  }
528
 
529
  if ( is_plugin_active('wp-job-manager/wp-job-manager.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_job_manager.php' ) && $jobmanager === 'on' ) {
530
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_job_manager.php';
531
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_Job_Manager() );
532
  }
533
 
534
  if( is_plugin_active('woocommerce/woocommerce.php') ) {
535
 
536
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_add_to_cart.php' ) && $wcaddtocart === 'on' ) {
537
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_add_to_cart.php';
538
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_WC_Add_to_Cart() );
539
  }
540
 
541
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_element_pages.php' ) && $wcpages === 'on' ) {
542
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_element_pages.php';
543
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_WC_Element_Pages() );
544
  }
545
 
546
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_categories.php' ) && $categories === 'on' ) {
547
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_categories.php';
548
- $widgets_manager->register_widget_type( new \Elementor\HTMega_Elementor_Widget_WC_Categories() );
549
  }
550
 
551
  }
16
  // Register custom category
17
  add_action( 'elementor/elements/categories_registered', [ $this, 'add_category' ] );
18
  // Add Plugin actions
19
+ // Init Widgets
20
+ if ( htmega_is_elementor_version( '>=', '3.5.0' ) ) {
21
+ add_action( 'elementor/widgets/register', [ $this, 'init_widgets' ] );
22
+ }else{
23
+ add_action( 'elementor/widgets/widgets_registered', [ $this, 'init_widgets' ] );
24
+ }
25
  }
26
 
27
  // Add custom category.
126
  $categories = htmega_get_option( 'categories', 'htmega_thirdparty_element_tabs', 'on' );
127
  $wcpages = htmega_get_option( 'wcpages', 'htmega_thirdparty_element_tabs', 'on' );
128
 
129
+
130
 
131
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_section_title.php' ) && $sectiontitle === 'on' ) {
132
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_section_title.php';
133
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Section_Title() );
134
  }
135
 
136
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_button.php' ) && $button === 'on' ) {
137
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_button.php';
138
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Button() );
139
  }
140
 
141
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_accordion.php' ) && $accordion === 'on' ) {
142
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_accordion.php';
143
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Accordion() );
144
  }
145
 
146
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_googlemap.php' ) && $googlemap === 'on' ) {
147
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_googlemap.php';
148
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_GoogleMap() );
149
  }
150
 
151
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_progressbar.php' ) && $progressbar === 'on' ) {
152
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_progressbar.php';
153
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Progress_Bar() );
154
  }
155
 
156
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_countdown.php' ) && $countdown === 'on' ) {
157
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_countdown.php';
158
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Countdown() );
159
  }
160
 
161
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_teammember.php' ) && $teammember === 'on' ) {
162
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_teammember.php';
163
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_TeamMember() );
164
  }
165
 
166
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_pricing_table.php' ) && $pricingtable === 'on' ) {
167
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_pricing_table.php';
168
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Pricing_Table() );
169
  }
170
 
171
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_brand.php' ) && $brandlogo === 'on' ) {
172
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_brand.php';
173
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Brand() );
174
  }
175
 
176
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_testimonial.php' ) && $testimonial === 'on' ) {
177
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_testimonial.php';
178
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Testimonial() );
179
  }
180
 
181
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_user_login_form.php' ) && $userloginform === 'on' ) {
182
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_user_login_form.php';
183
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_User_Login_Form() );
184
  }
185
 
186
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_user_register_form.php' ) && $userregisterform == 'on' ) {
187
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_user_register_form.php';
188
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_User_Register_Form() );
189
  }
190
 
191
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_services.php' ) && $service === 'on' ) {
192
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_services.php';
193
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Service() );
194
  }
195
 
196
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_news_ticker.php' ) && $newtsicker === 'on' ) {
197
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_news_ticker.php';
198
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Newsticker() );
199
  }
200
 
201
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_socialshere.php' ) && $socialshere === 'on' ) {
202
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_socialshere.php';
203
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_SocialShere() );
204
  }
205
 
206
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_lightbox.php' ) && $lightbox === 'on' ) {
207
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_lightbox.php';
208
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Lightbox() );
209
  }
210
 
211
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_video_player.php' ) && $videoplayer === 'on' ) {
212
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_video_player.php';
213
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_VideoPlayer() );
214
  }
215
 
216
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_search.php' ) && $search === 'on' ) {
217
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_search.php';
218
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Search() );
219
  }
220
 
221
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_blockquote.php' ) && $blockquote === 'on' ) {
222
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_blockquote.php';
223
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Blockquote() );
224
  }
225
 
226
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_instagram.php' ) && $instagram === 'on' ) {
227
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_instagram.php';
228
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Instagram() );
229
  }
230
 
231
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_switcher.php' ) && $switcher === 'on' ) {
232
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_switcher.php';
233
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Switcher() );
234
  }
235
 
236
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tab.php' ) && $tabs === 'on' ) {
237
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tab.php';
238
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Tabs() );
239
  }
240
 
241
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_working_process.php' ) && $workingprocess === 'on' ) {
242
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_working_process.php';
243
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Working_Process() );
244
  }
245
 
246
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_modal.php' ) && $modal === 'on' ) {
247
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_modal.php';
248
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Modal() );
249
  }
250
 
251
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_flip-box.php' ) && $flipbox === 'on' ) {
252
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_flip-box.php';
253
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Flip_Box() );
254
  }
255
 
256
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tooltip.php' ) && $tooltip === 'on' ) {
257
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tooltip.php';
258
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Tooltip() );
259
  }
260
 
261
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_popover.php' ) && $popover === 'on' ) {
262
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_popover.php';
263
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Popover() );
264
  }
265
 
266
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_toggle.php' ) && $toggle === 'on' ) {
267
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_toggle.php';
268
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Toggle() );
269
  }
270
 
271
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_dropcaps.php' ) && $dropcaps === 'on' ) {
272
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_dropcaps.php';
273
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Dropcaps() );
274
  }
275
 
276
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_notify.php' ) && $notify === 'on' ) {
277
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_notify.php';
278
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Notify() );
279
  }
280
 
281
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_marker.php' ) && $imagemarker === 'on' ) {
282
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_marker.php';
283
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_ImageMarker() );
284
  }
285
 
286
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_inline_menu.php' ) && $inlinemenu === 'on' ) {
287
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_inline_menu.php';
288
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_InlineMenu() );
289
  }
290
 
291
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_404_content.php' ) && $errorcontent === 'on' ) {
292
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_404_content.php';
293
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_ErrorContent() );
294
  }
295
 
296
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_counter.php' ) && $counter === 'on' ) {
297
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_counter.php';
298
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Counter() );
299
  }
300
 
301
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_single_post.php' ) && $singlepost === 'on' ) {
302
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_single_post.php';
303
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_SinglePost() );
304
  }
305
 
306
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_grid.php' ) && $postgrid === 'on' ) {
307
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_grid.php';
308
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_PostGrid() );
309
  }
310
 
311
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_slider.php' ) && $postslider === 'on' ) {
312
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_slider.php';
313
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Post_Slider() );
314
  }
315
 
316
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_grid_tab.php' ) && $postgridtab === 'on' ) {
317
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_grid_tab.php';
318
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Post_Grid_Tab() );
319
  }
320
 
321
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_carousel.php' ) && $postcarousel === 'on' ) {
322
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_carousel.php';
323
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Post_Carousel() );
324
  }
325
 
326
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_grid.php' ) && $imagegrid === 'on' ) {
327
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_grid.php';
328
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Image_Grid() );
329
  }
330
 
331
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_masonry.php' ) && $imagemasonry === 'on' ) {
332
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_masonry.php';
333
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Image_Masonry() );
334
  }
335
 
336
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_gallery_justify.php' ) && $galleryjustify === 'on' ) {
337
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_gallery_justify.php';
338
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Gallery_Justify() );
339
  }
340
 
341
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_slider_thumb_gallery.php' ) && $thumbgallery === 'on' ) {
342
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_slider_thumb_gallery.php';
343
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Slider_Thumb_Gallery() );
344
  }
345
 
346
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_testimonial_grid.php' ) && $testimonialgrid === 'on' ) {
347
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_testimonial_grid.php';
348
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Testimonial_Grid() );
349
  }
350
 
351
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_scroll_navigation.php' ) && $scrollnavigation === 'on' ) {
352
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_scroll_navigation.php';
353
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Scroll_Navigation() );
354
  }
355
 
356
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_call_to_action.php' ) && $calltoaction === 'on' ) {
357
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_call_to_action.php';
358
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Call_To_Action() );
359
  }
360
 
361
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_twitter_feed.php' ) && $twitterfeed === 'on' ) {
362
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_twitter_feed.php';
363
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Twitter_Feed() );
364
  }
365
 
366
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_carousel.php' ) && $carousel === 'on' ) {
367
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_carousel.php';
368
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Carousel() );
369
  }
370
 
371
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_double_button.php' ) && $dualbutton === 'on' ) {
372
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_double_button.php';
373
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Double_Button() );
374
  }
375
 
376
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_add_banner.php' ) && $addbanner === 'on' ) {
377
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_add_banner.php';
378
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Add_Banner() );
379
  }
380
 
381
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_special_banner.php' ) && $specialadsbanner === 'on' ) {
382
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_special_banner.php';
383
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Special_day_Banner() );
384
  }
385
 
386
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_comparison.php' ) && $imagecomparison === 'on' ) {
387
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_comparison.php';
388
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Image_Comparison() );
389
  }
390
 
391
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_business_hours.php' ) && $businesshours === 'on' ) {
392
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_business_hours.php';
393
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Business_Hours() );
394
  }
395
 
396
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_table.php' ) && $datatable === 'on' ) {
397
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_table.php';
398
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Data_Table() );
399
  }
400
 
401
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_pricing_list_view.php' ) && $pricinglistview === 'on' ) {
402
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_pricing_list_view.php';
403
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Pricing_List_View() );
404
  }
405
 
406
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_vertical_timeline.php' ) && $verticletimeline === 'on' ) {
407
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_vertical_timeline.php';
408
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Verticle_Time_Line() );
409
  }
410
 
411
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_offcanvas.php' ) && $offcanvas === 'on' ) {
412
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_offcanvas.php';
413
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Offcanvas() );
414
  }
415
 
416
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_animated_heading.php' ) && $animatesectiontitle === 'on' ) {
417
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_animated_heading.php';
418
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Animated_Heading() );
419
  }
420
 
421
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_magnifier.php' ) && $imagemagnifier === 'on' ) {
422
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_magnifier.php';
423
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Image_Magnifier() );
424
  }
425
 
426
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_panel_slider.php' ) && $panelslider === 'on' ) {
427
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_panel_slider.php';
428
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Panel_Slider() );
429
  }
430
 
431
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_scroll_image.php' ) && $scrollimage === 'on' ) {
432
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_scroll_image.php';
433
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Scroll_Image() );
434
  }
435
 
436
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_cuctom_event.php' ) && $customevent === 'on' ) {
437
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_cuctom_event.php';
438
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Custom_Event() );
439
  }
440
 
441
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_template_selector.php' ) && $template_selector === 'on' ) {
442
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_template_selector.php';
443
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Template_Selector() );
444
  }
445
 
446
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/weather/htmega_weather.php' ) && $weather === 'on' ){
447
  require_once HTMEGA_ADDONS_PL_PATH.'includes//widgets/weather/weather-resource.php';
448
  require_once HTMEGA_ADDONS_PL_PATH.'includes//widgets/weather/weather-map.php';
449
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/weather/htmega_weather.php';
450
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Weather() );
451
  }
452
 
453
  // Thirdparty plugins Addons
454
  if ( is_plugin_active('mailchimp-for-wp/mailchimp-for-wp.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_mailchimp_for_wp.php' ) && $mailchimpwp === 'on' ) {
455
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_mailchimp_for_wp.php';
456
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Mailchimp_Wp() );
457
  }
458
 
459
  if ( is_plugin_active('contact-form-7/wp-contact-form-7.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_contact_form_seven.php' ) && $contactform === 'on' ) {
460
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_contact_form_seven.php';
461
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Contact_Form_Seven() );
462
  }
463
 
464
  if ( is_plugin_active('booked/booked.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_booked_calender.php' ) && $bookedcalender === 'on' ) {
465
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_booked_calender.php';
466
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Booked_Calender() );
467
  }
468
 
469
  if ( is_plugin_active('caldera-forms/caldera-core.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_caldera_forms.php' ) && $calderaform === 'on' ) {
470
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_caldera_forms.php';
471
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Caldera_Form() );
472
  }
473
 
474
  if ( is_plugin_active('download-monitor/download-monitor.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_download_monitor.php' ) && $downloadmonitor === 'on' ) {
475
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_download_monitor.php';
476
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Download_Monitor() );
477
  }
478
 
479
  if ( is_plugin_active('instagram-feed/instagram-feed.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_instagram_feed.php' ) && $instragramfeed === 'on' ) {
480
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_instagram_feed.php';
481
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Instragram_Feed() );
482
  }
483
 
484
  if ( is_plugin_active('revslider/revslider.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_revolution_slider.php' ) && $revolution === 'on' ) {
485
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_revolution_slider.php';
486
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Revolution_Slider() );
487
  }
488
 
489
  if ( is_plugin_active('bbpress/bbpress.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_bbpress.php' ) && $bbpress === 'on' ) {
490
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_bbpress.php';
491
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Bbpress() );
492
  }
493
 
494
  if ( is_plugin_active('easy-digital-downloads/easy-digital-downloads.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_easy_digital_download.php' ) && $easydigitaldownload === 'on' ) {
495
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_easy_digital_download.php';
496
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Easy_Digital_Download() );
497
  }
498
 
499
  if ( is_plugin_active('gravityforms/gravityforms.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_gravity_forms.php' ) && $gravityforms === 'on' ) {
500
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_gravity_forms.php';
501
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Gravity_Forms() );
502
  }
503
 
504
  if ( is_plugin_active('tablepress/tablepress.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tablepress.php' ) && $tablepress === 'on' ) {
505
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tablepress.php';
506
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Tablepress() );
507
  }
508
 
509
  if ( is_plugin_active('LayerSlider/layerslider.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_layer_slider.php' ) && $layerslider === 'on' ) {
510
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_layer_slider.php';
511
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Layer_Slider() );
512
  }
513
 
514
  if ( is_plugin_active('wpforms-lite/wpforms.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wpforms.php' ) && $wpforms === 'on' ) {
515
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wpforms.php';
516
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_WPforms() );
517
  }
518
 
519
  if ( is_plugin_active('quform/quform.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_qu_forms.php' ) && $quforms === 'on' ) {
520
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_qu_forms.php';
521
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_QUforms() );
522
  }
523
 
524
  if ( is_plugin_active('ninja-forms/ninja-forms.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_ninja_forms.php' ) && $ninjaform === 'on' ) {
525
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_ninja_forms.php';
526
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Ninja_Form() );
527
  }
528
 
529
  if ( is_plugin_active('buddypress/bp-loader.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_buddy_press.php' ) && $buddypress === 'on' ) {
530
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_buddy_press.php';
531
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Buddy_Press() );
532
  }
533
 
534
  if ( is_plugin_active('wp-job-manager/wp-job-manager.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_job_manager.php' ) && $jobmanager === 'on' ) {
535
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_job_manager.php';
536
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Job_Manager() );
537
  }
538
 
539
  if( is_plugin_active('woocommerce/woocommerce.php') ) {
540
 
541
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_add_to_cart.php' ) && $wcaddtocart === 'on' ) {
542
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_add_to_cart.php';
543
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_WC_Add_to_Cart() );
544
  }
545
 
546
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_element_pages.php' ) && $wcpages === 'on' ) {
547
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_element_pages.php';
548
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_WC_Element_Pages() );
549
  }
550
 
551
  if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_categories.php' ) && $categories === 'on' ) {
552
  require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_categories.php';
553
+ htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_WC_Categories() );
554
  }
555
 
556
  }
languages/htmega-addons.pot CHANGED
@@ -1,12354 +1,12354 @@
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-03-21 09:07+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.1; wp-5.9.2\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_vertical_timeline.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:158 includes/class.htmega.php:173
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:172
50
- #: includes/widgets/htmega_image_masonry.php:152
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:157
59
- msgid "$42"
60
- msgstr ""
61
-
62
- #: includes/widgets/htmega_pricing_list_view.php:151
63
- msgid "$46"
64
- msgstr ""
65
-
66
- #: includes/widgets/htmega_pricing_list_view.php:145
67
- msgid "$48"
68
- msgstr ""
69
-
70
- #: includes/widgets/htmega_pricing_list_view.php:139
71
- msgid "$52"
72
- msgstr ""
73
-
74
- #: includes/widgets/htmega_pricing_list_view.php:91
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:238
85
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:575
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:59
111
- msgid "01"
112
- msgstr ""
113
-
114
- #: includes/widgets/htmega_booked_calender.php:60
115
- msgid "02"
116
- msgstr ""
117
-
118
- #: includes/widgets/htmega_booked_calender.php:61
119
- msgid "03"
120
- msgstr ""
121
-
122
- #: includes/widgets/htmega_booked_calender.php:62
123
- msgid "04"
124
- msgstr ""
125
-
126
- #: includes/widgets/htmega_booked_calender.php:63
127
- msgid "05"
128
- msgstr ""
129
-
130
- #: includes/widgets/htmega_booked_calender.php:64
131
- msgid "06"
132
- msgstr ""
133
-
134
- #: includes/widgets/htmega_booked_calender.php:65
135
- msgid "07"
136
- msgstr ""
137
-
138
- #: includes/widgets/htmega_booked_calender.php:66
139
- msgid "08"
140
- msgstr ""
141
-
142
- #: includes/widgets/htmega_booked_calender.php:67
143
- msgid "09"
144
- msgstr ""
145
-
146
- #: includes/widgets/htmega_instagram.php:162
147
- #: includes/widgets/htmega_pricing_list_view.php:1085
148
- #: includes/widgets/htmega_pricing_list_view.php:1086
149
- #: includes/widgets/htmega_pricing_list_view.php:1092
150
- #: includes/widgets/htmega_pricing_list_view.php:1098
151
- #: includes/widgets/htmega_pricing_list_view.php:1105
152
- #: includes/widgets/htmega_table.php:456 includes/widgets/htmega_table.php:457
153
- #: includes/widgets/htmega_table.php:463 includes/widgets/htmega_table.php:469
154
- #: includes/widgets/htmega_table.php:476
155
- #: extensions/ht-builder/widgets/bl_post_archive.php:60
156
- msgid "1"
157
- msgstr ""
158
-
159
- #: includes/widgets/htmega_twitter_feed.php:1671
160
- msgid "1 hour ago"
161
- msgstr ""
162
-
163
- #: includes/widgets/htmega_twitter_feed.php:1665
164
- msgid "1 min ago"
165
- msgstr ""
166
-
167
- #: extensions/wc-sales-notification/admin/setting.php:132
168
- msgid "1 minute"
169
- msgstr ""
170
-
171
- #: includes/widgets/htmega_twitter_feed.php:1684
172
- msgid "1 month ago"
173
- msgstr ""
174
-
175
- #: extensions/wc-sales-notification/admin/setting.php:157
176
- msgid "1 week"
177
- msgstr ""
178
-
179
- #: includes/widgets/htmega_twitter_feed.php:1687
180
- msgid "1 year ago"
181
- msgstr ""
182
-
183
- #: includes/widgets/htmega_countdown.php:425
184
- msgid "1. Background Days"
185
- msgstr ""
186
-
187
- #: extensions/wc-sales-notification/admin/setting.php:133
188
- msgid "1.5 minutes"
189
- msgstr ""
190
-
191
- #: includes/widgets/htmega_booked_calender.php:68
192
- msgid "10"
193
- msgstr ""
194
-
195
- #: extensions/wc-sales-notification/admin/setting.php:127
196
- msgid "10 seconds"
197
- msgstr ""
198
-
199
- #: includes/widgets/htmega_booked_calender.php:69
200
- msgid "11"
201
- msgstr ""
202
-
203
- #: includes/widgets/htmega_booked_calender.php:70
204
- msgid "12"
205
- msgstr ""
206
-
207
- #: includes/widgets/htmega_booked_calender.php:71
208
- msgid "13"
209
- msgstr ""
210
-
211
- #: includes/widgets/htmega_booked_calender.php:72
212
- msgid "14"
213
- msgstr ""
214
-
215
- #: includes/widgets/htmega_booked_calender.php:73
216
- msgid "15"
217
- msgstr ""
218
-
219
- #: admin/include/admin-setting.php:1244
220
- msgid "15 Categories / Template set"
221
- msgstr ""
222
-
223
- #: admin/include/admin-setting.php:1245
224
- msgid "15 Templates"
225
- msgstr ""
226
-
227
- #: includes/widgets/htmega_booked_calender.php:74
228
- msgid "16"
229
- msgstr ""
230
-
231
- #: includes/widgets/htmega_booked_calender.php:75
232
- msgid "17"
233
- msgstr ""
234
-
235
- #: includes/widgets/htmega_booked_calender.php:76
236
- msgid "18"
237
- msgstr ""
238
-
239
- #: includes/widgets/htmega_booked_calender.php:77
240
- msgid "19"
241
- msgstr ""
242
-
243
- #: includes/widgets/htmega_instagram.php:163
244
- #: extensions/ht-builder/widgets/bl_post_archive.php:61
245
- msgid "2"
246
- msgstr ""
247
-
248
- #: extensions/wc-sales-notification/admin/setting.php:134
249
- msgid "2 minutes"
250
- msgstr ""
251
-
252
- #: extensions/wc-sales-notification/admin/setting.php:119
253
- msgid "2 seconds"
254
- msgstr ""
255
-
256
- #: includes/widgets/htmega_countdown.php:450
257
- msgid "2. Background Hours"
258
- msgstr ""
259
-
260
- #: includes/widgets/htmega_booked_calender.php:78
261
- msgid "20"
262
- msgstr ""
263
-
264
- #: extensions/wc-sales-notification/admin/setting.php:128
265
- msgid "20 seconds"
266
- msgstr ""
267
-
268
- #: includes/widgets/htmega_booked_calender.php:124
269
- msgid "2018"
270
- msgstr ""
271
-
272
- #: includes/widgets/htmega_booked_calender.php:125
273
- msgid "2019"
274
- msgstr ""
275
-
276
- #: includes/widgets/htmega_booked_calender.php:126
277
- msgid "2020"
278
- msgstr ""
279
-
280
- #: includes/widgets/htmega_booked_calender.php:127
281
- msgid "2021"
282
- msgstr ""
283
-
284
- #: includes/widgets/htmega_booked_calender.php:128
285
- msgid "2022"
286
- msgstr ""
287
-
288
- #: includes/widgets/htmega_booked_calender.php:129
289
- msgid "2023"
290
- msgstr ""
291
-
292
- #: includes/widgets/htmega_booked_calender.php:130
293
- msgid "2024"
294
- msgstr ""
295
-
296
- #: includes/widgets/htmega_booked_calender.php:131
297
- msgid "2025"
298
- msgstr ""
299
-
300
- #: includes/widgets/htmega_booked_calender.php:132
301
- msgid "2026"
302
- msgstr ""
303
-
304
- #: includes/widgets/htmega_booked_calender.php:133
305
- msgid "2027"
306
- msgstr ""
307
-
308
- #: includes/widgets/htmega_booked_calender.php:134
309
- msgid "2028"
310
- msgstr ""
311
-
312
- #: includes/widgets/htmega_booked_calender.php:135
313
- msgid "2029"
314
- msgstr ""
315
-
316
- #: includes/widgets/htmega_booked_calender.php:136
317
- msgid "2030"
318
- msgstr ""
319
-
320
- #: includes/widgets/htmega_booked_calender.php:137
321
- msgid "2031"
322
- msgstr ""
323
-
324
- #: includes/widgets/htmega_booked_calender.php:138
325
- msgid "2032"
326
- msgstr ""
327
-
328
- #: includes/widgets/htmega_booked_calender.php:139
329
- msgid "2033"
330
- msgstr ""
331
-
332
- #: includes/widgets/htmega_booked_calender.php:140
333
- msgid "2034"
334
- msgstr ""
335
-
336
- #: includes/widgets/htmega_booked_calender.php:141
337
- msgid "2035"
338
- msgstr ""
339
-
340
- #: includes/widgets/htmega_booked_calender.php:142
341
- msgid "2036"
342
- msgstr ""
343
-
344
- #: includes/widgets/htmega_booked_calender.php:143
345
- msgid "2037"
346
- msgstr ""
347
-
348
- #: includes/widgets/htmega_booked_calender.php:144
349
- msgid "2038"
350
- msgstr ""
351
-
352
- #: includes/widgets/htmega_booked_calender.php:145
353
- msgid "2039"
354
- msgstr ""
355
-
356
- #: includes/widgets/htmega_booked_calender.php:146
357
- msgid "2040"
358
- msgstr ""
359
-
360
- #: includes/widgets/htmega_booked_calender.php:79
361
- msgid "21"
362
- msgstr ""
363
-
364
- #: includes/widgets/htmega_booked_calender.php:80
365
- msgid "22"
366
- msgstr ""
367
-
368
- #: includes/widgets/htmega_booked_calender.php:81
369
- msgid "23"
370
- msgstr ""
371
-
372
- #: includes/widgets/htmega_googlemap.php:251
373
- msgid "23.8103"
374
- msgstr ""
375
-
376
- #: includes/widgets/htmega_booked_calender.php:82
377
- msgid "24"
378
- msgstr ""
379
-
380
- #: includes/widgets/htmega_booked_calender.php:83
381
- msgid "25"
382
- msgstr ""
383
-
384
- #: includes/widgets/htmega_booked_calender.php:84
385
- msgid "26"
386
- msgstr ""
387
-
388
- #: includes/widgets/htmega_booked_calender.php:85
389
- msgid "27"
390
- msgstr ""
391
-
392
- #: includes/widgets/htmega_booked_calender.php:86
393
- msgid "28"
394
- msgstr ""
395
-
396
- #: includes/widgets/htmega_booked_calender.php:87
397
- msgid "29"
398
- msgstr ""
399
-
400
- #: includes/widgets/htmega_mailchimp_for_wp.php:60
401
- msgid "294"
402
- msgstr ""
403
-
404
- #: includes/widgets/htmega_instagram.php:164
405
- #: extensions/ht-builder/widgets/bl_post_archive.php:62
406
- msgid "3"
407
- msgstr ""
408
-
409
- #: includes/widgets/weather/htmega_weather.php:84
410
- msgid "3 Days"
411
- msgstr ""
412
-
413
- #: extensions/wc-sales-notification/admin/setting.php:120
414
- msgid "3 seconds"
415
- msgstr ""
416
-
417
- #: includes/widgets/htmega_countdown.php:475
418
- msgid "3. Background Minutes"
419
- msgstr ""
420
-
421
- #: includes/widgets/htmega_booked_calender.php:88
422
- msgid "30"
423
- msgstr ""
424
-
425
- #: extensions/wc-sales-notification/admin/setting.php:129
426
- msgid "30 seconds"
427
- msgstr ""
428
-
429
- #: includes/widgets/htmega_booked_calender.php:89
430
- msgid "31"
431
- msgstr ""
432
-
433
- #: admin/include/admin-setting.php:1269
434
- msgid "325 Blocks / Sections"
435
- msgstr ""
436
-
437
- #: admin/include/admin-setting.php:1270
438
- msgid "35 Categories / Template set"
439
- msgstr ""
440
-
441
- #: admin/include/admin-setting.php:1246
442
- msgid "360 Blocks / Sections"
443
- msgstr ""
444
-
445
- #: admin/include/admin-setting.php:1167
446
- msgid "360 Elementor Blocks"
447
- msgstr ""
448
-
449
- #: admin/include/admin-setting.php:1168
450
- msgid "39 Categories and 491 Page Templates."
451
- msgstr ""
452
-
453
- #: includes/widgets/htmega_instagram.php:165
454
- #: extensions/ht-builder/widgets/bl_post_archive.php:63
455
- msgid "4"
456
- msgstr ""
457
-
458
- #: includes/widgets/weather/htmega_weather.php:85
459
- msgid "4 Days"
460
- msgstr ""
461
-
462
- #: extensions/wc-sales-notification/admin/setting.php:121
463
- #: extensions/wc-sales-notification/admin/setting.php:145
464
- msgid "4 seconds"
465
- msgstr ""
466
-
467
- #: includes/widgets/htmega_countdown.php:500
468
- msgid "4. Background Seconds"
469
- msgstr ""
470
-
471
- #: extensions/wc-sales-notification/admin/setting.php:130
472
- msgid "40 seconds"
473
- msgstr ""
474
-
475
- #: admin/include/admin-setting.php:607
476
- #: includes/widgets/htmega_404_content.php:13
477
- #: includes/widgets/htmega_404_content.php:35
478
- msgid "404 Content"
479
- msgstr ""
480
-
481
- #: admin/include/admin-setting.php:1248 admin/include/admin-setting.php:1273
482
- msgid "404 Error Page Builder"
483
- msgstr ""
484
-
485
- #: extensions/ht-builder/admin/setting.php:112
486
- msgid "404 Page Template."
487
- msgstr ""
488
-
489
- #: includes/widgets/htmega_instagram.php:166
490
- msgid "5"
491
- msgstr ""
492
-
493
- #: includes/widgets/weather/htmega_weather.php:86
494
- msgid "5 Days"
495
- msgstr ""
496
-
497
- #: extensions/wc-sales-notification/admin/setting.php:122
498
- msgid "5 seconds"
499
- msgstr ""
500
-
501
- #: extensions/wc-sales-notification/admin/setting.php:131
502
- msgid "50 seconds"
503
- msgstr ""
504
-
505
- #: includes/widgets/htmega_special_banner.php:107
506
- msgid "50%"
507
- msgstr ""
508
-
509
- #: admin/include/admin-setting.php:1271
510
- msgid "524 Templates"
511
- msgstr ""
512
-
513
- #: includes/widgets/htmega_instagram.php:167
514
- msgid "6"
515
- msgstr ""
516
-
517
- #: includes/widgets/weather/htmega_weather.php:87
518
- msgid "6 Days"
519
- msgstr ""
520
-
521
- #: extensions/wc-sales-notification/admin/setting.php:123
522
- msgid "6 seconds"
523
- msgstr ""
524
-
525
- #: extensions/wc-sales-notification/admin/setting.php:124
526
- msgid "7 seconds"
527
- msgstr ""
528
-
529
- #: extensions/wc-sales-notification/admin/setting.php:125
530
- msgid "8 seconds"
531
- msgstr ""
532
-
533
- #: admin/include/admin-setting.php:1166
534
- msgid "80+ Elementor Elements"
535
- msgstr ""
536
-
537
- #: admin/include/admin-setting.php:1243 admin/include/admin-setting.php:1268
538
- msgid "84 Elements"
539
- msgstr ""
540
-
541
- #: extensions/wc-sales-notification/admin/setting.php:126
542
- msgid "9 seconds"
543
- msgstr ""
544
-
545
- #: includes/widgets/htmega_googlemap.php:252
546
- #: includes/widgets/htmega_googlemap.php:253
547
- msgid "90.4125"
548
- msgstr ""
549
-
550
- #: includes/widgets/htmega_business_hours.php:94
551
- msgid "9:00 AM - 6:00 PM"
552
- msgstr ""
553
-
554
- #: includes/widgets/htmega_business_hours.php:164
555
- #: includes/widgets/htmega_business_hours.php:175
556
- #: includes/widgets/htmega_business_hours.php:180
557
- #: includes/widgets/htmega_business_hours.php:185
558
- #: includes/widgets/htmega_business_hours.php:190
559
- msgid "9:00 AM to 6:00 PM"
560
- msgstr ""
561
-
562
- #: includes/widgets/htmega_business_hours.php:195
563
- msgid "9:00 AM to 6:30 PM"
564
- msgstr ""
565
-
566
- #: includes/widgets/htmega_inline_menu.php:89
567
- #: extensions/ht-builder/widgets/bl_nav_menu.php:83
568
- #, php-format
569
- msgid ""
570
- "<strong>There are no menus in your site.</strong><br>Go to the <a "
571
- "href=\"%s\" target=\"_blank\">Menus Option</a> to create one."
572
- msgstr ""
573
-
574
- #: includes/widgets/htmega_notify.php:72
575
- msgid "<strong>Welcome,</strong>to Notification."
576
- msgstr ""
577
-
578
- #: includes/widgets/htmega_twitter_feed.php:102
579
- msgid "Access Token"
580
- msgstr ""
581
-
582
- #: includes/widgets/htmega_twitter_feed.php:112
583
- msgid "Access Token Secret"
584
- msgstr ""
585
-
586
- #: admin/include/admin-setting.php:118 admin/include/admin-setting.php:119
587
- #: includes/widgets/htmega_accordion.php:44
588
- msgid "Accordion"
589
- msgstr ""
590
-
591
- #: includes/widgets/htmega_accordion.php:13
592
- msgid "Accordion / FAQ"
593
- msgstr ""
594
-
595
- #: includes/widgets/htmega_accordion.php:88
596
- #: includes/widgets/htmega_accordion.php:99
597
- #: includes/widgets/htmega_accordion.php:217
598
- #: includes/widgets/htmega_accordion.php:219
599
- #: includes/widgets/htmega_accordion.php:228
600
- #: includes/widgets/htmega_accordion.php:1190
601
- msgid "Accordion Content"
602
- msgstr ""
603
-
604
- #: includes/widgets/htmega_accordion.php:374
605
- msgid "Accordion Height"
606
- msgstr ""
607
-
608
- #: includes/widgets/htmega_accordion.php:957
609
- msgid "Accordion Icon"
610
- msgstr ""
611
-
612
- #: includes/widgets/htmega_accordion.php:412
613
- msgid "Accordion Item"
614
- msgstr ""
615
-
616
- #: includes/widgets/htmega_accordion.php:734
617
- msgid "Accordion Item Box"
618
- msgstr ""
619
-
620
- #: includes/widgets/htmega_accordion.php:422
621
- msgid "Accordion Item Spacing"
622
- msgstr ""
623
-
624
- #: includes/widgets/htmega_accordion.php:112
625
- #: includes/widgets/htmega_accordion.php:162
626
- #: includes/widgets/htmega_accordion.php:241
627
- msgid "Accordion Items"
628
- msgstr ""
629
-
630
- #: includes/widgets/htmega_accordion.php:170
631
- #: includes/widgets/htmega_accordion.php:445
632
- #: includes/widgets/htmega_accordion.php:804
633
- msgid "Accordion Title"
634
- msgstr ""
635
-
636
- #: includes/widgets/htmega_accordion.php:636
637
- msgid "Accordion Title Collapsed"
638
- msgstr ""
639
-
640
- #: includes/widgets/htmega_accordion.php:120
641
- #: includes/widgets/htmega_accordion.php:249
642
- msgid "Accordion Title One"
643
- msgstr ""
644
-
645
- #: includes/widgets/htmega_accordion.php:125
646
- #: includes/widgets/htmega_accordion.php:129
647
- msgid "Accordion Title Two"
648
- msgstr ""
649
-
650
- #: admin/include/template-library.php:261
651
- #: admin/include/template-library.php:313
652
- #: includes/recommended-plugins/class.recommended-plugins.php:242
653
- msgid "Activate"
654
- msgstr ""
655
-
656
- #: admin/include/template-library.php:272
657
- #: admin/include/template-library.php:324
658
- #: includes/recommended-plugins/class.recommended-plugins.php:126
659
- #: includes/recommended-plugins/class.recommended-plugins.php:253
660
- msgid "Activated"
661
- msgstr ""
662
-
663
- #: includes/class.assests.php:381
664
- #: includes/recommended-plugins/class.recommended-plugins.php:125
665
- msgid "Activating.."
666
- msgstr ""
667
-
668
- #: includes/class.assests.php:382 includes/widgets/htmega_accordion.php:570
669
- #: includes/widgets/htmega_accordion.php:1121
670
- #: includes/widgets/htmega_buddy_press.php:62
671
- #: includes/widgets/htmega_carousel.php:988
672
- #: includes/widgets/htmega_carousel.php:1188
673
- #: includes/widgets/htmega_carousel.php:1386
674
- #: includes/widgets/htmega_inline_menu.php:407
675
- #: includes/widgets/htmega_instagram.php:1239
676
- #: includes/widgets/htmega_panel_slider.php:1152
677
- #: includes/widgets/htmega_popover.php:204
678
- #: includes/widgets/htmega_post_slider.php:1860
679
- #: includes/widgets/htmega_post_slider.php:2009
680
- #: includes/widgets/htmega_scroll_navigation.php:387
681
- #: includes/widgets/htmega_slider_thumb_gallery.php:1168
682
- #: includes/widgets/htmega_slider_thumb_gallery.php:1285
683
- #: includes/widgets/htmega_switcher.php:468 includes/widgets/htmega_tab.php:616
684
- #: includes/widgets/htmega_tab.php:795
685
- #: includes/widgets/htmega_twitter_feed.php:1435
686
- #: extensions/ht-builder/widgets/bl_nav_menu.php:280
687
- msgid "Active"
688
- msgstr ""
689
-
690
- #: includes/widgets/htmega_booked_calender.php:442
691
- msgid "Active Date Background Color"
692
- msgstr ""
693
-
694
- #: includes/widgets/htmega_tab.php:193
695
- msgid "Active Icon Color"
696
- msgstr ""
697
-
698
- #: includes/widgets/htmega_accordion.php:938
699
- msgid "Active Title Line Height"
700
- msgstr ""
701
-
702
- #: includes/widgets/htmega_accordion.php:923
703
- msgid "Active Title Space"
704
- msgstr ""
705
-
706
- #: includes/widgets/htmega_add_banner.php:13
707
- msgid "Add Banner"
708
- msgstr ""
709
-
710
- #: includes/widgets/htmega_panel_slider.php:179
711
- #: includes/widgets/htmega_testimonial_grid.php:147
712
- msgid "Add Column gap Ex. 15px"
713
- msgstr ""
714
-
715
- #: includes/widgets/htmega_gallery_justify.php:50
716
- msgid "Add Images"
717
- msgstr ""
718
-
719
- #: includes/widgets/htmega_wc_add_to_cart.php:105
720
- #: includes/widgets/htmega_wc_add_to_cart.php:106
721
- msgid "Add to Cart"
722
- msgstr ""
723
-
724
- #: includes/widgets/htmega_section_title.php:60
725
- msgid "Add Your Heading Text Here"
726
- msgstr ""
727
-
728
- #: includes/widgets/htmega_single_post.php:87
729
- msgid "Additional Option"
730
- msgstr ""
731
-
732
- #: includes/widgets/htmega_accordion.php:347
733
- #: extensions/ht-builder/widgets/bl_post_archive.php:90
734
- msgid "Additional Options"
735
- msgstr ""
736
-
737
- #: includes/widgets/htmega_image_comparison.php:147
738
- msgid "Additional Setting"
739
- msgstr ""
740
-
741
- #: extensions/ht-builder/widgets/bl_post_author_info.php:99
742
- msgid "Admin Posts"
743
- msgstr ""
744
-
745
- #: admin/include/admin-setting.php:135
746
- msgid "Ads Banner"
747
- msgstr ""
748
-
749
- #: admin/include/admin-setting.php:91
750
- msgid "Advance Addons"
751
- msgstr ""
752
-
753
- #: includes/widgets/htmega_section_title.php:80
754
- msgid "Advance Title"
755
- msgstr ""
756
-
757
- #: includes/widgets/htmega_section_title.php:281
758
- msgid "Advance Title Setting"
759
- msgstr ""
760
-
761
- #: includes/widgets/htmega_section_title.php:931
762
- msgid "Advance Title style"
763
- msgstr ""
764
-
765
- #: includes/widgets/htmega_blockquote.php:405
766
- #: includes/widgets/htmega_image_comparison.php:165
767
- msgid "After"
768
- msgstr ""
769
-
770
- #: includes/widgets/htmega_counter.php:776
771
- msgid "After Border Color"
772
- msgstr ""
773
-
774
- #: includes/widgets/htmega_counter.php:701
775
- msgid "After Border Height"
776
- msgstr ""
777
-
778
- #: includes/widgets/htmega_counter.php:731
779
- msgid "After Border Position"
780
- msgstr ""
781
-
782
- #: includes/widgets/htmega_counter.php:671
783
- msgid "After Border Width"
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:98
791
- msgid "After Price Label"
792
- msgstr ""
793
-
794
- #: includes/widgets/htmega_pricing_list_view.php:1692
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_image_marker.php:442
808
- msgid "Aleart Note"
809
- msgstr ""
810
-
811
- #: includes/widgets/htmega_404_content.php:237
812
- #: includes/widgets/htmega_accordion.php:466
813
- #: includes/widgets/htmega_accordion.php:657
814
- #: includes/widgets/htmega_accordion.php:815
815
- #: includes/widgets/htmega_accordion.php:996
816
- #: includes/widgets/htmega_accordion.php:1201
817
- #: includes/widgets/htmega_accordion.php:1319
818
- #: includes/widgets/htmega_add_banner.php:364
819
- #: includes/widgets/htmega_blockquote.php:179
820
- #: includes/widgets/htmega_buddy_press.php:242
821
- #: includes/widgets/htmega_business_hours.php:387
822
- #: includes/widgets/htmega_button.php:150
823
- #: includes/widgets/htmega_call_to_action.php:326
824
- #: includes/widgets/htmega_carousel.php:833
825
- #: includes/widgets/htmega_contact_form_seven.php:116
826
- #: includes/widgets/htmega_counter.php:66
827
- #: includes/widgets/htmega_counter.php:284
828
- #: includes/widgets/htmega_counter.php:317
829
- #: includes/widgets/htmega_counter.php:423
830
- #: includes/widgets/htmega_counter.php:549
831
- #: includes/widgets/htmega_double_button.php:321
832
- #: includes/widgets/htmega_dropcaps.php:80
833
- #: includes/widgets/htmega_easy_digital_download.php:306
834
- #: includes/widgets/htmega_image_grid.php:279
835
- #: includes/widgets/htmega_image_grid.php:376
836
- #: includes/widgets/htmega_image_marker.php:698
837
- #: includes/widgets/htmega_image_masonry.php:254
838
- #: includes/widgets/htmega_image_masonry.php:351
839
- #: includes/widgets/htmega_inline_menu.php:117
840
- #: includes/widgets/htmega_instagram.php:1480
841
- #: includes/widgets/htmega_lightbox.php:192
842
- #: includes/widgets/htmega_lightbox.php:305
843
- #: includes/widgets/htmega_mailchimp_for_wp.php:117
844
- #: includes/widgets/htmega_modal.php:346 includes/widgets/htmega_modal.php:1001
845
- #: includes/widgets/htmega_news_ticker.php:450
846
- #: includes/widgets/htmega_notify.php:270
847
- #: includes/widgets/htmega_notify.php:550
848
- #: includes/widgets/htmega_notify.php:816
849
- #: includes/widgets/htmega_offcanvas.php:271
850
- #: includes/widgets/htmega_offcanvas.php:363
851
- #: includes/widgets/htmega_panel_slider.php:559
852
- #: includes/widgets/htmega_popover.php:261
853
- #: includes/widgets/htmega_popover.php:657
854
- #: includes/widgets/htmega_popover.php:761
855
- #: includes/widgets/htmega_post_grid.php:289
856
- #: includes/widgets/htmega_post_grid.php:513
857
- #: includes/widgets/htmega_post_grid.php:626
858
- #: includes/widgets/htmega_post_grid_tab.php:397
859
- #: includes/widgets/htmega_post_grid_tab.php:491
860
- #: includes/widgets/htmega_post_grid_tab.php:578
861
- #: includes/widgets/htmega_post_grid_tab.php:801
862
- #: includes/widgets/htmega_post_slider.php:832
863
- #: includes/widgets/htmega_post_slider.php:926
864
- #: includes/widgets/htmega_post_slider.php:1013
865
- #: includes/widgets/htmega_post_slider.php:1229
866
- #: includes/widgets/htmega_pricing_list_view.php:461
867
- #: includes/widgets/htmega_pricing_list_view.php:1116
868
- #: includes/widgets/htmega_search.php:152
869
- #: includes/widgets/htmega_section_title.php:411
870
- #: includes/widgets/htmega_services.php:237
871
- #: includes/widgets/htmega_services.php:421
872
- #: includes/widgets/htmega_services.php:526
873
- #: includes/widgets/htmega_services.php:715
874
- #: includes/widgets/htmega_services.php:977
875
- #: includes/widgets/htmega_single_post.php:217
876
- #: includes/widgets/htmega_single_post.php:313
877
- #: includes/widgets/htmega_single_post.php:420
878
- #: includes/widgets/htmega_socialshere.php:361
879
- #: includes/widgets/htmega_special_banner.php:261
880
- #: includes/widgets/htmega_tab.php:509 includes/widgets/htmega_table.php:635
881
- #: includes/widgets/htmega_table.php:754
882
- #: includes/widgets/htmega_tablepress.php:209
883
- #: includes/widgets/htmega_tablepress.php:366
884
- #: includes/widgets/htmega_teammember.php:612
885
- #: includes/widgets/htmega_teammember.php:741
886
- #: includes/widgets/htmega_teammember.php:831
887
- #: includes/widgets/htmega_teammember.php:922
888
- #: includes/widgets/htmega_teammember.php:989
889
- #: includes/widgets/htmega_testimonial_grid.php:549
890
- #: includes/widgets/htmega_toggle.php:192
891
- #: includes/widgets/htmega_tooltip.php:237
892
- #: includes/widgets/htmega_user_login_form.php:136
893
- #: includes/widgets/htmega_user_login_form.php:342
894
- #: includes/widgets/htmega_user_login_form.php:542
895
- #: includes/widgets/htmega_video_player.php:292
896
- #: includes/widgets/htmega_wc_categories.php:344
897
- #: extensions/ht-builder/widgets/bl_nav_menu.php:111
898
- #: extensions/ht-builder/widgets/bl_page_title.php:133
899
- #: extensions/ht-builder/widgets/bl_post_archive.php:298
900
- #: extensions/ht-builder/widgets/bl_post_archive.php:379
901
- #: extensions/ht-builder/widgets/bl_post_archive.php:486
902
- #: extensions/ht-builder/widgets/bl_post_archive.php:592
903
- #: extensions/ht-builder/widgets/bl_post_archive.php:672
904
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:135
905
- #: extensions/ht-builder/widgets/bl_post_content.php:68
906
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:68
907
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:67
908
- #: extensions/ht-builder/widgets/bl_post_title.php:101
909
- #: extensions/ht-builder/widgets/bl_site_logo.php:155
910
- #: extensions/ht-builder/widgets/bl_site_title.php:135
911
- #: extensions/ht-menu/widgets/inline-mega-menu.php:162
912
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:163
913
- msgid "Alignment"
914
- msgstr ""
915
-
916
- #: admin/include/templates_list.php:52
917
- msgid "ALL"
918
- msgstr ""
919
-
920
- #: admin/include/templates_list.php:41
921
- msgid "All Builders"
922
- msgstr ""
923
-
924
- #: includes/widgets/htmega_services.php:305
925
- #: includes/widgets/htmega_testimonial_grid.php:359
926
- #: includes/widgets/htmega_working_process.php:599
927
- msgid "All Content Color"
928
- msgstr ""
929
-
930
- #: extensions/ht-menu/classes/class.mega-menu.php:242
931
- #: extensions/ht-menu/menu/templates.php:194
932
- msgid "All Data Saved"
933
- msgstr ""
934
-
935
- #: includes/class.assests.php:371
936
- msgid "All Items have been Loaded"
937
- msgstr ""
938
-
939
- #: includes/widgets/htmega_accordion.php:121
940
- #: includes/widgets/htmega_accordion.php:126
941
- #: includes/widgets/htmega_accordion.php:130
942
- #: includes/widgets/htmega_accordion.php:250
943
- msgid ""
944
- "Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry "
945
- "richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard "
946
- "dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon "
947
- "tempor, sunt aliqua put a bird on it squid single-origin coffee nulla "
948
- "assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore "
949
- "wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher "
950
- "vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic "
951
- "synth nesciunt you probably have not heard of them accusamus labore "
952
- "sustainable VHS."
953
- msgstr ""
954
-
955
- #: admin/include/admin-setting.php:127
956
- msgid "Animate Heading"
957
- msgstr ""
958
-
959
- #: includes/widgets/htmega_teammember.php:119
960
- msgid "Animate Top on Mobile Layout"
961
- msgstr ""
962
-
963
- #: includes/widgets/htmega_animated_heading.php:13
964
- #: includes/widgets/htmega_animated_heading.php:42
965
- msgid "Animated Heading"
966
- msgstr ""
967
-
968
- #: includes/widgets/htmega_animated_heading.php:102
969
- msgid "Animated Heading Text"
970
- msgstr ""
971
-
972
- #: includes/widgets/htmega_animated_heading.php:369
973
- msgid "Animated Text Style"
974
- msgstr ""
975
-
976
- #: includes/widgets/htmega_news_ticker.php:113
977
- msgid "Animatied duration"
978
- msgstr ""
979
-
980
- #: includes/widgets/htmega_video_player.php:429
981
- msgid "Animation Border Color"
982
- msgstr ""
983
-
984
- #: extensions/wc-sales-notification/admin/setting.php:164
985
- msgid "Animation In"
986
- msgstr ""
987
-
988
- #: extensions/wc-sales-notification/admin/setting.php:176
989
- msgid "Animation Out"
990
- msgstr ""
991
-
992
- #: includes/widgets/htmega_news_ticker.php:104
993
- msgid "Animation Speed"
994
- msgstr ""
995
-
996
- #: includes/widgets/htmega_carousel.php:429
997
- msgid "Animation Style"
998
- msgstr ""
999
-
1000
- #: includes/widgets/htmega_animated_heading.php:67
1001
- msgid "Animation Type"
1002
- msgstr ""
1003
-
1004
- #: includes/widgets/htmega_googlemap.php:163
1005
- msgid "Another Place"
1006
- msgstr ""
1007
-
1008
- #: includes/widgets/htmega_booked_calender.php:547
1009
- msgid "Appointment Button"
1010
- msgstr ""
1011
-
1012
- #: includes/widgets/htmega_booked_calender.php:406
1013
- msgid "Appointments"
1014
- msgstr ""
1015
-
1016
- #: includes/widgets/htmega_booked_calender.php:104
1017
- msgid "April"
1018
- msgstr ""
1019
-
1020
- #: admin/include/admin-setting.php:778 admin/include/admin-setting.php:779
1021
- msgid "Archive Posts"
1022
- msgstr ""
1023
-
1024
- #: admin/include/admin-setting.php:787 admin/include/admin-setting.php:788
1025
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:39
1026
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:60
1027
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:170
1028
- msgid "Archive Title"
1029
- msgstr ""
1030
-
1031
- #: includes/widgets/htmega_buddy_press.php:168
1032
- #: includes/widgets/htmega_popover.php:508
1033
- msgid "Area"
1034
- msgstr ""
1035
-
1036
- #: includes/widgets/htmega_image_marker.php:92
1037
- msgid "Area padding"
1038
- msgstr ""
1039
-
1040
- #: includes/widgets/htmega_carousel.php:535
1041
- #: includes/widgets/htmega_instagram.php:912
1042
- #: includes/widgets/htmega_panel_slider.php:740
1043
- #: includes/widgets/htmega_popover.php:795
1044
- #: includes/widgets/htmega_post_slider.php:1410
1045
- #: includes/widgets/htmega_slider_thumb_gallery.php:802
1046
- #: includes/widgets/htmega_tooltip.php:548
1047
- #: includes/widgets/htmega_twitter_feed.php:1053
1048
- msgid "Arrow"
1049
- msgstr ""
1050
-
1051
- #: includes/widgets/htmega_popover.php:821
1052
- msgid "Arrow Background Color"
1053
- msgstr ""
1054
-
1055
- #: includes/widgets/htmega_popover.php:802
1056
- msgid "Arrow Border Color"
1057
- msgstr ""
1058
-
1059
- #: includes/widgets/htmega_working_process.php:270
1060
- msgid "Arrow Border Height"
1061
- msgstr ""
1062
-
1063
- #: includes/widgets/htmega_testimonial_grid.php:655
1064
- #: includes/widgets/htmega_tooltip.php:554
1065
- #: includes/widgets/htmega_vertical_timeline.php:414
1066
- #: includes/widgets/htmega_vertical_timeline.php:455
1067
- msgid "Arrow Color"
1068
- msgstr ""
1069
-
1070
- #: includes/widgets/htmega_working_process.php:320
1071
- msgid "Arrow Hover Color"
1072
- msgstr ""
1073
-
1074
- #: includes/widgets/htmega_working_process.php:291
1075
- msgid "Arrow Left Color"
1076
- msgstr ""
1077
-
1078
- #: includes/widgets/htmega_working_process.php:306
1079
- msgid "Arrow Right Color"
1080
- msgstr ""
1081
-
1082
- #: includes/widgets/htmega_easy_digital_download.php:205
1083
- msgid "ASC"
1084
- msgstr ""
1085
-
1086
- #: includes/widgets/htmega_job_manager.php:75
1087
- #: includes/widgets/htmega_news_ticker.php:272
1088
- #: includes/widgets/htmega_post_grid.php:132
1089
- #: includes/widgets/htmega_post_grid_tab.php:139
1090
- #: includes/widgets/htmega_post_slider.php:143
1091
- #: includes/widgets/htmega_wc_categories.php:144
1092
- #: extensions/ht-builder/widgets/bl_post_archive.php:220
1093
- msgid "Ascending"
1094
- msgstr ""
1095
-
1096
- #: includes/widgets/htmega_vertical_timeline.php:109
1097
- msgid "Aug<br/>2018"
1098
- msgstr ""
1099
-
1100
- #: includes/widgets/htmega_booked_calender.php:108
1101
- msgid "August"
1102
- msgstr ""
1103
-
1104
- #: includes/widgets/htmega_job_manager.php:93
1105
- #: includes/widgets/htmega_post_slider.php:255
1106
- #: includes/widgets/htmega_single_post.php:130
1107
- #: includes/widgets/htmega_twitter_feed.php:688
1108
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:65
1109
- msgid "Author"
1110
- msgstr ""
1111
-
1112
- #: includes/widgets/htmega_twitter_feed.php:754
1113
- msgid "Author Image Style"
1114
- msgstr ""
1115
-
1116
- #: admin/include/admin-setting.php:832 admin/include/admin-setting.php:833
1117
- #: extensions/ht-builder/widgets/bl_post_author_info.php:39
1118
- msgid "Author Info"
1119
- msgstr ""
1120
-
1121
- #: includes/widgets/htmega_instagram_feed.php:64
1122
- #: includes/widgets/htmega_notify.php:227
1123
- msgid "Auto"
1124
- msgstr ""
1125
-
1126
- #: includes/widgets/htmega_video_player.php:162
1127
- msgid "Auto Play"
1128
- msgstr ""
1129
-
1130
- #: includes/widgets/htmega_news_ticker.php:158
1131
- msgid "Auto Start"
1132
- msgstr ""
1133
-
1134
- #: includes/widgets/htmega_carousel.php:281
1135
- #: includes/widgets/htmega_instagram.php:476
1136
- #: includes/widgets/htmega_panel_slider.php:341
1137
- #: includes/widgets/htmega_post_slider.php:461
1138
- #: includes/widgets/htmega_slider_thumb_gallery.php:271
1139
- #: includes/widgets/htmega_twitter_feed.php:403
1140
- msgid "Autoplay animation speed"
1141
- msgstr ""
1142
-
1143
- #: includes/widgets/htmega_carousel.php:268
1144
- #: includes/widgets/htmega_instagram.php:463
1145
- #: includes/widgets/htmega_panel_slider.php:328
1146
- #: includes/widgets/htmega_post_slider.php:448
1147
- #: includes/widgets/htmega_slider_thumb_gallery.php:260
1148
- #: includes/widgets/htmega_twitter_feed.php:390
1149
- msgid "Autoplay speed"
1150
- msgstr ""
1151
-
1152
- #: includes/widgets/htmega_booked_calender.php:294
1153
- msgid "Available Date"
1154
- msgstr ""
1155
-
1156
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:170
1157
- msgid "Avatar"
1158
- msgstr ""
1159
-
1160
- #: extensions/ht-builder/widgets/bl_post_author_info.php:108
1161
- msgid "Avater Image Position"
1162
- msgstr ""
1163
-
1164
- #: includes/widgets/htmega_404_content.php:128
1165
- #: includes/widgets/htmega_404_content.php:534
1166
- msgid "Back Button"
1167
- msgstr ""
1168
-
1169
- #: includes/widgets/htmega_404_content.php:136
1170
- #: includes/widgets/htmega_404_content.php:137
1171
- #: includes/widgets/htmega_404_content.php:185
1172
- msgid "Back To Home"
1173
- msgstr ""
1174
-
1175
- #: admin/include/templates_list.php:72
1176
- #: admin/include/templates/library/templates.php:83
1177
- msgid "Back to Library"
1178
- msgstr ""
1179
-
1180
- #: includes/widgets/htmega_404_content.php:562
1181
- #: includes/widgets/htmega_404_content.php:648
1182
- #: includes/widgets/htmega_404_content.php:713
1183
- #: includes/widgets/htmega_404_content.php:799
1184
- #: includes/widgets/htmega_accordion.php:492
1185
- #: includes/widgets/htmega_accordion.php:577
1186
- #: includes/widgets/htmega_accordion.php:695
1187
- #: includes/widgets/htmega_accordion.php:746
1188
- #: includes/widgets/htmega_accordion.php:842
1189
- #: includes/widgets/htmega_accordion.php:1018
1190
- #: includes/widgets/htmega_accordion.php:1129
1191
- #: includes/widgets/htmega_accordion.php:1279
1192
- #: includes/widgets/htmega_add_banner.php:394
1193
- #: includes/widgets/htmega_add_banner.php:668
1194
- #: includes/widgets/htmega_add_banner.php:747
1195
- #: includes/widgets/htmega_animated_heading.php:203
1196
- #: includes/widgets/htmega_animated_heading.php:334
1197
- #: includes/widgets/htmega_animated_heading.php:422
1198
- #: includes/widgets/htmega_blockquote.php:211
1199
- #: includes/widgets/htmega_blockquote.php:520
1200
- #: includes/widgets/htmega_blockquote.php:701
1201
- #: includes/widgets/htmega_booked_calender.php:248
1202
- #: includes/widgets/htmega_booked_calender.php:301
1203
- #: includes/widgets/htmega_booked_calender.php:417
1204
- #: includes/widgets/htmega_brand.php:178 includes/widgets/htmega_brand.php:203
1205
- #: includes/widgets/htmega_brand.php:239 includes/widgets/htmega_brand.php:264
1206
- #: includes/widgets/htmega_buddy_press.php:197
1207
- #: includes/widgets/htmega_business_hours.php:217
1208
- #: includes/widgets/htmega_business_hours.php:230
1209
- #: includes/widgets/htmega_business_hours.php:309
1210
- #: includes/widgets/htmega_business_hours.php:437
1211
- #: includes/widgets/htmega_business_hours.php:532
1212
- #: includes/widgets/htmega_business_hours.php:571
1213
- #: includes/widgets/htmega_button.php:242
1214
- #: includes/widgets/htmega_button.php:270
1215
- #: includes/widgets/htmega_button.php:365
1216
- #: includes/widgets/htmega_button.php:385
1217
- #: includes/widgets/htmega_call_to_action.php:358
1218
- #: includes/widgets/htmega_call_to_action.php:435
1219
- #: includes/widgets/htmega_call_to_action.php:720
1220
- #: includes/widgets/htmega_call_to_action.php:857
1221
- #: includes/widgets/htmega_call_to_action.php:926
1222
- #: includes/widgets/htmega_call_to_action.php:1063
1223
- #: includes/widgets/htmega_carousel.php:598
1224
- #: includes/widgets/htmega_carousel.php:773
1225
- #: includes/widgets/htmega_carousel.php:863
1226
- #: includes/widgets/htmega_carousel.php:996
1227
- #: includes/widgets/htmega_carousel.php:1102
1228
- #: includes/widgets/htmega_carousel.php:1196
1229
- #: includes/widgets/htmega_carousel.php:1329
1230
- #: includes/widgets/htmega_carousel.php:1413
1231
- #: includes/widgets/htmega_contact_form_seven.php:107
1232
- #: includes/widgets/htmega_countdown.php:413
1233
- #: includes/widgets/htmega_countdown.php:438
1234
- #: includes/widgets/htmega_countdown.php:463
1235
- #: includes/widgets/htmega_countdown.php:488
1236
- #: includes/widgets/htmega_countdown.php:513
1237
- #: includes/widgets/htmega_countdown.php:783
1238
- #: includes/widgets/htmega_countdown.php:869
1239
- #: includes/widgets/htmega_countdown.php:953
1240
- #: includes/widgets/htmega_counter.php:202
1241
- #: includes/widgets/htmega_counter.php:478
1242
- #: includes/widgets/htmega_counter.php:603
1243
- #: includes/widgets/htmega_counter.php:869
1244
- #: includes/widgets/htmega_counter.php:959
1245
- #: includes/widgets/htmega_counter.php:1048
1246
- #: includes/widgets/htmega_double_button.php:508
1247
- #: includes/widgets/htmega_double_button.php:595
1248
- #: includes/widgets/htmega_double_button.php:681
1249
- #: includes/widgets/htmega_double_button.php:767
1250
- #: includes/widgets/htmega_double_button.php:864
1251
- #: includes/widgets/htmega_dropcaps.php:131
1252
- #: includes/widgets/htmega_dropcaps.php:230
1253
- #: includes/widgets/htmega_easy_digital_download.php:544
1254
- #: includes/widgets/htmega_easy_digital_download.php:613
1255
- #: includes/widgets/htmega_googlemap.php:306
1256
- #: includes/widgets/htmega_googlemap.php:391
1257
- #: includes/widgets/htmega_googlemap.php:447
1258
- #: includes/widgets/htmega_gravity_forms.php:182
1259
- #: includes/widgets/htmega_image_comparison.php:102
1260
- #: includes/widgets/htmega_image_comparison.php:284
1261
- #: includes/widgets/htmega_image_comparison.php:365
1262
- #: includes/widgets/htmega_image_comparison.php:454
1263
- #: includes/widgets/htmega_image_comparison.php:520
1264
- #: includes/widgets/htmega_image_comparison.php:540
1265
- #: includes/widgets/htmega_image_grid.php:323
1266
- #: includes/widgets/htmega_image_grid.php:482
1267
- #: includes/widgets/htmega_image_grid.php:554
1268
- #: includes/widgets/htmega_image_marker.php:44
1269
- #: includes/widgets/htmega_image_marker.php:646
1270
- #: includes/widgets/htmega_image_marker.php:725
1271
- #: includes/widgets/htmega_image_masonry.php:298
1272
- #: includes/widgets/htmega_image_masonry.php:468
1273
- #: includes/widgets/htmega_image_masonry.php:549
1274
- #: includes/widgets/htmega_inline_menu.php:166
1275
- #: includes/widgets/htmega_inline_menu.php:265
1276
- #: includes/widgets/htmega_inline_menu.php:428
1277
- #: includes/widgets/htmega_instagram.php:625
1278
- #: includes/widgets/htmega_instagram.php:671
1279
- #: includes/widgets/htmega_instagram.php:814
1280
- #: includes/widgets/htmega_instagram.php:974
1281
- #: includes/widgets/htmega_instagram.php:1093
1282
- #: includes/widgets/htmega_instagram.php:1153
1283
- #: includes/widgets/htmega_instagram.php:1247
1284
- #: includes/widgets/htmega_instagram.php:1313
1285
- #: includes/widgets/htmega_instagram.php:1410
1286
- #: includes/widgets/htmega_lightbox.php:354
1287
- #: includes/widgets/htmega_mailchimp_for_wp.php:108
1288
- #: includes/widgets/htmega_modal.php:249 includes/widgets/htmega_modal.php:455
1289
- #: includes/widgets/htmega_modal.php:516 includes/widgets/htmega_modal.php:613
1290
- #: includes/widgets/htmega_modal.php:701 includes/widgets/htmega_modal.php:776
1291
- #: includes/widgets/htmega_modal.php:868 includes/widgets/htmega_modal.php:946
1292
- #: includes/widgets/htmega_news_ticker.php:355
1293
- #: includes/widgets/htmega_news_ticker.php:514
1294
- #: includes/widgets/htmega_news_ticker.php:643
1295
- #: includes/widgets/htmega_news_ticker.php:750
1296
- #: includes/widgets/htmega_news_ticker.php:874
1297
- #: includes/widgets/htmega_news_ticker.php:931
1298
- #: includes/widgets/htmega_ninja_forms.php:270
1299
- #: includes/widgets/htmega_notify.php:362
1300
- #: includes/widgets/htmega_notify.php:429
1301
- #: includes/widgets/htmega_notify.php:514
1302
- #: includes/widgets/htmega_notify.php:663
1303
- #: includes/widgets/htmega_offcanvas.php:354
1304
- #: includes/widgets/htmega_offcanvas.php:466
1305
- #: includes/widgets/htmega_offcanvas.php:497
1306
- #: includes/widgets/htmega_panel_slider.php:540
1307
- #: includes/widgets/htmega_panel_slider.php:599
1308
- #: includes/widgets/htmega_panel_slider.php:800
1309
- #: includes/widgets/htmega_panel_slider.php:989
1310
- #: includes/widgets/htmega_panel_slider.php:1109
1311
- #: includes/widgets/htmega_panel_slider.php:1160
1312
- #: includes/widgets/htmega_popover.php:395
1313
- #: includes/widgets/htmega_popover.php:473
1314
- #: includes/widgets/htmega_popover.php:542
1315
- #: includes/widgets/htmega_popover.php:628
1316
- #: includes/widgets/htmega_popover.php:732
1317
- #: includes/widgets/htmega_post_grid.php:227
1318
- #: includes/widgets/htmega_post_grid.php:714
1319
- #: includes/widgets/htmega_post_grid_tab.php:268
1320
- #: includes/widgets/htmega_post_grid_tab.php:344
1321
- #: includes/widgets/htmega_post_grid_tab.php:677
1322
- #: includes/widgets/htmega_post_grid_tab.php:707
1323
- #: includes/widgets/htmega_post_grid_tab.php:897
1324
- #: includes/widgets/htmega_post_grid_tab.php:947
1325
- #: includes/widgets/htmega_post_grid_tab.php:1012
1326
- #: includes/widgets/htmega_post_grid_tab.php:1070
1327
- #: includes/widgets/htmega_post_grid_tab.php:1101
1328
- #: includes/widgets/htmega_post_slider.php:657
1329
- #: includes/widgets/htmega_post_slider.php:694
1330
- #: includes/widgets/htmega_post_slider.php:717
1331
- #: includes/widgets/htmega_post_slider.php:1111
1332
- #: includes/widgets/htmega_post_slider.php:1141
1333
- #: includes/widgets/htmega_post_slider.php:1324
1334
- #: includes/widgets/htmega_post_slider.php:1374
1335
- #: includes/widgets/htmega_post_slider.php:1584
1336
- #: includes/widgets/htmega_post_slider.php:1704
1337
- #: includes/widgets/htmega_post_slider.php:1817
1338
- #: includes/widgets/htmega_post_slider.php:1868
1339
- #: includes/widgets/htmega_post_slider.php:1969
1340
- #: includes/widgets/htmega_post_slider.php:2017
1341
- #: includes/widgets/htmega_progressbar.php:479
1342
- #: includes/widgets/htmega_progressbar.php:660
1343
- #: includes/widgets/htmega_qu_forms.php:79
1344
- #: includes/widgets/htmega_qu_forms.php:167
1345
- #: includes/widgets/htmega_scroll_image.php:166
1346
- #: includes/widgets/htmega_scroll_image.php:309
1347
- #: includes/widgets/htmega_scroll_navigation.php:301
1348
- #: includes/widgets/htmega_scroll_navigation.php:395
1349
- #: includes/widgets/htmega_search.php:262
1350
- #: includes/widgets/htmega_search.php:407
1351
- #: includes/widgets/htmega_search.php:494
1352
- #: includes/widgets/htmega_search.php:624
1353
- #: includes/widgets/htmega_search.php:748
1354
- #: includes/widgets/htmega_search.php:922
1355
- #: includes/widgets/htmega_search.php:969
1356
- #: includes/widgets/htmega_section_title.php:378
1357
- #: includes/widgets/htmega_section_title.php:635
1358
- #: includes/widgets/htmega_section_title.php:866
1359
- #: includes/widgets/htmega_section_title.php:1016
1360
- #: includes/widgets/htmega_services.php:210
1361
- #: includes/widgets/htmega_services.php:278
1362
- #: includes/widgets/htmega_services.php:330
1363
- #: includes/widgets/htmega_services.php:686
1364
- #: includes/widgets/htmega_services.php:768
1365
- #: includes/widgets/htmega_services.php:813
1366
- #: includes/widgets/htmega_services.php:948
1367
- #: includes/widgets/htmega_services.php:1076
1368
- #: includes/widgets/htmega_services.php:1128
1369
- #: includes/widgets/htmega_single_post.php:305
1370
- #: includes/widgets/htmega_single_post.php:483
1371
- #: includes/widgets/htmega_slider_thumb_gallery.php:790
1372
- #: includes/widgets/htmega_slider_thumb_gallery.php:865
1373
- #: includes/widgets/htmega_slider_thumb_gallery.php:1010
1374
- #: includes/widgets/htmega_slider_thumb_gallery.php:1082
1375
- #: includes/widgets/htmega_slider_thumb_gallery.php:1176
1376
- #: includes/widgets/htmega_slider_thumb_gallery.php:1293
1377
- #: includes/widgets/htmega_socialshere.php:122
1378
- #: includes/widgets/htmega_socialshere.php:232
1379
- #: includes/widgets/htmega_socialshere.php:283
1380
- #: includes/widgets/htmega_socialshere.php:582
1381
- #: includes/widgets/htmega_socialshere.php:693
1382
- #: includes/widgets/htmega_socialshere.php:724
1383
- #: includes/widgets/htmega_special_banner.php:322
1384
- #: includes/widgets/htmega_special_banner.php:691
1385
- #: includes/widgets/htmega_special_banner.php:770
1386
- #: includes/widgets/htmega_switcher.php:284
1387
- #: includes/widgets/htmega_switcher.php:416
1388
- #: includes/widgets/htmega_switcher.php:491
1389
- #: includes/widgets/htmega_switcher.php:603 includes/widgets/htmega_tab.php:147
1390
- #: includes/widgets/htmega_tab.php:168 includes/widgets/htmega_tab.php:306
1391
- #: includes/widgets/htmega_tab.php:559 includes/widgets/htmega_tab.php:636
1392
- #: includes/widgets/htmega_tab.php:722 includes/widgets/htmega_tab.php:816
1393
- #: includes/widgets/htmega_tab.php:882 includes/widgets/htmega_table.php:162
1394
- #: includes/widgets/htmega_table.php:423 includes/widgets/htmega_table.php:499
1395
- #: includes/widgets/htmega_table.php:585 includes/widgets/htmega_table.php:878
1396
- #: includes/widgets/htmega_table.php:957
1397
- #: includes/widgets/htmega_tablepress.php:151
1398
- #: includes/widgets/htmega_tablepress.php:270
1399
- #: includes/widgets/htmega_tablepress.php:314
1400
- #: includes/widgets/htmega_teammember.php:386
1401
- #: includes/widgets/htmega_teammember.php:487
1402
- #: includes/widgets/htmega_teammember.php:523
1403
- #: includes/widgets/htmega_teammember.php:546
1404
- #: includes/widgets/htmega_testimonial_grid.php:298
1405
- #: includes/widgets/htmega_testimonial_grid.php:343
1406
- #: includes/widgets/htmega_testimonial_grid.php:644
1407
- #: includes/widgets/htmega_toggle.php:311
1408
- #: includes/widgets/htmega_toggle.php:363
1409
- #: includes/widgets/htmega_tooltip.php:372
1410
- #: includes/widgets/htmega_tooltip.php:450
1411
- #: includes/widgets/htmega_tooltip.php:525
1412
- #: includes/widgets/htmega_twitter_feed.php:552
1413
- #: includes/widgets/htmega_twitter_feed.php:1117
1414
- #: includes/widgets/htmega_twitter_feed.php:1254
1415
- #: includes/widgets/htmega_twitter_feed.php:1314
1416
- #: includes/widgets/htmega_twitter_feed.php:1443
1417
- #: includes/widgets/htmega_user_login_form.php:533
1418
- #: includes/widgets/htmega_user_login_form.php:827
1419
- #: includes/widgets/htmega_user_login_form.php:1099
1420
- #: includes/widgets/htmega_user_login_form.php:1218
1421
- #: includes/widgets/htmega_user_login_form.php:1297
1422
- #: includes/widgets/htmega_user_login_form.php:1402
1423
- #: includes/widgets/htmega_user_login_form.php:1467
1424
- #: includes/widgets/htmega_vertical_timeline.php:403
1425
- #: includes/widgets/htmega_vertical_timeline.php:444
1426
- #: includes/widgets/htmega_vertical_timeline.php:484
1427
- #: includes/widgets/htmega_vertical_timeline.php:613
1428
- #: includes/widgets/htmega_video_player.php:242
1429
- #: includes/widgets/htmega_video_player.php:357
1430
- #: includes/widgets/htmega_video_player.php:494
1431
- #: includes/widgets/htmega_wc_categories.php:184
1432
- #: includes/widgets/htmega_wc_categories.php:246
1433
- #: includes/widgets/htmega_wc_element_pages.php:1154
1434
- #: includes/widgets/htmega_wc_element_pages.php:1197
1435
- #: includes/widgets/htmega_working_process.php:200
1436
- #: includes/widgets/htmega_working_process.php:378
1437
- #: includes/widgets/htmega_working_process.php:392
1438
- #: includes/widgets/htmega_working_process.php:587
1439
- #: includes/widgets/htmega_working_process.php:802
1440
- #: includes/widgets/htmega_working_process.php:1004
1441
- #: includes/widgets/htmega_working_process.php:1083
1442
- #: includes/widgets/htmega_wpforms.php:260
1443
- #: extensions/ht-builder/widgets/bl_nav_menu.php:162
1444
- #: extensions/ht-builder/widgets/bl_nav_menu.php:247
1445
- #: extensions/ht-builder/widgets/bl_nav_menu.php:300
1446
- #: extensions/ht-builder/widgets/bl_nav_menu.php:353
1447
- #: extensions/ht-builder/widgets/bl_nav_menu.php:395
1448
- #: extensions/ht-builder/widgets/bl_nav_menu.php:448
1449
- #: extensions/ht-menu/menu/templates.php:143
1450
- #: includes/widgets/weather/htmega_weather.php:297
1451
- msgid "Background"
1452
- msgstr ""
1453
-
1454
- #: includes/widgets/htmega_booked_calender.php:661
1455
- #: includes/widgets/htmega_business_hours.php:144
1456
- #: includes/widgets/htmega_caldera_forms.php:119
1457
- #: includes/widgets/htmega_caldera_forms.php:224
1458
- #: includes/widgets/htmega_caldera_forms.php:311
1459
- #: includes/widgets/htmega_carousel.php:445
1460
- #: includes/widgets/htmega_contact_form_seven.php:183
1461
- #: includes/widgets/htmega_contact_form_seven.php:349
1462
- #: includes/widgets/htmega_contact_form_seven.php:450
1463
- #: includes/widgets/htmega_contact_form_seven.php:586
1464
- #: includes/widgets/htmega_contact_form_seven.php:674
1465
- #: includes/widgets/htmega_cuctom_event.php:342
1466
- #: includes/widgets/htmega_gravity_forms.php:270
1467
- #: includes/widgets/htmega_gravity_forms.php:422
1468
- #: includes/widgets/htmega_gravity_forms.php:509
1469
- #: includes/widgets/htmega_mailchimp_for_wp.php:187
1470
- #: includes/widgets/htmega_mailchimp_for_wp.php:375
1471
- #: includes/widgets/htmega_mailchimp_for_wp.php:463
1472
- #: includes/widgets/htmega_ninja_forms.php:358
1473
- #: includes/widgets/htmega_ninja_forms.php:468
1474
- #: includes/widgets/htmega_ninja_forms.php:620
1475
- #: includes/widgets/htmega_ninja_forms.php:707
1476
- #: includes/widgets/htmega_pricing_list_view.php:329
1477
- #: includes/widgets/htmega_pricing_list_view.php:699
1478
- #: includes/widgets/htmega_pricing_list_view.php:958
1479
- #: includes/widgets/htmega_pricing_list_view.php:1220
1480
- #: includes/widgets/htmega_pricing_list_view.php:1290
1481
- #: includes/widgets/htmega_pricing_list_view.php:1460
1482
- #: includes/widgets/htmega_pricing_list_view.php:1566
1483
- #: includes/widgets/htmega_pricing_list_view.php:1643
1484
- #: includes/widgets/htmega_pricing_list_view.php:1724
1485
- #: includes/widgets/htmega_pricing_list_view.php:1801
1486
- #: includes/widgets/htmega_qu_forms.php:255
1487
- #: includes/widgets/htmega_qu_forms.php:365
1488
- #: includes/widgets/htmega_qu_forms.php:517
1489
- #: includes/widgets/htmega_qu_forms.php:604
1490
- #: includes/widgets/htmega_vertical_timeline.php:219
1491
- #: includes/widgets/htmega_vertical_timeline.php:296
1492
- #: includes/widgets/htmega_wc_element_pages.php:101
1493
- #: includes/widgets/htmega_wc_element_pages.php:136
1494
- #: includes/widgets/htmega_wc_element_pages.php:217
1495
- #: includes/widgets/htmega_wc_element_pages.php:302
1496
- #: includes/widgets/htmega_wc_element_pages.php:378
1497
- #: includes/widgets/htmega_wc_element_pages.php:444
1498
- #: includes/widgets/htmega_wc_element_pages.php:552
1499
- #: includes/widgets/htmega_wc_element_pages.php:675
1500
- #: includes/widgets/htmega_wc_element_pages.php:729
1501
- #: includes/widgets/htmega_wc_element_pages.php:797
1502
- #: includes/widgets/htmega_wc_element_pages.php:887
1503
- #: includes/widgets/htmega_wc_element_pages.php:1000
1504
- #: includes/widgets/htmega_wc_element_pages.php:1080
1505
- #: includes/widgets/htmega_wpforms.php:348
1506
- #: includes/widgets/htmega_wpforms.php:458
1507
- #: includes/widgets/htmega_wpforms.php:610
1508
- #: includes/widgets/htmega_wpforms.php:697
1509
- #: extensions/ht-builder/widgets/bl_post_comments.php:109
1510
- #: extensions/ht-builder/widgets/bl_post_comments.php:159
1511
- #: extensions/ht-builder/widgets/bl_post_search_form.php:195
1512
- #: extensions/ht-builder/widgets/bl_post_search_form.php:269
1513
- #: extensions/ht-menu/menu/templates.php:179
1514
- #: extensions/wc-sales-notification/admin/setting.php:188
1515
- msgid "Background Color"
1516
- msgstr ""
1517
-
1518
- #: includes/widgets/htmega_pricing_list_view.php:1369
1519
- msgid "Background Color ( Even )"
1520
- msgstr ""
1521
-
1522
- #: includes/widgets/htmega_table.php:677
1523
- msgid "Background Color ( Event )"
1524
- msgstr ""
1525
-
1526
- #: includes/widgets/htmega_pricing_list_view.php:1381
1527
- #: includes/widgets/htmega_table.php:689
1528
- msgid "Background Color ( Odd )"
1529
- msgstr ""
1530
-
1531
- #: admin/include/admin-setting.php:1259 admin/include/admin-setting.php:1284
1532
- msgid "Background color option"
1533
- msgstr ""
1534
-
1535
- #: includes/widgets/htmega_counter.php:211
1536
- #: includes/widgets/weather/htmega_weather.php:218
1537
- msgid "Background Overlay"
1538
- msgstr ""
1539
-
1540
- #: extensions/ht-menu/menu/templates.php:185
1541
- msgid "Background Second Color"
1542
- msgstr ""
1543
-
1544
- #: includes/widgets/htmega_dropcaps.php:195
1545
- msgid "Backround Image as Text Color"
1546
- msgstr ""
1547
-
1548
- #: includes/widgets/htmega_scroll_image.php:233
1549
- msgid "Badge"
1550
- msgstr ""
1551
-
1552
- #: includes/widgets/htmega_special_banner.php:157
1553
- msgid "Badge Image"
1554
- msgstr ""
1555
-
1556
- #: includes/widgets/htmega_scroll_image.php:124
1557
- #: includes/widgets/htmega_scroll_image.php:128
1558
- msgid "Badge Text"
1559
- msgstr ""
1560
-
1561
- #: extensions/ht-menu/menu/templates.php:50
1562
- msgid "Badges"
1563
- msgstr ""
1564
-
1565
- #: includes/widgets/htmega_socialshere.php:76
1566
- msgid "Baidu"
1567
- msgstr ""
1568
-
1569
- #: includes/widgets/htmega_googlemap.php:103
1570
- msgid "Bangladesh"
1571
- msgstr ""
1572
-
1573
- #: includes/widgets/htmega_add_banner.php:34
1574
- #: includes/widgets/htmega_special_banner.php:35
1575
- msgid "Banner"
1576
- msgstr ""
1577
-
1578
- #: includes/widgets/htmega_special_banner.php:147
1579
- msgid "Banner Badge"
1580
- msgstr ""
1581
-
1582
- #: includes/widgets/htmega_add_banner.php:112
1583
- #: includes/widgets/htmega_special_banner.php:98
1584
- msgid "Banner Description"
1585
- msgstr ""
1586
-
1587
- #: includes/widgets/htmega_special_banner.php:313
1588
- msgid "Banner Hover Color"
1589
- msgstr ""
1590
-
1591
- #: includes/widgets/htmega_add_banner.php:119
1592
- #: includes/widgets/htmega_special_banner.php:123
1593
- msgid "Banner Link"
1594
- msgstr ""
1595
-
1596
- #: includes/widgets/htmega_add_banner.php:103
1597
- #: includes/widgets/htmega_special_banner.php:89
1598
- msgid "Banner Sub Title"
1599
- msgstr ""
1600
-
1601
- #: includes/widgets/htmega_add_banner.php:94
1602
- #: includes/widgets/htmega_special_banner.php:80
1603
- msgid "Banner Title"
1604
- msgstr ""
1605
-
1606
- #: includes/widgets/htmega_pricing_list_view.php:1151
1607
- msgid "Baseline"
1608
- msgstr ""
1609
-
1610
- #: includes/widgets/htmega_bbpress.php:13
1611
- #: includes/widgets/htmega_bbpress.php:35
1612
- msgid "Bbpress"
1613
- msgstr ""
1614
-
1615
- #: admin/include/admin-setting.php:919
1616
- msgid "bbPress"
1617
- msgstr ""
1618
-
1619
- #: includes/widgets/htmega_section_title.php:710
1620
- #: includes/widgets/htmega_section_title.php:875
1621
- msgid "Befor, After Border"
1622
- msgstr ""
1623
-
1624
- #: includes/widgets/htmega_blockquote.php:404
1625
- #: includes/widgets/htmega_image_comparison.php:156
1626
- msgid "Before"
1627
- msgstr ""
1628
-
1629
- #: includes/widgets/htmega_section_title.php:447
1630
- msgid "Before And After Border Color"
1631
- msgstr ""
1632
-
1633
- #: includes/widgets/htmega_inline_menu.php:296
1634
- #: includes/widgets/htmega_inline_menu.php:458
1635
- msgid "Before Background"
1636
- msgstr ""
1637
-
1638
- #: includes/widgets/htmega_inline_menu.php:382
1639
- #: includes/widgets/htmega_inline_menu.php:544
1640
- msgid "Before Border Botton Position"
1641
- msgstr ""
1642
-
1643
- #: includes/widgets/htmega_inline_menu.php:337
1644
- #: includes/widgets/htmega_inline_menu.php:499
1645
- msgid "Before Border Size"
1646
- msgstr ""
1647
-
1648
- #: includes/widgets/htmega_inline_menu.php:359
1649
- #: includes/widgets/htmega_inline_menu.php:521
1650
- msgid "Before Border Top Position"
1651
- msgstr ""
1652
-
1653
- #: includes/widgets/htmega_image_comparison.php:50
1654
- msgid "Before Image"
1655
- msgstr ""
1656
-
1657
- #: includes/widgets/htmega_pricing_list_view.php:81
1658
- msgid "Before Price Label"
1659
- msgstr ""
1660
-
1661
- #: includes/widgets/htmega_pricing_list_view.php:1534
1662
- msgid "Before Price Style"
1663
- msgstr ""
1664
-
1665
- #: includes/widgets/htmega_image_comparison.php:172
1666
- msgid "Before Start Amount"
1667
- msgstr ""
1668
-
1669
- #: includes/widgets/htmega_animated_heading.php:151
1670
- msgid "Before Text Style"
1671
- msgstr ""
1672
-
1673
- #: includes/widgets/htmega_image_comparison.php:154
1674
- #: includes/widgets/htmega_image_comparison.php:228
1675
- msgid "Before Title"
1676
- msgstr ""
1677
-
1678
- #: includes/widgets/htmega_inline_menu.php:311
1679
- #: includes/widgets/htmega_inline_menu.php:473
1680
- msgid "Before/After Border"
1681
- msgstr ""
1682
-
1683
- #: includes/widgets/htmega_teammember.php:175
1684
- msgid "Bio Info"
1685
- msgstr ""
1686
-
1687
- #: includes/widgets/htmega_teammember.php:864
1688
- msgid "Bio info"
1689
- msgstr ""
1690
-
1691
- #: extensions/ht-builder/widgets/bl_post_author_info.php:256
1692
- msgid "Biography"
1693
- msgstr ""
1694
-
1695
- #: extensions/ht-builder/widgets/bl_post_archive.php:23
1696
- msgid "BL: Archive Posts"
1697
- msgstr ""
1698
-
1699
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:22
1700
- msgid "BL: Archive Title"
1701
- msgstr ""
1702
-
1703
- #: extensions/ht-builder/widgets/bl_post_author_info.php:22
1704
- msgid "BL: Author Info"
1705
- msgstr ""
1706
-
1707
- #: extensions/ht-builder/widgets/bl_nav_menu.php:23
1708
- msgid "BL: Nav Menu"
1709
- msgstr ""
1710
-
1711
- #: extensions/ht-builder/widgets/bl_page_title.php:22
1712
- msgid "BL: Page Title"
1713
- msgstr ""
1714
-
1715
- #: extensions/ht-builder/widgets/bl_post_comments.php:23
1716
- msgid "BL: Post Comments"
1717
- msgstr ""
1718
-
1719
- #: extensions/ht-builder/widgets/bl_post_content.php:22
1720
- msgid "BL: Post Content"
1721
- msgstr ""
1722
-
1723
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:22
1724
- msgid "BL: Post Excerpt"
1725
- msgstr ""
1726
-
1727
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:23
1728
- msgid "BL: Post Featured Image"
1729
- msgstr ""
1730
-
1731
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:23
1732
- msgid "BL: Post Meta Info"
1733
- msgstr ""
1734
-
1735
- #: extensions/ht-builder/widgets/bl_post_search_form.php:22
1736
- msgid "BL: Post Search Form"
1737
- msgstr ""
1738
-
1739
- #: extensions/ht-builder/widgets/bl_post_title.php:23
1740
- msgid "BL: Post Title"
1741
- msgstr ""
1742
-
1743
- #: extensions/ht-builder/widgets/bl_site_logo.php:24
1744
- msgid "BL: Site Logo"
1745
- msgstr ""
1746
-
1747
- #: extensions/ht-builder/widgets/bl_site_title.php:22
1748
- msgid "BL: Site Title"
1749
- msgstr ""
1750
-
1751
- #: includes/widgets/htmega_section_title.php:616
1752
- #: includes/widgets/htmega_section_title.php:847
1753
- msgid "Block"
1754
- msgstr ""
1755
-
1756
- #: admin/include/admin-setting.php:151
1757
- #: includes/widgets/htmega_blockquote.php:13
1758
- #: includes/widgets/htmega_blockquote.php:34
1759
- msgid "Blockquote"
1760
- msgstr ""
1761
-
1762
- #: includes/widgets/htmega_blockquote.php:79
1763
- msgid "Blockquote By"
1764
- msgstr ""
1765
-
1766
- #: includes/widgets/htmega_blockquote.php:69
1767
- msgid "Blockquote Content"
1768
- msgstr ""
1769
-
1770
- #: includes/widgets/htmega_blockquote.php:149
1771
- msgid "Blockquote Position"
1772
- msgstr ""
1773
-
1774
- #: includes/widgets/htmega_blockquote.php:89
1775
- msgid "Blockquote Type"
1776
- msgstr ""
1777
-
1778
- #: admin/include/templates_list.php:34
1779
- msgid "Blocks"
1780
- msgstr ""
1781
-
1782
- #: admin/include/admin-setting.php:1250 admin/include/admin-setting.php:1275
1783
- msgid "Blog Archive Category Wise Individual layout"
1784
- msgstr ""
1785
-
1786
- #: admin/include/admin-setting.php:1251 admin/include/admin-setting.php:1276
1787
- msgid "Blog Archive Tag Wise Individual layout"
1788
- msgstr ""
1789
-
1790
- #: admin/include/admin-setting.php:1247 admin/include/admin-setting.php:1272
1791
- msgid "Blog Search Page Builder"
1792
- msgstr ""
1793
-
1794
- #: extensions/ht-builder/admin/setting.php:73
1795
- msgid "Blog Template."
1796
- msgstr ""
1797
-
1798
- #: extensions/ht-builder/widgets/bl_post_title.php:136
1799
- msgid "Blog Title"
1800
- msgstr ""
1801
-
1802
- #: includes/widgets/htmega_socialshere.php:63
1803
- msgid "Blogger"
1804
- msgstr ""
1805
-
1806
- #: includes/widgets/htmega_booked_calender.php:238
1807
- #: includes/widgets/htmega_notify.php:92
1808
- #: includes/widgets/htmega_tablepress.php:242
1809
- msgid "Body"
1810
- msgstr ""
1811
-
1812
- #: includes/widgets/htmega_booked_calender.php:13
1813
- msgid "Booked Calendar"
1814
- msgstr ""
1815
-
1816
- #: admin/include/admin-setting.php:929
1817
- #: includes/widgets/htmega_booked_calender.php:35
1818
- msgid "Booked Calender"
1819
- msgstr ""
1820
-
1821
- #: includes/widgets/htmega_notify.php:223
1822
- msgid "Bootstrap Column Width"
1823
- msgstr ""
1824
-
1825
- #: includes/widgets/htmega_404_content.php:328
1826
- #: includes/widgets/htmega_404_content.php:407
1827
- #: includes/widgets/htmega_404_content.php:486
1828
- #: includes/widgets/htmega_404_content.php:608
1829
- #: includes/widgets/htmega_404_content.php:659
1830
- #: includes/widgets/htmega_404_content.php:759
1831
- #: includes/widgets/htmega_404_content.php:810
1832
- #: includes/widgets/htmega_accordion.php:515
1833
- #: includes/widgets/htmega_accordion.php:599
1834
- #: includes/widgets/htmega_accordion.php:769
1835
- #: includes/widgets/htmega_accordion.php:867
1836
- #: includes/widgets/htmega_accordion.php:1041
1837
- #: includes/widgets/htmega_accordion.php:1152
1838
- #: includes/widgets/htmega_accordion.php:1289
1839
- #: includes/widgets/htmega_add_banner.php:188
1840
- #: includes/widgets/htmega_add_banner.php:216
1841
- #: includes/widgets/htmega_add_banner.php:276
1842
- #: includes/widgets/htmega_add_banner.php:330
1843
- #: includes/widgets/htmega_add_banner.php:648
1844
- #: includes/widgets/htmega_add_banner.php:727
1845
- #: includes/widgets/htmega_animated_heading.php:183
1846
- #: includes/widgets/htmega_animated_heading.php:314
1847
- #: includes/widgets/htmega_animated_heading.php:402
1848
- #: includes/widgets/htmega_blockquote.php:247
1849
- #: includes/widgets/htmega_blockquote.php:381
1850
- #: includes/widgets/htmega_blockquote.php:556
1851
- #: includes/widgets/htmega_blockquote.php:736
1852
- #: includes/widgets/htmega_brand.php:343 includes/widgets/htmega_brand.php:355
1853
- #: includes/widgets/htmega_buddy_press.php:177
1854
- #: includes/widgets/htmega_business_hours.php:269
1855
- #: includes/widgets/htmega_business_hours.php:345
1856
- #: includes/widgets/htmega_business_hours.php:473
1857
- #: includes/widgets/htmega_button.php:222
1858
- #: includes/widgets/htmega_button.php:345
1859
- #: includes/widgets/htmega_button.php:549
1860
- #: includes/widgets/htmega_caldera_forms.php:166
1861
- #: includes/widgets/htmega_caldera_forms.php:236
1862
- #: includes/widgets/htmega_call_to_action.php:401
1863
- #: includes/widgets/htmega_call_to_action.php:478
1864
- #: includes/widgets/htmega_call_to_action.php:757
1865
- #: includes/widgets/htmega_call_to_action.php:837
1866
- #: includes/widgets/htmega_call_to_action.php:963
1867
- #: includes/widgets/htmega_call_to_action.php:1043
1868
- #: includes/widgets/htmega_carousel.php:512
1869
- #: includes/widgets/htmega_carousel.php:608
1870
- #: includes/widgets/htmega_carousel.php:783
1871
- #: includes/widgets/htmega_carousel.php:873
1872
- #: includes/widgets/htmega_carousel.php:1006
1873
- #: includes/widgets/htmega_carousel.php:1112
1874
- #: includes/widgets/htmega_carousel.php:1206
1875
- #: includes/widgets/htmega_carousel.php:1339
1876
- #: includes/widgets/htmega_carousel.php:1423
1877
- #: includes/widgets/htmega_contact_form_seven.php:255
1878
- #: includes/widgets/htmega_contact_form_seven.php:393
1879
- #: includes/widgets/htmega_contact_form_seven.php:481
1880
- #: includes/widgets/htmega_contact_form_seven.php:624
1881
- #: includes/widgets/htmega_contact_form_seven.php:686
1882
- #: includes/widgets/htmega_countdown.php:535
1883
- #: includes/widgets/htmega_countdown.php:547
1884
- #: includes/widgets/htmega_countdown.php:796
1885
- #: includes/widgets/htmega_countdown.php:963
1886
- #: includes/widgets/htmega_countdown.php:1073
1887
- #: includes/widgets/htmega_countdown.php:1158
1888
- #: includes/widgets/htmega_counter.php:253
1889
- #: includes/widgets/htmega_counter.php:515
1890
- #: includes/widgets/htmega_counter.php:638
1891
- #: includes/widgets/htmega_counter.php:906
1892
- #: includes/widgets/htmega_counter.php:994
1893
- #: includes/widgets/htmega_counter.php:1084
1894
- #: includes/widgets/htmega_cuctom_event.php:419
1895
- #: includes/widgets/htmega_cuctom_event.php:461
1896
- #: includes/widgets/htmega_double_button.php:392
1897
- #: includes/widgets/htmega_double_button.php:422
1898
- #: includes/widgets/htmega_double_button.php:488
1899
- #: includes/widgets/htmega_double_button.php:575
1900
- #: includes/widgets/htmega_double_button.php:661
1901
- #: includes/widgets/htmega_double_button.php:747
1902
- #: includes/widgets/htmega_double_button.php:844
1903
- #: includes/widgets/htmega_download_monitor.php:183
1904
- #: includes/widgets/htmega_download_monitor.php:256
1905
- #: includes/widgets/htmega_dropcaps.php:166
1906
- #: includes/widgets/htmega_dropcaps.php:267
1907
- #: includes/widgets/htmega_easy_digital_download.php:274
1908
- #: includes/widgets/htmega_easy_digital_download.php:555
1909
- #: includes/widgets/htmega_easy_digital_download.php:624
1910
- #: includes/widgets/htmega_gallery_justify.php:77
1911
- #: includes/widgets/htmega_googlemap.php:316
1912
- #: includes/widgets/htmega_googlemap.php:457
1913
- #: includes/widgets/htmega_gravity_forms.php:213
1914
- #: includes/widgets/htmega_gravity_forms.php:346
1915
- #: includes/widgets/htmega_gravity_forms.php:460
1916
- #: includes/widgets/htmega_gravity_forms.php:521
1917
- #: includes/widgets/htmega_image_comparison.php:125
1918
- #: includes/widgets/htmega_image_comparison.php:263
1919
- #: includes/widgets/htmega_image_comparison.php:344
1920
- #: includes/widgets/htmega_image_comparison.php:399
1921
- #: includes/widgets/htmega_image_comparison.php:433
1922
- #: includes/widgets/htmega_image_comparison.php:550
1923
- #: includes/widgets/htmega_image_grid.php:221
1924
- #: includes/widgets/htmega_image_grid.php:514
1925
- #: includes/widgets/htmega_image_grid.php:573
1926
- #: includes/widgets/htmega_image_magnifier.php:111
1927
- #: includes/widgets/htmega_image_marker.php:656
1928
- #: includes/widgets/htmega_image_marker.php:735
1929
- #: includes/widgets/htmega_image_marker.php:868
1930
- #: includes/widgets/htmega_image_masonry.php:211
1931
- #: includes/widgets/htmega_image_masonry.php:500
1932
- #: includes/widgets/htmega_image_masonry.php:568
1933
- #: includes/widgets/htmega_inline_menu.php:201
1934
- #: includes/widgets/htmega_inline_menu.php:275
1935
- #: includes/widgets/htmega_inline_menu.php:438
1936
- #: includes/widgets/htmega_instagram.php:706
1937
- #: includes/widgets/htmega_instagram.php:836
1938
- #: includes/widgets/htmega_instagram.php:984
1939
- #: includes/widgets/htmega_instagram.php:1103
1940
- #: includes/widgets/htmega_instagram.php:1163
1941
- #: includes/widgets/htmega_instagram.php:1257
1942
- #: includes/widgets/htmega_instagram.php:1323
1943
- #: includes/widgets/htmega_instagram.php:1459
1944
- #: includes/widgets/htmega_lightbox.php:265
1945
- #: includes/widgets/htmega_lightbox.php:453
1946
- #: includes/widgets/htmega_mailchimp_for_wp.php:230
1947
- #: includes/widgets/htmega_mailchimp_for_wp.php:413
1948
- #: includes/widgets/htmega_mailchimp_for_wp.php:475
1949
- #: includes/widgets/htmega_modal.php:259 includes/widgets/htmega_modal.php:465
1950
- #: includes/widgets/htmega_modal.php:552 includes/widgets/htmega_modal.php:623
1951
- #: includes/widgets/htmega_modal.php:724 includes/widgets/htmega_modal.php:786
1952
- #: includes/widgets/htmega_modal.php:894 includes/widgets/htmega_modal.php:956
1953
- #: includes/widgets/htmega_news_ticker.php:365
1954
- #: includes/widgets/htmega_news_ticker.php:537
1955
- #: includes/widgets/htmega_news_ticker.php:796
1956
- #: includes/widgets/htmega_news_ticker.php:884
1957
- #: includes/widgets/htmega_news_ticker.php:941
1958
- #: includes/widgets/htmega_ninja_forms.php:158
1959
- #: includes/widgets/htmega_ninja_forms.php:237
1960
- #: includes/widgets/htmega_ninja_forms.php:301
1961
- #: includes/widgets/htmega_ninja_forms.php:437
1962
- #: includes/widgets/htmega_ninja_forms.php:545
1963
- #: includes/widgets/htmega_ninja_forms.php:658
1964
- #: includes/widgets/htmega_ninja_forms.php:719
1965
- #: includes/widgets/htmega_notify.php:342
1966
- #: includes/widgets/htmega_notify.php:440
1967
- #: includes/widgets/htmega_notify.php:494
1968
- #: includes/widgets/htmega_offcanvas.php:446
1969
- #: includes/widgets/htmega_offcanvas.php:507
1970
- #: includes/widgets/htmega_panel_slider.php:515
1971
- #: includes/widgets/htmega_panel_slider.php:810
1972
- #: includes/widgets/htmega_panel_slider.php:999
1973
- #: includes/widgets/htmega_panel_slider.php:1131
1974
- #: includes/widgets/htmega_panel_slider.php:1170
1975
- #: includes/widgets/htmega_popover.php:405
1976
- #: includes/widgets/htmega_popover.php:483
1977
- #: includes/widgets/htmega_popover.php:562
1978
- #: includes/widgets/htmega_popover.php:638
1979
- #: includes/widgets/htmega_popover.php:742
1980
- #: includes/widgets/htmega_post_grid_tab.php:278
1981
- #: includes/widgets/htmega_post_grid_tab.php:354
1982
- #: includes/widgets/htmega_post_grid_tab.php:907
1983
- #: includes/widgets/htmega_post_grid_tab.php:957
1984
- #: includes/widgets/htmega_post_grid_tab.php:1021
1985
- #: includes/widgets/htmega_post_grid_tab.php:1079
1986
- #: includes/widgets/htmega_post_grid_tab.php:1111
1987
- #: includes/widgets/htmega_post_slider.php:778
1988
- #: includes/widgets/htmega_post_slider.php:1334
1989
- #: includes/widgets/htmega_post_slider.php:1384
1990
- #: includes/widgets/htmega_post_slider.php:1594
1991
- #: includes/widgets/htmega_post_slider.php:1714
1992
- #: includes/widgets/htmega_post_slider.php:1839
1993
- #: includes/widgets/htmega_post_slider.php:1878
1994
- #: includes/widgets/htmega_post_slider.php:1950
1995
- #: includes/widgets/htmega_post_slider.php:2027
1996
- #: includes/widgets/htmega_pricing_list_view.php:912
1997
- #: includes/widgets/htmega_pricing_list_view.php:1257
1998
- #: includes/widgets/htmega_pricing_list_view.php:1336
1999
- #: includes/widgets/htmega_pricing_list_view.php:1427
2000
- #: includes/widgets/htmega_progressbar.php:353
2001
- #: includes/widgets/htmega_progressbar.php:489
2002
- #: includes/widgets/htmega_progressbar.php:607
2003
- #: includes/widgets/htmega_progressbar.php:698
2004
- #: includes/widgets/htmega_progressbar.php:790
2005
- #: includes/widgets/htmega_qu_forms.php:110
2006
- #: includes/widgets/htmega_qu_forms.php:198
2007
- #: includes/widgets/htmega_qu_forms.php:334
2008
- #: includes/widgets/htmega_qu_forms.php:442
2009
- #: includes/widgets/htmega_qu_forms.php:555
2010
- #: includes/widgets/htmega_qu_forms.php:616
2011
- #: includes/widgets/htmega_scroll_image.php:76
2012
- #: includes/widgets/htmega_scroll_image.php:176
2013
- #: includes/widgets/htmega_scroll_image.php:336
2014
- #: includes/widgets/htmega_scroll_navigation.php:311
2015
- #: includes/widgets/htmega_scroll_navigation.php:405
2016
- #: includes/widgets/htmega_search.php:369
2017
- #: includes/widgets/htmega_search.php:582
2018
- #: includes/widgets/htmega_search.php:634
2019
- #: includes/widgets/htmega_search.php:820
2020
- #: includes/widgets/htmega_search.php:982
2021
- #: includes/widgets/htmega_section_title.php:439
2022
- #: includes/widgets/htmega_section_title.php:567
2023
- #: includes/widgets/htmega_section_title.php:800
2024
- #: includes/widgets/htmega_section_title.php:981
2025
- #: includes/widgets/htmega_services.php:219
2026
- #: includes/widgets/htmega_services.php:287
2027
- #: includes/widgets/htmega_services.php:340
2028
- #: includes/widgets/htmega_services.php:696
2029
- #: includes/widgets/htmega_services.php:778
2030
- #: includes/widgets/htmega_services.php:958
2031
- #: includes/widgets/htmega_services.php:1086
2032
- #: includes/widgets/htmega_services.php:1138
2033
- #: includes/widgets/htmega_slider_thumb_gallery.php:875
2034
- #: includes/widgets/htmega_slider_thumb_gallery.php:1020
2035
- #: includes/widgets/htmega_slider_thumb_gallery.php:1092
2036
- #: includes/widgets/htmega_slider_thumb_gallery.php:1186
2037
- #: includes/widgets/htmega_slider_thumb_gallery.php:1230
2038
- #: includes/widgets/htmega_slider_thumb_gallery.php:1303
2039
- #: includes/widgets/htmega_socialshere.php:132
2040
- #: includes/widgets/htmega_socialshere.php:160
2041
- #: includes/widgets/htmega_socialshere.php:242
2042
- #: includes/widgets/htmega_socialshere.php:293
2043
- #: includes/widgets/htmega_socialshere.php:438
2044
- #: includes/widgets/htmega_socialshere.php:573
2045
- #: includes/widgets/htmega_special_banner.php:671
2046
- #: includes/widgets/htmega_special_banner.php:750
2047
- #: includes/widgets/htmega_switcher.php:297
2048
- #: includes/widgets/htmega_switcher.php:440
2049
- #: includes/widgets/htmega_switcher.php:515
2050
- #: includes/widgets/htmega_switcher.php:613 includes/widgets/htmega_tab.php:316
2051
- #: includes/widgets/htmega_tab.php:594 includes/widgets/htmega_tab.php:646
2052
- #: includes/widgets/htmega_tab.php:732 includes/widgets/htmega_tab.php:827
2053
- #: includes/widgets/htmega_tab.php:892 includes/widgets/htmega_table.php:172
2054
- #: includes/widgets/htmega_table.php:436 includes/widgets/htmega_table.php:534
2055
- #: includes/widgets/htmega_table.php:616 includes/widgets/htmega_table.php:735
2056
- #: includes/widgets/htmega_table.php:839 includes/widgets/htmega_table.php:891
2057
- #: includes/widgets/htmega_table.php:970
2058
- #: includes/widgets/htmega_tablepress.php:132
2059
- #: includes/widgets/htmega_tablepress.php:188
2060
- #: includes/widgets/htmega_tablepress.php:251
2061
- #: includes/widgets/htmega_teammember.php:359
2062
- #: includes/widgets/htmega_teammember.php:500
2063
- #: includes/widgets/htmega_teammember.php:558
2064
- #: includes/widgets/htmega_teammember.php:1020
2065
- #: includes/widgets/htmega_testimonial_grid.php:307
2066
- #: includes/widgets/htmega_testimonial_grid.php:352
2067
- #: includes/widgets/htmega_testimonial_grid.php:397
2068
- #: includes/widgets/htmega_toggle.php:321
2069
- #: includes/widgets/htmega_toggle.php:373
2070
- #: includes/widgets/htmega_tooltip.php:382
2071
- #: includes/widgets/htmega_tooltip.php:460
2072
- #: includes/widgets/htmega_twitter_feed.php:597
2073
- #: includes/widgets/htmega_twitter_feed.php:766
2074
- #: includes/widgets/htmega_twitter_feed.php:1015
2075
- #: includes/widgets/htmega_twitter_feed.php:1127
2076
- #: includes/widgets/htmega_twitter_feed.php:1264
2077
- #: includes/widgets/htmega_twitter_feed.php:1324
2078
- #: includes/widgets/htmega_twitter_feed.php:1453
2079
- #: includes/widgets/htmega_user_login_form.php:903
2080
- #: includes/widgets/htmega_user_login_form.php:1176
2081
- #: includes/widgets/htmega_user_login_form.php:1228
2082
- #: includes/widgets/htmega_user_login_form.php:1360
2083
- #: includes/widgets/htmega_user_login_form.php:1412
2084
- #: includes/widgets/htmega_user_login_form.php:1502
2085
- #: includes/widgets/htmega_vertical_timeline.php:363
2086
- #: includes/widgets/htmega_video_player.php:263
2087
- #: includes/widgets/htmega_video_player.php:422
2088
- #: includes/widgets/htmega_video_player.php:464
2089
- #: includes/widgets/htmega_wc_categories.php:194
2090
- #: includes/widgets/htmega_wc_categories.php:256
2091
- #: includes/widgets/htmega_wc_categories.php:428
2092
- #: includes/widgets/htmega_wc_categories.php:456
2093
- #: includes/widgets/htmega_wc_element_pages.php:160
2094
- #: includes/widgets/htmega_wc_element_pages.php:229
2095
- #: includes/widgets/htmega_wc_element_pages.php:390
2096
- #: includes/widgets/htmega_wc_element_pages.php:456
2097
- #: includes/widgets/htmega_wc_element_pages.php:624
2098
- #: includes/widgets/htmega_wc_element_pages.php:741
2099
- #: includes/widgets/htmega_wc_element_pages.php:937
2100
- #: includes/widgets/htmega_wc_element_pages.php:1012
2101
- #: includes/widgets/htmega_working_process.php:432
2102
- #: includes/widgets/htmega_working_process.php:690
2103
- #: includes/widgets/htmega_working_process.php:769
2104
- #: includes/widgets/htmega_working_process.php:869
2105
- #: includes/widgets/htmega_working_process.php:984
2106
- #: includes/widgets/htmega_working_process.php:1092
2107
- #: includes/widgets/htmega_wpforms.php:150
2108
- #: includes/widgets/htmega_wpforms.php:229
2109
- #: includes/widgets/htmega_wpforms.php:291
2110
- #: includes/widgets/htmega_wpforms.php:427
2111
- #: includes/widgets/htmega_wpforms.php:535
2112
- #: includes/widgets/htmega_wpforms.php:648
2113
- #: includes/widgets/htmega_wpforms.php:709
2114
- #: extensions/ht-builder/widgets/bl_nav_menu.php:185
2115
- #: extensions/ht-builder/widgets/bl_nav_menu.php:257
2116
- #: extensions/ht-builder/widgets/bl_nav_menu.php:310
2117
- #: extensions/ht-builder/widgets/bl_nav_menu.php:418
2118
- #: extensions/ht-builder/widgets/bl_nav_menu.php:458
2119
- #: extensions/ht-builder/widgets/bl_page_title.php:87
2120
- #: extensions/ht-builder/widgets/bl_post_archive.php:278
2121
- #: extensions/ht-builder/widgets/bl_post_archive.php:742
2122
- #: extensions/ht-builder/widgets/bl_post_archive.php:808
2123
- #: extensions/ht-builder/widgets/bl_post_archive.php:878
2124
- #: extensions/ht-builder/widgets/bl_post_archive.php:933
2125
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:89
2126
- #: extensions/ht-builder/widgets/bl_post_author_info.php:174
2127
- #: extensions/ht-builder/widgets/bl_post_comments.php:69
2128
- #: extensions/ht-builder/widgets/bl_post_comments.php:130
2129
- #: extensions/ht-builder/widgets/bl_post_comments.php:171
2130
- #: extensions/ht-builder/widgets/bl_post_search_form.php:131
2131
- #: extensions/ht-builder/widgets/bl_post_search_form.php:216
2132
- #: extensions/ht-builder/widgets/bl_post_search_form.php:281
2133
- #: extensions/ht-builder/widgets/bl_site_logo.php:108
2134
- #: extensions/ht-builder/widgets/bl_site_title.php:89
2135
- #: extensions/ht-menu/widgets/inline-mega-menu.php:144
2136
- #: extensions/ht-menu/widgets/inline-mega-menu.php:264
2137
- #: extensions/ht-menu/widgets/inline-mega-menu.php:394
2138
- #: extensions/ht-menu/widgets/inline-mega-menu.php:452
2139
- #: extensions/ht-menu/widgets/inline-mega-menu.php:516
2140
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:145
2141
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:265
2142
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:352
2143
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:410
2144
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:462
2145
- #: includes/widgets/weather/htmega_weather.php:288
2146
- #: includes/widgets/weather/htmega_weather.php:326
2147
- msgid "Border"
2148
- msgstr ""
2149
-
2150
- #: includes/widgets/htmega_counter.php:764
2151
- msgid "Border After Color"
2152
- msgstr ""
2153
-
2154
- #: includes/widgets/htmega_image_marker.php:789
2155
- msgid "Border Background"
2156
- msgstr ""
2157
-
2158
- #: includes/widgets/htmega_booked_calender.php:366
2159
- #: includes/widgets/htmega_booked_calender.php:672
2160
- #: includes/widgets/htmega_booked_calender.php:817
2161
- #: includes/widgets/htmega_caldera_forms.php:322
2162
- #: includes/widgets/htmega_tablepress.php:293
2163
- #: includes/widgets/htmega_tablepress.php:337
2164
- #: includes/widgets/htmega_wc_element_pages.php:313
2165
- #: includes/widgets/htmega_wc_element_pages.php:808
2166
- #: includes/widgets/htmega_wc_element_pages.php:1091
2167
- msgid "Border Color"
2168
- msgstr ""
2169
-
2170
- #: includes/widgets/htmega_progressbar.php:366
2171
- msgid "Border color"
2172
- msgstr ""
2173
-
2174
- #: includes/widgets/htmega_search.php:398
2175
- msgid "Border Focus Color"
2176
- msgstr ""
2177
-
2178
- #: includes/widgets/htmega_section_title.php:747
2179
- #: includes/widgets/htmega_section_title.php:909
2180
- msgid "Border Height"
2181
- msgstr ""
2182
-
2183
- #: includes/widgets/htmega_404_content.php:336
2184
- #: includes/widgets/htmega_404_content.php:415
2185
- #: includes/widgets/htmega_404_content.php:494
2186
- #: includes/widgets/htmega_404_content.php:616
2187
- #: includes/widgets/htmega_404_content.php:667
2188
- #: includes/widgets/htmega_404_content.php:767
2189
- #: includes/widgets/htmega_404_content.php:818
2190
- #: includes/widgets/htmega_accordion.php:523
2191
- #: includes/widgets/htmega_accordion.php:607
2192
- #: includes/widgets/htmega_accordion.php:777
2193
- #: includes/widgets/htmega_accordion.php:876
2194
- #: includes/widgets/htmega_accordion.php:1049
2195
- #: includes/widgets/htmega_accordion.php:1160
2196
- #: includes/widgets/htmega_accordion.php:1297
2197
- #: includes/widgets/htmega_add_banner.php:284
2198
- #: includes/widgets/htmega_add_banner.php:338
2199
- #: includes/widgets/htmega_add_banner.php:656
2200
- #: includes/widgets/htmega_add_banner.php:735
2201
- #: includes/widgets/htmega_animated_heading.php:191
2202
- #: includes/widgets/htmega_animated_heading.php:322
2203
- #: includes/widgets/htmega_animated_heading.php:410
2204
- #: includes/widgets/htmega_blockquote.php:255
2205
- #: includes/widgets/htmega_blockquote.php:389
2206
- #: includes/widgets/htmega_blockquote.php:564
2207
- #: includes/widgets/htmega_blockquote.php:744
2208
- #: includes/widgets/htmega_booked_calender.php:599
2209
- #: includes/widgets/htmega_booked_calender.php:745
2210
- #: includes/widgets/htmega_brand.php:366
2211
- #: includes/widgets/htmega_buddy_press.php:185
2212
- #: includes/widgets/htmega_business_hours.php:277
2213
- #: includes/widgets/htmega_business_hours.php:353
2214
- #: includes/widgets/htmega_business_hours.php:481
2215
- #: includes/widgets/htmega_button.php:230
2216
- #: includes/widgets/htmega_button.php:353
2217
- #: includes/widgets/htmega_button.php:557
2218
- #: includes/widgets/htmega_caldera_forms.php:177
2219
- #: includes/widgets/htmega_caldera_forms.php:247
2220
- #: includes/widgets/htmega_call_to_action.php:409
2221
- #: includes/widgets/htmega_call_to_action.php:486
2222
- #: includes/widgets/htmega_call_to_action.php:765
2223
- #: includes/widgets/htmega_call_to_action.php:845
2224
- #: includes/widgets/htmega_call_to_action.php:971
2225
- #: includes/widgets/htmega_call_to_action.php:1051
2226
- #: includes/widgets/htmega_carousel.php:520
2227
- #: includes/widgets/htmega_carousel.php:616
2228
- #: includes/widgets/htmega_carousel.php:791
2229
- #: includes/widgets/htmega_carousel.php:881
2230
- #: includes/widgets/htmega_carousel.php:1014
2231
- #: includes/widgets/htmega_carousel.php:1120
2232
- #: includes/widgets/htmega_carousel.php:1214
2233
- #: includes/widgets/htmega_carousel.php:1347
2234
- #: includes/widgets/htmega_carousel.php:1431
2235
- #: includes/widgets/htmega_contact_form_seven.php:263
2236
- #: includes/widgets/htmega_contact_form_seven.php:401
2237
- #: includes/widgets/htmega_contact_form_seven.php:489
2238
- #: includes/widgets/htmega_contact_form_seven.php:632
2239
- #: includes/widgets/htmega_countdown.php:559
2240
- #: includes/widgets/htmega_countdown.php:807
2241
- #: includes/widgets/htmega_countdown.php:971
2242
- #: includes/widgets/htmega_countdown.php:1084
2243
- #: includes/widgets/htmega_countdown.php:1169
2244
- #: includes/widgets/htmega_counter.php:261
2245
- #: includes/widgets/htmega_counter.php:523
2246
- #: includes/widgets/htmega_counter.php:646
2247
- #: includes/widgets/htmega_counter.php:914
2248
- #: includes/widgets/htmega_counter.php:1002
2249
- #: includes/widgets/htmega_counter.php:1092
2250
- #: includes/widgets/htmega_cuctom_event.php:427
2251
- #: includes/widgets/htmega_double_button.php:276
2252
- #: includes/widgets/htmega_double_button.php:400
2253
- #: includes/widgets/htmega_double_button.php:430
2254
- #: includes/widgets/htmega_double_button.php:496
2255
- #: includes/widgets/htmega_double_button.php:583
2256
- #: includes/widgets/htmega_double_button.php:669
2257
- #: includes/widgets/htmega_double_button.php:755
2258
- #: includes/widgets/htmega_double_button.php:852
2259
- #: includes/widgets/htmega_download_monitor.php:194
2260
- #: includes/widgets/htmega_download_monitor.php:267
2261
- #: includes/widgets/htmega_dropcaps.php:174
2262
- #: includes/widgets/htmega_dropcaps.php:276
2263
- #: includes/widgets/htmega_easy_digital_download.php:283
2264
- #: includes/widgets/htmega_easy_digital_download.php:566
2265
- #: includes/widgets/htmega_easy_digital_download.php:634
2266
- #: includes/widgets/htmega_gallery_justify.php:85
2267
- #: includes/widgets/htmega_googlemap.php:325
2268
- #: includes/widgets/htmega_googlemap.php:466
2269
- #: includes/widgets/htmega_gravity_forms.php:221
2270
- #: includes/widgets/htmega_gravity_forms.php:355
2271
- #: includes/widgets/htmega_gravity_forms.php:468
2272
- #: includes/widgets/htmega_image_comparison.php:133
2273
- #: includes/widgets/htmega_image_comparison.php:271
2274
- #: includes/widgets/htmega_image_comparison.php:352
2275
- #: includes/widgets/htmega_image_comparison.php:441
2276
- #: includes/widgets/htmega_image_grid.php:229
2277
- #: includes/widgets/htmega_image_grid.php:522
2278
- #: includes/widgets/htmega_image_grid.php:581
2279
- #: includes/widgets/htmega_image_magnifier.php:119
2280
- #: includes/widgets/htmega_image_marker.php:664
2281
- #: includes/widgets/htmega_image_marker.php:876
2282
- #: includes/widgets/htmega_image_masonry.php:219
2283
- #: includes/widgets/htmega_image_masonry.php:508
2284
- #: includes/widgets/htmega_image_masonry.php:576
2285
- #: includes/widgets/htmega_inline_menu.php:209
2286
- #: includes/widgets/htmega_inline_menu.php:283
2287
- #: includes/widgets/htmega_inline_menu.php:446
2288
- #: includes/widgets/htmega_instagram.php:714
2289
- #: includes/widgets/htmega_instagram.php:844
2290
- #: includes/widgets/htmega_instagram.php:992
2291
- #: includes/widgets/htmega_instagram.php:1111
2292
- #: includes/widgets/htmega_instagram.php:1171
2293
- #: includes/widgets/htmega_instagram.php:1265
2294
- #: includes/widgets/htmega_instagram.php:1331
2295
- #: includes/widgets/htmega_instagram.php:1468
2296
- #: includes/widgets/htmega_lightbox.php:273
2297
- #: includes/widgets/htmega_lightbox.php:461
2298
- #: includes/widgets/htmega_mailchimp_for_wp.php:238
2299
- #: includes/widgets/htmega_mailchimp_for_wp.php:421
2300
- #: includes/widgets/htmega_modal.php:267 includes/widgets/htmega_modal.php:560
2301
- #: includes/widgets/htmega_modal.php:631 includes/widgets/htmega_modal.php:732
2302
- #: includes/widgets/htmega_modal.php:794 includes/widgets/htmega_modal.php:902
2303
- #: includes/widgets/htmega_modal.php:964
2304
- #: includes/widgets/htmega_news_ticker.php:373
2305
- #: includes/widgets/htmega_news_ticker.php:548
2306
- #: includes/widgets/htmega_news_ticker.php:685
2307
- #: includes/widgets/htmega_news_ticker.php:804
2308
- #: includes/widgets/htmega_news_ticker.php:949
2309
- #: includes/widgets/htmega_ninja_forms.php:166
2310
- #: includes/widgets/htmega_ninja_forms.php:245
2311
- #: includes/widgets/htmega_ninja_forms.php:309
2312
- #: includes/widgets/htmega_ninja_forms.php:445
2313
- #: includes/widgets/htmega_ninja_forms.php:553
2314
- #: includes/widgets/htmega_ninja_forms.php:666
2315
- #: includes/widgets/htmega_notify.php:350
2316
- #: includes/widgets/htmega_notify.php:502
2317
- #: includes/widgets/htmega_notify.php:805
2318
- #: includes/widgets/htmega_offcanvas.php:454
2319
- #: includes/widgets/htmega_panel_slider.php:526
2320
- #: includes/widgets/htmega_panel_slider.php:818
2321
- #: includes/widgets/htmega_panel_slider.php:1007
2322
- #: includes/widgets/htmega_panel_slider.php:1139
2323
- #: includes/widgets/htmega_panel_slider.php:1178
2324
- #: includes/widgets/htmega_popover.php:413
2325
- #: includes/widgets/htmega_popover.php:570
2326
- #: includes/widgets/htmega_popover.php:646
2327
- #: includes/widgets/htmega_popover.php:750
2328
- #: includes/widgets/htmega_post_grid_tab.php:286
2329
- #: includes/widgets/htmega_post_grid_tab.php:362
2330
- #: includes/widgets/htmega_post_grid_tab.php:915
2331
- #: includes/widgets/htmega_post_grid_tab.php:965
2332
- #: includes/widgets/htmega_post_grid_tab.php:1028
2333
- #: includes/widgets/htmega_post_grid_tab.php:1119
2334
- #: includes/widgets/htmega_post_slider.php:636
2335
- #: includes/widgets/htmega_post_slider.php:789
2336
- #: includes/widgets/htmega_post_slider.php:1342
2337
- #: includes/widgets/htmega_post_slider.php:1392
2338
- #: includes/widgets/htmega_post_slider.php:1602
2339
- #: includes/widgets/htmega_post_slider.php:1722
2340
- #: includes/widgets/htmega_post_slider.php:1847
2341
- #: includes/widgets/htmega_post_slider.php:1886
2342
- #: includes/widgets/htmega_post_slider.php:1958
2343
- #: includes/widgets/htmega_post_slider.php:2035
2344
- #: includes/widgets/htmega_pricing_list_view.php:417
2345
- #: includes/widgets/htmega_pricing_list_view.php:812
2346
- #: includes/widgets/htmega_pricing_list_view.php:935
2347
- #: includes/widgets/htmega_pricing_list_view.php:1046
2348
- #: includes/widgets/htmega_pricing_list_view.php:1265
2349
- #: includes/widgets/htmega_pricing_list_view.php:1344
2350
- #: includes/widgets/htmega_pricing_list_view.php:1435
2351
- #: includes/widgets/htmega_pricing_list_view.php:1472
2352
- #: includes/widgets/htmega_pricing_list_view.php:1578
2353
- #: includes/widgets/htmega_pricing_list_view.php:1736
2354
- #: includes/widgets/htmega_pricing_list_view.php:1813
2355
- #: includes/widgets/htmega_progressbar.php:497
2356
- #: includes/widgets/htmega_progressbar.php:706
2357
- #: includes/widgets/htmega_progressbar.php:798
2358
- #: includes/widgets/htmega_qu_forms.php:118
2359
- #: includes/widgets/htmega_qu_forms.php:206
2360
- #: includes/widgets/htmega_qu_forms.php:342
2361
- #: includes/widgets/htmega_qu_forms.php:450
2362
- #: includes/widgets/htmega_qu_forms.php:563
2363
- #: includes/widgets/htmega_scroll_image.php:184
2364
- #: includes/widgets/htmega_scroll_image.php:344
2365
- #: includes/widgets/htmega_scroll_navigation.php:319
2366
- #: includes/widgets/htmega_scroll_navigation.php:413
2367
- #: includes/widgets/htmega_search.php:378
2368
- #: includes/widgets/htmega_search.php:591
2369
- #: includes/widgets/htmega_search.php:643
2370
- #: includes/widgets/htmega_search.php:832
2371
- #: includes/widgets/htmega_search.php:994
2372
- #: includes/widgets/htmega_section_title.php:576
2373
- #: includes/widgets/htmega_section_title.php:808
2374
- #: includes/widgets/htmega_section_title.php:990
2375
- #: includes/widgets/htmega_services.php:227
2376
- #: includes/widgets/htmega_services.php:295
2377
- #: includes/widgets/htmega_services.php:704
2378
- #: includes/widgets/htmega_services.php:785
2379
- #: includes/widgets/htmega_services.php:966
2380
- #: includes/widgets/htmega_services.php:1094
2381
- #: includes/widgets/htmega_services.php:1146
2382
- #: includes/widgets/htmega_slider_thumb_gallery.php:883
2383
- #: includes/widgets/htmega_slider_thumb_gallery.php:1028
2384
- #: includes/widgets/htmega_slider_thumb_gallery.php:1100
2385
- #: includes/widgets/htmega_slider_thumb_gallery.php:1194
2386
- #: includes/widgets/htmega_slider_thumb_gallery.php:1238
2387
- #: includes/widgets/htmega_slider_thumb_gallery.php:1311
2388
- #: includes/widgets/htmega_socialshere.php:250
2389
- #: includes/widgets/htmega_socialshere.php:422
2390
- #: includes/widgets/htmega_socialshere.php:591
2391
- #: includes/widgets/htmega_special_banner.php:679
2392
- #: includes/widgets/htmega_special_banner.php:758
2393
- #: includes/widgets/htmega_switcher.php:308
2394
- #: includes/widgets/htmega_switcher.php:451
2395
- #: includes/widgets/htmega_switcher.php:526
2396
- #: includes/widgets/htmega_switcher.php:621 includes/widgets/htmega_tab.php:325
2397
- #: includes/widgets/htmega_tab.php:602 includes/widgets/htmega_tab.php:654
2398
- #: includes/widgets/htmega_tab.php:740 includes/widgets/htmega_tab.php:835
2399
- #: includes/widgets/htmega_tab.php:900 includes/widgets/htmega_table.php:180
2400
- #: includes/widgets/htmega_table.php:542 includes/widgets/htmega_table.php:624
2401
- #: includes/widgets/htmega_table.php:743
2402
- #: includes/widgets/htmega_teammember.php:371
2403
- #: includes/widgets/htmega_teammember.php:569
2404
- #: includes/widgets/htmega_teammember.php:1028
2405
- #: includes/widgets/htmega_testimonial_grid.php:315
2406
- #: includes/widgets/htmega_testimonial_grid.php:405
2407
- #: includes/widgets/htmega_testimonial_grid.php:629
2408
- #: includes/widgets/htmega_toggle.php:329
2409
- #: includes/widgets/htmega_tooltip.php:390
2410
- #: includes/widgets/htmega_tooltip.php:534
2411
- #: includes/widgets/htmega_twitter_feed.php:605
2412
- #: includes/widgets/htmega_twitter_feed.php:777
2413
- #: includes/widgets/htmega_twitter_feed.php:1135
2414
- #: includes/widgets/htmega_twitter_feed.php:1272
2415
- #: includes/widgets/htmega_twitter_feed.php:1332
2416
- #: includes/widgets/htmega_twitter_feed.php:1461
2417
- #: includes/widgets/htmega_user_login_form.php:573
2418
- #: includes/widgets/htmega_user_login_form.php:912
2419
- #: includes/widgets/htmega_user_login_form.php:1185
2420
- #: includes/widgets/htmega_user_login_form.php:1237
2421
- #: includes/widgets/htmega_user_login_form.php:1369
2422
- #: includes/widgets/htmega_user_login_form.php:1421
2423
- #: includes/widgets/htmega_user_login_form.php:1511
2424
- #: includes/widgets/htmega_vertical_timeline.php:235
2425
- #: includes/widgets/htmega_vertical_timeline.php:374
2426
- #: includes/widgets/htmega_video_player.php:271
2427
- #: includes/widgets/htmega_video_player.php:443
2428
- #: includes/widgets/htmega_video_player.php:471
2429
- #: includes/widgets/htmega_wc_categories.php:202
2430
- #: includes/widgets/htmega_wc_categories.php:264
2431
- #: includes/widgets/htmega_wc_categories.php:436
2432
- #: includes/widgets/htmega_wc_categories.php:464
2433
- #: includes/widgets/htmega_wc_element_pages.php:168
2434
- #: includes/widgets/htmega_wc_element_pages.php:238
2435
- #: includes/widgets/htmega_wc_element_pages.php:398
2436
- #: includes/widgets/htmega_wc_element_pages.php:464
2437
- #: includes/widgets/htmega_wc_element_pages.php:637
2438
- #: includes/widgets/htmega_wc_element_pages.php:752
2439
- #: includes/widgets/htmega_wc_element_pages.php:950
2440
- #: includes/widgets/htmega_wc_element_pages.php:1023
2441
- #: includes/widgets/htmega_working_process.php:440
2442
- #: includes/widgets/htmega_working_process.php:698
2443
- #: includes/widgets/htmega_working_process.php:777
2444
- #: includes/widgets/htmega_working_process.php:877
2445
- #: includes/widgets/htmega_working_process.php:992
2446
- #: includes/widgets/htmega_wpforms.php:158
2447
- #: includes/widgets/htmega_wpforms.php:237
2448
- #: includes/widgets/htmega_wpforms.php:299
2449
- #: includes/widgets/htmega_wpforms.php:435
2450
- #: includes/widgets/htmega_wpforms.php:543
2451
- #: includes/widgets/htmega_wpforms.php:656
2452
- #: extensions/ht-builder/widgets/bl_nav_menu.php:193
2453
- #: extensions/ht-builder/widgets/bl_nav_menu.php:265
2454
- #: extensions/ht-builder/widgets/bl_nav_menu.php:318
2455
- #: extensions/ht-builder/widgets/bl_page_title.php:96
2456
- #: extensions/ht-builder/widgets/bl_post_archive.php:286
2457
- #: extensions/ht-builder/widgets/bl_post_archive.php:750
2458
- #: extensions/ht-builder/widgets/bl_post_archive.php:816
2459
- #: extensions/ht-builder/widgets/bl_post_archive.php:886
2460
- #: extensions/ht-builder/widgets/bl_post_archive.php:941
2461
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:98
2462
- #: extensions/ht-builder/widgets/bl_post_author_info.php:182
2463
- #: extensions/ht-builder/widgets/bl_post_search_form.php:139
2464
- #: extensions/ht-builder/widgets/bl_post_search_form.php:224
2465
- #: extensions/ht-builder/widgets/bl_site_logo.php:117
2466
- #: extensions/ht-builder/widgets/bl_site_title.php:98
2467
- #: extensions/ht-menu/widgets/inline-mega-menu.php:131
2468
- #: extensions/ht-menu/widgets/inline-mega-menu.php:251
2469
- #: extensions/ht-menu/widgets/inline-mega-menu.php:381
2470
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:132
2471
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:252
2472
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:339
2473
- msgid "Border Radius"
2474
- msgstr ""
2475
-
2476
- #: includes/widgets/htmega_progressbar.php:377
2477
- msgid "Border Radius aaa"
2478
- msgstr ""
2479
-
2480
- #: includes/widgets/htmega_news_ticker.php:814
2481
- #: includes/widgets/htmega_panel_slider.php:828
2482
- msgid "Border Radius Next Button"
2483
- msgstr ""
2484
-
2485
- #: includes/widgets/htmega_add_banner.php:231
2486
- #: includes/widgets/htmega_services.php:802
2487
- msgid "Border Style"
2488
- msgstr ""
2489
-
2490
- #: includes/widgets/htmega_counter.php:784
2491
- #: includes/widgets/htmega_section_title.php:725
2492
- #: includes/widgets/htmega_section_title.php:887
2493
- #: includes/widgets/htmega_working_process.php:249
2494
- msgid "Border Width"
2495
- msgstr ""
2496
-
2497
- #: includes/widgets/htmega_pricing_list_view.php:578
2498
- msgid "Both"
2499
- msgstr ""
2500
-
2501
- #: includes/widgets/htmega_add_banner.php:64
2502
- #: includes/widgets/htmega_button.php:114
2503
- #: includes/widgets/htmega_image_comparison.php:187
2504
- #: includes/widgets/htmega_image_marker.php:207
2505
- #: includes/widgets/htmega_offcanvas.php:98
2506
- #: includes/widgets/htmega_popover.php:196
2507
- #: includes/widgets/htmega_pricing_list_view.php:508
2508
- #: includes/widgets/htmega_pricing_list_view.php:1163
2509
- #: includes/widgets/htmega_pricing_list_view.php:1193
2510
- #: includes/widgets/htmega_section_title.php:165
2511
- #: includes/widgets/htmega_section_title.php:240
2512
- #: includes/widgets/htmega_single_post.php:62
2513
- #: includes/widgets/htmega_slider_thumb_gallery.php:54
2514
- #: includes/widgets/htmega_special_banner.php:48
2515
- #: includes/widgets/htmega_teammember.php:108
2516
- #: includes/widgets/htmega_tooltip.php:184
2517
- #: extensions/ht-builder/widgets/bl_post_author_info.php:124
2518
- msgid "Bottom"
2519
- msgstr ""
2520
-
2521
- #: includes/widgets/htmega_notify.php:109
2522
- msgid "Bottom Center"
2523
- msgstr ""
2524
-
2525
- #: includes/widgets/htmega_notify.php:112
2526
- msgid "Bottom Fullwidth"
2527
- msgstr ""
2528
-
2529
- #: includes/widgets/htmega_notify.php:108
2530
- #: extensions/wc-sales-notification/admin/setting.php:82
2531
- msgid "Bottom Left"
2532
- msgstr ""
2533
-
2534
- #: includes/widgets/htmega_notify.php:110
2535
- msgid "Bottom Right"
2536
- msgstr ""
2537
-
2538
- #: includes/widgets/htmega_notify.php:158
2539
- #: includes/widgets/htmega_notify.php:193
2540
- msgid "bounceIn"
2541
- msgstr ""
2542
-
2543
- #: includes/widgets/htmega_notify.php:159
2544
- #: includes/widgets/htmega_notify.php:194
2545
- msgid "bounceInDown"
2546
- msgstr ""
2547
-
2548
- #: includes/widgets/htmega_notify.php:160
2549
- #: includes/widgets/htmega_notify.php:195
2550
- msgid "bounceInLeft"
2551
- msgstr ""
2552
-
2553
- #: includes/widgets/htmega_notify.php:161
2554
- #: includes/widgets/htmega_notify.php:196
2555
- msgid "bounceInRight"
2556
- msgstr ""
2557
-
2558
- #: includes/widgets/htmega_notify.php:162
2559
- #: includes/widgets/htmega_notify.php:197
2560
- msgid "bounceInUp"
2561
- msgstr ""
2562
-
2563
- #: includes/widgets/htmega_notify.php:140
2564
- #: includes/widgets/htmega_notify.php:175
2565
- msgid "bounceOut"
2566
- msgstr ""
2567
-
2568
- #: includes/widgets/htmega_notify.php:141
2569
- #: includes/widgets/htmega_notify.php:176
2570
- msgid "bounceOutDown"
2571
- msgstr ""
2572
-
2573
- #: includes/widgets/htmega_notify.php:142
2574
- #: includes/widgets/htmega_notify.php:177
2575
- msgid "bounceOutLeft"
2576
- msgstr ""
2577
-
2578
- #: includes/widgets/htmega_notify.php:143
2579
- #: includes/widgets/htmega_notify.php:178
2580
- msgid "bounceOutRight"
2581
- msgstr ""
2582
-
2583
- #: includes/widgets/htmega_notify.php:144
2584
- #: includes/widgets/htmega_notify.php:179
2585
- msgid "bounceOutUp"
2586
- msgstr ""
2587
-
2588
- #: includes/widgets/htmega_counter.php:350
2589
- msgid "Box Width"
2590
- msgstr ""
2591
-
2592
- #: includes/widgets/htmega_vertical_timeline.php:473
2593
- msgid "Box Background"
2594
- msgstr ""
2595
-
2596
- #: includes/widgets/htmega_vertical_timeline.php:391
2597
- msgid "Box Border"
2598
- msgstr ""
2599
-
2600
- #: includes/widgets/htmega_counter.php:380
2601
- msgid "Box Height"
2602
- msgstr ""
2603
-
2604
- #: includes/widgets/htmega_news_ticker.php:655
2605
- msgid "Box Height and Width"
2606
- msgstr ""
2607
-
2608
- #: includes/widgets/htmega_carousel.php:421
2609
- msgid "Box Option"
2610
- msgstr ""
2611
-
2612
- #: includes/widgets/htmega_accordion.php:536
2613
- #: includes/widgets/htmega_accordion.php:620
2614
- #: includes/widgets/htmega_accordion.php:790
2615
- #: includes/widgets/htmega_accordion.php:890
2616
- #: includes/widgets/htmega_accordion.php:1062
2617
- #: includes/widgets/htmega_accordion.php:1173
2618
- #: includes/widgets/htmega_accordion.php:1310
2619
- #: includes/widgets/htmega_animated_heading.php:214
2620
- #: includes/widgets/htmega_animated_heading.php:345
2621
- #: includes/widgets/htmega_animated_heading.php:433
2622
- #: includes/widgets/htmega_brand.php:191 includes/widgets/htmega_brand.php:216
2623
- #: includes/widgets/htmega_brand.php:252 includes/widgets/htmega_brand.php:277
2624
- #: includes/widgets/htmega_buddy_press.php:208
2625
- #: includes/widgets/htmega_business_hours.php:289
2626
- #: includes/widgets/htmega_business_hours.php:365
2627
- #: includes/widgets/htmega_business_hours.php:493
2628
- #: includes/widgets/htmega_button.php:288
2629
- #: includes/widgets/htmega_button.php:403
2630
- #: includes/widgets/htmega_button.php:592
2631
- #: includes/widgets/htmega_call_to_action.php:392
2632
- #: includes/widgets/htmega_call_to_action.php:469
2633
- #: includes/widgets/htmega_call_to_action.php:777
2634
- #: includes/widgets/htmega_call_to_action.php:868
2635
- #: includes/widgets/htmega_call_to_action.php:983
2636
- #: includes/widgets/htmega_call_to_action.php:1074
2637
- #: includes/widgets/htmega_contact_form_seven.php:645
2638
- #: includes/widgets/htmega_countdown.php:526
2639
- #: includes/widgets/htmega_counter.php:275
2640
- #: includes/widgets/htmega_double_button.php:289
2641
- #: includes/widgets/htmega_double_button.php:519
2642
- #: includes/widgets/htmega_double_button.php:606
2643
- #: includes/widgets/htmega_double_button.php:692
2644
- #: includes/widgets/htmega_double_button.php:778
2645
- #: includes/widgets/htmega_double_button.php:875
2646
- #: includes/widgets/htmega_gallery_justify.php:98
2647
- #: includes/widgets/htmega_gravity_forms.php:480
2648
- #: includes/widgets/htmega_image_grid.php:244
2649
- #: includes/widgets/htmega_image_grid.php:492
2650
- #: includes/widgets/htmega_image_grid.php:564
2651
- #: includes/widgets/htmega_image_magnifier.php:133
2652
- #: includes/widgets/htmega_image_masonry.php:234
2653
- #: includes/widgets/htmega_image_masonry.php:478
2654
- #: includes/widgets/htmega_image_masonry.php:559
2655
- #: includes/widgets/htmega_inline_menu.php:223
2656
- #: includes/widgets/htmega_lightbox.php:285
2657
- #: includes/widgets/htmega_lightbox.php:473
2658
- #: includes/widgets/htmega_mailchimp_for_wp.php:434
2659
- #: includes/widgets/htmega_modal.php:240 includes/widgets/htmega_modal.php:604
2660
- #: includes/widgets/htmega_ninja_forms.php:678
2661
- #: includes/widgets/htmega_notify.php:373
2662
- #: includes/widgets/htmega_panel_slider.php:549
2663
- #: includes/widgets/htmega_panel_slider.php:840
2664
- #: includes/widgets/htmega_panel_slider.php:1018
2665
- #: includes/widgets/htmega_popover.php:552
2666
- #: includes/widgets/htmega_progressbar.php:512
2667
- #: includes/widgets/htmega_progressbar.php:720
2668
- #: includes/widgets/htmega_progressbar.php:812
2669
- #: includes/widgets/htmega_qu_forms.php:575
2670
- #: includes/widgets/htmega_scroll_image.php:222
2671
- #: includes/widgets/htmega_section_title.php:972
2672
- #: includes/widgets/htmega_socialshere.php:447
2673
- #: includes/widgets/htmega_table.php:190 includes/widgets/htmega_table.php:553
2674
- #: includes/widgets/htmega_teammember.php:399
2675
- #: includes/widgets/htmega_teammember.php:1039
2676
- #: includes/widgets/htmega_testimonial_grid.php:326
2677
- #: includes/widgets/htmega_testimonial_grid.php:375
2678
- #: includes/widgets/htmega_testimonial_grid.php:669
2679
- #: includes/widgets/htmega_twitter_feed.php:562
2680
- #: includes/widgets/htmega_user_login_form.php:609
2681
- #: includes/widgets/htmega_vertical_timeline.php:262
2682
- #: includes/widgets/htmega_video_player.php:284
2683
- #: includes/widgets/htmega_wc_categories.php:227
2684
- #: includes/widgets/htmega_working_process.php:812
2685
- #: includes/widgets/htmega_working_process.php:1053
2686
- #: includes/widgets/htmega_wpforms.php:668
2687
- #: extensions/ht-builder/widgets/bl_nav_menu.php:206
2688
- #: extensions/ht-builder/widgets/bl_nav_menu.php:363
2689
- #: includes/widgets/weather/htmega_weather.php:307
2690
- msgid "Box Shadow"
2691
- msgstr ""
2692
-
2693
- #: includes/widgets/htmega_double_button.php:805
2694
- msgid "Box Size"
2695
- msgstr ""
2696
-
2697
- #: includes/widgets/htmega_add_banner.php:146
2698
- #: includes/widgets/htmega_call_to_action.php:318
2699
- #: includes/widgets/htmega_counter.php:194
2700
- #: includes/widgets/htmega_image_comparison.php:93
2701
- #: includes/widgets/htmega_image_grid.php:186
2702
- #: includes/widgets/htmega_image_masonry.php:166
2703
- #: includes/widgets/htmega_lightbox.php:184
2704
- #: includes/widgets/htmega_services.php:165
2705
- #: includes/widgets/htmega_working_process.php:191
2706
- msgid "Box Style"
2707
- msgstr ""
2708
-
2709
- #: includes/widgets/htmega_vertical_timeline.php:432
2710
- msgid "Box Style Reverse"
2711
- msgstr ""
2712
-
2713
- #: includes/widgets/htmega_post_slider.php:805
2714
- msgid "Box Width"
2715
- msgstr ""
2716
-
2717
- #: includes/widgets/htmega_brand.php:157
2718
- msgid "Brand Logo"
2719
- msgstr ""
2720
-
2721
- #: admin/include/admin-setting.php:159 includes/widgets/htmega_brand.php:13
2722
- #: includes/widgets/htmega_brand.php:35
2723
- msgid "Brands"
2724
- msgstr ""
2725
-
2726
- #: includes/widgets/htmega_news_ticker.php:70
2727
- msgid "Breaking News"
2728
- msgstr ""
2729
-
2730
- #: admin/include/admin-setting.php:939
2731
- #: includes/widgets/htmega_buddy_press.php:13
2732
- #: includes/widgets/htmega_buddy_press.php:35
2733
- msgid "BuddyPress"
2734
- msgstr ""
2735
-
2736
- #: includes/widgets/htmega_socialshere.php:72
2737
- msgid "Buffer"
2738
- msgstr ""
2739
-
2740
- #: includes/widgets/htmega_business_hours.php:60
2741
- msgid "Business Hour Title"
2742
- msgstr ""
2743
-
2744
- #: admin/include/admin-setting.php:167
2745
- #: includes/widgets/htmega_business_hours.php:14
2746
- #: includes/widgets/htmega_business_hours.php:36
2747
- msgid "Business Hours"
2748
- msgstr ""
2749
-
2750
- #: includes/widgets/htmega_business_hours.php:71
2751
- msgid "Business Hours​"
2752
- msgstr ""
2753
-
2754
- #: admin/include/admin-setting.php:175
2755
- #: includes/widgets/htmega_404_content.php:118
2756
- #: includes/widgets/htmega_add_banner.php:607
2757
- #: includes/widgets/htmega_button.php:13 includes/widgets/htmega_button.php:35
2758
- #: includes/widgets/htmega_contact_form_seven.php:531
2759
- #: includes/widgets/htmega_cuctom_event.php:378
2760
- #: includes/widgets/htmega_double_button.php:101
2761
- #: includes/widgets/htmega_double_button.php:188
2762
- #: includes/widgets/htmega_double_button.php:314
2763
- #: includes/widgets/htmega_download_monitor.php:102
2764
- #: includes/widgets/htmega_easy_digital_download.php:511
2765
- #: includes/widgets/htmega_gravity_forms.php:370
2766
- #: includes/widgets/htmega_lightbox.php:118
2767
- #: includes/widgets/htmega_mailchimp_for_wp.php:282
2768
- #: includes/widgets/htmega_modal.php:103 includes/widgets/htmega_modal.php:202
2769
- #: includes/widgets/htmega_ninja_forms.php:568
2770
- #: includes/widgets/htmega_notify.php:43 includes/widgets/htmega_notify.php:303
2771
- #: includes/widgets/htmega_offcanvas.php:168
2772
- #: includes/widgets/htmega_offcanvas.php:396
2773
- #: includes/widgets/htmega_popover.php:321
2774
- #: includes/widgets/htmega_pricing_list_view.php:582
2775
- #: includes/widgets/htmega_qu_forms.php:465
2776
- #: includes/widgets/htmega_services.php:1010
2777
- #: includes/widgets/htmega_special_banner.php:630
2778
- #: includes/widgets/htmega_toggle.php:184
2779
- #: includes/widgets/htmega_tooltip.php:297
2780
- #: includes/widgets/htmega_video_player.php:325
2781
- #: includes/widgets/htmega_wc_element_pages.php:967
2782
- #: includes/widgets/htmega_wpforms.php:558
2783
- #: extensions/ht-builder/widgets/bl_post_search_form.php:166
2784
- msgid "Button"
2785
- msgstr ""
2786
-
2787
- #: includes/widgets/htmega_double_button.php:268
2788
- msgid "Button Area"
2789
- msgstr ""
2790
-
2791
- #: includes/widgets/htmega_pricing_list_view.php:862
2792
- msgid "Button Background"
2793
- msgstr ""
2794
-
2795
- #: includes/widgets/htmega_tooltip.php:229
2796
- msgid "Button Box Style"
2797
- msgstr ""
2798
-
2799
- #: includes/widgets/htmega_instagram_feed.php:175
2800
- msgid "Button Color"
2801
- msgstr ""
2802
-
2803
- #: includes/widgets/htmega_pricing_list_view.php:874
2804
- msgid "Button Hover Background"
2805
- msgstr ""
2806
-
2807
- #: includes/widgets/htmega_button.php:411
2808
- msgid "Button Hover Effect"
2809
- msgstr ""
2810
-
2811
- #: includes/widgets/htmega_button.php:474
2812
- msgid "Button Hover Shadow"
2813
- msgstr ""
2814
-
2815
- #: includes/widgets/htmega_instagram.php:1367
2816
- #: includes/widgets/htmega_offcanvas.php:183
2817
- #: includes/widgets/htmega_video_player.php:111
2818
- msgid "Button Icon"
2819
- msgstr ""
2820
-
2821
- #: includes/widgets/htmega_search.php:68
2822
- msgid "Button Icon Type"
2823
- msgstr ""
2824
-
2825
- #: includes/widgets/htmega_404_content.php:144
2826
- #: includes/widgets/htmega_404_content.php:192
2827
- msgid "Button Icons"
2828
- msgstr ""
2829
-
2830
- #: includes/widgets/htmega_video_player.php:122
2831
- msgid "Button Infinity Animation"
2832
- msgstr ""
2833
-
2834
- #: includes/widgets/htmega_socialshere.php:605
2835
- msgid "Button Line Height"
2836
- msgstr ""
2837
-
2838
- #: includes/widgets/htmega_404_content.php:156
2839
- #: includes/widgets/htmega_404_content.php:204
2840
- #: includes/widgets/htmega_call_to_action.php:239
2841
- msgid "Button Link"
2842
- msgstr ""
2843
-
2844
- #: includes/widgets/htmega_double_button.php:93
2845
- #: includes/widgets/htmega_double_button.php:448
2846
- msgid "Button One"
2847
- msgstr ""
2848
-
2849
- #: includes/widgets/htmega_pricing_list_view.php:921
2850
- msgid "Button Padding"
2851
- msgstr ""
2852
-
2853
- #: includes/widgets/htmega_button.php:82
2854
- #: includes/widgets/htmega_double_button.php:42
2855
- msgid "Button Size"
2856
- msgstr ""
2857
-
2858
- #: includes/widgets/htmega_button.php:42 includes/widgets/htmega_button.php:183
2859
- #: includes/widgets/htmega_countdown.php:1015
2860
- #: includes/widgets/htmega_download_monitor.php:128
2861
- #: includes/widgets/htmega_wc_element_pages.php:688
2862
- msgid "Button Style"
2863
- msgstr ""
2864
-
2865
- #: includes/widgets/htmega_404_content.php:134
2866
- #: includes/widgets/htmega_404_content.php:183
2867
- #: includes/widgets/htmega_add_banner.php:134
2868
- #: includes/widgets/htmega_add_banner.php:136
2869
- #: includes/widgets/htmega_call_to_action.php:138
2870
- #: includes/widgets/htmega_call_to_action.php:232
2871
- #: includes/widgets/htmega_instagram_feed.php:97
2872
- #: includes/widgets/htmega_notify.php:50
2873
- #: includes/widgets/htmega_offcanvas.php:174
2874
- #: includes/widgets/htmega_popover.php:72
2875
- #: includes/widgets/htmega_special_banner.php:138
2876
- #: includes/widgets/htmega_special_banner.php:140
2877
- #: includes/widgets/htmega_user_login_form.php:333
2878
- #: includes/widgets/htmega_video_player.php:70
2879
- #: extensions/ht-builder/widgets/bl_post_search_form.php:86
2880
- msgid "Button Text"
2881
- msgstr ""
2882
-
2883
- #: includes/widgets/htmega_instagram_feed.php:187
2884
- msgid "Button Text Color"
2885
- msgstr ""
2886
-
2887
- #: includes/widgets/htmega_double_button.php:180
2888
- #: includes/widgets/htmega_double_button.php:621
2889
- msgid "Button Two"
2890
- msgstr ""
2891
-
2892
- #: includes/widgets/htmega_popover.php:48
2893
- #: includes/widgets/htmega_tooltip.php:48
2894
- #: extensions/ht-builder/widgets/bl_post_search_form.php:54
2895
- msgid "Button Type"
2896
- msgstr ""
2897
-
2898
- #: includes/widgets/htmega_double_button.php:347
2899
- msgid "Button Width"
2900
- msgstr ""
2901
-
2902
- #: includes/class.assests.php:378 admin/include/admin-setting.php:1289
2903
- #: admin/include/template-library.php:280
2904
- #: admin/include/template-library.php:332
2905
- #: includes/recommended-plugins/class.recommended-plugins.php:122
2906
- #: includes/recommended-plugins/class.recommended-plugins.php:284
2907
- msgid "Buy Now"
2908
- msgstr ""
2909
-
2910
- #: includes/recommended-plugins/class.recommended-plugins.php:270
2911
- msgid "By "
2912
- msgstr ""
2913
-
2914
- #: includes/widgets/htmega_easy_digital_download.php:134
2915
- #: includes/widgets/htmega_wc_categories.php:82
2916
- msgid "By Parent"
2917
- msgstr ""
2918
-
2919
- #: includes/widgets/weather/htmega_weather.php:57
2920
- msgid "C"
2921
- msgstr ""
2922
-
2923
- #: includes/widgets/htmega_instagram.php:108
2924
- msgid "Cache Time Duration"
2925
- msgstr ""
2926
-
2927
- #: admin/include/admin-setting.php:949
2928
- #: includes/widgets/htmega_caldera_forms.php:13
2929
- #: includes/widgets/htmega_caldera_forms.php:35
2930
- msgid "Caldera Form"
2931
- msgstr ""
2932
-
2933
- #: includes/widgets/htmega_booked_calender.php:839
2934
- msgid "Calendar"
2935
- msgstr ""
2936
-
2937
- #: includes/widgets/htmega_booked_calender.php:861
2938
- msgid "Calendar Icon Background"
2939
- msgstr ""
2940
-
2941
- #: includes/widgets/htmega_booked_calender.php:850
2942
- msgid "Calendar Icon Color"
2943
- msgstr ""
2944
-
2945
- #: includes/widgets/htmega_booked_calender.php:903
2946
- msgid "Calendar Icon Padding"
2947
- msgstr ""
2948
-
2949
- #: includes/widgets/htmega_booked_calender.php:883
2950
- msgid "Calendar Icon Radius"
2951
- msgstr ""
2952
-
2953
- #: includes/widgets/htmega_booked_calender.php:154
2954
- msgid "Calendar Size"
2955
- msgstr ""
2956
-
2957
- #: admin/include/admin-setting.php:183
2958
- #: includes/widgets/htmega_call_to_action.php:13
2959
- #: includes/widgets/htmega_call_to_action.php:32
2960
- msgid "Call To Action"
2961
- msgstr ""
2962
-
2963
- #: includes/widgets/htmega_instagram.php:858
2964
- msgid "Caption"
2965
- msgstr ""
2966
-
2967
- #: includes/widgets/htmega_testimonial_grid.php:168
2968
- #: includes/widgets/htmega_testimonial_grid.php:226
2969
- msgid "Carolina Monntoya"
2970
- msgstr ""
2971
-
2972
- #: admin/include/admin-setting.php:191 includes/widgets/htmega_carousel.php:13
2973
- #: includes/widgets/htmega_carousel.php:43
2974
- msgid "Carousel"
2975
- msgstr ""
2976
-
2977
- #: includes/widgets/htmega_wc_element_pages.php:51
2978
- msgid "Cart Page"
2979
- msgstr ""
2980
-
2981
- #: includes/widgets/htmega_easy_digital_download.php:148
2982
- #: includes/widgets/htmega_news_ticker.php:198
2983
- #: includes/widgets/htmega_news_ticker.php:212
2984
- #: includes/widgets/htmega_post_grid.php:79
2985
- #: includes/widgets/htmega_post_grid.php:93
2986
- #: includes/widgets/htmega_post_grid_tab.php:86
2987
- #: includes/widgets/htmega_post_grid_tab.php:100
2988
- #: includes/widgets/htmega_post_slider.php:90
2989
- #: includes/widgets/htmega_post_slider.php:104
2990
- #: includes/widgets/htmega_wc_categories.php:34
2991
- #: includes/widgets/htmega_wc_categories.php:96
2992
- msgid "Categories"
2993
- msgstr ""
2994
-
2995
- #: includes/widgets/htmega_post_grid.php:189
2996
- #: includes/widgets/htmega_post_grid.php:658
2997
- #: includes/widgets/htmega_post_grid_tab.php:213
2998
- #: includes/widgets/htmega_post_grid_tab.php:610
2999
- #: includes/widgets/htmega_post_slider.php:245
3000
- #: includes/widgets/htmega_post_slider.php:1045
3001
- #: includes/widgets/htmega_single_post.php:120
3002
- #: includes/widgets/htmega_single_post.php:249
3003
- #: extensions/ht-builder/widgets/bl_post_archive.php:539
3004
- msgid "Category"
3005
- msgstr ""
3006
-
3007
- #: includes/widgets/htmega_wc_categories.php:165
3008
- msgid "Category Area"
3009
- msgstr ""
3010
-
3011
- #: includes/widgets/htmega_pricing_list_view.php:592
3012
- #: includes/widgets/htmega_table.php:267
3013
- msgid "Cell Content"
3014
- msgstr ""
3015
-
3016
- #: includes/widgets/htmega_table.php:280
3017
- msgid "Cell Icon"
3018
- msgstr ""
3019
-
3020
- #: includes/widgets/htmega_table.php:337
3021
- msgid "Cell Image"
3022
- msgstr ""
3023
-
3024
- #: includes/widgets/htmega_pricing_list_view.php:609
3025
- msgid "Cell Label"
3026
- msgstr ""
3027
-
3028
- #: includes/widgets/htmega_table.php:410
3029
- msgid "Cell Styles"
3030
- msgstr ""
3031
-
3032
- #: includes/widgets/htmega_404_content.php:245
3033
- #: includes/widgets/htmega_accordion.php:474
3034
- #: includes/widgets/htmega_accordion.php:665
3035
- #: includes/widgets/htmega_accordion.php:823
3036
- #: includes/widgets/htmega_accordion.php:1209
3037
- #: includes/widgets/htmega_accordion.php:1327
3038
- #: includes/widgets/htmega_add_banner.php:63
3039
- #: includes/widgets/htmega_add_banner.php:372
3040
- #: includes/widgets/htmega_blockquote.php:187
3041
- #: includes/widgets/htmega_buddy_press.php:250
3042
- #: includes/widgets/htmega_business_hours.php:395
3043
- #: includes/widgets/htmega_button.php:158
3044
- #: includes/widgets/htmega_call_to_action.php:334
3045
- #: includes/widgets/htmega_carousel.php:841
3046
- #: includes/widgets/htmega_contact_form_seven.php:124
3047
- #: includes/widgets/htmega_countdown.php:615
3048
- #: includes/widgets/htmega_countdown.php:647
3049
- #: includes/widgets/htmega_counter.php:292
3050
- #: includes/widgets/htmega_counter.php:325
3051
- #: includes/widgets/htmega_counter.php:431
3052
- #: includes/widgets/htmega_counter.php:557
3053
- #: includes/widgets/htmega_double_button.php:329
3054
- #: includes/widgets/htmega_dropcaps.php:88
3055
- #: includes/widgets/htmega_easy_digital_download.php:314
3056
- #: includes/widgets/htmega_image_comparison.php:186
3057
- #: includes/widgets/htmega_image_grid.php:287
3058
- #: includes/widgets/htmega_image_grid.php:384
3059
- #: includes/widgets/htmega_image_marker.php:706
3060
- #: includes/widgets/htmega_image_masonry.php:262
3061
- #: includes/widgets/htmega_image_masonry.php:359
3062
- #: includes/widgets/htmega_inline_menu.php:125
3063
- #: includes/widgets/htmega_instagram.php:1488
3064
- #: includes/widgets/htmega_lightbox.php:200
3065
- #: includes/widgets/htmega_lightbox.php:313
3066
- #: includes/widgets/htmega_mailchimp_for_wp.php:125
3067
- #: includes/widgets/htmega_modal.php:354 includes/widgets/htmega_modal.php:1009
3068
- #: includes/widgets/htmega_news_ticker.php:458
3069
- #: includes/widgets/htmega_notify.php:278
3070
- #: includes/widgets/htmega_notify.php:558
3071
- #: includes/widgets/htmega_notify.php:824
3072
- #: includes/widgets/htmega_offcanvas.php:279
3073
- #: includes/widgets/htmega_offcanvas.php:371
3074
- #: includes/widgets/htmega_panel_slider.php:567
3075
- #: includes/widgets/htmega_popover.php:269
3076
- #: includes/widgets/htmega_popover.php:665
3077
- #: includes/widgets/htmega_popover.php:769
3078
- #: includes/widgets/htmega_post_grid.php:297
3079
- #: includes/widgets/htmega_post_grid.php:521
3080
- #: includes/widgets/htmega_post_grid.php:634
3081
- #: includes/widgets/htmega_post_grid_tab.php:405
3082
- #: includes/widgets/htmega_post_grid_tab.php:499
3083
- #: includes/widgets/htmega_post_grid_tab.php:586
3084
- #: includes/widgets/htmega_post_grid_tab.php:809
3085
- #: includes/widgets/htmega_post_slider.php:840
3086
- #: includes/widgets/htmega_post_slider.php:934
3087
- #: includes/widgets/htmega_post_slider.php:1021
3088
- #: includes/widgets/htmega_post_slider.php:1237
3089
- #: includes/widgets/htmega_pricing_list_view.php:469
3090
- #: includes/widgets/htmega_pricing_list_view.php:1124
3091
- #: includes/widgets/htmega_search.php:160
3092
- #: includes/widgets/htmega_section_title.php:161
3093
- #: includes/widgets/htmega_section_title.php:419
3094
- #: includes/widgets/htmega_services.php:245
3095
- #: includes/widgets/htmega_services.php:429
3096
- #: includes/widgets/htmega_services.php:534
3097
- #: includes/widgets/htmega_services.php:723
3098
- #: includes/widgets/htmega_services.php:985
3099
- #: includes/widgets/htmega_single_post.php:225
3100
- #: includes/widgets/htmega_single_post.php:321
3101
- #: includes/widgets/htmega_single_post.php:428
3102
- #: includes/widgets/htmega_socialshere.php:369
3103
- #: includes/widgets/htmega_special_banner.php:47
3104
- #: includes/widgets/htmega_special_banner.php:269
3105
- #: includes/widgets/htmega_tab.php:517 includes/widgets/htmega_table.php:643
3106
- #: includes/widgets/htmega_table.php:762
3107
- #: includes/widgets/htmega_tablepress.php:217
3108
- #: includes/widgets/htmega_tablepress.php:374
3109
- #: includes/widgets/htmega_teammember.php:620
3110
- #: includes/widgets/htmega_teammember.php:749
3111
- #: includes/widgets/htmega_teammember.php:839
3112
- #: includes/widgets/htmega_teammember.php:930
3113
- #: includes/widgets/htmega_teammember.php:997
3114
- #: includes/widgets/htmega_testimonial_grid.php:557
3115
- #: includes/widgets/htmega_toggle.php:200
3116
- #: includes/widgets/htmega_tooltip.php:245
3117
- #: includes/widgets/htmega_user_login_form.php:144
3118
- #: includes/widgets/htmega_user_login_form.php:350
3119
- #: includes/widgets/htmega_user_login_form.php:406
3120
- #: includes/widgets/htmega_user_login_form.php:550
3121
- #: includes/widgets/htmega_video_player.php:300
3122
- #: includes/widgets/htmega_wc_categories.php:353
3123
- #: extensions/ht-builder/widgets/bl_nav_menu.php:119
3124
- #: extensions/ht-builder/widgets/bl_nav_menu.php:499
3125
- #: extensions/ht-builder/widgets/bl_page_title.php:141
3126
- #: extensions/ht-builder/widgets/bl_post_archive.php:306
3127
- #: extensions/ht-builder/widgets/bl_post_archive.php:387
3128
- #: extensions/ht-builder/widgets/bl_post_archive.php:494
3129
- #: extensions/ht-builder/widgets/bl_post_archive.php:600
3130
- #: extensions/ht-builder/widgets/bl_post_archive.php:680
3131
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:143
3132
- #: extensions/ht-builder/widgets/bl_post_content.php:76
3133
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:76
3134
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:75
3135
- #: extensions/ht-builder/widgets/bl_post_title.php:109
3136
- #: extensions/ht-builder/widgets/bl_site_logo.php:163
3137
- #: extensions/ht-builder/widgets/bl_site_title.php:143
3138
- #: extensions/ht-menu/widgets/inline-mega-menu.php:170
3139
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:171
3140
- msgid "Center"
3141
- msgstr ""
3142
-
3143
- #: includes/widgets/htmega_googlemap.php:100
3144
- msgid "Center Address"
3145
- msgstr ""
3146
-
3147
- #: includes/widgets/htmega_blockquote.php:158
3148
- msgid "Center Bottom"
3149
- msgstr ""
3150
-
3151
- #: includes/widgets/htmega_blockquote.php:157
3152
- msgid "Center Center"
3153
- msgstr ""
3154
-
3155
- #: includes/widgets/htmega_carousel.php:225
3156
- #: includes/widgets/htmega_instagram.php:420
3157
- #: includes/widgets/htmega_panel_slider.php:285
3158
- #: includes/widgets/htmega_post_slider.php:405
3159
- #: includes/widgets/htmega_slider_thumb_gallery.php:222
3160
- #: includes/widgets/htmega_twitter_feed.php:347
3161
- msgid "Center Mode"
3162
- msgstr ""
3163
-
3164
- #: includes/widgets/htmega_carousel.php:238
3165
- #: includes/widgets/htmega_instagram.php:433
3166
- #: includes/widgets/htmega_panel_slider.php:298
3167
- #: includes/widgets/htmega_post_slider.php:418
3168
- #: includes/widgets/htmega_slider_thumb_gallery.php:233
3169
- #: includes/widgets/htmega_twitter_feed.php:360
3170
- msgid "Center padding"
3171
- msgstr ""
3172
-
3173
- #: includes/widgets/htmega_blockquote.php:156
3174
- msgid "Center Top"
3175
- msgstr ""
3176
-
3177
- #: includes/widgets/htmega_user_login_form.php:1005
3178
- msgid "Checkbox Icon Color"
3179
- msgstr ""
3180
-
3181
- #: includes/widgets/htmega_wc_element_pages.php:334
3182
- msgid "Checkout Button"
3183
- msgstr ""
3184
-
3185
- #: includes/widgets/htmega_wc_element_pages.php:53
3186
- msgid "Checkout Page"
3187
- msgstr ""
3188
-
3189
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:509
3190
- msgid "Choose"
3191
- msgstr ""
3192
-
3193
- #: includes/widgets/htmega_countdown.php:703
3194
- msgid "Choose Area Seperator Image"
3195
- msgstr ""
3196
-
3197
- #: admin/include/class.settings-api.php:398
3198
- msgid "Choose File"
3199
- msgstr ""
3200
-
3201
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:304
3202
- msgid "Choose Icon"
3203
- msgstr ""
3204
-
3205
- #: includes/widgets/htmega_scroll_image.php:42
3206
- msgid "Choose Image"
3207
- msgstr ""
3208
-
3209
- #: includes/widgets/htmega_wc_element_pages.php:63
3210
- msgid "Choose Product"
3211
- msgstr ""
3212
-
3213
- #: includes/widgets/htmega_progressbar.php:55
3214
- msgid "Circle"
3215
- msgstr ""
3216
-
3217
- #: admin/include/templates/library/templates.php:149
3218
- msgid "Click here"
3219
- msgstr ""
3220
-
3221
- #: includes/widgets/htmega_button.php:58
3222
- msgid "Click Me"
3223
- msgstr ""
3224
-
3225
- #: includes/widgets/htmega_testimonial_grid.php:184
3226
- msgid "Client Rating"
3227
- msgstr ""
3228
-
3229
- #: includes/widgets/htmega_testimonial_grid.php:212
3230
- msgid "Client Say"
3231
- msgstr ""
3232
-
3233
- #: includes/widgets/htmega_testimonial_grid.php:541
3234
- msgid "Client say"
3235
- msgstr ""
3236
-
3237
- #: includes/widgets/htmega_animated_heading.php:74
3238
- msgid "Clip"
3239
- msgstr ""
3240
-
3241
- #: includes/widgets/htmega_animated_heading.php:454
3242
- msgid "Clip Color"
3243
- msgstr ""
3244
-
3245
- #: includes/widgets/htmega_animated_heading.php:470
3246
- msgid "Clip Width"
3247
- msgstr ""
3248
-
3249
- #: includes/widgets/htmega_business_hours.php:169
3250
- #: includes/widgets/htmega_modal.php:833
3251
- #: includes/widgets/htmega_post_grid_tab.php:983
3252
- #: includes/widgets/htmega_toggle.php:63 includes/widgets/htmega_toggle.php:64
3253
- msgid "Close"
3254
- msgstr ""
3255
-
3256
- #: includes/widgets/htmega_search.php:121
3257
- msgid "close"
3258
- msgstr ""
3259
-
3260
- #: includes/widgets/htmega_accordion.php:306
3261
- msgid "Close All Item"
3262
- msgstr ""
3263
-
3264
- #: includes/widgets/htmega_notify.php:610
3265
- msgid "Close Button"
3266
- msgstr ""
3267
-
3268
- #: includes/widgets/htmega_search.php:845
3269
- msgid "Close Button Style"
3270
- msgstr ""
3271
-
3272
- #: includes/widgets/htmega_search.php:119
3273
- msgid "Close Button Text"
3274
- msgstr ""
3275
-
3276
- #: includes/widgets/htmega_pricing_list_view.php:1084
3277
- #: includes/widgets/htmega_pricing_list_view.php:1090
3278
- #: includes/widgets/htmega_pricing_list_view.php:1096
3279
- #: includes/widgets/htmega_pricing_list_view.php:1103
3280
- #: includes/widgets/htmega_table.php:455 includes/widgets/htmega_table.php:461
3281
- #: includes/widgets/htmega_table.php:467 includes/widgets/htmega_table.php:474
3282
- msgid "col"
3283
- msgstr ""
3284
-
3285
- #: includes/widgets/htmega_pricing_list_view.php:207
3286
- msgid "Col Span"
3287
- msgstr ""
3288
-
3289
- #: includes/widgets/htmega_notify.php:239
3290
- msgid "col-md-1"
3291
- msgstr ""
3292
-
3293
- #: includes/widgets/htmega_notify.php:230
3294
- msgid "col-md-10"
3295
- msgstr ""
3296
-
3297
- #: includes/widgets/htmega_notify.php:229
3298
- msgid "col-md-11"
3299
- msgstr ""
3300
-
3301
- #: includes/widgets/htmega_notify.php:228
3302
- msgid "col-md-12"
3303
- msgstr ""
3304
-
3305
- #: includes/widgets/htmega_notify.php:238
3306
- msgid "col-md-2"
3307
- msgstr ""
3308
-
3309
- #: includes/widgets/htmega_notify.php:237
3310
- msgid "col-md-3"
3311
- msgstr ""
3312
-
3313
- #: includes/widgets/htmega_notify.php:236
3314
- msgid "col-md-4"
3315
- msgstr ""
3316
-
3317
- #: includes/widgets/htmega_notify.php:235
3318
- msgid "col-md-5"
3319
- msgstr ""
3320
-
3321
- #: includes/widgets/htmega_notify.php:234
3322
- msgid "col-md-6"
3323
- msgstr ""
3324
-
3325
- #: includes/widgets/htmega_notify.php:233
3326
- msgid "col-md-7"
3327
- msgstr ""
3328
-
3329
- #: includes/widgets/htmega_notify.php:232
3330
- msgid "col-md-8"
3331
- msgstr ""
3332
-
3333
- #: includes/widgets/htmega_notify.php:231
3334
- msgid "col-md-9"
3335
- msgstr ""
3336
-
3337
- #: includes/widgets/htmega_404_content.php:307
3338
- #: includes/widgets/htmega_404_content.php:386
3339
- #: includes/widgets/htmega_404_content.php:465
3340
- #: includes/widgets/htmega_404_content.php:550
3341
- #: includes/widgets/htmega_404_content.php:636
3342
- #: includes/widgets/htmega_404_content.php:701
3343
- #: includes/widgets/htmega_404_content.php:787
3344
- #: includes/widgets/htmega_accordion.php:545
3345
- #: includes/widgets/htmega_accordion.php:586
3346
- #: includes/widgets/htmega_accordion.php:682
3347
- #: includes/widgets/htmega_accordion.php:900
3348
- #: includes/widgets/htmega_accordion.php:1027
3349
- #: includes/widgets/htmega_accordion.php:1138
3350
- #: includes/widgets/htmega_accordion.php:1239
3351
- #: includes/widgets/htmega_add_banner.php:441
3352
- #: includes/widgets/htmega_add_banner.php:500
3353
- #: includes/widgets/htmega_add_banner.php:559
3354
- #: includes/widgets/htmega_add_banner.php:626
3355
- #: includes/widgets/htmega_add_banner.php:714
3356
- #: includes/widgets/htmega_animated_heading.php:161
3357
- #: includes/widgets/htmega_animated_heading.php:244
3358
- #: includes/widgets/htmega_animated_heading.php:292
3359
- #: includes/widgets/htmega_animated_heading.php:379
3360
- #: includes/widgets/htmega_blockquote.php:277
3361
- #: includes/widgets/htmega_blockquote.php:334
3362
- #: includes/widgets/htmega_blockquote.php:506
3363
- #: includes/widgets/htmega_booked_calender.php:263
3364
- #: includes/widgets/htmega_booked_calender.php:312
3365
- #: includes/widgets/htmega_booked_calender.php:355
3366
- #: includes/widgets/htmega_booked_calender.php:470
3367
- #: includes/widgets/htmega_booked_calender.php:503
3368
- #: includes/widgets/htmega_buddy_press.php:293
3369
- #: includes/widgets/htmega_buddy_press.php:335
3370
- #: includes/widgets/htmega_buddy_press.php:362
3371
- #: includes/widgets/htmega_business_hours.php:418
3372
- #: includes/widgets/htmega_business_hours.php:513
3373
- #: includes/widgets/htmega_business_hours.php:552
3374
- #: includes/widgets/htmega_caldera_forms.php:62
3375
- #: includes/widgets/htmega_call_to_action.php:511
3376
- #: includes/widgets/htmega_call_to_action.php:570
3377
- #: includes/widgets/htmega_call_to_action.php:629
3378
- #: includes/widgets/htmega_call_to_action.php:823
3379
- #: includes/widgets/htmega_call_to_action.php:1029
3380
- #: includes/widgets/htmega_carousel.php:557
3381
- #: includes/widgets/htmega_carousel.php:759
3382
- #: includes/widgets/htmega_countdown.php:687
3383
- #: includes/widgets/htmega_countdown.php:749
3384
- #: includes/widgets/htmega_countdown.php:922
3385
- #: includes/widgets/htmega_countdown.php:1044
3386
- #: includes/widgets/htmega_countdown.php:1129
3387
- #: includes/widgets/htmega_counter.php:456
3388
- #: includes/widgets/htmega_counter.php:582
3389
- #: includes/widgets/htmega_counter.php:821
3390
- #: includes/widgets/htmega_counter.php:938
3391
- #: includes/widgets/htmega_counter.php:1026
3392
- #: includes/widgets/htmega_cuctom_event.php:143
3393
- #: includes/widgets/htmega_cuctom_event.php:198
3394
- #: includes/widgets/htmega_cuctom_event.php:228
3395
- #: includes/widgets/htmega_cuctom_event.php:285
3396
- #: includes/widgets/htmega_cuctom_event.php:330
3397
- #: includes/widgets/htmega_cuctom_event.php:398
3398
- #: includes/widgets/htmega_cuctom_event.php:448
3399
- #: includes/widgets/htmega_double_button.php:466
3400
- #: includes/widgets/htmega_double_button.php:562
3401
- #: includes/widgets/htmega_double_button.php:639
3402
- #: includes/widgets/htmega_double_button.php:734
3403
- #: includes/widgets/htmega_double_button.php:822
3404
- #: includes/widgets/htmega_download_monitor.php:154
3405
- #: includes/widgets/htmega_download_monitor.php:227
3406
- #: includes/widgets/htmega_dropcaps.php:109
3407
- #: includes/widgets/htmega_dropcaps.php:205
3408
- #: includes/widgets/htmega_easy_digital_download.php:351
3409
- #: includes/widgets/htmega_easy_digital_download.php:423
3410
- #: includes/widgets/htmega_easy_digital_download.php:531
3411
- #: includes/widgets/htmega_easy_digital_download.php:600
3412
- #: includes/widgets/htmega_gravity_forms.php:119
3413
- #: includes/widgets/htmega_gravity_forms.php:152
3414
- #: includes/widgets/htmega_gravity_forms.php:193
3415
- #: includes/widgets/htmega_gravity_forms.php:281
3416
- #: includes/widgets/htmega_gravity_forms.php:411
3417
- #: includes/widgets/htmega_gravity_forms.php:498
3418
- #: includes/widgets/htmega_image_comparison.php:239
3419
- #: includes/widgets/htmega_image_comparison.php:320
3420
- #: includes/widgets/htmega_image_comparison.php:419
3421
- #: includes/widgets/htmega_image_grid.php:310
3422
- #: includes/widgets/htmega_image_grid.php:407
3423
- #: includes/widgets/htmega_image_grid.php:459
3424
- #: includes/widgets/htmega_image_grid.php:541
3425
- #: includes/widgets/htmega_image_marker.php:615
3426
- #: includes/widgets/htmega_image_marker.php:630
3427
- #: includes/widgets/htmega_image_marker.php:847
3428
- #: includes/widgets/htmega_image_marker.php:921
3429
- #: includes/widgets/htmega_image_marker.php:969
3430
- #: includes/widgets/htmega_image_masonry.php:285
3431
- #: includes/widgets/htmega_image_masonry.php:382
3432
- #: includes/widgets/htmega_image_masonry.php:455
3433
- #: includes/widgets/htmega_image_masonry.php:536
3434
- #: includes/widgets/htmega_inline_menu.php:152
3435
- #: includes/widgets/htmega_inline_menu.php:251
3436
- #: includes/widgets/htmega_inline_menu.php:414
3437
- #: includes/widgets/htmega_instagram.php:800
3438
- #: includes/widgets/htmega_instagram.php:874
3439
- #: includes/widgets/htmega_instagram.php:934
3440
- #: includes/widgets/htmega_instagram.php:1080
3441
- #: includes/widgets/htmega_instagram.php:1301
3442
- #: includes/widgets/htmega_instagram.php:1397
3443
- #: includes/widgets/htmega_lightbox.php:339
3444
- #: includes/widgets/htmega_modal.php:217 includes/widgets/htmega_modal.php:441
3445
- #: includes/widgets/htmega_modal.php:582 includes/widgets/htmega_modal.php:680
3446
- #: includes/widgets/htmega_modal.php:754 includes/widgets/htmega_modal.php:840
3447
- #: includes/widgets/htmega_modal.php:924
3448
- #: includes/widgets/htmega_news_ticker.php:420
3449
- #: includes/widgets/htmega_news_ticker.php:494
3450
- #: includes/widgets/htmega_news_ticker.php:628
3451
- #: includes/widgets/htmega_news_ticker.php:737
3452
- #: includes/widgets/htmega_news_ticker.php:861
3453
- #: includes/widgets/htmega_news_ticker.php:911
3454
- #: includes/widgets/htmega_ninja_forms.php:112
3455
- #: includes/widgets/htmega_ninja_forms.php:191
3456
- #: includes/widgets/htmega_ninja_forms.php:281
3457
- #: includes/widgets/htmega_ninja_forms.php:370
3458
- #: includes/widgets/htmega_ninja_forms.php:480
3459
- #: includes/widgets/htmega_ninja_forms.php:609
3460
- #: includes/widgets/htmega_ninja_forms.php:696
3461
- #: includes/widgets/htmega_notify.php:320
3462
- #: includes/widgets/htmega_notify.php:416
3463
- #: includes/widgets/htmega_notify.php:471
3464
- #: includes/widgets/htmega_notify.php:616
3465
- #: includes/widgets/htmega_offcanvas.php:413
3466
- #: includes/widgets/htmega_offcanvas.php:485
3467
- #: includes/widgets/htmega_panel_slider.php:636
3468
- #: includes/widgets/htmega_panel_slider.php:692
3469
- #: includes/widgets/htmega_panel_slider.php:762
3470
- #: includes/widgets/htmega_panel_slider.php:975
3471
- #: includes/widgets/htmega_popover.php:337
3472
- #: includes/widgets/htmega_popover.php:459
3473
- #: includes/widgets/htmega_popover.php:602
3474
- #: includes/widgets/htmega_popover.php:706
3475
- #: includes/widgets/htmega_post_grid.php:453
3476
- #: includes/widgets/htmega_post_grid.php:581
3477
- #: includes/widgets/htmega_post_grid.php:668
3478
- #: includes/widgets/htmega_post_grid_tab.php:436
3479
- #: includes/widgets/htmega_post_grid_tab.php:533
3480
- #: includes/widgets/htmega_post_grid_tab.php:630
3481
- #: includes/widgets/htmega_post_grid_tab.php:694
3482
- #: includes/widgets/htmega_post_grid_tab.php:734
3483
- #: includes/widgets/htmega_post_grid_tab.php:850
3484
- #: includes/widgets/htmega_post_grid_tab.php:934
3485
- #: includes/widgets/htmega_post_grid_tab.php:1000
3486
- #: includes/widgets/htmega_post_grid_tab.php:1058
3487
- #: includes/widgets/htmega_post_slider.php:871
3488
- #: includes/widgets/htmega_post_slider.php:968
3489
- #: includes/widgets/htmega_post_slider.php:1065
3490
- #: includes/widgets/htmega_post_slider.php:1128
3491
- #: includes/widgets/htmega_post_slider.php:1164
3492
- #: includes/widgets/htmega_post_slider.php:1278
3493
- #: includes/widgets/htmega_post_slider.php:1361
3494
- #: includes/widgets/htmega_post_slider.php:1542
3495
- #: includes/widgets/htmega_post_slider.php:1690
3496
- #: includes/widgets/htmega_pricing_list_view.php:1789
3497
- #: includes/widgets/htmega_progressbar.php:729
3498
- #: includes/widgets/htmega_qu_forms.php:90
3499
- #: includes/widgets/htmega_qu_forms.php:178
3500
- #: includes/widgets/htmega_qu_forms.php:267
3501
- #: includes/widgets/htmega_qu_forms.php:377
3502
- #: includes/widgets/htmega_qu_forms.php:506
3503
- #: includes/widgets/htmega_qu_forms.php:593
3504
- #: includes/widgets/htmega_scroll_image.php:321
3505
- #: includes/widgets/htmega_scroll_navigation.php:232
3506
- #: includes/widgets/htmega_search.php:442
3507
- #: includes/widgets/htmega_search.php:611
3508
- #: includes/widgets/htmega_search.php:690
3509
- #: includes/widgets/htmega_search.php:856
3510
- #: includes/widgets/htmega_search.php:953
3511
- #: includes/widgets/htmega_section_title.php:517
3512
- #: includes/widgets/htmega_section_title.php:546
3513
- #: includes/widgets/htmega_section_title.php:779
3514
- #: includes/widgets/htmega_section_title.php:942
3515
- #: includes/widgets/htmega_services.php:364
3516
- #: includes/widgets/htmega_services.php:480
3517
- #: includes/widgets/htmega_services.php:645
3518
- #: includes/widgets/htmega_services.php:754
3519
- #: includes/widgets/htmega_services.php:1029
3520
- #: includes/widgets/htmega_services.php:1115
3521
- #: includes/widgets/htmega_single_post.php:163
3522
- #: includes/widgets/htmega_single_post.php:259
3523
- #: includes/widgets/htmega_single_post.php:361
3524
- #: includes/widgets/htmega_slider_thumb_gallery.php:685
3525
- #: includes/widgets/htmega_slider_thumb_gallery.php:738
3526
- #: includes/widgets/htmega_slider_thumb_gallery.php:823
3527
- #: includes/widgets/htmega_slider_thumb_gallery.php:996
3528
- #: includes/widgets/htmega_socialshere.php:177
3529
- #: includes/widgets/htmega_socialshere.php:219
3530
- #: includes/widgets/htmega_special_banner.php:346
3531
- #: includes/widgets/htmega_special_banner.php:405
3532
- #: includes/widgets/htmega_special_banner.php:464
3533
- #: includes/widgets/htmega_special_banner.php:523
3534
- #: includes/widgets/htmega_special_banner.php:582
3535
- #: includes/widgets/htmega_special_banner.php:649
3536
- #: includes/widgets/htmega_special_banner.php:737
3537
- #: includes/widgets/htmega_switcher.php:474
3538
- #: includes/widgets/htmega_switcher.php:553 includes/widgets/htmega_tab.php:537
3539
- #: includes/widgets/htmega_tab.php:623 includes/widgets/htmega_tab.php:861
3540
- #: includes/widgets/htmega_table.php:321
3541
- #: includes/widgets/htmega_tablepress.php:175
3542
- #: includes/widgets/htmega_tablepress.php:410
3543
- #: includes/widgets/htmega_teammember.php:696
3544
- #: includes/widgets/htmega_teammember.php:786
3545
- #: includes/widgets/htmega_teammember.php:876
3546
- #: includes/widgets/htmega_testimonial_grid.php:427
3547
- #: includes/widgets/htmega_testimonial_grid.php:488
3548
- #: includes/widgets/htmega_testimonial_grid.php:580
3549
- #: includes/widgets/htmega_testimonial_grid.php:701
3550
- #: includes/widgets/htmega_toggle.php:129
3551
- #: includes/widgets/htmega_toggle.php:232
3552
- #: includes/widgets/htmega_toggle.php:349
3553
- #: includes/widgets/htmega_tooltip.php:313
3554
- #: includes/widgets/htmega_tooltip.php:436
3555
- #: includes/widgets/htmega_tooltip.php:491
3556
- #: includes/widgets/htmega_twitter_feed.php:627
3557
- #: includes/widgets/htmega_twitter_feed.php:708
3558
- #: includes/widgets/htmega_twitter_feed.php:844
3559
- #: includes/widgets/htmega_twitter_feed.php:877
3560
- #: includes/widgets/htmega_twitter_feed.php:907
3561
- #: includes/widgets/htmega_twitter_feed.php:977
3562
- #: includes/widgets/htmega_twitter_feed.php:1034
3563
- #: includes/widgets/htmega_twitter_feed.php:1075
3564
- #: includes/widgets/htmega_twitter_feed.php:1240
3565
- #: includes/widgets/htmega_user_login_form.php:1079
3566
- #: includes/widgets/htmega_user_login_form.php:1206
3567
- #: includes/widgets/htmega_user_login_form.php:1277
3568
- #: includes/widgets/htmega_user_login_form.php:1390
3569
- #: includes/widgets/htmega_user_login_form.php:1447
3570
- #: includes/widgets/htmega_vertical_timeline.php:132
3571
- #: includes/widgets/htmega_vertical_timeline.php:198
3572
- #: includes/widgets/htmega_vertical_timeline.php:281
3573
- #: includes/widgets/htmega_vertical_timeline.php:328
3574
- #: includes/widgets/htmega_video_player.php:343
3575
- #: includes/widgets/htmega_video_player.php:481
3576
- #: includes/widgets/htmega_wc_categories.php:308
3577
- #: includes/widgets/htmega_wc_categories.php:379
3578
- #: includes/widgets/htmega_wc_element_pages.php:504
3579
- #: includes/widgets/htmega_wc_element_pages.php:841
3580
- #: includes/widgets/htmega_wc_element_pages.php:1132
3581
- #: includes/widgets/htmega_wc_element_pages.php:1185
3582
- #: includes/widgets/htmega_wc_element_pages.php:1223
3583
- #: includes/widgets/htmega_working_process.php:628
3584
- #: includes/widgets/htmega_working_process.php:639
3585
- #: includes/widgets/htmega_working_process.php:720
3586
- #: includes/widgets/htmega_working_process.php:820
3587
- #: includes/widgets/htmega_working_process.php:941
3588
- #: includes/widgets/htmega_working_process.php:1070
3589
- #: includes/widgets/htmega_wpforms.php:104
3590
- #: includes/widgets/htmega_wpforms.php:183
3591
- #: includes/widgets/htmega_wpforms.php:271
3592
- #: includes/widgets/htmega_wpforms.php:360
3593
- #: includes/widgets/htmega_wpforms.php:470
3594
- #: includes/widgets/htmega_wpforms.php:599
3595
- #: includes/widgets/htmega_wpforms.php:686
3596
- #: extensions/ht-builder/widgets/bl_nav_menu.php:149
3597
- #: extensions/ht-builder/widgets/bl_nav_menu.php:234
3598
- #: extensions/ht-builder/widgets/bl_nav_menu.php:287
3599
- #: extensions/ht-builder/widgets/bl_nav_menu.php:382
3600
- #: extensions/ht-builder/widgets/bl_nav_menu.php:435
3601
- #: extensions/ht-builder/widgets/bl_page_title.php:66
3602
- #: extensions/ht-builder/widgets/bl_post_archive.php:347
3603
- #: extensions/ht-builder/widgets/bl_post_archive.php:414
3604
- #: extensions/ht-builder/widgets/bl_post_archive.php:453
3605
- #: extensions/ht-builder/widgets/bl_post_archive.php:560
3606
- #: extensions/ht-builder/widgets/bl_post_archive.php:627
3607
- #: extensions/ht-builder/widgets/bl_post_archive.php:652
3608
- #: extensions/ht-builder/widgets/bl_post_archive.php:721
3609
- #: extensions/ht-builder/widgets/bl_post_archive.php:796
3610
- #: extensions/ht-builder/widgets/bl_post_archive.php:856
3611
- #: extensions/ht-builder/widgets/bl_post_archive.php:920
3612
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:68
3613
- #: extensions/ht-builder/widgets/bl_post_author_info.php:225
3614
- #: extensions/ht-builder/widgets/bl_post_author_info.php:265
3615
- #: extensions/ht-builder/widgets/bl_post_comments.php:48
3616
- #: extensions/ht-builder/widgets/bl_post_comments.php:98
3617
- #: extensions/ht-builder/widgets/bl_post_comments.php:148
3618
- #: extensions/ht-builder/widgets/bl_post_content.php:48
3619
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:48
3620
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:355
3621
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:395
3622
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:425
3623
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:451
3624
- #: extensions/ht-builder/widgets/bl_post_search_form.php:110
3625
- #: extensions/ht-builder/widgets/bl_post_search_form.php:184
3626
- #: extensions/ht-builder/widgets/bl_post_search_form.php:258
3627
- #: extensions/ht-builder/widgets/bl_site_title.php:68
3628
- #: extensions/ht-menu/menu/templates.php:114
3629
- #: extensions/ht-menu/menu/templates.php:135
3630
- #: includes/widgets/weather/htmega_weather.php:255
3631
- msgid "Color"
3632
- msgstr ""
3633
-
3634
- #: includes/widgets/htmega_socialshere.php:680
3635
- #: includes/widgets/htmega_socialshere.php:712
3636
- msgid "color"
3637
- msgstr ""
3638
-
3639
- #: includes/widgets/htmega_pricing_list_view.php:638
3640
- #: includes/widgets/htmega_table.php:396
3641
- msgid "Colspan"
3642
- msgstr ""
3643
-
3644
- #: includes/widgets/htmega_image_grid.php:58
3645
- #: includes/widgets/htmega_image_masonry.php:66
3646
- #: includes/widgets/htmega_instagram.php:143
3647
- #: includes/widgets/htmega_pricing_list_view.php:542
3648
- #: includes/widgets/htmega_table.php:242
3649
- #: includes/widgets/htmega_user_login_form.php:379
3650
- #: includes/widgets/htmega_working_process.php:58
3651
- msgid "Column"
3652
- msgstr ""
3653
-
3654
- #: includes/widgets/htmega_testimonial_grid.php:56
3655
- msgid "Column "
3656
- msgstr ""
3657
-
3658
- #: includes/widgets/htmega_working_process.php:66
3659
- msgid "Column Five"
3660
- msgstr ""
3661
-
3662
- #: includes/widgets/htmega_working_process.php:65
3663
- msgid "Column Four"
3664
- msgstr ""
3665
-
3666
- #: includes/widgets/htmega_panel_slider.php:177
3667
- #: includes/widgets/htmega_testimonial_grid.php:145
3668
- msgid "Column Gap"
3669
- msgstr ""
3670
-
3671
- #: includes/widgets/htmega_countdown.php:336
3672
- msgid "Column Height"
3673
- msgstr ""
3674
-
3675
- #: includes/widgets/htmega_pricing_list_view.php:194
3676
- #: includes/widgets/htmega_table.php:143
3677
- msgid "Column Name"
3678
- msgstr ""
3679
-
3680
- #: includes/widgets/htmega_working_process.php:62
3681
- msgid "Column One"
3682
- msgstr ""
3683
-
3684
- #: includes/widgets/htmega_image_grid.php:75
3685
- #: includes/widgets/htmega_twitter_feed.php:257
3686
- msgid "Column Space"
3687
- msgstr ""
3688
-
3689
- #: includes/widgets/htmega_countdown.php:373
3690
- msgid "Column Spacing"
3691
- msgstr ""
3692
-
3693
- #: includes/widgets/htmega_table.php:152
3694
- msgid "Column styles"
3695
- msgstr ""
3696
-
3697
- #: includes/widgets/htmega_working_process.php:64
3698
- msgid "Column Three"
3699
- msgstr ""
3700
-
3701
- #: includes/widgets/htmega_working_process.php:63
3702
- msgid "Column Two"
3703
- msgstr ""
3704
-
3705
- #: includes/widgets/htmega_countdown.php:300
3706
- msgid "Column Width"
3707
- msgstr ""
3708
-
3709
- #: includes/widgets/htmega_panel_slider.php:199
3710
- msgid "Column width accroding to image"
3711
- msgstr ""
3712
-
3713
- #: includes/widgets/htmega_easy_digital_download.php:42
3714
- #: includes/widgets/htmega_wc_categories.php:41
3715
- #: extensions/ht-builder/widgets/bl_post_archive.php:56
3716
- msgid "Columns"
3717
- msgstr ""
3718
-
3719
- #: admin/include/admin-setting.php:1249 admin/include/admin-setting.php:1274
3720
- msgid "Coming soon Page Builder"
3721
- msgstr ""
3722
-
3723
- #: extensions/ht-builder/admin/setting.php:124
3724
- msgid "Coming Soon Page Template."
3725
- msgstr ""
3726
-
3727
- #: includes/widgets/htmega_news_ticker.php:255
3728
- #: includes/widgets/htmega_post_grid.php:152
3729
- #: includes/widgets/htmega_post_grid_tab.php:159
3730
- #: includes/widgets/htmega_post_slider.php:163
3731
- #: extensions/ht-builder/widgets/bl_post_archive.php:203
3732
- msgid "Comment count"
3733
- msgstr ""
3734
-
3735
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:68
3736
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:235
3737
- msgid "Comments"
3738
- msgstr ""
3739
-
3740
- #: extensions/ht-builder/widgets/bl_post_comments.php:192
3741
- msgid "Comments Are Closed"
3742
- msgstr ""
3743
-
3744
- #: includes/widgets/htmega_twitter_feed.php:82
3745
- msgid "Consumer Key"
3746
- msgstr ""
3747
-
3748
- #: includes/widgets/htmega_twitter_feed.php:92
3749
- msgid "Consumer Secret"
3750
- msgstr ""
3751
-
3752
- #: includes/widgets/htmega_404_content.php:177
3753
- #: includes/widgets/htmega_404_content.php:685
3754
- msgid "Contact Button"
3755
- msgstr ""
3756
-
3757
- #: includes/widgets/htmega_contact_form_seven.php:36
3758
- #: includes/widgets/htmega_contact_form_seven.php:60
3759
- msgid "Contact Form"
3760
- msgstr ""
3761
-
3762
- #: admin/include/admin-setting.php:959
3763
- #: includes/widgets/htmega_contact_form_seven.php:13
3764
- msgid "Contact form 7"
3765
- msgstr ""
3766
-
3767
- #: admin/include/admin-setting.php:1231
3768
- msgid "Contact Us"
3769
- msgstr ""
3770
-
3771
- #: includes/widgets/htmega_post_slider.php:682
3772
- msgid "Container background"
3773
- msgstr ""
3774
-
3775
- #: includes/widgets/htmega_post_slider.php:667
3776
- msgid "Container Border Radius"
3777
- msgstr ""
3778
-
3779
- #: includes/widgets/htmega_add_banner.php:356
3780
- #: includes/widgets/htmega_blockquote.php:54
3781
- #: includes/widgets/htmega_blockquote.php:67
3782
- #: includes/widgets/htmega_blockquote.php:269
3783
- #: includes/widgets/htmega_dropcaps.php:58
3784
- #: includes/widgets/htmega_image_marker.php:690
3785
- #: includes/widgets/htmega_modal.php:64 includes/widgets/htmega_modal.php:77
3786
- #: includes/widgets/htmega_modal.php:79
3787
- #: includes/widgets/htmega_news_ticker.php:413
3788
- #: includes/widgets/htmega_notify.php:465
3789
- #: includes/widgets/htmega_popover.php:691
3790
- #: includes/widgets/htmega_post_grid_tab.php:192
3791
- #: includes/widgets/htmega_post_grid_tab.php:523
3792
- #: includes/widgets/htmega_post_slider.php:199
3793
- #: includes/widgets/htmega_post_slider.php:958
3794
- #: includes/widgets/htmega_pricing_list_view.php:60
3795
- #: includes/widgets/htmega_pricing_list_view.php:187
3796
- #: includes/widgets/htmega_pricing_list_view.php:552
3797
- #: includes/widgets/htmega_scroll_navigation.php:65
3798
- #: includes/widgets/htmega_scroll_navigation.php:67
3799
- #: includes/widgets/htmega_scroll_navigation.php:77
3800
- #: includes/widgets/htmega_switcher.php:115
3801
- #: includes/widgets/htmega_switcher.php:128
3802
- #: includes/widgets/htmega_switcher.php:131
3803
- #: includes/widgets/htmega_switcher.php:207
3804
- #: includes/widgets/htmega_switcher.php:220
3805
- #: includes/widgets/htmega_switcher.php:223
3806
- #: includes/widgets/htmega_switcher.php:545 includes/widgets/htmega_tab.php:62
3807
- #: includes/widgets/htmega_tab.php:99 includes/widgets/htmega_tab.php:112
3808
- #: includes/widgets/htmega_tab.php:114 includes/widgets/htmega_tab.php:853
3809
- #: includes/widgets/htmega_toggle.php:93 includes/widgets/htmega_toggle.php:106
3810
- #: includes/widgets/htmega_tooltip.php:485
3811
- #: includes/widgets/htmega_twitter_feed.php:619
3812
- #: includes/widgets/htmega_vertical_timeline.php:62
3813
- #: includes/widgets/htmega_vertical_timeline.php:88
3814
- #: includes/widgets/htmega_vertical_timeline.php:180
3815
- #: includes/widgets/htmega_wc_element_pages.php:1212
3816
- #: extensions/ht-builder/widgets/bl_post_archive.php:645
3817
- #: extensions/ht-builder/widgets/bl_post_author_info.php:209
3818
- #: extensions/ht-menu/menu/templates.php:43
3819
- msgid "Content"
3820
- msgstr ""
3821
-
3822
- #: includes/widgets/htmega_countdown.php:639
3823
- #: includes/widgets/htmega_job_manager.php:147
3824
- msgid "Content Alignment"
3825
- msgstr ""
3826
-
3827
- #: includes/widgets/htmega_panel_slider.php:481
3828
- msgid "Content area"
3829
- msgstr ""
3830
-
3831
- #: includes/widgets/htmega_image_marker.php:743
3832
- msgid "Content area border radius"
3833
- msgstr ""
3834
-
3835
- #: includes/widgets/htmega_image_marker.php:754
3836
- msgid "Content area padding"
3837
- msgstr ""
3838
-
3839
- #: includes/widgets/htmega_single_post.php:474
3840
- #: includes/widgets/htmega_slider_thumb_gallery.php:757
3841
- msgid "Content Box"
3842
- msgstr ""
3843
-
3844
- #: includes/widgets/htmega_teammember.php:511
3845
- msgid "Content Box Background"
3846
- msgstr ""
3847
-
3848
- #: includes/widgets/htmega_teammember.php:534
3849
- msgid "Content Box Hover Background"
3850
- msgstr ""
3851
-
3852
- #: includes/widgets/htmega_image_grid.php:253
3853
- #: includes/widgets/htmega_teammember.php:598
3854
- msgid "Content Box Padding"
3855
- msgstr ""
3856
-
3857
- #: includes/widgets/htmega_post_grid_tab.php:335
3858
- #: includes/widgets/htmega_post_slider.php:709
3859
- #: includes/widgets/htmega_slider_thumb_gallery.php:670
3860
- #: includes/widgets/htmega_special_banner.php:253
3861
- msgid "Content Box Style"
3862
- msgstr ""
3863
-
3864
- #: includes/widgets/htmega_user_login_form.php:719
3865
- #: extensions/wc-sales-notification/admin/setting.php:204
3866
- msgid "Content Color"
3867
- msgstr ""
3868
-
3869
- #: admin/include/admin-setting.php:1261 admin/include/admin-setting.php:1286
3870
- msgid "Content color option"
3871
- msgstr ""
3872
-
3873
- #: includes/widgets/htmega_vertical_timeline.php:71
3874
- msgid "Content Date"
3875
- msgstr ""
3876
-
3877
- #: includes/widgets/htmega_image_marker.php:341
3878
- msgid "Content Indicator"
3879
- msgstr ""
3880
-
3881
- #: includes/widgets/htmega_post_grid_tab.php:201
3882
- #: includes/widgets/htmega_post_slider.php:209
3883
- #: includes/widgets/htmega_twitter_feed.php:133
3884
- #: extensions/ht-builder/widgets/bl_post_archive.php:157
3885
- msgid "Content Length"
3886
- msgstr ""
3887
-
3888
- #: includes/widgets/htmega_news_ticker.php:1087
3889
- msgid "Content Not Found"
3890
- msgstr ""
3891
-
3892
- #: includes/widgets/htmega_news_ticker.php:181
3893
- msgid "Content Option"
3894
- msgstr ""
3895
-
3896
- #: includes/widgets/htmega_post_grid.php:278
3897
- msgid "Content Padding"
3898
- msgstr ""
3899
-
3900
- #: includes/widgets/htmega_add_banner.php:58
3901
- #: includes/widgets/htmega_single_post.php:57
3902
- #: includes/widgets/htmega_special_banner.php:42
3903
- msgid "Content Position"
3904
- msgstr ""
3905
-
3906
- #: includes/widgets/htmega_post_grid_tab.php:76
3907
- #: includes/widgets/htmega_post_slider.php:80
3908
- #: includes/widgets/htmega_scroll_navigation.php:52
3909
- msgid "Content Source"
3910
- msgstr ""
3911
-
3912
- #: includes/widgets/htmega_news_ticker.php:188
3913
- #: includes/widgets/htmega_post_grid.php:69
3914
- msgid "Content Sourse"
3915
- msgstr ""
3916
-
3917
- #: includes/widgets/htmega_dropcaps.php:72
3918
- #: includes/widgets/htmega_teammember.php:68
3919
- #: includes/widgets/htmega_teammember.php:83
3920
- #: includes/widgets/htmega_toggle.php:122
3921
- msgid "Content Style"
3922
- msgstr ""
3923
-
3924
- #: includes/widgets/htmega_buddy_press.php:56
3925
- #: includes/widgets/htmega_pricing_list_view.php:562
3926
- msgid "Content Type"
3927
- msgstr ""
3928
-
3929
- #: includes/widgets/htmega_teammember.php:639
3930
- msgid "Corner Shape Color"
3931
- msgstr ""
3932
-
3933
- #: includes/widgets/htmega_easy_digital_download.php:193
3934
- #: includes/widgets/htmega_socialshere.php:347
3935
- #: includes/widgets/htmega_wc_categories.php:132
3936
- msgid "Count"
3937
- msgstr ""
3938
-
3939
- #: includes/widgets/htmega_countdown.php:404
3940
- msgid "Count Area"
3941
- msgstr ""
3942
-
3943
- #: includes/widgets/htmega_countdown.php:291
3944
- msgid "Count Layout"
3945
- msgstr ""
3946
-
3947
- #: admin/include/admin-setting.php:199 includes/widgets/htmega_countdown.php:13
3948
- #: includes/widgets/htmega_countdown.php:65
3949
- msgid "Countdown"
3950
- msgstr ""
3951
-
3952
- #: admin/include/admin-setting.php:207 includes/widgets/htmega_counter.php:13
3953
- #: includes/widgets/htmega_counter.php:42
3954
- msgid "Counter"
3955
- msgstr ""
3956
-
3957
- #: includes/widgets/htmega_countdown.php:673
3958
- msgid "Counter separator"
3959
- msgstr ""
3960
-
3961
- #: includes/widgets/htmega_counter.php:154
3962
- msgid "Counter Title"
3963
- msgstr ""
3964
-
3965
- #: includes/widgets/htmega_wc_element_pages.php:184
3966
- msgid "Coupon / Update Button"
3967
- msgstr ""
3968
-
3969
- #: admin/include/templates_list.php:16
3970
- msgid "Create a new page from this template"
3971
- msgstr ""
3972
-
3973
- #: extensions/wc-sales-notification/admin/setting.php:212
3974
- msgid "Cross Icon Color"
3975
- msgstr ""
3976
-
3977
- #: admin/include/admin-setting.php:1262 admin/include/admin-setting.php:1287
3978
- msgid "Cross icon color option"
3979
- msgstr ""
3980
-
3981
- #: includes/widgets/htmega_booked_calender.php:348
3982
- msgid "Current Date"
3983
- msgstr ""
3984
-
3985
- #: includes/widgets/htmega_accordion.php:331
3986
- msgid "Current Item No"
3987
- msgstr ""
3988
-
3989
- #: includes/widgets/htmega_accordion.php:80
3990
- #: includes/widgets/htmega_accordion.php:208
3991
- #: includes/widgets/htmega_blockquote.php:45
3992
- #: includes/widgets/htmega_image_marker.php:223
3993
- #: includes/widgets/htmega_image_marker.php:282
3994
- #: includes/widgets/htmega_image_marker.php:493
3995
- #: includes/widgets/htmega_image_marker.php:779
3996
- #: includes/widgets/htmega_modal.php:55
3997
- #: includes/widgets/htmega_scroll_image.php:247
3998
- #: includes/widgets/htmega_scroll_navigation.php:56
3999
- #: includes/widgets/htmega_scroll_navigation.php:136
4000
- #: includes/widgets/htmega_socialshere.php:458
4001
- #: includes/widgets/htmega_switcher.php:106
4002
- #: includes/widgets/htmega_switcher.php:198 includes/widgets/htmega_tab.php:90
4003
- #: includes/widgets/htmega_testimonial_grid.php:59
4004
- #: includes/widgets/htmega_toggle.php:83
4005
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:70
4006
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:88
4007
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:126
4008
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:249
4009
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:292
4010
- #: extensions/ht-builder/widgets/bl_site_logo.php:56
4011
- msgid "Custom"
4012
- msgstr ""
4013
-
4014
- #: includes/widgets/weather/htmega_weather.php:209
4015
- msgid "Custom Background Color"
4016
- msgstr ""
4017
-
4018
- #: includes/widgets/htmega_scroll_navigation.php:225
4019
- #: includes/widgets/htmega_toggle.php:108
4020
- msgid "Custom Content"
4021
- msgstr ""
4022
-
4023
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:99
4024
- msgid "Custom Date Format"
4025
- msgstr ""
4026
-
4027
- #: admin/include/admin-setting.php:215
4028
- #: includes/widgets/htmega_cuctom_event.php:13
4029
- msgid "Custom Event"
4030
- msgstr ""
4031
-
4032
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:195
4033
- msgid "Custom Format"
4034
- msgstr ""
4035
-
4036
- #: includes/widgets/weather/htmega_weather.php:175
4037
- msgid "Custom Geolocation"
4038
- msgstr ""
4039
-
4040
- #: includes/widgets/htmega_post_grid.php:315
4041
- #: includes/widgets/htmega_post_grid_tab.php:1160
4042
- msgid "Custom Gradient Color"
4043
- msgstr ""
4044
-
4045
- #: includes/widgets/htmega_scroll_navigation.php:144
4046
- msgid "Custom Height"
4047
- msgstr ""
4048
-
4049
- #: includes/widgets/htmega_countdown.php:190
4050
- msgid "Custom Label"
4051
- msgstr ""
4052
-
4053
- #: includes/widgets/htmega_user_login_form.php:185
4054
- msgid "Custom label"
4055
- msgstr ""
4056
-
4057
- #: includes/widgets/htmega_scroll_image.php:53
4058
- msgid "Custom Link"
4059
- msgstr ""
4060
-
4061
- #: includes/widgets/htmega_googlemap.php:170
4062
- msgid "Custom marker"
4063
- msgstr ""
4064
-
4065
- #: includes/widgets/htmega_news_ticker.php:236
4066
- #: includes/widgets/htmega_post_grid.php:117
4067
- #: includes/widgets/htmega_post_grid_tab.php:124
4068
- #: includes/widgets/htmega_post_slider.php:128
4069
- #: extensions/ht-builder/widgets/bl_post_archive.php:184
4070
- msgid "Custom order"
4071
- msgstr ""
4072
-
4073
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:137
4074
- msgid "Custom Time Format"
4075
- msgstr ""
4076
-
4077
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:273
4078
- msgid "Custom URL"
4079
- msgstr ""
4080
-
4081
- #: includes/widgets/htmega_panel_slider.php:197
4082
- msgid "Custom Width"
4083
- msgstr ""
4084
-
4085
- #: includes/widgets/htmega_notify.php:125
4086
- msgid "Danger"
4087
- msgstr ""
4088
-
4089
- #: admin/include/admin-setting.php:511 includes/widgets/htmega_table.php:13
4090
- msgid "Data Table"
4091
- msgstr ""
4092
-
4093
- #: includes/widgets/htmega_table.php:250
4094
- msgid "Data Type"
4095
- msgstr ""
4096
-
4097
- #: includes/recommended-plugins/recommended-plugins.php:121
4098
- msgid "DataCaptia"
4099
- msgstr ""
4100
-
4101
- #: includes/widgets/htmega_booked_calender.php:280
4102
- #: includes/widgets/htmega_cuctom_event.php:322
4103
- #: includes/widgets/htmega_job_manager.php:91
4104
- #: includes/widgets/htmega_news_ticker.php:135
4105
- #: includes/widgets/htmega_news_ticker.php:252
4106
- #: includes/widgets/htmega_news_ticker.php:900
4107
- #: includes/widgets/htmega_post_grid.php:149
4108
- #: includes/widgets/htmega_post_grid.php:199
4109
- #: includes/widgets/htmega_post_grid.php:571
4110
- #: includes/widgets/htmega_post_grid_tab.php:156
4111
- #: includes/widgets/htmega_post_slider.php:160
4112
- #: includes/widgets/htmega_post_slider.php:265
4113
- #: includes/widgets/htmega_single_post.php:140
4114
- #: includes/widgets/htmega_vertical_timeline.php:320
4115
- #: extensions/ht-builder/widgets/bl_post_archive.php:200
4116
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:66
4117
- msgid "Date"
4118
- msgstr ""
4119
-
4120
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:78
4121
- msgid "Date Format"
4122
- msgstr ""
4123
-
4124
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:84
4125
- msgctxt "Date Format"
4126
- msgid "March 6, 2018 (F j, Y)"
4127
- msgstr ""
4128
-
4129
- #: includes/widgets/htmega_news_ticker.php:144
4130
- msgid "Date Position In Left"
4131
- msgstr ""
4132
-
4133
- #: includes/widgets/htmega_booked_calender.php:55
4134
- #: includes/widgets/htmega_business_hours.php:83
4135
- #: includes/widgets/htmega_business_hours.php:505
4136
- #: includes/widgets/htmega_countdown.php:132
4137
- #: includes/widgets/htmega_instagram.php:113
4138
- msgid "Day"
4139
- msgstr ""
4140
-
4141
- #: includes/widgets/htmega_business_hours.php:112
4142
- msgid "Day Color"
4143
- msgstr ""
4144
-
4145
- #: includes/widgets/htmega_booked_calender.php:212
4146
- msgid "Day Name Background"
4147
- msgstr ""
4148
-
4149
- #: includes/widgets/htmega_booked_calender.php:224
4150
- msgid "Day Name Color"
4151
- msgstr ""
4152
-
4153
- #: includes/widgets/htmega_countdown.php:202
4154
- #: includes/widgets/htmega_countdown.php:204
4155
- msgid "Days"
4156
- msgstr ""
4157
-
4158
- #: includes/widgets/htmega_booked_calender.php:112
4159
- msgid "December"
4160
- msgstr ""
4161
-
4162
- #: includes/widgets/htmega_booked_calender.php:46
4163
- #: includes/widgets/htmega_booked_calender.php:158
4164
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:50
4165
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:291
4166
- #: extensions/ht-builder/widgets/bl_site_logo.php:52
4167
- msgid "Default"
4168
- msgstr ""
4169
-
4170
- #: includes/widgets/htmega_googlemap.php:60
4171
- msgid "Default Zoom"
4172
- msgstr ""
4173
-
4174
- #: includes/widgets/htmega_notify.php:214
4175
- msgid "Delay"
4176
- msgstr ""
4177
-
4178
- #: includes/widgets/htmega_instagram.php:99
4179
- msgid "Delete existing caching data"
4180
- msgstr ""
4181
-
4182
- #: includes/widgets/htmega_socialshere.php:67
4183
- msgid "Delicious"
4184
- msgstr ""
4185
-
4186
- #: includes/widgets/htmega_easy_digital_download.php:206
4187
- msgid "DESC"
4188
- msgstr ""
4189
-
4190
- #: includes/widgets/htmega_job_manager.php:76
4191
- #: includes/widgets/htmega_news_ticker.php:271
4192
- #: includes/widgets/htmega_post_grid.php:131
4193
- #: includes/widgets/htmega_post_grid_tab.php:138
4194
- #: includes/widgets/htmega_post_slider.php:142
4195
- #: includes/widgets/htmega_wc_categories.php:145
4196
- #: extensions/ht-builder/widgets/bl_post_archive.php:219
4197
- msgid "Descending"
4198
- msgstr ""
4199
-
4200
- #: includes/widgets/htmega_404_content.php:104
4201
- #: includes/widgets/htmega_404_content.php:455
4202
- #: includes/widgets/htmega_add_banner.php:110
4203
- #: includes/widgets/htmega_add_banner.php:548
4204
- #: includes/widgets/htmega_call_to_action.php:104
4205
- #: includes/widgets/htmega_call_to_action.php:618
4206
- #: includes/widgets/htmega_cuctom_event.php:217
4207
- #: includes/widgets/htmega_easy_digital_download.php:192
4208
- #: includes/widgets/htmega_easy_digital_download.php:412
4209
- #: includes/widgets/htmega_gravity_forms.php:141
4210
- #: includes/widgets/htmega_image_grid.php:114
4211
- #: includes/widgets/htmega_image_grid.php:368
4212
- #: includes/widgets/htmega_image_marker.php:914
4213
- #: includes/widgets/htmega_image_masonry.php:94
4214
- #: includes/widgets/htmega_image_masonry.php:343
4215
- #: includes/widgets/htmega_ninja_forms.php:180
4216
- #: includes/widgets/htmega_services.php:469
4217
- #: includes/widgets/htmega_special_banner.php:96
4218
- #: includes/widgets/htmega_special_banner.php:453
4219
- #: includes/widgets/htmega_wc_categories.php:131
4220
- #: includes/widgets/htmega_working_process.php:96
4221
- #: includes/widgets/htmega_working_process.php:712
4222
- #: includes/widgets/htmega_wpforms.php:78
4223
- #: includes/widgets/htmega_wpforms.php:172
4224
- msgid "Description"
4225
- msgstr ""
4226
-
4227
- #: includes/widgets/htmega_ninja_forms.php:87
4228
- msgid "Description Hide"
4229
- msgstr ""
4230
-
4231
- #: includes/widgets/htmega_call_to_action.php:113
4232
- msgid "Description Tag"
4233
- msgstr ""
4234
-
4235
- #: includes/widgets/htmega_pricing_list_view.php:447
4236
- #: includes/widgets/htmega_table.php:210
4237
- #: includes/widgets/htmega_teammember.php:163
4238
- #: includes/widgets/htmega_teammember.php:774
4239
- #: includes/widgets/htmega_testimonial_grid.php:175
4240
- #: includes/widgets/htmega_testimonial_grid.php:480
4241
- msgid "Designation"
4242
- msgstr ""
4243
-
4244
- #: includes/widgets/htmega_testimonial_grid.php:69
4245
- msgid "Desktop"
4246
- msgstr ""
4247
-
4248
- #: admin/include/templates/library/templates.php:30
4249
- #: admin/include/templates/library/templates.php:31
4250
- msgid "Desktop view"
4251
- msgstr ""
4252
-
4253
- #: includes/widgets/htmega_countdown.php:273
4254
- msgid "Details"
4255
- msgstr ""
4256
-
4257
- #: includes/widgets/htmega_pricing_list_view.php:1097
4258
- #: includes/widgets/htmega_table.php:468
4259
- #: includes/widgets/htmega_testimonial_grid.php:239
4260
- msgid "Developer"
4261
- msgstr ""
4262
-
4263
- #: includes/widgets/htmega_socialshere.php:64
4264
- msgid "Digg"
4265
- msgstr ""
4266
-
4267
- #: includes/widgets/htmega_news_ticker.php:122
4268
- #: includes/widgets/htmega_popover.php:188
4269
- #: includes/widgets/htmega_tooltip.php:176
4270
- msgid "Direction"
4271
- msgstr ""
4272
-
4273
- #: includes/widgets/htmega_section_title.php:612
4274
- #: includes/widgets/htmega_section_title.php:843
4275
- msgid "Display"
4276
- msgstr ""
4277
-
4278
- #: includes/widgets/htmega_user_login_form.php:371
4279
- msgid "Display as"
4280
- msgstr ""
4281
-
4282
- #: includes/helper-function.php:162
4283
- msgid "div"
4284
- msgstr ""
4285
-
4286
- #: includes/helper-function.php:52
4287
- #: extensions/ht-menu/menu/helper_function.php:17
4288
- msgid "Do not Saved Templates."
4289
- msgstr ""
4290
-
4291
- #: extensions/wc-sales-notification/admin/setting.php:153
4292
- msgid ""
4293
- "Do not show purchases older than.( More Options are Pro features ) <span>( "
4294
- "Pro )</span>"
4295
- msgstr ""
4296
-
4297
- #: includes/recommended-plugins/recommended-plugins.php:116
4298
- msgid "Docus"
4299
- msgstr ""
4300
-
4301
- #: includes/widgets/htmega_user_login_form.php:96
4302
- #: includes/widgets/htmega_user_login_form.php:98
4303
- msgid "Don’t Have account? You can create an account by using this form."
4304
- msgstr ""
4305
-
4306
- #: includes/widgets/htmega_post_slider.php:373
4307
- msgid "Dot Style"
4308
- msgstr ""
4309
-
4310
- #: admin/include/admin-setting.php:223
4311
- #: includes/widgets/htmega_double_button.php:13
4312
- #: includes/widgets/htmega_double_button.php:35
4313
- msgid "Double Button"
4314
- msgstr ""
4315
-
4316
- #: includes/widgets/htmega_news_ticker.php:127
4317
- msgid "Down"
4318
- msgstr ""
4319
-
4320
- #: includes/widgets/htmega_download_monitor.php:46
4321
- msgid "Download File"
4322
- msgstr ""
4323
-
4324
- #: admin/include/admin-setting.php:969
4325
- #: includes/widgets/htmega_download_monitor.php:13
4326
- msgid "Download Monitor"
4327
- msgstr ""
4328
-
4329
- #: includes/widgets/htmega_download_monitor.php:320
4330
- msgid "Downloaded"
4331
- msgstr ""
4332
-
4333
- #: admin/include/admin-setting.php:1169
4334
- msgid "Drag n Drop, No coding Required"
4335
- msgstr ""
4336
-
4337
- #: includes/widgets/htmega_dropcaps.php:188
4338
- msgid "Dropcap Letter"
4339
- msgstr ""
4340
-
4341
- #: admin/include/admin-setting.php:231 includes/widgets/htmega_dropcaps.php:13
4342
- #: includes/widgets/htmega_dropcaps.php:35
4343
- msgid "Dropcaps"
4344
- msgstr ""
4345
-
4346
- #: extensions/ht-menu/widgets/inline-mega-menu.php:47
4347
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:48
4348
- msgid "Dropdown Icon"
4349
- msgstr ""
4350
-
4351
- #: includes/widgets/htmega_countdown.php:109
4352
- msgid "Due Date"
4353
- msgstr ""
4354
-
4355
- #: admin/include/admin-setting.php:979
4356
- #: includes/widgets/htmega_easy_digital_download.php:13
4357
- #: includes/widgets/htmega_easy_digital_download.php:35
4358
- msgid "Easy Digital Downloads"
4359
- msgstr ""
4360
-
4361
- #: admin/include/template-library.php:198
4362
- msgid "Edit Page"
4363
- msgstr ""
4364
-
4365
- #: admin/include/template-library.php:198
4366
- msgid "Edit Template"
4367
- msgstr ""
4368
-
4369
- #: includes/widgets/htmega_button.php:416
4370
- msgid "Effect 1"
4371
- msgstr ""
4372
-
4373
- #: includes/widgets/htmega_button.php:425
4374
- msgid "Effect 10"
4375
- msgstr ""
4376
-
4377
- #: includes/widgets/htmega_button.php:426
4378
- msgid "Effect 11"
4379
- msgstr ""
4380
-
4381
- #: includes/widgets/htmega_button.php:427
4382
- msgid "Effect 12"
4383
- msgstr ""
4384
-
4385
- #: includes/widgets/htmega_button.php:428
4386
- msgid "Effect 13"
4387
- msgstr ""
4388
-
4389
- #: includes/widgets/htmega_button.php:429
4390
- msgid "Effect 14"
4391
- msgstr ""
4392
-
4393
- #: includes/widgets/htmega_button.php:417
4394
- msgid "Effect 2"
4395
- msgstr ""
4396
-
4397
- #: includes/widgets/htmega_button.php:418
4398
- msgid "Effect 3"
4399
- msgstr ""
4400
-
4401
- #: includes/widgets/htmega_button.php:419
4402
- msgid "Effect 4"
4403
- msgstr ""
4404
-
4405
- #: includes/widgets/htmega_button.php:420
4406
- msgid "Effect 5"
4407
- msgstr ""
4408
-
4409
- #: includes/widgets/htmega_button.php:421
4410
- msgid "Effect 6"
4411
- msgstr ""
4412
-
4413
- #: includes/widgets/htmega_button.php:422
4414
- msgid "Effect 7"
4415
- msgstr ""
4416
-
4417
- #: includes/widgets/htmega_button.php:423
4418
- msgid "Effect 8"
4419
- msgstr ""
4420
-
4421
- #: includes/widgets/htmega_button.php:424
4422
- msgid "Effect 9"
4423
- msgstr ""
4424
-
4425
- #: includes/widgets/htmega_button.php:456
4426
- msgid "Effect After Color"
4427
- msgstr ""
4428
-
4429
- #: includes/widgets/htmega_button.php:437
4430
- #: includes/widgets/htmega_button.php:447
4431
- #: includes/widgets/htmega_button.php:465
4432
- msgid "Effect Before Color"
4433
- msgstr ""
4434
-
4435
- #: includes/widgets/htmega_wc_element_pages.php:41
4436
- msgid "Element"
4437
- msgstr ""
4438
-
4439
- #: includes/widgets/htmega_notify.php:88
4440
- msgid "Element Container"
4441
- msgstr ""
4442
-
4443
- #: includes/widgets/htmega_wc_element_pages.php:604
4444
- #: includes/widgets/htmega_wc_element_pages.php:917
4445
- msgid "Element Space"
4446
- msgstr ""
4447
-
4448
- #: includes/class.htmega.php:160 admin/include/templates_list.php:42
4449
- msgid "Elementor"
4450
- msgstr ""
4451
-
4452
- #: includes/class.htmega.php:138
4453
- msgid "Elementor Activate Now"
4454
- msgstr ""
4455
-
4456
- #: includes/class.htmega.php:146
4457
- msgid "Elementor Install Now"
4458
- msgstr ""
4459
-
4460
- #: includes/widgets/htmega_accordion.php:81
4461
- #: includes/widgets/htmega_accordion.php:209
4462
- #: includes/widgets/htmega_blockquote.php:46
4463
- #: includes/widgets/htmega_modal.php:56
4464
- #: includes/widgets/htmega_offcanvas.php:54
4465
- #: includes/widgets/htmega_scroll_navigation.php:57
4466
- #: includes/widgets/htmega_switcher.php:107
4467
- #: includes/widgets/htmega_switcher.php:199 includes/widgets/htmega_tab.php:91
4468
- #: includes/widgets/htmega_toggle.php:84
4469
- msgid "Elementor Template"
4470
- msgstr ""
4471
-
4472
- #: admin/include/admin-setting.php:76
4473
- msgid "Elements"
4474
- msgstr ""
4475
-
4476
- #: includes/widgets/htmega_pricing_list_view.php:451
4477
- #: includes/widgets/htmega_table.php:214
4478
- msgid "Email"
4479
- msgstr ""
4480
-
4481
- #: includes/helper-function.php:419
4482
- msgid "Email Already in Use"
4483
- msgstr ""
4484
-
4485
- #: includes/helper-function.php:416
4486
- msgid "Email is not valid"
4487
- msgstr ""
4488
-
4489
- #: extensions/ht-menu/classes/class.mega-menu.php:116
4490
- msgid "Enable megamenu?"
4491
- msgstr ""
4492
-
4493
- #: includes/widgets/htmega_accordion.php:1004
4494
- #: includes/widgets/htmega_counter.php:74
4495
- #: includes/widgets/htmega_user_login_form.php:405
4496
- msgid "End"
4497
- msgstr ""
4498
-
4499
- #: includes/widgets/htmega_googlemap.php:113
4500
- msgid "Enter Map Style Json Code."
4501
- msgstr ""
4502
-
4503
- #: extensions/ht-builder/widgets/bl_post_search_form.php:89
4504
- msgid "Enter you text"
4505
- msgstr ""
4506
-
4507
- #: includes/widgets/htmega_section_title.php:82
4508
- #: includes/widgets/htmega_section_title.php:84
4509
- msgid "Enter your advance title"
4510
- msgstr ""
4511
-
4512
- #: includes/widgets/htmega_googlemap.php:102
4513
- msgid "Enter your center address."
4514
- msgstr ""
4515
-
4516
- #: includes/widgets/htmega_dropcaps.php:61
4517
- msgid "Enter Your Dropcaps Content."
4518
- msgstr ""
4519
-
4520
- #: includes/widgets/htmega_googlemap.php:283
4521
- msgid "Enter your fixed address."
4522
- msgstr ""
4523
-
4524
- #: includes/widgets/htmega_section_title.php:71
4525
- #: includes/widgets/htmega_section_title.php:73
4526
- msgid "Enter your sub title"
4527
- msgstr ""
4528
-
4529
- #: extensions/ht-builder/widgets/bl_post_archive.php:74
4530
- msgid "Enter Your Text"
4531
- msgstr ""
4532
-
4533
- #: includes/widgets/htmega_button.php:57 includes/widgets/htmega_button.php:59
4534
- msgid "Enter your Text"
4535
- msgstr ""
4536
-
4537
- #: includes/widgets/htmega_section_title.php:59
4538
- #: includes/widgets/htmega_section_title.php:61
4539
- msgid "Enter your title"
4540
- msgstr ""
4541
-
4542
- #: includes/widgets/htmega_tablepress.php:75
4543
- msgid "Entries Hide"
4544
- msgstr ""
4545
-
4546
- #: includes/widgets/htmega_cuctom_event.php:35
4547
- msgid "Event"
4548
- msgstr ""
4549
-
4550
- #: includes/widgets/htmega_countdown.php:261
4551
- msgid "Event Button"
4552
- msgstr ""
4553
-
4554
- #: includes/widgets/htmega_cuctom_event.php:102
4555
- msgid "Event Button Link"
4556
- msgstr ""
4557
-
4558
- #: includes/widgets/htmega_cuctom_event.php:93
4559
- msgid "Event Button text"
4560
- msgstr ""
4561
-
4562
- #: includes/widgets/htmega_countdown.php:54
4563
- msgid "Event Calendar Not Installed"
4564
- msgstr ""
4565
-
4566
- #: includes/widgets/htmega_tablepress.php:263
4567
- msgid "Event Cell"
4568
- msgstr ""
4569
-
4570
- #: includes/widgets/htmega_countdown.php:72
4571
- msgid "Event Countdown"
4572
- msgstr ""
4573
-
4574
- #: includes/widgets/htmega_cuctom_event.php:85
4575
- msgid "Event description"
4576
- msgstr ""
4577
-
4578
- #: includes/widgets/htmega_countdown.php:81
4579
- msgid "Event List"
4580
- msgstr ""
4581
-
4582
- #: includes/widgets/htmega_cuctom_event.php:76
4583
- msgid "Event Location"
4584
- msgstr ""
4585
-
4586
- #: includes/widgets/htmega_cuctom_event.php:68
4587
- msgid "Event Time"
4588
- msgstr ""
4589
-
4590
- #: includes/widgets/htmega_cuctom_event.php:44
4591
- msgid "Event Title."
4592
- msgstr ""
4593
-
4594
- #: includes/recommended-plugins/recommended-plugins.php:68
4595
- msgid "EverCompare"
4596
- msgstr ""
4597
-
4598
- #: includes/widgets/htmega_socialshere.php:65
4599
- msgid "Evernote"
4600
- msgstr ""
4601
-
4602
- #: includes/widgets/htmega_notify.php:170
4603
- msgid "Exit Animation"
4604
- msgstr ""
4605
-
4606
- #: includes/widgets/htmega_post_grid_tab.php:259
4607
- msgid "Expand Box Style"
4608
- msgstr ""
4609
-
4610
- #: includes/widgets/htmega_accordion.php:391
4611
- msgid "Expand Item Height"
4612
- msgstr ""
4613
-
4614
- #: includes/widgets/htmega_button.php:89
4615
- #: includes/widgets/htmega_double_button.php:49
4616
- msgid "Extra Large"
4617
- msgstr ""
4618
-
4619
- #: includes/widgets/htmega_button.php:90
4620
- #: includes/widgets/htmega_double_button.php:50
4621
- msgid "Extra Small"
4622
- msgstr ""
4623
-
4624
- #: includes/widgets/weather/htmega_weather.php:56
4625
- msgid "F"
4626
- msgstr ""
4627
-
4628
- #: includes/widgets/htmega_socialshere.php:53
4629
- #: includes/widgets/htmega_socialshere.php:93
4630
- #: includes/widgets/htmega_socialshere.php:311
4631
- msgid "Facebook"
4632
- msgstr ""
4633
-
4634
- #: includes/widgets/htmega_notify.php:145
4635
- #: includes/widgets/htmega_notify.php:180
4636
- msgid "fadeIn"
4637
- msgstr ""
4638
-
4639
- #: includes/widgets/htmega_notify.php:146
4640
- #: includes/widgets/htmega_notify.php:181
4641
- msgid "fadeInDown"
4642
- msgstr ""
4643
-
4644
- #: includes/widgets/htmega_notify.php:147
4645
- #: includes/widgets/htmega_notify.php:182
4646
- msgid "fadeInDownBig"
4647
- msgstr ""
4648
-
4649
- #: includes/widgets/htmega_notify.php:148
4650
- #: includes/widgets/htmega_notify.php:183
4651
- #: extensions/wc-sales-notification/admin/setting.php:169
4652
- msgid "fadeInLeft"
4653
- msgstr ""
4654
-
4655
- #: includes/widgets/htmega_notify.php:149
4656
- #: includes/widgets/htmega_notify.php:184
4657
- msgid "fadeInLeftBig"
4658
- msgstr ""
4659
-
4660
- #: includes/widgets/htmega_notify.php:150
4661
- #: includes/widgets/htmega_notify.php:185
4662
- msgid "fadeInRight"
4663
- msgstr ""
4664
-
4665
- #: includes/widgets/htmega_notify.php:151
4666
- #: includes/widgets/htmega_notify.php:186
4667
- msgid "fadeInRightBig"
4668
- msgstr ""
4669
-
4670
- #: includes/widgets/htmega_notify.php:154
4671
- #: includes/widgets/htmega_notify.php:189
4672
- msgid "fadeInUp"
4673
- msgstr ""
4674
-
4675
- #: includes/widgets/htmega_notify.php:157
4676
- #: includes/widgets/htmega_notify.php:192
4677
- msgid "fadeInUpBig"
4678
- msgstr ""
4679
-
4680
- #: includes/widgets/htmega_notify.php:156
4681
- #: includes/widgets/htmega_notify.php:191
4682
- msgid "fadeOutDown"
4683
- msgstr ""
4684
-
4685
- #: includes/widgets/htmega_notify.php:153
4686
- #: includes/widgets/htmega_notify.php:188
4687
- msgid "fadeOutLeft"
4688
- msgstr ""
4689
-
4690
- #: includes/widgets/htmega_notify.php:152
4691
- #: includes/widgets/htmega_notify.php:187
4692
- #: extensions/wc-sales-notification/admin/setting.php:181
4693
- msgid "fadeOutRight"
4694
- msgstr ""
4695
-
4696
- #: includes/widgets/htmega_notify.php:155
4697
- #: includes/widgets/htmega_notify.php:190
4698
- msgid "fadeOutUp"
4699
- msgstr ""
4700
-
4701
- #: extensions/wc-sales-notification/admin/setting.php:70
4702
- msgid "Fakes"
4703
- msgstr ""
4704
-
4705
- #: admin/include/admin-setting.php:1252 admin/include/admin-setting.php:1277
4706
- msgid "Fakes notification"
4707
- msgstr ""
4708
-
4709
- #: includes/widgets/htmega_pricing_list_view.php:140
4710
- #: includes/widgets/htmega_pricing_list_view.php:146
4711
- #: includes/widgets/htmega_pricing_list_view.php:152
4712
- #: includes/widgets/htmega_pricing_list_view.php:158
4713
- msgid "fas fa-shopping-basket"
4714
- msgstr ""
4715
-
4716
- #: includes/widgets/htmega_job_manager.php:105
4717
- msgid "Feature Jobs only"
4718
- msgstr ""
4719
-
4720
- #: includes/widgets/htmega_booked_calender.php:102
4721
- msgid "February"
4722
- msgstr ""
4723
-
4724
- #: includes/widgets/htmega_instagram_feed.php:42
4725
- msgid "Feed Limit"
4726
- msgstr ""
4727
-
4728
- #: includes/widgets/htmega_pricing_list_view.php:537
4729
- #: includes/widgets/htmega_table.php:237
4730
- msgid "Fild Type"
4731
- msgstr ""
4732
-
4733
- #: includes/widgets/htmega_job_manager.php:134
4734
- msgid "Filters"
4735
- msgstr ""
4736
-
4737
- #: includes/widgets/htmega_layer_slider.php:63
4738
- msgid "First Slide Number"
4739
- msgstr ""
4740
-
4741
- #: includes/widgets/htmega_image_grid.php:66
4742
- #: includes/widgets/htmega_image_masonry.php:74
4743
- #: includes/widgets/htmega_testimonial_grid.php:77
4744
- msgid "Five"
4745
- msgstr ""
4746
-
4747
- #: includes/widgets/htmega_googlemap.php:281
4748
- msgid "Fixed Address"
4749
- msgstr ""
4750
-
4751
- #: includes/widgets/htmega_googlemap.php:502
4752
- msgid "Fixed Address Span Style"
4753
- msgstr ""
4754
-
4755
- #: includes/widgets/htmega_googlemap.php:272
4756
- msgid "Fixed Maps Address:"
4757
- msgstr ""
4758
-
4759
- #: admin/include/admin-setting.php:239
4760
- msgid "Flip Box"
4761
- msgstr ""
4762
-
4763
- #: includes/widgets/htmega_instagram.php:303
4764
- msgid "Flow Button Icon"
4765
- msgstr ""
4766
-
4767
- #: includes/widgets/htmega_search.php:391
4768
- msgid "Focus"
4769
- msgstr ""
4770
-
4771
- #: includes/widgets/htmega_instagram.php:292
4772
- msgid "Follow @"
4773
- msgstr ""
4774
-
4775
- #: includes/widgets/htmega_instagram.php:1282
4776
- msgid "Follow Button"
4777
- msgstr ""
4778
-
4779
- #: includes/widgets/htmega_instagram.php:290
4780
- msgid "Follow button Aditional text"
4781
- msgstr ""
4782
-
4783
- #: includes/widgets/htmega_instagram_feed.php:199
4784
- msgid "Follow Color"
4785
- msgstr ""
4786
-
4787
- #: includes/widgets/htmega_instagram_feed.php:123
4788
- #: includes/widgets/htmega_instagram_feed.php:124
4789
- msgid "Follow on Instagram"
4790
- msgstr ""
4791
-
4792
- #: includes/widgets/htmega_instagram_feed.php:121
4793
- msgid "Follow Text"
4794
- msgstr ""
4795
-
4796
- #: includes/widgets/htmega_instagram_feed.php:211
4797
- msgid "Follow Text Color"
4798
- msgstr ""
4799
-
4800
- #: includes/widgets/htmega_googlemap.php:201
4801
- #: includes/widgets/htmega_googlemap.php:232
4802
- #: includes/widgets/htmega_googlemap.php:434
4803
- #: includes/widgets/htmega_googlemap.php:521
4804
- msgid "Font Color"
4805
- msgstr ""
4806
-
4807
- #: includes/widgets/htmega_blockquote.php:575
4808
- #: includes/widgets/htmega_carousel.php:570
4809
- #: includes/widgets/htmega_image_marker.php:506
4810
- #: includes/widgets/htmega_instagram.php:772
4811
- #: includes/widgets/htmega_instagram.php:946
4812
- #: includes/widgets/htmega_lightbox.php:377
4813
- #: includes/widgets/htmega_panel_slider.php:775
4814
- #: includes/widgets/htmega_post_slider.php:1555
4815
- #: includes/widgets/htmega_search.php:464
4816
- #: includes/widgets/htmega_search.php:716
4817
- #: includes/widgets/htmega_slider_thumb_gallery.php:836
4818
- #: includes/widgets/htmega_teammember.php:1047
4819
- #: includes/widgets/htmega_twitter_feed.php:1088
4820
- #: includes/widgets/htmega_video_player.php:366
4821
- #: includes/widgets/htmega_working_process.php:955
4822
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:463
4823
- msgid "Font Size"
4824
- msgstr ""
4825
-
4826
- #: includes/widgets/htmega_modal.php:746
4827
- msgid "Footer"
4828
- msgstr ""
4829
-
4830
- #: includes/widgets/htmega_modal.php:831
4831
- msgid "Footer Close Button"
4832
- msgstr ""
4833
-
4834
- #: includes/widgets/htmega_table.php:119
4835
- msgid "Footer Info"
4836
- msgstr ""
4837
-
4838
- #: extensions/ht-builder/classes/class.header_footer.php:100
4839
- msgid "Footer Template"
4840
- msgstr ""
4841
-
4842
- #: extensions/ht-builder/admin/setting.php:91
4843
- msgid "Footer Template."
4844
- msgstr ""
4845
-
4846
- #: includes/widgets/htmega_modal.php:91
4847
- msgid "Footer Text"
4848
- msgstr ""
4849
-
4850
- #: includes/widgets/htmega_tablepress.php:399
4851
- msgid "Footer text"
4852
- msgstr ""
4853
-
4854
- #: includes/widgets/htmega_tablepress.php:108
4855
- msgid "Footer text Hide"
4856
- msgstr ""
4857
-
4858
- #: includes/widgets/htmega_pricing_list_view.php:321
4859
- #: includes/widgets/htmega_pricing_list_view.php:950
4860
- msgid "For Layout 4 only"
4861
- msgstr ""
4862
-
4863
- #: includes/widgets/htmega_mailchimp_for_wp.php:61
4864
- msgid ""
4865
- "For show ID <a href=\"admin.php?page=mailchimp-for-wp-forms\" "
4866
- "target=\"_blank\"> Click here </a>"
4867
- msgstr ""
4868
-
4869
- #: includes/widgets/weather/htmega_weather.php:317
4870
- msgid "Forcast"
4871
- msgstr ""
4872
-
4873
- #: includes/widgets/weather/htmega_weather.php:80
4874
- msgid "Forecast"
4875
- msgstr ""
4876
-
4877
- #: includes/widgets/htmega_user_login_form.php:926
4878
- msgid "Forget Text"
4879
- msgstr ""
4880
-
4881
- #: includes/widgets/htmega_user_login_form.php:942
4882
- msgid "Forget Text Color"
4883
- msgstr ""
4884
-
4885
- #: includes/widgets/htmega_user_login_form.php:953
4886
- msgid "Forget Text Hover Color"
4887
- msgstr ""
4888
-
4889
- #: includes/widgets/htmega_user_login_form.php:1614
4890
- msgid "Forgot Password?"
4891
- msgstr ""
4892
-
4893
- #: includes/widgets/htmega_wpforms.php:39
4894
- msgid "Form not found"
4895
- msgstr ""
4896
-
4897
- #: includes/helper-function.php:310
4898
- #: includes/widgets/htmega_gravity_forms.php:40
4899
- #: includes/widgets/htmega_qu_forms.php:41
4900
- msgid "Form Not Found!"
4901
- msgstr ""
4902
-
4903
- #: includes/widgets/htmega_ninja_forms.php:41
4904
- msgid "Form Not Found."
4905
- msgstr ""
4906
-
4907
- #: includes/widgets/htmega_bbpress.php:47
4908
- msgid "Forum Form"
4909
- msgstr ""
4910
-
4911
- #: includes/widgets/htmega_bbpress.php:46
4912
- msgid "Forum Index"
4913
- msgstr ""
4914
-
4915
- #: includes/widgets/htmega_image_grid.php:65
4916
- #: includes/widgets/htmega_image_masonry.php:73
4917
- #: includes/widgets/htmega_testimonial_grid.php:76
4918
- #: includes/widgets/htmega_testimonial_grid.php:91
4919
- #: includes/widgets/htmega_testimonial_grid.php:108
4920
- msgid "Four"
4921
- msgstr ""
4922
-
4923
- #: admin/include/templates_list.php:53
4924
- msgid "Free"
4925
- msgstr ""
4926
-
4927
- #: includes/widgets/htmega_business_hours.php:194
4928
- msgid "Friday"
4929
- msgstr ""
4930
-
4931
- #: includes/widgets/htmega_gravity_forms.php:92
4932
- msgid "From Ajax"
4933
- msgstr ""
4934
-
4935
- #: includes/widgets/htmega_instagram_feed.php:65
4936
- msgid "Full"
4937
- msgstr ""
4938
-
4939
- #: includes/widgets/htmega_scroll_navigation.php:135
4940
- msgid "Full Screen"
4941
- msgstr ""
4942
-
4943
- #: admin/include/admin-setting.php:247
4944
- #: includes/widgets/htmega_gallery_justify.php:13
4945
- #: includes/widgets/htmega_gallery_justify.php:43
4946
- msgid "Gallery Justify"
4947
- msgstr ""
4948
-
4949
- #: admin/include/admin-setting.php:71
4950
- msgid "General"
4951
- msgstr ""
4952
-
4953
- #: includes/widgets/htmega_testimonial_grid.php:238
4954
- msgid "Gerald Gilbert"
4955
- msgstr ""
4956
-
4957
- #: admin/include/admin-setting.php:1175
4958
- msgid "Get Pro Now"
4959
- msgstr ""
4960
-
4961
- #: admin/include/admin-setting.php:1176
4962
- msgid "Get pro now"
4963
- msgstr ""
4964
-
4965
- #: includes/class.htmega.php:190
4966
- #: admin/include/templates/library/templates.php:71
4967
- msgid "Go Pro"
4968
- msgstr ""
4969
-
4970
- #: admin/include/admin-setting.php:636
4971
- msgid ""
4972
- "Go to <a href=\"https://developers.google."
4973
- "com/maps/documentation/javascript/get-api-key\" target=\"_blank\">https:"
4974
- "//developers.google.com</a> and generate the API key."
4975
- msgstr ""
4976
-
4977
- #: includes/widgets/htmega_googlemap.php:114
4978
- msgid ""
4979
- "Go to <a href=\"https://snazzymaps.com/\" target=_blank>Snazzy Maps</a> and "
4980
- "Choose/Customize your Map Style. Click on your demo and copy JavaScript "
4981
- "Style Array"
4982
- msgstr ""
4983
-
4984
- #: includes/widgets/htmega_inline_menu.php:81
4985
- #: extensions/ht-builder/widgets/bl_nav_menu.php:75
4986
- #, php-format
4987
- msgid ""
4988
- "Go to the <a href=\"%s\" target=\"_blank\">Menus Option</a> to manage your "
4989
- "menus."
4990
- msgstr ""
4991
-
4992
- #: includes/widgets/htmega_lightbox.php:95
4993
- msgid "Goggle Map Embed URL"
4994
- msgstr ""
4995
-
4996
- #: admin/include/admin-setting.php:255 includes/widgets/htmega_googlemap.php:13
4997
- #: includes/widgets/htmega_googlemap.php:43
4998
- #: includes/widgets/htmega_lightbox.php:55
4999
- msgid "Google Map"
5000
- msgstr ""
5001
-
5002
- #: admin/include/admin-setting.php:635
5003
- msgid "Google Map API Key"
5004
- msgstr ""
5005
-
5006
- #: admin/include/admin-setting.php:637
5007
- msgid "Google Map API key"
5008
- msgstr ""
5009
-
5010
- #: includes/widgets/htmega_socialshere.php:321
5011
- msgid "Google Plus"
5012
- msgstr ""
5013
-
5014
- #: includes/widgets/htmega_socialshere.php:55
5015
- msgid "Google+"
5016
- msgstr ""
5017
-
5018
- #: includes/widgets/htmega_post_grid.php:424
5019
- #: includes/widgets/htmega_post_grid_tab.php:1269
5020
- #: includes/widgets/htmega_post_grid_tab.php:1287
5021
- msgid "Gradient "
5022
- msgstr ""
5023
-
5024
- #: includes/widgets/htmega_post_grid.php:406
5025
- #: includes/widgets/htmega_post_grid_tab.php:1251
5026
- msgid "Gradient Five"
5027
- msgstr ""
5028
-
5029
- #: includes/widgets/htmega_post_grid.php:388
5030
- #: includes/widgets/htmega_post_grid_tab.php:1233
5031
- msgid "Gradient Four"
5032
- msgstr ""
5033
-
5034
- #: includes/widgets/htmega_post_grid.php:334
5035
- #: includes/widgets/htmega_post_grid.php:352
5036
- #: includes/widgets/htmega_post_grid_tab.php:1179
5037
- #: includes/widgets/htmega_post_grid_tab.php:1197
5038
- msgid "Gradient One"
5039
- msgstr ""
5040
-
5041
- #: includes/widgets/htmega_post_grid.php:370
5042
- #: includes/widgets/htmega_post_grid_tab.php:1215
5043
- msgid "Gradient Three"
5044
- msgstr ""
5045
-
5046
- #: admin/include/admin-setting.php:989
5047
- #: includes/widgets/htmega_gravity_forms.php:13
5048
- #: includes/widgets/htmega_gravity_forms.php:51
5049
- msgid "Gravity Forms"
5050
- msgstr ""
5051
-
5052
- #: includes/widgets/htmega_buddy_press.php:47
5053
- msgid "Group"
5054
- msgstr ""
5055
-
5056
- #: includes/widgets/htmega_post_grid_tab.php:1092
5057
- msgid "Group Item Style"
5058
- msgstr ""
5059
-
5060
- #: includes/helper-function.php:155
5061
- msgid "H1"
5062
- msgstr ""
5063
-
5064
- #: includes/helper-function.php:156
5065
- msgid "H2"
5066
- msgstr ""
5067
-
5068
- #: includes/helper-function.php:157
5069
- msgid "H3"
5070
- msgstr ""
5071
-
5072
- #: includes/helper-function.php:158
5073
- msgid "H4"
5074
- msgstr ""
5075
-
5076
- #: includes/helper-function.php:159
5077
- msgid "H5"
5078
- msgstr ""
5079
-
5080
- #: includes/helper-function.php:160
5081
- msgid "H6"
5082
- msgstr ""
5083
-
5084
- #: includes/widgets/htmega_image_comparison.php:411
5085
- msgid "Handler"
5086
- msgstr ""
5087
-
5088
- #: includes/widgets/htmega_counter.php:156
5089
- msgid "Happy Clients"
5090
- msgstr ""
5091
-
5092
- #: includes/widgets/htmega_twitter_feed.php:73
5093
- msgid "hastechit"
5094
- msgstr ""
5095
-
5096
- #: includes/recommended-plugins/class.recommended-plugins.php:227
5097
- msgid "HasTheme"
5098
- msgstr ""
5099
-
5100
- #. Author of the plugin
5101
- msgid "HasThemes"
5102
- msgstr ""
5103
-
5104
- #: includes/widgets/htmega_booked_calender.php:178
5105
- #: includes/widgets/htmega_modal.php:574
5106
- #: includes/widgets/htmega_popover.php:584
5107
- #: includes/widgets/htmega_tablepress.php:143
5108
- msgid "Header"
5109
- msgstr ""
5110
-
5111
- #: includes/widgets/htmega_booked_calender.php:189
5112
- msgid "Header Background"
5113
- msgstr ""
5114
-
5115
- #: includes/widgets/htmega_booked_calender.php:201
5116
- #: includes/widgets/htmega_instagram_feed.php:163
5117
- #: includes/widgets/htmega_user_login_form.php:667
5118
- msgid "Header Color"
5119
- msgstr ""
5120
-
5121
- #: includes/widgets/htmega_modal.php:42
5122
- #: includes/widgets/htmega_user_login_form.php:696
5123
- msgid "Header Content"
5124
- msgstr ""
5125
-
5126
- #: extensions/ht-builder/classes/class.header_footer.php:89
5127
- msgid "Header Template"
5128
- msgstr ""
5129
-
5130
- #: extensions/ht-builder/admin/setting.php:82
5131
- msgid "Header Template."
5132
- msgstr ""
5133
-
5134
- #: includes/widgets/htmega_booked_calender.php:459
5135
- msgid "Heading"
5136
- msgstr ""
5137
-
5138
- #: includes/widgets/htmega_animated_heading.php:128
5139
- msgid "Heading After Text"
5140
- msgstr ""
5141
-
5142
- #: includes/widgets/htmega_animated_heading.php:91
5143
- msgid "Heading Before Text"
5144
- msgstr ""
5145
-
5146
- #: extensions/wc-sales-notification/admin/setting.php:196
5147
- msgid "Heading Color"
5148
- msgstr ""
5149
-
5150
- #: admin/include/admin-setting.php:1260 admin/include/admin-setting.php:1285
5151
- msgid "Heading color option"
5152
- msgstr ""
5153
-
5154
- #: includes/widgets/htmega_animated_heading.php:138
5155
- msgid "Heading Placeholder Text"
5156
- msgstr ""
5157
-
5158
- #: includes/widgets/htmega_user_login_form.php:644
5159
- msgid "Heading Title Style"
5160
- msgstr ""
5161
-
5162
- #: includes/widgets/htmega_blockquote.php:658
5163
- #: includes/widgets/htmega_carousel.php:627
5164
- #: includes/widgets/htmega_carousel.php:892
5165
- #: includes/widgets/htmega_carousel.php:1131
5166
- #: includes/widgets/htmega_carousel.php:1225
5167
- #: includes/widgets/htmega_contact_form_seven.php:157
5168
- #: includes/widgets/htmega_contact_form_seven.php:329
5169
- #: includes/widgets/htmega_contact_form_seven.php:548
5170
- #: includes/widgets/htmega_gravity_forms.php:300
5171
- #: includes/widgets/htmega_gravity_forms.php:387
5172
- #: includes/widgets/htmega_image_comparison.php:486
5173
- #: includes/widgets/htmega_image_marker.php:822
5174
- #: includes/widgets/htmega_instagram.php:1003
5175
- #: includes/widgets/htmega_instagram.php:1182
5176
- #: includes/widgets/htmega_mailchimp_for_wp.php:159
5177
- #: includes/widgets/htmega_mailchimp_for_wp.php:300
5178
- #: includes/widgets/htmega_modal.php:329
5179
- #: includes/widgets/htmega_ninja_forms.php:390
5180
- #: includes/widgets/htmega_ninja_forms.php:500
5181
- #: includes/widgets/htmega_ninja_forms.php:585
5182
- #: includes/widgets/htmega_notify.php:672
5183
- #: includes/widgets/htmega_panel_slider.php:847
5184
- #: includes/widgets/htmega_panel_slider.php:1054
5185
- #: includes/widgets/htmega_post_slider.php:1613
5186
- #: includes/widgets/htmega_post_slider.php:1762
5187
- #: includes/widgets/htmega_pricing_list_view.php:377
5188
- #: includes/widgets/htmega_pricing_list_view.php:1006
5189
- #: includes/widgets/htmega_progressbar.php:420
5190
- #: includes/widgets/htmega_qu_forms.php:287
5191
- #: includes/widgets/htmega_qu_forms.php:397
5192
- #: includes/widgets/htmega_qu_forms.php:482
5193
- #: includes/widgets/htmega_scroll_navigation.php:131
5194
- #: includes/widgets/htmega_scroll_navigation.php:330
5195
- #: includes/widgets/htmega_search.php:309
5196
- #: includes/widgets/htmega_search.php:528
5197
- #: includes/widgets/htmega_search.php:759
5198
- #: includes/widgets/htmega_services.php:593
5199
- #: includes/widgets/htmega_services.php:841
5200
- #: includes/widgets/htmega_services.php:904
5201
- #: includes/widgets/htmega_slider_thumb_gallery.php:894
5202
- #: includes/widgets/htmega_slider_thumb_gallery.php:1111
5203
- #: includes/widgets/htmega_twitter_feed.php:1146
5204
- #: includes/widgets/htmega_twitter_feed.php:1343
5205
- #: includes/widgets/htmega_user_login_form.php:874
5206
- #: includes/widgets/htmega_user_login_form.php:1029
5207
- #: includes/widgets/htmega_user_login_form.php:1120
5208
- #: includes/widgets/htmega_working_process.php:904
5209
- #: includes/widgets/htmega_working_process.php:1032
5210
- #: includes/widgets/htmega_wpforms.php:380
5211
- #: includes/widgets/htmega_wpforms.php:490
5212
- #: includes/widgets/htmega_wpforms.php:575
5213
- msgid "Height"
5214
- msgstr ""
5215
-
5216
- #: includes/widgets/htmega_teammember.php:1070
5217
- msgid "Height and Width"
5218
- msgstr ""
5219
-
5220
- #: includes/widgets/htmega_notify.php:485
5221
- msgid "Hello Typography"
5222
- msgstr ""
5223
-
5224
- #: includes/widgets/htmega_user_login_form.php:83
5225
- #: includes/widgets/htmega_user_login_form.php:84
5226
- msgid "Hello!"
5227
- msgstr ""
5228
-
5229
- #: includes/widgets/htmega_image_marker.php:130
5230
- #: includes/widgets/htmega_image_marker.php:153
5231
- msgid "Hidden Field"
5232
- msgstr ""
5233
-
5234
- #: includes/widgets/htmega_buddy_press.php:110
5235
- #: includes/widgets/htmega_buddy_press.php:123
5236
- #: includes/widgets/htmega_buddy_press.php:138
5237
- #: includes/widgets/htmega_buddy_press.php:153
5238
- #: includes/widgets/htmega_double_button.php:81
5239
- #: includes/widgets/htmega_gravity_forms.php:72
5240
- #: includes/widgets/htmega_gravity_forms.php:84
5241
- #: includes/widgets/htmega_instagram.php:178
5242
- #: includes/widgets/htmega_instagram.php:190
5243
- #: includes/widgets/htmega_instagram.php:280
5244
- #: includes/widgets/htmega_popover.php:130
5245
- #: includes/widgets/htmega_popover.php:207
5246
- #: includes/widgets/htmega_scroll_image.php:115
5247
- #: includes/widgets/htmega_socialshere.php:350
5248
- #: includes/widgets/htmega_table.php:61 includes/widgets/htmega_table.php:86
5249
- #: includes/widgets/htmega_table.php:98 includes/widgets/htmega_table.php:110
5250
- #: includes/widgets/htmega_table.php:122
5251
- #: includes/widgets/htmega_tooltip.php:130
5252
- #: includes/widgets/htmega_twitter_feed.php:147
5253
- #: includes/widgets/htmega_twitter_feed.php:159
5254
- #: includes/widgets/htmega_twitter_feed.php:171
5255
- #: includes/widgets/htmega_twitter_feed.php:183
5256
- #: includes/widgets/htmega_twitter_feed.php:195
5257
- #: includes/widgets/htmega_twitter_feed.php:209
5258
- #: includes/widgets/htmega_user_login_form.php:71
5259
- #: includes/widgets/htmega_user_login_form.php:177
5260
- #: includes/widgets/htmega_user_login_form.php:188
5261
- #: includes/widgets/htmega_user_login_form.php:279
5262
- #: includes/widgets/htmega_user_login_form.php:290
5263
- #: includes/widgets/htmega_user_login_form.php:302
5264
- #: includes/widgets/htmega_wc_add_to_cart.php:71
5265
- #: includes/widgets/htmega_wpforms.php:70
5266
- #: includes/widgets/htmega_wpforms.php:82
5267
- #: extensions/ht-builder/widgets/bl_post_archive.php:102
5268
- #: extensions/ht-builder/widgets/bl_post_archive.php:114
5269
- #: extensions/ht-builder/widgets/bl_post_archive.php:126
5270
- #: extensions/ht-builder/widgets/bl_post_archive.php:138
5271
- #: extensions/ht-builder/widgets/bl_post_author_info.php:48
5272
- #: extensions/ht-builder/widgets/bl_post_author_info.php:73
5273
- #: extensions/ht-builder/widgets/bl_post_author_info.php:85
5274
- msgid "Hide"
5275
- msgstr ""
5276
-
5277
- #: includes/widgets/htmega_search.php:130
5278
- msgid "Hide Close Icon"
5279
- msgstr ""
5280
-
5281
- #: includes/widgets/weather/htmega_weather.php:115
5282
- msgid "Hide Current Status"
5283
- msgstr ""
5284
-
5285
- #: includes/widgets/htmega_easy_digital_download.php:177
5286
- #: includes/widgets/htmega_wc_categories.php:153
5287
- msgid "Hide Empty"
5288
- msgstr ""
5289
-
5290
- #: includes/widgets/weather/htmega_weather.php:151
5291
- msgid "Hide Forecast"
5292
- msgstr ""
5293
-
5294
- #: includes/widgets/htmega_countdown.php:180
5295
- msgid "Hide Label"
5296
- msgstr ""
5297
-
5298
- #: includes/widgets/htmega_slider_thumb_gallery.php:615
5299
- msgid "Hide on Mobile"
5300
- msgstr ""
5301
-
5302
- #: extensions/ht-builder/widgets/bl_post_archive.php:231
5303
- msgid "Hide Pagination"
5304
- msgstr ""
5305
-
5306
- #: includes/widgets/weather/htmega_weather.php:139
5307
- msgid "Hide Sun Status"
5308
- msgstr ""
5309
-
5310
- #: includes/widgets/htmega_section_title.php:537
5311
- msgid "Highlight Title Color"
5312
- msgstr ""
5313
-
5314
- #: includes/widgets/htmega_business_hours.php:101
5315
- msgid "Hight Light this day"
5316
- msgstr ""
5317
-
5318
- #: includes/widgets/htmega_animated_heading.php:93
5319
- msgid "Honesty is the best policy"
5320
- msgstr ""
5321
-
5322
- #: includes/widgets/htmega_progressbar.php:53
5323
- #: includes/widgets/htmega_scroll_navigation.php:122
5324
- msgid "Horizontal"
5325
- msgstr ""
5326
-
5327
- #: includes/widgets/htmega_carousel.php:721
5328
- #: includes/widgets/htmega_carousel.php:946
5329
- #: includes/widgets/htmega_carousel.php:1158
5330
- #: includes/widgets/htmega_carousel.php:1252
5331
- #: includes/widgets/htmega_panel_slider.php:913
5332
- #: includes/widgets/htmega_slider_thumb_gallery.php:947
5333
- #: includes/widgets/htmega_twitter_feed.php:1204
5334
- msgid "Horizontal Position"
5335
- msgstr ""
5336
-
5337
- #: includes/widgets/htmega_special_banner.php:190
5338
- msgid "Horizontal Postion"
5339
- msgstr ""
5340
-
5341
- #: includes/widgets/htmega_instagram.php:112
5342
- msgid "Hour"
5343
- msgstr ""
5344
-
5345
- #: includes/widgets/htmega_countdown.php:142
5346
- #: includes/widgets/htmega_countdown.php:216
5347
- #: includes/widgets/htmega_countdown.php:218
5348
- msgid "Hours"
5349
- msgstr ""
5350
-
5351
- #: includes/widgets/htmega_404_content.php:629
5352
- #: includes/widgets/htmega_404_content.php:780
5353
- #: includes/widgets/htmega_add_banner.php:198
5354
- #: includes/widgets/htmega_add_banner.php:298
5355
- #: includes/widgets/htmega_add_banner.php:707
5356
- #: includes/widgets/htmega_booked_calender.php:643
5357
- #: includes/widgets/htmega_booked_calender.php:789
5358
- #: includes/widgets/htmega_brand.php:231
5359
- #: includes/widgets/htmega_buddy_press.php:329
5360
- #: includes/widgets/htmega_button.php:326
5361
- #: includes/widgets/htmega_button.php:603
5362
- #: includes/widgets/htmega_caldera_forms.php:293
5363
- #: includes/widgets/htmega_call_to_action.php:816
5364
- #: includes/widgets/htmega_call_to_action.php:1022
5365
- #: includes/widgets/htmega_carousel.php:752
5366
- #: includes/widgets/htmega_contact_form_seven.php:656
5367
- #: includes/widgets/htmega_countdown.php:1123
5368
- #: includes/widgets/htmega_cuctom_event.php:191
5369
- #: includes/widgets/htmega_cuctom_event.php:441
5370
- #: includes/widgets/htmega_double_button.php:414
5371
- #: includes/widgets/htmega_double_button.php:555
5372
- #: includes/widgets/htmega_double_button.php:728
5373
- #: includes/widgets/htmega_download_monitor.php:221
5374
- #: includes/widgets/htmega_easy_digital_download.php:387
5375
- #: includes/widgets/htmega_easy_digital_download.php:593
5376
- #: includes/widgets/htmega_gravity_forms.php:491
5377
- #: includes/widgets/htmega_image_grid.php:535
5378
- #: includes/widgets/htmega_image_masonry.php:521
5379
- #: includes/widgets/htmega_inline_menu.php:244
5380
- #: includes/widgets/htmega_instagram.php:1073
5381
- #: includes/widgets/htmega_mailchimp_for_wp.php:445
5382
- #: includes/widgets/htmega_modal.php:434
5383
- #: includes/widgets/htmega_news_ticker.php:855
5384
- #: includes/widgets/htmega_ninja_forms.php:689
5385
- #: includes/widgets/htmega_notify.php:410
5386
- #: includes/widgets/htmega_offcanvas.php:478
5387
- #: includes/widgets/htmega_panel_slider.php:968
5388
- #: includes/widgets/htmega_popover.php:453
5389
- #: includes/widgets/htmega_post_grid_tab.php:688
5390
- #: includes/widgets/htmega_post_grid_tab.php:928
5391
- #: includes/widgets/htmega_post_grid_tab.php:1051
5392
- #: includes/widgets/htmega_post_slider.php:1122
5393
- #: includes/widgets/htmega_post_slider.php:1355
5394
- #: includes/widgets/htmega_post_slider.php:1683
5395
- #: includes/widgets/htmega_qu_forms.php:586
5396
- #: includes/widgets/htmega_search.php:604
5397
- #: includes/widgets/htmega_search.php:936
5398
- #: includes/widgets/htmega_services.php:271
5399
- #: includes/widgets/htmega_services.php:748
5400
- #: includes/widgets/htmega_services.php:1108
5401
- #: includes/widgets/htmega_single_post.php:453
5402
- #: includes/widgets/htmega_slider_thumb_gallery.php:989
5403
- #: includes/widgets/htmega_socialshere.php:705
5404
- #: includes/widgets/htmega_special_banner.php:730
5405
- #: includes/widgets/htmega_testimonial_grid.php:336
5406
- #: includes/widgets/htmega_toggle.php:343
5407
- #: includes/widgets/htmega_tooltip.php:430
5408
- #: includes/widgets/htmega_twitter_feed.php:871
5409
- #: includes/widgets/htmega_twitter_feed.php:1028
5410
- #: includes/widgets/htmega_twitter_feed.php:1233
5411
- #: includes/widgets/htmega_user_login_form.php:1199
5412
- #: includes/widgets/htmega_user_login_form.php:1383
5413
- #: includes/widgets/htmega_vertical_timeline.php:275
5414
- #: includes/widgets/htmega_video_player.php:457
5415
- #: includes/widgets/htmega_wc_categories.php:238
5416
- #: includes/widgets/htmega_wc_categories.php:372
5417
- #: includes/widgets/htmega_wc_categories.php:449
5418
- #: includes/widgets/htmega_wc_element_pages.php:284
5419
- #: includes/widgets/htmega_wc_element_pages.php:426
5420
- #: includes/widgets/htmega_wc_element_pages.php:779
5421
- #: includes/widgets/htmega_wc_element_pages.php:1062
5422
- #: includes/widgets/htmega_wc_element_pages.php:1178
5423
- #: includes/widgets/htmega_working_process.php:555
5424
- #: includes/widgets/htmega_working_process.php:1064
5425
- #: includes/widgets/htmega_wpforms.php:679
5426
- #: extensions/ht-builder/widgets/bl_nav_menu.php:227
5427
- #: extensions/ht-builder/widgets/bl_nav_menu.php:429
5428
- #: extensions/ht-builder/widgets/bl_post_archive.php:407
5429
- #: extensions/ht-builder/widgets/bl_post_archive.php:514
5430
- #: extensions/ht-builder/widgets/bl_post_archive.php:620
5431
- #: extensions/ht-builder/widgets/bl_post_archive.php:789
5432
- #: extensions/ht-builder/widgets/bl_post_archive.php:913
5433
- #: extensions/ht-builder/widgets/bl_post_comments.php:141
5434
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:419
5435
- #: extensions/ht-builder/widgets/bl_post_search_form.php:251
5436
- #: extensions/ht-menu/widgets/inline-mega-menu.php:496
5437
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:442
5438
- msgid "Hover"
5439
- msgstr ""
5440
-
5441
- #: includes/widgets/htmega_button.php:489
5442
- msgid "Hover Animation"
5443
- msgstr ""
5444
-
5445
- #: includes/widgets/htmega_add_banner.php:206
5446
- #: includes/widgets/htmega_booked_calender.php:323
5447
- #: includes/widgets/htmega_booked_calender.php:377
5448
- #: includes/widgets/htmega_socialshere.php:150
5449
- #: includes/widgets/htmega_tablepress.php:163
5450
- msgid "Hover Background"
5451
- msgstr ""
5452
-
5453
- #: includes/widgets/htmega_teammember.php:407
5454
- msgid "Hover Background Color"
5455
- msgstr ""
5456
-
5457
- #: includes/widgets/htmega_booked_calender.php:334
5458
- #: includes/widgets/htmega_booked_calender.php:388
5459
- #: includes/widgets/htmega_easy_digital_download.php:394
5460
- #: includes/widgets/htmega_post_grid.php:465
5461
- #: includes/widgets/htmega_post_grid_tab.php:447
5462
- #: includes/widgets/htmega_post_slider.php:882
5463
- #: includes/widgets/htmega_post_slider.php:1186
5464
- #: includes/widgets/htmega_services.php:376
5465
- #: includes/widgets/htmega_single_post.php:173
5466
- #: includes/widgets/htmega_user_login_form.php:994
5467
- #: includes/widgets/htmega_vertical_timeline.php:143
5468
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:491
5469
- #: extensions/ht-menu/widgets/inline-mega-menu.php:312
5470
- msgid "Hover Color"
5471
- msgstr ""
5472
-
5473
- #: includes/widgets/htmega_socialshere.php:189
5474
- #: includes/widgets/htmega_socialshere.php:271
5475
- msgid "Hover color"
5476
- msgstr ""
5477
-
5478
- #: includes/widgets/htmega_teammember.php:441
5479
- msgid "Hover Content background color"
5480
- msgstr ""
5481
-
5482
- #: includes/widgets/htmega_teammember.php:423
5483
- msgid "Hover Round Space"
5484
- msgstr ""
5485
-
5486
- #: includes/widgets/htmega_teammember.php:654
5487
- msgid "Hover Shape Color"
5488
- msgstr ""
5489
-
5490
- #: includes/widgets/htmega_socialshere.php:140
5491
- #: includes/widgets/htmega_socialshere.php:262
5492
- msgid "Hover Style"
5493
- msgstr ""
5494
-
5495
- #: extensions/ht-builder/admin/setting.php:33
5496
- #: extensions/ht-builder/admin/setting.php:34
5497
- msgid "HT Builder"
5498
- msgstr ""
5499
-
5500
- #: extensions/ht-builder/admin/setting.php:184
5501
- msgid "HT Builder Settings"
5502
- msgstr ""
5503
-
5504
- #: includes/recommended-plugins/recommended-plugins.php:106
5505
- msgid "HT Contact Form 7"
5506
- msgstr ""
5507
-
5508
- #: includes/class.post-duplicator.php:45
5509
- msgid "HT Duplicate"
5510
- msgstr ""
5511
-
5512
- #: includes/recommended-plugins/recommended-plugins.php:101
5513
- msgid "HT Easy GA4 ( Google Analytics 4 )"
5514
- msgstr ""
5515
-
5516
- #: extensions/ht-builder/classes/class.header_footer.php:81
5517
- msgid "HT Header & Footer"
5518
- msgstr ""
5519
-
5520
- #. Name of the plugin
5521
- msgid "HT Mega - Absolute Addons for Elementor Page Builder"
5522
- msgstr ""
5523
-
5524
- #: includes/class.post-duplicator.php:45
5525
- msgid "HT Mega Duplicator"
5526
- msgstr ""
5527
-
5528
- #: admin/include/class.library-source.php:79
5529
- msgid "HT Mega Library"
5530
- msgstr ""
5531
-
5532
- #: extensions/ht-menu/admin/setting.php:31
5533
- #: extensions/ht-menu/admin/setting.php:32
5534
- msgid "HT Menu"
5535
- msgstr ""
5536
-
5537
- #: extensions/ht-menu/admin/setting.php:46
5538
- #: extensions/ht-menu/admin/setting.php:136
5539
- msgid "HT Menu Settings"
5540
- msgstr ""
5541
-
5542
- #: includes/recommended-plugins/recommended-plugins.php:111
5543
- msgid "HT WPForms"
5544
- msgstr ""
5545
-
5546
- #: admin/include/admin-setting.php:1158
5547
- msgid "HTMega"
5548
- msgstr ""
5549
-
5550
- #: includes/class.htmega.php:159 includes/class.htmega.php:174
5551
- #: includes/widgets_control.php:27 admin/include/admin-setting.php:37
5552
- #: admin/include/admin-setting.php:38
5553
- msgid "HTMega Addons"
5554
- msgstr ""
5555
-
5556
- #: includes/class.htmega.php:137
5557
- msgid ""
5558
- "HTMEGA Addons not working because you need to activate the Elementor plugin."
5559
- msgstr ""
5560
-
5561
- #: includes/class.htmega.php:144
5562
- msgid ""
5563
- "HTMEGA Addons not working because you need to install the Elementor plugin"
5564
- msgstr ""
5565
-
5566
- #: admin/include/admin-setting.php:1122
5567
- msgid "HTMega Addons Settings"
5568
- msgstr ""
5569
-
5570
- #: extensions/ht-builder/classes/class.widgets_control.php:40
5571
- msgid "HTMega Builder"
5572
- msgstr ""
5573
-
5574
- #: admin/include/admin-setting.php:1241
5575
- msgid "HTMega Free"
5576
- msgstr ""
5577
-
5578
- #: admin/include/admin-setting.php:1237
5579
- msgid "HTMega Free Vs HTMega Pro."
5580
- msgstr ""
5581
-
5582
- #: extensions/ht-menu/classes/class.mega-menu.php:69
5583
- msgid "HTMega Menu"
5584
- msgstr ""
5585
-
5586
- #: admin/include/admin-setting.php:1266
5587
- msgid "HTMega Pro"
5588
- msgstr ""
5589
-
5590
- #: includes/widgets/htmega_section_title.php:209
5591
- #: includes/widgets/htmega_section_title.php:267
5592
- msgid "HTML Tag"
5593
- msgstr ""
5594
-
5595
- #: includes/widgets/htmega_pricing_list_view.php:156
5596
- msgid "Html Template"
5597
- msgstr ""
5598
-
5599
- #: includes/widgets/htmega_scroll_image.php:56
5600
- msgid "https://example.com/"
5601
- msgstr ""
5602
-
5603
- #. Author URI of the plugin
5604
- msgid "https://hasthemes.com/"
5605
- msgstr ""
5606
-
5607
- #. URI of the plugin
5608
- msgid "https://wphtmega.com/"
5609
- msgstr ""
5610
-
5611
- #: includes/widgets/htmega_teammember.php:225
5612
- #: includes/widgets/htmega_teammember.php:308
5613
- msgid "https://www.facebook.com/hastech.company/"
5614
- msgstr ""
5615
-
5616
- #: includes/widgets/htmega_lightbox.php:101
5617
- msgid "https://www.google.com/maps/embed?pb"
5618
- msgstr ""
5619
-
5620
- #: includes/widgets/htmega_lightbox.php:99
5621
- msgid ""
5622
- "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d233668.38703692693!"
5623
- "2d90.27923991057244!3d23.780573258035957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!"
5624
- "4f13.1!3m3!1m2!1s0x3755b8b087026b81%3A0x8fa563bbdd5904c2!2sDhaka!5e0!3m2!"
5625
- "1sen!2sbd!4v1536834022797"
5626
- msgstr ""
5627
-
5628
- #: includes/widgets/htmega_video_player.php:62
5629
- #: includes/widgets/htmega_video_player.php:63
5630
- msgid "https://www.youtube.com/watch?v=CDilI6jcpP4"
5631
- msgstr ""
5632
-
5633
- #: includes/widgets/htmega_lightbox.php:81
5634
- #: includes/widgets/htmega_lightbox.php:83
5635
- msgid "https://www.youtube.com/watch?v=G_G8SdXktHg"
5636
- msgstr ""
5637
-
5638
- #: includes/widgets/htmega_404_content.php:161
5639
- #: includes/widgets/htmega_404_content.php:209
5640
- #: includes/widgets/htmega_add_banner.php:121
5641
- #: includes/widgets/htmega_button.php:71
5642
- #: includes/widgets/htmega_call_to_action.php:147
5643
- #: includes/widgets/htmega_call_to_action.php:241
5644
- #: includes/widgets/htmega_cuctom_event.php:104
5645
- #: includes/widgets/htmega_double_button.php:110
5646
- #: includes/widgets/htmega_double_button.php:197
5647
- #: includes/widgets/htmega_image_grid.php:151
5648
- #: includes/widgets/htmega_image_masonry.php:131
5649
- #: includes/widgets/htmega_popover.php:141
5650
- #: includes/widgets/htmega_pricing_list_view.php:120
5651
- #: includes/widgets/htmega_pricing_list_view.php:654
5652
- #: includes/widgets/htmega_section_title.php:198
5653
- #: includes/widgets/htmega_section_title.php:256
5654
- #: includes/widgets/htmega_services.php:149
5655
- #: includes/widgets/htmega_special_banner.php:125
5656
- #: includes/widgets/htmega_tooltip.php:141
5657
- msgid "https://your-link.com"
5658
- msgstr ""
5659
-
5660
- #: includes/widgets/htmega_teammember.php:177
5661
- msgid "I am web developer."
5662
- msgstr ""
5663
-
5664
- #: includes/widgets/htmega_blockquote.php:97
5665
- #: includes/widgets/htmega_blockquote.php:134
5666
- #: includes/widgets/htmega_button.php:98
5667
- #: includes/widgets/htmega_call_to_action.php:163
5668
- #: includes/widgets/htmega_call_to_action.php:257
5669
- #: includes/widgets/htmega_countdown.php:280
5670
- #: includes/widgets/htmega_counter.php:103
5671
- #: includes/widgets/htmega_counter.php:114
5672
- #: includes/widgets/htmega_double_button.php:123
5673
- #: includes/widgets/htmega_double_button.php:210
5674
- #: includes/widgets/htmega_download_monitor.php:117
5675
- #: includes/widgets/htmega_instagram.php:219
5676
- #: includes/widgets/htmega_instagram.php:760
5677
- #: includes/widgets/htmega_lightbox.php:119
5678
- #: includes/widgets/htmega_modal.php:127 includes/widgets/htmega_modal.php:163
5679
- #: includes/widgets/htmega_notify.php:247
5680
- #: includes/widgets/htmega_popover.php:53
5681
- #: includes/widgets/htmega_popover.php:86
5682
- #: includes/widgets/htmega_pricing_list_view.php:106
5683
- #: includes/widgets/htmega_pricing_list_view.php:236
5684
- #: includes/widgets/htmega_pricing_list_view.php:254
5685
- #: includes/widgets/htmega_pricing_list_view.php:574
5686
- #: includes/widgets/htmega_pricing_list_view.php:1778
5687
- #: includes/widgets/htmega_search.php:76 includes/widgets/htmega_search.php:104
5688
- #: includes/widgets/htmega_section_title.php:102
5689
- #: includes/widgets/htmega_section_title.php:138
5690
- #: includes/widgets/htmega_services.php:77
5691
- #: includes/widgets/htmega_services.php:114
5692
- #: includes/widgets/htmega_services.php:559
5693
- #: includes/widgets/htmega_socialshere.php:100
5694
- #: includes/widgets/htmega_socialshere.php:203
5695
- #: includes/widgets/htmega_switcher.php:73
5696
- #: includes/widgets/htmega_switcher.php:164 includes/widgets/htmega_tab.php:78
5697
- #: includes/widgets/htmega_table.php:255
5698
- #: includes/widgets/htmega_teammember.php:232
5699
- #: includes/widgets/htmega_tooltip.php:53
5700
- #: includes/widgets/htmega_tooltip.php:86
5701
- #: includes/widgets/htmega_video_player.php:85
5702
- #: includes/widgets/htmega_working_process.php:113
5703
- #: includes/widgets/htmega_working_process.php:150
5704
- #: includes/widgets/htmega_working_process.php:924
5705
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:287
5706
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:443
5707
- #: extensions/ht-builder/widgets/bl_post_search_form.php:62
5708
- #: extensions/ht-builder/widgets/bl_post_search_form.php:74
5709
- #: extensions/ht-menu/menu/templates.php:47
5710
- #: extensions/ht-menu/menu/templates.php:106
5711
- msgid "Icon"
5712
- msgstr ""
5713
-
5714
- #: extensions/ht-builder/widgets/bl_nav_menu.php:492
5715
- msgid "Icon Align"
5716
- msgstr ""
5717
-
5718
- #: includes/widgets/htmega_button.php:538
5719
- #: includes/widgets/htmega_button.php:622
5720
- #: includes/widgets/htmega_teammember.php:256
5721
- msgid "Icon Background"
5722
- msgstr ""
5723
-
5724
- #: includes/widgets/htmega_accordion.php:1088
5725
- msgid "Icon Box Height"
5726
- msgstr ""
5727
-
5728
- #: includes/widgets/htmega_news_ticker.php:778
5729
- msgid "Icon Box Height/Width"
5730
- msgstr ""
5731
-
5732
- #: includes/widgets/htmega_accordion.php:1071
5733
- msgid "Icon Box Width"
5734
- msgstr ""
5735
-
5736
- #: includes/widgets/htmega_booked_calender.php:514
5737
- #: includes/widgets/htmega_notify.php:649
5738
- #: includes/widgets/htmega_post_grid_tab.php:756
5739
- #: includes/widgets/htmega_post_slider.php:1176
5740
- #: includes/widgets/htmega_pricing_list_view.php:306
5741
- #: includes/widgets/htmega_pricing_list_view.php:898
5742
- #: includes/widgets/htmega_search.php:270
5743
- #: includes/widgets/htmega_single_post.php:372
5744
- #: includes/widgets/htmega_tab.php:177 includes/widgets/htmega_tab.php:687
5745
- #: includes/widgets/htmega_tab.php:802
5746
- #: includes/widgets/htmega_teammember.php:244
5747
- #: extensions/ht-builder/widgets/bl_nav_menu.php:481
5748
- msgid "Icon Color"
5749
- msgstr ""
5750
-
5751
- #: includes/widgets/htmega_lightbox.php:408
5752
- msgid "Icon Dimensions"
5753
- msgstr ""
5754
-
5755
- #: includes/widgets/htmega_search.php:881
5756
- #: includes/widgets/htmega_socialshere.php:471
5757
- #: includes/widgets/htmega_toggle.php:252
5758
- msgid "Icon Font Size"
5759
- msgstr ""
5760
-
5761
- #: includes/widgets/htmega_instagram.php:1439
5762
- #: includes/widgets/htmega_socialshere.php:500
5763
- #: includes/widgets/htmega_tab.php:772
5764
- msgid "Icon Height"
5765
- msgstr ""
5766
-
5767
- #: includes/widgets/htmega_teammember.php:279
5768
- msgid "Icon Hover Background"
5769
- msgstr ""
5770
-
5771
- #: includes/widgets/htmega_teammember.php:290
5772
- msgid "Icon Hover border color"
5773
- msgstr ""
5774
-
5775
- #: includes/widgets/htmega_teammember.php:267
5776
- msgid "Icon Hover Color"
5777
- msgstr ""
5778
-
5779
- #: includes/widgets/htmega_video_player.php:97
5780
- msgid "Icon Image"
5781
- msgstr ""
5782
-
5783
- #: includes/widgets/htmega_button.php:107
5784
- #: includes/widgets/htmega_call_to_action.php:196
5785
- #: includes/widgets/htmega_call_to_action.php:290
5786
- #: includes/widgets/htmega_double_button.php:153
5787
- #: includes/widgets/htmega_double_button.php:240
5788
- #: includes/widgets/htmega_modal.php:174
5789
- #: includes/widgets/htmega_offcanvas.php:191
5790
- #: includes/widgets/htmega_pricing_list_view.php:1177
5791
- msgid "Icon Position"
5792
- msgstr ""
5793
-
5794
- #: includes/widgets/htmega_socialshere.php:455
5795
- msgid "Icon Settings"
5796
- msgstr ""
5797
-
5798
- #: includes/widgets/htmega_table.php:292
5799
- msgid "Icon SIze"
5800
- msgstr ""
5801
-
5802
- #: includes/widgets/htmega_accordion.php:978
5803
- #: includes/widgets/htmega_call_to_action.php:785
5804
- #: includes/widgets/htmega_call_to_action.php:991
5805
- #: includes/widgets/htmega_instagram.php:1377
5806
- #: includes/widgets/htmega_modal.php:377
5807
- #: includes/widgets/htmega_news_ticker.php:606
5808
- #: includes/widgets/htmega_news_ticker.php:758
5809
- #: includes/widgets/htmega_notify.php:638
5810
- #: includes/widgets/htmega_popover.php:362
5811
- #: includes/widgets/htmega_pricing_list_view.php:743
5812
- #: includes/widgets/htmega_services.php:624
5813
- #: includes/widgets/htmega_switcher.php:82
5814
- #: includes/widgets/htmega_switcher.php:173 includes/widgets/htmega_tab.php:700
5815
- #: includes/widgets/htmega_tooltip.php:339
5816
- msgid "Icon Size"
5817
- msgstr ""
5818
-
5819
- #: includes/widgets/htmega_modal.php:409
5820
- msgid "Icon Space"
5821
- msgstr ""
5822
-
5823
- #: includes/widgets/htmega_button.php:125
5824
- #: includes/widgets/htmega_call_to_action.php:174
5825
- #: includes/widgets/htmega_call_to_action.php:268
5826
- #: includes/widgets/htmega_double_button.php:131
5827
- #: includes/widgets/htmega_double_button.php:218
5828
- #: includes/widgets/htmega_offcanvas.php:215
5829
- msgid "Icon Spacing"
5830
- msgstr ""
5831
-
5832
- #: includes/widgets/htmega_button.php:504
5833
- #: includes/widgets/htmega_news_ticker.php:594
5834
- msgid "Icon Style"
5835
- msgstr ""
5836
-
5837
- #: includes/widgets/htmega_counter.php:90 includes/widgets/htmega_modal.php:119
5838
- #: includes/widgets/htmega_section_title.php:94
5839
- #: includes/widgets/htmega_working_process.php:105
5840
- msgid "Icon Type"
5841
- msgstr ""
5842
-
5843
- #: includes/widgets/htmega_instagram.php:1420
5844
- #: includes/widgets/htmega_socialshere.php:548
5845
- #: includes/widgets/htmega_tab.php:751
5846
- msgid "Icon Width"
5847
- msgstr ""
5848
-
5849
- #: includes/widgets/htmega_counter.php:814
5850
- msgid "Icon/Image"
5851
- msgstr ""
5852
-
5853
- #: includes/widgets/htmega_pricing_list_view.php:621
5854
- msgid "Icons"
5855
- msgstr ""
5856
-
5857
- #: includes/widgets/htmega_bbpress.php:65
5858
- #: includes/widgets/htmega_news_ticker.php:251
5859
- #: includes/widgets/htmega_post_grid.php:148
5860
- #: includes/widgets/htmega_post_grid_tab.php:155
5861
- #: includes/widgets/htmega_post_slider.php:159
5862
- #: extensions/ht-builder/widgets/bl_post_archive.php:199
5863
- msgid "ID"
5864
- msgstr ""
5865
-
5866
- #: includes/widgets/htmega_news_ticker.php:815
5867
- #: includes/widgets/htmega_panel_slider.php:829
5868
- msgid "If need to different from prev button"
5869
- msgstr ""
5870
-
5871
- #: admin/include/admin-setting.php:1186
5872
- msgid ""
5873
- "If you’re loving how our product has helped your business, please let the "
5874
- "WordPress community know by"
5875
- msgstr ""
5876
-
5877
- #: includes/widgets/htmega_404_content.php:57
5878
- #: includes/widgets/htmega_accordion.php:151
5879
- #: includes/widgets/htmega_accordion.php:194
5880
- #: includes/widgets/htmega_add_banner.php:72
5881
- #: includes/widgets/htmega_blockquote.php:93
5882
- #: includes/widgets/htmega_blockquote.php:108
5883
- #: includes/widgets/htmega_carousel.php:79
5884
- #: includes/widgets/htmega_counter.php:99
5885
- #: includes/widgets/htmega_counter.php:125
5886
- #: includes/widgets/htmega_cuctom_event.php:51
5887
- #: includes/widgets/htmega_image_grid.php:123
5888
- #: includes/widgets/htmega_image_masonry.php:103
5889
- #: includes/widgets/htmega_instagram.php:215
5890
- #: includes/widgets/htmega_instagram.php:233
5891
- #: includes/widgets/htmega_lightbox.php:53
5892
- #: includes/widgets/htmega_lightbox.php:63
5893
- #: includes/widgets/htmega_lightbox.php:117
5894
- #: includes/widgets/htmega_modal.php:123 includes/widgets/htmega_modal.php:137
5895
- #: includes/widgets/htmega_panel_slider.php:87
5896
- #: includes/widgets/htmega_popover.php:61
5897
- #: includes/widgets/htmega_popover.php:101
5898
- #: includes/widgets/htmega_pricing_list_view.php:240
5899
- #: includes/widgets/htmega_pricing_list_view.php:267
5900
- #: includes/widgets/htmega_section_title.php:98
5901
- #: includes/widgets/htmega_section_title.php:112
5902
- #: includes/widgets/htmega_services.php:73
5903
- #: includes/widgets/htmega_services.php:88
5904
- #: includes/widgets/htmega_services.php:876
5905
- #: includes/widgets/htmega_slider_thumb_gallery.php:82
5906
- #: includes/widgets/htmega_special_banner.php:58
5907
- #: includes/widgets/htmega_table.php:256
5908
- #: includes/widgets/htmega_testimonial_grid.php:195
5909
- #: includes/widgets/htmega_testimonial_grid.php:388
5910
- #: includes/widgets/htmega_tooltip.php:61
5911
- #: includes/widgets/htmega_tooltip.php:101
5912
- #: includes/widgets/htmega_video_player.php:86
5913
- #: includes/widgets/htmega_wc_categories.php:398
5914
- #: includes/widgets/htmega_working_process.php:109
5915
- #: includes/widgets/htmega_working_process.php:124
5916
- #: extensions/ht-builder/widgets/bl_post_author_info.php:139
5917
- msgid "Image"
5918
- msgstr ""
5919
-
5920
- #: includes/widgets/htmega_image_comparison.php:532
5921
- msgid "Image After"
5922
- msgstr ""
5923
-
5924
- #: includes/widgets/htmega_image_comparison.php:512
5925
- msgid "Image Before"
5926
- msgstr ""
5927
-
5928
- #: includes/widgets/htmega_post_grid.php:236
5929
- #: includes/widgets/htmega_post_grid_tab.php:324
5930
- msgid "Image Border Radius"
5931
- msgstr ""
5932
-
5933
- #: includes/widgets/htmega_panel_slider.php:610
5934
- msgid "Image Box Padding"
5935
- msgstr ""
5936
-
5937
- #: admin/include/admin-setting.php:263
5938
- #: includes/widgets/htmega_image_comparison.php:13
5939
- #: includes/widgets/htmega_image_comparison.php:43
5940
- msgid "Image Comparison"
5941
- msgstr ""
5942
-
5943
- #: admin/include/admin-setting.php:271
5944
- #: includes/widgets/htmega_image_grid.php:13
5945
- #: includes/widgets/htmega_image_grid.php:35
5946
- msgid "Image Grid"
5947
- msgstr ""
5948
-
5949
- #: includes/widgets/htmega_image_grid.php:170
5950
- msgid "Image Grid Description"
5951
- msgstr ""
5952
-
5953
- #: includes/widgets/htmega_image_grid.php:116
5954
- msgid "Image Grid Description."
5955
- msgstr ""
5956
-
5957
- #: includes/widgets/htmega_carousel.php:101
5958
- #: includes/widgets/htmega_image_grid.php:169
5959
- msgid "Image Grid Title"
5960
- msgstr ""
5961
-
5962
- #: includes/widgets/htmega_carousel.php:72
5963
- #: includes/widgets/htmega_image_grid.php:107
5964
- msgid "Image Grid Title."
5965
- msgstr ""
5966
-
5967
- #: includes/widgets/htmega_table.php:372
5968
- msgid "Image Height"
5969
- msgstr ""
5970
-
5971
- #: includes/widgets/htmega_teammember.php:100
5972
- msgid "Image Hover Animate"
5973
- msgstr ""
5974
-
5975
- #: extensions/wc-sales-notification/admin/setting.php:94
5976
- msgid "Image Left"
5977
- msgstr ""
5978
-
5979
- #: includes/widgets/htmega_instagram.php:87
5980
- msgid "Image link in new tab"
5981
- msgstr ""
5982
-
5983
- #: admin/include/admin-setting.php:279
5984
- #: includes/widgets/htmega_image_magnifier.php:13
5985
- msgid "Image Magnifier"
5986
- msgstr ""
5987
-
5988
- #: admin/include/admin-setting.php:287
5989
- #: includes/widgets/htmega_image_marker.php:13
5990
- msgid "Image Marker"
5991
- msgstr ""
5992
-
5993
- #: admin/include/admin-setting.php:295
5994
- #: includes/widgets/htmega_image_masonry.php:13
5995
- #: includes/widgets/htmega_image_masonry.php:43
5996
- msgid "Image Masonry"
5997
- msgstr ""
5998
-
5999
- #: includes/widgets/htmega_image_masonry.php:150
6000
- msgid "Image Masonry Description"
6001
- msgstr ""
6002
-
6003
- #: includes/widgets/htmega_image_masonry.php:96
6004
- msgid "Image Masonry Description."
6005
- msgstr ""
6006
-
6007
- #: includes/widgets/htmega_image_masonry.php:149
6008
- msgid "Image Masonry Title"
6009
- msgstr ""
6010
-
6011
- #: includes/widgets/htmega_image_masonry.php:87
6012
- msgid "Image Masonry Title."
6013
- msgstr ""
6014
-
6015
- #: includes/widgets/htmega_panel_slider.php:587
6016
- #: includes/widgets/htmega_post_grid.php:218
6017
- #: includes/widgets/htmega_post_slider.php:648
6018
- msgid "Image Overlay"
6019
- msgstr ""
6020
-
6021
- #: includes/widgets/htmega_instagram_feed.php:146
6022
- msgid "Image Padding"
6023
- msgstr ""
6024
-
6025
- #: includes/widgets/htmega_section_title.php:153
6026
- #: extensions/wc-sales-notification/admin/setting.php:89
6027
- msgid "Image Position"
6028
- msgstr ""
6029
-
6030
- #: includes/widgets/htmega_instagram_feed.php:60
6031
- msgid "Image Size"
6032
- msgstr ""
6033
-
6034
- #: includes/widgets/htmega_modal.php:291
6035
- msgid "Image space"
6036
- msgstr ""
6037
-
6038
- #: includes/widgets/htmega_table.php:349
6039
- #: includes/widgets/htmega_twitter_feed.php:807
6040
- msgid "Image Width"
6041
- msgstr ""
6042
-
6043
- #: includes/widgets/htmega_pricing_list_view.php:492
6044
- msgid "Image/Icon Position"
6045
- msgstr ""
6046
-
6047
- #: includes/class.assests.php:377
6048
- msgid "Import"
6049
- msgstr ""
6050
-
6051
- #: admin/include/templates_list.php:13
6052
- msgid "Import template to your Library"
6053
- msgstr ""
6054
-
6055
- #: includes/class.assests.php:375
6056
- msgid "Import to Library"
6057
- msgstr ""
6058
-
6059
- #: includes/class.assests.php:376
6060
- msgid "Import to Page"
6061
- msgstr ""
6062
-
6063
- #: includes/class.assests.php:370
6064
- msgid "in this package"
6065
- msgstr ""
6066
-
6067
- #: admin/include/admin-setting.php:1257 admin/include/admin-setting.php:1282
6068
- msgid "Incoming animation option"
6069
- msgstr ""
6070
-
6071
- #: includes/widgets/htmega_instagram.php:1541
6072
- msgid "Incorrect access token specified."
6073
- msgstr ""
6074
-
6075
- #: includes/widgets/htmega_progressbar.php:594
6076
- msgid "Indicator Background"
6077
- msgstr ""
6078
-
6079
- #: includes/widgets/htmega_progressbar.php:618
6080
- msgid "Indicator Border Radius"
6081
- msgstr ""
6082
-
6083
- #: includes/widgets/htmega_image_marker.php:428
6084
- #: includes/widgets/htmega_progressbar.php:175
6085
- msgid "Indicator color"
6086
- msgstr ""
6087
-
6088
- #: includes/widgets/htmega_image_marker.php:561
6089
- msgid "Indicator Height"
6090
- msgstr ""
6091
-
6092
- #: includes/widgets/htmega_image_marker.php:588
6093
- msgid "Indicator Line Height"
6094
- msgstr ""
6095
-
6096
- #: includes/widgets/htmega_image_marker.php:353
6097
- msgid "Indicator Position(X)"
6098
- msgstr ""
6099
-
6100
- #: includes/widgets/htmega_image_marker.php:380
6101
- msgid "Indicator Position(Y)"
6102
- msgstr ""
6103
-
6104
- #: includes/widgets/htmega_image_marker.php:406
6105
- msgid "Indicator Rotated"
6106
- msgstr ""
6107
-
6108
- #: includes/widgets/htmega_progressbar.php:563
6109
- msgid "Indicator Size"
6110
- msgstr ""
6111
-
6112
- #: includes/widgets/htmega_image_marker.php:534
6113
- msgid "Indicator Width"
6114
- msgstr ""
6115
-
6116
- #: includes/widgets/htmega_notify.php:124
6117
- msgid "Info"
6118
- msgstr ""
6119
-
6120
- #: includes/widgets/htmega_googlemap.php:213
6121
- msgid "Info Address Span Style"
6122
- msgstr ""
6123
-
6124
- #: includes/widgets/htmega_googlemap.php:179
6125
- msgid "Info Address Style"
6126
- msgstr ""
6127
-
6128
- #: includes/widgets/htmega_googlemap.php:400
6129
- msgid "Info Button Close"
6130
- msgstr ""
6131
-
6132
- #: includes/widgets/htmega_notify.php:631
6133
- msgid "Info Icon"
6134
- msgstr ""
6135
-
6136
- #: includes/widgets/htmega_googlemap.php:361
6137
- msgid "Info Pointer"
6138
- msgstr ""
6139
-
6140
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:51
6141
- msgid "inline"
6142
- msgstr ""
6143
-
6144
- #: includes/widgets/htmega_section_title.php:620
6145
- #: includes/widgets/htmega_section_title.php:851
6146
- msgid "Inline block"
6147
- msgstr ""
6148
-
6149
- #: extensions/ht-menu/widgets/inline-mega-menu.php:14
6150
- msgid "Inline Mega Menu"
6151
- msgstr ""
6152
-
6153
- #: admin/include/admin-setting.php:303
6154
- #: includes/widgets/htmega_inline_menu.php:13
6155
- #: includes/widgets/htmega_inline_menu.php:46
6156
- msgid "Inline Navigation"
6157
- msgstr ""
6158
-
6159
- #: includes/widgets/htmega_progressbar.php:646
6160
- #: includes/widgets/htmega_progressbar.php:765
6161
- msgid "Inner"
6162
- msgstr ""
6163
-
6164
- #: includes/widgets/htmega_call_to_action.php:423
6165
- msgid "Inner Box Style"
6166
- msgstr ""
6167
-
6168
- #: includes/widgets/htmega_caldera_forms.php:85
6169
- #: includes/widgets/htmega_contact_form_seven.php:150
6170
- #: includes/widgets/htmega_gravity_forms.php:262
6171
- #: includes/widgets/htmega_ninja_forms.php:350
6172
- #: includes/widgets/htmega_qu_forms.php:247
6173
- #: includes/widgets/htmega_search.php:212
6174
- #: includes/widgets/htmega_user_login_form.php:780
6175
- #: includes/widgets/htmega_wc_element_pages.php:528
6176
- #: includes/widgets/htmega_wc_element_pages.php:863
6177
- #: includes/widgets/htmega_wpforms.php:340
6178
- msgid "Input"
6179
- msgstr ""
6180
-
6181
- #: includes/widgets/htmega_mailchimp_for_wp.php:151
6182
- #: extensions/ht-builder/widgets/bl_post_comments.php:40
6183
- #: extensions/ht-builder/widgets/bl_post_search_form.php:102
6184
- msgid "Input Box"
6185
- msgstr ""
6186
-
6187
- #: includes/widgets/htmega_caldera_forms.php:146
6188
- msgid "Input Space"
6189
- msgstr ""
6190
-
6191
- #: admin/include/templates/library/templates.php:64
6192
- msgid "Insert"
6193
- msgstr ""
6194
-
6195
- #: includes/recommended-plugins/recommended-plugins.php:44
6196
- msgid "Insert Headers and Footers Code"
6197
- msgstr ""
6198
-
6199
- #: admin/include/admin-setting.php:311 includes/widgets/htmega_instagram.php:15
6200
- #: includes/widgets/htmega_instagram.php:44
6201
- msgid "Instagram"
6202
- msgstr ""
6203
-
6204
- #: includes/widgets/htmega_instagram.php:77
6205
- msgid "Instagram Access Token"
6206
- msgstr ""
6207
-
6208
- #: includes/widgets/htmega_instagram_feed.php:13
6209
- #: includes/widgets/htmega_instagram_feed.php:35
6210
- msgid "Instagram Feed"
6211
- msgstr ""
6212
-
6213
- #: admin/include/template-library.php:267
6214
- #: admin/include/template-library.php:319
6215
- #: includes/recommended-plugins/class.recommended-plugins.php:248
6216
- msgid "Install Now"
6217
- msgstr ""
6218
-
6219
- #: includes/class.assests.php:380
6220
- #: includes/recommended-plugins/class.recommended-plugins.php:124
6221
- msgid "Installing.."
6222
- msgstr ""
6223
-
6224
- #: includes/widgets/htmega_socialshere.php:73
6225
- msgid "Instapaper"
6226
- msgstr ""
6227
-
6228
- #: admin/include/admin-setting.php:999
6229
- msgid "Instragram Feed"
6230
- msgstr ""
6231
-
6232
- #: includes/helper-function.php:344
6233
- msgid "Invalid username or password!"
6234
- msgstr ""
6235
-
6236
- #: includes/widgets/htmega_business_hours.php:300
6237
- #: includes/widgets/htmega_instagram.php:662
6238
- #: extensions/ht-builder/widgets/bl_post_archive.php:245
6239
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:347
6240
- msgid "Item"
6241
- msgstr ""
6242
-
6243
- #: includes/widgets/htmega_countdown.php:607
6244
- msgid "Item Alignment"
6245
- msgstr ""
6246
-
6247
- #: includes/widgets/htmega_business_hours.php:209
6248
- msgid "Item Area"
6249
- msgstr ""
6250
-
6251
- #: includes/widgets/htmega_easy_digital_download.php:251
6252
- msgid "Item Background"
6253
- msgstr ""
6254
-
6255
- #: includes/widgets/htmega_testimonial_grid.php:253
6256
- msgid "Item Box Style"
6257
- msgstr ""
6258
-
6259
- #: includes/widgets/htmega_accordion.php:275
6260
- msgid "Item Collapse Icon"
6261
- msgstr ""
6262
-
6263
- #: includes/widgets/htmega_post_grid.php:397
6264
- #: includes/widgets/htmega_post_grid_tab.php:1242
6265
- msgid "Item Five Gradient"
6266
- msgstr ""
6267
-
6268
- #: includes/widgets/htmega_post_grid.php:379
6269
- #: includes/widgets/htmega_post_grid_tab.php:1224
6270
- msgid "Item Four Gradient"
6271
- msgstr ""
6272
-
6273
- #: includes/widgets/htmega_easy_digital_download.php:225
6274
- msgid "Item Gap"
6275
- msgstr ""
6276
-
6277
- #: includes/widgets/htmega_progressbar.php:535
6278
- msgid "Item Inner Padding"
6279
- msgstr ""
6280
-
6281
- #: includes/widgets/htmega_instagram.php:130
6282
- msgid "Item Limit"
6283
- msgstr ""
6284
-
6285
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:378
6286
- msgid "Item Link"
6287
- msgstr ""
6288
-
6289
- #: includes/widgets/htmega_working_process.php:463
6290
- msgid "Item Number Shape"
6291
- msgstr ""
6292
-
6293
- #: includes/widgets/htmega_post_grid.php:326
6294
- #: includes/widgets/htmega_post_grid_tab.php:1171
6295
- msgid "Item One Gradient"
6296
- msgstr ""
6297
-
6298
- #: includes/widgets/htmega_instagram.php:725
6299
- msgid "Item Overlay"
6300
- msgstr ""
6301
-
6302
- #: includes/widgets/htmega_progressbar.php:521
6303
- #: extensions/ht-menu/widgets/inline-mega-menu.php:280
6304
- msgid "Item Padding"
6305
- msgstr ""
6306
-
6307
- #: includes/widgets/htmega_post_grid.php:433
6308
- #: includes/widgets/htmega_post_grid_tab.php:1278
6309
- msgid "Item Seven Gradient"
6310
- msgstr ""
6311
-
6312
- #: includes/widgets/htmega_post_grid.php:415
6313
- #: includes/widgets/htmega_post_grid_tab.php:1260
6314
- msgid "Item Six Gradient"
6315
- msgstr ""
6316
-
6317
- #: includes/widgets/htmega_slider_thumb_gallery.php:1249
6318
- msgid "Item space"
6319
- msgstr ""
6320
-
6321
- #: includes/widgets/htmega_working_process.php:340
6322
- msgid "Item style"
6323
- msgstr ""
6324
-
6325
- #: includes/widgets/htmega_post_grid.php:361
6326
- #: includes/widgets/htmega_post_grid_tab.php:1206
6327
- msgid "Item Three Gradient"
6328
- msgstr ""
6329
-
6330
- #: includes/widgets/htmega_post_grid.php:343
6331
- #: includes/widgets/htmega_post_grid_tab.php:1188
6332
- msgid "Item Two Gradient"
6333
- msgstr ""
6334
-
6335
- #: includes/widgets/htmega_working_process.php:357
6336
- #: includes/widgets/htmega_working_process.php:564
6337
- msgid "Item Width"
6338
- msgstr ""
6339
-
6340
- #: includes/widgets/htmega_working_process.php:451
6341
- msgid "Items Seperator Style"
6342
- msgstr ""
6343
-
6344
- #: includes/widgets/htmega_progressbar.php:412
6345
- msgid "Items Style"
6346
- msgstr ""
6347
-
6348
- #: includes/widgets/htmega_booked_calender.php:101
6349
- msgid "January"
6350
- msgstr ""
6351
-
6352
- #: includes/widgets/htmega_job_manager.php:48
6353
- msgid "Job Apply To"
6354
- msgstr ""
6355
-
6356
- #: includes/widgets/htmega_job_manager.php:50
6357
- msgid "Job Dashboard"
6358
- msgstr ""
6359
-
6360
- #: includes/widgets/htmega_job_manager.php:46
6361
- msgid "Job List"
6362
- msgstr ""
6363
-
6364
- #: admin/include/admin-setting.php:1009 admin/include/admin-setting.php:1019
6365
- #: includes/widgets/htmega_job_manager.php:13
6366
- #: includes/widgets/htmega_job_manager.php:35
6367
- msgid "Job Manager"
6368
- msgstr ""
6369
-
6370
- #: includes/widgets/htmega_job_manager.php:49
6371
- msgid "Job Post Form"
6372
- msgstr ""
6373
-
6374
- #: includes/widgets/htmega_job_manager.php:47
6375
- msgid "Job Summary"
6376
- msgstr ""
6377
-
6378
- #: includes/widgets/htmega_blockquote.php:81
6379
- #: includes/widgets/htmega_blockquote.php:82
6380
- msgid "Jon Doy"
6381
- msgstr ""
6382
-
6383
- #: includes/widgets/htmega_table.php:475
6384
- msgid "jondoy@gmail.com"
6385
- msgstr ""
6386
-
6387
- #: includes/widgets/htmega_progressbar.php:206
6388
- msgid "Joomla"
6389
- msgstr ""
6390
-
6391
- #: includes/widgets/htmega_pricing_list_view.php:150
6392
- msgid "Joomla Template"
6393
- msgstr ""
6394
-
6395
- #: includes/widgets/htmega_booked_calender.php:107
6396
- msgid "July"
6397
- msgstr ""
6398
-
6399
- #: includes/widgets/htmega_booked_calender.php:106
6400
- msgid "June"
6401
- msgstr ""
6402
-
6403
- #: includes/widgets/htmega_404_content.php:253
6404
- #: includes/widgets/htmega_add_banner.php:380
6405
- #: includes/widgets/htmega_blockquote.php:195
6406
- #: includes/widgets/htmega_buddy_press.php:258
6407
- #: includes/widgets/htmega_business_hours.php:403
6408
- #: includes/widgets/htmega_button.php:166
6409
- #: includes/widgets/htmega_call_to_action.php:342
6410
- #: includes/widgets/htmega_carousel.php:849
6411
- #: includes/widgets/htmega_contact_form_seven.php:132
6412
- #: includes/widgets/htmega_countdown.php:623
6413
- #: includes/widgets/htmega_countdown.php:655
6414
- #: includes/widgets/htmega_counter.php:300
6415
- #: includes/widgets/htmega_counter.php:333
6416
- #: includes/widgets/htmega_counter.php:439
6417
- #: includes/widgets/htmega_counter.php:565
6418
- #: includes/widgets/htmega_image_grid.php:295
6419
- #: includes/widgets/htmega_image_grid.php:392
6420
- #: includes/widgets/htmega_image_masonry.php:270
6421
- #: includes/widgets/htmega_image_masonry.php:367
6422
- #: includes/widgets/htmega_lightbox.php:208
6423
- #: includes/widgets/htmega_lightbox.php:321
6424
- #: includes/widgets/htmega_mailchimp_for_wp.php:133
6425
- #: includes/widgets/htmega_modal.php:362 includes/widgets/htmega_modal.php:1017
6426
- #: includes/widgets/htmega_news_ticker.php:466
6427
- #: includes/widgets/htmega_notify.php:286
6428
- #: includes/widgets/htmega_notify.php:566
6429
- #: includes/widgets/htmega_notify.php:832
6430
- #: includes/widgets/htmega_offcanvas.php:379
6431
- #: includes/widgets/htmega_panel_slider.php:575
6432
- #: includes/widgets/htmega_popover.php:277
6433
- #: includes/widgets/htmega_popover.php:673
6434
- #: includes/widgets/htmega_popover.php:777
6435
- #: includes/widgets/htmega_post_grid.php:529
6436
- #: includes/widgets/htmega_post_grid.php:642
6437
- #: includes/widgets/htmega_post_grid_tab.php:507
6438
- #: includes/widgets/htmega_post_grid_tab.php:594
6439
- #: includes/widgets/htmega_post_slider.php:942
6440
- #: includes/widgets/htmega_post_slider.php:1029
6441
- #: includes/widgets/htmega_pricing_list_view.php:477
6442
- #: includes/widgets/htmega_pricing_list_view.php:1132
6443
- #: includes/widgets/htmega_search.php:168
6444
- #: includes/widgets/htmega_services.php:253
6445
- #: includes/widgets/htmega_services.php:437
6446
- #: includes/widgets/htmega_services.php:542
6447
- #: includes/widgets/htmega_services.php:731
6448
- #: includes/widgets/htmega_services.php:993
6449
- #: includes/widgets/htmega_single_post.php:233
6450
- #: includes/widgets/htmega_single_post.php:436
6451
- #: includes/widgets/htmega_special_banner.php:277
6452
- #: includes/widgets/htmega_table.php:651 includes/widgets/htmega_table.php:770
6453
- #: includes/widgets/htmega_tablepress.php:225
6454
- #: includes/widgets/htmega_tablepress.php:382
6455
- #: includes/widgets/htmega_teammember.php:757
6456
- #: includes/widgets/htmega_teammember.php:847
6457
- #: includes/widgets/htmega_teammember.php:938
6458
- #: includes/widgets/htmega_teammember.php:1005
6459
- #: includes/widgets/htmega_testimonial_grid.php:565
6460
- #: includes/widgets/htmega_toggle.php:208
6461
- #: includes/widgets/htmega_tooltip.php:253
6462
- #: includes/widgets/htmega_user_login_form.php:558
6463
- #: extensions/ht-builder/widgets/bl_page_title.php:149
6464
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:151
6465
- #: extensions/ht-builder/widgets/bl_post_content.php:84
6466
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:84
6467
- #: extensions/ht-builder/widgets/bl_post_title.php:117
6468
- #: extensions/ht-builder/widgets/bl_site_logo.php:171
6469
- #: extensions/ht-builder/widgets/bl_site_title.php:151
6470
- msgid "Justified"
6471
- msgstr ""
6472
-
6473
- #: includes/widgets/htmega_user_login_form.php:400
6474
- msgid "Justify Content"
6475
- msgstr ""
6476
-
6477
- #: includes/recommended-plugins/recommended-plugins.php:78
6478
- msgid "JustTables"
6479
- msgstr ""
6480
-
6481
- #: includes/widgets/htmega_caldera_forms.php:55
6482
- #: includes/widgets/htmega_contact_form_seven.php:442
6483
- #: includes/widgets/htmega_countdown.php:912
6484
- #: includes/widgets/htmega_gravity_forms.php:174
6485
- #: includes/widgets/htmega_news_ticker.php:483
6486
- #: includes/widgets/htmega_ninja_forms.php:259
6487
- #: includes/widgets/htmega_qu_forms.php:71
6488
- #: includes/widgets/htmega_user_login_form.php:174
6489
- #: includes/widgets/htmega_user_login_form.php:1439
6490
- #: includes/widgets/htmega_wc_element_pages.php:484
6491
- #: includes/widgets/htmega_wc_element_pages.php:830
6492
- #: includes/widgets/htmega_wpforms.php:252
6493
- msgid "Label"
6494
- msgstr ""
6495
-
6496
- #: includes/widgets/htmega_pricing_list_view.php:782
6497
- msgid "Label Background"
6498
- msgstr ""
6499
-
6500
- #: includes/widgets/htmega_pricing_list_view.php:797
6501
- msgid "Label Color"
6502
- msgstr ""
6503
-
6504
- #: includes/widgets/htmega_news_ticker.php:561
6505
- msgid "Label Height"
6506
- msgstr ""
6507
-
6508
- #: includes/widgets/htmega_news_ticker.php:78
6509
- msgid "Label Icon"
6510
- msgstr ""
6511
-
6512
- #: includes/widgets/htmega_pricing_list_view.php:845
6513
- msgid "Label Margin"
6514
- msgstr ""
6515
-
6516
- #: includes/widgets/htmega_pricing_list_view.php:829
6517
- msgid "Label Padding"
6518
- msgstr ""
6519
-
6520
- #: includes/widgets/htmega_pricing_list_view.php:758
6521
- msgid "Label Position"
6522
- msgstr ""
6523
-
6524
- #: includes/widgets/htmega_countdown.php:172
6525
- msgid "Label Setting"
6526
- msgstr ""
6527
-
6528
- #: includes/widgets/htmega_pricing_list_view.php:728
6529
- msgid "Label Typography"
6530
- msgstr ""
6531
-
6532
- #: includes/widgets/htmega_button.php:88
6533
- #: includes/widgets/htmega_double_button.php:48
6534
- msgid "Large"
6535
- msgstr ""
6536
-
6537
- #: includes/widgets/htmega_testimonial_grid.php:101
6538
- msgid "Large Mobile"
6539
- msgstr ""
6540
-
6541
- #: includes/widgets/htmega_googlemap.php:133
6542
- #: includes/widgets/weather/htmega_weather.php:184
6543
- msgid "Latitude"
6544
- msgstr ""
6545
-
6546
- #: includes/widgets/htmega_layer_slider.php:13
6547
- #: includes/widgets/htmega_layer_slider.php:47
6548
- msgid "LayerSlider"
6549
- msgstr ""
6550
-
6551
- #: includes/widgets/htmega_animated_heading.php:49
6552
- #: includes/widgets/htmega_bbpress.php:42
6553
- #: includes/widgets/htmega_business_hours.php:43
6554
- #: includes/widgets/htmega_job_manager.php:42
6555
- #: includes/widgets/htmega_post_grid.php:43
6556
- #: includes/widgets/htmega_post_grid_tab.php:50
6557
- #: includes/widgets/htmega_post_slider.php:51
6558
- #: includes/widgets/htmega_pricing_list_view.php:35
6559
- #: includes/widgets/htmega_pricing_list_view.php:42
6560
- #: includes/widgets/htmega_table.php:44
6561
- #: includes/widgets/htmega_vertical_timeline.php:43
6562
- #: extensions/ht-builder/widgets/bl_post_archive.php:43
6563
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:46
6564
- msgid "Layout"
6565
- msgstr ""
6566
-
6567
- #: includes/widgets/htmega_business_hours.php:51
6568
- #: includes/widgets/htmega_post_grid.php:51
6569
- #: includes/widgets/htmega_post_grid_tab.php:58
6570
- #: includes/widgets/htmega_post_slider.php:59
6571
- msgid "Layout Five"
6572
- msgstr ""
6573
-
6574
- #: includes/widgets/htmega_business_hours.php:50
6575
- #: includes/widgets/htmega_post_grid.php:50
6576
- #: includes/widgets/htmega_post_grid_tab.php:57
6577
- #: includes/widgets/htmega_post_slider.php:58
6578
- #: includes/widgets/htmega_vertical_timeline.php:51
6579
- msgid "Layout Four"
6580
- msgstr ""
6581
-
6582
- #: includes/widgets/htmega_pricing_list_view.php:49
6583
- msgid "Layout Four ( No Border )"
6584
- msgstr ""
6585
-
6586
- #: includes/widgets/htmega_business_hours.php:47
6587
- #: includes/widgets/htmega_post_grid.php:47
6588
- #: includes/widgets/htmega_post_grid_tab.php:54
6589
- #: includes/widgets/htmega_post_slider.php:55
6590
- #: includes/widgets/htmega_pricing_list_view.php:46
6591
- #: includes/widgets/htmega_switcher.php:45 includes/widgets/htmega_table.php:48
6592
- #: includes/widgets/htmega_vertical_timeline.php:48
6593
- #: extensions/ht-builder/widgets/bl_post_archive.php:47
6594
- msgid "Layout One"
6595
- msgstr ""
6596
-
6597
- #: includes/widgets/htmega_post_slider.php:61
6598
- msgid "Layout Seven"
6599
- msgstr ""
6600
-
6601
- #: includes/widgets/htmega_post_slider.php:60
6602
- msgid "Layout Six"
6603
- msgstr ""
6604
-
6605
- #: includes/widgets/htmega_business_hours.php:49
6606
- #: includes/widgets/htmega_post_grid.php:49
6607
- #: includes/widgets/htmega_post_grid_tab.php:56
6608
- #: includes/widgets/htmega_post_slider.php:57
6609
- #: includes/widgets/htmega_pricing_list_view.php:48
6610
- #: includes/widgets/htmega_table.php:50
6611
- #: includes/widgets/htmega_vertical_timeline.php:50
6612
- msgid "Layout Three"
6613
- msgstr ""
6614
-
6615
- #: includes/widgets/htmega_business_hours.php:48
6616
- #: includes/widgets/htmega_post_grid.php:48
6617
- #: includes/widgets/htmega_post_grid_tab.php:55
6618
- #: includes/widgets/htmega_post_slider.php:56
6619
- #: includes/widgets/htmega_pricing_list_view.php:47
6620
- #: includes/widgets/htmega_switcher.php:46 includes/widgets/htmega_table.php:49
6621
- #: includes/widgets/htmega_vertical_timeline.php:49
6622
- #: extensions/ht-builder/widgets/bl_post_archive.php:48
6623
- msgid "Layout Two"
6624
- msgstr ""
6625
-
6626
- #: admin/include/admin-setting.php:1186
6627
- msgid "leaving us a review on our WP repository"
6628
- msgstr ""
6629
-
6630
- #: includes/widgets/htmega_404_content.php:241
6631
- #: includes/widgets/htmega_accordion.php:470
6632
- #: includes/widgets/htmega_accordion.php:661
6633
- #: includes/widgets/htmega_accordion.php:819
6634
- #: includes/widgets/htmega_accordion.php:1205
6635
- #: includes/widgets/htmega_accordion.php:1323
6636
- #: includes/widgets/htmega_add_banner.php:368
6637
- #: includes/widgets/htmega_blockquote.php:183
6638
- #: includes/widgets/htmega_buddy_press.php:246
6639
- #: includes/widgets/htmega_business_hours.php:391
6640
- #: includes/widgets/htmega_button.php:111
6641
- #: includes/widgets/htmega_button.php:154
6642
- #: includes/widgets/htmega_call_to_action.php:200
6643
- #: includes/widgets/htmega_call_to_action.php:294
6644
- #: includes/widgets/htmega_call_to_action.php:330
6645
- #: includes/widgets/htmega_carousel.php:837
6646
- #: includes/widgets/htmega_contact_form_seven.php:120
6647
- #: includes/widgets/htmega_countdown.php:611
6648
- #: includes/widgets/htmega_countdown.php:643
6649
- #: includes/widgets/htmega_counter.php:288
6650
- #: includes/widgets/htmega_counter.php:321
6651
- #: includes/widgets/htmega_counter.php:427
6652
- #: includes/widgets/htmega_counter.php:553
6653
- #: includes/widgets/htmega_double_button.php:157
6654
- #: includes/widgets/htmega_double_button.php:244
6655
- #: includes/widgets/htmega_double_button.php:325
6656
- #: includes/widgets/htmega_dropcaps.php:84
6657
- #: includes/widgets/htmega_easy_digital_download.php:310
6658
- #: includes/widgets/htmega_image_grid.php:283
6659
- #: includes/widgets/htmega_image_grid.php:380
6660
- #: includes/widgets/htmega_image_marker.php:195
6661
- #: includes/widgets/htmega_image_marker.php:702
6662
- #: includes/widgets/htmega_image_masonry.php:258
6663
- #: includes/widgets/htmega_image_masonry.php:355
6664
- #: includes/widgets/htmega_inline_menu.php:121
6665
- #: includes/widgets/htmega_instagram.php:1484
6666
- #: includes/widgets/htmega_job_manager.php:151
6667
- #: includes/widgets/htmega_lightbox.php:196
6668
- #: includes/widgets/htmega_lightbox.php:309
6669
- #: includes/widgets/htmega_mailchimp_for_wp.php:121
6670
- #: includes/widgets/htmega_modal.php:178 includes/widgets/htmega_modal.php:350
6671
- #: includes/widgets/htmega_modal.php:1005
6672
- #: includes/widgets/htmega_news_ticker.php:454
6673
- #: includes/widgets/htmega_notify.php:274
6674
- #: includes/widgets/htmega_notify.php:554
6675
- #: includes/widgets/htmega_notify.php:820
6676
- #: includes/widgets/htmega_offcanvas.php:95
6677
- #: includes/widgets/htmega_offcanvas.php:196
6678
- #: includes/widgets/htmega_offcanvas.php:275
6679
- #: includes/widgets/htmega_offcanvas.php:367
6680
- #: includes/widgets/htmega_panel_slider.php:563
6681
- #: includes/widgets/htmega_popover.php:193
6682
- #: includes/widgets/htmega_popover.php:265
6683
- #: includes/widgets/htmega_popover.php:661
6684
- #: includes/widgets/htmega_popover.php:765
6685
- #: includes/widgets/htmega_post_grid.php:293
6686
- #: includes/widgets/htmega_post_grid.php:517
6687
- #: includes/widgets/htmega_post_grid.php:630
6688
- #: includes/widgets/htmega_post_grid_tab.php:401
6689
- #: includes/widgets/htmega_post_grid_tab.php:495
6690
- #: includes/widgets/htmega_post_grid_tab.php:582
6691
- #: includes/widgets/htmega_post_grid_tab.php:805
6692
- #: includes/widgets/htmega_post_slider.php:836
6693
- #: includes/widgets/htmega_post_slider.php:930
6694
- #: includes/widgets/htmega_post_slider.php:1017
6695
- #: includes/widgets/htmega_post_slider.php:1233
6696
- #: includes/widgets/htmega_pricing_list_view.php:465
6697
- #: includes/widgets/htmega_pricing_list_view.php:496
6698
- #: includes/widgets/htmega_pricing_list_view.php:1120
6699
- #: includes/widgets/htmega_pricing_list_view.php:1181
6700
- #: includes/widgets/htmega_search.php:156
6701
- #: includes/widgets/htmega_section_title.php:415
6702
- #: includes/widgets/htmega_services.php:241
6703
- #: includes/widgets/htmega_services.php:425
6704
- #: includes/widgets/htmega_services.php:530
6705
- #: includes/widgets/htmega_services.php:719
6706
- #: includes/widgets/htmega_services.php:981
6707
- #: includes/widgets/htmega_single_post.php:221
6708
- #: includes/widgets/htmega_single_post.php:317
6709
- #: includes/widgets/htmega_single_post.php:424
6710
- #: includes/widgets/htmega_slider_thumb_gallery.php:55
6711
- #: includes/widgets/htmega_socialshere.php:365
6712
- #: includes/widgets/htmega_special_banner.php:49
6713
- #: includes/widgets/htmega_special_banner.php:265
6714
- #: includes/widgets/htmega_tab.php:513 includes/widgets/htmega_table.php:639
6715
- #: includes/widgets/htmega_table.php:758
6716
- #: includes/widgets/htmega_tablepress.php:213
6717
- #: includes/widgets/htmega_tablepress.php:370
6718
- #: includes/widgets/htmega_teammember.php:105
6719
- #: includes/widgets/htmega_teammember.php:616
6720
- #: includes/widgets/htmega_teammember.php:745
6721
- #: includes/widgets/htmega_teammember.php:835
6722
- #: includes/widgets/htmega_teammember.php:926
6723
- #: includes/widgets/htmega_teammember.php:993
6724
- #: includes/widgets/htmega_testimonial_grid.php:553
6725
- #: includes/widgets/htmega_toggle.php:196
6726
- #: includes/widgets/htmega_tooltip.php:181
6727
- #: includes/widgets/htmega_tooltip.php:241
6728
- #: includes/widgets/htmega_user_login_form.php:140
6729
- #: includes/widgets/htmega_user_login_form.php:346
6730
- #: includes/widgets/htmega_user_login_form.php:546
6731
- #: includes/widgets/htmega_video_player.php:296
6732
- #: includes/widgets/htmega_wc_categories.php:349
6733
- #: extensions/ht-builder/widgets/bl_nav_menu.php:115
6734
- #: extensions/ht-builder/widgets/bl_nav_menu.php:498
6735
- #: extensions/ht-builder/widgets/bl_page_title.php:137
6736
- #: extensions/ht-builder/widgets/bl_post_archive.php:302
6737
- #: extensions/ht-builder/widgets/bl_post_archive.php:383
6738
- #: extensions/ht-builder/widgets/bl_post_archive.php:490
6739
- #: extensions/ht-builder/widgets/bl_post_archive.php:596
6740
- #: extensions/ht-builder/widgets/bl_post_archive.php:676
6741
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:139
6742
- #: extensions/ht-builder/widgets/bl_post_author_info.php:112
6743
- #: extensions/ht-builder/widgets/bl_post_content.php:72
6744
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:72
6745
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:71
6746
- #: extensions/ht-builder/widgets/bl_post_title.php:105
6747
- #: extensions/ht-builder/widgets/bl_site_logo.php:159
6748
- #: extensions/ht-builder/widgets/bl_site_title.php:139
6749
- #: extensions/ht-menu/widgets/inline-mega-menu.php:166
6750
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:167
6751
- msgid "Left"
6752
- msgstr ""
6753
-
6754
- #: includes/widgets/htmega_post_slider.php:1435
6755
- msgid "Left Arrow position"
6756
- msgstr ""
6757
-
6758
- #: includes/widgets/htmega_post_slider.php:1486
6759
- msgid "Left Arrow Position vertical"
6760
- msgstr ""
6761
-
6762
- #: includes/widgets/htmega_blockquote.php:155
6763
- msgid "Left Bottom"
6764
- msgstr ""
6765
-
6766
- #: includes/widgets/htmega_blockquote.php:154
6767
- msgid "Left Center"
6768
- msgstr ""
6769
-
6770
- #: includes/widgets/htmega_blockquote.php:153
6771
- msgid "Left Top"
6772
- msgstr ""
6773
-
6774
- #: includes/widgets/htmega_scroll_image.php:260
6775
- msgid "Left-Right"
6776
- msgstr ""
6777
-
6778
- #: includes/widgets/htmega_pricing_list_view.php:340
6779
- #: includes/widgets/htmega_pricing_list_view.php:969
6780
- msgid "Left-Right Position"
6781
- msgstr ""
6782
-
6783
- #: includes/widgets/htmega_image_comparison.php:181
6784
- msgid "Level Position"
6785
- msgstr ""
6786
-
6787
- #: admin/include/admin-setting.php:319
6788
- msgid "Light Box"
6789
- msgstr ""
6790
-
6791
- #: includes/widgets/htmega_lightbox.php:13
6792
- #: includes/widgets/htmega_lightbox.php:42
6793
- msgid "Lightbox"
6794
- msgstr ""
6795
-
6796
- #: includes/widgets/htmega_lightbox.php:49
6797
- msgid "Lightbox Type"
6798
- msgstr ""
6799
-
6800
- #: includes/widgets/htmega_post_grid.php:107
6801
- #: includes/widgets/htmega_post_grid_tab.php:114
6802
- #: includes/widgets/htmega_post_slider.php:118
6803
- #: includes/widgets/htmega_twitter_feed.php:122
6804
- #: extensions/wc-sales-notification/admin/setting.php:101
6805
- msgid "Limit"
6806
- msgstr ""
6807
-
6808
- #: includes/widgets/htmega_socialshere.php:83
6809
- msgid "Line"
6810
- msgstr ""
6811
-
6812
- #: includes/widgets/htmega_blockquote.php:603
6813
- #: includes/widgets/htmega_notify.php:699
6814
- #: includes/widgets/htmega_socialshere.php:524
6815
- msgid "Line Height"
6816
- msgstr ""
6817
-
6818
- #: includes/widgets/htmega_button.php:66
6819
- #: includes/widgets/htmega_double_button.php:108
6820
- #: includes/widgets/htmega_double_button.php:195
6821
- #: includes/widgets/htmega_popover.php:139
6822
- #: includes/widgets/htmega_pricing_list_view.php:118
6823
- #: includes/widgets/htmega_pricing_list_view.php:652
6824
- #: includes/widgets/htmega_section_title.php:193
6825
- #: includes/widgets/htmega_section_title.php:251
6826
- #: includes/widgets/htmega_teammember.php:223
6827
- #: includes/widgets/htmega_tooltip.php:139
6828
- #: extensions/ht-builder/widgets/bl_post_author_info.php:94
6829
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:261
6830
- msgid "Link"
6831
- msgstr ""
6832
-
6833
- #: includes/widgets/htmega_offcanvas.php:319
6834
- #: includes/widgets/htmega_twitter_feed.php:639
6835
- #: includes/widgets/htmega_user_login_form.php:748
6836
- #: extensions/ht-builder/widgets/bl_post_archive.php:521
6837
- msgid "Link Color"
6838
- msgstr ""
6839
-
6840
- #: extensions/ht-builder/widgets/bl_post_author_info.php:101
6841
- msgid "Link for the Author Name and Image"
6842
- msgstr ""
6843
-
6844
- #: includes/widgets/htmega_offcanvas.php:330
6845
- #: includes/widgets/htmega_user_login_form.php:763
6846
- msgid "Link Hover Color"
6847
- msgstr ""
6848
-
6849
- #: includes/widgets/htmega_socialshere.php:57
6850
- msgid "Linkedin"
6851
- msgstr ""
6852
-
6853
- #: includes/widgets/htmega_booked_calender.php:47
6854
- msgid "List"
6855
- msgstr ""
6856
-
6857
- #: includes/widgets/htmega_pricing_list_view.php:1449
6858
- msgid "List Area"
6859
- msgstr ""
6860
-
6861
- #: includes/widgets/htmega_socialshere.php:62
6862
- msgid "Live journal"
6863
- msgstr ""
6864
-
6865
- #: includes/widgets/htmega_socialshere.php:71
6866
- msgid "Liveinternet"
6867
- msgstr ""
6868
-
6869
- #: includes/widgets/htmega_instagram_feed.php:99
6870
- #: includes/widgets/htmega_job_manager.php:123
6871
- msgid "Load More"
6872
- msgstr ""
6873
-
6874
- #: admin/include/admin-setting.php:662
6875
- msgid "Load Post in Elementor Addons"
6876
- msgstr ""
6877
-
6878
- #: admin/include/templates/library/templates.php:53
6879
- msgid "Loading"
6880
- msgstr ""
6881
-
6882
- #: includes/widgets/htmega_animated_heading.php:72
6883
- msgid "Loading bar"
6884
- msgstr ""
6885
-
6886
- #: extensions/wc-sales-notification/admin/setting.php:114
6887
- msgid "Loading Time"
6888
- msgstr ""
6889
-
6890
- #: includes/widgets/htmega_instagram_feed.php:86
6891
- msgid "Loar More Button"
6892
- msgstr ""
6893
-
6894
- #: includes/widgets/htmega_slider_thumb_gallery.php:68
6895
- #: includes/widgets/htmega_slider_thumb_gallery.php:122
6896
- msgid "Location Name Here."
6897
- msgstr ""
6898
-
6899
- #: includes/widgets/htmega_cuctom_event.php:78
6900
- msgid "Location."
6901
- msgstr ""
6902
-
6903
- #: includes/widgets/htmega_user_login_form.php:335
6904
- #: includes/widgets/htmega_user_login_form.php:1625
6905
- msgid "Login"
6906
- msgstr ""
6907
-
6908
- #: includes/widgets/htmega_user_login_form.php:324
6909
- msgid "Login Button"
6910
- msgstr ""
6911
-
6912
- #: includes/widgets/htmega_user_login_form.php:94
6913
- msgid "Login Content"
6914
- msgstr ""
6915
-
6916
- #: includes/widgets/htmega_user_login_form.php:34
6917
- #: includes/widgets/htmega_user_login_form.php:165
6918
- msgid "Login Form"
6919
- msgstr ""
6920
-
6921
- #: includes/widgets/htmega_user_login_form.php:621
6922
- msgid "Login Form Header Style"
6923
- msgstr ""
6924
-
6925
- #: includes/widgets/htmega_user_login_form.php:59
6926
- msgid "Login Header"
6927
- msgstr ""
6928
-
6929
- #: includes/widgets/htmega_user_login_form.php:80
6930
- msgid "Login Header Title"
6931
- msgstr ""
6932
-
6933
- #: includes/helper-function.php:346
6934
- msgid "Login Successfully"
6935
- msgstr ""
6936
-
6937
- #: extensions/ht-builder/widgets/bl_site_logo.php:48
6938
- msgid "Logo"
6939
- msgstr ""
6940
-
6941
- #: includes/widgets/htmega_googlemap.php:141
6942
- #: includes/widgets/weather/htmega_weather.php:196
6943
- msgid "Longitude"
6944
- msgstr ""
6945
-
6946
- #: includes/widgets/htmega_scroll_navigation.php:97
6947
- #: includes/widgets/htmega_testimonial_grid.php:214
6948
- #: includes/widgets/htmega_testimonial_grid.php:228
6949
- #: includes/widgets/htmega_testimonial_grid.php:234
6950
- #: includes/widgets/htmega_testimonial_grid.php:240
6951
- msgid ""
6952
- "Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
6953
- "tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, "
6954
- "consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et "
6955
- "dolore magna aliqua."
6956
- msgstr ""
6957
-
6958
- #: includes/widgets/htmega_working_process.php:170
6959
- msgid ""
6960
- "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
6961
- "tempor incid idunt ut labore"
6962
- msgstr ""
6963
-
6964
- #: includes/widgets/htmega_working_process.php:174
6965
- #: includes/widgets/htmega_working_process.php:178
6966
- msgid ""
6967
- "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
6968
- "tempor incid idunt ut labore."
6969
- msgstr ""
6970
-
6971
- #: includes/widgets/htmega_dropcaps.php:60
6972
- msgid ""
6973
- "Lorem ipsum dolor sit amet, consec adipisicing elit, sed do eiusmod tempor "
6974
- "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
6975
- "nostrud exercitation ullamco laboris nisi ut aliquip exl Lorem ipsum dolor "
6976
- "sit amet, consectetur adipisicing elit, sed do eiusmod tempor incidid ut "
6977
- "labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud "
6978
- "exercitation ullamco laboris nisi ut aliquip."
6979
- msgstr ""
6980
-
6981
- #: includes/widgets/htmega_modal.php:84
6982
- msgid ""
6983
- "Lorem ipsum dolor sit amet, consectetur adipis elit, sed do eiusmod tempor "
6984
- "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
6985
- "nostrud exercitati ulla laboris nisi ut aliquip ex ea commodo consequat. "
6986
- "Duis aute irure dolor in repre in voluptate velit esse cillum dolore eu."
6987
- msgstr ""
6988
-
6989
- #: includes/widgets/htmega_vertical_timeline.php:90
6990
- #: includes/widgets/htmega_vertical_timeline.php:102
6991
- #: includes/widgets/htmega_vertical_timeline.php:106
6992
- #: includes/widgets/htmega_vertical_timeline.php:110
6993
- msgid ""
6994
- "Lorem ipsum dolor sit amet, consectetur adipis icing elit, sed do eiusmod "
6995
- "tempor incid ut labore et dolore magna aliqua Ut enim ad min."
6996
- msgstr ""
6997
-
6998
- #: includes/widgets/htmega_tab.php:219 includes/widgets/htmega_tab.php:223
6999
- #: includes/widgets/htmega_tab.php:227
7000
- #: includes/widgets/htmega_working_process.php:98
7001
- msgid ""
7002
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7003
- "tempor incididunt ut labore et dolo magna aliqua. Ut enim ad minim veniam, "
7004
- "quis nostrud exerci ullamco laboris nisi ut aliquip ex ea commodo consequat. "
7005
- "Duis aute irure dolor in repre in voluptate."
7006
- msgstr ""
7007
-
7008
- #: includes/widgets/htmega_toggle.php:112
7009
- msgid ""
7010
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7011
- "tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, "
7012
- "quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
7013
- "consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
7014
- "cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
7015
- "non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
7016
- msgstr ""
7017
-
7018
- #: includes/widgets/htmega_image_marker.php:184
7019
- #: includes/widgets/htmega_image_marker.php:461
7020
- msgid "Lorem ipsum pisaci volupt atem accusa saes ntisdumtiu loperm asaerks."
7021
- msgstr ""
7022
-
7023
- #: includes/widgets/htmega_user_login_form.php:276
7024
- msgid "Lost your password?"
7025
- msgstr ""
7026
-
7027
- #: includes/widgets/htmega_pricing_list_view.php:595
7028
- #: includes/widgets/htmega_pricing_list_view.php:1091
7029
- #: includes/widgets/htmega_table.php:269 includes/widgets/htmega_table.php:462
7030
- msgid "Louis Hudson"
7031
- msgstr ""
7032
-
7033
- #: includes/widgets/htmega_pricing_list_view.php:1104
7034
- msgid "louishudson@gmail.com"
7035
- msgstr ""
7036
-
7037
- #: extensions/ht-builder/widgets/bl_post_archive.php:1066
7038
- msgid "M d, Y"
7039
- msgstr ""
7040
-
7041
- #: includes/widgets/weather/weather-resource.php:109
7042
- msgid "m/s"
7043
- msgstr ""
7044
-
7045
- #: includes/widgets/htmega_panel_slider.php:127
7046
- msgid "Made in 2016"
7047
- msgstr ""
7048
-
7049
- #: includes/widgets/htmega_panel_slider.php:80
7050
- #: includes/widgets/htmega_panel_slider.php:123
7051
- msgid "Made in 2017"
7052
- msgstr ""
7053
-
7054
- #: includes/widgets/htmega_panel_slider.php:119
7055
- msgid "Made in 2018"
7056
- msgstr ""
7057
-
7058
- #: includes/widgets/htmega_panel_slider.php:115
7059
- msgid "Made in 2019"
7060
- msgstr ""
7061
-
7062
- #: includes/widgets/htmega_image_magnifier.php:42
7063
- msgid "Magnifier"
7064
- msgstr ""
7065
-
7066
- #: includes/widgets/htmega_mailchimp_for_wp.php:35
7067
- msgid "Mailchimp"
7068
- msgstr ""
7069
-
7070
- #: admin/include/admin-setting.php:1029
7071
- #: includes/widgets/htmega_mailchimp_for_wp.php:13
7072
- msgid "Mailchimp for wp"
7073
- msgstr ""
7074
-
7075
- #: includes/widgets/htmega_mailchimp_for_wp.php:58
7076
- msgid "Mailchimp ID"
7077
- msgstr ""
7078
-
7079
- #: includes/widgets/htmega_inline_menu.php:102
7080
- #: extensions/ht-builder/widgets/bl_nav_menu.php:96
7081
- #: extensions/ht-menu/widgets/inline-mega-menu.php:63
7082
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:64
7083
- msgid "Main Menu"
7084
- msgstr ""
7085
-
7086
- #: extensions/ht-menu/widgets/inline-mega-menu.php:413
7087
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:371
7088
- msgid "Main Menu Items"
7089
- msgstr ""
7090
-
7091
- #: extensions/ht-menu/widgets/inline-mega-menu.php:71
7092
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:72
7093
- msgid "Main Menu Width"
7094
- msgstr ""
7095
-
7096
- #: includes/widgets/htmega_testimonial_grid.php:233
7097
- msgid "Manager"
7098
- msgstr ""
7099
-
7100
- #: includes/widgets/htmega_testimonial_grid.php:177
7101
- #: includes/widgets/htmega_testimonial_grid.php:227
7102
- msgid "Managing Director"
7103
- msgstr ""
7104
-
7105
- #: includes/widgets/htmega_teammember.php:165
7106
- msgid "Managing director"
7107
- msgstr ""
7108
-
7109
- #: includes/widgets/htmega_easy_digital_download.php:133
7110
- #: includes/widgets/htmega_wc_categories.php:81
7111
- msgid "Manual Selection"
7112
- msgstr ""
7113
-
7114
- #: includes/widgets/htmega_user_login_form.php:424
7115
- #: includes/widgets/htmega_user_login_form.php:452
7116
- #: includes/widgets/htmega_user_login_form.php:479
7117
- msgid "Manual Space"
7118
- msgstr ""
7119
-
7120
- #: includes/widgets/htmega_googlemap.php:265
7121
- msgid "Map Fixed Address"
7122
- msgstr ""
7123
-
7124
- #: includes/widgets/htmega_googlemap.php:80
7125
- msgid "Map Height"
7126
- msgstr ""
7127
-
7128
- #: includes/widgets/htmega_googlemap.php:123
7129
- msgid "Map Marker"
7130
- msgstr ""
7131
-
7132
- #: includes/widgets/htmega_googlemap.php:111
7133
- msgid "Map Style"
7134
- msgstr ""
7135
-
7136
- #: includes/widgets/htmega_googlemap.php:413
7137
- msgid "Maps Fixed Address"
7138
- msgstr ""
7139
-
7140
- #: includes/widgets/htmega_googlemap.php:297
7141
- msgid "Maps Info Address"
7142
- msgstr ""
7143
-
7144
- #: includes/widgets/htmega_booked_calender.php:103
7145
- msgid "March"
7146
- msgstr ""
7147
-
7148
- #: includes/widgets/htmega_404_content.php:268
7149
- #: includes/widgets/htmega_404_content.php:360
7150
- #: includes/widgets/htmega_404_content.php:439
7151
- #: includes/widgets/htmega_404_content.php:518
7152
- #: includes/widgets/htmega_404_content.php:594
7153
- #: includes/widgets/htmega_404_content.php:745
7154
- #: includes/widgets/htmega_accordion.php:704
7155
- #: includes/widgets/htmega_accordion.php:755
7156
- #: includes/widgets/htmega_accordion.php:1105
7157
- #: includes/widgets/htmega_accordion.php:1265
7158
- #: includes/widgets/htmega_add_banner.php:163
7159
- #: includes/widgets/htmega_add_banner.php:251
7160
- #: includes/widgets/htmega_add_banner.php:305
7161
- #: includes/widgets/htmega_add_banner.php:403
7162
- #: includes/widgets/htmega_add_banner.php:462
7163
- #: includes/widgets/htmega_add_banner.php:521
7164
- #: includes/widgets/htmega_add_banner.php:580
7165
- #: includes/widgets/htmega_add_banner.php:691
7166
- #: includes/widgets/htmega_animated_heading.php:267
7167
- #: includes/widgets/htmega_blockquote.php:220
7168
- #: includes/widgets/htmega_blockquote.php:298
7169
- #: includes/widgets/htmega_blockquote.php:354
7170
- #: includes/widgets/htmega_blockquote.php:542
7171
- #: includes/widgets/htmega_blockquote.php:723
7172
- #: includes/widgets/htmega_brand.php:128 includes/widgets/htmega_brand.php:314
7173
- #: includes/widgets/htmega_buddy_press.php:229
7174
- #: includes/widgets/htmega_buddy_press.php:314
7175
- #: includes/widgets/htmega_buddy_press.php:383
7176
- #: includes/widgets/htmega_business_hours.php:242
7177
- #: includes/widgets/htmega_business_hours.php:318
7178
- #: includes/widgets/htmega_business_hours.php:446
7179
- #: includes/widgets/htmega_button.php:310
7180
- #: includes/widgets/htmega_call_to_action.php:367
7181
- #: includes/widgets/htmega_call_to_action.php:444
7182
- #: includes/widgets/htmega_call_to_action.php:532
7183
- #: includes/widgets/htmega_call_to_action.php:591
7184
- #: includes/widgets/htmega_call_to_action.php:650
7185
- #: includes/widgets/htmega_call_to_action.php:743
7186
- #: includes/widgets/htmega_call_to_action.php:949
7187
- #: includes/widgets/htmega_carousel.php:456
7188
- #: includes/widgets/htmega_carousel.php:973
7189
- #: includes/widgets/htmega_carousel.php:1056
7190
- #: includes/widgets/htmega_carousel.php:1371
7191
- #: includes/widgets/htmega_contact_form_seven.php:93
7192
- #: includes/widgets/htmega_contact_form_seven.php:300
7193
- #: includes/widgets/htmega_contact_form_seven.php:426
7194
- #: includes/widgets/htmega_contact_form_seven.php:514
7195
- #: includes/widgets/htmega_contact_form_seven.php:610
7196
- #: includes/widgets/htmega_countdown.php:591
7197
- #: includes/widgets/htmega_countdown.php:838
7198
- #: includes/widgets/htmega_countdown.php:998
7199
- #: includes/widgets/htmega_countdown.php:1096
7200
- #: includes/widgets/htmega_counter.php:240
7201
- #: includes/widgets/htmega_counter.php:501
7202
- #: includes/widgets/htmega_counter.php:625
7203
- #: includes/widgets/htmega_counter.php:892
7204
- #: includes/widgets/htmega_counter.php:981
7205
- #: includes/widgets/htmega_counter.php:1071
7206
- #: includes/widgets/htmega_cuctom_event.php:176
7207
- #: includes/widgets/htmega_cuctom_event.php:261
7208
- #: includes/widgets/htmega_cuctom_event.php:305
7209
- #: includes/widgets/htmega_cuctom_event.php:362
7210
- #: includes/widgets/htmega_double_button.php:297
7211
- #: includes/widgets/htmega_double_button.php:540
7212
- #: includes/widgets/htmega_double_button.php:713
7213
- #: includes/widgets/htmega_double_button.php:896
7214
- #: includes/widgets/htmega_dropcaps.php:153
7215
- #: includes/widgets/htmega_dropcaps.php:253
7216
- #: includes/widgets/htmega_easy_digital_download.php:372
7217
- #: includes/widgets/htmega_easy_digital_download.php:436
7218
- #: includes/widgets/htmega_googlemap.php:349
7219
- #: includes/widgets/htmega_googlemap.php:490
7220
- #: includes/widgets/htmega_gravity_forms.php:246
7221
- #: includes/widgets/htmega_gravity_forms.php:333
7222
- #: includes/widgets/htmega_gravity_forms.php:446
7223
- #: includes/widgets/htmega_image_comparison.php:111
7224
- #: includes/widgets/htmega_image_grid.php:207
7225
- #: includes/widgets/htmega_image_grid.php:353
7226
- #: includes/widgets/htmega_image_magnifier.php:154
7227
- #: includes/widgets/htmega_image_marker.php:887
7228
- #: includes/widgets/htmega_image_marker.php:942
7229
- #: includes/widgets/htmega_image_masonry.php:198
7230
- #: includes/widgets/htmega_image_masonry.php:315
7231
- #: includes/widgets/htmega_image_masonry.php:402
7232
- #: includes/widgets/htmega_inline_menu.php:187
7233
- #: includes/widgets/htmega_instagram.php:634
7234
- #: includes/widgets/htmega_instagram.php:680
7235
- #: includes/widgets/htmega_instagram.php:897
7236
- #: includes/widgets/htmega_instagram.php:1355
7237
- #: includes/widgets/htmega_lightbox.php:238
7238
- #: includes/widgets/htmega_mailchimp_for_wp.php:94
7239
- #: includes/widgets/htmega_mailchimp_for_wp.php:265
7240
- #: includes/widgets/htmega_mailchimp_for_wp.php:399
7241
- #: includes/widgets/htmega_modal.php:525 includes/widgets/htmega_modal.php:642
7242
- #: includes/widgets/htmega_modal.php:805 includes/widgets/htmega_modal.php:975
7243
- #: includes/widgets/htmega_news_ticker.php:397
7244
- #: includes/widgets/htmega_news_ticker.php:699
7245
- #: includes/widgets/htmega_news_ticker.php:839
7246
- #: includes/widgets/htmega_news_ticker.php:972
7247
- #: includes/widgets/htmega_ninja_forms.php:145
7248
- #: includes/widgets/htmega_ninja_forms.php:224
7249
- #: includes/widgets/htmega_ninja_forms.php:334
7250
- #: includes/widgets/htmega_ninja_forms.php:423
7251
- #: includes/widgets/htmega_ninja_forms.php:532
7252
- #: includes/widgets/htmega_ninja_forms.php:644
7253
- #: includes/widgets/htmega_notify.php:394
7254
- #: includes/widgets/htmega_notify.php:537
7255
- #: includes/widgets/htmega_notify.php:793
7256
- #: includes/widgets/htmega_panel_slider.php:489
7257
- #: includes/widgets/htmega_panel_slider.php:657
7258
- #: includes/widgets/htmega_panel_slider.php:713
7259
- #: includes/widgets/htmega_panel_slider.php:1118
7260
- #: includes/widgets/htmega_popover.php:305
7261
- #: includes/widgets/htmega_popover.php:424
7262
- #: includes/widgets/htmega_post_grid.php:248
7263
- #: includes/widgets/htmega_post_grid.php:487
7264
- #: includes/widgets/htmega_post_grid.php:602
7265
- #: includes/widgets/htmega_post_grid.php:689
7266
- #: includes/widgets/htmega_post_grid_tab.php:297
7267
- #: includes/widgets/htmega_post_grid_tab.php:373
7268
- #: includes/widgets/htmega_post_grid_tab.php:467
7269
- #: includes/widgets/htmega_post_grid_tab.php:554
7270
- #: includes/widgets/htmega_post_grid_tab.php:652
7271
- #: includes/widgets/htmega_post_grid_tab.php:777
7272
- #: includes/widgets/htmega_post_grid_tab.php:872
7273
- #: includes/widgets/htmega_post_grid_tab.php:1130
7274
- #: includes/widgets/htmega_post_slider.php:729
7275
- #: includes/widgets/htmega_post_slider.php:744
7276
- #: includes/widgets/htmega_post_slider.php:902
7277
- #: includes/widgets/htmega_post_slider.php:989
7278
- #: includes/widgets/htmega_post_slider.php:1086
7279
- #: includes/widgets/htmega_post_slider.php:1205
7280
- #: includes/widgets/htmega_post_slider.php:1299
7281
- #: includes/widgets/htmega_post_slider.php:1826
7282
- #: includes/widgets/htmega_post_slider.php:1937
7283
- #: includes/widgets/htmega_pricing_list_view.php:1244
7284
- #: includes/widgets/htmega_pricing_list_view.php:1604
7285
- #: includes/widgets/htmega_pricing_list_view.php:1677
7286
- #: includes/widgets/htmega_pricing_list_view.php:1762
7287
- #: includes/widgets/htmega_pricing_list_view.php:1839
7288
- #: includes/widgets/htmega_progressbar.php:683
7289
- #: includes/widgets/htmega_qu_forms.php:143
7290
- #: includes/widgets/htmega_qu_forms.php:231
7291
- #: includes/widgets/htmega_qu_forms.php:320
7292
- #: includes/widgets/htmega_qu_forms.php:429
7293
- #: includes/widgets/htmega_qu_forms.php:541
7294
- #: includes/widgets/htmega_scroll_image.php:195
7295
- #: includes/widgets/htmega_scroll_image.php:355
7296
- #: includes/widgets/htmega_scroll_navigation.php:252
7297
- #: includes/widgets/htmega_search.php:183
7298
- #: includes/widgets/htmega_search.php:284
7299
- #: includes/widgets/htmega_search.php:503
7300
- #: includes/widgets/htmega_section_title.php:387
7301
- #: includes/widgets/htmega_section_title.php:587
7302
- #: includes/widgets/htmega_section_title.php:819
7303
- #: includes/widgets/htmega_services.php:183
7304
- #: includes/widgets/htmega_services.php:395
7305
- #: includes/widgets/htmega_services.php:500
7306
- #: includes/widgets/htmega_services.php:658
7307
- #: includes/widgets/htmega_services.php:921
7308
- #: includes/widgets/htmega_services.php:1049
7309
- #: includes/widgets/htmega_single_post.php:193
7310
- #: includes/widgets/htmega_single_post.php:280
7311
- #: includes/widgets/htmega_single_post.php:394
7312
- #: includes/widgets/htmega_single_post.php:491
7313
- #: includes/widgets/htmega_slider_thumb_gallery.php:705
7314
- #: includes/widgets/htmega_slider_thumb_gallery.php:777
7315
- #: includes/widgets/htmega_socialshere.php:410
7316
- #: includes/widgets/htmega_special_banner.php:290
7317
- #: includes/widgets/htmega_special_banner.php:367
7318
- #: includes/widgets/htmega_special_banner.php:426
7319
- #: includes/widgets/htmega_special_banner.php:485
7320
- #: includes/widgets/htmega_special_banner.php:544
7321
- #: includes/widgets/htmega_special_banner.php:603
7322
- #: includes/widgets/htmega_special_banner.php:714
7323
- #: includes/widgets/htmega_switcher.php:246
7324
- #: includes/widgets/htmega_switcher.php:385
7325
- #: includes/widgets/htmega_switcher.php:576 includes/widgets/htmega_tab.php:349
7326
- #: includes/widgets/htmega_tab.php:581 includes/widgets/htmega_tab.php:924
7327
- #: includes/widgets/htmega_table.php:521
7328
- #: includes/widgets/htmega_teammember.php:330
7329
- #: includes/widgets/htmega_teammember.php:583
7330
- #: includes/widgets/htmega_teammember.php:715
7331
- #: includes/widgets/htmega_teammember.php:805
7332
- #: includes/widgets/htmega_teammember.php:896
7333
- #: includes/widgets/htmega_teammember.php:963
7334
- #: includes/widgets/htmega_testimonial_grid.php:271
7335
- #: includes/widgets/htmega_testimonial_grid.php:449
7336
- #: includes/widgets/htmega_testimonial_grid.php:509
7337
- #: includes/widgets/htmega_testimonial_grid.php:601
7338
- #: includes/widgets/htmega_toggle.php:156
7339
- #: includes/widgets/htmega_toggle.php:284
7340
- #: includes/widgets/htmega_tooltip.php:281
7341
- #: includes/widgets/htmega_tooltip.php:401
7342
- #: includes/widgets/htmega_twitter_feed.php:570
7343
- #: includes/widgets/htmega_twitter_feed.php:659
7344
- #: includes/widgets/htmega_twitter_feed.php:728
7345
- #: includes/widgets/htmega_twitter_feed.php:792
7346
- #: includes/widgets/htmega_twitter_feed.php:928
7347
- #: includes/widgets/htmega_twitter_feed.php:989
7348
- #: includes/widgets/htmega_twitter_feed.php:1398
7349
- #: includes/widgets/htmega_user_login_form.php:507
7350
- #: includes/widgets/htmega_user_login_form.php:584
7351
- #: includes/widgets/htmega_user_login_form.php:681
7352
- #: includes/widgets/htmega_user_login_form.php:733
7353
- #: includes/widgets/htmega_user_login_form.php:836
7354
- #: includes/widgets/htmega_user_login_form.php:1016
7355
- #: includes/widgets/htmega_user_login_form.php:1476
7356
- #: includes/widgets/htmega_vertical_timeline.php:166
7357
- #: includes/widgets/htmega_video_player.php:394
7358
- #: includes/widgets/htmega_wc_categories.php:320
7359
- #: includes/widgets/htmega_wc_categories.php:415
7360
- #: includes/widgets/htmega_working_process.php:209
7361
- #: includes/widgets/htmega_working_process.php:405
7362
- #: includes/widgets/htmega_working_process.php:663
7363
- #: includes/widgets/htmega_working_process.php:742
7364
- #: includes/widgets/htmega_working_process.php:842
7365
- #: includes/widgets/htmega_wpforms.php:137
7366
- #: includes/widgets/htmega_wpforms.php:216
7367
- #: includes/widgets/htmega_wpforms.php:324
7368
- #: includes/widgets/htmega_wpforms.php:413
7369
- #: includes/widgets/htmega_wpforms.php:522
7370
- #: includes/widgets/htmega_wpforms.php:634
7371
- #: extensions/ht-builder/widgets/bl_page_title.php:121
7372
- #: extensions/ht-builder/widgets/bl_post_archive.php:253
7373
- #: extensions/ht-builder/widgets/bl_post_archive.php:367
7374
- #: extensions/ht-builder/widgets/bl_post_archive.php:474
7375
- #: extensions/ht-builder/widgets/bl_post_archive.php:580
7376
- #: extensions/ht-builder/widgets/bl_post_archive.php:774
7377
- #: extensions/ht-builder/widgets/bl_post_archive.php:898
7378
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:123
7379
- #: extensions/ht-builder/widgets/bl_post_author_info.php:194
7380
- #: extensions/ht-builder/widgets/bl_post_author_info.php:244
7381
- #: extensions/ht-builder/widgets/bl_post_author_info.php:284
7382
- #: extensions/ht-builder/widgets/bl_post_title.php:88
7383
- #: extensions/ht-builder/widgets/bl_site_logo.php:143
7384
- #: extensions/ht-builder/widgets/bl_site_title.php:123
7385
- #: extensions/ht-menu/widgets/inline-mega-menu.php:107
7386
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:108
7387
- msgid "Margin"
7388
- msgstr ""
7389
-
7390
- #: includes/widgets/htmega_googlemap.php:244
7391
- #: includes/widgets/htmega_image_marker.php:36
7392
- #: includes/widgets/htmega_image_marker.php:482
7393
- msgid "Marker"
7394
- msgstr ""
7395
-
7396
- #: includes/widgets/htmega_image_marker.php:165
7397
- #: includes/widgets/htmega_image_marker.php:460
7398
- msgid "Marker #1"
7399
- msgstr ""
7400
-
7401
- #: includes/widgets/htmega_image_marker.php:182
7402
- msgid "Marker Content"
7403
- msgstr ""
7404
-
7405
- #: includes/widgets/htmega_image_marker.php:191
7406
- #: includes/widgets/htmega_image_marker.php:279
7407
- msgid "Marker Content Position"
7408
- msgstr ""
7409
-
7410
- #: includes/widgets/htmega_image_marker.php:292
7411
- msgid "Marker Content Postion(X)"
7412
- msgstr ""
7413
-
7414
- #: includes/widgets/htmega_image_marker.php:315
7415
- msgid "Marker Content Postion(Y)"
7416
- msgstr ""
7417
-
7418
- #: includes/widgets/htmega_image_marker.php:220
7419
- msgid "Marker Icon Position"
7420
- msgstr ""
7421
-
7422
- #: includes/widgets/htmega_image_marker.php:141
7423
- msgid "Marker Indicator Icon"
7424
- msgstr ""
7425
-
7426
- #: includes/widgets/htmega_image_marker.php:490
7427
- msgid "Marker Indicator Style"
7428
- msgstr ""
7429
-
7430
- #: includes/widgets/htmega_googlemap.php:150
7431
- msgid "Marker Info Box "
7432
- msgstr ""
7433
-
7434
- #: includes/widgets/htmega_image_marker.php:104
7435
- msgid "Marker Item"
7436
- msgstr ""
7437
-
7438
- #: includes/widgets/htmega_image_marker.php:172
7439
- msgid "Marker Placeholder Text"
7440
- msgstr ""
7441
-
7442
- #: includes/widgets/htmega_image_marker.php:163
7443
- msgid "Marker Title"
7444
- msgstr ""
7445
-
7446
- #: includes/widgets/htmega_buddy_press.php:71
7447
- msgid "Max Item"
7448
- msgstr ""
7449
-
7450
- #: includes/widgets/htmega_news_ticker.php:95
7451
- msgid "Maxium Row"
7452
- msgstr ""
7453
-
7454
- #: includes/widgets/htmega_booked_calender.php:105
7455
- msgid "May"
7456
- msgstr ""
7457
-
7458
- #: includes/widgets/htmega_pricing_list_view.php:229
7459
- msgid "Media"
7460
- msgstr ""
7461
-
7462
- #: includes/widgets/htmega_button.php:87
7463
- #: includes/widgets/htmega_double_button.php:47
7464
- #: includes/widgets/htmega_instagram_feed.php:66
7465
- msgid "Medium"
7466
- msgstr ""
7467
-
7468
- #: extensions/ht-menu/widgets/inline-mega-menu.php:326
7469
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:284
7470
- msgid "Mega Menu"
7471
- msgstr ""
7472
-
7473
- #: extensions/ht-menu/admin/setting.php:119
7474
- msgid "Mega Menu Background Color"
7475
- msgstr ""
7476
-
7477
- #: extensions/ht-menu/classes/class.mega-menu.php:88
7478
- msgid "Mega Menu Settings"
7479
- msgstr ""
7480
-
7481
- #: extensions/ht-menu/admin/setting.php:108
7482
- #: extensions/ht-menu/widgets/inline-mega-menu.php:333
7483
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:291
7484
- msgid "Mega Menu Width"
7485
- msgstr ""
7486
-
7487
- #: includes/widgets/htmega_buddy_press.php:46
7488
- msgid "Member"
7489
- msgstr ""
7490
-
7491
- #: includes/widgets/htmega_teammember.php:133
7492
- msgid "Member image"
7493
- msgstr ""
7494
-
7495
- #: includes/widgets/htmega_booked_calender.php:167
7496
- msgid "Members Only"
7497
- msgstr ""
7498
-
7499
- #: includes/widgets/htmega_inline_menu.php:75
7500
- #: extensions/ht-builder/widgets/bl_nav_menu.php:69
7501
- #: extensions/ht-menu/widgets/inline-mega-menu.php:30
7502
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:31
7503
- msgid "Menu"
7504
- msgstr ""
7505
-
7506
- #: extensions/ht-menu/menu/templates.php:128
7507
- msgid "Menu Badge"
7508
- msgstr ""
7509
-
7510
- #: admin/include/admin-setting.php:694
7511
- msgid "Menu Builder"
7512
- msgstr ""
7513
-
7514
- #: extensions/ht-menu/admin/setting.php:62
7515
- msgid "Menu Items Color"
7516
- msgstr ""
7517
-
7518
- #: extensions/ht-menu/admin/setting.php:69
7519
- msgid "Menu Items Hover Color"
7520
- msgstr ""
7521
-
7522
- #: includes/widgets/htmega_wc_element_pages.php:1112
7523
- msgid "Menu Style"
7524
- msgstr ""
7525
-
7526
- #: extensions/ht-menu/menu/templates.php:78
7527
- msgid "Menu Template"
7528
- msgstr ""
7529
-
7530
- #: extensions/ht-menu/menu/templates.php:63
7531
- msgid "Menu Width"
7532
- msgstr ""
7533
-
7534
- #: includes/widgets/htmega_post_grid_tab.php:223
7535
- #: includes/widgets/htmega_post_grid_tab.php:723
7536
- #: includes/widgets/htmega_post_slider.php:1157
7537
- #: includes/widgets/htmega_single_post.php:341
7538
- msgid "Meta"
7539
- msgstr ""
7540
-
7541
- #: includes/widgets/htmega_twitter_feed.php:957
7542
- msgid "Meta Button"
7543
- msgstr ""
7544
-
7545
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:39
7546
- msgid "Meta Data"
7547
- msgstr ""
7548
-
7549
- #: includes/widgets/htmega_post_grid_tab.php:746
7550
- #: includes/widgets/htmega_single_post.php:459
7551
- msgid "Meta Hover Color"
7552
- msgstr ""
7553
-
7554
- #: includes/widgets/htmega_buddy_press.php:354
7555
- #: extensions/ht-builder/widgets/bl_post_archive.php:432
7556
- msgid "Meta Info"
7557
- msgstr ""
7558
-
7559
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:61
7560
- msgid "Meta Name"
7561
- msgstr ""
7562
-
7563
- #: includes/widgets/htmega_pricing_list_view.php:1159
7564
- msgid "Middle"
7565
- msgstr ""
7566
-
7567
- #: includes/widgets/htmega_double_button.php:58
7568
- #: includes/widgets/htmega_double_button.php:66
7569
- #: includes/widgets/htmega_double_button.php:793
7570
- msgid "Middle Text"
7571
- msgstr ""
7572
-
7573
- #: includes/widgets/htmega_search.php:336
7574
- msgid "Min Width"
7575
- msgstr ""
7576
-
7577
- #: includes/widgets/htmega_scroll_image.php:84
7578
- msgid "Minimum Height"
7579
- msgstr ""
7580
-
7581
- #: includes/widgets/htmega_instagram.php:111
7582
- msgid "Minute"
7583
- msgstr ""
7584
-
7585
- #: includes/widgets/htmega_countdown.php:152
7586
- #: includes/widgets/htmega_countdown.php:230
7587
- #: includes/widgets/htmega_countdown.php:232
7588
- msgid "Minutes"
7589
- msgstr ""
7590
-
7591
- #: extensions/ht-builder/widgets/bl_nav_menu.php:474
7592
- msgid "Mobile Menu"
7593
- msgstr ""
7594
-
7595
- #: includes/widgets/htmega_carousel.php:363
7596
- #: includes/widgets/htmega_instagram.php:558
7597
- #: includes/widgets/htmega_panel_slider.php:423
7598
- #: includes/widgets/htmega_post_slider.php:543
7599
- #: includes/widgets/htmega_slider_thumb_gallery.php:341
7600
- #: includes/widgets/htmega_twitter_feed.php:485
7601
- msgid "Mobile Phone"
7602
- msgstr ""
7603
-
7604
- #: includes/widgets/htmega_carousel.php:405
7605
- #: includes/widgets/htmega_instagram.php:600
7606
- #: includes/widgets/htmega_panel_slider.php:465
7607
- #: includes/widgets/htmega_post_slider.php:585
7608
- #: includes/widgets/htmega_slider_thumb_gallery.php:377
7609
- #: includes/widgets/htmega_twitter_feed.php:527
7610
- msgid "Mobile Resolution"
7611
- msgstr ""
7612
-
7613
- #: admin/include/templates/library/templates.php:38
7614
- #: admin/include/templates/library/templates.php:39
7615
- msgid "Mobile view"
7616
- msgstr ""
7617
-
7618
- #: admin/include/admin-setting.php:327 includes/widgets/htmega_modal.php:13
7619
- #: includes/widgets/htmega_modal.php:35
7620
- msgid "Modal"
7621
- msgstr ""
7622
-
7623
- #: includes/widgets/htmega_modal.php:480
7624
- msgid "Modal Box Style"
7625
- msgstr ""
7626
-
7627
- #: includes/widgets/htmega_modal.php:916
7628
- msgid "Modal Content"
7629
- msgstr ""
7630
-
7631
- #: includes/widgets/htmega_modal.php:112
7632
- msgid "Modal Design"
7633
- msgstr ""
7634
-
7635
- #: includes/widgets/htmega_modal.php:93
7636
- msgid "Modal Footer Content"
7637
- msgstr ""
7638
-
7639
- #: includes/widgets/htmega_modal.php:44
7640
- msgid "Modal Header Content"
7641
- msgstr ""
7642
-
7643
- #: includes/widgets/htmega_modal.php:488
7644
- msgid "Modal Top Space"
7645
- msgstr ""
7646
-
7647
- #: includes/widgets/htmega_modal.php:1032
7648
- msgid "Modal Width"
7649
- msgstr ""
7650
-
7651
- #: includes/widgets/htmega_socialshere.php:61
7652
- msgid "Moimir"
7653
- msgstr ""
7654
-
7655
- #: includes/widgets/htmega_business_hours.php:174
7656
- msgid "Monday"
7657
- msgstr ""
7658
-
7659
- #: includes/widgets/htmega_booked_calender.php:97
7660
- #: includes/widgets/htmega_instagram.php:115
7661
- msgid "Month"
7662
- msgstr ""
7663
-
7664
- #: includes/recommended-plugins/class.recommended-plugins.php:292
7665
- msgid "More Details"
7666
- msgstr ""
7667
-
7668
- #: includes/widgets/htmega_scroll_navigation.php:192
7669
- msgid "Mouse Wheel"
7670
- msgstr ""
7671
-
7672
- #: includes/recommended-plugins/recommended-plugins.php:34
7673
- msgid "Move Addons for Elementor"
7674
- msgstr ""
7675
-
7676
- #: includes/widgets/htmega_accordion.php:319
7677
- msgid "Multiple Item Open"
7678
- msgstr ""
7679
-
7680
- #: includes/widgets/htmega_wc_element_pages.php:55
7681
- msgid "My Account"
7682
- msgstr ""
7683
-
7684
- #: includes/widgets/htmega_easy_digital_download.php:190
7685
- #: includes/widgets/htmega_news_ticker.php:253
7686
- #: includes/widgets/htmega_post_grid.php:150
7687
- #: includes/widgets/htmega_post_grid_tab.php:157
7688
- #: includes/widgets/htmega_post_slider.php:161
7689
- #: includes/widgets/htmega_pricing_list_view.php:72
7690
- #: includes/widgets/htmega_pricing_list_view.php:443
7691
- #: includes/widgets/htmega_table.php:206
7692
- #: includes/widgets/htmega_teammember.php:153
7693
- #: includes/widgets/htmega_teammember.php:685
7694
- #: includes/widgets/htmega_testimonial_grid.php:166
7695
- #: includes/widgets/htmega_testimonial_grid.php:419
7696
- #: includes/widgets/htmega_wc_categories.php:129
7697
- #: extensions/ht-builder/widgets/bl_post_archive.php:201
7698
- #: extensions/ht-builder/widgets/bl_post_author_info.php:216
7699
- msgid "Name"
7700
- msgstr ""
7701
-
7702
- #: extensions/ht-builder/widgets/bl_post_author_info.php:57
7703
- msgid "Name HTML Tag"
7704
- msgstr ""
7705
-
7706
- #: admin/include/admin-setting.php:823 admin/include/admin-setting.php:824
7707
- msgid "Nav Menu"
7708
- msgstr ""
7709
-
7710
- #: includes/widgets/htmega_news_ticker.php:717
7711
- #: extensions/ht-builder/widgets/bl_nav_menu.php:61
7712
- msgid "Navigation"
7713
- msgstr ""
7714
-
7715
- #: includes/widgets/htmega_booked_calender.php:693
7716
- #: includes/widgets/htmega_news_ticker.php:296
7717
- msgid "Navigation Button"
7718
- msgstr ""
7719
-
7720
- #: includes/widgets/htmega_buddy_press.php:60
7721
- msgid "Newest"
7722
- msgstr ""
7723
-
7724
- #: includes/widgets/htmega_news_ticker.php:346
7725
- msgid "News Box Style"
7726
- msgstr ""
7727
-
7728
- #: includes/widgets/htmega_news_ticker.php:226
7729
- msgid "News Limit"
7730
- msgstr ""
7731
-
7732
- #: admin/include/admin-setting.php:335
7733
- #: includes/widgets/htmega_news_ticker.php:14
7734
- #: includes/widgets/htmega_news_ticker.php:43
7735
- msgid "News Ticker"
7736
- msgstr ""
7737
-
7738
- #: includes/widgets/htmega_news_ticker.php:328
7739
- msgid "Next Icon"
7740
- msgstr ""
7741
-
7742
- #: includes/widgets/htmega_carousel.php:181
7743
- #: includes/widgets/htmega_instagram.php:376
7744
- #: includes/widgets/htmega_panel_slider.php:241
7745
- #: includes/widgets/htmega_post_slider.php:345
7746
- #: includes/widgets/htmega_slider_thumb_gallery.php:183
7747
- #: includes/widgets/htmega_twitter_feed.php:303
7748
- msgid "Next icon"
7749
- msgstr ""
7750
-
7751
- #: admin/include/admin-setting.php:1039
7752
- #: includes/widgets/htmega_ninja_forms.php:13
7753
- #: includes/widgets/htmega_ninja_forms.php:51
7754
- msgid "Ninja Form"
7755
- msgstr ""
7756
-
7757
- #: includes/widgets/htmega_carousel.php:211
7758
- #: includes/widgets/htmega_gravity_forms.php:96
7759
- #: includes/widgets/htmega_instagram.php:406
7760
- #: includes/widgets/htmega_panel_slider.php:271
7761
- #: includes/widgets/htmega_post_slider.php:391
7762
- #: includes/widgets/htmega_pricing_list_view.php:197
7763
- #: includes/widgets/htmega_pricing_list_view.php:439
7764
- #: includes/widgets/htmega_slider_thumb_gallery.php:210
7765
- #: includes/widgets/htmega_slider_thumb_gallery.php:475
7766
- #: includes/widgets/htmega_table.php:145 includes/widgets/htmega_table.php:202
7767
- #: includes/widgets/htmega_twitter_feed.php:333
7768
- #: includes/widgets/htmega_user_login_form.php:111
7769
- #: includes/widgets/htmega_user_login_form.php:254
7770
- #: includes/widgets/htmega_video_player.php:125
7771
- #: includes/widgets/htmega_video_player.php:165
7772
- #: includes/widgets/htmega_video_player.php:177
7773
- #: includes/widgets/htmega_video_player.php:189
7774
- #: includes/widgets/htmega_video_player.php:201
7775
- #: includes/widgets/htmega_video_player.php:213
7776
- msgid "No"
7777
- msgstr ""
7778
-
7779
- #: includes/widgets/htmega_googlemap.php:249
7780
- #: includes/widgets/htmega_instagram_feed.php:78
7781
- #: includes/widgets/htmega_instagram_feed.php:89
7782
- #: includes/widgets/htmega_instagram_feed.php:113
7783
- msgid "no"
7784
- msgstr ""
7785
-
7786
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:207
7787
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:210
7788
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:573
7789
- msgid "No Comments"
7790
- msgstr ""
7791
-
7792
- #: includes/helper-function.php:232
7793
- msgid "No contact form found"
7794
- msgstr ""
7795
-
7796
- #: includes/widgets/htmega_single_post.php:587
7797
- msgid "No selected post"
7798
- msgstr ""
7799
-
7800
- #: includes/widgets/htmega_template_selector.php:67
7801
- msgid "No selected template"
7802
- msgstr ""
7803
-
7804
- #: includes/helper-function.php:92
7805
- msgid "No sidebars were found"
7806
- msgstr ""
7807
-
7808
- #: includes/widgets/htmega_revolution_slider.php:43
7809
- msgid "No Slider Found."
7810
- msgstr ""
7811
-
7812
- #: includes/helper-function.php:249 includes/widgets/htmega_blockquote.php:406
7813
- #: includes/widgets/htmega_button.php:415
7814
- #: includes/widgets/htmega_button.php:478
7815
- #: includes/widgets/htmega_counter.php:95
7816
- #: includes/widgets/htmega_image_marker.php:222
7817
- #: includes/widgets/htmega_image_marker.php:281
7818
- #: includes/widgets/htmega_image_marker.php:492
7819
- #: includes/widgets/htmega_image_marker.php:778
7820
- #: includes/widgets/htmega_job_manager.php:121
7821
- #: includes/widgets/htmega_news_ticker.php:250
7822
- #: includes/widgets/htmega_notify.php:139
7823
- #: includes/widgets/htmega_notify.php:174
7824
- #: includes/widgets/htmega_post_grid.php:147
7825
- #: includes/widgets/htmega_post_grid_tab.php:154
7826
- #: includes/widgets/htmega_post_slider.php:158
7827
- #: includes/widgets/htmega_pricing_list_view.php:244
7828
- #: includes/widgets/htmega_scroll_image.php:246
7829
- #: includes/widgets/htmega_socialshere.php:457
7830
- #: includes/widgets/htmega_teammember.php:104
7831
- #: includes/widgets/htmega_testimonial_grid.php:58
7832
- #: extensions/ht-builder/widgets/bl_post_archive.php:198
7833
- #: extensions/ht-builder/widgets/bl_post_author_info.php:97
7834
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:290
7835
- msgid "None"
7836
- msgstr ""
7837
-
7838
- #: includes/widgets/htmega_404_content.php:544
7839
- #: includes/widgets/htmega_404_content.php:695
7840
- #: includes/widgets/htmega_accordion.php:459
7841
- #: includes/widgets/htmega_accordion.php:972
7842
- #: includes/widgets/htmega_add_banner.php:156
7843
- #: includes/widgets/htmega_add_banner.php:245
7844
- #: includes/widgets/htmega_add_banner.php:620
7845
- #: includes/widgets/htmega_booked_calender.php:560
7846
- #: includes/widgets/htmega_booked_calender.php:706
7847
- #: includes/widgets/htmega_brand.php:170
7848
- #: includes/widgets/htmega_buddy_press.php:286
7849
- #: includes/widgets/htmega_button.php:194
7850
- #: includes/widgets/htmega_button.php:519
7851
- #: includes/widgets/htmega_caldera_forms.php:206
7852
- #: includes/widgets/htmega_call_to_action.php:690
7853
- #: includes/widgets/htmega_call_to_action.php:896
7854
- #: includes/widgets/htmega_carousel.php:550
7855
- #: includes/widgets/htmega_carousel.php:826
7856
- #: includes/widgets/htmega_carousel.php:1094
7857
- #: includes/widgets/htmega_carousel.php:1302
7858
- #: includes/widgets/htmega_contact_form_seven.php:541
7859
- #: includes/widgets/htmega_countdown.php:1028
7860
- #: includes/widgets/htmega_cuctom_event.php:136
7861
- #: includes/widgets/htmega_cuctom_event.php:391
7862
- #: includes/widgets/htmega_double_button.php:384
7863
- #: includes/widgets/htmega_double_button.php:459
7864
- #: includes/widgets/htmega_double_button.php:632
7865
- #: includes/widgets/htmega_download_monitor.php:138
7866
- #: includes/widgets/htmega_easy_digital_download.php:344
7867
- #: includes/widgets/htmega_easy_digital_download.php:524
7868
- #: includes/widgets/htmega_gravity_forms.php:380
7869
- #: includes/widgets/htmega_image_grid.php:453
7870
- #: includes/widgets/htmega_image_masonry.php:440
7871
- #: includes/widgets/htmega_inline_menu.php:146
7872
- #: includes/widgets/htmega_instagram.php:927
7873
- #: includes/widgets/htmega_instagram.php:1145
7874
- #: includes/widgets/htmega_mailchimp_for_wp.php:293
7875
- #: includes/widgets/htmega_modal.php:211
7876
- #: includes/widgets/htmega_news_ticker.php:730
7877
- #: includes/widgets/htmega_ninja_forms.php:578
7878
- #: includes/widgets/htmega_notify.php:314
7879
- #: includes/widgets/htmega_offcanvas.php:406
7880
- #: includes/widgets/htmega_panel_slider.php:755
7881
- #: includes/widgets/htmega_panel_slider.php:1047
7882
- #: includes/widgets/htmega_popover.php:331
7883
- #: includes/widgets/htmega_post_grid_tab.php:623
7884
- #: includes/widgets/htmega_post_grid_tab.php:843
7885
- #: includes/widgets/htmega_post_grid_tab.php:993
7886
- #: includes/widgets/htmega_post_slider.php:1058
7887
- #: includes/widgets/htmega_post_slider.php:1271
7888
- #: includes/widgets/htmega_post_slider.php:1535
7889
- #: includes/widgets/htmega_post_slider.php:1755
7890
- #: includes/widgets/htmega_post_slider.php:1920
7891
- #: includes/widgets/htmega_progressbar.php:68
7892
- #: includes/widgets/htmega_qu_forms.php:475
7893
- #: includes/widgets/htmega_scroll_navigation.php:293
7894
- #: includes/widgets/htmega_search.php:223
7895
- #: includes/widgets/htmega_search.php:435
7896
- #: includes/widgets/htmega_search.php:673
7897
- #: includes/widgets/htmega_services.php:176
7898
- #: includes/widgets/htmega_services.php:617
7899
- #: includes/widgets/htmega_services.php:1022
7900
- #: includes/widgets/htmega_single_post.php:355
7901
- #: includes/widgets/htmega_slider_thumb_gallery.php:816
7902
- #: includes/widgets/htmega_slider_thumb_gallery.php:1074
7903
- #: includes/widgets/htmega_slider_thumb_gallery.php:1223
7904
- #: includes/widgets/htmega_socialshere.php:672
7905
- #: includes/widgets/htmega_special_banner.php:643
7906
- #: includes/widgets/htmega_switcher.php:351 includes/widgets/htmega_tab.php:502
7907
- #: includes/widgets/htmega_tab.php:680
7908
- #: includes/widgets/htmega_testimonial_grid.php:264
7909
- #: includes/widgets/htmega_toggle.php:225
7910
- #: includes/widgets/htmega_tooltip.php:307
7911
- #: includes/widgets/htmega_twitter_feed.php:701
7912
- #: includes/widgets/htmega_twitter_feed.php:970
7913
- #: includes/widgets/htmega_twitter_feed.php:1068
7914
- #: includes/widgets/htmega_twitter_feed.php:1306
7915
- #: includes/widgets/htmega_user_login_form.php:1072
7916
- #: includes/widgets/htmega_user_login_form.php:1270
7917
- #: includes/widgets/htmega_vertical_timeline.php:191
7918
- #: includes/widgets/htmega_video_player.php:336
7919
- #: includes/widgets/htmega_wc_categories.php:175
7920
- #: includes/widgets/htmega_wc_categories.php:292
7921
- #: includes/widgets/htmega_wc_categories.php:408
7922
- #: includes/widgets/htmega_wc_element_pages.php:198
7923
- #: includes/widgets/htmega_wc_element_pages.php:348
7924
- #: includes/widgets/htmega_wc_element_pages.php:699
7925
- #: includes/widgets/htmega_wc_element_pages.php:981
7926
- #: includes/widgets/htmega_wc_element_pages.php:1125
7927
- #: includes/widgets/htmega_working_process.php:351
7928
- #: includes/widgets/htmega_working_process.php:935
7929
- #: includes/widgets/htmega_wpforms.php:568
7930
- #: extensions/ht-builder/widgets/bl_nav_menu.php:143
7931
- #: extensions/ht-builder/widgets/bl_nav_menu.php:375
7932
- #: extensions/ht-builder/widgets/bl_post_archive.php:340
7933
- #: extensions/ht-builder/widgets/bl_post_archive.php:446
7934
- #: extensions/ht-builder/widgets/bl_post_archive.php:553
7935
- #: extensions/ht-builder/widgets/bl_post_archive.php:714
7936
- #: extensions/ht-builder/widgets/bl_post_archive.php:849
7937
- #: extensions/ht-builder/widgets/bl_post_comments.php:91
7938
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:388
7939
- #: extensions/ht-builder/widgets/bl_post_search_form.php:177
7940
- #: extensions/ht-menu/widgets/inline-mega-menu.php:424
7941
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:382
7942
- msgid "Normal"
7943
- msgstr ""
7944
-
7945
- #: includes/widgets/htmega_toggle.php:53
7946
- msgid "Normal Icon"
7947
- msgstr ""
7948
-
7949
- #: includes/widgets/htmega_socialshere.php:112
7950
- #: includes/widgets/htmega_socialshere.php:210
7951
- msgid "Normal Style"
7952
- msgstr ""
7953
-
7954
- #: includes/widgets/htmega_toggle.php:43
7955
- msgid "Normal Title"
7956
- msgstr ""
7957
-
7958
- #: includes/widgets/htmega_modal.php:670
7959
- msgid "Note: Below, This CSS style to use on your header close button "
7960
- msgstr ""
7961
-
7962
- #: includes/class.assests.php:372
7963
- msgid "Nothing Found"
7964
- msgstr ""
7965
-
7966
- #: includes/recommended-plugins/recommended-plugins.php:39
7967
- msgid "Notification Bar for WordPress"
7968
- msgstr ""
7969
-
7970
- #: includes/widgets/htmega_notify.php:63
7971
- msgid "Notification Content"
7972
- msgstr ""
7973
-
7974
- #: extensions/wc-sales-notification/admin/setting.php:64
7975
- msgid "Notification Content Type"
7976
- msgstr ""
7977
-
7978
- #: extensions/wc-sales-notification/admin/setting.php:165
7979
- msgid "Notification Enter Animation. <span>( Pro )</span>"
7980
- msgstr ""
7981
-
7982
- #: admin/include/admin-setting.php:1254 admin/include/admin-setting.php:1279
7983
- msgid "Notification image position"
7984
- msgstr ""
7985
-
7986
- #: extensions/wc-sales-notification/admin/setting.php:90
7987
- msgid "Notification Layout. <span>( Pro )</span>"
7988
- msgstr ""
7989
-
7990
- #: extensions/wc-sales-notification/admin/setting.php:115
7991
- msgid "Notification Loading duration."
7992
- msgstr ""
7993
-
7994
- #: includes/widgets/htmega_notify.php:70
7995
- msgid "Notification Message"
7996
- msgstr ""
7997
-
7998
- #: includes/widgets/htmega_notify.php:82
7999
- msgid "Notification Option"
8000
- msgstr ""
8001
-
8002
- #: extensions/wc-sales-notification/admin/setting.php:177
8003
- msgid "Notification Out Animation. <span>( Pro )</span>"
8004
- msgstr ""
8005
-
8006
- #: includes/widgets/htmega_notify.php:101
8007
- msgid "Notification Position"
8008
- msgstr ""
8009
-
8010
- #: admin/include/admin-setting.php:1253 admin/include/admin-setting.php:1278
8011
- msgid "Notification showing position"
8012
- msgstr ""
8013
-
8014
- #: includes/widgets/htmega_notify.php:120
8015
- msgid "Notification Type"
8016
- msgstr ""
8017
-
8018
- #: admin/include/admin-setting.php:343 includes/widgets/htmega_notify.php:13
8019
- msgid "Notify"
8020
- msgstr ""
8021
-
8022
- #: includes/widgets/htmega_notify.php:455
8023
- msgid "Notify Content"
8024
- msgstr ""
8025
-
8026
- #: includes/widgets/htmega_booked_calender.php:111
8027
- msgid "November"
8028
- msgstr ""
8029
-
8030
- #: includes/widgets/htmega_counter.php:413
8031
- #: includes/widgets/htmega_job_manager.php:122
8032
- #: includes/widgets/htmega_working_process.php:791
8033
- msgid "Number"
8034
- msgstr ""
8035
-
8036
- #: includes/widgets/htmega_wc_categories.php:58
8037
- msgid "Number of Category"
8038
- msgstr ""
8039
-
8040
- #: includes/widgets/htmega_instagram_feed.php:51
8041
- msgid "Number of Column"
8042
- msgstr ""
8043
-
8044
- #: includes/widgets/htmega_easy_digital_download.php:59
8045
- msgid "Number of Item"
8046
- msgstr ""
8047
-
8048
- #: includes/widgets/htmega_job_manager.php:58
8049
- msgid "Number of listings to show"
8050
- msgstr ""
8051
-
8052
- #: includes/widgets/htmega_counter.php:173
8053
- msgid "Number Prefix"
8054
- msgstr ""
8055
-
8056
- #: includes/widgets/htmega_counter.php:182
8057
- msgid "Number Suffix"
8058
- msgstr ""
8059
-
8060
- #: includes/widgets/htmega_vertical_timeline.php:105
8061
- msgid "Oct<br/>2018"
8062
- msgstr ""
8063
-
8064
- #: includes/widgets/htmega_booked_calender.php:110
8065
- msgid "October"
8066
- msgstr ""
8067
-
8068
- #: includes/widgets/htmega_tablepress.php:307
8069
- msgid "Odd Cell"
8070
- msgstr ""
8071
-
8072
- #: includes/widgets/htmega_socialshere.php:60
8073
- msgid "Odnoklassniki"
8074
- msgstr ""
8075
-
8076
- #: includes/widgets/htmega_carousel.php:115
8077
- #: includes/widgets/htmega_instagram.php:202
8078
- #: includes/widgets/htmega_panel_slider.php:141
8079
- #: includes/widgets/htmega_post_slider.php:279
8080
- #: includes/widgets/htmega_special_banner.php:116
8081
- #: includes/widgets/htmega_twitter_feed.php:220
8082
- msgid "Off"
8083
- msgstr ""
8084
-
8085
- #: admin/include/admin-setting.php:351 includes/widgets/htmega_offcanvas.php:13
8086
- #: includes/widgets/htmega_offcanvas.php:41
8087
- #: includes/widgets/htmega_offcanvas.php:176
8088
- msgid "Offcanvas"
8089
- msgstr ""
8090
-
8091
- #: includes/widgets/htmega_offcanvas.php:136
8092
- msgid "Offcanvas Height"
8093
- msgstr ""
8094
-
8095
- #: includes/widgets/htmega_offcanvas.php:90
8096
- msgid "Offcanvas Position"
8097
- msgstr ""
8098
-
8099
- #: includes/widgets/htmega_offcanvas.php:106
8100
- msgid "Offcanvas Width"
8101
- msgstr ""
8102
-
8103
- #: includes/widgets/htmega_special_banner.php:105
8104
- #: includes/widgets/htmega_special_banner.php:512
8105
- msgid "Offer Amount"
8106
- msgstr ""
8107
-
8108
- #: includes/widgets/htmega_special_banner.php:114
8109
- #: includes/widgets/htmega_special_banner.php:571
8110
- msgid "Offer Tag Line"
8111
- msgstr ""
8112
-
8113
- #: includes/widgets/htmega_notify.php:205
8114
- #: includes/widgets/htmega_scroll_image.php:244
8115
- msgid "Offset"
8116
- msgstr ""
8117
-
8118
- #: includes/widgets/htmega_carousel.php:114
8119
- #: includes/widgets/htmega_instagram.php:201
8120
- #: includes/widgets/htmega_panel_slider.php:140
8121
- #: includes/widgets/htmega_post_slider.php:278
8122
- #: includes/widgets/htmega_twitter_feed.php:219
8123
- msgid "On"
8124
- msgstr ""
8125
-
8126
- #: includes/widgets/htmega_teammember.php:669
8127
- msgid "ON/OFF Image Hover rotation"
8128
- msgstr ""
8129
-
8130
- #: includes/widgets/htmega_image_grid.php:62
8131
- #: includes/widgets/htmega_image_masonry.php:70
8132
- #: includes/widgets/htmega_testimonial_grid.php:73
8133
- #: includes/widgets/htmega_testimonial_grid.php:88
8134
- #: includes/widgets/htmega_testimonial_grid.php:105
8135
- msgid "One"
8136
- msgstr ""
8137
-
8138
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:221
8139
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:224
8140
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:574
8141
- msgid "One Comment"
8142
- msgstr ""
8143
-
8144
- #: admin/include/admin-setting.php:1226
8145
- msgid "Online Documentation"
8146
- msgstr ""
8147
-
8148
- #: includes/widgets/htmega_switcher.php:560
8149
- #: includes/widgets/htmega_switcher.php:569
8150
- msgid "Only for custom content."
8151
- msgstr ""
8152
-
8153
- #: includes/widgets/htmega_easy_digital_download.php:160
8154
- #: includes/widgets/htmega_wc_categories.php:108
8155
- msgid "Only Top Level"
8156
- msgstr ""
8157
-
8158
- #: includes/widgets/htmega_section_title.php:1026
8159
- msgid "Opacity"
8160
- msgstr ""
8161
-
8162
- #: includes/widgets/htmega_image_marker.php:67
8163
- msgid "Opacity (%)"
8164
- msgstr ""
8165
-
8166
- #: includes/widgets/htmega_image_marker.php:53
8167
- msgid "Opacity Color"
8168
- msgstr ""
8169
-
8170
- #: includes/widgets/htmega_lightbox.php:171
8171
- msgid "Open"
8172
- msgstr ""
8173
-
8174
- #: includes/widgets/htmega_accordion.php:290
8175
- msgid "Open Item Icon"
8176
- msgstr ""
8177
-
8178
- #: includes/widgets/htmega_toggle.php:71
8179
- msgid "Opened Icon"
8180
- msgstr ""
8181
-
8182
- #: includes/widgets/htmega_toggle.php:61
8183
- msgid "Opened Title"
8184
- msgstr ""
8185
-
8186
- #: includes/widgets/htmega_easy_digital_download.php:121
8187
- #: includes/widgets/htmega_ninja_forms.php:69
8188
- #: includes/widgets/htmega_tablepress.php:68
8189
- #: includes/widgets/htmega_wc_categories.php:70
8190
- msgid "Options"
8191
- msgstr ""
8192
-
8193
- #: includes/widgets/htmega_double_button.php:68
8194
- msgid "Or"
8195
- msgstr ""
8196
-
8197
- #: includes/widgets/htmega_easy_digital_download.php:201
8198
- #: includes/widgets/htmega_job_manager.php:71
8199
- #: includes/widgets/htmega_post_grid.php:127
8200
- #: includes/widgets/htmega_post_grid_tab.php:134
8201
- #: includes/widgets/htmega_post_slider.php:138
8202
- #: includes/widgets/htmega_wc_categories.php:140
8203
- msgid "Order"
8204
- msgstr ""
8205
-
8206
- #: includes/widgets/htmega_news_ticker.php:267
8207
- #: extensions/ht-builder/widgets/bl_post_archive.php:215
8208
- msgid "order"
8209
- msgstr ""
8210
-
8211
- #: includes/widgets/htmega_job_manager.php:87
8212
- msgid "Order By"
8213
- msgstr ""
8214
-
8215
- #: includes/widgets/htmega_easy_digital_download.php:186
8216
- #: includes/widgets/htmega_wc_categories.php:125
8217
- msgid "Order by"
8218
- msgstr ""
8219
-
8220
- #: extensions/wc-sales-notification/admin/setting.php:102
8221
- msgid "Order Limit for notification."
8222
- msgstr ""
8223
-
8224
- #: includes/widgets/htmega_wc_element_pages.php:54
8225
- msgid "Order Tracking Form"
8226
- msgstr ""
8227
-
8228
- #: extensions/wc-sales-notification/admin/setting.php:152
8229
- msgid "Order Upto"
8230
- msgstr ""
8231
-
8232
- #: includes/widgets/htmega_news_ticker.php:246
8233
- #: includes/widgets/htmega_post_grid.php:143
8234
- #: includes/widgets/htmega_post_grid_tab.php:150
8235
- #: includes/widgets/htmega_post_slider.php:154
8236
- #: extensions/ht-builder/widgets/bl_post_archive.php:194
8237
- msgid "Orderby"
8238
- msgstr ""
8239
-
8240
- #: includes/widgets/htmega_table.php:107
8241
- msgid "Ordering"
8242
- msgstr ""
8243
-
8244
- #: admin/include/admin-setting.php:86
8245
- msgid "Other options"
8246
- msgstr ""
8247
-
8248
- #: includes/recommended-plugins/recommended-plugins.php:91
8249
- msgid "Other Plugins"
8250
- msgstr ""
8251
-
8252
- #: includes/widgets/htmega_testimonial_grid.php:118
8253
- msgid "Other' Devices Width(%)"
8254
- msgstr ""
8255
-
8256
- #: includes/widgets/htmega_progressbar.php:647
8257
- #: includes/widgets/htmega_progressbar.php:766
8258
- msgid "Outer"
8259
- msgstr ""
8260
-
8261
- #: admin/include/admin-setting.php:1258 admin/include/admin-setting.php:1283
8262
- msgid "Outgoing animation option"
8263
- msgstr ""
8264
-
8265
- #: includes/widgets/htmega_lightbox.php:226
8266
- msgid "Overlay"
8267
- msgstr ""
8268
-
8269
- #: includes/widgets/htmega_image_grid.php:193
8270
- #: includes/widgets/htmega_image_masonry.php:173
8271
- #: includes/widgets/htmega_instagram.php:734
8272
- msgid "Overlay Color"
8273
- msgstr ""
8274
-
8275
- #: includes/widgets/htmega_instagram.php:745
8276
- msgid "Overlay Padding"
8277
- msgstr ""
8278
-
8279
- #: includes/widgets/weather/htmega_weather.php:43
8280
- msgid "Override Title"
8281
- msgstr ""
8282
-
8283
- #: includes/helper-function.php:161
8284
- msgid "p"
8285
- msgstr ""
8286
-
8287
- #: includes/widgets/htmega_404_content.php:281
8288
- #: includes/widgets/htmega_404_content.php:347
8289
- #: includes/widgets/htmega_404_content.php:426
8290
- #: includes/widgets/htmega_404_content.php:505
8291
- #: includes/widgets/htmega_404_content.php:581
8292
- #: includes/widgets/htmega_404_content.php:732
8293
- #: includes/widgets/htmega_accordion.php:501
8294
- #: includes/widgets/htmega_accordion.php:717
8295
- #: includes/widgets/htmega_accordion.php:852
8296
- #: includes/widgets/htmega_accordion.php:1251
8297
- #: includes/widgets/htmega_add_banner.php:175
8298
- #: includes/widgets/htmega_add_banner.php:263
8299
- #: includes/widgets/htmega_add_banner.php:317
8300
- #: includes/widgets/htmega_add_banner.php:415
8301
- #: includes/widgets/htmega_add_banner.php:474
8302
- #: includes/widgets/htmega_add_banner.php:533
8303
- #: includes/widgets/htmega_add_banner.php:592
8304
- #: includes/widgets/htmega_add_banner.php:678
8305
- #: includes/widgets/htmega_animated_heading.php:222
8306
- #: includes/widgets/htmega_animated_heading.php:353
8307
- #: includes/widgets/htmega_animated_heading.php:441
8308
- #: includes/widgets/htmega_blockquote.php:233
8309
- #: includes/widgets/htmega_blockquote.php:311
8310
- #: includes/widgets/htmega_blockquote.php:367
8311
- #: includes/widgets/htmega_blockquote.php:529
8312
- #: includes/widgets/htmega_blockquote.php:710
8313
- #: includes/widgets/htmega_booked_calender.php:619
8314
- #: includes/widgets/htmega_booked_calender.php:765
8315
- #: includes/widgets/htmega_brand.php:141 includes/widgets/htmega_brand.php:328
8316
- #: includes/widgets/htmega_buddy_press.php:216
8317
- #: includes/widgets/htmega_business_hours.php:255
8318
- #: includes/widgets/htmega_business_hours.php:331
8319
- #: includes/widgets/htmega_business_hours.php:459
8320
- #: includes/widgets/htmega_button.php:297
8321
- #: includes/widgets/htmega_button.php:569
8322
- #: includes/widgets/htmega_caldera_forms.php:132
8323
- #: includes/widgets/htmega_caldera_forms.php:267
8324
- #: includes/widgets/htmega_call_to_action.php:379
8325
- #: includes/widgets/htmega_call_to_action.php:456
8326
- #: includes/widgets/htmega_call_to_action.php:544
8327
- #: includes/widgets/htmega_call_to_action.php:603
8328
- #: includes/widgets/htmega_call_to_action.php:662
8329
- #: includes/widgets/htmega_call_to_action.php:730
8330
- #: includes/widgets/htmega_call_to_action.php:936
8331
- #: includes/widgets/htmega_carousel.php:468
8332
- #: includes/widgets/htmega_carousel.php:681
8333
- #: includes/widgets/htmega_carousel.php:1358
8334
- #: includes/widgets/htmega_contact_form_seven.php:80
8335
- #: includes/widgets/htmega_contact_form_seven.php:281
8336
- #: includes/widgets/htmega_contact_form_seven.php:413
8337
- #: includes/widgets/htmega_contact_form_seven.php:501
8338
- #: includes/widgets/htmega_contact_form_seven.php:597
8339
- #: includes/widgets/htmega_countdown.php:575
8340
- #: includes/widgets/htmega_countdown.php:822
8341
- #: includes/widgets/htmega_countdown.php:984
8342
- #: includes/widgets/htmega_countdown.php:1108
8343
- #: includes/widgets/htmega_counter.php:227
8344
- #: includes/widgets/htmega_counter.php:487
8345
- #: includes/widgets/htmega_counter.php:612
8346
- #: includes/widgets/htmega_counter.php:878
8347
- #: includes/widgets/htmega_counter.php:968
8348
- #: includes/widgets/htmega_counter.php:1057
8349
- #: includes/widgets/htmega_cuctom_event.php:163
8350
- #: includes/widgets/htmega_cuctom_event.php:248
8351
- #: includes/widgets/htmega_double_button.php:527
8352
- #: includes/widgets/htmega_double_button.php:700
8353
- #: includes/widgets/htmega_double_button.php:883
8354
- #: includes/widgets/htmega_download_monitor.php:206
8355
- #: includes/widgets/htmega_dropcaps.php:140
8356
- #: includes/widgets/htmega_dropcaps.php:239
8357
- #: includes/widgets/htmega_easy_digital_download.php:260
8358
- #: includes/widgets/htmega_easy_digital_download.php:578
8359
- #: includes/widgets/htmega_googlemap.php:336
8360
- #: includes/widgets/htmega_googlemap.php:477
8361
- #: includes/widgets/htmega_gravity_forms.php:233
8362
- #: includes/widgets/htmega_gravity_forms.php:319
8363
- #: includes/widgets/htmega_gravity_forms.php:433
8364
- #: includes/widgets/htmega_image_comparison.php:293
8365
- #: includes/widgets/htmega_image_comparison.php:374
8366
- #: includes/widgets/htmega_image_grid.php:340
8367
- #: includes/widgets/htmega_image_grid.php:427
8368
- #: includes/widgets/htmega_image_grid.php:500
8369
- #: includes/widgets/htmega_image_magnifier.php:142
8370
- #: includes/widgets/htmega_image_marker.php:675
8371
- #: includes/widgets/htmega_image_marker.php:899
8372
- #: includes/widgets/htmega_image_masonry.php:185
8373
- #: includes/widgets/htmega_image_masonry.php:327
8374
- #: includes/widgets/htmega_image_masonry.php:414
8375
- #: includes/widgets/htmega_image_masonry.php:486
8376
- #: includes/widgets/htmega_inline_menu.php:175
8377
- #: includes/widgets/htmega_instagram.php:647
8378
- #: includes/widgets/htmega_instagram.php:693
8379
- #: includes/widgets/htmega_instagram.php:823
8380
- #: includes/widgets/htmega_instagram.php:885
8381
- #: includes/widgets/htmega_instagram.php:1057
8382
- #: includes/widgets/htmega_instagram.php:1342
8383
- #: includes/widgets/htmega_lightbox.php:251
8384
- #: includes/widgets/htmega_lightbox.php:439
8385
- #: includes/widgets/htmega_mailchimp_for_wp.php:81
8386
- #: includes/widgets/htmega_mailchimp_for_wp.php:251
8387
- #: includes/widgets/htmega_mailchimp_for_wp.php:386
8388
- #: includes/widgets/htmega_modal.php:278 includes/widgets/htmega_modal.php:538
8389
- #: includes/widgets/htmega_modal.php:655 includes/widgets/htmega_modal.php:710
8390
- #: includes/widgets/htmega_modal.php:818 includes/widgets/htmega_modal.php:880
8391
- #: includes/widgets/htmega_modal.php:988
8392
- #: includes/widgets/htmega_news_ticker.php:384
8393
- #: includes/widgets/htmega_news_ticker.php:438
8394
- #: includes/widgets/htmega_news_ticker.php:581
8395
- #: includes/widgets/htmega_news_ticker.php:826
8396
- #: includes/widgets/htmega_news_ticker.php:960
8397
- #: includes/widgets/htmega_ninja_forms.php:132
8398
- #: includes/widgets/htmega_ninja_forms.php:211
8399
- #: includes/widgets/htmega_ninja_forms.php:321
8400
- #: includes/widgets/htmega_ninja_forms.php:409
8401
- #: includes/widgets/htmega_ninja_forms.php:519
8402
- #: includes/widgets/htmega_ninja_forms.php:631
8403
- #: includes/widgets/htmega_notify.php:381
8404
- #: includes/widgets/htmega_notify.php:524
8405
- #: includes/widgets/htmega_notify.php:780
8406
- #: includes/widgets/htmega_offcanvas.php:341
8407
- #: includes/widgets/htmega_offcanvas.php:433
8408
- #: includes/widgets/htmega_panel_slider.php:503
8409
- #: includes/widgets/htmega_panel_slider.php:669
8410
- #: includes/widgets/htmega_panel_slider.php:725
8411
- #: includes/widgets/htmega_panel_slider.php:901
8412
- #: includes/widgets/htmega_popover.php:292
8413
- #: includes/widgets/htmega_popover.php:437
8414
- #: includes/widgets/htmega_popover.php:614
8415
- #: includes/widgets/htmega_popover.php:718
8416
- #: includes/widgets/htmega_post_grid.php:500
8417
- #: includes/widgets/htmega_post_grid.php:614
8418
- #: includes/widgets/htmega_post_grid.php:701
8419
- #: includes/widgets/htmega_post_grid_tab.php:313
8420
- #: includes/widgets/htmega_post_grid_tab.php:386
8421
- #: includes/widgets/htmega_post_grid_tab.php:479
8422
- #: includes/widgets/htmega_post_grid_tab.php:566
8423
- #: includes/widgets/htmega_post_grid_tab.php:664
8424
- #: includes/widgets/htmega_post_grid_tab.php:789
8425
- #: includes/widgets/htmega_post_grid_tab.php:884
8426
- #: includes/widgets/htmega_post_grid_tab.php:1038
8427
- #: includes/widgets/htmega_post_grid_tab.php:1146
8428
- #: includes/widgets/htmega_post_slider.php:759
8429
- #: includes/widgets/htmega_post_slider.php:914
8430
- #: includes/widgets/htmega_post_slider.php:1001
8431
- #: includes/widgets/htmega_post_slider.php:1098
8432
- #: includes/widgets/htmega_post_slider.php:1217
8433
- #: includes/widgets/htmega_post_slider.php:1311
8434
- #: includes/widgets/htmega_post_slider.php:1667
8435
- #: includes/widgets/htmega_post_slider.php:1926
8436
- #: includes/widgets/htmega_pricing_list_view.php:1232
8437
- #: includes/widgets/htmega_pricing_list_view.php:1485
8438
- #: includes/widgets/htmega_pricing_list_view.php:1591
8439
- #: includes/widgets/htmega_pricing_list_view.php:1664
8440
- #: includes/widgets/htmega_pricing_list_view.php:1749
8441
- #: includes/widgets/htmega_pricing_list_view.php:1826
8442
- #: includes/widgets/htmega_progressbar.php:340
8443
- #: includes/widgets/htmega_progressbar.php:669
8444
- #: includes/widgets/htmega_progressbar.php:775
8445
- #: includes/widgets/htmega_qu_forms.php:130
8446
- #: includes/widgets/htmega_qu_forms.php:218
8447
- #: includes/widgets/htmega_qu_forms.php:306
8448
- #: includes/widgets/htmega_qu_forms.php:416
8449
- #: includes/widgets/htmega_qu_forms.php:528
8450
- #: includes/widgets/htmega_scroll_image.php:208
8451
- #: includes/widgets/htmega_scroll_image.php:368
8452
- #: includes/widgets/htmega_scroll_navigation.php:265
8453
- #: includes/widgets/htmega_search.php:196
8454
- #: includes/widgets/htmega_search.php:297
8455
- #: includes/widgets/htmega_search.php:516
8456
- #: includes/widgets/htmega_section_title.php:399
8457
- #: includes/widgets/htmega_section_title.php:599
8458
- #: includes/widgets/htmega_section_title.php:831
8459
- #: includes/widgets/htmega_section_title.php:1002
8460
- #: includes/widgets/htmega_services.php:196
8461
- #: includes/widgets/htmega_services.php:408
8462
- #: includes/widgets/htmega_services.php:513
8463
- #: includes/widgets/htmega_services.php:672
8464
- #: includes/widgets/htmega_services.php:934
8465
- #: includes/widgets/htmega_services.php:1062
8466
- #: includes/widgets/htmega_single_post.php:205
8467
- #: includes/widgets/htmega_single_post.php:292
8468
- #: includes/widgets/htmega_single_post.php:407
8469
- #: includes/widgets/htmega_single_post.php:503
8470
- #: includes/widgets/htmega_slider_thumb_gallery.php:717
8471
- #: includes/widgets/htmega_slider_thumb_gallery.php:765
8472
- #: includes/widgets/htmega_slider_thumb_gallery.php:973
8473
- #: includes/widgets/htmega_socialshere.php:398
8474
- #: includes/widgets/htmega_socialshere.php:643
8475
- #: includes/widgets/htmega_special_banner.php:302
8476
- #: includes/widgets/htmega_special_banner.php:379
8477
- #: includes/widgets/htmega_special_banner.php:438
8478
- #: includes/widgets/htmega_special_banner.php:497
8479
- #: includes/widgets/htmega_special_banner.php:556
8480
- #: includes/widgets/htmega_special_banner.php:615
8481
- #: includes/widgets/htmega_special_banner.php:701
8482
- #: includes/widgets/htmega_switcher.php:258
8483
- #: includes/widgets/htmega_switcher.php:399
8484
- #: includes/widgets/htmega_switcher.php:588 includes/widgets/htmega_tab.php:336
8485
- #: includes/widgets/htmega_tab.php:568 includes/widgets/htmega_tab.php:911
8486
- #: includes/widgets/htmega_table.php:509
8487
- #: includes/widgets/htmega_tablepress.php:196
8488
- #: includes/widgets/htmega_tablepress.php:353
8489
- #: includes/widgets/htmega_tablepress.php:422
8490
- #: includes/widgets/htmega_teammember.php:343
8491
- #: includes/widgets/htmega_teammember.php:728
8492
- #: includes/widgets/htmega_teammember.php:818
8493
- #: includes/widgets/htmega_teammember.php:909
8494
- #: includes/widgets/htmega_teammember.php:976
8495
- #: includes/widgets/htmega_testimonial_grid.php:284
8496
- #: includes/widgets/htmega_testimonial_grid.php:463
8497
- #: includes/widgets/htmega_testimonial_grid.php:523
8498
- #: includes/widgets/htmega_testimonial_grid.php:615
8499
- #: includes/widgets/htmega_toggle.php:168
8500
- #: includes/widgets/htmega_toggle.php:297
8501
- #: includes/widgets/htmega_tooltip.php:268
8502
- #: includes/widgets/htmega_tooltip.php:414
8503
- #: includes/widgets/htmega_tooltip.php:511
8504
- #: includes/widgets/htmega_twitter_feed.php:583
8505
- #: includes/widgets/htmega_twitter_feed.php:672
8506
- #: includes/widgets/htmega_twitter_feed.php:741
8507
- #: includes/widgets/htmega_twitter_feed.php:941
8508
- #: includes/widgets/htmega_twitter_feed.php:1002
8509
- #: includes/widgets/htmega_twitter_feed.php:1192
8510
- #: includes/widgets/htmega_user_login_form.php:596
8511
- #: includes/widgets/htmega_user_login_form.php:632
8512
- #: includes/widgets/htmega_user_login_form.php:862
8513
- #: includes/widgets/htmega_user_login_form.php:1108
8514
- #: includes/widgets/htmega_user_login_form.php:1319
8515
- #: includes/widgets/htmega_user_login_form.php:1489
8516
- #: includes/widgets/htmega_vertical_timeline.php:248
8517
- #: includes/widgets/htmega_vertical_timeline.php:348
8518
- #: includes/widgets/htmega_video_player.php:250
8519
- #: includes/widgets/htmega_video_player.php:408
8520
- #: includes/widgets/htmega_wc_categories.php:213
8521
- #: includes/widgets/htmega_wc_categories.php:332
8522
- #: includes/widgets/htmega_wc_element_pages.php:147
8523
- #: includes/widgets/htmega_wc_element_pages.php:258
8524
- #: includes/widgets/htmega_wc_element_pages.php:410
8525
- #: includes/widgets/htmega_wc_element_pages.php:587
8526
- #: includes/widgets/htmega_wc_element_pages.php:764
8527
- #: includes/widgets/htmega_wc_element_pages.php:900
8528
- #: includes/widgets/htmega_wc_element_pages.php:1035
8529
- #: includes/widgets/htmega_wc_element_pages.php:1163
8530
- #: includes/widgets/htmega_working_process.php:222
8531
- #: includes/widgets/htmega_working_process.php:418
8532
- #: includes/widgets/htmega_working_process.php:676
8533
- #: includes/widgets/htmega_working_process.php:755
8534
- #: includes/widgets/htmega_working_process.php:855
8535
- #: includes/widgets/htmega_wpforms.php:124
8536
- #: includes/widgets/htmega_wpforms.php:203
8537
- #: includes/widgets/htmega_wpforms.php:311
8538
- #: includes/widgets/htmega_wpforms.php:399
8539
- #: includes/widgets/htmega_wpforms.php:509
8540
- #: includes/widgets/htmega_wpforms.php:621
8541
- #: extensions/ht-builder/widgets/bl_nav_menu.php:171
8542
- #: extensions/ht-builder/widgets/bl_nav_menu.php:404
8543
- #: extensions/ht-builder/widgets/bl_page_title.php:108
8544
- #: extensions/ht-builder/widgets/bl_post_archive.php:265
8545
- #: extensions/ht-builder/widgets/bl_post_archive.php:762
8546
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:110
8547
- #: extensions/ht-builder/widgets/bl_post_search_form.php:151
8548
- #: extensions/ht-builder/widgets/bl_post_search_form.php:236
8549
- #: extensions/ht-builder/widgets/bl_site_logo.php:130
8550
- #: extensions/ht-builder/widgets/bl_site_title.php:110
8551
- #: extensions/ht-menu/widgets/inline-mega-menu.php:119
8552
- #: extensions/ht-menu/widgets/inline-mega-menu.php:239
8553
- #: extensions/ht-menu/widgets/inline-mega-menu.php:369
8554
- #: extensions/ht-menu/widgets/inline-mega-menu.php:481
8555
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:120
8556
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:240
8557
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:327
8558
- #: includes/widgets/weather/htmega_weather.php:275
8559
- #: includes/widgets/weather/htmega_weather.php:334
8560
- msgid "Padding"
8561
- msgstr ""
8562
-
8563
- #: includes/widgets/htmega_wc_element_pages.php:47
8564
- #: extensions/ht-builder/widgets/bl_post_content.php:125
8565
- msgid "Page"
8566
- msgstr ""
8567
-
8568
- #: admin/include/admin-setting.php:796 admin/include/admin-setting.php:797
8569
- #: extensions/ht-builder/widgets/bl_page_title.php:39
8570
- #: extensions/ht-builder/widgets/bl_page_title.php:58
8571
- #: extensions/ht-builder/widgets/bl_page_title.php:168
8572
- msgid "Page Title"
8573
- msgstr ""
8574
-
8575
- #: extensions/ht-builder/widgets/bl_post_content.php:121
8576
- msgid "Pages:"
8577
- msgstr ""
8578
-
8579
- #: includes/widgets/htmega_carousel.php:810
8580
- #: includes/widgets/htmega_carousel.php:1078
8581
- #: includes/widgets/htmega_instagram.php:1130
8582
- #: includes/widgets/htmega_panel_slider.php:1033
8583
- #: includes/widgets/htmega_post_slider.php:1740
8584
- #: includes/widgets/htmega_post_slider.php:1905
8585
- #: includes/widgets/htmega_scroll_navigation.php:282
8586
- #: includes/widgets/htmega_slider_thumb_gallery.php:1047
8587
- #: includes/widgets/htmega_table.php:83
8588
- #: includes/widgets/htmega_twitter_feed.php:1291
8589
- #: extensions/ht-builder/widgets/bl_post_archive.php:835
8590
- msgid "Pagination"
8591
- msgstr ""
8592
-
8593
- #: includes/widgets/htmega_carousel.php:1286
8594
- msgid "Pagination Box"
8595
- msgstr ""
8596
-
8597
- #: includes/widgets/htmega_post_slider.php:1980
8598
- msgid "Pagination Box Width"
8599
- msgstr ""
8600
-
8601
- #: includes/widgets/htmega_table.php:981
8602
- msgid "Pagination Footer"
8603
- msgstr ""
8604
-
8605
- #: includes/widgets/htmega_table.php:799
8606
- msgid "Pagination Header"
8607
- msgstr ""
8608
-
8609
- #: includes/widgets/htmega_table.php:850
8610
- msgid "Pagination Header length"
8611
- msgstr ""
8612
-
8613
- #: includes/widgets/htmega_tablepress.php:86
8614
- msgid "Pagination Hide"
8615
- msgstr ""
8616
-
8617
- #: includes/widgets/htmega_table.php:1019
8618
- msgid "Pagination Ordering"
8619
- msgstr ""
8620
-
8621
- #: includes/widgets/htmega_table.php:902
8622
- msgid "Pagination Style"
8623
- msgstr ""
8624
-
8625
- #: includes/widgets/htmega_job_manager.php:117
8626
- msgid "Pagination Type"
8627
- msgstr ""
8628
-
8629
- #: admin/include/admin-setting.php:359
8630
- #: includes/widgets/htmega_panel_slider.php:15
8631
- #: includes/widgets/htmega_panel_slider.php:45
8632
- msgid "Panel Slider"
8633
- msgstr ""
8634
-
8635
- #: includes/widgets/htmega_easy_digital_download.php:164
8636
- #: includes/widgets/htmega_wc_categories.php:112
8637
- msgid "Parent"
8638
- msgstr ""
8639
-
8640
- #: includes/widgets/htmega_brand.php:91
8641
- msgid "Partner Link"
8642
- msgstr ""
8643
-
8644
- #: includes/widgets/htmega_brand.php:71
8645
- msgid "Partner Logo"
8646
- msgstr ""
8647
-
8648
- #: includes/widgets/htmega_user_login_form.php:227
8649
- #: includes/widgets/htmega_user_login_form.php:240
8650
- #: includes/widgets/htmega_user_login_form.php:1541
8651
- #: includes/widgets/htmega_user_login_form.php:1542
8652
- msgid "Password"
8653
- msgstr ""
8654
-
8655
- #: includes/widgets/htmega_user_login_form.php:225
8656
- msgid "Password Label"
8657
- msgstr ""
8658
-
8659
- #: includes/helper-function.php:411
8660
- msgid "Password length must be greater than 5"
8661
- msgstr ""
8662
-
8663
- #: includes/widgets/htmega_user_login_form.php:238
8664
- msgid "Password Placeholder"
8665
- msgstr ""
8666
-
8667
- #: includes/widgets/htmega_news_ticker.php:169
8668
- msgid "Pause on hover"
8669
- msgstr ""
8670
-
8671
- #: includes/widgets/htmega_carousel.php:215
8672
- #: includes/widgets/htmega_instagram.php:410
8673
- #: includes/widgets/htmega_panel_slider.php:275
8674
- #: includes/widgets/htmega_post_slider.php:395
8675
- #: includes/widgets/htmega_slider_thumb_gallery.php:214
8676
- #: includes/widgets/htmega_slider_thumb_gallery.php:479
8677
- #: includes/widgets/htmega_twitter_feed.php:337
8678
- msgid "Pause on Hover?"
8679
- msgstr ""
8680
-
8681
- #: includes/widgets/htmega_wc_element_pages.php:653
8682
- msgid "Payment"
8683
- msgstr ""
8684
-
8685
- #: includes/widgets/htmega_pricing_list_view.php:1704
8686
- msgid "Per Month Typography"
8687
- msgstr ""
8688
-
8689
- #: includes/widgets/htmega_testimonial_grid.php:232
8690
- msgid "Peter Rose"
8691
- msgstr ""
8692
-
8693
- #: includes/widgets/htmega_progressbar.php:211
8694
- msgid "Photoshop"
8695
- msgstr ""
8696
-
8697
- #: includes/class.htmega.php:175
8698
- msgid "PHP"
8699
- msgstr ""
8700
-
8701
- #: includes/widgets/htmega_socialshere.php:56
8702
- msgid "Pinterest"
8703
- msgstr ""
8704
-
8705
- #: extensions/ht-builder/widgets/bl_post_search_form.php:45
8706
- msgid "Placeholder"
8707
- msgstr ""
8708
-
8709
- #: admin/include/templates_list.php:17
8710
- msgctxt "placeholder"
8711
- msgid "Enter a Page Name"
8712
- msgstr ""
8713
-
8714
- #: includes/widgets/htmega_caldera_forms.php:106
8715
- #: includes/widgets/htmega_contact_form_seven.php:225
8716
- #: includes/widgets/htmega_contact_form_seven.php:379
8717
- #: includes/widgets/htmega_mailchimp_for_wp.php:212
8718
- #: includes/widgets/htmega_search.php:240
8719
- #: includes/widgets/htmega_user_login_form.php:799
8720
- msgid "Placeholder Color"
8721
- msgstr ""
8722
-
8723
- #: includes/widgets/htmega_animated_heading.php:235
8724
- #: includes/widgets/htmega_search.php:58
8725
- msgid "Placeholder Text"
8726
- msgstr ""
8727
-
8728
- #: includes/widgets/htmega_image_marker.php:961
8729
- msgid "Placeholder Text Style"
8730
- msgstr ""
8731
-
8732
- #: includes/widgets/htmega_video_player.php:81
8733
- msgid "Play Button Icon"
8734
- msgstr ""
8735
-
8736
- #: admin/include/admin-setting.php:645
8737
- msgid ""
8738
- "Please enter a OpenWeatherMaps API key. OpenWeather is a weather provider "
8739
- "service which is capable of delivering all the necessary weather information "
8740
- "for any location on the globe.To create API key, go to this link <a "
8741
- "href=\"https://openweathermap.org/appid\" target=\"_blank\">OpenWeather</a>."
8742
- msgstr ""
8743
-
8744
- #: includes/widgets/htmega_instagram.php:1526
8745
- msgid "Please enter your access token."
8746
- msgstr ""
8747
-
8748
- #: includes/widgets/weather/htmega_weather.php:361
8749
- msgid ""
8750
- "Please Insert Weather Map API Key from \"HTMega Addons > Settings > Other "
8751
- "options > Weather Map API Key\"."
8752
- msgstr ""
8753
-
8754
- #: includes/widgets/htmega_caldera_forms.php:350
8755
- msgid "Please select a Contact Form From Setting!"
8756
- msgstr ""
8757
-
8758
- #: includes/widgets/htmega_qu_forms.php:633
8759
- msgid "Please select Contact Form"
8760
- msgstr ""
8761
-
8762
- #: includes/widgets/htmega_contact_form_seven.php:711
8763
- msgid "Please Select contact form."
8764
- msgstr ""
8765
-
8766
- #: includes/widgets/htmega_wpforms.php:726
8767
- msgid "Please Select form."
8768
- msgstr ""
8769
-
8770
- #: includes/widgets/htmega_tablepress.php:440
8771
- msgid "Please Select table"
8772
- msgstr ""
8773
-
8774
- #: includes/widgets/htmega_wc_add_to_cart.php:176
8775
- #: includes/widgets/htmega_wc_add_to_cart.php:182
8776
- #: includes/widgets/htmega_wc_element_pages.php:1260
8777
- msgid "Please set a valid product"
8778
- msgstr ""
8779
-
8780
- #: includes/widgets/htmega_user_login_form.php:1661
8781
- msgid "Please wait..."
8782
- msgstr ""
8783
-
8784
- #: admin/include/template-library.php:355
8785
- #: includes/recommended-plugins/class.recommended-plugins.php:393
8786
- msgid "Plugin Not Found"
8787
- msgstr ""
8788
-
8789
- #: admin/include/template-library.php:375
8790
- #: includes/recommended-plugins/class.recommended-plugins.php:413
8791
- msgid "Plugin Successfully Activated"
8792
- msgstr ""
8793
-
8794
- #: includes/widgets/htmega_teammember.php:472
8795
- msgid "Plus Icon Color"
8796
- msgstr ""
8797
-
8798
- #: includes/widgets/htmega_socialshere.php:69
8799
- msgid "Pocket"
8800
- msgstr ""
8801
-
8802
- #: includes/widgets/htmega_googlemap.php:370
8803
- msgid "Pointer Width"
8804
- msgstr ""
8805
-
8806
- #: includes/widgets/htmega_video_player.php:53
8807
- msgid "Pop Up"
8808
- msgstr ""
8809
-
8810
- #: includes/widgets/htmega_video_player.php:72
8811
- msgid "Pop Up Button"
8812
- msgstr ""
8813
-
8814
- #: admin/include/admin-setting.php:367 includes/widgets/htmega_popover.php:14
8815
- #: includes/widgets/htmega_popover.php:75
8816
- #: includes/widgets/htmega_popover.php:498
8817
- msgid "Popover"
8818
- msgstr ""
8819
-
8820
- #: includes/widgets/htmega_popover.php:42
8821
- msgid "Popover Button"
8822
- msgstr ""
8823
-
8824
- #: includes/widgets/htmega_popover.php:169
8825
- msgid "Popover content Here"
8826
- msgstr ""
8827
-
8828
- #: includes/widgets/htmega_popover.php:180
8829
- msgid "Popover Header Here"
8830
- msgstr ""
8831
-
8832
- #: includes/widgets/htmega_popover.php:177
8833
- msgid "Popover Header Text"
8834
- msgstr ""
8835
-
8836
- #: includes/widgets/htmega_popover.php:160
8837
- msgid "Popover Options"
8838
- msgstr ""
8839
-
8840
- #: includes/widgets/htmega_popover.php:166
8841
- msgid "Popover Text"
8842
- msgstr ""
8843
-
8844
- #: includes/widgets/htmega_buddy_press.php:61
8845
- msgid "Popular"
8846
- msgstr ""
8847
-
8848
- #: admin/include/admin-setting.php:887
8849
- msgid "Popular Post"
8850
- msgstr ""
8851
-
8852
- #: admin/include/admin-setting.php:886
8853
- msgid "Popular Post <span>( Pro )</span>"
8854
- msgstr ""
8855
-
8856
- #: includes/widgets/htmega_search.php:910
8857
- msgid "Popup Background"
8858
- msgstr ""
8859
-
8860
- #: includes/widgets/htmega_search.php:679
8861
- #: includes/widgets/htmega_search.php:942
8862
- msgid "Popup Button Style"
8863
- msgstr ""
8864
-
8865
- #: includes/widgets/htmega_search.php:658
8866
- msgid "Popup style"
8867
- msgstr ""
8868
-
8869
- #: includes/widgets/htmega_mailchimp_for_wp.php:334
8870
- #: includes/widgets/htmega_progressbar.php:644
8871
- #: includes/widgets/htmega_progressbar.php:763
8872
- #: includes/widgets/htmega_progressbar.php:831
8873
- #: includes/widgets/htmega_section_title.php:232
8874
- #: includes/widgets/htmega_working_process.php:524
8875
- #: extensions/wc-sales-notification/admin/setting.php:77
8876
- msgid "Position"
8877
- msgstr ""
8878
-
8879
- #: includes/widgets/htmega_image_marker.php:1017
8880
- msgid "Position Left-Right (X)"
8881
- msgstr ""
8882
-
8883
- #: includes/widgets/htmega_image_marker.php:990
8884
- msgid "Position Top-Bottom (Y)"
8885
- msgstr ""
8886
-
8887
- #: includes/widgets/htmega_image_comparison.php:195
8888
- msgid "Positioning Lebel"
8889
- msgstr ""
8890
-
8891
- #: admin/include/admin-setting.php:375
8892
- msgid "Post carousel"
8893
- msgstr ""
8894
-
8895
- #: admin/include/admin-setting.php:760 admin/include/admin-setting.php:761
8896
- #: extensions/ht-builder/widgets/bl_post_comments.php:187
8897
- msgid "Post Comments"
8898
- msgstr ""
8899
-
8900
- #: admin/include/admin-setting.php:751 admin/include/admin-setting.php:752
8901
- #: extensions/ht-builder/widgets/bl_post_content.php:40
8902
- #: extensions/ht-builder/widgets/bl_post_content.php:103
8903
- msgid "Post Content"
8904
- msgstr ""
8905
-
8906
- #: admin/include/admin-setting.php:702
8907
- msgid "Post Duplicator"
8908
- msgstr ""
8909
-
8910
- #: admin/include/admin-setting.php:906
8911
- msgid "Post Duplicator Condition"
8912
- msgstr ""
8913
-
8914
- #: admin/include/admin-setting.php:742 admin/include/admin-setting.php:743
8915
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:40
8916
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:102
8917
- msgid "Post Excerpt"
8918
- msgstr ""
8919
-
8920
- #: admin/include/admin-setting.php:724 admin/include/admin-setting.php:725
8921
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:40
8922
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:59
8923
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:97
8924
- msgid "Post Featured Image"
8925
- msgstr ""
8926
-
8927
- #: admin/include/admin-setting.php:383 includes/widgets/htmega_post_grid.php:15
8928
- #: includes/widgets/htmega_post_grid.php:37
8929
- msgid "Post Grid"
8930
- msgstr ""
8931
-
8932
- #: admin/include/admin-setting.php:391
8933
- #: includes/widgets/htmega_post_grid_tab.php:15
8934
- #: includes/widgets/htmega_post_grid_tab.php:43
8935
- msgid "Post Grid Tab"
8936
- msgstr ""
8937
-
8938
- #: includes/widgets/htmega_post_grid.php:211
8939
- msgid "Post Items Box Style"
8940
- msgstr ""
8941
-
8942
- #: admin/include/admin-setting.php:733 admin/include/admin-setting.php:734
8943
- msgid "Post Meta Info"
8944
- msgstr ""
8945
-
8946
- #: includes/widgets/htmega_single_post.php:74
8947
- msgid "Post Name"
8948
- msgstr ""
8949
-
8950
- #: admin/include/admin-setting.php:869
8951
- msgid "Post Navigation"
8952
- msgstr ""
8953
-
8954
- #: admin/include/admin-setting.php:868
8955
- msgid "Post Navigation <span>( Pro )</span>"
8956
- msgstr ""
8957
-
8958
- #: admin/include/class.htmega-elementor-template-library.php:90
8959
- msgid "Post not found"
8960
- msgstr ""
8961
-
8962
- #: admin/include/class.htmega-elementor-template-library.php:69
8963
- msgid "Post not found."
8964
- msgstr ""
8965
-
8966
- #: includes/widgets/htmega_post_grid.php:62
8967
- #: includes/widgets/htmega_post_grid_tab.php:69
8968
- #: includes/widgets/htmega_post_slider.php:73
8969
- msgid "Post Option"
8970
- msgstr ""
8971
-
8972
- #: admin/include/admin-setting.php:769 admin/include/admin-setting.php:770
8973
- msgid "Post Search Form"
8974
- msgstr ""
8975
-
8976
- #: admin/include/admin-setting.php:399
8977
- #: includes/widgets/htmega_post_slider.php:14
8978
- #: includes/widgets/htmega_post_slider.php:44
8979
- msgid "Post Slider"
8980
- msgstr ""
8981
-
8982
- #: admin/include/admin-setting.php:715 admin/include/admin-setting.php:716
8983
- #: includes/widgets/htmega_post_slider.php:376
8984
- #: extensions/ht-builder/widgets/bl_post_title.php:41
8985
- #: extensions/ht-builder/widgets/bl_post_title.php:60
8986
- msgid "Post Title"
8987
- msgstr ""
8988
-
8989
- #: includes/widgets/htmega_easy_digital_download.php:129
8990
- msgctxt "Posts Query Control"
8991
- msgid "Source"
8992
- msgstr ""
8993
-
8994
- #: includes/widgets/htmega_counter.php:928
8995
- msgid "Prefix"
8996
- msgstr ""
8997
-
8998
- #: admin/include/admin-setting.php:1309
8999
- #: extensions/ht-builder/admin/setting.php:151
9000
- #: extensions/ht-menu/classes/class.mega-menu.php:265
9001
- #: extensions/wc-sales-notification/admin/setting.php:235
9002
- msgid "premium version"
9003
- msgstr ""
9004
-
9005
- #: includes/class.assests.php:379
9006
- #: includes/recommended-plugins/class.recommended-plugins.php:123
9007
- #: admin/include/templates/library/templates.php:133
9008
- msgid "Preview"
9009
- msgstr ""
9010
-
9011
- #: includes/widgets/htmega_news_ticker.php:313
9012
- msgid "Previous Icon"
9013
- msgstr ""
9014
-
9015
- #: includes/widgets/htmega_carousel.php:165
9016
- #: includes/widgets/htmega_instagram.php:360
9017
- #: includes/widgets/htmega_panel_slider.php:225
9018
- #: includes/widgets/htmega_post_slider.php:329
9019
- #: includes/widgets/htmega_slider_thumb_gallery.php:168
9020
- #: includes/widgets/htmega_twitter_feed.php:287
9021
- msgid "Previous icon"
9022
- msgstr ""
9023
-
9024
- #: includes/widgets/htmega_easy_digital_download.php:460
9025
- #: includes/widgets/htmega_pricing_list_view.php:89
9026
- #: includes/widgets/htmega_pricing_list_view.php:1620
9027
- msgid "Price"
9028
- msgstr ""
9029
-
9030
- #: includes/widgets/htmega_easy_digital_download.php:471
9031
- msgid "Price Color"
9032
- msgstr ""
9033
-
9034
- #: includes/widgets/htmega_easy_digital_download.php:495
9035
- msgid "Price Margin"
9036
- msgstr ""
9037
-
9038
- #: admin/include/admin-setting.php:407
9039
- #: includes/widgets/htmega_pricing_list_view.php:13
9040
- msgid "Pricing List View"
9041
- msgstr ""
9042
-
9043
- #: admin/include/admin-setting.php:415
9044
- msgid "Pricing Table"
9045
- msgstr ""
9046
-
9047
- #: includes/widgets/htmega_call_to_action.php:129
9048
- #: includes/widgets/htmega_call_to_action.php:677
9049
- msgid "Primary Button"
9050
- msgstr ""
9051
-
9052
- #: includes/widgets/htmega_call_to_action.php:145
9053
- msgid "Primary Button Link"
9054
- msgstr ""
9055
-
9056
- #: includes/widgets/htmega_call_to_action.php:136
9057
- msgid "Primary Button Text"
9058
- msgstr ""
9059
-
9060
- #: admin/include/admin-setting.php:851
9061
- msgid "Print Page"
9062
- msgstr ""
9063
-
9064
- #: admin/include/admin-setting.php:850
9065
- msgid "Print Page <span>( Pro )</span>"
9066
- msgstr ""
9067
-
9068
- #: includes/class.assests.php:367 admin/include/templates_list.php:54
9069
- #: admin/include/templates/library/templates.php:119
9070
- msgid "Pro"
9071
- msgstr ""
9072
-
9073
- #: includes/widgets/htmega_working_process.php:81
9074
- #: includes/widgets/htmega_working_process.php:169
9075
- msgid "Process #1"
9076
- msgstr ""
9077
-
9078
- #: includes/widgets/htmega_working_process.php:173
9079
- msgid "Process #2"
9080
- msgstr ""
9081
-
9082
- #: includes/widgets/htmega_working_process.php:177
9083
- msgid "Process #3"
9084
- msgstr ""
9085
-
9086
- #: includes/widgets/htmega_working_process.php:88
9087
- msgid "Process Number"
9088
- msgstr ""
9089
-
9090
- #: includes/widgets/htmega_wc_add_to_cart.php:46
9091
- #: includes/widgets/htmega_wc_add_to_cart.php:59
9092
- msgid "Product"
9093
- msgstr ""
9094
-
9095
- #: admin/include/admin-setting.php:423
9096
- #: includes/widgets/htmega_progressbar.php:13
9097
- #: includes/widgets/htmega_progressbar.php:42
9098
- #: includes/widgets/htmega_progressbar.php:191
9099
- #: includes/widgets/htmega_progressbar.php:389
9100
- msgid "Progress Bar"
9101
- msgstr ""
9102
-
9103
- #: includes/widgets/htmega_progressbar.php:301
9104
- msgid "Progress bar Background"
9105
- msgstr ""
9106
-
9107
- #: includes/widgets/htmega_progressbar.php:123
9108
- msgid "Progress bar color"
9109
- msgstr ""
9110
-
9111
- #: includes/widgets/htmega_progressbar.php:278
9112
- msgid "Progress Bar Size"
9113
- msgstr ""
9114
-
9115
- #: includes/widgets/htmega_progressbar.php:309
9116
- msgid "Progress bar track color"
9117
- msgstr ""
9118
-
9119
- #: includes/widgets/htmega_progressbar.php:105
9120
- #: includes/widgets/htmega_progressbar.php:237
9121
- msgid "Progress Bar Value"
9122
- msgstr ""
9123
-
9124
- #: includes/widgets/htmega_progressbar.php:144
9125
- #: includes/widgets/htmega_progressbar.php:329
9126
- msgid "Progress bar value background color"
9127
- msgstr ""
9128
-
9129
- #: includes/widgets/htmega_progressbar.php:134
9130
- #: includes/widgets/htmega_progressbar.php:319
9131
- msgid "Progress bar value color"
9132
- msgstr ""
9133
-
9134
- #: includes/widgets/htmega_progressbar.php:255
9135
- msgid "Progress Bar Width"
9136
- msgstr ""
9137
-
9138
- #: includes/widgets/htmega_progressbar.php:155
9139
- #: includes/widgets/htmega_progressbar.php:548
9140
- msgid "Progress Indicator"
9141
- msgstr ""
9142
-
9143
- #: includes/widgets/htmega_progressbar.php:451
9144
- msgid "Progress Position Top-Bottom"
9145
- msgstr ""
9146
-
9147
- #: includes/widgets/htmega_pricing_list_view.php:144
9148
- msgid "PSD Template"
9149
- msgstr ""
9150
-
9151
- #: admin/include/admin-setting.php:1309
9152
- #: extensions/ht-builder/admin/setting.php:151
9153
- #: extensions/ht-menu/classes/class.mega-menu.php:265
9154
- #: extensions/wc-sales-notification/admin/setting.php:235
9155
- msgid "Purchase our"
9156
- msgstr ""
9157
-
9158
- #: includes/widgets/htmega_animated_heading.php:104
9159
- msgid "Purpose,policy,Company"
9160
- msgstr ""
9161
-
9162
- #: includes/widgets/htmega_animated_heading.php:77
9163
- msgid "Push"
9164
- msgstr ""
9165
-
9166
- #: includes/widgets/htmega_section_title.php:62
9167
- msgid "Put the highlighted word in between the span tags!"
9168
- msgstr ""
9169
-
9170
- #: admin/include/admin-setting.php:1049 includes/widgets/htmega_qu_forms.php:13
9171
- #: includes/widgets/htmega_qu_forms.php:51
9172
- msgid "QU Form"
9173
- msgstr ""
9174
-
9175
- #: includes/widgets/htmega_wc_add_to_cart.php:79
9176
- msgid "Quantity"
9177
- msgstr ""
9178
-
9179
- #: extensions/ht-builder/widgets/bl_post_archive.php:150
9180
- msgid "Query Settings"
9181
- msgstr ""
9182
-
9183
- #: includes/recommended-plugins/recommended-plugins.php:73
9184
- msgid "QuickSwish"
9185
- msgstr ""
9186
-
9187
- #: includes/widgets/htmega_blockquote.php:327
9188
- msgid "Quote By"
9189
- msgstr ""
9190
-
9191
- #: includes/widgets/htmega_blockquote.php:494
9192
- msgid "Quote Icon"
9193
- msgstr ""
9194
-
9195
- #: includes/widgets/htmega_blockquote.php:689
9196
- msgid "Quote Image"
9197
- msgstr ""
9198
-
9199
- #: includes/widgets/htmega_job_manager.php:94
9200
- #: includes/widgets/htmega_news_ticker.php:256
9201
- #: includes/widgets/htmega_post_grid.php:153
9202
- #: includes/widgets/htmega_post_grid_tab.php:160
9203
- #: includes/widgets/htmega_post_slider.php:164
9204
- #: extensions/ht-builder/widgets/bl_post_archive.php:204
9205
- msgid "Random"
9206
- msgstr ""
9207
-
9208
- #: includes/widgets/htmega_testimonial_grid.php:682
9209
- msgid "Rating"
9210
- msgstr ""
9211
-
9212
- #: admin/include/admin-setting.php:1183
9213
- msgid "Rating icon"
9214
- msgstr ""
9215
-
9216
- #: includes/widgets/htmega_testimonial_grid.php:689
9217
- msgid "Rating On Right"
9218
- msgstr ""
9219
-
9220
- #: includes/widgets/htmega_image_grid.php:142
9221
- #: includes/widgets/htmega_image_grid.php:171
9222
- #: includes/widgets/htmega_image_masonry.php:122
9223
- #: includes/widgets/htmega_image_masonry.php:151
9224
- #: includes/widgets/htmega_post_grid_tab.php:233
9225
- #: includes/widgets/htmega_post_grid_tab.php:245
9226
- #: includes/widgets/htmega_post_grid_tab.php:246
9227
- #: includes/widgets/htmega_post_grid_tab.php:829
9228
- #: includes/widgets/htmega_post_slider.php:222
9229
- #: includes/widgets/htmega_post_slider.php:234
9230
- #: includes/widgets/htmega_post_slider.php:235
9231
- #: includes/widgets/htmega_post_slider.php:1257
9232
- #: includes/widgets/htmega_services.php:140
9233
- #: extensions/ht-builder/widgets/bl_post_archive.php:700
9234
- msgid "Read More"
9235
- msgstr ""
9236
-
9237
- #: extensions/ht-builder/widgets/bl_post_archive.php:73
9238
- #: extensions/ht-builder/widgets/bl_post_archive.php:1084
9239
- msgid "Read more"
9240
- msgstr ""
9241
-
9242
- #: includes/widgets/htmega_image_grid.php:443
9243
- #: includes/widgets/htmega_image_masonry.php:430
9244
- msgid "Read More Button"
9245
- msgstr ""
9246
-
9247
- #: extensions/ht-builder/widgets/bl_post_archive.php:71
9248
- msgid "Read More Button Text"
9249
- msgstr ""
9250
-
9251
- #: includes/widgets/htmega_post_grid_tab.php:243
9252
- #: includes/widgets/htmega_post_slider.php:232
9253
- msgid "Read More button text"
9254
- msgstr ""
9255
-
9256
- #: includes/widgets/htmega_services.php:318
9257
- msgid "Read More Color"
9258
- msgstr ""
9259
-
9260
- #: includes/widgets/htmega_image_grid.php:149
9261
- #: includes/widgets/htmega_image_masonry.php:129
9262
- msgid "Read More Link"
9263
- msgstr ""
9264
-
9265
- #: includes/widgets/htmega_image_grid.php:140
9266
- #: includes/widgets/htmega_image_masonry.php:120
9267
- msgid "Read More Text"
9268
- msgstr ""
9269
-
9270
- #: includes/widgets/htmega_cuctom_event.php:95
9271
- msgid "Read More."
9272
- msgstr ""
9273
-
9274
- #: extensions/wc-sales-notification/admin/setting.php:69
9275
- msgid "Real"
9276
- msgstr ""
9277
-
9278
- #: includes/recommended-plugins/class.recommended-plugins.php:71
9279
- msgid "Recommendations"
9280
- msgstr ""
9281
-
9282
- #: includes/recommended-plugins/recommended-plugins.php:28
9283
- msgid "Recommended Plugins"
9284
- msgstr ""
9285
-
9286
- #: includes/widgets/htmega_socialshere.php:66
9287
- msgid "Reddit"
9288
- msgstr ""
9289
-
9290
- #: includes/widgets/htmega_user_login_form.php:251
9291
- msgid "Redirect page after Login"
9292
- msgstr ""
9293
-
9294
- #: includes/widgets/htmega_user_login_form.php:299
9295
- #: includes/widgets/htmega_user_login_form.php:312
9296
- #: includes/widgets/htmega_user_login_form.php:1629
9297
- msgid "Register"
9298
- msgstr ""
9299
-
9300
- #: includes/widgets/htmega_user_login_form.php:1255
9301
- msgid "Register Button"
9302
- msgstr ""
9303
-
9304
- #: includes/widgets/htmega_user_login_form.php:108
9305
- msgid "Register Heading Login"
9306
- msgstr ""
9307
-
9308
- #: includes/widgets/htmega_user_login_form.php:310
9309
- msgid "Register Link Text"
9310
- msgstr ""
9311
-
9312
- #: admin/include/admin-setting.php:878
9313
- msgid "Related Post"
9314
- msgstr ""
9315
-
9316
- #: admin/include/admin-setting.php:877
9317
- msgid "Related Post <span>( Pro )</span>"
9318
- msgstr ""
9319
-
9320
- #: includes/widgets/htmega_image_marker.php:444
9321
- msgid ""
9322
- "Reload the editor right after enabling this option. Example: Enable/Disable "
9323
- "this option > Click UPDATE > Then Reload the editor page."
9324
- msgstr ""
9325
-
9326
- #: includes/widgets/htmega_user_login_form.php:287
9327
- #: includes/widgets/htmega_user_login_form.php:1609
9328
- msgid "Remember Me"
9329
- msgstr ""
9330
-
9331
- #: includes/widgets/htmega_user_login_form.php:967
9332
- msgid "Remember Me Checkbox"
9333
- msgstr ""
9334
-
9335
- #: admin/include/admin-setting.php:615
9336
- msgid "Remote Template"
9337
- msgstr ""
9338
-
9339
- #: includes/widgets/htmega_socialshere.php:77
9340
- msgid "Renren"
9341
- msgstr ""
9342
-
9343
- #: includes/widgets/htmega_video_player.php:186
9344
- msgid "Repeat Video"
9345
- msgstr ""
9346
-
9347
- #: includes/widgets/htmega_bbpress.php:52
9348
- msgid "Reply Form"
9349
- msgstr ""
9350
-
9351
- #: includes/widgets/htmega_wc_element_pages.php:515
9352
- msgid "Required Color"
9353
- msgstr ""
9354
-
9355
- #: admin/include/admin-setting.php:1170
9356
- msgid "Responsive, supports all major devices"
9357
- msgstr ""
9358
-
9359
- #: includes/widgets/htmega_image_comparison.php:390
9360
- msgid "Reveal"
9361
- msgstr ""
9362
-
9363
- #: admin/include/admin-setting.php:1069
9364
- #: includes/widgets/htmega_revolution_slider.php:13
9365
- #: includes/widgets/htmega_revolution_slider.php:53
9366
- msgid "Revolution Slider"
9367
- msgstr ""
9368
-
9369
- #: includes/widgets/htmega_404_content.php:249
9370
- #: includes/widgets/htmega_accordion.php:478
9371
- #: includes/widgets/htmega_accordion.php:669
9372
- #: includes/widgets/htmega_accordion.php:827
9373
- #: includes/widgets/htmega_accordion.php:1213
9374
- #: includes/widgets/htmega_accordion.php:1217
9375
- #: includes/widgets/htmega_accordion.php:1331
9376
- #: includes/widgets/htmega_add_banner.php:376
9377
- #: includes/widgets/htmega_blockquote.php:191
9378
- #: includes/widgets/htmega_buddy_press.php:254
9379
- #: includes/widgets/htmega_business_hours.php:399
9380
- #: includes/widgets/htmega_button.php:112
9381
- #: includes/widgets/htmega_button.php:162
9382
- #: includes/widgets/htmega_call_to_action.php:204
9383
- #: includes/widgets/htmega_call_to_action.php:298
9384
- #: includes/widgets/htmega_call_to_action.php:338
9385
- #: includes/widgets/htmega_carousel.php:845
9386
- #: includes/widgets/htmega_contact_form_seven.php:128
9387
- #: includes/widgets/htmega_countdown.php:619
9388
- #: includes/widgets/htmega_countdown.php:651
9389
- #: includes/widgets/htmega_counter.php:296
9390
- #: includes/widgets/htmega_counter.php:329
9391
- #: includes/widgets/htmega_counter.php:435
9392
- #: includes/widgets/htmega_counter.php:561
9393
- #: includes/widgets/htmega_double_button.php:161
9394
- #: includes/widgets/htmega_double_button.php:248
9395
- #: includes/widgets/htmega_double_button.php:333
9396
- #: includes/widgets/htmega_dropcaps.php:92
9397
- #: includes/widgets/htmega_dropcaps.php:96
9398
- #: includes/widgets/htmega_easy_digital_download.php:318
9399
- #: includes/widgets/htmega_image_grid.php:291
9400
- #: includes/widgets/htmega_image_grid.php:388
9401
- #: includes/widgets/htmega_image_marker.php:199
9402
- #: includes/widgets/htmega_image_marker.php:710
9403
- #: includes/widgets/htmega_image_masonry.php:266
9404
- #: includes/widgets/htmega_image_masonry.php:363
9405
- #: includes/widgets/htmega_inline_menu.php:129
9406
- #: includes/widgets/htmega_instagram.php:1492
9407
- #: includes/widgets/htmega_job_manager.php:152
9408
- #: includes/widgets/htmega_lightbox.php:204
9409
- #: includes/widgets/htmega_lightbox.php:317
9410
- #: includes/widgets/htmega_mailchimp_for_wp.php:129
9411
- #: includes/widgets/htmega_modal.php:182 includes/widgets/htmega_modal.php:358
9412
- #: includes/widgets/htmega_modal.php:1013
9413
- #: includes/widgets/htmega_news_ticker.php:462
9414
- #: includes/widgets/htmega_notify.php:282
9415
- #: includes/widgets/htmega_notify.php:562
9416
- #: includes/widgets/htmega_notify.php:828
9417
- #: includes/widgets/htmega_offcanvas.php:96
9418
- #: includes/widgets/htmega_offcanvas.php:200
9419
- #: includes/widgets/htmega_offcanvas.php:283
9420
- #: includes/widgets/htmega_offcanvas.php:375
9421
- #: includes/widgets/htmega_panel_slider.php:571
9422
- #: includes/widgets/htmega_popover.php:194
9423
- #: includes/widgets/htmega_popover.php:273
9424
- #: includes/widgets/htmega_popover.php:669
9425
- #: includes/widgets/htmega_popover.php:773
9426
- #: includes/widgets/htmega_post_grid.php:301
9427
- #: includes/widgets/htmega_post_grid.php:525
9428
- #: includes/widgets/htmega_post_grid.php:638
9429
- #: includes/widgets/htmega_post_grid_tab.php:409
9430
- #: includes/widgets/htmega_post_grid_tab.php:503
9431
- #: includes/widgets/htmega_post_grid_tab.php:590
9432
- #: includes/widgets/htmega_post_grid_tab.php:813
9433
- #: includes/widgets/htmega_post_slider.php:844
9434
- #: includes/widgets/htmega_post_slider.php:938
9435
- #: includes/widgets/htmega_post_slider.php:1025
9436
- #: includes/widgets/htmega_post_slider.php:1241
9437
- #: includes/widgets/htmega_pricing_list_view.php:473
9438
- #: includes/widgets/htmega_pricing_list_view.php:500
9439
- #: includes/widgets/htmega_pricing_list_view.php:1128
9440
- #: includes/widgets/htmega_pricing_list_view.php:1185
9441
- #: includes/widgets/htmega_search.php:164
9442
- #: includes/widgets/htmega_section_title.php:423
9443
- #: includes/widgets/htmega_services.php:249
9444
- #: includes/widgets/htmega_services.php:433
9445
- #: includes/widgets/htmega_services.php:538
9446
- #: includes/widgets/htmega_services.php:727
9447
- #: includes/widgets/htmega_services.php:989
9448
- #: includes/widgets/htmega_single_post.php:229
9449
- #: includes/widgets/htmega_single_post.php:325
9450
- #: includes/widgets/htmega_single_post.php:432
9451
- #: includes/widgets/htmega_slider_thumb_gallery.php:53
9452
- #: includes/widgets/htmega_socialshere.php:373
9453
- #: includes/widgets/htmega_special_banner.php:50
9454
- #: includes/widgets/htmega_special_banner.php:273
9455
- #: includes/widgets/htmega_tab.php:521 includes/widgets/htmega_table.php:647
9456
- #: includes/widgets/htmega_table.php:766
9457
- #: includes/widgets/htmega_tablepress.php:221
9458
- #: includes/widgets/htmega_tablepress.php:378
9459
- #: includes/widgets/htmega_teammember.php:106
9460
- #: includes/widgets/htmega_teammember.php:624
9461
- #: includes/widgets/htmega_teammember.php:753
9462
- #: includes/widgets/htmega_teammember.php:843
9463
- #: includes/widgets/htmega_teammember.php:934
9464
- #: includes/widgets/htmega_teammember.php:1001
9465
- #: includes/widgets/htmega_testimonial_grid.php:561
9466
- #: includes/widgets/htmega_toggle.php:204
9467
- #: includes/widgets/htmega_tooltip.php:182
9468
- #: includes/widgets/htmega_tooltip.php:249
9469
- #: includes/widgets/htmega_user_login_form.php:148
9470
- #: includes/widgets/htmega_user_login_form.php:354
9471
- #: includes/widgets/htmega_user_login_form.php:554
9472
- #: includes/widgets/htmega_video_player.php:304
9473
- #: includes/widgets/htmega_wc_categories.php:357
9474
- #: extensions/ht-builder/widgets/bl_nav_menu.php:123
9475
- #: extensions/ht-builder/widgets/bl_nav_menu.php:500
9476
- #: extensions/ht-builder/widgets/bl_page_title.php:145
9477
- #: extensions/ht-builder/widgets/bl_post_archive.php:310
9478
- #: extensions/ht-builder/widgets/bl_post_archive.php:391
9479
- #: extensions/ht-builder/widgets/bl_post_archive.php:498
9480
- #: extensions/ht-builder/widgets/bl_post_archive.php:604
9481
- #: extensions/ht-builder/widgets/bl_post_archive.php:684
9482
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:147
9483
- #: extensions/ht-builder/widgets/bl_post_author_info.php:116
9484
- #: extensions/ht-builder/widgets/bl_post_content.php:80
9485
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:80
9486
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:79
9487
- #: extensions/ht-builder/widgets/bl_post_title.php:113
9488
- #: extensions/ht-builder/widgets/bl_site_logo.php:167
9489
- #: extensions/ht-builder/widgets/bl_site_title.php:147
9490
- #: extensions/ht-menu/widgets/inline-mega-menu.php:174
9491
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:175
9492
- msgid "Right"
9493
- msgstr ""
9494
-
9495
- #: includes/widgets/htmega_post_slider.php:1461
9496
- msgid "Right Arrow position"
9497
- msgstr ""
9498
-
9499
- #: includes/widgets/htmega_post_slider.php:1509
9500
- msgid "Right Arrow position vertical"
9501
- msgstr ""
9502
-
9503
- #: includes/widgets/htmega_blockquote.php:161
9504
- msgid "Right Bottom"
9505
- msgstr ""
9506
-
9507
- #: includes/widgets/htmega_blockquote.php:160
9508
- msgid "Right Center"
9509
- msgstr ""
9510
-
9511
- #: includes/widgets/htmega_blockquote.php:159
9512
- msgid "Right Top"
9513
- msgstr ""
9514
-
9515
- #: includes/widgets/htmega_section_title.php:337
9516
- msgid "Rotate"
9517
- msgstr ""
9518
-
9519
- #: includes/widgets/htmega_animated_heading.php:78
9520
- msgid "Rotate Style One"
9521
- msgstr ""
9522
-
9523
- #: includes/widgets/htmega_animated_heading.php:80
9524
- msgid "Rotate Style Three"
9525
- msgstr ""
9526
-
9527
- #: includes/widgets/htmega_animated_heading.php:79
9528
- msgid "Rotate Style Two"
9529
- msgstr ""
9530
-
9531
- #: includes/widgets/htmega_pricing_list_view.php:541
9532
- #: includes/widgets/htmega_table.php:241
9533
- #: includes/widgets/htmega_user_login_form.php:375
9534
- msgid "Row"
9535
- msgstr ""
9536
-
9537
- #: includes/widgets/htmega_pricing_list_view.php:1080
9538
- #: includes/widgets/htmega_table.php:451
9539
- msgid "row"
9540
- msgstr ""
9541
-
9542
- #: includes/widgets/htmega_booked_calender.php:915
9543
- msgid "Row Border Color"
9544
- msgstr ""
9545
-
9546
- #: includes/widgets/htmega_booked_calender.php:926
9547
- msgid "Row Border Width"
9548
- msgstr ""
9549
-
9550
- #: includes/widgets/htmega_gallery_justify.php:58
9551
- #: includes/widgets/htmega_news_ticker.php:86
9552
- msgid "Row Height"
9553
- msgstr ""
9554
-
9555
- #: includes/widgets/htmega_user_login_form.php:383
9556
- msgid "Row Reverse"
9557
- msgstr ""
9558
-
9559
- #: includes/widgets/htmega_pricing_list_view.php:1064
9560
- msgid "Row Starts"
9561
- msgstr ""
9562
-
9563
- #: extensions/wc-sales-notification/admin/setting.php:78
9564
- msgid ""
9565
- "Sale Notification Position on frontend.( Top Left, Top Right, Bottom Right "
9566
- "option are pro features ) <span>( Pro )</span>"
9567
- msgstr ""
9568
-
9569
- #: extensions/wc-sales-notification/admin/setting.php:48
9570
- msgid "Sale Notification Settings"
9571
- msgstr ""
9572
-
9573
- #: admin/include/admin-setting.php:686
9574
- #: extensions/wc-sales-notification/admin/setting.php:33
9575
- #: extensions/wc-sales-notification/admin/setting.php:34
9576
- msgid "Sales Notification"
9577
- msgstr ""
9578
-
9579
- #: admin/include/admin-setting.php:1256 admin/include/admin-setting.php:1281
9580
- msgid "Sales upto date option"
9581
- msgstr ""
9582
-
9583
- #: includes/widgets/htmega_teammember.php:156
9584
- msgid "Sams Roy"
9585
- msgstr ""
9586
-
9587
- #: includes/widgets/htmega_business_hours.php:85
9588
- #: includes/widgets/htmega_business_hours.php:163
9589
- msgid "Saturday"
9590
- msgstr ""
9591
-
9592
- #: extensions/ht-menu/classes/class.mega-menu.php:120
9593
- #: extensions/ht-menu/classes/class.mega-menu.php:240
9594
- msgid "Save"
9595
- msgstr ""
9596
-
9597
- #: includes/widgets/htmega_pricing_list_view.php:1546
9598
- msgid "Save Typography"
9599
- msgstr ""
9600
-
9601
- #: extensions/ht-menu/classes/class.mega-menu.php:241
9602
- msgid "Saving…"
9603
- msgstr ""
9604
-
9605
- #: includes/widgets/htmega_animated_heading.php:76
9606
- #: includes/widgets/htmega_carousel.php:481
9607
- msgid "Scale"
9608
- msgstr ""
9609
-
9610
- #: admin/include/admin-setting.php:431
9611
- #: includes/widgets/htmega_scroll_image.php:13
9612
- #: includes/widgets/htmega_scroll_image.php:35
9613
- msgid "Scroll Image"
9614
- msgstr ""
9615
-
9616
- #: includes/widgets/htmega_scroll_image.php:157
9617
- msgid "Scroll Image Style"
9618
- msgstr ""
9619
-
9620
- #: admin/include/admin-setting.php:439
9621
- #: includes/widgets/htmega_scroll_navigation.php:13
9622
- #: includes/widgets/htmega_scroll_navigation.php:43
9623
- msgid "Scroll Navigation"
9624
- msgstr ""
9625
-
9626
- #: admin/include/admin-setting.php:447 includes/widgets/htmega_search.php:14
9627
- #: includes/widgets/htmega_search.php:35 includes/widgets/htmega_search.php:60
9628
- #: includes/widgets/htmega_search.php:61 includes/widgets/htmega_search.php:92
9629
- #: includes/widgets/htmega_search.php:93
9630
- #: includes/widgets/htmega_search.php:1024
9631
- #: extensions/ht-builder/widgets/bl_post_search_form.php:88
9632
- #: extensions/ht-builder/widgets/bl_post_search_form.php:304
9633
- #: admin/include/templates/library/templates.php:95
9634
- msgid "Search"
9635
- msgstr ""
9636
-
9637
- #: extensions/ht-builder/widgets/bl_post_search_form.php:47
9638
- msgid "Search ..."
9639
- msgstr ""
9640
-
9641
- #: includes/widgets/htmega_search.php:145
9642
- msgid "Search Box Style"
9643
- msgstr ""
9644
-
9645
- #: includes/widgets/htmega_search.php:90
9646
- msgid "Search Button Text"
9647
- msgstr ""
9648
-
9649
- #: extensions/ht-builder/widgets/bl_post_search_form.php:38
9650
- msgid "Search Form"
9651
- msgstr ""
9652
-
9653
- #: includes/widgets/htmega_tablepress.php:97
9654
- msgid "Search Hide"
9655
- msgstr ""
9656
-
9657
- #: extensions/ht-builder/admin/setting.php:100
9658
- msgid "Search Page Template."
9659
- msgstr ""
9660
-
9661
- #: admin/include/templates/library/templates.php:94
9662
- msgid "Search Templates:"
9663
- msgstr ""
9664
-
9665
- #: admin/include/templates_list.php:47
9666
- msgid "Search.."
9667
- msgstr ""
9668
-
9669
- #: includes/widgets/htmega_table.php:95
9670
- msgid "Searching"
9671
- msgstr ""
9672
-
9673
- #: includes/widgets/htmega_button.php:260
9674
- #: includes/widgets/htmega_button.php:375
9675
- msgid "Second Background"
9676
- msgstr ""
9677
-
9678
- #: includes/widgets/htmega_call_to_action.php:223
9679
- #: includes/widgets/htmega_call_to_action.php:883
9680
- msgid "Secondary Button"
9681
- msgstr ""
9682
-
9683
- #: includes/widgets/htmega_call_to_action.php:230
9684
- msgid "Secondary Button Text"
9685
- msgstr ""
9686
-
9687
- #: includes/widgets/htmega_countdown.php:162
9688
- #: includes/widgets/htmega_countdown.php:244
9689
- #: includes/widgets/htmega_countdown.php:246
9690
- msgid "Seconds"
9691
- msgstr ""
9692
-
9693
- #: includes/widgets/htmega_section_title.php:369
9694
- msgid "Section style"
9695
- msgstr ""
9696
-
9697
- #: admin/include/admin-setting.php:455
9698
- #: includes/widgets/htmega_section_title.php:13
9699
- #: includes/widgets/htmega_section_title.php:34
9700
- msgid "Section Title"
9701
- msgstr ""
9702
-
9703
- #: includes/widgets/htmega_wc_element_pages.php:50
9704
- msgid "Select"
9705
- msgstr ""
9706
-
9707
- #: admin/include/admin-setting.php:653
9708
- msgid "Select 404 Page."
9709
- msgstr ""
9710
-
9711
- #: includes/widgets/htmega_wc_categories.php:77
9712
- msgid "Select Category Type"
9713
- msgstr ""
9714
-
9715
- #: includes/widgets/htmega_accordion.php:76
9716
- #: includes/widgets/htmega_accordion.php:204
9717
- #: includes/widgets/htmega_blockquote.php:41
9718
- #: includes/widgets/htmega_modal.php:51
9719
- #: includes/widgets/htmega_switcher.php:102
9720
- #: includes/widgets/htmega_switcher.php:194 includes/widgets/htmega_tab.php:86
9721
- #: includes/widgets/htmega_toggle.php:79
9722
- msgid "Select Content Source"
9723
- msgstr ""
9724
-
9725
- #: extensions/wc-sales-notification/admin/setting.php:65
9726
- msgid "Select Content Type <span>( Pro )</span>"
9727
- msgstr ""
9728
-
9729
- #: includes/widgets/htmega_download_monitor.php:32
9730
- msgid "Select Download File"
9731
- msgstr ""
9732
-
9733
- #: includes/widgets/htmega_countdown.php:46
9734
- msgid "Select Event"
9735
- msgstr ""
9736
-
9737
- #: includes/widgets/htmega_download_monitor.php:53
9738
- msgid "Select File"
9739
- msgstr ""
9740
-
9741
- #: includes/helper-function.php:300
9742
- #: includes/widgets/htmega_caldera_forms.php:42
9743
- #: includes/widgets/htmega_gravity_forms.php:33
9744
- #: includes/widgets/htmega_gravity_forms.php:58
9745
- #: includes/widgets/htmega_ninja_forms.php:35
9746
- #: includes/widgets/htmega_ninja_forms.php:58
9747
- #: includes/widgets/htmega_qu_forms.php:34
9748
- #: includes/widgets/htmega_qu_forms.php:58
9749
- #: includes/widgets/htmega_wpforms.php:55
9750
- msgid "Select Form"
9751
- msgstr ""
9752
-
9753
- #: includes/widgets/htmega_job_manager.php:185
9754
- #: includes/widgets/htmega_job_manager.php:192
9755
- msgid "Select Job"
9756
- msgstr ""
9757
-
9758
- #: extensions/ht-menu/widgets/inline-mega-menu.php:37
9759
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:38
9760
- msgid "Select Menu"
9761
- msgstr ""
9762
-
9763
- #: includes/widgets/htmega_wc_add_to_cart.php:51
9764
- msgid "Select Post"
9765
- msgstr ""
9766
-
9767
- #: includes/helper-function.php:94 includes/widgets/htmega_offcanvas.php:76
9768
- msgid "Select Sidebar"
9769
- msgstr ""
9770
-
9771
- #: includes/widgets/htmega_layer_slider.php:54
9772
- #: includes/widgets/htmega_revolution_slider.php:34
9773
- #: includes/widgets/htmega_revolution_slider.php:60
9774
- msgid "Select Slider"
9775
- msgstr ""
9776
-
9777
- #: includes/widgets/htmega_offcanvas.php:48
9778
- msgid "Select Source"
9779
- msgstr ""
9780
-
9781
- #: includes/widgets/htmega_tablepress.php:32
9782
- #: includes/widgets/htmega_tablepress.php:55
9783
- msgid "Select Table"
9784
- msgstr ""
9785
-
9786
- #: includes/helper-function.php:54 includes/widgets/htmega_offcanvas.php:62
9787
- #: extensions/ht-menu/menu/helper_function.php:19
9788
- msgid "Select Template"
9789
- msgstr ""
9790
-
9791
- #: includes/widgets/htmega_template_selector.php:49
9792
- msgid "Select Your template"
9793
- msgstr ""
9794
-
9795
- #: includes/widgets/htmega_notify.php:93
9796
- #: includes/widgets/htmega_video_player.php:52
9797
- msgid "Self"
9798
- msgstr ""
9799
-
9800
- #: includes/widgets/htmega_vertical_timeline.php:73
9801
- #: includes/widgets/htmega_vertical_timeline.php:101
9802
- msgid "Sep<br/>2018"
9803
- msgstr ""
9804
-
9805
- #: includes/widgets/htmega_tab.php:373
9806
- msgid "Separator"
9807
- msgstr ""
9808
-
9809
- #: includes/widgets/htmega_tab.php:361
9810
- msgid "Separator Area"
9811
- msgstr ""
9812
-
9813
- #: includes/widgets/htmega_blockquote.php:415
9814
- #: includes/widgets/htmega_tab.php:387
9815
- msgid "Separator Color"
9816
- msgstr ""
9817
-
9818
- #: includes/widgets/htmega_blockquote.php:460
9819
- #: includes/widgets/htmega_tab.php:403
9820
- msgid "Separator Height"
9821
- msgstr ""
9822
-
9823
- #: includes/widgets/htmega_blockquote.php:400
9824
- #: includes/widgets/htmega_countdown.php:716
9825
- #: includes/widgets/htmega_tab.php:462
9826
- msgid "Separator Position"
9827
- msgstr ""
9828
-
9829
- #: includes/widgets/htmega_section_title.php:480
9830
- msgid "Separator Specing"
9831
- msgstr ""
9832
-
9833
- #: includes/widgets/htmega_blockquote.php:430
9834
- #: includes/widgets/htmega_countdown.php:882
9835
- #: includes/widgets/htmega_tab.php:434
9836
- msgid "Separator Width"
9837
- msgstr ""
9838
-
9839
- #: includes/widgets/htmega_working_process.php:474
9840
- msgid "Seperator Height"
9841
- msgstr ""
9842
-
9843
- #: includes/widgets/htmega_working_process.php:499
9844
- msgid "Seperator Width"
9845
- msgstr ""
9846
-
9847
- #: includes/widgets/htmega_booked_calender.php:109
9848
- msgid "September"
9849
- msgstr ""
9850
-
9851
- #: admin/include/admin-setting.php:463 includes/widgets/htmega_services.php:15
9852
- #: includes/widgets/htmega_services.php:36
9853
- msgid "Service"
9854
- msgstr ""
9855
-
9856
- #: includes/widgets/htmega_services.php:138
9857
- msgid "Service Button text"
9858
- msgstr ""
9859
-
9860
- #: includes/widgets/htmega_services.php:129
9861
- msgid "Service description"
9862
- msgstr ""
9863
-
9864
- #: includes/widgets/htmega_services.php:69
9865
- msgid "Service Icon Type"
9866
- msgstr ""
9867
-
9868
- #: includes/widgets/htmega_services.php:147
9869
- msgid "Service Link"
9870
- msgstr ""
9871
-
9872
- #: includes/widgets/htmega_services.php:60
9873
- msgid "Service Title"
9874
- msgstr ""
9875
-
9876
- #: includes/widgets/htmega_services.php:62
9877
- msgid "Services Title"
9878
- msgstr ""
9879
-
9880
- #: includes/class.htmega.php:187 admin/include/admin-setting.php:47
9881
- #: admin/include/admin-setting.php:48
9882
- #: extensions/ht-builder/widgets/bl_post_archive.php:36
9883
- #: extensions/ht-menu/menu/templates.php:40
9884
- msgid "Settings"
9885
- msgstr ""
9886
-
9887
- #: includes/widgets/htmega_button.php:479
9888
- msgid "Shadow 1"
9889
- msgstr ""
9890
-
9891
- #: includes/widgets/htmega_button.php:480
9892
- msgid "Shadow 2"
9893
- msgstr ""
9894
-
9895
- #: includes/widgets/htmega_news_ticker.php:522
9896
- msgid "Shape Color"
9897
- msgstr ""
9898
-
9899
- #: includes/widgets/htmega_buddy_press.php:109
9900
- #: includes/widgets/htmega_buddy_press.php:122
9901
- #: includes/widgets/htmega_buddy_press.php:137
9902
- #: includes/widgets/htmega_buddy_press.php:152
9903
- #: includes/widgets/htmega_double_button.php:80
9904
- #: includes/widgets/htmega_gravity_forms.php:71
9905
- #: includes/widgets/htmega_gravity_forms.php:83
9906
- #: includes/widgets/htmega_instagram.php:177
9907
- #: includes/widgets/htmega_instagram.php:189
9908
- #: includes/widgets/htmega_instagram.php:279
9909
- #: includes/widgets/htmega_news_ticker.php:303
9910
- #: includes/widgets/htmega_popover.php:129
9911
- #: includes/widgets/htmega_popover.php:206
9912
- #: includes/widgets/htmega_scroll_image.php:114
9913
- #: includes/widgets/htmega_socialshere.php:349
9914
- #: includes/widgets/htmega_table.php:60 includes/widgets/htmega_table.php:85
9915
- #: includes/widgets/htmega_table.php:97 includes/widgets/htmega_table.php:109
9916
- #: includes/widgets/htmega_table.php:121
9917
- #: includes/widgets/htmega_tooltip.php:129
9918
- #: includes/widgets/htmega_twitter_feed.php:146
9919
- #: includes/widgets/htmega_twitter_feed.php:158
9920
- #: includes/widgets/htmega_twitter_feed.php:170
9921
- #: includes/widgets/htmega_twitter_feed.php:182
9922
- #: includes/widgets/htmega_twitter_feed.php:194
9923
- #: includes/widgets/htmega_twitter_feed.php:208
9924
- #: includes/widgets/htmega_user_login_form.php:70
9925
- #: includes/widgets/htmega_user_login_form.php:178
9926
- #: includes/widgets/htmega_user_login_form.php:189
9927
- #: includes/widgets/htmega_user_login_form.php:280
9928
- #: includes/widgets/htmega_user_login_form.php:291
9929
- #: includes/widgets/htmega_user_login_form.php:303
9930
- #: includes/widgets/htmega_wc_add_to_cart.php:72
9931
- #: includes/widgets/htmega_wpforms.php:69
9932
- #: includes/widgets/htmega_wpforms.php:81
9933
- #: extensions/ht-builder/widgets/bl_post_archive.php:101
9934
- #: extensions/ht-builder/widgets/bl_post_archive.php:113
9935
- #: extensions/ht-builder/widgets/bl_post_archive.php:125
9936
- #: extensions/ht-builder/widgets/bl_post_archive.php:137
9937
- #: extensions/ht-builder/widgets/bl_post_author_info.php:47
9938
- #: extensions/ht-builder/widgets/bl_post_author_info.php:72
9939
- #: extensions/ht-builder/widgets/bl_post_author_info.php:84
9940
- msgid "Show"
9941
- msgstr ""
9942
-
9943
- #: includes/widgets/htmega_buddy_press.php:120
9944
- msgid "Show Active Time"
9945
- msgstr ""
9946
-
9947
- #: includes/widgets/htmega_easy_digital_download.php:132
9948
- #: includes/widgets/htmega_toggle.php:45 includes/widgets/htmega_toggle.php:46
9949
- #: includes/widgets/htmega_wc_categories.php:80
9950
- msgid "Show All"
9951
- msgstr ""
9952
-
9953
- #: includes/widgets/htmega_notify.php:135
9954
- msgid "Show Animation"
9955
- msgstr ""
9956
-
9957
- #: includes/widgets/htmega_twitter_feed.php:156
9958
- msgid "Show Author Image"
9959
- msgstr ""
9960
-
9961
- #: includes/widgets/htmega_twitter_feed.php:168
9962
- msgid "Show Author Name"
9963
- msgstr ""
9964
-
9965
- #: extensions/ht-builder/widgets/bl_post_author_info.php:70
9966
- msgid "Show Avatar Image"
9967
- msgstr ""
9968
-
9969
- #: includes/widgets/htmega_scroll_image.php:112
9970
- msgid "Show Badge"
9971
- msgstr ""
9972
-
9973
- #: extensions/ht-builder/widgets/bl_post_author_info.php:82
9974
- msgid "Show Biography"
9975
- msgstr ""
9976
-
9977
- #: includes/widgets/htmega_easy_digital_download.php:98
9978
- msgid "Show Buy Button"
9979
- msgstr ""
9980
-
9981
- #: includes/widgets/htmega_instagram.php:175
9982
- msgid "Show Caption"
9983
- msgstr ""
9984
-
9985
- #: extensions/ht-builder/widgets/bl_post_archive.php:111
9986
- msgid "Show Category"
9987
- msgstr ""
9988
-
9989
- #: includes/widgets/htmega_easy_digital_download.php:78
9990
- msgid "Show Content"
9991
- msgstr ""
9992
-
9993
- #: includes/widgets/htmega_video_player.php:198
9994
- msgid "Show Controller Button"
9995
- msgstr ""
9996
-
9997
- #: includes/widgets/htmega_gravity_forms.php:80
9998
- msgid "Show Description"
9999
- msgstr ""
10000
-
10001
- #: includes/widgets/htmega_download_monitor.php:88
10002
- msgid "Show Download Count"
10003
- msgstr ""
10004
-
10005
- #: includes/widgets/htmega_download_monitor.php:76
10006
- msgid "Show File Size"
10007
- msgstr ""
10008
-
10009
- #: includes/widgets/htmega_download_monitor.php:64
10010
- msgid "Show File Type"
10011
- msgstr ""
10012
-
10013
- #: includes/widgets/htmega_instagram.php:277
10014
- msgid "Show Follow Button"
10015
- msgstr ""
10016
-
10017
- #: includes/widgets/htmega_instagram_feed.php:110
10018
- msgid "Show Follow Text"
10019
- msgstr ""
10020
-
10021
- #: includes/widgets/htmega_buddy_press.php:150
10022
- msgid "Show Friend Count"
10023
- msgstr ""
10024
-
10025
- #: includes/widgets/htmega_instagram_feed.php:75
10026
- msgid "Show Header"
10027
- msgstr ""
10028
-
10029
- #: includes/widgets/htmega_user_login_form.php:68
10030
- msgid "Show Heading And Content"
10031
- msgstr ""
10032
-
10033
- #: includes/widgets/htmega_notify.php:52
10034
- msgid "Show Info"
10035
- msgstr ""
10036
-
10037
- #: includes/widgets/htmega_instagram.php:187
10038
- msgid "Show Light Box"
10039
- msgstr ""
10040
-
10041
- #: includes/widgets/htmega_popover.php:127
10042
- #: includes/widgets/htmega_tooltip.php:127
10043
- msgid "Show Link"
10044
- msgstr ""
10045
-
10046
- #: includes/widgets/htmega_buddy_press.php:107
10047
- msgid "Show Meta Info"
10048
- msgstr ""
10049
-
10050
- #: includes/widgets/htmega_easy_digital_download.php:108
10051
- msgid "Show Pagination"
10052
- msgstr ""
10053
-
10054
- #: extensions/ht-builder/widgets/bl_post_archive.php:123
10055
- msgid "Show Post Meta"
10056
- msgstr ""
10057
-
10058
- #: includes/widgets/htmega_easy_digital_download.php:88
10059
- msgid "Show Price"
10060
- msgstr ""
10061
-
10062
- #: includes/widgets/htmega_wc_add_to_cart.php:69
10063
- msgid "Show Quantity"
10064
- msgstr ""
10065
-
10066
- #: extensions/ht-builder/widgets/bl_post_archive.php:135
10067
- msgid "Show Read More Button"
10068
- msgstr ""
10069
-
10070
- #: includes/widgets/htmega_buddy_press.php:135
10071
- msgid "Show Register Time"
10072
- msgstr ""
10073
-
10074
- #: includes/widgets/htmega_twitter_feed.php:192
10075
- msgid "Show Relative Time"
10076
- msgstr ""
10077
-
10078
- #: includes/widgets/htmega_table.php:58
10079
- msgid "Show Sorting Options"
10080
- msgstr ""
10081
-
10082
- #: includes/widgets/htmega_easy_digital_download.php:68
10083
- msgid "Show Thumbnail"
10084
- msgstr ""
10085
-
10086
- #: includes/widgets/htmega_twitter_feed.php:180
10087
- msgid "Show Time"
10088
- msgstr ""
10089
-
10090
- #: includes/widgets/htmega_twitter_feed.php:206
10091
- msgid "Show Time Icon"
10092
- msgstr ""
10093
-
10094
- #: includes/widgets/htmega_gravity_forms.php:68
10095
- #: extensions/ht-builder/widgets/bl_post_archive.php:99
10096
- #: extensions/ht-builder/widgets/bl_post_author_info.php:45
10097
- msgid "Show Title"
10098
- msgstr ""
10099
-
10100
- #: includes/widgets/htmega_twitter_feed.php:144
10101
- msgid "Show Twitter Meta"
10102
- msgstr ""
10103
-
10104
- #: includes/widgets/htmega_video_player.php:210
10105
- msgid "Show video source Logo"
10106
- msgstr ""
10107
-
10108
- #: includes/widgets/htmega_offcanvas.php:53
10109
- msgid "Sidebar"
10110
- msgstr ""
10111
-
10112
- #: includes/widgets/htmega_user_login_form.php:124
10113
- #: includes/widgets/htmega_user_login_form.php:125
10114
- msgid "Sign Up"
10115
- msgstr ""
10116
-
10117
- #: extensions/ht-builder/admin/setting.php:64
10118
- msgid "Single Blog Template."
10119
- msgstr ""
10120
-
10121
- #: includes/widgets/htmega_bbpress.php:48
10122
- msgid "Single Forum"
10123
- msgstr ""
10124
-
10125
- #: includes/widgets/htmega_easy_digital_download.php:217
10126
- #: includes/widgets/htmega_twitter_feed.php:543
10127
- msgid "Single Item"
10128
- msgstr ""
10129
-
10130
- #: admin/include/admin-setting.php:471
10131
- #: includes/widgets/htmega_single_post.php:15
10132
- #: includes/widgets/htmega_single_post.php:36
10133
- msgid "Single Post"
10134
- msgstr ""
10135
-
10136
- #: includes/widgets/htmega_wc_element_pages.php:52
10137
- msgid "Single Product Page"
10138
- msgstr ""
10139
-
10140
- #: includes/widgets/htmega_bbpress.php:53
10141
- msgid "Single Reply"
10142
- msgstr ""
10143
-
10144
- #: includes/widgets/htmega_bbpress.php:55
10145
- msgid "Single Tag"
10146
- msgstr ""
10147
-
10148
- #: includes/widgets/htmega_bbpress.php:51
10149
- msgid "Single Topic"
10150
- msgstr ""
10151
-
10152
- #: includes/widgets/htmega_bbpress.php:56
10153
- msgid "Single View"
10154
- msgstr ""
10155
-
10156
- #: admin/include/admin-setting.php:814 admin/include/admin-setting.php:815
10157
- #: extensions/ht-builder/widgets/bl_site_logo.php:69
10158
- msgid "Site Logo"
10159
- msgstr ""
10160
-
10161
- #: admin/include/admin-setting.php:805 admin/include/admin-setting.php:806
10162
- #: extensions/ht-builder/widgets/bl_site_logo.php:41
10163
- #: extensions/ht-builder/widgets/bl_site_title.php:39
10164
- #: extensions/ht-builder/widgets/bl_site_title.php:60
10165
- #: extensions/ht-builder/widgets/bl_site_title.php:170
10166
- msgid "Site Title"
10167
- msgstr ""
10168
-
10169
- #: includes/widgets/htmega_image_grid.php:67
10170
- #: includes/widgets/htmega_image_masonry.php:75
10171
- #: includes/widgets/htmega_testimonial_grid.php:78
10172
- msgid "Six"
10173
- msgstr ""
10174
-
10175
- #: includes/widgets/htmega_buddy_press.php:89
10176
- #: includes/widgets/htmega_counter.php:837
10177
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:181
10178
- msgid "Size"
10179
- msgstr ""
10180
-
10181
- #: includes/widgets/htmega_double_button.php:78
10182
- msgid "Skew Background"
10183
- msgstr ""
10184
-
10185
- #: includes/widgets/htmega_socialshere.php:79
10186
- msgid "Skype"
10187
- msgstr ""
10188
-
10189
- #: includes/widgets/htmega_animated_heading.php:73
10190
- msgid "Slide"
10191
- msgstr ""
10192
-
10193
- #: includes/widgets/htmega_carousel.php:112
10194
- #: includes/widgets/htmega_instagram.php:199
10195
- #: includes/widgets/htmega_panel_slider.php:138
10196
- #: includes/widgets/htmega_post_slider.php:276
10197
- #: includes/widgets/htmega_twitter_feed.php:217
10198
- msgid "Slider"
10199
- msgstr ""
10200
-
10201
- #: includes/widgets/htmega_carousel.php:152
10202
- #: includes/widgets/htmega_instagram.php:347
10203
- #: includes/widgets/htmega_panel_slider.php:212
10204
- #: includes/widgets/htmega_post_slider.php:316
10205
- #: includes/widgets/htmega_slider_thumb_gallery.php:157
10206
- #: includes/widgets/htmega_twitter_feed.php:274
10207
- msgid "Slider Arrow"
10208
- msgstr ""
10209
-
10210
- #: includes/widgets/htmega_instagram.php:449
10211
- #: includes/widgets/htmega_panel_slider.php:314
10212
- #: includes/widgets/htmega_post_slider.php:434
10213
- #: includes/widgets/htmega_slider_thumb_gallery.php:248
10214
- #: includes/widgets/htmega_twitter_feed.php:376
10215
- msgid "Slider auto play"
10216
- msgstr ""
10217
-
10218
- #: includes/widgets/htmega_carousel.php:254
10219
- msgid "Slider autoplay"
10220
- msgstr ""
10221
-
10222
- #: includes/widgets/htmega_scroll_navigation.php:118
10223
- msgid "Slider Direction"
10224
- msgstr ""
10225
-
10226
- #: includes/widgets/htmega_carousel.php:197
10227
- #: includes/widgets/htmega_instagram.php:392
10228
- #: includes/widgets/htmega_panel_slider.php:257
10229
- #: includes/widgets/htmega_post_slider.php:361
10230
- #: includes/widgets/htmega_slider_thumb_gallery.php:198
10231
- #: includes/widgets/htmega_twitter_feed.php:319
10232
- msgid "Slider dots"
10233
- msgstr ""
10234
-
10235
- #: includes/widgets/htmega_post_slider.php:614
10236
- msgid "Slider Image Max Height"
10237
- msgstr ""
10238
-
10239
- #: includes/widgets/htmega_post_slider.php:600
10240
- msgid "Slider Image Style"
10241
- msgstr ""
10242
-
10243
- #: includes/widgets/htmega_carousel.php:293
10244
- #: includes/widgets/htmega_carousel.php:335
10245
- #: includes/widgets/htmega_carousel.php:390
10246
- #: includes/widgets/htmega_instagram.php:488
10247
- #: includes/widgets/htmega_instagram.php:530
10248
- #: includes/widgets/htmega_instagram.php:585
10249
- #: includes/widgets/htmega_panel_slider.php:353
10250
- #: includes/widgets/htmega_panel_slider.php:395
10251
- #: includes/widgets/htmega_panel_slider.php:450
10252
- #: includes/widgets/htmega_post_slider.php:473
10253
- #: includes/widgets/htmega_post_slider.php:515
10254
- #: includes/widgets/htmega_post_slider.php:570
10255
- #: includes/widgets/htmega_slider_thumb_gallery.php:281
10256
- #: includes/widgets/htmega_slider_thumb_gallery.php:317
10257
- #: includes/widgets/htmega_slider_thumb_gallery.php:364
10258
- #: includes/widgets/htmega_twitter_feed.php:415
10259
- #: includes/widgets/htmega_twitter_feed.php:457
10260
- #: includes/widgets/htmega_twitter_feed.php:512
10261
- msgid "Slider item to scroll"
10262
- msgstr ""
10263
-
10264
- #: includes/widgets/htmega_carousel.php:137
10265
- #: includes/widgets/htmega_carousel.php:320
10266
- #: includes/widgets/htmega_carousel.php:375
10267
- #: includes/widgets/htmega_instagram.php:332
10268
- #: includes/widgets/htmega_instagram.php:515
10269
- #: includes/widgets/htmega_instagram.php:570
10270
- #: includes/widgets/htmega_panel_slider.php:163
10271
- #: includes/widgets/htmega_panel_slider.php:380
10272
- #: includes/widgets/htmega_panel_slider.php:435
10273
- #: includes/widgets/htmega_post_slider.php:301
10274
- #: includes/widgets/htmega_post_slider.php:500
10275
- #: includes/widgets/htmega_post_slider.php:555
10276
- #: includes/widgets/htmega_slider_thumb_gallery.php:144
10277
- #: includes/widgets/htmega_slider_thumb_gallery.php:304
10278
- #: includes/widgets/htmega_slider_thumb_gallery.php:351
10279
- #: includes/widgets/htmega_twitter_feed.php:242
10280
- #: includes/widgets/htmega_twitter_feed.php:442
10281
- #: includes/widgets/htmega_twitter_feed.php:497
10282
- msgid "Slider Items"
10283
- msgstr ""
10284
-
10285
- #: includes/widgets/htmega_scroll_navigation.php:202
10286
- msgid "Slider Navigation"
10287
- msgstr ""
10288
-
10289
- #: includes/widgets/htmega_carousel.php:127
10290
- #: includes/widgets/htmega_instagram.php:322
10291
- #: includes/widgets/htmega_panel_slider.php:153
10292
- #: includes/widgets/htmega_post_slider.php:291
10293
- #: includes/widgets/htmega_slider_thumb_gallery.php:137
10294
- #: includes/widgets/htmega_twitter_feed.php:232
10295
- msgid "Slider Option"
10296
- msgstr ""
10297
-
10298
- #: includes/widgets/htmega_scroll_navigation.php:111
10299
- msgid "Slider Options"
10300
- msgstr ""
10301
-
10302
- #: includes/widgets/htmega_scroll_navigation.php:212
10303
- msgid "Slider Pagination"
10304
- msgstr ""
10305
-
10306
- #: includes/widgets/htmega_panel_slider.php:78
10307
- msgid "Slider Sub Title"
10308
- msgstr ""
10309
-
10310
- #: includes/widgets/htmega_slider_thumb_gallery.php:43
10311
- msgid "Slider Thumbnail"
10312
- msgstr ""
10313
-
10314
- #: admin/include/admin-setting.php:479
10315
- #: includes/widgets/htmega_slider_thumb_gallery.php:14
10316
- msgid "Slider Thumbnail Gallery"
10317
- msgstr ""
10318
-
10319
- #: includes/widgets/htmega_panel_slider.php:69
10320
- msgid "Slider Title"
10321
- msgstr ""
10322
-
10323
- #: includes/widgets/htmega_scroll_navigation.php:183
10324
- msgid "Slider Visible Item"
10325
- msgstr ""
10326
-
10327
- #: includes/widgets/htmega_easy_digital_download.php:191
10328
- #: includes/widgets/htmega_wc_categories.php:130
10329
- msgid "Slug"
10330
- msgstr ""
10331
-
10332
- #: includes/widgets/htmega_booked_calender.php:159
10333
- #: includes/widgets/htmega_button.php:86
10334
- #: includes/widgets/htmega_double_button.php:46
10335
- msgid "Small"
10336
- msgstr ""
10337
-
10338
- #: includes/widgets/htmega_socialshere.php:49
10339
- #: includes/widgets/htmega_teammember.php:205
10340
- #: includes/widgets/htmega_teammember.php:955
10341
- msgid "Social Media"
10342
- msgstr ""
10343
-
10344
- #: admin/include/admin-setting.php:487
10345
- #: includes/widgets/htmega_socialshere.php:13
10346
- #: includes/widgets/htmega_socialshere.php:40
10347
- msgid "Social Share"
10348
- msgstr ""
10349
-
10350
- #: admin/include/admin-setting.php:842
10351
- msgid "Social share"
10352
- msgstr ""
10353
-
10354
- #: admin/include/admin-setting.php:841
10355
- msgid "Social Share <span>( Pro )</span>"
10356
- msgstr ""
10357
-
10358
- #: includes/helper-function.php:379
10359
- msgid "Something is wrong please check again!"
10360
- msgstr ""
10361
-
10362
- #: includes/helper-function.php:401
10363
- msgid "Sorry, that username already exists!"
10364
- msgstr ""
10365
-
10366
- #: includes/helper-function.php:405
10367
- msgid "Sorry, the username you entered is not valid"
10368
- msgstr ""
10369
-
10370
- #: admin/include/template-library.php:390
10371
- msgid "Sorry, you are not allowed to install themes on this site."
10372
- msgstr ""
10373
-
10374
- #: includes/widgets/htmega_table.php:73
10375
- msgid "Sorting Options"
10376
- msgstr ""
10377
-
10378
- #: includes/widgets/htmega_table.php:1063
10379
- msgid "Sorting Ordering After Color"
10380
- msgstr ""
10381
-
10382
- #: includes/widgets/htmega_table.php:1047
10383
- msgid "Sorting Ordering Before Color"
10384
- msgstr ""
10385
-
10386
- #: includes/widgets/htmega_table.php:1031
10387
- msgid "Sorting Ordering Color"
10388
- msgstr ""
10389
-
10390
- #: includes/widgets/htmega_table.php:788
10391
- msgid "Sorting Style"
10392
- msgstr ""
10393
-
10394
- #: includes/widgets/htmega_video_player.php:174
10395
- msgid "Sound Mute"
10396
- msgstr ""
10397
-
10398
- #: includes/widgets/htmega_gallery_justify.php:67
10399
- msgid "Space"
10400
- msgstr ""
10401
-
10402
- #: includes/widgets/htmega_user_login_form.php:408
10403
- msgid "Space Around"
10404
- msgstr ""
10405
-
10406
- #: includes/widgets/htmega_user_login_form.php:407
10407
- msgid "Space Between"
10408
- msgstr ""
10409
-
10410
- #: includes/widgets/htmega_user_login_form.php:409
10411
- msgid "Space Evenly"
10412
- msgstr ""
10413
-
10414
- #: includes/widgets/htmega_popover.php:216
10415
- #: includes/widgets/htmega_tooltip.php:192
10416
- msgid "Space With Button"
10417
- msgstr ""
10418
-
10419
- #: includes/helper-function.php:163
10420
- msgid "span"
10421
- msgstr ""
10422
-
10423
- #: admin/include/admin-setting.php:143
10424
- #: includes/widgets/htmega_special_banner.php:14
10425
- msgid "Special Day Offer"
10426
- msgstr ""
10427
-
10428
- #: includes/widgets/htmega_scroll_image.php:141
10429
- #: includes/widgets/htmega_scroll_navigation.php:174
10430
- msgid "Speed"
10431
- msgstr ""
10432
-
10433
- #: includes/widgets/htmega_accordion.php:1000
10434
- #: includes/widgets/htmega_counter.php:70
10435
- #: includes/widgets/htmega_user_login_form.php:404
10436
- msgid "Start"
10437
- msgstr ""
10438
-
10439
- #: includes/widgets/htmega_bbpress.php:57
10440
- msgid "Stats"
10441
- msgstr ""
10442
-
10443
- #: includes/widgets/htmega_progressbar.php:67
10444
- msgid "Striped"
10445
- msgstr ""
10446
-
10447
- #: includes/widgets/htmega_progressbar.php:79
10448
- msgid "Striped Animated"
10449
- msgstr ""
10450
-
10451
- #: includes/widgets/htmega_section_title.php:656
10452
- #: includes/widgets/htmega_section_title.php:1045
10453
- msgid "Stroke"
10454
- msgstr ""
10455
-
10456
- #: includes/widgets/htmega_section_title.php:666
10457
- #: includes/widgets/htmega_section_title.php:1055
10458
- msgid "Stroke Color"
10459
- msgstr ""
10460
-
10461
- #: includes/widgets/htmega_section_title.php:680
10462
- #: includes/widgets/htmega_section_title.php:1069
10463
- msgid "Stroke Fill Width"
10464
- msgstr ""
10465
-
10466
- #: includes/widgets/htmega_socialshere.php:68
10467
- msgid "Stumbleupon"
10468
- msgstr ""
10469
-
10470
- #: includes/widgets/htmega_404_content.php:42
10471
- #: includes/widgets/htmega_404_content.php:230
10472
- #: includes/widgets/htmega_accordion.php:51
10473
- #: includes/widgets/htmega_add_banner.php:41
10474
- #: includes/widgets/htmega_blockquote.php:172
10475
- #: includes/widgets/htmega_booked_calender.php:42
10476
- #: includes/widgets/htmega_brand.php:42 includes/widgets/htmega_brand.php:120
10477
- #: includes/widgets/htmega_call_to_action.php:39
10478
- #: includes/widgets/htmega_carousel.php:50
10479
- #: includes/widgets/htmega_contact_form_seven.php:43
10480
- #: includes/widgets/htmega_contact_form_seven.php:72
10481
- #: includes/widgets/htmega_countdown.php:94
10482
- #: includes/widgets/htmega_counter.php:49
10483
- #: includes/widgets/htmega_dropcaps.php:42
10484
- #: includes/widgets/htmega_image_grid.php:42
10485
- #: includes/widgets/htmega_image_magnifier.php:102
10486
- #: includes/widgets/htmega_image_marker.php:113
10487
- #: includes/widgets/htmega_image_masonry.php:50
10488
- #: includes/widgets/htmega_inline_menu.php:53
10489
- #: includes/widgets/htmega_instagram.php:51
10490
- #: includes/widgets/htmega_instagram.php:616
10491
- #: includes/widgets/htmega_instagram_feed.php:138
10492
- #: includes/widgets/htmega_mailchimp_for_wp.php:42
10493
- #: includes/widgets/htmega_mailchimp_for_wp.php:73
10494
- #: includes/widgets/htmega_news_ticker.php:50
10495
- #: includes/widgets/htmega_notify.php:262
10496
- #: includes/widgets/htmega_offcanvas.php:300
10497
- #: includes/widgets/htmega_panel_slider.php:52
10498
- #: includes/widgets/htmega_popover.php:253
10499
- #: includes/widgets/htmega_post_slider.php:1422
10500
- #: includes/widgets/htmega_pricing_list_view.php:299
10501
- #: includes/widgets/htmega_pricing_list_view.php:673
10502
- #: includes/widgets/htmega_progressbar.php:49
10503
- #: includes/widgets/htmega_progressbar.php:63
10504
- #: includes/widgets/htmega_search.php:42
10505
- #: includes/widgets/htmega_services.php:42
10506
- #: includes/widgets/htmega_single_post.php:42
10507
- #: includes/widgets/htmega_socialshere.php:390
10508
- #: includes/widgets/htmega_switcher.php:41
10509
- #: includes/widgets/htmega_switcher.php:238 includes/widgets/htmega_tab.php:41
10510
- #: includes/widgets/htmega_tab.php:128
10511
- #: includes/widgets/htmega_teammember.php:50
10512
- #: includes/widgets/htmega_testimonial_grid.php:41
10513
- #: includes/widgets/htmega_twitter_feed.php:55
10514
- #: includes/widgets/htmega_user_login_form.php:41
10515
- #: includes/widgets/htmega_user_login_form.php:524
10516
- #: includes/widgets/htmega_working_process.php:42
10517
- #: extensions/ht-builder/widgets/bl_site_logo.php:99
10518
- #: includes/widgets/weather/htmega_weather.php:65
10519
- msgid "Style"
10520
- msgstr ""
10521
-
10522
- #: includes/widgets/htmega_inline_menu.php:64
10523
- #: includes/widgets/htmega_teammember.php:61
10524
- msgid "Style Eight"
10525
- msgstr ""
10526
-
10527
- #: includes/widgets/htmega_add_banner.php:49
10528
- #: includes/widgets/htmega_animated_heading.php:57
10529
- #: includes/widgets/htmega_brand.php:50
10530
- #: includes/widgets/htmega_call_to_action.php:47
10531
- #: includes/widgets/htmega_carousel.php:58
10532
- #: includes/widgets/htmega_contact_form_seven.php:51
10533
- #: includes/widgets/htmega_counter.php:57
10534
- #: includes/widgets/htmega_dropcaps.php:50
10535
- #: includes/widgets/htmega_image_grid.php:50
10536
- #: includes/widgets/htmega_image_marker.php:121
10537
- #: includes/widgets/htmega_image_masonry.php:58
10538
- #: includes/widgets/htmega_inline_menu.php:61
10539
- #: includes/widgets/htmega_mailchimp_for_wp.php:50
10540
- #: includes/widgets/htmega_news_ticker.php:58
10541
- #: includes/widgets/htmega_search.php:50
10542
- #: includes/widgets/htmega_section_title.php:49
10543
- #: includes/widgets/htmega_services.php:50 includes/widgets/htmega_tab.php:49
10544
- #: includes/widgets/htmega_teammember.php:58
10545
- #: includes/widgets/htmega_testimonial_grid.php:49
10546
- #: includes/widgets/htmega_twitter_feed.php:63
10547
- #: includes/widgets/htmega_user_login_form.php:49
10548
- #: includes/widgets/htmega_working_process.php:50
10549
- msgid "Style Five"
10550
- msgstr ""
10551
-
10552
- #: includes/widgets/htmega_404_content.php:49
10553
- #: includes/widgets/htmega_accordion.php:58
10554
- #: includes/widgets/htmega_add_banner.php:48
10555
- #: includes/widgets/htmega_animated_heading.php:56
10556
- #: includes/widgets/htmega_brand.php:49
10557
- #: includes/widgets/htmega_call_to_action.php:46
10558
- #: includes/widgets/htmega_carousel.php:57
10559
- #: includes/widgets/htmega_contact_form_seven.php:50
10560
- #: includes/widgets/htmega_counter.php:56
10561
- #: includes/widgets/htmega_dropcaps.php:49
10562
- #: includes/widgets/htmega_image_grid.php:49
10563
- #: includes/widgets/htmega_image_marker.php:120
10564
- #: includes/widgets/htmega_image_masonry.php:57
10565
- #: includes/widgets/htmega_inline_menu.php:60
10566
- #: includes/widgets/htmega_instagram.php:58
10567
- #: includes/widgets/htmega_mailchimp_for_wp.php:49
10568
- #: includes/widgets/htmega_news_ticker.php:57
10569
- #: includes/widgets/htmega_panel_slider.php:59
10570
- #: includes/widgets/htmega_search.php:49
10571
- #: includes/widgets/htmega_section_title.php:48
10572
- #: includes/widgets/htmega_services.php:49
10573
- #: includes/widgets/htmega_single_post.php:49
10574
- #: includes/widgets/htmega_tab.php:48 includes/widgets/htmega_teammember.php:57
10575
- #: includes/widgets/htmega_testimonial_grid.php:48
10576
- #: includes/widgets/htmega_twitter_feed.php:62
10577
- #: includes/widgets/htmega_user_login_form.php:48
10578
- #: includes/widgets/htmega_working_process.php:49
10579
- #: includes/widgets/weather/htmega_weather.php:72
10580
- msgid "Style Four"
10581
- msgstr ""
10582
-
10583
- #: includes/widgets/htmega_countdown.php:101
10584
- msgid "Style Four (Flip)"
10585
- msgstr ""
10586
-
10587
- #: includes/widgets/htmega_inline_menu.php:65
10588
- msgid "Style Nine"
10589
- msgstr ""
10590
-
10591
- #: includes/widgets/htmega_404_content.php:46
10592
- #: includes/widgets/htmega_accordion.php:55
10593
- #: includes/widgets/htmega_add_banner.php:45
10594
- #: includes/widgets/htmega_animated_heading.php:53
10595
- #: includes/widgets/htmega_brand.php:46 includes/widgets/htmega_button.php:46
10596
- #: includes/widgets/htmega_call_to_action.php:43
10597
- #: includes/widgets/htmega_carousel.php:54
10598
- #: includes/widgets/htmega_carousel.php:433
10599
- #: includes/widgets/htmega_contact_form_seven.php:47
10600
- #: includes/widgets/htmega_counter.php:53
10601
- #: includes/widgets/htmega_dropcaps.php:46
10602
- #: includes/widgets/htmega_image_grid.php:46
10603
- #: includes/widgets/htmega_image_marker.php:117
10604
- #: includes/widgets/htmega_image_masonry.php:54
10605
- #: includes/widgets/htmega_inline_menu.php:57
10606
- #: includes/widgets/htmega_instagram.php:55
10607
- #: includes/widgets/htmega_mailchimp_for_wp.php:46
10608
- #: includes/widgets/htmega_news_ticker.php:54
10609
- #: includes/widgets/htmega_panel_slider.php:56
10610
- #: includes/widgets/htmega_post_slider.php:1426
10611
- #: includes/widgets/htmega_search.php:46
10612
- #: includes/widgets/htmega_section_title.php:45
10613
- #: includes/widgets/htmega_services.php:46
10614
- #: includes/widgets/htmega_single_post.php:46
10615
- #: includes/widgets/htmega_tab.php:45 includes/widgets/htmega_teammember.php:54
10616
- #: includes/widgets/htmega_teammember.php:72
10617
- #: includes/widgets/htmega_teammember.php:87
10618
- #: includes/widgets/htmega_testimonial_grid.php:45
10619
- #: includes/widgets/htmega_twitter_feed.php:59
10620
- #: includes/widgets/htmega_user_login_form.php:45
10621
- #: includes/widgets/htmega_working_process.php:46
10622
- #: includes/widgets/weather/htmega_weather.php:69
10623
- msgid "Style One"
10624
- msgstr ""
10625
-
10626
- #: includes/widgets/htmega_countdown.php:98
10627
- msgid "Style one"
10628
- msgstr ""
10629
-
10630
- #: includes/widgets/htmega_animated_heading.php:59
10631
- #: includes/widgets/htmega_brand.php:52
10632
- #: includes/widgets/htmega_call_to_action.php:49
10633
- #: includes/widgets/htmega_carousel.php:60
10634
- #: includes/widgets/htmega_inline_menu.php:63
10635
- #: includes/widgets/htmega_news_ticker.php:60
10636
- #: includes/widgets/htmega_services.php:52
10637
- #: includes/widgets/htmega_teammember.php:60
10638
- #: includes/widgets/htmega_user_login_form.php:51
10639
- msgid "Style Seven"
10640
- msgstr ""
10641
-
10642
- #: includes/widgets/htmega_add_banner.php:50
10643
- #: includes/widgets/htmega_animated_heading.php:58
10644
- #: includes/widgets/htmega_brand.php:51
10645
- #: includes/widgets/htmega_call_to_action.php:48
10646
- #: includes/widgets/htmega_carousel.php:59
10647
- #: includes/widgets/htmega_contact_form_seven.php:52
10648
- #: includes/widgets/htmega_counter.php:58
10649
- #: includes/widgets/htmega_image_marker.php:122
10650
- #: includes/widgets/htmega_inline_menu.php:62
10651
- #: includes/widgets/htmega_news_ticker.php:59
10652
- #: includes/widgets/htmega_services.php:51
10653
- #: includes/widgets/htmega_teammember.php:59
10654
- #: includes/widgets/htmega_user_login_form.php:50
10655
- msgid "Style Six"
10656
- msgstr ""
10657
-
10658
- #: includes/widgets/htmega_inline_menu.php:66
10659
- msgid "Style Ten"
10660
- msgstr ""
10661
-
10662
- #: includes/widgets/htmega_404_content.php:48
10663
- #: includes/widgets/htmega_accordion.php:57
10664
- #: includes/widgets/htmega_add_banner.php:47
10665
- #: includes/widgets/htmega_animated_heading.php:55
10666
- #: includes/widgets/htmega_brand.php:48
10667
- #: includes/widgets/htmega_call_to_action.php:45
10668
- #: includes/widgets/htmega_carousel.php:56
10669
- #: includes/widgets/htmega_contact_form_seven.php:49
10670
- #: includes/widgets/htmega_countdown.php:100
10671
- #: includes/widgets/htmega_counter.php:55
10672
- #: includes/widgets/htmega_dropcaps.php:48
10673
- #: includes/widgets/htmega_image_grid.php:48
10674
- #: includes/widgets/htmega_image_marker.php:119
10675
- #: includes/widgets/htmega_image_masonry.php:56
10676
- #: includes/widgets/htmega_inline_menu.php:59
10677
- #: includes/widgets/htmega_instagram.php:57
10678
- #: includes/widgets/htmega_mailchimp_for_wp.php:48
10679
- #: includes/widgets/htmega_news_ticker.php:56
10680
- #: includes/widgets/htmega_panel_slider.php:58
10681
- #: includes/widgets/htmega_search.php:48
10682
- #: includes/widgets/htmega_section_title.php:47
10683
- #: includes/widgets/htmega_services.php:48
10684
- #: includes/widgets/htmega_single_post.php:48
10685
- #: includes/widgets/htmega_tab.php:47 includes/widgets/htmega_teammember.php:56
10686
- #: includes/widgets/htmega_teammember.php:89
10687
- #: includes/widgets/htmega_testimonial_grid.php:47
10688
- #: includes/widgets/htmega_twitter_feed.php:61
10689
- #: includes/widgets/htmega_user_login_form.php:47
10690
- #: includes/widgets/htmega_working_process.php:48
10691
- #: includes/widgets/weather/htmega_weather.php:71
10692
- msgid "Style Three"
10693
- msgstr ""
10694
-
10695
- #: includes/widgets/htmega_404_content.php:47
10696
- #: includes/widgets/htmega_accordion.php:56
10697
- #: includes/widgets/htmega_add_banner.php:46
10698
- #: includes/widgets/htmega_animated_heading.php:54
10699
- #: includes/widgets/htmega_brand.php:47 includes/widgets/htmega_button.php:47
10700
- #: includes/widgets/htmega_call_to_action.php:44
10701
- #: includes/widgets/htmega_carousel.php:55
10702
- #: includes/widgets/htmega_carousel.php:434
10703
- #: includes/widgets/htmega_contact_form_seven.php:48
10704
- #: includes/widgets/htmega_countdown.php:99
10705
- #: includes/widgets/htmega_counter.php:54
10706
- #: includes/widgets/htmega_dropcaps.php:47
10707
- #: includes/widgets/htmega_image_grid.php:47
10708
- #: includes/widgets/htmega_image_marker.php:118
10709
- #: includes/widgets/htmega_image_masonry.php:55
10710
- #: includes/widgets/htmega_inline_menu.php:58
10711
- #: includes/widgets/htmega_instagram.php:56
10712
- #: includes/widgets/htmega_mailchimp_for_wp.php:47
10713
- #: includes/widgets/htmega_news_ticker.php:55
10714
- #: includes/widgets/htmega_panel_slider.php:57
10715
- #: includes/widgets/htmega_post_slider.php:1427
10716
- #: includes/widgets/htmega_search.php:47
10717
- #: includes/widgets/htmega_section_title.php:46
10718
- #: includes/widgets/htmega_services.php:47
10719
- #: includes/widgets/htmega_single_post.php:47
10720
- #: includes/widgets/htmega_tab.php:46 includes/widgets/htmega_teammember.php:55
10721
- #: includes/widgets/htmega_teammember.php:73
10722
- #: includes/widgets/htmega_teammember.php:88
10723
- #: includes/widgets/htmega_testimonial_grid.php:46
10724
- #: includes/widgets/htmega_twitter_feed.php:60
10725
- #: includes/widgets/htmega_user_login_form.php:46
10726
- #: includes/widgets/htmega_working_process.php:47
10727
- #: includes/widgets/weather/htmega_weather.php:70
10728
- msgid "Style Two"
10729
- msgstr ""
10730
-
10731
- #: includes/widgets/htmega_qu_forms.php:159
10732
- msgid "Sub Label"
10733
- msgstr ""
10734
-
10735
- #: extensions/ht-builder/widgets/bl_nav_menu.php:337
10736
- #: extensions/ht-menu/widgets/inline-mega-menu.php:195
10737
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:196
10738
- msgid "Sub Menu"
10739
- msgstr ""
10740
-
10741
- #: extensions/ht-menu/admin/setting.php:87
10742
- msgid "Sub Menu Background Color"
10743
- msgstr ""
10744
-
10745
- #: extensions/ht-menu/admin/setting.php:94
10746
- msgid "Sub Menu Items Color"
10747
- msgstr ""
10748
-
10749
- #: extensions/ht-menu/admin/setting.php:101
10750
- msgid "Sub Menu Items Hover Color"
10751
- msgstr ""
10752
-
10753
- #: extensions/ht-menu/admin/setting.php:76
10754
- #: extensions/ht-menu/widgets/inline-mega-menu.php:203
10755
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:204
10756
- msgid "Sub Menu Width"
10757
- msgstr ""
10758
-
10759
- #: includes/widgets/htmega_404_content.php:92
10760
- #: includes/widgets/htmega_404_content.php:376
10761
- #: includes/widgets/htmega_add_banner.php:101
10762
- #: includes/widgets/htmega_add_banner.php:489
10763
- #: includes/widgets/htmega_call_to_action.php:57
10764
- #: includes/widgets/htmega_call_to_action.php:500
10765
- #: includes/widgets/htmega_panel_slider.php:684
10766
- #: includes/widgets/htmega_section_title.php:69
10767
- #: includes/widgets/htmega_slider_thumb_gallery.php:74
10768
- #: includes/widgets/htmega_special_banner.php:87
10769
- #: includes/widgets/htmega_special_banner.php:394
10770
- msgid "Sub Title"
10771
- msgstr ""
10772
-
10773
- #: includes/widgets/htmega_section_title.php:222
10774
- msgid "Sub Title Setting"
10775
- msgstr ""
10776
-
10777
- #: includes/widgets/htmega_slider_thumb_gallery.php:730
10778
- msgid "Sub Title Style"
10779
- msgstr ""
10780
-
10781
- #: includes/widgets/htmega_section_title.php:768
10782
- msgid "Sub Title style"
10783
- msgstr ""
10784
-
10785
- #: includes/widgets/htmega_call_to_action.php:69
10786
- msgid "Sub Title Tag"
10787
- msgstr ""
10788
-
10789
- #: extensions/ht-menu/menu/templates.php:68
10790
- msgid "SubMenu Position"
10791
- msgstr ""
10792
-
10793
- #: includes/widgets/htmega_caldera_forms.php:195
10794
- #: includes/widgets/htmega_search.php:420
10795
- #: includes/widgets/htmega_user_login_form.php:1060
10796
- #: extensions/ht-builder/widgets/bl_post_comments.php:80
10797
- msgid "Submit Button"
10798
- msgstr ""
10799
-
10800
- #: includes/widgets/htmega_notify.php:126
10801
- msgid "Success"
10802
- msgstr ""
10803
-
10804
- #: extensions/ht-menu/classes/class.mega-menu.php:152
10805
- msgid "Successfully data saved"
10806
- msgstr ""
10807
-
10808
- #: includes/helper-function.php:381
10809
- msgid "Successfully Register"
10810
- msgstr ""
10811
-
10812
- #: admin/include/admin-setting.php:1138
10813
- #: extensions/ht-builder/admin/setting.php:196
10814
- #: extensions/ht-menu/admin/setting.php:148
10815
- #: extensions/wc-sales-notification/admin/setting.php:280
10816
- msgid "Successfully Settings Saved."
10817
- msgstr ""
10818
-
10819
- #: includes/widgets/htmega_counter.php:1016
10820
- msgid "Suffix"
10821
- msgstr ""
10822
-
10823
- #: includes/widgets/htmega_business_hours.php:168
10824
- msgid "Sunday"
10825
- msgstr ""
10826
-
10827
- #: includes/widgets/htmega_socialshere.php:70
10828
- msgid "Surfingbird"
10829
- msgstr ""
10830
-
10831
- #: includes/widgets/htmega_offcanvas.php:240
10832
- msgid "SVG Icon Size"
10833
- msgstr ""
10834
-
10835
- #: includes/widgets/htmega_switcher.php:64
10836
- msgid "Switch One"
10837
- msgstr ""
10838
-
10839
- #: includes/widgets/htmega_switcher.php:155
10840
- msgid "Switch Two"
10841
- msgstr ""
10842
-
10843
- #: admin/include/admin-setting.php:495 includes/widgets/htmega_switcher.php:13
10844
- msgid "Switcher"
10845
- msgstr ""
10846
-
10847
- #: includes/widgets/htmega_switcher.php:275
10848
- msgid "Switcher Button"
10849
- msgstr ""
10850
-
10851
- #: includes/widgets/htmega_switcher.php:136
10852
- msgid "Switcher Content One"
10853
- msgstr ""
10854
-
10855
- #: includes/widgets/htmega_switcher.php:228
10856
- msgid "Switcher Content Two"
10857
- msgstr ""
10858
-
10859
- #: includes/widgets/htmega_switcher.php:34
10860
- msgid "Switcher Layout"
10861
- msgstr ""
10862
-
10863
- #: includes/widgets/htmega_switcher.php:56
10864
- msgid "Switcher One"
10865
- msgstr ""
10866
-
10867
- #: includes/widgets/htmega_switcher.php:65
10868
- #: includes/widgets/htmega_switcher.php:156
10869
- msgid "Switcher Title"
10870
- msgstr ""
10871
-
10872
- #: includes/widgets/htmega_switcher.php:75
10873
- #: includes/widgets/htmega_switcher.php:166
10874
- msgid "Switcher Title Icon"
10875
- msgstr ""
10876
-
10877
- #: includes/widgets/htmega_switcher.php:147
10878
- msgid "Switcher Two"
10879
- msgstr ""
10880
-
10881
- #: admin/include/templates/library/templates.php:10
10882
- #: admin/include/templates/library/templates.php:11
10883
- msgid "Sync Library"
10884
- msgstr ""
10885
-
10886
- #: includes/widgets/htmega_tab.php:71
10887
- msgid "Tab #1"
10888
- msgstr ""
10889
-
10890
- #: includes/widgets/htmega_tab.php:248
10891
- msgid "Tab Area Style"
10892
- msgstr ""
10893
-
10894
- #: includes/widgets/htmega_tab.php:281
10895
- msgid "Tab Content Width (%)"
10896
- msgstr ""
10897
-
10898
- #: includes/widgets/htmega_tab.php:669
10899
- msgid "Tab Icon Box Style"
10900
- msgstr ""
10901
-
10902
- #: includes/widgets/htmega_tab.php:491
10903
- msgid "Tab Manu Style"
10904
- msgstr ""
10905
-
10906
- #: includes/widgets/htmega_tab.php:240
10907
- msgid "Tab Menu"
10908
- msgstr ""
10909
-
10910
- #: includes/widgets/htmega_tab.php:256
10911
- msgid "Tab Menu Width (%)"
10912
- msgstr ""
10913
-
10914
- #: admin/include/templates/library/templates.php:34
10915
- #: admin/include/templates/library/templates.php:35
10916
- msgid "Tab view"
10917
- msgstr ""
10918
-
10919
- #: includes/widgets/htmega_pricing_list_view.php:1209
10920
- #: includes/widgets/htmega_table.php:490
10921
- #: includes/widgets/htmega_tablepress.php:123
10922
- msgid "Table"
10923
- msgstr ""
10924
-
10925
- #: includes/widgets/htmega_pricing_list_view.php:1358
10926
- #: includes/widgets/htmega_table.php:669
10927
- #: includes/widgets/htmega_wc_element_pages.php:114
10928
- msgid "Table Body"
10929
- msgstr ""
10930
-
10931
- #: includes/widgets/htmega_pricing_list_view.php:1414
10932
- msgid "Table Body Padding"
10933
- msgstr ""
10934
-
10935
- #: includes/widgets/htmega_pricing_list_view.php:684
10936
- msgid "Table Body Typography"
10937
- msgstr ""
10938
-
10939
- #: includes/widgets/htmega_table.php:722
10940
- msgid "Table Cell Padding"
10941
- msgstr ""
10942
-
10943
- #: includes/widgets/htmega_pricing_list_view.php:524
10944
- #: includes/widgets/htmega_table.php:228
10945
- msgid "Table Content"
10946
- msgstr ""
10947
-
10948
- #: includes/widgets/htmega_pricing_list_view.php:172
10949
- #: includes/widgets/htmega_pricing_list_view.php:1279
10950
- #: includes/widgets/htmega_table.php:134 includes/widgets/htmega_table.php:564
10951
- msgid "Table Header"
10952
- msgstr ""
10953
-
10954
- #: includes/widgets/htmega_pricing_list_view.php:1323
10955
- #: includes/widgets/htmega_table.php:603
10956
- msgid "Table Header Padding"
10957
- msgstr ""
10958
-
10959
- #: includes/widgets/htmega_wc_element_pages.php:80
10960
- msgid "Table Heading"
10961
- msgstr ""
10962
-
10963
- #: includes/widgets/htmega_table.php:37
10964
- msgid "Table Layout"
10965
- msgstr ""
10966
-
10967
- #: admin/include/admin-setting.php:1079
10968
- #: includes/widgets/htmega_tablepress.php:13
10969
- #: includes/widgets/htmega_tablepress.php:48
10970
- msgid "TablePress"
10971
- msgstr ""
10972
-
10973
- #: includes/widgets/htmega_carousel.php:308
10974
- #: includes/widgets/htmega_instagram.php:503
10975
- #: includes/widgets/htmega_panel_slider.php:368
10976
- #: includes/widgets/htmega_post_slider.php:488
10977
- #: includes/widgets/htmega_slider_thumb_gallery.php:294
10978
- #: includes/widgets/htmega_testimonial_grid.php:85
10979
- #: includes/widgets/htmega_twitter_feed.php:430
10980
- msgid "Tablet"
10981
- msgstr ""
10982
-
10983
- #: includes/widgets/htmega_carousel.php:350
10984
- #: includes/widgets/htmega_instagram.php:545
10985
- #: includes/widgets/htmega_panel_slider.php:410
10986
- #: includes/widgets/htmega_post_slider.php:530
10987
- #: includes/widgets/htmega_slider_thumb_gallery.php:330
10988
- #: includes/widgets/htmega_twitter_feed.php:472
10989
- msgid "Tablet Resolution"
10990
- msgstr ""
10991
-
10992
- #: admin/include/admin-setting.php:503 includes/widgets/htmega_tab.php:13
10993
- #: includes/widgets/htmega_tab.php:34
10994
- msgid "Tabs"
10995
- msgstr ""
10996
-
10997
- #: includes/widgets/htmega_counter.php:164
10998
- msgid "Target Number"
10999
- msgstr ""
11000
-
11001
- #: includes/widgets/htmega_panel_slider.php:71
11002
- #: includes/widgets/htmega_panel_slider.php:114
11003
- #: includes/widgets/htmega_panel_slider.php:118
11004
- #: includes/widgets/htmega_panel_slider.php:122
11005
- #: includes/widgets/htmega_panel_slider.php:126
11006
- msgid "Tattoo Boy From New York"
11007
- msgstr ""
11008
-
11009
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:156
11010
- msgid "Taxonomy"
11011
- msgstr ""
11012
-
11013
- #: includes/widgets/htmega_teammember.php:322
11014
- msgid "Team Box Style"
11015
- msgstr ""
11016
-
11017
- #: admin/include/admin-setting.php:519
11018
- #: includes/widgets/htmega_teammember.php:14
11019
- #: includes/widgets/htmega_teammember.php:43
11020
- msgid "Team Member"
11021
- msgstr ""
11022
-
11023
- #: includes/widgets/htmega_socialshere.php:80
11024
- msgid "Telegram"
11025
- msgstr ""
11026
-
11027
- #: includes/widgets/htmega_template_selector.php:42
11028
- msgid "Template"
11029
- msgstr ""
11030
-
11031
- #: admin/include/class.library-source.php:219
11032
- msgid "Template does not have any content"
11033
- msgstr ""
11034
-
11035
- #: admin/include/class.htmega-elementor-template-library.php:97
11036
- msgid "Template id missing"
11037
- msgstr ""
11038
-
11039
- #: includes/widgets/htmega_template_selector.php:13
11040
- msgid "Template Selector"
11041
- msgstr ""
11042
-
11043
- #: admin/include/admin-setting.php:902 admin/include/templates_list.php:33
11044
- msgid "Templates"
11045
- msgstr ""
11046
-
11047
- #: admin/include/template-library.php:73 admin/include/template-library.php:74
11048
- msgid "Templates Library"
11049
- msgstr ""
11050
-
11051
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:69
11052
- msgid "Terms"
11053
- msgstr ""
11054
-
11055
- #: admin/include/admin-setting.php:527
11056
- msgid "Testimonial"
11057
- msgstr ""
11058
-
11059
- #: admin/include/admin-setting.php:535
11060
- #: includes/widgets/htmega_testimonial_grid.php:14
11061
- #: includes/widgets/htmega_testimonial_grid.php:35
11062
- msgid "Testimonial Grid"
11063
- msgstr ""
11064
-
11065
- #: includes/widgets/htmega_button.php:55
11066
- #: includes/widgets/htmega_countdown.php:271
11067
- #: includes/widgets/htmega_double_button.php:99
11068
- #: includes/widgets/htmega_double_button.php:186
11069
- #: includes/widgets/htmega_download_monitor.php:109
11070
- #: includes/widgets/htmega_modal.php:110 includes/widgets/htmega_popover.php:57
11071
- #: includes/widgets/htmega_pricing_list_view.php:570
11072
- #: includes/widgets/htmega_search.php:72 includes/widgets/htmega_table.php:254
11073
- #: includes/widgets/htmega_tooltip.php:57
11074
- #: includes/widgets/htmega_tooltip.php:72
11075
- #: extensions/ht-builder/widgets/bl_post_search_form.php:58
11076
- msgid "Text"
11077
- msgstr ""
11078
-
11079
- #: includes/widgets/htmega_table.php:929
11080
- msgid "Text Active Color"
11081
- msgstr ""
11082
-
11083
- #: includes/widgets/htmega_booked_calender.php:429
11084
- #: includes/widgets/htmega_booked_calender.php:525
11085
- #: includes/widgets/htmega_booked_calender.php:567
11086
- #: includes/widgets/htmega_booked_calender.php:650
11087
- #: includes/widgets/htmega_booked_calender.php:713
11088
- #: includes/widgets/htmega_booked_calender.php:796
11089
- #: includes/widgets/htmega_button.php:200
11090
- #: includes/widgets/htmega_button.php:333
11091
- #: includes/widgets/htmega_button.php:526
11092
- #: includes/widgets/htmega_button.php:610
11093
- #: includes/widgets/htmega_caldera_forms.php:93
11094
- #: includes/widgets/htmega_caldera_forms.php:213
11095
- #: includes/widgets/htmega_caldera_forms.php:300
11096
- #: includes/widgets/htmega_call_to_action.php:706
11097
- #: includes/widgets/htmega_call_to_action.php:912
11098
- #: includes/widgets/htmega_contact_form_seven.php:208
11099
- #: includes/widgets/htmega_contact_form_seven.php:368
11100
- #: includes/widgets/htmega_contact_form_seven.php:461
11101
- #: includes/widgets/htmega_contact_form_seven.php:575
11102
- #: includes/widgets/htmega_contact_form_seven.php:663
11103
- #: includes/widgets/htmega_mailchimp_for_wp.php:200
11104
- #: includes/widgets/htmega_mailchimp_for_wp.php:364
11105
- #: includes/widgets/htmega_mailchimp_for_wp.php:452
11106
- #: includes/widgets/htmega_offcanvas.php:308
11107
- #: includes/widgets/htmega_pricing_list_view.php:714
11108
- #: includes/widgets/htmega_pricing_list_view.php:1302
11109
- #: includes/widgets/htmega_pricing_list_view.php:1393
11110
- #: includes/widgets/htmega_pricing_list_view.php:1511
11111
- #: includes/widgets/htmega_pricing_list_view.php:1554
11112
- #: includes/widgets/htmega_pricing_list_view.php:1631
11113
- #: includes/widgets/htmega_pricing_list_view.php:1712
11114
- #: includes/widgets/htmega_search.php:229 includes/widgets/htmega_table.php:572
11115
- #: includes/widgets/htmega_table.php:701 includes/widgets/htmega_table.php:811
11116
- #: includes/widgets/htmega_table.php:862 includes/widgets/htmega_table.php:914
11117
- #: includes/widgets/htmega_table.php:993
11118
- #: includes/widgets/htmega_tablepress.php:282
11119
- #: includes/widgets/htmega_tablepress.php:326
11120
- #: includes/widgets/htmega_user_login_form.php:788
11121
- #: includes/widgets/htmega_user_login_form.php:983
11122
- #: includes/widgets/htmega_wc_element_pages.php:90
11123
- #: includes/widgets/htmega_wc_element_pages.php:125
11124
- #: includes/widgets/htmega_wc_element_pages.php:205
11125
- #: includes/widgets/htmega_wc_element_pages.php:291
11126
- #: includes/widgets/htmega_wc_element_pages.php:355
11127
- #: includes/widgets/htmega_wc_element_pages.php:433
11128
- #: includes/widgets/htmega_wc_element_pages.php:539
11129
- #: includes/widgets/htmega_wc_element_pages.php:664
11130
- #: includes/widgets/htmega_wc_element_pages.php:717
11131
- #: includes/widgets/htmega_wc_element_pages.php:786
11132
- #: includes/widgets/htmega_wc_element_pages.php:874
11133
- #: includes/widgets/htmega_wc_element_pages.php:988
11134
- #: includes/widgets/htmega_wc_element_pages.php:1069
11135
- #: extensions/ht-menu/widgets/inline-mega-menu.php:292
11136
- #: extensions/ht-menu/widgets/inline-mega-menu.php:431
11137
- #: extensions/ht-menu/widgets/inline-mega-menu.php:503
11138
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:389
11139
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:449
11140
- #: includes/widgets/weather/htmega_weather.php:232
11141
- msgid "Text Color"
11142
- msgstr ""
11143
-
11144
- #: includes/widgets/htmega_pricing_list_view.php:886
11145
- msgid "Text Hover Color"
11146
- msgstr ""
11147
-
11148
- #: includes/widgets/htmega_countdown.php:771
11149
- #: includes/widgets/htmega_countdown.php:944
11150
- #: includes/widgets/htmega_inline_menu.php:233
11151
- #: includes/widgets/htmega_section_title.php:963
11152
- #: extensions/ht-builder/widgets/bl_nav_menu.php:216
11153
- msgid "Text Shadow"
11154
- msgstr ""
11155
-
11156
- #: includes/widgets/htmega_contact_form_seven.php:322
11157
- #: includes/widgets/htmega_ninja_forms.php:460
11158
- #: includes/widgets/htmega_qu_forms.php:357
11159
- #: includes/widgets/htmega_wpforms.php:450
11160
- msgid "Textarea"
11161
- msgstr ""
11162
-
11163
- #: includes/widgets/htmega_wc_element_pages.php:565
11164
- msgid "Textarea Height"
11165
- msgstr ""
11166
-
11167
- #: includes/widgets/htmega_pricing_list_view.php:218
11168
- msgid "TH Width (Table Header Column Width %)"
11169
- msgstr ""
11170
-
11171
- #. Description of the plugin
11172
- msgid ""
11173
- "The HTMega is a elementor addons package for Elementor page builder plugin "
11174
- "for WordPress."
11175
- msgstr ""
11176
-
11177
- #: includes/widgets/htmega_carousel.php:406
11178
- #: includes/widgets/htmega_instagram.php:601
11179
- #: includes/widgets/htmega_panel_slider.php:466
11180
- #: includes/widgets/htmega_post_slider.php:586
11181
- #: includes/widgets/htmega_slider_thumb_gallery.php:378
11182
- #: includes/widgets/htmega_slider_thumb_gallery.php:657
11183
- #: includes/widgets/htmega_twitter_feed.php:528
11184
- msgid "The resolution to mobile."
11185
- msgstr ""
11186
-
11187
- #: includes/widgets/htmega_carousel.php:351
11188
- #: includes/widgets/htmega_instagram.php:546
11189
- #: includes/widgets/htmega_panel_slider.php:411
11190
- #: includes/widgets/htmega_post_slider.php:531
11191
- #: includes/widgets/htmega_slider_thumb_gallery.php:331
11192
- #: includes/widgets/htmega_slider_thumb_gallery.php:596
11193
- #: includes/widgets/htmega_twitter_feed.php:473
11194
- msgid "The resolution to tablet."
11195
- msgstr ""
11196
-
11197
- #: admin/include/template-library.php:401
11198
- msgid "Theme Activated"
11199
- msgstr ""
11200
-
11201
- #: admin/include/admin-setting.php:100 admin/include/admin-setting.php:678
11202
- #: extensions/ht-builder/admin/setting.php:48
11203
- msgid "Theme Builder"
11204
- msgstr ""
11205
-
11206
- #: includes/widgets/htmega_services.php:131
11207
- msgid ""
11208
- "There are many variations of passages Lorem Ipsum available, but majority "
11209
- "have ama suffered altratio. the lorem."
11210
- msgstr ""
11211
-
11212
- #: admin/include/admin-setting.php:81
11213
- msgid "Third Party"
11214
- msgstr ""
11215
-
11216
- #: includes/helper-function.php:697
11217
- #, php-format
11218
- msgid "This input field supports the following HTML tags: %1$s"
11219
- msgstr ""
11220
-
11221
- #: includes/widgets/htmega_googlemap.php:250
11222
- msgid "This is <span>Dhaka</span>"
11223
- msgstr ""
11224
-
11225
- #: includes/widgets/htmega_image_grid.php:64
11226
- #: includes/widgets/htmega_image_masonry.php:72
11227
- #: includes/widgets/htmega_testimonial_grid.php:75
11228
- #: includes/widgets/htmega_testimonial_grid.php:90
11229
- #: includes/widgets/htmega_testimonial_grid.php:107
11230
- msgid "Three"
11231
- msgstr ""
11232
-
11233
- #: includes/widgets/htmega_instagram_feed.php:67
11234
- msgid "Thumb"
11235
- msgstr ""
11236
-
11237
- #: includes/widgets/htmega_post_slider.php:377
11238
- msgid "Thumbnail"
11239
- msgstr ""
11240
-
11241
- #: includes/widgets/htmega_image_magnifier.php:49
11242
- msgid "Thumbnail Image"
11243
- msgstr ""
11244
-
11245
- #: includes/widgets/htmega_slider_thumb_gallery.php:49
11246
- msgid "Thumbnail Position"
11247
- msgstr ""
11248
-
11249
- #: includes/widgets/htmega_slider_thumb_gallery.php:1212
11250
- msgid "Thumbnail Style"
11251
- msgstr ""
11252
-
11253
- #: includes/widgets/htmega_slider_thumb_gallery.php:411
11254
- msgid "Thumbnails Arrow"
11255
- msgstr ""
11256
-
11257
- #: includes/widgets/htmega_slider_thumb_gallery.php:513
11258
- msgid "Thumbnails auto play"
11259
- msgstr ""
11260
-
11261
- #: includes/widgets/htmega_slider_thumb_gallery.php:536
11262
- msgid "Thumbnails Autoplay animation speed"
11263
- msgstr ""
11264
-
11265
- #: includes/widgets/htmega_slider_thumb_gallery.php:525
11266
- msgid "Thumbnails Autoplay speed"
11267
- msgstr ""
11268
-
11269
- #: includes/widgets/htmega_slider_thumb_gallery.php:487
11270
- msgid "Thumbnails Center Mode"
11271
- msgstr ""
11272
-
11273
- #: includes/widgets/htmega_slider_thumb_gallery.php:498
11274
- msgid "Thumbnails Center padding"
11275
- msgstr ""
11276
-
11277
- #: includes/widgets/htmega_slider_thumb_gallery.php:452
11278
- msgid "Thumbnails dots"
11279
- msgstr ""
11280
-
11281
- #: includes/widgets/htmega_slider_thumb_gallery.php:391
11282
- msgid "Thumbnails Gallery Option"
11283
- msgstr ""
11284
-
11285
- #: includes/widgets/htmega_slider_thumb_gallery.php:99
11286
- msgid "Thumbnails Image Size"
11287
- msgstr ""
11288
-
11289
- #: includes/widgets/htmega_slider_thumb_gallery.php:582
11290
- #: includes/widgets/htmega_slider_thumb_gallery.php:640
11291
- msgid "Thumbnails item to scroll"
11292
- msgstr ""
11293
-
11294
- #: includes/widgets/htmega_slider_thumb_gallery.php:398
11295
- #: includes/widgets/htmega_slider_thumb_gallery.php:569
11296
- #: includes/widgets/htmega_slider_thumb_gallery.php:624
11297
- msgid "Thumbnails Items"
11298
- msgstr ""
11299
-
11300
- #: includes/widgets/htmega_slider_thumb_gallery.php:606
11301
- msgid "Thumbnails Mobile Phone"
11302
- msgstr ""
11303
-
11304
- #: includes/widgets/htmega_slider_thumb_gallery.php:656
11305
- msgid "Thumbnails Mobile Resolution"
11306
- msgstr ""
11307
-
11308
- #: includes/widgets/htmega_slider_thumb_gallery.php:437
11309
- msgid "Thumbnails Next icon"
11310
- msgstr ""
11311
-
11312
- #: includes/widgets/htmega_slider_thumb_gallery.php:422
11313
- msgid "Thumbnails Previous icon"
11314
- msgstr ""
11315
-
11316
- #: includes/widgets/htmega_slider_thumb_gallery.php:546
11317
- msgid "Thumbnails Slider item to scroll"
11318
- msgstr ""
11319
-
11320
- #: includes/widgets/htmega_slider_thumb_gallery.php:559
11321
- msgid "Thumbnails Tablet"
11322
- msgstr ""
11323
-
11324
- #: includes/widgets/htmega_slider_thumb_gallery.php:595
11325
- msgid "Thumbnails Tablet Resolution"
11326
- msgstr ""
11327
-
11328
- #: includes/widgets/htmega_business_hours.php:189
11329
- msgid "Thursday"
11330
- msgstr ""
11331
-
11332
- #: includes/widgets/htmega_news_ticker.php:68
11333
- msgid "Ticker Label"
11334
- msgstr ""
11335
-
11336
- #: includes/widgets/htmega_booked_calender.php:492
11337
- #: includes/widgets/htmega_business_hours.php:92
11338
- #: includes/widgets/htmega_business_hours.php:544
11339
- #: includes/widgets/htmega_twitter_feed.php:896
11340
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:67
11341
- msgid "Time"
11342
- msgstr ""
11343
-
11344
- #: includes/widgets/htmega_cuctom_event.php:277
11345
- msgid "Time / Location"
11346
- msgstr ""
11347
-
11348
- #: extensions/wc-sales-notification/admin/setting.php:141
11349
- msgid "Time between notifications. <span>( Pro )</span>"
11350
- msgstr ""
11351
-
11352
- #: includes/widgets/htmega_business_hours.php:128
11353
- msgid "Time Color"
11354
- msgstr ""
11355
-
11356
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:117
11357
- msgid "Time Format"
11358
- msgstr ""
11359
-
11360
- #: extensions/wc-sales-notification/admin/setting.php:140
11361
- msgid "Time Interval"
11362
- msgstr ""
11363
-
11364
- #: admin/include/admin-setting.php:1255 admin/include/admin-setting.php:1280
11365
- msgid "Time interval each notification"
11366
- msgstr ""
11367
-
11368
- #: includes/widgets/htmega_countdown.php:124
11369
- msgid "Time Setting"
11370
- msgstr ""
11371
-
11372
- #: includes/widgets/htmega_vertical_timeline.php:555
11373
- msgid "Timeline Dot BG Color"
11374
- msgstr ""
11375
-
11376
- #: includes/widgets/htmega_vertical_timeline.php:540
11377
- msgid "Timeline Dot Color"
11378
- msgstr ""
11379
-
11380
- #: includes/widgets/htmega_vertical_timeline.php:569
11381
- msgid "Timeline Dot Hover BG Color"
11382
- msgstr ""
11383
-
11384
- #: includes/widgets/htmega_vertical_timeline.php:584
11385
- msgid "Timeline Hover Line Color"
11386
- msgstr ""
11387
-
11388
- #: includes/widgets/htmega_vertical_timeline.php:523
11389
- msgid "Timeline Line Color"
11390
- msgstr ""
11391
-
11392
- #: includes/widgets/htmega_vertical_timeline.php:505
11393
- msgid "Timeline Primary Color"
11394
- msgstr ""
11395
-
11396
- #: includes/widgets/htmega_vertical_timeline.php:497
11397
- msgid "Timeline Style"
11398
- msgstr ""
11399
-
11400
- #: includes/widgets/htmega_countdown.php:741
11401
- msgid "Timer"
11402
- msgstr ""
11403
-
11404
- #: includes/widgets/htmega_countdown.php:854
11405
- msgid "Timer separator"
11406
- msgstr ""
11407
-
11408
- #: includes/widgets/htmega_404_content.php:80
11409
- #: includes/widgets/htmega_404_content.php:297
11410
- #: includes/widgets/htmega_accordion.php:69
11411
- #: includes/widgets/htmega_accordion.php:144
11412
- #: includes/widgets/htmega_accordion.php:187
11413
- #: includes/widgets/htmega_add_banner.php:92
11414
- #: includes/widgets/htmega_add_banner.php:430
11415
- #: includes/widgets/htmega_brand.php:62
11416
- #: includes/widgets/htmega_buddy_press.php:276
11417
- #: includes/widgets/htmega_business_hours.php:69
11418
- #: includes/widgets/htmega_business_hours.php:376
11419
- #: includes/widgets/htmega_call_to_action.php:82
11420
- #: includes/widgets/htmega_call_to_action.php:559
11421
- #: includes/widgets/htmega_carousel.php:70
11422
- #: includes/widgets/htmega_counter.php:538
11423
- #: includes/widgets/htmega_cuctom_event.php:42
11424
- #: includes/widgets/htmega_cuctom_event.php:123
11425
- #: includes/widgets/htmega_easy_digital_download.php:334
11426
- #: includes/widgets/htmega_googlemap.php:161
11427
- #: includes/widgets/htmega_gravity_forms.php:108
11428
- #: includes/widgets/htmega_image_grid.php:105
11429
- #: includes/widgets/htmega_image_grid.php:271
11430
- #: includes/widgets/htmega_image_marker.php:769
11431
- #: includes/widgets/htmega_image_masonry.php:85
11432
- #: includes/widgets/htmega_image_masonry.php:246
11433
- #: includes/widgets/htmega_job_manager.php:92
11434
- #: includes/widgets/htmega_news_ticker.php:254
11435
- #: includes/widgets/htmega_ninja_forms.php:101
11436
- #: includes/widgets/htmega_panel_slider.php:628
11437
- #: includes/widgets/htmega_post_grid.php:151
11438
- #: includes/widgets/htmega_post_grid.php:164
11439
- #: includes/widgets/htmega_post_grid.php:443
11440
- #: includes/widgets/htmega_post_grid_tab.php:158
11441
- #: includes/widgets/htmega_post_grid_tab.php:171
11442
- #: includes/widgets/htmega_post_grid_tab.php:426
11443
- #: includes/widgets/htmega_post_slider.php:162
11444
- #: includes/widgets/htmega_post_slider.php:175
11445
- #: includes/widgets/htmega_post_slider.php:861
11446
- #: includes/widgets/htmega_pricing_list_view.php:1500
11447
- #: includes/widgets/htmega_progressbar.php:96
11448
- #: includes/widgets/htmega_progressbar.php:228
11449
- #: includes/widgets/htmega_section_title.php:57
11450
- #: includes/widgets/htmega_section_title.php:509
11451
- #: includes/widgets/htmega_services.php:353
11452
- #: includes/widgets/htmega_single_post.php:94
11453
- #: includes/widgets/htmega_single_post.php:153
11454
- #: includes/widgets/htmega_slider_thumb_gallery.php:66
11455
- #: includes/widgets/htmega_socialshere.php:91
11456
- #: includes/widgets/htmega_socialshere.php:170
11457
- #: includes/widgets/htmega_special_banner.php:78
11458
- #: includes/widgets/htmega_special_banner.php:335
11459
- #: includes/widgets/htmega_switcher.php:62
11460
- #: includes/widgets/htmega_switcher.php:153 includes/widgets/htmega_tab.php:69
11461
- #: includes/widgets/htmega_teammember.php:214
11462
- #: includes/widgets/htmega_vertical_timeline.php:80
11463
- #: includes/widgets/htmega_vertical_timeline.php:124
11464
- #: includes/widgets/htmega_wc_categories.php:282
11465
- #: includes/widgets/htmega_working_process.php:79
11466
- #: includes/widgets/htmega_working_process.php:620
11467
- #: includes/widgets/htmega_wpforms.php:66
11468
- #: includes/widgets/htmega_wpforms.php:93
11469
- #: extensions/ht-builder/widgets/bl_post_archive.php:202
11470
- #: extensions/ht-builder/widgets/bl_post_archive.php:326
11471
- #: includes/widgets/weather/htmega_weather.php:247
11472
- msgid "Title"
11473
- msgstr ""
11474
-
11475
- #: includes/widgets/htmega_tab.php:218
11476
- msgid "Title #1"
11477
- msgstr ""
11478
-
11479
- #: includes/widgets/htmega_tab.php:222
11480
- msgid "Title #2"
11481
- msgstr ""
11482
-
11483
- #: includes/widgets/htmega_tab.php:226
11484
- msgid "Title #3"
11485
- msgstr ""
11486
-
11487
- #: includes/widgets/htmega_tab.php:156
11488
- msgid "Title Active Color"
11489
- msgstr ""
11490
-
11491
- #: includes/widgets/htmega_counter.php:657
11492
- msgid "Title After Border Color"
11493
- msgstr ""
11494
-
11495
- #: includes/widgets/htmega_services.php:451
11496
- msgid "Title Border Color"
11497
- msgstr ""
11498
-
11499
- #: includes/widgets/htmega_image_marker.php:776
11500
- msgid "Title Bottom Border Style"
11501
- msgstr ""
11502
-
11503
- #: includes/widgets/htmega_carousel.php:1309
11504
- #: includes/widgets/htmega_carousel.php:1393
11505
- #: includes/widgets/htmega_switcher.php:322
11506
- #: includes/widgets/htmega_switcher.php:358 includes/widgets/htmega_tab.php:135
11507
- #: extensions/ht-builder/widgets/bl_post_title.php:68
11508
- msgid "Title Color"
11509
- msgstr ""
11510
-
11511
- #: includes/widgets/htmega_ninja_forms.php:76
11512
- msgid "Title Hide"
11513
- msgstr ""
11514
-
11515
- #: includes/widgets/htmega_accordion.php:262
11516
- #: extensions/ht-builder/widgets/bl_page_title.php:45
11517
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:46
11518
- #: extensions/ht-builder/widgets/bl_post_title.php:47
11519
- #: extensions/ht-builder/widgets/bl_site_title.php:46
11520
- msgid "Title HTML Tag"
11521
- msgstr ""
11522
-
11523
- #: includes/widgets/htmega_news_ticker.php:282
11524
- #: includes/widgets/htmega_post_grid.php:174
11525
- #: includes/widgets/htmega_post_grid_tab.php:180
11526
- #: includes/widgets/htmega_post_slider.php:186
11527
- #: includes/widgets/htmega_single_post.php:104
11528
- #: extensions/ht-builder/widgets/bl_post_archive.php:169
11529
- msgid "Title Length"
11530
- msgstr ""
11531
-
11532
- #: includes/widgets/htmega_section_title.php:463
11533
- msgid "Title Separator Color"
11534
- msgstr ""
11535
-
11536
- #: includes/widgets/htmega_section_title.php:183
11537
- msgid "Title Setting"
11538
- msgstr ""
11539
-
11540
- #: includes/widgets/htmega_progressbar.php:636
11541
- #: includes/widgets/htmega_section_title.php:41
11542
- #: includes/widgets/htmega_slider_thumb_gallery.php:677
11543
- #: includes/widgets/htmega_socialshere.php:631
11544
- msgid "Title Style"
11545
- msgstr ""
11546
-
11547
- #: includes/widgets/htmega_section_title.php:498
11548
- msgid "Title style"
11549
- msgstr ""
11550
-
11551
- #: includes/widgets/htmega_call_to_action.php:91
11552
- msgid "Title Tag"
11553
- msgstr ""
11554
-
11555
- #: includes/widgets/htmega_post_grid.php:542
11556
- msgid "Title Two style"
11557
- msgstr ""
11558
-
11559
- #: includes/widgets/htmega_teammember.php:640
11560
- #: includes/widgets/htmega_teammember.php:655
11561
- msgid "To hide the shape, please set the color to transparent."
11562
- msgstr ""
11563
-
11564
- #: admin/include/admin-setting.php:1309
11565
- #: extensions/ht-builder/admin/setting.php:151
11566
- #: extensions/wc-sales-notification/admin/setting.php:235
11567
- msgid "to unlock these pro elements!"
11568
- msgstr ""
11569
-
11570
- #: extensions/ht-menu/classes/class.mega-menu.php:265
11571
- msgid "to unlock these pro options!"
11572
- msgstr ""
11573
-
11574
- #: includes/widgets/weather/template/layout-1.php:40
11575
- #: includes/widgets/weather/template/layout-2.php:14
11576
- #: includes/widgets/weather/template/layout-4.php:26
11577
- msgid "Today"
11578
- msgstr ""
11579
-
11580
- #: admin/include/admin-setting.php:543 includes/widgets/htmega_toggle.php:14
11581
- #: includes/widgets/htmega_toggle.php:36
11582
- msgid "Toggle"
11583
- msgstr ""
11584
-
11585
- #: admin/include/admin-setting.php:1342
11586
- msgid "Toggle All"
11587
- msgstr ""
11588
-
11589
- #: includes/widgets/htmega_switcher.php:425
11590
- #: includes/widgets/htmega_switcher.php:500
11591
- msgid "Toggle Color"
11592
- msgstr ""
11593
-
11594
- #: includes/widgets/htmega_lightbox.php:128
11595
- msgid "Toggler Image"
11596
- msgstr ""
11597
-
11598
- #: includes/widgets/htmega_lightbox.php:113
11599
- msgid "Toggler Type"
11600
- msgstr ""
11601
-
11602
- #: admin/include/admin-setting.php:551 includes/widgets/htmega_tooltip.php:14
11603
- #: includes/widgets/htmega_tooltip.php:42
11604
- #: includes/widgets/htmega_tooltip.php:75
11605
- #: includes/widgets/htmega_tooltip.php:475
11606
- msgid "Tooltip"
11607
- msgstr ""
11608
-
11609
- #: includes/widgets/htmega_tooltip.php:168
11610
- msgid "Tooltip content"
11611
- msgstr ""
11612
-
11613
- #: includes/widgets/htmega_tooltip.php:159
11614
- msgid "Tooltip Options"
11615
- msgstr ""
11616
-
11617
- #: includes/widgets/htmega_tooltip.php:165
11618
- msgid "Tooltip Text"
11619
- msgstr ""
11620
-
11621
- #: admin/include/templates_list.php:77 admin/include/templates_list.php:80
11622
- #: includes/widgets/htmega_add_banner.php:62
11623
- #: includes/widgets/htmega_button.php:113
11624
- #: includes/widgets/htmega_image_comparison.php:185
11625
- #: includes/widgets/htmega_image_marker.php:203
11626
- #: includes/widgets/htmega_notify.php:580
11627
- #: includes/widgets/htmega_notify.php:753
11628
- #: includes/widgets/htmega_offcanvas.php:97
11629
- #: includes/widgets/htmega_popover.php:195
11630
- #: includes/widgets/htmega_pricing_list_view.php:504
11631
- #: includes/widgets/htmega_pricing_list_view.php:1155
11632
- #: includes/widgets/htmega_pricing_list_view.php:1189
11633
- #: includes/widgets/htmega_section_title.php:157
11634
- #: includes/widgets/htmega_section_title.php:236
11635
- #: includes/widgets/htmega_single_post.php:61
11636
- #: includes/widgets/htmega_slider_thumb_gallery.php:56
11637
- #: includes/widgets/htmega_special_banner.php:46
11638
- #: includes/widgets/htmega_teammember.php:107
11639
- #: includes/widgets/htmega_tooltip.php:183
11640
- #: extensions/ht-builder/widgets/bl_post_author_info.php:120
11641
- msgid "Top"
11642
- msgstr ""
11643
-
11644
- #: includes/widgets/htmega_notify.php:106
11645
- msgid "Top Center"
11646
- msgstr ""
11647
-
11648
- #: includes/widgets/htmega_notify.php:111
11649
- msgid "Top Fullwidth"
11650
- msgstr ""
11651
-
11652
- #: includes/widgets/htmega_notify.php:105
11653
- msgid "Top Left"
11654
- msgstr ""
11655
-
11656
- #: includes/widgets/htmega_notify.php:107
11657
- msgid "Top Right"
11658
- msgstr ""
11659
-
11660
- #: includes/widgets/htmega_scroll_image.php:283
11661
- msgid "Top-Bottom"
11662
- msgstr ""
11663
-
11664
- #: includes/widgets/htmega_pricing_list_view.php:360
11665
- #: includes/widgets/htmega_pricing_list_view.php:989
11666
- msgid "Top-Bottom Position"
11667
- msgstr ""
11668
-
11669
- #: includes/widgets/htmega_bbpress.php:50
11670
- msgid "Topic Form"
11671
- msgstr ""
11672
-
11673
- #: includes/widgets/htmega_bbpress.php:49
11674
- msgid "Topic Index"
11675
- msgstr ""
11676
-
11677
- #: includes/widgets/htmega_bbpress.php:54
11678
- msgid "Topic Tags"
11679
- msgstr ""
11680
-
11681
- #: includes/widgets/htmega_brand.php:288
11682
- msgid "Transition Duration"
11683
- msgstr ""
11684
-
11685
- #: includes/widgets/htmega_business_hours.php:179
11686
- msgid "Tues Day"
11687
- msgstr ""
11688
-
11689
- #: includes/widgets/htmega_socialshere.php:58
11690
- msgid "tumblr"
11691
- msgstr ""
11692
-
11693
- #: includes/widgets/htmega_socialshere.php:54
11694
- #: includes/widgets/htmega_socialshere.php:316
11695
- msgid "Twitter"
11696
- msgstr ""
11697
-
11698
- #: includes/widgets/htmega_twitter_feed.php:114
11699
- msgid "Twitter access token secret."
11700
- msgstr ""
11701
-
11702
- #: includes/widgets/htmega_twitter_feed.php:104
11703
- msgid "Twitter access token."
11704
- msgstr ""
11705
-
11706
- #: includes/widgets/htmega_twitter_feed.php:84
11707
- msgid "Twitter consumer key."
11708
- msgstr ""
11709
-
11710
- #: includes/widgets/htmega_twitter_feed.php:94
11711
- msgid "Twitter consumer secret."
11712
- msgstr ""
11713
-
11714
- #: admin/include/admin-setting.php:559
11715
- #: includes/widgets/htmega_twitter_feed.php:18
11716
- #: includes/widgets/htmega_twitter_feed.php:48
11717
- msgid "Twitter Feed"
11718
- msgstr ""
11719
-
11720
- #: includes/widgets/htmega_image_grid.php:63
11721
- #: includes/widgets/htmega_image_masonry.php:71
11722
- #: includes/widgets/htmega_testimonial_grid.php:74
11723
- #: includes/widgets/htmega_testimonial_grid.php:89
11724
- #: includes/widgets/htmega_testimonial_grid.php:106
11725
- msgid "Two"
11726
- msgstr ""
11727
-
11728
- #: includes/widgets/htmega_animated_heading.php:71
11729
- #: includes/widgets/htmega_buddy_press.php:42
11730
- msgid "Type"
11731
- msgstr ""
11732
-
11733
- #: includes/widgets/htmega_404_content.php:106
11734
- msgid "Type your Description here."
11735
- msgstr ""
11736
-
11737
- #: includes/widgets/htmega_call_to_action.php:106
11738
- msgid "Type your description here..."
11739
- msgstr ""
11740
-
11741
- #: includes/widgets/htmega_404_content.php:94
11742
- msgid "Type your Sub title here."
11743
- msgstr ""
11744
-
11745
- #: includes/widgets/htmega_call_to_action.php:59
11746
- msgid "Type your sub title here..."
11747
- msgstr ""
11748
-
11749
- #: includes/widgets/htmega_counter.php:157
11750
- msgid "Type your title here"
11751
- msgstr ""
11752
-
11753
- #: includes/widgets/htmega_404_content.php:82
11754
- msgid "Type your title here."
11755
- msgstr ""
11756
-
11757
- #: includes/widgets/htmega_call_to_action.php:84
11758
- msgid "Type your title here..."
11759
- msgstr ""
11760
-
11761
- #: includes/widgets/htmega_404_content.php:319
11762
- #: includes/widgets/htmega_404_content.php:398
11763
- #: includes/widgets/htmega_404_content.php:477
11764
- #: includes/widgets/htmega_404_content.php:573
11765
- #: includes/widgets/htmega_404_content.php:724
11766
- #: includes/widgets/htmega_accordion.php:558
11767
- #: includes/widgets/htmega_accordion.php:648
11768
- #: includes/widgets/htmega_accordion.php:914
11769
- #: includes/widgets/htmega_accordion.php:1230
11770
- #: includes/widgets/htmega_add_banner.php:454
11771
- #: includes/widgets/htmega_add_banner.php:513
11772
- #: includes/widgets/htmega_add_banner.php:572
11773
- #: includes/widgets/htmega_add_banner.php:639
11774
- #: includes/widgets/htmega_animated_heading.php:174
11775
- #: includes/widgets/htmega_animated_heading.php:258
11776
- #: includes/widgets/htmega_animated_heading.php:305
11777
- #: includes/widgets/htmega_animated_heading.php:393
11778
- #: includes/widgets/htmega_buddy_press.php:306
11779
- #: includes/widgets/htmega_buddy_press.php:375
11780
- #: includes/widgets/htmega_button.php:213
11781
- #: includes/widgets/htmega_button.php:583
11782
- #: includes/widgets/htmega_caldera_forms.php:74
11783
- #: includes/widgets/htmega_caldera_forms.php:281
11784
- #: includes/widgets/htmega_call_to_action.php:524
11785
- #: includes/widgets/htmega_call_to_action.php:583
11786
- #: includes/widgets/htmega_call_to_action.php:642
11787
- #: includes/widgets/htmega_call_to_action.php:698
11788
- #: includes/widgets/htmega_call_to_action.php:904
11789
- #: includes/widgets/htmega_countdown.php:1036
11790
- #: includes/widgets/htmega_double_button.php:479
11791
- #: includes/widgets/htmega_double_button.php:652
11792
- #: includes/widgets/htmega_double_button.php:835
11793
- #: includes/widgets/htmega_download_monitor.php:146
11794
- #: includes/widgets/htmega_easy_digital_download.php:364
11795
- #: includes/widgets/htmega_easy_digital_download.php:449
11796
- #: includes/widgets/htmega_easy_digital_download.php:486
11797
- #: includes/widgets/htmega_googlemap.php:189
11798
- #: includes/widgets/htmega_googlemap.php:223
11799
- #: includes/widgets/htmega_googlemap.php:425
11800
- #: includes/widgets/htmega_googlemap.php:512
11801
- #: includes/widgets/htmega_image_comparison.php:253
11802
- #: includes/widgets/htmega_image_comparison.php:334
11803
- #: includes/widgets/htmega_image_grid.php:472
11804
- #: includes/widgets/htmega_notify.php:333
11805
- #: includes/widgets/htmega_panel_slider.php:649
11806
- #: includes/widgets/htmega_panel_slider.php:705
11807
- #: includes/widgets/htmega_post_grid.php:479
11808
- #: includes/widgets/htmega_post_grid.php:554
11809
- #: includes/widgets/htmega_post_grid.php:594
11810
- #: includes/widgets/htmega_post_grid.php:681
11811
- #: includes/widgets/htmega_post_grid_tab.php:459
11812
- #: includes/widgets/htmega_post_grid_tab.php:546
11813
- #: includes/widgets/htmega_post_grid_tab.php:643
11814
- #: includes/widgets/htmega_post_grid_tab.php:769
11815
- #: includes/widgets/htmega_post_grid_tab.php:863
11816
- #: includes/widgets/htmega_post_slider.php:894
11817
- #: includes/widgets/htmega_post_slider.php:981
11818
- #: includes/widgets/htmega_post_slider.php:1078
11819
- #: includes/widgets/htmega_post_slider.php:1197
11820
- #: includes/widgets/htmega_post_slider.php:1291
11821
- #: includes/widgets/htmega_pricing_list_view.php:1315
11822
- #: includes/widgets/htmega_pricing_list_view.php:1406
11823
- #: includes/widgets/htmega_pricing_list_view.php:1524
11824
- #: includes/widgets/htmega_pricing_list_view.php:1656
11825
- #: includes/widgets/htmega_progressbar.php:743
11826
- #: includes/widgets/htmega_progressbar.php:822
11827
- #: includes/widgets/htmega_scroll_image.php:393
11828
- #: includes/widgets/htmega_single_post.php:185
11829
- #: includes/widgets/htmega_single_post.php:272
11830
- #: includes/widgets/htmega_single_post.php:385
11831
- #: includes/widgets/htmega_special_banner.php:359
11832
- #: includes/widgets/htmega_special_banner.php:418
11833
- #: includes/widgets/htmega_special_banner.php:477
11834
- #: includes/widgets/htmega_special_banner.php:536
11835
- #: includes/widgets/htmega_special_banner.php:595
11836
- #: includes/widgets/htmega_special_banner.php:662
11837
- #: includes/widgets/htmega_tab.php:549 includes/widgets/htmega_table.php:595
11838
- #: includes/widgets/htmega_table.php:714 includes/widgets/htmega_table.php:827
11839
- #: includes/widgets/htmega_table.php:945 includes/widgets/htmega_table.php:1008
11840
- #: includes/widgets/htmega_vertical_timeline.php:158
11841
- #: includes/widgets/htmega_vertical_timeline.php:211
11842
- #: includes/widgets/htmega_vertical_timeline.php:341
11843
- #: includes/widgets/htmega_wc_categories.php:300
11844
- #: includes/widgets/htmega_wc_element_pages.php:272
11845
- #: includes/widgets/htmega_wc_element_pages.php:368
11846
- #: includes/widgets/htmega_wc_element_pages.php:496
11847
- #: includes/widgets/htmega_wc_element_pages.php:707
11848
- #: includes/widgets/htmega_wc_element_pages.php:853
11849
- #: includes/widgets/htmega_wc_element_pages.php:1049
11850
- #: includes/widgets/htmega_wc_element_pages.php:1144
11851
- #: includes/widgets/htmega_wc_element_pages.php:1235
11852
- #: includes/widgets/htmega_working_process.php:654
11853
- #: includes/widgets/htmega_working_process.php:733
11854
- #: includes/widgets/htmega_working_process.php:833
11855
- #: extensions/ht-builder/widgets/bl_page_title.php:78
11856
- #: extensions/ht-builder/widgets/bl_post_archive.php:359
11857
- #: extensions/ht-builder/widgets/bl_post_archive.php:466
11858
- #: extensions/ht-builder/widgets/bl_post_archive.php:572
11859
- #: extensions/ht-builder/widgets/bl_post_archive.php:664
11860
- #: extensions/ht-builder/widgets/bl_post_archive.php:733
11861
- #: extensions/ht-builder/widgets/bl_post_archive.php:869
11862
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:80
11863
- #: extensions/ht-builder/widgets/bl_post_comments.php:60
11864
- #: extensions/ht-builder/widgets/bl_post_comments.php:121
11865
- #: extensions/ht-builder/widgets/bl_post_content.php:60
11866
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:60
11867
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:367
11868
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:407
11869
- #: extensions/ht-builder/widgets/bl_post_search_form.php:122
11870
- #: extensions/ht-builder/widgets/bl_post_search_form.php:207
11871
- #: extensions/ht-builder/widgets/bl_post_title.php:80
11872
- #: extensions/ht-builder/widgets/bl_site_title.php:80
11873
- msgid "Typography"
11874
- msgstr ""
11875
-
11876
- #: includes/widgets/weather/htmega_weather.php:52
11877
- msgid "Units"
11878
- msgstr ""
11879
-
11880
- #: includes/widgets/htmega_news_ticker.php:126
11881
- msgid "Up"
11882
- msgstr ""
11883
-
11884
- #: includes/widgets/htmega_user_login_form.php:122
11885
- msgid "URL Content"
11886
- msgstr ""
11887
-
11888
- #: includes/widgets/htmega_section_title.php:644
11889
- msgid "Use Backround for Text"
11890
- msgstr ""
11891
-
11892
- #: includes/widgets/htmega_googlemap.php:171
11893
- msgid "Use max 32x32 px size."
11894
- msgstr ""
11895
-
11896
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:108
11897
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:147
11898
- #, php-format
11899
- msgid "Use the letters: %s"
11900
- msgstr ""
11901
-
11902
- #: admin/include/admin-setting.php:567
11903
- #: includes/widgets/htmega_user_login_form.php:13
11904
- msgid "User Login Form"
11905
- msgstr ""
11906
-
11907
- #: includes/widgets/htmega_twitter_feed.php:833
11908
- msgid "User Name Style"
11909
- msgstr ""
11910
-
11911
- #: admin/include/admin-setting.php:575
11912
- msgid "User Register Form"
11913
- msgstr ""
11914
-
11915
- #: includes/widgets/htmega_twitter_feed.php:71
11916
- msgid "UserName"
11917
- msgstr ""
11918
-
11919
- #: includes/widgets/htmega_user_login_form.php:1539
11920
- #: includes/widgets/htmega_user_login_form.php:1540
11921
- msgid "Username"
11922
- msgstr ""
11923
-
11924
- #: includes/widgets/htmega_user_login_form.php:199
11925
- msgid "Username Label"
11926
- msgstr ""
11927
-
11928
- #: includes/widgets/htmega_user_login_form.php:201
11929
- #: includes/widgets/htmega_user_login_form.php:214
11930
- msgid "Username or Email"
11931
- msgstr ""
11932
-
11933
- #: includes/widgets/htmega_user_login_form.php:212
11934
- msgid "Username Placeholder"
11935
- msgstr ""
11936
-
11937
- #: includes/helper-function.php:397
11938
- msgid "Username too short. At least 4 characters is required"
11939
- msgstr ""
11940
-
11941
- #: includes/helper-function.php:392
11942
- msgid "Username, Password and E-Mail are required"
11943
- msgstr ""
11944
-
11945
- #: includes/widgets/htmega_progressbar.php:755
11946
- msgid "Value"
11947
- msgstr ""
11948
-
11949
- #: includes/widgets/htmega_progressbar.php:166
11950
- msgid "Value Indicator"
11951
- msgstr ""
11952
-
11953
- #: includes/widgets/htmega_progressbar.php:54
11954
- #: includes/widgets/htmega_scroll_navigation.php:123
11955
- msgid "Vertical"
11956
- msgstr ""
11957
-
11958
- #: includes/widgets/htmega_pricing_list_view.php:1147
11959
- msgid "Vertical Alignment"
11960
- msgstr ""
11961
-
11962
- #: includes/widgets/htmega_working_process.php:235
11963
- msgid "Vertical Line Color"
11964
- msgstr ""
11965
-
11966
- #: includes/widgets/htmega_services.php:861
11967
- msgid "Vertical line Hover Color"
11968
- msgstr ""
11969
-
11970
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:15
11971
- msgid "Vertical Mega Menu"
11972
- msgstr ""
11973
-
11974
- #: includes/widgets/htmega_carousel.php:694
11975
- #: includes/widgets/htmega_panel_slider.php:939
11976
- msgid "Vertical Position"
11977
- msgstr ""
11978
-
11979
- #: includes/widgets/htmega_special_banner.php:219
11980
- msgid "Vertical Postion"
11981
- msgstr ""
11982
-
11983
- #: includes/widgets/htmega_slider_thumb_gallery.php:463
11984
- msgid "Vertical Slide"
11985
- msgstr ""
11986
-
11987
- #: includes/widgets/htmega_twitter_feed.php:1410
11988
- msgid "Vertical Space"
11989
- msgstr ""
11990
-
11991
- #: includes/widgets/htmega_vertical_timeline.php:14
11992
- msgid "Vertical Timeline"
11993
- msgstr ""
11994
-
11995
- #: includes/widgets/htmega_vertical_timeline.php:36
11996
- msgid "Vertical Timeline Layout"
11997
- msgstr ""
11998
-
11999
- #: admin/include/admin-setting.php:583
12000
- msgid "Verticle Timeline"
12001
- msgstr ""
12002
-
12003
- #: includes/widgets/htmega_socialshere.php:81
12004
- msgid "Viber"
12005
- msgstr ""
12006
-
12007
- #: includes/widgets/htmega_lightbox.php:54
12008
- msgid "Video"
12009
- msgstr ""
12010
-
12011
- #: includes/widgets/htmega_video_player.php:233
12012
- msgid "Video Box Style"
12013
- msgstr ""
12014
-
12015
- #: includes/widgets/htmega_video_player.php:48
12016
- msgid "Video Container"
12017
- msgstr ""
12018
-
12019
- #: includes/widgets/htmega_video_player.php:136
12020
- msgid "Video Image"
12021
- msgstr ""
12022
-
12023
- #: includes/widgets/htmega_video_player.php:153
12024
- msgid "Video Options"
12025
- msgstr ""
12026
-
12027
- #: admin/include/admin-setting.php:591
12028
- #: includes/widgets/htmega_video_player.php:12
12029
- #: includes/widgets/htmega_video_player.php:41
12030
- msgid "Video Player"
12031
- msgstr ""
12032
-
12033
- #: includes/widgets/htmega_video_player.php:221
12034
- msgid "Video Start Time"
12035
- msgstr ""
12036
-
12037
- #: admin/include/admin-setting.php:1221
12038
- msgid "Video Tutorial"
12039
- msgstr ""
12040
-
12041
- #: includes/widgets/htmega_lightbox.php:77
12042
- msgid "Video URL"
12043
- msgstr ""
12044
-
12045
- #: includes/widgets/htmega_video_player.php:60
12046
- msgid "Video Url"
12047
- msgstr ""
12048
-
12049
- #: includes/widgets/htmega_socialshere.php:332
12050
- msgid "View"
12051
- msgstr ""
12052
-
12053
- #: admin/include/admin-setting.php:860
12054
- msgid "View Counter"
12055
- msgstr ""
12056
-
12057
- #: admin/include/admin-setting.php:859
12058
- msgid "View Counter <span>( Pro )</span>"
12059
- msgstr ""
12060
-
12061
- #: includes/widgets/htmega_accordion.php:357
12062
- msgid "Visible Item"
12063
- msgstr ""
12064
-
12065
- #: includes/widgets/htmega_animated_heading.php:114
12066
- msgid "Visible Item Number"
12067
- msgstr ""
12068
-
12069
- #: includes/widgets/htmega_socialshere.php:59
12070
- msgid "Vkontakte"
12071
- msgstr ""
12072
-
12073
- #: admin/include/templates/library/templates.php:148
12074
- msgid "Want to learn more about the HT Mega library?"
12075
- msgstr ""
12076
-
12077
- #: includes/widgets/htmega_notify.php:127
12078
- msgid "Warning"
12079
- msgstr ""
12080
-
12081
- #: admin/include/admin-setting.php:1090
12082
- #: includes/widgets/htmega_wc_add_to_cart.php:14
12083
- msgid "WC : Add To cart"
12084
- msgstr ""
12085
-
12086
- #: admin/include/admin-setting.php:1098
12087
- #: includes/widgets/htmega_wc_categories.php:13
12088
- msgid "WC : Categories"
12089
- msgstr ""
12090
-
12091
- #: admin/include/admin-setting.php:1106
12092
- #: includes/widgets/htmega_wc_element_pages.php:13
12093
- msgid "WC : Pages"
12094
- msgstr ""
12095
-
12096
- #: extensions/wc-sales-notification/admin/setting.php:268
12097
- msgid "WC Sales Notification Settings"
12098
- msgstr ""
12099
-
12100
- #: admin/include/admin-setting.php:623
12101
- #: includes/widgets/weather/htmega_weather.php:13
12102
- #: includes/widgets/weather/htmega_weather.php:36
12103
- msgid "Weather"
12104
- msgstr ""
12105
-
12106
- #: admin/include/admin-setting.php:644
12107
- msgid "Weather Map API Key"
12108
- msgstr ""
12109
-
12110
- #: admin/include/admin-setting.php:646
12111
- msgid "Weather Map API key"
12112
- msgstr ""
12113
-
12114
- #: extensions/ht-builder/widgets/bl_post_author_info.php:98
12115
- msgid "Website"
12116
- msgstr ""
12117
-
12118
- #: includes/helper-function.php:424
12119
- msgid "Website is not a valid URL"
12120
- msgstr ""
12121
-
12122
- #: includes/widgets/htmega_business_hours.php:184
12123
- msgid "Wednesday"
12124
- msgstr ""
12125
-
12126
- #: includes/widgets/htmega_instagram.php:114
12127
- msgid "Week"
12128
- msgstr ""
12129
-
12130
- #: includes/widgets/htmega_socialshere.php:78
12131
- msgid "Weibo"
12132
- msgstr ""
12133
-
12134
- #: includes/widgets/htmega_socialshere.php:82
12135
- msgid "Whatsapp"
12136
- msgstr ""
12137
-
12138
- #: admin/include/admin-setting.php:1186
12139
- msgid "Which will motivate us a lot."
12140
- msgstr ""
12141
-
12142
- #: includes/recommended-plugins/recommended-plugins.php:83
12143
- msgid "Whols"
12144
- msgstr ""
12145
-
12146
- #: includes/widgets/htmega_blockquote.php:630
12147
- #: includes/widgets/htmega_blockquote.php:755
12148
- #: includes/widgets/htmega_carousel.php:654
12149
- #: includes/widgets/htmega_carousel.php:919
12150
- #: includes/widgets/htmega_carousel.php:1025
12151
- #: includes/widgets/htmega_image_comparison.php:463
12152
- #: includes/widgets/htmega_image_marker.php:800
12153
- #: includes/widgets/htmega_instagram.php:1030
12154
- #: includes/widgets/htmega_instagram.php:1209
12155
- #: includes/widgets/htmega_job_manager.php:163
12156
- #: includes/widgets/htmega_mailchimp_for_wp.php:319
12157
- #: includes/widgets/htmega_modal.php:312 includes/widgets/htmega_notify.php:726
12158
- #: includes/widgets/htmega_panel_slider.php:874
12159
- #: includes/widgets/htmega_panel_slider.php:1081
12160
- #: includes/widgets/htmega_popover.php:514
12161
- #: includes/widgets/htmega_post_slider.php:1640
12162
- #: includes/widgets/htmega_post_slider.php:1789
12163
- #: includes/widgets/htmega_pricing_list_view.php:397
12164
- #: includes/widgets/htmega_pricing_list_view.php:1026
12165
- #: includes/widgets/htmega_scroll_navigation.php:357
12166
- #: includes/widgets/htmega_search.php:554
12167
- #: includes/widgets/htmega_search.php:789
12168
- #: includes/widgets/htmega_services.php:571
12169
- #: includes/widgets/htmega_services.php:821
12170
- #: includes/widgets/htmega_services.php:887
12171
- #: includes/widgets/htmega_slider_thumb_gallery.php:921
12172
- #: includes/widgets/htmega_slider_thumb_gallery.php:1138
12173
- #: includes/widgets/htmega_special_banner.php:165
12174
- #: includes/widgets/htmega_twitter_feed.php:1169
12175
- #: includes/widgets/htmega_twitter_feed.php:1371
12176
- #: includes/widgets/htmega_user_login_form.php:1148
12177
- #: includes/widgets/htmega_working_process.php:887
12178
- #: includes/widgets/htmega_working_process.php:1012
12179
- #: extensions/ht-builder/widgets/bl_post_author_info.php:146
12180
- msgid "Width"
12181
- msgstr ""
12182
-
12183
- #: includes/recommended-plugins/recommended-plugins.php:63
12184
- msgid "WishSuite"
12185
- msgstr ""
12186
-
12187
- #: includes/recommended-plugins/recommended-plugins.php:51
12188
- msgid "WooCommerce"
12189
- msgstr ""
12190
-
12191
- #: includes/recommended-plugins/recommended-plugins.php:58
12192
- msgid "WooLentor – WooCommerce Elementor Addons + Builder"
12193
- msgstr ""
12194
-
12195
- #: includes/widgets/htmega_progressbar.php:98
12196
- #: includes/widgets/htmega_progressbar.php:200
12197
- #: includes/widgets/htmega_progressbar.php:230
12198
- #: includes/widgets/htmega_progressbar.php:398
12199
- #: includes/widgets/htmega_socialshere.php:75
12200
- msgid "WordPress"
12201
- msgstr ""
12202
-
12203
- #: includes/widgets/htmega_pricing_list_view.php:74
12204
- #: includes/widgets/htmega_pricing_list_view.php:138
12205
- msgid "WordPress Plugin"
12206
- msgstr ""
12207
-
12208
- #: admin/include/admin-setting.php:599
12209
- #: includes/widgets/htmega_working_process.php:14
12210
- #: includes/widgets/htmega_working_process.php:35
12211
- msgid "Working Process"
12212
- msgstr ""
12213
-
12214
- #: admin/include/admin-setting.php:1059 includes/widgets/htmega_wpforms.php:13
12215
- #: includes/widgets/htmega_wpforms.php:49
12216
- msgid "WP Form"
12217
- msgstr ""
12218
-
12219
- #: includes/recommended-plugins/recommended-plugins.php:96
12220
- msgid "WP Plugin Manager"
12221
- msgstr ""
12222
-
12223
- #: includes/widgets/htmega_section_title.php:291
12224
- msgid "X Offset"
12225
- msgstr ""
12226
-
12227
- #: includes/widgets/htmega_image_marker.php:233
12228
- msgid "X Postion"
12229
- msgstr ""
12230
-
12231
- #: includes/widgets/htmega_socialshere.php:74
12232
- msgid "Xing"
12233
- msgstr ""
12234
-
12235
- #: includes/widgets/htmega_section_title.php:314
12236
- msgid "Y Offset"
12237
- msgstr ""
12238
-
12239
- #: includes/widgets/htmega_image_marker.php:254
12240
- msgid "Y Postion"
12241
- msgstr ""
12242
-
12243
- #: includes/widgets/htmega_booked_calender.php:120
12244
- #: includes/widgets/htmega_instagram.php:116
12245
- msgid "Year"
12246
- msgstr ""
12247
-
12248
- #: includes/widgets/htmega_carousel.php:212
12249
- #: includes/widgets/htmega_gravity_forms.php:95
12250
- #: includes/widgets/htmega_instagram.php:407
12251
- #: includes/widgets/htmega_panel_slider.php:272
12252
- #: includes/widgets/htmega_post_slider.php:392
12253
- #: includes/widgets/htmega_slider_thumb_gallery.php:211
12254
- #: includes/widgets/htmega_slider_thumb_gallery.php:476
12255
- #: includes/widgets/htmega_twitter_feed.php:334
12256
- #: includes/widgets/htmega_user_login_form.php:112
12257
- #: includes/widgets/htmega_user_login_form.php:255
12258
- #: includes/widgets/htmega_video_player.php:124
12259
- #: includes/widgets/htmega_video_player.php:164
12260
- #: includes/widgets/htmega_video_player.php:176
12261
- #: includes/widgets/htmega_video_player.php:188
12262
- #: includes/widgets/htmega_video_player.php:200
12263
- #: includes/widgets/htmega_video_player.php:212
12264
- msgid "Yes"
12265
- msgstr ""
12266
-
12267
- #: includes/widgets/htmega_business_hours.php:170
12268
- #: includes/widgets/htmega_instagram_feed.php:79
12269
- #: includes/widgets/htmega_instagram_feed.php:90
12270
- #: includes/widgets/htmega_instagram_feed.php:114
12271
- msgid "yes"
12272
- msgstr ""
12273
-
12274
- #: includes/widgets/htmega_twitter_feed.php:1677
12275
- msgid "yesterday"
12276
- msgstr ""
12277
-
12278
- #: includes/widgets/htmega_user_login_form.php:1553
12279
- #, php-format
12280
- msgid "You are Logged in as %1$s (<a href=\"%2$s\">Logout</a>)"
12281
- msgstr ""
12282
-
12283
- #: admin/include/admin-setting.php:907
12284
- msgid "You can enable duplicator for individual post."
12285
- msgstr ""
12286
-
12287
- #: admin/include/admin-setting.php:654
12288
- msgid "You can select 404 page from here."
12289
- msgstr ""
12290
-
12291
- #: extensions/ht-builder/admin/setting.php:113
12292
- msgid "You can select 404 page from here. <span>( Pro )</span>"
12293
- msgstr ""
12294
-
12295
- #: extensions/ht-builder/admin/setting.php:74
12296
- msgid "You can select blog page from here."
12297
- msgstr ""
12298
-
12299
- #: extensions/ht-builder/admin/setting.php:125
12300
- msgid "You can select coming soon page from here. <span>( Pro )</span>"
12301
- msgstr ""
12302
-
12303
- #: extensions/ht-builder/admin/setting.php:92
12304
- msgid "You can select footer template from here."
12305
- msgstr ""
12306
-
12307
- #: extensions/ht-builder/admin/setting.php:83
12308
- msgid "You can select header template from here."
12309
- msgstr ""
12310
-
12311
- #: extensions/ht-builder/admin/setting.php:101
12312
- msgid "You can select search page from here. <span>( Pro )</span>"
12313
- msgstr ""
12314
-
12315
- #: extensions/ht-builder/admin/setting.php:65
12316
- msgid "You can select Single blog page from here."
12317
- msgstr ""
12318
-
12319
- #: includes/widgets/htmega_wc_element_pages.php:1287
12320
- msgid "Your cart is currently empty."
12321
- msgstr ""
12322
-
12323
- #: includes/widgets/htmega_animated_heading.php:75
12324
- msgid "Zoom"
12325
- msgstr ""
12326
-
12327
- #: includes/widgets/htmega_lightbox.php:297
12328
- msgid "Zoom Button"
12329
- msgstr ""
12330
-
12331
- #: includes/widgets/htmega_lightbox.php:169
12332
- msgid "Zoom Button Text"
12333
- msgstr ""
12334
-
12335
- #: includes/widgets/htmega_googlemap.php:50
12336
- msgid "Zoom Control"
12337
- msgstr ""
12338
-
12339
- #: includes/widgets/htmega_instagram.php:261
12340
- #: includes/widgets/htmega_lightbox.php:154
12341
- msgid "Zoom Icon"
12342
- msgstr ""
12343
-
12344
- #: includes/widgets/htmega_instagram.php:211
12345
- msgid "Zoom Icon Type"
12346
- msgstr ""
12347
-
12348
- #: includes/widgets/htmega_image_magnifier.php:79
12349
- msgid "Zoom Label"
12350
- msgstr ""
12351
-
12352
- #: includes/widgets/htmega_image_magnifier.php:69
12353
- msgid "Zoomable"
12354
- 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-03-21 09:07+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.1; wp-5.9.2\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_vertical_timeline.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:158 includes/class.htmega.php:173
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:172
50
+ #: includes/widgets/htmega_image_masonry.php:152
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:157
59
+ msgid "$42"
60
+ msgstr ""
61
+
62
+ #: includes/widgets/htmega_pricing_list_view.php:151
63
+ msgid "$46"
64
+ msgstr ""
65
+
66
+ #: includes/widgets/htmega_pricing_list_view.php:145
67
+ msgid "$48"
68
+ msgstr ""
69
+
70
+ #: includes/widgets/htmega_pricing_list_view.php:139
71
+ msgid "$52"
72
+ msgstr ""
73
+
74
+ #: includes/widgets/htmega_pricing_list_view.php:91
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:238
85
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:575
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:59
111
+ msgid "01"
112
+ msgstr ""
113
+
114
+ #: includes/widgets/htmega_booked_calender.php:60
115
+ msgid "02"
116
+ msgstr ""
117
+
118
+ #: includes/widgets/htmega_booked_calender.php:61
119
+ msgid "03"
120
+ msgstr ""
121
+
122
+ #: includes/widgets/htmega_booked_calender.php:62
123
+ msgid "04"
124
+ msgstr ""
125
+
126
+ #: includes/widgets/htmega_booked_calender.php:63
127
+ msgid "05"
128
+ msgstr ""
129
+
130
+ #: includes/widgets/htmega_booked_calender.php:64
131
+ msgid "06"
132
+ msgstr ""
133
+
134
+ #: includes/widgets/htmega_booked_calender.php:65
135
+ msgid "07"
136
+ msgstr ""
137
+
138
+ #: includes/widgets/htmega_booked_calender.php:66
139
+ msgid "08"
140
+ msgstr ""
141
+
142
+ #: includes/widgets/htmega_booked_calender.php:67
143
+ msgid "09"
144
+ msgstr ""
145
+
146
+ #: includes/widgets/htmega_instagram.php:162
147
+ #: includes/widgets/htmega_pricing_list_view.php:1085
148
+ #: includes/widgets/htmega_pricing_list_view.php:1086
149
+ #: includes/widgets/htmega_pricing_list_view.php:1092
150
+ #: includes/widgets/htmega_pricing_list_view.php:1098
151
+ #: includes/widgets/htmega_pricing_list_view.php:1105
152
+ #: includes/widgets/htmega_table.php:456 includes/widgets/htmega_table.php:457
153
+ #: includes/widgets/htmega_table.php:463 includes/widgets/htmega_table.php:469
154
+ #: includes/widgets/htmega_table.php:476
155
+ #: extensions/ht-builder/widgets/bl_post_archive.php:60
156
+ msgid "1"
157
+ msgstr ""
158
+
159
+ #: includes/widgets/htmega_twitter_feed.php:1671
160
+ msgid "1 hour ago"
161
+ msgstr ""
162
+
163
+ #: includes/widgets/htmega_twitter_feed.php:1665
164
+ msgid "1 min ago"
165
+ msgstr ""
166
+
167
+ #: extensions/wc-sales-notification/admin/setting.php:132
168
+ msgid "1 minute"
169
+ msgstr ""
170
+
171
+ #: includes/widgets/htmega_twitter_feed.php:1684
172
+ msgid "1 month ago"
173
+ msgstr ""
174
+
175
+ #: extensions/wc-sales-notification/admin/setting.php:157
176
+ msgid "1 week"
177
+ msgstr ""
178
+
179
+ #: includes/widgets/htmega_twitter_feed.php:1687
180
+ msgid "1 year ago"
181
+ msgstr ""
182
+
183
+ #: includes/widgets/htmega_countdown.php:425
184
+ msgid "1. Background Days"
185
+ msgstr ""
186
+
187
+ #: extensions/wc-sales-notification/admin/setting.php:133
188
+ msgid "1.5 minutes"
189
+ msgstr ""
190
+
191
+ #: includes/widgets/htmega_booked_calender.php:68
192
+ msgid "10"
193
+ msgstr ""
194
+
195
+ #: extensions/wc-sales-notification/admin/setting.php:127
196
+ msgid "10 seconds"
197
+ msgstr ""
198
+
199
+ #: includes/widgets/htmega_booked_calender.php:69
200
+ msgid "11"
201
+ msgstr ""
202
+
203
+ #: includes/widgets/htmega_booked_calender.php:70
204
+ msgid "12"
205
+ msgstr ""
206
+
207
+ #: includes/widgets/htmega_booked_calender.php:71
208
+ msgid "13"
209
+ msgstr ""
210
+
211
+ #: includes/widgets/htmega_booked_calender.php:72
212
+ msgid "14"
213
+ msgstr ""
214
+
215
+ #: includes/widgets/htmega_booked_calender.php:73
216
+ msgid "15"
217
+ msgstr ""
218
+
219
+ #: admin/include/admin-setting.php:1244
220
+ msgid "15 Categories / Template set"
221
+ msgstr ""
222
+
223
+ #: admin/include/admin-setting.php:1245
224
+ msgid "15 Templates"
225
+ msgstr ""
226
+
227
+ #: includes/widgets/htmega_booked_calender.php:74
228
+ msgid "16"
229
+ msgstr ""
230
+
231
+ #: includes/widgets/htmega_booked_calender.php:75
232
+ msgid "17"
233
+ msgstr ""
234
+
235
+ #: includes/widgets/htmega_booked_calender.php:76
236
+ msgid "18"
237
+ msgstr ""
238
+
239
+ #: includes/widgets/htmega_booked_calender.php:77
240
+ msgid "19"
241
+ msgstr ""
242
+
243
+ #: includes/widgets/htmega_instagram.php:163
244
+ #: extensions/ht-builder/widgets/bl_post_archive.php:61
245
+ msgid "2"
246
+ msgstr ""
247
+
248
+ #: extensions/wc-sales-notification/admin/setting.php:134
249
+ msgid "2 minutes"
250
+ msgstr ""
251
+
252
+ #: extensions/wc-sales-notification/admin/setting.php:119
253
+ msgid "2 seconds"
254
+ msgstr ""
255
+
256
+ #: includes/widgets/htmega_countdown.php:450
257
+ msgid "2. Background Hours"
258
+ msgstr ""
259
+
260
+ #: includes/widgets/htmega_booked_calender.php:78
261
+ msgid "20"
262
+ msgstr ""
263
+
264
+ #: extensions/wc-sales-notification/admin/setting.php:128
265
+ msgid "20 seconds"
266
+ msgstr ""
267
+
268
+ #: includes/widgets/htmega_booked_calender.php:124
269
+ msgid "2018"
270
+ msgstr ""
271
+
272
+ #: includes/widgets/htmega_booked_calender.php:125
273
+ msgid "2019"
274
+ msgstr ""
275
+
276
+ #: includes/widgets/htmega_booked_calender.php:126
277
+ msgid "2020"
278
+ msgstr ""
279
+
280
+ #: includes/widgets/htmega_booked_calender.php:127
281
+ msgid "2021"
282
+ msgstr ""
283
+
284
+ #: includes/widgets/htmega_booked_calender.php:128
285
+ msgid "2022"
286
+ msgstr ""
287
+
288
+ #: includes/widgets/htmega_booked_calender.php:129
289
+ msgid "2023"
290
+ msgstr ""
291
+
292
+ #: includes/widgets/htmega_booked_calender.php:130
293
+ msgid "2024"
294
+ msgstr ""
295
+
296
+ #: includes/widgets/htmega_booked_calender.php:131
297
+ msgid "2025"
298
+ msgstr ""
299
+
300
+ #: includes/widgets/htmega_booked_calender.php:132
301
+ msgid "2026"
302
+ msgstr ""
303
+
304
+ #: includes/widgets/htmega_booked_calender.php:133
305
+ msgid "2027"
306
+ msgstr ""
307
+
308
+ #: includes/widgets/htmega_booked_calender.php:134
309
+ msgid "2028"
310
+ msgstr ""
311
+
312
+ #: includes/widgets/htmega_booked_calender.php:135
313
+ msgid "2029"
314
+ msgstr ""
315
+
316
+ #: includes/widgets/htmega_booked_calender.php:136
317
+ msgid "2030"
318
+ msgstr ""
319
+
320
+ #: includes/widgets/htmega_booked_calender.php:137
321
+ msgid "2031"
322
+ msgstr ""
323
+
324
+ #: includes/widgets/htmega_booked_calender.php:138
325
+ msgid "2032"
326
+ msgstr ""
327
+
328
+ #: includes/widgets/htmega_booked_calender.php:139
329
+ msgid "2033"
330
+ msgstr ""
331
+
332
+ #: includes/widgets/htmega_booked_calender.php:140
333
+ msgid "2034"
334
+ msgstr ""
335
+
336
+ #: includes/widgets/htmega_booked_calender.php:141
337
+ msgid "2035"
338
+ msgstr ""
339
+
340
+ #: includes/widgets/htmega_booked_calender.php:142
341
+ msgid "2036"
342
+ msgstr ""
343
+
344
+ #: includes/widgets/htmega_booked_calender.php:143
345
+ msgid "2037"
346
+ msgstr ""
347
+
348
+ #: includes/widgets/htmega_booked_calender.php:144
349
+ msgid "2038"
350
+ msgstr ""
351
+
352
+ #: includes/widgets/htmega_booked_calender.php:145
353
+ msgid "2039"
354
+ msgstr ""
355
+
356
+ #: includes/widgets/htmega_booked_calender.php:146
357
+ msgid "2040"
358
+ msgstr ""
359
+
360
+ #: includes/widgets/htmega_booked_calender.php:79
361
+ msgid "21"
362
+ msgstr ""
363
+
364
+ #: includes/widgets/htmega_booked_calender.php:80
365
+ msgid "22"
366
+ msgstr ""
367
+
368
+ #: includes/widgets/htmega_booked_calender.php:81
369
+ msgid "23"
370
+ msgstr ""
371
+
372
+ #: includes/widgets/htmega_googlemap.php:251
373
+ msgid "23.8103"
374
+ msgstr ""
375
+
376
+ #: includes/widgets/htmega_booked_calender.php:82
377
+ msgid "24"
378
+ msgstr ""
379
+
380
+ #: includes/widgets/htmega_booked_calender.php:83
381
+ msgid "25"
382
+ msgstr ""
383
+
384
+ #: includes/widgets/htmega_booked_calender.php:84
385
+ msgid "26"
386
+ msgstr ""
387
+
388
+ #: includes/widgets/htmega_booked_calender.php:85
389
+ msgid "27"
390
+ msgstr ""
391
+
392
+ #: includes/widgets/htmega_booked_calender.php:86
393
+ msgid "28"
394
+ msgstr ""
395
+
396
+ #: includes/widgets/htmega_booked_calender.php:87
397
+ msgid "29"
398
+ msgstr ""
399
+
400
+ #: includes/widgets/htmega_mailchimp_for_wp.php:60
401
+ msgid "294"
402
+ msgstr ""
403
+
404
+ #: includes/widgets/htmega_instagram.php:164
405
+ #: extensions/ht-builder/widgets/bl_post_archive.php:62
406
+ msgid "3"
407
+ msgstr ""
408
+
409
+ #: includes/widgets/weather/htmega_weather.php:84
410
+ msgid "3 Days"
411
+ msgstr ""
412
+
413
+ #: extensions/wc-sales-notification/admin/setting.php:120
414
+ msgid "3 seconds"
415
+ msgstr ""
416
+
417
+ #: includes/widgets/htmega_countdown.php:475
418
+ msgid "3. Background Minutes"
419
+ msgstr ""
420
+
421
+ #: includes/widgets/htmega_booked_calender.php:88
422
+ msgid "30"
423
+ msgstr ""
424
+
425
+ #: extensions/wc-sales-notification/admin/setting.php:129
426
+ msgid "30 seconds"
427
+ msgstr ""
428
+
429
+ #: includes/widgets/htmega_booked_calender.php:89
430
+ msgid "31"
431
+ msgstr ""
432
+
433
+ #: admin/include/admin-setting.php:1269
434
+ msgid "325 Blocks / Sections"
435
+ msgstr ""
436
+
437
+ #: admin/include/admin-setting.php:1270
438
+ msgid "35 Categories / Template set"
439
+ msgstr ""
440
+
441
+ #: admin/include/admin-setting.php:1246
442
+ msgid "360 Blocks / Sections"
443
+ msgstr ""
444
+
445
+ #: admin/include/admin-setting.php:1167
446
+ msgid "360 Elementor Blocks"
447
+ msgstr ""
448
+
449
+ #: admin/include/admin-setting.php:1168
450
+ msgid "39 Categories and 491 Page Templates."
451
+ msgstr ""
452
+
453
+ #: includes/widgets/htmega_instagram.php:165
454
+ #: extensions/ht-builder/widgets/bl_post_archive.php:63
455
+ msgid "4"
456
+ msgstr ""
457
+
458
+ #: includes/widgets/weather/htmega_weather.php:85
459
+ msgid "4 Days"
460
+ msgstr ""
461
+
462
+ #: extensions/wc-sales-notification/admin/setting.php:121
463
+ #: extensions/wc-sales-notification/admin/setting.php:145
464
+ msgid "4 seconds"
465
+ msgstr ""
466
+
467
+ #: includes/widgets/htmega_countdown.php:500
468
+ msgid "4. Background Seconds"
469
+ msgstr ""
470
+
471
+ #: extensions/wc-sales-notification/admin/setting.php:130
472
+ msgid "40 seconds"
473
+ msgstr ""
474
+
475
+ #: admin/include/admin-setting.php:607
476
+ #: includes/widgets/htmega_404_content.php:13
477
+ #: includes/widgets/htmega_404_content.php:35
478
+ msgid "404 Content"
479
+ msgstr ""
480
+
481
+ #: admin/include/admin-setting.php:1248 admin/include/admin-setting.php:1273
482
+ msgid "404 Error Page Builder"
483
+ msgstr ""
484
+
485
+ #: extensions/ht-builder/admin/setting.php:112
486
+ msgid "404 Page Template."
487
+ msgstr ""
488
+
489
+ #: includes/widgets/htmega_instagram.php:166
490
+ msgid "5"
491
+ msgstr ""
492
+
493
+ #: includes/widgets/weather/htmega_weather.php:86
494
+ msgid "5 Days"
495
+ msgstr ""
496
+
497
+ #: extensions/wc-sales-notification/admin/setting.php:122
498
+ msgid "5 seconds"
499
+ msgstr ""
500
+
501
+ #: extensions/wc-sales-notification/admin/setting.php:131
502
+ msgid "50 seconds"
503
+ msgstr ""
504
+
505
+ #: includes/widgets/htmega_special_banner.php:107
506
+ msgid "50%"
507
+ msgstr ""
508
+
509
+ #: admin/include/admin-setting.php:1271
510
+ msgid "524 Templates"
511
+ msgstr ""
512
+
513
+ #: includes/widgets/htmega_instagram.php:167
514
+ msgid "6"
515
+ msgstr ""
516
+
517
+ #: includes/widgets/weather/htmega_weather.php:87
518
+ msgid "6 Days"
519
+ msgstr ""
520
+
521
+ #: extensions/wc-sales-notification/admin/setting.php:123
522
+ msgid "6 seconds"
523
+ msgstr ""
524
+
525
+ #: extensions/wc-sales-notification/admin/setting.php:124
526
+ msgid "7 seconds"
527
+ msgstr ""
528
+
529
+ #: extensions/wc-sales-notification/admin/setting.php:125
530
+ msgid "8 seconds"
531
+ msgstr ""
532
+
533
+ #: admin/include/admin-setting.php:1166
534
+ msgid "80+ Elementor Elements"
535
+ msgstr ""
536
+
537
+ #: admin/include/admin-setting.php:1243 admin/include/admin-setting.php:1268
538
+ msgid "84 Elements"
539
+ msgstr ""
540
+
541
+ #: extensions/wc-sales-notification/admin/setting.php:126
542
+ msgid "9 seconds"
543
+ msgstr ""
544
+
545
+ #: includes/widgets/htmega_googlemap.php:252
546
+ #: includes/widgets/htmega_googlemap.php:253
547
+ msgid "90.4125"
548
+ msgstr ""
549
+
550
+ #: includes/widgets/htmega_business_hours.php:94
551
+ msgid "9:00 AM - 6:00 PM"
552
+ msgstr ""
553
+
554
+ #: includes/widgets/htmega_business_hours.php:164
555
+ #: includes/widgets/htmega_business_hours.php:175
556
+ #: includes/widgets/htmega_business_hours.php:180
557
+ #: includes/widgets/htmega_business_hours.php:185
558
+ #: includes/widgets/htmega_business_hours.php:190
559
+ msgid "9:00 AM to 6:00 PM"
560
+ msgstr ""
561
+
562
+ #: includes/widgets/htmega_business_hours.php:195
563
+ msgid "9:00 AM to 6:30 PM"
564
+ msgstr ""
565
+
566
+ #: includes/widgets/htmega_inline_menu.php:89
567
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:83
568
+ #, php-format
569
+ msgid ""
570
+ "<strong>There are no menus in your site.</strong><br>Go to the <a "
571
+ "href=\"%s\" target=\"_blank\">Menus Option</a> to create one."
572
+ msgstr ""
573
+
574
+ #: includes/widgets/htmega_notify.php:72
575
+ msgid "<strong>Welcome,</strong>to Notification."
576
+ msgstr ""
577
+
578
+ #: includes/widgets/htmega_twitter_feed.php:102
579
+ msgid "Access Token"
580
+ msgstr ""
581
+
582
+ #: includes/widgets/htmega_twitter_feed.php:112
583
+ msgid "Access Token Secret"
584
+ msgstr ""
585
+
586
+ #: admin/include/admin-setting.php:118 admin/include/admin-setting.php:119
587
+ #: includes/widgets/htmega_accordion.php:44
588
+ msgid "Accordion"
589
+ msgstr ""
590
+
591
+ #: includes/widgets/htmega_accordion.php:13
592
+ msgid "Accordion / FAQ"
593
+ msgstr ""
594
+
595
+ #: includes/widgets/htmega_accordion.php:88
596
+ #: includes/widgets/htmega_accordion.php:99
597
+ #: includes/widgets/htmega_accordion.php:217
598
+ #: includes/widgets/htmega_accordion.php:219
599
+ #: includes/widgets/htmega_accordion.php:228
600
+ #: includes/widgets/htmega_accordion.php:1190
601
+ msgid "Accordion Content"
602
+ msgstr ""
603
+
604
+ #: includes/widgets/htmega_accordion.php:374
605
+ msgid "Accordion Height"
606
+ msgstr ""
607
+
608
+ #: includes/widgets/htmega_accordion.php:957
609
+ msgid "Accordion Icon"
610
+ msgstr ""
611
+
612
+ #: includes/widgets/htmega_accordion.php:412
613
+ msgid "Accordion Item"
614
+ msgstr ""
615
+
616
+ #: includes/widgets/htmega_accordion.php:734
617
+ msgid "Accordion Item Box"
618
+ msgstr ""
619
+
620
+ #: includes/widgets/htmega_accordion.php:422
621
+ msgid "Accordion Item Spacing"
622
+ msgstr ""
623
+
624
+ #: includes/widgets/htmega_accordion.php:112
625
+ #: includes/widgets/htmega_accordion.php:162
626
+ #: includes/widgets/htmega_accordion.php:241
627
+ msgid "Accordion Items"
628
+ msgstr ""
629
+
630
+ #: includes/widgets/htmega_accordion.php:170
631
+ #: includes/widgets/htmega_accordion.php:445
632
+ #: includes/widgets/htmega_accordion.php:804
633
+ msgid "Accordion Title"
634
+ msgstr ""
635
+
636
+ #: includes/widgets/htmega_accordion.php:636
637
+ msgid "Accordion Title Collapsed"
638
+ msgstr ""
639
+
640
+ #: includes/widgets/htmega_accordion.php:120
641
+ #: includes/widgets/htmega_accordion.php:249
642
+ msgid "Accordion Title One"
643
+ msgstr ""
644
+
645
+ #: includes/widgets/htmega_accordion.php:125
646
+ #: includes/widgets/htmega_accordion.php:129
647
+ msgid "Accordion Title Two"
648
+ msgstr ""
649
+
650
+ #: admin/include/template-library.php:261
651
+ #: admin/include/template-library.php:313
652
+ #: includes/recommended-plugins/class.recommended-plugins.php:242
653
+ msgid "Activate"
654
+ msgstr ""
655
+
656
+ #: admin/include/template-library.php:272
657
+ #: admin/include/template-library.php:324
658
+ #: includes/recommended-plugins/class.recommended-plugins.php:126
659
+ #: includes/recommended-plugins/class.recommended-plugins.php:253
660
+ msgid "Activated"
661
+ msgstr ""
662
+
663
+ #: includes/class.assests.php:381
664
+ #: includes/recommended-plugins/class.recommended-plugins.php:125
665
+ msgid "Activating.."
666
+ msgstr ""
667
+
668
+ #: includes/class.assests.php:382 includes/widgets/htmega_accordion.php:570
669
+ #: includes/widgets/htmega_accordion.php:1121
670
+ #: includes/widgets/htmega_buddy_press.php:62
671
+ #: includes/widgets/htmega_carousel.php:988
672
+ #: includes/widgets/htmega_carousel.php:1188
673
+ #: includes/widgets/htmega_carousel.php:1386
674
+ #: includes/widgets/htmega_inline_menu.php:407
675
+ #: includes/widgets/htmega_instagram.php:1239
676
+ #: includes/widgets/htmega_panel_slider.php:1152
677
+ #: includes/widgets/htmega_popover.php:204
678
+ #: includes/widgets/htmega_post_slider.php:1860
679
+ #: includes/widgets/htmega_post_slider.php:2009
680
+ #: includes/widgets/htmega_scroll_navigation.php:387
681
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1168
682
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1285
683
+ #: includes/widgets/htmega_switcher.php:468 includes/widgets/htmega_tab.php:616
684
+ #: includes/widgets/htmega_tab.php:795
685
+ #: includes/widgets/htmega_twitter_feed.php:1435
686
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:280
687
+ msgid "Active"
688
+ msgstr ""
689
+
690
+ #: includes/widgets/htmega_booked_calender.php:442
691
+ msgid "Active Date Background Color"
692
+ msgstr ""
693
+
694
+ #: includes/widgets/htmega_tab.php:193
695
+ msgid "Active Icon Color"
696
+ msgstr ""
697
+
698
+ #: includes/widgets/htmega_accordion.php:938
699
+ msgid "Active Title Line Height"
700
+ msgstr ""
701
+
702
+ #: includes/widgets/htmega_accordion.php:923
703
+ msgid "Active Title Space"
704
+ msgstr ""
705
+
706
+ #: includes/widgets/htmega_add_banner.php:13
707
+ msgid "Add Banner"
708
+ msgstr ""
709
+
710
+ #: includes/widgets/htmega_panel_slider.php:179
711
+ #: includes/widgets/htmega_testimonial_grid.php:147
712
+ msgid "Add Column gap Ex. 15px"
713
+ msgstr ""
714
+
715
+ #: includes/widgets/htmega_gallery_justify.php:50
716
+ msgid "Add Images"
717
+ msgstr ""
718
+
719
+ #: includes/widgets/htmega_wc_add_to_cart.php:105
720
+ #: includes/widgets/htmega_wc_add_to_cart.php:106
721
+ msgid "Add to Cart"
722
+ msgstr ""
723
+
724
+ #: includes/widgets/htmega_section_title.php:60
725
+ msgid "Add Your Heading Text Here"
726
+ msgstr ""
727
+
728
+ #: includes/widgets/htmega_single_post.php:87
729
+ msgid "Additional Option"
730
+ msgstr ""
731
+
732
+ #: includes/widgets/htmega_accordion.php:347
733
+ #: extensions/ht-builder/widgets/bl_post_archive.php:90
734
+ msgid "Additional Options"
735
+ msgstr ""
736
+
737
+ #: includes/widgets/htmega_image_comparison.php:147
738
+ msgid "Additional Setting"
739
+ msgstr ""
740
+
741
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:99
742
+ msgid "Admin Posts"
743
+ msgstr ""
744
+
745
+ #: admin/include/admin-setting.php:135
746
+ msgid "Ads Banner"
747
+ msgstr ""
748
+
749
+ #: admin/include/admin-setting.php:91
750
+ msgid "Advance Addons"
751
+ msgstr ""
752
+
753
+ #: includes/widgets/htmega_section_title.php:80
754
+ msgid "Advance Title"
755
+ msgstr ""
756
+
757
+ #: includes/widgets/htmega_section_title.php:281
758
+ msgid "Advance Title Setting"
759
+ msgstr ""
760
+
761
+ #: includes/widgets/htmega_section_title.php:931
762
+ msgid "Advance Title style"
763
+ msgstr ""
764
+
765
+ #: includes/widgets/htmega_blockquote.php:405
766
+ #: includes/widgets/htmega_image_comparison.php:165
767
+ msgid "After"
768
+ msgstr ""
769
+
770
+ #: includes/widgets/htmega_counter.php:776
771
+ msgid "After Border Color"
772
+ msgstr ""
773
+
774
+ #: includes/widgets/htmega_counter.php:701
775
+ msgid "After Border Height"
776
+ msgstr ""
777
+
778
+ #: includes/widgets/htmega_counter.php:731
779
+ msgid "After Border Position"
780
+ msgstr ""
781
+
782
+ #: includes/widgets/htmega_counter.php:671
783
+ msgid "After Border Width"
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:98
791
+ msgid "After Price Label"
792
+ msgstr ""
793
+
794
+ #: includes/widgets/htmega_pricing_list_view.php:1692
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_image_marker.php:442
808
+ msgid "Aleart Note"
809
+ msgstr ""
810
+
811
+ #: includes/widgets/htmega_404_content.php:237
812
+ #: includes/widgets/htmega_accordion.php:466
813
+ #: includes/widgets/htmega_accordion.php:657
814
+ #: includes/widgets/htmega_accordion.php:815
815
+ #: includes/widgets/htmega_accordion.php:996
816
+ #: includes/widgets/htmega_accordion.php:1201
817
+ #: includes/widgets/htmega_accordion.php:1319
818
+ #: includes/widgets/htmega_add_banner.php:364
819
+ #: includes/widgets/htmega_blockquote.php:179
820
+ #: includes/widgets/htmega_buddy_press.php:242
821
+ #: includes/widgets/htmega_business_hours.php:387
822
+ #: includes/widgets/htmega_button.php:150
823
+ #: includes/widgets/htmega_call_to_action.php:326
824
+ #: includes/widgets/htmega_carousel.php:833
825
+ #: includes/widgets/htmega_contact_form_seven.php:116
826
+ #: includes/widgets/htmega_counter.php:66
827
+ #: includes/widgets/htmega_counter.php:284
828
+ #: includes/widgets/htmega_counter.php:317
829
+ #: includes/widgets/htmega_counter.php:423
830
+ #: includes/widgets/htmega_counter.php:549
831
+ #: includes/widgets/htmega_double_button.php:321
832
+ #: includes/widgets/htmega_dropcaps.php:80
833
+ #: includes/widgets/htmega_easy_digital_download.php:306
834
+ #: includes/widgets/htmega_image_grid.php:279
835
+ #: includes/widgets/htmega_image_grid.php:376
836
+ #: includes/widgets/htmega_image_marker.php:698
837
+ #: includes/widgets/htmega_image_masonry.php:254
838
+ #: includes/widgets/htmega_image_masonry.php:351
839
+ #: includes/widgets/htmega_inline_menu.php:117
840
+ #: includes/widgets/htmega_instagram.php:1480
841
+ #: includes/widgets/htmega_lightbox.php:192
842
+ #: includes/widgets/htmega_lightbox.php:305
843
+ #: includes/widgets/htmega_mailchimp_for_wp.php:117
844
+ #: includes/widgets/htmega_modal.php:346 includes/widgets/htmega_modal.php:1001
845
+ #: includes/widgets/htmega_news_ticker.php:450
846
+ #: includes/widgets/htmega_notify.php:270
847
+ #: includes/widgets/htmega_notify.php:550
848
+ #: includes/widgets/htmega_notify.php:816
849
+ #: includes/widgets/htmega_offcanvas.php:271
850
+ #: includes/widgets/htmega_offcanvas.php:363
851
+ #: includes/widgets/htmega_panel_slider.php:559
852
+ #: includes/widgets/htmega_popover.php:261
853
+ #: includes/widgets/htmega_popover.php:657
854
+ #: includes/widgets/htmega_popover.php:761
855
+ #: includes/widgets/htmega_post_grid.php:289
856
+ #: includes/widgets/htmega_post_grid.php:513
857
+ #: includes/widgets/htmega_post_grid.php:626
858
+ #: includes/widgets/htmega_post_grid_tab.php:397
859
+ #: includes/widgets/htmega_post_grid_tab.php:491
860
+ #: includes/widgets/htmega_post_grid_tab.php:578
861
+ #: includes/widgets/htmega_post_grid_tab.php:801
862
+ #: includes/widgets/htmega_post_slider.php:832
863
+ #: includes/widgets/htmega_post_slider.php:926
864
+ #: includes/widgets/htmega_post_slider.php:1013
865
+ #: includes/widgets/htmega_post_slider.php:1229
866
+ #: includes/widgets/htmega_pricing_list_view.php:461
867
+ #: includes/widgets/htmega_pricing_list_view.php:1116
868
+ #: includes/widgets/htmega_search.php:152
869
+ #: includes/widgets/htmega_section_title.php:411
870
+ #: includes/widgets/htmega_services.php:237
871
+ #: includes/widgets/htmega_services.php:421
872
+ #: includes/widgets/htmega_services.php:526
873
+ #: includes/widgets/htmega_services.php:715
874
+ #: includes/widgets/htmega_services.php:977
875
+ #: includes/widgets/htmega_single_post.php:217
876
+ #: includes/widgets/htmega_single_post.php:313
877
+ #: includes/widgets/htmega_single_post.php:420
878
+ #: includes/widgets/htmega_socialshere.php:361
879
+ #: includes/widgets/htmega_special_banner.php:261
880
+ #: includes/widgets/htmega_tab.php:509 includes/widgets/htmega_table.php:635
881
+ #: includes/widgets/htmega_table.php:754
882
+ #: includes/widgets/htmega_tablepress.php:209
883
+ #: includes/widgets/htmega_tablepress.php:366
884
+ #: includes/widgets/htmega_teammember.php:612
885
+ #: includes/widgets/htmega_teammember.php:741
886
+ #: includes/widgets/htmega_teammember.php:831
887
+ #: includes/widgets/htmega_teammember.php:922
888
+ #: includes/widgets/htmega_teammember.php:989
889
+ #: includes/widgets/htmega_testimonial_grid.php:549
890
+ #: includes/widgets/htmega_toggle.php:192
891
+ #: includes/widgets/htmega_tooltip.php:237
892
+ #: includes/widgets/htmega_user_login_form.php:136
893
+ #: includes/widgets/htmega_user_login_form.php:342
894
+ #: includes/widgets/htmega_user_login_form.php:542
895
+ #: includes/widgets/htmega_video_player.php:292
896
+ #: includes/widgets/htmega_wc_categories.php:344
897
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:111
898
+ #: extensions/ht-builder/widgets/bl_page_title.php:133
899
+ #: extensions/ht-builder/widgets/bl_post_archive.php:298
900
+ #: extensions/ht-builder/widgets/bl_post_archive.php:379
901
+ #: extensions/ht-builder/widgets/bl_post_archive.php:486
902
+ #: extensions/ht-builder/widgets/bl_post_archive.php:592
903
+ #: extensions/ht-builder/widgets/bl_post_archive.php:672
904
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:135
905
+ #: extensions/ht-builder/widgets/bl_post_content.php:68
906
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:68
907
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:67
908
+ #: extensions/ht-builder/widgets/bl_post_title.php:101
909
+ #: extensions/ht-builder/widgets/bl_site_logo.php:155
910
+ #: extensions/ht-builder/widgets/bl_site_title.php:135
911
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:162
912
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:163
913
+ msgid "Alignment"
914
+ msgstr ""
915
+
916
+ #: admin/include/templates_list.php:52
917
+ msgid "ALL"
918
+ msgstr ""
919
+
920
+ #: admin/include/templates_list.php:41
921
+ msgid "All Builders"
922
+ msgstr ""
923
+
924
+ #: includes/widgets/htmega_services.php:305
925
+ #: includes/widgets/htmega_testimonial_grid.php:359
926
+ #: includes/widgets/htmega_working_process.php:599
927
+ msgid "All Content Color"
928
+ msgstr ""
929
+
930
+ #: extensions/ht-menu/classes/class.mega-menu.php:242
931
+ #: extensions/ht-menu/menu/templates.php:194
932
+ msgid "All Data Saved"
933
+ msgstr ""
934
+
935
+ #: includes/class.assests.php:371
936
+ msgid "All Items have been Loaded"
937
+ msgstr ""
938
+
939
+ #: includes/widgets/htmega_accordion.php:121
940
+ #: includes/widgets/htmega_accordion.php:126
941
+ #: includes/widgets/htmega_accordion.php:130
942
+ #: includes/widgets/htmega_accordion.php:250
943
+ msgid ""
944
+ "Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry "
945
+ "richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard "
946
+ "dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon "
947
+ "tempor, sunt aliqua put a bird on it squid single-origin coffee nulla "
948
+ "assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore "
949
+ "wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher "
950
+ "vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic "
951
+ "synth nesciunt you probably have not heard of them accusamus labore "
952
+ "sustainable VHS."
953
+ msgstr ""
954
+
955
+ #: admin/include/admin-setting.php:127
956
+ msgid "Animate Heading"
957
+ msgstr ""
958
+
959
+ #: includes/widgets/htmega_teammember.php:119
960
+ msgid "Animate Top on Mobile Layout"
961
+ msgstr ""
962
+
963
+ #: includes/widgets/htmega_animated_heading.php:13
964
+ #: includes/widgets/htmega_animated_heading.php:42
965
+ msgid "Animated Heading"
966
+ msgstr ""
967
+
968
+ #: includes/widgets/htmega_animated_heading.php:102
969
+ msgid "Animated Heading Text"
970
+ msgstr ""
971
+
972
+ #: includes/widgets/htmega_animated_heading.php:369
973
+ msgid "Animated Text Style"
974
+ msgstr ""
975
+
976
+ #: includes/widgets/htmega_news_ticker.php:113
977
+ msgid "Animatied duration"
978
+ msgstr ""
979
+
980
+ #: includes/widgets/htmega_video_player.php:429
981
+ msgid "Animation Border Color"
982
+ msgstr ""
983
+
984
+ #: extensions/wc-sales-notification/admin/setting.php:164
985
+ msgid "Animation In"
986
+ msgstr ""
987
+
988
+ #: extensions/wc-sales-notification/admin/setting.php:176
989
+ msgid "Animation Out"
990
+ msgstr ""
991
+
992
+ #: includes/widgets/htmega_news_ticker.php:104
993
+ msgid "Animation Speed"
994
+ msgstr ""
995
+
996
+ #: includes/widgets/htmega_carousel.php:429
997
+ msgid "Animation Style"
998
+ msgstr ""
999
+
1000
+ #: includes/widgets/htmega_animated_heading.php:67
1001
+ msgid "Animation Type"
1002
+ msgstr ""
1003
+
1004
+ #: includes/widgets/htmega_googlemap.php:163
1005
+ msgid "Another Place"
1006
+ msgstr ""
1007
+
1008
+ #: includes/widgets/htmega_booked_calender.php:547
1009
+ msgid "Appointment Button"
1010
+ msgstr ""
1011
+
1012
+ #: includes/widgets/htmega_booked_calender.php:406
1013
+ msgid "Appointments"
1014
+ msgstr ""
1015
+
1016
+ #: includes/widgets/htmega_booked_calender.php:104
1017
+ msgid "April"
1018
+ msgstr ""
1019
+
1020
+ #: admin/include/admin-setting.php:778 admin/include/admin-setting.php:779
1021
+ msgid "Archive Posts"
1022
+ msgstr ""
1023
+
1024
+ #: admin/include/admin-setting.php:787 admin/include/admin-setting.php:788
1025
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:39
1026
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:60
1027
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:170
1028
+ msgid "Archive Title"
1029
+ msgstr ""
1030
+
1031
+ #: includes/widgets/htmega_buddy_press.php:168
1032
+ #: includes/widgets/htmega_popover.php:508
1033
+ msgid "Area"
1034
+ msgstr ""
1035
+
1036
+ #: includes/widgets/htmega_image_marker.php:92
1037
+ msgid "Area padding"
1038
+ msgstr ""
1039
+
1040
+ #: includes/widgets/htmega_carousel.php:535
1041
+ #: includes/widgets/htmega_instagram.php:912
1042
+ #: includes/widgets/htmega_panel_slider.php:740
1043
+ #: includes/widgets/htmega_popover.php:795
1044
+ #: includes/widgets/htmega_post_slider.php:1410
1045
+ #: includes/widgets/htmega_slider_thumb_gallery.php:802
1046
+ #: includes/widgets/htmega_tooltip.php:548
1047
+ #: includes/widgets/htmega_twitter_feed.php:1053
1048
+ msgid "Arrow"
1049
+ msgstr ""
1050
+
1051
+ #: includes/widgets/htmega_popover.php:821
1052
+ msgid "Arrow Background Color"
1053
+ msgstr ""
1054
+
1055
+ #: includes/widgets/htmega_popover.php:802
1056
+ msgid "Arrow Border Color"
1057
+ msgstr ""
1058
+
1059
+ #: includes/widgets/htmega_working_process.php:270
1060
+ msgid "Arrow Border Height"
1061
+ msgstr ""
1062
+
1063
+ #: includes/widgets/htmega_testimonial_grid.php:655
1064
+ #: includes/widgets/htmega_tooltip.php:554
1065
+ #: includes/widgets/htmega_vertical_timeline.php:414
1066
+ #: includes/widgets/htmega_vertical_timeline.php:455
1067
+ msgid "Arrow Color"
1068
+ msgstr ""
1069
+
1070
+ #: includes/widgets/htmega_working_process.php:320
1071
+ msgid "Arrow Hover Color"
1072
+ msgstr ""
1073
+
1074
+ #: includes/widgets/htmega_working_process.php:291
1075
+ msgid "Arrow Left Color"
1076
+ msgstr ""
1077
+
1078
+ #: includes/widgets/htmega_working_process.php:306
1079
+ msgid "Arrow Right Color"
1080
+ msgstr ""
1081
+
1082
+ #: includes/widgets/htmega_easy_digital_download.php:205
1083
+ msgid "ASC"
1084
+ msgstr ""
1085
+
1086
+ #: includes/widgets/htmega_job_manager.php:75
1087
+ #: includes/widgets/htmega_news_ticker.php:272
1088
+ #: includes/widgets/htmega_post_grid.php:132
1089
+ #: includes/widgets/htmega_post_grid_tab.php:139
1090
+ #: includes/widgets/htmega_post_slider.php:143
1091
+ #: includes/widgets/htmega_wc_categories.php:144
1092
+ #: extensions/ht-builder/widgets/bl_post_archive.php:220
1093
+ msgid "Ascending"
1094
+ msgstr ""
1095
+
1096
+ #: includes/widgets/htmega_vertical_timeline.php:109
1097
+ msgid "Aug<br/>2018"
1098
+ msgstr ""
1099
+
1100
+ #: includes/widgets/htmega_booked_calender.php:108
1101
+ msgid "August"
1102
+ msgstr ""
1103
+
1104
+ #: includes/widgets/htmega_job_manager.php:93
1105
+ #: includes/widgets/htmega_post_slider.php:255
1106
+ #: includes/widgets/htmega_single_post.php:130
1107
+ #: includes/widgets/htmega_twitter_feed.php:688
1108
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:65
1109
+ msgid "Author"
1110
+ msgstr ""
1111
+
1112
+ #: includes/widgets/htmega_twitter_feed.php:754
1113
+ msgid "Author Image Style"
1114
+ msgstr ""
1115
+
1116
+ #: admin/include/admin-setting.php:832 admin/include/admin-setting.php:833
1117
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:39
1118
+ msgid "Author Info"
1119
+ msgstr ""
1120
+
1121
+ #: includes/widgets/htmega_instagram_feed.php:64
1122
+ #: includes/widgets/htmega_notify.php:227
1123
+ msgid "Auto"
1124
+ msgstr ""
1125
+
1126
+ #: includes/widgets/htmega_video_player.php:162
1127
+ msgid "Auto Play"
1128
+ msgstr ""
1129
+
1130
+ #: includes/widgets/htmega_news_ticker.php:158
1131
+ msgid "Auto Start"
1132
+ msgstr ""
1133
+
1134
+ #: includes/widgets/htmega_carousel.php:281
1135
+ #: includes/widgets/htmega_instagram.php:476
1136
+ #: includes/widgets/htmega_panel_slider.php:341
1137
+ #: includes/widgets/htmega_post_slider.php:461
1138
+ #: includes/widgets/htmega_slider_thumb_gallery.php:271
1139
+ #: includes/widgets/htmega_twitter_feed.php:403
1140
+ msgid "Autoplay animation speed"
1141
+ msgstr ""
1142
+
1143
+ #: includes/widgets/htmega_carousel.php:268
1144
+ #: includes/widgets/htmega_instagram.php:463
1145
+ #: includes/widgets/htmega_panel_slider.php:328
1146
+ #: includes/widgets/htmega_post_slider.php:448
1147
+ #: includes/widgets/htmega_slider_thumb_gallery.php:260
1148
+ #: includes/widgets/htmega_twitter_feed.php:390
1149
+ msgid "Autoplay speed"
1150
+ msgstr ""
1151
+
1152
+ #: includes/widgets/htmega_booked_calender.php:294
1153
+ msgid "Available Date"
1154
+ msgstr ""
1155
+
1156
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:170
1157
+ msgid "Avatar"
1158
+ msgstr ""
1159
+
1160
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:108
1161
+ msgid "Avater Image Position"
1162
+ msgstr ""
1163
+
1164
+ #: includes/widgets/htmega_404_content.php:128
1165
+ #: includes/widgets/htmega_404_content.php:534
1166
+ msgid "Back Button"
1167
+ msgstr ""
1168
+
1169
+ #: includes/widgets/htmega_404_content.php:136
1170
+ #: includes/widgets/htmega_404_content.php:137
1171
+ #: includes/widgets/htmega_404_content.php:185
1172
+ msgid "Back To Home"
1173
+ msgstr ""
1174
+
1175
+ #: admin/include/templates_list.php:72
1176
+ #: admin/include/templates/library/templates.php:83
1177
+ msgid "Back to Library"
1178
+ msgstr ""
1179
+
1180
+ #: includes/widgets/htmega_404_content.php:562
1181
+ #: includes/widgets/htmega_404_content.php:648
1182
+ #: includes/widgets/htmega_404_content.php:713
1183
+ #: includes/widgets/htmega_404_content.php:799
1184
+ #: includes/widgets/htmega_accordion.php:492
1185
+ #: includes/widgets/htmega_accordion.php:577
1186
+ #: includes/widgets/htmega_accordion.php:695
1187
+ #: includes/widgets/htmega_accordion.php:746
1188
+ #: includes/widgets/htmega_accordion.php:842
1189
+ #: includes/widgets/htmega_accordion.php:1018
1190
+ #: includes/widgets/htmega_accordion.php:1129
1191
+ #: includes/widgets/htmega_accordion.php:1279
1192
+ #: includes/widgets/htmega_add_banner.php:394
1193
+ #: includes/widgets/htmega_add_banner.php:668
1194
+ #: includes/widgets/htmega_add_banner.php:747
1195
+ #: includes/widgets/htmega_animated_heading.php:203
1196
+ #: includes/widgets/htmega_animated_heading.php:334
1197
+ #: includes/widgets/htmega_animated_heading.php:422
1198
+ #: includes/widgets/htmega_blockquote.php:211
1199
+ #: includes/widgets/htmega_blockquote.php:520
1200
+ #: includes/widgets/htmega_blockquote.php:701
1201
+ #: includes/widgets/htmega_booked_calender.php:248
1202
+ #: includes/widgets/htmega_booked_calender.php:301
1203
+ #: includes/widgets/htmega_booked_calender.php:417
1204
+ #: includes/widgets/htmega_brand.php:178 includes/widgets/htmega_brand.php:203
1205
+ #: includes/widgets/htmega_brand.php:239 includes/widgets/htmega_brand.php:264
1206
+ #: includes/widgets/htmega_buddy_press.php:197
1207
+ #: includes/widgets/htmega_business_hours.php:217
1208
+ #: includes/widgets/htmega_business_hours.php:230
1209
+ #: includes/widgets/htmega_business_hours.php:309
1210
+ #: includes/widgets/htmega_business_hours.php:437
1211
+ #: includes/widgets/htmega_business_hours.php:532
1212
+ #: includes/widgets/htmega_business_hours.php:571
1213
+ #: includes/widgets/htmega_button.php:242
1214
+ #: includes/widgets/htmega_button.php:270
1215
+ #: includes/widgets/htmega_button.php:365
1216
+ #: includes/widgets/htmega_button.php:385
1217
+ #: includes/widgets/htmega_call_to_action.php:358
1218
+ #: includes/widgets/htmega_call_to_action.php:435
1219
+ #: includes/widgets/htmega_call_to_action.php:720
1220
+ #: includes/widgets/htmega_call_to_action.php:857
1221
+ #: includes/widgets/htmega_call_to_action.php:926
1222
+ #: includes/widgets/htmega_call_to_action.php:1063
1223
+ #: includes/widgets/htmega_carousel.php:598
1224
+ #: includes/widgets/htmega_carousel.php:773
1225
+ #: includes/widgets/htmega_carousel.php:863
1226
+ #: includes/widgets/htmega_carousel.php:996
1227
+ #: includes/widgets/htmega_carousel.php:1102
1228
+ #: includes/widgets/htmega_carousel.php:1196
1229
+ #: includes/widgets/htmega_carousel.php:1329
1230
+ #: includes/widgets/htmega_carousel.php:1413
1231
+ #: includes/widgets/htmega_contact_form_seven.php:107
1232
+ #: includes/widgets/htmega_countdown.php:413
1233
+ #: includes/widgets/htmega_countdown.php:438
1234
+ #: includes/widgets/htmega_countdown.php:463
1235
+ #: includes/widgets/htmega_countdown.php:488
1236
+ #: includes/widgets/htmega_countdown.php:513
1237
+ #: includes/widgets/htmega_countdown.php:783
1238
+ #: includes/widgets/htmega_countdown.php:869
1239
+ #: includes/widgets/htmega_countdown.php:953
1240
+ #: includes/widgets/htmega_counter.php:202
1241
+ #: includes/widgets/htmega_counter.php:478
1242
+ #: includes/widgets/htmega_counter.php:603
1243
+ #: includes/widgets/htmega_counter.php:869
1244
+ #: includes/widgets/htmega_counter.php:959
1245
+ #: includes/widgets/htmega_counter.php:1048
1246
+ #: includes/widgets/htmega_double_button.php:508
1247
+ #: includes/widgets/htmega_double_button.php:595
1248
+ #: includes/widgets/htmega_double_button.php:681
1249
+ #: includes/widgets/htmega_double_button.php:767
1250
+ #: includes/widgets/htmega_double_button.php:864
1251
+ #: includes/widgets/htmega_dropcaps.php:131
1252
+ #: includes/widgets/htmega_dropcaps.php:230
1253
+ #: includes/widgets/htmega_easy_digital_download.php:544
1254
+ #: includes/widgets/htmega_easy_digital_download.php:613
1255
+ #: includes/widgets/htmega_googlemap.php:306
1256
+ #: includes/widgets/htmega_googlemap.php:391
1257
+ #: includes/widgets/htmega_googlemap.php:447
1258
+ #: includes/widgets/htmega_gravity_forms.php:182
1259
+ #: includes/widgets/htmega_image_comparison.php:102
1260
+ #: includes/widgets/htmega_image_comparison.php:284
1261
+ #: includes/widgets/htmega_image_comparison.php:365
1262
+ #: includes/widgets/htmega_image_comparison.php:454
1263
+ #: includes/widgets/htmega_image_comparison.php:520
1264
+ #: includes/widgets/htmega_image_comparison.php:540
1265
+ #: includes/widgets/htmega_image_grid.php:323
1266
+ #: includes/widgets/htmega_image_grid.php:482
1267
+ #: includes/widgets/htmega_image_grid.php:554
1268
+ #: includes/widgets/htmega_image_marker.php:44
1269
+ #: includes/widgets/htmega_image_marker.php:646
1270
+ #: includes/widgets/htmega_image_marker.php:725
1271
+ #: includes/widgets/htmega_image_masonry.php:298
1272
+ #: includes/widgets/htmega_image_masonry.php:468
1273
+ #: includes/widgets/htmega_image_masonry.php:549
1274
+ #: includes/widgets/htmega_inline_menu.php:166
1275
+ #: includes/widgets/htmega_inline_menu.php:265
1276
+ #: includes/widgets/htmega_inline_menu.php:428
1277
+ #: includes/widgets/htmega_instagram.php:625
1278
+ #: includes/widgets/htmega_instagram.php:671
1279
+ #: includes/widgets/htmega_instagram.php:814
1280
+ #: includes/widgets/htmega_instagram.php:974
1281
+ #: includes/widgets/htmega_instagram.php:1093
1282
+ #: includes/widgets/htmega_instagram.php:1153
1283
+ #: includes/widgets/htmega_instagram.php:1247
1284
+ #: includes/widgets/htmega_instagram.php:1313
1285
+ #: includes/widgets/htmega_instagram.php:1410
1286
+ #: includes/widgets/htmega_lightbox.php:354
1287
+ #: includes/widgets/htmega_mailchimp_for_wp.php:108
1288
+ #: includes/widgets/htmega_modal.php:249 includes/widgets/htmega_modal.php:455
1289
+ #: includes/widgets/htmega_modal.php:516 includes/widgets/htmega_modal.php:613
1290
+ #: includes/widgets/htmega_modal.php:701 includes/widgets/htmega_modal.php:776
1291
+ #: includes/widgets/htmega_modal.php:868 includes/widgets/htmega_modal.php:946
1292
+ #: includes/widgets/htmega_news_ticker.php:355
1293
+ #: includes/widgets/htmega_news_ticker.php:514
1294
+ #: includes/widgets/htmega_news_ticker.php:643
1295
+ #: includes/widgets/htmega_news_ticker.php:750
1296
+ #: includes/widgets/htmega_news_ticker.php:874
1297
+ #: includes/widgets/htmega_news_ticker.php:931
1298
+ #: includes/widgets/htmega_ninja_forms.php:270
1299
+ #: includes/widgets/htmega_notify.php:362
1300
+ #: includes/widgets/htmega_notify.php:429
1301
+ #: includes/widgets/htmega_notify.php:514
1302
+ #: includes/widgets/htmega_notify.php:663
1303
+ #: includes/widgets/htmega_offcanvas.php:354
1304
+ #: includes/widgets/htmega_offcanvas.php:466
1305
+ #: includes/widgets/htmega_offcanvas.php:497
1306
+ #: includes/widgets/htmega_panel_slider.php:540
1307
+ #: includes/widgets/htmega_panel_slider.php:599
1308
+ #: includes/widgets/htmega_panel_slider.php:800
1309
+ #: includes/widgets/htmega_panel_slider.php:989
1310
+ #: includes/widgets/htmega_panel_slider.php:1109
1311
+ #: includes/widgets/htmega_panel_slider.php:1160
1312
+ #: includes/widgets/htmega_popover.php:395
1313
+ #: includes/widgets/htmega_popover.php:473
1314
+ #: includes/widgets/htmega_popover.php:542
1315
+ #: includes/widgets/htmega_popover.php:628
1316
+ #: includes/widgets/htmega_popover.php:732
1317
+ #: includes/widgets/htmega_post_grid.php:227
1318
+ #: includes/widgets/htmega_post_grid.php:714
1319
+ #: includes/widgets/htmega_post_grid_tab.php:268
1320
+ #: includes/widgets/htmega_post_grid_tab.php:344
1321
+ #: includes/widgets/htmega_post_grid_tab.php:677
1322
+ #: includes/widgets/htmega_post_grid_tab.php:707
1323
+ #: includes/widgets/htmega_post_grid_tab.php:897
1324
+ #: includes/widgets/htmega_post_grid_tab.php:947
1325
+ #: includes/widgets/htmega_post_grid_tab.php:1012
1326
+ #: includes/widgets/htmega_post_grid_tab.php:1070
1327
+ #: includes/widgets/htmega_post_grid_tab.php:1101
1328
+ #: includes/widgets/htmega_post_slider.php:657
1329
+ #: includes/widgets/htmega_post_slider.php:694
1330
+ #: includes/widgets/htmega_post_slider.php:717
1331
+ #: includes/widgets/htmega_post_slider.php:1111
1332
+ #: includes/widgets/htmega_post_slider.php:1141
1333
+ #: includes/widgets/htmega_post_slider.php:1324
1334
+ #: includes/widgets/htmega_post_slider.php:1374
1335
+ #: includes/widgets/htmega_post_slider.php:1584
1336
+ #: includes/widgets/htmega_post_slider.php:1704
1337
+ #: includes/widgets/htmega_post_slider.php:1817
1338
+ #: includes/widgets/htmega_post_slider.php:1868
1339
+ #: includes/widgets/htmega_post_slider.php:1969
1340
+ #: includes/widgets/htmega_post_slider.php:2017
1341
+ #: includes/widgets/htmega_progressbar.php:479
1342
+ #: includes/widgets/htmega_progressbar.php:660
1343
+ #: includes/widgets/htmega_qu_forms.php:79
1344
+ #: includes/widgets/htmega_qu_forms.php:167
1345
+ #: includes/widgets/htmega_scroll_image.php:166
1346
+ #: includes/widgets/htmega_scroll_image.php:309
1347
+ #: includes/widgets/htmega_scroll_navigation.php:301
1348
+ #: includes/widgets/htmega_scroll_navigation.php:395
1349
+ #: includes/widgets/htmega_search.php:262
1350
+ #: includes/widgets/htmega_search.php:407
1351
+ #: includes/widgets/htmega_search.php:494
1352
+ #: includes/widgets/htmega_search.php:624
1353
+ #: includes/widgets/htmega_search.php:748
1354
+ #: includes/widgets/htmega_search.php:922
1355
+ #: includes/widgets/htmega_search.php:969
1356
+ #: includes/widgets/htmega_section_title.php:378
1357
+ #: includes/widgets/htmega_section_title.php:635
1358
+ #: includes/widgets/htmega_section_title.php:866
1359
+ #: includes/widgets/htmega_section_title.php:1016
1360
+ #: includes/widgets/htmega_services.php:210
1361
+ #: includes/widgets/htmega_services.php:278
1362
+ #: includes/widgets/htmega_services.php:330
1363
+ #: includes/widgets/htmega_services.php:686
1364
+ #: includes/widgets/htmega_services.php:768
1365
+ #: includes/widgets/htmega_services.php:813
1366
+ #: includes/widgets/htmega_services.php:948
1367
+ #: includes/widgets/htmega_services.php:1076
1368
+ #: includes/widgets/htmega_services.php:1128
1369
+ #: includes/widgets/htmega_single_post.php:305
1370
+ #: includes/widgets/htmega_single_post.php:483
1371
+ #: includes/widgets/htmega_slider_thumb_gallery.php:790
1372
+ #: includes/widgets/htmega_slider_thumb_gallery.php:865
1373
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1010
1374
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1082
1375
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1176
1376
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1293
1377
+ #: includes/widgets/htmega_socialshere.php:122
1378
+ #: includes/widgets/htmega_socialshere.php:232
1379
+ #: includes/widgets/htmega_socialshere.php:283
1380
+ #: includes/widgets/htmega_socialshere.php:582
1381
+ #: includes/widgets/htmega_socialshere.php:693
1382
+ #: includes/widgets/htmega_socialshere.php:724
1383
+ #: includes/widgets/htmega_special_banner.php:322
1384
+ #: includes/widgets/htmega_special_banner.php:691
1385
+ #: includes/widgets/htmega_special_banner.php:770
1386
+ #: includes/widgets/htmega_switcher.php:284
1387
+ #: includes/widgets/htmega_switcher.php:416
1388
+ #: includes/widgets/htmega_switcher.php:491
1389
+ #: includes/widgets/htmega_switcher.php:603 includes/widgets/htmega_tab.php:147
1390
+ #: includes/widgets/htmega_tab.php:168 includes/widgets/htmega_tab.php:306
1391
+ #: includes/widgets/htmega_tab.php:559 includes/widgets/htmega_tab.php:636
1392
+ #: includes/widgets/htmega_tab.php:722 includes/widgets/htmega_tab.php:816
1393
+ #: includes/widgets/htmega_tab.php:882 includes/widgets/htmega_table.php:162
1394
+ #: includes/widgets/htmega_table.php:423 includes/widgets/htmega_table.php:499
1395
+ #: includes/widgets/htmega_table.php:585 includes/widgets/htmega_table.php:878
1396
+ #: includes/widgets/htmega_table.php:957
1397
+ #: includes/widgets/htmega_tablepress.php:151
1398
+ #: includes/widgets/htmega_tablepress.php:270
1399
+ #: includes/widgets/htmega_tablepress.php:314
1400
+ #: includes/widgets/htmega_teammember.php:386
1401
+ #: includes/widgets/htmega_teammember.php:487
1402
+ #: includes/widgets/htmega_teammember.php:523
1403
+ #: includes/widgets/htmega_teammember.php:546
1404
+ #: includes/widgets/htmega_testimonial_grid.php:298
1405
+ #: includes/widgets/htmega_testimonial_grid.php:343
1406
+ #: includes/widgets/htmega_testimonial_grid.php:644
1407
+ #: includes/widgets/htmega_toggle.php:311
1408
+ #: includes/widgets/htmega_toggle.php:363
1409
+ #: includes/widgets/htmega_tooltip.php:372
1410
+ #: includes/widgets/htmega_tooltip.php:450
1411
+ #: includes/widgets/htmega_tooltip.php:525
1412
+ #: includes/widgets/htmega_twitter_feed.php:552
1413
+ #: includes/widgets/htmega_twitter_feed.php:1117
1414
+ #: includes/widgets/htmega_twitter_feed.php:1254
1415
+ #: includes/widgets/htmega_twitter_feed.php:1314
1416
+ #: includes/widgets/htmega_twitter_feed.php:1443
1417
+ #: includes/widgets/htmega_user_login_form.php:533
1418
+ #: includes/widgets/htmega_user_login_form.php:827
1419
+ #: includes/widgets/htmega_user_login_form.php:1099
1420
+ #: includes/widgets/htmega_user_login_form.php:1218
1421
+ #: includes/widgets/htmega_user_login_form.php:1297
1422
+ #: includes/widgets/htmega_user_login_form.php:1402
1423
+ #: includes/widgets/htmega_user_login_form.php:1467
1424
+ #: includes/widgets/htmega_vertical_timeline.php:403
1425
+ #: includes/widgets/htmega_vertical_timeline.php:444
1426
+ #: includes/widgets/htmega_vertical_timeline.php:484
1427
+ #: includes/widgets/htmega_vertical_timeline.php:613
1428
+ #: includes/widgets/htmega_video_player.php:242
1429
+ #: includes/widgets/htmega_video_player.php:357
1430
+ #: includes/widgets/htmega_video_player.php:494
1431
+ #: includes/widgets/htmega_wc_categories.php:184
1432
+ #: includes/widgets/htmega_wc_categories.php:246
1433
+ #: includes/widgets/htmega_wc_element_pages.php:1154
1434
+ #: includes/widgets/htmega_wc_element_pages.php:1197
1435
+ #: includes/widgets/htmega_working_process.php:200
1436
+ #: includes/widgets/htmega_working_process.php:378
1437
+ #: includes/widgets/htmega_working_process.php:392
1438
+ #: includes/widgets/htmega_working_process.php:587
1439
+ #: includes/widgets/htmega_working_process.php:802
1440
+ #: includes/widgets/htmega_working_process.php:1004
1441
+ #: includes/widgets/htmega_working_process.php:1083
1442
+ #: includes/widgets/htmega_wpforms.php:260
1443
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:162
1444
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:247
1445
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:300
1446
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:353
1447
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:395
1448
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:448
1449
+ #: extensions/ht-menu/menu/templates.php:143
1450
+ #: includes/widgets/weather/htmega_weather.php:297
1451
+ msgid "Background"
1452
+ msgstr ""
1453
+
1454
+ #: includes/widgets/htmega_booked_calender.php:661
1455
+ #: includes/widgets/htmega_business_hours.php:144
1456
+ #: includes/widgets/htmega_caldera_forms.php:119
1457
+ #: includes/widgets/htmega_caldera_forms.php:224
1458
+ #: includes/widgets/htmega_caldera_forms.php:311
1459
+ #: includes/widgets/htmega_carousel.php:445
1460
+ #: includes/widgets/htmega_contact_form_seven.php:183
1461
+ #: includes/widgets/htmega_contact_form_seven.php:349
1462
+ #: includes/widgets/htmega_contact_form_seven.php:450
1463
+ #: includes/widgets/htmega_contact_form_seven.php:586
1464
+ #: includes/widgets/htmega_contact_form_seven.php:674
1465
+ #: includes/widgets/htmega_cuctom_event.php:342
1466
+ #: includes/widgets/htmega_gravity_forms.php:270
1467
+ #: includes/widgets/htmega_gravity_forms.php:422
1468
+ #: includes/widgets/htmega_gravity_forms.php:509
1469
+ #: includes/widgets/htmega_mailchimp_for_wp.php:187
1470
+ #: includes/widgets/htmega_mailchimp_for_wp.php:375
1471
+ #: includes/widgets/htmega_mailchimp_for_wp.php:463
1472
+ #: includes/widgets/htmega_ninja_forms.php:358
1473
+ #: includes/widgets/htmega_ninja_forms.php:468
1474
+ #: includes/widgets/htmega_ninja_forms.php:620
1475
+ #: includes/widgets/htmega_ninja_forms.php:707
1476
+ #: includes/widgets/htmega_pricing_list_view.php:329
1477
+ #: includes/widgets/htmega_pricing_list_view.php:699
1478
+ #: includes/widgets/htmega_pricing_list_view.php:958
1479
+ #: includes/widgets/htmega_pricing_list_view.php:1220
1480
+ #: includes/widgets/htmega_pricing_list_view.php:1290
1481
+ #: includes/widgets/htmega_pricing_list_view.php:1460
1482
+ #: includes/widgets/htmega_pricing_list_view.php:1566
1483
+ #: includes/widgets/htmega_pricing_list_view.php:1643
1484
+ #: includes/widgets/htmega_pricing_list_view.php:1724
1485
+ #: includes/widgets/htmega_pricing_list_view.php:1801
1486
+ #: includes/widgets/htmega_qu_forms.php:255
1487
+ #: includes/widgets/htmega_qu_forms.php:365
1488
+ #: includes/widgets/htmega_qu_forms.php:517
1489
+ #: includes/widgets/htmega_qu_forms.php:604
1490
+ #: includes/widgets/htmega_vertical_timeline.php:219
1491
+ #: includes/widgets/htmega_vertical_timeline.php:296
1492
+ #: includes/widgets/htmega_wc_element_pages.php:101
1493
+ #: includes/widgets/htmega_wc_element_pages.php:136
1494
+ #: includes/widgets/htmega_wc_element_pages.php:217
1495
+ #: includes/widgets/htmega_wc_element_pages.php:302
1496
+ #: includes/widgets/htmega_wc_element_pages.php:378
1497
+ #: includes/widgets/htmega_wc_element_pages.php:444
1498
+ #: includes/widgets/htmega_wc_element_pages.php:552
1499
+ #: includes/widgets/htmega_wc_element_pages.php:675
1500
+ #: includes/widgets/htmega_wc_element_pages.php:729
1501
+ #: includes/widgets/htmega_wc_element_pages.php:797
1502
+ #: includes/widgets/htmega_wc_element_pages.php:887
1503
+ #: includes/widgets/htmega_wc_element_pages.php:1000
1504
+ #: includes/widgets/htmega_wc_element_pages.php:1080
1505
+ #: includes/widgets/htmega_wpforms.php:348
1506
+ #: includes/widgets/htmega_wpforms.php:458
1507
+ #: includes/widgets/htmega_wpforms.php:610
1508
+ #: includes/widgets/htmega_wpforms.php:697
1509
+ #: extensions/ht-builder/widgets/bl_post_comments.php:109
1510
+ #: extensions/ht-builder/widgets/bl_post_comments.php:159
1511
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:195
1512
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:269
1513
+ #: extensions/ht-menu/menu/templates.php:179
1514
+ #: extensions/wc-sales-notification/admin/setting.php:188
1515
+ msgid "Background Color"
1516
+ msgstr ""
1517
+
1518
+ #: includes/widgets/htmega_pricing_list_view.php:1369
1519
+ msgid "Background Color ( Even )"
1520
+ msgstr ""
1521
+
1522
+ #: includes/widgets/htmega_table.php:677
1523
+ msgid "Background Color ( Event )"
1524
+ msgstr ""
1525
+
1526
+ #: includes/widgets/htmega_pricing_list_view.php:1381
1527
+ #: includes/widgets/htmega_table.php:689
1528
+ msgid "Background Color ( Odd )"
1529
+ msgstr ""
1530
+
1531
+ #: admin/include/admin-setting.php:1259 admin/include/admin-setting.php:1284
1532
+ msgid "Background color option"
1533
+ msgstr ""
1534
+
1535
+ #: includes/widgets/htmega_counter.php:211
1536
+ #: includes/widgets/weather/htmega_weather.php:218
1537
+ msgid "Background Overlay"
1538
+ msgstr ""
1539
+
1540
+ #: extensions/ht-menu/menu/templates.php:185
1541
+ msgid "Background Second Color"
1542
+ msgstr ""
1543
+
1544
+ #: includes/widgets/htmega_dropcaps.php:195
1545
+ msgid "Backround Image as Text Color"
1546
+ msgstr ""
1547
+
1548
+ #: includes/widgets/htmega_scroll_image.php:233
1549
+ msgid "Badge"
1550
+ msgstr ""
1551
+
1552
+ #: includes/widgets/htmega_special_banner.php:157
1553
+ msgid "Badge Image"
1554
+ msgstr ""
1555
+
1556
+ #: includes/widgets/htmega_scroll_image.php:124
1557
+ #: includes/widgets/htmega_scroll_image.php:128
1558
+ msgid "Badge Text"
1559
+ msgstr ""
1560
+
1561
+ #: extensions/ht-menu/menu/templates.php:50
1562
+ msgid "Badges"
1563
+ msgstr ""
1564
+
1565
+ #: includes/widgets/htmega_socialshere.php:76
1566
+ msgid "Baidu"
1567
+ msgstr ""
1568
+
1569
+ #: includes/widgets/htmega_googlemap.php:103
1570
+ msgid "Bangladesh"
1571
+ msgstr ""
1572
+
1573
+ #: includes/widgets/htmega_add_banner.php:34
1574
+ #: includes/widgets/htmega_special_banner.php:35
1575
+ msgid "Banner"
1576
+ msgstr ""
1577
+
1578
+ #: includes/widgets/htmega_special_banner.php:147
1579
+ msgid "Banner Badge"
1580
+ msgstr ""
1581
+
1582
+ #: includes/widgets/htmega_add_banner.php:112
1583
+ #: includes/widgets/htmega_special_banner.php:98
1584
+ msgid "Banner Description"
1585
+ msgstr ""
1586
+
1587
+ #: includes/widgets/htmega_special_banner.php:313
1588
+ msgid "Banner Hover Color"
1589
+ msgstr ""
1590
+
1591
+ #: includes/widgets/htmega_add_banner.php:119
1592
+ #: includes/widgets/htmega_special_banner.php:123
1593
+ msgid "Banner Link"
1594
+ msgstr ""
1595
+
1596
+ #: includes/widgets/htmega_add_banner.php:103
1597
+ #: includes/widgets/htmega_special_banner.php:89
1598
+ msgid "Banner Sub Title"
1599
+ msgstr ""
1600
+
1601
+ #: includes/widgets/htmega_add_banner.php:94
1602
+ #: includes/widgets/htmega_special_banner.php:80
1603
+ msgid "Banner Title"
1604
+ msgstr ""
1605
+
1606
+ #: includes/widgets/htmega_pricing_list_view.php:1151
1607
+ msgid "Baseline"
1608
+ msgstr ""
1609
+
1610
+ #: includes/widgets/htmega_bbpress.php:13
1611
+ #: includes/widgets/htmega_bbpress.php:35
1612
+ msgid "Bbpress"
1613
+ msgstr ""
1614
+
1615
+ #: admin/include/admin-setting.php:919
1616
+ msgid "bbPress"
1617
+ msgstr ""
1618
+
1619
+ #: includes/widgets/htmega_section_title.php:710
1620
+ #: includes/widgets/htmega_section_title.php:875
1621
+ msgid "Befor, After Border"
1622
+ msgstr ""
1623
+
1624
+ #: includes/widgets/htmega_blockquote.php:404
1625
+ #: includes/widgets/htmega_image_comparison.php:156
1626
+ msgid "Before"
1627
+ msgstr ""
1628
+
1629
+ #: includes/widgets/htmega_section_title.php:447
1630
+ msgid "Before And After Border Color"
1631
+ msgstr ""
1632
+
1633
+ #: includes/widgets/htmega_inline_menu.php:296
1634
+ #: includes/widgets/htmega_inline_menu.php:458
1635
+ msgid "Before Background"
1636
+ msgstr ""
1637
+
1638
+ #: includes/widgets/htmega_inline_menu.php:382
1639
+ #: includes/widgets/htmega_inline_menu.php:544
1640
+ msgid "Before Border Botton Position"
1641
+ msgstr ""
1642
+
1643
+ #: includes/widgets/htmega_inline_menu.php:337
1644
+ #: includes/widgets/htmega_inline_menu.php:499
1645
+ msgid "Before Border Size"
1646
+ msgstr ""
1647
+
1648
+ #: includes/widgets/htmega_inline_menu.php:359
1649
+ #: includes/widgets/htmega_inline_menu.php:521
1650
+ msgid "Before Border Top Position"
1651
+ msgstr ""
1652
+
1653
+ #: includes/widgets/htmega_image_comparison.php:50
1654
+ msgid "Before Image"
1655
+ msgstr ""
1656
+
1657
+ #: includes/widgets/htmega_pricing_list_view.php:81
1658
+ msgid "Before Price Label"
1659
+ msgstr ""
1660
+
1661
+ #: includes/widgets/htmega_pricing_list_view.php:1534
1662
+ msgid "Before Price Style"
1663
+ msgstr ""
1664
+
1665
+ #: includes/widgets/htmega_image_comparison.php:172
1666
+ msgid "Before Start Amount"
1667
+ msgstr ""
1668
+
1669
+ #: includes/widgets/htmega_animated_heading.php:151
1670
+ msgid "Before Text Style"
1671
+ msgstr ""
1672
+
1673
+ #: includes/widgets/htmega_image_comparison.php:154
1674
+ #: includes/widgets/htmega_image_comparison.php:228
1675
+ msgid "Before Title"
1676
+ msgstr ""
1677
+
1678
+ #: includes/widgets/htmega_inline_menu.php:311
1679
+ #: includes/widgets/htmega_inline_menu.php:473
1680
+ msgid "Before/After Border"
1681
+ msgstr ""
1682
+
1683
+ #: includes/widgets/htmega_teammember.php:175
1684
+ msgid "Bio Info"
1685
+ msgstr ""
1686
+
1687
+ #: includes/widgets/htmega_teammember.php:864
1688
+ msgid "Bio info"
1689
+ msgstr ""
1690
+
1691
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:256
1692
+ msgid "Biography"
1693
+ msgstr ""
1694
+
1695
+ #: extensions/ht-builder/widgets/bl_post_archive.php:23
1696
+ msgid "BL: Archive Posts"
1697
+ msgstr ""
1698
+
1699
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:22
1700
+ msgid "BL: Archive Title"
1701
+ msgstr ""
1702
+
1703
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:22
1704
+ msgid "BL: Author Info"
1705
+ msgstr ""
1706
+
1707
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:23
1708
+ msgid "BL: Nav Menu"
1709
+ msgstr ""
1710
+
1711
+ #: extensions/ht-builder/widgets/bl_page_title.php:22
1712
+ msgid "BL: Page Title"
1713
+ msgstr ""
1714
+
1715
+ #: extensions/ht-builder/widgets/bl_post_comments.php:23
1716
+ msgid "BL: Post Comments"
1717
+ msgstr ""
1718
+
1719
+ #: extensions/ht-builder/widgets/bl_post_content.php:22
1720
+ msgid "BL: Post Content"
1721
+ msgstr ""
1722
+
1723
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:22
1724
+ msgid "BL: Post Excerpt"
1725
+ msgstr ""
1726
+
1727
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:23
1728
+ msgid "BL: Post Featured Image"
1729
+ msgstr ""
1730
+
1731
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:23
1732
+ msgid "BL: Post Meta Info"
1733
+ msgstr ""
1734
+
1735
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:22
1736
+ msgid "BL: Post Search Form"
1737
+ msgstr ""
1738
+
1739
+ #: extensions/ht-builder/widgets/bl_post_title.php:23
1740
+ msgid "BL: Post Title"
1741
+ msgstr ""
1742
+
1743
+ #: extensions/ht-builder/widgets/bl_site_logo.php:24
1744
+ msgid "BL: Site Logo"
1745
+ msgstr ""
1746
+
1747
+ #: extensions/ht-builder/widgets/bl_site_title.php:22
1748
+ msgid "BL: Site Title"
1749
+ msgstr ""
1750
+
1751
+ #: includes/widgets/htmega_section_title.php:616
1752
+ #: includes/widgets/htmega_section_title.php:847
1753
+ msgid "Block"
1754
+ msgstr ""
1755
+
1756
+ #: admin/include/admin-setting.php:151
1757
+ #: includes/widgets/htmega_blockquote.php:13
1758
+ #: includes/widgets/htmega_blockquote.php:34
1759
+ msgid "Blockquote"
1760
+ msgstr ""
1761
+
1762
+ #: includes/widgets/htmega_blockquote.php:79
1763
+ msgid "Blockquote By"
1764
+ msgstr ""
1765
+
1766
+ #: includes/widgets/htmega_blockquote.php:69
1767
+ msgid "Blockquote Content"
1768
+ msgstr ""
1769
+
1770
+ #: includes/widgets/htmega_blockquote.php:149
1771
+ msgid "Blockquote Position"
1772
+ msgstr ""
1773
+
1774
+ #: includes/widgets/htmega_blockquote.php:89
1775
+ msgid "Blockquote Type"
1776
+ msgstr ""
1777
+
1778
+ #: admin/include/templates_list.php:34
1779
+ msgid "Blocks"
1780
+ msgstr ""
1781
+
1782
+ #: admin/include/admin-setting.php:1250 admin/include/admin-setting.php:1275
1783
+ msgid "Blog Archive Category Wise Individual layout"
1784
+ msgstr ""
1785
+
1786
+ #: admin/include/admin-setting.php:1251 admin/include/admin-setting.php:1276
1787
+ msgid "Blog Archive Tag Wise Individual layout"
1788
+ msgstr ""
1789
+
1790
+ #: admin/include/admin-setting.php:1247 admin/include/admin-setting.php:1272
1791
+ msgid "Blog Search Page Builder"
1792
+ msgstr ""
1793
+
1794
+ #: extensions/ht-builder/admin/setting.php:73
1795
+ msgid "Blog Template."
1796
+ msgstr ""
1797
+
1798
+ #: extensions/ht-builder/widgets/bl_post_title.php:136
1799
+ msgid "Blog Title"
1800
+ msgstr ""
1801
+
1802
+ #: includes/widgets/htmega_socialshere.php:63
1803
+ msgid "Blogger"
1804
+ msgstr ""
1805
+
1806
+ #: includes/widgets/htmega_booked_calender.php:238
1807
+ #: includes/widgets/htmega_notify.php:92
1808
+ #: includes/widgets/htmega_tablepress.php:242
1809
+ msgid "Body"
1810
+ msgstr ""
1811
+
1812
+ #: includes/widgets/htmega_booked_calender.php:13
1813
+ msgid "Booked Calendar"
1814
+ msgstr ""
1815
+
1816
+ #: admin/include/admin-setting.php:929
1817
+ #: includes/widgets/htmega_booked_calender.php:35
1818
+ msgid "Booked Calender"
1819
+ msgstr ""
1820
+
1821
+ #: includes/widgets/htmega_notify.php:223
1822
+ msgid "Bootstrap Column Width"
1823
+ msgstr ""
1824
+
1825
+ #: includes/widgets/htmega_404_content.php:328
1826
+ #: includes/widgets/htmega_404_content.php:407
1827
+ #: includes/widgets/htmega_404_content.php:486
1828
+ #: includes/widgets/htmega_404_content.php:608
1829
+ #: includes/widgets/htmega_404_content.php:659
1830
+ #: includes/widgets/htmega_404_content.php:759
1831
+ #: includes/widgets/htmega_404_content.php:810
1832
+ #: includes/widgets/htmega_accordion.php:515
1833
+ #: includes/widgets/htmega_accordion.php:599
1834
+ #: includes/widgets/htmega_accordion.php:769
1835
+ #: includes/widgets/htmega_accordion.php:867
1836
+ #: includes/widgets/htmega_accordion.php:1041
1837
+ #: includes/widgets/htmega_accordion.php:1152
1838
+ #: includes/widgets/htmega_accordion.php:1289
1839
+ #: includes/widgets/htmega_add_banner.php:188
1840
+ #: includes/widgets/htmega_add_banner.php:216
1841
+ #: includes/widgets/htmega_add_banner.php:276
1842
+ #: includes/widgets/htmega_add_banner.php:330
1843
+ #: includes/widgets/htmega_add_banner.php:648
1844
+ #: includes/widgets/htmega_add_banner.php:727
1845
+ #: includes/widgets/htmega_animated_heading.php:183
1846
+ #: includes/widgets/htmega_animated_heading.php:314
1847
+ #: includes/widgets/htmega_animated_heading.php:402
1848
+ #: includes/widgets/htmega_blockquote.php:247
1849
+ #: includes/widgets/htmega_blockquote.php:381
1850
+ #: includes/widgets/htmega_blockquote.php:556
1851
+ #: includes/widgets/htmega_blockquote.php:736
1852
+ #: includes/widgets/htmega_brand.php:343 includes/widgets/htmega_brand.php:355
1853
+ #: includes/widgets/htmega_buddy_press.php:177
1854
+ #: includes/widgets/htmega_business_hours.php:269
1855
+ #: includes/widgets/htmega_business_hours.php:345
1856
+ #: includes/widgets/htmega_business_hours.php:473
1857
+ #: includes/widgets/htmega_button.php:222
1858
+ #: includes/widgets/htmega_button.php:345
1859
+ #: includes/widgets/htmega_button.php:549
1860
+ #: includes/widgets/htmega_caldera_forms.php:166
1861
+ #: includes/widgets/htmega_caldera_forms.php:236
1862
+ #: includes/widgets/htmega_call_to_action.php:401
1863
+ #: includes/widgets/htmega_call_to_action.php:478
1864
+ #: includes/widgets/htmega_call_to_action.php:757
1865
+ #: includes/widgets/htmega_call_to_action.php:837
1866
+ #: includes/widgets/htmega_call_to_action.php:963
1867
+ #: includes/widgets/htmega_call_to_action.php:1043
1868
+ #: includes/widgets/htmega_carousel.php:512
1869
+ #: includes/widgets/htmega_carousel.php:608
1870
+ #: includes/widgets/htmega_carousel.php:783
1871
+ #: includes/widgets/htmega_carousel.php:873
1872
+ #: includes/widgets/htmega_carousel.php:1006
1873
+ #: includes/widgets/htmega_carousel.php:1112
1874
+ #: includes/widgets/htmega_carousel.php:1206
1875
+ #: includes/widgets/htmega_carousel.php:1339
1876
+ #: includes/widgets/htmega_carousel.php:1423
1877
+ #: includes/widgets/htmega_contact_form_seven.php:255
1878
+ #: includes/widgets/htmega_contact_form_seven.php:393
1879
+ #: includes/widgets/htmega_contact_form_seven.php:481
1880
+ #: includes/widgets/htmega_contact_form_seven.php:624
1881
+ #: includes/widgets/htmega_contact_form_seven.php:686
1882
+ #: includes/widgets/htmega_countdown.php:535
1883
+ #: includes/widgets/htmega_countdown.php:547
1884
+ #: includes/widgets/htmega_countdown.php:796
1885
+ #: includes/widgets/htmega_countdown.php:963
1886
+ #: includes/widgets/htmega_countdown.php:1073
1887
+ #: includes/widgets/htmega_countdown.php:1158
1888
+ #: includes/widgets/htmega_counter.php:253
1889
+ #: includes/widgets/htmega_counter.php:515
1890
+ #: includes/widgets/htmega_counter.php:638
1891
+ #: includes/widgets/htmega_counter.php:906
1892
+ #: includes/widgets/htmega_counter.php:994
1893
+ #: includes/widgets/htmega_counter.php:1084
1894
+ #: includes/widgets/htmega_cuctom_event.php:419
1895
+ #: includes/widgets/htmega_cuctom_event.php:461
1896
+ #: includes/widgets/htmega_double_button.php:392
1897
+ #: includes/widgets/htmega_double_button.php:422
1898
+ #: includes/widgets/htmega_double_button.php:488
1899
+ #: includes/widgets/htmega_double_button.php:575
1900
+ #: includes/widgets/htmega_double_button.php:661
1901
+ #: includes/widgets/htmega_double_button.php:747
1902
+ #: includes/widgets/htmega_double_button.php:844
1903
+ #: includes/widgets/htmega_download_monitor.php:183
1904
+ #: includes/widgets/htmega_download_monitor.php:256
1905
+ #: includes/widgets/htmega_dropcaps.php:166
1906
+ #: includes/widgets/htmega_dropcaps.php:267
1907
+ #: includes/widgets/htmega_easy_digital_download.php:274
1908
+ #: includes/widgets/htmega_easy_digital_download.php:555
1909
+ #: includes/widgets/htmega_easy_digital_download.php:624
1910
+ #: includes/widgets/htmega_gallery_justify.php:77
1911
+ #: includes/widgets/htmega_googlemap.php:316
1912
+ #: includes/widgets/htmega_googlemap.php:457
1913
+ #: includes/widgets/htmega_gravity_forms.php:213
1914
+ #: includes/widgets/htmega_gravity_forms.php:346
1915
+ #: includes/widgets/htmega_gravity_forms.php:460
1916
+ #: includes/widgets/htmega_gravity_forms.php:521
1917
+ #: includes/widgets/htmega_image_comparison.php:125
1918
+ #: includes/widgets/htmega_image_comparison.php:263
1919
+ #: includes/widgets/htmega_image_comparison.php:344
1920
+ #: includes/widgets/htmega_image_comparison.php:399
1921
+ #: includes/widgets/htmega_image_comparison.php:433
1922
+ #: includes/widgets/htmega_image_comparison.php:550
1923
+ #: includes/widgets/htmega_image_grid.php:221
1924
+ #: includes/widgets/htmega_image_grid.php:514
1925
+ #: includes/widgets/htmega_image_grid.php:573
1926
+ #: includes/widgets/htmega_image_magnifier.php:111
1927
+ #: includes/widgets/htmega_image_marker.php:656
1928
+ #: includes/widgets/htmega_image_marker.php:735
1929
+ #: includes/widgets/htmega_image_marker.php:868
1930
+ #: includes/widgets/htmega_image_masonry.php:211
1931
+ #: includes/widgets/htmega_image_masonry.php:500
1932
+ #: includes/widgets/htmega_image_masonry.php:568
1933
+ #: includes/widgets/htmega_inline_menu.php:201
1934
+ #: includes/widgets/htmega_inline_menu.php:275
1935
+ #: includes/widgets/htmega_inline_menu.php:438
1936
+ #: includes/widgets/htmega_instagram.php:706
1937
+ #: includes/widgets/htmega_instagram.php:836
1938
+ #: includes/widgets/htmega_instagram.php:984
1939
+ #: includes/widgets/htmega_instagram.php:1103
1940
+ #: includes/widgets/htmega_instagram.php:1163
1941
+ #: includes/widgets/htmega_instagram.php:1257
1942
+ #: includes/widgets/htmega_instagram.php:1323
1943
+ #: includes/widgets/htmega_instagram.php:1459
1944
+ #: includes/widgets/htmega_lightbox.php:265
1945
+ #: includes/widgets/htmega_lightbox.php:453
1946
+ #: includes/widgets/htmega_mailchimp_for_wp.php:230
1947
+ #: includes/widgets/htmega_mailchimp_for_wp.php:413
1948
+ #: includes/widgets/htmega_mailchimp_for_wp.php:475
1949
+ #: includes/widgets/htmega_modal.php:259 includes/widgets/htmega_modal.php:465
1950
+ #: includes/widgets/htmega_modal.php:552 includes/widgets/htmega_modal.php:623
1951
+ #: includes/widgets/htmega_modal.php:724 includes/widgets/htmega_modal.php:786
1952
+ #: includes/widgets/htmega_modal.php:894 includes/widgets/htmega_modal.php:956
1953
+ #: includes/widgets/htmega_news_ticker.php:365
1954
+ #: includes/widgets/htmega_news_ticker.php:537
1955
+ #: includes/widgets/htmega_news_ticker.php:796
1956
+ #: includes/widgets/htmega_news_ticker.php:884
1957
+ #: includes/widgets/htmega_news_ticker.php:941
1958
+ #: includes/widgets/htmega_ninja_forms.php:158
1959
+ #: includes/widgets/htmega_ninja_forms.php:237
1960
+ #: includes/widgets/htmega_ninja_forms.php:301
1961
+ #: includes/widgets/htmega_ninja_forms.php:437
1962
+ #: includes/widgets/htmega_ninja_forms.php:545
1963
+ #: includes/widgets/htmega_ninja_forms.php:658
1964
+ #: includes/widgets/htmega_ninja_forms.php:719
1965
+ #: includes/widgets/htmega_notify.php:342
1966
+ #: includes/widgets/htmega_notify.php:440
1967
+ #: includes/widgets/htmega_notify.php:494
1968
+ #: includes/widgets/htmega_offcanvas.php:446
1969
+ #: includes/widgets/htmega_offcanvas.php:507
1970
+ #: includes/widgets/htmega_panel_slider.php:515
1971
+ #: includes/widgets/htmega_panel_slider.php:810
1972
+ #: includes/widgets/htmega_panel_slider.php:999
1973
+ #: includes/widgets/htmega_panel_slider.php:1131
1974
+ #: includes/widgets/htmega_panel_slider.php:1170
1975
+ #: includes/widgets/htmega_popover.php:405
1976
+ #: includes/widgets/htmega_popover.php:483
1977
+ #: includes/widgets/htmega_popover.php:562
1978
+ #: includes/widgets/htmega_popover.php:638
1979
+ #: includes/widgets/htmega_popover.php:742
1980
+ #: includes/widgets/htmega_post_grid_tab.php:278
1981
+ #: includes/widgets/htmega_post_grid_tab.php:354
1982
+ #: includes/widgets/htmega_post_grid_tab.php:907
1983
+ #: includes/widgets/htmega_post_grid_tab.php:957
1984
+ #: includes/widgets/htmega_post_grid_tab.php:1021
1985
+ #: includes/widgets/htmega_post_grid_tab.php:1079
1986
+ #: includes/widgets/htmega_post_grid_tab.php:1111
1987
+ #: includes/widgets/htmega_post_slider.php:778
1988
+ #: includes/widgets/htmega_post_slider.php:1334
1989
+ #: includes/widgets/htmega_post_slider.php:1384
1990
+ #: includes/widgets/htmega_post_slider.php:1594
1991
+ #: includes/widgets/htmega_post_slider.php:1714
1992
+ #: includes/widgets/htmega_post_slider.php:1839
1993
+ #: includes/widgets/htmega_post_slider.php:1878
1994
+ #: includes/widgets/htmega_post_slider.php:1950
1995
+ #: includes/widgets/htmega_post_slider.php:2027
1996
+ #: includes/widgets/htmega_pricing_list_view.php:912
1997
+ #: includes/widgets/htmega_pricing_list_view.php:1257
1998
+ #: includes/widgets/htmega_pricing_list_view.php:1336
1999
+ #: includes/widgets/htmega_pricing_list_view.php:1427
2000
+ #: includes/widgets/htmega_progressbar.php:353
2001
+ #: includes/widgets/htmega_progressbar.php:489
2002
+ #: includes/widgets/htmega_progressbar.php:607
2003
+ #: includes/widgets/htmega_progressbar.php:698
2004
+ #: includes/widgets/htmega_progressbar.php:790
2005
+ #: includes/widgets/htmega_qu_forms.php:110
2006
+ #: includes/widgets/htmega_qu_forms.php:198
2007
+ #: includes/widgets/htmega_qu_forms.php:334
2008
+ #: includes/widgets/htmega_qu_forms.php:442
2009
+ #: includes/widgets/htmega_qu_forms.php:555
2010
+ #: includes/widgets/htmega_qu_forms.php:616
2011
+ #: includes/widgets/htmega_scroll_image.php:76
2012
+ #: includes/widgets/htmega_scroll_image.php:176
2013
+ #: includes/widgets/htmega_scroll_image.php:336
2014
+ #: includes/widgets/htmega_scroll_navigation.php:311
2015
+ #: includes/widgets/htmega_scroll_navigation.php:405
2016
+ #: includes/widgets/htmega_search.php:369
2017
+ #: includes/widgets/htmega_search.php:582
2018
+ #: includes/widgets/htmega_search.php:634
2019
+ #: includes/widgets/htmega_search.php:820
2020
+ #: includes/widgets/htmega_search.php:982
2021
+ #: includes/widgets/htmega_section_title.php:439
2022
+ #: includes/widgets/htmega_section_title.php:567
2023
+ #: includes/widgets/htmega_section_title.php:800
2024
+ #: includes/widgets/htmega_section_title.php:981
2025
+ #: includes/widgets/htmega_services.php:219
2026
+ #: includes/widgets/htmega_services.php:287
2027
+ #: includes/widgets/htmega_services.php:340
2028
+ #: includes/widgets/htmega_services.php:696
2029
+ #: includes/widgets/htmega_services.php:778
2030
+ #: includes/widgets/htmega_services.php:958
2031
+ #: includes/widgets/htmega_services.php:1086
2032
+ #: includes/widgets/htmega_services.php:1138
2033
+ #: includes/widgets/htmega_slider_thumb_gallery.php:875
2034
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1020
2035
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1092
2036
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1186
2037
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1230
2038
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1303
2039
+ #: includes/widgets/htmega_socialshere.php:132
2040
+ #: includes/widgets/htmega_socialshere.php:160
2041
+ #: includes/widgets/htmega_socialshere.php:242
2042
+ #: includes/widgets/htmega_socialshere.php:293
2043
+ #: includes/widgets/htmega_socialshere.php:438
2044
+ #: includes/widgets/htmega_socialshere.php:573
2045
+ #: includes/widgets/htmega_special_banner.php:671
2046
+ #: includes/widgets/htmega_special_banner.php:750
2047
+ #: includes/widgets/htmega_switcher.php:297
2048
+ #: includes/widgets/htmega_switcher.php:440
2049
+ #: includes/widgets/htmega_switcher.php:515
2050
+ #: includes/widgets/htmega_switcher.php:613 includes/widgets/htmega_tab.php:316
2051
+ #: includes/widgets/htmega_tab.php:594 includes/widgets/htmega_tab.php:646
2052
+ #: includes/widgets/htmega_tab.php:732 includes/widgets/htmega_tab.php:827
2053
+ #: includes/widgets/htmega_tab.php:892 includes/widgets/htmega_table.php:172
2054
+ #: includes/widgets/htmega_table.php:436 includes/widgets/htmega_table.php:534
2055
+ #: includes/widgets/htmega_table.php:616 includes/widgets/htmega_table.php:735
2056
+ #: includes/widgets/htmega_table.php:839 includes/widgets/htmega_table.php:891
2057
+ #: includes/widgets/htmega_table.php:970
2058
+ #: includes/widgets/htmega_tablepress.php:132
2059
+ #: includes/widgets/htmega_tablepress.php:188
2060
+ #: includes/widgets/htmega_tablepress.php:251
2061
+ #: includes/widgets/htmega_teammember.php:359
2062
+ #: includes/widgets/htmega_teammember.php:500
2063
+ #: includes/widgets/htmega_teammember.php:558
2064
+ #: includes/widgets/htmega_teammember.php:1020
2065
+ #: includes/widgets/htmega_testimonial_grid.php:307
2066
+ #: includes/widgets/htmega_testimonial_grid.php:352
2067
+ #: includes/widgets/htmega_testimonial_grid.php:397
2068
+ #: includes/widgets/htmega_toggle.php:321
2069
+ #: includes/widgets/htmega_toggle.php:373
2070
+ #: includes/widgets/htmega_tooltip.php:382
2071
+ #: includes/widgets/htmega_tooltip.php:460
2072
+ #: includes/widgets/htmega_twitter_feed.php:597
2073
+ #: includes/widgets/htmega_twitter_feed.php:766
2074
+ #: includes/widgets/htmega_twitter_feed.php:1015
2075
+ #: includes/widgets/htmega_twitter_feed.php:1127
2076
+ #: includes/widgets/htmega_twitter_feed.php:1264
2077
+ #: includes/widgets/htmega_twitter_feed.php:1324
2078
+ #: includes/widgets/htmega_twitter_feed.php:1453
2079
+ #: includes/widgets/htmega_user_login_form.php:903
2080
+ #: includes/widgets/htmega_user_login_form.php:1176
2081
+ #: includes/widgets/htmega_user_login_form.php:1228
2082
+ #: includes/widgets/htmega_user_login_form.php:1360
2083
+ #: includes/widgets/htmega_user_login_form.php:1412
2084
+ #: includes/widgets/htmega_user_login_form.php:1502
2085
+ #: includes/widgets/htmega_vertical_timeline.php:363
2086
+ #: includes/widgets/htmega_video_player.php:263
2087
+ #: includes/widgets/htmega_video_player.php:422
2088
+ #: includes/widgets/htmega_video_player.php:464
2089
+ #: includes/widgets/htmega_wc_categories.php:194
2090
+ #: includes/widgets/htmega_wc_categories.php:256
2091
+ #: includes/widgets/htmega_wc_categories.php:428
2092
+ #: includes/widgets/htmega_wc_categories.php:456
2093
+ #: includes/widgets/htmega_wc_element_pages.php:160
2094
+ #: includes/widgets/htmega_wc_element_pages.php:229
2095
+ #: includes/widgets/htmega_wc_element_pages.php:390
2096
+ #: includes/widgets/htmega_wc_element_pages.php:456
2097
+ #: includes/widgets/htmega_wc_element_pages.php:624
2098
+ #: includes/widgets/htmega_wc_element_pages.php:741
2099
+ #: includes/widgets/htmega_wc_element_pages.php:937
2100
+ #: includes/widgets/htmega_wc_element_pages.php:1012
2101
+ #: includes/widgets/htmega_working_process.php:432
2102
+ #: includes/widgets/htmega_working_process.php:690
2103
+ #: includes/widgets/htmega_working_process.php:769
2104
+ #: includes/widgets/htmega_working_process.php:869
2105
+ #: includes/widgets/htmega_working_process.php:984
2106
+ #: includes/widgets/htmega_working_process.php:1092
2107
+ #: includes/widgets/htmega_wpforms.php:150
2108
+ #: includes/widgets/htmega_wpforms.php:229
2109
+ #: includes/widgets/htmega_wpforms.php:291
2110
+ #: includes/widgets/htmega_wpforms.php:427
2111
+ #: includes/widgets/htmega_wpforms.php:535
2112
+ #: includes/widgets/htmega_wpforms.php:648
2113
+ #: includes/widgets/htmega_wpforms.php:709
2114
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:185
2115
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:257
2116
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:310
2117
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:418
2118
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:458
2119
+ #: extensions/ht-builder/widgets/bl_page_title.php:87
2120
+ #: extensions/ht-builder/widgets/bl_post_archive.php:278
2121
+ #: extensions/ht-builder/widgets/bl_post_archive.php:742
2122
+ #: extensions/ht-builder/widgets/bl_post_archive.php:808
2123
+ #: extensions/ht-builder/widgets/bl_post_archive.php:878
2124
+ #: extensions/ht-builder/widgets/bl_post_archive.php:933
2125
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:89
2126
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:174
2127
+ #: extensions/ht-builder/widgets/bl_post_comments.php:69
2128
+ #: extensions/ht-builder/widgets/bl_post_comments.php:130
2129
+ #: extensions/ht-builder/widgets/bl_post_comments.php:171
2130
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:131
2131
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:216
2132
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:281
2133
+ #: extensions/ht-builder/widgets/bl_site_logo.php:108
2134
+ #: extensions/ht-builder/widgets/bl_site_title.php:89
2135
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:144
2136
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:264
2137
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:394
2138
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:452
2139
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:516
2140
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:145
2141
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:265
2142
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:352
2143
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:410
2144
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:462
2145
+ #: includes/widgets/weather/htmega_weather.php:288
2146
+ #: includes/widgets/weather/htmega_weather.php:326
2147
+ msgid "Border"
2148
+ msgstr ""
2149
+
2150
+ #: includes/widgets/htmega_counter.php:764
2151
+ msgid "Border After Color"
2152
+ msgstr ""
2153
+
2154
+ #: includes/widgets/htmega_image_marker.php:789
2155
+ msgid "Border Background"
2156
+ msgstr ""
2157
+
2158
+ #: includes/widgets/htmega_booked_calender.php:366
2159
+ #: includes/widgets/htmega_booked_calender.php:672
2160
+ #: includes/widgets/htmega_booked_calender.php:817
2161
+ #: includes/widgets/htmega_caldera_forms.php:322
2162
+ #: includes/widgets/htmega_tablepress.php:293
2163
+ #: includes/widgets/htmega_tablepress.php:337
2164
+ #: includes/widgets/htmega_wc_element_pages.php:313
2165
+ #: includes/widgets/htmega_wc_element_pages.php:808
2166
+ #: includes/widgets/htmega_wc_element_pages.php:1091
2167
+ msgid "Border Color"
2168
+ msgstr ""
2169
+
2170
+ #: includes/widgets/htmega_progressbar.php:366
2171
+ msgid "Border color"
2172
+ msgstr ""
2173
+
2174
+ #: includes/widgets/htmega_search.php:398
2175
+ msgid "Border Focus Color"
2176
+ msgstr ""
2177
+
2178
+ #: includes/widgets/htmega_section_title.php:747
2179
+ #: includes/widgets/htmega_section_title.php:909
2180
+ msgid "Border Height"
2181
+ msgstr ""
2182
+
2183
+ #: includes/widgets/htmega_404_content.php:336
2184
+ #: includes/widgets/htmega_404_content.php:415
2185
+ #: includes/widgets/htmega_404_content.php:494
2186
+ #: includes/widgets/htmega_404_content.php:616
2187
+ #: includes/widgets/htmega_404_content.php:667
2188
+ #: includes/widgets/htmega_404_content.php:767
2189
+ #: includes/widgets/htmega_404_content.php:818
2190
+ #: includes/widgets/htmega_accordion.php:523
2191
+ #: includes/widgets/htmega_accordion.php:607
2192
+ #: includes/widgets/htmega_accordion.php:777
2193
+ #: includes/widgets/htmega_accordion.php:876
2194
+ #: includes/widgets/htmega_accordion.php:1049
2195
+ #: includes/widgets/htmega_accordion.php:1160
2196
+ #: includes/widgets/htmega_accordion.php:1297
2197
+ #: includes/widgets/htmega_add_banner.php:284
2198
+ #: includes/widgets/htmega_add_banner.php:338
2199
+ #: includes/widgets/htmega_add_banner.php:656
2200
+ #: includes/widgets/htmega_add_banner.php:735
2201
+ #: includes/widgets/htmega_animated_heading.php:191
2202
+ #: includes/widgets/htmega_animated_heading.php:322
2203
+ #: includes/widgets/htmega_animated_heading.php:410
2204
+ #: includes/widgets/htmega_blockquote.php:255
2205
+ #: includes/widgets/htmega_blockquote.php:389
2206
+ #: includes/widgets/htmega_blockquote.php:564
2207
+ #: includes/widgets/htmega_blockquote.php:744
2208
+ #: includes/widgets/htmega_booked_calender.php:599
2209
+ #: includes/widgets/htmega_booked_calender.php:745
2210
+ #: includes/widgets/htmega_brand.php:366
2211
+ #: includes/widgets/htmega_buddy_press.php:185
2212
+ #: includes/widgets/htmega_business_hours.php:277
2213
+ #: includes/widgets/htmega_business_hours.php:353
2214
+ #: includes/widgets/htmega_business_hours.php:481
2215
+ #: includes/widgets/htmega_button.php:230
2216
+ #: includes/widgets/htmega_button.php:353
2217
+ #: includes/widgets/htmega_button.php:557
2218
+ #: includes/widgets/htmega_caldera_forms.php:177
2219
+ #: includes/widgets/htmega_caldera_forms.php:247
2220
+ #: includes/widgets/htmega_call_to_action.php:409
2221
+ #: includes/widgets/htmega_call_to_action.php:486
2222
+ #: includes/widgets/htmega_call_to_action.php:765
2223
+ #: includes/widgets/htmega_call_to_action.php:845
2224
+ #: includes/widgets/htmega_call_to_action.php:971
2225
+ #: includes/widgets/htmega_call_to_action.php:1051
2226
+ #: includes/widgets/htmega_carousel.php:520
2227
+ #: includes/widgets/htmega_carousel.php:616
2228
+ #: includes/widgets/htmega_carousel.php:791
2229
+ #: includes/widgets/htmega_carousel.php:881
2230
+ #: includes/widgets/htmega_carousel.php:1014
2231
+ #: includes/widgets/htmega_carousel.php:1120
2232
+ #: includes/widgets/htmega_carousel.php:1214
2233
+ #: includes/widgets/htmega_carousel.php:1347
2234
+ #: includes/widgets/htmega_carousel.php:1431
2235
+ #: includes/widgets/htmega_contact_form_seven.php:263
2236
+ #: includes/widgets/htmega_contact_form_seven.php:401
2237
+ #: includes/widgets/htmega_contact_form_seven.php:489
2238
+ #: includes/widgets/htmega_contact_form_seven.php:632
2239
+ #: includes/widgets/htmega_countdown.php:559
2240
+ #: includes/widgets/htmega_countdown.php:807
2241
+ #: includes/widgets/htmega_countdown.php:971
2242
+ #: includes/widgets/htmega_countdown.php:1084
2243
+ #: includes/widgets/htmega_countdown.php:1169
2244
+ #: includes/widgets/htmega_counter.php:261
2245
+ #: includes/widgets/htmega_counter.php:523
2246
+ #: includes/widgets/htmega_counter.php:646
2247
+ #: includes/widgets/htmega_counter.php:914
2248
+ #: includes/widgets/htmega_counter.php:1002
2249
+ #: includes/widgets/htmega_counter.php:1092
2250
+ #: includes/widgets/htmega_cuctom_event.php:427
2251
+ #: includes/widgets/htmega_double_button.php:276
2252
+ #: includes/widgets/htmega_double_button.php:400
2253
+ #: includes/widgets/htmega_double_button.php:430
2254
+ #: includes/widgets/htmega_double_button.php:496
2255
+ #: includes/widgets/htmega_double_button.php:583
2256
+ #: includes/widgets/htmega_double_button.php:669
2257
+ #: includes/widgets/htmega_double_button.php:755
2258
+ #: includes/widgets/htmega_double_button.php:852
2259
+ #: includes/widgets/htmega_download_monitor.php:194
2260
+ #: includes/widgets/htmega_download_monitor.php:267
2261
+ #: includes/widgets/htmega_dropcaps.php:174
2262
+ #: includes/widgets/htmega_dropcaps.php:276
2263
+ #: includes/widgets/htmega_easy_digital_download.php:283
2264
+ #: includes/widgets/htmega_easy_digital_download.php:566
2265
+ #: includes/widgets/htmega_easy_digital_download.php:634
2266
+ #: includes/widgets/htmega_gallery_justify.php:85
2267
+ #: includes/widgets/htmega_googlemap.php:325
2268
+ #: includes/widgets/htmega_googlemap.php:466
2269
+ #: includes/widgets/htmega_gravity_forms.php:221
2270
+ #: includes/widgets/htmega_gravity_forms.php:355
2271
+ #: includes/widgets/htmega_gravity_forms.php:468
2272
+ #: includes/widgets/htmega_image_comparison.php:133
2273
+ #: includes/widgets/htmega_image_comparison.php:271
2274
+ #: includes/widgets/htmega_image_comparison.php:352
2275
+ #: includes/widgets/htmega_image_comparison.php:441
2276
+ #: includes/widgets/htmega_image_grid.php:229
2277
+ #: includes/widgets/htmega_image_grid.php:522
2278
+ #: includes/widgets/htmega_image_grid.php:581
2279
+ #: includes/widgets/htmega_image_magnifier.php:119
2280
+ #: includes/widgets/htmega_image_marker.php:664
2281
+ #: includes/widgets/htmega_image_marker.php:876
2282
+ #: includes/widgets/htmega_image_masonry.php:219
2283
+ #: includes/widgets/htmega_image_masonry.php:508
2284
+ #: includes/widgets/htmega_image_masonry.php:576
2285
+ #: includes/widgets/htmega_inline_menu.php:209
2286
+ #: includes/widgets/htmega_inline_menu.php:283
2287
+ #: includes/widgets/htmega_inline_menu.php:446
2288
+ #: includes/widgets/htmega_instagram.php:714
2289
+ #: includes/widgets/htmega_instagram.php:844
2290
+ #: includes/widgets/htmega_instagram.php:992
2291
+ #: includes/widgets/htmega_instagram.php:1111
2292
+ #: includes/widgets/htmega_instagram.php:1171
2293
+ #: includes/widgets/htmega_instagram.php:1265
2294
+ #: includes/widgets/htmega_instagram.php:1331
2295
+ #: includes/widgets/htmega_instagram.php:1468
2296
+ #: includes/widgets/htmega_lightbox.php:273
2297
+ #: includes/widgets/htmega_lightbox.php:461
2298
+ #: includes/widgets/htmega_mailchimp_for_wp.php:238
2299
+ #: includes/widgets/htmega_mailchimp_for_wp.php:421
2300
+ #: includes/widgets/htmega_modal.php:267 includes/widgets/htmega_modal.php:560
2301
+ #: includes/widgets/htmega_modal.php:631 includes/widgets/htmega_modal.php:732
2302
+ #: includes/widgets/htmega_modal.php:794 includes/widgets/htmega_modal.php:902
2303
+ #: includes/widgets/htmega_modal.php:964
2304
+ #: includes/widgets/htmega_news_ticker.php:373
2305
+ #: includes/widgets/htmega_news_ticker.php:548
2306
+ #: includes/widgets/htmega_news_ticker.php:685
2307
+ #: includes/widgets/htmega_news_ticker.php:804
2308
+ #: includes/widgets/htmega_news_ticker.php:949
2309
+ #: includes/widgets/htmega_ninja_forms.php:166
2310
+ #: includes/widgets/htmega_ninja_forms.php:245
2311
+ #: includes/widgets/htmega_ninja_forms.php:309
2312
+ #: includes/widgets/htmega_ninja_forms.php:445
2313
+ #: includes/widgets/htmega_ninja_forms.php:553
2314
+ #: includes/widgets/htmega_ninja_forms.php:666
2315
+ #: includes/widgets/htmega_notify.php:350
2316
+ #: includes/widgets/htmega_notify.php:502
2317
+ #: includes/widgets/htmega_notify.php:805
2318
+ #: includes/widgets/htmega_offcanvas.php:454
2319
+ #: includes/widgets/htmega_panel_slider.php:526
2320
+ #: includes/widgets/htmega_panel_slider.php:818
2321
+ #: includes/widgets/htmega_panel_slider.php:1007
2322
+ #: includes/widgets/htmega_panel_slider.php:1139
2323
+ #: includes/widgets/htmega_panel_slider.php:1178
2324
+ #: includes/widgets/htmega_popover.php:413
2325
+ #: includes/widgets/htmega_popover.php:570
2326
+ #: includes/widgets/htmega_popover.php:646
2327
+ #: includes/widgets/htmega_popover.php:750
2328
+ #: includes/widgets/htmega_post_grid_tab.php:286
2329
+ #: includes/widgets/htmega_post_grid_tab.php:362
2330
+ #: includes/widgets/htmega_post_grid_tab.php:915
2331
+ #: includes/widgets/htmega_post_grid_tab.php:965
2332
+ #: includes/widgets/htmega_post_grid_tab.php:1028
2333
+ #: includes/widgets/htmega_post_grid_tab.php:1119
2334
+ #: includes/widgets/htmega_post_slider.php:636
2335
+ #: includes/widgets/htmega_post_slider.php:789
2336
+ #: includes/widgets/htmega_post_slider.php:1342
2337
+ #: includes/widgets/htmega_post_slider.php:1392
2338
+ #: includes/widgets/htmega_post_slider.php:1602
2339
+ #: includes/widgets/htmega_post_slider.php:1722
2340
+ #: includes/widgets/htmega_post_slider.php:1847
2341
+ #: includes/widgets/htmega_post_slider.php:1886
2342
+ #: includes/widgets/htmega_post_slider.php:1958
2343
+ #: includes/widgets/htmega_post_slider.php:2035
2344
+ #: includes/widgets/htmega_pricing_list_view.php:417
2345
+ #: includes/widgets/htmega_pricing_list_view.php:812
2346
+ #: includes/widgets/htmega_pricing_list_view.php:935
2347
+ #: includes/widgets/htmega_pricing_list_view.php:1046
2348
+ #: includes/widgets/htmega_pricing_list_view.php:1265
2349
+ #: includes/widgets/htmega_pricing_list_view.php:1344
2350
+ #: includes/widgets/htmega_pricing_list_view.php:1435
2351
+ #: includes/widgets/htmega_pricing_list_view.php:1472
2352
+ #: includes/widgets/htmega_pricing_list_view.php:1578
2353
+ #: includes/widgets/htmega_pricing_list_view.php:1736
2354
+ #: includes/widgets/htmega_pricing_list_view.php:1813
2355
+ #: includes/widgets/htmega_progressbar.php:497
2356
+ #: includes/widgets/htmega_progressbar.php:706
2357
+ #: includes/widgets/htmega_progressbar.php:798
2358
+ #: includes/widgets/htmega_qu_forms.php:118
2359
+ #: includes/widgets/htmega_qu_forms.php:206
2360
+ #: includes/widgets/htmega_qu_forms.php:342
2361
+ #: includes/widgets/htmega_qu_forms.php:450
2362
+ #: includes/widgets/htmega_qu_forms.php:563
2363
+ #: includes/widgets/htmega_scroll_image.php:184
2364
+ #: includes/widgets/htmega_scroll_image.php:344
2365
+ #: includes/widgets/htmega_scroll_navigation.php:319
2366
+ #: includes/widgets/htmega_scroll_navigation.php:413
2367
+ #: includes/widgets/htmega_search.php:378
2368
+ #: includes/widgets/htmega_search.php:591
2369
+ #: includes/widgets/htmega_search.php:643
2370
+ #: includes/widgets/htmega_search.php:832
2371
+ #: includes/widgets/htmega_search.php:994
2372
+ #: includes/widgets/htmega_section_title.php:576
2373
+ #: includes/widgets/htmega_section_title.php:808
2374
+ #: includes/widgets/htmega_section_title.php:990
2375
+ #: includes/widgets/htmega_services.php:227
2376
+ #: includes/widgets/htmega_services.php:295
2377
+ #: includes/widgets/htmega_services.php:704
2378
+ #: includes/widgets/htmega_services.php:785
2379
+ #: includes/widgets/htmega_services.php:966
2380
+ #: includes/widgets/htmega_services.php:1094
2381
+ #: includes/widgets/htmega_services.php:1146
2382
+ #: includes/widgets/htmega_slider_thumb_gallery.php:883
2383
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1028
2384
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1100
2385
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1194
2386
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1238
2387
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1311
2388
+ #: includes/widgets/htmega_socialshere.php:250
2389
+ #: includes/widgets/htmega_socialshere.php:422
2390
+ #: includes/widgets/htmega_socialshere.php:591
2391
+ #: includes/widgets/htmega_special_banner.php:679
2392
+ #: includes/widgets/htmega_special_banner.php:758
2393
+ #: includes/widgets/htmega_switcher.php:308
2394
+ #: includes/widgets/htmega_switcher.php:451
2395
+ #: includes/widgets/htmega_switcher.php:526
2396
+ #: includes/widgets/htmega_switcher.php:621 includes/widgets/htmega_tab.php:325
2397
+ #: includes/widgets/htmega_tab.php:602 includes/widgets/htmega_tab.php:654
2398
+ #: includes/widgets/htmega_tab.php:740 includes/widgets/htmega_tab.php:835
2399
+ #: includes/widgets/htmega_tab.php:900 includes/widgets/htmega_table.php:180
2400
+ #: includes/widgets/htmega_table.php:542 includes/widgets/htmega_table.php:624
2401
+ #: includes/widgets/htmega_table.php:743
2402
+ #: includes/widgets/htmega_teammember.php:371
2403
+ #: includes/widgets/htmega_teammember.php:569
2404
+ #: includes/widgets/htmega_teammember.php:1028
2405
+ #: includes/widgets/htmega_testimonial_grid.php:315
2406
+ #: includes/widgets/htmega_testimonial_grid.php:405
2407
+ #: includes/widgets/htmega_testimonial_grid.php:629
2408
+ #: includes/widgets/htmega_toggle.php:329
2409
+ #: includes/widgets/htmega_tooltip.php:390
2410
+ #: includes/widgets/htmega_tooltip.php:534
2411
+ #: includes/widgets/htmega_twitter_feed.php:605
2412
+ #: includes/widgets/htmega_twitter_feed.php:777
2413
+ #: includes/widgets/htmega_twitter_feed.php:1135
2414
+ #: includes/widgets/htmega_twitter_feed.php:1272
2415
+ #: includes/widgets/htmega_twitter_feed.php:1332
2416
+ #: includes/widgets/htmega_twitter_feed.php:1461
2417
+ #: includes/widgets/htmega_user_login_form.php:573
2418
+ #: includes/widgets/htmega_user_login_form.php:912
2419
+ #: includes/widgets/htmega_user_login_form.php:1185
2420
+ #: includes/widgets/htmega_user_login_form.php:1237
2421
+ #: includes/widgets/htmega_user_login_form.php:1369
2422
+ #: includes/widgets/htmega_user_login_form.php:1421
2423
+ #: includes/widgets/htmega_user_login_form.php:1511
2424
+ #: includes/widgets/htmega_vertical_timeline.php:235
2425
+ #: includes/widgets/htmega_vertical_timeline.php:374
2426
+ #: includes/widgets/htmega_video_player.php:271
2427
+ #: includes/widgets/htmega_video_player.php:443
2428
+ #: includes/widgets/htmega_video_player.php:471
2429
+ #: includes/widgets/htmega_wc_categories.php:202
2430
+ #: includes/widgets/htmega_wc_categories.php:264
2431
+ #: includes/widgets/htmega_wc_categories.php:436
2432
+ #: includes/widgets/htmega_wc_categories.php:464
2433
+ #: includes/widgets/htmega_wc_element_pages.php:168
2434
+ #: includes/widgets/htmega_wc_element_pages.php:238
2435
+ #: includes/widgets/htmega_wc_element_pages.php:398
2436
+ #: includes/widgets/htmega_wc_element_pages.php:464
2437
+ #: includes/widgets/htmega_wc_element_pages.php:637
2438
+ #: includes/widgets/htmega_wc_element_pages.php:752
2439
+ #: includes/widgets/htmega_wc_element_pages.php:950
2440
+ #: includes/widgets/htmega_wc_element_pages.php:1023
2441
+ #: includes/widgets/htmega_working_process.php:440
2442
+ #: includes/widgets/htmega_working_process.php:698
2443
+ #: includes/widgets/htmega_working_process.php:777
2444
+ #: includes/widgets/htmega_working_process.php:877
2445
+ #: includes/widgets/htmega_working_process.php:992
2446
+ #: includes/widgets/htmega_wpforms.php:158
2447
+ #: includes/widgets/htmega_wpforms.php:237
2448
+ #: includes/widgets/htmega_wpforms.php:299
2449
+ #: includes/widgets/htmega_wpforms.php:435
2450
+ #: includes/widgets/htmega_wpforms.php:543
2451
+ #: includes/widgets/htmega_wpforms.php:656
2452
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:193
2453
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:265
2454
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:318
2455
+ #: extensions/ht-builder/widgets/bl_page_title.php:96
2456
+ #: extensions/ht-builder/widgets/bl_post_archive.php:286
2457
+ #: extensions/ht-builder/widgets/bl_post_archive.php:750
2458
+ #: extensions/ht-builder/widgets/bl_post_archive.php:816
2459
+ #: extensions/ht-builder/widgets/bl_post_archive.php:886
2460
+ #: extensions/ht-builder/widgets/bl_post_archive.php:941
2461
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:98
2462
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:182
2463
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:139
2464
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:224
2465
+ #: extensions/ht-builder/widgets/bl_site_logo.php:117
2466
+ #: extensions/ht-builder/widgets/bl_site_title.php:98
2467
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:131
2468
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:251
2469
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:381
2470
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:132
2471
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:252
2472
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:339
2473
+ msgid "Border Radius"
2474
+ msgstr ""
2475
+
2476
+ #: includes/widgets/htmega_progressbar.php:377
2477
+ msgid "Border Radius aaa"
2478
+ msgstr ""
2479
+
2480
+ #: includes/widgets/htmega_news_ticker.php:814
2481
+ #: includes/widgets/htmega_panel_slider.php:828
2482
+ msgid "Border Radius Next Button"
2483
+ msgstr ""
2484
+
2485
+ #: includes/widgets/htmega_add_banner.php:231
2486
+ #: includes/widgets/htmega_services.php:802
2487
+ msgid "Border Style"
2488
+ msgstr ""
2489
+
2490
+ #: includes/widgets/htmega_counter.php:784
2491
+ #: includes/widgets/htmega_section_title.php:725
2492
+ #: includes/widgets/htmega_section_title.php:887
2493
+ #: includes/widgets/htmega_working_process.php:249
2494
+ msgid "Border Width"
2495
+ msgstr ""
2496
+
2497
+ #: includes/widgets/htmega_pricing_list_view.php:578
2498
+ msgid "Both"
2499
+ msgstr ""
2500
+
2501
+ #: includes/widgets/htmega_add_banner.php:64
2502
+ #: includes/widgets/htmega_button.php:114
2503
+ #: includes/widgets/htmega_image_comparison.php:187
2504
+ #: includes/widgets/htmega_image_marker.php:207
2505
+ #: includes/widgets/htmega_offcanvas.php:98
2506
+ #: includes/widgets/htmega_popover.php:196
2507
+ #: includes/widgets/htmega_pricing_list_view.php:508
2508
+ #: includes/widgets/htmega_pricing_list_view.php:1163
2509
+ #: includes/widgets/htmega_pricing_list_view.php:1193
2510
+ #: includes/widgets/htmega_section_title.php:165
2511
+ #: includes/widgets/htmega_section_title.php:240
2512
+ #: includes/widgets/htmega_single_post.php:62
2513
+ #: includes/widgets/htmega_slider_thumb_gallery.php:54
2514
+ #: includes/widgets/htmega_special_banner.php:48
2515
+ #: includes/widgets/htmega_teammember.php:108
2516
+ #: includes/widgets/htmega_tooltip.php:184
2517
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:124
2518
+ msgid "Bottom"
2519
+ msgstr ""
2520
+
2521
+ #: includes/widgets/htmega_notify.php:109
2522
+ msgid "Bottom Center"
2523
+ msgstr ""
2524
+
2525
+ #: includes/widgets/htmega_notify.php:112
2526
+ msgid "Bottom Fullwidth"
2527
+ msgstr ""
2528
+
2529
+ #: includes/widgets/htmega_notify.php:108
2530
+ #: extensions/wc-sales-notification/admin/setting.php:82
2531
+ msgid "Bottom Left"
2532
+ msgstr ""
2533
+
2534
+ #: includes/widgets/htmega_notify.php:110
2535
+ msgid "Bottom Right"
2536
+ msgstr ""
2537
+
2538
+ #: includes/widgets/htmega_notify.php:158
2539
+ #: includes/widgets/htmega_notify.php:193
2540
+ msgid "bounceIn"
2541
+ msgstr ""
2542
+
2543
+ #: includes/widgets/htmega_notify.php:159
2544
+ #: includes/widgets/htmega_notify.php:194
2545
+ msgid "bounceInDown"
2546
+ msgstr ""
2547
+
2548
+ #: includes/widgets/htmega_notify.php:160
2549
+ #: includes/widgets/htmega_notify.php:195
2550
+ msgid "bounceInLeft"
2551
+ msgstr ""
2552
+
2553
+ #: includes/widgets/htmega_notify.php:161
2554
+ #: includes/widgets/htmega_notify.php:196
2555
+ msgid "bounceInRight"
2556
+ msgstr ""
2557
+
2558
+ #: includes/widgets/htmega_notify.php:162
2559
+ #: includes/widgets/htmega_notify.php:197
2560
+ msgid "bounceInUp"
2561
+ msgstr ""
2562
+
2563
+ #: includes/widgets/htmega_notify.php:140
2564
+ #: includes/widgets/htmega_notify.php:175
2565
+ msgid "bounceOut"
2566
+ msgstr ""
2567
+
2568
+ #: includes/widgets/htmega_notify.php:141
2569
+ #: includes/widgets/htmega_notify.php:176
2570
+ msgid "bounceOutDown"
2571
+ msgstr ""
2572
+
2573
+ #: includes/widgets/htmega_notify.php:142
2574
+ #: includes/widgets/htmega_notify.php:177
2575
+ msgid "bounceOutLeft"
2576
+ msgstr ""
2577
+
2578
+ #: includes/widgets/htmega_notify.php:143
2579
+ #: includes/widgets/htmega_notify.php:178
2580
+ msgid "bounceOutRight"
2581
+ msgstr ""
2582
+
2583
+ #: includes/widgets/htmega_notify.php:144
2584
+ #: includes/widgets/htmega_notify.php:179
2585
+ msgid "bounceOutUp"
2586
+ msgstr ""
2587
+
2588
+ #: includes/widgets/htmega_counter.php:350
2589
+ msgid "Box Width"
2590
+ msgstr ""
2591
+
2592
+ #: includes/widgets/htmega_vertical_timeline.php:473
2593
+ msgid "Box Background"
2594
+ msgstr ""
2595
+
2596
+ #: includes/widgets/htmega_vertical_timeline.php:391
2597
+ msgid "Box Border"
2598
+ msgstr ""
2599
+
2600
+ #: includes/widgets/htmega_counter.php:380
2601
+ msgid "Box Height"
2602
+ msgstr ""
2603
+
2604
+ #: includes/widgets/htmega_news_ticker.php:655
2605
+ msgid "Box Height and Width"
2606
+ msgstr ""
2607
+
2608
+ #: includes/widgets/htmega_carousel.php:421
2609
+ msgid "Box Option"
2610
+ msgstr ""
2611
+
2612
+ #: includes/widgets/htmega_accordion.php:536
2613
+ #: includes/widgets/htmega_accordion.php:620
2614
+ #: includes/widgets/htmega_accordion.php:790
2615
+ #: includes/widgets/htmega_accordion.php:890
2616
+ #: includes/widgets/htmega_accordion.php:1062
2617
+ #: includes/widgets/htmega_accordion.php:1173
2618
+ #: includes/widgets/htmega_accordion.php:1310
2619
+ #: includes/widgets/htmega_animated_heading.php:214
2620
+ #: includes/widgets/htmega_animated_heading.php:345
2621
+ #: includes/widgets/htmega_animated_heading.php:433
2622
+ #: includes/widgets/htmega_brand.php:191 includes/widgets/htmega_brand.php:216
2623
+ #: includes/widgets/htmega_brand.php:252 includes/widgets/htmega_brand.php:277
2624
+ #: includes/widgets/htmega_buddy_press.php:208
2625
+ #: includes/widgets/htmega_business_hours.php:289
2626
+ #: includes/widgets/htmega_business_hours.php:365
2627
+ #: includes/widgets/htmega_business_hours.php:493
2628
+ #: includes/widgets/htmega_button.php:288
2629
+ #: includes/widgets/htmega_button.php:403
2630
+ #: includes/widgets/htmega_button.php:592
2631
+ #: includes/widgets/htmega_call_to_action.php:392
2632
+ #: includes/widgets/htmega_call_to_action.php:469
2633
+ #: includes/widgets/htmega_call_to_action.php:777
2634
+ #: includes/widgets/htmega_call_to_action.php:868
2635
+ #: includes/widgets/htmega_call_to_action.php:983
2636
+ #: includes/widgets/htmega_call_to_action.php:1074
2637
+ #: includes/widgets/htmega_contact_form_seven.php:645
2638
+ #: includes/widgets/htmega_countdown.php:526
2639
+ #: includes/widgets/htmega_counter.php:275
2640
+ #: includes/widgets/htmega_double_button.php:289
2641
+ #: includes/widgets/htmega_double_button.php:519
2642
+ #: includes/widgets/htmega_double_button.php:606
2643
+ #: includes/widgets/htmega_double_button.php:692
2644
+ #: includes/widgets/htmega_double_button.php:778
2645
+ #: includes/widgets/htmega_double_button.php:875
2646
+ #: includes/widgets/htmega_gallery_justify.php:98
2647
+ #: includes/widgets/htmega_gravity_forms.php:480
2648
+ #: includes/widgets/htmega_image_grid.php:244
2649
+ #: includes/widgets/htmega_image_grid.php:492
2650
+ #: includes/widgets/htmega_image_grid.php:564
2651
+ #: includes/widgets/htmega_image_magnifier.php:133
2652
+ #: includes/widgets/htmega_image_masonry.php:234
2653
+ #: includes/widgets/htmega_image_masonry.php:478
2654
+ #: includes/widgets/htmega_image_masonry.php:559
2655
+ #: includes/widgets/htmega_inline_menu.php:223
2656
+ #: includes/widgets/htmega_lightbox.php:285
2657
+ #: includes/widgets/htmega_lightbox.php:473
2658
+ #: includes/widgets/htmega_mailchimp_for_wp.php:434
2659
+ #: includes/widgets/htmega_modal.php:240 includes/widgets/htmega_modal.php:604
2660
+ #: includes/widgets/htmega_ninja_forms.php:678
2661
+ #: includes/widgets/htmega_notify.php:373
2662
+ #: includes/widgets/htmega_panel_slider.php:549
2663
+ #: includes/widgets/htmega_panel_slider.php:840
2664
+ #: includes/widgets/htmega_panel_slider.php:1018
2665
+ #: includes/widgets/htmega_popover.php:552
2666
+ #: includes/widgets/htmega_progressbar.php:512
2667
+ #: includes/widgets/htmega_progressbar.php:720
2668
+ #: includes/widgets/htmega_progressbar.php:812
2669
+ #: includes/widgets/htmega_qu_forms.php:575
2670
+ #: includes/widgets/htmega_scroll_image.php:222
2671
+ #: includes/widgets/htmega_section_title.php:972
2672
+ #: includes/widgets/htmega_socialshere.php:447
2673
+ #: includes/widgets/htmega_table.php:190 includes/widgets/htmega_table.php:553
2674
+ #: includes/widgets/htmega_teammember.php:399
2675
+ #: includes/widgets/htmega_teammember.php:1039
2676
+ #: includes/widgets/htmega_testimonial_grid.php:326
2677
+ #: includes/widgets/htmega_testimonial_grid.php:375
2678
+ #: includes/widgets/htmega_testimonial_grid.php:669
2679
+ #: includes/widgets/htmega_twitter_feed.php:562
2680
+ #: includes/widgets/htmega_user_login_form.php:609
2681
+ #: includes/widgets/htmega_vertical_timeline.php:262
2682
+ #: includes/widgets/htmega_video_player.php:284
2683
+ #: includes/widgets/htmega_wc_categories.php:227
2684
+ #: includes/widgets/htmega_working_process.php:812
2685
+ #: includes/widgets/htmega_working_process.php:1053
2686
+ #: includes/widgets/htmega_wpforms.php:668
2687
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:206
2688
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:363
2689
+ #: includes/widgets/weather/htmega_weather.php:307
2690
+ msgid "Box Shadow"
2691
+ msgstr ""
2692
+
2693
+ #: includes/widgets/htmega_double_button.php:805
2694
+ msgid "Box Size"
2695
+ msgstr ""
2696
+
2697
+ #: includes/widgets/htmega_add_banner.php:146
2698
+ #: includes/widgets/htmega_call_to_action.php:318
2699
+ #: includes/widgets/htmega_counter.php:194
2700
+ #: includes/widgets/htmega_image_comparison.php:93
2701
+ #: includes/widgets/htmega_image_grid.php:186
2702
+ #: includes/widgets/htmega_image_masonry.php:166
2703
+ #: includes/widgets/htmega_lightbox.php:184
2704
+ #: includes/widgets/htmega_services.php:165
2705
+ #: includes/widgets/htmega_working_process.php:191
2706
+ msgid "Box Style"
2707
+ msgstr ""
2708
+
2709
+ #: includes/widgets/htmega_vertical_timeline.php:432
2710
+ msgid "Box Style Reverse"
2711
+ msgstr ""
2712
+
2713
+ #: includes/widgets/htmega_post_slider.php:805
2714
+ msgid "Box Width"
2715
+ msgstr ""
2716
+
2717
+ #: includes/widgets/htmega_brand.php:157
2718
+ msgid "Brand Logo"
2719
+ msgstr ""
2720
+
2721
+ #: admin/include/admin-setting.php:159 includes/widgets/htmega_brand.php:13
2722
+ #: includes/widgets/htmega_brand.php:35
2723
+ msgid "Brands"
2724
+ msgstr ""
2725
+
2726
+ #: includes/widgets/htmega_news_ticker.php:70
2727
+ msgid "Breaking News"
2728
+ msgstr ""
2729
+
2730
+ #: admin/include/admin-setting.php:939
2731
+ #: includes/widgets/htmega_buddy_press.php:13
2732
+ #: includes/widgets/htmega_buddy_press.php:35
2733
+ msgid "BuddyPress"
2734
+ msgstr ""
2735
+
2736
+ #: includes/widgets/htmega_socialshere.php:72
2737
+ msgid "Buffer"
2738
+ msgstr ""
2739
+
2740
+ #: includes/widgets/htmega_business_hours.php:60
2741
+ msgid "Business Hour Title"
2742
+ msgstr ""
2743
+
2744
+ #: admin/include/admin-setting.php:167
2745
+ #: includes/widgets/htmega_business_hours.php:14
2746
+ #: includes/widgets/htmega_business_hours.php:36
2747
+ msgid "Business Hours"
2748
+ msgstr ""
2749
+
2750
+ #: includes/widgets/htmega_business_hours.php:71
2751
+ msgid "Business Hours​"
2752
+ msgstr ""
2753
+
2754
+ #: admin/include/admin-setting.php:175
2755
+ #: includes/widgets/htmega_404_content.php:118
2756
+ #: includes/widgets/htmega_add_banner.php:607
2757
+ #: includes/widgets/htmega_button.php:13 includes/widgets/htmega_button.php:35
2758
+ #: includes/widgets/htmega_contact_form_seven.php:531
2759
+ #: includes/widgets/htmega_cuctom_event.php:378
2760
+ #: includes/widgets/htmega_double_button.php:101
2761
+ #: includes/widgets/htmega_double_button.php:188
2762
+ #: includes/widgets/htmega_double_button.php:314
2763
+ #: includes/widgets/htmega_download_monitor.php:102
2764
+ #: includes/widgets/htmega_easy_digital_download.php:511
2765
+ #: includes/widgets/htmega_gravity_forms.php:370
2766
+ #: includes/widgets/htmega_lightbox.php:118
2767
+ #: includes/widgets/htmega_mailchimp_for_wp.php:282
2768
+ #: includes/widgets/htmega_modal.php:103 includes/widgets/htmega_modal.php:202
2769
+ #: includes/widgets/htmega_ninja_forms.php:568
2770
+ #: includes/widgets/htmega_notify.php:43 includes/widgets/htmega_notify.php:303
2771
+ #: includes/widgets/htmega_offcanvas.php:168
2772
+ #: includes/widgets/htmega_offcanvas.php:396
2773
+ #: includes/widgets/htmega_popover.php:321
2774
+ #: includes/widgets/htmega_pricing_list_view.php:582
2775
+ #: includes/widgets/htmega_qu_forms.php:465
2776
+ #: includes/widgets/htmega_services.php:1010
2777
+ #: includes/widgets/htmega_special_banner.php:630
2778
+ #: includes/widgets/htmega_toggle.php:184
2779
+ #: includes/widgets/htmega_tooltip.php:297
2780
+ #: includes/widgets/htmega_video_player.php:325
2781
+ #: includes/widgets/htmega_wc_element_pages.php:967
2782
+ #: includes/widgets/htmega_wpforms.php:558
2783
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:166
2784
+ msgid "Button"
2785
+ msgstr ""
2786
+
2787
+ #: includes/widgets/htmega_double_button.php:268
2788
+ msgid "Button Area"
2789
+ msgstr ""
2790
+
2791
+ #: includes/widgets/htmega_pricing_list_view.php:862
2792
+ msgid "Button Background"
2793
+ msgstr ""
2794
+
2795
+ #: includes/widgets/htmega_tooltip.php:229
2796
+ msgid "Button Box Style"
2797
+ msgstr ""
2798
+
2799
+ #: includes/widgets/htmega_instagram_feed.php:175
2800
+ msgid "Button Color"
2801
+ msgstr ""
2802
+
2803
+ #: includes/widgets/htmega_pricing_list_view.php:874
2804
+ msgid "Button Hover Background"
2805
+ msgstr ""
2806
+
2807
+ #: includes/widgets/htmega_button.php:411
2808
+ msgid "Button Hover Effect"
2809
+ msgstr ""
2810
+
2811
+ #: includes/widgets/htmega_button.php:474
2812
+ msgid "Button Hover Shadow"
2813
+ msgstr ""
2814
+
2815
+ #: includes/widgets/htmega_instagram.php:1367
2816
+ #: includes/widgets/htmega_offcanvas.php:183
2817
+ #: includes/widgets/htmega_video_player.php:111
2818
+ msgid "Button Icon"
2819
+ msgstr ""
2820
+
2821
+ #: includes/widgets/htmega_search.php:68
2822
+ msgid "Button Icon Type"
2823
+ msgstr ""
2824
+
2825
+ #: includes/widgets/htmega_404_content.php:144
2826
+ #: includes/widgets/htmega_404_content.php:192
2827
+ msgid "Button Icons"
2828
+ msgstr ""
2829
+
2830
+ #: includes/widgets/htmega_video_player.php:122
2831
+ msgid "Button Infinity Animation"
2832
+ msgstr ""
2833
+
2834
+ #: includes/widgets/htmega_socialshere.php:605
2835
+ msgid "Button Line Height"
2836
+ msgstr ""
2837
+
2838
+ #: includes/widgets/htmega_404_content.php:156
2839
+ #: includes/widgets/htmega_404_content.php:204
2840
+ #: includes/widgets/htmega_call_to_action.php:239
2841
+ msgid "Button Link"
2842
+ msgstr ""
2843
+
2844
+ #: includes/widgets/htmega_double_button.php:93
2845
+ #: includes/widgets/htmega_double_button.php:448
2846
+ msgid "Button One"
2847
+ msgstr ""
2848
+
2849
+ #: includes/widgets/htmega_pricing_list_view.php:921
2850
+ msgid "Button Padding"
2851
+ msgstr ""
2852
+
2853
+ #: includes/widgets/htmega_button.php:82
2854
+ #: includes/widgets/htmega_double_button.php:42
2855
+ msgid "Button Size"
2856
+ msgstr ""
2857
+
2858
+ #: includes/widgets/htmega_button.php:42 includes/widgets/htmega_button.php:183
2859
+ #: includes/widgets/htmega_countdown.php:1015
2860
+ #: includes/widgets/htmega_download_monitor.php:128
2861
+ #: includes/widgets/htmega_wc_element_pages.php:688
2862
+ msgid "Button Style"
2863
+ msgstr ""
2864
+
2865
+ #: includes/widgets/htmega_404_content.php:134
2866
+ #: includes/widgets/htmega_404_content.php:183
2867
+ #: includes/widgets/htmega_add_banner.php:134
2868
+ #: includes/widgets/htmega_add_banner.php:136
2869
+ #: includes/widgets/htmega_call_to_action.php:138
2870
+ #: includes/widgets/htmega_call_to_action.php:232
2871
+ #: includes/widgets/htmega_instagram_feed.php:97
2872
+ #: includes/widgets/htmega_notify.php:50
2873
+ #: includes/widgets/htmega_offcanvas.php:174
2874
+ #: includes/widgets/htmega_popover.php:72
2875
+ #: includes/widgets/htmega_special_banner.php:138
2876
+ #: includes/widgets/htmega_special_banner.php:140
2877
+ #: includes/widgets/htmega_user_login_form.php:333
2878
+ #: includes/widgets/htmega_video_player.php:70
2879
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:86
2880
+ msgid "Button Text"
2881
+ msgstr ""
2882
+
2883
+ #: includes/widgets/htmega_instagram_feed.php:187
2884
+ msgid "Button Text Color"
2885
+ msgstr ""
2886
+
2887
+ #: includes/widgets/htmega_double_button.php:180
2888
+ #: includes/widgets/htmega_double_button.php:621
2889
+ msgid "Button Two"
2890
+ msgstr ""
2891
+
2892
+ #: includes/widgets/htmega_popover.php:48
2893
+ #: includes/widgets/htmega_tooltip.php:48
2894
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:54
2895
+ msgid "Button Type"
2896
+ msgstr ""
2897
+
2898
+ #: includes/widgets/htmega_double_button.php:347
2899
+ msgid "Button Width"
2900
+ msgstr ""
2901
+
2902
+ #: includes/class.assests.php:378 admin/include/admin-setting.php:1289
2903
+ #: admin/include/template-library.php:280
2904
+ #: admin/include/template-library.php:332
2905
+ #: includes/recommended-plugins/class.recommended-plugins.php:122
2906
+ #: includes/recommended-plugins/class.recommended-plugins.php:284
2907
+ msgid "Buy Now"
2908
+ msgstr ""
2909
+
2910
+ #: includes/recommended-plugins/class.recommended-plugins.php:270
2911
+ msgid "By "
2912
+ msgstr ""
2913
+
2914
+ #: includes/widgets/htmega_easy_digital_download.php:134
2915
+ #: includes/widgets/htmega_wc_categories.php:82
2916
+ msgid "By Parent"
2917
+ msgstr ""
2918
+
2919
+ #: includes/widgets/weather/htmega_weather.php:57
2920
+ msgid "C"
2921
+ msgstr ""
2922
+
2923
+ #: includes/widgets/htmega_instagram.php:108
2924
+ msgid "Cache Time Duration"
2925
+ msgstr ""
2926
+
2927
+ #: admin/include/admin-setting.php:949
2928
+ #: includes/widgets/htmega_caldera_forms.php:13
2929
+ #: includes/widgets/htmega_caldera_forms.php:35
2930
+ msgid "Caldera Form"
2931
+ msgstr ""
2932
+
2933
+ #: includes/widgets/htmega_booked_calender.php:839
2934
+ msgid "Calendar"
2935
+ msgstr ""
2936
+
2937
+ #: includes/widgets/htmega_booked_calender.php:861
2938
+ msgid "Calendar Icon Background"
2939
+ msgstr ""
2940
+
2941
+ #: includes/widgets/htmega_booked_calender.php:850
2942
+ msgid "Calendar Icon Color"
2943
+ msgstr ""
2944
+
2945
+ #: includes/widgets/htmega_booked_calender.php:903
2946
+ msgid "Calendar Icon Padding"
2947
+ msgstr ""
2948
+
2949
+ #: includes/widgets/htmega_booked_calender.php:883
2950
+ msgid "Calendar Icon Radius"
2951
+ msgstr ""
2952
+
2953
+ #: includes/widgets/htmega_booked_calender.php:154
2954
+ msgid "Calendar Size"
2955
+ msgstr ""
2956
+
2957
+ #: admin/include/admin-setting.php:183
2958
+ #: includes/widgets/htmega_call_to_action.php:13
2959
+ #: includes/widgets/htmega_call_to_action.php:32
2960
+ msgid "Call To Action"
2961
+ msgstr ""
2962
+
2963
+ #: includes/widgets/htmega_instagram.php:858
2964
+ msgid "Caption"
2965
+ msgstr ""
2966
+
2967
+ #: includes/widgets/htmega_testimonial_grid.php:168
2968
+ #: includes/widgets/htmega_testimonial_grid.php:226
2969
+ msgid "Carolina Monntoya"
2970
+ msgstr ""
2971
+
2972
+ #: admin/include/admin-setting.php:191 includes/widgets/htmega_carousel.php:13
2973
+ #: includes/widgets/htmega_carousel.php:43
2974
+ msgid "Carousel"
2975
+ msgstr ""
2976
+
2977
+ #: includes/widgets/htmega_wc_element_pages.php:51
2978
+ msgid "Cart Page"
2979
+ msgstr ""
2980
+
2981
+ #: includes/widgets/htmega_easy_digital_download.php:148
2982
+ #: includes/widgets/htmega_news_ticker.php:198
2983
+ #: includes/widgets/htmega_news_ticker.php:212
2984
+ #: includes/widgets/htmega_post_grid.php:79
2985
+ #: includes/widgets/htmega_post_grid.php:93
2986
+ #: includes/widgets/htmega_post_grid_tab.php:86
2987
+ #: includes/widgets/htmega_post_grid_tab.php:100
2988
+ #: includes/widgets/htmega_post_slider.php:90
2989
+ #: includes/widgets/htmega_post_slider.php:104
2990
+ #: includes/widgets/htmega_wc_categories.php:34
2991
+ #: includes/widgets/htmega_wc_categories.php:96
2992
+ msgid "Categories"
2993
+ msgstr ""
2994
+
2995
+ #: includes/widgets/htmega_post_grid.php:189
2996
+ #: includes/widgets/htmega_post_grid.php:658
2997
+ #: includes/widgets/htmega_post_grid_tab.php:213
2998
+ #: includes/widgets/htmega_post_grid_tab.php:610
2999
+ #: includes/widgets/htmega_post_slider.php:245
3000
+ #: includes/widgets/htmega_post_slider.php:1045
3001
+ #: includes/widgets/htmega_single_post.php:120
3002
+ #: includes/widgets/htmega_single_post.php:249
3003
+ #: extensions/ht-builder/widgets/bl_post_archive.php:539
3004
+ msgid "Category"
3005
+ msgstr ""
3006
+
3007
+ #: includes/widgets/htmega_wc_categories.php:165
3008
+ msgid "Category Area"
3009
+ msgstr ""
3010
+
3011
+ #: includes/widgets/htmega_pricing_list_view.php:592
3012
+ #: includes/widgets/htmega_table.php:267
3013
+ msgid "Cell Content"
3014
+ msgstr ""
3015
+
3016
+ #: includes/widgets/htmega_table.php:280
3017
+ msgid "Cell Icon"
3018
+ msgstr ""
3019
+
3020
+ #: includes/widgets/htmega_table.php:337
3021
+ msgid "Cell Image"
3022
+ msgstr ""
3023
+
3024
+ #: includes/widgets/htmega_pricing_list_view.php:609
3025
+ msgid "Cell Label"
3026
+ msgstr ""
3027
+
3028
+ #: includes/widgets/htmega_table.php:410
3029
+ msgid "Cell Styles"
3030
+ msgstr ""
3031
+
3032
+ #: includes/widgets/htmega_404_content.php:245
3033
+ #: includes/widgets/htmega_accordion.php:474
3034
+ #: includes/widgets/htmega_accordion.php:665
3035
+ #: includes/widgets/htmega_accordion.php:823
3036
+ #: includes/widgets/htmega_accordion.php:1209
3037
+ #: includes/widgets/htmega_accordion.php:1327
3038
+ #: includes/widgets/htmega_add_banner.php:63
3039
+ #: includes/widgets/htmega_add_banner.php:372
3040
+ #: includes/widgets/htmega_blockquote.php:187
3041
+ #: includes/widgets/htmega_buddy_press.php:250
3042
+ #: includes/widgets/htmega_business_hours.php:395
3043
+ #: includes/widgets/htmega_button.php:158
3044
+ #: includes/widgets/htmega_call_to_action.php:334
3045
+ #: includes/widgets/htmega_carousel.php:841
3046
+ #: includes/widgets/htmega_contact_form_seven.php:124
3047
+ #: includes/widgets/htmega_countdown.php:615
3048
+ #: includes/widgets/htmega_countdown.php:647
3049
+ #: includes/widgets/htmega_counter.php:292
3050
+ #: includes/widgets/htmega_counter.php:325
3051
+ #: includes/widgets/htmega_counter.php:431
3052
+ #: includes/widgets/htmega_counter.php:557
3053
+ #: includes/widgets/htmega_double_button.php:329
3054
+ #: includes/widgets/htmega_dropcaps.php:88
3055
+ #: includes/widgets/htmega_easy_digital_download.php:314
3056
+ #: includes/widgets/htmega_image_comparison.php:186
3057
+ #: includes/widgets/htmega_image_grid.php:287
3058
+ #: includes/widgets/htmega_image_grid.php:384
3059
+ #: includes/widgets/htmega_image_marker.php:706
3060
+ #: includes/widgets/htmega_image_masonry.php:262
3061
+ #: includes/widgets/htmega_image_masonry.php:359
3062
+ #: includes/widgets/htmega_inline_menu.php:125
3063
+ #: includes/widgets/htmega_instagram.php:1488
3064
+ #: includes/widgets/htmega_lightbox.php:200
3065
+ #: includes/widgets/htmega_lightbox.php:313
3066
+ #: includes/widgets/htmega_mailchimp_for_wp.php:125
3067
+ #: includes/widgets/htmega_modal.php:354 includes/widgets/htmega_modal.php:1009
3068
+ #: includes/widgets/htmega_news_ticker.php:458
3069
+ #: includes/widgets/htmega_notify.php:278
3070
+ #: includes/widgets/htmega_notify.php:558
3071
+ #: includes/widgets/htmega_notify.php:824
3072
+ #: includes/widgets/htmega_offcanvas.php:279
3073
+ #: includes/widgets/htmega_offcanvas.php:371
3074
+ #: includes/widgets/htmega_panel_slider.php:567
3075
+ #: includes/widgets/htmega_popover.php:269
3076
+ #: includes/widgets/htmega_popover.php:665
3077
+ #: includes/widgets/htmega_popover.php:769
3078
+ #: includes/widgets/htmega_post_grid.php:297
3079
+ #: includes/widgets/htmega_post_grid.php:521
3080
+ #: includes/widgets/htmega_post_grid.php:634
3081
+ #: includes/widgets/htmega_post_grid_tab.php:405
3082
+ #: includes/widgets/htmega_post_grid_tab.php:499
3083
+ #: includes/widgets/htmega_post_grid_tab.php:586
3084
+ #: includes/widgets/htmega_post_grid_tab.php:809
3085
+ #: includes/widgets/htmega_post_slider.php:840
3086
+ #: includes/widgets/htmega_post_slider.php:934
3087
+ #: includes/widgets/htmega_post_slider.php:1021
3088
+ #: includes/widgets/htmega_post_slider.php:1237
3089
+ #: includes/widgets/htmega_pricing_list_view.php:469
3090
+ #: includes/widgets/htmega_pricing_list_view.php:1124
3091
+ #: includes/widgets/htmega_search.php:160
3092
+ #: includes/widgets/htmega_section_title.php:161
3093
+ #: includes/widgets/htmega_section_title.php:419
3094
+ #: includes/widgets/htmega_services.php:245
3095
+ #: includes/widgets/htmega_services.php:429
3096
+ #: includes/widgets/htmega_services.php:534
3097
+ #: includes/widgets/htmega_services.php:723
3098
+ #: includes/widgets/htmega_services.php:985
3099
+ #: includes/widgets/htmega_single_post.php:225
3100
+ #: includes/widgets/htmega_single_post.php:321
3101
+ #: includes/widgets/htmega_single_post.php:428
3102
+ #: includes/widgets/htmega_socialshere.php:369
3103
+ #: includes/widgets/htmega_special_banner.php:47
3104
+ #: includes/widgets/htmega_special_banner.php:269
3105
+ #: includes/widgets/htmega_tab.php:517 includes/widgets/htmega_table.php:643
3106
+ #: includes/widgets/htmega_table.php:762
3107
+ #: includes/widgets/htmega_tablepress.php:217
3108
+ #: includes/widgets/htmega_tablepress.php:374
3109
+ #: includes/widgets/htmega_teammember.php:620
3110
+ #: includes/widgets/htmega_teammember.php:749
3111
+ #: includes/widgets/htmega_teammember.php:839
3112
+ #: includes/widgets/htmega_teammember.php:930
3113
+ #: includes/widgets/htmega_teammember.php:997
3114
+ #: includes/widgets/htmega_testimonial_grid.php:557
3115
+ #: includes/widgets/htmega_toggle.php:200
3116
+ #: includes/widgets/htmega_tooltip.php:245
3117
+ #: includes/widgets/htmega_user_login_form.php:144
3118
+ #: includes/widgets/htmega_user_login_form.php:350
3119
+ #: includes/widgets/htmega_user_login_form.php:406
3120
+ #: includes/widgets/htmega_user_login_form.php:550
3121
+ #: includes/widgets/htmega_video_player.php:300
3122
+ #: includes/widgets/htmega_wc_categories.php:353
3123
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:119
3124
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:499
3125
+ #: extensions/ht-builder/widgets/bl_page_title.php:141
3126
+ #: extensions/ht-builder/widgets/bl_post_archive.php:306
3127
+ #: extensions/ht-builder/widgets/bl_post_archive.php:387
3128
+ #: extensions/ht-builder/widgets/bl_post_archive.php:494
3129
+ #: extensions/ht-builder/widgets/bl_post_archive.php:600
3130
+ #: extensions/ht-builder/widgets/bl_post_archive.php:680
3131
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:143
3132
+ #: extensions/ht-builder/widgets/bl_post_content.php:76
3133
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:76
3134
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:75
3135
+ #: extensions/ht-builder/widgets/bl_post_title.php:109
3136
+ #: extensions/ht-builder/widgets/bl_site_logo.php:163
3137
+ #: extensions/ht-builder/widgets/bl_site_title.php:143
3138
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:170
3139
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:171
3140
+ msgid "Center"
3141
+ msgstr ""
3142
+
3143
+ #: includes/widgets/htmega_googlemap.php:100
3144
+ msgid "Center Address"
3145
+ msgstr ""
3146
+
3147
+ #: includes/widgets/htmega_blockquote.php:158
3148
+ msgid "Center Bottom"
3149
+ msgstr ""
3150
+
3151
+ #: includes/widgets/htmega_blockquote.php:157
3152
+ msgid "Center Center"
3153
+ msgstr ""
3154
+
3155
+ #: includes/widgets/htmega_carousel.php:225
3156
+ #: includes/widgets/htmega_instagram.php:420
3157
+ #: includes/widgets/htmega_panel_slider.php:285
3158
+ #: includes/widgets/htmega_post_slider.php:405
3159
+ #: includes/widgets/htmega_slider_thumb_gallery.php:222
3160
+ #: includes/widgets/htmega_twitter_feed.php:347
3161
+ msgid "Center Mode"
3162
+ msgstr ""
3163
+
3164
+ #: includes/widgets/htmega_carousel.php:238
3165
+ #: includes/widgets/htmega_instagram.php:433
3166
+ #: includes/widgets/htmega_panel_slider.php:298
3167
+ #: includes/widgets/htmega_post_slider.php:418
3168
+ #: includes/widgets/htmega_slider_thumb_gallery.php:233
3169
+ #: includes/widgets/htmega_twitter_feed.php:360
3170
+ msgid "Center padding"
3171
+ msgstr ""
3172
+
3173
+ #: includes/widgets/htmega_blockquote.php:156
3174
+ msgid "Center Top"
3175
+ msgstr ""
3176
+
3177
+ #: includes/widgets/htmega_user_login_form.php:1005
3178
+ msgid "Checkbox Icon Color"
3179
+ msgstr ""
3180
+
3181
+ #: includes/widgets/htmega_wc_element_pages.php:334
3182
+ msgid "Checkout Button"
3183
+ msgstr ""
3184
+
3185
+ #: includes/widgets/htmega_wc_element_pages.php:53
3186
+ msgid "Checkout Page"
3187
+ msgstr ""
3188
+
3189
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:509
3190
+ msgid "Choose"
3191
+ msgstr ""
3192
+
3193
+ #: includes/widgets/htmega_countdown.php:703
3194
+ msgid "Choose Area Seperator Image"
3195
+ msgstr ""
3196
+
3197
+ #: admin/include/class.settings-api.php:398
3198
+ msgid "Choose File"
3199
+ msgstr ""
3200
+
3201
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:304
3202
+ msgid "Choose Icon"
3203
+ msgstr ""
3204
+
3205
+ #: includes/widgets/htmega_scroll_image.php:42
3206
+ msgid "Choose Image"
3207
+ msgstr ""
3208
+
3209
+ #: includes/widgets/htmega_wc_element_pages.php:63
3210
+ msgid "Choose Product"
3211
+ msgstr ""
3212
+
3213
+ #: includes/widgets/htmega_progressbar.php:55
3214
+ msgid "Circle"
3215
+ msgstr ""
3216
+
3217
+ #: admin/include/templates/library/templates.php:149
3218
+ msgid "Click here"
3219
+ msgstr ""
3220
+
3221
+ #: includes/widgets/htmega_button.php:58
3222
+ msgid "Click Me"
3223
+ msgstr ""
3224
+
3225
+ #: includes/widgets/htmega_testimonial_grid.php:184
3226
+ msgid "Client Rating"
3227
+ msgstr ""
3228
+
3229
+ #: includes/widgets/htmega_testimonial_grid.php:212
3230
+ msgid "Client Say"
3231
+ msgstr ""
3232
+
3233
+ #: includes/widgets/htmega_testimonial_grid.php:541
3234
+ msgid "Client say"
3235
+ msgstr ""
3236
+
3237
+ #: includes/widgets/htmega_animated_heading.php:74
3238
+ msgid "Clip"
3239
+ msgstr ""
3240
+
3241
+ #: includes/widgets/htmega_animated_heading.php:454
3242
+ msgid "Clip Color"
3243
+ msgstr ""
3244
+
3245
+ #: includes/widgets/htmega_animated_heading.php:470
3246
+ msgid "Clip Width"
3247
+ msgstr ""
3248
+
3249
+ #: includes/widgets/htmega_business_hours.php:169
3250
+ #: includes/widgets/htmega_modal.php:833
3251
+ #: includes/widgets/htmega_post_grid_tab.php:983
3252
+ #: includes/widgets/htmega_toggle.php:63 includes/widgets/htmega_toggle.php:64
3253
+ msgid "Close"
3254
+ msgstr ""
3255
+
3256
+ #: includes/widgets/htmega_search.php:121
3257
+ msgid "close"
3258
+ msgstr ""
3259
+
3260
+ #: includes/widgets/htmega_accordion.php:306
3261
+ msgid "Close All Item"
3262
+ msgstr ""
3263
+
3264
+ #: includes/widgets/htmega_notify.php:610
3265
+ msgid "Close Button"
3266
+ msgstr ""
3267
+
3268
+ #: includes/widgets/htmega_search.php:845
3269
+ msgid "Close Button Style"
3270
+ msgstr ""
3271
+
3272
+ #: includes/widgets/htmega_search.php:119
3273
+ msgid "Close Button Text"
3274
+ msgstr ""
3275
+
3276
+ #: includes/widgets/htmega_pricing_list_view.php:1084
3277
+ #: includes/widgets/htmega_pricing_list_view.php:1090
3278
+ #: includes/widgets/htmega_pricing_list_view.php:1096
3279
+ #: includes/widgets/htmega_pricing_list_view.php:1103
3280
+ #: includes/widgets/htmega_table.php:455 includes/widgets/htmega_table.php:461
3281
+ #: includes/widgets/htmega_table.php:467 includes/widgets/htmega_table.php:474
3282
+ msgid "col"
3283
+ msgstr ""
3284
+
3285
+ #: includes/widgets/htmega_pricing_list_view.php:207
3286
+ msgid "Col Span"
3287
+ msgstr ""
3288
+
3289
+ #: includes/widgets/htmega_notify.php:239
3290
+ msgid "col-md-1"
3291
+ msgstr ""
3292
+
3293
+ #: includes/widgets/htmega_notify.php:230
3294
+ msgid "col-md-10"
3295
+ msgstr ""
3296
+
3297
+ #: includes/widgets/htmega_notify.php:229
3298
+ msgid "col-md-11"
3299
+ msgstr ""
3300
+
3301
+ #: includes/widgets/htmega_notify.php:228
3302
+ msgid "col-md-12"
3303
+ msgstr ""
3304
+
3305
+ #: includes/widgets/htmega_notify.php:238
3306
+ msgid "col-md-2"
3307
+ msgstr ""
3308
+
3309
+ #: includes/widgets/htmega_notify.php:237
3310
+ msgid "col-md-3"
3311
+ msgstr ""
3312
+
3313
+ #: includes/widgets/htmega_notify.php:236
3314
+ msgid "col-md-4"
3315
+ msgstr ""
3316
+
3317
+ #: includes/widgets/htmega_notify.php:235
3318
+ msgid "col-md-5"
3319
+ msgstr ""
3320
+
3321
+ #: includes/widgets/htmega_notify.php:234
3322
+ msgid "col-md-6"
3323
+ msgstr ""
3324
+
3325
+ #: includes/widgets/htmega_notify.php:233
3326
+ msgid "col-md-7"
3327
+ msgstr ""
3328
+
3329
+ #: includes/widgets/htmega_notify.php:232
3330
+ msgid "col-md-8"
3331
+ msgstr ""
3332
+
3333
+ #: includes/widgets/htmega_notify.php:231
3334
+ msgid "col-md-9"
3335
+ msgstr ""
3336
+
3337
+ #: includes/widgets/htmega_404_content.php:307
3338
+ #: includes/widgets/htmega_404_content.php:386
3339
+ #: includes/widgets/htmega_404_content.php:465
3340
+ #: includes/widgets/htmega_404_content.php:550
3341
+ #: includes/widgets/htmega_404_content.php:636
3342
+ #: includes/widgets/htmega_404_content.php:701
3343
+ #: includes/widgets/htmega_404_content.php:787
3344
+ #: includes/widgets/htmega_accordion.php:545
3345
+ #: includes/widgets/htmega_accordion.php:586
3346
+ #: includes/widgets/htmega_accordion.php:682
3347
+ #: includes/widgets/htmega_accordion.php:900
3348
+ #: includes/widgets/htmega_accordion.php:1027
3349
+ #: includes/widgets/htmega_accordion.php:1138
3350
+ #: includes/widgets/htmega_accordion.php:1239
3351
+ #: includes/widgets/htmega_add_banner.php:441
3352
+ #: includes/widgets/htmega_add_banner.php:500
3353
+ #: includes/widgets/htmega_add_banner.php:559
3354
+ #: includes/widgets/htmega_add_banner.php:626
3355
+ #: includes/widgets/htmega_add_banner.php:714
3356
+ #: includes/widgets/htmega_animated_heading.php:161
3357
+ #: includes/widgets/htmega_animated_heading.php:244
3358
+ #: includes/widgets/htmega_animated_heading.php:292
3359
+ #: includes/widgets/htmega_animated_heading.php:379
3360
+ #: includes/widgets/htmega_blockquote.php:277
3361
+ #: includes/widgets/htmega_blockquote.php:334
3362
+ #: includes/widgets/htmega_blockquote.php:506
3363
+ #: includes/widgets/htmega_booked_calender.php:263
3364
+ #: includes/widgets/htmega_booked_calender.php:312
3365
+ #: includes/widgets/htmega_booked_calender.php:355
3366
+ #: includes/widgets/htmega_booked_calender.php:470
3367
+ #: includes/widgets/htmega_booked_calender.php:503
3368
+ #: includes/widgets/htmega_buddy_press.php:293
3369
+ #: includes/widgets/htmega_buddy_press.php:335
3370
+ #: includes/widgets/htmega_buddy_press.php:362
3371
+ #: includes/widgets/htmega_business_hours.php:418
3372
+ #: includes/widgets/htmega_business_hours.php:513
3373
+ #: includes/widgets/htmega_business_hours.php:552
3374
+ #: includes/widgets/htmega_caldera_forms.php:62
3375
+ #: includes/widgets/htmega_call_to_action.php:511
3376
+ #: includes/widgets/htmega_call_to_action.php:570
3377
+ #: includes/widgets/htmega_call_to_action.php:629
3378
+ #: includes/widgets/htmega_call_to_action.php:823
3379
+ #: includes/widgets/htmega_call_to_action.php:1029
3380
+ #: includes/widgets/htmega_carousel.php:557
3381
+ #: includes/widgets/htmega_carousel.php:759
3382
+ #: includes/widgets/htmega_countdown.php:687
3383
+ #: includes/widgets/htmega_countdown.php:749
3384
+ #: includes/widgets/htmega_countdown.php:922
3385
+ #: includes/widgets/htmega_countdown.php:1044
3386
+ #: includes/widgets/htmega_countdown.php:1129
3387
+ #: includes/widgets/htmega_counter.php:456
3388
+ #: includes/widgets/htmega_counter.php:582
3389
+ #: includes/widgets/htmega_counter.php:821
3390
+ #: includes/widgets/htmega_counter.php:938
3391
+ #: includes/widgets/htmega_counter.php:1026
3392
+ #: includes/widgets/htmega_cuctom_event.php:143
3393
+ #: includes/widgets/htmega_cuctom_event.php:198
3394
+ #: includes/widgets/htmega_cuctom_event.php:228
3395
+ #: includes/widgets/htmega_cuctom_event.php:285
3396
+ #: includes/widgets/htmega_cuctom_event.php:330
3397
+ #: includes/widgets/htmega_cuctom_event.php:398
3398
+ #: includes/widgets/htmega_cuctom_event.php:448
3399
+ #: includes/widgets/htmega_double_button.php:466
3400
+ #: includes/widgets/htmega_double_button.php:562
3401
+ #: includes/widgets/htmega_double_button.php:639
3402
+ #: includes/widgets/htmega_double_button.php:734
3403
+ #: includes/widgets/htmega_double_button.php:822
3404
+ #: includes/widgets/htmega_download_monitor.php:154
3405
+ #: includes/widgets/htmega_download_monitor.php:227
3406
+ #: includes/widgets/htmega_dropcaps.php:109
3407
+ #: includes/widgets/htmega_dropcaps.php:205
3408
+ #: includes/widgets/htmega_easy_digital_download.php:351
3409
+ #: includes/widgets/htmega_easy_digital_download.php:423
3410
+ #: includes/widgets/htmega_easy_digital_download.php:531
3411
+ #: includes/widgets/htmega_easy_digital_download.php:600
3412
+ #: includes/widgets/htmega_gravity_forms.php:119
3413
+ #: includes/widgets/htmega_gravity_forms.php:152
3414
+ #: includes/widgets/htmega_gravity_forms.php:193
3415
+ #: includes/widgets/htmega_gravity_forms.php:281
3416
+ #: includes/widgets/htmega_gravity_forms.php:411
3417
+ #: includes/widgets/htmega_gravity_forms.php:498
3418
+ #: includes/widgets/htmega_image_comparison.php:239
3419
+ #: includes/widgets/htmega_image_comparison.php:320
3420
+ #: includes/widgets/htmega_image_comparison.php:419
3421
+ #: includes/widgets/htmega_image_grid.php:310
3422
+ #: includes/widgets/htmega_image_grid.php:407
3423
+ #: includes/widgets/htmega_image_grid.php:459
3424
+ #: includes/widgets/htmega_image_grid.php:541
3425
+ #: includes/widgets/htmega_image_marker.php:615
3426
+ #: includes/widgets/htmega_image_marker.php:630
3427
+ #: includes/widgets/htmega_image_marker.php:847
3428
+ #: includes/widgets/htmega_image_marker.php:921
3429
+ #: includes/widgets/htmega_image_marker.php:969
3430
+ #: includes/widgets/htmega_image_masonry.php:285
3431
+ #: includes/widgets/htmega_image_masonry.php:382
3432
+ #: includes/widgets/htmega_image_masonry.php:455
3433
+ #: includes/widgets/htmega_image_masonry.php:536
3434
+ #: includes/widgets/htmega_inline_menu.php:152
3435
+ #: includes/widgets/htmega_inline_menu.php:251
3436
+ #: includes/widgets/htmega_inline_menu.php:414
3437
+ #: includes/widgets/htmega_instagram.php:800
3438
+ #: includes/widgets/htmega_instagram.php:874
3439
+ #: includes/widgets/htmega_instagram.php:934
3440
+ #: includes/widgets/htmega_instagram.php:1080
3441
+ #: includes/widgets/htmega_instagram.php:1301
3442
+ #: includes/widgets/htmega_instagram.php:1397
3443
+ #: includes/widgets/htmega_lightbox.php:339
3444
+ #: includes/widgets/htmega_modal.php:217 includes/widgets/htmega_modal.php:441
3445
+ #: includes/widgets/htmega_modal.php:582 includes/widgets/htmega_modal.php:680
3446
+ #: includes/widgets/htmega_modal.php:754 includes/widgets/htmega_modal.php:840
3447
+ #: includes/widgets/htmega_modal.php:924
3448
+ #: includes/widgets/htmega_news_ticker.php:420
3449
+ #: includes/widgets/htmega_news_ticker.php:494
3450
+ #: includes/widgets/htmega_news_ticker.php:628
3451
+ #: includes/widgets/htmega_news_ticker.php:737
3452
+ #: includes/widgets/htmega_news_ticker.php:861
3453
+ #: includes/widgets/htmega_news_ticker.php:911
3454
+ #: includes/widgets/htmega_ninja_forms.php:112
3455
+ #: includes/widgets/htmega_ninja_forms.php:191
3456
+ #: includes/widgets/htmega_ninja_forms.php:281
3457
+ #: includes/widgets/htmega_ninja_forms.php:370
3458
+ #: includes/widgets/htmega_ninja_forms.php:480
3459
+ #: includes/widgets/htmega_ninja_forms.php:609
3460
+ #: includes/widgets/htmega_ninja_forms.php:696
3461
+ #: includes/widgets/htmega_notify.php:320
3462
+ #: includes/widgets/htmega_notify.php:416
3463
+ #: includes/widgets/htmega_notify.php:471
3464
+ #: includes/widgets/htmega_notify.php:616
3465
+ #: includes/widgets/htmega_offcanvas.php:413
3466
+ #: includes/widgets/htmega_offcanvas.php:485
3467
+ #: includes/widgets/htmega_panel_slider.php:636
3468
+ #: includes/widgets/htmega_panel_slider.php:692
3469
+ #: includes/widgets/htmega_panel_slider.php:762
3470
+ #: includes/widgets/htmega_panel_slider.php:975
3471
+ #: includes/widgets/htmega_popover.php:337
3472
+ #: includes/widgets/htmega_popover.php:459
3473
+ #: includes/widgets/htmega_popover.php:602
3474
+ #: includes/widgets/htmega_popover.php:706
3475
+ #: includes/widgets/htmega_post_grid.php:453
3476
+ #: includes/widgets/htmega_post_grid.php:581
3477
+ #: includes/widgets/htmega_post_grid.php:668
3478
+ #: includes/widgets/htmega_post_grid_tab.php:436
3479
+ #: includes/widgets/htmega_post_grid_tab.php:533
3480
+ #: includes/widgets/htmega_post_grid_tab.php:630
3481
+ #: includes/widgets/htmega_post_grid_tab.php:694
3482
+ #: includes/widgets/htmega_post_grid_tab.php:734
3483
+ #: includes/widgets/htmega_post_grid_tab.php:850
3484
+ #: includes/widgets/htmega_post_grid_tab.php:934
3485
+ #: includes/widgets/htmega_post_grid_tab.php:1000
3486
+ #: includes/widgets/htmega_post_grid_tab.php:1058
3487
+ #: includes/widgets/htmega_post_slider.php:871
3488
+ #: includes/widgets/htmega_post_slider.php:968
3489
+ #: includes/widgets/htmega_post_slider.php:1065
3490
+ #: includes/widgets/htmega_post_slider.php:1128
3491
+ #: includes/widgets/htmega_post_slider.php:1164
3492
+ #: includes/widgets/htmega_post_slider.php:1278
3493
+ #: includes/widgets/htmega_post_slider.php:1361
3494
+ #: includes/widgets/htmega_post_slider.php:1542
3495
+ #: includes/widgets/htmega_post_slider.php:1690
3496
+ #: includes/widgets/htmega_pricing_list_view.php:1789
3497
+ #: includes/widgets/htmega_progressbar.php:729
3498
+ #: includes/widgets/htmega_qu_forms.php:90
3499
+ #: includes/widgets/htmega_qu_forms.php:178
3500
+ #: includes/widgets/htmega_qu_forms.php:267
3501
+ #: includes/widgets/htmega_qu_forms.php:377
3502
+ #: includes/widgets/htmega_qu_forms.php:506
3503
+ #: includes/widgets/htmega_qu_forms.php:593
3504
+ #: includes/widgets/htmega_scroll_image.php:321
3505
+ #: includes/widgets/htmega_scroll_navigation.php:232
3506
+ #: includes/widgets/htmega_search.php:442
3507
+ #: includes/widgets/htmega_search.php:611
3508
+ #: includes/widgets/htmega_search.php:690
3509
+ #: includes/widgets/htmega_search.php:856
3510
+ #: includes/widgets/htmega_search.php:953
3511
+ #: includes/widgets/htmega_section_title.php:517
3512
+ #: includes/widgets/htmega_section_title.php:546
3513
+ #: includes/widgets/htmega_section_title.php:779
3514
+ #: includes/widgets/htmega_section_title.php:942
3515
+ #: includes/widgets/htmega_services.php:364
3516
+ #: includes/widgets/htmega_services.php:480
3517
+ #: includes/widgets/htmega_services.php:645
3518
+ #: includes/widgets/htmega_services.php:754
3519
+ #: includes/widgets/htmega_services.php:1029
3520
+ #: includes/widgets/htmega_services.php:1115
3521
+ #: includes/widgets/htmega_single_post.php:163
3522
+ #: includes/widgets/htmega_single_post.php:259
3523
+ #: includes/widgets/htmega_single_post.php:361
3524
+ #: includes/widgets/htmega_slider_thumb_gallery.php:685
3525
+ #: includes/widgets/htmega_slider_thumb_gallery.php:738
3526
+ #: includes/widgets/htmega_slider_thumb_gallery.php:823
3527
+ #: includes/widgets/htmega_slider_thumb_gallery.php:996
3528
+ #: includes/widgets/htmega_socialshere.php:177
3529
+ #: includes/widgets/htmega_socialshere.php:219
3530
+ #: includes/widgets/htmega_special_banner.php:346
3531
+ #: includes/widgets/htmega_special_banner.php:405
3532
+ #: includes/widgets/htmega_special_banner.php:464
3533
+ #: includes/widgets/htmega_special_banner.php:523
3534
+ #: includes/widgets/htmega_special_banner.php:582
3535
+ #: includes/widgets/htmega_special_banner.php:649
3536
+ #: includes/widgets/htmega_special_banner.php:737
3537
+ #: includes/widgets/htmega_switcher.php:474
3538
+ #: includes/widgets/htmega_switcher.php:553 includes/widgets/htmega_tab.php:537
3539
+ #: includes/widgets/htmega_tab.php:623 includes/widgets/htmega_tab.php:861
3540
+ #: includes/widgets/htmega_table.php:321
3541
+ #: includes/widgets/htmega_tablepress.php:175
3542
+ #: includes/widgets/htmega_tablepress.php:410
3543
+ #: includes/widgets/htmega_teammember.php:696
3544
+ #: includes/widgets/htmega_teammember.php:786
3545
+ #: includes/widgets/htmega_teammember.php:876
3546
+ #: includes/widgets/htmega_testimonial_grid.php:427
3547
+ #: includes/widgets/htmega_testimonial_grid.php:488
3548
+ #: includes/widgets/htmega_testimonial_grid.php:580
3549
+ #: includes/widgets/htmega_testimonial_grid.php:701
3550
+ #: includes/widgets/htmega_toggle.php:129
3551
+ #: includes/widgets/htmega_toggle.php:232
3552
+ #: includes/widgets/htmega_toggle.php:349
3553
+ #: includes/widgets/htmega_tooltip.php:313
3554
+ #: includes/widgets/htmega_tooltip.php:436
3555
+ #: includes/widgets/htmega_tooltip.php:491
3556
+ #: includes/widgets/htmega_twitter_feed.php:627
3557
+ #: includes/widgets/htmega_twitter_feed.php:708
3558
+ #: includes/widgets/htmega_twitter_feed.php:844
3559
+ #: includes/widgets/htmega_twitter_feed.php:877
3560
+ #: includes/widgets/htmega_twitter_feed.php:907
3561
+ #: includes/widgets/htmega_twitter_feed.php:977
3562
+ #: includes/widgets/htmega_twitter_feed.php:1034
3563
+ #: includes/widgets/htmega_twitter_feed.php:1075
3564
+ #: includes/widgets/htmega_twitter_feed.php:1240
3565
+ #: includes/widgets/htmega_user_login_form.php:1079
3566
+ #: includes/widgets/htmega_user_login_form.php:1206
3567
+ #: includes/widgets/htmega_user_login_form.php:1277
3568
+ #: includes/widgets/htmega_user_login_form.php:1390
3569
+ #: includes/widgets/htmega_user_login_form.php:1447
3570
+ #: includes/widgets/htmega_vertical_timeline.php:132
3571
+ #: includes/widgets/htmega_vertical_timeline.php:198
3572
+ #: includes/widgets/htmega_vertical_timeline.php:281
3573
+ #: includes/widgets/htmega_vertical_timeline.php:328
3574
+ #: includes/widgets/htmega_video_player.php:343
3575
+ #: includes/widgets/htmega_video_player.php:481
3576
+ #: includes/widgets/htmega_wc_categories.php:308
3577
+ #: includes/widgets/htmega_wc_categories.php:379
3578
+ #: includes/widgets/htmega_wc_element_pages.php:504
3579
+ #: includes/widgets/htmega_wc_element_pages.php:841
3580
+ #: includes/widgets/htmega_wc_element_pages.php:1132
3581
+ #: includes/widgets/htmega_wc_element_pages.php:1185
3582
+ #: includes/widgets/htmega_wc_element_pages.php:1223
3583
+ #: includes/widgets/htmega_working_process.php:628
3584
+ #: includes/widgets/htmega_working_process.php:639
3585
+ #: includes/widgets/htmega_working_process.php:720
3586
+ #: includes/widgets/htmega_working_process.php:820
3587
+ #: includes/widgets/htmega_working_process.php:941
3588
+ #: includes/widgets/htmega_working_process.php:1070
3589
+ #: includes/widgets/htmega_wpforms.php:104
3590
+ #: includes/widgets/htmega_wpforms.php:183
3591
+ #: includes/widgets/htmega_wpforms.php:271
3592
+ #: includes/widgets/htmega_wpforms.php:360
3593
+ #: includes/widgets/htmega_wpforms.php:470
3594
+ #: includes/widgets/htmega_wpforms.php:599
3595
+ #: includes/widgets/htmega_wpforms.php:686
3596
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:149
3597
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:234
3598
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:287
3599
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:382
3600
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:435
3601
+ #: extensions/ht-builder/widgets/bl_page_title.php:66
3602
+ #: extensions/ht-builder/widgets/bl_post_archive.php:347
3603
+ #: extensions/ht-builder/widgets/bl_post_archive.php:414
3604
+ #: extensions/ht-builder/widgets/bl_post_archive.php:453
3605
+ #: extensions/ht-builder/widgets/bl_post_archive.php:560
3606
+ #: extensions/ht-builder/widgets/bl_post_archive.php:627
3607
+ #: extensions/ht-builder/widgets/bl_post_archive.php:652
3608
+ #: extensions/ht-builder/widgets/bl_post_archive.php:721
3609
+ #: extensions/ht-builder/widgets/bl_post_archive.php:796
3610
+ #: extensions/ht-builder/widgets/bl_post_archive.php:856
3611
+ #: extensions/ht-builder/widgets/bl_post_archive.php:920
3612
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:68
3613
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:225
3614
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:265
3615
+ #: extensions/ht-builder/widgets/bl_post_comments.php:48
3616
+ #: extensions/ht-builder/widgets/bl_post_comments.php:98
3617
+ #: extensions/ht-builder/widgets/bl_post_comments.php:148
3618
+ #: extensions/ht-builder/widgets/bl_post_content.php:48
3619
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:48
3620
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:355
3621
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:395
3622
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:425
3623
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:451
3624
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:110
3625
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:184
3626
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:258
3627
+ #: extensions/ht-builder/widgets/bl_site_title.php:68
3628
+ #: extensions/ht-menu/menu/templates.php:114
3629
+ #: extensions/ht-menu/menu/templates.php:135
3630
+ #: includes/widgets/weather/htmega_weather.php:255
3631
+ msgid "Color"
3632
+ msgstr ""
3633
+
3634
+ #: includes/widgets/htmega_socialshere.php:680
3635
+ #: includes/widgets/htmega_socialshere.php:712
3636
+ msgid "color"
3637
+ msgstr ""
3638
+
3639
+ #: includes/widgets/htmega_pricing_list_view.php:638
3640
+ #: includes/widgets/htmega_table.php:396
3641
+ msgid "Colspan"
3642
+ msgstr ""
3643
+
3644
+ #: includes/widgets/htmega_image_grid.php:58
3645
+ #: includes/widgets/htmega_image_masonry.php:66
3646
+ #: includes/widgets/htmega_instagram.php:143
3647
+ #: includes/widgets/htmega_pricing_list_view.php:542
3648
+ #: includes/widgets/htmega_table.php:242
3649
+ #: includes/widgets/htmega_user_login_form.php:379
3650
+ #: includes/widgets/htmega_working_process.php:58
3651
+ msgid "Column"
3652
+ msgstr ""
3653
+
3654
+ #: includes/widgets/htmega_testimonial_grid.php:56
3655
+ msgid "Column "
3656
+ msgstr ""
3657
+
3658
+ #: includes/widgets/htmega_working_process.php:66
3659
+ msgid "Column Five"
3660
+ msgstr ""
3661
+
3662
+ #: includes/widgets/htmega_working_process.php:65
3663
+ msgid "Column Four"
3664
+ msgstr ""
3665
+
3666
+ #: includes/widgets/htmega_panel_slider.php:177
3667
+ #: includes/widgets/htmega_testimonial_grid.php:145
3668
+ msgid "Column Gap"
3669
+ msgstr ""
3670
+
3671
+ #: includes/widgets/htmega_countdown.php:336
3672
+ msgid "Column Height"
3673
+ msgstr ""
3674
+
3675
+ #: includes/widgets/htmega_pricing_list_view.php:194
3676
+ #: includes/widgets/htmega_table.php:143
3677
+ msgid "Column Name"
3678
+ msgstr ""
3679
+
3680
+ #: includes/widgets/htmega_working_process.php:62
3681
+ msgid "Column One"
3682
+ msgstr ""
3683
+
3684
+ #: includes/widgets/htmega_image_grid.php:75
3685
+ #: includes/widgets/htmega_twitter_feed.php:257
3686
+ msgid "Column Space"
3687
+ msgstr ""
3688
+
3689
+ #: includes/widgets/htmega_countdown.php:373
3690
+ msgid "Column Spacing"
3691
+ msgstr ""
3692
+
3693
+ #: includes/widgets/htmega_table.php:152
3694
+ msgid "Column styles"
3695
+ msgstr ""
3696
+
3697
+ #: includes/widgets/htmega_working_process.php:64
3698
+ msgid "Column Three"
3699
+ msgstr ""
3700
+
3701
+ #: includes/widgets/htmega_working_process.php:63
3702
+ msgid "Column Two"
3703
+ msgstr ""
3704
+
3705
+ #: includes/widgets/htmega_countdown.php:300
3706
+ msgid "Column Width"
3707
+ msgstr ""
3708
+
3709
+ #: includes/widgets/htmega_panel_slider.php:199
3710
+ msgid "Column width accroding to image"
3711
+ msgstr ""
3712
+
3713
+ #: includes/widgets/htmega_easy_digital_download.php:42
3714
+ #: includes/widgets/htmega_wc_categories.php:41
3715
+ #: extensions/ht-builder/widgets/bl_post_archive.php:56
3716
+ msgid "Columns"
3717
+ msgstr ""
3718
+
3719
+ #: admin/include/admin-setting.php:1249 admin/include/admin-setting.php:1274
3720
+ msgid "Coming soon Page Builder"
3721
+ msgstr ""
3722
+
3723
+ #: extensions/ht-builder/admin/setting.php:124
3724
+ msgid "Coming Soon Page Template."
3725
+ msgstr ""
3726
+
3727
+ #: includes/widgets/htmega_news_ticker.php:255
3728
+ #: includes/widgets/htmega_post_grid.php:152
3729
+ #: includes/widgets/htmega_post_grid_tab.php:159
3730
+ #: includes/widgets/htmega_post_slider.php:163
3731
+ #: extensions/ht-builder/widgets/bl_post_archive.php:203
3732
+ msgid "Comment count"
3733
+ msgstr ""
3734
+
3735
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:68
3736
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:235
3737
+ msgid "Comments"
3738
+ msgstr ""
3739
+
3740
+ #: extensions/ht-builder/widgets/bl_post_comments.php:192
3741
+ msgid "Comments Are Closed"
3742
+ msgstr ""
3743
+
3744
+ #: includes/widgets/htmega_twitter_feed.php:82
3745
+ msgid "Consumer Key"
3746
+ msgstr ""
3747
+
3748
+ #: includes/widgets/htmega_twitter_feed.php:92
3749
+ msgid "Consumer Secret"
3750
+ msgstr ""
3751
+
3752
+ #: includes/widgets/htmega_404_content.php:177
3753
+ #: includes/widgets/htmega_404_content.php:685
3754
+ msgid "Contact Button"
3755
+ msgstr ""
3756
+
3757
+ #: includes/widgets/htmega_contact_form_seven.php:36
3758
+ #: includes/widgets/htmega_contact_form_seven.php:60
3759
+ msgid "Contact Form"
3760
+ msgstr ""
3761
+
3762
+ #: admin/include/admin-setting.php:959
3763
+ #: includes/widgets/htmega_contact_form_seven.php:13
3764
+ msgid "Contact form 7"
3765
+ msgstr ""
3766
+
3767
+ #: admin/include/admin-setting.php:1231
3768
+ msgid "Contact Us"
3769
+ msgstr ""
3770
+
3771
+ #: includes/widgets/htmega_post_slider.php:682
3772
+ msgid "Container background"
3773
+ msgstr ""
3774
+
3775
+ #: includes/widgets/htmega_post_slider.php:667
3776
+ msgid "Container Border Radius"
3777
+ msgstr ""
3778
+
3779
+ #: includes/widgets/htmega_add_banner.php:356
3780
+ #: includes/widgets/htmega_blockquote.php:54
3781
+ #: includes/widgets/htmega_blockquote.php:67
3782
+ #: includes/widgets/htmega_blockquote.php:269
3783
+ #: includes/widgets/htmega_dropcaps.php:58
3784
+ #: includes/widgets/htmega_image_marker.php:690
3785
+ #: includes/widgets/htmega_modal.php:64 includes/widgets/htmega_modal.php:77
3786
+ #: includes/widgets/htmega_modal.php:79
3787
+ #: includes/widgets/htmega_news_ticker.php:413
3788
+ #: includes/widgets/htmega_notify.php:465
3789
+ #: includes/widgets/htmega_popover.php:691
3790
+ #: includes/widgets/htmega_post_grid_tab.php:192
3791
+ #: includes/widgets/htmega_post_grid_tab.php:523
3792
+ #: includes/widgets/htmega_post_slider.php:199
3793
+ #: includes/widgets/htmega_post_slider.php:958
3794
+ #: includes/widgets/htmega_pricing_list_view.php:60
3795
+ #: includes/widgets/htmega_pricing_list_view.php:187
3796
+ #: includes/widgets/htmega_pricing_list_view.php:552
3797
+ #: includes/widgets/htmega_scroll_navigation.php:65
3798
+ #: includes/widgets/htmega_scroll_navigation.php:67
3799
+ #: includes/widgets/htmega_scroll_navigation.php:77
3800
+ #: includes/widgets/htmega_switcher.php:115
3801
+ #: includes/widgets/htmega_switcher.php:128
3802
+ #: includes/widgets/htmega_switcher.php:131
3803
+ #: includes/widgets/htmega_switcher.php:207
3804
+ #: includes/widgets/htmega_switcher.php:220
3805
+ #: includes/widgets/htmega_switcher.php:223
3806
+ #: includes/widgets/htmega_switcher.php:545 includes/widgets/htmega_tab.php:62
3807
+ #: includes/widgets/htmega_tab.php:99 includes/widgets/htmega_tab.php:112
3808
+ #: includes/widgets/htmega_tab.php:114 includes/widgets/htmega_tab.php:853
3809
+ #: includes/widgets/htmega_toggle.php:93 includes/widgets/htmega_toggle.php:106
3810
+ #: includes/widgets/htmega_tooltip.php:485
3811
+ #: includes/widgets/htmega_twitter_feed.php:619
3812
+ #: includes/widgets/htmega_vertical_timeline.php:62
3813
+ #: includes/widgets/htmega_vertical_timeline.php:88
3814
+ #: includes/widgets/htmega_vertical_timeline.php:180
3815
+ #: includes/widgets/htmega_wc_element_pages.php:1212
3816
+ #: extensions/ht-builder/widgets/bl_post_archive.php:645
3817
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:209
3818
+ #: extensions/ht-menu/menu/templates.php:43
3819
+ msgid "Content"
3820
+ msgstr ""
3821
+
3822
+ #: includes/widgets/htmega_countdown.php:639
3823
+ #: includes/widgets/htmega_job_manager.php:147
3824
+ msgid "Content Alignment"
3825
+ msgstr ""
3826
+
3827
+ #: includes/widgets/htmega_panel_slider.php:481
3828
+ msgid "Content area"
3829
+ msgstr ""
3830
+
3831
+ #: includes/widgets/htmega_image_marker.php:743
3832
+ msgid "Content area border radius"
3833
+ msgstr ""
3834
+
3835
+ #: includes/widgets/htmega_image_marker.php:754
3836
+ msgid "Content area padding"
3837
+ msgstr ""
3838
+
3839
+ #: includes/widgets/htmega_single_post.php:474
3840
+ #: includes/widgets/htmega_slider_thumb_gallery.php:757
3841
+ msgid "Content Box"
3842
+ msgstr ""
3843
+
3844
+ #: includes/widgets/htmega_teammember.php:511
3845
+ msgid "Content Box Background"
3846
+ msgstr ""
3847
+
3848
+ #: includes/widgets/htmega_teammember.php:534
3849
+ msgid "Content Box Hover Background"
3850
+ msgstr ""
3851
+
3852
+ #: includes/widgets/htmega_image_grid.php:253
3853
+ #: includes/widgets/htmega_teammember.php:598
3854
+ msgid "Content Box Padding"
3855
+ msgstr ""
3856
+
3857
+ #: includes/widgets/htmega_post_grid_tab.php:335
3858
+ #: includes/widgets/htmega_post_slider.php:709
3859
+ #: includes/widgets/htmega_slider_thumb_gallery.php:670
3860
+ #: includes/widgets/htmega_special_banner.php:253
3861
+ msgid "Content Box Style"
3862
+ msgstr ""
3863
+
3864
+ #: includes/widgets/htmega_user_login_form.php:719
3865
+ #: extensions/wc-sales-notification/admin/setting.php:204
3866
+ msgid "Content Color"
3867
+ msgstr ""
3868
+
3869
+ #: admin/include/admin-setting.php:1261 admin/include/admin-setting.php:1286
3870
+ msgid "Content color option"
3871
+ msgstr ""
3872
+
3873
+ #: includes/widgets/htmega_vertical_timeline.php:71
3874
+ msgid "Content Date"
3875
+ msgstr ""
3876
+
3877
+ #: includes/widgets/htmega_image_marker.php:341
3878
+ msgid "Content Indicator"
3879
+ msgstr ""
3880
+
3881
+ #: includes/widgets/htmega_post_grid_tab.php:201
3882
+ #: includes/widgets/htmega_post_slider.php:209
3883
+ #: includes/widgets/htmega_twitter_feed.php:133
3884
+ #: extensions/ht-builder/widgets/bl_post_archive.php:157
3885
+ msgid "Content Length"
3886
+ msgstr ""
3887
+
3888
+ #: includes/widgets/htmega_news_ticker.php:1087
3889
+ msgid "Content Not Found"
3890
+ msgstr ""
3891
+
3892
+ #: includes/widgets/htmega_news_ticker.php:181
3893
+ msgid "Content Option"
3894
+ msgstr ""
3895
+
3896
+ #: includes/widgets/htmega_post_grid.php:278
3897
+ msgid "Content Padding"
3898
+ msgstr ""
3899
+
3900
+ #: includes/widgets/htmega_add_banner.php:58
3901
+ #: includes/widgets/htmega_single_post.php:57
3902
+ #: includes/widgets/htmega_special_banner.php:42
3903
+ msgid "Content Position"
3904
+ msgstr ""
3905
+
3906
+ #: includes/widgets/htmega_post_grid_tab.php:76
3907
+ #: includes/widgets/htmega_post_slider.php:80
3908
+ #: includes/widgets/htmega_scroll_navigation.php:52
3909
+ msgid "Content Source"
3910
+ msgstr ""
3911
+
3912
+ #: includes/widgets/htmega_news_ticker.php:188
3913
+ #: includes/widgets/htmega_post_grid.php:69
3914
+ msgid "Content Sourse"
3915
+ msgstr ""
3916
+
3917
+ #: includes/widgets/htmega_dropcaps.php:72
3918
+ #: includes/widgets/htmega_teammember.php:68
3919
+ #: includes/widgets/htmega_teammember.php:83
3920
+ #: includes/widgets/htmega_toggle.php:122
3921
+ msgid "Content Style"
3922
+ msgstr ""
3923
+
3924
+ #: includes/widgets/htmega_buddy_press.php:56
3925
+ #: includes/widgets/htmega_pricing_list_view.php:562
3926
+ msgid "Content Type"
3927
+ msgstr ""
3928
+
3929
+ #: includes/widgets/htmega_teammember.php:639
3930
+ msgid "Corner Shape Color"
3931
+ msgstr ""
3932
+
3933
+ #: includes/widgets/htmega_easy_digital_download.php:193
3934
+ #: includes/widgets/htmega_socialshere.php:347
3935
+ #: includes/widgets/htmega_wc_categories.php:132
3936
+ msgid "Count"
3937
+ msgstr ""
3938
+
3939
+ #: includes/widgets/htmega_countdown.php:404
3940
+ msgid "Count Area"
3941
+ msgstr ""
3942
+
3943
+ #: includes/widgets/htmega_countdown.php:291
3944
+ msgid "Count Layout"
3945
+ msgstr ""
3946
+
3947
+ #: admin/include/admin-setting.php:199 includes/widgets/htmega_countdown.php:13
3948
+ #: includes/widgets/htmega_countdown.php:65
3949
+ msgid "Countdown"
3950
+ msgstr ""
3951
+
3952
+ #: admin/include/admin-setting.php:207 includes/widgets/htmega_counter.php:13
3953
+ #: includes/widgets/htmega_counter.php:42
3954
+ msgid "Counter"
3955
+ msgstr ""
3956
+
3957
+ #: includes/widgets/htmega_countdown.php:673
3958
+ msgid "Counter separator"
3959
+ msgstr ""
3960
+
3961
+ #: includes/widgets/htmega_counter.php:154
3962
+ msgid "Counter Title"
3963
+ msgstr ""
3964
+
3965
+ #: includes/widgets/htmega_wc_element_pages.php:184
3966
+ msgid "Coupon / Update Button"
3967
+ msgstr ""
3968
+
3969
+ #: admin/include/templates_list.php:16
3970
+ msgid "Create a new page from this template"
3971
+ msgstr ""
3972
+
3973
+ #: extensions/wc-sales-notification/admin/setting.php:212
3974
+ msgid "Cross Icon Color"
3975
+ msgstr ""
3976
+
3977
+ #: admin/include/admin-setting.php:1262 admin/include/admin-setting.php:1287
3978
+ msgid "Cross icon color option"
3979
+ msgstr ""
3980
+
3981
+ #: includes/widgets/htmega_booked_calender.php:348
3982
+ msgid "Current Date"
3983
+ msgstr ""
3984
+
3985
+ #: includes/widgets/htmega_accordion.php:331
3986
+ msgid "Current Item No"
3987
+ msgstr ""
3988
+
3989
+ #: includes/widgets/htmega_accordion.php:80
3990
+ #: includes/widgets/htmega_accordion.php:208
3991
+ #: includes/widgets/htmega_blockquote.php:45
3992
+ #: includes/widgets/htmega_image_marker.php:223
3993
+ #: includes/widgets/htmega_image_marker.php:282
3994
+ #: includes/widgets/htmega_image_marker.php:493
3995
+ #: includes/widgets/htmega_image_marker.php:779
3996
+ #: includes/widgets/htmega_modal.php:55
3997
+ #: includes/widgets/htmega_scroll_image.php:247
3998
+ #: includes/widgets/htmega_scroll_navigation.php:56
3999
+ #: includes/widgets/htmega_scroll_navigation.php:136
4000
+ #: includes/widgets/htmega_socialshere.php:458
4001
+ #: includes/widgets/htmega_switcher.php:106
4002
+ #: includes/widgets/htmega_switcher.php:198 includes/widgets/htmega_tab.php:90
4003
+ #: includes/widgets/htmega_testimonial_grid.php:59
4004
+ #: includes/widgets/htmega_toggle.php:83
4005
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:70
4006
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:88
4007
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:126
4008
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:249
4009
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:292
4010
+ #: extensions/ht-builder/widgets/bl_site_logo.php:56
4011
+ msgid "Custom"
4012
+ msgstr ""
4013
+
4014
+ #: includes/widgets/weather/htmega_weather.php:209
4015
+ msgid "Custom Background Color"
4016
+ msgstr ""
4017
+
4018
+ #: includes/widgets/htmega_scroll_navigation.php:225
4019
+ #: includes/widgets/htmega_toggle.php:108
4020
+ msgid "Custom Content"
4021
+ msgstr ""
4022
+
4023
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:99
4024
+ msgid "Custom Date Format"
4025
+ msgstr ""
4026
+
4027
+ #: admin/include/admin-setting.php:215
4028
+ #: includes/widgets/htmega_cuctom_event.php:13
4029
+ msgid "Custom Event"
4030
+ msgstr ""
4031
+
4032
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:195
4033
+ msgid "Custom Format"
4034
+ msgstr ""
4035
+
4036
+ #: includes/widgets/weather/htmega_weather.php:175
4037
+ msgid "Custom Geolocation"
4038
+ msgstr ""
4039
+
4040
+ #: includes/widgets/htmega_post_grid.php:315
4041
+ #: includes/widgets/htmega_post_grid_tab.php:1160
4042
+ msgid "Custom Gradient Color"
4043
+ msgstr ""
4044
+
4045
+ #: includes/widgets/htmega_scroll_navigation.php:144
4046
+ msgid "Custom Height"
4047
+ msgstr ""
4048
+
4049
+ #: includes/widgets/htmega_countdown.php:190
4050
+ msgid "Custom Label"
4051
+ msgstr ""
4052
+
4053
+ #: includes/widgets/htmega_user_login_form.php:185
4054
+ msgid "Custom label"
4055
+ msgstr ""
4056
+
4057
+ #: includes/widgets/htmega_scroll_image.php:53
4058
+ msgid "Custom Link"
4059
+ msgstr ""
4060
+
4061
+ #: includes/widgets/htmega_googlemap.php:170
4062
+ msgid "Custom marker"
4063
+ msgstr ""
4064
+
4065
+ #: includes/widgets/htmega_news_ticker.php:236
4066
+ #: includes/widgets/htmega_post_grid.php:117
4067
+ #: includes/widgets/htmega_post_grid_tab.php:124
4068
+ #: includes/widgets/htmega_post_slider.php:128
4069
+ #: extensions/ht-builder/widgets/bl_post_archive.php:184
4070
+ msgid "Custom order"
4071
+ msgstr ""
4072
+
4073
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:137
4074
+ msgid "Custom Time Format"
4075
+ msgstr ""
4076
+
4077
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:273
4078
+ msgid "Custom URL"
4079
+ msgstr ""
4080
+
4081
+ #: includes/widgets/htmega_panel_slider.php:197
4082
+ msgid "Custom Width"
4083
+ msgstr ""
4084
+
4085
+ #: includes/widgets/htmega_notify.php:125
4086
+ msgid "Danger"
4087
+ msgstr ""
4088
+
4089
+ #: admin/include/admin-setting.php:511 includes/widgets/htmega_table.php:13
4090
+ msgid "Data Table"
4091
+ msgstr ""
4092
+
4093
+ #: includes/widgets/htmega_table.php:250
4094
+ msgid "Data Type"
4095
+ msgstr ""
4096
+
4097
+ #: includes/recommended-plugins/recommended-plugins.php:121
4098
+ msgid "DataCaptia"
4099
+ msgstr ""
4100
+
4101
+ #: includes/widgets/htmega_booked_calender.php:280
4102
+ #: includes/widgets/htmega_cuctom_event.php:322
4103
+ #: includes/widgets/htmega_job_manager.php:91
4104
+ #: includes/widgets/htmega_news_ticker.php:135
4105
+ #: includes/widgets/htmega_news_ticker.php:252
4106
+ #: includes/widgets/htmega_news_ticker.php:900
4107
+ #: includes/widgets/htmega_post_grid.php:149
4108
+ #: includes/widgets/htmega_post_grid.php:199
4109
+ #: includes/widgets/htmega_post_grid.php:571
4110
+ #: includes/widgets/htmega_post_grid_tab.php:156
4111
+ #: includes/widgets/htmega_post_slider.php:160
4112
+ #: includes/widgets/htmega_post_slider.php:265
4113
+ #: includes/widgets/htmega_single_post.php:140
4114
+ #: includes/widgets/htmega_vertical_timeline.php:320
4115
+ #: extensions/ht-builder/widgets/bl_post_archive.php:200
4116
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:66
4117
+ msgid "Date"
4118
+ msgstr ""
4119
+
4120
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:78
4121
+ msgid "Date Format"
4122
+ msgstr ""
4123
+
4124
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:84
4125
+ msgctxt "Date Format"
4126
+ msgid "March 6, 2018 (F j, Y)"
4127
+ msgstr ""
4128
+
4129
+ #: includes/widgets/htmega_news_ticker.php:144
4130
+ msgid "Date Position In Left"
4131
+ msgstr ""
4132
+
4133
+ #: includes/widgets/htmega_booked_calender.php:55
4134
+ #: includes/widgets/htmega_business_hours.php:83
4135
+ #: includes/widgets/htmega_business_hours.php:505
4136
+ #: includes/widgets/htmega_countdown.php:132
4137
+ #: includes/widgets/htmega_instagram.php:113
4138
+ msgid "Day"
4139
+ msgstr ""
4140
+
4141
+ #: includes/widgets/htmega_business_hours.php:112
4142
+ msgid "Day Color"
4143
+ msgstr ""
4144
+
4145
+ #: includes/widgets/htmega_booked_calender.php:212
4146
+ msgid "Day Name Background"
4147
+ msgstr ""
4148
+
4149
+ #: includes/widgets/htmega_booked_calender.php:224
4150
+ msgid "Day Name Color"
4151
+ msgstr ""
4152
+
4153
+ #: includes/widgets/htmega_countdown.php:202
4154
+ #: includes/widgets/htmega_countdown.php:204
4155
+ msgid "Days"
4156
+ msgstr ""
4157
+
4158
+ #: includes/widgets/htmega_booked_calender.php:112
4159
+ msgid "December"
4160
+ msgstr ""
4161
+
4162
+ #: includes/widgets/htmega_booked_calender.php:46
4163
+ #: includes/widgets/htmega_booked_calender.php:158
4164
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:50
4165
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:291
4166
+ #: extensions/ht-builder/widgets/bl_site_logo.php:52
4167
+ msgid "Default"
4168
+ msgstr ""
4169
+
4170
+ #: includes/widgets/htmega_googlemap.php:60
4171
+ msgid "Default Zoom"
4172
+ msgstr ""
4173
+
4174
+ #: includes/widgets/htmega_notify.php:214
4175
+ msgid "Delay"
4176
+ msgstr ""
4177
+
4178
+ #: includes/widgets/htmega_instagram.php:99
4179
+ msgid "Delete existing caching data"
4180
+ msgstr ""
4181
+
4182
+ #: includes/widgets/htmega_socialshere.php:67
4183
+ msgid "Delicious"
4184
+ msgstr ""
4185
+
4186
+ #: includes/widgets/htmega_easy_digital_download.php:206
4187
+ msgid "DESC"
4188
+ msgstr ""
4189
+
4190
+ #: includes/widgets/htmega_job_manager.php:76
4191
+ #: includes/widgets/htmega_news_ticker.php:271
4192
+ #: includes/widgets/htmega_post_grid.php:131
4193
+ #: includes/widgets/htmega_post_grid_tab.php:138
4194
+ #: includes/widgets/htmega_post_slider.php:142
4195
+ #: includes/widgets/htmega_wc_categories.php:145
4196
+ #: extensions/ht-builder/widgets/bl_post_archive.php:219
4197
+ msgid "Descending"
4198
+ msgstr ""
4199
+
4200
+ #: includes/widgets/htmega_404_content.php:104
4201
+ #: includes/widgets/htmega_404_content.php:455
4202
+ #: includes/widgets/htmega_add_banner.php:110
4203
+ #: includes/widgets/htmega_add_banner.php:548
4204
+ #: includes/widgets/htmega_call_to_action.php:104
4205
+ #: includes/widgets/htmega_call_to_action.php:618
4206
+ #: includes/widgets/htmega_cuctom_event.php:217
4207
+ #: includes/widgets/htmega_easy_digital_download.php:192
4208
+ #: includes/widgets/htmega_easy_digital_download.php:412
4209
+ #: includes/widgets/htmega_gravity_forms.php:141
4210
+ #: includes/widgets/htmega_image_grid.php:114
4211
+ #: includes/widgets/htmega_image_grid.php:368
4212
+ #: includes/widgets/htmega_image_marker.php:914
4213
+ #: includes/widgets/htmega_image_masonry.php:94
4214
+ #: includes/widgets/htmega_image_masonry.php:343
4215
+ #: includes/widgets/htmega_ninja_forms.php:180
4216
+ #: includes/widgets/htmega_services.php:469
4217
+ #: includes/widgets/htmega_special_banner.php:96
4218
+ #: includes/widgets/htmega_special_banner.php:453
4219
+ #: includes/widgets/htmega_wc_categories.php:131
4220
+ #: includes/widgets/htmega_working_process.php:96
4221
+ #: includes/widgets/htmega_working_process.php:712
4222
+ #: includes/widgets/htmega_wpforms.php:78
4223
+ #: includes/widgets/htmega_wpforms.php:172
4224
+ msgid "Description"
4225
+ msgstr ""
4226
+
4227
+ #: includes/widgets/htmega_ninja_forms.php:87
4228
+ msgid "Description Hide"
4229
+ msgstr ""
4230
+
4231
+ #: includes/widgets/htmega_call_to_action.php:113
4232
+ msgid "Description Tag"
4233
+ msgstr ""
4234
+
4235
+ #: includes/widgets/htmega_pricing_list_view.php:447
4236
+ #: includes/widgets/htmega_table.php:210
4237
+ #: includes/widgets/htmega_teammember.php:163
4238
+ #: includes/widgets/htmega_teammember.php:774
4239
+ #: includes/widgets/htmega_testimonial_grid.php:175
4240
+ #: includes/widgets/htmega_testimonial_grid.php:480
4241
+ msgid "Designation"
4242
+ msgstr ""
4243
+
4244
+ #: includes/widgets/htmega_testimonial_grid.php:69
4245
+ msgid "Desktop"
4246
+ msgstr ""
4247
+
4248
+ #: admin/include/templates/library/templates.php:30
4249
+ #: admin/include/templates/library/templates.php:31
4250
+ msgid "Desktop view"
4251
+ msgstr ""
4252
+
4253
+ #: includes/widgets/htmega_countdown.php:273
4254
+ msgid "Details"
4255
+ msgstr ""
4256
+
4257
+ #: includes/widgets/htmega_pricing_list_view.php:1097
4258
+ #: includes/widgets/htmega_table.php:468
4259
+ #: includes/widgets/htmega_testimonial_grid.php:239
4260
+ msgid "Developer"
4261
+ msgstr ""
4262
+
4263
+ #: includes/widgets/htmega_socialshere.php:64
4264
+ msgid "Digg"
4265
+ msgstr ""
4266
+
4267
+ #: includes/widgets/htmega_news_ticker.php:122
4268
+ #: includes/widgets/htmega_popover.php:188
4269
+ #: includes/widgets/htmega_tooltip.php:176
4270
+ msgid "Direction"
4271
+ msgstr ""
4272
+
4273
+ #: includes/widgets/htmega_section_title.php:612
4274
+ #: includes/widgets/htmega_section_title.php:843
4275
+ msgid "Display"
4276
+ msgstr ""
4277
+
4278
+ #: includes/widgets/htmega_user_login_form.php:371
4279
+ msgid "Display as"
4280
+ msgstr ""
4281
+
4282
+ #: includes/helper-function.php:162
4283
+ msgid "div"
4284
+ msgstr ""
4285
+
4286
+ #: includes/helper-function.php:52
4287
+ #: extensions/ht-menu/menu/helper_function.php:17
4288
+ msgid "Do not Saved Templates."
4289
+ msgstr ""
4290
+
4291
+ #: extensions/wc-sales-notification/admin/setting.php:153
4292
+ msgid ""
4293
+ "Do not show purchases older than.( More Options are Pro features ) <span>( "
4294
+ "Pro )</span>"
4295
+ msgstr ""
4296
+
4297
+ #: includes/recommended-plugins/recommended-plugins.php:116
4298
+ msgid "Docus"
4299
+ msgstr ""
4300
+
4301
+ #: includes/widgets/htmega_user_login_form.php:96
4302
+ #: includes/widgets/htmega_user_login_form.php:98
4303
+ msgid "Don’t Have account? You can create an account by using this form."
4304
+ msgstr ""
4305
+
4306
+ #: includes/widgets/htmega_post_slider.php:373
4307
+ msgid "Dot Style"
4308
+ msgstr ""
4309
+
4310
+ #: admin/include/admin-setting.php:223
4311
+ #: includes/widgets/htmega_double_button.php:13
4312
+ #: includes/widgets/htmega_double_button.php:35
4313
+ msgid "Double Button"
4314
+ msgstr ""
4315
+
4316
+ #: includes/widgets/htmega_news_ticker.php:127
4317
+ msgid "Down"
4318
+ msgstr ""
4319
+
4320
+ #: includes/widgets/htmega_download_monitor.php:46
4321
+ msgid "Download File"
4322
+ msgstr ""
4323
+
4324
+ #: admin/include/admin-setting.php:969
4325
+ #: includes/widgets/htmega_download_monitor.php:13
4326
+ msgid "Download Monitor"
4327
+ msgstr ""
4328
+
4329
+ #: includes/widgets/htmega_download_monitor.php:320
4330
+ msgid "Downloaded"
4331
+ msgstr ""
4332
+
4333
+ #: admin/include/admin-setting.php:1169
4334
+ msgid "Drag n Drop, No coding Required"
4335
+ msgstr ""
4336
+
4337
+ #: includes/widgets/htmega_dropcaps.php:188
4338
+ msgid "Dropcap Letter"
4339
+ msgstr ""
4340
+
4341
+ #: admin/include/admin-setting.php:231 includes/widgets/htmega_dropcaps.php:13
4342
+ #: includes/widgets/htmega_dropcaps.php:35
4343
+ msgid "Dropcaps"
4344
+ msgstr ""
4345
+
4346
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:47
4347
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:48
4348
+ msgid "Dropdown Icon"
4349
+ msgstr ""
4350
+
4351
+ #: includes/widgets/htmega_countdown.php:109
4352
+ msgid "Due Date"
4353
+ msgstr ""
4354
+
4355
+ #: admin/include/admin-setting.php:979
4356
+ #: includes/widgets/htmega_easy_digital_download.php:13
4357
+ #: includes/widgets/htmega_easy_digital_download.php:35
4358
+ msgid "Easy Digital Downloads"
4359
+ msgstr ""
4360
+
4361
+ #: admin/include/template-library.php:198
4362
+ msgid "Edit Page"
4363
+ msgstr ""
4364
+
4365
+ #: admin/include/template-library.php:198
4366
+ msgid "Edit Template"
4367
+ msgstr ""
4368
+
4369
+ #: includes/widgets/htmega_button.php:416
4370
+ msgid "Effect 1"
4371
+ msgstr ""
4372
+
4373
+ #: includes/widgets/htmega_button.php:425
4374
+ msgid "Effect 10"
4375
+ msgstr ""
4376
+
4377
+ #: includes/widgets/htmega_button.php:426
4378
+ msgid "Effect 11"
4379
+ msgstr ""
4380
+
4381
+ #: includes/widgets/htmega_button.php:427
4382
+ msgid "Effect 12"
4383
+ msgstr ""
4384
+
4385
+ #: includes/widgets/htmega_button.php:428
4386
+ msgid "Effect 13"
4387
+ msgstr ""
4388
+
4389
+ #: includes/widgets/htmega_button.php:429
4390
+ msgid "Effect 14"
4391
+ msgstr ""
4392
+
4393
+ #: includes/widgets/htmega_button.php:417
4394
+ msgid "Effect 2"
4395
+ msgstr ""
4396
+
4397
+ #: includes/widgets/htmega_button.php:418
4398
+ msgid "Effect 3"
4399
+ msgstr ""
4400
+
4401
+ #: includes/widgets/htmega_button.php:419
4402
+ msgid "Effect 4"
4403
+ msgstr ""
4404
+
4405
+ #: includes/widgets/htmega_button.php:420
4406
+ msgid "Effect 5"
4407
+ msgstr ""
4408
+
4409
+ #: includes/widgets/htmega_button.php:421
4410
+ msgid "Effect 6"
4411
+ msgstr ""
4412
+
4413
+ #: includes/widgets/htmega_button.php:422
4414
+ msgid "Effect 7"
4415
+ msgstr ""
4416
+
4417
+ #: includes/widgets/htmega_button.php:423
4418
+ msgid "Effect 8"
4419
+ msgstr ""
4420
+
4421
+ #: includes/widgets/htmega_button.php:424
4422
+ msgid "Effect 9"
4423
+ msgstr ""
4424
+
4425
+ #: includes/widgets/htmega_button.php:456
4426
+ msgid "Effect After Color"
4427
+ msgstr ""
4428
+
4429
+ #: includes/widgets/htmega_button.php:437
4430
+ #: includes/widgets/htmega_button.php:447
4431
+ #: includes/widgets/htmega_button.php:465
4432
+ msgid "Effect Before Color"
4433
+ msgstr ""
4434
+
4435
+ #: includes/widgets/htmega_wc_element_pages.php:41
4436
+ msgid "Element"
4437
+ msgstr ""
4438
+
4439
+ #: includes/widgets/htmega_notify.php:88
4440
+ msgid "Element Container"
4441
+ msgstr ""
4442
+
4443
+ #: includes/widgets/htmega_wc_element_pages.php:604
4444
+ #: includes/widgets/htmega_wc_element_pages.php:917
4445
+ msgid "Element Space"
4446
+ msgstr ""
4447
+
4448
+ #: includes/class.htmega.php:160 admin/include/templates_list.php:42
4449
+ msgid "Elementor"
4450
+ msgstr ""
4451
+
4452
+ #: includes/class.htmega.php:138
4453
+ msgid "Elementor Activate Now"
4454
+ msgstr ""
4455
+
4456
+ #: includes/class.htmega.php:146
4457
+ msgid "Elementor Install Now"
4458
+ msgstr ""
4459
+
4460
+ #: includes/widgets/htmega_accordion.php:81
4461
+ #: includes/widgets/htmega_accordion.php:209
4462
+ #: includes/widgets/htmega_blockquote.php:46
4463
+ #: includes/widgets/htmega_modal.php:56
4464
+ #: includes/widgets/htmega_offcanvas.php:54
4465
+ #: includes/widgets/htmega_scroll_navigation.php:57
4466
+ #: includes/widgets/htmega_switcher.php:107
4467
+ #: includes/widgets/htmega_switcher.php:199 includes/widgets/htmega_tab.php:91
4468
+ #: includes/widgets/htmega_toggle.php:84
4469
+ msgid "Elementor Template"
4470
+ msgstr ""
4471
+
4472
+ #: admin/include/admin-setting.php:76
4473
+ msgid "Elements"
4474
+ msgstr ""
4475
+
4476
+ #: includes/widgets/htmega_pricing_list_view.php:451
4477
+ #: includes/widgets/htmega_table.php:214
4478
+ msgid "Email"
4479
+ msgstr ""
4480
+
4481
+ #: includes/helper-function.php:419
4482
+ msgid "Email Already in Use"
4483
+ msgstr ""
4484
+
4485
+ #: includes/helper-function.php:416
4486
+ msgid "Email is not valid"
4487
+ msgstr ""
4488
+
4489
+ #: extensions/ht-menu/classes/class.mega-menu.php:116
4490
+ msgid "Enable megamenu?"
4491
+ msgstr ""
4492
+
4493
+ #: includes/widgets/htmega_accordion.php:1004
4494
+ #: includes/widgets/htmega_counter.php:74
4495
+ #: includes/widgets/htmega_user_login_form.php:405
4496
+ msgid "End"
4497
+ msgstr ""
4498
+
4499
+ #: includes/widgets/htmega_googlemap.php:113
4500
+ msgid "Enter Map Style Json Code."
4501
+ msgstr ""
4502
+
4503
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:89
4504
+ msgid "Enter you text"
4505
+ msgstr ""
4506
+
4507
+ #: includes/widgets/htmega_section_title.php:82
4508
+ #: includes/widgets/htmega_section_title.php:84
4509
+ msgid "Enter your advance title"
4510
+ msgstr ""
4511
+
4512
+ #: includes/widgets/htmega_googlemap.php:102
4513
+ msgid "Enter your center address."
4514
+ msgstr ""
4515
+
4516
+ #: includes/widgets/htmega_dropcaps.php:61
4517
+ msgid "Enter Your Dropcaps Content."
4518
+ msgstr ""
4519
+
4520
+ #: includes/widgets/htmega_googlemap.php:283
4521
+ msgid "Enter your fixed address."
4522
+ msgstr ""
4523
+
4524
+ #: includes/widgets/htmega_section_title.php:71
4525
+ #: includes/widgets/htmega_section_title.php:73
4526
+ msgid "Enter your sub title"
4527
+ msgstr ""
4528
+
4529
+ #: extensions/ht-builder/widgets/bl_post_archive.php:74
4530
+ msgid "Enter Your Text"
4531
+ msgstr ""
4532
+
4533
+ #: includes/widgets/htmega_button.php:57 includes/widgets/htmega_button.php:59
4534
+ msgid "Enter your Text"
4535
+ msgstr ""
4536
+
4537
+ #: includes/widgets/htmega_section_title.php:59
4538
+ #: includes/widgets/htmega_section_title.php:61
4539
+ msgid "Enter your title"
4540
+ msgstr ""
4541
+
4542
+ #: includes/widgets/htmega_tablepress.php:75
4543
+ msgid "Entries Hide"
4544
+ msgstr ""
4545
+
4546
+ #: includes/widgets/htmega_cuctom_event.php:35
4547
+ msgid "Event"
4548
+ msgstr ""
4549
+
4550
+ #: includes/widgets/htmega_countdown.php:261
4551
+ msgid "Event Button"
4552
+ msgstr ""
4553
+
4554
+ #: includes/widgets/htmega_cuctom_event.php:102
4555
+ msgid "Event Button Link"
4556
+ msgstr ""
4557
+
4558
+ #: includes/widgets/htmega_cuctom_event.php:93
4559
+ msgid "Event Button text"
4560
+ msgstr ""
4561
+
4562
+ #: includes/widgets/htmega_countdown.php:54
4563
+ msgid "Event Calendar Not Installed"
4564
+ msgstr ""
4565
+
4566
+ #: includes/widgets/htmega_tablepress.php:263
4567
+ msgid "Event Cell"
4568
+ msgstr ""
4569
+
4570
+ #: includes/widgets/htmega_countdown.php:72
4571
+ msgid "Event Countdown"
4572
+ msgstr ""
4573
+
4574
+ #: includes/widgets/htmega_cuctom_event.php:85
4575
+ msgid "Event description"
4576
+ msgstr ""
4577
+
4578
+ #: includes/widgets/htmega_countdown.php:81
4579
+ msgid "Event List"
4580
+ msgstr ""
4581
+
4582
+ #: includes/widgets/htmega_cuctom_event.php:76
4583
+ msgid "Event Location"
4584
+ msgstr ""
4585
+
4586
+ #: includes/widgets/htmega_cuctom_event.php:68
4587
+ msgid "Event Time"
4588
+ msgstr ""
4589
+
4590
+ #: includes/widgets/htmega_cuctom_event.php:44
4591
+ msgid "Event Title."
4592
+ msgstr ""
4593
+
4594
+ #: includes/recommended-plugins/recommended-plugins.php:68
4595
+ msgid "EverCompare"
4596
+ msgstr ""
4597
+
4598
+ #: includes/widgets/htmega_socialshere.php:65
4599
+ msgid "Evernote"
4600
+ msgstr ""
4601
+
4602
+ #: includes/widgets/htmega_notify.php:170
4603
+ msgid "Exit Animation"
4604
+ msgstr ""
4605
+
4606
+ #: includes/widgets/htmega_post_grid_tab.php:259
4607
+ msgid "Expand Box Style"
4608
+ msgstr ""
4609
+
4610
+ #: includes/widgets/htmega_accordion.php:391
4611
+ msgid "Expand Item Height"
4612
+ msgstr ""
4613
+
4614
+ #: includes/widgets/htmega_button.php:89
4615
+ #: includes/widgets/htmega_double_button.php:49
4616
+ msgid "Extra Large"
4617
+ msgstr ""
4618
+
4619
+ #: includes/widgets/htmega_button.php:90
4620
+ #: includes/widgets/htmega_double_button.php:50
4621
+ msgid "Extra Small"
4622
+ msgstr ""
4623
+
4624
+ #: includes/widgets/weather/htmega_weather.php:56
4625
+ msgid "F"
4626
+ msgstr ""
4627
+
4628
+ #: includes/widgets/htmega_socialshere.php:53
4629
+ #: includes/widgets/htmega_socialshere.php:93
4630
+ #: includes/widgets/htmega_socialshere.php:311
4631
+ msgid "Facebook"
4632
+ msgstr ""
4633
+
4634
+ #: includes/widgets/htmega_notify.php:145
4635
+ #: includes/widgets/htmega_notify.php:180
4636
+ msgid "fadeIn"
4637
+ msgstr ""
4638
+
4639
+ #: includes/widgets/htmega_notify.php:146
4640
+ #: includes/widgets/htmega_notify.php:181
4641
+ msgid "fadeInDown"
4642
+ msgstr ""
4643
+
4644
+ #: includes/widgets/htmega_notify.php:147
4645
+ #: includes/widgets/htmega_notify.php:182
4646
+ msgid "fadeInDownBig"
4647
+ msgstr ""
4648
+
4649
+ #: includes/widgets/htmega_notify.php:148
4650
+ #: includes/widgets/htmega_notify.php:183
4651
+ #: extensions/wc-sales-notification/admin/setting.php:169
4652
+ msgid "fadeInLeft"
4653
+ msgstr ""
4654
+
4655
+ #: includes/widgets/htmega_notify.php:149
4656
+ #: includes/widgets/htmega_notify.php:184
4657
+ msgid "fadeInLeftBig"
4658
+ msgstr ""
4659
+
4660
+ #: includes/widgets/htmega_notify.php:150
4661
+ #: includes/widgets/htmega_notify.php:185
4662
+ msgid "fadeInRight"
4663
+ msgstr ""
4664
+
4665
+ #: includes/widgets/htmega_notify.php:151
4666
+ #: includes/widgets/htmega_notify.php:186
4667
+ msgid "fadeInRightBig"
4668
+ msgstr ""
4669
+
4670
+ #: includes/widgets/htmega_notify.php:154
4671
+ #: includes/widgets/htmega_notify.php:189
4672
+ msgid "fadeInUp"
4673
+ msgstr ""
4674
+
4675
+ #: includes/widgets/htmega_notify.php:157
4676
+ #: includes/widgets/htmega_notify.php:192
4677
+ msgid "fadeInUpBig"
4678
+ msgstr ""
4679
+
4680
+ #: includes/widgets/htmega_notify.php:156
4681
+ #: includes/widgets/htmega_notify.php:191
4682
+ msgid "fadeOutDown"
4683
+ msgstr ""
4684
+
4685
+ #: includes/widgets/htmega_notify.php:153
4686
+ #: includes/widgets/htmega_notify.php:188
4687
+ msgid "fadeOutLeft"
4688
+ msgstr ""
4689
+
4690
+ #: includes/widgets/htmega_notify.php:152
4691
+ #: includes/widgets/htmega_notify.php:187
4692
+ #: extensions/wc-sales-notification/admin/setting.php:181
4693
+ msgid "fadeOutRight"
4694
+ msgstr ""
4695
+
4696
+ #: includes/widgets/htmega_notify.php:155
4697
+ #: includes/widgets/htmega_notify.php:190
4698
+ msgid "fadeOutUp"
4699
+ msgstr ""
4700
+
4701
+ #: extensions/wc-sales-notification/admin/setting.php:70
4702
+ msgid "Fakes"
4703
+ msgstr ""
4704
+
4705
+ #: admin/include/admin-setting.php:1252 admin/include/admin-setting.php:1277
4706
+ msgid "Fakes notification"
4707
+ msgstr ""
4708
+
4709
+ #: includes/widgets/htmega_pricing_list_view.php:140
4710
+ #: includes/widgets/htmega_pricing_list_view.php:146
4711
+ #: includes/widgets/htmega_pricing_list_view.php:152
4712
+ #: includes/widgets/htmega_pricing_list_view.php:158
4713
+ msgid "fas fa-shopping-basket"
4714
+ msgstr ""
4715
+
4716
+ #: includes/widgets/htmega_job_manager.php:105
4717
+ msgid "Feature Jobs only"
4718
+ msgstr ""
4719
+
4720
+ #: includes/widgets/htmega_booked_calender.php:102
4721
+ msgid "February"
4722
+ msgstr ""
4723
+
4724
+ #: includes/widgets/htmega_instagram_feed.php:42
4725
+ msgid "Feed Limit"
4726
+ msgstr ""
4727
+
4728
+ #: includes/widgets/htmega_pricing_list_view.php:537
4729
+ #: includes/widgets/htmega_table.php:237
4730
+ msgid "Fild Type"
4731
+ msgstr ""
4732
+
4733
+ #: includes/widgets/htmega_job_manager.php:134
4734
+ msgid "Filters"
4735
+ msgstr ""
4736
+
4737
+ #: includes/widgets/htmega_layer_slider.php:63
4738
+ msgid "First Slide Number"
4739
+ msgstr ""
4740
+
4741
+ #: includes/widgets/htmega_image_grid.php:66
4742
+ #: includes/widgets/htmega_image_masonry.php:74
4743
+ #: includes/widgets/htmega_testimonial_grid.php:77
4744
+ msgid "Five"
4745
+ msgstr ""
4746
+
4747
+ #: includes/widgets/htmega_googlemap.php:281
4748
+ msgid "Fixed Address"
4749
+ msgstr ""
4750
+
4751
+ #: includes/widgets/htmega_googlemap.php:502
4752
+ msgid "Fixed Address Span Style"
4753
+ msgstr ""
4754
+
4755
+ #: includes/widgets/htmega_googlemap.php:272
4756
+ msgid "Fixed Maps Address:"
4757
+ msgstr ""
4758
+
4759
+ #: admin/include/admin-setting.php:239
4760
+ msgid "Flip Box"
4761
+ msgstr ""
4762
+
4763
+ #: includes/widgets/htmega_instagram.php:303
4764
+ msgid "Flow Button Icon"
4765
+ msgstr ""
4766
+
4767
+ #: includes/widgets/htmega_search.php:391
4768
+ msgid "Focus"
4769
+ msgstr ""
4770
+
4771
+ #: includes/widgets/htmega_instagram.php:292
4772
+ msgid "Follow @"
4773
+ msgstr ""
4774
+
4775
+ #: includes/widgets/htmega_instagram.php:1282
4776
+ msgid "Follow Button"
4777
+ msgstr ""
4778
+
4779
+ #: includes/widgets/htmega_instagram.php:290
4780
+ msgid "Follow button Aditional text"
4781
+ msgstr ""
4782
+
4783
+ #: includes/widgets/htmega_instagram_feed.php:199
4784
+ msgid "Follow Color"
4785
+ msgstr ""
4786
+
4787
+ #: includes/widgets/htmega_instagram_feed.php:123
4788
+ #: includes/widgets/htmega_instagram_feed.php:124
4789
+ msgid "Follow on Instagram"
4790
+ msgstr ""
4791
+
4792
+ #: includes/widgets/htmega_instagram_feed.php:121
4793
+ msgid "Follow Text"
4794
+ msgstr ""
4795
+
4796
+ #: includes/widgets/htmega_instagram_feed.php:211
4797
+ msgid "Follow Text Color"
4798
+ msgstr ""
4799
+
4800
+ #: includes/widgets/htmega_googlemap.php:201
4801
+ #: includes/widgets/htmega_googlemap.php:232
4802
+ #: includes/widgets/htmega_googlemap.php:434
4803
+ #: includes/widgets/htmega_googlemap.php:521
4804
+ msgid "Font Color"
4805
+ msgstr ""
4806
+
4807
+ #: includes/widgets/htmega_blockquote.php:575
4808
+ #: includes/widgets/htmega_carousel.php:570
4809
+ #: includes/widgets/htmega_image_marker.php:506
4810
+ #: includes/widgets/htmega_instagram.php:772
4811
+ #: includes/widgets/htmega_instagram.php:946
4812
+ #: includes/widgets/htmega_lightbox.php:377
4813
+ #: includes/widgets/htmega_panel_slider.php:775
4814
+ #: includes/widgets/htmega_post_slider.php:1555
4815
+ #: includes/widgets/htmega_search.php:464
4816
+ #: includes/widgets/htmega_search.php:716
4817
+ #: includes/widgets/htmega_slider_thumb_gallery.php:836
4818
+ #: includes/widgets/htmega_teammember.php:1047
4819
+ #: includes/widgets/htmega_twitter_feed.php:1088
4820
+ #: includes/widgets/htmega_video_player.php:366
4821
+ #: includes/widgets/htmega_working_process.php:955
4822
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:463
4823
+ msgid "Font Size"
4824
+ msgstr ""
4825
+
4826
+ #: includes/widgets/htmega_modal.php:746
4827
+ msgid "Footer"
4828
+ msgstr ""
4829
+
4830
+ #: includes/widgets/htmega_modal.php:831
4831
+ msgid "Footer Close Button"
4832
+ msgstr ""
4833
+
4834
+ #: includes/widgets/htmega_table.php:119
4835
+ msgid "Footer Info"
4836
+ msgstr ""
4837
+
4838
+ #: extensions/ht-builder/classes/class.header_footer.php:100
4839
+ msgid "Footer Template"
4840
+ msgstr ""
4841
+
4842
+ #: extensions/ht-builder/admin/setting.php:91
4843
+ msgid "Footer Template."
4844
+ msgstr ""
4845
+
4846
+ #: includes/widgets/htmega_modal.php:91
4847
+ msgid "Footer Text"
4848
+ msgstr ""
4849
+
4850
+ #: includes/widgets/htmega_tablepress.php:399
4851
+ msgid "Footer text"
4852
+ msgstr ""
4853
+
4854
+ #: includes/widgets/htmega_tablepress.php:108
4855
+ msgid "Footer text Hide"
4856
+ msgstr ""
4857
+
4858
+ #: includes/widgets/htmega_pricing_list_view.php:321
4859
+ #: includes/widgets/htmega_pricing_list_view.php:950
4860
+ msgid "For Layout 4 only"
4861
+ msgstr ""
4862
+
4863
+ #: includes/widgets/htmega_mailchimp_for_wp.php:61
4864
+ msgid ""
4865
+ "For show ID <a href=\"admin.php?page=mailchimp-for-wp-forms\" "
4866
+ "target=\"_blank\"> Click here </a>"
4867
+ msgstr ""
4868
+
4869
+ #: includes/widgets/weather/htmega_weather.php:317
4870
+ msgid "Forcast"
4871
+ msgstr ""
4872
+
4873
+ #: includes/widgets/weather/htmega_weather.php:80
4874
+ msgid "Forecast"
4875
+ msgstr ""
4876
+
4877
+ #: includes/widgets/htmega_user_login_form.php:926
4878
+ msgid "Forget Text"
4879
+ msgstr ""
4880
+
4881
+ #: includes/widgets/htmega_user_login_form.php:942
4882
+ msgid "Forget Text Color"
4883
+ msgstr ""
4884
+
4885
+ #: includes/widgets/htmega_user_login_form.php:953
4886
+ msgid "Forget Text Hover Color"
4887
+ msgstr ""
4888
+
4889
+ #: includes/widgets/htmega_user_login_form.php:1614
4890
+ msgid "Forgot Password?"
4891
+ msgstr ""
4892
+
4893
+ #: includes/widgets/htmega_wpforms.php:39
4894
+ msgid "Form not found"
4895
+ msgstr ""
4896
+
4897
+ #: includes/helper-function.php:310
4898
+ #: includes/widgets/htmega_gravity_forms.php:40
4899
+ #: includes/widgets/htmega_qu_forms.php:41
4900
+ msgid "Form Not Found!"
4901
+ msgstr ""
4902
+
4903
+ #: includes/widgets/htmega_ninja_forms.php:41
4904
+ msgid "Form Not Found."
4905
+ msgstr ""
4906
+
4907
+ #: includes/widgets/htmega_bbpress.php:47
4908
+ msgid "Forum Form"
4909
+ msgstr ""
4910
+
4911
+ #: includes/widgets/htmega_bbpress.php:46
4912
+ msgid "Forum Index"
4913
+ msgstr ""
4914
+
4915
+ #: includes/widgets/htmega_image_grid.php:65
4916
+ #: includes/widgets/htmega_image_masonry.php:73
4917
+ #: includes/widgets/htmega_testimonial_grid.php:76
4918
+ #: includes/widgets/htmega_testimonial_grid.php:91
4919
+ #: includes/widgets/htmega_testimonial_grid.php:108
4920
+ msgid "Four"
4921
+ msgstr ""
4922
+
4923
+ #: admin/include/templates_list.php:53
4924
+ msgid "Free"
4925
+ msgstr ""
4926
+
4927
+ #: includes/widgets/htmega_business_hours.php:194
4928
+ msgid "Friday"
4929
+ msgstr ""
4930
+
4931
+ #: includes/widgets/htmega_gravity_forms.php:92
4932
+ msgid "From Ajax"
4933
+ msgstr ""
4934
+
4935
+ #: includes/widgets/htmega_instagram_feed.php:65
4936
+ msgid "Full"
4937
+ msgstr ""
4938
+
4939
+ #: includes/widgets/htmega_scroll_navigation.php:135
4940
+ msgid "Full Screen"
4941
+ msgstr ""
4942
+
4943
+ #: admin/include/admin-setting.php:247
4944
+ #: includes/widgets/htmega_gallery_justify.php:13
4945
+ #: includes/widgets/htmega_gallery_justify.php:43
4946
+ msgid "Gallery Justify"
4947
+ msgstr ""
4948
+
4949
+ #: admin/include/admin-setting.php:71
4950
+ msgid "General"
4951
+ msgstr ""
4952
+
4953
+ #: includes/widgets/htmega_testimonial_grid.php:238
4954
+ msgid "Gerald Gilbert"
4955
+ msgstr ""
4956
+
4957
+ #: admin/include/admin-setting.php:1175
4958
+ msgid "Get Pro Now"
4959
+ msgstr ""
4960
+
4961
+ #: admin/include/admin-setting.php:1176
4962
+ msgid "Get pro now"
4963
+ msgstr ""
4964
+
4965
+ #: includes/class.htmega.php:190
4966
+ #: admin/include/templates/library/templates.php:71
4967
+ msgid "Go Pro"
4968
+ msgstr ""
4969
+
4970
+ #: admin/include/admin-setting.php:636
4971
+ msgid ""
4972
+ "Go to <a href=\"https://developers.google."
4973
+ "com/maps/documentation/javascript/get-api-key\" target=\"_blank\">https:"
4974
+ "//developers.google.com</a> and generate the API key."
4975
+ msgstr ""
4976
+
4977
+ #: includes/widgets/htmega_googlemap.php:114
4978
+ msgid ""
4979
+ "Go to <a href=\"https://snazzymaps.com/\" target=_blank>Snazzy Maps</a> and "
4980
+ "Choose/Customize your Map Style. Click on your demo and copy JavaScript "
4981
+ "Style Array"
4982
+ msgstr ""
4983
+
4984
+ #: includes/widgets/htmega_inline_menu.php:81
4985
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:75
4986
+ #, php-format
4987
+ msgid ""
4988
+ "Go to the <a href=\"%s\" target=\"_blank\">Menus Option</a> to manage your "
4989
+ "menus."
4990
+ msgstr ""
4991
+
4992
+ #: includes/widgets/htmega_lightbox.php:95
4993
+ msgid "Goggle Map Embed URL"
4994
+ msgstr ""
4995
+
4996
+ #: admin/include/admin-setting.php:255 includes/widgets/htmega_googlemap.php:13
4997
+ #: includes/widgets/htmega_googlemap.php:43
4998
+ #: includes/widgets/htmega_lightbox.php:55
4999
+ msgid "Google Map"
5000
+ msgstr ""
5001
+
5002
+ #: admin/include/admin-setting.php:635
5003
+ msgid "Google Map API Key"
5004
+ msgstr ""
5005
+
5006
+ #: admin/include/admin-setting.php:637
5007
+ msgid "Google Map API key"
5008
+ msgstr ""
5009
+
5010
+ #: includes/widgets/htmega_socialshere.php:321
5011
+ msgid "Google Plus"
5012
+ msgstr ""
5013
+
5014
+ #: includes/widgets/htmega_socialshere.php:55
5015
+ msgid "Google+"
5016
+ msgstr ""
5017
+
5018
+ #: includes/widgets/htmega_post_grid.php:424
5019
+ #: includes/widgets/htmega_post_grid_tab.php:1269
5020
+ #: includes/widgets/htmega_post_grid_tab.php:1287
5021
+ msgid "Gradient "
5022
+ msgstr ""
5023
+
5024
+ #: includes/widgets/htmega_post_grid.php:406
5025
+ #: includes/widgets/htmega_post_grid_tab.php:1251
5026
+ msgid "Gradient Five"
5027
+ msgstr ""
5028
+
5029
+ #: includes/widgets/htmega_post_grid.php:388
5030
+ #: includes/widgets/htmega_post_grid_tab.php:1233
5031
+ msgid "Gradient Four"
5032
+ msgstr ""
5033
+
5034
+ #: includes/widgets/htmega_post_grid.php:334
5035
+ #: includes/widgets/htmega_post_grid.php:352
5036
+ #: includes/widgets/htmega_post_grid_tab.php:1179
5037
+ #: includes/widgets/htmega_post_grid_tab.php:1197
5038
+ msgid "Gradient One"
5039
+ msgstr ""
5040
+
5041
+ #: includes/widgets/htmega_post_grid.php:370
5042
+ #: includes/widgets/htmega_post_grid_tab.php:1215
5043
+ msgid "Gradient Three"
5044
+ msgstr ""
5045
+
5046
+ #: admin/include/admin-setting.php:989
5047
+ #: includes/widgets/htmega_gravity_forms.php:13
5048
+ #: includes/widgets/htmega_gravity_forms.php:51
5049
+ msgid "Gravity Forms"
5050
+ msgstr ""
5051
+
5052
+ #: includes/widgets/htmega_buddy_press.php:47
5053
+ msgid "Group"
5054
+ msgstr ""
5055
+
5056
+ #: includes/widgets/htmega_post_grid_tab.php:1092
5057
+ msgid "Group Item Style"
5058
+ msgstr ""
5059
+
5060
+ #: includes/helper-function.php:155
5061
+ msgid "H1"
5062
+ msgstr ""
5063
+
5064
+ #: includes/helper-function.php:156
5065
+ msgid "H2"
5066
+ msgstr ""
5067
+
5068
+ #: includes/helper-function.php:157
5069
+ msgid "H3"
5070
+ msgstr ""
5071
+
5072
+ #: includes/helper-function.php:158
5073
+ msgid "H4"
5074
+ msgstr ""
5075
+
5076
+ #: includes/helper-function.php:159
5077
+ msgid "H5"
5078
+ msgstr ""
5079
+
5080
+ #: includes/helper-function.php:160
5081
+ msgid "H6"
5082
+ msgstr ""
5083
+
5084
+ #: includes/widgets/htmega_image_comparison.php:411
5085
+ msgid "Handler"
5086
+ msgstr ""
5087
+
5088
+ #: includes/widgets/htmega_counter.php:156
5089
+ msgid "Happy Clients"
5090
+ msgstr ""
5091
+
5092
+ #: includes/widgets/htmega_twitter_feed.php:73
5093
+ msgid "hastechit"
5094
+ msgstr ""
5095
+
5096
+ #: includes/recommended-plugins/class.recommended-plugins.php:227
5097
+ msgid "HasTheme"
5098
+ msgstr ""
5099
+
5100
+ #. Author of the plugin
5101
+ msgid "HasThemes"
5102
+ msgstr ""
5103
+
5104
+ #: includes/widgets/htmega_booked_calender.php:178
5105
+ #: includes/widgets/htmega_modal.php:574
5106
+ #: includes/widgets/htmega_popover.php:584
5107
+ #: includes/widgets/htmega_tablepress.php:143
5108
+ msgid "Header"
5109
+ msgstr ""
5110
+
5111
+ #: includes/widgets/htmega_booked_calender.php:189
5112
+ msgid "Header Background"
5113
+ msgstr ""
5114
+
5115
+ #: includes/widgets/htmega_booked_calender.php:201
5116
+ #: includes/widgets/htmega_instagram_feed.php:163
5117
+ #: includes/widgets/htmega_user_login_form.php:667
5118
+ msgid "Header Color"
5119
+ msgstr ""
5120
+
5121
+ #: includes/widgets/htmega_modal.php:42
5122
+ #: includes/widgets/htmega_user_login_form.php:696
5123
+ msgid "Header Content"
5124
+ msgstr ""
5125
+
5126
+ #: extensions/ht-builder/classes/class.header_footer.php:89
5127
+ msgid "Header Template"
5128
+ msgstr ""
5129
+
5130
+ #: extensions/ht-builder/admin/setting.php:82
5131
+ msgid "Header Template."
5132
+ msgstr ""
5133
+
5134
+ #: includes/widgets/htmega_booked_calender.php:459
5135
+ msgid "Heading"
5136
+ msgstr ""
5137
+
5138
+ #: includes/widgets/htmega_animated_heading.php:128
5139
+ msgid "Heading After Text"
5140
+ msgstr ""
5141
+
5142
+ #: includes/widgets/htmega_animated_heading.php:91
5143
+ msgid "Heading Before Text"
5144
+ msgstr ""
5145
+
5146
+ #: extensions/wc-sales-notification/admin/setting.php:196
5147
+ msgid "Heading Color"
5148
+ msgstr ""
5149
+
5150
+ #: admin/include/admin-setting.php:1260 admin/include/admin-setting.php:1285
5151
+ msgid "Heading color option"
5152
+ msgstr ""
5153
+
5154
+ #: includes/widgets/htmega_animated_heading.php:138
5155
+ msgid "Heading Placeholder Text"
5156
+ msgstr ""
5157
+
5158
+ #: includes/widgets/htmega_user_login_form.php:644
5159
+ msgid "Heading Title Style"
5160
+ msgstr ""
5161
+
5162
+ #: includes/widgets/htmega_blockquote.php:658
5163
+ #: includes/widgets/htmega_carousel.php:627
5164
+ #: includes/widgets/htmega_carousel.php:892
5165
+ #: includes/widgets/htmega_carousel.php:1131
5166
+ #: includes/widgets/htmega_carousel.php:1225
5167
+ #: includes/widgets/htmega_contact_form_seven.php:157
5168
+ #: includes/widgets/htmega_contact_form_seven.php:329
5169
+ #: includes/widgets/htmega_contact_form_seven.php:548
5170
+ #: includes/widgets/htmega_gravity_forms.php:300
5171
+ #: includes/widgets/htmega_gravity_forms.php:387
5172
+ #: includes/widgets/htmega_image_comparison.php:486
5173
+ #: includes/widgets/htmega_image_marker.php:822
5174
+ #: includes/widgets/htmega_instagram.php:1003
5175
+ #: includes/widgets/htmega_instagram.php:1182
5176
+ #: includes/widgets/htmega_mailchimp_for_wp.php:159
5177
+ #: includes/widgets/htmega_mailchimp_for_wp.php:300
5178
+ #: includes/widgets/htmega_modal.php:329
5179
+ #: includes/widgets/htmega_ninja_forms.php:390
5180
+ #: includes/widgets/htmega_ninja_forms.php:500
5181
+ #: includes/widgets/htmega_ninja_forms.php:585
5182
+ #: includes/widgets/htmega_notify.php:672
5183
+ #: includes/widgets/htmega_panel_slider.php:847
5184
+ #: includes/widgets/htmega_panel_slider.php:1054
5185
+ #: includes/widgets/htmega_post_slider.php:1613
5186
+ #: includes/widgets/htmega_post_slider.php:1762
5187
+ #: includes/widgets/htmega_pricing_list_view.php:377
5188
+ #: includes/widgets/htmega_pricing_list_view.php:1006
5189
+ #: includes/widgets/htmega_progressbar.php:420
5190
+ #: includes/widgets/htmega_qu_forms.php:287
5191
+ #: includes/widgets/htmega_qu_forms.php:397
5192
+ #: includes/widgets/htmega_qu_forms.php:482
5193
+ #: includes/widgets/htmega_scroll_navigation.php:131
5194
+ #: includes/widgets/htmega_scroll_navigation.php:330
5195
+ #: includes/widgets/htmega_search.php:309
5196
+ #: includes/widgets/htmega_search.php:528
5197
+ #: includes/widgets/htmega_search.php:759
5198
+ #: includes/widgets/htmega_services.php:593
5199
+ #: includes/widgets/htmega_services.php:841
5200
+ #: includes/widgets/htmega_services.php:904
5201
+ #: includes/widgets/htmega_slider_thumb_gallery.php:894
5202
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1111
5203
+ #: includes/widgets/htmega_twitter_feed.php:1146
5204
+ #: includes/widgets/htmega_twitter_feed.php:1343
5205
+ #: includes/widgets/htmega_user_login_form.php:874
5206
+ #: includes/widgets/htmega_user_login_form.php:1029
5207
+ #: includes/widgets/htmega_user_login_form.php:1120
5208
+ #: includes/widgets/htmega_working_process.php:904
5209
+ #: includes/widgets/htmega_working_process.php:1032
5210
+ #: includes/widgets/htmega_wpforms.php:380
5211
+ #: includes/widgets/htmega_wpforms.php:490
5212
+ #: includes/widgets/htmega_wpforms.php:575
5213
+ msgid "Height"
5214
+ msgstr ""
5215
+
5216
+ #: includes/widgets/htmega_teammember.php:1070
5217
+ msgid "Height and Width"
5218
+ msgstr ""
5219
+
5220
+ #: includes/widgets/htmega_notify.php:485
5221
+ msgid "Hello Typography"
5222
+ msgstr ""
5223
+
5224
+ #: includes/widgets/htmega_user_login_form.php:83
5225
+ #: includes/widgets/htmega_user_login_form.php:84
5226
+ msgid "Hello!"
5227
+ msgstr ""
5228
+
5229
+ #: includes/widgets/htmega_image_marker.php:130
5230
+ #: includes/widgets/htmega_image_marker.php:153
5231
+ msgid "Hidden Field"
5232
+ msgstr ""
5233
+
5234
+ #: includes/widgets/htmega_buddy_press.php:110
5235
+ #: includes/widgets/htmega_buddy_press.php:123
5236
+ #: includes/widgets/htmega_buddy_press.php:138
5237
+ #: includes/widgets/htmega_buddy_press.php:153
5238
+ #: includes/widgets/htmega_double_button.php:81
5239
+ #: includes/widgets/htmega_gravity_forms.php:72
5240
+ #: includes/widgets/htmega_gravity_forms.php:84
5241
+ #: includes/widgets/htmega_instagram.php:178
5242
+ #: includes/widgets/htmega_instagram.php:190
5243
+ #: includes/widgets/htmega_instagram.php:280
5244
+ #: includes/widgets/htmega_popover.php:130
5245
+ #: includes/widgets/htmega_popover.php:207
5246
+ #: includes/widgets/htmega_scroll_image.php:115
5247
+ #: includes/widgets/htmega_socialshere.php:350
5248
+ #: includes/widgets/htmega_table.php:61 includes/widgets/htmega_table.php:86
5249
+ #: includes/widgets/htmega_table.php:98 includes/widgets/htmega_table.php:110
5250
+ #: includes/widgets/htmega_table.php:122
5251
+ #: includes/widgets/htmega_tooltip.php:130
5252
+ #: includes/widgets/htmega_twitter_feed.php:147
5253
+ #: includes/widgets/htmega_twitter_feed.php:159
5254
+ #: includes/widgets/htmega_twitter_feed.php:171
5255
+ #: includes/widgets/htmega_twitter_feed.php:183
5256
+ #: includes/widgets/htmega_twitter_feed.php:195
5257
+ #: includes/widgets/htmega_twitter_feed.php:209
5258
+ #: includes/widgets/htmega_user_login_form.php:71
5259
+ #: includes/widgets/htmega_user_login_form.php:177
5260
+ #: includes/widgets/htmega_user_login_form.php:188
5261
+ #: includes/widgets/htmega_user_login_form.php:279
5262
+ #: includes/widgets/htmega_user_login_form.php:290
5263
+ #: includes/widgets/htmega_user_login_form.php:302
5264
+ #: includes/widgets/htmega_wc_add_to_cart.php:71
5265
+ #: includes/widgets/htmega_wpforms.php:70
5266
+ #: includes/widgets/htmega_wpforms.php:82
5267
+ #: extensions/ht-builder/widgets/bl_post_archive.php:102
5268
+ #: extensions/ht-builder/widgets/bl_post_archive.php:114
5269
+ #: extensions/ht-builder/widgets/bl_post_archive.php:126
5270
+ #: extensions/ht-builder/widgets/bl_post_archive.php:138
5271
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:48
5272
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:73
5273
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:85
5274
+ msgid "Hide"
5275
+ msgstr ""
5276
+
5277
+ #: includes/widgets/htmega_search.php:130
5278
+ msgid "Hide Close Icon"
5279
+ msgstr ""
5280
+
5281
+ #: includes/widgets/weather/htmega_weather.php:115
5282
+ msgid "Hide Current Status"
5283
+ msgstr ""
5284
+
5285
+ #: includes/widgets/htmega_easy_digital_download.php:177
5286
+ #: includes/widgets/htmega_wc_categories.php:153
5287
+ msgid "Hide Empty"
5288
+ msgstr ""
5289
+
5290
+ #: includes/widgets/weather/htmega_weather.php:151
5291
+ msgid "Hide Forecast"
5292
+ msgstr ""
5293
+
5294
+ #: includes/widgets/htmega_countdown.php:180
5295
+ msgid "Hide Label"
5296
+ msgstr ""
5297
+
5298
+ #: includes/widgets/htmega_slider_thumb_gallery.php:615
5299
+ msgid "Hide on Mobile"
5300
+ msgstr ""
5301
+
5302
+ #: extensions/ht-builder/widgets/bl_post_archive.php:231
5303
+ msgid "Hide Pagination"
5304
+ msgstr ""
5305
+
5306
+ #: includes/widgets/weather/htmega_weather.php:139
5307
+ msgid "Hide Sun Status"
5308
+ msgstr ""
5309
+
5310
+ #: includes/widgets/htmega_section_title.php:537
5311
+ msgid "Highlight Title Color"
5312
+ msgstr ""
5313
+
5314
+ #: includes/widgets/htmega_business_hours.php:101
5315
+ msgid "Hight Light this day"
5316
+ msgstr ""
5317
+
5318
+ #: includes/widgets/htmega_animated_heading.php:93
5319
+ msgid "Honesty is the best policy"
5320
+ msgstr ""
5321
+
5322
+ #: includes/widgets/htmega_progressbar.php:53
5323
+ #: includes/widgets/htmega_scroll_navigation.php:122
5324
+ msgid "Horizontal"
5325
+ msgstr ""
5326
+
5327
+ #: includes/widgets/htmega_carousel.php:721
5328
+ #: includes/widgets/htmega_carousel.php:946
5329
+ #: includes/widgets/htmega_carousel.php:1158
5330
+ #: includes/widgets/htmega_carousel.php:1252
5331
+ #: includes/widgets/htmega_panel_slider.php:913
5332
+ #: includes/widgets/htmega_slider_thumb_gallery.php:947
5333
+ #: includes/widgets/htmega_twitter_feed.php:1204
5334
+ msgid "Horizontal Position"
5335
+ msgstr ""
5336
+
5337
+ #: includes/widgets/htmega_special_banner.php:190
5338
+ msgid "Horizontal Postion"
5339
+ msgstr ""
5340
+
5341
+ #: includes/widgets/htmega_instagram.php:112
5342
+ msgid "Hour"
5343
+ msgstr ""
5344
+
5345
+ #: includes/widgets/htmega_countdown.php:142
5346
+ #: includes/widgets/htmega_countdown.php:216
5347
+ #: includes/widgets/htmega_countdown.php:218
5348
+ msgid "Hours"
5349
+ msgstr ""
5350
+
5351
+ #: includes/widgets/htmega_404_content.php:629
5352
+ #: includes/widgets/htmega_404_content.php:780
5353
+ #: includes/widgets/htmega_add_banner.php:198
5354
+ #: includes/widgets/htmega_add_banner.php:298
5355
+ #: includes/widgets/htmega_add_banner.php:707
5356
+ #: includes/widgets/htmega_booked_calender.php:643
5357
+ #: includes/widgets/htmega_booked_calender.php:789
5358
+ #: includes/widgets/htmega_brand.php:231
5359
+ #: includes/widgets/htmega_buddy_press.php:329
5360
+ #: includes/widgets/htmega_button.php:326
5361
+ #: includes/widgets/htmega_button.php:603
5362
+ #: includes/widgets/htmega_caldera_forms.php:293
5363
+ #: includes/widgets/htmega_call_to_action.php:816
5364
+ #: includes/widgets/htmega_call_to_action.php:1022
5365
+ #: includes/widgets/htmega_carousel.php:752
5366
+ #: includes/widgets/htmega_contact_form_seven.php:656
5367
+ #: includes/widgets/htmega_countdown.php:1123
5368
+ #: includes/widgets/htmega_cuctom_event.php:191
5369
+ #: includes/widgets/htmega_cuctom_event.php:441
5370
+ #: includes/widgets/htmega_double_button.php:414
5371
+ #: includes/widgets/htmega_double_button.php:555
5372
+ #: includes/widgets/htmega_double_button.php:728
5373
+ #: includes/widgets/htmega_download_monitor.php:221
5374
+ #: includes/widgets/htmega_easy_digital_download.php:387
5375
+ #: includes/widgets/htmega_easy_digital_download.php:593
5376
+ #: includes/widgets/htmega_gravity_forms.php:491
5377
+ #: includes/widgets/htmega_image_grid.php:535
5378
+ #: includes/widgets/htmega_image_masonry.php:521
5379
+ #: includes/widgets/htmega_inline_menu.php:244
5380
+ #: includes/widgets/htmega_instagram.php:1073
5381
+ #: includes/widgets/htmega_mailchimp_for_wp.php:445
5382
+ #: includes/widgets/htmega_modal.php:434
5383
+ #: includes/widgets/htmega_news_ticker.php:855
5384
+ #: includes/widgets/htmega_ninja_forms.php:689
5385
+ #: includes/widgets/htmega_notify.php:410
5386
+ #: includes/widgets/htmega_offcanvas.php:478
5387
+ #: includes/widgets/htmega_panel_slider.php:968
5388
+ #: includes/widgets/htmega_popover.php:453
5389
+ #: includes/widgets/htmega_post_grid_tab.php:688
5390
+ #: includes/widgets/htmega_post_grid_tab.php:928
5391
+ #: includes/widgets/htmega_post_grid_tab.php:1051
5392
+ #: includes/widgets/htmega_post_slider.php:1122
5393
+ #: includes/widgets/htmega_post_slider.php:1355
5394
+ #: includes/widgets/htmega_post_slider.php:1683
5395
+ #: includes/widgets/htmega_qu_forms.php:586
5396
+ #: includes/widgets/htmega_search.php:604
5397
+ #: includes/widgets/htmega_search.php:936
5398
+ #: includes/widgets/htmega_services.php:271
5399
+ #: includes/widgets/htmega_services.php:748
5400
+ #: includes/widgets/htmega_services.php:1108
5401
+ #: includes/widgets/htmega_single_post.php:453
5402
+ #: includes/widgets/htmega_slider_thumb_gallery.php:989
5403
+ #: includes/widgets/htmega_socialshere.php:705
5404
+ #: includes/widgets/htmega_special_banner.php:730
5405
+ #: includes/widgets/htmega_testimonial_grid.php:336
5406
+ #: includes/widgets/htmega_toggle.php:343
5407
+ #: includes/widgets/htmega_tooltip.php:430
5408
+ #: includes/widgets/htmega_twitter_feed.php:871
5409
+ #: includes/widgets/htmega_twitter_feed.php:1028
5410
+ #: includes/widgets/htmega_twitter_feed.php:1233
5411
+ #: includes/widgets/htmega_user_login_form.php:1199
5412
+ #: includes/widgets/htmega_user_login_form.php:1383
5413
+ #: includes/widgets/htmega_vertical_timeline.php:275
5414
+ #: includes/widgets/htmega_video_player.php:457
5415
+ #: includes/widgets/htmega_wc_categories.php:238
5416
+ #: includes/widgets/htmega_wc_categories.php:372
5417
+ #: includes/widgets/htmega_wc_categories.php:449
5418
+ #: includes/widgets/htmega_wc_element_pages.php:284
5419
+ #: includes/widgets/htmega_wc_element_pages.php:426
5420
+ #: includes/widgets/htmega_wc_element_pages.php:779
5421
+ #: includes/widgets/htmega_wc_element_pages.php:1062
5422
+ #: includes/widgets/htmega_wc_element_pages.php:1178
5423
+ #: includes/widgets/htmega_working_process.php:555
5424
+ #: includes/widgets/htmega_working_process.php:1064
5425
+ #: includes/widgets/htmega_wpforms.php:679
5426
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:227
5427
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:429
5428
+ #: extensions/ht-builder/widgets/bl_post_archive.php:407
5429
+ #: extensions/ht-builder/widgets/bl_post_archive.php:514
5430
+ #: extensions/ht-builder/widgets/bl_post_archive.php:620
5431
+ #: extensions/ht-builder/widgets/bl_post_archive.php:789
5432
+ #: extensions/ht-builder/widgets/bl_post_archive.php:913
5433
+ #: extensions/ht-builder/widgets/bl_post_comments.php:141
5434
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:419
5435
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:251
5436
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:496
5437
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:442
5438
+ msgid "Hover"
5439
+ msgstr ""
5440
+
5441
+ #: includes/widgets/htmega_button.php:489
5442
+ msgid "Hover Animation"
5443
+ msgstr ""
5444
+
5445
+ #: includes/widgets/htmega_add_banner.php:206
5446
+ #: includes/widgets/htmega_booked_calender.php:323
5447
+ #: includes/widgets/htmega_booked_calender.php:377
5448
+ #: includes/widgets/htmega_socialshere.php:150
5449
+ #: includes/widgets/htmega_tablepress.php:163
5450
+ msgid "Hover Background"
5451
+ msgstr ""
5452
+
5453
+ #: includes/widgets/htmega_teammember.php:40