Elementor Essential Addons - Version 4.6.2

Version Description

  • 13/04/2021 =

  • Fixed: EA Creative Button | Missing style controls

  • Few minor bug fix and improvements

Download this release

Release Info

Developer re_enter_rupok
Plugin Icon 128x128 Elementor Essential Addons
Version 4.6.2
Comparing to
See all releases

Code changes from version 4.6.1 to 4.6.2

essential_adons_elementor.php CHANGED
@@ -4,7 +4,7 @@
4
  * Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
5
  * Plugin URI: https://essential-addons.com/elementor/
6
  * Author: WPDeveloper
7
- * Version: 4.6.1
8
  * Author URI: https://wpdeveloper.net/
9
  * Text Domain: essential-addons-for-elementor-lite
10
  * Domain Path: /languages
@@ -27,7 +27,7 @@ define('EAEL_PLUGIN_FILE', __FILE__);
27
  define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
28
  define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
29
  define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
30
- define('EAEL_PLUGIN_VERSION', '4.6.1');
31
  define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
32
  define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
33
  /**
4
  * Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
5
  * Plugin URI: https://essential-addons.com/elementor/
6
  * Author: WPDeveloper
7
+ * Version: 4.6.2
8
  * Author URI: https://wpdeveloper.net/
9
  * Text Domain: essential-addons-for-elementor-lite
10
  * Domain Path: /languages
27
  define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
28
  define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
29
  define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
30
+ define('EAEL_PLUGIN_VERSION', '4.6.2');
31
  define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
32
  define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
33
  /**
includes/Classes/Plugin_Usage_Tracker.php CHANGED
@@ -15,7 +15,6 @@ if ( ! defined( 'ABSPATH' ) ) {
15
  /**
16
  * Main SDK for Plugin_Usage_Tracker.
17
  */
