Elementor Essential Addons - Version 5.1.0

Version Description

  • 19/04/2022 =

  • Added: FAQ Schema for EA Advanced Accordion

  • Few minor bug fixes & improvements

Download this release

Release Info

Developer wpdevteam
Plugin Icon 128x128 Elementor Essential Addons
Version 5.1.0
Comparing to
See all releases

Code changes from version 5.0.13 to 5.1.0

assets/admin/css/admin.css CHANGED
@@ -159,6 +159,16 @@
159
  .icon-settings-loader:before {
160
  content: "\e920";
161
  }
 
 
 
 
 
 
 
 
 
 
162
  /* Start Setup Wizard */
163
 
164
  .eael-quick-setup-wizard-wrap {
@@ -5178,3 +5188,70 @@ button.button__greyBg:hover:disabled {
5178
  border-color: #C8D3E9 !important;
5179
  text-shadow: none !important;
5180
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
  .icon-settings-loader:before {
160
  content: "\e920";
161
  }
162
+
163
+ .icon-settings-loader:before {
164
+ content: "\e920";
165
+ }
166
+ .icon-style-lock:before {
167
+ content: "\e92a";
168
+ }
169
+ .icon-lock:before {
170
+ content: "\e92a";
171
+ }
172
  /* Start Setup Wizard */
173
 
174
  .eael-quick-setup-wizard-wrap {
5188
  border-color: #C8D3E9 !important;
5189
  text-shadow: none !important;
5190
  }
5191
+
5192
+ .eael-admin-promotion-message {
5193
+ background: #5E2EFF;
5194
+ color: white;
5195
+ padding: 15px 10px;
5196
+ }
5197
+
5198
+ .eael-admin-promotion-message p {
5199
+ font-size:14px;
5200
+ text-align:center;
5201
+ }
5202
+
5203
+ .eael-admin-promotion-message p a {
5204
+ font-weight: bold;
5205
+ }
5206
+
5207
+ .eael-admin-promotion-message p i {
5208
+ font-size: 15px;
5209
+ margin-right: 5px;
5210
+ }
5211
+
5212
+ .eael-admin-promotion-message p a:focus {
5213
+ color:inherit;
5214
+ outline:none;
5215
+ box-showdow:none;
5216
+ }
5217
+ .eael-lock-style {
5218
+ position: absolute;
5219
+ right: 21px;
5220
+ color: #E8AA17;
5221
+ font-size: 12px;
5222
+ }
5223
+
5224
+
5225
+ .eael-admin-promotion-message i:before {
5226
+ color:white;
5227
+ }
5228
+ .toplevel_page_eael-settings #wpcontent {
5229
+ padding-left:0;
5230
+ }
5231
+ .eael-element__wrap .eael-element__item[class^="eael-promotion-"]:after ,
5232
+ .eael-element__wrap .eael-element__item[class*=" eael-promotion-"]:after {
5233
+ position: absolute;
5234
+ bottom: 55px;
5235
+ font-size: 12px;
5236
+ color: white;
5237
+ left: 16px;
5238
+ font-weight: 600;
5239
+ border-radius: 4px;
5240
+ width: 65px;
5241
+ text-align: center;
5242
+ height: 26px;
5243
+ line-height: 25px;
5244
+ }
5245
+ .eael-element__wrap .eael-element__item.eael-promotion-isupdated:after {
5246
+ content: "Updated";
5247
+ background: #6C757D;
5248
+ }
5249
+ .eael-element__wrap .eael-element__item.eael-promotion-isnew:after {
5250
+ content: "New";
5251
+ background: #059862;
5252
+ }
5253
+ .eael-element__wrap .eael-element__item.eael-promotion-ispopular:after {
5254
+ content: "Popular";
5255
+ background: #0064FF;
5256
+ }
5257
+
assets/admin/css/eaicon.css CHANGED
@@ -1,10 +1,10 @@
1
  @font-face {
2
  font-family: "eaicon";
3
- src: url("../fonts/eaicon.eot?krajj6");
4
- src: url("../fonts/eaicon.eot?krajj6#iefix") format("embedded-opentype"),
5
- url("../fonts/eaicon.ttf?krajj6") format("truetype"),
6
- url("../fonts/eaicon.woff?krajj6") format("woff"),
7
- url("../fonts/eaicon.svg?krajj6#eaicon") format("svg");
8
  font-weight: normal;
9
  font-style: normal;
10
  font-display: block;
@@ -322,3 +322,58 @@
322
  content: "\e95e";
323
  }
324
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  @font-face {
2
  font-family: "eaicon";
3
+ src: url("../fonts/eaicon.eot?hfbot0");
4
+ src: url("../fonts/eaicon.eot?hfbot0#iefix") format("embedded-opentype"),
5
+ url("../fonts/eaicon.ttf?hfbot0") format("truetype"),
6
+ url("../fonts/eaicon.woff?hfbot0") format("woff"),
7
+ url("../fonts/eaicon.svg?hfbot0#eaicon") format("svg");
8
  font-weight: normal;
9
  font-style: normal;
10
  font-display: block;
322
  content: "\e95e";
323
  }
324
 
325
+ .eaicon-eye-solid:before {
326
+ content: "\e95f";
327
+ }
328
+
329
+ .eaicon-eye-slash-solid:before {
330
+ content: "\e960";
331
+ }
332
+
333
+ .eaicon-ban-solid:before {
334
+ content: "\e961";
335
+ }
336
+
337
+ .eaicon-dice-six-solid:before {
338
+ content: "\e962";
339
+ }
340
+
341
+ .eaicon-dice-one-solid:before {
342
+ content: "\e963";
343
+ }
344
+
345
+ .eaicon-equals-solid:before {
346
+ content: "\e964";
347
+ }
348
+
349
+ .eaicon-not-equal-solid:before {
350
+ content: "\e965";
351
+ }
352
+
353
+ .eaicon-folder-open-solid:before {
354
+ content: "\e966";
355
+ }
356
+
357
+ .eaicon-folder-open-regular:before {
358
+ content: "\e967";
359
+ }
360
+
361
+ .eaicon-user-solid:before {
362
+ content: "\e968";
363
+ }
364
+
365
+ .eaicon-user-slash-solid:before {
366
+ content: "\e969";
367
+ }
368
+ .eaicon-xmark-solid:before {
369
+ content: "\e96a";
370
+ }
371
+ .eaicon-check-solid:before {
372
+ content: "\e96b";
373
+ }
374
+ .eaicon-users-solid:before {
375
+ content: "\e96c";
376
+ }
377
+ .eaicon-user-plus-solid:before {
378
+ content: "\e96d";
379
+ }
assets/admin/css/editor.css CHANGED
@@ -202,3 +202,11 @@
202
  margin-left: 4px;
203
  font-size: 14px;
204
  }
 
 
 
 
 
 
 
 
202
  margin-left: 4px;
203
  font-size: 14px;
204
  }
205
+ .elementor-control-eael_cl_logics [data-setting="user_role_operand_multi"] + .select2 ul.select2-selection__rendered > li:nth-child(2).select2-search--inline > input.select2-search__field {
206
+ width: auto !important;
207
+ }
208
+ .elementor-control-eael_cl_logics .elementor-control-dynamic_field label.elementor-control-title,
209
+ .elementor-control-eael_cl_logics .elementor-control-dynamic_field input[data-setting="dynamic_field"] {
210
+ pointer-events: none;
211
+ touch-action: none;
212
+ }
assets/admin/fonts/admin-icon.eot CHANGED
Binary file
assets/admin/fonts/admin-icon.svg CHANGED
@@ -54,14 +54,15 @@
54
  <glyph unicode="&#xe91d;" glyph-name="tooltip" data-tags="tooltip" d="M599.067 583.749h-392.485c-5.902 0-17.706-5.902-17.706-17.706 0-5.902 5.902-17.706 17.706-17.706h392.485c5.902 0 17.706 5.902 17.706 17.706 0 5.902-5.902 17.706-17.706 17.706zM354.133 474.556h-147.551c-5.902 0-17.706-5.902-17.706-17.706 0-5.902 5.902-17.706 17.706-17.706h147.551c5.902 0 17.706 5.902 17.706 17.706 0 5.902-5.902 17.706-17.706 17.706zM888.254 875.897c-59.020 0-106.236-38.363-126.893-88.53h-711.193c-29.51 0-50.168-20.657-50.168-50.168v-507.573c0-29.51 20.657-50.168 50.168-50.168h41.314v-138.698c0-5.902 2.951-11.804 8.853-17.706 0-2.951 5.902-2.951 8.853-2.951 8.853 0 11.804 2.951 14.755 8.853l153.453 153.453h655.124c5.902 0 17.706 5.902 17.706 17.706v421.995c44.266 23.608 73.775 67.873 73.775 118.040 0 76.726-61.971 135.747-135.747 135.747zM908.912 223.723h-640.368c-5.902 0-11.804-2.951-14.755-5.902l-123.942-123.942v112.138c0 11.804-5.902 17.706-17.706 17.706h-61.971c-2.951 0-8.853 2.951-8.853 8.853v504.622c0 2.951 2.951 8.853 8.853 8.853h705.291v-2.951c0-73.775 59.020-132.796 132.796-132.796 5.902 0 11.804 0 20.657 2.951v-389.534zM950.226 675.228c-11.804-11.804-26.559-17.706-41.314-20.657-5.902 0-11.804-2.951-20.657-2.951-50.168 0-91.481 41.314-91.481 91.481v2.951c0 14.755 5.902 29.51 11.804 41.314 14.755 26.559 44.266 44.266 79.677 44.266 50.168 0 91.481-41.314 91.481-91.481 0-26.559-11.804-50.168-29.51-64.922z" />
55
  <glyph unicode="&#xe91e;" glyph-name="community" data-tags="community" horiz-adv-x="1311" d="M1132.233 421.388l-69.526 16.552v12.481c45.33 31.576 74.871 84.292 74.871 143.628v90.406c0 96.517-78.688 175.208-175.206 175.208-43.295 0-83.022-15.789-113.578-42.019-34.128 83.529-116.13 142.356-211.628 142.356-95.752 0-177.754-59.082-211.878-142.866-30.56 26.485-70.542 42.274-114.090 42.274-96.517 0-175.208-78.691-175.208-175.208v-90.151c0-59.337 29.796-111.798 74.871-143.628v-12.481l-69.523-16.552c-83.275-19.866-141.338-93.463-141.338-178.774v-73.089c0-21.647 17.572-39.219 39.218-39.219h179.792c-0.255-4.837-0.51-9.421-0.51-14.258v-140.829c0-21.647 17.572-39.219 39.218-39.219h235.308c21.647 0 39.219 17.572 39.219 39.219 0 21.643-17.572 39.215-39.219 39.215h-196.090v101.614c0 75.379 51.187 140.575 124.783 158.147l107.471 25.719 71.815-163.492c6.365-14.262 20.374-23.429 35.906-23.429 15.536 0 29.54 9.167 35.91 23.429l71.815 163.238 106.955-25.465c73.343-17.572 124.789-82.514 124.789-158.147v-101.356h-199.913c-21.643 0-39.215-17.572-39.215-39.219s17.572-39.219 39.215-39.219h239.129c21.647 0 39.219 17.572 39.219 39.219v140.575c0 4.837-0.254 9.675-0.508 14.516h180.302c21.643 0 39.215 17.572 39.215 39.215v72.835c-0.508 85.311-58.573 158.908-141.591 178.774zM865.346 599.906c0 1.783 0.254 3.82 0.254 5.603v34.888c-0.254 49.659-0.254 52.206 7.893 82.511 14.77 34.379 49.152 58.572 88.879 58.572 51.188 0 93.463-39.982 96.772-90.405l0.254-78.182v-18.591c0-53.48-43.549-96.771-96.772-96.771s-96.772 43.545-96.772 96.771v5.603h-0.508zM214.172 612.64l0.255 78.182c3.31 50.423 45.33 90.405 96.772 90.405 39.728 0 74.107-24.193 88.877-58.572 7.895-31.323 7.895-41.765 7.895-82.511v-46.094c0-53.479-43.547-96.77-96.772-96.77-53.479 0-96.772 43.545-96.772 96.77v18.591h-0.255zM512.381 362.308c-9.933 4.329-89.387-7.385-89.387-7.385l-19.862-4.841c-76.908-18.334-137.518-72.069-166.295-141.591h-158.655v34.124c0 48.894 33.615 91.423 81.238 102.883l99.573 23.683c17.572 4.329 30.050 19.866 30.050 37.945v13.242c7.131-1.020 14.516-1.528 21.901-1.528s14.77 0.508 21.901 1.528l2.037 0.254c27.249 4.329 53.225 14.516 76.143 29.798 12.734 8.913 23.937 19.354 33.87 31.068 17.572-26.997 40.493-49.914 67.232-67.486v-51.696h0.254zM682.242 353.395l-45.838-104.157-45.838 104.411v28.013c15.024-3.056 30.302-4.583 46.346-4.583 15.536 0 30.814 1.528 45.584 4.583v-28.266h-0.254zM636.912 455.258c-82.764 0-150.249 67.486-150.249 150.251v126.058c0 82.765 67.486 150.251 150.249 150.251 74.871 0 137.011-54.752 148.468-126.313l1.786-91.933v-63.92c-3.060-80.218-69.272-144.394-150.254-144.394zM1195.135 208.49h-159.166c-28.774 69.521-89.387 123.003-166.547 141.591l-19.612 4.583c0 0-78.946 19.866-89.129 15.282v43.291c26.993 17.572 50.168 40.493 67.994 67.74 9.933-11.715 21.135-21.897 33.616-30.556 22.409-15.79 48.386-26.231 75.633-29.798l2.548-0.254c7.131-1.020 14.516-1.528 21.901-1.528s14.77 0.508 21.901 1.528v-13.242c0-18.080 12.476-33.87 30.048-37.945l99.574-23.937c47.878-11.461 81.24-53.735 81.24-102.883v-33.87z" />
56
  <glyph unicode="&#xe91f;" glyph-name="contribute" data-tags="contribute" horiz-adv-x="1280" d="M428.396 4.941c5.317-14.94 19.459-24.955 35.331-24.955h355.084c15.872 0 30.013 9.989 35.333 24.955 22.272 62.664 75.484 108.058 138.378 121.17v-146.125h249.999c12.18 0 23.588 5.908 30.607 15.846 7.045 9.938 8.796 22.661 4.746 34.145-37.007 104.673-136.596 174.996-247.88 174.996-45.629 0-89.293-12.078-127.514-33.572v111.099h59.848c20.721 0 37.494 16.799 37.494 37.499 0 20.726-16.799 37.499-37.494 37.499h-59.848v80.184c127.048 18.245 225.014 127.798 225.014 259.829v74.997c0 20.723-16.799 37.498-37.499 37.498-20.721 0-37.499-16.801-37.499-37.498v-74.997c0-93.139-68.26-170.588-157.348-185.065-11.74 30.762-36.567 55.073-67.64 66.093v43.95c0 47.615-17.884 91.126-47.227 124.237 71.306 26.556 122.25 95.307 122.25 175.775 0 20.723-16.804 37.498-37.499 37.498-20.7 0-37.499-16.801-37.499-37.498 0-62.041-50.478-112.495-112.497-112.495h-149.99c-62.043 0-112.496 50.479-112.496 112.495 0 20.723-16.801 37.498-37.498 37.498s-37.498-16.801-37.498-37.498c0-80.442 50.944-149.193 122.25-175.775-29.369-33.111-47.228-76.622-47.228-124.237v-43.95c-31.098-11.020-55.925-35.356-67.641-66.093-89.113 14.478-157.348 91.927-157.348 185.065v74.997c0 20.723-16.801 37.498-37.498 37.498-20.723 0-37.498-16.801-37.498-37.498v-74.997c0-132.005 97.966-241.584 225.016-259.829v-80.184h-65.267c-20.723 0-37.498-16.799-37.498-37.499 0-20.726 16.801-37.499 37.498-37.499h65.267v-109.681c-37.602 20.644-80.391 32.154-125.011 32.154-112.366 0-213.531-71.409-250.333-174.945-4.078-11.484-2.323-24.233 4.697-34.196s18.452-15.872 30.634-15.872h252.501v146.12c62.815-13.082 116.030-58.501 138.302-121.139zM1067.546 126.213c45.189-9.216 85.371-34.739 112.829-71.204h-112.829v71.204zM527.524 622.515c0 62.042 50.478 112.495 112.492 112.495 62.019 0 112.497-50.48 112.497-112.495v-37.498h-225.014v37.498h0.026zM452.5 472.497c0 20.671 16.826 37.498 37.498 37.498h299.986c20.669 0 37.499-16.826 37.499-37.498v-363.036c0-0.384 0.051-0.748 0.051-1.132-13.215-16.184-24.622-34.043-33.782-53.345h-305.071c-9.755 20.49-21.988 39.332-36.234 56.284v361.229h0.052zM214.994 54.984h-114.662c28.001 36.132 69.164 61.885 114.662 71.178v-71.178z" />
57
- <glyph unicode="&#xe920;" d="M597.333 874.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333z" />
58
- <glyph unicode="&#xe921;" d="M338.987 792.32c0-43.594-35.34-78.933-78.933-78.933s-78.933 35.34-78.933 78.933c0 43.594 35.34 78.933 78.933 78.933s78.933-35.34 78.933-78.933z" />
59
- <glyph unicode="&#xe922;" d="M179.627 582.827c0-40.059-32.474-72.533-72.533-72.533s-72.533 32.474-72.533 72.533c0 40.059 32.474 72.533 72.533 72.533s72.533-32.474 72.533-72.533z" />
60
- <glyph unicode="&#xe923;" d="M173.227 313.173c0-36.524-29.609-66.133-66.133-66.133s-66.133 29.609-66.133 66.133c0 36.524 29.609 66.133 66.133 66.133s66.133-29.609 66.133-66.133z" />
61
- <glyph unicode="&#xe924;" d="M319.787 103.68c0-32.99-26.744-59.733-59.733-59.733s-59.733 26.744-59.733 59.733c0 32.99 26.744 59.733 59.733 59.733s59.733-26.744 59.733-59.733z" />
62
- <glyph unicode="&#xe925;" d="M565.333 21.333c0-29.455-23.878-53.333-53.333-53.333s-53.333 23.878-53.333 53.333c0 29.455 23.878 53.333 53.333 53.333s53.333-23.878 53.333-53.333z" />
63
- <glyph unicode="&#xe926;" d="M810.88 103.68c0-25.921-21.013-46.933-46.933-46.933s-46.933 21.013-46.933 46.933c0 25.921 21.013 46.933 46.933 46.933s46.933-21.013 46.933-46.933z" />
64
- <glyph unicode="&#xe927;" d="M957.44 313.173c0-22.386-18.147-40.533-40.533-40.533s-40.533 18.147-40.533 40.533c0 22.386 18.147 40.533 40.533 40.533s40.533-18.147 40.533-40.533z" />
65
- <glyph unicode="&#xe928;" d="M951.040 582.827c0-18.851-15.282-34.133-34.133-34.133s-34.133 15.282-34.133 34.133c0 18.851 15.282 34.133 34.133 34.133s34.133-15.282 34.133-34.133z" />
66
- <glyph unicode="&#xe929;" d="M791.68 792.32c0-15.317-12.417-27.733-27.733-27.733s-27.733 12.417-27.733 27.733c0 15.317 12.417 27.733 27.733 27.733s27.733-12.417 27.733-27.733z" />
 
67
  </font></defs></svg>
54
  <glyph unicode="&#xe91d;" glyph-name="tooltip" data-tags="tooltip" d="M599.067 583.749h-392.485c-5.902 0-17.706-5.902-17.706-17.706 0-5.902 5.902-17.706 17.706-17.706h392.485c5.902 0 17.706 5.902 17.706 17.706 0 5.902-5.902 17.706-17.706 17.706zM354.133 474.556h-147.551c-5.902 0-17.706-5.902-17.706-17.706 0-5.902 5.902-17.706 17.706-17.706h147.551c5.902 0 17.706 5.902 17.706 17.706 0 5.902-5.902 17.706-17.706 17.706zM888.254 875.897c-59.020 0-106.236-38.363-126.893-88.53h-711.193c-29.51 0-50.168-20.657-50.168-50.168v-507.573c0-29.51 20.657-50.168 50.168-50.168h41.314v-138.698c0-5.902 2.951-11.804 8.853-17.706 0-2.951 5.902-2.951 8.853-2.951 8.853 0 11.804 2.951 14.755 8.853l153.453 153.453h655.124c5.902 0 17.706 5.902 17.706 17.706v421.995c44.266 23.608 73.775 67.873 73.775 118.040 0 76.726-61.971 135.747-135.747 135.747zM908.912 223.723h-640.368c-5.902 0-11.804-2.951-14.755-5.902l-123.942-123.942v112.138c0 11.804-5.902 17.706-17.706 17.706h-61.971c-2.951 0-8.853 2.951-8.853 8.853v504.622c0 2.951 2.951 8.853 8.853 8.853h705.291v-2.951c0-73.775 59.020-132.796 132.796-132.796 5.902 0 11.804 0 20.657 2.951v-389.534zM950.226 675.228c-11.804-11.804-26.559-17.706-41.314-20.657-5.902 0-11.804-2.951-20.657-2.951-50.168 0-91.481 41.314-91.481 91.481v2.951c0 14.755 5.902 29.51 11.804 41.314 14.755 26.559 44.266 44.266 79.677 44.266 50.168 0 91.481-41.314 91.481-91.481 0-26.559-11.804-50.168-29.51-64.922z" />
55
  <glyph unicode="&#xe91e;" glyph-name="community" data-tags="community" horiz-adv-x="1311" d="M1132.233 421.388l-69.526 16.552v12.481c45.33 31.576 74.871 84.292 74.871 143.628v90.406c0 96.517-78.688 175.208-175.206 175.208-43.295 0-83.022-15.789-113.578-42.019-34.128 83.529-116.13 142.356-211.628 142.356-95.752 0-177.754-59.082-211.878-142.866-30.56 26.485-70.542 42.274-114.090 42.274-96.517 0-175.208-78.691-175.208-175.208v-90.151c0-59.337 29.796-111.798 74.871-143.628v-12.481l-69.523-16.552c-83.275-19.866-141.338-93.463-141.338-178.774v-73.089c0-21.647 17.572-39.219 39.218-39.219h179.792c-0.255-4.837-0.51-9.421-0.51-14.258v-140.829c0-21.647 17.572-39.219 39.218-39.219h235.308c21.647 0 39.219 17.572 39.219 39.219 0 21.643-17.572 39.215-39.219 39.215h-196.090v101.614c0 75.379 51.187 140.575 124.783 158.147l107.471 25.719 71.815-163.492c6.365-14.262 20.374-23.429 35.906-23.429 15.536 0 29.54 9.167 35.91 23.429l71.815 163.238 106.955-25.465c73.343-17.572 124.789-82.514 124.789-158.147v-101.356h-199.913c-21.643 0-39.215-17.572-39.215-39.219s17.572-39.219 39.215-39.219h239.129c21.647 0 39.219 17.572 39.219 39.219v140.575c0 4.837-0.254 9.675-0.508 14.516h180.302c21.643 0 39.215 17.572 39.215 39.215v72.835c-0.508 85.311-58.573 158.908-141.591 178.774zM865.346 599.906c0 1.783 0.254 3.82 0.254 5.603v34.888c-0.254 49.659-0.254 52.206 7.893 82.511 14.77 34.379 49.152 58.572 88.879 58.572 51.188 0 93.463-39.982 96.772-90.405l0.254-78.182v-18.591c0-53.48-43.549-96.771-96.772-96.771s-96.772 43.545-96.772 96.771v5.603h-0.508zM214.172 612.64l0.255 78.182c3.31 50.423 45.33 90.405 96.772 90.405 39.728 0 74.107-24.193 88.877-58.572 7.895-31.323 7.895-41.765 7.895-82.511v-46.094c0-53.479-43.547-96.77-96.772-96.77-53.479 0-96.772 43.545-96.772 96.77v18.591h-0.255zM512.381 362.308c-9.933 4.329-89.387-7.385-89.387-7.385l-19.862-4.841c-76.908-18.334-137.518-72.069-166.295-141.591h-158.655v34.124c0 48.894 33.615 91.423 81.238 102.883l99.573 23.683c17.572 4.329 30.050 19.866 30.050 37.945v13.242c7.131-1.020 14.516-1.528 21.901-1.528s14.77 0.508 21.901 1.528l2.037 0.254c27.249 4.329 53.225 14.516 76.143 29.798 12.734 8.913 23.937 19.354 33.87 31.068 17.572-26.997 40.493-49.914 67.232-67.486v-51.696h0.254zM682.242 353.395l-45.838-104.157-45.838 104.411v28.013c15.024-3.056 30.302-4.583 46.346-4.583 15.536 0 30.814 1.528 45.584 4.583v-28.266h-0.254zM636.912 455.258c-82.764 0-150.249 67.486-150.249 150.251v126.058c0 82.765 67.486 150.251 150.249 150.251 74.871 0 137.011-54.752 148.468-126.313l1.786-91.933v-63.92c-3.060-80.218-69.272-144.394-150.254-144.394zM1195.135 208.49h-159.166c-28.774 69.521-89.387 123.003-166.547 141.591l-19.612 4.583c0 0-78.946 19.866-89.129 15.282v43.291c26.993 17.572 50.168 40.493 67.994 67.74 9.933-11.715 21.135-21.897 33.616-30.556 22.409-15.79 48.386-26.231 75.633-29.798l2.548-0.254c7.131-1.020 14.516-1.528 21.901-1.528s14.77 0.508 21.901 1.528v-13.242c0-18.080 12.476-33.87 30.048-37.945l99.574-23.937c47.878-11.461 81.24-53.735 81.24-102.883v-33.87z" />
56
  <glyph unicode="&#xe91f;" glyph-name="contribute" data-tags="contribute" horiz-adv-x="1280" d="M428.396 4.941c5.317-14.94 19.459-24.955 35.331-24.955h355.084c15.872 0 30.013 9.989 35.333 24.955 22.272 62.664 75.484 108.058 138.378 121.17v-146.125h249.999c12.18 0 23.588 5.908 30.607 15.846 7.045 9.938 8.796 22.661 4.746 34.145-37.007 104.673-136.596 174.996-247.88 174.996-45.629 0-89.293-12.078-127.514-33.572v111.099h59.848c20.721 0 37.494 16.799 37.494 37.499 0 20.726-16.799 37.499-37.494 37.499h-59.848v80.184c127.048 18.245 225.014 127.798 225.014 259.829v74.997c0 20.723-16.799 37.498-37.499 37.498-20.721 0-37.499-16.801-37.499-37.498v-74.997c0-93.139-68.26-170.588-157.348-185.065-11.74 30.762-36.567 55.073-67.64 66.093v43.95c0 47.615-17.884 91.126-47.227 124.237 71.306 26.556 122.25 95.307 122.25 175.775 0 20.723-16.804 37.498-37.499 37.498-20.7 0-37.499-16.801-37.499-37.498 0-62.041-50.478-112.495-112.497-112.495h-149.99c-62.043 0-112.496 50.479-112.496 112.495 0 20.723-16.801 37.498-37.498 37.498s-37.498-16.801-37.498-37.498c0-80.442 50.944-149.193 122.25-175.775-29.369-33.111-47.228-76.622-47.228-124.237v-43.95c-31.098-11.020-55.925-35.356-67.641-66.093-89.113 14.478-157.348 91.927-157.348 185.065v74.997c0 20.723-16.801 37.498-37.498 37.498-20.723 0-37.498-16.801-37.498-37.498v-74.997c0-132.005 97.966-241.584 225.016-259.829v-80.184h-65.267c-20.723 0-37.498-16.799-37.498-37.499 0-20.726 16.801-37.499 37.498-37.499h65.267v-109.681c-37.602 20.644-80.391 32.154-125.011 32.154-112.366 0-213.531-71.409-250.333-174.945-4.078-11.484-2.323-24.233 4.697-34.196s18.452-15.872 30.634-15.872h252.501v146.12c62.815-13.082 116.030-58.501 138.302-121.139zM1067.546 126.213c45.189-9.216 85.371-34.739 112.829-71.204h-112.829v71.204zM527.524 622.515c0 62.042 50.478 112.495 112.492 112.495 62.019 0 112.497-50.48 112.497-112.495v-37.498h-225.014v37.498h0.026zM452.5 472.497c0 20.671 16.826 37.498 37.498 37.498h299.986c20.669 0 37.499-16.826 37.499-37.498v-363.036c0-0.384 0.051-0.748 0.051-1.132-13.215-16.184-24.622-34.043-33.782-53.345h-305.071c-9.755 20.49-21.988 39.332-36.234 56.284v361.229h0.052zM214.994 54.984h-114.662c28.001 36.132 69.164 61.885 114.662 71.178v-71.178z" />
57
+ <glyph unicode="&#xe920;" glyph-name="uniE920" d="M597.333 874.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333z" />
58
+ <glyph unicode="&#xe921;" glyph-name="uniE921" d="M338.987 792.32c0-43.594-35.34-78.933-78.933-78.933s-78.933 35.34-78.933 78.933c0 43.594 35.34 78.933 78.933 78.933s78.933-35.34 78.933-78.933z" />
59
+ <glyph unicode="&#xe922;" glyph-name="uniE922" d="M179.627 582.827c0-40.059-32.474-72.533-72.533-72.533s-72.533 32.474-72.533 72.533c0 40.059 32.474 72.533 72.533 72.533s72.533-32.474 72.533-72.533z" />
60
+ <glyph unicode="&#xe923;" glyph-name="uniE923" d="M173.227 313.173c0-36.524-29.609-66.133-66.133-66.133s-66.133 29.609-66.133 66.133c0 36.524 29.609 66.133 66.133 66.133s66.133-29.609 66.133-66.133z" />
61
+ <glyph unicode="&#xe924;" glyph-name="uniE924" d="M319.787 103.68c0-32.99-26.744-59.733-59.733-59.733s-59.733 26.744-59.733 59.733c0 32.99 26.744 59.733 59.733 59.733s59.733-26.744 59.733-59.733z" />
62
+ <glyph unicode="&#xe925;" glyph-name="uniE925" d="M565.333 21.333c0-29.455-23.878-53.333-53.333-53.333s-53.333 23.878-53.333 53.333c0 29.455 23.878 53.333 53.333 53.333s53.333-23.878 53.333-53.333z" />
63
+ <glyph unicode="&#xe926;" glyph-name="uniE926" d="M810.88 103.68c0-25.921-21.013-46.933-46.933-46.933s-46.933 21.013-46.933 46.933c0 25.921 21.013 46.933 46.933 46.933s46.933-21.013 46.933-46.933z" />
64
+ <glyph unicode="&#xe927;" glyph-name="uniE927" d="M957.44 313.173c0-22.386-18.147-40.533-40.533-40.533s-40.533 18.147-40.533 40.533c0 22.386 18.147 40.533 40.533 40.533s40.533-18.147 40.533-40.533z" />
65
+ <glyph unicode="&#xe928;" glyph-name="uniE928" d="M951.040 582.827c0-18.851-15.282-34.133-34.133-34.133s-34.133 15.282-34.133 34.133c0 18.851 15.282 34.133 34.133 34.133s34.133-15.282 34.133-34.133z" />
66
+ <glyph unicode="&#xe929;" glyph-name="uniE929" d="M791.68 792.32c0-15.317-12.417-27.733-27.733-27.733s-27.733 12.417-27.733 27.733c0 15.317 12.417 27.733 27.733 27.733s27.733-12.417 27.733-27.733z" />
67
+ <glyph unicode="&#xe92a;" glyph-name="lock" data-tags="lock" horiz-adv-x="768" d="M672 563.2h-582.4c-51.2 0-89.6-38.4-89.6-83.2v-505.6c0-19.2 19.2-38.4 38.4-38.4h672c25.6 0 44.8 19.2 44.8 44.8v499.2c0 44.8-38.4 83.2-83.2 83.2zM416 192v-76.8c0-19.2-19.2-38.4-38.4-38.4s-38.4 19.2-38.4 38.4v76.8c-38.4 12.8-64 51.2-64 96 6.4 51.2 51.2 96 108.8 96s102.4-44.8 102.4-102.4c-6.4-38.4-32-76.8-70.4-89.6zM384 249.6c19.2 0 38.4 19.2 38.4 38.4s-19.2 32-38.4 32c-19.2 0-38.4-19.2-38.4-38.4s19.2-32 38.4-32zM633.6 742.4c-19.2 128-128 217.6-256 217.6-6.4 0-12.8 0-19.2 0-134.4-12.8-236.8-121.6-236.8-262.4 0-38.4 0-96 0-147.2v-32h83.2v12.8c0 12.8 0 25.6 0 38.4 0 57.6 0 121.6 0 166.4 6.4 64 51.2 108.8 115.2 128 25.6 6.4 44.8 12.8 64 12.8 38.4 0 76.8-12.8 115.2-44.8 32-32 51.2-76.8 51.2-128 0-25.6 0-166.4 0-166.4l83.2 6.4c0 0 0 147.2 0 166.4 0 12.8 0 19.2 0 32z" />
68
  </font></defs></svg>
assets/admin/fonts/admin-icon.ttf CHANGED
Binary file
assets/admin/fonts/admin-icon.woff CHANGED
Binary file
assets/admin/fonts/eaicon.eot CHANGED
Binary file
assets/admin/fonts/eaicon.svg CHANGED
@@ -117,4 +117,19 @@
117
  <glyph unicode="&#xe95c;" glyph-name="circleinfo_widget" data-tags="circle info_widget" d="M853.704 53.983c-23.374 0-46.748 6.678-67.896 17.809-31.165 17.809-54.539 47.861-63.443 83.478s-4.452 72.348 13.357 103.513c24.487 42.296 70.122 67.896 117.983 67.896 6.678 0 13.357 0 18.922-1.113l5.565 4.452c3.339 20.035 4.452 38.957 4.452 58.991 0 124.661-61.217 240.417-164.73 310.539l25.6 38.957c116.87-77.913 185.878-208.139 185.878-348.383 0-25.6-2.226-51.2-6.678-76.8l2.226-5.565c63.443-38.957 83.478-120.209 46.748-184.765-23.374-43.409-69.009-69.009-117.983-69.009v0zM853.704 281.043c-32.278 0-62.33-17.809-77.913-45.635-12.243-21.148-15.583-45.635-8.904-69.009s21.148-42.296 42.296-54.539c13.357-7.791 28.939-12.243 44.522-12.243 32.278 0 62.33 17.809 77.913 45.635 24.487 43.409 10.017 99.061-33.391 123.548-13.357 7.791-28.939 12.243-44.522 12.243zM513.113-35.061c-100.174 0-197.009 35.617-272.696 101.287h-6.678c-20.035-11.13-42.296-16.696-64.557-16.696-48.974 0-94.609 26.713-119.096 67.896-17.809 31.165-23.374 67.896-13.357 103.513 8.904 35.617 32.278 64.557 63.443 83.478 21.148 12.243 44.522 17.809 67.896 17.809 48.974 0 93.496-26.713 117.983-67.896 27.826-48.974 23.374-107.965-11.13-152.487l1.113-7.791c66.783-53.426 150.261-83.478 235.965-83.478 57.878 0 112.417 12.243 163.617 37.843l21.148-41.183c-56.765-27.826-119.096-42.296-183.652-42.296zM169.183 276.591c-15.583 0-31.165-4.452-45.635-12.243-43.409-24.487-57.878-80.139-33.391-123.548 15.583-27.826 45.635-45.635 77.913-45.635 15.583 0 31.165 4.452 44.522 12.243 21.148 12.243 35.617 31.165 42.296 54.539s3.339 47.861-8.904 69.009c-14.47 28.939-44.522 45.635-76.8 45.635zM92.383 417.948c11.13 168.070 120.209 311.652 279.374 367.304l3.339 4.452c2.226 73.461 63.443 132.452 136.904 132.452 75.687 0 136.904-61.217 136.904-136.904s-61.217-136.904-136.904-136.904c-55.652 0-105.739 33.391-126.887 85.704l-6.678 3.339c-136.904-51.2-230.4-178.087-240.417-322.783l-45.635 3.339zM510.887 876.522c-50.087 0-90.157-40.070-90.157-90.157s40.070-90.157 90.157-90.157 90.157 40.070 90.157 90.157-40.070 90.157-90.157 90.157z" />
118
  <glyph unicode="&#xe95d;" glyph-name="EA-advancesearch" data-tags="EA-advance search" d="M901.12-8.411c-46.811 0-90.697 23.406-108.251 61.44s-35.109 76.069-52.663 117.029c-5.851 17.554-14.629 32.183-20.48 49.737l-26.331 61.44h-2.926c-17.554-2.926-38.034-2.926-55.589-2.926-78.994 0-149.211 26.331-207.726 81.92-70.217 64.366-102.4 149.211-96.549 254.537v2.926h-58.514c-11.703 0-26.331 0-38.034 0-17.554 0-26.331 5.851-26.331 17.554 0 8.777 0 14.629 2.926 20.48s11.703 8.777 23.406 8.777c17.554 0 52.663 0 76.069 0h29.257v2.926c0 0 23.406 76.069 70.217 122.88l5.851 5.851h-386.194c-2.926 0-8.777 0-11.703 0-8.777-2.926-17.554 2.926-17.554 14.629 0 14.629 8.777 20.48 17.554 23.406 2.926 0 5.851 0 8.777 0h441.783c0 0 8.777 5.851 29.257 14.629 40.96 20.48 87.771 32.183 134.583 32.183 81.92 0 160.914-32.183 213.577-87.771 111.177-111.177 119.954-277.943 26.331-403.749l-8.777-14.629 20.48-29.257c11.703-14.629 23.406-32.183 38.034-46.811 26.331-35.109 52.663-67.291 78.994-102.4 23.406-32.183 32.183-73.143 23.406-108.251-8.777-38.034-35.109-67.291-73.143-84.846-17.554-8.777-35.109-11.703-49.737-11.703zM740.206 287.086l26.331-64.366c20.48-46.811 38.034-93.623 58.514-137.509 14.629-32.183 40.96-49.737 73.143-49.737v0c11.703 0 26.331 2.926 38.034 8.777 20.48 11.703 35.109 29.257 40.96 49.737 5.851 23.406 0 52.663-17.554 76.069-23.406 32.183-46.811 61.44-70.217 93.623l-58.514 76.069-90.697-52.663zM631.954 837.12c-70.217 0-134.583-26.331-181.394-76.069-49.737-49.737-76.069-114.103-73.143-184.32 0-140.434 117.029-257.463 257.463-257.463 143.36 0 260.389 117.029 260.389 260.389-2.926 140.434-119.954 257.463-263.314 257.463v0zM84.846 436.297c-20.48 0-40.96 0-61.44 0-8.777 0-14.629 2.926-20.48 8.777 0 5.851-2.926 8.777-2.926 14.629 0 17.554 14.629 20.48 23.406 23.406 8.777 0 17.554 0 26.331 0h76.069c8.777 0 17.554 0 26.331 0 17.554 0 26.331-8.777 26.331-23.406 0-20.48-14.629-23.406-26.331-23.406-20.48 0-43.886 0-67.291 0zM55.589 614.766c-14.629 0-29.257 0-35.109 0s-20.48 5.851-20.48 23.406c0 5.851 2.926 11.703 5.851 17.554 2.926 2.926 8.777 5.851 14.629 5.851h73.143c14.629-2.926 23.406-11.703 23.406-23.406 0-14.629-8.777-20.48-23.406-23.406-5.851 0-20.48 0-38.034 0zM266.24 436.297c-14.629 0-26.331 11.703-26.331 26.331s11.703 26.331 26.331 26.331v0c5.851 0 14.629-2.926 17.554-8.777 5.851-5.851 8.777-11.703 8.777-20.48-2.926-11.703-11.703-23.406-26.331-23.406v0z" />
119
  <glyph unicode="&#xe95e;" glyph-name="better-payment" data-tags="better-payment" horiz-adv-x="895" d="M600.276-64h-400.184v23.54h400.184c145.949 0 263.651 118.878 263.651 263.651 0 111.816-65.913 188.322-122.409 220.101l11.77 20.009c62.382-34.133 134.179-117.701 134.179-240.11 0-157.72-129.471-287.191-287.191-287.191zM183.614-64c-23.54 0-48.257 4.708-71.798 14.124-68.267 29.425-111.816 94.161-111.816 169.49v657.949c0 100.046 82.391 182.437 182.437 182.437h428.432c101.223 0 182.437-82.391 182.437-182.437v-234.225c0-48.257-20.009-95.338-54.143-129.471l-428.432-423.724c-35.31-36.487-80.037-54.143-127.117-54.143zM182.437 936.46c-87.099 0-158.897-71.798-158.897-158.897v-657.949c0-65.913 37.664-121.232 97.692-147.126 60.028-24.717 127.117-11.77 173.021 34.133l428.432 423.724c29.425 29.425 47.080 70.621 47.080 112.993v234.225c0 87.099-70.621 158.897-158.897 158.897h-428.432zM793.306 582.179h-336.625c-57.674 0-103.577 47.080-103.577 103.577s47.080 103.577 103.577 103.577h336.625v-207.154zM456.68 765.793c-44.726 0-80.037-36.487-80.037-80.037s36.487-80.037 80.037-80.037h313.085v160.074h-313.085zM466.097 638.676c-28.248 0-50.611 22.363-50.611 50.611s22.363 50.611 50.611 50.611c28.248 0 50.611-22.363 50.611-50.611s-22.363-50.611-50.611-50.611zM466.097 716.359c-15.301 0-27.071-11.77-27.071-27.071s11.77-27.071 27.071-27.071c15.301 0 27.071 11.77 27.071 27.071 0 14.124-11.77 27.071-27.071 27.071z" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  </font></defs></svg>
117
  <glyph unicode="&#xe95c;" glyph-name="circleinfo_widget" data-tags="circle info_widget" d="M853.704 53.983c-23.374 0-46.748 6.678-67.896 17.809-31.165 17.809-54.539 47.861-63.443 83.478s-4.452 72.348 13.357 103.513c24.487 42.296 70.122 67.896 117.983 67.896 6.678 0 13.357 0 18.922-1.113l5.565 4.452c3.339 20.035 4.452 38.957 4.452 58.991 0 124.661-61.217 240.417-164.73 310.539l25.6 38.957c116.87-77.913 185.878-208.139 185.878-348.383 0-25.6-2.226-51.2-6.678-76.8l2.226-5.565c63.443-38.957 83.478-120.209 46.748-184.765-23.374-43.409-69.009-69.009-117.983-69.009v0zM853.704 281.043c-32.278 0-62.33-17.809-77.913-45.635-12.243-21.148-15.583-45.635-8.904-69.009s21.148-42.296 42.296-54.539c13.357-7.791 28.939-12.243 44.522-12.243 32.278 0 62.33 17.809 77.913 45.635 24.487 43.409 10.017 99.061-33.391 123.548-13.357 7.791-28.939 12.243-44.522 12.243zM513.113-35.061c-100.174 0-197.009 35.617-272.696 101.287h-6.678c-20.035-11.13-42.296-16.696-64.557-16.696-48.974 0-94.609 26.713-119.096 67.896-17.809 31.165-23.374 67.896-13.357 103.513 8.904 35.617 32.278 64.557 63.443 83.478 21.148 12.243 44.522 17.809 67.896 17.809 48.974 0 93.496-26.713 117.983-67.896 27.826-48.974 23.374-107.965-11.13-152.487l1.113-7.791c66.783-53.426 150.261-83.478 235.965-83.478 57.878 0 112.417 12.243 163.617 37.843l21.148-41.183c-56.765-27.826-119.096-42.296-183.652-42.296zM169.183 276.591c-15.583 0-31.165-4.452-45.635-12.243-43.409-24.487-57.878-80.139-33.391-123.548 15.583-27.826 45.635-45.635 77.913-45.635 15.583 0 31.165 4.452 44.522 12.243 21.148 12.243 35.617 31.165 42.296 54.539s3.339 47.861-8.904 69.009c-14.47 28.939-44.522 45.635-76.8 45.635zM92.383 417.948c11.13 168.070 120.209 311.652 279.374 367.304l3.339 4.452c2.226 73.461 63.443 132.452 136.904 132.452 75.687 0 136.904-61.217 136.904-136.904s-61.217-136.904-136.904-136.904c-55.652 0-105.739 33.391-126.887 85.704l-6.678 3.339c-136.904-51.2-230.4-178.087-240.417-322.783l-45.635 3.339zM510.887 876.522c-50.087 0-90.157-40.070-90.157-90.157s40.070-90.157 90.157-90.157 90.157 40.070 90.157 90.157-40.070 90.157-90.157 90.157z" />
118
  <glyph unicode="&#xe95d;" glyph-name="EA-advancesearch" data-tags="EA-advance search" d="M901.12-8.411c-46.811 0-90.697 23.406-108.251 61.44s-35.109 76.069-52.663 117.029c-5.851 17.554-14.629 32.183-20.48 49.737l-26.331 61.44h-2.926c-17.554-2.926-38.034-2.926-55.589-2.926-78.994 0-149.211 26.331-207.726 81.92-70.217 64.366-102.4 149.211-96.549 254.537v2.926h-58.514c-11.703 0-26.331 0-38.034 0-17.554 0-26.331 5.851-26.331 17.554 0 8.777 0 14.629 2.926 20.48s11.703 8.777 23.406 8.777c17.554 0 52.663 0 76.069 0h29.257v2.926c0 0 23.406 76.069 70.217 122.88l5.851 5.851h-386.194c-2.926 0-8.777 0-11.703 0-8.777-2.926-17.554 2.926-17.554 14.629 0 14.629 8.777 20.48 17.554 23.406 2.926 0 5.851 0 8.777 0h441.783c0 0 8.777 5.851 29.257 14.629 40.96 20.48 87.771 32.183 134.583 32.183 81.92 0 160.914-32.183 213.577-87.771 111.177-111.177 119.954-277.943 26.331-403.749l-8.777-14.629 20.48-29.257c11.703-14.629 23.406-32.183 38.034-46.811 26.331-35.109 52.663-67.291 78.994-102.4 23.406-32.183 32.183-73.143 23.406-108.251-8.777-38.034-35.109-67.291-73.143-84.846-17.554-8.777-35.109-11.703-49.737-11.703zM740.206 287.086l26.331-64.366c20.48-46.811 38.034-93.623 58.514-137.509 14.629-32.183 40.96-49.737 73.143-49.737v0c11.703 0 26.331 2.926 38.034 8.777 20.48 11.703 35.109 29.257 40.96 49.737 5.851 23.406 0 52.663-17.554 76.069-23.406 32.183-46.811 61.44-70.217 93.623l-58.514 76.069-90.697-52.663zM631.954 837.12c-70.217 0-134.583-26.331-181.394-76.069-49.737-49.737-76.069-114.103-73.143-184.32 0-140.434 117.029-257.463 257.463-257.463 143.36 0 260.389 117.029 260.389 260.389-2.926 140.434-119.954 257.463-263.314 257.463v0zM84.846 436.297c-20.48 0-40.96 0-61.44 0-8.777 0-14.629 2.926-20.48 8.777 0 5.851-2.926 8.777-2.926 14.629 0 17.554 14.629 20.48 23.406 23.406 8.777 0 17.554 0 26.331 0h76.069c8.777 0 17.554 0 26.331 0 17.554 0 26.331-8.777 26.331-23.406 0-20.48-14.629-23.406-26.331-23.406-20.48 0-43.886 0-67.291 0zM55.589 614.766c-14.629 0-29.257 0-35.109 0s-20.48 5.851-20.48 23.406c0 5.851 2.926 11.703 5.851 17.554 2.926 2.926 8.777 5.851 14.629 5.851h73.143c14.629-2.926 23.406-11.703 23.406-23.406 0-14.629-8.777-20.48-23.406-23.406-5.851 0-20.48 0-38.034 0zM266.24 436.297c-14.629 0-26.331 11.703-26.331 26.331s11.703 26.331 26.331 26.331v0c5.851 0 14.629-2.926 17.554-8.777 5.851-5.851 8.777-11.703 8.777-20.48-2.926-11.703-11.703-23.406-26.331-23.406v0z" />
119
  <glyph unicode="&#xe95e;" glyph-name="better-payment" data-tags="better-payment" horiz-adv-x="895" d="M600.276-64h-400.184v23.54h400.184c145.949 0 263.651 118.878 263.651 263.651 0 111.816-65.913 188.322-122.409 220.101l11.77 20.009c62.382-34.133 134.179-117.701 134.179-240.11 0-157.72-129.471-287.191-287.191-287.191zM183.614-64c-23.54 0-48.257 4.708-71.798 14.124-68.267 29.425-111.816 94.161-111.816 169.49v657.949c0 100.046 82.391 182.437 182.437 182.437h428.432c101.223 0 182.437-82.391 182.437-182.437v-234.225c0-48.257-20.009-95.338-54.143-129.471l-428.432-423.724c-35.31-36.487-80.037-54.143-127.117-54.143zM182.437 936.46c-87.099 0-158.897-71.798-158.897-158.897v-657.949c0-65.913 37.664-121.232 97.692-147.126 60.028-24.717 127.117-11.77 173.021 34.133l428.432 423.724c29.425 29.425 47.080 70.621 47.080 112.993v234.225c0 87.099-70.621 158.897-158.897 158.897h-428.432zM793.306 582.179h-336.625c-57.674 0-103.577 47.080-103.577 103.577s47.080 103.577 103.577 103.577h336.625v-207.154zM456.68 765.793c-44.726 0-80.037-36.487-80.037-80.037s36.487-80.037 80.037-80.037h313.085v160.074h-313.085zM466.097 638.676c-28.248 0-50.611 22.363-50.611 50.611s22.363 50.611 50.611 50.611c28.248 0 50.611-22.363 50.611-50.611s-22.363-50.611-50.611-50.611zM466.097 716.359c-15.301 0-27.071-11.77-27.071-27.071s11.77-27.071 27.071-27.071c15.301 0 27.071 11.77 27.071 27.071 0 14.124-11.77 27.071-27.071 27.071z" />
120
+ <glyph unicode="&#xe95f;" glyph-name="eye-solid" data-tags="eye-solid" horiz-adv-x="1152" d="M1145.040 477.2c-108.46 211.62-323.18 354.8-569.040 354.8s-460.64-143.28-569.040-354.82c-4.387-8.495-6.959-18.542-6.959-29.19s2.572-20.695 7.129-29.553l-0.17 0.363c108.46-211.62 323.18-354.8 569.040-354.8s460.64 143.28 569.040 354.82c4.387 8.495 6.959 18.542 6.959 29.19s-2.572 20.695-7.129 29.553l0.17-0.363zM576 160c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288v0c0-0.041 0-0.091 0-0.14 0-158.981-128.879-287.86-287.86-287.86-0.049 0-0.098 0-0.147 0h0.007zM576 640c-18.13-0.261-35.516-3.012-51.969-7.926l1.349 0.346c11.631-15.661 18.62-35.374 18.62-56.72 0-52.854-42.846-95.7-95.7-95.7-21.346 0-41.059 6.988-56.977 18.802l0.257-0.182c-4.247-15.047-6.689-32.328-6.689-50.179 0-105.796 85.764-191.56 191.56-191.56s191.56 85.764 191.56 191.56c0 105.796-85.764 191.56-191.56 191.56-0.159 0-0.317 0-0.476-0.001h0.025z" />
121
+ <glyph unicode="&#xe960;" glyph-name="eye-slash-solid" data-tags="eye-slash-solid" horiz-adv-x="1280" d="M640 160c-151.7 0-274.5 117.42-285.8 266.22l-209.8 162.14c-27.58-34.6-52.96-71.18-73.44-111.18-4.387-8.495-6.959-18.542-6.959-29.19s2.572-20.695 7.129-29.553l-0.17 0.363c108.46-211.62 323.18-354.8 569.040-354.8 53.82 0 105.74 8 155.78 20.92l-103.78 80.3c-15.55-3.151-33.498-5.043-51.857-5.219l-0.143-0.001zM1267.64 43.8l-221.1 170.88c66.318 56.14 120.801 123.919 160.761 200.48l1.739 3.66c4.387 8.495 6.959 18.542 6.959 29.19s-2.572 20.695-7.129 29.553l0.17-0.363c-108.46 211.62-323.18 354.8-569.040 354.8-108.057-0.135-209.564-28.059-297.794-77.006l3.154 1.606-254.44 196.66c-5.365 4.206-12.212 6.745-19.652 6.745-10.241 0-19.358-4.81-25.215-12.295l-0.053-0.070-39.26-50.54c-4.2-5.363-6.736-12.205-6.736-19.639 0-10.236 4.806-19.35 12.286-25.208l0.070-0.053 1176.72-909.46c5.365-4.206 12.212-6.745 19.652-6.745 10.241 0 19.358 4.81 25.215 12.295l0.053 0.070 39.28 50.54c4.196 5.361 6.728 12.2 6.728 19.63 0 10.242-4.812 19.36-12.298 25.217l-0.070 0.053zM900.2 327.8l-78.6 60.76c6.321 17.675 10.107 38.068 10.399 59.306l0.001 0.134c0.010 0.742 0.016 1.618 0.016 2.496 0 104.669-84.851 189.52-189.52 189.52-18.929 0-37.21-2.775-54.458-7.941l1.342 0.345c11.598-15.572 18.581-35.176 18.62-56.411v-0.009c-0.328-7.253-1.432-14.098-3.233-20.655l0.153 0.655-147.22 113.78c48.981 41.15 112.714 66.167 182.289 66.22h0.011c0.047 0 0.104 0 0.16 0 158.97 0 287.84-128.87 287.84-287.84 0-0.056 0-0.112 0-0.168v0.008c0-43.26-10.58-83.58-27.8-120.22z" />
122
+ <glyph unicode="&#xe961;" glyph-name="ban-solid" data-tags="ban-solid" d="M512 944c-273.932 0-496-222.066-496-496s222.068-496 496-496 496 222.068 496 496-222.066 496-496 496zM772.216 708.216c130.896-130.896 140-330.962 41.354-471.274l-512.63 512.626c140.408 98.712 340.452 89.47 471.276-41.352zM251.784 187.784c-130.896 130.896-140 330.962-41.354 471.274l512.63-512.626c-140.406-98.712-340.452-89.472-471.276 41.352z" />
123
+ <glyph unicode="&#xe962;" glyph-name="dice-six-solid" data-tags="dice-six-solid" horiz-adv-x="896" d="M768 896h-640c-70.7 0-128-57.3-128-128v-640c0-70.7 57.3-128 128-128h640c70.7 0 128 57.3 128 128v640c0 70.7-57.3 128-128 128zM256 192c-35.34 0-64 28.66-64 64s28.66 64 64 64 64-28.66 64-64-28.66-64-64-64zM256 384c-35.34 0-64 28.66-64 64s28.66 64 64 64 64-28.66 64-64-28.66-64-64-64zM256 576c-35.34 0-64 28.66-64 64s28.66 64 64 64 64-28.66 64-64-28.66-64-64-64zM640 192c-35.34 0-64 28.66-64 64s28.66 64 64 64 64-28.66 64-64-28.66-64-64-64zM640 384c-35.34 0-64 28.66-64 64s28.66 64 64 64 64-28.66 64-64-28.66-64-64-64zM640 576c-35.34 0-64 28.66-64 64s28.66 64 64 64 64-28.66 64-64-28.66-64-64-64z" />
124
+ <glyph unicode="&#xe963;" glyph-name="dice-one-solid" data-tags="dice-one-solid" horiz-adv-x="896" d="M768 896h-640c-70.7 0-128-57.3-128-128v-640c0-70.7 57.3-128 128-128h640c70.7 0 128 57.3 128 128v640c0 70.7-57.3 128-128 128zM448 384c-35.34 0-64 28.66-64 64s28.66 64 64 64 64-28.66 64-64-28.66-64-64-64z" />
125
+ <glyph unicode="&#xe964;" glyph-name="equals-solid" data-tags="equals-solid" horiz-adv-x="896" d="M832 352h-768c-35.34 0-64-28.66-64-64v-64c0-35.34 28.66-64 64-64h768c35.34 0 64 28.66 64 64v64c0 35.34-28.66 64-64 64zM832 736h-768c-35.34 0-64-28.66-64-64v-64c0-35.34 28.66-64 64-64h768c35.34 0 64 28.66 64 64v64c0 35.34-28.66 64-64 64z" />
126
+ <glyph unicode="&#xe965;" glyph-name="not-equal-solid" data-tags="not-equal-solid" horiz-adv-x="896" d="M832 544c35.34 0 64 28.66 64 64v64c0 35.34-28.66 64-64 64h-47.76l103.74 133.62c10.74 14.040 8.080 34.12-5.94 44.86l-50.82 38.92c-14.040 10.76-34.12 8.080-44.88-5.94l-164.16-211.46h-558.18c-35.34 0-64-28.66-64-64v-64c0-35.34 28.66-64 64-64h409.12l-149.060-192h-260.060c-35.34 0-64-28.66-64-64v-64c0-35.34 28.66-64 64-64h110.98l-103.74-133.62c-10.74-14.020-8.080-34.1 5.94-44.86l50.82-38.92c14.040-10.76 34.12-8.080 44.86 5.94l164.18 211.46h494.96c35.34 0 64 28.66 64 64v64c0 35.34-28.66 64-64 64h-345.9l149.060 192h196.84z" />
127
+ <glyph unicode="&#xe966;" glyph-name="folder-open-solid" data-tags="folder-open-solid" horiz-adv-x="1152" d="M1145.388 375.814l-144.848-248.31c-22.607-38.251-63.634-63.504-110.56-63.504-0.001 0-0.002 0-0.002 0h-799.928c-37.046 0-60.128 40.186-41.462 72.186l144.848 248.31c22.608 38.251 63.637 63.504 110.563 63.504 0 0 0 0 0.001 0h799.928c37.046 0 60.128-40.186 41.46-72.186zM304 512h656v96c0 53.020-42.98 96-96 96h-320l-128 128h-320c-53.020 0-96-42.98-96-96v-556.092l138.154 236.836c34.274 58.756 97.824 95.256 165.846 95.256z" />
128
+ <glyph unicode="&#xe967;" glyph-name="folder-open-regular" data-tags="folder-open-regular" horiz-adv-x="1152" d="M1055.8 512h-95.8v96c0 53-43 96-96 96h-320l-128 128h-320c-53 0-96-43-96-96v-576c0-53 43-96 96-96h800c33 0 63.8 17 81.4 45.2l159.8 256c40 63.8-6 146.8-81.4 146.8zM96 724c0 6.6 5.4 12 12 12h268.2l128-128h347.8c6.6 0 12-5.4 12-12v-84h-560c-33.6 0-64.8-17.6-82.2-46.4l-125.8-208.4zM896 160h-752l154.4 256h757.6z" />
129
+ <glyph unicode="&#xe968;" glyph-name="user-solid" data-tags="user-solid" horiz-adv-x="896" d="M448 448c141.4 0 256 114.6 256 256s-114.6 256-256 256-256-114.6-256-256 114.6-256 256-256zM627.2 384h-33.4c-44.4-20.4-93.8-32-145.8-32s-101.2 11.6-145.8 32h-33.4c-148.4 0-268.8-120.4-268.8-268.8v-83.2c0-53 43-96 96-96h704c53 0 96 43 96 96v83.2c0 148.4-120.4 268.8-268.8 268.8z" />
130
+ <glyph unicode="&#xe969;" glyph-name="user-slash-solid" data-tags="user-slash-solid" horiz-adv-x="1280" d="M1267.6 43.8l-543 419.6c99.6 35.2 171.4 129 171.4 240.6 0 141.4-114.6 256-256 256-134.2 0-243-103.6-253.8-234.8l-295.2 228c-14 10.8-34 8.4-45-5.6l-39.2-50.4c-10.8-14-8.4-34 5.6-44.8l1176.8-909.4c14-10.8 34-8.4 45 5.6l39.2 50.6c10.8 13.6 8.2 33.8-5.8 44.6zM192 115.2v-83.2c0-53 43-96 96-96h700.4l-573.6 443.4c-126.4-22-222.8-131.4-222.8-264.2z" />
131
+ <glyph unicode="&#xe96a;" glyph-name="xmark-solid" data-tags="xmark-solid" horiz-adv-x="640" d="M621.2 237.2c25-25 25-65.5 0-90.5-12.4-12.5-28.8-18.7-45.2-18.7s-32.76 6.25-45.24 18.75l-210.76 210.65-210.74-210.6c-12.5-12.6-28.88-18.8-45.26-18.8s-32.74 6.2-45.25 18.8c-25 25-25 65.5 0 90.5l210.8 210.8-210.8 210.7c-25 25-25 65.5 0 90.5s65.5 25 90.5 0l210.75-210.9 210.8 210.8c25 25 65.5 25 90.5 0s25-65.5 0-90.5l-210.8-210.8 210.7-210.7z" />
132
+ <glyph unicode="&#xe96b;" glyph-name="check-solid" data-tags="check-solid" horiz-adv-x="896" d="M877.2 749.2c25-25 25-65.4 0-90.4l-512-512c-25-25-65.4-25-90.4 0l-256.056 256c-24.992 25-24.992 65.4 0 90.4 24.996 25 65.516 25 90.516 0l208.94-210.6 468.6 466.6c25 25.040 65.4 25.040 90.4 0v0z" />
133
+ <glyph unicode="&#xe96c;" glyph-name="users-solid" data-tags="users-solid" horiz-adv-x="1280" d="M639.8 320c114.82 0 206.2 93.12 206.2 208s-93.080 208-206.2 208c-114.82 0-206.2-93.12-206.2-208-1.8-114.8 91.4-208 206.2-208zM739.8 256h-199.6c-157 0-284.2-119.4-284.2-266.6 0-29.6 25.4-53.4 56.8-53.4h654.4c31.4 0 56.8 23.8 56.8 53.4 0 147.2-127.2 266.6-284.2 266.6zM1024 640c88.36 0 160 71.64 160 160s-71.6 160-160 160c-88.36 0-160-71.64-160-160s71.6-160 160-160zM367.8 528c0 10.898 1.965 21.26 3.218 31.82-21.818 11.98-45.818 16.18-71.218 16.18h-123.64c-97.28 0-176.16-83.6-176.16-186.6 0-20.6 15.774-37.4 35.24-37.4h399c-40.84 47.6-66.44 108.6-66.44 176zM256 640c88.36 0 160 71.64 160 160s-71.6 160-160 160c-88.36 0-160-71.64-160-160s71.64-160 160-160zM1103.8 576h-123.68c-25.6 0-49.76-6.074-71.72-16.48 1.2-10.52 3.2-20.72 3.2-31.52 0-67.42-25.56-128.42-66.32-176h399.4c19.52 0 35.32 16.8 35.32 37.4 0 103-78.8 186.6-176.2 186.6z" />
134
+ <glyph unicode="&#xe96d;" glyph-name="user-plus-solid" data-tags="user-plus-solid" horiz-adv-x="1280" d="M448 448c141.4 0 256 114.62 256 256s-114.6 256-256 256c-141.4 0-256-114.62-256-256s114.6-256 256-256zM549.4 352h-202.8c-191.38 0-346.6-155.2-346.6-346.6 0-38.4 31.040-69.4 69.32-69.4h757.4c38.28 0 69.28 31 69.28 69.4 0 191.4-155.2 346.6-346.6 346.6zM1232 560h-96v96c0 26.4-21.4 48-48 48s-48-21.5-48-48v-96h-96c-26.4 0-48-21.6-48-48s21.5-48 48-48h96v-96c0-26.6 21.6-48 48-48s48 21.5 48 48v96h96c26.6 0 48 21.4 48 48s-21.4 48-48 48z" />
135
  </font></defs></svg>
assets/admin/fonts/eaicon.ttf CHANGED
Binary file
assets/admin/fonts/eaicon.woff CHANGED
Binary file
assets/admin/js/admin.js CHANGED
@@ -528,5 +528,24 @@
528
  },
529
  });
530
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
531
 
532
  } )( jQuery );
528
  },
529
  });
530
  });
531
+
532
+ $(".eael-admin-promotion-close").on('click',function(event){
533
+ event.preventDefault();
534
+ $.ajax({
535
+ url: localize.ajaxurl,
536
+ type: "POST",
537
+ data: {
538
+ action: "eael_admin_promotion",
539
+ security: localize.nonce,
540
+ },
541
+
542
+ success: function (response) {
543
+ $("#eael-admin-promotion-message").remove();
544
+ },
545
+ error: function (err) {
546
+
547
+ },
548
+ });
549
+ });
550
 
551
  } )( jQuery );
assets/front-end/js/edit/ea-select2.js CHANGED
@@ -91,5 +91,19 @@ function ea_woo_cart_column_type_title(value) {
91
  subtotal: eael_select2_localize.subtotal,
92
  };
93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  return labelValues[value] ? labelValues[value] : '';
95
  }
91
  subtotal: eael_select2_localize.subtotal,
92
  };
93
 
94
+ return labelValues[value] ? labelValues[value] : '';
95
+ }
96
+
97
+ function ea_conditional_logic_type_title(value) {
98
+ const labelValues = {
99
+ login_status: eael_select2_localize.cl_login_status,
100
+ user_role: eael_select2_localize.cl_user_role,
101
+ user: eael_select2_localize.cl_user,
102
+ post_type: eael_select2_localize.cl_post_type,
103
+ dynamic: eael_select2_localize.cl_dynamic,
104
+ browser: eael_select2_localize.cl_browser,
105
+ date_time: eael_select2_localize.cl_date_time
106
+ };
107
+
108
  return labelValues[value] ? labelValues[value] : '';
109
  }
essential_adons_elementor.php CHANGED
@@ -4,13 +4,13 @@
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: 5.0.13
8
  * Author URI: https://wpdeveloper.com/
9
  * Text Domain: essential-addons-for-elementor-lite
10
  * Domain Path: /languages
11
  *
12
- * WC tested up to: 6.3.1
13
- * Elementor tested up to: 3.6.2
14
  * Elementor Pro tested up to: 3.6.5
15
  */
16
 
@@ -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', '5.0.13');
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: 5.1.0
8
  * Author URI: https://wpdeveloper.com/
9
  * Text Domain: essential-addons-for-elementor-lite
10
  * Domain Path: /languages
11
  *
12
+ * WC tested up to: 6.4.1
13
+ * Elementor tested up to: 3.6.4
14
  * Elementor Pro tested up to: 3.6.5
15
  */
16
 
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', '5.1.0');
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/Bootstrap.php CHANGED
@@ -74,6 +74,8 @@ class Bootstrap
74
  // modules
75
  protected $installer;
76
 
 
 
77
  /**
78
  * Singleton instance
79
  *
@@ -246,10 +248,16 @@ class Bootstrap
246
  add_action('admin_notices', array($this, 'elementor_not_loaded'));
247
  }
248
 
 
 
 
 
249
  //handle typeform auth token
250
  add_action('admin_init', [$this, 'typeform_auth_handle']);
251
 
252
 
 
 
253
  // On Editor - Register WooCommerce frontend hooks before the Editor init.
254
  // Priority = 5, in order to allow plugins remove/add their wc hooks on init.
255
  if ( ! empty( $_REQUEST['action'] ) && 'elementor' === $_REQUEST['action'] ) {
74
  // modules
75
  protected $installer;
76
 
77
+
78
+ const EAEL_PROMOTION_FLAG = 2;
79
  /**
80
  * Singleton instance
81
  *
248
  add_action('admin_notices', array($this, 'elementor_not_loaded'));
249
  }
250
 
251
+
252
+
253
+ add_action( 'in_admin_header', [ $this, 'remove_admin_notice' ] );
254
+
255
  //handle typeform auth token
256
  add_action('admin_init', [$this, 'typeform_auth_handle']);
257
 
258
 
259
+
260
+
261
  // On Editor - Register WooCommerce frontend hooks before the Editor init.
262
  // Priority = 5, in order to allow plugins remove/add their wc hooks on init.
263
  if ( ! empty( $_REQUEST['action'] ) && 'elementor' === $_REQUEST['action'] ) {
includes/Classes/WPDeveloper_Setup_Wizard.php CHANGED
@@ -461,7 +461,7 @@ class WPDeveloper_Setup_Wizard {
461
  'slug' => 'easyjobs',
462
  'basename' => 'easyjobs/easyjobs.php',
463
  'logo' => EAEL_PLUGIN_URL . 'assets/admin/images/quick-setup/easy-jobs-logo.svg',
464
- 'title' => __( 'EasyJobs', 'essential-addons-for-elementor-lite' ),
465
  'desc' => __( '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.', 'essential-addons-for-elementor-lite' ),
466
  ],
467
  [
461
  'slug' => 'easyjobs',
462
  'basename' => 'easyjobs/easyjobs.php',
463
  'logo' => EAEL_PLUGIN_URL . 'assets/admin/images/quick-setup/easy-jobs-logo.svg',
464
+ 'title' => __( 'easy.jobs', 'essential-addons-for-elementor-lite' ),
465
  'desc' => __( '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.', 'essential-addons-for-elementor-lite' ),
466
  ],
467
  [
includes/Controls/Select2.php CHANGED
@@ -16,26 +16,30 @@ class Select2 extends Base_Data_Control
16
  return 'eael-select2';
17
  }
18
 
19
- public function enqueue()
20
- {
21
- wp_register_script('eael-select2', EAEL_PLUGIN_URL . 'assets/front-end/js/edit/ea-select2.js',
22
- ['jquery-elementor-select2'], '1.0.0', true);
23
- wp_localize_script(
24
- 'eael-select2',
25
- 'eael_select2_localize',
26
- [
27
- 'ajaxurl' => esc_url( admin_url( 'admin-ajax.php' ) ),
28
- 'search_text' => esc_html__( 'Search', 'essential-addons-for-elementor-lite' ),
29
- 'remove' => __( 'Remove', 'essential-addons-for-elementor-lite' ),
30
- 'thumbnail' => __( 'Image', 'essential-addons-for-elementor-lite' ),
31
- 'name' => __( 'Title', 'essential-addons-for-elementor-lite' ),
32
- 'price' => __( 'Price', 'essential-addons-for-elementor-lite' ),
33
- 'quantity' => __( 'Quantity', 'essential-addons-for-elementor-lite' ),
34
- 'subtotal' => __( 'Subtotal', 'essential-addons-for-elementor-lite' ),
35
- ]
36
- );
37
- wp_enqueue_script('eael-select2');
38
- }
 
 
 
 
39
 
40
  protected function get_default_settings()
41
  {
16
  return 'eael-select2';
17
  }
18
 
19
+ public function enqueue() {
20
+ wp_register_script( 'eael-select2', EAEL_PLUGIN_URL . 'assets/front-end/js/edit/ea-select2.js',
21
+ [ 'jquery-elementor-select2' ], '1.0.1', true );
22
+ wp_localize_script(
23
+ 'eael-select2',
24
+ 'eael_select2_localize',
25
+ [
26
+ 'ajaxurl' => esc_url( admin_url( 'admin-ajax.php' ) ),
27
+ 'search_text' => esc_html__( 'Search', 'essential-addons-for-elementor-lite' ),
28
+ 'remove' => __( 'Remove', 'essential-addons-for-elementor-lite' ),
29
+ 'thumbnail' => __( 'Image', 'essential-addons-for-elementor-lite' ),
30
+ 'name' => __( 'Title', 'essential-addons-for-elementor-lite' ),
31
+ 'price' => __( 'Price', 'essential-addons-for-elementor-lite' ),
32
+ 'quantity' => __( 'Quantity', 'essential-addons-for-elementor-lite' ),
33
+ 'subtotal' => __( 'Subtotal', 'essential-addons-for-elementor-lite' ),
34
+ 'cl_login_status' => __( 'User Status', 'essential-addons-for-elementor-lite' ),
35
+ 'cl_post_type' => __( 'Post Type', 'essential-addons-for-elementor-lite' ),
36
+ 'cl_browser' => __( 'Browser', 'essential-addons-for-elementor-lite' ),
37
+ 'cl_date_time' => __( 'Date & Time', 'essential-addons-for-elementor-lite' ),
38
+ 'cl_dynamic' => __( 'Dynamic Field', 'essential-addons-for-elementor-lite' ),
39
+ ]
40
+ );
41
+ wp_enqueue_script( 'eael-select2' );
42
+ }
43
 
44
  protected function get_default_settings()
45
  {
includes/Elements/Adv_Accordion.php CHANGED
@@ -50,6 +50,7 @@ class Adv_Accordion extends Widget_Base
50
  'toggle',
51
  'collapsible',
52
  'faq',
 
53
  'group',
54
  'expand',
55
  'collapse',
@@ -184,6 +185,18 @@ class Adv_Accordion extends Widget_Base
184
  'default' => 300,
185
  ]
186
  );
 
 
 
 
 
 
 
 
 
 
 
 
187
  $this->end_controls_section();
188
  }
189
 
@@ -1097,6 +1110,33 @@ class Adv_Accordion extends Widget_Base
1097
  </div>';
1098
  }
1099
  echo '</div>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1100
  }
1101
 
1102
  protected function print_toggle_icon($settings)
50
  'toggle',
51
  'collapsible',
52
  'faq',
53
+ 'faq schema',
54
  'group',
55
  'expand',
56
  'collapse',
185
  'default' => 300,
186
  ]
187
  );
188
+
189
+ $this->add_control(
190
+ 'eael_adv_accordion_faq_schema_show',
191
+ [
192
+ 'label' => esc_html__('Enable FAQ Schema', 'essential-addons-for-elementor-lite'),
193
+ 'type' => Controls_Manager::SWITCHER,
194
+ 'default' => 'no',
195
+ 'return_value' => 'yes',
196
+ 'separator' => 'before',
197
+ ]
198
+ );
199
+
200
  $this->end_controls_section();
201
  }
202
 
1110
  </div>';
1111
  }
1112
  echo '</div>';
1113
+ ?>
1114
+
1115
+ <!-- FAQ Schema : Starts-->
1116
+ <?php
1117
+ if ( !empty( $settings['eael_adv_accordion_faq_schema_show'] ) && 'yes' === $settings['eael_adv_accordion_faq_schema_show'] ) {
1118
+ $json = [
1119
+ '@context' => 'https://schema.org',
1120
+ '@type' => 'FAQPage',
1121
+ 'mainEntity' => [],
1122
+ ];
1123
+
1124
+ foreach ( $settings['eael_adv_accordion_tab'] as $index => $tab ) {
1125
+ $json['mainEntity'][] = [
1126
+ '@type' => 'Question',
1127
+ 'name' => Helper::eael_wp_kses( $tab['eael_adv_accordion_tab_title'] ),
1128
+ 'acceptedAnswer' => [
1129
+ '@type' => 'Answer',
1130
+ 'text' => ('content' === $tab['eael_adv_accordion_text_type']) ? do_shortcode( $tab['eael_adv_accordion_tab_content'] ) : '',
1131
+ ],
1132
+ ];
1133
+ }
1134
+ ?>
1135
+ <script type="application/ld+json"><?php echo wp_json_encode( $json ); ?></script>
1136
+ <?php } ?>
1137
+ <!-- FAQ Schema : Ends-->
1138
+
1139
+ <?php
1140
  }
1141
 
1142
  protected function print_toggle_icon($settings)
includes/Extensions/Promotion.php CHANGED
@@ -9,15 +9,17 @@ use Elementor\Controls_Manager;
9
 
10
  class Promotion
11
  {
12
- public function __construct()
13
- {
14
- if (!apply_filters('eael/pro_enabled', false)) {
15
- add_action('elementor/element/section/section_layout/after_section_end', [$this, 'section_parallax'], 10);
16
- add_action('elementor/element/section/section_layout/after_section_end', [$this, 'section_particles'], 10);
17
- add_action('elementor/element/common/_section_style/after_section_end', [$this, 'content_protection'], 10);
18
- add_action('elementor/element/common/_section_style/after_section_end', [$this, 'section_tooltip'], 10);
19
- }
20
- }
 
 
21
 
22
  public function teaser_template($texts)
23
  {
@@ -131,4 +133,27 @@ class Promotion
131
  $element->end_controls_section();
132
  }
133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  }
9
 
10
  class Promotion
11
  {
12
+ public function __construct() {
13
+ if ( ! apply_filters( 'eael/pro_enabled', false ) ) {
14
+ add_action( 'elementor/element/section/section_layout/after_section_end', [ $this, 'section_parallax' ], 10 );
15
+ add_action( 'elementor/element/section/section_layout/after_section_end', [ $this, 'section_particles' ], 10 );
16
+ add_action( 'elementor/element/common/_section_style/after_section_end', [ $this, 'content_protection' ], 10 );
17
+ add_action( 'elementor/element/common/_section_style/after_section_end', [ $this, 'section_tooltip' ], 10 );
18
+ add_action( 'elementor/element/common/_section_style/after_section_end', [ $this, 'conditional_display' ] );
19
+ add_action( 'elementor/element/column/section_advanced/after_section_end', [ $this, 'conditional_display' ] );
20
+ add_action( 'elementor/element/section/section_advanced/after_section_end', [ $this, 'conditional_display' ] );
21
+ }
22
+ }
23
 
24
  public function teaser_template($texts)
25
  {
133
  $element->end_controls_section();
134
  }
135
 
136
+ public function conditional_display( $element ) {
137
+ $element->start_controls_section(
138
+ 'eael_conditional_display_section',
139
+ [
140
+ 'label' => __( '<i class="eaicon-logo"></i> Conditional Display', 'essential-addons-for-elementor-lite' ),
141
+ 'tab' => Controls_Manager::TAB_ADVANCED
142
+ ]
143
+ );
144
+
145
+ $element->add_control(
146
+ 'eael_conditional_display_section_pro_required',
147
+ [
148
+ 'type' => Controls_Manager::RAW_HTML,
149
+ 'raw' => $this->teaser_template( [
150
+ 'title' => __( 'Meet EA Conditional Display', 'essential-addons-for-elementor-lite' ),
151
+ 'messages' => __( "Control any section, column, container or widget’s visibility with your own logic.", 'essential-addons-for-elementor-lite' ),
152
+ ] ),
153
+ ]
154
+ );
155
+
156
+ $element->end_controls_section();
157
+ }
158
+
159
  }
includes/Traits/Ajax_Handler.php CHANGED
@@ -64,6 +64,7 @@ trait Ajax_Handler {
64
  if ( is_admin() ) {
65
  add_action( 'wp_ajax_save_settings_with_ajax', array( $this, 'save_settings' ) );
66
  add_action( 'wp_ajax_clear_cache_files_with_ajax', array( $this, 'clear_cache_files' ) );
 
67
  }
68
  }
69
 
@@ -677,6 +678,17 @@ trait Ajax_Handler {
677
 
678
  $post_list = wp_list_pluck( get_terms( $args ), 'name', 'term_id' );
679
  break;
 
 
 
 
 
 
 
 
 
 
 
680
  default:
681
  $post_list = HelperClass::get_query_post_list( $post_type, 10, $search );
682
  }
@@ -724,6 +736,17 @@ trait Ajax_Handler {
724
 
725
  $response = wp_list_pluck( get_terms( $args ), 'name', 'term_id' );
726
  break;
 
 
 
 
 
 
 
 
 
 
 
727
  default:
728
  $post_info = get_posts( [
729
  'post_type' => sanitize_text_field( $_POST['post_type'] ),
@@ -874,4 +897,14 @@ trait Ajax_Handler {
874
 
875
  wp_send_json( true );
876
  }
 
 
 
 
 
 
 
 
 
 
877
  }
64
  if ( is_admin() ) {
65
  add_action( 'wp_ajax_save_settings_with_ajax', array( $this, 'save_settings' ) );
66
  add_action( 'wp_ajax_clear_cache_files_with_ajax', array( $this, 'clear_cache_files' ) );
67
+ add_action( 'wp_ajax_eael_admin_promotion', array( $this, 'eael_admin_promotion' ) );
68
  }
69
  }
70
 
678
 
679
  $post_list = wp_list_pluck( get_terms( $args ), 'name', 'term_id' );
680
  break;
681
+ case 'user':
682
+ $users = [];
683
+
684
+ foreach ( get_users( [ 'search' => "*{$search}*" ] ) as $user ) {
685
+ $user_id = $user->ID;
686
+ $user_name = $user->display_name;
687
+ $users[ $user_id ] = $user_name;
688
+ }
689
+
690
+ $post_list = $users;
691
+ break;
692
  default:
693
  $post_list = HelperClass::get_query_post_list( $post_type, 10, $search );
694
  }
736
 
737
  $response = wp_list_pluck( get_terms( $args ), 'name', 'term_id' );
738
  break;
739
+ case 'user':
740
+ $users = [];
741
+
742
+ foreach ( get_users( [ 'include' => $ids ] ) as $user ) {
743
+ $user_id = $user->ID;
744
+ $user_name = $user->display_name;
745
+ $users[ $user_id ] = $user_name;
746
+ }
747
+
748
+ $response = $users;
749
+ break;
750
  default:
751
  $post_info = get_posts( [
752
  'post_type' => sanitize_text_field( $_POST['post_type'] ),
897
 
898
  wp_send_json( true );
899
  }
900
+
901
+ public function eael_admin_promotion(){
902
+ check_ajax_referer( 'essential-addons-elementor', 'security' );
903
+
904
+ if ( ! current_user_can( 'manage_options' ) ) {
905
+ wp_send_json_error( __( 'you are not allowed to do this action', 'essential-addons-for-elementor-lite' ) );
906
+ }
907
+
908
+ update_option( 'eael_admin_promotion', self::EAEL_PROMOTION_FLAG );
909
+ }
910
  }
includes/Traits/Enqueue.php CHANGED
@@ -310,7 +310,8 @@ trait Enqueue
310
  wp_enqueue_style(
311
  'ea-icon',
312
  $this->safe_url(EAEL_PLUGIN_URL . 'assets/admin/css/eaicon.css'),
313
- false
 
314
  );
315
 
316
  // editor style
310
  wp_enqueue_style(
311
  'ea-icon',
312
  $this->safe_url(EAEL_PLUGIN_URL . 'assets/admin/css/eaicon.css'),
313
+ false,
314
+ EAEL_PLUGIN_VERSION
315
  );
316
 
317
  // editor style
includes/Traits/Helper.php CHANGED
@@ -426,6 +426,28 @@ trait Helper
426
 
427
  wp_send_json_success();
428
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
429
 
430
  }
431
 
426
 
427
  wp_send_json_success();
428
  }
429
+
430
+ public function promotion_message_on_admin_screen() {
431
+ ?>
432
+ <div id="eael-admin-promotion-message" class="eael-admin-promotion-message">
433
+ <i class="e-notice__dismiss eael-admin-promotion-close" role="button" aria-label="Dismiss" tabindex="0"></i>
434
+ <?php printf( __( "<p> <i>📣</i> NEW: Essential Addons 5.1.0 is here, with new '<a target='_blank' href='%s'>EA Conditional Display</a>' extension, <b>'FAQ Schema'</b> for EA Advanced Accordion & more! Check out the <a target='_blank' href='%s'>Changelog</a> for more details 🎉</p>", "essential-addons-for-elementor-lite" ), esc_url( 'https://essential-addons.com/elementor/conditional-display/' ), esc_url( 'https://essential-addons.com/elementor/changelog/' ) ); ?>
435
+ </div>
436
+ <?php
437
+ }
438
+
439
+ public function remove_admin_notice() {
440
+ $current_screen = get_current_screen();
441
+ if ( $current_screen->id == 'toplevel_page_eael-settings' ) {
442
+
443
+ remove_all_actions( 'user_admin_notices' );
444
+ remove_all_actions( 'admin_notices' );
445
+
446
+ if ( get_option( 'eael_admin_promotion' ) < self::EAEL_PROMOTION_FLAG ) {
447
+ add_action( 'admin_notices', array( $this, 'promotion_message_on_admin_screen' ) );
448
+ }
449
+ }
450
+ }
451
 
452
  }
453
 
includes/templates/admin/elements.php CHANGED
@@ -15,6 +15,7 @@ $elements = [
15
  'title' => __( 'Team Member', 'essential-addons-for-elementor-lite' ),
16
  'demo_link' => 'https://essential-addons.com/elementor/team-members/',
17
  'doc_link' => 'https://essential-addons.com/elementor/docs/team-members/',
 
18
  ],
19
  [
20
  'key' => 'testimonials',
@@ -51,12 +52,14 @@ $elements = [
51
  'title' => __( 'Advanced Accordion', 'essential-addons-for-elementor-lite' ),
52
  'demo_link' => 'https://essential-addons.com/elementor/advanced-accordion/',
53
  'doc_link' => 'https://essential-addons.com/elementor/docs/advanced-accordion/',
 
54
  ],
55
  [
56
  'key' => 'adv-tabs',
57
  'title' => __( 'Advanced Tabs', 'essential-addons-for-elementor-lite' ),
58
  'demo_link' => 'https://essential-addons.com/elementor/advanced-tabs/',
59
  'doc_link' => 'https://essential-addons.com/elementor/docs/advanced-tabs/',
 
60
  ],
61
  [
62
  'key' => 'feature-list',
@@ -69,7 +72,8 @@ $elements = [
69
  'title' => __( 'Offcanvas', 'essential-addons-for-elementor-lite' ),
70
  'demo_link' => 'https://essential-addons.com/elementor/offcanvas-content/',
71
  'doc_link' => 'https://essential-addons.com/elementor/docs/essential-addons-elementor-offcanvas/',
72
- 'is_pro' => true
 
73
  ],
74
  [
75
  'key' => 'advanced-menu',
@@ -104,19 +108,22 @@ $elements = [
104
  'title' => __( 'Team Member Carousel', 'essential-addons-for-elementor-lite' ),
105
  'demo_link' => 'https://essential-addons.com/elementor/team-members-carousel/',
106
  'doc_link' => 'https://essential-addons.com/elementor/docs/team-member-carousel/',
107
- 'is_pro' => true
 
108
  ],
109
  [
110
  'key' => 'sticky-video',
111
  'title' => __( 'Sticky Video', 'essential-addons-for-elementor-lite' ),
112
  'demo_link' => 'https://essential-addons.com/elementor/sticky-video/',
113
  'doc_link' => 'https://essential-addons.com/elementor/docs/sticky-video/',
 
114
  ],
115
  [
116
  'key' => 'event-calendar',
117
  'title' => __( 'Event Calendar', 'essential-addons-elementor' ),
118
  'demo_link' => 'https://essential-addons.com/elementor/event-calendar/',
119
  'doc_link' => 'https://essential-addons.com/elementor/docs/event-calendar/',
 
120
  ],
121
  [
122
  'key' => 'simple-menu',
@@ -129,7 +136,8 @@ $elements = [
129
  'title' => __( 'Advanced Search', 'essential-addons-elementor' ),
130
  'demo_link' => 'https://essential-addons.com/elementor/advanced-search/',
131
  'doc_link' => 'https://essential-addons.com/elementor/docs/advanced-search/',
132
- 'is_pro' => true
 
133
  ],
134
  ]
135
  ],
@@ -141,6 +149,7 @@ $elements = [
141
  'title' => __( 'Post Grid', 'essential-addons-for-elementor-lite' ),
142
  'demo_link' => 'https://essential-addons.com/elementor/post-grid/',
143
  'doc_link' => 'https://essential-addons.com/elementor/docs/post-grid/',
 
144
  ],
145
  [
146
  'key' => 'post-timeline',
@@ -159,6 +168,7 @@ $elements = [
159
  'title' => __( 'Advanced Data Table', 'essential-addons-for-elementor-lite' ),
160
  'demo_link' => 'https://essential-addons.com/elementor/advanced-data-table/',
161
  'doc_link' => 'https://essential-addons.com/elementor/docs/advanced-data-table/',
 
162
  ],
163
  [
164
  'key' => 'content-ticker',
@@ -172,7 +182,8 @@ $elements = [
172
  'demo_link' => 'https://essential-addons.com/elementor/advanced-google-map/',
173
  'doc_link' => 'https://essential-addons.com/elementor/docs/advanced-google-map/',
174
  'is_pro' => true,
175
- 'setting' => $this->pro_enabled ? [ 'id' => 'eael-googl-map-setting' ] : []
 
176
  ],
177
  [
178
  'key' => 'post-block',
@@ -193,20 +204,23 @@ $elements = [
193
  'title' => __( 'Smart Post List', 'essential-addons-for-elementor-lite' ),
194
  'demo_link' => 'https://essential-addons.com/elementor/post-list/',
195
  'doc_link' => 'https://essential-addons.com/elementor/docs/smart-post-list/',
196
- 'is_pro' => true
 
197
  ],
198
  [
199
  'key' => 'content-timeline',
200
  'title' => __( 'Content Timeline', 'essential-addons-for-elementor-lite' ),
201
  'demo_link' => 'https://essential-addons.com/elementor/content-timeline/',
202
  'doc_link' => 'https://essential-addons.com/elementor/docs/content-timeline/',
203
- 'is_pro' => true
 
204
  ],
205
  [
206
  'key' => 'dynamic-filter-gallery',
207
  'title' => __( 'Dynamic Gallery', 'essential-addons-for-elementor-lite' ),
208
  'demo_link' => 'https://essential-addons.com/elementor/dynamic-gallery/',
209
  'doc_link' => 'https://essential-addons.com/elementor/docs/dynamic-filterable-gallery/',
 
210
  'is_pro' => true
211
  ]
212
  ]
@@ -225,12 +239,14 @@ $elements = [
225
  'title' => __( 'Fancy Text', 'essential-addons-for-elementor-lite' ),
226
  'demo_link' => 'https://essential-addons.com/elementor/fancy-text/',
227
  'doc_link' => 'https://essential-addons.com/elementor/docs/fancy-text/',
 
228
  ],
229
  [
230
  'key' => 'filter-gallery',
231
  'title' => __( 'Filterable Gallery', 'essential-addons-for-elementor-lite' ),
232
  'demo_link' => 'https://essential-addons.com/elementor/filterable-gallery/',
233
  'doc_link' => 'https://essential-addons.com/elementor/docs/filterable-gallery/',
 
234
  ],
235
  [
236
  'key' => 'image-accordion',
@@ -243,6 +259,7 @@ $elements = [
243
  'title' => __( 'Progress Bar', 'essential-addons-for-elementor-lite' ),
244
  'demo_link' => 'https://essential-addons.com/elementor/progress-bar/',
245
  'doc_link' => 'https://essential-addons.com/elementor/docs/progress-bar/',
 
246
  ],
247
  [
248
  'key' => 'interactive-promo',
@@ -263,14 +280,16 @@ $elements = [
263
  'title' => __( 'Lightbox & Modal', 'essential-addons-for-elementor-lite' ),
264
  'demo_link' => 'https://essential-addons.com/elementor/lightbox-modal/',
265
  'doc_link' => 'https://essential-addons.com/elementor/docs/lightbox-modal/',
266
- 'is_pro' => true
 
267
  ],
268
  [
269
  'key' => 'protected-content',
270
  'title' => __( 'Protected Content', 'essential-addons-for-elementor-lite' ),
271
  'demo_link' => 'https://essential-addons.com/elementor/protected-content/',
272
  'doc_link' => 'https://essential-addons.com/elementor/docs/ea-protected-content/',
273
- 'is_pro' => true
 
274
  ],
275
  [
276
  'key' => 'img-comparison',
@@ -284,14 +303,15 @@ $elements = [
284
  'title' => __( 'Flip Carousel', 'essential-addons-for-elementor-lite' ),
285
  'demo_link' => 'https://essential-addons.com/elementor/flip-carousel/',
286
  'doc_link' => 'https://essential-addons.com/elementor/docs/flip-carousel/',
287
- 'is_pro' => true
288
  ],
289
  [
290
  'key' => 'logo-carousel',
291
  'title' => __( 'Logo Carousel', 'essential-addons-for-elementor-lite' ),
292
  'demo_link' => 'https://essential-addons.com/elementor/logo-carousel/',
293
  'doc_link' => 'https://essential-addons.com/elementor/docs/logo-carousel/',
294
- 'is_pro' => true
 
295
  ],
296
  [
297
  'key' => 'interactive-cards',
@@ -305,7 +325,8 @@ $elements = [
305
  'title' => __( 'One Page Navigation', 'essential-addons-for-elementor-lite' ),
306
  'demo_link' => 'https://essential-addons.com/elementor/one-page-nav/',
307
  'doc_link' => 'https://essential-addons.com/elementor/docs/one-page-navigation/',
308
- 'is_pro' => true
 
309
  ],
310
  [
311
  'key' => 'image-hotspots',
@@ -333,6 +354,7 @@ $elements = [
333
  'title' => __( 'Interactive Circle', 'essential-addons-for-elementor-lite' ),
334
  'demo_link' => 'https://essential-addons.com/elementor/interactive-circle/',
335
  'doc_link' => 'https://essential-addons.com/elementor/docs/interactive-circle/',
 
336
  ]
337
  ]
338
  ],
@@ -350,6 +372,7 @@ $elements = [
350
  'title' => __( 'Pricing Table', 'essential-addons-for-elementor-lite' ),
351
  'demo_link' => 'https://essential-addons.com/elementor/pricing-table/',
352
  'doc_link' => 'https://essential-addons.com/elementor/docs/pricing-table/',
 
353
  ],
354
  [
355
  'key' => 'price-menu',
@@ -386,6 +409,7 @@ $elements = [
386
  'title' => __( 'Gravity Form', 'essential-addons-for-elementor-lite' ),
387
  'demo_link' => 'https://essential-addons.com/elementor/gravity-forms/',
388
  'doc_link' => 'https://essential-addons.com/elementor/docs/gravity-forms/',
 
389
  ],
390
  [
391
  'key' => 'caldera-form',
@@ -429,14 +453,16 @@ $elements = [
429
  'demo_link' => 'https://essential-addons.com/elementor/mailchimp/',
430
  'doc_link' => 'https://essential-addons.com/elementor/docs/mailchimp/',
431
  'is_pro' => true,
432
- 'setting' => $this->pro_enabled ? [ 'id' => 'eael-mailchimp-setting' ] : []
 
433
  ],
434
  [
435
  'key' => 'login-register',
436
  'title' => __( 'Login Register Form', 'essential-addons-elementor' ),
437
  'demo_link' => 'https://essential-addons.com/elementor/login-register-form',
438
  'doc_link' => 'https://essential-addons.com/elementor/docs/login-register-form/',
439
- 'setting' => [ 'id' => 'eael-login-register-setting' ]
 
440
  ],
441
  ]
442
  ],
@@ -448,6 +474,7 @@ $elements = [
448
  'title' => __( 'Twitter Feed', 'essential-addons-for-elementor-lite' ),
449
  'demo_link' => 'https://essential-addons.com/elementor/twitter-feed/',
450
  'doc_link' => 'https://essential-addons.com/elementor/docs/twitter-feed/',
 
451
  ],
452
  [
453
  'key' => 'twitter-feed-carousel',
@@ -461,13 +488,15 @@ $elements = [
461
  'title' => __( 'Instagram Feed', 'essential-addons-for-elementor-lite' ),
462
  'demo_link' => 'https://essential-addons.com/elementor/instagram-feed/',
463
  'doc_link' => 'https://essential-addons.com/elementor/docs/instagram-feed/',
464
- 'is_pro' => true
 
465
  ],
466
  [
467
  'key' => 'facebook-feed',
468
  'title' => __( 'Facebook Feed', 'essential-addons-for-elementor-lite' ),
469
  'demo_link' => 'https://essential-addons.com/elementor/facebook-feed/',
470
  'doc_link' => 'https://essential-addons.com/elementor/docs/facebook-feed/',
 
471
  ],
472
  ]
473
  ],
@@ -514,6 +543,7 @@ $elements = [
514
  'title' => __( 'Product Grid', 'essential-addons-for-elementor-lite' ),
515
  'demo_link' => 'https://essential-addons.com/elementor/woo-product-grid/',
516
  'doc_link' => 'https://essential-addons.com/elementor/docs/woocommerce-product-grid/',
 
517
  ],
518
  [
519
  'key' => 'woo-collections',
@@ -533,19 +563,22 @@ $elements = [
533
  'key' => 'woo-product-carousel',
534
  'title' => __( 'Woo Product Carousel', 'essential-addons-for-elementor-lite' ),
535
  'demo_link' => 'https://essential-addons.com/elementor/woo-product-carousel/',
536
- 'doc_link' => 'https://essential-addons.com/elementor/docs/woo-product-carousel/'
 
537
  ],
538
  [
539
  'key' => 'woo-checkout',
540
  'title' => __( 'Woo Checkout', 'essential-addons-for-elementor-lite' ),
541
  'demo_link' => 'https://essential-addons.com/elementor/woo-checkout/',
542
- 'doc_link' => 'https://essential-addons.com/elementor/docs/woo-checkout/'
 
543
  ],
544
  [
545
  'key' => 'woo-cart',
546
  'title' => __( 'Woo Cart', 'essential-addons-for-elementor-lite' ),
547
  'demo_link' => 'https://essential-addons.com/elementor/woo-cart/',
548
- 'doc_link' => 'https://essential-addons.com/elementor/docs/woocommerce-cart/'
 
549
  ],
550
  [
551
  'key' => 'woo-product-compare',
@@ -590,12 +623,10 @@ $elements = apply_filters( 'add_eael_elementor_addons', $elements );
590
  <h3 class="eael-section__header"><?php echo esc_html( $element[ 'title' ] ) ?></h3>
591
  <div class="eael-element__wrap">
592
  <?php foreach ( $element[ 'elements' ] as $item ): ?>
593
- <div class="eael-element__item">
594
- <?php if ( !empty( $item[ 'is_pro' ] ) && !$this->pro_enabled ): ?>
595
- <div class="isPro">
596
- <span><?php _e( 'Pro', 'essential-addons-for-elementor-lite' ); ?></span>
597
- </div>
598
- <?php endif; ?>
599
  <div class="element__content">
600
  <h4><?php echo esc_html( $item[ 'title' ] ); ?></h4>
601
  <div class="element__options">
@@ -626,6 +657,7 @@ $elements = apply_filters( 'add_eael_elementor_addons', $elements );
626
  ?>
627
  <span class="switch__box <?php echo $disabled; ?>"></span>
628
  </label>
 
629
  </div>
630
  </div>
631
  </div>
15
  'title' => __( 'Team Member', 'essential-addons-for-elementor-lite' ),
16
  'demo_link' => 'https://essential-addons.com/elementor/team-members/',
17
  'doc_link' => 'https://essential-addons.com/elementor/docs/team-members/',
18
+ 'promotion' => 'popular'
19
  ],
20
  [
21
  'key' => 'testimonials',
52
  'title' => __( 'Advanced Accordion', 'essential-addons-for-elementor-lite' ),
53
  'demo_link' => 'https://essential-addons.com/elementor/advanced-accordion/',
54
  'doc_link' => 'https://essential-addons.com/elementor/docs/advanced-accordion/',
55
+ 'promotion' => 'updated'
56
  ],
57
  [
58
  'key' => 'adv-tabs',
59
  'title' => __( 'Advanced Tabs', 'essential-addons-for-elementor-lite' ),
60
  'demo_link' => 'https://essential-addons.com/elementor/advanced-tabs/',
61
  'doc_link' => 'https://essential-addons.com/elementor/docs/advanced-tabs/',
62
+ 'promotion' => 'popular'
63
  ],
64
  [
65
  'key' => 'feature-list',
72
  'title' => __( 'Offcanvas', 'essential-addons-for-elementor-lite' ),
73
  'demo_link' => 'https://essential-addons.com/elementor/offcanvas-content/',
74
  'doc_link' => 'https://essential-addons.com/elementor/docs/essential-addons-elementor-offcanvas/',
75
+ 'is_pro' => true,
76
+ 'promotion' => 'popular'
77
  ],
78
  [
79
  'key' => 'advanced-menu',
108
  'title' => __( 'Team Member Carousel', 'essential-addons-for-elementor-lite' ),
109
  'demo_link' => 'https://essential-addons.com/elementor/team-members-carousel/',
110
  'doc_link' => 'https://essential-addons.com/elementor/docs/team-member-carousel/',
111
+ 'is_pro' => true,
112
+ 'promotion' => 'popular'
113
  ],
114
  [
115
  'key' => 'sticky-video',
116
  'title' => __( 'Sticky Video', 'essential-addons-for-elementor-lite' ),
117
  'demo_link' => 'https://essential-addons.com/elementor/sticky-video/',
118
  'doc_link' => 'https://essential-addons.com/elementor/docs/sticky-video/',
119
+ 'promotion' => 'popular'
120
  ],
121
  [
122
  'key' => 'event-calendar',
123
  'title' => __( 'Event Calendar', 'essential-addons-elementor' ),
124
  'demo_link' => 'https://essential-addons.com/elementor/event-calendar/',
125
  'doc_link' => 'https://essential-addons.com/elementor/docs/event-calendar/',
126
+ 'promotion' => 'popular'
127
  ],
128
  [
129
  'key' => 'simple-menu',
136
  'title' => __( 'Advanced Search', 'essential-addons-elementor' ),
137
  'demo_link' => 'https://essential-addons.com/elementor/advanced-search/',
138
  'doc_link' => 'https://essential-addons.com/elementor/docs/advanced-search/',
139
+ 'is_pro' => true,
140
+ 'promotion' => 'new'
141
  ],
142
  ]
143
  ],
149
  'title' => __( 'Post Grid', 'essential-addons-for-elementor-lite' ),
150
  'demo_link' => 'https://essential-addons.com/elementor/post-grid/',
151
  'doc_link' => 'https://essential-addons.com/elementor/docs/post-grid/',
152
+ 'promotion' => 'popular'
153
  ],
154
  [
155
  'key' => 'post-timeline',
168
  'title' => __( 'Advanced Data Table', 'essential-addons-for-elementor-lite' ),
169
  'demo_link' => 'https://essential-addons.com/elementor/advanced-data-table/',
170
  'doc_link' => 'https://essential-addons.com/elementor/docs/advanced-data-table/',
171
+ 'promotion' => 'popular'
172
  ],
173
  [
174
  'key' => 'content-ticker',
182
  'demo_link' => 'https://essential-addons.com/elementor/advanced-google-map/',
183
  'doc_link' => 'https://essential-addons.com/elementor/docs/advanced-google-map/',
184
  'is_pro' => true,
185
+ 'setting' => $this->pro_enabled ? [ 'id' => 'eael-googl-map-setting' ] : [],
186
+ 'promotion' => 'popular'
187
  ],
188
  [
189
  'key' => 'post-block',
204
  'title' => __( 'Smart Post List', 'essential-addons-for-elementor-lite' ),
205
  'demo_link' => 'https://essential-addons.com/elementor/post-list/',
206
  'doc_link' => 'https://essential-addons.com/elementor/docs/smart-post-list/',
207
+ 'is_pro' => true,
208
+ 'promotion' => 'popular'
209
  ],
210
  [
211
  'key' => 'content-timeline',
212
  'title' => __( 'Content Timeline', 'essential-addons-for-elementor-lite' ),
213
  'demo_link' => 'https://essential-addons.com/elementor/content-timeline/',
214
  'doc_link' => 'https://essential-addons.com/elementor/docs/content-timeline/',
215
+ 'is_pro' => true,
216
+ 'promotion' => 'popular'
217
  ],
218
  [
219
  'key' => 'dynamic-filter-gallery',
220
  'title' => __( 'Dynamic Gallery', 'essential-addons-for-elementor-lite' ),
221
  'demo_link' => 'https://essential-addons.com/elementor/dynamic-gallery/',
222
  'doc_link' => 'https://essential-addons.com/elementor/docs/dynamic-filterable-gallery/',
223
+ 'promotion' => 'popular',
224
  'is_pro' => true
225
  ]
226
  ]
239
  'title' => __( 'Fancy Text', 'essential-addons-for-elementor-lite' ),
240
  'demo_link' => 'https://essential-addons.com/elementor/fancy-text/',
241
  'doc_link' => 'https://essential-addons.com/elementor/docs/fancy-text/',
242
+ 'promotion' => 'popular'
243
  ],
244
  [
245
  'key' => 'filter-gallery',
246
  'title' => __( 'Filterable Gallery', 'essential-addons-for-elementor-lite' ),
247
  'demo_link' => 'https://essential-addons.com/elementor/filterable-gallery/',
248
  'doc_link' => 'https://essential-addons.com/elementor/docs/filterable-gallery/',
249
+ 'promotion' => 'popular'
250
  ],
251
  [
252
  'key' => 'image-accordion',
259
  'title' => __( 'Progress Bar', 'essential-addons-for-elementor-lite' ),
260
  'demo_link' => 'https://essential-addons.com/elementor/progress-bar/',
261
  'doc_link' => 'https://essential-addons.com/elementor/docs/progress-bar/',
262
+ 'promotion' => 'popular'
263
  ],
264
  [
265
  'key' => 'interactive-promo',
280
  'title' => __( 'Lightbox & Modal', 'essential-addons-for-elementor-lite' ),
281
  'demo_link' => 'https://essential-addons.com/elementor/lightbox-modal/',
282
  'doc_link' => 'https://essential-addons.com/elementor/docs/lightbox-modal/',
283
+ 'is_pro' => true,
284
+ 'promotion' => 'popular'
285
  ],
286
  [
287
  'key' => 'protected-content',
288
  'title' => __( 'Protected Content', 'essential-addons-for-elementor-lite' ),
289
  'demo_link' => 'https://essential-addons.com/elementor/protected-content/',
290
  'doc_link' => 'https://essential-addons.com/elementor/docs/ea-protected-content/',
291
+ 'is_pro' => true,
292
+ 'promotion' => 'popular'
293
  ],
294
  [
295
  'key' => 'img-comparison',
303
  'title' => __( 'Flip Carousel', 'essential-addons-for-elementor-lite' ),
304
  'demo_link' => 'https://essential-addons.com/elementor/flip-carousel/',
305
  'doc_link' => 'https://essential-addons.com/elementor/docs/flip-carousel/',
306
+ 'is_pro' => true,
307
  ],
308
  [
309
  'key' => 'logo-carousel',
310
  'title' => __( 'Logo Carousel', 'essential-addons-for-elementor-lite' ),
311
  'demo_link' => 'https://essential-addons.com/elementor/logo-carousel/',
312
  'doc_link' => 'https://essential-addons.com/elementor/docs/logo-carousel/',
313
+ 'is_pro' => true,
314
+ 'promotion' => 'popular'
315
  ],
316
  [
317
  'key' => 'interactive-cards',
325
  'title' => __( 'One Page Navigation', 'essential-addons-for-elementor-lite' ),
326
  'demo_link' => 'https://essential-addons.com/elementor/one-page-nav/',
327
  'doc_link' => 'https://essential-addons.com/elementor/docs/one-page-navigation/',
328
+ 'is_pro' => true,
329
+ 'promotion' => 'popular'
330
  ],
331
  [
332
  'key' => 'image-hotspots',
354
  'title' => __( 'Interactive Circle', 'essential-addons-for-elementor-lite' ),
355
  'demo_link' => 'https://essential-addons.com/elementor/interactive-circle/',
356
  'doc_link' => 'https://essential-addons.com/elementor/docs/interactive-circle/',
357
+ 'promotion' => 'new'
358
  ]
359
  ]
360
  ],
372
  'title' => __( 'Pricing Table', 'essential-addons-for-elementor-lite' ),
373
  'demo_link' => 'https://essential-addons.com/elementor/pricing-table/',
374
  'doc_link' => 'https://essential-addons.com/elementor/docs/pricing-table/',
375
+ 'promotion' => 'popular'
376
  ],
377
  [
378
  'key' => 'price-menu',
409
  'title' => __( 'Gravity Form', 'essential-addons-for-elementor-lite' ),
410
  'demo_link' => 'https://essential-addons.com/elementor/gravity-forms/',
411
  'doc_link' => 'https://essential-addons.com/elementor/docs/gravity-forms/',
412
+ 'promotion' => 'popular'
413
  ],
414
  [
415
  'key' => 'caldera-form',
453
  'demo_link' => 'https://essential-addons.com/elementor/mailchimp/',
454
  'doc_link' => 'https://essential-addons.com/elementor/docs/mailchimp/',
455
  'is_pro' => true,
456
+ 'setting' => $this->pro_enabled ? [ 'id' => 'eael-mailchimp-setting' ] : [],
457
+ 'promotion' => 'popular'
458
  ],
459
  [
460
  'key' => 'login-register',
461
  'title' => __( 'Login Register Form', 'essential-addons-elementor' ),
462
  'demo_link' => 'https://essential-addons.com/elementor/login-register-form',
463
  'doc_link' => 'https://essential-addons.com/elementor/docs/login-register-form/',
464
+ 'setting' => [ 'id' => 'eael-login-register-setting' ],
465
+ 'promotion' => 'popular'
466
  ],
467
  ]
468
  ],
474
  'title' => __( 'Twitter Feed', 'essential-addons-for-elementor-lite' ),
475
  'demo_link' => 'https://essential-addons.com/elementor/twitter-feed/',
476
  'doc_link' => 'https://essential-addons.com/elementor/docs/twitter-feed/',
477
+ 'promotion' => 'updated'
478
  ],
479
  [
480
  'key' => 'twitter-feed-carousel',
488
  'title' => __( 'Instagram Feed', 'essential-addons-for-elementor-lite' ),
489
  'demo_link' => 'https://essential-addons.com/elementor/instagram-feed/',
490
  'doc_link' => 'https://essential-addons.com/elementor/docs/instagram-feed/',
491
+ 'is_pro' => true,
492
+ 'promotion' => 'popular'
493
  ],
494
  [
495
  'key' => 'facebook-feed',
496
  'title' => __( 'Facebook Feed', 'essential-addons-for-elementor-lite' ),
497
  'demo_link' => 'https://essential-addons.com/elementor/facebook-feed/',
498
  'doc_link' => 'https://essential-addons.com/elementor/docs/facebook-feed/',
499
+ 'promotion' => 'updated'
500
  ],
501
  ]
502
  ],
543
  'title' => __( 'Product Grid', 'essential-addons-for-elementor-lite' ),
544
  'demo_link' => 'https://essential-addons.com/elementor/woo-product-grid/',
545
  'doc_link' => 'https://essential-addons.com/elementor/docs/woocommerce-product-grid/',
546
+ 'promotion' => 'popular'
547
  ],
548
  [
549
  'key' => 'woo-collections',
563
  'key' => 'woo-product-carousel',
564
  'title' => __( 'Woo Product Carousel', 'essential-addons-for-elementor-lite' ),
565
  'demo_link' => 'https://essential-addons.com/elementor/woo-product-carousel/',
566
+ 'doc_link' => 'https://essential-addons.com/elementor/docs/woo-product-carousel/',
567
+ 'promotion' => 'new'
568
  ],
569
  [
570
  'key' => 'woo-checkout',
571
  'title' => __( 'Woo Checkout', 'essential-addons-for-elementor-lite' ),
572
  'demo_link' => 'https://essential-addons.com/elementor/woo-checkout/',
573
+ 'doc_link' => 'https://essential-addons.com/elementor/docs/woo-checkout/',
574
+ 'promotion' => 'updated'
575
  ],
576
  [
577
  'key' => 'woo-cart',
578
  'title' => __( 'Woo Cart', 'essential-addons-for-elementor-lite' ),
579
  'demo_link' => 'https://essential-addons.com/elementor/woo-cart/',
580
+ 'doc_link' => 'https://essential-addons.com/elementor/docs/woocommerce-cart/',
581
+ 'promotion' => 'new'
582
  ],
583
  [
584
  'key' => 'woo-product-compare',
623
  <h3 class="eael-section__header"><?php echo esc_html( $element[ 'title' ] ) ?></h3>
624
  <div class="eael-element__wrap">
625
  <?php foreach ( $element[ 'elements' ] as $item ): ?>
626
+ <?php
627
+ $promotion_class = ! empty( $item['promotion'] ) ? sprintf( "eael-promotion-is%s", $item['promotion'] ) : "";
628
+ ?>
629
+ <div class="eael-element__item <?php esc_attr_e($promotion_class); ?>">
 
 
630
  <div class="element__content">
631
  <h4><?php echo esc_html( $item[ 'title' ] ); ?></h4>
632
  <div class="element__options">
657
  ?>
658
  <span class="switch__box <?php echo $disabled; ?>"></span>
659
  </label>
660
+ <?php printf( "%s", ( $disabled == 'disabled') ? '<i class="ea-admin-icon icon-lock eael-lock-style"></i>' : '' ); ?>
661
  </div>
662
  </div>
663
  </div>
includes/templates/admin/extensions.php CHANGED
@@ -30,7 +30,8 @@ $extensions = [
30
  'title' => __( 'Content Protection', 'essential-addons-for-elementor-lite' ),
31
  'demo_link' => 'https://essential-addons.com/elementor/content-protection/',
32
  'doc_link' => 'https://essential-addons.com/elementor/docs/ea-content-protection/',
33
- 'is_pro' => true
 
34
  ],
35
  [
36
  'key' => 'reading-progress',
@@ -43,6 +44,7 @@ $extensions = [
43
  'title' => __( 'Table of Contents', 'essential-addons-for-elementor-lite' ),
44
  'demo_link' => 'https://essential-addons.com/elementor/table-of-content/',
45
  'doc_link' => 'https://essential-addons.com/elementor/docs/table-of-content',
 
46
  ],
47
  [
48
  'key' => 'post-duplicator',
@@ -56,19 +58,30 @@ $extensions = [
56
  'title' => __( 'Custom JS', 'essential-addons-for-elementor-lite' ),
57
  'demo_link' => 'https://essential-addons.com/elementor/custom-js/',
58
  'doc_link' => 'https://essential-addons.com/elementor/docs/custom-js/',
 
59
  ],
60
  [
61
  'key' => 'xd-copy',
62
  'title' => __( 'Cross-Domain Copy Paste', 'essential-addons-for-elementor-lite' ),
63
  'demo_link' => 'https://essential-addons.com/elementor/cross-domain-copy-paste/',
64
  'doc_link' => 'https://essential-addons.com/elementor/docs/cross-domain-copy-paste/',
65
- 'is_pro' => true
 
66
  ],
67
  [
68
  'key' => 'scroll-to-top',
69
  'title' => __( 'Scroll to Top', 'essential-addons-for-elementor-lite' ),
70
  'demo_link' => 'https://essential-addons.com/elementor/scroll-to-top/',
71
  'doc_link' => 'https://essential-addons.com/elementor/docs/scroll-to-top/',
 
 
 
 
 
 
 
 
 
72
  ],
73
  ]
74
  ]
@@ -100,13 +113,11 @@ $extensions = [
100
  <div class="eael-section mb50">
101
  <h3 class="eael-section__header"><?php echo esc_html( $element[ 'title' ] ) ?></h3>
102
  <div class="eael-element__wrap">
103
- <?php foreach ( $element[ 'extensions' ] as $item ): ?>
104
- <div class="eael-element__item ">
105
- <?php if ( !empty( $item[ 'is_pro' ] ) && !$this->pro_enabled ): ?>
106
- <div class="isPro">
107
- <span><?php esc_html_e( 'Pro', 'essential-addons-for-elementor-lite' ); ?></span>
108
- </div>
109
- <?php endif; ?>
110
  <div class="element__content">
111
  <h4><?php echo esc_html( $item[ 'title' ] ); ?></h4>
112
  <div class="element__options">
@@ -139,6 +150,7 @@ $extensions = [
139
 
140
  <span class="switch__box <?php echo esc_attr( $disabled ); ?>"></span>
141
  </label>
 
142
  </div>
143
  </div>
144
  </div>
30
  'title' => __( 'Content Protection', 'essential-addons-for-elementor-lite' ),
31
  'demo_link' => 'https://essential-addons.com/elementor/content-protection/',
32
  'doc_link' => 'https://essential-addons.com/elementor/docs/ea-content-protection/',
33
+ 'is_pro' => true,
34
+ 'promotion' => 'popular'
35
  ],
36
  [
37
  'key' => 'reading-progress',
44
  'title' => __( 'Table of Contents', 'essential-addons-for-elementor-lite' ),
45
  'demo_link' => 'https://essential-addons.com/elementor/table-of-content/',
46
  'doc_link' => 'https://essential-addons.com/elementor/docs/table-of-content',
47
+ 'promotion' => 'popular'
48
  ],
49
  [
50
  'key' => 'post-duplicator',
58
  'title' => __( 'Custom JS', 'essential-addons-for-elementor-lite' ),
59
  'demo_link' => 'https://essential-addons.com/elementor/custom-js/',
60
  'doc_link' => 'https://essential-addons.com/elementor/docs/custom-js/',
61
+ 'promotion' => 'popular'
62
  ],
63
  [
64
  'key' => 'xd-copy',
65
  'title' => __( 'Cross-Domain Copy Paste', 'essential-addons-for-elementor-lite' ),
66
  'demo_link' => 'https://essential-addons.com/elementor/cross-domain-copy-paste/',
67
  'doc_link' => 'https://essential-addons.com/elementor/docs/cross-domain-copy-paste/',
68
+ 'is_pro' => true,
69
+ 'promotion' => 'new'
70
  ],
71
  [
72
  'key' => 'scroll-to-top',
73
  'title' => __( 'Scroll to Top', 'essential-addons-for-elementor-lite' ),
74
  'demo_link' => 'https://essential-addons.com/elementor/scroll-to-top/',
75
  'doc_link' => 'https://essential-addons.com/elementor/docs/scroll-to-top/',
76
+ 'promotion' => 'new'
77
+ ],
78
+ [
79
+ 'key' => 'conditional-display',
80
+ 'title' => __( 'Conditional Display', 'essential-addons-for-elementor-lite' ),
81
+ 'demo_link' => 'https://essential-addons.com/elementor/conditional-display/',
82
+ 'doc_link' => 'https://essential-addons.com/elementor/docs/conditional-display/',
83
+ 'is_pro' => true,
84
+ 'promotion' => 'new'
85
  ],
86
  ]
87
  ]
113
  <div class="eael-section mb50">
114
  <h3 class="eael-section__header"><?php echo esc_html( $element[ 'title' ] ) ?></h3>
115
  <div class="eael-element__wrap">
116
+ <?php foreach ( $element[ 'extensions' ] as $item ): ?>
117
+ <?php
118
+ $promotion_class = ! empty( $item['promotion'] ) ? sprintf( "eael-promotion-is%s", $item['promotion'] ) : "";
119
+ ?>
120
+ <div class="eael-element__item <?php esc_attr_e($promotion_class); ?>">
 
 
121
  <div class="element__content">
122
  <h4><?php echo esc_html( $item[ 'title' ] ); ?></h4>
123
  <div class="element__options">
150
 
151
  <span class="switch__box <?php echo esc_attr( $disabled ); ?>"></span>
152
  </label>
153
+ <?php printf( "%s", ( $disabled == 'disabled') ? '<i class="ea-admin-icon icon-lock-alt eael-lock-style"></i>' : '' ); ?>
154
  </div>
155
  </div>
156
  </div>
includes/templates/admin/integrations.php CHANGED
@@ -32,7 +32,7 @@ $integrations = [
32
  'slug' => 'easyjobs',
33
  'basename' => 'easyjobs/easyjobs.php',
34
  'logo' => EAEL_PLUGIN_URL . 'assets/admin/images/ej.svg',
35
- 'title' => __( 'EasyJobs', 'essential-addons-for-elementor-lite' ),
36
  'desc' => __( '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.', 'essential-addons-for-elementor-lite' ),
37
  ],
38
  [
32
  'slug' => 'easyjobs',
33
  'basename' => 'easyjobs/easyjobs.php',
34
  'logo' => EAEL_PLUGIN_URL . 'assets/admin/images/ej.svg',
35
+ 'title' => __( 'easy.jobs', 'essential-addons-for-elementor-lite' ),
36
  'desc' => __( '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.', 'essential-addons-for-elementor-lite' ),
37
  ],
38
  [
languages/essential-addons-for-elementor-lite.pot CHANGED
@@ -17,11 +17,11 @@ msgstr ""
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
 
20
- #: ../includes/Classes/Helper.php:205, ../includes/Elements/Adv_Accordion.php:325, ../includes/Elements/Adv_Tabs.php:298, ../includes/Elements/Contact_Form_7.php:270, ../includes/Elements/Content_Ticker.php:306, ../includes/Elements/Countdown.php:467, ../includes/Elements/Creative_Button.php:188, ../includes/Elements/Cta_Box.php:397, ../includes/Elements/Data_Table.php:482, ../includes/Elements/Dual_Color_Header.php:214, ../includes/Elements/Fancy_Text.php:269, ../includes/Elements/Filterable_Gallery.php:796, ../includes/Elements/Flip_Box.php:733, ../includes/Elements/Info_Box.php:493, ../includes/Elements/Login_Register.php:1038, ../includes/Elements/Pricing_Table.php:698, ../includes/Elements/Progress_Bar.php:271, ../includes/Elements/Team_Member.php:237, ../includes/Elements/Testimonial.php:214, ../includes/Elements/Tooltip.php:513, ../includes/Elements/Twitter_Feed.php:337, ../includes/Elements/WeForms.php:110
21
  msgid "Go Premium for More Features"
22
  msgstr ""
23
 
24
- #: ../includes/Classes/Helper.php:212, ../includes/Elements/Adv_Accordion.php:332, ../includes/Elements/Adv_Tabs.php:305, ../includes/Elements/Contact_Form_7.php:277, ../includes/Elements/Content_Ticker.php:313, ../includes/Elements/Countdown.php:474, ../includes/Elements/Creative_Button.php:195, ../includes/Elements/Cta_Box.php:404, ../includes/Elements/Data_Table.php:489, ../includes/Elements/Dual_Color_Header.php:221, ../includes/Elements/Fancy_Text.php:276, ../includes/Elements/Filterable_Gallery.php:803, ../includes/Elements/Flip_Box.php:740, ../includes/Elements/Info_Box.php:500, ../includes/Elements/Login_Register.php:1045, ../includes/Elements/Pricing_Table.php:705, ../includes/Elements/Progress_Bar.php:278, ../includes/Elements/Team_Member.php:244, ../includes/Elements/Testimonial.php:221, ../includes/Elements/Tooltip.php:520, ../includes/Elements/Twitter_Feed.php:344, ../includes/Elements/WeForms.php:117
25
  msgid "Unlock more possibilities"
26
  msgstr ""
27
 
@@ -65,7 +65,7 @@ msgstr ""
65
  msgid "Install Now!"
66
  msgstr ""
67
 
68
- #: ../includes/Classes/WPDeveloper_Plugin_Installer.php:151, ../includes/Classes/WPDeveloper_Plugin_Installer.php:169, ../includes/Classes/WPDeveloper_Plugin_Installer.php:188, ../includes/Classes/WPDeveloper_Setup_Wizard.php:517, ../includes/Classes/WPDeveloper_Setup_Wizard.php:543, ../includes/Traits/Ajax_Handler.php:754, ../includes/Traits/Ajax_Handler.php:861, ../includes/Traits/Helper.php:305
69
  msgid "you are not allowed to do this action"
70
  msgstr ""
71
 
@@ -125,7 +125,7 @@ msgstr ""
125
  msgid "Next"
126
  msgstr ""
127
 
128
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:154, ../includes/Elements/Advanced_Data_Table.php:439, ../includes/Elements/Advanced_Data_Table.php:558, ../includes/Elements/Advanced_Data_Table.php:984, ../includes/Elements/Advanced_Data_Table.php:1131, ../includes/Elements/Adv_Accordion.php:153, ../includes/Elements/Betterdocs_Category_Box.php:775, ../includes/Elements/Betterdocs_Category_Grid.php:1521, ../includes/Elements/Betterdocs_Category_Grid.php:1546, ../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:119, ../includes/Elements/Data_Table.php:561, ../includes/Elements/Data_Table.php:786, ../includes/Elements/Data_Table.php:1035, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1015, ../includes/Elements/Event_Calendar.php:1147, ../includes/Elements/Fancy_Text.php:182, ../includes/Elements/Feature_List.php:311, ../includes/Elements/Filterable_Gallery.php:776, ../includes/Elements/Filterable_Gallery.php:1308, ../includes/Elements/Filterable_Gallery.php:1691, ../includes/Elements/Flip_Box.php:381, ../includes/Elements/Flip_Box.php:612, ../includes/Elements/FluentForm.php:275, ../includes/Elements/FluentForm.php:470, ../includes/Elements/FluentForm.php:616, ../includes/Elements/FluentForm.php:1249, ../includes/Elements/FluentForm.php:1494, ../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:681, ../includes/Elements/GravityForms.php:1958, ../includes/Elements/GravityForms.php:2208, ../includes/Elements/Image_Accordion.php:117, ../includes/Elements/Info_Box.php:312, ../includes/Elements/Login_Register.php:716, ../includes/Elements/Login_Register.php:2595, ../includes/Elements/Login_Register.php:3263, ../includes/Elements/Login_Register.php:3583, ../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:495, ../includes/Elements/Post_Grid.php:650, ../includes/Elements/Post_Grid.php:718, ../includes/Elements/Post_Grid.php:813, ../includes/Elements/Post_Grid.php:896, ../includes/Elements/Post_Timeline.php:325, ../includes/Elements/Post_Timeline.php:383, ../includes/Elements/Pricing_Table.php:258, ../includes/Elements/Pricing_Table.php:382, ../includes/Elements/Pricing_Table.php:680, ../includes/Elements/Pricing_Table.php:824, ../includes/Elements/Pricing_Table.php:849, ../includes/Elements/Product_Grid.php:729, ../includes/Elements/Product_Grid.php:1047, ../includes/Elements/Product_Grid.php:1717, ../includes/Elements/Product_Grid.php:2206, ../includes/Elements/Progress_Bar.php:329, ../includes/Elements/Progress_Bar.php:540, ../includes/Elements/Simple_Menu.php:206, ../includes/Elements/Simple_Menu.php:351, ../includes/Elements/Simple_Menu.php:758, ../includes/Elements/Simple_Menu.php:784, ../includes/Elements/Simple_Menu.php:809, ../includes/Elements/Simple_Menu.php:1104, ../includes/Elements/Team_Member.php:388, ../includes/Elements/Testimonial.php:322, ../includes/Elements/Tooltip.php:217, ../includes/Elements/Tooltip.php:289, ../includes/Elements/Tooltip.php:385, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Cart.php:277, ../includes/Elements/Woo_Cart.php:498, ../includes/Elements/Woo_Cart.php:594, ../includes/Elements/Woo_Cart.php:665, ../includes/Elements/Woo_Cart.php:743, ../includes/Elements/Woo_Cart.php:851, ../includes/Elements/Woo_Cart.php:1596, ../includes/Elements/Woo_Cart.php:2202, ../includes/Elements/Woo_Product_Carousel.php:705, ../includes/Elements/Woo_Product_Carousel.php:824, ../includes/Elements/Woo_Product_Carousel.php:877, ../includes/Elements/Woo_Product_Gallery.php:201, ../includes/Elements/Woo_Product_Gallery.php:227, ../includes/Elements/Woo_Product_Gallery.php:560, ../includes/Elements/Woo_Product_Gallery.php:1523, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Scroll_to_Top.php:202, ../includes/Extensions/Table_of_Content.php:463, ../includes/Traits/Controls.php:602, ../includes/Traits/Controls.php:1267, ../includes/Traits/Controls.php:1605, ../includes/Traits/Controls.php:1648, ../includes/Traits/Controls.php:1649, ../includes/Traits/Controls.php:1979
129
  msgid "Right"
130
  msgstr ""
131
 
@@ -297,7 +297,7 @@ msgid "Best FOMO Social Proof Plugin to boost your sales conversion. Create stun
297
  msgstr ""
298
 
299
  #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:464, ../includes/templates/admin/integrations.php:35
300
- msgid "EasyJobs"
301
  msgstr ""
302
 
303
  #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:465, ../includes/templates/admin/integrations.php:36
@@ -332,39 +332,39 @@ msgstr ""
332
  msgid "Team Member"
333
  msgstr ""
334
 
335
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:599, ../includes/Elements/Testimonial.php:24, ../includes/templates/admin/elements.php:21
336
  msgid "Testimonial"
337
  msgstr ""
338
 
339
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:604, ../includes/Elements/Flip_Box.php:33, ../includes/templates/admin/elements.php:27
340
  msgid "Flip Box"
341
  msgstr ""
342
 
343
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:609, ../includes/Elements/Info_Box.php:30, ../includes/templates/admin/elements.php:33
344
  msgid "Info Box"
345
  msgstr ""
346
 
347
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:614, ../includes/Elements/Dual_Color_Header.php:28, ../includes/templates/admin/elements.php:39
348
  msgid "Dual Color Heading"
349
  msgstr ""
350
 
351
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:619, ../includes/Elements/Pricing_Table.php:1488, ../includes/Elements/Tooltip.php:25, ../includes/templates/admin/elements.php:45
352
  msgid "Tooltip"
353
  msgstr ""
354
 
355
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:624, ../includes/Elements/Adv_Accordion.php:31, ../includes/templates/admin/elements.php:51
356
  msgid "Advanced Accordion"
357
  msgstr ""
358
 
359
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:629, ../includes/Elements/Adv_Tabs.php:31, ../includes/templates/admin/elements.php:57
360
  msgid "Advanced Tabs"
361
  msgstr ""
362
 
363
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:634, ../includes/Elements/Feature_List.php:28, ../includes/Elements/Pricing_Table.php:1205, ../includes/templates/admin/elements.php:63
364
  msgid "Feature List"
365
  msgstr ""
366
 
367
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:640, ../includes/Elements/Sticky_Video.php:27, ../includes/templates/admin/elements.php:111
368
  msgid "Sticky Video"
369
  msgstr ""
370
 
@@ -376,55 +376,55 @@ msgstr ""
376
  msgid "Simple Menu"
377
  msgstr ""
378
 
379
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:656, ../includes/templates/admin/elements.php:137
380
  msgid "Dynamic Content Elements"
381
  msgstr ""
382
 
383
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:660, ../includes/Elements/Post_Grid.php:30, ../includes/templates/admin/elements.php:141
384
  msgid "Post Grid"
385
  msgstr ""
386
 
387
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:665, ../includes/Elements/Post_Timeline.php:28, ../includes/templates/admin/elements.php:147
388
  msgid "Post Timeline"
389
  msgstr ""
390
 
391
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:669, ../includes/Elements/Data_Table.php:32, ../includes/templates/admin/elements.php:153
392
  msgid "Data Table"
393
  msgstr ""
394
 
395
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:674, ../includes/Elements/Advanced_Data_Table.php:26, ../includes/templates/admin/elements.php:159
396
  msgid "Advanced Data Table"
397
  msgstr ""
398
 
399
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:678, ../includes/Elements/Content_Ticker.php:30, ../includes/templates/admin/elements.php:165
400
  msgid "Content Ticker"
401
  msgstr ""
402
 
403
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:684, ../includes/templates/admin/elements.php:215
404
  msgid "Creative Elements"
405
  msgstr ""
406
 
407
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:688, ../includes/Elements/Countdown.php:27, ../includes/templates/admin/elements.php:219
408
  msgid "Countdown"
409
  msgstr ""
410
 
411
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:693, ../includes/Elements/Fancy_Text.php:27, ../includes/Elements/Fancy_Text.php:64, ../includes/templates/admin/elements.php:225
412
  msgid "Fancy Text"
413
  msgstr ""
414
 
415
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:698, ../includes/Elements/Filterable_Gallery.php:33, ../includes/templates/admin/elements.php:231
416
  msgid "Filterable Gallery"
417
  msgstr ""
418
 
419
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:703, ../includes/Elements/Image_Accordion.php:26, ../includes/templates/admin/elements.php:237
420
  msgid "Image Accordion"
421
  msgstr ""
422
 
423
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:708, ../includes/Elements/Progress_Bar.php:28, ../includes/Elements/Progress_Bar.php:127, ../includes/templates/admin/elements.php:243
424
  msgid "Progress Bar"
425
  msgstr ""
426
 
427
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:713, ../includes/Elements/Interactive_Circle.php:25, ../includes/templates/admin/elements.php:333
428
  msgid "Interactive Circle"
429
  msgstr ""
430
 
@@ -432,59 +432,59 @@ msgstr ""
432
  msgid "Marketing & Social Feed Elements"
433
  msgstr ""
434
 
435
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:723, ../includes/templates/admin/elements.php:344
436
  msgid "Call To Action"
437
  msgstr ""
438
 
439
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:728, ../includes/Elements/Pricing_Table.php:33, ../includes/templates/admin/elements.php:350
440
  msgid "Pricing Table"
441
  msgstr ""
442
 
443
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:733, ../includes/Elements/Twitter_Feed.php:27, ../includes/templates/admin/elements.php:448
444
  msgid "Twitter Feed"
445
  msgstr ""
446
 
447
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:738, ../includes/Elements/Facebook_Feed.php:28, ../includes/templates/admin/elements.php:468
448
  msgid "Facebook Feed"
449
  msgstr ""
450
 
451
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:745, ../includes/templates/admin/elements.php:364
452
  msgid "Form Styler Elements"
453
  msgstr ""
454
 
455
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:749, ../includes/Elements/Contact_Form_7.php:43, ../includes/templates/admin/elements.php:368
456
  msgid "Contact Form 7"
457
  msgstr ""
458
 
459
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:754, ../includes/templates/admin/elements.php:374
460
  msgid "weForms"
461
  msgstr ""
462
 
463
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:758, ../includes/templates/admin/elements.php:380
464
  msgid "Ninja Form"
465
  msgstr ""
466
 
467
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:762, ../includes/templates/admin/elements.php:386
468
  msgid "Gravity Form"
469
  msgstr ""
470
 
471
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:766, ../includes/Elements/Caldera_Forms.php:96, ../includes/templates/admin/elements.php:392
472
  msgid "Caldera Form"
473
  msgstr ""
474
 
475
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:770, ../includes/Elements/WpForms.php:27, ../includes/Elements/WpForms.php:87, ../includes/templates/admin/elements.php:398
476
  msgid "WPForms"
477
  msgstr ""
478
 
479
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:774, ../includes/Elements/FluentForm.php:30, ../includes/templates/admin/elements.php:404
480
  msgid "Fluent Forms"
481
  msgstr ""
482
 
483
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:778, ../includes/Elements/Formstack.php:28, ../includes/Elements/Formstack.php:169, ../includes/templates/admin/elements.php:410
484
  msgid "Formstack"
485
  msgstr ""
486
 
487
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:782, ../includes/Elements/TypeForm.php:25, ../includes/Elements/TypeForm.php:126, ../includes/Elements/TypeForm.php:132, ../includes/templates/admin/elements.php:416
488
  msgid "Typeform"
489
  msgstr ""
490
 
@@ -492,63 +492,63 @@ msgstr ""
492
  msgid "Login Register Form"
493
  msgstr ""
494
 
495
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:792, ../includes/templates/admin/elements.php:487
496
  msgid "Documentation Elements"
497
  msgstr ""
498
 
499
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:796, ../includes/Elements/Betterdocs_Category_Grid.php:30, ../includes/templates/admin/elements.php:491
500
  msgid "BetterDocs Category Grid"
501
  msgstr ""
502
 
503
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:800, ../includes/Elements/Betterdocs_Category_Box.php:34, ../includes/templates/admin/elements.php:497
504
  msgid "BetterDocs Category Box"
505
  msgstr ""
506
 
507
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:805, ../includes/Elements/Betterdocs_Search_Form.php:29, ../includes/templates/admin/elements.php:503
508
  msgid "BetterDocs Search Form"
509
  msgstr ""
510
 
511
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:810, ../includes/templates/admin/elements.php:510
512
  msgid "WooCommerce Elements"
513
  msgstr ""
514
 
515
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:814, ../includes/Elements/Product_Grid.php:61, ../includes/templates/admin/elements.php:514
516
  msgid "Product Grid"
517
  msgstr ""
518
 
519
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:819, ../includes/Elements/Woo_Product_Carousel.php:63, ../includes/templates/admin/elements.php:534
520
  msgid "Woo Product Carousel"
521
  msgstr ""
522
 
523
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:823, ../includes/Elements/Woo_Checkout.php:52, ../includes/templates/admin/elements.php:540
524
  msgid "Woo Checkout"
525
  msgstr ""
526
 
527
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:827, ../includes/Elements/Woo_Cart.php:69, ../includes/templates/admin/elements.php:546
528
  msgid "Woo Cart"
529
  msgstr ""
530
 
531
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:831, ../includes/Elements/Woo_Product_Compare.php:34, ../includes/templates/admin/elements.php:552
532
  msgid "Woo Product Compare"
533
  msgstr ""
534
 
535
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:836, ../includes/Elements/Woo_Product_Gallery.php:49, ../includes/templates/admin/elements.php:558
536
  msgid "Woo Product Gallery"
537
  msgstr ""
538
 
539
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:852, ../includes/Elements/Adv_Accordion.php:116, ../includes/Elements/Login_Register.php:3029, ../includes/Elements/Woo_Product_Carousel.php:2554, ../includes/Traits/Elements.php:290, ../includes/templates/admin/elements.php:83, ../includes/templates/admin/go-pro.php:75
540
  msgid "Toggle"
541
  msgstr ""
542
 
543
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:857, ../includes/templates/admin/elements.php:171, ../includes/templates/admin/go-pro.php:82
544
  msgid "Advanced Google Map"
545
  msgstr ""
546
 
547
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:862, ../includes/Traits/Elements.php:152, ../includes/templates/admin/elements.php:207, ../includes/templates/admin/go-pro.php:88
548
  msgid "Dynamic Gallery"
549
  msgstr ""
550
 
551
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:867, ../includes/Traits/Elements.php:176, ../includes/templates/admin/elements.php:312, ../includes/templates/admin/go-pro.php:94
552
  msgid "Image Hotspots"
553
  msgstr ""
554
 
@@ -556,11 +556,11 @@ msgstr ""
556
  msgid "Lightbox and Modal"
557
  msgstr ""
558
 
559
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:877, ../includes/Traits/Elements.php:224, ../includes/templates/admin/elements.php:428
560
  msgid "Mailchimp"
561
  msgstr ""
562
 
563
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:882, ../includes/Traits/Elements.php:188, ../includes/templates/admin/elements.php:461, ../includes/templates/admin/go-pro.php:112
564
  msgid "Instagram Feed"
565
  msgstr ""
566
 
@@ -568,34 +568,54 @@ msgstr ""
568
  msgid "Quick Setup Wizard- Essential Addons"
569
  msgstr ""
570
 
571
- #: ../includes/Controls/Select2.php:28, ../includes/Elements/Advanced_Data_Table.php:155, ../includes/Elements/Advanced_Data_Table.php:170, ../includes/Elements/Advanced_Data_Table.php:874, ../includes/Elements/Betterdocs_Search_Form.php:157
572
  msgid "Search"
573
  msgstr ""
574
 
575
- #: ../includes/Controls/Select2.php:29, ../includes/Elements/Woo_Cart.php:195, ../includes/Elements/Woo_Cart.php:777, ../includes/Traits/Woo_Product_Comparable.php:1787
576
  msgid "Remove"
577
  msgstr ""
578
 
579
- #: ../includes/Controls/Select2.php:30, ../includes/Elements/Adv_Tabs.php:179, ../includes/Elements/Adv_Tabs.php:206, ../includes/Elements/Data_Table.php:156, ../includes/Elements/Data_Table.php:188, ../includes/Elements/Feature_List.php:82, ../includes/Elements/Feature_List.php:167, ../includes/Elements/Filterable_Gallery.php:564, ../includes/Elements/Flip_Box.php:205, ../includes/Elements/Flip_Box.php:436, ../includes/Elements/Info_Box.php:111, ../includes/Elements/Post_Grid.php:120, ../includes/Elements/Post_Timeline.php:235, ../includes/Elements/Tooltip.php:82, ../includes/Elements/Tooltip.php:177, ../includes/Elements/Woo_Cart.php:196, ../includes/Traits/Controls.php:578, ../includes/Traits/Controls.php:739, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:71
580
  msgid "Image"
581
  msgstr ""
582
 
583
- #: ../includes/Controls/Select2.php:31, ../includes/Elements/Betterdocs_Category_Box.php:627, ../includes/Elements/Betterdocs_Category_Box.php:666, ../includes/Elements/Betterdocs_Category_Grid.php:589, ../includes/Elements/Betterdocs_Category_Grid.php:1146, ../includes/Elements/Caldera_Forms.php:118, ../includes/Elements/Caldera_Forms.php:258, ../includes/Elements/Contact_Form_7.php:160, ../includes/Elements/Contact_Form_7.php:465, ../includes/Elements/Cta_Box.php:219, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:730, ../includes/Elements/Event_Calendar.php:1389, ../includes/Elements/Feature_List.php:181, ../includes/Elements/Feature_List.php:183, ../includes/Elements/Feature_List.php:735, ../includes/Elements/Flip_Box.php:656, ../includes/Elements/FluentForm.php:160, ../includes/Elements/FluentForm.php:293, ../includes/Elements/Formstack.php:201, ../includes/Elements/Formstack.php:472, ../includes/Elements/GravityForms.php:158, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:507, ../includes/Elements/Image_Accordion.php:197, ../includes/Elements/Image_Accordion.php:487, ../includes/Elements/Interactive_Circle.php:154, ../includes/Elements/Login_Register.php:2310, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:160, ../includes/Elements/Pricing_Table.php:137, ../includes/Elements/Product_Grid.php:2428, ../includes/Elements/Progress_Bar.php:122, ../includes/Elements/Progress_Bar.php:681, ../includes/Elements/Woo_Cart.php:197, ../includes/Elements/Woo_Cart.php:439, ../includes/Elements/Woo_Cart.php:570, ../includes/Elements/Woo_Cart.php:641, ../includes/Elements/Woo_Cart.php:719, ../includes/Elements/Woo_Checkout.php:335, ../includes/Elements/Woo_Checkout.php:445, ../includes/Elements/Woo_Checkout.php:539, ../includes/Elements/Woo_Product_Carousel.php:1512, ../includes/Elements/Woo_Product_Gallery.php:1764, ../includes/Elements/WpForms.php:116, ../includes/Elements/WpForms.php:146, ../includes/Elements/WpForms.php:410, ../includes/Extensions/Table_of_Content.php:110, ../includes/Traits/Woo_Product_Comparable.php:41, ../includes/Traits/Woo_Product_Comparable.php:75, ../includes/Traits/Woo_Product_Comparable.php:1083, ../includes/Traits/Woo_Product_Comparable.php:1201
584
  msgid "Title"
585
  msgstr ""
586
 
587
- #: ../includes/Controls/Select2.php:32, ../includes/Elements/GravityForms.php:1135, ../includes/Elements/Pricing_Table.php:196, ../includes/Elements/Pricing_Table.php:203, ../includes/Elements/Product_Grid.php:143, ../includes/Elements/Product_Grid.php:2458, ../includes/Elements/Woo_Cart.php:198, ../includes/Elements/Woo_Cart.php:394, ../includes/Elements/Woo_Cart.php:557, ../includes/Elements/Woo_Cart.php:572, ../includes/Elements/Woo_Checkout.php:220, ../includes/Elements/Woo_Product_Carousel.php:124, ../includes/Elements/Woo_Product_Carousel.php:1541, ../includes/Elements/Woo_Product_Gallery.php:113, ../includes/Elements/Woo_Product_Gallery.php:1793, ../includes/Traits/Woo_Product_Comparable.php:42, ../includes/Traits/Woo_Product_Comparable.php:79
588
  msgid "Price"
589
  msgstr ""
590
 
591
- #: ../includes/Controls/Select2.php:33, ../includes/Elements/Product_Grid.php:2607, ../includes/Elements/Woo_Cart.php:199, ../includes/Elements/Woo_Cart.php:398, ../includes/Elements/Woo_Cart.php:628, ../includes/Elements/Woo_Cart.php:643, ../includes/Elements/Woo_Checkout.php:203, ../includes/Elements/Woo_Product_Carousel.php:1702, ../includes/Elements/Woo_Product_Gallery.php:1942
592
  msgid "Quantity"
593
  msgstr ""
594
 
595
- #: ../includes/Controls/Select2.php:34, ../includes/Elements/Woo_Cart.php:200, ../includes/Elements/Woo_Cart.php:706, ../includes/Elements/Woo_Cart.php:721, ../includes/Elements/Woo_Checkout.php:234, ../includes/Template/Woocommerce/Cart/Woo_Cart_Helper.php:231, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:464
596
  msgid "Subtotal"
597
  msgstr ""
598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
599
  #: ../includes/Elements/Advanced_Data_Table.php:73
600
  msgid "Data Source"
601
  msgstr ""
@@ -720,11 +740,11 @@ msgstr ""
720
  msgid "Width"
721
  msgstr ""
722
 
723
- #: ../includes/Elements/Advanced_Data_Table.php:361, ../includes/Elements/Advanced_Data_Table.php:1029, ../includes/Elements/Advanced_Data_Table.php:1227, ../includes/Elements/Advanced_Data_Table.php:1299, ../includes/Elements/Advanced_Data_Table.php:1427, ../includes/Elements/Adv_Accordion.php:384, ../includes/Elements/Adv_Accordion.php:573, ../includes/Elements/Adv_Accordion.php:633, ../includes/Elements/Adv_Accordion.php:694, ../includes/Elements/Adv_Accordion.php:777, ../includes/Elements/Adv_Accordion.php:899, ../includes/Elements/Adv_Accordion.php:945, ../includes/Elements/Adv_Accordion.php:991, ../includes/Elements/Adv_Tabs.php:360, ../includes/Elements/Adv_Tabs.php:554, ../includes/Elements/Adv_Tabs.php:621, ../includes/Elements/Adv_Tabs.php:690, ../includes/Elements/Adv_Tabs.php:784, ../includes/Elements/Betterdocs_Category_Box.php:300, ../includes/Elements/Betterdocs_Category_Box.php:368, ../includes/Elements/Betterdocs_Category_Box.php:489, ../includes/Elements/Betterdocs_Category_Box.php:565, ../includes/Elements/Betterdocs_Category_Box.php:885, ../includes/Elements/Betterdocs_Category_Box.php:990, ../includes/Elements/Betterdocs_Category_Grid.php:341, ../includes/Elements/Betterdocs_Category_Grid.php:389, ../includes/Elements/Betterdocs_Category_Grid.php:474, ../includes/Elements/Betterdocs_Category_Grid.php:515, ../includes/Elements/Betterdocs_Category_Grid.php:640, ../includes/Elements/Betterdocs_Category_Grid.php:694, ../includes/Elements/Betterdocs_Category_Grid.php:844, ../includes/Elements/Betterdocs_Category_Grid.php:941, ../includes/Elements/Betterdocs_Category_Grid.php:1186, ../includes/Elements/Betterdocs_Category_Grid.php:1386, ../includes/Elements/Betterdocs_Category_Grid.php:1485, ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Betterdocs_Search_Form.php:374, ../includes/Elements/Betterdocs_Search_Form.php:432, ../includes/Elements/Betterdocs_Search_Form.php:542, ../includes/Elements/Caldera_Forms.php:617, ../includes/Elements/Caldera_Forms.php:813, ../includes/Elements/Caldera_Forms.php:1229, ../includes/Elements/Caldera_Forms.php:1387, ../includes/Elements/Contact_Form_7.php:711, ../includes/Elements/Contact_Form_7.php:776, ../includes/Elements/Contact_Form_7.php:1255, ../includes/Elements/Contact_Form_7.php:1457, ../includes/Elements/Contact_Form_7.php:1551, ../includes/Elements/Contact_Form_7.php:1618, ../includes/Elements/Content_Ticker.php:622, ../includes/Elements/Countdown.php:619, ../includes/Elements/Cta_Box.php:557, ../includes/Elements/Cta_Box.php:884, ../includes/Elements/Cta_Box.php:1243, ../includes/Elements/Data_Table.php:652, ../includes/Elements/Data_Table.php:691, ../includes/Elements/Data_Table.php:883, ../includes/Elements/Data_Table.php:1217, ../includes/Elements/Dual_Color_Header.php:347, ../includes/Elements/Event_Calendar.php:810, ../includes/Elements/Event_Calendar.php:877, ../includes/Elements/Event_Calendar.php:931, ../includes/Elements/Event_Calendar.php:1603, ../includes/Elements/Event_Calendar.php:1674, ../includes/Elements/Facebook_Feed.php:466, ../includes/Elements/Filterable_Gallery.php:872, ../includes/Elements/Filterable_Gallery.php:985, ../includes/Elements/Filterable_Gallery.php:1051, ../includes/Elements/Filterable_Gallery.php:1131, ../includes/Elements/Filterable_Gallery.php:1278, ../includes/Elements/Filterable_Gallery.php:1335, ../includes/Elements/Filterable_Gallery.php:1554, ../includes/Elements/Filterable_Gallery.php:1829, ../includes/Elements/Filterable_Gallery.php:1890, ../includes/Elements/Filterable_Gallery.php:2411, ../includes/Elements/Filterable_Gallery.php:2528, ../includes/Elements/Flip_Box.php:994, ../includes/Elements/Flip_Box.php:1107, ../includes/Elements/FluentForm.php:666, ../includes/Elements/FluentForm.php:862, ../includes/Elements/FluentForm.php:1580, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:2005, ../includes/Elements/FluentForm.php:2123, ../includes/Elements/Formstack.php:865, ../includes/Elements/Formstack.php:1061, ../includes/Elements/Formstack.php:1465, ../includes/Elements/Formstack.php:1686, ../includes/Elements/Formstack.php:1815, ../includes/Elements/GravityForms.php:879, ../includes/Elements/GravityForms.php:943, ../includes/Elements/GravityForms.php:1678, ../includes/Elements/GravityForms.php:1884, ../includes/Elements/GravityForms.php:2053, ../includes/Elements/GravityForms.php:2280, ../includes/Elements/Image_Accordion.php:354, ../includes/Elements/Image_Accordion.php:464, ../includes/Elements/Info_Box.php:569, ../includes/Elements/Info_Box.php:624, ../includes/Elements/Info_Box.php:818, ../includes/Elements/Info_Box.php:898, ../includes/Elements/Info_Box.php:1051, ../includes/Elements/Info_Box.php:1132, ../includes/Elements/Interactive_Circle.php:357, ../includes/Elements/Interactive_Circle.php:503, ../includes/Elements/Interactive_Circle.php:730, ../includes/Elements/Login_Register.php:2778, ../includes/Elements/NinjaForms.php:659, ../includes/Elements/NinjaForms.php:857, ../includes/Elements/NinjaForms.php:1397, ../includes/Elements/Post_Grid.php:303, ../includes/Elements/Pricing_Table.php:1786, ../includes/Elements/Pricing_Table.php:1952, ../includes/Elements/Product_Grid.php:2277, ../includes/Elements/Simple_Menu.php:631, ../includes/Elements/Simple_Menu.php:704, ../includes/Elements/Team_Member.php:413, ../includes/Elements/Team_Member.php:501, ../includes/Elements/Testimonial.php:435, ../includes/Elements/Tooltip.php:439, ../includes/Elements/Tooltip.php:482, ../includes/Elements/Twitter_Feed.php:490, ../includes/Elements/Twitter_Feed.php:580, ../includes/Elements/Twitter_Feed.php:897, ../includes/Elements/Woo_Checkout.php:1571, ../includes/Elements/Woo_Checkout.php:1850, ../includes/Elements/Woo_Product_Carousel.php:2241, ../includes/Elements/Woo_Product_Carousel.php:2675, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php:545, ../includes/Traits/Controls.php:1324, ../includes/Traits/Controls.php:1378, ../includes/Traits/Controls.php:1508
724
  msgid "Border"
725
  msgstr ""
726
 
727
- #: ../includes/Elements/Advanced_Data_Table.php:387, ../includes/Elements/Advanced_Data_Table.php:1055, ../includes/Elements/Advanced_Data_Table.php:1253, ../includes/Elements/Advanced_Data_Table.php:1325, ../includes/Elements/Advanced_Data_Table.php:1449, ../includes/Elements/Adv_Accordion.php:391, ../includes/Elements/Adv_Accordion.php:580, ../includes/Elements/Adv_Accordion.php:640, ../includes/Elements/Adv_Accordion.php:701, ../includes/Elements/Adv_Tabs.php:368, ../includes/Elements/Adv_Tabs.php:561, ../includes/Elements/Adv_Tabs.php:628, ../includes/Elements/Adv_Tabs.php:697, ../includes/Elements/Adv_Tabs.php:791, ../includes/Elements/Betterdocs_Category_Box.php:308, ../includes/Elements/Betterdocs_Category_Box.php:376, ../includes/Elements/Betterdocs_Category_Box.php:497, ../includes/Elements/Betterdocs_Category_Box.php:574, ../includes/Elements/Betterdocs_Category_Box.php:896, ../includes/Elements/Betterdocs_Category_Box.php:1001, ../includes/Elements/Betterdocs_Category_Grid.php:349, ../includes/Elements/Betterdocs_Category_Grid.php:397, ../includes/Elements/Betterdocs_Category_Grid.php:482, ../includes/Elements/Betterdocs_Category_Grid.php:523, ../includes/Elements/Betterdocs_Category_Grid.php:648, ../includes/Elements/Betterdocs_Category_Grid.php:702, ../includes/Elements/Betterdocs_Category_Grid.php:855, ../includes/Elements/Betterdocs_Category_Grid.php:952, ../includes/Elements/Betterdocs_Category_Grid.php:1394, ../includes/Elements/Betterdocs_Category_Grid.php:1493, ../includes/Elements/Betterdocs_Search_Form.php:206, ../includes/Elements/Caldera_Forms.php:480, ../includes/Elements/Caldera_Forms.php:628, ../includes/Elements/Caldera_Forms.php:1046, ../includes/Elements/Caldera_Forms.php:1072, ../includes/Elements/Caldera_Forms.php:1239, ../includes/Elements/Contact_Form_7.php:396, ../includes/Elements/Contact_Form_7.php:722, ../includes/Elements/Contact_Form_7.php:1073, ../includes/Elements/Contact_Form_7.php:1099, ../includes/Elements/Contact_Form_7.php:1264, ../includes/Elements/Content_Ticker.php:401, ../includes/Elements/Content_Ticker.php:475, ../includes/Elements/Content_Ticker.php:632, ../includes/Elements/Countdown.php:627, ../includes/Elements/Creative_Button.php:336, ../includes/Elements/Cta_Box.php:565, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:1251, ../includes/Elements/Dual_Color_Header.php:355, ../includes/Elements/Event_Calendar.php:818, ../includes/Elements/Event_Calendar.php:885, ../includes/Elements/Event_Calendar.php:939, ../includes/Elements/Event_Calendar.php:1175, ../includes/Elements/Event_Calendar.php:1343, ../includes/Elements/Event_Calendar.php:1611, ../includes/Elements/Event_Calendar.php:1682, ../includes/Elements/Facebook_Feed.php:491, ../includes/Elements/Facebook_Feed.php:551, ../includes/Elements/Fancy_Text.php:515, ../includes/Elements/Feature_List.php:640, ../includes/Elements/Filterable_Gallery.php:880, ../includes/Elements/Filterable_Gallery.php:993, ../includes/Elements/Filterable_Gallery.php:1059, ../includes/Elements/Filterable_Gallery.php:1139, ../includes/Elements/Filterable_Gallery.php:1343, ../includes/Elements/Filterable_Gallery.php:1837, ../includes/Elements/Filterable_Gallery.php:1898, ../includes/Elements/Filterable_Gallery.php:2069, ../includes/Elements/Filterable_Gallery.php:2200, ../includes/Elements/Filterable_Gallery.php:2335, ../includes/Elements/Filterable_Gallery.php:2433, ../includes/Elements/Filterable_Gallery.php:2542, ../includes/Elements/Flip_Box.php:832, ../includes/Elements/Flip_Box.php:893, ../includes/Elements/Flip_Box.php:1017, ../includes/Elements/Flip_Box.php:1130, ../includes/Elements/Flip_Box.php:1391, ../includes/Elements/FluentForm.php:527, ../includes/Elements/FluentForm.php:677, ../includes/Elements/FluentForm.php:1042, ../includes/Elements/FluentForm.php:1068, ../includes/Elements/FluentForm.php:1590, ../includes/Elements/FluentForm.php:1889, ../includes/Elements/FluentForm.php:2013, ../includes/Elements/FluentForm.php:2067, ../includes/Elements/Formstack.php:399, ../includes/Elements/Formstack.php:876, ../includes/Elements/Formstack.php:1202, ../includes/Elements/Formstack.php:1228, ../includes/Elements/Formstack.php:1475, ../includes/Elements/Formstack.php:1697, ../includes/Elements/Formstack.php:1823, ../includes/Elements/Formstack.php:1879, ../includes/Elements/GravityForms.php:436, ../includes/Elements/GravityForms.php:890, ../includes/Elements/GravityForms.php:1360, ../includes/Elements/GravityForms.php:1556, ../includes/Elements/GravityForms.php:1688, ../includes/Elements/GravityForms.php:1894, ../includes/Elements/GravityForms.php:2063, ../includes/Elements/GravityForms.php:2290, ../includes/Elements/Image_Accordion.php:362, ../includes/Elements/Image_Accordion.php:452, ../includes/Elements/Info_Box.php:1214, ../includes/Elements/Login_Register.php:1579, ../includes/Elements/Login_Register.php:1814, ../includes/Elements/Login_Register.php:1988, ../includes/Elements/Login_Register.php:2144, ../includes/Elements/Login_Register.php:2284, ../includes/Elements/Login_Register.php:2378, ../includes/Elements/Login_Register.php:2469, ../includes/Elements/Login_Register.php:2643, ../includes/Elements/Login_Register.php:2680, ../includes/Elements/Login_Register.php:2794, ../includes/Elements/Login_Register.php:3304, ../includes/Elements/Login_Register.php:3341, ../includes/Elements/Login_Register.php:3625, ../includes/Elements/Login_Register.php:3662, ../includes/Elements/NinjaForms.php:369, ../includes/Elements/NinjaForms.php:670, ../includes/Elements/NinjaForms.php:1094, ../includes/Elements/NinjaForms.php:1121, ../includes/Elements/NinjaForms.php:1407, ../includes/Elements/Post_Grid.php:311, ../includes/Elements/Post_Timeline.php:183, ../includes/Elements/Post_Timeline.php:266, ../includes/Elements/Post_Timeline.php:564, ../includes/Elements/Pricing_Table.php:782, ../includes/Elements/Pricing_Table.php:1560, ../includes/Elements/Pricing_Table.php:1809, ../includes/Elements/Pricing_Table.php:1960, ../includes/Elements/Product_Grid.php:969, ../includes/Elements/Product_Grid.php:2021, ../includes/Elements/Product_Grid.php:2377, ../includes/Elements/Product_Grid.php:2717, ../includes/Elements/Product_Grid.php:2916, ../includes/Elements/Product_Grid.php:2948, ../includes/Elements/Simple_Menu.php:639, ../includes/Elements/Sticky_Video.php:592, ../includes/Elements/Team_Member.php:421, ../includes/Elements/Team_Member.php:520, ../includes/Elements/Team_Member.php:767, ../includes/Elements/Testimonial.php:454, ../includes/Elements/Tooltip.php:499, ../includes/Elements/Twitter_Feed.php:498, ../includes/Elements/Twitter_Feed.php:591, ../includes/Elements/TypeForm.php:310, ../includes/Elements/WeForms.php:253, ../includes/Elements/WeForms.php:394, ../includes/Elements/WeForms.php:722, ../includes/Elements/Woo_Cart.php:1317, ../includes/Elements/Woo_Cart.php:1464, ../includes/Elements/Woo_Cart.php:1720, ../includes/Elements/Woo_Cart.php:1859, ../includes/Elements/Woo_Cart.php:1960, ../includes/Elements/Woo_Cart.php:2114, ../includes/Elements/Woo_Cart.php:2319, ../includes/Elements/Woo_Cart.php:2405, ../includes/Elements/Woo_Cart.php:2489, ../includes/Elements/Woo_Checkout.php:659, ../includes/Elements/Woo_Checkout.php:808, ../includes/Elements/Woo_Checkout.php:1004, ../includes/Elements/Woo_Checkout.php:1252, ../includes/Elements/Woo_Checkout.php:1457, ../includes/Elements/Woo_Checkout.php:1580, ../includes/Elements/Woo_Checkout.php:1788, ../includes/Elements/Woo_Checkout.php:1996, ../includes/Elements/Woo_Checkout.php:2198, ../includes/Elements/Woo_Checkout.php:2378, ../includes/Elements/Woo_Checkout.php:2658, ../includes/Elements/Woo_Product_Carousel.php:1008, ../includes/Elements/Woo_Product_Carousel.php:1410, ../includes/Elements/Woo_Product_Carousel.php:1813, ../includes/Elements/Woo_Product_Carousel.php:2009, ../includes/Elements/Woo_Product_Carousel.php:2041, ../includes/Elements/Woo_Product_Carousel.php:2251, ../includes/Elements/Woo_Product_Carousel.php:2374, ../includes/Elements/Woo_Product_Carousel.php:2498, ../includes/Elements/Woo_Product_Carousel.php:2685, ../includes/Elements/Woo_Product_Gallery.php:675, ../includes/Elements/Woo_Product_Gallery.php:1692, ../includes/Elements/Woo_Product_Gallery.php:2052, ../includes/Elements/Woo_Product_Gallery.php:2251, ../includes/Elements/Woo_Product_Gallery.php:2283, ../includes/Elements/WpForms.php:338, ../includes/Elements/WpForms.php:639, ../includes/Elements/WpForms.php:1047, ../includes/Elements/WpForms.php:1073, ../includes/Elements/WpForms.php:1243, ../includes/Extensions/Scroll_to_Top.php:443, ../includes/Extensions/Table_of_Content.php:568, ../includes/Extensions/Table_of_Content.php:783, ../includes/Traits/Controls.php:1332, ../includes/Traits/Controls.php:1386, ../includes/Traits/Controls.php:1516, ../includes/Traits/Woo_Product_Comparable.php:368, ../includes/Traits/Woo_Product_Comparable.php:513, ../includes/Traits/Woo_Product_Comparable.php:1394
728
  msgid "Border Radius"
729
  msgstr ""
730
 
@@ -744,7 +764,7 @@ msgstr ""
744
  msgid "Text Alignment"
745
  msgstr ""
746
 
747
- #: ../includes/Elements/Advanced_Data_Table.php:431, ../includes/Elements/Advanced_Data_Table.php:550, ../includes/Elements/Advanced_Data_Table.php:976, ../includes/Elements/Advanced_Data_Table.php:1123, ../includes/Elements/Adv_Accordion.php:154, ../includes/Elements/Betterdocs_Category_Box.php:767, ../includes/Elements/Betterdocs_Category_Grid.php:1513, ../includes/Elements/Betterdocs_Category_Grid.php:1538, ../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:117, ../includes/Elements/Data_Table.php:553, ../includes/Elements/Data_Table.php:778, ../includes/Elements/Data_Table.php:1027, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:1007, ../includes/Elements/Event_Calendar.php:1139, ../includes/Elements/Fancy_Text.php:174, ../includes/Elements/Feature_List.php:303, ../includes/Elements/Filterable_Gallery.php:768, ../includes/Elements/Filterable_Gallery.php:1300, ../includes/Elements/Filterable_Gallery.php:1683, ../includes/Elements/Flip_Box.php:373, ../includes/Elements/Flip_Box.php:604, ../includes/Elements/FluentForm.php:267, ../includes/Elements/FluentForm.php:462, ../includes/Elements/FluentForm.php:608, ../includes/Elements/FluentForm.php:1241, ../includes/Elements/FluentForm.php:1486, ../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:673, ../includes/Elements/GravityForms.php:1950, ../includes/Elements/GravityForms.php:2200, ../includes/Elements/Image_Accordion.php:109, ../includes/Elements/Info_Box.php:304, ../includes/Elements/Login_Register.php:712, ../includes/Elements/Login_Register.php:745, ../includes/Elements/Login_Register.php:2587, ../includes/Elements/Login_Register.php:3255, ../includes/Elements/Login_Register.php:3575, ../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:487, ../includes/Elements/Post_Grid.php:642, ../includes/Elements/Post_Grid.php:710, ../includes/Elements/Post_Grid.php:805, ../includes/Elements/Post_Grid.php:888, ../includes/Elements/Post_Timeline.php:317, ../includes/Elements/Post_Timeline.php:375, ../includes/Elements/Pricing_Table.php:257, ../includes/Elements/Pricing_Table.php:374, ../includes/Elements/Pricing_Table.php:676, ../includes/Elements/Pricing_Table.php:816, ../includes/Elements/Pricing_Table.php:841, ../includes/Elements/Product_Grid.php:721, ../includes/Elements/Product_Grid.php:1039, ../includes/Elements/Product_Grid.php:1713, ../includes/Elements/Product_Grid.php:2198, ../includes/Elements/Progress_Bar.php:321, ../includes/Elements/Progress_Bar.php:532, ../includes/Elements/Simple_Menu.php:198, ../includes/Elements/Simple_Menu.php:343, ../includes/Elements/Simple_Menu.php:750, ../includes/Elements/Simple_Menu.php:776, ../includes/Elements/Simple_Menu.php:801, ../includes/Elements/Simple_Menu.php:1096, ../includes/Elements/Team_Member.php:380, ../includes/Elements/Testimonial.php:314, ../includes/Elements/Tooltip.php:209, ../includes/Elements/Tooltip.php:288, ../includes/Elements/Tooltip.php:377, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Cart.php:269, ../includes/Elements/Woo_Cart.php:494, ../includes/Elements/Woo_Cart.php:586, ../includes/Elements/Woo_Cart.php:657, ../includes/Elements/Woo_Cart.php:735, ../includes/Elements/Woo_Cart.php:843, ../includes/Elements/Woo_Cart.php:1588, ../includes/Elements/Woo_Cart.php:2194, ../includes/Elements/Woo_Product_Carousel.php:704, ../includes/Elements/Woo_Product_Carousel.php:820, ../includes/Elements/Woo_Product_Carousel.php:869, ../includes/Elements/Woo_Product_Gallery.php:193, ../includes/Elements/Woo_Product_Gallery.php:223, ../includes/Elements/Woo_Product_Gallery.php:552, ../includes/Elements/Woo_Product_Gallery.php:1519, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Scroll_to_Top.php:165, ../includes/Extensions/Table_of_Content.php:462, ../includes/Traits/Controls.php:604, ../includes/Traits/Controls.php:1259, ../includes/Traits/Controls.php:1597, ../includes/Traits/Controls.php:1648, ../includes/Traits/Controls.php:1649, ../includes/Traits/Controls.php:1971
748
  msgid "Left"
749
  msgstr ""
750
 
@@ -752,11 +772,11 @@ msgstr ""
752
  msgid "Center"
753
  msgstr ""
754
 
755
- #: ../includes/Elements/Advanced_Data_Table.php:454, ../includes/Elements/Advanced_Data_Table.php:573, ../includes/Elements/Advanced_Data_Table.php:667, ../includes/Elements/Advanced_Data_Table.php:698, ../includes/Elements/Advanced_Data_Table.php:729, ../includes/Elements/Advanced_Data_Table.php:760, ../includes/Elements/Advanced_Data_Table.php:791, ../includes/Elements/Advanced_Data_Table.php:822, ../includes/Elements/Advanced_Data_Table.php:1004, ../includes/Elements/Advanced_Data_Table.php:1200, ../includes/Elements/Advanced_Data_Table.php:1270, ../includes/Elements/Adv_Accordion.php:549, ../includes/Elements/Adv_Accordion.php:609, ../includes/Elements/Adv_Accordion.php:669, ../includes/Elements/Adv_Accordion.php:736, ../includes/Elements/Adv_Tabs.php:527, ../includes/Elements/Adv_Tabs.php:594, ../includes/Elements/Adv_Tabs.php:661, ../includes/Elements/Adv_Tabs.php:743, ../includes/Elements/Caldera_Forms.php:270, ../includes/Elements/Caldera_Forms.php:331, ../includes/Elements/Caldera_Forms.php:523, ../includes/Elements/Caldera_Forms.php:604, ../includes/Elements/Caldera_Forms.php:850, ../includes/Elements/Caldera_Forms.php:906, ../includes/Elements/Caldera_Forms.php:1216, ../includes/Elements/Caldera_Forms.php:1322, ../includes/Elements/Caldera_Forms.php:1375, ../includes/Elements/Contact_Form_7.php:474, ../includes/Elements/Contact_Form_7.php:505, ../includes/Elements/Contact_Form_7.php:562, ../includes/Elements/Contact_Form_7.php:845, ../includes/Elements/Contact_Form_7.php:920, ../includes/Elements/Contact_Form_7.php:1242, ../includes/Elements/Contact_Form_7.php:1348, ../includes/Elements/Contact_Form_7.php:1412, ../includes/Elements/Contact_Form_7.php:1535, ../includes/Elements/Contact_Form_7.php:1592, ../includes/Elements/Content_Ticker.php:357, ../includes/Elements/Content_Ticker.php:433, ../includes/Elements/Countdown.php:1109, ../includes/Elements/Creative_Button.php:277, ../includes/Elements/Creative_Button.php:370, ../includes/Elements/Cta_Box.php:810, ../includes/Elements/Cta_Box.php:825, ../includes/Elements/Cta_Box.php:996, ../includes/Elements/Cta_Box.php:1011, ../includes/Elements/Cta_Box.php:1203, ../includes/Elements/Cta_Box.php:1218, ../includes/Elements/Cta_Box.php:1272, ../includes/Elements/Cta_Box.php:1287, ../includes/Elements/Data_Table.php:989, ../includes/Elements/Data_Table.php:1006, ../includes/Elements/Event_Calendar.php:1253, ../includes/Elements/Event_Calendar.php:1286, ../includes/Elements/Filterable_Gallery.php:960, ../includes/Elements/Filterable_Gallery.php:1026, ../includes/Elements/Filterable_Gallery.php:2511, ../includes/Elements/Filterable_Gallery.php:2706, ../includes/Elements/FluentForm.php:305, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:570, ../includes/Elements/FluentForm.php:653, ../includes/Elements/FluentForm.php:902, ../includes/Elements/FluentForm.php:1567, ../includes/Elements/FluentForm.php:1694, ../includes/Elements/FluentForm.php:2111, ../includes/Elements/Formstack.php:481, ../includes/Elements/Formstack.php:530, ../includes/Elements/Formstack.php:585, ../includes/Elements/Formstack.php:797, ../includes/Elements/Formstack.php:852, ../includes/Elements/Formstack.php:1101, ../includes/Elements/Formstack.php:1452, ../includes/Elements/Formstack.php:1558, ../includes/Elements/Formstack.php:1781, ../includes/Elements/Formstack.php:2020, ../includes/Elements/GravityForms.php:516, ../includes/Elements/GravityForms.php:547, ../includes/Elements/GravityForms.php:586, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:716, ../includes/Elements/GravityForms.php:980, ../includes/Elements/GravityForms.php:1033, ../includes/Elements/GravityForms.php:1220, ../includes/Elements/GravityForms.php:1663, ../includes/Elements/GravityForms.php:1739, ../includes/Elements/GravityForms.php:2039, ../includes/Elements/GravityForms.php:2131, ../includes/Elements/GravityForms.php:2267, ../includes/Elements/GravityForms.php:2354, ../includes/Elements/GravityForms.php:2428, ../includes/Elements/GravityForms.php:2563, ../includes/Elements/Info_Box.php:1236, ../includes/Elements/Info_Box.php:1282, ../includes/Elements/Interactive_Circle.php:476, ../includes/Elements/Interactive_Circle.php:536, ../includes/Elements/Interactive_Circle.php:604, ../includes/Elements/Interactive_Circle.php:689, ../includes/Elements/Login_Register.php:2616, ../includes/Elements/Login_Register.php:2755, ../includes/Elements/Login_Register.php:3099, ../includes/Elements/Login_Register.php:3284, ../includes/Elements/Login_Register.php:3321, ../includes/Elements/Login_Register.php:3605, ../includes/Elements/Login_Register.php:3642, ../includes/Elements/NinjaForms.php:452, ../includes/Elements/NinjaForms.php:501, ../includes/Elements/NinjaForms.php:559, ../includes/Elements/NinjaForms.php:646, ../includes/Elements/NinjaForms.php:894, ../includes/Elements/NinjaForms.php:950, ../includes/Elements/NinjaForms.php:1384, ../includes/Elements/NinjaForms.php:1471, ../includes/Elements/NinjaForms.php:1533, ../includes/Elements/NinjaForms.php:1633, ../includes/Elements/Pricing_Table.php:1912, ../includes/Elements/Pricing_Table.php:1981, ../includes/Elements/Product_Grid.php:2252, ../includes/Elements/Product_Grid.php:2290, ../includes/Elements/Product_Grid.php:2334, ../includes/Elements/Simple_Menu.php:373, ../includes/Elements/Simple_Menu.php:407, ../includes/Elements/Simple_Menu.php:441, ../includes/Elements/Simple_Menu.php:499, ../includes/Elements/Simple_Menu.php:533, ../includes/Elements/Simple_Menu.php:859, ../includes/Elements/Simple_Menu.php:986, ../includes/Elements/Simple_Menu.php:1170, ../includes/Elements/Simple_Menu.php:1295, ../includes/Elements/Tooltip.php:418, ../includes/Elements/Tooltip.php:461, ../includes/Elements/Tooltip.php:634, ../includes/Elements/WeForms.php:692, ../includes/Elements/WeForms.php:742, ../includes/Elements/Woo_Cart.php:1248, ../includes/Elements/Woo_Cart.php:1502, ../includes/Elements/Woo_Cart.php:1793, ../includes/Elements/Woo_Cart.php:1831, ../includes/Elements/Woo_Cart.php:1919, ../includes/Elements/Woo_Cart.php:2043, ../includes/Elements/Woo_Cart.php:2084, ../includes/Elements/Woo_Cart.php:2279, ../includes/Elements/Woo_Cart.php:2362, ../includes/Elements/Woo_Cart.php:2449, ../includes/Elements/WpForms.php:419, ../includes/Elements/WpForms.php:468, ../includes/Elements/WpForms.php:533, ../includes/Elements/WpForms.php:615, ../includes/Elements/WpForms.php:851, ../includes/Elements/WpForms.php:907, ../includes/Elements/WpForms.php:1220, ../includes/Elements/WpForms.php:1327, ../includes/Elements/WpForms.php:1372, ../includes/Extensions/Table_of_Content.php:626, ../includes/Extensions/Table_of_Content.php:941, ../includes/Extensions/Table_of_Content.php:964, ../includes/Extensions/Table_of_Content.php:990, ../includes/Traits/Controls.php:1298, ../includes/Traits/Controls.php:1353, ../includes/Traits/Controls.php:1483, ../includes/Traits/Controls.php:1545, ../includes/Traits/Controls.php:1928
756
  msgid "Text Color"
757
  msgstr ""
758
 
759
- #: ../includes/Elements/Advanced_Data_Table.php:468, ../includes/Elements/Advanced_Data_Table.php:609, ../includes/Elements/Advanced_Data_Table.php:682, ../includes/Elements/Advanced_Data_Table.php:713, ../includes/Elements/Advanced_Data_Table.php:744, ../includes/Elements/Advanced_Data_Table.php:775, ../includes/Elements/Advanced_Data_Table.php:806, ../includes/Elements/Advanced_Data_Table.php:837, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1213, ../includes/Elements/Advanced_Data_Table.php:1284, ../includes/Elements/Advanced_Data_Table.php:1379, ../includes/Elements/Advanced_Data_Table.php:1409, ../includes/Elements/Adv_Accordion.php:885, ../includes/Elements/Adv_Accordion.php:931, ../includes/Elements/Adv_Accordion.php:977, ../includes/Elements/Adv_Tabs.php:508, ../includes/Elements/Adv_Tabs.php:724, ../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:291, ../includes/Elements/Creative_Button.php:383, ../includes/Elements/Cta_Box.php:137, ../includes/Elements/Cta_Box.php:477, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:839, ../includes/Elements/Cta_Box.php:855, ../includes/Elements/Cta_Box.php:1025, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:639, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Data_Table.php:1190, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1265, ../includes/Elements/Filterable_Gallery.php:835, ../includes/Elements/Filterable_Gallery.php:972, ../includes/Elements/Filterable_Gallery.php:1038, ../includes/Elements/Filterable_Gallery.php:1184, ../includes/Elements/Filterable_Gallery.php:1374, ../includes/Elements/Filterable_Gallery.php:1404, ../includes/Elements/Filterable_Gallery.php:1509, ../includes/Elements/Filterable_Gallery.php:1525, ../includes/Elements/Filterable_Gallery.php:1727, ../includes/Elements/Filterable_Gallery.php:1865, ../includes/Elements/Filterable_Gallery.php:2495, ../includes/Elements/Filterable_Gallery.php:2690, ../includes/Elements/FluentForm.php:641, ../includes/Elements/FluentForm.php:849, ../includes/Elements/FluentForm.php:1283, ../includes/Elements/FluentForm.php:1369, ../includes/Elements/FluentForm.php:1555, ../includes/Elements/FluentForm.php:1682, ../includes/Elements/FluentForm.php:2100, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:704, ../includes/Elements/GravityForms.php:930, ../includes/Elements/GravityForms.php:1649, ../includes/Elements/GravityForms.php:1725, ../includes/Elements/GravityForms.php:1848, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2118, ../includes/Elements/GravityForms.php:2255, ../includes/Elements/GravityForms.php:2342, ../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:1035, ../includes/Elements/Info_Box.php:1098, ../includes/Elements/Info_Box.php:1248, ../includes/Elements/Info_Box.php:1294, ../includes/Elements/Interactive_Circle.php:465, ../includes/Elements/Interactive_Circle.php:522, ../includes/Elements/Interactive_Circle.php:590, ../includes/Elements/Interactive_Circle.php:672, ../includes/Elements/Login_Register.php:1594, ../includes/Elements/Login_Register.php:1727, ../includes/Elements/Login_Register.php:1829, ../includes/Elements/Login_Register.php:2003, ../includes/Elements/Login_Register.php:2359, ../includes/Elements/Login_Register.php:2450, ../includes/Elements/Login_Register.php:2630, ../includes/Elements/Login_Register.php:2668, ../includes/Elements/Login_Register.php:2765, ../includes/Elements/Login_Register.php:3292, ../includes/Elements/Login_Register.php:3329, ../includes/Elements/Login_Register.php:3613, ../includes/Elements/Login_Register.php:3650, ../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:962, ../includes/Elements/Post_Timeline.php:154, ../includes/Elements/Pricing_Table.php:737, ../includes/Elements/Pricing_Table.php:897, ../includes/Elements/Pricing_Table.php:1427, ../includes/Elements/Pricing_Table.php:1496, ../includes/Elements/Pricing_Table.php:1662, ../includes/Elements/Pricing_Table.php:1924, ../includes/Elements/Pricing_Table.php:1993, ../includes/Elements/Product_Grid.php:1862, ../includes/Elements/Product_Grid.php:1970, ../includes/Elements/Product_Grid.php:2078, ../includes/Elements/Product_Grid.php:2264, ../includes/Elements/Product_Grid.php:2302, ../includes/Elements/Product_Grid.php:2346, ../includes/Elements/Product_Grid.php:2594, ../includes/Elements/Product_Grid.php:2637, ../includes/Elements/Product_Grid.php:2698, ../includes/Elements/Product_Grid.php:2749, ../includes/Elements/Progress_Bar.php:578, ../includes/Elements/Simple_Menu.php:277, ../includes/Elements/Simple_Menu.php:386, ../includes/Elements/Simple_Menu.php:420, ../includes/Elements/Simple_Menu.php:454, ../includes/Elements/Simple_Menu.php:512, ../includes/Elements/Simple_Menu.php:546, ../includes/Elements/Simple_Menu.php:618, ../includes/Elements/Simple_Menu.php:690, ../includes/Elements/Simple_Menu.php:873, ../includes/Elements/Simple_Menu.php:953, ../includes/Elements/Simple_Menu.php:1001, ../includes/Elements/Simple_Menu.php:1048, ../includes/Elements/Simple_Menu.php:1182, ../includes/Elements/Simple_Menu.php:1262, ../includes/Elements/Simple_Menu.php:1309, ../includes/Elements/Simple_Menu.php:1356, ../includes/Elements/Team_Member.php:731, ../includes/Elements/Tooltip.php:407, ../includes/Elements/Tooltip.php:450, ../includes/Elements/Tooltip.php:623, ../includes/Elements/Twitter_Feed.php:443, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Cart.php:1143, ../includes/Elements/Woo_Cart.php:1782, ../includes/Elements/Woo_Cart.php:1820, ../includes/Elements/Woo_Cart.php:2031, ../includes/Elements/Woo_Cart.php:2072, ../includes/Elements/Woo_Checkout.php:629, ../includes/Elements/Woo_Checkout.php:744, ../includes/Elements/Woo_Checkout.php:866, ../includes/Elements/Woo_Checkout.php:1376, ../includes/Elements/Woo_Checkout.php:1416, ../includes/Elements/Woo_Checkout.php:1707, ../includes/Elements/Woo_Checkout.php:1747, ../includes/Elements/Woo_Checkout.php:2337, ../includes/Elements/Woo_Checkout.php:2467, ../includes/Elements/Woo_Checkout.php:2577, ../includes/Elements/Woo_Checkout.php:2617, ../includes/Elements/Woo_Product_Carousel.php:895, ../includes/Elements/Woo_Product_Carousel.php:1388, ../includes/Elements/Woo_Product_Carousel.php:1470, ../includes/Elements/Woo_Product_Carousel.php:1689, ../includes/Elements/Woo_Product_Carousel.php:1732, ../includes/Elements/Woo_Product_Carousel.php:1794, ../includes/Elements/Woo_Product_Carousel.php:1846, ../includes/Elements/Woo_Product_Carousel.php:2650, ../includes/Elements/Woo_Product_Carousel.php:2706, ../includes/Elements/Woo_Product_Gallery.php:1680, ../includes/Elements/Woo_Product_Gallery.php:1730, ../includes/Elements/Woo_Product_Gallery.php:1929, ../includes/Elements/Woo_Product_Gallery.php:1972, ../includes/Elements/Woo_Product_Gallery.php:2033, ../includes/Elements/Woo_Product_Gallery.php:2084, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Scroll_to_Top.php:428, ../includes/Extensions/Table_of_Content.php:613, ../includes/Extensions/Table_of_Content.php:759, ../includes/Extensions/Table_of_Content.php:823, ../includes/Traits/Controls.php:1495, ../includes/Traits/Controls.php:1557, ../includes/Traits/Controls.php:1938, ../includes/Traits/Woo_Product_Comparable.php:380, ../includes/Traits/Woo_Product_Comparable.php:486
760
  msgid "Background Color"
761
  msgstr ""
762
 
@@ -764,7 +784,7 @@ msgstr ""
764
  msgid "Cell Border"
765
  msgstr ""
766
 
767
- #: ../includes/Elements/Advanced_Data_Table.php:507, ../includes/Elements/Advanced_Data_Table.php:852, ../includes/Elements/Advanced_Data_Table.php:936, ../includes/Elements/Advanced_Data_Table.php:1154, ../includes/Elements/Advanced_Data_Table.php:1471, ../includes/Elements/Adv_Accordion.php:361, ../includes/Elements/Adv_Accordion.php:514, ../includes/Elements/Adv_Accordion.php:754, ../includes/Elements/Adv_Tabs.php:337, ../includes/Elements/Adv_Tabs.php:482, ../includes/Elements/Adv_Tabs.php:761, ../includes/Elements/Betterdocs_Category_Box.php:512, ../includes/Elements/Betterdocs_Category_Grid.php:558, ../includes/Elements/Betterdocs_Category_Grid.php:722, ../includes/Elements/Betterdocs_Category_Grid.php:1406, ../includes/Elements/Betterdocs_Search_Form.php:123, ../includes/Elements/Betterdocs_Search_Form.php:440, ../includes/Elements/Caldera_Forms.php:741, ../includes/Elements/Caldera_Forms.php:1251, ../includes/Elements/Contact_Form_7.php:598, ../includes/Elements/Contact_Form_7.php:1276, ../includes/Elements/Contact_Form_7.php:1471, ../includes/Elements/Contact_Form_7.php:1668, ../includes/Elements/Content_Ticker.php:389, ../includes/Elements/Content_Ticker.php:452, ../includes/Elements/Content_Ticker.php:693, ../includes/Elements/Countdown.php:606, ../includes/Elements/Countdown.php:1136, ../includes/Elements/Cta_Box.php:532, ../includes/Elements/Cta_Box.php:745, ../includes/Elements/Cta_Box.php:1167, ../includes/Elements/Data_Table.php:607, ../includes/Elements/Data_Table.php:892, ../includes/Elements/Dual_Color_Header.php:322, ../includes/Elements/Facebook_Feed.php:620, ../includes/Elements/Facebook_Feed.php:646, ../includes/Elements/Facebook_Feed.php:718, ../includes/Elements/Fancy_Text.php:480, ../includes/Elements/Feature_List.php:597, ../includes/Elements/Filterable_Gallery.php:847, ../includes/Elements/Filterable_Gallery.php:924, ../includes/Elements/Filterable_Gallery.php:1106, ../includes/Elements/Filterable_Gallery.php:1196, ../includes/Elements/Filterable_Gallery.php:1540, ../includes/Elements/Filterable_Gallery.php:1751, ../includes/Elements/Filterable_Gallery.php:2614, ../includes/Elements/Flip_Box.php:1005, ../includes/Elements/Flip_Box.php:1118, ../includes/Elements/Flip_Box.php:1354, ../includes/Elements/FluentForm.php:790, ../includes/Elements/FluentForm.php:1158, ../includes/Elements/FluentForm.php:1213, ../includes/Elements/FluentForm.php:1336, ../includes/Elements/FluentForm.php:1421, ../includes/Elements/FluentForm.php:1602, ../includes/Elements/FluentForm.php:2025, ../includes/Elements/FluentForm.php:2191, ../includes/Elements/Formstack.php:680, ../includes/Elements/Formstack.php:735, ../includes/Elements/Formstack.php:989, ../includes/Elements/Formstack.php:1322, ../includes/Elements/Formstack.php:1487, ../includes/Elements/Formstack.php:1835, ../includes/Elements/Formstack.php:1964, ../includes/Elements/GravityForms.php:766, ../includes/Elements/GravityForms.php:1387, ../includes/Elements/GravityForms.php:1583, ../includes/Elements/GravityForms.php:1702, ../includes/Elements/GravityForms.php:1906, ../includes/Elements/GravityForms.php:2076, ../includes/Elements/GravityForms.php:2302, ../includes/Elements/Image_Accordion.php:329, ../includes/Elements/Image_Accordion.php:441, ../includes/Elements/Info_Box.php:556, ../includes/Elements/Interactive_Circle.php:334, ../includes/Elements/Interactive_Circle.php:707, ../includes/Elements/Login_Register.php:1557, ../includes/Elements/Login_Register.php:2122, ../includes/Elements/Login_Register.php:2261, ../includes/Elements/Login_Register.php:2334, ../includes/Elements/Login_Register.php:2425, ../includes/Elements/Login_Register.php:2527, ../includes/Elements/Login_Register.php:2563, ../includes/Elements/Login_Register.php:2725, ../includes/Elements/Login_Register.php:3197, ../includes/Elements/Login_Register.php:3496, ../includes/Elements/NinjaForms.php:784, ../includes/Elements/NinjaForms.php:1419, ../includes/Elements/Post_Timeline.php:168, ../includes/Elements/Post_Timeline.php:552, ../includes/Elements/Pricing_Table.php:749, ../includes/Elements/Pricing_Table.php:1538, ../includes/Elements/Pricing_Table.php:1843, ../includes/Elements/Product_Grid.php:832, ../includes/Elements/Product_Grid.php:1083, ../includes/Elements/Product_Grid.php:1495, ../includes/Elements/Simple_Menu.php:318, ../includes/Elements/Simple_Menu.php:478, ../includes/Elements/Simple_Menu.php:651, ../includes/Elements/Simple_Menu.php:1115, ../includes/Elements/Team_Member.php:487, ../includes/Elements/Testimonial.php:421, ../includes/Elements/Tooltip.php:349, ../includes/Elements/Tooltip.php:601, ../includes/Elements/Twitter_Feed.php:473, ../includes/Elements/Twitter_Feed.php:532, ../includes/Elements/Twitter_Feed.php:565, ../includes/Elements/WeForms.php:676, ../includes/Elements/Woo_Cart.php:1202, ../includes/Elements/Woo_Cart.php:1732, ../includes/Elements/Woo_Cart.php:1879, ../includes/Elements/Woo_Cart.php:1973, ../includes/Elements/Woo_Cart.php:2127, ../includes/Elements/Woo_Cart.php:2229, ../includes/Elements/Woo_Checkout.php:640, ../includes/Elements/Woo_Checkout.php:1232, ../includes/Elements/Woo_Checkout.php:1279, ../includes/Elements/Woo_Checkout.php:1477, ../includes/Elements/Woo_Checkout.php:1607, ../includes/Elements/Woo_Checkout.php:1636, ../includes/Elements/Woo_Checkout.php:1808, ../includes/Elements/Woo_Checkout.php:2023, ../includes/Elements/Woo_Checkout.php:2359, ../includes/Elements/Woo_Checkout.php:2690, ../includes/Elements/Woo_Product_Carousel.php:1030, ../includes/Elements/Woo_Product_Carousel.php:2263, ../includes/Elements/Woo_Product_Gallery.php:590, ../includes/Elements/Woo_Product_Gallery.php:694, ../includes/Elements/Woo_Product_Gallery.php:973, ../includes/Elements/Woo_Product_Gallery.php:1218, ../includes/Elements/Woo_Product_Gallery.php:1280, ../includes/Elements/WpForms.php:752, ../includes/Elements/WpForms.php:1255, ../includes/Extensions/Table_of_Content.php:648, ../includes/Extensions/Table_of_Content.php:836, ../includes/Traits/Controls.php:1402, ../includes/Traits/Controls.php:1447, ../includes/Traits/Controls.php:1948, ../includes/Traits/Woo_Product_Comparable.php:352, ../includes/Traits/Woo_Product_Comparable.php:997, ../includes/Traits/Woo_Product_Comparable.php:1146, ../includes/Traits/Woo_Product_Comparable.php:1614
768
  msgid "Padding"
769
  msgstr ""
770
 
@@ -824,15 +844,15 @@ msgstr ""
824
  msgid "Alignment"
825
  msgstr ""
826
 
827
- #: ../includes/Elements/Advanced_Data_Table.php:1175, ../includes/Elements/Adv_Accordion.php:372, ../includes/Elements/Adv_Accordion.php:525, ../includes/Elements/Adv_Accordion.php:765, ../includes/Elements/Adv_Tabs.php:348, ../includes/Elements/Adv_Tabs.php:493, ../includes/Elements/Adv_Tabs.php:772, ../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:544, ../includes/Elements/Cta_Box.php:757, ../includes/Elements/Cta_Box.php:1179, ../includes/Elements/Dual_Color_Header.php:334, ../includes/Elements/Dual_Color_Header.php:702, ../includes/Elements/Fancy_Text.php:492, ../includes/Elements/Filterable_Gallery.php:859, ../includes/Elements/Filterable_Gallery.php:936, ../includes/Elements/Filterable_Gallery.php:1118, ../includes/Elements/Filterable_Gallery.php:1763, ../includes/Elements/Filterable_Gallery.php:2212, ../includes/Elements/Filterable_Gallery.php:2655, ../includes/Elements/Flip_Box.php:1342, ../includes/Elements/FluentForm.php:332, ../includes/Elements/FluentForm.php:394, ../includes/Elements/FluentForm.php:1170, ../includes/Elements/FluentForm.php:1225, ../includes/Elements/FluentForm.php:2203, ../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:1116, ../includes/Elements/GravityForms.php:1375, ../includes/Elements/GravityForms.php:1571, ../includes/Elements/GravityForms.php:1920, ../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:983, ../includes/Elements/Info_Box.php:1375, ../includes/Elements/Interactive_Circle.php:345, ../includes/Elements/Interactive_Circle.php:718, ../includes/Elements/Login_Register.php:1542, ../includes/Elements/Login_Register.php:2107, ../includes/Elements/Login_Register.php:2246, ../includes/Elements/Login_Register.php:2319, ../includes/Elements/Login_Register.php:2410, ../includes/Elements/Login_Register.php:2512, ../includes/Elements/Login_Register.php:2548, ../includes/Elements/Login_Register.php:2710, ../includes/Elements/Login_Register.php:3182, ../includes/Elements/Login_Register.php:3417, ../includes/Elements/Login_Register.php:3481, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:401, ../includes/Elements/Post_Grid.php:534, ../includes/Elements/Post_Grid.php:549, ../includes/Elements/Post_Grid.php:673, ../includes/Elements/Post_Grid.php:761, ../includes/Elements/Post_Grid.php:837, ../includes/Elements/Pricing_Table.php:761, ../includes/Elements/Pricing_Table.php:1087, ../includes/Elements/Pricing_Table.php:1157, ../includes/Elements/Pricing_Table.php:1855, ../includes/Elements/Team_Member.php:475, ../includes/Elements/Testimonial.php:409, ../includes/Elements/Testimonial.php:507, ../includes/Elements/Testimonial.php:548, ../includes/Elements/Testimonial.php:589, ../includes/Elements/Testimonial.php:622, ../includes/Elements/Tooltip.php:360, ../includes/Elements/Tooltip.php:612, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/Woo_Cart.php:1214, ../includes/Elements/Woo_Cart.php:1744, ../includes/Elements/Woo_Cart.php:1891, ../includes/Elements/Woo_Cart.php:1986, ../includes/Elements/Woo_Cart.php:2141, ../includes/Elements/Woo_Cart.php:2243, ../includes/Elements/Woo_Checkout.php:1298, ../includes/Elements/Woo_Checkout.php:1655, ../includes/Elements/Woo_Product_Carousel.php:924, ../includes/Elements/Woo_Product_Gallery.php:1206, ../includes/Elements/Woo_Product_Gallery.php:1268, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1414, ../includes/Traits/Controls.php:1459, ../includes/Traits/Woo_Product_Comparable.php:340, ../includes/Traits/Woo_Product_Comparable.php:1462
828
  msgid "Margin"
829
  msgstr ""
830
 
831
- #: ../includes/Elements/Advanced_Data_Table.php:1195, ../includes/Elements/Advanced_Data_Table.php:1361, ../includes/Elements/Adv_Accordion.php:536, ../includes/Elements/Adv_Accordion.php:864, ../includes/Elements/Adv_Tabs.php:504, ../includes/Elements/Betterdocs_Category_Box.php:284, ../includes/Elements/Betterdocs_Category_Box.php:452, ../includes/Elements/Betterdocs_Category_Box.php:677, ../includes/Elements/Betterdocs_Category_Box.php:846, ../includes/Elements/Betterdocs_Category_Grid.php:315, ../includes/Elements/Betterdocs_Category_Grid.php:455, ../includes/Elements/Betterdocs_Category_Grid.php:610, ../includes/Elements/Betterdocs_Category_Grid.php:800, ../includes/Elements/Betterdocs_Category_Grid.php:1348, ../includes/Elements/Betterdocs_Search_Form.php:398, ../includes/Elements/Caldera_Forms.php:585, ../includes/Elements/Caldera_Forms.php:973, ../includes/Elements/Caldera_Forms.php:1197, ../includes/Elements/Contact_Form_7.php:543, ../includes/Elements/Contact_Form_7.php:1000, ../includes/Elements/Contact_Form_7.php:1223, ../includes/Elements/Content_Ticker.php:590, ../includes/Elements/Creative_Button.php:260, ../includes/Elements/Cta_Box.php:805, ../includes/Elements/Cta_Box.php:1198, ../includes/Elements/Data_Table.php:619, ../includes/Elements/Data_Table.php:812, ../includes/Elements/Data_Table.php:984, ../includes/Elements/Data_Table.php:1082, ../includes/Elements/Event_Calendar.php:780, ../includes/Elements/Filterable_Gallery.php:955, ../includes/Elements/Filterable_Gallery.php:1720, ../includes/Elements/Filterable_Gallery.php:2484, ../includes/Elements/Flip_Box.php:1336, ../includes/Elements/FluentForm.php:634, ../includes/Elements/FluentForm.php:969, ../includes/Elements/FluentForm.php:1548, ../includes/Elements/FluentForm.php:1741, ../includes/Elements/FluentForm.php:1958, ../includes/Elements/Formstack.php:833, ../includes/Elements/Formstack.php:1165, ../includes/Elements/Formstack.php:1433, ../includes/Elements/Formstack.php:1603, ../includes/Elements/Formstack.php:1766, ../includes/Elements/GravityForms.php:697, ../includes/Elements/GravityForms.php:1287, ../includes/Elements/GravityForms.php:1483, ../includes/Elements/GravityForms.php:1642, ../includes/Elements/GravityForms.php:2019, ../includes/Elements/GravityForms.php:2248, ../includes/Elements/Info_Box.php:537, ../includes/Elements/Info_Box.php:765, ../includes/Elements/Info_Box.php:997, ../includes/Elements/Info_Box.php:1230, ../includes/Elements/Info_Box.php:1341, ../includes/Elements/Interactive_Circle.php:461, ../includes/Elements/Login_Register.php:2613, ../includes/Elements/Login_Register.php:3281, ../includes/Elements/Login_Register.php:3444, ../includes/Elements/Login_Register.php:3602, ../includes/Elements/NinjaForms.php:627, ../includes/Elements/NinjaForms.php:1020, ../includes/Elements/NinjaForms.php:1365, ../includes/Elements/Pricing_Table.php:1907, ../includes/Elements/Product_Grid.php:887, ../includes/Elements/Product_Grid.php:1534, ../includes/Elements/Product_Grid.php:1952, ../includes/Elements/Product_Grid.php:2247, ../includes/Elements/Product_Grid.php:2681, ../includes/Elements/Team_Member.php:714, ../includes/Elements/Tooltip.php:403, ../includes/Elements/WeForms.php:687, ../includes/Elements/Woo_Cart.php:1775, ../includes/Elements/Woo_Cart.php:2024, ../includes/Elements/Woo_Checkout.php:912, ../includes/Elements/Woo_Checkout.php:955, ../includes/Elements/Woo_Checkout.php:1098, ../includes/Elements/Woo_Checkout.php:1369, ../includes/Elements/Woo_Checkout.php:1700, ../includes/Elements/Woo_Checkout.php:2160, ../includes/Elements/Woo_Checkout.php:2416, ../includes/Elements/Woo_Checkout.php:2570, ../includes/Elements/Woo_Product_Carousel.php:936, ../includes/Elements/Woo_Product_Carousel.php:1372, ../includes/Elements/Woo_Product_Carousel.php:1777, ../includes/Elements/Woo_Product_Carousel.php:2221, ../includes/Elements/Woo_Product_Carousel.php:2643, ../includes/Elements/Woo_Product_Gallery.php:604, ../includes/Elements/Woo_Product_Gallery.php:1008, ../includes/Elements/Woo_Product_Gallery.php:1303, ../includes/Elements/Woo_Product_Gallery.php:1663, ../includes/Elements/Woo_Product_Gallery.php:2016, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php:934, ../includes/Traits/Controls.php:1291, ../includes/Traits/Controls.php:1478, ../includes/Traits/Woo_Product_Comparable.php:838, ../includes/Traits/Woo_Product_Comparable.php:1224, ../includes/Traits/Woo_Product_Comparable.php:1642
832
  msgid "Normal"
833
  msgstr ""
834
 
835
- #: ../includes/Elements/Advanced_Data_Table.php:1265, ../includes/Elements/Advanced_Data_Table.php:1391, ../includes/Elements/Adv_Accordion.php:594, ../includes/Elements/Adv_Accordion.php:911, ../includes/Elements/Adv_Tabs.php:571, ../includes/Elements/Betterdocs_Category_Box.php:330, ../includes/Elements/Betterdocs_Category_Box.php:548, ../includes/Elements/Betterdocs_Category_Box.php:710, ../includes/Elements/Betterdocs_Category_Box.php:959, ../includes/Elements/Betterdocs_Category_Grid.php:363, ../includes/Elements/Betterdocs_Category_Grid.php:496, ../includes/Elements/Betterdocs_Category_Grid.php:664, ../includes/Elements/Betterdocs_Category_Grid.php:872, ../includes/Elements/Betterdocs_Category_Grid.php:1432, ../includes/Elements/Betterdocs_Search_Form.php:482, ../includes/Elements/Caldera_Forms.php:1303, ../includes/Elements/Contact_Form_7.php:1329, ../includes/Elements/Content_Ticker.php:646, ../includes/Elements/Creative_Button.php:353, ../includes/Elements/Cta_Box.php:991, ../includes/Elements/Cta_Box.php:1267, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:903, ../includes/Elements/Data_Table.php:1001, ../includes/Elements/Data_Table.php:1100, ../includes/Elements/Event_Calendar.php:847, ../includes/Elements/Filterable_Gallery.php:1858, ../includes/Elements/Filterable_Gallery.php:2679, ../includes/Elements/Flip_Box.php:1419, ../includes/Elements/FluentForm.php:1675, ../includes/Elements/FluentForm.php:2039, ../includes/Elements/Formstack.php:1539, ../includes/Elements/Formstack.php:1849, ../includes/Elements/GravityForms.php:1718, ../includes/Elements/GravityForms.php:2111, ../includes/Elements/GravityForms.php:2335, ../includes/Elements/Info_Box.php:598, ../includes/Elements/Info_Box.php:836, ../includes/Elements/Info_Box.php:1069, ../includes/Elements/Info_Box.php:1276, ../includes/Elements/Info_Box.php:1451, ../includes/Elements/Interactive_Circle.php:272, ../includes/Elements/Interactive_Circle.php:518, ../includes/Elements/Login_Register.php:3318, ../includes/Elements/Login_Register.php:3639, ../includes/Elements/NinjaForms.php:1452, ../includes/Elements/Pricing_Table.php:403, ../includes/Elements/Pricing_Table.php:1976, ../includes/Elements/Product_Grid.php:937, ../includes/Elements/Product_Grid.php:1610, ../includes/Elements/Product_Grid.php:2061, ../includes/Elements/Product_Grid.php:2285, ../includes/Elements/Product_Grid.php:2732, ../includes/Elements/Simple_Menu.php:400, ../includes/Elements/Simple_Menu.php:526, ../includes/Elements/Simple_Menu.php:979, ../includes/Elements/Simple_Menu.php:1288, ../includes/Elements/Team_Member.php:791, ../includes/Elements/Tooltip.php:446, ../includes/Elements/WeForms.php:737, ../includes/Elements/Woo_Cart.php:1813, ../includes/Elements/Woo_Cart.php:2065, ../includes/Elements/Woo_Checkout.php:928, ../includes/Elements/Woo_Checkout.php:972, ../includes/Elements/Woo_Checkout.php:1114, ../includes/Elements/Woo_Checkout.php:1409, ../includes/Elements/Woo_Checkout.php:1740, ../includes/Elements/Woo_Checkout.php:2176, ../includes/Elements/Woo_Checkout.php:2610, ../includes/Elements/Woo_Product_Carousel.php:976, ../includes/Elements/Woo_Product_Carousel.php:1454, ../includes/Elements/Woo_Product_Carousel.php:1829, ../includes/Elements/Woo_Product_Carousel.php:2284, ../includes/Elements/Woo_Product_Carousel.php:2699, ../includes/Elements/Woo_Product_Gallery.php:643, ../includes/Elements/Woo_Product_Gallery.php:1076, ../includes/Elements/Woo_Product_Gallery.php:1337, ../includes/Elements/Woo_Product_Gallery.php:1713, ../includes/Elements/Woo_Product_Gallery.php:2067, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php:957, ../includes/Traits/Controls.php:1346, ../includes/Traits/Controls.php:1540, ../includes/Traits/Woo_Product_Comparable.php:938, ../includes/Traits/Woo_Product_Comparable.php:1305, ../includes/Traits/Woo_Product_Comparable.php:1692
836
  msgid "Hover"
837
  msgstr ""
838
 
@@ -844,183 +864,187 @@ msgstr ""
844
  msgid "No content found"
845
  msgstr ""
846
 
847
- #: ../includes/Elements/Adv_Accordion.php:104, ../includes/Elements/Adv_Tabs.php:74, ../includes/Elements/Facebook_Feed.php:179, ../includes/Elements/Woo_Cart.php:139, ../includes/Elements/Woo_Checkout.php:111
848
  msgid "General Settings"
849
  msgstr ""
850
 
851
- #: ../includes/Elements/Adv_Accordion.php:110
852
  msgid "Accordion Type"
853
  msgstr ""
854
 
855
- #: ../includes/Elements/Adv_Accordion.php:115
856
  msgid "Accordion"
857
  msgstr ""
858
 
859
- #: ../includes/Elements/Adv_Accordion.php:123
860
  msgid "Select Accordion Tab Title Tag"
861
  msgstr ""
862
 
863
- #: ../includes/Elements/Adv_Accordion.php:127, ../includes/Elements/Betterdocs_Category_Box.php:184, ../includes/Elements/Betterdocs_Category_Grid.php:222, ../includes/Elements/Cta_Box.php:234, ../includes/Elements/Dual_Color_Header.php:138, ../includes/Elements/Filterable_Gallery.php:368, ../includes/Elements/Flip_Box.php:302, ../includes/Elements/Flip_Box.php:533, ../includes/Elements/Image_Accordion.php:156, ../includes/Elements/Info_Box.php:234, ../includes/Elements/Product_Grid.php:440, ../includes/Elements/Product_Grid.php:1794, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:158, ../includes/Elements/Woo_Product_Carousel.php:235, ../includes/Elements/Woo_Product_Carousel.php:395, ../includes/Elements/Woo_Product_Gallery.php:459, ../includes/Elements/Woo_Product_Gallery.php:1580, ../includes/Extensions/Table_of_Content.php:147, ../includes/Traits/Controls.php:831
864
  msgid "H1"
865
  msgstr ""
866
 
867
- #: ../includes/Elements/Adv_Accordion.php:128, ../includes/Elements/Betterdocs_Category_Box.php:185, ../includes/Elements/Betterdocs_Category_Grid.php:223, ../includes/Elements/Cta_Box.php:235, ../includes/Elements/Dual_Color_Header.php:139, ../includes/Elements/Filterable_Gallery.php:369, ../includes/Elements/Flip_Box.php:303, ../includes/Elements/Flip_Box.php:534, ../includes/Elements/Image_Accordion.php:157, ../includes/Elements/Info_Box.php:235, ../includes/Elements/Product_Grid.php:441, ../includes/Elements/Product_Grid.php:1795, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:159, ../includes/Elements/Woo_Product_Carousel.php:236, ../includes/Elements/Woo_Product_Carousel.php:396, ../includes/Elements/Woo_Product_Gallery.php:460, ../includes/Elements/Woo_Product_Gallery.php:1581, ../includes/Extensions/Table_of_Content.php:148, ../includes/Traits/Controls.php:832
868
  msgid "H2"
869
  msgstr ""
870
 
871
- #: ../includes/Elements/Adv_Accordion.php:129, ../includes/Elements/Betterdocs_Category_Box.php:186, ../includes/Elements/Betterdocs_Category_Grid.php:224, ../includes/Elements/Cta_Box.php:236, ../includes/Elements/Dual_Color_Header.php:140, ../includes/Elements/Filterable_Gallery.php:370, ../includes/Elements/Flip_Box.php:304, ../includes/Elements/Flip_Box.php:535, ../includes/Elements/Image_Accordion.php:158, ../includes/Elements/Info_Box.php:236, ../includes/Elements/Product_Grid.php:442, ../includes/Elements/Product_Grid.php:1796, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:160, ../includes/Elements/Woo_Product_Carousel.php:237, ../includes/Elements/Woo_Product_Carousel.php:397, ../includes/Elements/Woo_Product_Gallery.php:461, ../includes/Elements/Woo_Product_Gallery.php:1582, ../includes/Extensions/Table_of_Content.php:149, ../includes/Traits/Controls.php:833
872
  msgid "H3"
873
  msgstr ""
874
 
875
- #: ../includes/Elements/Adv_Accordion.php:130, ../includes/Elements/Betterdocs_Category_Box.php:187, ../includes/Elements/Betterdocs_Category_Grid.php:225, ../includes/Elements/Cta_Box.php:237, ../includes/Elements/Dual_Color_Header.php:141, ../includes/Elements/Filterable_Gallery.php:371, ../includes/Elements/Flip_Box.php:305, ../includes/Elements/Flip_Box.php:536, ../includes/Elements/Image_Accordion.php:159, ../includes/Elements/Info_Box.php:237, ../includes/Elements/Product_Grid.php:443, ../includes/Elements/Product_Grid.php:1797, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:161, ../includes/Elements/Woo_Product_Carousel.php:238, ../includes/Elements/Woo_Product_Carousel.php:398, ../includes/Elements/Woo_Product_Gallery.php:462, ../includes/Elements/Woo_Product_Gallery.php:1583, ../includes/Extensions/Table_of_Content.php:150, ../includes/Traits/Controls.php:834
876
  msgid "H4"
877
  msgstr ""
878
 
879
- #: ../includes/Elements/Adv_Accordion.php:131, ../includes/Elements/Betterdocs_Category_Box.php:188, ../includes/Elements/Betterdocs_Category_Grid.php:226, ../includes/Elements/Cta_Box.php:238, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Filterable_Gallery.php:372, ../includes/Elements/Flip_Box.php:306, ../includes/Elements/Flip_Box.php:537, ../includes/Elements/Image_Accordion.php:160, ../includes/Elements/Info_Box.php:238, ../includes/Elements/Product_Grid.php:444, ../includes/Elements/Product_Grid.php:1798, ../includes/Elements/Progress_Bar.php:142, ../includes/Elements/Tooltip.php:162, ../includes/Elements/Woo_Product_Carousel.php:239, ../includes/Elements/Woo_Product_Carousel.php:399, ../includes/Elements/Woo_Product_Gallery.php:463, ../includes/Elements/Woo_Product_Gallery.php:1584, ../includes/Extensions/Table_of_Content.php:151, ../includes/Traits/Controls.php:835
880
  msgid "H5"
881
  msgstr ""
882
 
883
- #: ../includes/Elements/Adv_Accordion.php:132, ../includes/Elements/Betterdocs_Category_Box.php:189, ../includes/Elements/Betterdocs_Category_Grid.php:227, ../includes/Elements/Cta_Box.php:239, ../includes/Elements/Dual_Color_Header.php:143, ../includes/Elements/Filterable_Gallery.php:373, ../includes/Elements/Flip_Box.php:307, ../includes/Elements/Flip_Box.php:538, ../includes/Elements/Image_Accordion.php:161, ../includes/Elements/Info_Box.php:239, ../includes/Elements/Product_Grid.php:445, ../includes/Elements/Product_Grid.php:1799, ../includes/Elements/Progress_Bar.php:143, ../includes/Elements/Tooltip.php:163, ../includes/Elements/Woo_Product_Carousel.php:240, ../includes/Elements/Woo_Product_Carousel.php:400, ../includes/Elements/Woo_Product_Gallery.php:464, ../includes/Elements/Woo_Product_Gallery.php:1585, ../includes/Extensions/Table_of_Content.php:152, ../includes/Traits/Controls.php:836
884
  msgid "H6"
885
  msgstr ""
886
 
887
- #: ../includes/Elements/Adv_Accordion.php:133, ../includes/Elements/Betterdocs_Category_Box.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:228, ../includes/Elements/Cta_Box.php:240, ../includes/Elements/Dual_Color_Header.php:144, ../includes/Elements/Filterable_Gallery.php:374, ../includes/Elements/Flip_Box.php:308, ../includes/Elements/Flip_Box.php:539, ../includes/Elements/Image_Accordion.php:162, ../includes/Elements/Info_Box.php:240, ../includes/Elements/Product_Grid.php:1800, ../includes/Elements/Woo_Product_Carousel.php:241, ../includes/Elements/Woo_Product_Carousel.php:401, ../includes/Elements/Woo_Product_Gallery.php:1586, ../includes/Traits/Controls.php:837
888
  msgid "Span"
889
  msgstr ""
890
 
891
- #: ../includes/Elements/Adv_Accordion.php:134, ../includes/Elements/Betterdocs_Category_Box.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:229, ../includes/Elements/Cta_Box.php:241, ../includes/Elements/Dual_Color_Header.php:145, ../includes/Elements/Filterable_Gallery.php:375, ../includes/Elements/Flip_Box.php:309, ../includes/Elements/Flip_Box.php:540, ../includes/Elements/Image_Accordion.php:163, ../includes/Elements/Info_Box.php:241, ../includes/Elements/Product_Grid.php:1801, ../includes/Elements/Tooltip.php:166, ../includes/Elements/Woo_Product_Carousel.php:242, ../includes/Elements/Woo_Product_Carousel.php:402, ../includes/Elements/Woo_Product_Gallery.php:1587, ../includes/Traits/Controls.php:838
892
  msgid "P"
893
  msgstr ""
894
 
895
- #: ../includes/Elements/Adv_Accordion.php:135, ../includes/Elements/Betterdocs_Category_Box.php:192, ../includes/Elements/Betterdocs_Category_Grid.php:230, ../includes/Elements/Cta_Box.php:242, ../includes/Elements/Dual_Color_Header.php:146, ../includes/Elements/Filterable_Gallery.php:376, ../includes/Elements/Flip_Box.php:310, ../includes/Elements/Flip_Box.php:541, ../includes/Elements/Image_Accordion.php:164, ../includes/Elements/Info_Box.php:242, ../includes/Elements/Product_Grid.php:1802, ../includes/Elements/Woo_Product_Carousel.php:243, ../includes/Elements/Woo_Product_Carousel.php:403, ../includes/Elements/Woo_Product_Gallery.php:1588, ../includes/Traits/Controls.php:839
896
  msgid "Div"
897
  msgstr ""
898
 
899
- #: ../includes/Elements/Adv_Accordion.php:142
900
  msgid "Enable Toggle Icon"
901
  msgstr ""
902
 
903
- #: ../includes/Elements/Adv_Accordion.php:151
904
  msgid "Toggle Icon Postion"
905
  msgstr ""
906
 
907
- #: ../includes/Elements/Adv_Accordion.php:166
908
  msgid "Toggle Icon"
909
  msgstr ""
910
 
911
- #: ../includes/Elements/Adv_Accordion.php:181
912
  msgid "Toggle Speed (ms)"
913
  msgstr ""
914
 
915
- #: ../includes/Elements/Adv_Accordion.php:195, ../includes/Elements/Countdown.php:142, ../includes/Elements/Cta_Box.php:73, ../includes/Elements/Dual_Color_Header.php:69, ../includes/Elements/Facebook_Feed.php:224, ../includes/Elements/Feature_List.php:65, ../includes/Elements/Tooltip.php:63
 
 
 
 
916
  msgid "Content Settings"
917
  msgstr ""
918
 
919
- #: ../includes/Elements/Adv_Accordion.php:204, ../includes/Elements/Adv_Tabs.php:156
920
  msgid "Active as Default"
921
  msgstr ""
922
 
923
- #: ../includes/Elements/Adv_Accordion.php:214
924
  msgid "Enable Tab Icon"
925
  msgstr ""
926
 
927
- #: ../includes/Elements/Adv_Accordion.php:224, ../includes/Elements/Adv_Tabs.php:175, ../includes/Elements/Adv_Tabs.php:190, ../includes/Elements/Betterdocs_Category_Box.php:407, ../includes/Elements/Betterdocs_Category_Box.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:1065, ../includes/Elements/Betterdocs_Category_Grid.php:1074, ../includes/Elements/Betterdocs_Category_Grid.php:1206, ../includes/Elements/Betterdocs_Category_Grid.php:1313, ../includes/Elements/Creative_Button.php:131, ../includes/Elements/Cta_Box.php:187, ../includes/Elements/Cta_Box.php:306, ../includes/Elements/Data_Table.php:152, ../includes/Elements/Data_Table.php:171, ../includes/Elements/Data_Table.php:298, ../includes/Elements/Data_Table.php:351, ../includes/Elements/Dual_Color_Header.php:118, ../includes/Elements/Dual_Color_Header.php:273, ../includes/Elements/Feature_List.php:78, ../includes/Elements/Feature_List.php:94, ../includes/Elements/Feature_List.php:502, ../includes/Elements/Flip_Box.php:206, ../includes/Elements/Flip_Box.php:232, ../includes/Elements/Flip_Box.php:437, ../includes/Elements/Flip_Box.php:463, ../includes/Elements/Info_Box.php:107, ../includes/Elements/Info_Box.php:176, ../includes/Elements/Info_Box.php:441, ../includes/Elements/Interactive_Circle.php:139, ../includes/Elements/Pricing_Table.php:173, ../includes/Elements/Simple_Menu.php:894, ../includes/Elements/Simple_Menu.php:1203, ../includes/Elements/Team_Member.php:166, ../includes/Elements/Tooltip.php:74, ../includes/Elements/Tooltip.php:97, ../includes/Elements/Twitter_Feed.php:919, ../includes/Extensions/Scroll_to_Top.php:344, ../includes/Extensions/Table_of_Content.php:669, ../includes/Traits/Controls.php:743, ../includes/Traits/Controls.php:796
928
  msgid "Icon"
929
  msgstr ""
930
 
931
- #: ../includes/Elements/Adv_Accordion.php:240, ../includes/Elements/Adv_Accordion.php:243, ../includes/Elements/Adv_Tabs.php:221, ../includes/Elements/Adv_Tabs.php:223, ../includes/Elements/Adv_Tabs.php:393
932
  msgid "Tab Title"
933
  msgstr ""
934
 
935
- #: ../includes/Elements/Adv_Accordion.php:252, ../includes/Elements/Adv_Tabs.php:231, ../includes/Elements/Cta_Box.php:250, ../includes/Elements/Data_Table.php:294, ../includes/Elements/Info_Box.php:249, ../includes/Elements/Tooltip.php:69
936
  msgid "Content Type"
937
  msgstr ""
938
 
939
- #: ../includes/Elements/Adv_Accordion.php:255, ../includes/Elements/Adv_Tabs.php:147, ../includes/Elements/Adv_Tabs.php:234, ../includes/Elements/Adv_Tabs.php:717, ../includes/Elements/Cta_Box.php:253, ../includes/Elements/Cta_Box.php:274, ../includes/Elements/Data_Table.php:256, ../includes/Elements/Data_Table.php:371, ../includes/Elements/Data_Table.php:385, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1485, ../includes/Elements/Facebook_Feed.php:963, ../includes/Elements/Feature_List.php:191, ../includes/Elements/Feature_List.php:695, ../includes/Elements/Flip_Box.php:157, ../includes/Elements/Image_Accordion.php:97, ../includes/Elements/Image_Accordion.php:208, ../includes/Elements/Image_Accordion.php:516, ../includes/Elements/Info_Box.php:252, ../includes/Elements/Interactive_Circle.php:120, ../includes/Elements/Interactive_Circle.php:161, ../includes/Elements/Interactive_Circle.php:665, ../includes/Elements/Post_Timeline.php:208, ../includes/Elements/Product_Grid.php:2500, ../includes/Elements/Tooltip.php:140, ../includes/Elements/Tooltip.php:273, ../includes/Elements/Woo_Product_Carousel.php:1583, ../includes/Elements/Woo_Product_Gallery.php:1835
940
  msgid "Content"
941
  msgstr ""
942
 
943
- #: ../includes/Elements/Adv_Accordion.php:256, ../includes/Elements/Adv_Tabs.php:235, ../includes/Elements/Countdown.php:405, ../includes/Elements/Cta_Box.php:254, ../includes/Elements/Info_Box.php:253
944
  msgid "Saved Templates"
945
  msgstr ""
946
 
947
- #: ../includes/Elements/Adv_Accordion.php:266, ../includes/Elements/Adv_Tabs.php:244, ../includes/Elements/Countdown.php:452, ../includes/Elements/Cta_Box.php:263, ../includes/Elements/Data_Table.php:339, ../includes/Elements/Info_Box.php:262
948
  msgid "Choose Template"
949
  msgstr ""
950
 
951
- #: ../includes/Elements/Adv_Accordion.php:281, ../includes/Elements/Adv_Tabs.php:258, ../includes/Elements/Interactive_Circle.php:167
952
  msgid "Tab Content"
953
  msgstr ""
954
 
955
- #: ../includes/Elements/Adv_Accordion.php:283, ../includes/Elements/Adv_Tabs.php:260, ../includes/Elements/Feature_List.php:193, ../includes/Elements/Interactive_Circle.php:169
956
  msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur."
957
  msgstr ""
958
 
959
- #: ../includes/Elements/Adv_Accordion.php:294, ../includes/Elements/Adv_Tabs.php:271
960
  msgid "Custom ID"
961
  msgstr ""
962
 
963
- #: ../includes/Elements/Adv_Accordion.php:296, ../includes/Elements/Adv_Tabs.php:273
964
  msgid "Custom ID will be added as an anchor tag. For example, if you add ‘test’ as your custom ID, the link will become like the following: https://www.example.com/#test and it will open the respective tab directly."
965
  msgstr ""
966
 
967
- #: ../includes/Elements/Adv_Accordion.php:307
968
  msgid "Accordion Tab Title 1"
969
  msgstr ""
970
 
971
- #: ../includes/Elements/Adv_Accordion.php:308
972
  msgid "Accordion Tab Title 2"
973
  msgstr ""
974
 
975
- #: ../includes/Elements/Adv_Accordion.php:309
976
  msgid "Accordion Tab Title 3"
977
  msgstr ""
978
 
979
- #: ../includes/Elements/Adv_Accordion.php:354, ../includes/Elements/Data_Table.php:513, ../includes/Elements/Filterable_Gallery.php:827
980
  msgid "General Style"
981
  msgstr ""
982
 
983
- #: ../includes/Elements/Adv_Accordion.php:414
984
  msgid "Tab Style"
985
  msgstr ""
986
 
987
- #: ../includes/Elements/Adv_Accordion.php:428, ../includes/Elements/Adv_Accordion.php:805, ../includes/Elements/Adv_Tabs.php:433, ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Cta_Box.php:787, ../includes/Elements/Data_Table.php:711, ../includes/Elements/Data_Table.php:1059, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Dual_Color_Header.php:608, ../includes/Elements/Event_Calendar.php:1456, ../includes/Elements/Event_Calendar.php:1523, ../includes/Elements/Feature_List.php:575, ../includes/Elements/Filterable_Gallery.php:1775, ../includes/Elements/Filterable_Gallery.php:2137, ../includes/Elements/Filterable_Gallery.php:2574, ../includes/Elements/Flip_Box.php:967, ../includes/Elements/Flip_Box.php:1080, ../includes/Elements/Info_Box.php:936, ../includes/Elements/Info_Box.php:1178, ../includes/Elements/Interactive_Circle.php:438, ../includes/Elements/Login_Register.php:2918, ../includes/Elements/Pricing_Table.php:1237, ../includes/Elements/Pricing_Table.php:1696, ../includes/Elements/Pricing_Table.php:1867, ../includes/Elements/Product_Grid.php:1307, ../includes/Elements/Product_Grid.php:2842, ../includes/Elements/Team_Member.php:643, ../includes/Elements/Tooltip.php:113, ../includes/Elements/Woo_Product_Carousel.php:1151, ../includes/Elements/Woo_Product_Carousel.php:1935, ../includes/Elements/Woo_Product_Carousel.php:2583, ../includes/Elements/Woo_Product_Gallery.php:844, ../includes/Elements/Woo_Product_Gallery.php:2177, ../includes/Extensions/Scroll_to_Top.php:360, ../includes/Extensions/Table_of_Content.php:705, ../includes/Traits/Woo_Product_Comparable.php:1345
988
  msgid "Icon Size"
989
  msgstr ""
990
 
991
- #: ../includes/Elements/Adv_Accordion.php:450, ../includes/Elements/Adv_Accordion.php:476, ../includes/Elements/Adv_Tabs.php:457
992
  msgid "Icon Gap"
993
  msgstr ""
994
 
995
- #: ../includes/Elements/Adv_Accordion.php:502
996
  msgid "Distance"
997
  msgstr ""
998
 
999
- #: ../includes/Elements/Adv_Accordion.php:560, ../includes/Elements/Adv_Accordion.php:620, ../includes/Elements/Adv_Accordion.php:681, ../includes/Elements/Adv_Tabs.php:538, ../includes/Elements/Adv_Tabs.php:605, ../includes/Elements/Adv_Tabs.php:672, ../includes/Elements/Cta_Box.php:974, ../includes/Elements/Cta_Box.php:1105, ../includes/Elements/Data_Table.php:1087, ../includes/Elements/Data_Table.php:1105, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Event_Calendar.php:1474, ../includes/Elements/Feature_List.php:122, ../includes/Elements/Info_Box.php:772, ../includes/Elements/Info_Box.php:851, ../includes/Elements/Info_Box.php:1004, ../includes/Elements/Info_Box.php:1084, ../includes/Elements/Interactive_Circle.php:487, ../includes/Elements/Interactive_Circle.php:549, ../includes/Elements/Interactive_Circle.php:615, ../includes/Elements/Post_Grid.php:986, ../includes/Elements/Pricing_Table.php:338, ../includes/Elements/Pricing_Table.php:1760, ../includes/Elements/Simple_Menu.php:305, ../includes/Elements/Team_Member.php:719, ../includes/Elements/Twitter_Feed.php:660, ../includes/Elements/Woo_Cart.php:237, ../includes/Elements/Woo_Cart.php:809, ../includes/Elements/Woo_Cart.php:1931, ../includes/Elements/Woo_Cart.php:2291, ../includes/Elements/Woo_Cart.php:2374, ../includes/Elements/Woo_Cart.php:2461, ../includes/Elements/Woo_Checkout.php:1198, ../includes/Elements/Woo_Checkout.php:1536, ../includes/Extensions/Scroll_to_Top.php:412
1000
  msgid "Icon Color"
1001
  msgstr ""
1002
 
1003
- #: ../includes/Elements/Adv_Accordion.php:654, ../includes/Elements/Adv_Accordion.php:956, ../includes/Elements/Adv_Tabs.php:638, ../includes/Elements/Event_Calendar.php:901, ../includes/Elements/Filterable_Gallery.php:1021, ../includes/Elements/Interactive_Circle.php:586, ../includes/Elements/Product_Grid.php:2329, ../includes/Elements/Simple_Menu.php:434, ../includes/Elements/Woo_Product_Carousel.php:2317, ../includes/Elements/Woo_Product_Gallery.php:1375, ../includes/Extensions/Table_of_Content.php:983
1004
  msgid "Active"
1005
  msgstr ""
1006
 
1007
- #: ../includes/Elements/Adv_Accordion.php:719, ../includes/Elements/Countdown.php:1100, ../includes/Elements/Cta_Box.php:80, ../includes/Elements/Cta_Box.php:686, ../includes/Elements/Data_Table.php:805, ../includes/Elements/Dual_Color_Header.php:76, ../includes/Elements/Facebook_Feed.php:635, ../includes/Elements/Facebook_Feed.php:799, ../includes/Elements/Flip_Box.php:1214, ../includes/Elements/Flip_Box.php:1283, ../includes/Elements/Info_Box.php:1386, ../includes/Elements/Tooltip.php:320, ../includes/Elements/Twitter_Feed.php:744
1008
  msgid "Content Style"
1009
  msgstr ""
1010
 
1011
- #: ../includes/Elements/Adv_Accordion.php:797
1012
  msgid "Toggle Caret Style"
1013
  msgstr ""
1014
 
1015
- #: ../includes/Elements/Adv_Accordion.php:830
1016
  msgid "Icon Padding"
1017
  msgstr ""
1018
 
1019
- #: ../includes/Elements/Adv_Accordion.php:844
1020
  msgid "Icon Radius"
1021
  msgstr ""
1022
 
1023
- #: ../includes/Elements/Adv_Accordion.php:870, ../includes/Elements/Adv_Accordion.php:917, ../includes/Elements/Adv_Accordion.php:962, ../includes/Elements/Adv_Tabs.php:856
1024
  msgid "Caret Color"
1025
  msgstr ""
1026
 
@@ -1212,7 +1236,7 @@ msgstr ""
1212
  msgid "File Not Found"
1213
  msgstr ""
1214
 
1215
- #: ../includes/Elements/Betterdocs_Category_Box.php:1185, ../includes/Elements/Betterdocs_Category_Box.php:1150, ../includes/Elements/Betterdocs_Category_Grid.php:1687, ../includes/Elements/Betterdocs_Category_Grid.php:1654, ../includes/Elements/Post_Grid.php:1102, ../includes/Elements/Post_Timeline.php:781, ../includes/Elements/Product_Grid.php:3070, ../includes/Elements/Woo_Product_Gallery.php:2389, ../includes/Traits/Ajax_Handler.php:227
1216
  msgid "<p class=\"no-posts-found\">No posts found!</p>"
1217
  msgstr ""
1218
 
@@ -6067,7 +6091,7 @@ msgstr ""
6067
  msgid "Fill Color"
6068
  msgstr ""
6069
 
6070
- #: ../includes/Elements/Progress_Bar.php:704, ../includes/Traits/Elements.php:140, ../includes/templates/admin/elements.php:256
6071
  msgid "Counter"
6072
  msgstr ""
6073
 
@@ -7463,7 +7487,7 @@ msgstr ""
7463
  msgid "<strong>WPForms</strong> is not installed/activated on your site. Please install and activate <strong>WPForms</strong> first."
7464
  msgstr ""
7465
 
7466
- #: ../includes/Extensions/Custom_JS.php:22, ../includes/templates/admin/extensions.php:56
7467
  msgid "Custom JS"
7468
  msgstr ""
7469
 
@@ -7483,42 +7507,54 @@ msgstr ""
7483
  msgid "EA Duplicator"
7484
  msgstr ""
7485
 
7486
- #: ../includes/Extensions/Promotion.php:31
7487
  msgid "Upgrade Essential Addons"
7488
  msgstr ""
7489
 
7490
- #: ../includes/Extensions/Promotion.php:53
7491
  msgid "Meet EA Parallax"
7492
  msgstr ""
7493
 
7494
- #: ../includes/Extensions/Promotion.php:54
7495
  msgid "Create stunning Parallax effects on your site and blow everyone away."
7496
  msgstr ""
7497
 
7498
- #: ../includes/Extensions/Promotion.php:77
7499
  msgid "Meet EA Particles"
7500
  msgstr ""
7501
 
7502
- #: ../includes/Extensions/Promotion.php:78
7503
  msgid "Create stunning Particles effects on your site and blow everyone away."
7504
  msgstr ""
7505
 
7506
- #: ../includes/Extensions/Promotion.php:101
7507
  msgid "Meet EA Content Protection"
7508
  msgstr ""
7509
 
7510
- #: ../includes/Extensions/Promotion.php:102
7511
  msgid "Put a restriction on any of your content and protect your privacy."
7512
  msgstr ""
7513
 
7514
- #: ../includes/Extensions/Promotion.php:125
7515
  msgid "Meet EA Advanced Tooltip"
7516
  msgstr ""
7517
 
7518
- #: ../includes/Extensions/Promotion.php:126
7519
  msgid "Highlight any Elementor widgets with a key message when they are hovered."
7520
  msgstr ""
7521
 
 
 
 
 
 
 
 
 
 
 
 
 
7522
  #: ../includes/Extensions/Reading_Progress.php:30
7523
  msgid "<i class=\"eaicon-logo\"></i> Reading Progress Bar"
7524
  msgstr ""
@@ -7591,7 +7627,7 @@ msgstr ""
7591
  msgid "Enable Table of Contents Globally"
7592
  msgstr ""
7593
 
7594
- #: ../includes/Extensions/Table_of_Content.php:113, ../includes/templates/admin/extensions.php:43
7595
  msgid "Table of Contents"
7596
  msgstr ""
7597
 
@@ -7823,27 +7859,27 @@ msgstr ""
7823
  msgid "You are using an incompatible version of Essential Addons PRO. Please update to v4.0.0+. If you do not see automatic update, <a href=\"https://essential-addons.com/elementor/docs/manually-update-essential-addons-pro/\" target=\"_blank\">Follow manual update guide.</a>"
7824
  msgstr ""
7825
 
7826
- #: ../includes/Traits/Ajax_Handler.php:85, ../includes/Traits/Ajax_Handler.php:543, ../includes/Traits/Login_Registration.php:79, ../includes/Traits/Login_Registration.php:200
7827
  msgid "Insecure form submitted without security token"
7828
  msgstr ""
7829
 
7830
- #: ../includes/Traits/Ajax_Handler.php:94, ../includes/Traits/Ajax_Handler.php:552, ../includes/Traits/Login_Registration.php:92, ../includes/Traits/Login_Registration.php:210, ../includes/Traits/Woo_Product_Comparable.php:2170
7831
  msgid "Security token did not match"
7832
  msgstr ""
7833
 
7834
- #: ../includes/Traits/Ajax_Handler.php:105, ../includes/Traits/Ajax_Handler.php:265, ../includes/Traits/Ajax_Handler.php:329, ../includes/Traits/Ajax_Handler.php:563, ../includes/Traits/Login_Registration.php:55, ../includes/Traits/Login_Registration.php:222, ../includes/Traits/Woo_Product_Comparable.php:2128
7835
  msgid "Page ID is missing"
7836
  msgstr ""
7837
 
7838
- #: ../includes/Traits/Ajax_Handler.php:116, ../includes/Traits/Ajax_Handler.php:272, ../includes/Traits/Ajax_Handler.php:336, ../includes/Traits/Ajax_Handler.php:574, ../includes/Traits/Facebook_Feed.php:41, ../includes/Traits/Login_Registration.php:62, ../includes/Traits/Login_Registration.php:227, ../includes/Traits/Woo_Product_Comparable.php:2133
7839
  msgid "Widget ID is missing"
7840
  msgstr ""
7841
 
7842
- #: ../includes/Traits/Ajax_Handler.php:127, ../includes/Traits/Ajax_Handler.php:278, ../includes/Traits/Ajax_Handler.php:343, ../includes/Traits/Ajax_Handler.php:584
7843
  msgid "Widget settings are not found. Did you save the widget before using load more??"
7844
  msgstr ""
7845
 
7846
- #: ../includes/Traits/Ajax_Handler.php:786
7847
  msgid "Login | Register Settings updated"
7848
  msgstr ""
7849
 
@@ -8095,19 +8131,19 @@ msgid ""
8095
  " popular plugins and themes. No spam, I promise."
8096
  msgstr ""
8097
 
8098
- #: ../includes/Traits/Elements.php:128, ../includes/templates/admin/elements.php:76
8099
  msgid "Advanced Menu"
8100
  msgstr ""
8101
 
8102
- #: ../includes/Traits/Elements.php:134, ../includes/templates/admin/elements.php:200
8103
  msgid "Content Timeline"
8104
  msgstr ""
8105
 
8106
- #: ../includes/Traits/Elements.php:146, ../includes/templates/admin/elements.php:319
8107
  msgid "Divider"
8108
  msgstr ""
8109
 
8110
- #: ../includes/Traits/Elements.php:158, ../includes/templates/admin/elements.php:284
8111
  msgid "Flip Carousel"
8112
  msgstr ""
8113
 
@@ -8115,11 +8151,11 @@ msgstr ""
8115
  msgid "Google Map"
8116
  msgstr ""
8117
 
8118
- #: ../includes/Traits/Elements.php:170, ../includes/templates/admin/elements.php:277
8119
  msgid "Image Comparison"
8120
  msgstr ""
8121
 
8122
- #: ../includes/Traits/Elements.php:182, ../includes/templates/admin/elements.php:326
8123
  msgid "Image Scroller"
8124
  msgstr ""
8125
 
@@ -8127,39 +8163,39 @@ msgstr ""
8127
  msgid "Interactive Card"
8128
  msgstr ""
8129
 
8130
- #: ../includes/Traits/Elements.php:200, ../includes/templates/admin/elements.php:249
8131
  msgid "Interactive Promo"
8132
  msgstr ""
8133
 
8134
- #: ../includes/Traits/Elements.php:206, ../includes/templates/admin/elements.php:479, ../includes/templates/admin/go-pro.php:119
8135
  msgid "LearnDash Course List"
8136
  msgstr ""
8137
 
8138
- #: ../includes/Traits/Elements.php:212, ../includes/templates/admin/elements.php:263
8139
  msgid "Lightbox & Modal"
8140
  msgstr ""
8141
 
8142
- #: ../includes/Traits/Elements.php:218, ../includes/templates/admin/elements.php:291
8143
  msgid "Logo Carousel"
8144
  msgstr ""
8145
 
8146
- #: ../includes/Traits/Elements.php:230, ../includes/templates/admin/elements.php:69
8147
  msgid "Offcanvas"
8148
  msgstr ""
8149
 
8150
- #: ../includes/Traits/Elements.php:236, ../includes/templates/admin/elements.php:305
8151
  msgid "One Page Navigation"
8152
  msgstr ""
8153
 
8154
- #: ../includes/Traits/Elements.php:242, ../includes/templates/admin/elements.php:179
8155
  msgid "Post Block"
8156
  msgstr ""
8157
 
8158
- #: ../includes/Traits/Elements.php:248, ../includes/templates/admin/elements.php:186
8159
  msgid "Post Carousel"
8160
  msgstr ""
8161
 
8162
- #: ../includes/Traits/Elements.php:254, ../includes/templates/admin/elements.php:193, ../includes/templates/admin/go-pro.php:39
8163
  msgid "Smart Post List"
8164
  msgstr ""
8165
 
@@ -8167,31 +8203,31 @@ msgstr ""
8167
  msgid "Price Menu"
8168
  msgstr ""
8169
 
8170
- #: ../includes/Traits/Elements.php:266, ../includes/templates/admin/elements.php:270, ../includes/templates/admin/go-pro.php:23
8171
  msgid "Protected Content"
8172
  msgstr ""
8173
 
8174
- #: ../includes/Traits/Elements.php:272, ../includes/templates/admin/elements.php:97
8175
  msgid "Static Product"
8176
  msgstr ""
8177
 
8178
- #: ../includes/Traits/Elements.php:278, ../includes/templates/admin/elements.php:104
8179
  msgid "Team Member Carousel"
8180
  msgstr ""
8181
 
8182
- #: ../includes/Traits/Elements.php:284, ../includes/templates/admin/elements.php:90
8183
  msgid "Testimonial Slider"
8184
  msgstr ""
8185
 
8186
- #: ../includes/Traits/Elements.php:296, ../includes/templates/admin/elements.php:454
8187
  msgid "Twitter Feed Carousel"
8188
  msgstr ""
8189
 
8190
- #: ../includes/Traits/Elements.php:302, ../includes/templates/admin/elements.php:520
8191
  msgid "Woo Product Collections"
8192
  msgstr ""
8193
 
8194
- #: ../includes/Traits/Elements.php:308, ../includes/templates/admin/elements.php:527, ../includes/templates/admin/go-pro.php:55
8195
  msgid "Woo Product Slider"
8196
  msgstr ""
8197
 
@@ -8251,6 +8287,10 @@ msgstr ""
8251
  msgid "Submit"
8252
  msgstr ""
8253
 
 
 
 
 
8254
  #: ../includes/Traits/Login_Registration.php:122, ../includes/Traits/Login_Registration.php:286
8255
  msgid "You did not pass recaptcha challenge."
8256
  msgstr ""
@@ -8727,59 +8767,55 @@ msgstr ""
8727
  msgid "Out"
8728
  msgstr ""
8729
 
8730
- #: ../includes/templates/admin/elements.php:298
8731
  msgid "Interactive Cards"
8732
  msgstr ""
8733
 
8734
- #: ../includes/templates/admin/elements.php:340
8735
  msgid "Marketing Elements"
8736
  msgstr ""
8737
 
8738
- #: ../includes/templates/admin/elements.php:356
8739
  msgid "Price menu"
8740
  msgstr ""
8741
 
8742
- #: ../includes/templates/admin/elements.php:444
8743
  msgid "Social Feed Elements"
8744
  msgstr ""
8745
 
8746
- #: ../includes/templates/admin/elements.php:475
8747
  msgid "LearnDash Elements"
8748
  msgstr ""
8749
 
8750
- #: ../includes/templates/admin/elements.php:573, ../includes/templates/admin/extensions.php:83
8751
  msgid "Global Control"
8752
  msgstr ""
8753
 
8754
- #: ../includes/templates/admin/elements.php:574
8755
  msgid "Use the Toggle Button to Activate or Deactivate all the Elements of Essential Addons at once."
8756
  msgstr ""
8757
 
8758
- #: ../includes/templates/admin/elements.php:581, ../includes/templates/admin/extensions.php:91
8759
  msgid "Enable All"
8760
  msgstr ""
8761
 
8762
- #: ../includes/templates/admin/elements.php:582, ../includes/templates/admin/extensions.php:92
8763
  msgid "Disable All"
8764
  msgstr ""
8765
 
8766
- #: ../includes/templates/admin/elements.php:585, ../includes/templates/admin/elements.php:647, ../includes/templates/admin/extensions.php:95, ../includes/templates/admin/extensions.php:151, ../includes/templates/admin/tools.php:71
8767
  msgid "Save Settings"
8768
  msgstr ""
8769
 
8770
- #: ../includes/templates/admin/elements.php:596, ../includes/templates/admin/extensions.php:107
8771
- msgid "Pro"
8772
- msgstr ""
8773
-
8774
- #: ../includes/templates/admin/elements.php:609, ../includes/templates/admin/extensions.php:121
8775
  msgid "Setting"
8776
  msgstr ""
8777
 
8778
- #: ../includes/templates/admin/elements.php:614, ../includes/templates/admin/extensions.php:126
8779
  msgid "Documentation"
8780
  msgstr ""
8781
 
8782
- #: ../includes/templates/admin/elements.php:618, ../includes/templates/admin/extensions.php:130
8783
  msgid "Demo"
8784
  msgstr ""
8785
 
@@ -8803,23 +8839,27 @@ msgstr ""
8803
  msgid "Content Protection"
8804
  msgstr ""
8805
 
8806
- #: ../includes/templates/admin/extensions.php:37
8807
  msgid "Reading Progress Bar"
8808
  msgstr ""
8809
 
8810
- #: ../includes/templates/admin/extensions.php:49
8811
  msgid "Duplicator"
8812
  msgstr ""
8813
 
8814
- #: ../includes/templates/admin/extensions.php:62
8815
  msgid "Cross-Domain Copy Paste"
8816
  msgstr ""
8817
 
8818
- #: ../includes/templates/admin/extensions.php:69
8819
  msgid "Scroll to Top"
8820
  msgstr ""
8821
 
8822
- #: ../includes/templates/admin/extensions.php:84
 
 
 
 
8823
  msgid "Use the Toggle Button to Activate or Deactivate all the Extensions of Essential Addons at once."
8824
  msgstr ""
8825
 
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
 
20
+ #: ../includes/Classes/Helper.php:205, ../includes/Elements/Adv_Accordion.php:338, ../includes/Elements/Adv_Tabs.php:298, ../includes/Elements/Contact_Form_7.php:270, ../includes/Elements/Content_Ticker.php:306, ../includes/Elements/Countdown.php:467, ../includes/Elements/Creative_Button.php:188, ../includes/Elements/Cta_Box.php:397, ../includes/Elements/Data_Table.php:482, ../includes/Elements/Dual_Color_Header.php:214, ../includes/Elements/Fancy_Text.php:269, ../includes/Elements/Filterable_Gallery.php:796, ../includes/Elements/Flip_Box.php:733, ../includes/Elements/Info_Box.php:493, ../includes/Elements/Login_Register.php:1038, ../includes/Elements/Pricing_Table.php:698, ../includes/Elements/Progress_Bar.php:271, ../includes/Elements/Team_Member.php:237, ../includes/Elements/Testimonial.php:214, ../includes/Elements/Tooltip.php:513, ../includes/Elements/Twitter_Feed.php:337, ../includes/Elements/WeForms.php:110
21
  msgid "Go Premium for More Features"
22
  msgstr ""
23
 
24
+ #: ../includes/Classes/Helper.php:212, ../includes/Elements/Adv_Accordion.php:345, ../includes/Elements/Adv_Tabs.php:305, ../includes/Elements/Contact_Form_7.php:277, ../includes/Elements/Content_Ticker.php:313, ../includes/Elements/Countdown.php:474, ../includes/Elements/Creative_Button.php:195, ../includes/Elements/Cta_Box.php:404, ../includes/Elements/Data_Table.php:489, ../includes/Elements/Dual_Color_Header.php:221, ../includes/Elements/Fancy_Text.php:276, ../includes/Elements/Filterable_Gallery.php:803, ../includes/Elements/Flip_Box.php:740, ../includes/Elements/Info_Box.php:500, ../includes/Elements/Login_Register.php:1045, ../includes/Elements/Pricing_Table.php:705, ../includes/Elements/Progress_Bar.php:278, ../includes/Elements/Team_Member.php:244, ../includes/Elements/Testimonial.php:221, ../includes/Elements/Tooltip.php:520, ../includes/Elements/Twitter_Feed.php:344, ../includes/Elements/WeForms.php:117
25
  msgid "Unlock more possibilities"
26
  msgstr ""
27
 
65
  msgid "Install Now!"
66
  msgstr ""
67
 
68
+ #: ../includes/Classes/WPDeveloper_Plugin_Installer.php:151, ../includes/Classes/WPDeveloper_Plugin_Installer.php:169, ../includes/Classes/WPDeveloper_Plugin_Installer.php:188, ../includes/Classes/WPDeveloper_Setup_Wizard.php:517, ../includes/Classes/WPDeveloper_Setup_Wizard.php:543, ../includes/Traits/Ajax_Handler.php:777, ../includes/Traits/Ajax_Handler.php:884, ../includes/Traits/Ajax_Handler.php:905, ../includes/Traits/Helper.php:305
69
  msgid "you are not allowed to do this action"
70
  msgstr ""
71
 
125
  msgid "Next"
126
  msgstr ""
127
 
128
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:154, ../includes/Elements/Advanced_Data_Table.php:439, ../includes/Elements/Advanced_Data_Table.php:558, ../includes/Elements/Advanced_Data_Table.php:984, ../includes/Elements/Advanced_Data_Table.php:1131, ../includes/Elements/Adv_Accordion.php:154, ../includes/Elements/Betterdocs_Category_Box.php:775, ../includes/Elements/Betterdocs_Category_Grid.php:1521, ../includes/Elements/Betterdocs_Category_Grid.php:1546, ../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:119, ../includes/Elements/Data_Table.php:561, ../includes/Elements/Data_Table.php:786, ../includes/Elements/Data_Table.php:1035, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1015, ../includes/Elements/Event_Calendar.php:1147, ../includes/Elements/Fancy_Text.php:182, ../includes/Elements/Feature_List.php:311, ../includes/Elements/Filterable_Gallery.php:776, ../includes/Elements/Filterable_Gallery.php:1308, ../includes/Elements/Filterable_Gallery.php:1691, ../includes/Elements/Flip_Box.php:381, ../includes/Elements/Flip_Box.php:612, ../includes/Elements/FluentForm.php:275, ../includes/Elements/FluentForm.php:470, ../includes/Elements/FluentForm.php:616, ../includes/Elements/FluentForm.php:1249, ../includes/Elements/FluentForm.php:1494, ../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:681, ../includes/Elements/GravityForms.php:1958, ../includes/Elements/GravityForms.php:2208, ../includes/Elements/Image_Accordion.php:117, ../includes/Elements/Info_Box.php:312, ../includes/Elements/Login_Register.php:716, ../includes/Elements/Login_Register.php:2595, ../includes/Elements/Login_Register.php:3263, ../includes/Elements/Login_Register.php:3583, ../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:495, ../includes/Elements/Post_Grid.php:650, ../includes/Elements/Post_Grid.php:718, ../includes/Elements/Post_Grid.php:813, ../includes/Elements/Post_Grid.php:896, ../includes/Elements/Post_Timeline.php:325, ../includes/Elements/Post_Timeline.php:383, ../includes/Elements/Pricing_Table.php:258, ../includes/Elements/Pricing_Table.php:382, ../includes/Elements/Pricing_Table.php:680, ../includes/Elements/Pricing_Table.php:824, ../includes/Elements/Pricing_Table.php:849, ../includes/Elements/Product_Grid.php:729, ../includes/Elements/Product_Grid.php:1047, ../includes/Elements/Product_Grid.php:1717, ../includes/Elements/Product_Grid.php:2206, ../includes/Elements/Progress_Bar.php:329, ../includes/Elements/Progress_Bar.php:540, ../includes/Elements/Simple_Menu.php:206, ../includes/Elements/Simple_Menu.php:351, ../includes/Elements/Simple_Menu.php:758, ../includes/Elements/Simple_Menu.php:784, ../includes/Elements/Simple_Menu.php:809, ../includes/Elements/Simple_Menu.php:1104, ../includes/Elements/Team_Member.php:388, ../includes/Elements/Testimonial.php:322, ../includes/Elements/Tooltip.php:217, ../includes/Elements/Tooltip.php:289, ../includes/Elements/Tooltip.php:385, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Cart.php:277, ../includes/Elements/Woo_Cart.php:498, ../includes/Elements/Woo_Cart.php:594, ../includes/Elements/Woo_Cart.php:665, ../includes/Elements/Woo_Cart.php:743, ../includes/Elements/Woo_Cart.php:851, ../includes/Elements/Woo_Cart.php:1596, ../includes/Elements/Woo_Cart.php:2202, ../includes/Elements/Woo_Product_Carousel.php:705, ../includes/Elements/Woo_Product_Carousel.php:824, ../includes/Elements/Woo_Product_Carousel.php:877, ../includes/Elements/Woo_Product_Gallery.php:201, ../includes/Elements/Woo_Product_Gallery.php:227, ../includes/Elements/Woo_Product_Gallery.php:560, ../includes/Elements/Woo_Product_Gallery.php:1523, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Scroll_to_Top.php:202, ../includes/Extensions/Table_of_Content.php:463, ../includes/Traits/Controls.php:602, ../includes/Traits/Controls.php:1267, ../includes/Traits/Controls.php:1605, ../includes/Traits/Controls.php:1648, ../includes/Traits/Controls.php:1649, ../includes/Traits/Controls.php:1979
129
  msgid "Right"
130
  msgstr ""
131
 
297
  msgstr ""
298
 
299
  #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:464, ../includes/templates/admin/integrations.php:35
300
+ msgid "easy.jobs"
301
  msgstr ""
302
 
303
  #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:465, ../includes/templates/admin/integrations.php:36
332
  msgid "Team Member"
333
  msgstr ""
334
 
335
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:599, ../includes/Elements/Testimonial.php:24, ../includes/templates/admin/elements.php:22
336
  msgid "Testimonial"
337
  msgstr ""
338
 
339
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:604, ../includes/Elements/Flip_Box.php:33, ../includes/templates/admin/elements.php:28
340
  msgid "Flip Box"
341
  msgstr ""
342
 
343
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:609, ../includes/Elements/Info_Box.php:30, ../includes/templates/admin/elements.php:34
344
  msgid "Info Box"
345
  msgstr ""
346
 
347
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:614, ../includes/Elements/Dual_Color_Header.php:28, ../includes/templates/admin/elements.php:40
348
  msgid "Dual Color Heading"
349
  msgstr ""
350
 
351
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:619, ../includes/Elements/Pricing_Table.php:1488, ../includes/Elements/Tooltip.php:25, ../includes/templates/admin/elements.php:46
352
  msgid "Tooltip"
353
  msgstr ""
354
 
355
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:624, ../includes/Elements/Adv_Accordion.php:31, ../includes/templates/admin/elements.php:52
356
  msgid "Advanced Accordion"
357
  msgstr ""
358
 
359
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:629, ../includes/Elements/Adv_Tabs.php:31, ../includes/templates/admin/elements.php:59
360
  msgid "Advanced Tabs"
361
  msgstr ""
362
 
363
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:634, ../includes/Elements/Feature_List.php:28, ../includes/Elements/Pricing_Table.php:1205, ../includes/templates/admin/elements.php:66
364
  msgid "Feature List"
365
  msgstr ""
366
 
367
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:640, ../includes/Elements/Sticky_Video.php:27, ../includes/templates/admin/elements.php:116
368
  msgid "Sticky Video"
369
  msgstr ""
370
 
376
  msgid "Simple Menu"
377
  msgstr ""
378
 
379
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:656, ../includes/templates/admin/elements.php:145
380
  msgid "Dynamic Content Elements"
381
  msgstr ""
382
 
383
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:660, ../includes/Elements/Post_Grid.php:30, ../includes/templates/admin/elements.php:149
384
  msgid "Post Grid"
385
  msgstr ""
386
 
387
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:665, ../includes/Elements/Post_Timeline.php:28, ../includes/templates/admin/elements.php:156
388
  msgid "Post Timeline"
389
  msgstr ""
390
 
391
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:669, ../includes/Elements/Data_Table.php:32, ../includes/templates/admin/elements.php:162
392
  msgid "Data Table"
393
  msgstr ""
394
 
395
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:674, ../includes/Elements/Advanced_Data_Table.php:26, ../includes/templates/admin/elements.php:168
396
  msgid "Advanced Data Table"
397
  msgstr ""
398
 
399
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:678, ../includes/Elements/Content_Ticker.php:30, ../includes/templates/admin/elements.php:175
400
  msgid "Content Ticker"
401
  msgstr ""
402
 
403
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:684, ../includes/templates/admin/elements.php:229
404
  msgid "Creative Elements"
405
  msgstr ""
406
 
407
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:688, ../includes/Elements/Countdown.php:27, ../includes/templates/admin/elements.php:233
408
  msgid "Countdown"
409
  msgstr ""
410
 
411
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:693, ../includes/Elements/Fancy_Text.php:27, ../includes/Elements/Fancy_Text.php:64, ../includes/templates/admin/elements.php:239
412
  msgid "Fancy Text"
413
  msgstr ""
414
 
415
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:698, ../includes/Elements/Filterable_Gallery.php:33, ../includes/templates/admin/elements.php:246
416
  msgid "Filterable Gallery"
417
  msgstr ""
418
 
419
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:703, ../includes/Elements/Image_Accordion.php:26, ../includes/templates/admin/elements.php:253
420
  msgid "Image Accordion"
421
  msgstr ""
422
 
423
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:708, ../includes/Elements/Progress_Bar.php:28, ../includes/Elements/Progress_Bar.php:127, ../includes/templates/admin/elements.php:259
424
  msgid "Progress Bar"
425
  msgstr ""
426
 
427
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:713, ../includes/Elements/Interactive_Circle.php:25, ../includes/templates/admin/elements.php:354
428
  msgid "Interactive Circle"
429
  msgstr ""
430
 
432
  msgid "Marketing & Social Feed Elements"
433
  msgstr ""
434
 
435
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:723, ../includes/templates/admin/elements.php:366
436
  msgid "Call To Action"
437
  msgstr ""
438
 
439
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:728, ../includes/Elements/Pricing_Table.php:33, ../includes/templates/admin/elements.php:372
440
  msgid "Pricing Table"
441
  msgstr ""
442
 
443
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:733, ../includes/Elements/Twitter_Feed.php:27, ../includes/templates/admin/elements.php:474
444
  msgid "Twitter Feed"
445
  msgstr ""
446
 
447
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:738, ../includes/Elements/Facebook_Feed.php:28, ../includes/templates/admin/elements.php:496
448
  msgid "Facebook Feed"
449
  msgstr ""
450
 
451
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:745, ../includes/templates/admin/elements.php:387
452
  msgid "Form Styler Elements"
453
  msgstr ""
454
 
455
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:749, ../includes/Elements/Contact_Form_7.php:43, ../includes/templates/admin/elements.php:391
456
  msgid "Contact Form 7"
457
  msgstr ""
458
 
459
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:754, ../includes/templates/admin/elements.php:397
460
  msgid "weForms"
461
  msgstr ""
462
 
463
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:758, ../includes/templates/admin/elements.php:403
464
  msgid "Ninja Form"
465
  msgstr ""
466
 
467
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:762, ../includes/templates/admin/elements.php:409
468
  msgid "Gravity Form"
469
  msgstr ""
470
 
471
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:766, ../includes/Elements/Caldera_Forms.php:96, ../includes/templates/admin/elements.php:416
472
  msgid "Caldera Form"
473
  msgstr ""
474
 
475
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:770, ../includes/Elements/WpForms.php:27, ../includes/Elements/WpForms.php:87, ../includes/templates/admin/elements.php:422
476
  msgid "WPForms"
477
  msgstr ""
478
 
479
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:774, ../includes/Elements/FluentForm.php:30, ../includes/templates/admin/elements.php:428
480
  msgid "Fluent Forms"
481
  msgstr ""
482
 
483
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:778, ../includes/Elements/Formstack.php:28, ../includes/Elements/Formstack.php:169, ../includes/templates/admin/elements.php:434
484
  msgid "Formstack"
485
  msgstr ""
486
 
487
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:782, ../includes/Elements/TypeForm.php:25, ../includes/Elements/TypeForm.php:126, ../includes/Elements/TypeForm.php:132, ../includes/templates/admin/elements.php:440
488
  msgid "Typeform"
489
  msgstr ""
490
 
492
  msgid "Login Register Form"
493
  msgstr ""
494
 
495
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:792, ../includes/templates/admin/elements.php:516
496
  msgid "Documentation Elements"
497
  msgstr ""
498
 
499
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:796, ../includes/Elements/Betterdocs_Category_Grid.php:30, ../includes/templates/admin/elements.php:520
500
  msgid "BetterDocs Category Grid"
501
  msgstr ""
502
 
503
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:800, ../includes/Elements/Betterdocs_Category_Box.php:34, ../includes/templates/admin/elements.php:526
504
  msgid "BetterDocs Category Box"
505
  msgstr ""
506
 
507
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:805, ../includes/Elements/Betterdocs_Search_Form.php:29, ../includes/templates/admin/elements.php:532
508
  msgid "BetterDocs Search Form"
509
  msgstr ""
510
 
511
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:810, ../includes/templates/admin/elements.php:539
512
  msgid "WooCommerce Elements"
513
  msgstr ""
514
 
515
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:814, ../includes/Elements/Product_Grid.php:61, ../includes/templates/admin/elements.php:543
516
  msgid "Product Grid"
517
  msgstr ""
518
 
519
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:819, ../includes/Elements/Woo_Product_Carousel.php:63, ../includes/templates/admin/elements.php:564
520
  msgid "Woo Product Carousel"
521
  msgstr ""
522
 
523
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:823, ../includes/Elements/Woo_Checkout.php:52, ../includes/templates/admin/elements.php:571
524
  msgid "Woo Checkout"
525
  msgstr ""
526
 
527
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:827, ../includes/Elements/Woo_Cart.php:69, ../includes/templates/admin/elements.php:578
528
  msgid "Woo Cart"
529
  msgstr ""
530
 
531
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:831, ../includes/Elements/Woo_Product_Compare.php:34, ../includes/templates/admin/elements.php:585
532
  msgid "Woo Product Compare"
533
  msgstr ""
534
 
535
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:836, ../includes/Elements/Woo_Product_Gallery.php:49, ../includes/templates/admin/elements.php:591
536
  msgid "Woo Product Gallery"
537
  msgstr ""
538
 
539
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:852, ../includes/Elements/Adv_Accordion.php:117, ../includes/Elements/Login_Register.php:3029, ../includes/Elements/Woo_Product_Carousel.php:2554, ../includes/Traits/Elements.php:290, ../includes/templates/admin/elements.php:87, ../includes/templates/admin/go-pro.php:75
540
  msgid "Toggle"
541
  msgstr ""
542
 
543
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:857, ../includes/templates/admin/elements.php:181, ../includes/templates/admin/go-pro.php:82
544
  msgid "Advanced Google Map"
545
  msgstr ""
546
 
547
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:862, ../includes/Traits/Elements.php:152, ../includes/templates/admin/elements.php:220, ../includes/templates/admin/go-pro.php:88
548
  msgid "Dynamic Gallery"
549
  msgstr ""
550
 
551
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:867, ../includes/Traits/Elements.php:176, ../includes/templates/admin/elements.php:333, ../includes/templates/admin/go-pro.php:94
552
  msgid "Image Hotspots"
553
  msgstr ""
554
 
556
  msgid "Lightbox and Modal"
557
  msgstr ""
558
 
559
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:877, ../includes/Traits/Elements.php:224, ../includes/templates/admin/elements.php:452
560
  msgid "Mailchimp"
561
  msgstr ""
562
 
563
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:882, ../includes/Traits/Elements.php:188, ../includes/templates/admin/elements.php:488, ../includes/templates/admin/go-pro.php:112
564
  msgid "Instagram Feed"
565
  msgstr ""
566
 
568
  msgid "Quick Setup Wizard- Essential Addons"
569
  msgstr ""
570
 
571
+ #: ../includes/Controls/Select2.php:27, ../includes/Elements/Advanced_Data_Table.php:155, ../includes/Elements/Advanced_Data_Table.php:170, ../includes/Elements/Advanced_Data_Table.php:874, ../includes/Elements/Betterdocs_Search_Form.php:157
572
  msgid "Search"
573
  msgstr ""
574
 
575
+ #: ../includes/Controls/Select2.php:28, ../includes/Elements/Woo_Cart.php:195, ../includes/Elements/Woo_Cart.php:777, ../includes/Traits/Woo_Product_Comparable.php:1787
576
  msgid "Remove"
577
  msgstr ""
578
 
579
+ #: ../includes/Controls/Select2.php:29, ../includes/Elements/Adv_Tabs.php:179, ../includes/Elements/Adv_Tabs.php:206, ../includes/Elements/Data_Table.php:156, ../includes/Elements/Data_Table.php:188, ../includes/Elements/Feature_List.php:82, ../includes/Elements/Feature_List.php:167, ../includes/Elements/Filterable_Gallery.php:564, ../includes/Elements/Flip_Box.php:205, ../includes/Elements/Flip_Box.php:436, ../includes/Elements/Info_Box.php:111, ../includes/Elements/Post_Grid.php:120, ../includes/Elements/Post_Timeline.php:235, ../includes/Elements/Tooltip.php:82, ../includes/Elements/Tooltip.php:177, ../includes/Elements/Woo_Cart.php:196, ../includes/Traits/Controls.php:578, ../includes/Traits/Controls.php:739, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:71
580
  msgid "Image"
581
  msgstr ""
582
 
583
+ #: ../includes/Controls/Select2.php:30, ../includes/Elements/Betterdocs_Category_Box.php:627, ../includes/Elements/Betterdocs_Category_Box.php:666, ../includes/Elements/Betterdocs_Category_Grid.php:589, ../includes/Elements/Betterdocs_Category_Grid.php:1146, ../includes/Elements/Caldera_Forms.php:118, ../includes/Elements/Caldera_Forms.php:258, ../includes/Elements/Contact_Form_7.php:160, ../includes/Elements/Contact_Form_7.php:465, ../includes/Elements/Cta_Box.php:219, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:730, ../includes/Elements/Event_Calendar.php:1389, ../includes/Elements/Feature_List.php:181, ../includes/Elements/Feature_List.php:183, ../includes/Elements/Feature_List.php:735, ../includes/Elements/Flip_Box.php:656, ../includes/Elements/FluentForm.php:160, ../includes/Elements/FluentForm.php:293, ../includes/Elements/Formstack.php:201, ../includes/Elements/Formstack.php:472, ../includes/Elements/GravityForms.php:158, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:507, ../includes/Elements/Image_Accordion.php:197, ../includes/Elements/Image_Accordion.php:487, ../includes/Elements/Interactive_Circle.php:154, ../includes/Elements/Login_Register.php:2310, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:160, ../includes/Elements/Pricing_Table.php:137, ../includes/Elements/Product_Grid.php:2428, ../includes/Elements/Progress_Bar.php:122, ../includes/Elements/Progress_Bar.php:681, ../includes/Elements/Woo_Cart.php:197, ../includes/Elements/Woo_Cart.php:439, ../includes/Elements/Woo_Cart.php:570, ../includes/Elements/Woo_Cart.php:641, ../includes/Elements/Woo_Cart.php:719, ../includes/Elements/Woo_Checkout.php:335, ../includes/Elements/Woo_Checkout.php:445, ../includes/Elements/Woo_Checkout.php:539, ../includes/Elements/Woo_Product_Carousel.php:1512, ../includes/Elements/Woo_Product_Gallery.php:1764, ../includes/Elements/WpForms.php:116, ../includes/Elements/WpForms.php:146, ../includes/Elements/WpForms.php:410, ../includes/Extensions/Table_of_Content.php:110, ../includes/Traits/Woo_Product_Comparable.php:41, ../includes/Traits/Woo_Product_Comparable.php:75, ../includes/Traits/Woo_Product_Comparable.php:1083, ../includes/Traits/Woo_Product_Comparable.php:1201
584
  msgid "Title"
585
  msgstr ""
586
 
587
+ #: ../includes/Controls/Select2.php:31, ../includes/Elements/GravityForms.php:1135, ../includes/Elements/Pricing_Table.php:196, ../includes/Elements/Pricing_Table.php:203, ../includes/Elements/Product_Grid.php:143, ../includes/Elements/Product_Grid.php:2458, ../includes/Elements/Woo_Cart.php:198, ../includes/Elements/Woo_Cart.php:394, ../includes/Elements/Woo_Cart.php:557, ../includes/Elements/Woo_Cart.php:572, ../includes/Elements/Woo_Checkout.php:220, ../includes/Elements/Woo_Product_Carousel.php:124, ../includes/Elements/Woo_Product_Carousel.php:1541, ../includes/Elements/Woo_Product_Gallery.php:113, ../includes/Elements/Woo_Product_Gallery.php:1793, ../includes/Traits/Woo_Product_Comparable.php:42, ../includes/Traits/Woo_Product_Comparable.php:79
588
  msgid "Price"
589
  msgstr ""
590
 
591
+ #: ../includes/Controls/Select2.php:32, ../includes/Elements/Product_Grid.php:2607, ../includes/Elements/Woo_Cart.php:199, ../includes/Elements/Woo_Cart.php:398, ../includes/Elements/Woo_Cart.php:628, ../includes/Elements/Woo_Cart.php:643, ../includes/Elements/Woo_Checkout.php:203, ../includes/Elements/Woo_Product_Carousel.php:1702, ../includes/Elements/Woo_Product_Gallery.php:1942
592
  msgid "Quantity"
593
  msgstr ""
594
 
595
+ #: ../includes/Controls/Select2.php:33, ../includes/Elements/Woo_Cart.php:200, ../includes/Elements/Woo_Cart.php:706, ../includes/Elements/Woo_Cart.php:721, ../includes/Elements/Woo_Checkout.php:234, ../includes/Template/Woocommerce/Cart/Woo_Cart_Helper.php:231, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:464
596
  msgid "Subtotal"
597
  msgstr ""
598
 
599
+ #: ../includes/Controls/Select2.php:34
600
+ msgid "User Status"
601
+ msgstr ""
602
+
603
+ #: ../includes/Controls/Select2.php:35
604
+ msgid "Post Type"
605
+ msgstr ""
606
+
607
+ #: ../includes/Controls/Select2.php:36
608
+ msgid "Browser"
609
+ msgstr ""
610
+
611
+ #: ../includes/Controls/Select2.php:37
612
+ msgid "Date & Time"
613
+ msgstr ""
614
+
615
+ #: ../includes/Controls/Select2.php:38
616
+ msgid "Dynamic Field"
617
+ msgstr ""
618
+
619
  #: ../includes/Elements/Advanced_Data_Table.php:73
620
  msgid "Data Source"
621
  msgstr ""
740
  msgid "Width"
741
  msgstr ""
742
 
743
+ #: ../includes/Elements/Advanced_Data_Table.php:361, ../includes/Elements/Advanced_Data_Table.php:1029, ../includes/Elements/Advanced_Data_Table.php:1227, ../includes/Elements/Advanced_Data_Table.php:1299, ../includes/Elements/Advanced_Data_Table.php:1427, ../includes/Elements/Adv_Accordion.php:397, ../includes/Elements/Adv_Accordion.php:586, ../includes/Elements/Adv_Accordion.php:646, ../includes/Elements/Adv_Accordion.php:707, ../includes/Elements/Adv_Accordion.php:790, ../includes/Elements/Adv_Accordion.php:912, ../includes/Elements/Adv_Accordion.php:958, ../includes/Elements/Adv_Accordion.php:1004, ../includes/Elements/Adv_Tabs.php:360, ../includes/Elements/Adv_Tabs.php:554, ../includes/Elements/Adv_Tabs.php:621, ../includes/Elements/Adv_Tabs.php:690, ../includes/Elements/Adv_Tabs.php:784, ../includes/Elements/Betterdocs_Category_Box.php:300, ../includes/Elements/Betterdocs_Category_Box.php:368, ../includes/Elements/Betterdocs_Category_Box.php:489, ../includes/Elements/Betterdocs_Category_Box.php:565, ../includes/Elements/Betterdocs_Category_Box.php:885, ../includes/Elements/Betterdocs_Category_Box.php:990, ../includes/Elements/Betterdocs_Category_Grid.php:341, ../includes/Elements/Betterdocs_Category_Grid.php:389, ../includes/Elements/Betterdocs_Category_Grid.php:474, ../includes/Elements/Betterdocs_Category_Grid.php:515, ../includes/Elements/Betterdocs_Category_Grid.php:640, ../includes/Elements/Betterdocs_Category_Grid.php:694, ../includes/Elements/Betterdocs_Category_Grid.php:844, ../includes/Elements/Betterdocs_Category_Grid.php:941, ../includes/Elements/Betterdocs_Category_Grid.php:1186, ../includes/Elements/Betterdocs_Category_Grid.php:1386, ../includes/Elements/Betterdocs_Category_Grid.php:1485, ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Betterdocs_Search_Form.php:374, ../includes/Elements/Betterdocs_Search_Form.php:432, ../includes/Elements/Betterdocs_Search_Form.php:542, ../includes/Elements/Caldera_Forms.php:617, ../includes/Elements/Caldera_Forms.php:813, ../includes/Elements/Caldera_Forms.php:1229, ../includes/Elements/Caldera_Forms.php:1387, ../includes/Elements/Contact_Form_7.php:711, ../includes/Elements/Contact_Form_7.php:776, ../includes/Elements/Contact_Form_7.php:1255, ../includes/Elements/Contact_Form_7.php:1457, ../includes/Elements/Contact_Form_7.php:1551, ../includes/Elements/Contact_Form_7.php:1618, ../includes/Elements/Content_Ticker.php:622, ../includes/Elements/Countdown.php:619, ../includes/Elements/Cta_Box.php:557, ../includes/Elements/Cta_Box.php:884, ../includes/Elements/Cta_Box.php:1243, ../includes/Elements/Data_Table.php:652, ../includes/Elements/Data_Table.php:691, ../includes/Elements/Data_Table.php:883, ../includes/Elements/Data_Table.php:1217, ../includes/Elements/Dual_Color_Header.php:347, ../includes/Elements/Event_Calendar.php:810, ../includes/Elements/Event_Calendar.php:877, ../includes/Elements/Event_Calendar.php:931, ../includes/Elements/Event_Calendar.php:1603, ../includes/Elements/Event_Calendar.php:1674, ../includes/Elements/Facebook_Feed.php:466, ../includes/Elements/Filterable_Gallery.php:872, ../includes/Elements/Filterable_Gallery.php:985, ../includes/Elements/Filterable_Gallery.php:1051, ../includes/Elements/Filterable_Gallery.php:1131, ../includes/Elements/Filterable_Gallery.php:1278, ../includes/Elements/Filterable_Gallery.php:1335, ../includes/Elements/Filterable_Gallery.php:1554, ../includes/Elements/Filterable_Gallery.php:1829, ../includes/Elements/Filterable_Gallery.php:1890, ../includes/Elements/Filterable_Gallery.php:2411, ../includes/Elements/Filterable_Gallery.php:2528, ../includes/Elements/Flip_Box.php:994, ../includes/Elements/Flip_Box.php:1107, ../includes/Elements/FluentForm.php:666, ../includes/Elements/FluentForm.php:862, ../includes/Elements/FluentForm.php:1580, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:2005, ../includes/Elements/FluentForm.php:2123, ../includes/Elements/Formstack.php:865, ../includes/Elements/Formstack.php:1061, ../includes/Elements/Formstack.php:1465, ../includes/Elements/Formstack.php:1686, ../includes/Elements/Formstack.php:1815, ../includes/Elements/GravityForms.php:879, ../includes/Elements/GravityForms.php:943, ../includes/Elements/GravityForms.php:1678, ../includes/Elements/GravityForms.php:1884, ../includes/Elements/GravityForms.php:2053, ../includes/Elements/GravityForms.php:2280, ../includes/Elements/Image_Accordion.php:354, ../includes/Elements/Image_Accordion.php:464, ../includes/Elements/Info_Box.php:569, ../includes/Elements/Info_Box.php:624, ../includes/Elements/Info_Box.php:818, ../includes/Elements/Info_Box.php:898, ../includes/Elements/Info_Box.php:1051, ../includes/Elements/Info_Box.php:1132, ../includes/Elements/Interactive_Circle.php:357, ../includes/Elements/Interactive_Circle.php:503, ../includes/Elements/Interactive_Circle.php:730, ../includes/Elements/Login_Register.php:2778, ../includes/Elements/NinjaForms.php:659, ../includes/Elements/NinjaForms.php:857, ../includes/Elements/NinjaForms.php:1397, ../includes/Elements/Post_Grid.php:303, ../includes/Elements/Pricing_Table.php:1786, ../includes/Elements/Pricing_Table.php:1952, ../includes/Elements/Product_Grid.php:2277, ../includes/Elements/Simple_Menu.php:631, ../includes/Elements/Simple_Menu.php:704, ../includes/Elements/Team_Member.php:413, ../includes/Elements/Team_Member.php:501, ../includes/Elements/Testimonial.php:435, ../includes/Elements/Tooltip.php:439, ../includes/Elements/Tooltip.php:482, ../includes/Elements/Twitter_Feed.php:490, ../includes/Elements/Twitter_Feed.php:580, ../includes/Elements/Twitter_Feed.php:897, ../includes/Elements/Woo_Checkout.php:1571, ../includes/Elements/Woo_Checkout.php:1850, ../includes/Elements/Woo_Product_Carousel.php:2241, ../includes/Elements/Woo_Product_Carousel.php:2675, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php:545, ../includes/Traits/Controls.php:1324, ../includes/Traits/Controls.php:1378, ../includes/Traits/Controls.php:1508
744
  msgid "Border"
745
  msgstr ""
746
 
747
+ #: ../includes/Elements/Advanced_Data_Table.php:387, ../includes/Elements/Advanced_Data_Table.php:1055, ../includes/Elements/Advanced_Data_Table.php:1253, ../includes/Elements/Advanced_Data_Table.php:1325, ../includes/Elements/Advanced_Data_Table.php:1449, ../includes/Elements/Adv_Accordion.php:404, ../includes/Elements/Adv_Accordion.php:593, ../includes/Elements/Adv_Accordion.php:653, ../includes/Elements/Adv_Accordion.php:714, ../includes/Elements/Adv_Tabs.php:368, ../includes/Elements/Adv_Tabs.php:561, ../includes/Elements/Adv_Tabs.php:628, ../includes/Elements/Adv_Tabs.php:697, ../includes/Elements/Adv_Tabs.php:791, ../includes/Elements/Betterdocs_Category_Box.php:308, ../includes/Elements/Betterdocs_Category_Box.php:376, ../includes/Elements/Betterdocs_Category_Box.php:497, ../includes/Elements/Betterdocs_Category_Box.php:574, ../includes/Elements/Betterdocs_Category_Box.php:896, ../includes/Elements/Betterdocs_Category_Box.php:1001, ../includes/Elements/Betterdocs_Category_Grid.php:349, ../includes/Elements/Betterdocs_Category_Grid.php:397, ../includes/Elements/Betterdocs_Category_Grid.php:482, ../includes/Elements/Betterdocs_Category_Grid.php:523, ../includes/Elements/Betterdocs_Category_Grid.php:648, ../includes/Elements/Betterdocs_Category_Grid.php:702, ../includes/Elements/Betterdocs_Category_Grid.php:855, ../includes/Elements/Betterdocs_Category_Grid.php:952, ../includes/Elements/Betterdocs_Category_Grid.php:1394, ../includes/Elements/Betterdocs_Category_Grid.php:1493, ../includes/Elements/Betterdocs_Search_Form.php:206, ../includes/Elements/Caldera_Forms.php:480, ../includes/Elements/Caldera_Forms.php:628, ../includes/Elements/Caldera_Forms.php:1046, ../includes/Elements/Caldera_Forms.php:1072, ../includes/Elements/Caldera_Forms.php:1239, ../includes/Elements/Contact_Form_7.php:396, ../includes/Elements/Contact_Form_7.php:722, ../includes/Elements/Contact_Form_7.php:1073, ../includes/Elements/Contact_Form_7.php:1099, ../includes/Elements/Contact_Form_7.php:1264, ../includes/Elements/Content_Ticker.php:401, ../includes/Elements/Content_Ticker.php:475, ../includes/Elements/Content_Ticker.php:632, ../includes/Elements/Countdown.php:627, ../includes/Elements/Creative_Button.php:336, ../includes/Elements/Cta_Box.php:565, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:1251, ../includes/Elements/Dual_Color_Header.php:355, ../includes/Elements/Event_Calendar.php:818, ../includes/Elements/Event_Calendar.php:885, ../includes/Elements/Event_Calendar.php:939, ../includes/Elements/Event_Calendar.php:1175, ../includes/Elements/Event_Calendar.php:1343, ../includes/Elements/Event_Calendar.php:1611, ../includes/Elements/Event_Calendar.php:1682, ../includes/Elements/Facebook_Feed.php:491, ../includes/Elements/Facebook_Feed.php:551, ../includes/Elements/Fancy_Text.php:515, ../includes/Elements/Feature_List.php:640, ../includes/Elements/Filterable_Gallery.php:880, ../includes/Elements/Filterable_Gallery.php:993, ../includes/Elements/Filterable_Gallery.php:1059, ../includes/Elements/Filterable_Gallery.php:1139, ../includes/Elements/Filterable_Gallery.php:1343, ../includes/Elements/Filterable_Gallery.php:1837, ../includes/Elements/Filterable_Gallery.php:1898, ../includes/Elements/Filterable_Gallery.php:2069, ../includes/Elements/Filterable_Gallery.php:2200, ../includes/Elements/Filterable_Gallery.php:2335, ../includes/Elements/Filterable_Gallery.php:2433, ../includes/Elements/Filterable_Gallery.php:2542, ../includes/Elements/Flip_Box.php:832, ../includes/Elements/Flip_Box.php:893, ../includes/Elements/Flip_Box.php:1017, ../includes/Elements/Flip_Box.php:1130, ../includes/Elements/Flip_Box.php:1391, ../includes/Elements/FluentForm.php:527, ../includes/Elements/FluentForm.php:677, ../includes/Elements/FluentForm.php:1042, ../includes/Elements/FluentForm.php:1068, ../includes/Elements/FluentForm.php:1590, ../includes/Elements/FluentForm.php:1889, ../includes/Elements/FluentForm.php:2013, ../includes/Elements/FluentForm.php:2067, ../includes/Elements/Formstack.php:399, ../includes/Elements/Formstack.php:876, ../includes/Elements/Formstack.php:1202, ../includes/Elements/Formstack.php:1228, ../includes/Elements/Formstack.php:1475, ../includes/Elements/Formstack.php:1697, ../includes/Elements/Formstack.php:1823, ../includes/Elements/Formstack.php:1879, ../includes/Elements/GravityForms.php:436, ../includes/Elements/GravityForms.php:890, ../includes/Elements/GravityForms.php:1360, ../includes/Elements/GravityForms.php:1556, ../includes/Elements/GravityForms.php:1688, ../includes/Elements/GravityForms.php:1894, ../includes/Elements/GravityForms.php:2063, ../includes/Elements/GravityForms.php:2290, ../includes/Elements/Image_Accordion.php:362, ../includes/Elements/Image_Accordion.php:452, ../includes/Elements/Info_Box.php:1214, ../includes/Elements/Login_Register.php:1579, ../includes/Elements/Login_Register.php:1814, ../includes/Elements/Login_Register.php:1988, ../includes/Elements/Login_Register.php:2144, ../includes/Elements/Login_Register.php:2284, ../includes/Elements/Login_Register.php:2378, ../includes/Elements/Login_Register.php:2469, ../includes/Elements/Login_Register.php:2643, ../includes/Elements/Login_Register.php:2680, ../includes/Elements/Login_Register.php:2794, ../includes/Elements/Login_Register.php:3304, ../includes/Elements/Login_Register.php:3341, ../includes/Elements/Login_Register.php:3625, ../includes/Elements/Login_Register.php:3662, ../includes/Elements/NinjaForms.php:369, ../includes/Elements/NinjaForms.php:670, ../includes/Elements/NinjaForms.php:1094, ../includes/Elements/NinjaForms.php:1121, ../includes/Elements/NinjaForms.php:1407, ../includes/Elements/Post_Grid.php:311, ../includes/Elements/Post_Timeline.php:183, ../includes/Elements/Post_Timeline.php:266, ../includes/Elements/Post_Timeline.php:564, ../includes/Elements/Pricing_Table.php:782, ../includes/Elements/Pricing_Table.php:1560, ../includes/Elements/Pricing_Table.php:1809, ../includes/Elements/Pricing_Table.php:1960, ../includes/Elements/Product_Grid.php:969, ../includes/Elements/Product_Grid.php:2021, ../includes/Elements/Product_Grid.php:2377, ../includes/Elements/Product_Grid.php:2717, ../includes/Elements/Product_Grid.php:2916, ../includes/Elements/Product_Grid.php:2948, ../includes/Elements/Simple_Menu.php:639, ../includes/Elements/Sticky_Video.php:592, ../includes/Elements/Team_Member.php:421, ../includes/Elements/Team_Member.php:520, ../includes/Elements/Team_Member.php:767, ../includes/Elements/Testimonial.php:454, ../includes/Elements/Tooltip.php:499, ../includes/Elements/Twitter_Feed.php:498, ../includes/Elements/Twitter_Feed.php:591, ../includes/Elements/TypeForm.php:310, ../includes/Elements/WeForms.php:253, ../includes/Elements/WeForms.php:394, ../includes/Elements/WeForms.php:722, ../includes/Elements/Woo_Cart.php:1317, ../includes/Elements/Woo_Cart.php:1464, ../includes/Elements/Woo_Cart.php:1720, ../includes/Elements/Woo_Cart.php:1859, ../includes/Elements/Woo_Cart.php:1960, ../includes/Elements/Woo_Cart.php:2114, ../includes/Elements/Woo_Cart.php:2319, ../includes/Elements/Woo_Cart.php:2405, ../includes/Elements/Woo_Cart.php:2489, ../includes/Elements/Woo_Checkout.php:659, ../includes/Elements/Woo_Checkout.php:808, ../includes/Elements/Woo_Checkout.php:1004, ../includes/Elements/Woo_Checkout.php:1252, ../includes/Elements/Woo_Checkout.php:1457, ../includes/Elements/Woo_Checkout.php:1580, ../includes/Elements/Woo_Checkout.php:1788, ../includes/Elements/Woo_Checkout.php:1996, ../includes/Elements/Woo_Checkout.php:2198, ../includes/Elements/Woo_Checkout.php:2378, ../includes/Elements/Woo_Checkout.php:2658, ../includes/Elements/Woo_Product_Carousel.php:1008, ../includes/Elements/Woo_Product_Carousel.php:1410, ../includes/Elements/Woo_Product_Carousel.php:1813, ../includes/Elements/Woo_Product_Carousel.php:2009, ../includes/Elements/Woo_Product_Carousel.php:2041, ../includes/Elements/Woo_Product_Carousel.php:2251, ../includes/Elements/Woo_Product_Carousel.php:2374, ../includes/Elements/Woo_Product_Carousel.php:2498, ../includes/Elements/Woo_Product_Carousel.php:2685, ../includes/Elements/Woo_Product_Gallery.php:675, ../includes/Elements/Woo_Product_Gallery.php:1692, ../includes/Elements/Woo_Product_Gallery.php:2052, ../includes/Elements/Woo_Product_Gallery.php:2251, ../includes/Elements/Woo_Product_Gallery.php:2283, ../includes/Elements/WpForms.php:338, ../includes/Elements/WpForms.php:639, ../includes/Elements/WpForms.php:1047, ../includes/Elements/WpForms.php:1073, ../includes/Elements/WpForms.php:1243, ../includes/Extensions/Scroll_to_Top.php:443, ../includes/Extensions/Table_of_Content.php:568, ../includes/Extensions/Table_of_Content.php:783, ../includes/Traits/Controls.php:1332, ../includes/Traits/Controls.php:1386, ../includes/Traits/Controls.php:1516, ../includes/Traits/Woo_Product_Comparable.php:368, ../includes/Traits/Woo_Product_Comparable.php:513, ../includes/Traits/Woo_Product_Comparable.php:1394
748
  msgid "Border Radius"
749
  msgstr ""
750
 
764
  msgid "Text Alignment"
765
  msgstr ""
766
 
767
+ #: ../includes/Elements/Advanced_Data_Table.php:431, ../includes/Elements/Advanced_Data_Table.php:550, ../includes/Elements/Advanced_Data_Table.php:976, ../includes/Elements/Advanced_Data_Table.php:1123, ../includes/Elements/Adv_Accordion.php:155, ../includes/Elements/Betterdocs_Category_Box.php:767, ../includes/Elements/Betterdocs_Category_Grid.php:1513, ../includes/Elements/Betterdocs_Category_Grid.php:1538, ../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:117, ../includes/Elements/Data_Table.php:553, ../includes/Elements/Data_Table.php:778, ../includes/Elements/Data_Table.php:1027, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:1007, ../includes/Elements/Event_Calendar.php:1139, ../includes/Elements/Fancy_Text.php:174, ../includes/Elements/Feature_List.php:303, ../includes/Elements/Filterable_Gallery.php:768, ../includes/Elements/Filterable_Gallery.php:1300, ../includes/Elements/Filterable_Gallery.php:1683, ../includes/Elements/Flip_Box.php:373, ../includes/Elements/Flip_Box.php:604, ../includes/Elements/FluentForm.php:267, ../includes/Elements/FluentForm.php:462, ../includes/Elements/FluentForm.php:608, ../includes/Elements/FluentForm.php:1241, ../includes/Elements/FluentForm.php:1486, ../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:673, ../includes/Elements/GravityForms.php:1950, ../includes/Elements/GravityForms.php:2200, ../includes/Elements/Image_Accordion.php:109, ../includes/Elements/Info_Box.php:304, ../includes/Elements/Login_Register.php:712, ../includes/Elements/Login_Register.php:745, ../includes/Elements/Login_Register.php:2587, ../includes/Elements/Login_Register.php:3255, ../includes/Elements/Login_Register.php:3575, ../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:487, ../includes/Elements/Post_Grid.php:642, ../includes/Elements/Post_Grid.php:710, ../includes/Elements/Post_Grid.php:805, ../includes/Elements/Post_Grid.php:888, ../includes/Elements/Post_Timeline.php:317, ../includes/Elements/Post_Timeline.php:375, ../includes/Elements/Pricing_Table.php:257, ../includes/Elements/Pricing_Table.php:374, ../includes/Elements/Pricing_Table.php:676, ../includes/Elements/Pricing_Table.php:816, ../includes/Elements/Pricing_Table.php:841, ../includes/Elements/Product_Grid.php:721, ../includes/Elements/Product_Grid.php:1039, ../includes/Elements/Product_Grid.php:1713, ../includes/Elements/Product_Grid.php:2198, ../includes/Elements/Progress_Bar.php:321, ../includes/Elements/Progress_Bar.php:532, ../includes/Elements/Simple_Menu.php:198, ../includes/Elements/Simple_Menu.php:343, ../includes/Elements/Simple_Menu.php:750, ../includes/Elements/Simple_Menu.php:776, ../includes/Elements/Simple_Menu.php:801, ../includes/Elements/Simple_Menu.php:1096, ../includes/Elements/Team_Member.php:380, ../includes/Elements/Testimonial.php:314, ../includes/Elements/Tooltip.php:209, ../includes/Elements/Tooltip.php:288, ../includes/Elements/Tooltip.php:377, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Cart.php:269, ../includes/Elements/Woo_Cart.php:494, ../includes/Elements/Woo_Cart.php:586, ../includes/Elements/Woo_Cart.php:657, ../includes/Elements/Woo_Cart.php:735, ../includes/Elements/Woo_Cart.php:843, ../includes/Elements/Woo_Cart.php:1588, ../includes/Elements/Woo_Cart.php:2194, ../includes/Elements/Woo_Product_Carousel.php:704, ../includes/Elements/Woo_Product_Carousel.php:820, ../includes/Elements/Woo_Product_Carousel.php:869, ../includes/Elements/Woo_Product_Gallery.php:193, ../includes/Elements/Woo_Product_Gallery.php:223, ../includes/Elements/Woo_Product_Gallery.php:552, ../includes/Elements/Woo_Product_Gallery.php:1519, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Scroll_to_Top.php:165, ../includes/Extensions/Table_of_Content.php:462, ../includes/Traits/Controls.php:604, ../includes/Traits/Controls.php:1259, ../includes/Traits/Controls.php:1597, ../includes/Traits/Controls.php:1648, ../includes/Traits/Controls.php:1649, ../includes/Traits/Controls.php:1971
768
  msgid "Left"
769
  msgstr ""
770
 
772
  msgid "Center"
773
  msgstr ""
774
 
775
+ #: ../includes/Elements/Advanced_Data_Table.php:454, ../includes/Elements/Advanced_Data_Table.php:573, ../includes/Elements/Advanced_Data_Table.php:667, ../includes/Elements/Advanced_Data_Table.php:698, ../includes/Elements/Advanced_Data_Table.php:729, ../includes/Elements/Advanced_Data_Table.php:760, ../includes/Elements/Advanced_Data_Table.php:791, ../includes/Elements/Advanced_Data_Table.php:822, ../includes/Elements/Advanced_Data_Table.php:1004, ../includes/Elements/Advanced_Data_Table.php:1200, ../includes/Elements/Advanced_Data_Table.php:1270, ../includes/Elements/Adv_Accordion.php:562, ../includes/Elements/Adv_Accordion.php:622, ../includes/Elements/Adv_Accordion.php:682, ../includes/Elements/Adv_Accordion.php:749, ../includes/Elements/Adv_Tabs.php:527, ../includes/Elements/Adv_Tabs.php:594, ../includes/Elements/Adv_Tabs.php:661, ../includes/Elements/Adv_Tabs.php:743, ../includes/Elements/Caldera_Forms.php:270, ../includes/Elements/Caldera_Forms.php:331, ../includes/Elements/Caldera_Forms.php:523, ../includes/Elements/Caldera_Forms.php:604, ../includes/Elements/Caldera_Forms.php:850, ../includes/Elements/Caldera_Forms.php:906, ../includes/Elements/Caldera_Forms.php:1216, ../includes/Elements/Caldera_Forms.php:1322, ../includes/Elements/Caldera_Forms.php:1375, ../includes/Elements/Contact_Form_7.php:474, ../includes/Elements/Contact_Form_7.php:505, ../includes/Elements/Contact_Form_7.php:562, ../includes/Elements/Contact_Form_7.php:845, ../includes/Elements/Contact_Form_7.php:920, ../includes/Elements/Contact_Form_7.php:1242, ../includes/Elements/Contact_Form_7.php:1348, ../includes/Elements/Contact_Form_7.php:1412, ../includes/Elements/Contact_Form_7.php:1535, ../includes/Elements/Contact_Form_7.php:1592, ../includes/Elements/Content_Ticker.php:357, ../includes/Elements/Content_Ticker.php:433, ../includes/Elements/Countdown.php:1109, ../includes/Elements/Creative_Button.php:277, ../includes/Elements/Creative_Button.php:370, ../includes/Elements/Cta_Box.php:810, ../includes/Elements/Cta_Box.php:825, ../includes/Elements/Cta_Box.php:996, ../includes/Elements/Cta_Box.php:1011, ../includes/Elements/Cta_Box.php:1203, ../includes/Elements/Cta_Box.php:1218, ../includes/Elements/Cta_Box.php:1272, ../includes/Elements/Cta_Box.php:1287, ../includes/Elements/Data_Table.php:989, ../includes/Elements/Data_Table.php:1006, ../includes/Elements/Event_Calendar.php:1253, ../includes/Elements/Event_Calendar.php:1286, ../includes/Elements/Filterable_Gallery.php:960, ../includes/Elements/Filterable_Gallery.php:1026, ../includes/Elements/Filterable_Gallery.php:2511, ../includes/Elements/Filterable_Gallery.php:2706, ../includes/Elements/FluentForm.php:305, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:570, ../includes/Elements/FluentForm.php:653, ../includes/Elements/FluentForm.php:902, ../includes/Elements/FluentForm.php:1567, ../includes/Elements/FluentForm.php:1694, ../includes/Elements/FluentForm.php:2111, ../includes/Elements/Formstack.php:481, ../includes/Elements/Formstack.php:530, ../includes/Elements/Formstack.php:585, ../includes/Elements/Formstack.php:797, ../includes/Elements/Formstack.php:852, ../includes/Elements/Formstack.php:1101, ../includes/Elements/Formstack.php:1452, ../includes/Elements/Formstack.php:1558, ../includes/Elements/Formstack.php:1781, ../includes/Elements/Formstack.php:2020, ../includes/Elements/GravityForms.php:516, ../includes/Elements/GravityForms.php:547, ../includes/Elements/GravityForms.php:586, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:716, ../includes/Elements/GravityForms.php:980, ../includes/Elements/GravityForms.php:1033, ../includes/Elements/GravityForms.php:1220, ../includes/Elements/GravityForms.php:1663, ../includes/Elements/GravityForms.php:1739, ../includes/Elements/GravityForms.php:2039, ../includes/Elements/GravityForms.php:2131, ../includes/Elements/GravityForms.php:2267, ../includes/Elements/GravityForms.php:2354, ../includes/Elements/GravityForms.php:2428, ../includes/Elements/GravityForms.php:2563, ../includes/Elements/Info_Box.php:1236, ../includes/Elements/Info_Box.php:1282, ../includes/Elements/Interactive_Circle.php:476, ../includes/Elements/Interactive_Circle.php:536, ../includes/Elements/Interactive_Circle.php:604, ../includes/Elements/Interactive_Circle.php:689, ../includes/Elements/Login_Register.php:2616, ../includes/Elements/Login_Register.php:2755, ../includes/Elements/Login_Register.php:3099, ../includes/Elements/Login_Register.php:3284, ../includes/Elements/Login_Register.php:3321, ../includes/Elements/Login_Register.php:3605, ../includes/Elements/Login_Register.php:3642, ../includes/Elements/NinjaForms.php:452, ../includes/Elements/NinjaForms.php:501, ../includes/Elements/NinjaForms.php:559, ../includes/Elements/NinjaForms.php:646, ../includes/Elements/NinjaForms.php:894, ../includes/Elements/NinjaForms.php:950, ../includes/Elements/NinjaForms.php:1384, ../includes/Elements/NinjaForms.php:1471, ../includes/Elements/NinjaForms.php:1533, ../includes/Elements/NinjaForms.php:1633, ../includes/Elements/Pricing_Table.php:1912, ../includes/Elements/Pricing_Table.php:1981, ../includes/Elements/Product_Grid.php:2252, ../includes/Elements/Product_Grid.php:2290, ../includes/Elements/Product_Grid.php:2334, ../includes/Elements/Simple_Menu.php:373, ../includes/Elements/Simple_Menu.php:407, ../includes/Elements/Simple_Menu.php:441, ../includes/Elements/Simple_Menu.php:499, ../includes/Elements/Simple_Menu.php:533, ../includes/Elements/Simple_Menu.php:859, ../includes/Elements/Simple_Menu.php:986, ../includes/Elements/Simple_Menu.php:1170, ../includes/Elements/Simple_Menu.php:1295, ../includes/Elements/Tooltip.php:418, ../includes/Elements/Tooltip.php:461, ../includes/Elements/Tooltip.php:634, ../includes/Elements/WeForms.php:692, ../includes/Elements/WeForms.php:742, ../includes/Elements/Woo_Cart.php:1248, ../includes/Elements/Woo_Cart.php:1502, ../includes/Elements/Woo_Cart.php:1793, ../includes/Elements/Woo_Cart.php:1831, ../includes/Elements/Woo_Cart.php:1919, ../includes/Elements/Woo_Cart.php:2043, ../includes/Elements/Woo_Cart.php:2084, ../includes/Elements/Woo_Cart.php:2279, ../includes/Elements/Woo_Cart.php:2362, ../includes/Elements/Woo_Cart.php:2449, ../includes/Elements/WpForms.php:419, ../includes/Elements/WpForms.php:468, ../includes/Elements/WpForms.php:533, ../includes/Elements/WpForms.php:615, ../includes/Elements/WpForms.php:851, ../includes/Elements/WpForms.php:907, ../includes/Elements/WpForms.php:1220, ../includes/Elements/WpForms.php:1327, ../includes/Elements/WpForms.php:1372, ../includes/Extensions/Table_of_Content.php:626, ../includes/Extensions/Table_of_Content.php:941, ../includes/Extensions/Table_of_Content.php:964, ../includes/Extensions/Table_of_Content.php:990, ../includes/Traits/Controls.php:1298, ../includes/Traits/Controls.php:1353, ../includes/Traits/Controls.php:1483, ../includes/Traits/Controls.php:1545, ../includes/Traits/Controls.php:1928
776
  msgid "Text Color"
777
  msgstr ""
778
 
779
+ #: ../includes/Elements/Advanced_Data_Table.php:468, ../includes/Elements/Advanced_Data_Table.php:609, ../includes/Elements/Advanced_Data_Table.php:682, ../includes/Elements/Advanced_Data_Table.php:713, ../includes/Elements/Advanced_Data_Table.php:744, ../includes/Elements/Advanced_Data_Table.php:775, ../includes/Elements/Advanced_Data_Table.php:806, ../includes/Elements/Advanced_Data_Table.php:837, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1213, ../includes/Elements/Advanced_Data_Table.php:1284, ../includes/Elements/Advanced_Data_Table.php:1379, ../includes/Elements/Advanced_Data_Table.php:1409, ../includes/Elements/Adv_Accordion.php:898, ../includes/Elements/Adv_Accordion.php:944, ../includes/Elements/Adv_Accordion.php:990, ../includes/Elements/Adv_Tabs.php:508, ../includes/Elements/Adv_Tabs.php:724, ../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:291, ../includes/Elements/Creative_Button.php:383, ../includes/Elements/Cta_Box.php:137, ../includes/Elements/Cta_Box.php:477, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:839, ../includes/Elements/Cta_Box.php:855, ../includes/Elements/Cta_Box.php:1025, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:639, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Data_Table.php:1190, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1265, ../includes/Elements/Filterable_Gallery.php:835, ../includes/Elements/Filterable_Gallery.php:972, ../includes/Elements/Filterable_Gallery.php:1038, ../includes/Elements/Filterable_Gallery.php:1184, ../includes/Elements/Filterable_Gallery.php:1374, ../includes/Elements/Filterable_Gallery.php:1404, ../includes/Elements/Filterable_Gallery.php:1509, ../includes/Elements/Filterable_Gallery.php:1525, ../includes/Elements/Filterable_Gallery.php:1727, ../includes/Elements/Filterable_Gallery.php:1865, ../includes/Elements/Filterable_Gallery.php:2495, ../includes/Elements/Filterable_Gallery.php:2690, ../includes/Elements/FluentForm.php:641, ../includes/Elements/FluentForm.php:849, ../includes/Elements/FluentForm.php:1283, ../includes/Elements/FluentForm.php:1369, ../includes/Elements/FluentForm.php:1555, ../includes/Elements/FluentForm.php:1682, ../includes/Elements/FluentForm.php:2100, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:704, ../includes/Elements/GravityForms.php:930, ../includes/Elements/GravityForms.php:1649, ../includes/Elements/GravityForms.php:1725, ../includes/Elements/GravityForms.php:1848, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2118, ../includes/Elements/GravityForms.php:2255, ../includes/Elements/GravityForms.php:2342, ../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:1035, ../includes/Elements/Info_Box.php:1098, ../includes/Elements/Info_Box.php:1248, ../includes/Elements/Info_Box.php:1294, ../includes/Elements/Interactive_Circle.php:465, ../includes/Elements/Interactive_Circle.php:522, ../includes/Elements/Interactive_Circle.php:590, ../includes/Elements/Interactive_Circle.php:672, ../includes/Elements/Login_Register.php:1594, ../includes/Elements/Login_Register.php:1727, ../includes/Elements/Login_Register.php:1829, ../includes/Elements/Login_Register.php:2003, ../includes/Elements/Login_Register.php:2359, ../includes/Elements/Login_Register.php:2450, ../includes/Elements/Login_Register.php:2630, ../includes/Elements/Login_Register.php:2668, ../includes/Elements/Login_Register.php:2765, ../includes/Elements/Login_Register.php:3292, ../includes/Elements/Login_Register.php:3329, ../includes/Elements/Login_Register.php:3613, ../includes/Elements/Login_Register.php:3650, ../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:962, ../includes/Elements/Post_Timeline.php:154, ../includes/Elements/Pricing_Table.php:737, ../includes/Elements/Pricing_Table.php:897, ../includes/Elements/Pricing_Table.php:1427, ../includes/Elements/Pricing_Table.php:1496, ../includes/Elements/Pricing_Table.php:1662, ../includes/Elements/Pricing_Table.php:1924, ../includes/Elements/Pricing_Table.php:1993, ../includes/Elements/Product_Grid.php:1862, ../includes/Elements/Product_Grid.php:1970, ../includes/Elements/Product_Grid.php:2078, ../includes/Elements/Product_Grid.php:2264, ../includes/Elements/Product_Grid.php:2302, ../includes/Elements/Product_Grid.php:2346, ../includes/Elements/Product_Grid.php:2594, ../includes/Elements/Product_Grid.php:2637, ../includes/Elements/Product_Grid.php:2698, ../includes/Elements/Product_Grid.php:2749, ../includes/Elements/Progress_Bar.php:578, ../includes/Elements/Simple_Menu.php:277, ../includes/Elements/Simple_Menu.php:386, ../includes/Elements/Simple_Menu.php:420, ../includes/Elements/Simple_Menu.php:454, ../includes/Elements/Simple_Menu.php:512, ../includes/Elements/Simple_Menu.php:546, ../includes/Elements/Simple_Menu.php:618, ../includes/Elements/Simple_Menu.php:690, ../includes/Elements/Simple_Menu.php:873, ../includes/Elements/Simple_Menu.php:953, ../includes/Elements/Simple_Menu.php:1001, ../includes/Elements/Simple_Menu.php:1048, ../includes/Elements/Simple_Menu.php:1182, ../includes/Elements/Simple_Menu.php:1262, ../includes/Elements/Simple_Menu.php:1309, ../includes/Elements/Simple_Menu.php:1356, ../includes/Elements/Team_Member.php:731, ../includes/Elements/Tooltip.php:407, ../includes/Elements/Tooltip.php:450, ../includes/Elements/Tooltip.php:623, ../includes/Elements/Twitter_Feed.php:443, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Cart.php:1143, ../includes/Elements/Woo_Cart.php:1782, ../includes/Elements/Woo_Cart.php:1820, ../includes/Elements/Woo_Cart.php:2031, ../includes/Elements/Woo_Cart.php:2072, ../includes/Elements/Woo_Checkout.php:629, ../includes/Elements/Woo_Checkout.php:744, ../includes/Elements/Woo_Checkout.php:866, ../includes/Elements/Woo_Checkout.php:1376, ../includes/Elements/Woo_Checkout.php:1416, ../includes/Elements/Woo_Checkout.php:1707, ../includes/Elements/Woo_Checkout.php:1747, ../includes/Elements/Woo_Checkout.php:2337, ../includes/Elements/Woo_Checkout.php:2467, ../includes/Elements/Woo_Checkout.php:2577, ../includes/Elements/Woo_Checkout.php:2617, ../includes/Elements/Woo_Product_Carousel.php:895, ../includes/Elements/Woo_Product_Carousel.php:1388, ../includes/Elements/Woo_Product_Carousel.php:1470, ../includes/Elements/Woo_Product_Carousel.php:1689, ../includes/Elements/Woo_Product_Carousel.php:1732, ../includes/Elements/Woo_Product_Carousel.php:1794, ../includes/Elements/Woo_Product_Carousel.php:1846, ../includes/Elements/Woo_Product_Carousel.php:2650, ../includes/Elements/Woo_Product_Carousel.php:2706, ../includes/Elements/Woo_Product_Gallery.php:1680, ../includes/Elements/Woo_Product_Gallery.php:1730, ../includes/Elements/Woo_Product_Gallery.php:1929, ../includes/Elements/Woo_Product_Gallery.php:1972, ../includes/Elements/Woo_Product_Gallery.php:2033, ../includes/Elements/Woo_Product_Gallery.php:2084, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Scroll_to_Top.php:428, ../includes/Extensions/Table_of_Content.php:613, ../includes/Extensions/Table_of_Content.php:759, ../includes/Extensions/Table_of_Content.php:823, ../includes/Traits/Controls.php:1495, ../includes/Traits/Controls.php:1557, ../includes/Traits/Controls.php:1938, ../includes/Traits/Woo_Product_Comparable.php:380, ../includes/Traits/Woo_Product_Comparable.php:486
780
  msgid "Background Color"
781
  msgstr ""
782
 
784
  msgid "Cell Border"
785
  msgstr ""
786
 
787
+ #: ../includes/Elements/Advanced_Data_Table.php:507, ../includes/Elements/Advanced_Data_Table.php:852, ../includes/Elements/Advanced_Data_Table.php:936, ../includes/Elements/Advanced_Data_Table.php:1154, ../includes/Elements/Advanced_Data_Table.php:1471, ../includes/Elements/Adv_Accordion.php:374, ../includes/Elements/Adv_Accordion.php:527, ../includes/Elements/Adv_Accordion.php:767, ../includes/Elements/Adv_Tabs.php:337, ../includes/Elements/Adv_Tabs.php:482, ../includes/Elements/Adv_Tabs.php:761, ../includes/Elements/Betterdocs_Category_Box.php:512, ../includes/Elements/Betterdocs_Category_Grid.php:558, ../includes/Elements/Betterdocs_Category_Grid.php:722, ../includes/Elements/Betterdocs_Category_Grid.php:1406, ../includes/Elements/Betterdocs_Search_Form.php:123, ../includes/Elements/Betterdocs_Search_Form.php:440, ../includes/Elements/Caldera_Forms.php:741, ../includes/Elements/Caldera_Forms.php:1251, ../includes/Elements/Contact_Form_7.php:598, ../includes/Elements/Contact_Form_7.php:1276, ../includes/Elements/Contact_Form_7.php:1471, ../includes/Elements/Contact_Form_7.php:1668, ../includes/Elements/Content_Ticker.php:389, ../includes/Elements/Content_Ticker.php:452, ../includes/Elements/Content_Ticker.php:693, ../includes/Elements/Countdown.php:606, ../includes/Elements/Countdown.php:1136, ../includes/Elements/Cta_Box.php:532, ../includes/Elements/Cta_Box.php:745, ../includes/Elements/Cta_Box.php:1167, ../includes/Elements/Data_Table.php:607, ../includes/Elements/Data_Table.php:892, ../includes/Elements/Dual_Color_Header.php:322, ../includes/Elements/Facebook_Feed.php:620, ../includes/Elements/Facebook_Feed.php:646, ../includes/Elements/Facebook_Feed.php:718, ../includes/Elements/Fancy_Text.php:480, ../includes/Elements/Feature_List.php:597, ../includes/Elements/Filterable_Gallery.php:847, ../includes/Elements/Filterable_Gallery.php:924, ../includes/Elements/Filterable_Gallery.php:1106, ../includes/Elements/Filterable_Gallery.php:1196, ../includes/Elements/Filterable_Gallery.php:1540, ../includes/Elements/Filterable_Gallery.php:1751, ../includes/Elements/Filterable_Gallery.php:2614, ../includes/Elements/Flip_Box.php:1005, ../includes/Elements/Flip_Box.php:1118, ../includes/Elements/Flip_Box.php:1354, ../includes/Elements/FluentForm.php:790, ../includes/Elements/FluentForm.php:1158, ../includes/Elements/FluentForm.php:1213, ../includes/Elements/FluentForm.php:1336, ../includes/Elements/FluentForm.php:1421, ../includes/Elements/FluentForm.php:1602, ../includes/Elements/FluentForm.php:2025, ../includes/Elements/FluentForm.php:2191, ../includes/Elements/Formstack.php:680, ../includes/Elements/Formstack.php:735, ../includes/Elements/Formstack.php:989, ../includes/Elements/Formstack.php:1322, ../includes/Elements/Formstack.php:1487, ../includes/Elements/Formstack.php:1835, ../includes/Elements/Formstack.php:1964, ../includes/Elements/GravityForms.php:766, ../includes/Elements/GravityForms.php:1387, ../includes/Elements/GravityForms.php:1583, ../includes/Elements/GravityForms.php:1702, ../includes/Elements/GravityForms.php:1906, ../includes/Elements/GravityForms.php:2076, ../includes/Elements/GravityForms.php:2302, ../includes/Elements/Image_Accordion.php:329, ../includes/Elements/Image_Accordion.php:441, ../includes/Elements/Info_Box.php:556, ../includes/Elements/Interactive_Circle.php:334, ../includes/Elements/Interactive_Circle.php:707, ../includes/Elements/Login_Register.php:1557, ../includes/Elements/Login_Register.php:2122, ../includes/Elements/Login_Register.php:2261, ../includes/Elements/Login_Register.php:2334, ../includes/Elements/Login_Register.php:2425, ../includes/Elements/Login_Register.php:2527, ../includes/Elements/Login_Register.php:2563, ../includes/Elements/Login_Register.php:2725, ../includes/Elements/Login_Register.php:3197, ../includes/Elements/Login_Register.php:3496, ../includes/Elements/NinjaForms.php:784, ../includes/Elements/NinjaForms.php:1419, ../includes/Elements/Post_Timeline.php:168, ../includes/Elements/Post_Timeline.php:552, ../includes/Elements/Pricing_Table.php:749, ../includes/Elements/Pricing_Table.php:1538, ../includes/Elements/Pricing_Table.php:1843, ../includes/Elements/Product_Grid.php:832, ../includes/Elements/Product_Grid.php:1083, ../includes/Elements/Product_Grid.php:1495, ../includes/Elements/Simple_Menu.php:318, ../includes/Elements/Simple_Menu.php:478, ../includes/Elements/Simple_Menu.php:651, ../includes/Elements/Simple_Menu.php:1115, ../includes/Elements/Team_Member.php:487, ../includes/Elements/Testimonial.php:421, ../includes/Elements/Tooltip.php:349, ../includes/Elements/Tooltip.php:601, ../includes/Elements/Twitter_Feed.php:473, ../includes/Elements/Twitter_Feed.php:532, ../includes/Elements/Twitter_Feed.php:565, ../includes/Elements/WeForms.php:676, ../includes/Elements/Woo_Cart.php:1202, ../includes/Elements/Woo_Cart.php:1732, ../includes/Elements/Woo_Cart.php:1879, ../includes/Elements/Woo_Cart.php:1973, ../includes/Elements/Woo_Cart.php:2127, ../includes/Elements/Woo_Cart.php:2229, ../includes/Elements/Woo_Checkout.php:640, ../includes/Elements/Woo_Checkout.php:1232, ../includes/Elements/Woo_Checkout.php:1279, ../includes/Elements/Woo_Checkout.php:1477, ../includes/Elements/Woo_Checkout.php:1607, ../includes/Elements/Woo_Checkout.php:1636, ../includes/Elements/Woo_Checkout.php:1808, ../includes/Elements/Woo_Checkout.php:2023, ../includes/Elements/Woo_Checkout.php:2359, ../includes/Elements/Woo_Checkout.php:2690, ../includes/Elements/Woo_Product_Carousel.php:1030, ../includes/Elements/Woo_Product_Carousel.php:2263, ../includes/Elements/Woo_Product_Gallery.php:590, ../includes/Elements/Woo_Product_Gallery.php:694, ../includes/Elements/Woo_Product_Gallery.php:973, ../includes/Elements/Woo_Product_Gallery.php:1218, ../includes/Elements/Woo_Product_Gallery.php:1280, ../includes/Elements/WpForms.php:752, ../includes/Elements/WpForms.php:1255, ../includes/Extensions/Table_of_Content.php:648, ../includes/Extensions/Table_of_Content.php:836, ../includes/Traits/Controls.php:1402, ../includes/Traits/Controls.php:1447, ../includes/Traits/Controls.php:1948, ../includes/Traits/Woo_Product_Comparable.php:352, ../includes/Traits/Woo_Product_Comparable.php:997, ../includes/Traits/Woo_Product_Comparable.php:1146, ../includes/Traits/Woo_Product_Comparable.php:1614
788
  msgid "Padding"
789
  msgstr ""
790
 
844
  msgid "Alignment"
845
  msgstr ""
846
 
847
+ #: ../includes/Elements/Advanced_Data_Table.php:1175, ../includes/Elements/Adv_Accordion.php:385, ../includes/Elements/Adv_Accordion.php:538, ../includes/Elements/Adv_Accordion.php:778, ../includes/Elements/Adv_Tabs.php:348, ../includes/Elements/Adv_Tabs.php:493, ../includes/Elements/Adv_Tabs.php:772, ../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:544, ../includes/Elements/Cta_Box.php:757, ../includes/Elements/Cta_Box.php:1179, ../includes/Elements/Dual_Color_Header.php:334, ../includes/Elements/Dual_Color_Header.php:702, ../includes/Elements/Fancy_Text.php:492, ../includes/Elements/Filterable_Gallery.php:859, ../includes/Elements/Filterable_Gallery.php:936, ../includes/Elements/Filterable_Gallery.php:1118, ../includes/Elements/Filterable_Gallery.php:1763, ../includes/Elements/Filterable_Gallery.php:2212, ../includes/Elements/Filterable_Gallery.php:2655, ../includes/Elements/Flip_Box.php:1342, ../includes/Elements/FluentForm.php:332, ../includes/Elements/FluentForm.php:394, ../includes/Elements/FluentForm.php:1170, ../includes/Elements/FluentForm.php:1225, ../includes/Elements/FluentForm.php:2203, ../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:1116, ../includes/Elements/GravityForms.php:1375, ../includes/Elements/GravityForms.php:1571, ../includes/Elements/GravityForms.php:1920, ../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:983, ../includes/Elements/Info_Box.php:1375, ../includes/Elements/Interactive_Circle.php:345, ../includes/Elements/Interactive_Circle.php:718, ../includes/Elements/Login_Register.php:1542, ../includes/Elements/Login_Register.php:2107, ../includes/Elements/Login_Register.php:2246, ../includes/Elements/Login_Register.php:2319, ../includes/Elements/Login_Register.php:2410, ../includes/Elements/Login_Register.php:2512, ../includes/Elements/Login_Register.php:2548, ../includes/Elements/Login_Register.php:2710, ../includes/Elements/Login_Register.php:3182, ../includes/Elements/Login_Register.php:3417, ../includes/Elements/Login_Register.php:3481, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:401, ../includes/Elements/Post_Grid.php:534, ../includes/Elements/Post_Grid.php:549, ../includes/Elements/Post_Grid.php:673, ../includes/Elements/Post_Grid.php:761, ../includes/Elements/Post_Grid.php:837, ../includes/Elements/Pricing_Table.php:761, ../includes/Elements/Pricing_Table.php:1087, ../includes/Elements/Pricing_Table.php:1157, ../includes/Elements/Pricing_Table.php:1855, ../includes/Elements/Team_Member.php:475, ../includes/Elements/Testimonial.php:409, ../includes/Elements/Testimonial.php:507, ../includes/Elements/Testimonial.php:548, ../includes/Elements/Testimonial.php:589, ../includes/Elements/Testimonial.php:622, ../includes/Elements/Tooltip.php:360, ../includes/Elements/Tooltip.php:612, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/Woo_Cart.php:1214, ../includes/Elements/Woo_Cart.php:1744, ../includes/Elements/Woo_Cart.php:1891, ../includes/Elements/Woo_Cart.php:1986, ../includes/Elements/Woo_Cart.php:2141, ../includes/Elements/Woo_Cart.php:2243, ../includes/Elements/Woo_Checkout.php:1298, ../includes/Elements/Woo_Checkout.php:1655, ../includes/Elements/Woo_Product_Carousel.php:924, ../includes/Elements/Woo_Product_Gallery.php:1206, ../includes/Elements/Woo_Product_Gallery.php:1268, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1414, ../includes/Traits/Controls.php:1459, ../includes/Traits/Woo_Product_Comparable.php:340, ../includes/Traits/Woo_Product_Comparable.php:1462
848
  msgid "Margin"
849
  msgstr ""
850
 
851
+ #: ../includes/Elements/Advanced_Data_Table.php:1195, ../includes/Elements/Advanced_Data_Table.php:1361, ../includes/Elements/Adv_Accordion.php:549, ../includes/Elements/Adv_Accordion.php:877, ../includes/Elements/Adv_Tabs.php:504, ../includes/Elements/Betterdocs_Category_Box.php:284, ../includes/Elements/Betterdocs_Category_Box.php:452, ../includes/Elements/Betterdocs_Category_Box.php:677, ../includes/Elements/Betterdocs_Category_Box.php:846, ../includes/Elements/Betterdocs_Category_Grid.php:315, ../includes/Elements/Betterdocs_Category_Grid.php:455, ../includes/Elements/Betterdocs_Category_Grid.php:610, ../includes/Elements/Betterdocs_Category_Grid.php:800, ../includes/Elements/Betterdocs_Category_Grid.php:1348, ../includes/Elements/Betterdocs_Search_Form.php:398, ../includes/Elements/Caldera_Forms.php:585, ../includes/Elements/Caldera_Forms.php:973, ../includes/Elements/Caldera_Forms.php:1197, ../includes/Elements/Contact_Form_7.php:543, ../includes/Elements/Contact_Form_7.php:1000, ../includes/Elements/Contact_Form_7.php:1223, ../includes/Elements/Content_Ticker.php:590, ../includes/Elements/Creative_Button.php:260, ../includes/Elements/Cta_Box.php:805, ../includes/Elements/Cta_Box.php:1198, ../includes/Elements/Data_Table.php:619, ../includes/Elements/Data_Table.php:812, ../includes/Elements/Data_Table.php:984, ../includes/Elements/Data_Table.php:1082, ../includes/Elements/Event_Calendar.php:780, ../includes/Elements/Filterable_Gallery.php:955, ../includes/Elements/Filterable_Gallery.php:1720, ../includes/Elements/Filterable_Gallery.php:2484, ../includes/Elements/Flip_Box.php:1336, ../includes/Elements/FluentForm.php:634, ../includes/Elements/FluentForm.php:969, ../includes/Elements/FluentForm.php:1548, ../includes/Elements/FluentForm.php:1741, ../includes/Elements/FluentForm.php:1958, ../includes/Elements/Formstack.php:833, ../includes/Elements/Formstack.php:1165, ../includes/Elements/Formstack.php:1433, ../includes/Elements/Formstack.php:1603, ../includes/Elements/Formstack.php:1766, ../includes/Elements/GravityForms.php:697, ../includes/Elements/GravityForms.php:1287, ../includes/Elements/GravityForms.php:1483, ../includes/Elements/GravityForms.php:1642, ../includes/Elements/GravityForms.php:2019, ../includes/Elements/GravityForms.php:2248, ../includes/Elements/Info_Box.php:537, ../includes/Elements/Info_Box.php:765, ../includes/Elements/Info_Box.php:997, ../includes/Elements/Info_Box.php:1230, ../includes/Elements/Info_Box.php:1341, ../includes/Elements/Interactive_Circle.php:461, ../includes/Elements/Login_Register.php:2613, ../includes/Elements/Login_Register.php:3281, ../includes/Elements/Login_Register.php:3444, ../includes/Elements/Login_Register.php:3602, ../includes/Elements/NinjaForms.php:627, ../includes/Elements/NinjaForms.php:1020, ../includes/Elements/NinjaForms.php:1365, ../includes/Elements/Pricing_Table.php:1907, ../includes/Elements/Product_Grid.php:887, ../includes/Elements/Product_Grid.php:1534, ../includes/Elements/Product_Grid.php:1952, ../includes/Elements/Product_Grid.php:2247, ../includes/Elements/Product_Grid.php:2681, ../includes/Elements/Team_Member.php:714, ../includes/Elements/Tooltip.php:403, ../includes/Elements/WeForms.php:687, ../includes/Elements/Woo_Cart.php:1775, ../includes/Elements/Woo_Cart.php:2024, ../includes/Elements/Woo_Checkout.php:912, ../includes/Elements/Woo_Checkout.php:955, ../includes/Elements/Woo_Checkout.php:1098, ../includes/Elements/Woo_Checkout.php:1369, ../includes/Elements/Woo_Checkout.php:1700, ../includes/Elements/Woo_Checkout.php:2160, ../includes/Elements/Woo_Checkout.php:2416, ../includes/Elements/Woo_Checkout.php:2570, ../includes/Elements/Woo_Product_Carousel.php:936, ../includes/Elements/Woo_Product_Carousel.php:1372, ../includes/Elements/Woo_Product_Carousel.php:1777, ../includes/Elements/Woo_Product_Carousel.php:2221, ../includes/Elements/Woo_Product_Carousel.php:2643, ../includes/Elements/Woo_Product_Gallery.php:604, ../includes/Elements/Woo_Product_Gallery.php:1008, ../includes/Elements/Woo_Product_Gallery.php:1303, ../includes/Elements/Woo_Product_Gallery.php:1663, ../includes/Elements/Woo_Product_Gallery.php:2016, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php:934, ../includes/Traits/Controls.php:1291, ../includes/Traits/Controls.php:1478, ../includes/Traits/Woo_Product_Comparable.php:838, ../includes/Traits/Woo_Product_Comparable.php:1224, ../includes/Traits/Woo_Product_Comparable.php:1642
852
  msgid "Normal"
853
  msgstr ""
854
 
855
+ #: ../includes/Elements/Advanced_Data_Table.php:1265, ../includes/Elements/Advanced_Data_Table.php:1391, ../includes/Elements/Adv_Accordion.php:607, ../includes/Elements/Adv_Accordion.php:924, ../includes/Elements/Adv_Tabs.php:571, ../includes/Elements/Betterdocs_Category_Box.php:330, ../includes/Elements/Betterdocs_Category_Box.php:548, ../includes/Elements/Betterdocs_Category_Box.php:710, ../includes/Elements/Betterdocs_Category_Box.php:959, ../includes/Elements/Betterdocs_Category_Grid.php:363, ../includes/Elements/Betterdocs_Category_Grid.php:496, ../includes/Elements/Betterdocs_Category_Grid.php:664, ../includes/Elements/Betterdocs_Category_Grid.php:872, ../includes/Elements/Betterdocs_Category_Grid.php:1432, ../includes/Elements/Betterdocs_Search_Form.php:482, ../includes/Elements/Caldera_Forms.php:1303, ../includes/Elements/Contact_Form_7.php:1329, ../includes/Elements/Content_Ticker.php:646, ../includes/Elements/Creative_Button.php:353, ../includes/Elements/Cta_Box.php:991, ../includes/Elements/Cta_Box.php:1267, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:903, ../includes/Elements/Data_Table.php:1001, ../includes/Elements/Data_Table.php:1100, ../includes/Elements/Event_Calendar.php:847, ../includes/Elements/Filterable_Gallery.php:1858, ../includes/Elements/Filterable_Gallery.php:2679, ../includes/Elements/Flip_Box.php:1419, ../includes/Elements/FluentForm.php:1675, ../includes/Elements/FluentForm.php:2039, ../includes/Elements/Formstack.php:1539, ../includes/Elements/Formstack.php:1849, ../includes/Elements/GravityForms.php:1718, ../includes/Elements/GravityForms.php:2111, ../includes/Elements/GravityForms.php:2335, ../includes/Elements/Info_Box.php:598, ../includes/Elements/Info_Box.php:836, ../includes/Elements/Info_Box.php:1069, ../includes/Elements/Info_Box.php:1276, ../includes/Elements/Info_Box.php:1451, ../includes/Elements/Interactive_Circle.php:272, ../includes/Elements/Interactive_Circle.php:518, ../includes/Elements/Login_Register.php:3318, ../includes/Elements/Login_Register.php:3639, ../includes/Elements/NinjaForms.php:1452, ../includes/Elements/Pricing_Table.php:403, ../includes/Elements/Pricing_Table.php:1976, ../includes/Elements/Product_Grid.php:937, ../includes/Elements/Product_Grid.php:1610, ../includes/Elements/Product_Grid.php:2061, ../includes/Elements/Product_Grid.php:2285, ../includes/Elements/Product_Grid.php:2732, ../includes/Elements/Simple_Menu.php:400, ../includes/Elements/Simple_Menu.php:526, ../includes/Elements/Simple_Menu.php:979, ../includes/Elements/Simple_Menu.php:1288, ../includes/Elements/Team_Member.php:791, ../includes/Elements/Tooltip.php:446, ../includes/Elements/WeForms.php:737, ../includes/Elements/Woo_Cart.php:1813, ../includes/Elements/Woo_Cart.php:2065, ../includes/Elements/Woo_Checkout.php:928, ../includes/Elements/Woo_Checkout.php:972, ../includes/Elements/Woo_Checkout.php:1114, ../includes/Elements/Woo_Checkout.php:1409, ../includes/Elements/Woo_Checkout.php:1740, ../includes/Elements/Woo_Checkout.php:2176, ../includes/Elements/Woo_Checkout.php:2610, ../includes/Elements/Woo_Product_Carousel.php:976, ../includes/Elements/Woo_Product_Carousel.php:1454, ../includes/Elements/Woo_Product_Carousel.php:1829, ../includes/Elements/Woo_Product_Carousel.php:2284, ../includes/Elements/Woo_Product_Carousel.php:2699, ../includes/Elements/Woo_Product_Gallery.php:643, ../includes/Elements/Woo_Product_Gallery.php:1076, ../includes/Elements/Woo_Product_Gallery.php:1337, ../includes/Elements/Woo_Product_Gallery.php:1713, ../includes/Elements/Woo_Product_Gallery.php:2067, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php:957, ../includes/Traits/Controls.php:1346, ../includes/Traits/Controls.php:1540, ../includes/Traits/Woo_Product_Comparable.php:938, ../includes/Traits/Woo_Product_Comparable.php:1305, ../includes/Traits/Woo_Product_Comparable.php:1692
856
  msgid "Hover"
857
  msgstr ""
858
 
864
  msgid "No content found"
865
  msgstr ""
866
 
867
+ #: ../includes/Elements/Adv_Accordion.php:105, ../includes/Elements/Adv_Tabs.php:74, ../includes/Elements/Facebook_Feed.php:179, ../includes/Elements/Woo_Cart.php:139, ../includes/Elements/Woo_Checkout.php:111
868
  msgid "General Settings"
869
  msgstr ""
870
 
871
+ #: ../includes/Elements/Adv_Accordion.php:111
872
  msgid "Accordion Type"
873
  msgstr ""
874
 
875
+ #: ../includes/Elements/Adv_Accordion.php:116
876
  msgid "Accordion"
877
  msgstr ""
878
 
879
+ #: ../includes/Elements/Adv_Accordion.php:124
880
  msgid "Select Accordion Tab Title Tag"
881
  msgstr ""
882
 
883
+ #: ../includes/Elements/Adv_Accordion.php:128, ../includes/Elements/Betterdocs_Category_Box.php:184, ../includes/Elements/Betterdocs_Category_Grid.php:222, ../includes/Elements/Cta_Box.php:234, ../includes/Elements/Dual_Color_Header.php:138, ../includes/Elements/Filterable_Gallery.php:368, ../includes/Elements/Flip_Box.php:302, ../includes/Elements/Flip_Box.php:533, ../includes/Elements/Image_Accordion.php:156, ../includes/Elements/Info_Box.php:234, ../includes/Elements/Product_Grid.php:440, ../includes/Elements/Product_Grid.php:1794, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:158, ../includes/Elements/Woo_Product_Carousel.php:235, ../includes/Elements/Woo_Product_Carousel.php:395, ../includes/Elements/Woo_Product_Gallery.php:459, ../includes/Elements/Woo_Product_Gallery.php:1580, ../includes/Extensions/Table_of_Content.php:147, ../includes/Traits/Controls.php:831
884
  msgid "H1"
885
  msgstr ""
886
 
887
+ #: ../includes/Elements/Adv_Accordion.php:129, ../includes/Elements/Betterdocs_Category_Box.php:185, ../includes/Elements/Betterdocs_Category_Grid.php:223, ../includes/Elements/Cta_Box.php:235, ../includes/Elements/Dual_Color_Header.php:139, ../includes/Elements/Filterable_Gallery.php:369, ../includes/Elements/Flip_Box.php:303, ../includes/Elements/Flip_Box.php:534, ../includes/Elements/Image_Accordion.php:157, ../includes/Elements/Info_Box.php:235, ../includes/Elements/Product_Grid.php:441, ../includes/Elements/Product_Grid.php:1795, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:159, ../includes/Elements/Woo_Product_Carousel.php:236, ../includes/Elements/Woo_Product_Carousel.php:396, ../includes/Elements/Woo_Product_Gallery.php:460, ../includes/Elements/Woo_Product_Gallery.php:1581, ../includes/Extensions/Table_of_Content.php:148, ../includes/Traits/Controls.php:832
888
  msgid "H2"
889
  msgstr ""
890
 
891
+ #: ../includes/Elements/Adv_Accordion.php:130, ../includes/Elements/Betterdocs_Category_Box.php:186, ../includes/Elements/Betterdocs_Category_Grid.php:224, ../includes/Elements/Cta_Box.php:236, ../includes/Elements/Dual_Color_Header.php:140, ../includes/Elements/Filterable_Gallery.php:370, ../includes/Elements/Flip_Box.php:304, ../includes/Elements/Flip_Box.php:535, ../includes/Elements/Image_Accordion.php:158, ../includes/Elements/Info_Box.php:236, ../includes/Elements/Product_Grid.php:442, ../includes/Elements/Product_Grid.php:1796, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:160, ../includes/Elements/Woo_Product_Carousel.php:237, ../includes/Elements/Woo_Product_Carousel.php:397, ../includes/Elements/Woo_Product_Gallery.php:461, ../includes/Elements/Woo_Product_Gallery.php:1582, ../includes/Extensions/Table_of_Content.php:149, ../includes/Traits/Controls.php:833
892
  msgid "H3"
893
  msgstr ""
894
 
895
+ #: ../includes/Elements/Adv_Accordion.php:131, ../includes/Elements/Betterdocs_Category_Box.php:187, ../includes/Elements/Betterdocs_Category_Grid.php:225, ../includes/Elements/Cta_Box.php:237, ../includes/Elements/Dual_Color_Header.php:141, ../includes/Elements/Filterable_Gallery.php:371, ../includes/Elements/Flip_Box.php:305, ../includes/Elements/Flip_Box.php:536, ../includes/Elements/Image_Accordion.php:159, ../includes/Elements/Info_Box.php:237, ../includes/Elements/Product_Grid.php:443, ../includes/Elements/Product_Grid.php:1797, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:161, ../includes/Elements/Woo_Product_Carousel.php:238, ../includes/Elements/Woo_Product_Carousel.php:398, ../includes/Elements/Woo_Product_Gallery.php:462, ../includes/Elements/Woo_Product_Gallery.php:1583, ../includes/Extensions/Table_of_Content.php:150, ../includes/Traits/Controls.php:834
896
  msgid "H4"
897
  msgstr ""
898
 
899
+ #: ../includes/Elements/Adv_Accordion.php:132, ../includes/Elements/Betterdocs_Category_Box.php:188, ../includes/Elements/Betterdocs_Category_Grid.php:226, ../includes/Elements/Cta_Box.php:238, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Filterable_Gallery.php:372, ../includes/Elements/Flip_Box.php:306, ../includes/Elements/Flip_Box.php:537, ../includes/Elements/Image_Accordion.php:160, ../includes/Elements/Info_Box.php:238, ../includes/Elements/Product_Grid.php:444, ../includes/Elements/Product_Grid.php:1798, ../includes/Elements/Progress_Bar.php:142, ../includes/Elements/Tooltip.php:162, ../includes/Elements/Woo_Product_Carousel.php:239, ../includes/Elements/Woo_Product_Carousel.php:399, ../includes/Elements/Woo_Product_Gallery.php:463, ../includes/Elements/Woo_Product_Gallery.php:1584, ../includes/Extensions/Table_of_Content.php:151, ../includes/Traits/Controls.php:835
900
  msgid "H5"
901
  msgstr ""
902
 
903
+ #: ../includes/Elements/Adv_Accordion.php:133, ../includes/Elements/Betterdocs_Category_Box.php:189, ../includes/Elements/Betterdocs_Category_Grid.php:227, ../includes/Elements/Cta_Box.php:239, ../includes/Elements/Dual_Color_Header.php:143, ../includes/Elements/Filterable_Gallery.php:373, ../includes/Elements/Flip_Box.php:307, ../includes/Elements/Flip_Box.php:538, ../includes/Elements/Image_Accordion.php:161, ../includes/Elements/Info_Box.php:239, ../includes/Elements/Product_Grid.php:445, ../includes/Elements/Product_Grid.php:1799, ../includes/Elements/Progress_Bar.php:143, ../includes/Elements/Tooltip.php:163, ../includes/Elements/Woo_Product_Carousel.php:240, ../includes/Elements/Woo_Product_Carousel.php:400, ../includes/Elements/Woo_Product_Gallery.php:464, ../includes/Elements/Woo_Product_Gallery.php:1585, ../includes/Extensions/Table_of_Content.php:152, ../includes/Traits/Controls.php:836
904
  msgid "H6"
905
  msgstr ""
906
 
907
+ #: ../includes/Elements/Adv_Accordion.php:134, ../includes/Elements/Betterdocs_Category_Box.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:228, ../includes/Elements/Cta_Box.php:240, ../includes/Elements/Dual_Color_Header.php:144, ../includes/Elements/Filterable_Gallery.php:374, ../includes/Elements/Flip_Box.php:308, ../includes/Elements/Flip_Box.php:539, ../includes/Elements/Image_Accordion.php:162, ../includes/Elements/Info_Box.php:240, ../includes/Elements/Product_Grid.php:1800, ../includes/Elements/Woo_Product_Carousel.php:241, ../includes/Elements/Woo_Product_Carousel.php:401, ../includes/Elements/Woo_Product_Gallery.php:1586, ../includes/Traits/Controls.php:837
908
  msgid "Span"
909
  msgstr ""
910
 
911
+ #: ../includes/Elements/Adv_Accordion.php:135, ../includes/Elements/Betterdocs_Category_Box.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:229, ../includes/Elements/Cta_Box.php:241, ../includes/Elements/Dual_Color_Header.php:145, ../includes/Elements/Filterable_Gallery.php:375, ../includes/Elements/Flip_Box.php:309, ../includes/Elements/Flip_Box.php:540, ../includes/Elements/Image_Accordion.php:163, ../includes/Elements/Info_Box.php:241, ../includes/Elements/Product_Grid.php:1801, ../includes/Elements/Tooltip.php:166, ../includes/Elements/Woo_Product_Carousel.php:242, ../includes/Elements/Woo_Product_Carousel.php:402, ../includes/Elements/Woo_Product_Gallery.php:1587, ../includes/Traits/Controls.php:838
912
  msgid "P"
913
  msgstr ""
914
 
915
+ #: ../includes/Elements/Adv_Accordion.php:136, ../includes/Elements/Betterdocs_Category_Box.php:192, ../includes/Elements/Betterdocs_Category_Grid.php:230, ../includes/Elements/Cta_Box.php:242, ../includes/Elements/Dual_Color_Header.php:146, ../includes/Elements/Filterable_Gallery.php:376, ../includes/Elements/Flip_Box.php:310, ../includes/Elements/Flip_Box.php:541, ../includes/Elements/Image_Accordion.php:164, ../includes/Elements/Info_Box.php:242, ../includes/Elements/Product_Grid.php:1802, ../includes/Elements/Woo_Product_Carousel.php:243, ../includes/Elements/Woo_Product_Carousel.php:403, ../includes/Elements/Woo_Product_Gallery.php:1588, ../includes/Traits/Controls.php:839
916
  msgid "Div"
917
  msgstr ""
918
 
919
+ #: ../includes/Elements/Adv_Accordion.php:143
920
  msgid "Enable Toggle Icon"
921
  msgstr ""
922
 
923
+ #: ../includes/Elements/Adv_Accordion.php:152
924
  msgid "Toggle Icon Postion"
925
  msgstr ""
926
 
927
+ #: ../includes/Elements/Adv_Accordion.php:167
928
  msgid "Toggle Icon"
929
  msgstr ""
930
 
931
+ #: ../includes/Elements/Adv_Accordion.php:182
932
  msgid "Toggle Speed (ms)"
933
  msgstr ""
934
 
935
+ #: ../includes/Elements/Adv_Accordion.php:192
936
+ msgid "Enable FAQ Schema"
937
+ msgstr ""
938
+
939
+ #: ../includes/Elements/Adv_Accordion.php:208, ../includes/Elements/Countdown.php:142, ../includes/Elements/Cta_Box.php:73, ../includes/Elements/Dual_Color_Header.php:69, ../includes/Elements/Facebook_Feed.php:224, ../includes/Elements/Feature_List.php:65, ../includes/Elements/Tooltip.php:63
940
  msgid "Content Settings"
941
  msgstr ""
942
 
943
+ #: ../includes/Elements/Adv_Accordion.php:217, ../includes/Elements/Adv_Tabs.php:156
944
  msgid "Active as Default"
945
  msgstr ""
946
 
947
+ #: ../includes/Elements/Adv_Accordion.php:227
948
  msgid "Enable Tab Icon"
949
  msgstr ""
950
 
951
+ #: ../includes/Elements/Adv_Accordion.php:237, ../includes/Elements/Adv_Tabs.php:175, ../includes/Elements/Adv_Tabs.php:190, ../includes/Elements/Betterdocs_Category_Box.php:407, ../includes/Elements/Betterdocs_Category_Box.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:1065, ../includes/Elements/Betterdocs_Category_Grid.php:1074, ../includes/Elements/Betterdocs_Category_Grid.php:1206, ../includes/Elements/Betterdocs_Category_Grid.php:1313, ../includes/Elements/Creative_Button.php:131, ../includes/Elements/Cta_Box.php:187, ../includes/Elements/Cta_Box.php:306, ../includes/Elements/Data_Table.php:152, ../includes/Elements/Data_Table.php:171, ../includes/Elements/Data_Table.php:298, ../includes/Elements/Data_Table.php:351, ../includes/Elements/Dual_Color_Header.php:118, ../includes/Elements/Dual_Color_Header.php:273, ../includes/Elements/Feature_List.php:78, ../includes/Elements/Feature_List.php:94, ../includes/Elements/Feature_List.php:502, ../includes/Elements/Flip_Box.php:206, ../includes/Elements/Flip_Box.php:232, ../includes/Elements/Flip_Box.php:437, ../includes/Elements/Flip_Box.php:463, ../includes/Elements/Info_Box.php:107, ../includes/Elements/Info_Box.php:176, ../includes/Elements/Info_Box.php:441, ../includes/Elements/Interactive_Circle.php:139, ../includes/Elements/Pricing_Table.php:173, ../includes/Elements/Simple_Menu.php:894, ../includes/Elements/Simple_Menu.php:1203, ../includes/Elements/Team_Member.php:166, ../includes/Elements/Tooltip.php:74, ../includes/Elements/Tooltip.php:97, ../includes/Elements/Twitter_Feed.php:919, ../includes/Extensions/Scroll_to_Top.php:344, ../includes/Extensions/Table_of_Content.php:669, ../includes/Traits/Controls.php:743, ../includes/Traits/Controls.php:796
952
  msgid "Icon"
953
  msgstr ""
954
 
955
+ #: ../includes/Elements/Adv_Accordion.php:253, ../includes/Elements/Adv_Accordion.php:256, ../includes/Elements/Adv_Tabs.php:221, ../includes/Elements/Adv_Tabs.php:223, ../includes/Elements/Adv_Tabs.php:393
956
  msgid "Tab Title"
957
  msgstr ""
958
 
959
+ #: ../includes/Elements/Adv_Accordion.php:265, ../includes/Elements/Adv_Tabs.php:231, ../includes/Elements/Cta_Box.php:250, ../includes/Elements/Data_Table.php:294, ../includes/Elements/Info_Box.php:249, ../includes/Elements/Tooltip.php:69
960
  msgid "Content Type"
961
  msgstr ""
962
 
963
+ #: ../includes/Elements/Adv_Accordion.php:268, ../includes/Elements/Adv_Tabs.php:147, ../includes/Elements/Adv_Tabs.php:234, ../includes/Elements/Adv_Tabs.php:717, ../includes/Elements/Cta_Box.php:253, ../includes/Elements/Cta_Box.php:274, ../includes/Elements/Data_Table.php:256, ../includes/Elements/Data_Table.php:371, ../includes/Elements/Data_Table.php:385, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1485, ../includes/Elements/Facebook_Feed.php:963, ../includes/Elements/Feature_List.php:191, ../includes/Elements/Feature_List.php:695, ../includes/Elements/Flip_Box.php:157, ../includes/Elements/Image_Accordion.php:97, ../includes/Elements/Image_Accordion.php:208, ../includes/Elements/Image_Accordion.php:516, ../includes/Elements/Info_Box.php:252, ../includes/Elements/Interactive_Circle.php:120, ../includes/Elements/Interactive_Circle.php:161, ../includes/Elements/Interactive_Circle.php:665, ../includes/Elements/Post_Timeline.php:208, ../includes/Elements/Product_Grid.php:2500, ../includes/Elements/Tooltip.php:140, ../includes/Elements/Tooltip.php:273, ../includes/Elements/Woo_Product_Carousel.php:1583, ../includes/Elements/Woo_Product_Gallery.php:1835
964
  msgid "Content"
965
  msgstr ""
966
 
967
+ #: ../includes/Elements/Adv_Accordion.php:269, ../includes/Elements/Adv_Tabs.php:235, ../includes/Elements/Countdown.php:405, ../includes/Elements/Cta_Box.php:254, ../includes/Elements/Info_Box.php:253
968
  msgid "Saved Templates"
969
  msgstr ""
970
 
971
+ #: ../includes/Elements/Adv_Accordion.php:279, ../includes/Elements/Adv_Tabs.php:244, ../includes/Elements/Countdown.php:452, ../includes/Elements/Cta_Box.php:263, ../includes/Elements/Data_Table.php:339, ../includes/Elements/Info_Box.php:262
972
  msgid "Choose Template"
973
  msgstr ""
974
 
975
+ #: ../includes/Elements/Adv_Accordion.php:294, ../includes/Elements/Adv_Tabs.php:258, ../includes/Elements/Interactive_Circle.php:167
976
  msgid "Tab Content"
977
  msgstr ""
978
 
979
+ #: ../includes/Elements/Adv_Accordion.php:296, ../includes/Elements/Adv_Tabs.php:260, ../includes/Elements/Feature_List.php:193, ../includes/Elements/Interactive_Circle.php:169
980
  msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur."
981
  msgstr ""
982
 
983
+ #: ../includes/Elements/Adv_Accordion.php:307, ../includes/Elements/Adv_Tabs.php:271
984
  msgid "Custom ID"
985
  msgstr ""
986
 
987
+ #: ../includes/Elements/Adv_Accordion.php:309, ../includes/Elements/Adv_Tabs.php:273
988
  msgid "Custom ID will be added as an anchor tag. For example, if you add ‘test’ as your custom ID, the link will become like the following: https://www.example.com/#test and it will open the respective tab directly."
989
  msgstr ""
990
 
991
+ #: ../includes/Elements/Adv_Accordion.php:320
992
  msgid "Accordion Tab Title 1"
993
  msgstr ""
994
 
995
+ #: ../includes/Elements/Adv_Accordion.php:321
996
  msgid "Accordion Tab Title 2"
997
  msgstr ""
998
 
999
+ #: ../includes/Elements/Adv_Accordion.php:322
1000
  msgid "Accordion Tab Title 3"
1001
  msgstr ""
1002
 
1003
+ #: ../includes/Elements/Adv_Accordion.php:367, ../includes/Elements/Data_Table.php:513, ../includes/Elements/Filterable_Gallery.php:827
1004
  msgid "General Style"
1005
  msgstr ""
1006
 
1007
+ #: ../includes/Elements/Adv_Accordion.php:427
1008
  msgid "Tab Style"
1009
  msgstr ""
1010
 
1011
+ #: ../includes/Elements/Adv_Accordion.php:441, ../includes/Elements/Adv_Accordion.php:818, ../includes/Elements/Adv_Tabs.php:433, ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Cta_Box.php:787, ../includes/Elements/Data_Table.php:711, ../includes/Elements/Data_Table.php:1059, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Dual_Color_Header.php:608, ../includes/Elements/Event_Calendar.php:1456, ../includes/Elements/Event_Calendar.php:1523, ../includes/Elements/Feature_List.php:575, ../includes/Elements/Filterable_Gallery.php:1775, ../includes/Elements/Filterable_Gallery.php:2137, ../includes/Elements/Filterable_Gallery.php:2574, ../includes/Elements/Flip_Box.php:967, ../includes/Elements/Flip_Box.php:1080, ../includes/Elements/Info_Box.php:936, ../includes/Elements/Info_Box.php:1178, ../includes/Elements/Interactive_Circle.php:438, ../includes/Elements/Login_Register.php:2918, ../includes/Elements/Pricing_Table.php:1237, ../includes/Elements/Pricing_Table.php:1696, ../includes/Elements/Pricing_Table.php:1867, ../includes/Elements/Product_Grid.php:1307, ../includes/Elements/Product_Grid.php:2842, ../includes/Elements/Team_Member.php:643, ../includes/Elements/Tooltip.php:113, ../includes/Elements/Woo_Product_Carousel.php:1151, ../includes/Elements/Woo_Product_Carousel.php:1935, ../includes/Elements/Woo_Product_Carousel.php:2583, ../includes/Elements/Woo_Product_Gallery.php:844, ../includes/Elements/Woo_Product_Gallery.php:2177, ../includes/Extensions/Scroll_to_Top.php:360, ../includes/Extensions/Table_of_Content.php:705, ../includes/Traits/Woo_Product_Comparable.php:1345
1012
  msgid "Icon Size"
1013
  msgstr ""
1014
 
1015
+ #: ../includes/Elements/Adv_Accordion.php:463, ../includes/Elements/Adv_Accordion.php:489, ../includes/Elements/Adv_Tabs.php:457
1016
  msgid "Icon Gap"
1017
  msgstr ""
1018
 
1019
+ #: ../includes/Elements/Adv_Accordion.php:515
1020
  msgid "Distance"
1021
  msgstr ""
1022
 
1023
+ #: ../includes/Elements/Adv_Accordion.php:573, ../includes/Elements/Adv_Accordion.php:633, ../includes/Elements/Adv_Accordion.php:694, ../includes/Elements/Adv_Tabs.php:538, ../includes/Elements/Adv_Tabs.php:605, ../includes/Elements/Adv_Tabs.php:672, ../includes/Elements/Cta_Box.php:974, ../includes/Elements/Cta_Box.php:1105, ../includes/Elements/Data_Table.php:1087, ../includes/Elements/Data_Table.php:1105, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Event_Calendar.php:1474, ../includes/Elements/Feature_List.php:122, ../includes/Elements/Info_Box.php:772, ../includes/Elements/Info_Box.php:851, ../includes/Elements/Info_Box.php:1004, ../includes/Elements/Info_Box.php:1084, ../includes/Elements/Interactive_Circle.php:487, ../includes/Elements/Interactive_Circle.php:549, ../includes/Elements/Interactive_Circle.php:615, ../includes/Elements/Post_Grid.php:986, ../includes/Elements/Pricing_Table.php:338, ../includes/Elements/Pricing_Table.php:1760, ../includes/Elements/Simple_Menu.php:305, ../includes/Elements/Team_Member.php:719, ../includes/Elements/Twitter_Feed.php:660, ../includes/Elements/Woo_Cart.php:237, ../includes/Elements/Woo_Cart.php:809, ../includes/Elements/Woo_Cart.php:1931, ../includes/Elements/Woo_Cart.php:2291, ../includes/Elements/Woo_Cart.php:2374, ../includes/Elements/Woo_Cart.php:2461, ../includes/Elements/Woo_Checkout.php:1198, ../includes/Elements/Woo_Checkout.php:1536, ../includes/Extensions/Scroll_to_Top.php:412
1024
  msgid "Icon Color"
1025
  msgstr ""
1026
 
1027
+ #: ../includes/Elements/Adv_Accordion.php:667, ../includes/Elements/Adv_Accordion.php:969, ../includes/Elements/Adv_Tabs.php:638, ../includes/Elements/Event_Calendar.php:901, ../includes/Elements/Filterable_Gallery.php:1021, ../includes/Elements/Interactive_Circle.php:586, ../includes/Elements/Product_Grid.php:2329, ../includes/Elements/Simple_Menu.php:434, ../includes/Elements/Woo_Product_Carousel.php:2317, ../includes/Elements/Woo_Product_Gallery.php:1375, ../includes/Extensions/Table_of_Content.php:983
1028
  msgid "Active"
1029
  msgstr ""
1030
 
1031
+ #: ../includes/Elements/Adv_Accordion.php:732, ../includes/Elements/Countdown.php:1100, ../includes/Elements/Cta_Box.php:80, ../includes/Elements/Cta_Box.php:686, ../includes/Elements/Data_Table.php:805, ../includes/Elements/Dual_Color_Header.php:76, ../includes/Elements/Facebook_Feed.php:635, ../includes/Elements/Facebook_Feed.php:799, ../includes/Elements/Flip_Box.php:1214, ../includes/Elements/Flip_Box.php:1283, ../includes/Elements/Info_Box.php:1386, ../includes/Elements/Tooltip.php:320, ../includes/Elements/Twitter_Feed.php:744
1032
  msgid "Content Style"
1033
  msgstr ""
1034
 
1035
+ #: ../includes/Elements/Adv_Accordion.php:810
1036
  msgid "Toggle Caret Style"
1037
  msgstr ""
1038
 
1039
+ #: ../includes/Elements/Adv_Accordion.php:843
1040
  msgid "Icon Padding"
1041
  msgstr ""
1042
 
1043
+ #: ../includes/Elements/Adv_Accordion.php:857
1044
  msgid "Icon Radius"
1045
  msgstr ""
1046
 
1047
+ #: ../includes/Elements/Adv_Accordion.php:883, ../includes/Elements/Adv_Accordion.php:930, ../includes/Elements/Adv_Accordion.php:975, ../includes/Elements/Adv_Tabs.php:856
1048
  msgid "Caret Color"
1049
  msgstr ""
1050
 
1236
  msgid "File Not Found"
1237
  msgstr ""
1238
 
1239
+ #: ../includes/Elements/Betterdocs_Category_Box.php:1185, ../includes/Elements/Betterdocs_Category_Box.php:1150, ../includes/Elements/Betterdocs_Category_Grid.php:1687, ../includes/Elements/Betterdocs_Category_Grid.php:1654, ../includes/Elements/Post_Grid.php:1102, ../includes/Elements/Post_Timeline.php:781, ../includes/Elements/Product_Grid.php:3070, ../includes/Elements/Woo_Product_Gallery.php:2389, ../includes/Traits/Ajax_Handler.php:228
1240
  msgid "<p class=\"no-posts-found\">No posts found!</p>"
1241
  msgstr ""
1242
 
6091
  msgid "Fill Color"
6092
  msgstr ""
6093
 
6094
+ #: ../includes/Elements/Progress_Bar.php:704, ../includes/Traits/Elements.php:140, ../includes/templates/admin/elements.php:273
6095
  msgid "Counter"
6096
  msgstr ""
6097
 
7487
  msgid "<strong>WPForms</strong> is not installed/activated on your site. Please install and activate <strong>WPForms</strong> first."
7488
  msgstr ""
7489
 
7490
+ #: ../includes/Extensions/Custom_JS.php:22, ../includes/templates/admin/extensions.php:58
7491
  msgid "Custom JS"
7492
  msgstr ""
7493
 
7507
  msgid "EA Duplicator"
7508
  msgstr ""
7509
 
7510
+ #: ../includes/Extensions/Promotion.php:33
7511
  msgid "Upgrade Essential Addons"
7512
  msgstr ""
7513
 
7514
+ #: ../includes/Extensions/Promotion.php:55
7515
  msgid "Meet EA Parallax"
7516
  msgstr ""
7517
 
7518
+ #: ../includes/Extensions/Promotion.php:56
7519
  msgid "Create stunning Parallax effects on your site and blow everyone away."
7520
  msgstr ""
7521
 
7522
+ #: ../includes/Extensions/Promotion.php:79
7523
  msgid "Meet EA Particles"
7524
  msgstr ""
7525
 
7526
+ #: ../includes/Extensions/Promotion.php:80
7527
  msgid "Create stunning Particles effects on your site and blow everyone away."
7528
  msgstr ""
7529
 
7530
+ #: ../includes/Extensions/Promotion.php:103
7531
  msgid "Meet EA Content Protection"
7532
  msgstr ""
7533
 
7534
+ #: ../includes/Extensions/Promotion.php:104
7535
  msgid "Put a restriction on any of your content and protect your privacy."
7536
  msgstr ""
7537
 
7538
+ #: ../includes/Extensions/Promotion.php:127
7539
  msgid "Meet EA Advanced Tooltip"
7540
  msgstr ""
7541
 
7542
+ #: ../includes/Extensions/Promotion.php:128
7543
  msgid "Highlight any Elementor widgets with a key message when they are hovered."
7544
  msgstr ""
7545
 
7546
+ #: ../includes/Extensions/Promotion.php:140
7547
+ msgid "<i class=\"eaicon-logo\"></i> Conditional Display"
7548
+ msgstr ""
7549
+
7550
+ #: ../includes/Extensions/Promotion.php:150
7551
+ msgid "Meet EA Conditional Display"
7552
+ msgstr ""
7553
+
7554
+ #: ../includes/Extensions/Promotion.php:151
7555
+ msgid "Control any section, column, container or widget’s visibility with your own logic."
7556
+ msgstr ""
7557
+
7558
  #: ../includes/Extensions/Reading_Progress.php:30
7559
  msgid "<i class=\"eaicon-logo\"></i> Reading Progress Bar"
7560
  msgstr ""
7627
  msgid "Enable Table of Contents Globally"
7628
  msgstr ""
7629
 
7630
+ #: ../includes/Extensions/Table_of_Content.php:113, ../includes/templates/admin/extensions.php:44
7631
  msgid "Table of Contents"
7632
  msgstr ""
7633
 
7859
  msgid "You are using an incompatible version of Essential Addons PRO. Please update to v4.0.0+. If you do not see automatic update, <a href=\"https://essential-addons.com/elementor/docs/manually-update-essential-addons-pro/\" target=\"_blank\">Follow manual update guide.</a>"
7860
  msgstr ""
7861
 
7862
+ #: ../includes/Traits/Ajax_Handler.php:86, ../includes/Traits/Ajax_Handler.php:544, ../includes/Traits/Login_Registration.php:79, ../includes/Traits/Login_Registration.php:200
7863
  msgid "Insecure form submitted without security token"
7864
  msgstr ""
7865
 
7866
+ #: ../includes/Traits/Ajax_Handler.php:95, ../includes/Traits/Ajax_Handler.php:553, ../includes/Traits/Login_Registration.php:92, ../includes/Traits/Login_Registration.php:210, ../includes/Traits/Woo_Product_Comparable.php:2170
7867
  msgid "Security token did not match"
7868
  msgstr ""
7869
 
7870
+ #: ../includes/Traits/Ajax_Handler.php:106, ../includes/Traits/Ajax_Handler.php:266, ../includes/Traits/Ajax_Handler.php:330, ../includes/Traits/Ajax_Handler.php:564, ../includes/Traits/Login_Registration.php:55, ../includes/Traits/Login_Registration.php:222, ../includes/Traits/Woo_Product_Comparable.php:2128
7871
  msgid "Page ID is missing"
7872
  msgstr ""
7873
 
7874
+ #: ../includes/Traits/Ajax_Handler.php:117, ../includes/Traits/Ajax_Handler.php:273, ../includes/Traits/Ajax_Handler.php:337, ../includes/Traits/Ajax_Handler.php:575, ../includes/Traits/Facebook_Feed.php:41, ../includes/Traits/Login_Registration.php:62, ../includes/Traits/Login_Registration.php:227, ../includes/Traits/Woo_Product_Comparable.php:2133
7875
  msgid "Widget ID is missing"
7876
  msgstr ""
7877
 
7878
+ #: ../includes/Traits/Ajax_Handler.php:128, ../includes/Traits/Ajax_Handler.php:279, ../includes/Traits/Ajax_Handler.php:344, ../includes/Traits/Ajax_Handler.php:585
7879
  msgid "Widget settings are not found. Did you save the widget before using load more??"
7880
  msgstr ""
7881
 
7882
+ #: ../includes/Traits/Ajax_Handler.php:809
7883
  msgid "Login | Register Settings updated"
7884
  msgstr ""
7885
 
8131
  " popular plugins and themes. No spam, I promise."
8132
  msgstr ""
8133
 
8134
+ #: ../includes/Traits/Elements.php:128, ../includes/templates/admin/elements.php:80
8135
  msgid "Advanced Menu"
8136
  msgstr ""
8137
 
8138
+ #: ../includes/Traits/Elements.php:134, ../includes/templates/admin/elements.php:212
8139
  msgid "Content Timeline"
8140
  msgstr ""
8141
 
8142
+ #: ../includes/Traits/Elements.php:146, ../includes/templates/admin/elements.php:340
8143
  msgid "Divider"
8144
  msgstr ""
8145
 
8146
+ #: ../includes/Traits/Elements.php:158, ../includes/templates/admin/elements.php:303
8147
  msgid "Flip Carousel"
8148
  msgstr ""
8149
 
8151
  msgid "Google Map"
8152
  msgstr ""
8153
 
8154
+ #: ../includes/Traits/Elements.php:170, ../includes/templates/admin/elements.php:296
8155
  msgid "Image Comparison"
8156
  msgstr ""
8157
 
8158
+ #: ../includes/Traits/Elements.php:182, ../includes/templates/admin/elements.php:347
8159
  msgid "Image Scroller"
8160
  msgstr ""
8161
 
8163
  msgid "Interactive Card"
8164
  msgstr ""
8165
 
8166
+ #: ../includes/Traits/Elements.php:200, ../includes/templates/admin/elements.php:266
8167
  msgid "Interactive Promo"
8168
  msgstr ""
8169
 
8170
+ #: ../includes/Traits/Elements.php:206, ../includes/templates/admin/elements.php:508, ../includes/templates/admin/go-pro.php:119
8171
  msgid "LearnDash Course List"
8172
  msgstr ""
8173
 
8174
+ #: ../includes/Traits/Elements.php:212, ../includes/templates/admin/elements.php:280
8175
  msgid "Lightbox & Modal"
8176
  msgstr ""
8177
 
8178
+ #: ../includes/Traits/Elements.php:218, ../includes/templates/admin/elements.php:310
8179
  msgid "Logo Carousel"
8180
  msgstr ""
8181
 
8182
+ #: ../includes/Traits/Elements.php:230, ../includes/templates/admin/elements.php:72
8183
  msgid "Offcanvas"
8184
  msgstr ""
8185
 
8186
+ #: ../includes/Traits/Elements.php:236, ../includes/templates/admin/elements.php:325
8187
  msgid "One Page Navigation"
8188
  msgstr ""
8189
 
8190
+ #: ../includes/Traits/Elements.php:242, ../includes/templates/admin/elements.php:190
8191
  msgid "Post Block"
8192
  msgstr ""
8193
 
8194
+ #: ../includes/Traits/Elements.php:248, ../includes/templates/admin/elements.php:197
8195
  msgid "Post Carousel"
8196
  msgstr ""
8197
 
8198
+ #: ../includes/Traits/Elements.php:254, ../includes/templates/admin/elements.php:204, ../includes/templates/admin/go-pro.php:39
8199
  msgid "Smart Post List"
8200
  msgstr ""
8201
 
8203
  msgid "Price Menu"
8204
  msgstr ""
8205
 
8206
+ #: ../includes/Traits/Elements.php:266, ../includes/templates/admin/elements.php:288, ../includes/templates/admin/go-pro.php:23
8207
  msgid "Protected Content"
8208
  msgstr ""
8209
 
8210
+ #: ../includes/Traits/Elements.php:272, ../includes/templates/admin/elements.php:101
8211
  msgid "Static Product"
8212
  msgstr ""
8213
 
8214
+ #: ../includes/Traits/Elements.php:278, ../includes/templates/admin/elements.php:108
8215
  msgid "Team Member Carousel"
8216
  msgstr ""
8217
 
8218
+ #: ../includes/Traits/Elements.php:284, ../includes/templates/admin/elements.php:94
8219
  msgid "Testimonial Slider"
8220
  msgstr ""
8221
 
8222
+ #: ../includes/Traits/Elements.php:296, ../includes/templates/admin/elements.php:481
8223
  msgid "Twitter Feed Carousel"
8224
  msgstr ""
8225
 
8226
+ #: ../includes/Traits/Elements.php:302, ../includes/templates/admin/elements.php:550
8227
  msgid "Woo Product Collections"
8228
  msgstr ""
8229
 
8230
+ #: ../includes/Traits/Elements.php:308, ../includes/templates/admin/elements.php:557, ../includes/templates/admin/go-pro.php:55
8231
  msgid "Woo Product Slider"
8232
  msgstr ""
8233
 
8287
  msgid "Submit"
8288
  msgstr ""
8289
 
8290
+ #: ../includes/Traits/Helper.php:434
8291
+ msgid "<p> <i>📣</i> NEW: Essential Addons 5.1.0 is here, with new '<a target='_blank' href='%s'>EA Conditional Display</a>' extension, <b>'FAQ Schema'</b> for EA Advanced Accordion & more! Check out the <a target='_blank' href='%s'>Changelog</a> for more details 🎉</p>"
8292
+ msgstr ""
8293
+
8294
  #: ../includes/Traits/Login_Registration.php:122, ../includes/Traits/Login_Registration.php:286
8295
  msgid "You did not pass recaptcha challenge."
8296
  msgstr ""
8767
  msgid "Out"
8768
  msgstr ""
8769
 
8770
+ #: ../includes/templates/admin/elements.php:318
8771
  msgid "Interactive Cards"
8772
  msgstr ""
8773
 
8774
+ #: ../includes/templates/admin/elements.php:362
8775
  msgid "Marketing Elements"
8776
  msgstr ""
8777
 
8778
+ #: ../includes/templates/admin/elements.php:379
8779
  msgid "Price menu"
8780
  msgstr ""
8781
 
8782
+ #: ../includes/templates/admin/elements.php:470
8783
  msgid "Social Feed Elements"
8784
  msgstr ""
8785
 
8786
+ #: ../includes/templates/admin/elements.php:504
8787
  msgid "LearnDash Elements"
8788
  msgstr ""
8789
 
8790
+ #: ../includes/templates/admin/elements.php:606, ../includes/templates/admin/extensions.php:96
8791
  msgid "Global Control"
8792
  msgstr ""
8793
 
8794
+ #: ../includes/templates/admin/elements.php:607
8795
  msgid "Use the Toggle Button to Activate or Deactivate all the Elements of Essential Addons at once."
8796
  msgstr ""
8797
 
8798
+ #: ../includes/templates/admin/elements.php:614, ../includes/templates/admin/extensions.php:104
8799
  msgid "Enable All"
8800
  msgstr ""
8801
 
8802
+ #: ../includes/templates/admin/elements.php:615, ../includes/templates/admin/extensions.php:105
8803
  msgid "Disable All"
8804
  msgstr ""
8805
 
8806
+ #: ../includes/templates/admin/elements.php:618, ../includes/templates/admin/elements.php:679, ../includes/templates/admin/extensions.php:108, ../includes/templates/admin/extensions.php:163, ../includes/templates/admin/tools.php:71
8807
  msgid "Save Settings"
8808
  msgstr ""
8809
 
8810
+ #: ../includes/templates/admin/elements.php:640, ../includes/templates/admin/extensions.php:132
 
 
 
 
8811
  msgid "Setting"
8812
  msgstr ""
8813
 
8814
+ #: ../includes/templates/admin/elements.php:645, ../includes/templates/admin/extensions.php:137
8815
  msgid "Documentation"
8816
  msgstr ""
8817
 
8818
+ #: ../includes/templates/admin/elements.php:649, ../includes/templates/admin/extensions.php:141
8819
  msgid "Demo"
8820
  msgstr ""
8821
 
8839
  msgid "Content Protection"
8840
  msgstr ""
8841
 
8842
+ #: ../includes/templates/admin/extensions.php:38
8843
  msgid "Reading Progress Bar"
8844
  msgstr ""
8845
 
8846
+ #: ../includes/templates/admin/extensions.php:51
8847
  msgid "Duplicator"
8848
  msgstr ""
8849
 
8850
+ #: ../includes/templates/admin/extensions.php:65
8851
  msgid "Cross-Domain Copy Paste"
8852
  msgstr ""
8853
 
8854
+ #: ../includes/templates/admin/extensions.php:73
8855
  msgid "Scroll to Top"
8856
  msgstr ""
8857
 
8858
+ #: ../includes/templates/admin/extensions.php:80
8859
+ msgid "Conditional Display"
8860
+ msgstr ""
8861
+
8862
+ #: ../includes/templates/admin/extensions.php:97
8863
  msgid "Use the Toggle Button to Activate or Deactivate all the Extensions of Essential Addons at once."
8864
  msgstr ""
8865
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: elementor, elements, addons, elementor addons, elementor widget, elementor
4
  Requires at least: 5.0
5
  Tested up to: 5.9
6
  Requires PHP: 5.6
7
- Stable tag: 5.0.13
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
@@ -143,7 +143,8 @@ Extensions (Pro):
143
  2. [Particles](https://essential-addons.com/elementor/particle-effect/) - Add animated particle effects to your content
144
  3. [Advanced Tooltip](https://essential-addons.com/elementor/advanced-tooltip/) - Make any widget more informative with tooltip
145
  4. [Content Protection](https://essential-addons.com/elementor/content-protection/) - Hide your content with password protection
146
- 5. [Cross-Domain Copy Paste](https://essential-addons.com/elementor/cross-domain-copy-paste/)- Copy any section in Elementor from one website and paste it on another
 
147
 
148
 
149
  More features and improvements are coming on regular updates. Want to unlock the advanced elements? [Upgrade to our Pro version](https://essential-addons.com/elementor/#pricing)
@@ -241,6 +242,11 @@ Your existing elements/content will work with premium version. So you won't lose
241
 
242
  == Changelog ==
243
 
 
 
 
 
 
244
  = 5.0.13 - 12/04/2022 =
245
 
246
  - Fixed: EA Twitter Feed | Latest feed data not showing automatically
4
  Requires at least: 5.0
5
  Tested up to: 5.9
6
  Requires PHP: 5.6
7
+ Stable tag: 5.1.0
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
143
  2. [Particles](https://essential-addons.com/elementor/particle-effect/) - Add animated particle effects to your content
144
  3. [Advanced Tooltip](https://essential-addons.com/elementor/advanced-tooltip/) - Make any widget more informative with tooltip
145
  4. [Content Protection](https://essential-addons.com/elementor/content-protection/) - Hide your content with password protection
146
+ 5. [Cross-Domain Copy Paste](https://essential-addons.com/elementor/cross-domain-copy-paste/)- Copy any section in Elementor from one website and paste it on another
147
+ 6. [Conditional Display](https://essential-addons.com/elementor/conditional-display/)- Display your preferred content based on the logic conditions you have set
148
 
149
 
150
  More features and improvements are coming on regular updates. Want to unlock the advanced elements? [Upgrade to our Pro version](https://essential-addons.com/elementor/#pricing)
242
 
243
  == Changelog ==
244
 
245
+ = 5.1.0 - 19/04/2022 =
246
+
247
+ - Added: FAQ Schema for EA Advanced Accordion
248
+ - Few minor bug fixes & improvements
249
+
250
  = 5.0.13 - 12/04/2022 =
251
 
252
  - Fixed: EA Twitter Feed | Latest feed data not showing automatically