18
- if( ! class_exists('Plugin_Usage_Tracker') ) :
19
  class Plugin_Usage_Tracker {
20
  /**
21
  * WP Insights Version
@@ -909,4 +908,3 @@ if( ! class_exists('Plugin_Usage_Tracker') ) :
909
  </script>
910
  <?php }
911
  }
912
- endif;
15
  /**
16
  * Main SDK for Plugin_Usage_Tracker.
17
  */
 
18
  class Plugin_Usage_Tracker {
19
  /**
20
  * WP Insights Version
908
  </script>
909
  <?php }
910
  }
 
includes/Elements/Creative_Button.php CHANGED
@@ -215,7 +215,7 @@ class Creative_Button extends Widget_Base
215
  'tab' => Controls_Manager::TAB_STYLE,
216
  ]
217
  );
218
- if (apply_filters('eael/pro_enabled', false)) {
219
  $this->add_control(
220
  'creative_button_effect',
221
  [
@@ -358,7 +358,7 @@ class Creative_Button extends Widget_Base
358
  'default' => '#ffffff',
359
  'selectors' => [
360
  '{{WRAPPER}} .eael-creative-button:hover i' => 'color: {{VALUE}};',
361
- '{{WRAPPER}} .eael-creative-button:hover svg' => 'fill: {{VALUE}};',
362
  ],
363
  ]
364
  );
215
  'tab' => Controls_Manager::TAB_STYLE,
216
  ]
217
  );
218
+ if (!apply_filters('eael/pro_enabled', false)) {
219
  $this->add_control(
220
  'creative_button_effect',
221
  [
358
  'default' => '#ffffff',
359
  'selectors' => [
360
  '{{WRAPPER}} .eael-creative-button:hover i' => 'color: {{VALUE}};',
361
+ '{{WRAPPER}} .eael-creative-button:hover .creative-button-inner svg' => 'fill: {{VALUE}};',
362
  ],
363
  ]
364
  );
includes/Traits/Core.php CHANGED
@@ -8,7 +8,6 @@ if (!defined('ABSPATH')) {
8
 
9
  use \Elementor\Plugin;
10
  use \Essential_Addons_Elementor\Classes\Plugin_Usage_Tracker;
11
- use function SimplePay\Core\Admin\Usage_Tracking\get_optin_notice;
12
 
13
  trait Core
14
  {
8
 
9
  use \Elementor\Plugin;
10
  use \Essential_Addons_Elementor\Classes\Plugin_Usage_Tracker;
 
11
 
12
  trait Core
13
  {
languages/essential-addons-for-elementor-lite.pot CHANGED
@@ -53,86 +53,6 @@ msgstr ""
53
  msgid "Select a Fluent Form"
54
  msgstr ""
55
 
56
- #: ../includes/Classes/Plugin_Usage_Tracker.php:275
57
- msgid "We can't detect any plugin information. This is most probably because you have not included the code in the plugin main file."
58
- msgstr ""
59
-
60
- #: ../includes/Classes/Plugin_Usage_Tracker.php:671
61
- msgid "Want to help make <strong>Essential Addons for Elementor</strong> even more awesome? You can get a <strong>10% discount coupon</strong> for Pro upgrade if you allow. <a class=\"insights-data-we-collect\" href=\"#\">What we collect.</a>"
62
- msgstr ""
63
-
64
- #: ../includes/Classes/Plugin_Usage_Tracker.php:668
65
- msgid "Thank you for installing our plugin. We would like to track its usage on your site. We don't record any sensitive data, only information regarding the WordPress environment and plugin settings, which we will use to help us make improvements to the plugin. Tracking is completely optional."
66
- msgstr ""
67
-
68
- #: ../includes/Classes/Plugin_Usage_Tracker.php:682
69
- msgid "Sure, I'd like to help"
70
- msgstr ""
71
-
72
- #: ../includes/Classes/Plugin_Usage_Tracker.php:683
73
- msgid "No Thanks"
74
- msgstr ""
75
-
76
- #: ../includes/Classes/Plugin_Usage_Tracker.php:723
77
- msgid "Thank you for opting in to tracking. Would you like to receive occasional news about this plugin, including details of new features and special offers?"
78
- msgstr ""
79
-
80
- #: ../includes/Classes/Plugin_Usage_Tracker.php:730
81
- msgid "Yes Please"
82
- msgstr ""
83
-
84
- #: ../includes/Classes/Plugin_Usage_Tracker.php:731
85
- msgid "No Thank You"
86
- msgstr ""
87
-
88
- #: ../includes/Classes/Plugin_Usage_Tracker.php:765
89
- msgid "Sorry to see you go"
90
- msgstr ""
91
-
92
- #: ../includes/Classes/Plugin_Usage_Tracker.php:766
93
- msgid "Before you deactivate the plugin, would you quickly give us your reason for doing so?"
94
- msgstr ""
95
-
96
- #: ../includes/Classes/Plugin_Usage_Tracker.php:769
97
- msgid "I no longer need the plugin"
98
- msgstr ""
99
-
100
- #: ../includes/Classes/Plugin_Usage_Tracker.php:771
101
- msgid "I found a better plugin"
102
- msgstr ""
103
-
104
- #: ../includes/Classes/Plugin_Usage_Tracker.php:772
105
- msgid "Please share which plugin"
106
- msgstr ""
107
-
108
- #: ../includes/Classes/Plugin_Usage_Tracker.php:774
109
- msgid "I couldn't get the plugin to work"
110
- msgstr ""
111
-
112
- #: ../includes/Classes/Plugin_Usage_Tracker.php:775
113
- msgid "It's a temporary deactivation"
114
- msgstr ""
115
-
116
- #: ../includes/Classes/Plugin_Usage_Tracker.php:778
117
- msgid "Other"
118
- msgstr ""
119
-
120
- #: ../includes/Classes/Plugin_Usage_Tracker.php:779
121
- msgid "Please share the reason"
122
- msgstr ""
123
-
124
- #: ../includes/Classes/Plugin_Usage_Tracker.php:840
125
- msgid "Submitting form"
126
- msgstr ""
127
-
128
- #: ../includes/Classes/Plugin_Usage_Tracker.php:965
129
- msgid "Submit and Deactivate"
130
- msgstr ""
131
-
132
- #: ../includes/Classes/Plugin_Usage_Tracker.php:965
133
- msgid "Just Deactivate"
134
- msgstr ""
135
-
136
  #: ../includes/Classes/WPDeveloper_Core_Installer.php:60
137
  msgid "You don't have permission to install the plugins"
138
  msgstr ""
@@ -251,15 +171,15 @@ msgstr ""
251
  msgid "Finish"
252
  msgstr ""
253
 
254
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:355, ../includes/Classes/WPDeveloper_Setup_Wizard.php:465, ../includes/templates/admin/integrations.php:60
255
  msgid "Activate"
256
  msgstr ""
257
 
258
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:352, ../includes/Classes/WPDeveloper_Setup_Wizard.php:462, ../includes/templates/admin/integrations.php:58
259
  msgid "Activated"
260
  msgstr ""
261
 
262
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:349, ../includes/Classes/WPDeveloper_Setup_Wizard.php:459, ../includes/templates/admin/integrations.php:55
263
  msgid "Install"
264
  msgstr ""
265
 
@@ -283,7 +203,7 @@ msgstr ""
283
  msgid "ReviewX"
284
  msgstr ""
285
 
286
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:394
287
  msgid "ReviewX lets you get instant customer ratings and multi criteria reviews to add credibility to your WooCommerce Store and increase conversion rates."
288
  msgstr ""
289
 
@@ -303,199 +223,199 @@ msgstr ""
303
  msgid "Easy solution for the job recruitment to attract, manage & hire right talent faster. The Best Talent Recruitment Suite which lets you manage jobs & career page in Elementor."
304
  msgstr ""
305
 
306
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:414
307
  msgid "Crowdfundly"
308
  msgstr ""
309
 
310
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:415
311
- msgid "Crowdfund.ly is a Software as a Service (SaaS) digital crowdfunding solution. Best fundraising solution in WordPress with Elementor & WooCommerce support."
312
  msgstr ""
313
 
314
  #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:455
315
  msgid "Get the best out of Essential Addons & boost your Elementor design experience with Templately. Deploy in hundreds of websites with 1-click, push to cloud and collaborate with your whole team to build sites faster than ever."
316
  msgstr ""
317
 
318
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:540, ../includes/templates/admin/elements.php:5
319
  msgid "Content Elements"
320
  msgstr ""
321
 
322
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:544, ../includes/Elements/Creative_Button.php:31, ../includes/templates/admin/elements.php:9
323
  msgid "Creative Button"
324
  msgstr ""
325
 
326
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:549, ../includes/Elements/Team_Member.php:25, ../includes/templates/admin/elements.php:15
327
  msgid "Team Member"
328
  msgstr ""
329
 
330
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:554, ../includes/Elements/Testimonial.php:23, ../includes/templates/admin/elements.php:21
331
  msgid "Testimonial"
332
  msgstr ""
333
 
334
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:559, ../includes/Elements/Flip_Box.php:33, ../includes/templates/admin/elements.php:27
335
  msgid "Flip Box"
336
  msgstr ""
337
 
338
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:564, ../includes/Elements/Info_Box.php:30, ../includes/templates/admin/elements.php:33
339
  msgid "Info Box"
340
  msgstr ""
341
 
342
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:569, ../includes/Elements/Dual_Color_Header.php:28, ../includes/templates/admin/elements.php:39
343
  msgid "Dual Color Heading"
344
  msgstr ""
345
 
346
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:574, ../includes/Elements/Pricing_Table.php:1468, ../includes/Elements/Tooltip.php:25, ../includes/templates/admin/elements.php:45
347
  msgid "Tooltip"
348
  msgstr ""
349
 
350
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:579, ../includes/Elements/Adv_Accordion.php:31, ../includes/templates/admin/elements.php:51
351
  msgid "Advanced Accordion"
352
  msgstr ""
353
 
354
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:584, ../includes/Elements/Adv_Tabs.php:31, ../includes/templates/admin/elements.php:57
355
  msgid "Advanced Tabs"
356
  msgstr ""
357
 
358
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:589, ../includes/Elements/Feature_List.php:27, ../includes/Elements/Pricing_Table.php:1209, ../includes/templates/admin/elements.php:63
359
  msgid "Feature List"
360
  msgstr ""
361
 
362
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:595, ../includes/Elements/Sticky_Video.php:27, ../includes/templates/admin/elements.php:111
363
  msgid "Sticky Video"
364
  msgstr ""
365
 
366
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:606, ../includes/templates/admin/elements.php:124
367
  msgid "Dynamic Content Elements"
368
  msgstr ""
369
 
370
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:610, ../includes/Elements/Post_Grid.php:30, ../includes/templates/admin/elements.php:128
371
  msgid "Post Grid"
372
  msgstr ""
373
 
374
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:615, ../includes/Elements/Post_Timeline.php:27, ../includes/templates/admin/elements.php:134
375
  msgid "Post Timeline"
376
  msgstr ""
377
 
378
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:619, ../includes/Elements/Data_Table.php:31, ../includes/templates/admin/elements.php:140
379
  msgid "Data Table"
380
  msgstr ""
381
 
382
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:624, ../includes/Elements/Advanced_Data_Table.php:25, ../includes/templates/admin/elements.php:146
383
  msgid "Advanced Data Table"
384
  msgstr ""
385
 
386
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:628, ../includes/Elements/Content_Ticker.php:30, ../includes/templates/admin/elements.php:152
387
  msgid "Content Ticker"
388
  msgstr ""
389
 
390
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:634, ../includes/templates/admin/elements.php:201
391
  msgid "Creative Elements"
392
  msgstr ""
393
 
394
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:638, ../includes/Elements/Countdown.php:27, ../includes/templates/admin/elements.php:205
395
  msgid "Countdown"
396
  msgstr ""
397
 
398
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:643, ../includes/Elements/Fancy_Text.php:25, ../includes/Elements/Fancy_Text.php:62, ../includes/templates/admin/elements.php:211
399
  msgid "Fancy Text"
400
  msgstr ""
401
 
402
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:648, ../includes/Elements/Filterable_Gallery.php:32, ../includes/templates/admin/elements.php:217
403
  msgid "Filterable Gallery"
404
  msgstr ""
405
 
406
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:653, ../includes/Elements/Image_Accordion.php:26, ../includes/templates/admin/elements.php:223
407
  msgid "Image Accordion"
408
  msgstr ""
409
 
410
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:658, ../includes/Elements/Progress_Bar.php:28, ../includes/Elements/Progress_Bar.php:127, ../includes/templates/admin/elements.php:229
411
  msgid "Progress Bar"
412
  msgstr ""
413
 
414
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:664
415
  msgid "Marketing & Social Feed Elements"
416
  msgstr ""
417
 
418
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:668, ../includes/templates/admin/elements.php:324
419
  msgid "Call To Action"
420
  msgstr ""
421
 
422
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:673, ../includes/Elements/Pricing_Table.php:31, ../includes/templates/admin/elements.php:330
423
  msgid "Pricing Table"
424
  msgstr ""
425
 
426
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:678, ../includes/Elements/Twitter_Feed.php:27, ../includes/templates/admin/elements.php:420
427
  msgid "Twitter Feed"
428
  msgstr ""
429
 
430
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:683, ../includes/Elements/Facebook_Feed.php:28, ../includes/templates/admin/elements.php:440
431
  msgid "Facebook Feed"
432
  msgstr ""
433
 
434
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:690, ../includes/templates/admin/elements.php:344
435
  msgid "Form Styler Elements"
436
  msgstr ""
437
 
438
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:694, ../includes/Elements/Contact_Form_7.php:43, ../includes/templates/admin/elements.php:348
439
  msgid "Contact Form 7"
440
  msgstr ""
441
 
442
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:699, ../includes/templates/admin/elements.php:354
443
  msgid "weForms"
444
  msgstr ""
445
 
446
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:703, ../includes/templates/admin/elements.php:360
447
  msgid "Ninja Form"
448
  msgstr ""
449
 
450
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:707, ../includes/templates/admin/elements.php:366
451
  msgid "Gravity Form"
452
  msgstr ""
453
 
454
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:711, ../includes/Elements/Caldera_Forms.php:96, ../includes/templates/admin/elements.php:372
455
  msgid "Caldera Form"
456
  msgstr ""
457
 
458
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:715, ../includes/Elements/WpForms.php:27, ../includes/Elements/WpForms.php:87, ../includes/templates/admin/elements.php:378
459
  msgid "WPForms"
460
  msgstr ""
461
 
462
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:719, ../includes/templates/admin/elements.php:384
463
  msgid "FluentForm"
464
  msgstr ""
465
 
466
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:723, ../includes/Elements/Formstack.php:28, ../includes/Elements/Formstack.php:169, ../includes/templates/admin/elements.php:390
467
  msgid "Formstack"
468
  msgstr ""
469
 
470
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:727, ../includes/Elements/TypeForm.php:25, ../includes/Elements/TypeForm.php:126, ../includes/Elements/TypeForm.php:132, ../includes/templates/admin/elements.php:396
471
  msgid "Typeform"
472
  msgstr ""
473
 
474
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:737, ../includes/templates/admin/elements.php:459
475
  msgid "Documentation Elements"
476
  msgstr ""
477
 
478
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:741, ../includes/Elements/Betterdocs_Category_Grid.php:30, ../includes/templates/admin/elements.php:463
479
  msgid "BetterDocs Category Grid"
480
  msgstr ""
481
 
482
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:745, ../includes/Elements/Betterdocs_Category_Box.php:35, ../includes/templates/admin/elements.php:469
483
  msgid "BetterDocs Category Box"
484
  msgstr ""
485
 
486
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:750, ../includes/Elements/Betterdocs_Search_Form.php:30, ../includes/templates/admin/elements.php:475
487
  msgid "BetterDocs Search Form"
488
  msgstr ""
489
 
490
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:755, ../includes/templates/admin/elements.php:482
491
  msgid "WooCommerce Elements"
492
  msgstr ""
493
 
494
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:759, ../includes/Elements/Product_Grid.php:61, ../includes/templates/admin/elements.php:486
495
  msgid "Product Grid"
496
  msgstr ""
497
 
498
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:764, ../includes/Elements/Woo_Product_Carousel.php:63, ../includes/templates/admin/elements.php:499
499
  msgid "Woo Product Carousel"
500
  msgstr ""
501
 
@@ -631,7 +551,7 @@ msgstr ""
631
  msgid "Table"
632
  msgstr ""
633
 
634
- #: ../includes/Elements/Advanced_Data_Table.php:310, ../includes/Elements/Advanced_Data_Table.php:871, ../includes/Elements/Advanced_Data_Table.php:1066, ../includes/Elements/Betterdocs_Search_Form.php:312, ../includes/Elements/Caldera_Forms.php:1159, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1185, ../includes/Elements/Contact_Form_7.php:1199, ../includes/Elements/Creative_Button.php:467, ../includes/Elements/Data_Table.php:489, ../includes/Elements/Data_Table.php:1044, ../includes/Elements/Dual_Color_Header.php:682, ../includes/Elements/Dual_Color_Header.php:762, ../includes/Elements/Filterable_Gallery.php:2156, ../includes/Elements/Filterable_Gallery.php:2314, ../includes/Elements/FluentForm.php:1479, ../includes/Elements/FluentForm.php:1493, ../includes/Elements/Formstack.php:1395, ../includes/Elements/Formstack.php:1409, ../includes/Elements/GravityForms.php:1631, ../includes/Elements/GravityForms.php:1747, ../includes/Elements/GravityForms.php:1761, ../includes/Elements/GravityForms.php:1994, ../includes/Elements/Login_Register.php:1401, ../includes/Elements/Login_Register.php:1929, ../includes/Elements/NinjaForms.php:1323, ../includes/Elements/NinjaForms.php:1337, ../includes/Elements/Progress_Bar.php:356, ../includes/Elements/Sticky_Video.php:441, ../includes/Elements/Sticky_Video.php:525, ../includes/Elements/Twitter_Feed.php:791, ../includes/Elements/Woo_Product_Carousel.php:1292, ../includes/Elements/Woo_Product_Carousel.php:2122, ../includes/Elements/Woo_Product_Carousel.php:2325, ../includes/Elements/WpForms.php:1163, ../includes/Elements/WpForms.php:1177, ../includes/Extensions/Table_of_Content.php:384, ../includes/Traits/Woo_Product_Comparable.php:296, ../includes/Traits/Woo_Product_Comparable.php:958, ../includes/Traits/Woo_Product_Comparable.php:1107
635
  msgid "Width"
636
  msgstr ""
637
 
@@ -659,15 +579,15 @@ msgstr ""
659
  msgid "Text Alignment"
660
  msgstr ""
661
 
662
- #: ../includes/Elements/Advanced_Data_Table.php:417, ../includes/Elements/Advanced_Data_Table.php:536, ../includes/Elements/Advanced_Data_Table.php:962, ../includes/Elements/Advanced_Data_Table.php:1109, ../includes/Elements/Adv_Accordion.php:154, ../includes/Elements/Betterdocs_Category_Box.php:768, ../includes/Elements/Betterdocs_Category_Grid.php:1512, ../includes/Elements/Betterdocs_Category_Grid.php:1537, ../includes/Elements/Caldera_Forms.php:233, ../includes/Elements/Caldera_Forms.php:415, ../includes/Elements/Caldera_Forms.php:561, ../includes/Elements/Caldera_Forms.php:1136, ../includes/Elements/Contact_Form_7.php:331, ../includes/Elements/Contact_Form_7.php:443, ../includes/Elements/Contact_Form_7.php:1163, ../includes/Elements/Content_Ticker.php:290, ../includes/Elements/Countdown.php:118, ../includes/Elements/Countdown.php:1030, ../includes/Elements/Creative_Button.php:445, ../includes/Elements/Cta_Box.php:102, ../includes/Elements/Data_Table.php:521, ../includes/Elements/Data_Table.php:746, ../includes/Elements/Data_Table.php:995, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:995, ../includes/Elements/Event_Calendar.php:1127, ../includes/Elements/Fancy_Text.php:172, ../includes/Elements/Feature_List.php:304, ../includes/Elements/Filterable_Gallery.php:767, ../includes/Elements/Filterable_Gallery.php:1299, ../includes/Elements/Filterable_Gallery.php:1682, ../includes/Elements/Flip_Box.php:369, ../includes/Elements/Flip_Box.php:598, ../includes/Elements/FluentForm.php:239, ../includes/Elements/FluentForm.php:434, ../includes/Elements/FluentForm.php:580, ../includes/Elements/FluentForm.php:1211, ../includes/Elements/FluentForm.php:1456, ../includes/Elements/Formstack.php:334, ../includes/Elements/Formstack.php:449, ../includes/Elements/Formstack.php:763, ../includes/Elements/Formstack.php:1372, ../includes/Elements/GravityForms.php:347, ../includes/Elements/GravityForms.php:484, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:1721, ../includes/Elements/GravityForms.php:1971, ../includes/Elements/Image_Accordion.php:109, ../includes/Elements/Info_Box.php:304, ../includes/Elements/Login_Register.php:673, ../includes/Elements/Login_Register.php:706, ../includes/Elements/Login_Register.php:2490, ../includes/Elements/Login_Register.php:3158, ../includes/Elements/Login_Register.php:3478, ../includes/Elements/NinjaForms.php:282, ../includes/Elements/NinjaForms.php:421, ../includes/Elements/NinjaForms.php:603, ../includes/Elements/NinjaForms.php:1298, ../includes/Elements/Post_Grid.php:448, ../includes/Elements/Post_Grid.php:603, ../includes/Elements/Post_Grid.php:671, ../includes/Elements/Post_Grid.php:766, ../includes/Elements/Post_Grid.php:849, ../includes/Elements/Post_Timeline.php:326, ../includes/Elements/Post_Timeline.php:384, ../includes/Elements/Pricing_Table.php:261, ../includes/Elements/Pricing_Table.php:378, ../includes/Elements/Pricing_Table.php:680, ../includes/Elements/Pricing_Table.php:820, ../includes/Elements/Pricing_Table.php:845, ../includes/Elements/Product_Grid.php:656, ../includes/Elements/Product_Grid.php:974, ../includes/Elements/Product_Grid.php:1655, ../includes/Elements/Product_Grid.php:2098, ../includes/Elements/Progress_Bar.php:321, ../includes/Elements/Progress_Bar.php:532, ../includes/Elements/Team_Member.php:379, ../includes/Elements/Testimonial.php:313, ../includes/Elements/Tooltip.php:177, ../includes/Elements/Tooltip.php:283, ../includes/Elements/Tooltip.php:372, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Product_Carousel.php:809, ../includes/Elements/Woo_Product_Carousel.php:858, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Table_of_Content.php:415, ../includes/Traits/Controls.php:597, ../includes/Traits/Controls.php:1502, ../includes/Traits/Controls.php:1553, ../includes/Traits/Controls.php:1554, ../includes/Traits/Controls.php:1876
663
  msgid "Left"
664
  msgstr ""
665
 
666
- #: ../includes/Elements/Advanced_Data_Table.php:421, ../includes/Elements/Advanced_Data_Table.php:540, ../includes/Elements/Advanced_Data_Table.php:966, ../includes/Elements/Advanced_Data_Table.php:1113, ../includes/Elements/Betterdocs_Category_Box.php:772, ../includes/Elements/Betterdocs_Category_Grid.php:1516, ../includes/Elements/Betterdocs_Category_Grid.php:1541, ../includes/Elements/Caldera_Forms.php:237, ../includes/Elements/Caldera_Forms.php:419, ../includes/Elements/Caldera_Forms.php:565, ../includes/Elements/Caldera_Forms.php:1140, ../includes/Elements/Contact_Form_7.php:335, ../includes/Elements/Contact_Form_7.php:447, ../includes/Elements/Contact_Form_7.php:1167, ../includes/Elements/Countdown.php:122, ../includes/Elements/Countdown.php:1034, ../includes/Elements/Creative_Button.php:449, ../includes/Elements/Cta_Box.php:103, ../includes/Elements/Data_Table.php:525, ../includes/Elements/Data_Table.php:750, ../includes/Elements/Data_Table.php:999, ../includes/Elements/Dual_Color_Header.php:195, ../includes/Elements/Dual_Color_Header.php:591, ../includes/Elements/Event_Calendar.php:999, ../includes/Elements/Event_Calendar.php:1131, ../includes/Elements/Fancy_Text.php:176, ../includes/Elements/Filterable_Gallery.php:771, ../includes/Elements/Filterable_Gallery.php:1303, ../includes/Elements/Filterable_Gallery.php:1686, ../includes/Elements/Flip_Box.php:373, ../includes/Elements/Flip_Box.php:602, ../includes/Elements/FluentForm.php:243, ../includes/Elements/FluentForm.php:438, ../includes/Elements/FluentForm.php:584, ../includes/Elements/FluentForm.php:1215, ../includes/Elements/FluentForm.php:1460, ../includes/Elements/Formstack.php:338, ../includes/Elements/Formstack.php:453, ../includes/Elements/Formstack.php:767, ../includes/Elements/Formstack.php:1376, ../includes/Elements/GravityForms.php:351, ../includes/Elements/GravityForms.php:488, ../includes/Elements/GravityForms.php:633, ../includes/Elements/GravityForms.php:1725, ../includes/Elements/GravityForms.php:1975, ../includes/Elements/Image_Accordion.php:113, ../includes/Elements/Image_Accordion.php:136, ../includes/Elements/Info_Box.php:308, ../includes/Elements/Login_Register.php:2494, ../includes/Elements/Login_Register.php:3140, ../includes/Elements/Login_Register.php:3162, ../includes/Elements/Login_Register.php:3439, ../includes/Elements/Login_Register.php:3459, ../includes/Elements/Login_Register.php:3482, ../includes/Elements/NinjaForms.php:286, ../includes/Elements/NinjaForms.php:425, ../includes/Elements/NinjaForms.php:607, ../includes/Elements/NinjaForms.php:1302, ../includes/Elements/Post_Grid.php:452, ../includes/Elements/Post_Grid.php:607, ../includes/Elements/Post_Grid.php:675, ../includes/Elements/Post_Grid.php:770, ../includes/Elements/Post_Grid.php:853, ../includes/Elements/Post_Timeline.php:330, ../includes/Elements/Post_Timeline.php:388, ../includes/Elements/Pricing_Table.php:824, ../includes/Elements/Pricing_Table.php:849, ../includes/Elements/Product_Grid.php:660, ../includes/Elements/Product_Grid.php:978, ../includes/Elements/Product_Grid.php:2102, ../includes/Elements/Progress_Bar.php:325, ../includes/Elements/Progress_Bar.php:536, ../includes/Elements/Team_Member.php:383, ../includes/Elements/Testimonial.php:317, ../includes/Elements/Tooltip.php:181, ../includes/Elements/Tooltip.php:376, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/Woo_Product_Carousel.php:862, ../includes/Elements/WpForms.php:275, ../includes/Elements/WpForms.php:392, ../includes/Elements/WpForms.php:576, ../includes/Elements/WpForms.php:1141, ../includes/Traits/Controls.php:596, ../includes/Traits/Controls.php:1506, ../includes/Traits/Controls.php:1880
667
  msgid "Center"
668
  msgstr ""
669
 
670
- #: ../includes/Elements/Advanced_Data_Table.php:425, ../includes/Elements/Advanced_Data_Table.php:544, ../includes/Elements/Advanced_Data_Table.php:970, ../includes/Elements/Advanced_Data_Table.php:1117, ../includes/Elements/Adv_Accordion.php:153, ../includes/Elements/Betterdocs_Category_Box.php:776, ../includes/Elements/Betterdocs_Category_Grid.php:1520, ../includes/Elements/Betterdocs_Category_Grid.php:1545, ../includes/Elements/Caldera_Forms.php:241, ../includes/Elements/Caldera_Forms.php:423, ../includes/Elements/Caldera_Forms.php:569, ../includes/Elements/Caldera_Forms.php:1144, ../includes/Elements/Contact_Form_7.php:339, ../includes/Elements/Contact_Form_7.php:451, ../includes/Elements/Contact_Form_7.php:1171, ../includes/Elements/Content_Ticker.php:291, ../includes/Elements/Countdown.php:126, ../includes/Elements/Countdown.php:1038, ../includes/Elements/Creative_Button.php:453, ../includes/Elements/Cta_Box.php:104, ../includes/Elements/Data_Table.php:529, ../includes/Elements/Data_Table.php:754, ../includes/Elements/Data_Table.php:1003, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1003, ../includes/Elements/Event_Calendar.php:1135, ../includes/Elements/Fancy_Text.php:180, ../includes/Elements/Feature_List.php:312, ../includes/Elements/Filterable_Gallery.php:775, ../includes/Elements/Filterable_Gallery.php:1307, ../includes/Elements/Filterable_Gallery.php:1690, ../includes/Elements/Flip_Box.php:377, ../includes/Elements/Flip_Box.php:606, ../includes/Elements/FluentForm.php:247, ../includes/Elements/FluentForm.php:442, ../includes/Elements/FluentForm.php:588, ../includes/Elements/FluentForm.php:1219, ../includes/Elements/FluentForm.php:1464, ../includes/Elements/Formstack.php:342, ../includes/Elements/Formstack.php:457, ../includes/Elements/Formstack.php:771, ../includes/Elements/Formstack.php:1380, ../includes/Elements/GravityForms.php:355, ../includes/Elements/GravityForms.php:492, ../includes/Elements/GravityForms.php:637, ../includes/Elements/GravityForms.php:1729, ../includes/Elements/GravityForms.php:1979, ../includes/Elements/Image_Accordion.php:117, ../includes/Elements/Info_Box.php:312, ../includes/Elements/Login_Register.php:677, ../includes/Elements/Login_Register.php:2498, ../includes/Elements/Login_Register.php:3166, ../includes/Elements/Login_Register.php:3486, ../includes/Elements/NinjaForms.php:290, ../includes/Elements/NinjaForms.php:429, ../includes/Elements/NinjaForms.php:611, ../includes/Elements/NinjaForms.php:1306, ../includes/Elements/Post_Grid.php:456, ../includes/Elements/Post_Grid.php:611, ../includes/Elements/Post_Grid.php:679, ../includes/Elements/Post_Grid.php:774, ../includes/Elements/Post_Grid.php:857, ../includes/Elements/Post_Timeline.php:334, ../includes/Elements/Post_Timeline.php:392, ../includes/Elements/Pricing_Table.php:262, ../includes/Elements/Pricing_Table.php:386, ../includes/Elements/Pricing_Table.php:684, ../includes/Elements/Pricing_Table.php:828, ../includes/Elements/Pricing_Table.php:853, ../includes/Elements/Product_Grid.php:664, ../includes/Elements/Product_Grid.php:982, ../includes/Elements/Product_Grid.php:1659, ../includes/Elements/Product_Grid.php:2106, ../includes/Elements/Progress_Bar.php:329, ../includes/Elements/Progress_Bar.php:540, ../includes/Elements/Team_Member.php:387, ../includes/Elements/Testimonial.php:321, ../includes/Elements/Tooltip.php:185, ../includes/Elements/Tooltip.php:284, ../includes/Elements/Tooltip.php:380, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Product_Carousel.php:813, ../includes/Elements/Woo_Product_Carousel.php:866, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Table_of_Content.php:416, ../includes/Traits/Controls.php:595, ../includes/Traits/Controls.php:1510, ../includes/Traits/Controls.php:1553, ../includes/Traits/Controls.php:1554, ../includes/Traits/Controls.php:1884
671
  msgid "Right"
672
  msgstr ""
673
 
@@ -675,7 +595,7 @@ msgstr ""
675
  msgid "Text Color"
676
  msgstr ""
677
 
678
- #: ../includes/Elements/Advanced_Data_Table.php:454, ../includes/Elements/Advanced_Data_Table.php:595, ../includes/Elements/Advanced_Data_Table.php:668, ../includes/Elements/Advanced_Data_Table.php:699, ../includes/Elements/Advanced_Data_Table.php:730, ../includes/Elements/Advanced_Data_Table.php:761, ../includes/Elements/Advanced_Data_Table.php:792, ../includes/Elements/Advanced_Data_Table.php:823, ../includes/Elements/Advanced_Data_Table.php:1002, ../includes/Elements/Advanced_Data_Table.php:1199, ../includes/Elements/Advanced_Data_Table.php:1270, ../includes/Elements/Advanced_Data_Table.php:1365, ../includes/Elements/Advanced_Data_Table.php:1395, ../includes/Elements/Adv_Accordion.php:873, ../includes/Elements/Adv_Accordion.php:919, ../includes/Elements/Adv_Accordion.php:965, ../includes/Elements/Adv_Tabs.php:470, ../includes/Elements/Adv_Tabs.php:689, ../includes/Elements/Caldera_Forms.php:592, ../includes/Elements/Caldera_Forms.php:800, ../includes/Elements/Caldera_Forms.php:1204, ../includes/Elements/Caldera_Forms.php:1310, ../includes/Elements/Caldera_Forms.php:1364, ../includes/Elements/Contact_Form_7.php:550, ../includes/Elements/Contact_Form_7.php:763, ../includes/Elements/Contact_Form_7.php:1230, ../includes/Elements/Contact_Form_7.php:1336, ../includes/Elements/Contact_Form_7.php:1427, ../includes/Elements/Contact_Form_7.php:1520, ../includes/Elements/Content_Ticker.php:345, ../includes/Elements/Content_Ticker.php:422, ../includes/Elements/Content_Ticker.php:597, ../includes/Elements/Content_Ticker.php:653, ../includes/Elements/Countdown.php:733, ../includes/Elements/Countdown.php:745, ../includes/Elements/Countdown.php:805, ../includes/Elements/Countdown.php:817, ../includes/Elements/Countdown.php:877, ../includes/Elements/Countdown.php:889, ../includes/Elements/Countdown.php:949, ../includes/Elements/Countdown.php:961, ../includes/Elements/Creative_Button.php:290, ../includes/Elements/Creative_Button.php:383, ../includes/Elements/Cta_Box.php:122, ../includes/Elements/Cta_Box.php:426, ../includes/Elements/Cta_Box.php:712, ../includes/Elements/Cta_Box.php:781, ../includes/Elements/Data_Table.php:607, ../includes/Elements/Data_Table.php:647, ../includes/Elements/Data_Table.php:1084, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1253, ../includes/Elements/Filterable_Gallery.php:834, ../includes/Elements/Filterable_Gallery.php:971, ../includes/Elements/Filterable_Gallery.php:1037, ../includes/Elements/Filterable_Gallery.php:1183, ../includes/Elements/Filterable_Gallery.php:1373, ../includes/Elements/Filterable_Gallery.php:1403, ../includes/Elements/Filterable_Gallery.php:1508, ../includes/Elements/Filterable_Gallery.php:1524, ../includes/Elements/Filterable_Gallery.php:1726, ../includes/Elements/Filterable_Gallery.php:1864, ../includes/Elements/Filterable_Gallery.php:2494, ../includes/Elements/Filterable_Gallery.php:2689, ../includes/Elements/FluentForm.php:611, ../includes/Elements/FluentForm.php:819, ../includes/Elements/FluentForm.php:1253, ../includes/Elements/FluentForm.php:1339, ../includes/Elements/FluentForm.php:1524, ../includes/Elements/FluentForm.php:1630, ../includes/Elements/FluentForm.php:2048, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:660, ../includes/Elements/GravityForms.php:886, ../includes/Elements/GravityForms.php:1619, ../includes/Elements/GravityForms.php:1797, ../includes/Elements/GravityForms.php:1889, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2113, ../includes/Elements/Image_Accordion.php:317, ../includes/Elements/Info_Box.php:544, ../includes/Elements/Info_Box.php:785, ../includes/Elements/Info_Box.php:864, ../includes/Elements/Info_Box.php:1036, ../includes/Elements/Info_Box.php:1099, ../includes/Elements/Info_Box.php:1253, ../includes/Elements/Info_Box.php:1300, ../includes/Elements/Login_Register.php:1497, ../includes/Elements/Login_Register.php:1630, ../includes/Elements/Login_Register.php:1732, ../includes/Elements/Login_Register.php:1906, ../includes/Elements/Login_Register.php:2262, ../includes/Elements/Login_Register.php:2353, ../includes/Elements/Login_Register.php:2533, ../includes/Elements/Login_Register.php:2571, ../includes/Elements/Login_Register.php:2668, ../includes/Elements/Login_Register.php:3195, ../includes/Elements/Login_Register.php:3232, ../includes/Elements/Login_Register.php:3516, ../includes/Elements/Login_Register.php:3553, ../includes/Elements/NinjaForms.php:634, ../includes/Elements/NinjaForms.php:844, ../includes/Elements/NinjaForms.php:1372, ../includes/Elements/NinjaForms.php:1459, ../includes/Elements/Post_Grid.php:923, ../includes/Elements/Pricing_Table.php:741, ../includes/Elements/Pricing_Table.php:901, ../includes/Elements/Pricing_Table.php:1407, ../includes/Elements/Pricing_Table.php:1476, ../includes/Elements/Pricing_Table.php:1642, ../includes/Elements/Pricing_Table.php:1904, ../includes/Elements/Pricing_Table.php:1973, ../includes/Elements/Product_Grid.php:1764, ../includes/Elements/Product_Grid.php:1872, ../includes/Elements/Product_Grid.php:1978, ../includes/Elements/Product_Grid.php:2164, ../includes/Elements/Product_Grid.php:2202, ../includes/Elements/Product_Grid.php:2246, ../includes/Elements/Product_Grid.php:2492, ../includes/Elements/Product_Grid.php:2534, ../includes/Elements/Product_Grid.php:2595, ../includes/Elements/Product_Grid.php:2646, ../includes/Elements/Progress_Bar.php:578, ../includes/Elements/Team_Member.php:730, ../includes/Elements/Tooltip.php:399, ../includes/Elements/Tooltip.php:442, ../includes/Elements/Tooltip.php:615, ../includes/Elements/Twitter_Feed.php:401, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Checkout.php:617, ../includes/Elements/Woo_Checkout.php:732, ../includes/Elements/Woo_Checkout.php:854, ../includes/Elements/Woo_Checkout.php:1312, ../includes/Elements/Woo_Checkout.php:1352, ../includes/Elements/Woo_Checkout.php:1610, ../includes/Elements/Woo_Checkout.php:1650, ../includes/Elements/Woo_Checkout.php:2154, ../includes/Elements/Woo_Checkout.php:2284, ../includes/Elements/Woo_Checkout.php:2394, ../includes/Elements/Woo_Checkout.php:2434, ../includes/Elements/Woo_Product_Carousel.php:884, ../includes/Elements/Woo_Product_Carousel.php:1377, ../includes/Elements/Woo_Product_Carousel.php:1459, ../includes/Elements/Woo_Product_Carousel.php:1678, ../includes/Elements/Woo_Product_Carousel.php:1721, ../includes/Elements/Woo_Product_Carousel.php:1783, ../includes/Elements/Woo_Product_Carousel.php:1835, ../includes/Elements/Woo_Product_Carousel.php:2639, ../includes/Elements/Woo_Product_Carousel.php:2695, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Table_of_Content.php:566, ../includes/Extensions/Table_of_Content.php:712, ../includes/Extensions/Table_of_Content.php:776, ../includes/Traits/Controls.php:1400, ../includes/Traits/Controls.php:1462, ../includes/Traits/Controls.php:1843, ../includes/Traits/Woo_Product_Comparable.php:369, ../includes/Traits/Woo_Product_Comparable.php:475
679
  msgid "Background Color"
680
  msgstr ""
681
 
@@ -731,7 +651,7 @@ msgstr ""
731
  msgid "Odd Row"
732
  msgstr ""
733
 
734
- #: ../includes/Elements/Advanced_Data_Table.php:899, ../includes/Elements/Dual_Color_Header.php:708, ../includes/Elements/Dual_Color_Header.php:788, ../includes/Elements/Flip_Box.php:123, ../includes/Elements/FluentForm.php:1287, ../includes/Elements/FluentForm.php:1372, ../includes/Elements/FluentForm.php:1785, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:304, ../includes/Elements/Login_Register.php:1972, ../includes/Elements/Progress_Bar.php:384, ../includes/Elements/Progress_Bar.php:436, ../includes/Elements/Sticky_Video.php:459, ../includes/Elements/Team_Member.php:317, ../includes/Elements/Twitter_Feed.php:818, ../includes/Elements/Woo_Product_Carousel.php:1311, ../includes/Elements/Woo_Product_Carousel.php:2144, ../includes/Elements/Woo_Product_Carousel.php:2344, ../includes/Extensions/Reading_Progress.php:128
735
  msgid "Height"
736
  msgstr ""
737
 
@@ -739,11 +659,11 @@ msgstr ""
739
  msgid "Margin Bottom"
740
  msgstr ""
741
 
742
- #: ../includes/Elements/Advanced_Data_Table.php:957, ../includes/Elements/Advanced_Data_Table.php:1105, ../includes/Elements/Caldera_Forms.php:229, ../includes/Elements/Caldera_Forms.php:557, ../includes/Elements/Caldera_Forms.php:1132, ../includes/Elements/Contact_Form_7.php:439, ../includes/Elements/Contact_Form_7.php:1158, ../includes/Elements/Countdown.php:114, ../includes/Elements/Cta_Box.php:97, ../includes/Elements/Data_Table.php:515, ../includes/Elements/Dual_Color_Header.php:186, ../includes/Elements/Dual_Color_Header.php:583, ../includes/Elements/Event_Calendar.php:991, ../includes/Elements/Event_Calendar.php:1123, ../includes/Elements/Fancy_Text.php:168, ../includes/Elements/Filterable_Gallery.php:763, ../includes/Elements/FluentForm.php:235, ../includes/Elements/FluentForm.php:576, ../includes/Elements/FluentForm.php:1207, ../includes/Elements/FluentForm.php:1452, ../includes/Elements/Formstack.php:445, ../includes/Elements/Formstack.php:759, ../includes/Elements/Formstack.php:1368, ../includes/Elements/GravityForms.php:480, ../includes/Elements/GravityForms.php:625, ../includes/Elements/GravityForms.php:1717, ../includes/Elements/GravityForms.php:1967, ../includes/Elements/Login_Register.php:3154, ../includes/Elements/Login_Register.php:3474, ../includes/Elements/NinjaForms.php:417, ../includes/Elements/NinjaForms.php:599, ../includes/Elements/NinjaForms.php:1294, ../includes/Elements/Post_Grid.php:444, ../includes/Elements/Post_Grid.php:762, ../includes/Elements/Post_Grid.php:845, ../includes/Elements/Product_Grid.php:652, ../includes/Elements/Product_Grid.php:970, ../includes/Elements/Product_Grid.php:1651, ../includes/Elements/Product_Grid.php:2094, ../includes/Elements/Progress_Bar.php:317, ../includes/Elements/Progress_Bar.php:528, ../includes/Elements/Tooltip.php:172, ../includes/Elements/Woo_Product_Carousel.php:805, ../includes/Elements/Woo_Product_Carousel.php:854, ../includes/Elements/WpForms.php:384, ../includes/Elements/WpForms.php:568, ../includes/Elements/WpForms.php:1133, ../includes/Traits/Controls.php:1872
743
  msgid "Alignment"
744
  msgstr ""
745
 
746
- #: ../includes/Elements/Advanced_Data_Table.php:1161, ../includes/Elements/Adv_Accordion.php:360, ../includes/Elements/Adv_Accordion.php:513, ../includes/Elements/Adv_Accordion.php:753, ../includes/Elements/Adv_Tabs.php:312, ../includes/Elements/Adv_Tabs.php:455, ../includes/Elements/Adv_Tabs.php:737, ../includes/Elements/Betterdocs_Category_Grid.php:570, ../includes/Elements/Betterdocs_Category_Grid.php:736, ../includes/Elements/Caldera_Forms.php:297, ../includes/Elements/Caldera_Forms.php:359, ../includes/Elements/Contact_Form_7.php:372, ../includes/Elements/Contact_Form_7.php:1653, ../includes/Elements/Content_Ticker.php:464, ../includes/Elements/Countdown.php:1088, ../includes/Elements/Cta_Box.php:450, ../includes/Elements/Cta_Box.php:663, ../includes/Elements/Cta_Box.php:880, ../includes/Elements/Dual_Color_Header.php:334, ../includes/Elements/Dual_Color_Header.php:635, ../includes/Elements/Fancy_Text.php:490, ../includes/Elements/Filterable_Gallery.php:858, ../includes/Elements/Filterable_Gallery.php:935, ../includes/Elements/Filterable_Gallery.php:1117, ../includes/Elements/Filterable_Gallery.php:1762, ../includes/Elements/Filterable_Gallery.php:2211, ../includes/Elements/Filterable_Gallery.php:2654, ../includes/Elements/Flip_Box.php:1336, ../includes/Elements/FluentForm.php:304, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:1140, ../includes/Elements/FluentForm.php:1195, ../includes/Elements/FluentForm.php:2151, ../includes/Elements/Formstack.php:502, ../includes/Elements/Formstack.php:552, ../includes/Elements/Formstack.php:692, ../includes/Elements/Formstack.php:747, ../includes/Elements/Formstack.php:1979, ../includes/Elements/GravityForms.php:1072, ../includes/Elements/GravityForms.php:1331, ../includes/Elements/GravityForms.php:1527, ../includes/Elements/GravityForms.php:1691, ../includes/Elements/Image_Accordion.php:341, ../includes/Elements/Image_Accordion.php:430, ../includes/Elements/Info_Box.php:689, ../includes/Elements/Info_Box.php:751, ../includes/Elements/Info_Box.php:984, ../includes/Elements/Info_Box.php:1381, ../includes/Elements/Login_Register.php:1445, ../includes/Elements/Login_Register.php:2010, ../includes/Elements/Login_Register.php:2149, ../includes/Elements/Login_Register.php:2222, ../includes/Elements/Login_Register.php:2313, ../includes/Elements/Login_Register.php:2415, ../includes/Elements/Login_Register.php:2451, ../includes/Elements/Login_Register.php:2613, ../includes/Elements/Login_Register.php:3085, ../includes/Elements/Login_Register.php:3320, ../includes/Elements/Login_Register.php:3384, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:380, ../includes/Elements/Post_Grid.php:495, ../includes/Elements/Post_Grid.php:510, ../includes/Elements/Post_Grid.php:634, ../includes/Elements/Post_Grid.php:722, ../includes/Elements/Post_Grid.php:798, ../includes/Elements/Pricing_Table.php:765, ../includes/Elements/Pricing_Table.php:1091, ../includes/Elements/Pricing_Table.php:1161, ../includes/Elements/Pricing_Table.php:1835, ../includes/Elements/Team_Member.php:474, ../includes/Elements/Testimonial.php:408, ../includes/Elements/Testimonial.php:506, ../includes/Elements/Testimonial.php:547, ../includes/Elements/Testimonial.php:588, ../includes/Elements/Testimonial.php:621, ../includes/Elements/Tooltip.php:355, ../includes/Elements/Tooltip.php:604, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/Woo_Product_Carousel.php:913, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1319, ../includes/Traits/Controls.php:1364, ../includes/Traits/Woo_Product_Comparable.php:329, ../includes/Traits/Woo_Product_Comparable.php:1451
747
  msgid "Margin"
748
  msgstr ""
749
 
@@ -755,7 +675,7 @@ msgstr ""
755
  msgid "Hover"
756
  msgstr ""
757
 
758
- #: ../includes/Elements/Advanced_Data_Table.php:1352, ../includes/Elements/Advanced_Data_Table.php:1382, ../includes/Elements/Betterdocs_Category_Box.php:684, ../includes/Elements/Betterdocs_Category_Box.php:717, ../includes/Elements/Betterdocs_Category_Box.php:861, ../includes/Elements/Betterdocs_Category_Box.php:966, ../includes/Elements/Betterdocs_Category_Grid.php:616, ../includes/Elements/Betterdocs_Category_Grid.php:670, ../includes/Elements/Betterdocs_Category_Grid.php:805, ../includes/Elements/Betterdocs_Category_Grid.php:902, ../includes/Elements/Betterdocs_Category_Grid.php:1005, ../includes/Elements/Betterdocs_Category_Grid.php:1085, ../includes/Elements/Betterdocs_Category_Grid.php:1161, ../includes/Elements/Betterdocs_Category_Grid.php:1238, ../includes/Elements/Betterdocs_Category_Grid.php:1361, ../includes/Elements/Betterdocs_Category_Grid.php:1460, ../includes/Elements/Betterdocs_Search_Form.php:238, ../includes/Elements/Betterdocs_Search_Form.php:275, ../includes/Elements/Caldera_Forms.php:983, ../includes/Elements/Caldera_Forms.php:1099, ../includes/Elements/Caldera_Forms.php:1431, ../includes/Elements/Contact_Form_7.php:1010, ../includes/Elements/Contact_Form_7.php:1126, ../includes/Elements/Content_Ticker.php:609, ../includes/Elements/Content_Ticker.php:665, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Cta_Box.php:601, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:592, ../includes/Elements/Data_Table.php:632, ../includes/Elements/Data_Table.php:1069, ../includes/Elements/Dual_Color_Header.php:473, ../includes/Elements/Dual_Color_Header.php:546, ../includes/Elements/Dual_Color_Header.php:646, ../includes/Elements/Event_Calendar.php:735, ../includes/Elements/Event_Calendar.php:775, ../includes/Elements/Event_Calendar.php:842, ../includes/Elements/Event_Calendar.php:896, ../includes/Elements/Event_Calendar.php:979, ../includes/Elements/Event_Calendar.php:1054, ../includes/Elements/Event_Calendar.php:1088, ../includes/Elements/Event_Calendar.php:1197, ../includes/Elements/Event_Calendar.php:1563, ../includes/Elements/Facebook_Feed.php:769, ../includes/Elements/Facebook_Feed.php:807, ../includes/Elements/Facebook_Feed.php:847, ../includes/Elements/Facebook_Feed.php:895, ../includes/Elements/Facebook_Feed.php:933, ../includes/Elements/Facebook_Feed.php:971, ../includes/Elements/Facebook_Feed.php:1024, ../includes/Elements/Facebook_Feed.php:1062, ../includes/Elements/Facebook_Feed.php:1100, ../includes/Elements/Facebook_Feed.php:1132, ../includes/Elements/Fancy_Text.php:344, ../includes/Elements/Feature_List.php:542, ../includes/Elements/Feature_List.php:764, ../includes/Elements/Feature_List.php:798, ../includes/Elements/Filterable_Gallery.php:1216, ../includes/Elements/Filterable_Gallery.php:1256, ../includes/Elements/Filterable_Gallery.php:1578, ../includes/Elements/Filterable_Gallery.php:1593, ../includes/Elements/Filterable_Gallery.php:1638, ../includes/Elements/Filterable_Gallery.php:1653, ../includes/Elements/Filterable_Gallery.php:1738, ../includes/Elements/Filterable_Gallery.php:1876, ../includes/Elements/Filterable_Gallery.php:1952, ../includes/Elements/Filterable_Gallery.php:1988, ../includes/Elements/Filterable_Gallery.php:2035, ../includes/Elements/Filterable_Gallery.php:2176, ../includes/Elements/Filterable_Gallery.php:2363, ../includes/Elements/Flip_Box.php:945, ../includes/Elements/Flip_Box.php:1058, ../includes/Elements/Flip_Box.php:1185, ../includes/Elements/Flip_Box.php:1216, ../includes/Elements/Flip_Box.php:1254, ../includes/Elements/Flip_Box.php:1286, ../includes/Elements/Flip_Box.php:1360, ../includes/Elements/Flip_Box.php:1419, ../includes/Elements/FluentForm.php:413, ../includes/Elements/FluentForm.php:949, ../includes/Elements/FluentForm.php:1065, ../includes/Elements/FluentForm.php:1106, ../includes/Elements/FluentForm.php:1161, ../includes/Elements/FluentForm.php:1265, ../includes/Elements/FluentForm.php:1327, ../includes/Elements/FluentForm.php:1921, ../includes/Elements/FluentForm.php:1994, ../includes/Elements/FluentForm.php:2115, ../includes/Elements/Formstack.php:658, ../includes/Elements/Formstack.php:713, ../includes/Elements/Formstack.php:1175, ../includes/Elements/Formstack.php:1255, ../includes/Elements/Formstack.php:1309, ../includes/Elements/Formstack.php:1856, ../includes/Elements/Formstack.php:1937, ../includes/Elements/GravityForms.php:1147, ../includes/Elements/GravityForms.php:1253, ../includes/Elements/GravityForms.php:1367, ../includes/Elements/GravityForms.php:1449, ../includes/Elements/GravityForms.php:1563, ../includes/Elements/GravityForms.php:1607, ../includes/Elements/Image_Accordion.php:496, ../includes/Elements/Image_Accordion.php:525, ../includes/Elements/Info_Box.php:1361, ../includes/Elements/Info_Box.php:1437, ../includes/Elements/Login_Register.php:2252, ../includes/Elements/Login_Register.php:2343, ../includes/Elements/Login_Register.php:2757, ../includes/Elements/NinjaForms.php:1030, ../includes/Elements/NinjaForms.php:1148, ../includes/Elements/NinjaForms.php:1567, ../includes/Elements/Post_Grid.php:359, ../includes/Elements/Post_Grid.php:432, ../includes/Elements/Post_Grid.php:824, ../includes/Elements/Pricing_Table.php:888, ../includes/Elements/Pricing_Table.php:952, ../includes/Elements/Pricing_Table.php:1043, ../includes/Elements/Pricing_Table.php:1072, ../includes/Elements/Pricing_Table.php:1113, ../includes/Elements/Pricing_Table.php:1142, ../includes/Elements/Pricing_Table.php:1182, ../includes/Elements/Pricing_Table.php:1217, ../includes/Elements/Pricing_Table.php:1374, ../includes/Elements/Pricing_Table.php:1506, ../includes/Elements/Product_Grid.php:1292, ../includes/Elements/Product_Grid.php:1859, ../includes/Elements/Product_Grid.php:1966, ../includes/Elements/Product_Grid.php:2303, ../includes/Elements/Product_Grid.php:2482, ../includes/Elements/Product_Grid.php:2522, ../includes/Elements/Product_Grid.php:2583, ../includes/Elements/Product_Grid.php:2634, ../includes/Elements/Product_Grid.php:2787, ../includes/Elements/Progress_Bar.php:407, ../includes/Elements/Progress_Bar.php:467, ../includes/Elements/Twitter_Feed.php:682, ../includes/Elements/Twitter_Feed.php:711, ../includes/Elements/Twitter_Feed.php:741, ../includes/Elements/Twitter_Feed.php:911, ../includes/Elements/Woo_Checkout.php:572, ../includes/Elements/Woo_Checkout.php:746, ../includes/Elements/Woo_Checkout.php:760, ../includes/Elements/Woo_Checkout.php:868, ../includes/Elements/Woo_Checkout.php:882, ../includes/Elements/Woo_Checkout.php:1055, ../includes/Elements/Woo_Checkout.php:1091, ../includes/Elements/Woo_Checkout.php:1107, ../includes/Elements/Woo_Checkout.php:1175, ../includes/Elements/Woo_Checkout.php:1274, ../includes/Elements/Woo_Checkout.php:1324, ../includes/Elements/Woo_Checkout.php:1364, ../includes/Elements/Woo_Checkout.php:1461, ../includes/Elements/Woo_Checkout.php:1622, ../includes/Elements/Woo_Checkout.php:1662, ../includes/Elements/Woo_Checkout.php:1780, ../includes/Elements/Woo_Checkout.php:1824, ../includes/Elements/Woo_Checkout.php:1868, ../includes/Elements/Woo_Checkout.php:1974, ../includes/Elements/Woo_Checkout.php:2013, ../includes/Elements/Woo_Checkout.php:2053, ../includes/Elements/Woo_Checkout.php:2240, ../includes/Elements/Woo_Checkout.php:2261, ../includes/Elements/Woo_Checkout.php:2296, ../includes/Elements/Woo_Checkout.php:2317, ../includes/Elements/Woo_Checkout.php:2406, ../includes/Elements/Woo_Checkout.php:2446, ../includes/Elements/Woo_Product_Carousel.php:1171, ../includes/Elements/Woo_Product_Carousel.php:1366, ../includes/Elements/Woo_Product_Carousel.php:1448, ../includes/Elements/Woo_Product_Carousel.php:1668, ../includes/Elements/Woo_Product_Carousel.php:1709, ../includes/Elements/Woo_Product_Carousel.php:1771, ../includes/Elements/Woo_Product_Carousel.php:1823, ../includes/Elements/Woo_Product_Carousel.php:1976, ../includes/Elements/Woo_Product_Carousel.php:2217, ../includes/Elements/Woo_Product_Carousel.php:2280, ../includes/Elements/Woo_Product_Carousel.php:2313, ../includes/Elements/Woo_Product_Carousel.php:2651, ../includes/Elements/Woo_Product_Carousel.php:2707, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php:1046, ../includes/Traits/Woo_Product_Comparable.php:49, ../includes/Traits/Woo_Product_Comparable.php:109, ../includes/Traits/Woo_Product_Comparable.php:1361, ../includes/Traits/Woo_Product_Comparable.php:1473
759
  msgid "Color"
760
  msgstr ""
761
 
@@ -899,7 +819,7 @@ msgstr ""
899
  msgid "Tab Style"
900
  msgstr ""
901
 
902
- #: ../includes/Elements/Adv_Accordion.php:416, ../includes/Elements/Adv_Accordion.php:793, ../includes/Elements/Adv_Tabs.php:397, ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Event_Calendar.php:1444, ../includes/Elements/Event_Calendar.php:1511, ../includes/Elements/Feature_List.php:576, ../includes/Elements/Filterable_Gallery.php:1774, ../includes/Elements/Filterable_Gallery.php:2136, ../includes/Elements/Filterable_Gallery.php:2573, ../includes/Elements/Flip_Box.php:961, ../includes/Elements/Flip_Box.php:1074, ../includes/Elements/Info_Box.php:936, ../includes/Elements/Info_Box.php:1179, ../includes/Elements/Login_Register.php:2821, ../includes/Elements/Pricing_Table.php:1241, ../includes/Elements/Pricing_Table.php:1676, ../includes/Elements/Pricing_Table.php:1847, ../includes/Elements/Product_Grid.php:1242, ../includes/Elements/Product_Grid.php:2735, ../includes/Elements/Team_Member.php:642, ../includes/Elements/Tooltip.php:201, ../includes/Elements/Woo_Product_Carousel.php:1140, ../includes/Elements/Woo_Product_Carousel.php:1924, ../includes/Elements/Woo_Product_Carousel.php:2572, ../includes/Extensions/Table_of_Content.php:658, ../includes/Traits/Woo_Product_Comparable.php:1334
903
  msgid "Icon Size"
904
  msgstr ""
905
 
@@ -911,7 +831,7 @@ msgstr ""
911
  msgid "Distance"
912
  msgstr ""
913
 
914
- #: ../includes/Elements/Adv_Accordion.php:548, ../includes/Elements/Adv_Accordion.php:608, ../includes/Elements/Adv_Accordion.php:669, ../includes/Elements/Adv_Tabs.php:500, ../includes/Elements/Adv_Tabs.php:567, ../includes/Elements/Adv_Tabs.php:636, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Event_Calendar.php:1462, ../includes/Elements/Feature_List.php:121, ../includes/Elements/Info_Box.php:772, ../includes/Elements/Info_Box.php:851, ../includes/Elements/Info_Box.php:1005, ../includes/Elements/Info_Box.php:1085, ../includes/Elements/Post_Grid.php:947, ../includes/Elements/Pricing_Table.php:342, ../includes/Elements/Pricing_Table.php:1740, ../includes/Elements/Team_Member.php:718, ../includes/Elements/Twitter_Feed.php:618, ../includes/Elements/Woo_Checkout.php:1186, ../includes/Elements/Woo_Checkout.php:1472
915
  msgid "Icon Color"
916
  msgstr ""
917
 
@@ -1219,7 +1139,7 @@ msgstr ""
1219
  msgid "After"
1220
  msgstr ""
1221
 
1222
- #: ../includes/Elements/Betterdocs_Category_Grid.php:1533, ../includes/Elements/Creative_Button.php:440, ../includes/Elements/Pricing_Table.php:840, ../includes/Elements/WeForms.php:626, ../includes/Traits/Controls.php:1498
1223
  msgid "Button Alignment"
1224
  msgstr ""
1225
 
@@ -1255,7 +1175,7 @@ msgstr ""
1255
  msgid "Close Icon"
1256
  msgstr ""
1257
 
1258
- #: ../includes/Elements/Betterdocs_Search_Form.php:286, ../includes/Elements/Caldera_Forms.php:1020, ../includes/Elements/Caldera_Forms.php:1334, ../includes/Elements/Contact_Form_7.php:1047, ../includes/Elements/Contact_Form_7.php:1360, ../includes/Elements/Content_Ticker.php:677, ../includes/Elements/Countdown.php:784, ../includes/Elements/Countdown.php:856, ../includes/Elements/Countdown.php:928, ../includes/Elements/Countdown.php:1000, ../includes/Elements/Creative_Button.php:420, ../includes/Elements/Cta_Box.php:809, ../includes/Elements/Cta_Box.php:978, ../includes/Elements/Event_Calendar.php:666, ../includes/Elements/Facebook_Feed.php:728, ../includes/Elements/Filterable_Gallery.php:2721, ../includes/Elements/FluentForm.php:986, ../includes/Elements/FluentForm.php:1654, ../includes/Elements/Formstack.php:1570, ../includes/Elements/GravityForms.php:1057, ../includes/Elements/GravityForms.php:1290, ../includes/Elements/GravityForms.php:1486, ../includes/Elements/GravityForms.php:1915, ../includes/Elements/GravityForms.php:2137, ../includes/Elements/NinjaForms.php:1067, ../includes/Elements/NinjaForms.php:1483, ../includes/Elements/Pricing_Table.php:2000, ../includes/Elements/Product_Grid.php:737, ../includes/Elements/Product_Grid.php:877, ../includes/Elements/Product_Grid.php:1581, ../includes/Elements/Product_Grid.php:1825, ../includes/Elements/Product_Grid.php:2005, ../includes/Elements/Product_Grid.php:2214, ../includes/Elements/Product_Grid.php:2258, ../includes/Elements/Product_Grid.php:2452, ../includes/Elements/Product_Grid.php:2546, ../includes/Elements/Product_Grid.php:2658, ../includes/Elements/Sticky_Video.php:579, ../includes/Elements/Twitter_Feed.php:629, ../includes/Elements/WeForms.php:464, ../includes/Elements/WeForms.php:764, ../includes/Elements/Woo_Checkout.php:774, ../includes/Elements/Woo_Checkout.php:981, ../includes/Elements/Woo_Checkout.php:1376, ../includes/Elements/Woo_Checkout.php:1572, ../includes/Elements/Woo_Checkout.php:1674, ../includes/Elements/Woo_Checkout.php:1791, ../includes/Elements/Woo_Checkout.php:1835, ../includes/Elements/Woo_Checkout.php:1879, ../includes/Elements/Woo_Checkout.php:2068, ../includes/Elements/Woo_Checkout.php:2084, ../includes/Elements/Woo_Checkout.php:2346, ../includes/Elements/Woo_Checkout.php:2458, ../includes/Elements/Woo_Product_Carousel.php:970, ../includes/Elements/Woo_Product_Carousel.php:1346, ../includes/Elements/Woo_Product_Carousel.php:1470, ../includes/Elements/Woo_Product_Carousel.php:1638, ../includes/Elements/Woo_Product_Carousel.php:1733, ../includes/Elements/Woo_Product_Carousel.php:1847, ../includes/Elements/Woo_Product_Carousel.php:2292, ../includes/Elements/Woo_Product_Carousel.php:2719, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1474, ../includes/Traits/Woo_Product_Comparable.php:1712
1259
  msgid "Border Color"
1260
  msgstr ""
1261
 
@@ -1463,7 +1383,7 @@ msgstr ""
1463
  msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
1464
  msgstr ""
1465
 
1466
- #: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:746, ../includes/Elements/Dual_Color_Header.php:826, ../includes/Elements/Event_Calendar.php:654, ../includes/Elements/Event_Calendar.php:786, ../includes/Elements/Event_Calendar.php:853, ../includes/Elements/Event_Calendar.php:907, ../includes/Elements/Event_Calendar.php:1019, ../includes/Elements/Event_Calendar.php:1111, ../includes/Elements/Event_Calendar.php:1209, ../includes/Elements/Event_Calendar.php:1575, ../includes/Elements/Event_Calendar.php:1684, ../includes/Elements/Facebook_Feed.php:488, ../includes/Elements/Facebook_Feed.php:501, ../includes/Elements/Facebook_Feed.php:576, ../includes/Elements/Facebook_Feed.php:589, ../includes/Elements/Facebook_Feed.php:674, ../includes/Elements/Facebook_Feed.php:687, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Fancy_Text.php:363, ../includes/Elements/Filterable_Gallery.php:2059, ../includes/Elements/Filterable_Gallery.php:2280, ../includes/Elements/Flip_Box.php:1373, ../includes/Elements/Flip_Box.php:1433, ../includes/Elements/FluentForm.php:1853, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:1943, ../includes/Elements/FluentForm.php:2006, ../includes/Elements/Formstack.php:638, ../includes/Elements/Formstack.php:1713, ../includes/Elements/Formstack.php:1738, ../includes/Elements/Formstack.php:1802, ../includes/Elements/Formstack.php:1867, ../includes/Elements/Formstack.php:1922, ../includes/Elements/Formstack.php:2005, ../includes/Elements/Post_Grid.php:351, ../includes/Elements/Pricing_Table.php:1919, ../includes/Elements/Pricing_Table.php:1988, ../includes/Elements/Product_Grid.php:1483, ../includes/Elements/Product_Grid.php:1497, ../includes/Elements/Product_Grid.php:1551, ../includes/Elements/Product_Grid.php:1564, ../includes/Elements/Product_Grid.php:2798, ../includes/Elements/Product_Grid.php:2855, ../includes/Elements/Progress_Bar.php:345, ../includes/Elements/Team_Member.php:745, ../includes/Elements/Team_Member.php:822, ../includes/Elements/Twitter_Feed.php:389, ../includes/Elements/Twitter_Feed.php:641, ../includes/Elements/Woo_Checkout.php:1769, ../includes/Elements/Woo_Checkout.php:1813, ../includes/Elements/Woo_Checkout.php:1857, ../includes/Elements/Woo_Product_Carousel.php:1987, ../includes/Elements/Woo_Product_Carousel.php:2044, ../includes/Traits/Controls.php:1216, ../includes/Traits/Controls.php:1270, ../includes/Traits/Woo_Product_Comparable.php:1372, ../includes/Traits/Woo_Product_Comparable.php:1651, ../includes/Traits/Woo_Product_Comparable.php:1700
1467
  msgid "Background"
1468
  msgstr ""
1469
 
@@ -1511,7 +1431,7 @@ msgstr ""
1511
  msgid "After Submit Feedback"
1512
  msgstr ""
1513
 
1514
- #: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:734, ../includes/Elements/Dual_Color_Header.php:814, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/Info_Box.php:584, ../includes/Elements/Info_Box.php:639, ../includes/Elements/Info_Box.php:807, ../includes/Elements/Info_Box.php:887, ../includes/Elements/Info_Box.php:1026, ../includes/Elements/Info_Box.php:1122, ../includes/Elements/Post_Grid.php:323, ../includes/Elements/Product_Grid.php:1440, ../includes/Traits/Woo_Product_Comparable.php:1617
1515
  msgid "Radius"
1516
  msgstr ""
1517
 
@@ -1963,7 +1883,7 @@ msgstr ""
1963
  msgid "Use Gradient Background"
1964
  msgstr ""
1965
 
1966
- #: ../includes/Elements/Creative_Button.php:527, ../includes/Elements/Info_Box.php:1206
1967
  msgid "Button Padding"
1968
  msgstr ""
1969
 
@@ -2319,23 +2239,23 @@ msgstr ""
2319
  msgid "Sub-title Style "
2320
  msgstr ""
2321
 
2322
- #: ../includes/Elements/Dual_Color_Header.php:587
2323
  msgid "Flex Start"
2324
  msgstr ""
2325
 
2326
- #: ../includes/Elements/Dual_Color_Header.php:595
2327
  msgid "Flex End"
2328
  msgstr ""
2329
 
2330
- #: ../includes/Elements/Dual_Color_Header.php:609
2331
  msgid "Distance Between Lines"
2332
  msgstr ""
2333
 
2334
- #: ../includes/Elements/Dual_Color_Header.php:674
2335
  msgid "Left Line"
2336
  msgstr ""
2337
 
2338
- #: ../includes/Elements/Dual_Color_Header.php:756
2339
  msgid "Right Line"
2340
  msgstr ""
2341
 
@@ -3055,7 +2975,7 @@ msgstr ""
3055
  msgid "Title Bottom Space"
3056
  msgstr ""
3057
 
3058
- #: ../includes/Elements/Filterable_Gallery.php:93, ../includes/Elements/Flip_Box.php:77, ../includes/Elements/Pricing_Table.php:77, ../includes/Traits/Core.php:45, ../includes/templates/admin/elements.php:571, ../includes/templates/admin/elements.php:554, ../includes/templates/admin/elements.php:551, ../includes/templates/admin/extensions.php:85
3059
  msgid "Settings"
3060
  msgstr ""
3061
 
@@ -7150,7 +7070,7 @@ msgstr ""
7150
  msgid "Essential Addons Settings"
7151
  msgstr ""
7152
 
7153
- #: ../includes/Traits/Admin.php:104, ../includes/templates/admin/elements.php:603, ../includes/templates/admin/extensions.php:106
7154
  msgid "Save settings"
7155
  msgstr ""
7156
 
@@ -7406,34 +7326,46 @@ msgstr ""
7406
  msgid "Style the message when no posts are found."
7407
  msgstr ""
7408
 
7409
- #: ../includes/Traits/Core.php:49
7410
  msgid "Go Pro"
7411
  msgstr ""
7412
 
7413
- #: ../includes/Traits/Core.php:64
7414
  msgid "Docs & FAQs"
7415
  msgstr ""
7416
 
7417
- #: ../includes/Traits/Core.php:67
7418
  msgid "Video Tutorials"
7419
  msgstr ""
7420
 
7421
- #: ../includes/Traits/Core.php:111
7422
  msgid "%1$sEssential Addons for Elementor%2$s requires %1$sElementor%2$s plugin to be installed and activated. Please install Elementor to continue."
7423
  msgstr ""
7424
 
7425
- #: ../includes/Traits/Core.php:112
7426
  msgid "Install Elementor"
7427
  msgstr ""
7428
 
7429
- #: ../includes/Traits/Core.php:105
7430
  msgid "%1$sEssential Addons for Elementor%2$s requires %1$sElementor%2$s plugin to be active. Please activate Elementor to continue."
7431
  msgstr ""
7432
 
7433
- #: ../includes/Traits/Core.php:107
7434
  msgid "Activate Elementor"
7435
  msgstr ""
7436
 
 
 
 
 
 
 
 
 
 
 
 
 
7437
  #: ../includes/Traits/Elements.php:124, ../includes/templates/admin/elements.php:76
7438
  msgid "Advanced Menu"
7439
  msgstr ""
@@ -8438,10 +8370,6 @@ msgstr ""
8438
  msgid "Get Premium Version"
8439
  msgstr ""
8440
 
8441
- #: ../includes/templates/admin/integrations.php:22
8442
- msgid "ReviewX let’s you get instant customer rating and multicriteria reviews to add credibility to your WooCommerce Store and increase conversion rates."
8443
- msgstr ""
8444
-
8445
  #: ../includes/templates/admin/tools.php:11, ../includes/templates/admin/tools.php:15
8446
  msgid "Regenerate Assets"
8447
  msgstr ""
53
  msgid "Select a Fluent Form"
54
  msgstr ""
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  #: ../includes/Classes/WPDeveloper_Core_Installer.php:60
57
  msgid "You don't have permission to install the plugins"
58
  msgstr ""
171
  msgid "Finish"
172
  msgstr ""
173
 
174
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:355, ../includes/Classes/WPDeveloper_Setup_Wizard.php:465, ../includes/templates/admin/integrations.php:67
175
  msgid "Activate"
176
  msgstr ""
177
 
178
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:352, ../includes/Classes/WPDeveloper_Setup_Wizard.php:462, ../includes/templates/admin/integrations.php:65
179
  msgid "Activated"
180
  msgstr ""
181
 
182
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:349, ../includes/Classes/WPDeveloper_Setup_Wizard.php:459, ../includes/templates/admin/integrations.php:62
183
  msgid "Install"
184
  msgstr ""
185
 
203
  msgid "ReviewX"
204
  msgstr ""
205
 
206
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:394, ../includes/templates/admin/integrations.php:22
207
  msgid "ReviewX lets you get instant customer ratings and multi criteria reviews to add credibility to your WooCommerce Store and increase conversion rates."
208
  msgstr ""
209
 
223
  msgid "Easy solution for the job recruitment to attract, manage & hire right talent faster. The Best Talent Recruitment Suite which lets you manage jobs & career page in Elementor."
224
  msgstr ""
225
 
226
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:414, ../includes/templates/admin/integrations.php:42
227
  msgid "Crowdfundly"
228
  msgstr ""
229
 
230
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:415, ../includes/templates/admin/integrations.php:43
231
+ msgid "Crowdfundly is a Software as a Service (SaaS) digital crowdfunding solution. Best fundraising solution in WordPress with Elementor & WooCommerce support."
232
  msgstr ""
233
 
234
  #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:455
235
  msgid "Get the best out of Essential Addons & boost your Elementor design experience with Templately. Deploy in hundreds of websites with 1-click, push to cloud and collaborate with your whole team to build sites faster than ever."
236
  msgstr ""
237
 
238
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:541, ../includes/templates/admin/elements.php:5
239
  msgid "Content Elements"
240
  msgstr ""
241
 
242
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:545, ../includes/Elements/Creative_Button.php:31, ../includes/templates/admin/elements.php:9
243
  msgid "Creative Button"
244
  msgstr ""
245
 
246
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:550, ../includes/Elements/Team_Member.php:25, ../includes/templates/admin/elements.php:15
247
  msgid "Team Member"
248
  msgstr ""
249
 
250
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:555, ../includes/Elements/Testimonial.php:23, ../includes/templates/admin/elements.php:21
251
  msgid "Testimonial"
252
  msgstr ""
253
 
254
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:560, ../includes/Elements/Flip_Box.php:33, ../includes/templates/admin/elements.php:27
255
  msgid "Flip Box"
256
  msgstr ""
257
 
258
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:565, ../includes/Elements/Info_Box.php:30, ../includes/templates/admin/elements.php:33
259
  msgid "Info Box"
260
  msgstr ""
261
 
262
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:570, ../includes/Elements/Dual_Color_Header.php:28, ../includes/templates/admin/elements.php:39
263
  msgid "Dual Color Heading"
264
  msgstr ""
265
 
266
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:575, ../includes/Elements/Pricing_Table.php:1468, ../includes/Elements/Tooltip.php:25, ../includes/templates/admin/elements.php:45
267
  msgid "Tooltip"
268
  msgstr ""
269
 
270
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:580, ../includes/Elements/Adv_Accordion.php:31, ../includes/templates/admin/elements.php:51
271
  msgid "Advanced Accordion"
272
  msgstr ""
273
 
274
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:585, ../includes/Elements/Adv_Tabs.php:31, ../includes/templates/admin/elements.php:57
275
  msgid "Advanced Tabs"
276
  msgstr ""
277
 
278
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:590, ../includes/Elements/Feature_List.php:27, ../includes/Elements/Pricing_Table.php:1209, ../includes/templates/admin/elements.php:63
279
  msgid "Feature List"
280
  msgstr ""
281
 
282
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:596, ../includes/Elements/Sticky_Video.php:27, ../includes/templates/admin/elements.php:111
283
  msgid "Sticky Video"
284
  msgstr ""
285
 
286
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:607, ../includes/templates/admin/elements.php:124
287
  msgid "Dynamic Content Elements"
288
  msgstr ""
289
 
290
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:611, ../includes/Elements/Post_Grid.php:30, ../includes/templates/admin/elements.php:128
291
  msgid "Post Grid"
292
  msgstr ""
293
 
294
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:616, ../includes/Elements/Post_Timeline.php:27, ../includes/templates/admin/elements.php:134
295
  msgid "Post Timeline"
296
  msgstr ""
297
 
298
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:620, ../includes/Elements/Data_Table.php:31, ../includes/templates/admin/elements.php:140
299
  msgid "Data Table"
300
  msgstr ""
301
 
302
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:625, ../includes/Elements/Advanced_Data_Table.php:25, ../includes/templates/admin/elements.php:146
303
  msgid "Advanced Data Table"
304
  msgstr ""
305
 
306
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:629, ../includes/Elements/Content_Ticker.php:30, ../includes/templates/admin/elements.php:152
307
  msgid "Content Ticker"
308
  msgstr ""
309
 
310
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:635, ../includes/templates/admin/elements.php:201
311
  msgid "Creative Elements"
312
  msgstr ""
313
 
314
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:639, ../includes/Elements/Countdown.php:27, ../includes/templates/admin/elements.php:205
315
  msgid "Countdown"
316
  msgstr ""
317
 
318
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:644, ../includes/Elements/Fancy_Text.php:25, ../includes/Elements/Fancy_Text.php:62, ../includes/templates/admin/elements.php:211
319
  msgid "Fancy Text"
320
  msgstr ""
321
 
322
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:649, ../includes/Elements/Filterable_Gallery.php:32, ../includes/templates/admin/elements.php:217
323
  msgid "Filterable Gallery"
324
  msgstr ""
325
 
326
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:654, ../includes/Elements/Image_Accordion.php:26, ../includes/templates/admin/elements.php:223
327
  msgid "Image Accordion"
328
  msgstr ""
329
 
330
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:659, ../includes/Elements/Progress_Bar.php:28, ../includes/Elements/Progress_Bar.php:127, ../includes/templates/admin/elements.php:229
331
  msgid "Progress Bar"
332
  msgstr ""
333
 
334
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:665
335
  msgid "Marketing & Social Feed Elements"
336
  msgstr ""
337
 
338
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:669, ../includes/templates/admin/elements.php:324
339
  msgid "Call To Action"
340
  msgstr ""
341
 
342
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:674, ../includes/Elements/Pricing_Table.php:31, ../includes/templates/admin/elements.php:330
343
  msgid "Pricing Table"
344
  msgstr ""
345
 
346
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:679, ../includes/Elements/Twitter_Feed.php:27, ../includes/templates/admin/elements.php:420
347
  msgid "Twitter Feed"
348
  msgstr ""
349
 
350
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:684, ../includes/Elements/Facebook_Feed.php:28, ../includes/templates/admin/elements.php:440
351
  msgid "Facebook Feed"
352
  msgstr ""
353
 
354
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:691, ../includes/templates/admin/elements.php:344
355
  msgid "Form Styler Elements"
356
  msgstr ""
357
 
358
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:695, ../includes/Elements/Contact_Form_7.php:43, ../includes/templates/admin/elements.php:348
359
  msgid "Contact Form 7"
360
  msgstr ""
361
 
362
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:700, ../includes/templates/admin/elements.php:354
363
  msgid "weForms"
364
  msgstr ""
365
 
366
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:704, ../includes/templates/admin/elements.php:360
367
  msgid "Ninja Form"
368
  msgstr ""
369
 
370
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:708, ../includes/templates/admin/elements.php:366
371
  msgid "Gravity Form"
372
  msgstr ""
373
 
374
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:712, ../includes/Elements/Caldera_Forms.php:96, ../includes/templates/admin/elements.php:372
375
  msgid "Caldera Form"
376
  msgstr ""
377
 
378
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:716, ../includes/Elements/WpForms.php:27, ../includes/Elements/WpForms.php:87, ../includes/templates/admin/elements.php:378
379
  msgid "WPForms"
380
  msgstr ""
381
 
382
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:720, ../includes/templates/admin/elements.php:384
383
  msgid "FluentForm"
384
  msgstr ""
385
 
386
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:724, ../includes/Elements/Formstack.php:28, ../includes/Elements/Formstack.php:169, ../includes/templates/admin/elements.php:390
387
  msgid "Formstack"
388
  msgstr ""
389
 
390
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:728, ../includes/Elements/TypeForm.php:25, ../includes/Elements/TypeForm.php:126, ../includes/Elements/TypeForm.php:132, ../includes/templates/admin/elements.php:396
391
  msgid "Typeform"
392
  msgstr ""
393
 
394
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:738, ../includes/templates/admin/elements.php:459
395
  msgid "Documentation Elements"
396
  msgstr ""
397
 
398
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:742, ../includes/Elements/Betterdocs_Category_Grid.php:30, ../includes/templates/admin/elements.php:463
399
  msgid "BetterDocs Category Grid"
400
  msgstr ""
401
 
402
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:746, ../includes/Elements/Betterdocs_Category_Box.php:35, ../includes/templates/admin/elements.php:469
403
  msgid "BetterDocs Category Box"
404
  msgstr ""
405
 
406
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:751, ../includes/Elements/Betterdocs_Search_Form.php:30, ../includes/templates/admin/elements.php:475
407
  msgid "BetterDocs Search Form"
408
  msgstr ""
409
 
410
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:756, ../includes/templates/admin/elements.php:482
411
  msgid "WooCommerce Elements"
412
  msgstr ""
413
 
414
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:760, ../includes/Elements/Product_Grid.php:61, ../includes/templates/admin/elements.php:486
415
  msgid "Product Grid"
416
  msgstr ""
417
 
418
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:765, ../includes/Elements/Woo_Product_Carousel.php:63, ../includes/templates/admin/elements.php:499
419
  msgid "Woo Product Carousel"
420
  msgstr ""
421
 
551
  msgid "Table"
552
  msgstr ""
553
 
554
+ #: ../includes/Elements/Advanced_Data_Table.php:310, ../includes/Elements/Advanced_Data_Table.php:871, ../includes/Elements/Advanced_Data_Table.php:1066, ../includes/Elements/Betterdocs_Search_Form.php:312, ../includes/Elements/Caldera_Forms.php:1159, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1185, ../includes/Elements/Contact_Form_7.php:1199, ../includes/Elements/Creative_Button.php:466, ../includes/Elements/Data_Table.php:489, ../includes/Elements/Data_Table.php:1044, ../includes/Elements/Dual_Color_Header.php:725, ../includes/Elements/Dual_Color_Header.php:805, ../includes/Elements/Filterable_Gallery.php:2156, ../includes/Elements/Filterable_Gallery.php:2314, ../includes/Elements/FluentForm.php:1479, ../includes/Elements/FluentForm.php:1493, ../includes/Elements/Formstack.php:1395, ../includes/Elements/Formstack.php:1409, ../includes/Elements/GravityForms.php:1631, ../includes/Elements/GravityForms.php:1747, ../includes/Elements/GravityForms.php:1761, ../includes/Elements/GravityForms.php:1994, ../includes/Elements/Login_Register.php:1401, ../includes/Elements/Login_Register.php:1929, ../includes/Elements/NinjaForms.php:1323, ../includes/Elements/NinjaForms.php:1337, ../includes/Elements/Progress_Bar.php:356, ../includes/Elements/Sticky_Video.php:441, ../includes/Elements/Sticky_Video.php:525, ../includes/Elements/Twitter_Feed.php:791, ../includes/Elements/Woo_Product_Carousel.php:1292, ../includes/Elements/Woo_Product_Carousel.php:2122, ../includes/Elements/Woo_Product_Carousel.php:2325, ../includes/Elements/WpForms.php:1163, ../includes/Elements/WpForms.php:1177, ../includes/Extensions/Table_of_Content.php:384, ../includes/Traits/Woo_Product_Comparable.php:296, ../includes/Traits/Woo_Product_Comparable.php:958, ../includes/Traits/Woo_Product_Comparable.php:1107
555
  msgid "Width"
556
  msgstr ""
557
 
579
  msgid "Text Alignment"
580
  msgstr ""
581
 
582
+ #: ../includes/Elements/Advanced_Data_Table.php:417, ../includes/Elements/Advanced_Data_Table.php:536, ../includes/Elements/Advanced_Data_Table.php:962, ../includes/Elements/Advanced_Data_Table.php:1109, ../includes/Elements/Adv_Accordion.php:154, ../includes/Elements/Betterdocs_Category_Box.php:768, ../includes/Elements/Betterdocs_Category_Grid.php:1512, ../includes/Elements/Betterdocs_Category_Grid.php:1537, ../includes/Elements/Caldera_Forms.php:233, ../includes/Elements/Caldera_Forms.php:415, ../includes/Elements/Caldera_Forms.php:561, ../includes/Elements/Caldera_Forms.php:1136, ../includes/Elements/Contact_Form_7.php:331, ../includes/Elements/Contact_Form_7.php:443, ../includes/Elements/Contact_Form_7.php:1163, ../includes/Elements/Content_Ticker.php:290, ../includes/Elements/Countdown.php:118, ../includes/Elements/Countdown.php:1030, ../includes/Elements/Creative_Button.php:444, ../includes/Elements/Cta_Box.php:102, ../includes/Elements/Data_Table.php:521, ../includes/Elements/Data_Table.php:746, ../includes/Elements/Data_Table.php:995, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:995, ../includes/Elements/Event_Calendar.php:1127, ../includes/Elements/Fancy_Text.php:172, ../includes/Elements/Feature_List.php:304, ../includes/Elements/Filterable_Gallery.php:767, ../includes/Elements/Filterable_Gallery.php:1299, ../includes/Elements/Filterable_Gallery.php:1682, ../includes/Elements/Flip_Box.php:369, ../includes/Elements/Flip_Box.php:598, ../includes/Elements/FluentForm.php:239, ../includes/Elements/FluentForm.php:434, ../includes/Elements/FluentForm.php:580, ../includes/Elements/FluentForm.php:1211, ../includes/Elements/FluentForm.php:1456, ../includes/Elements/Formstack.php:334, ../includes/Elements/Formstack.php:449, ../includes/Elements/Formstack.php:763, ../includes/Elements/Formstack.php:1372, ../includes/Elements/GravityForms.php:347, ../includes/Elements/GravityForms.php:484, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:1721, ../includes/Elements/GravityForms.php:1971, ../includes/Elements/Image_Accordion.php:109, ../includes/Elements/Info_Box.php:304, ../includes/Elements/Login_Register.php:673, ../includes/Elements/Login_Register.php:706, ../includes/Elements/Login_Register.php:2490, ../includes/Elements/Login_Register.php:3158, ../includes/Elements/Login_Register.php:3478, ../includes/Elements/NinjaForms.php:282, ../includes/Elements/NinjaForms.php:421, ../includes/Elements/NinjaForms.php:603, ../includes/Elements/NinjaForms.php:1298, ../includes/Elements/Post_Grid.php:448, ../includes/Elements/Post_Grid.php:603, ../includes/Elements/Post_Grid.php:671, ../includes/Elements/Post_Grid.php:766, ../includes/Elements/Post_Grid.php:849, ../includes/Elements/Post_Timeline.php:326, ../includes/Elements/Post_Timeline.php:384, ../includes/Elements/Pricing_Table.php:261, ../includes/Elements/Pricing_Table.php:378, ../includes/Elements/Pricing_Table.php:680, ../includes/Elements/Pricing_Table.php:820, ../includes/Elements/Pricing_Table.php:845, ../includes/Elements/Product_Grid.php:656, ../includes/Elements/Product_Grid.php:974, ../includes/Elements/Product_Grid.php:1655, ../includes/Elements/Product_Grid.php:2098, ../includes/Elements/Progress_Bar.php:321, ../includes/Elements/Progress_Bar.php:532, ../includes/Elements/Team_Member.php:379, ../includes/Elements/Testimonial.php:313, ../includes/Elements/Tooltip.php:177, ../includes/Elements/Tooltip.php:283, ../includes/Elements/Tooltip.php:372, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Product_Carousel.php:809, ../includes/Elements/Woo_Product_Carousel.php:858, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Table_of_Content.php:415, ../includes/Traits/Controls.php:597, ../includes/Traits/Controls.php:1502, ../includes/Traits/Controls.php:1553, ../includes/Traits/Controls.php:1554, ../includes/Traits/Controls.php:1876
583
  msgid "Left"
584
  msgstr ""
585
 
586
+ #: ../includes/Elements/Advanced_Data_Table.php:421, ../includes/Elements/Advanced_Data_Table.php:540, ../includes/Elements/Advanced_Data_Table.php:966, ../includes/Elements/Advanced_Data_Table.php:1113, ../includes/Elements/Betterdocs_Category_Box.php:772, ../includes/Elements/Betterdocs_Category_Grid.php:1516, ../includes/Elements/Betterdocs_Category_Grid.php:1541, ../includes/Elements/Caldera_Forms.php:237, ../includes/Elements/Caldera_Forms.php:419, ../includes/Elements/Caldera_Forms.php:565, ../includes/Elements/Caldera_Forms.php:1140, ../includes/Elements/Contact_Form_7.php:335, ../includes/Elements/Contact_Form_7.php:447, ../includes/Elements/Contact_Form_7.php:1167, ../includes/Elements/Countdown.php:122, ../includes/Elements/Countdown.php:1034, ../includes/Elements/Creative_Button.php:448, ../includes/Elements/Cta_Box.php:103, ../includes/Elements/Data_Table.php:525, ../includes/Elements/Data_Table.php:750, ../includes/Elements/Data_Table.php:999, ../includes/Elements/Dual_Color_Header.php:195, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Event_Calendar.php:999, ../includes/Elements/Event_Calendar.php:1131, ../includes/Elements/Fancy_Text.php:176, ../includes/Elements/Filterable_Gallery.php:771, ../includes/Elements/Filterable_Gallery.php:1303, ../includes/Elements/Filterable_Gallery.php:1686, ../includes/Elements/Flip_Box.php:373, ../includes/Elements/Flip_Box.php:602, ../includes/Elements/FluentForm.php:243, ../includes/Elements/FluentForm.php:438, ../includes/Elements/FluentForm.php:584, ../includes/Elements/FluentForm.php:1215, ../includes/Elements/FluentForm.php:1460, ../includes/Elements/Formstack.php:338, ../includes/Elements/Formstack.php:453, ../includes/Elements/Formstack.php:767, ../includes/Elements/Formstack.php:1376, ../includes/Elements/GravityForms.php:351, ../includes/Elements/GravityForms.php:488, ../includes/Elements/GravityForms.php:633, ../includes/Elements/GravityForms.php:1725, ../includes/Elements/GravityForms.php:1975, ../includes/Elements/Image_Accordion.php:113, ../includes/Elements/Image_Accordion.php:136, ../includes/Elements/Info_Box.php:308, ../includes/Elements/Login_Register.php:2494, ../includes/Elements/Login_Register.php:3140, ../includes/Elements/Login_Register.php:3162, ../includes/Elements/Login_Register.php:3439, ../includes/Elements/Login_Register.php:3459, ../includes/Elements/Login_Register.php:3482, ../includes/Elements/NinjaForms.php:286, ../includes/Elements/NinjaForms.php:425, ../includes/Elements/NinjaForms.php:607, ../includes/Elements/NinjaForms.php:1302, ../includes/Elements/Post_Grid.php:452, ../includes/Elements/Post_Grid.php:607, ../includes/Elements/Post_Grid.php:675, ../includes/Elements/Post_Grid.php:770, ../includes/Elements/Post_Grid.php:853, ../includes/Elements/Post_Timeline.php:330, ../includes/Elements/Post_Timeline.php:388, ../includes/Elements/Pricing_Table.php:824, ../includes/Elements/Pricing_Table.php:849, ../includes/Elements/Product_Grid.php:660, ../includes/Elements/Product_Grid.php:978, ../includes/Elements/Product_Grid.php:2102, ../includes/Elements/Progress_Bar.php:325, ../includes/Elements/Progress_Bar.php:536, ../includes/Elements/Team_Member.php:383, ../includes/Elements/Testimonial.php:317, ../includes/Elements/Tooltip.php:181, ../includes/Elements/Tooltip.php:376, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/Woo_Product_Carousel.php:862, ../includes/Elements/WpForms.php:275, ../includes/Elements/WpForms.php:392, ../includes/Elements/WpForms.php:576, ../includes/Elements/WpForms.php:1141, ../includes/Traits/Controls.php:596, ../includes/Traits/Controls.php:1506, ../includes/Traits/Controls.php:1880
587
  msgid "Center"
588
  msgstr ""
589
 
590
+ #: ../includes/Elements/Advanced_Data_Table.php:425, ../includes/Elements/Advanced_Data_Table.php:544, ../includes/Elements/Advanced_Data_Table.php:970, ../includes/Elements/Advanced_Data_Table.php:1117, ../includes/Elements/Adv_Accordion.php:153, ../includes/Elements/Betterdocs_Category_Box.php:776, ../includes/Elements/Betterdocs_Category_Grid.php:1520, ../includes/Elements/Betterdocs_Category_Grid.php:1545, ../includes/Elements/Caldera_Forms.php:241, ../includes/Elements/Caldera_Forms.php:423, ../includes/Elements/Caldera_Forms.php:569, ../includes/Elements/Caldera_Forms.php:1144, ../includes/Elements/Contact_Form_7.php:339, ../includes/Elements/Contact_Form_7.php:451, ../includes/Elements/Contact_Form_7.php:1171, ../includes/Elements/Content_Ticker.php:291, ../includes/Elements/Countdown.php:126, ../includes/Elements/Countdown.php:1038, ../includes/Elements/Creative_Button.php:452, ../includes/Elements/Cta_Box.php:104, ../includes/Elements/Data_Table.php:529, ../includes/Elements/Data_Table.php:754, ../includes/Elements/Data_Table.php:1003, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1003, ../includes/Elements/Event_Calendar.php:1135, ../includes/Elements/Fancy_Text.php:180, ../includes/Elements/Feature_List.php:312, ../includes/Elements/Filterable_Gallery.php:775, ../includes/Elements/Filterable_Gallery.php:1307, ../includes/Elements/Filterable_Gallery.php:1690, ../includes/Elements/Flip_Box.php:377, ../includes/Elements/Flip_Box.php:606, ../includes/Elements/FluentForm.php:247, ../includes/Elements/FluentForm.php:442, ../includes/Elements/FluentForm.php:588, ../includes/Elements/FluentForm.php:1219, ../includes/Elements/FluentForm.php:1464, ../includes/Elements/Formstack.php:342, ../includes/Elements/Formstack.php:457, ../includes/Elements/Formstack.php:771, ../includes/Elements/Formstack.php:1380, ../includes/Elements/GravityForms.php:355, ../includes/Elements/GravityForms.php:492, ../includes/Elements/GravityForms.php:637, ../includes/Elements/GravityForms.php:1729, ../includes/Elements/GravityForms.php:1979, ../includes/Elements/Image_Accordion.php:117, ../includes/Elements/Info_Box.php:312, ../includes/Elements/Login_Register.php:677, ../includes/Elements/Login_Register.php:2498, ../includes/Elements/Login_Register.php:3166, ../includes/Elements/Login_Register.php:3486, ../includes/Elements/NinjaForms.php:290, ../includes/Elements/NinjaForms.php:429, ../includes/Elements/NinjaForms.php:611, ../includes/Elements/NinjaForms.php:1306, ../includes/Elements/Post_Grid.php:456, ../includes/Elements/Post_Grid.php:611, ../includes/Elements/Post_Grid.php:679, ../includes/Elements/Post_Grid.php:774, ../includes/Elements/Post_Grid.php:857, ../includes/Elements/Post_Timeline.php:334, ../includes/Elements/Post_Timeline.php:392, ../includes/Elements/Pricing_Table.php:262, ../includes/Elements/Pricing_Table.php:386, ../includes/Elements/Pricing_Table.php:684, ../includes/Elements/Pricing_Table.php:828, ../includes/Elements/Pricing_Table.php:853, ../includes/Elements/Product_Grid.php:664, ../includes/Elements/Product_Grid.php:982, ../includes/Elements/Product_Grid.php:1659, ../includes/Elements/Product_Grid.php:2106, ../includes/Elements/Progress_Bar.php:329, ../includes/Elements/Progress_Bar.php:540, ../includes/Elements/Team_Member.php:387, ../includes/Elements/Testimonial.php:321, ../includes/Elements/Tooltip.php:185, ../includes/Elements/Tooltip.php:284, ../includes/Elements/Tooltip.php:380, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Product_Carousel.php:813, ../includes/Elements/Woo_Product_Carousel.php:866, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Table_of_Content.php:416, ../includes/Traits/Controls.php:595, ../includes/Traits/Controls.php:1510, ../includes/Traits/Controls.php:1553, ../includes/Traits/Controls.php:1554, ../includes/Traits/Controls.php:1884
591
  msgid "Right"
592
  msgstr ""
593
 
595
  msgid "Text Color"
596
  msgstr ""
597
 
598
+ #: ../includes/Elements/Advanced_Data_Table.php:454, ../includes/Elements/Advanced_Data_Table.php:595, ../includes/Elements/Advanced_Data_Table.php:668, ../includes/Elements/Advanced_Data_Table.php:699, ../includes/Elements/Advanced_Data_Table.php:730, ../includes/Elements/Advanced_Data_Table.php:761, ../includes/Elements/Advanced_Data_Table.php:792, ../includes/Elements/Advanced_Data_Table.php:823, ../includes/Elements/Advanced_Data_Table.php:1002, ../includes/Elements/Advanced_Data_Table.php:1199, ../includes/Elements/Advanced_Data_Table.php:1270, ../includes/Elements/Advanced_Data_Table.php:1365, ../includes/Elements/Advanced_Data_Table.php:1395, ../includes/Elements/Adv_Accordion.php:873, ../includes/Elements/Adv_Accordion.php:919, ../includes/Elements/Adv_Accordion.php:965, ../includes/Elements/Adv_Tabs.php:470, ../includes/Elements/Adv_Tabs.php:689, ../includes/Elements/Caldera_Forms.php:592, ../includes/Elements/Caldera_Forms.php:800, ../includes/Elements/Caldera_Forms.php:1204, ../includes/Elements/Caldera_Forms.php:1310, ../includes/Elements/Caldera_Forms.php:1364, ../includes/Elements/Contact_Form_7.php:550, ../includes/Elements/Contact_Form_7.php:763, ../includes/Elements/Contact_Form_7.php:1230, ../includes/Elements/Contact_Form_7.php:1336, ../includes/Elements/Contact_Form_7.php:1427, ../includes/Elements/Contact_Form_7.php:1520, ../includes/Elements/Content_Ticker.php:345, ../includes/Elements/Content_Ticker.php:422, ../includes/Elements/Content_Ticker.php:597, ../includes/Elements/Content_Ticker.php:653, ../includes/Elements/Countdown.php:733, ../includes/Elements/Countdown.php:745, ../includes/Elements/Countdown.php:805, ../includes/Elements/Countdown.php:817, ../includes/Elements/Countdown.php:877, ../includes/Elements/Countdown.php:889, ../includes/Elements/Countdown.php:949, ../includes/Elements/Countdown.php:961, ../includes/Elements/Creative_Button.php:290, ../includes/Elements/Creative_Button.php:382, ../includes/Elements/Cta_Box.php:122, ../includes/Elements/Cta_Box.php:426, ../includes/Elements/Cta_Box.php:712, ../includes/Elements/Cta_Box.php:781, ../includes/Elements/Data_Table.php:607, ../includes/Elements/Data_Table.php:647, ../includes/Elements/Data_Table.php:1084, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1253, ../includes/Elements/Filterable_Gallery.php:834, ../includes/Elements/Filterable_Gallery.php:971, ../includes/Elements/Filterable_Gallery.php:1037, ../includes/Elements/Filterable_Gallery.php:1183, ../includes/Elements/Filterable_Gallery.php:1373, ../includes/Elements/Filterable_Gallery.php:1403, ../includes/Elements/Filterable_Gallery.php:1508, ../includes/Elements/Filterable_Gallery.php:1524, ../includes/Elements/Filterable_Gallery.php:1726, ../includes/Elements/Filterable_Gallery.php:1864, ../includes/Elements/Filterable_Gallery.php:2494, ../includes/Elements/Filterable_Gallery.php:2689, ../includes/Elements/FluentForm.php:611, ../includes/Elements/FluentForm.php:819, ../includes/Elements/FluentForm.php:1253, ../includes/Elements/FluentForm.php:1339, ../includes/Elements/FluentForm.php:1524, ../includes/Elements/FluentForm.php:1630, ../includes/Elements/FluentForm.php:2048, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:660, ../includes/Elements/GravityForms.php:886, ../includes/Elements/GravityForms.php:1619, ../includes/Elements/GravityForms.php:1797, ../includes/Elements/GravityForms.php:1889, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2113, ../includes/Elements/Image_Accordion.php:317, ../includes/Elements/Info_Box.php:544, ../includes/Elements/Info_Box.php:785, ../includes/Elements/Info_Box.php:864, ../includes/Elements/Info_Box.php:1036, ../includes/Elements/Info_Box.php:1099, ../includes/Elements/Info_Box.php:1253, ../includes/Elements/Info_Box.php:1300, ../includes/Elements/Login_Register.php:1497, ../includes/Elements/Login_Register.php:1630, ../includes/Elements/Login_Register.php:1732, ../includes/Elements/Login_Register.php:1906, ../includes/Elements/Login_Register.php:2262, ../includes/Elements/Login_Register.php:2353, ../includes/Elements/Login_Register.php:2533, ../includes/Elements/Login_Register.php:2571, ../includes/Elements/Login_Register.php:2668, ../includes/Elements/Login_Register.php:3195, ../includes/Elements/Login_Register.php:3232, ../includes/Elements/Login_Register.php:3516, ../includes/Elements/Login_Register.php:3553, ../includes/Elements/NinjaForms.php:634, ../includes/Elements/NinjaForms.php:844, ../includes/Elements/NinjaForms.php:1372, ../includes/Elements/NinjaForms.php:1459, ../includes/Elements/Post_Grid.php:923, ../includes/Elements/Pricing_Table.php:741, ../includes/Elements/Pricing_Table.php:901, ../includes/Elements/Pricing_Table.php:1407, ../includes/Elements/Pricing_Table.php:1476, ../includes/Elements/Pricing_Table.php:1642, ../includes/Elements/Pricing_Table.php:1904, ../includes/Elements/Pricing_Table.php:1973, ../includes/Elements/Product_Grid.php:1764, ../includes/Elements/Product_Grid.php:1872, ../includes/Elements/Product_Grid.php:1978, ../includes/Elements/Product_Grid.php:2164, ../includes/Elements/Product_Grid.php:2202, ../includes/Elements/Product_Grid.php:2246, ../includes/Elements/Product_Grid.php:2492, ../includes/Elements/Product_Grid.php:2534, ../includes/Elements/Product_Grid.php:2595, ../includes/Elements/Product_Grid.php:2646, ../includes/Elements/Progress_Bar.php:578, ../includes/Elements/Team_Member.php:730, ../includes/Elements/Tooltip.php:399, ../includes/Elements/Tooltip.php:442, ../includes/Elements/Tooltip.php:615, ../includes/Elements/Twitter_Feed.php:401, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Checkout.php:617, ../includes/Elements/Woo_Checkout.php:732, ../includes/Elements/Woo_Checkout.php:854, ../includes/Elements/Woo_Checkout.php:1312, ../includes/Elements/Woo_Checkout.php:1352, ../includes/Elements/Woo_Checkout.php:1610, ../includes/Elements/Woo_Checkout.php:1650, ../includes/Elements/Woo_Checkout.php:2154, ../includes/Elements/Woo_Checkout.php:2284, ../includes/Elements/Woo_Checkout.php:2394, ../includes/Elements/Woo_Checkout.php:2434, ../includes/Elements/Woo_Product_Carousel.php:884, ../includes/Elements/Woo_Product_Carousel.php:1377, ../includes/Elements/Woo_Product_Carousel.php:1459, ../includes/Elements/Woo_Product_Carousel.php:1678, ../includes/Elements/Woo_Product_Carousel.php:1721, ../includes/Elements/Woo_Product_Carousel.php:1783, ../includes/Elements/Woo_Product_Carousel.php:1835, ../includes/Elements/Woo_Product_Carousel.php:2639, ../includes/Elements/Woo_Product_Carousel.php:2695, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Table_of_Content.php:566, ../includes/Extensions/Table_of_Content.php:712, ../includes/Extensions/Table_of_Content.php:776, ../includes/Traits/Controls.php:1400, ../includes/Traits/Controls.php:1462, ../includes/Traits/Controls.php:1843, ../includes/Traits/Woo_Product_Comparable.php:369, ../includes/Traits/Woo_Product_Comparable.php:475
599
  msgid "Background Color"
600
  msgstr ""
601
 
651
  msgid "Odd Row"
652
  msgstr ""
653
 
654
+ #: ../includes/Elements/Advanced_Data_Table.php:899, ../includes/Elements/Dual_Color_Header.php:751, ../includes/Elements/Dual_Color_Header.php:831, ../includes/Elements/Flip_Box.php:123, ../includes/Elements/FluentForm.php:1287, ../includes/Elements/FluentForm.php:1372, ../includes/Elements/FluentForm.php:1785, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:304, ../includes/Elements/Login_Register.php:1972, ../includes/Elements/Progress_Bar.php:384, ../includes/Elements/Progress_Bar.php:436, ../includes/Elements/Sticky_Video.php:459, ../includes/Elements/Team_Member.php:317, ../includes/Elements/Twitter_Feed.php:818, ../includes/Elements/Woo_Product_Carousel.php:1311, ../includes/Elements/Woo_Product_Carousel.php:2144, ../includes/Elements/Woo_Product_Carousel.php:2344, ../includes/Extensions/Reading_Progress.php:128
655
  msgid "Height"
656
  msgstr ""
657
 
659
  msgid "Margin Bottom"
660
  msgstr ""
661
 
662
+ #: ../includes/Elements/Advanced_Data_Table.php:957, ../includes/Elements/Advanced_Data_Table.php:1105, ../includes/Elements/Caldera_Forms.php:229, ../includes/Elements/Caldera_Forms.php:557, ../includes/Elements/Caldera_Forms.php:1132, ../includes/Elements/Contact_Form_7.php:439, ../includes/Elements/Contact_Form_7.php:1158, ../includes/Elements/Countdown.php:114, ../includes/Elements/Cta_Box.php:97, ../includes/Elements/Data_Table.php:515, ../includes/Elements/Dual_Color_Header.php:186, ../includes/Elements/Dual_Color_Header.php:626, ../includes/Elements/Event_Calendar.php:991, ../includes/Elements/Event_Calendar.php:1123, ../includes/Elements/Fancy_Text.php:168, ../includes/Elements/Filterable_Gallery.php:763, ../includes/Elements/FluentForm.php:235, ../includes/Elements/FluentForm.php:576, ../includes/Elements/FluentForm.php:1207, ../includes/Elements/FluentForm.php:1452, ../includes/Elements/Formstack.php:445, ../includes/Elements/Formstack.php:759, ../includes/Elements/Formstack.php:1368, ../includes/Elements/GravityForms.php:480, ../includes/Elements/GravityForms.php:625, ../includes/Elements/GravityForms.php:1717, ../includes/Elements/GravityForms.php:1967, ../includes/Elements/Login_Register.php:3154, ../includes/Elements/Login_Register.php:3474, ../includes/Elements/NinjaForms.php:417, ../includes/Elements/NinjaForms.php:599, ../includes/Elements/NinjaForms.php:1294, ../includes/Elements/Post_Grid.php:444, ../includes/Elements/Post_Grid.php:762, ../includes/Elements/Post_Grid.php:845, ../includes/Elements/Product_Grid.php:652, ../includes/Elements/Product_Grid.php:970, ../includes/Elements/Product_Grid.php:1651, ../includes/Elements/Product_Grid.php:2094, ../includes/Elements/Progress_Bar.php:317, ../includes/Elements/Progress_Bar.php:528, ../includes/Elements/Tooltip.php:172, ../includes/Elements/Woo_Product_Carousel.php:805, ../includes/Elements/Woo_Product_Carousel.php:854, ../includes/Elements/WpForms.php:384, ../includes/Elements/WpForms.php:568, ../includes/Elements/WpForms.php:1133, ../includes/Traits/Controls.php:1872
663
  msgid "Alignment"
664
  msgstr ""
665
 
666
+ #: ../includes/Elements/Advanced_Data_Table.php:1161, ../includes/Elements/Adv_Accordion.php:360, ../includes/Elements/Adv_Accordion.php:513, ../includes/Elements/Adv_Accordion.php:753, ../includes/Elements/Adv_Tabs.php:312, ../includes/Elements/Adv_Tabs.php:455, ../includes/Elements/Adv_Tabs.php:737, ../includes/Elements/Betterdocs_Category_Grid.php:570, ../includes/Elements/Betterdocs_Category_Grid.php:736, ../includes/Elements/Caldera_Forms.php:297, ../includes/Elements/Caldera_Forms.php:359, ../includes/Elements/Contact_Form_7.php:372, ../includes/Elements/Contact_Form_7.php:1653, ../includes/Elements/Content_Ticker.php:464, ../includes/Elements/Countdown.php:1088, ../includes/Elements/Cta_Box.php:450, ../includes/Elements/Cta_Box.php:663, ../includes/Elements/Cta_Box.php:880, ../includes/Elements/Dual_Color_Header.php:334, ../includes/Elements/Dual_Color_Header.php:678, ../includes/Elements/Fancy_Text.php:490, ../includes/Elements/Filterable_Gallery.php:858, ../includes/Elements/Filterable_Gallery.php:935, ../includes/Elements/Filterable_Gallery.php:1117, ../includes/Elements/Filterable_Gallery.php:1762, ../includes/Elements/Filterable_Gallery.php:2211, ../includes/Elements/Filterable_Gallery.php:2654, ../includes/Elements/Flip_Box.php:1336, ../includes/Elements/FluentForm.php:304, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:1140, ../includes/Elements/FluentForm.php:1195, ../includes/Elements/FluentForm.php:2151, ../includes/Elements/Formstack.php:502, ../includes/Elements/Formstack.php:552, ../includes/Elements/Formstack.php:692, ../includes/Elements/Formstack.php:747, ../includes/Elements/Formstack.php:1979, ../includes/Elements/GravityForms.php:1072, ../includes/Elements/GravityForms.php:1331, ../includes/Elements/GravityForms.php:1527, ../includes/Elements/GravityForms.php:1691, ../includes/Elements/Image_Accordion.php:341, ../includes/Elements/Image_Accordion.php:430, ../includes/Elements/Info_Box.php:689, ../includes/Elements/Info_Box.php:751, ../includes/Elements/Info_Box.php:984, ../includes/Elements/Info_Box.php:1381, ../includes/Elements/Login_Register.php:1445, ../includes/Elements/Login_Register.php:2010, ../includes/Elements/Login_Register.php:2149, ../includes/Elements/Login_Register.php:2222, ../includes/Elements/Login_Register.php:2313, ../includes/Elements/Login_Register.php:2415, ../includes/Elements/Login_Register.php:2451, ../includes/Elements/Login_Register.php:2613, ../includes/Elements/Login_Register.php:3085, ../includes/Elements/Login_Register.php:3320, ../includes/Elements/Login_Register.php:3384, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:380, ../includes/Elements/Post_Grid.php:495, ../includes/Elements/Post_Grid.php:510, ../includes/Elements/Post_Grid.php:634, ../includes/Elements/Post_Grid.php:722, ../includes/Elements/Post_Grid.php:798, ../includes/Elements/Pricing_Table.php:765, ../includes/Elements/Pricing_Table.php:1091, ../includes/Elements/Pricing_Table.php:1161, ../includes/Elements/Pricing_Table.php:1835, ../includes/Elements/Team_Member.php:474, ../includes/Elements/Testimonial.php:408, ../includes/Elements/Testimonial.php:506, ../includes/Elements/Testimonial.php:547, ../includes/Elements/Testimonial.php:588, ../includes/Elements/Testimonial.php:621, ../includes/Elements/Tooltip.php:355, ../includes/Elements/Tooltip.php:604, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/Woo_Product_Carousel.php:913, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1319, ../includes/Traits/Controls.php:1364, ../includes/Traits/Woo_Product_Comparable.php:329, ../includes/Traits/Woo_Product_Comparable.php:1451
667
  msgid "Margin"
668
  msgstr ""
669
 
675
  msgid "Hover"
676
  msgstr ""
677
 
678
+ #: ../includes/Elements/Advanced_Data_Table.php:1352, ../includes/Elements/Advanced_Data_Table.php:1382, ../includes/Elements/Betterdocs_Category_Box.php:684, ../includes/Elements/Betterdocs_Category_Box.php:717, ../includes/Elements/Betterdocs_Category_Box.php:861, ../includes/Elements/Betterdocs_Category_Box.php:966, ../includes/Elements/Betterdocs_Category_Grid.php:616, ../includes/Elements/Betterdocs_Category_Grid.php:670, ../includes/Elements/Betterdocs_Category_Grid.php:805, ../includes/Elements/Betterdocs_Category_Grid.php:902, ../includes/Elements/Betterdocs_Category_Grid.php:1005, ../includes/Elements/Betterdocs_Category_Grid.php:1085, ../includes/Elements/Betterdocs_Category_Grid.php:1161, ../includes/Elements/Betterdocs_Category_Grid.php:1238, ../includes/Elements/Betterdocs_Category_Grid.php:1361, ../includes/Elements/Betterdocs_Category_Grid.php:1460, ../includes/Elements/Betterdocs_Search_Form.php:238, ../includes/Elements/Betterdocs_Search_Form.php:275, ../includes/Elements/Caldera_Forms.php:983, ../includes/Elements/Caldera_Forms.php:1099, ../includes/Elements/Caldera_Forms.php:1431, ../includes/Elements/Contact_Form_7.php:1010, ../includes/Elements/Contact_Form_7.php:1126, ../includes/Elements/Content_Ticker.php:609, ../includes/Elements/Content_Ticker.php:665, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Cta_Box.php:601, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:592, ../includes/Elements/Data_Table.php:632, ../includes/Elements/Data_Table.php:1069, ../includes/Elements/Dual_Color_Header.php:473, ../includes/Elements/Dual_Color_Header.php:546, ../includes/Elements/Dual_Color_Header.php:689, ../includes/Elements/Event_Calendar.php:735, ../includes/Elements/Event_Calendar.php:775, ../includes/Elements/Event_Calendar.php:842, ../includes/Elements/Event_Calendar.php:896, ../includes/Elements/Event_Calendar.php:979, ../includes/Elements/Event_Calendar.php:1054, ../includes/Elements/Event_Calendar.php:1088, ../includes/Elements/Event_Calendar.php:1197, ../includes/Elements/Event_Calendar.php:1563, ../includes/Elements/Facebook_Feed.php:769, ../includes/Elements/Facebook_Feed.php:807, ../includes/Elements/Facebook_Feed.php:847, ../includes/Elements/Facebook_Feed.php:895, ../includes/Elements/Facebook_Feed.php:933, ../includes/Elements/Facebook_Feed.php:971, ../includes/Elements/Facebook_Feed.php:1024, ../includes/Elements/Facebook_Feed.php:1062, ../includes/Elements/Facebook_Feed.php:1100, ../includes/Elements/Facebook_Feed.php:1132, ../includes/Elements/Fancy_Text.php:344, ../includes/Elements/Feature_List.php:542, ../includes/Elements/Feature_List.php:764, ../includes/Elements/Feature_List.php:798, ../includes/Elements/Filterable_Gallery.php:1216, ../includes/Elements/Filterable_Gallery.php:1256, ../includes/Elements/Filterable_Gallery.php:1578, ../includes/Elements/Filterable_Gallery.php:1593, ../includes/Elements/Filterable_Gallery.php:1638, ../includes/Elements/Filterable_Gallery.php:1653, ../includes/Elements/Filterable_Gallery.php:1738, ../includes/Elements/Filterable_Gallery.php:1876, ../includes/Elements/Filterable_Gallery.php:1952, ../includes/Elements/Filterable_Gallery.php:1988, ../includes/Elements/Filterable_Gallery.php:2035, ../includes/Elements/Filterable_Gallery.php:2176, ../includes/Elements/Filterable_Gallery.php:2363, ../includes/Elements/Flip_Box.php:945, ../includes/Elements/Flip_Box.php:1058, ../includes/Elements/Flip_Box.php:1185, ../includes/Elements/Flip_Box.php:1216, ../includes/Elements/Flip_Box.php:1254, ../includes/Elements/Flip_Box.php:1286, ../includes/Elements/Flip_Box.php:1360, ../includes/Elements/Flip_Box.php:1419, ../includes/Elements/FluentForm.php:413, ../includes/Elements/FluentForm.php:949, ../includes/Elements/FluentForm.php:1065, ../includes/Elements/FluentForm.php:1106, ../includes/Elements/FluentForm.php:1161, ../includes/Elements/FluentForm.php:1265, ../includes/Elements/FluentForm.php:1327, ../includes/Elements/FluentForm.php:1921, ../includes/Elements/FluentForm.php:1994, ../includes/Elements/FluentForm.php:2115, ../includes/Elements/Formstack.php:658, ../includes/Elements/Formstack.php:713, ../includes/Elements/Formstack.php:1175, ../includes/Elements/Formstack.php:1255, ../includes/Elements/Formstack.php:1309, ../includes/Elements/Formstack.php:1856, ../includes/Elements/Formstack.php:1937, ../includes/Elements/GravityForms.php:1147, ../includes/Elements/GravityForms.php:1253, ../includes/Elements/GravityForms.php:1367, ../includes/Elements/GravityForms.php:1449, ../includes/Elements/GravityForms.php:1563, ../includes/Elements/GravityForms.php:1607, ../includes/Elements/Image_Accordion.php:496, ../includes/Elements/Image_Accordion.php:525, ../includes/Elements/Info_Box.php:1361, ../includes/Elements/Info_Box.php:1437, ../includes/Elements/Login_Register.php:2252, ../includes/Elements/Login_Register.php:2343, ../includes/Elements/Login_Register.php:2757, ../includes/Elements/NinjaForms.php:1030, ../includes/Elements/NinjaForms.php:1148, ../includes/Elements/NinjaForms.php:1567, ../includes/Elements/Post_Grid.php:359, ../includes/Elements/Post_Grid.php:432, ../includes/Elements/Post_Grid.php:824, ../includes/Elements/Pricing_Table.php:888, ../includes/Elements/Pricing_Table.php:952, ../includes/Elements/Pricing_Table.php:1043, ../includes/Elements/Pricing_Table.php:1072, ../includes/Elements/Pricing_Table.php:1113, ../includes/Elements/Pricing_Table.php:1142, ../includes/Elements/Pricing_Table.php:1182, ../includes/Elements/Pricing_Table.php:1217, ../includes/Elements/Pricing_Table.php:1374, ../includes/Elements/Pricing_Table.php:1506, ../includes/Elements/Product_Grid.php:1292, ../includes/Elements/Product_Grid.php:1859, ../includes/Elements/Product_Grid.php:1966, ../includes/Elements/Product_Grid.php:2303, ../includes/Elements/Product_Grid.php:2482, ../includes/Elements/Product_Grid.php:2522, ../includes/Elements/Product_Grid.php:2583, ../includes/Elements/Product_Grid.php:2634, ../includes/Elements/Product_Grid.php:2787, ../includes/Elements/Progress_Bar.php:407, ../includes/Elements/Progress_Bar.php:467, ../includes/Elements/Twitter_Feed.php:682, ../includes/Elements/Twitter_Feed.php:711, ../includes/Elements/Twitter_Feed.php:741, ../includes/Elements/Twitter_Feed.php:911, ../includes/Elements/Woo_Checkout.php:572, ../includes/Elements/Woo_Checkout.php:746, ../includes/Elements/Woo_Checkout.php:760, ../includes/Elements/Woo_Checkout.php:868, ../includes/Elements/Woo_Checkout.php:882, ../includes/Elements/Woo_Checkout.php:1055, ../includes/Elements/Woo_Checkout.php:1091, ../includes/Elements/Woo_Checkout.php:1107, ../includes/Elements/Woo_Checkout.php:1175, ../includes/Elements/Woo_Checkout.php:1274, ../includes/Elements/Woo_Checkout.php:1324, ../includes/Elements/Woo_Checkout.php:1364, ../includes/Elements/Woo_Checkout.php:1461, ../includes/Elements/Woo_Checkout.php:1622, ../includes/Elements/Woo_Checkout.php:1662, ../includes/Elements/Woo_Checkout.php:1780, ../includes/Elements/Woo_Checkout.php:1824, ../includes/Elements/Woo_Checkout.php:1868, ../includes/Elements/Woo_Checkout.php:1974, ../includes/Elements/Woo_Checkout.php:2013, ../includes/Elements/Woo_Checkout.php:2053, ../includes/Elements/Woo_Checkout.php:2240, ../includes/Elements/Woo_Checkout.php:2261, ../includes/Elements/Woo_Checkout.php:2296, ../includes/Elements/Woo_Checkout.php:2317, ../includes/Elements/Woo_Checkout.php:2406, ../includes/Elements/Woo_Checkout.php:2446, ../includes/Elements/Woo_Product_Carousel.php:1171, ../includes/Elements/Woo_Product_Carousel.php:1366, ../includes/Elements/Woo_Product_Carousel.php:1448, ../includes/Elements/Woo_Product_Carousel.php:1668, ../includes/Elements/Woo_Product_Carousel.php:1709, ../includes/Elements/Woo_Product_Carousel.php:1771, ../includes/Elements/Woo_Product_Carousel.php:1823, ../includes/Elements/Woo_Product_Carousel.php:1976, ../includes/Elements/Woo_Product_Carousel.php:2217, ../includes/Elements/Woo_Product_Carousel.php:2280, ../includes/Elements/Woo_Product_Carousel.php:2313, ../includes/Elements/Woo_Product_Carousel.php:2651, ../includes/Elements/Woo_Product_Carousel.php:2707, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php:1046, ../includes/Traits/Woo_Product_Comparable.php:49, ../includes/Traits/Woo_Product_Comparable.php:109, ../includes/Traits/Woo_Product_Comparable.php:1361, ../includes/Traits/Woo_Product_Comparable.php:1473
679
  msgid "Color"
680
  msgstr ""
681
 
819
  msgid "Tab Style"
820
  msgstr ""
821
 
822
+ #: ../includes/Elements/Adv_Accordion.php:416, ../includes/Elements/Adv_Accordion.php:793, ../includes/Elements/Adv_Tabs.php:397, ../includes/Elements/Creative_Button.php:498, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Dual_Color_Header.php:584, ../includes/Elements/Event_Calendar.php:1444, ../includes/Elements/Event_Calendar.php:1511, ../includes/Elements/Feature_List.php:576, ../includes/Elements/Filterable_Gallery.php:1774, ../includes/Elements/Filterable_Gallery.php:2136, ../includes/Elements/Filterable_Gallery.php:2573, ../includes/Elements/Flip_Box.php:961, ../includes/Elements/Flip_Box.php:1074, ../includes/Elements/Info_Box.php:936, ../includes/Elements/Info_Box.php:1179, ../includes/Elements/Login_Register.php:2821, ../includes/Elements/Pricing_Table.php:1241, ../includes/Elements/Pricing_Table.php:1676, ../includes/Elements/Pricing_Table.php:1847, ../includes/Elements/Product_Grid.php:1242, ../includes/Elements/Product_Grid.php:2735, ../includes/Elements/Team_Member.php:642, ../includes/Elements/Tooltip.php:201, ../includes/Elements/Woo_Product_Carousel.php:1140, ../includes/Elements/Woo_Product_Carousel.php:1924, ../includes/Elements/Woo_Product_Carousel.php:2572, ../includes/Extensions/Table_of_Content.php:658, ../includes/Traits/Woo_Product_Comparable.php:1334
823
  msgid "Icon Size"
824
  msgstr ""
825
 
831
  msgid "Distance"
832
  msgstr ""
833
 
834
+ #: ../includes/Elements/Adv_Accordion.php:548, ../includes/Elements/Adv_Accordion.php:608, ../includes/Elements/Adv_Accordion.php:669, ../includes/Elements/Adv_Tabs.php:500, ../includes/Elements/Adv_Tabs.php:567, ../includes/Elements/Adv_Tabs.php:636, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:610, ../includes/Elements/Event_Calendar.php:1462, ../includes/Elements/Feature_List.php:121, ../includes/Elements/Info_Box.php:772, ../includes/Elements/Info_Box.php:851, ../includes/Elements/Info_Box.php:1005, ../includes/Elements/Info_Box.php:1085, ../includes/Elements/Post_Grid.php:947, ../includes/Elements/Pricing_Table.php:342, ../includes/Elements/Pricing_Table.php:1740, ../includes/Elements/Team_Member.php:718, ../includes/Elements/Twitter_Feed.php:618, ../includes/Elements/Woo_Checkout.php:1186, ../includes/Elements/Woo_Checkout.php:1472
835
  msgid "Icon Color"
836
  msgstr ""
837
 
1139
  msgid "After"
1140
  msgstr ""
1141
 
1142
+ #: ../includes/Elements/Betterdocs_Category_Grid.php:1533, ../includes/Elements/Creative_Button.php:439, ../includes/Elements/Pricing_Table.php:840, ../includes/Elements/WeForms.php:626, ../includes/Traits/Controls.php:1498
1143
  msgid "Button Alignment"
1144
  msgstr ""
1145
 
1175
  msgid "Close Icon"
1176
  msgstr ""
1177
 
1178
+ #: ../includes/Elements/Betterdocs_Search_Form.php:286, ../includes/Elements/Caldera_Forms.php:1020, ../includes/Elements/Caldera_Forms.php:1334, ../includes/Elements/Contact_Form_7.php:1047, ../includes/Elements/Contact_Form_7.php:1360, ../includes/Elements/Content_Ticker.php:677, ../includes/Elements/Countdown.php:784, ../includes/Elements/Countdown.php:856, ../includes/Elements/Countdown.php:928, ../includes/Elements/Countdown.php:1000, ../includes/Elements/Creative_Button.php:419, ../includes/Elements/Cta_Box.php:809, ../includes/Elements/Cta_Box.php:978, ../includes/Elements/Event_Calendar.php:666, ../includes/Elements/Facebook_Feed.php:728, ../includes/Elements/Filterable_Gallery.php:2721, ../includes/Elements/FluentForm.php:986, ../includes/Elements/FluentForm.php:1654, ../includes/Elements/Formstack.php:1570, ../includes/Elements/GravityForms.php:1057, ../includes/Elements/GravityForms.php:1290, ../includes/Elements/GravityForms.php:1486, ../includes/Elements/GravityForms.php:1915, ../includes/Elements/GravityForms.php:2137, ../includes/Elements/NinjaForms.php:1067, ../includes/Elements/NinjaForms.php:1483, ../includes/Elements/Pricing_Table.php:2000, ../includes/Elements/Product_Grid.php:737, ../includes/Elements/Product_Grid.php:877, ../includes/Elements/Product_Grid.php:1581, ../includes/Elements/Product_Grid.php:1825, ../includes/Elements/Product_Grid.php:2005, ../includes/Elements/Product_Grid.php:2214, ../includes/Elements/Product_Grid.php:2258, ../includes/Elements/Product_Grid.php:2452, ../includes/Elements/Product_Grid.php:2546, ../includes/Elements/Product_Grid.php:2658, ../includes/Elements/Sticky_Video.php:579, ../includes/Elements/Twitter_Feed.php:629, ../includes/Elements/WeForms.php:464, ../includes/Elements/WeForms.php:764, ../includes/Elements/Woo_Checkout.php:774, ../includes/Elements/Woo_Checkout.php:981, ../includes/Elements/Woo_Checkout.php:1376, ../includes/Elements/Woo_Checkout.php:1572, ../includes/Elements/Woo_Checkout.php:1674, ../includes/Elements/Woo_Checkout.php:1791, ../includes/Elements/Woo_Checkout.php:1835, ../includes/Elements/Woo_Checkout.php:1879, ../includes/Elements/Woo_Checkout.php:2068, ../includes/Elements/Woo_Checkout.php:2084, ../includes/Elements/Woo_Checkout.php:2346, ../includes/Elements/Woo_Checkout.php:2458, ../includes/Elements/Woo_Product_Carousel.php:970, ../includes/Elements/Woo_Product_Carousel.php:1346, ../includes/Elements/Woo_Product_Carousel.php:1470, ../includes/Elements/Woo_Product_Carousel.php:1638, ../includes/Elements/Woo_Product_Carousel.php:1733, ../includes/Elements/Woo_Product_Carousel.php:1847, ../includes/Elements/Woo_Product_Carousel.php:2292, ../includes/Elements/Woo_Product_Carousel.php:2719, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1474, ../includes/Traits/Woo_Product_Comparable.php:1712
1179
  msgid "Border Color"
1180
  msgstr ""
1181
 
1383
  msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
1384
  msgstr ""
1385
 
1386
+ #: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:789, ../includes/Elements/Dual_Color_Header.php:869, ../includes/Elements/Event_Calendar.php:654, ../includes/Elements/Event_Calendar.php:786, ../includes/Elements/Event_Calendar.php:853, ../includes/Elements/Event_Calendar.php:907, ../includes/Elements/Event_Calendar.php:1019, ../includes/Elements/Event_Calendar.php:1111, ../includes/Elements/Event_Calendar.php:1209, ../includes/Elements/Event_Calendar.php:1575, ../includes/Elements/Event_Calendar.php:1684, ../includes/Elements/Facebook_Feed.php:488, ../includes/Elements/Facebook_Feed.php:501, ../includes/Elements/Facebook_Feed.php:576, ../includes/Elements/Facebook_Feed.php:589, ../includes/Elements/Facebook_Feed.php:674, ../includes/Elements/Facebook_Feed.php:687, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Fancy_Text.php:363, ../includes/Elements/Filterable_Gallery.php:2059, ../includes/Elements/Filterable_Gallery.php:2280, ../includes/Elements/Flip_Box.php:1373, ../includes/Elements/Flip_Box.php:1433, ../includes/Elements/FluentForm.php:1853, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:1943, ../includes/Elements/FluentForm.php:2006, ../includes/Elements/Formstack.php:638, ../includes/Elements/Formstack.php:1713, ../includes/Elements/Formstack.php:1738, ../includes/Elements/Formstack.php:1802, ../includes/Elements/Formstack.php:1867, ../includes/Elements/Formstack.php:1922, ../includes/Elements/Formstack.php:2005, ../includes/Elements/Post_Grid.php:351, ../includes/Elements/Pricing_Table.php:1919, ../includes/Elements/Pricing_Table.php:1988, ../includes/Elements/Product_Grid.php:1483, ../includes/Elements/Product_Grid.php:1497, ../includes/Elements/Product_Grid.php:1551, ../includes/Elements/Product_Grid.php:1564, ../includes/Elements/Product_Grid.php:2798, ../includes/Elements/Product_Grid.php:2855, ../includes/Elements/Progress_Bar.php:345, ../includes/Elements/Team_Member.php:745, ../includes/Elements/Team_Member.php:822, ../includes/Elements/Twitter_Feed.php:389, ../includes/Elements/Twitter_Feed.php:641, ../includes/Elements/Woo_Checkout.php:1769, ../includes/Elements/Woo_Checkout.php:1813, ../includes/Elements/Woo_Checkout.php:1857, ../includes/Elements/Woo_Product_Carousel.php:1987, ../includes/Elements/Woo_Product_Carousel.php:2044, ../includes/Traits/Controls.php:1216, ../includes/Traits/Controls.php:1270, ../includes/Traits/Woo_Product_Comparable.php:1372, ../includes/Traits/Woo_Product_Comparable.php:1651, ../includes/Traits/Woo_Product_Comparable.php:1700
1387
  msgid "Background"
1388
  msgstr ""
1389
 
1431
  msgid "After Submit Feedback"
1432
  msgstr ""
1433
 
1434
+ #: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:777, ../includes/Elements/Dual_Color_Header.php:857, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/Info_Box.php:584, ../includes/Elements/Info_Box.php:639, ../includes/Elements/Info_Box.php:807, ../includes/Elements/Info_Box.php:887, ../includes/Elements/Info_Box.php:1026, ../includes/Elements/Info_Box.php:1122, ../includes/Elements/Post_Grid.php:323, ../includes/Elements/Product_Grid.php:1440, ../includes/Traits/Woo_Product_Comparable.php:1617
1435
  msgid "Radius"
1436
  msgstr ""
1437
 
1883
  msgid "Use Gradient Background"
1884
  msgstr ""
1885
 
1886
+ #: ../includes/Elements/Creative_Button.php:526, ../includes/Elements/Info_Box.php:1206
1887
  msgid "Button Padding"
1888
  msgstr ""
1889
 
2239
  msgid "Sub-title Style "
2240
  msgstr ""
2241
 
2242
+ #: ../includes/Elements/Dual_Color_Header.php:630
2243
  msgid "Flex Start"
2244
  msgstr ""
2245
 
2246
+ #: ../includes/Elements/Dual_Color_Header.php:638
2247
  msgid "Flex End"
2248
  msgstr ""
2249
 
2250
+ #: ../includes/Elements/Dual_Color_Header.php:652
2251
  msgid "Distance Between Lines"
2252
  msgstr ""
2253
 
2254
+ #: ../includes/Elements/Dual_Color_Header.php:717
2255
  msgid "Left Line"
2256
  msgstr ""
2257
 
2258
+ #: ../includes/Elements/Dual_Color_Header.php:799
2259
  msgid "Right Line"
2260
  msgstr ""
2261
 
2975
  msgid "Title Bottom Space"
2976
  msgstr ""
2977
 
2978
+ #: ../includes/Elements/Filterable_Gallery.php:93, ../includes/Elements/Flip_Box.php:77, ../includes/Elements/Pricing_Table.php:77, ../includes/Traits/Core.php:44, ../includes/templates/admin/elements.php:571, ../includes/templates/admin/elements.php:554, ../includes/templates/admin/elements.php:551, ../includes/templates/admin/extensions.php:85
2979
  msgid "Settings"
2980
  msgstr ""
2981
 
7070
  msgid "Essential Addons Settings"
7071
  msgstr ""
7072
 
7073
+ #: ../includes/Traits/Admin.php:104, ../includes/templates/admin/elements.php:606, ../includes/templates/admin/extensions.php:106
7074
  msgid "Save settings"
7075
  msgstr ""
7076
 
7326
  msgid "Style the message when no posts are found."
7327
  msgstr ""
7328
 
7329
+ #: ../includes/Traits/Core.php:48
7330
  msgid "Go Pro"
7331
  msgstr ""
7332
 
7333
+ #: ../includes/Traits/Core.php:63
7334
  msgid "Docs & FAQs"
7335
  msgstr ""
7336
 
7337
+ #: ../includes/Traits/Core.php:66
7338
  msgid "Video Tutorials"
7339
  msgstr ""
7340
 
7341
+ #: ../includes/Traits/Core.php:110
7342
  msgid "%1$sEssential Addons for Elementor%2$s requires %1$sElementor%2$s plugin to be installed and activated. Please install Elementor to continue."
7343
  msgstr ""
7344
 
7345
+ #: ../includes/Traits/Core.php:111
7346
  msgid "Install Elementor"
7347
  msgstr ""
7348
 
7349
+ #: ../includes/Traits/Core.php:104
7350
  msgid "%1$sEssential Addons for Elementor%2$s requires %1$sElementor%2$s plugin to be active. Please activate Elementor to continue."
7351
  msgstr ""
7352
 
7353
+ #: ../includes/Traits/Core.php:106
7354
  msgid "Activate Elementor"
7355
  msgstr ""
7356
 
7357
+ #: ../includes/Traits/Core.php:132
7358
+ msgid "Want to help make <strong>Essential Addons for Elementor</strong> even more awesome? You can get a <strong>10% discount coupon</strong> for Pro upgrade if you allow."
7359
+ msgstr ""
7360
+
7361
+ #: ../includes/Traits/Core.php:133
7362
+ msgid ""
7363
+ "We collect non-sensitive diagnostic data and plugin usage information.\n"
7364
+ " Your site URL, WordPress & PHP version, plugins & themes and email address to send you the\n"
7365
+ " discount coupon. This data lets us make sure this plugin always stays compatible with the most\n"
7366
+ " popular plugins and themes. No spam, I promise."
7367
+ msgstr ""
7368
+
7369
  #: ../includes/Traits/Elements.php:124, ../includes/templates/admin/elements.php:76
7370
  msgid "Advanced Menu"
7371
  msgstr ""
8370
  msgid "Get Premium Version"
8371
  msgstr ""
8372
 
 
 
 
 
8373
  #: ../includes/templates/admin/tools.php:11, ../includes/templates/admin/tools.php:15
8374
  msgid "Regenerate Assets"
8375
  msgstr ""
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Essential Addons for Elementor ===
2
- Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, priyomukul, mahfuz01, nazsabuz, manzurahammed
3
- Tags: elementor, elements, addons, elementor addon, elementor widget, elementor form, woocommerce elementor, page builder, builder, visual editor, wordpress page builder
4
  Requires at least: 5.0
5
  Tested up to: 5.7
6
  Requires PHP: 5.6
7
- Stable tag: 4.6.1
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
@@ -223,6 +223,11 @@ Your existing elements/content will work with premium version. So you won't lose
223
 
224
  == Changelog ==
225
 
 
 
 
 
 
226
  = 4.6.1 - 11/04/2021 =
227
 
228
  - Added: Cache Settings for EA Facebook Feed, Twitter Feed, Event Calendar and Adv. Data Table
1
  === Essential Addons for Elementor ===
2
+ Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, priyomukul, mahfuz01, manzurahammed
3
+ Tags: elementor, elements, addons, elementor addons, elementor widget, elementor form, woocommerce elementor, page builder, builder, visual editor, wordpress page builder
4
  Requires at least: 5.0
5
  Tested up to: 5.7
6
  Requires PHP: 5.6
7
+ Stable tag: 4.6.2
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
223
 
224
  == Changelog ==
225
 
226
+ = 4.6.2 - 13/04/2021 =
227
+
228
+ - Fixed: EA Creative Button | Missing style controls
229
+ - Few minor bug fix and improvements
230
+
231
  = 4.6.1 - 11/04/2021 =
232
 
233
  - Added: Cache Settings for EA Facebook Feed, Twitter Feed, Event Calendar and Adv. Data Table