Version Description
07/06/2021 =
Removed: Elementor deprecation methods
Added: Compatibility with PHP 8.0
Added: EA Login/Register Form | Added permission check for security enhancement
Fixed: EA Gravity Form | Styles being applied to input fields
Fixed: EA Tooltip | Alignment in Responsive Design not working properly
Fixed: EA Creative Button | Shikoba effect breaking the design
Fixed: EA Advanced Accordion | Saved Template is not showing properly
Fixed: EA Contact Form 7 | Submit button Full Width not working
Fixed: EA Countdown | design broken on mobile device
Fixed: EA Product Grid | Draft products being displayed
Fixed: HTML(inline CSS) not working with tag in some widgets
Improved: Added Target_Blank options in post widgets
Improved: EA Product Grid | not scrolling to top when you hit the pagination options
Removed: EA Progress Bar | Removed duplicate controls
Few minor bug fix and improvements
Release Info
Developer | re_enter_rupok |
Plugin | Elementor Essential Addons |
Version | 4.7.1 |
Comparing to | |
See all releases |
Code changes from version 4.7.0 to 4.7.1
- assets/front-end/css/view/contact-form-7.css +2 -2
- assets/front-end/css/view/contact-form-7.min.css +1 -1
- assets/front-end/css/view/count-down.css +6 -0
- assets/front-end/css/view/count-down.min.css +1 -1
- assets/front-end/css/view/info-box.css +21 -3
- assets/front-end/css/view/info-box.min.css +1 -1
- assets/front-end/css/view/login-register.css +3 -0
- assets/front-end/css/view/login-register.min.css +1 -1
- assets/front-end/css/view/tooltip.css +55 -21
- assets/front-end/css/view/tooltip.min.css +1 -1
- assets/front-end/js/edit/advanced-data-table.js +1 -1
- assets/front-end/js/edit/advanced-data-table.min.js +1 -1
- assets/front-end/js/view/advanced-accordion.js +1 -1
- assets/front-end/js/view/advanced-accordion.min.js +1 -1
- assets/front-end/js/view/load-more.js +1 -1
- assets/front-end/js/view/price-table.js +1 -1
- assets/front-end/js/view/price-table.min.js +1 -1
- assets/front-end/js/view/product-grid.js +1 -1
- assets/front-end/js/view/product-grid.min.js +1 -1
- assets/front-end/js/view/table-of-content.js +1 -1
- assets/front-end/js/view/table-of-content.min.js +1 -1
- essential_adons_elementor.php +3 -3
- includes/Classes/Helper.php +46 -8
- includes/Elements/Dual_Color_Header.php +52 -23
- includes/Elements/Feature_List.php +1 -1
- includes/Elements/Filterable_Gallery.php +1 -1
- includes/Elements/GravityForms.php +11 -11
- includes/Elements/Info_Box.php +1695 -1694
- includes/Elements/Login_Register.php +1 -1
- includes/Elements/Post_Grid.php +38 -6
- includes/Elements/Post_Timeline.php +33 -0
- includes/Elements/Pricing_Table.php +3 -3
- includes/Elements/Product_Grid.php +3 -0
- includes/Elements/Progress_Bar.php +1 -1
- includes/Elements/Tooltip.php +65 -57
- includes/Extensions/Table_of_Content.php +23 -0
- includes/Template/Eicon-Woocommerce/default.php +14 -2
- includes/Template/Post-Grid/default.php +27 -48
- includes/Template/Post-Timeline/default.php +10 -2
- includes/Traits/Controls.php +24 -0
- includes/Traits/Elements.php +2 -1
- includes/Traits/Helper.php +14 -4
- includes/Traits/Library.php +1 -1
- includes/Traits/Login_Registration.php +4 -0
- includes/Traits/Template_Query.php +14 -2
- languages/essential-addons-for-elementor-lite.pot +283 -271
- readme.txt +19 -1
@@ -67,8 +67,8 @@
|
|
67 |
margin-bottom: 20px;
|
68 |
}
|
69 |
|
70 |
-
.eael-contact-form-7-button-full-width .
|
71 |
-
|
72 |
}
|
73 |
|
74 |
.wpcf7 form > div,
|
67 |
margin-bottom: 20px;
|
68 |
}
|
69 |
|
70 |
+
.eael-contact-form-7-button-full-width .eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1) {
|
71 |
+
display: grid;
|
72 |
}
|
73 |
|
74 |
.wpcf7 form > div,
|
@@ -1 +1 @@
|
|
1 |
-
.eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit{margin-left:auto !important;margin-right:auto !important;display:block;float:none}.eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit{float:left;width:auto}.eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit{float:right;width:auto}.eael-contact-form-7 textarea,.eael-contact-form-7 input[type=text],.eael-contact-form-7 input[type=password],.eael-contact-form-7 input[type=datetime],.eael-contact-form-7 input[type=datetime-local],.eael-contact-form-7 input[type=date],.eael-contact-form-7 input[type=month],.eael-contact-form-7 input[type=time],.eael-contact-form-7 input[type=week],.eael-contact-form-7 input[type=number],.eael-contact-form-7 input[type=email],.eael-contact-form-7 input[type=url],.eael-contact-form-7 input[type=search],.eael-contact-form-7 input[type=tel],.eael-contact-form-7 input[type=color],.eael-contact-form-7 .uneditable-input{-webkit-transition:border linear .2s,box-shadow linear .2s;-webkit-transition:border linear .2s,-webkit-box-shadow linear .2s;transition:border linear .2s,-webkit-box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s,-webkit-box-shadow linear .2s}.eael-contact-form-7 .wpcf7-form::before,.eael-contact-form-7 .wpcf7-form::after{content:" ";clear:both;display:table}.eael-contact-form-7 .wpcf7-form:after{clear:both;content:"";font-size:0;height:0;display:block;visibility:hidden}.eael-contact-form-7.labels-hide .wpcf7-form label{display:none}.eael-contact-form-7-title{margin-bottom:10px}.eael-contact-form-7-description{margin-bottom:20px}.eael-contact-form-7-button-full-width .
|
1 |
+
.eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit{margin-left:auto !important;margin-right:auto !important;display:block;float:none}.eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit{float:left;width:auto}.eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit{float:right;width:auto}.eael-contact-form-7 textarea,.eael-contact-form-7 input[type=text],.eael-contact-form-7 input[type=password],.eael-contact-form-7 input[type=datetime],.eael-contact-form-7 input[type=datetime-local],.eael-contact-form-7 input[type=date],.eael-contact-form-7 input[type=month],.eael-contact-form-7 input[type=time],.eael-contact-form-7 input[type=week],.eael-contact-form-7 input[type=number],.eael-contact-form-7 input[type=email],.eael-contact-form-7 input[type=url],.eael-contact-form-7 input[type=search],.eael-contact-form-7 input[type=tel],.eael-contact-form-7 input[type=color],.eael-contact-form-7 .uneditable-input{-webkit-transition:border linear .2s,box-shadow linear .2s;-webkit-transition:border linear .2s,-webkit-box-shadow linear .2s;transition:border linear .2s,-webkit-box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s,-webkit-box-shadow linear .2s}.eael-contact-form-7 .wpcf7-form::before,.eael-contact-form-7 .wpcf7-form::after{content:" ";clear:both;display:table}.eael-contact-form-7 .wpcf7-form:after{clear:both;content:"";font-size:0;height:0;display:block;visibility:hidden}.eael-contact-form-7.labels-hide .wpcf7-form label{display:none}.eael-contact-form-7-title{margin-bottom:10px}.eael-contact-form-7-description{margin-bottom:20px}.eael-contact-form-7-button-full-width .eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1){display:grid}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:20px}.eael-contact-form-7 .wpcf7-form p{margin-bottom:20px}.eael-contact-form-7 .wpcf7-form p span.wpcf7-form-control-wrap{margin-bottom:0px}.eael-contact-form-7 .wpcf7-form label span.wpcf7-list-item-label{font-family:inherit;font-weight:normal}.eael-contact-form-7 .wpcf7-form p input.wpcf7-submit{font-family:inherit;font-weight:normal;margin-bottom:10px}.eael-contact-form-7 .wpcf7-form p input.wpcf7-submit:focus{outline:unset}.eael-contact-form-7 .wpcf7-form .ajax-loader{display:block;margin:0 auto}.eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1){display:table;margin:0}.eael-contact-form-7-button-align-left .eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1){margin:0}.eael-contact-form-7-button-align-center .eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1){margin:0 auto}.eael-contact-form-7-button-align-right .eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1){margin:0 0 0 auto}
|
@@ -85,4 +85,10 @@
|
|
85 |
.eael-countdown-label-block-mobile .eael-countdown-label {
|
86 |
display: block !important;
|
87 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
}
|
85 |
.eael-countdown-label-block-mobile .eael-countdown-label {
|
86 |
display: block !important;
|
87 |
}
|
88 |
+
|
89 |
+
.eael-countdown-container .eael-countdown-item > div {
|
90 |
+
margin-right: 0px !important;
|
91 |
+
margin-left: 0px !important;
|
92 |
+
padding: 10px;
|
93 |
+
}
|
94 |
}
|
@@ -1 +1 @@
|
|
1 |
-
.eael-countdown-items{list-style:none;margin:0;padding:0;display:table;table-layout:fixed;width:100%}.eael-countdown-items>li{list-style:none;margin:0;padding:0;display:table-cell;position:relative}.eael-countdown-item>div{text-align:center;padding:20px}.eael-countdown-digits{font-size:54px;line-height:1}.eael-countdown-label{font-size:18px;line-height:1;color:#fff}.eael-countdown-show-separator.eael-countdown-separator-solid .eael-countdown-digits::after{content:"|";position:absolute;left:98%;z-index:1}.eael-countdown-show-separator.eael-countdown-separator-dotted .eael-countdown-digits::after{content:":";position:absolute;left:98%;z-index:1}.eael-countdown-item:last-child .eael-countdown-digits::after{display:none}.eael-countdown-items.style-1 .eael-countdown-item>div{background:#262625}@media all and (min-width: 1025px){.eael-countdown-label-block .eael-countdown-digits,.eael-countdown-label-block .eael-countdown-label{display:block;text-align:center}}@media all and (max-width: 1025px){.eael-countdown-label-inline-tablet .eael-countdown-digits,.eael-countdown-label-inline-tablet .eael-countdown-label{display:inline-block !important}.eael-countdown-label-block-tablet .eael-countdown-digits,.eael-countdown-label-block-tablet .eael-countdown-label{display:block !important}}@media all and (max-width: 767px){.eael-countdown-label-inline-mobile .eael-countdown-digits,.eael-countdown-label-inline-mobile .eael-countdown-label{display:inline-block !important}.eael-countdown-label-block-mobile .eael-countdown-digits,.eael-countdown-label-block-mobile .eael-countdown-label{display:block !important}}
|
1 |
+
.eael-countdown-items{list-style:none;margin:0;padding:0;display:table;table-layout:fixed;width:100%}.eael-countdown-items>li{list-style:none;margin:0;padding:0;display:table-cell;position:relative}.eael-countdown-item>div{text-align:center;padding:20px}.eael-countdown-digits{font-size:54px;line-height:1}.eael-countdown-label{font-size:18px;line-height:1;color:#fff}.eael-countdown-show-separator.eael-countdown-separator-solid .eael-countdown-digits::after{content:"|";position:absolute;left:98%;z-index:1}.eael-countdown-show-separator.eael-countdown-separator-dotted .eael-countdown-digits::after{content:":";position:absolute;left:98%;z-index:1}.eael-countdown-item:last-child .eael-countdown-digits::after{display:none}.eael-countdown-items.style-1 .eael-countdown-item>div{background:#262625}@media all and (min-width: 1025px){.eael-countdown-label-block .eael-countdown-digits,.eael-countdown-label-block .eael-countdown-label{display:block;text-align:center}}@media all and (max-width: 1025px){.eael-countdown-label-inline-tablet .eael-countdown-digits,.eael-countdown-label-inline-tablet .eael-countdown-label{display:inline-block !important}.eael-countdown-label-block-tablet .eael-countdown-digits,.eael-countdown-label-block-tablet .eael-countdown-label{display:block !important}}@media all and (max-width: 767px){.eael-countdown-label-inline-mobile .eael-countdown-digits,.eael-countdown-label-inline-mobile .eael-countdown-label{display:inline-block !important}.eael-countdown-label-block-mobile .eael-countdown-digits,.eael-countdown-label-block-mobile .eael-countdown-label{display:block !important}.eael-countdown-container .eael-countdown-item>div{margin-right:0px !important;margin-left:0px !important;padding:10px}}
|
@@ -30,16 +30,34 @@
|
|
30 |
transition: 0.3s;
|
31 |
}
|
32 |
/*--- For Content Alignment ---*/
|
33 |
-
.eael-infobox-content-align-left .eael-infobox .infobox-icon
|
|
|
|
|
|
|
|
|
34 |
.eael-infobox-content-align-left .eael-infobox .infobox-content,
|
35 |
.eael-infobox-content-align-left .eael-infobox .infobox-button {
|
36 |
text-align: left;
|
37 |
}
|
38 |
-
.eael-infobox-content-align-right .eael-infobox .infobox-icon
|
|
|
|
|
|
|
|
|
39 |
.eael-infobox-content-align-right .eael-infobox .infobox-content,
|
40 |
.eael-infobox-content-align-right .eael-infobox .infobox-button {
|
41 |
text-align: right;
|
42 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
.eael-infobox-content-align-center .eael-infobox .infobox-icon,
|
44 |
.eael-infobox-content-align-center .eael-infobox .infobox-content,
|
45 |
.eael-infobox-content-align-center .eael-infobox .infobox-button {
|
@@ -156,7 +174,7 @@
|
|
156 |
.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
|
157 |
background: none;
|
158 |
border: 0px;
|
159 |
-
text-align:
|
160 |
height: auto;
|
161 |
display: block;
|
162 |
}
|
30 |
transition: 0.3s;
|
31 |
}
|
32 |
/*--- For Content Alignment ---*/
|
33 |
+
.eael-infobox-content-align-left .eael-infobox .infobox-icon {
|
34 |
+
-webkit-box-pack: start;
|
35 |
+
-ms-flex-pack: start;
|
36 |
+
justify-content: flex-start;
|
37 |
+
}
|
38 |
.eael-infobox-content-align-left .eael-infobox .infobox-content,
|
39 |
.eael-infobox-content-align-left .eael-infobox .infobox-button {
|
40 |
text-align: left;
|
41 |
}
|
42 |
+
.eael-infobox-content-align-right .eael-infobox .infobox-icon {
|
43 |
+
-webkit-box-pack: end;
|
44 |
+
-ms-flex-pack: end;
|
45 |
+
justify-content: flex-end;
|
46 |
+
}
|
47 |
.eael-infobox-content-align-right .eael-infobox .infobox-content,
|
48 |
.eael-infobox-content-align-right .eael-infobox .infobox-button {
|
49 |
text-align: right;
|
50 |
}
|
51 |
+
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-none .infobox-icon-wrap {
|
52 |
+
-webkit-box-pack: end;
|
53 |
+
-ms-flex-pack: end;
|
54 |
+
justify-content: flex-end;
|
55 |
+
}
|
56 |
+
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-none .infobox-icon-wrap {
|
57 |
+
-webkit-box-pack: start;
|
58 |
+
-ms-flex-pack: start;
|
59 |
+
justify-content: flex-start;
|
60 |
+
}
|
61 |
.eael-infobox-content-align-center .eael-infobox .infobox-icon,
|
62 |
.eael-infobox-content-align-center .eael-infobox .infobox-content,
|
63 |
.eael-infobox-content-align-center .eael-infobox .infobox-button {
|
174 |
.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
|
175 |
background: none;
|
176 |
border: 0px;
|
177 |
+
text-align: center;
|
178 |
height: auto;
|
179 |
display: block;
|
180 |
}
|
@@ -1 +1 @@
|
|
1 |
-
.infobox-icon{height:auto}.infobox-icon .eaa-svg{font-size:40px}.infobox-icon .eaa-svg svg{width:1em;height:1em}.infobox-icon .infobox-icon-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:auto;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.infobox-icon .infobox-icon-wrap i{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-infobox-content-align-left .eael-infobox .infobox-icon
|
1 |
+
.infobox-icon{height:auto}.infobox-icon .eaa-svg{font-size:40px}.infobox-icon .eaa-svg svg{width:1em;height:1em}.infobox-icon .infobox-icon-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:auto;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.infobox-icon .infobox-icon-wrap i{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-infobox-content-align-left .eael-infobox .infobox-icon{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.eael-infobox-content-align-left .eael-infobox .infobox-content,.eael-infobox-content-align-left .eael-infobox .infobox-button{text-align:left}.eael-infobox-content-align-right .eael-infobox .infobox-icon{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.eael-infobox-content-align-right .eael-infobox .infobox-content,.eael-infobox-content-align-right .eael-infobox .infobox-button{text-align:right}.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-none .infobox-icon-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-none .infobox-icon-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.eael-infobox-content-align-center .eael-infobox .infobox-icon,.eael-infobox-content-align-center .eael-infobox .infobox-content,.eael-infobox-content-align-center .eael-infobox .infobox-button{text-align:center}.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap{width:90px;height:90px;text-align:center}.eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap{border-radius:0}.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap{border-radius:15px}.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap{border-radius:50%}.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i,.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i{margin-top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-infobox .infobox-button a.eael-infobox-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.eael-infobox .infobox-button a.eael-infobox-button .eaa-svg{font-size:16px}.eael-infobox .infobox-button a.eael-infobox-button .eaa-svg svg{width:1em;height:1em}.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon,.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon,.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon,.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.eael-infobox.icon-on-left{position:relative;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex}.eael-infobox.icon-on-right .infobox-icon-wrap,.eael-infobox.icon-on-left .infobox-icon-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap{background:none;border:0px;text-align:center;height:auto;display:block}.eael-infobox .infobox-content p{margin:0 0 15px}.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i{margin-top:0px;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.eael-infobox.icon-on-left .infobox-content{padding-left:15px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.eael-infobox.icon-on-left .infobox-content .title{line-height:1;margin:0 0 10px 0}.eael-infobox.icon-on-right{position:relative;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap{background:none;border:0px;text-align:right;width:auto;height:auto;display:block}.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i{margin-top:0px;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.eael-infobox.icon-on-right .infobox-content{padding-right:15px;text-align:right;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.eael-infobox.icon-on-right .infobox-content .title{line-height:1;margin:0 0 10px 0}.eael-infobox .infobox-icon img{-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img{border-radius:0}.eael-infobox-shape-circle .eael-infobox .infobox-icon img,.eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img{border-radius:50%}.eael-infobox-shape-radius .eael-infobox .infobox-icon img,.eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img{border-radius:15px}
|
@@ -428,6 +428,9 @@
|
|
428 |
opacity: 0.6;
|
429 |
}
|
430 |
}
|
|
|
|
|
|
|
431 |
.rtl .eael-lr-form-wrapper.style-2 {
|
432 |
direction: ltr;
|
433 |
}
|
428 |
opacity: 0.6;
|
429 |
}
|
430 |
}
|
431 |
+
.has-illustration .eael-lr-form-wrapper.style-2 {
|
432 |
+
width: 100%;
|
433 |
+
}
|
434 |
.rtl .eael-lr-form-wrapper.style-2 {
|
435 |
direction: ltr;
|
436 |
}
|
@@ -1 +1 @@
|
|
1 |
-
.eael-w-10{width:10%}.eael-w-20{width:20%}.eael-w-25{width:25%}.eael-w-30{width:30%}.eael-w-33{width:33%}.eael-w-40{width:40%}.eael-w-50{width:50%}.eael-w-60{width:60%}.eael-w-66{width:66%}.eael-w-70{width:70%}.eael-w-75{width:75%}.eael-w-80{width:80%}.eael-w-90{width:90%}.eael-w-100{width:100%}.d-none{display:none}.d-ib{display:inline-block}.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.fd-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.fd-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-lr-form-wrapper{width:370px;margin:0 auto;background-color:#fff;padding:35px;border-radius:10px;-webkit-box-shadow:0 0 37.5px 14px rgba(2,8,53,.06);box-shadow:0 0 37.5px 14px rgba(2,8,53,.06)}.eael-lr-form-wrapper.style-2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0;border-radius:0}@media(max-width: 767px){.eael-lr-form-wrapper.style-2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.eael-lr-form-wrapper.style-2 .lr-form-illustration{width:50%;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;z-index:1}@media(max-width: 767px){.eael-lr-form-wrapper.style-2 .lr-form-illustration{padding-bottom:200px}}.eael-lr-form-wrapper.style-2 .lr-form-wrapper{padding:35px;width:370px}.eael-lr-form-wrapper .eael-lr-form-group{margin-bottom:1rem}.eael-lr-form-wrapper .eael-lr-form-group label{display:inline-block;margin-bottom:.5rem}.eael-lr-form-wrapper .eael-lr-form-group label.mark-required{position:relative}.eael-lr-form-wrapper .eael-lr-form-group label.mark-required::after{content:" *";color:red;position:absolute;line-height:0;top:17px;right:-10px}.eael-lr-form-wrapper .eael-lr-form-group .eael-lr-form-control{display:block;width:100%;padding:15px;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #cfcfe8;border-radius:3px;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;outline:none}.eael-lr-form-wrapper .eael-forever-forget{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.9em}.eael-lr-form-wrapper .eael-forever-forget .forget-menot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-lr-form-wrapper .eael-forever-forget .forget-menot label{margin:0 0 0 10px}.eael-lr-form-wrapper .eael-forever-forget .forget-menot,.eael-lr-form-wrapper .eael-forever-forget .forget-pass{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}.eael-lr-form-wrapper .eael-forever-forget .forget-pass{text-align:right}.eael-lr-form-wrapper .eael-lr-password-wrapper{position:relative}.eael-lr-form-wrapper .eael-lr-password-wrapper button{position:absolute;top:0;right:0;height:100%;background:transparent;border:none;color:red}.eael-lr-form-wrapper .eael-lr-btn{background-color:#744ffb;color:#fff;position:relative;overflow:hidden;display:inline-block;vertical-align:top;text-decoration:none;border:none;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;padding:15px;width:130px}.eael-lr-form-wrapper .eael-lr-btn.eael-lr-btn-block{display:block}.eael-lr-form-wrapper .eael-lr-btn.eael-lr-btn-inline{display:inline-block}.eael-lr-form-wrapper .eael-lr-link{display:inline-block}.eael-lr-form-wrapper .eael-sign-wrapper{text-align:center;padding:20px 0 0}.eael-lr-form-wrapper .lr-form-header.header-inline{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-lr-form-wrapper .lr-form-header.header-inline .form-logo{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.eael-lr-form-wrapper .lr-form-header.header-inline .form-dsc{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:15px}.eael-lr-form-wrapper .lr-form-header img{width:100px}.eael-lr-form-wrapper .lr-form-header h4{font-size:18px;font-weight:500;margin-top:0}.eael-lr-form-wrapper .lr-form-header p{font-size:14px}.eael-lr-form-wrapper .eael-form-msg{display:block;width:100%;margin-top:1rem;font-size:1rem;padding:10px 15px;border-top-right-radius:8px;border-bottom-right-radius:8px}.eael-lr-form-wrapper .eael-form-msg.invalid{color:#721c24;background-color:#f8d7da;border-left:3px solid red}.eael-lr-form-wrapper .eael-form-msg.valid{color:#155724;background-color:#d4edda;border-left:3px solid green}.eael-lr-form-wrapper ul,.eael-lr-form-wrapper ol,.eael-lr-form-wrapper .eael-form-msg ul,.eael-lr-form-wrapper .eael-form-msg ol{margin:0;padding-left:30px}.eael-lr-form-wrapper ul li:not(:last-child),.eael-lr-form-wrapper ol li:not(:last-child),.eael-lr-form-wrapper .eael-form-msg ul li:not(:last-child),.eael-lr-form-wrapper .eael-form-msg ol li:not(:last-child){padding-bottom:10px}.eael-lr-form-wrapper .eael_accept_tnc_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-lr-form-wrapper .eael_accept_tnc_wrap .eael-lr-tnc-link{margin-left:5px;display:inline-block}.eael-lr-form-wrapper .eael-recaptcha-wrapper{margin-bottom:1rem}.eael-lr-form-wrapper .eael-lr-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@supports(-webkit-appearance: none) or (-moz-appearance: none){.eael-lr-form-wrapper input[type=checkbox]{--active: #275EFE;--active-inner: #fff;--focus: 0;--border: #b7b7b7;--border-hover: var(--active);--background: #fff;--disabled: #F6F8FF;--disabled-inner: #E1E6F9;-webkit-appearance:none;-moz-appearance:none;height:18px;outline:none;display:inline-block;vertical-align:top;position:relative;top:2px;margin:0;cursor:pointer;border:2px solid var(--bc, var(--border));background:var(--b, var(--background));-webkit-transition:background .3s,border-color .3s,-webkit-box-shadow .2s;transition:background .3s,border-color .3s,-webkit-box-shadow .2s;-o-transition:background .3s,border-color .3s,box-shadow .2s;transition:background .3s,border-color .3s,box-shadow .2s;transition:background .3s,border-color .3s,box-shadow .2s,-webkit-box-shadow .2s}.eael-lr-form-wrapper input[type=checkbox]:after{content:"";display:block;left:0;top:0;position:absolute;-webkit-transition:opacity var(--d-o, 0.2s),-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);transition:opacity var(--d-o, 0.2s),-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);-o-transition:transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s);transition:transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s);transition:transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s),-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease)}.eael-lr-form-wrapper input[type=checkbox]:before{content:none}.eael-lr-form-wrapper input[type=checkbox]:checked{--b: var(--active);--bc: var(--active);--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2)}.eael-lr-form-wrapper input[type=checkbox]:checked:before{content:none}.eael-lr-form-wrapper input[type=checkbox]:disabled{--b: var(--disabled);cursor:not-allowed;opacity:.9}.eael-lr-form-wrapper input[type=checkbox]:disabled:checked{--b: var(--disabled-inner);--bc: var(--border)}.eael-lr-form-wrapper input[type=checkbox]:disabled+label{cursor:not-allowed}.eael-lr-form-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled){--bc: var(--border-hover)}.eael-lr-form-wrapper input[type=checkbox]:focus{-webkit-box-shadow:0 0 0 var(--focus);box-shadow:0 0 0 var(--focus)}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle){width:18px !important}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):after{opacity:var(--o, 0)}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):checked{--o: 1}.eael-lr-form-wrapper input[type=checkbox]+label{font-size:14px;line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle){border-radius:3px}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:5px;top:1px;-webkit-transform:rotate(var(--r, 20deg));-ms-transform:rotate(var(--r, 20deg));transform:rotate(var(--r, 20deg))}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):checked{--r: 43deg}.eael-lr-form-wrapper input[type=checkbox].lr-toggle{width:31px !important;border-radius:11px;border-width:1px}.eael-lr-form-wrapper input[type=checkbox].lr-toggle:after{left:2px;top:2px;border-radius:50%;width:12px;height:12px;background:var(--ab, var(--border));-webkit-transform:translateX(var(--x, 0));-ms-transform:translateX(var(--x, 0));transform:translateX(var(--x, 0))}.eael-lr-form-wrapper input[type=checkbox].lr-toggle:checked{--ab: var(--active-inner);--x: 13px}.eael-lr-form-wrapper input[type=checkbox].lr-toggle:disabled:not(:checked):after{opacity:.6}}.rtl .eael-lr-form-wrapper.style-2{direction:ltr}.rtl .eael-lr-form-wrapper .lr-form-header.header-inline{direction:ltr}
|
1 |
+
.eael-w-10{width:10%}.eael-w-20{width:20%}.eael-w-25{width:25%}.eael-w-30{width:30%}.eael-w-33{width:33%}.eael-w-40{width:40%}.eael-w-50{width:50%}.eael-w-60{width:60%}.eael-w-66{width:66%}.eael-w-70{width:70%}.eael-w-75{width:75%}.eael-w-80{width:80%}.eael-w-90{width:90%}.eael-w-100{width:100%}.d-none{display:none}.d-ib{display:inline-block}.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.fd-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.fd-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-lr-form-wrapper{width:370px;margin:0 auto;background-color:#fff;padding:35px;border-radius:10px;-webkit-box-shadow:0 0 37.5px 14px rgba(2,8,53,.06);box-shadow:0 0 37.5px 14px rgba(2,8,53,.06)}.eael-lr-form-wrapper.style-2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0;border-radius:0}@media(max-width: 767px){.eael-lr-form-wrapper.style-2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.eael-lr-form-wrapper.style-2 .lr-form-illustration{width:50%;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;z-index:1}@media(max-width: 767px){.eael-lr-form-wrapper.style-2 .lr-form-illustration{padding-bottom:200px}}.eael-lr-form-wrapper.style-2 .lr-form-wrapper{padding:35px;width:370px}.eael-lr-form-wrapper .eael-lr-form-group{margin-bottom:1rem}.eael-lr-form-wrapper .eael-lr-form-group label{display:inline-block;margin-bottom:.5rem}.eael-lr-form-wrapper .eael-lr-form-group label.mark-required{position:relative}.eael-lr-form-wrapper .eael-lr-form-group label.mark-required::after{content:" *";color:red;position:absolute;line-height:0;top:17px;right:-10px}.eael-lr-form-wrapper .eael-lr-form-group .eael-lr-form-control{display:block;width:100%;padding:15px;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #cfcfe8;border-radius:3px;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;outline:none}.eael-lr-form-wrapper .eael-forever-forget{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.9em}.eael-lr-form-wrapper .eael-forever-forget .forget-menot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-lr-form-wrapper .eael-forever-forget .forget-menot label{margin:0 0 0 10px}.eael-lr-form-wrapper .eael-forever-forget .forget-menot,.eael-lr-form-wrapper .eael-forever-forget .forget-pass{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}.eael-lr-form-wrapper .eael-forever-forget .forget-pass{text-align:right}.eael-lr-form-wrapper .eael-lr-password-wrapper{position:relative}.eael-lr-form-wrapper .eael-lr-password-wrapper button{position:absolute;top:0;right:0;height:100%;background:transparent;border:none;color:red}.eael-lr-form-wrapper .eael-lr-btn{background-color:#744ffb;color:#fff;position:relative;overflow:hidden;display:inline-block;vertical-align:top;text-decoration:none;border:none;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;padding:15px;width:130px}.eael-lr-form-wrapper .eael-lr-btn.eael-lr-btn-block{display:block}.eael-lr-form-wrapper .eael-lr-btn.eael-lr-btn-inline{display:inline-block}.eael-lr-form-wrapper .eael-lr-link{display:inline-block}.eael-lr-form-wrapper .eael-sign-wrapper{text-align:center;padding:20px 0 0}.eael-lr-form-wrapper .lr-form-header.header-inline{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-lr-form-wrapper .lr-form-header.header-inline .form-logo{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.eael-lr-form-wrapper .lr-form-header.header-inline .form-dsc{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:15px}.eael-lr-form-wrapper .lr-form-header img{width:100px}.eael-lr-form-wrapper .lr-form-header h4{font-size:18px;font-weight:500;margin-top:0}.eael-lr-form-wrapper .lr-form-header p{font-size:14px}.eael-lr-form-wrapper .eael-form-msg{display:block;width:100%;margin-top:1rem;font-size:1rem;padding:10px 15px;border-top-right-radius:8px;border-bottom-right-radius:8px}.eael-lr-form-wrapper .eael-form-msg.invalid{color:#721c24;background-color:#f8d7da;border-left:3px solid red}.eael-lr-form-wrapper .eael-form-msg.valid{color:#155724;background-color:#d4edda;border-left:3px solid green}.eael-lr-form-wrapper ul,.eael-lr-form-wrapper ol,.eael-lr-form-wrapper .eael-form-msg ul,.eael-lr-form-wrapper .eael-form-msg ol{margin:0;padding-left:30px}.eael-lr-form-wrapper ul li:not(:last-child),.eael-lr-form-wrapper ol li:not(:last-child),.eael-lr-form-wrapper .eael-form-msg ul li:not(:last-child),.eael-lr-form-wrapper .eael-form-msg ol li:not(:last-child){padding-bottom:10px}.eael-lr-form-wrapper .eael_accept_tnc_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-lr-form-wrapper .eael_accept_tnc_wrap .eael-lr-tnc-link{margin-left:5px;display:inline-block}.eael-lr-form-wrapper .eael-recaptcha-wrapper{margin-bottom:1rem}.eael-lr-form-wrapper .eael-lr-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@supports(-webkit-appearance: none) or (-moz-appearance: none){.eael-lr-form-wrapper input[type=checkbox]{--active: #275EFE;--active-inner: #fff;--focus: 0;--border: #b7b7b7;--border-hover: var(--active);--background: #fff;--disabled: #F6F8FF;--disabled-inner: #E1E6F9;-webkit-appearance:none;-moz-appearance:none;height:18px;outline:none;display:inline-block;vertical-align:top;position:relative;top:2px;margin:0;cursor:pointer;border:2px solid var(--bc, var(--border));background:var(--b, var(--background));-webkit-transition:background .3s,border-color .3s,-webkit-box-shadow .2s;transition:background .3s,border-color .3s,-webkit-box-shadow .2s;-o-transition:background .3s,border-color .3s,box-shadow .2s;transition:background .3s,border-color .3s,box-shadow .2s;transition:background .3s,border-color .3s,box-shadow .2s,-webkit-box-shadow .2s}.eael-lr-form-wrapper input[type=checkbox]:after{content:"";display:block;left:0;top:0;position:absolute;-webkit-transition:opacity var(--d-o, 0.2s),-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);transition:opacity var(--d-o, 0.2s),-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);-o-transition:transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s);transition:transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s);transition:transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s),-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease)}.eael-lr-form-wrapper input[type=checkbox]:before{content:none}.eael-lr-form-wrapper input[type=checkbox]:checked{--b: var(--active);--bc: var(--active);--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2)}.eael-lr-form-wrapper input[type=checkbox]:checked:before{content:none}.eael-lr-form-wrapper input[type=checkbox]:disabled{--b: var(--disabled);cursor:not-allowed;opacity:.9}.eael-lr-form-wrapper input[type=checkbox]:disabled:checked{--b: var(--disabled-inner);--bc: var(--border)}.eael-lr-form-wrapper input[type=checkbox]:disabled+label{cursor:not-allowed}.eael-lr-form-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled){--bc: var(--border-hover)}.eael-lr-form-wrapper input[type=checkbox]:focus{-webkit-box-shadow:0 0 0 var(--focus);box-shadow:0 0 0 var(--focus)}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle){width:18px !important}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):after{opacity:var(--o, 0)}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):checked{--o: 1}.eael-lr-form-wrapper input[type=checkbox]+label{font-size:14px;line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle){border-radius:3px}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:5px;top:1px;-webkit-transform:rotate(var(--r, 20deg));-ms-transform:rotate(var(--r, 20deg));transform:rotate(var(--r, 20deg))}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):checked{--r: 43deg}.eael-lr-form-wrapper input[type=checkbox].lr-toggle{width:31px !important;border-radius:11px;border-width:1px}.eael-lr-form-wrapper input[type=checkbox].lr-toggle:after{left:2px;top:2px;border-radius:50%;width:12px;height:12px;background:var(--ab, var(--border));-webkit-transform:translateX(var(--x, 0));-ms-transform:translateX(var(--x, 0));transform:translateX(var(--x, 0))}.eael-lr-form-wrapper input[type=checkbox].lr-toggle:checked{--ab: var(--active-inner);--x: 13px}.eael-lr-form-wrapper input[type=checkbox].lr-toggle:disabled:not(:checked):after{opacity:.6}}.has-illustration .eael-lr-form-wrapper.style-2{width:100%}.rtl .eael-lr-form-wrapper.style-2{direction:ltr}.rtl .eael-lr-form-wrapper .lr-form-header.header-inline{direction:ltr}
|
@@ -133,33 +133,15 @@
|
|
133 |
/*--- Alignments ---*/
|
134 |
|
135 |
.eael-tooltip-align-left {
|
136 |
-
|
137 |
-
display: -ms-flexbox;
|
138 |
-
display: flex;
|
139 |
-
width: 100%;
|
140 |
-
-webkit-box-pack: start;
|
141 |
-
-ms-flex-pack: start;
|
142 |
-
justify-content: flex-start;
|
143 |
}
|
144 |
|
145 |
.eael-tooltip-align-right {
|
146 |
-
|
147 |
-
display: -ms-flexbox;
|
148 |
-
display: flex;
|
149 |
-
width: 100%;
|
150 |
-
-webkit-box-pack: end;
|
151 |
-
-ms-flex-pack: end;
|
152 |
-
justify-content: flex-end;
|
153 |
}
|
154 |
|
155 |
.eael-tooltip-align-center {
|
156 |
-
|
157 |
-
display: -ms-flexbox;
|
158 |
-
display: flex;
|
159 |
-
width: 100%;
|
160 |
-
-webkit-box-pack: center;
|
161 |
-
-ms-flex-pack: center;
|
162 |
-
justify-content: center;
|
163 |
}
|
164 |
|
165 |
.eael-tooltip-align-justify .eael-tooltip {
|
@@ -174,6 +156,58 @@
|
|
174 |
align-items: center;
|
175 |
}
|
176 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
/*--- Tooltip Keyframes ---*/
|
178 |
|
179 |
@-webkit-keyframes tooltipRightIn {
|
133 |
/*--- Alignments ---*/
|
134 |
|
135 |
.eael-tooltip-align-left {
|
136 |
+
text-align: left;
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
}
|
138 |
|
139 |
.eael-tooltip-align-right {
|
140 |
+
text-align: right;
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
}
|
142 |
|
143 |
.eael-tooltip-align-center {
|
144 |
+
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
}
|
146 |
|
147 |
.eael-tooltip-align-justify .eael-tooltip {
|
156 |
align-items: center;
|
157 |
}
|
158 |
|
159 |
+
@media (min-width: 481px) and (max-width: 960px) {
|
160 |
+
.eael-tooltip-align-tablet-left {
|
161 |
+
text-align: left;
|
162 |
+
}
|
163 |
+
|
164 |
+
.eael-tooltip-align-tablet-right {
|
165 |
+
text-align: right;
|
166 |
+
}
|
167 |
+
|
168 |
+
.eael-tooltip-align-tablet-center {
|
169 |
+
text-align: center;
|
170 |
+
}
|
171 |
+
|
172 |
+
.eael-tooltip-align-tablet-justify .eael-tooltip {
|
173 |
+
display: -webkit-box;
|
174 |
+
display: -ms-flexbox;
|
175 |
+
display: flex;
|
176 |
+
-webkit-box-pack: center;
|
177 |
+
-ms-flex-pack: center;
|
178 |
+
justify-content: center;
|
179 |
+
-webkit-box-align: center;
|
180 |
+
-ms-flex-align: center;
|
181 |
+
align-items: center;
|
182 |
+
}
|
183 |
+
}
|
184 |
+
|
185 |
+
@media (max-width: 480px) {
|
186 |
+
.eael-tooltip-align-mobile-left {
|
187 |
+
text-align: left;
|
188 |
+
}
|
189 |
+
|
190 |
+
.eael-tooltip-align-mobile-right {
|
191 |
+
text-align: right;
|
192 |
+
}
|
193 |
+
|
194 |
+
.eael-tooltip-align-mobile-center {
|
195 |
+
text-align: center;
|
196 |
+
}
|
197 |
+
|
198 |
+
.eael-tooltip-align-mobile-justify .eael-tooltip {
|
199 |
+
display: -webkit-box;
|
200 |
+
display: -ms-flexbox;
|
201 |
+
display: flex;
|
202 |
+
-webkit-box-pack: center;
|
203 |
+
-ms-flex-pack: center;
|
204 |
+
justify-content: center;
|
205 |
+
-webkit-box-align: center;
|
206 |
+
-ms-flex-align: center;
|
207 |
+
align-items: center;
|
208 |
+
}
|
209 |
+
}
|
210 |
+
|
211 |
/*--- Tooltip Keyframes ---*/
|
212 |
|
213 |
@-webkit-keyframes tooltipRightIn {
|
@@ -1 +1 @@
|
|
1 |
-
.eael-tooltip{position:relative;display:inline-block;min-width:150px;padding:12px 24px;font-size:.93rem;color:#333;line-height:1;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-tooltip .eael-tooltip-text{display:block;width:100%;visibility:hidden;background-color:#000;color:#fff;border-radius:4px;padding:10px;position:absolute;z-index:1;font-size:.93rem;line-height:1.3}.eael-tooltip .eael-tooltip-text p{margin:0}.eael-tooltip .eael-tooltip-text::after{content:"";position:absolute;border-width:5px;border-style:solid}.eael-tooltip:hover .eael-tooltip-text{visibility:visible}.eael-tooltip .eael-tooltip-text.eael-tooltip-left{top:50%;right:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-right:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left{-webkit-animation:tooltipLeftIn 300ms ease-in-out;animation:tooltipLeftIn 300ms ease-in-out}.eael-tooltip .eael-tooltip-text.eael-tooltip-left::after{top:calc(50% - 5px);left:100%;border-color:transparent transparent transparent #000}.eael-tooltip .eael-tooltip-text.eael-tooltip-right{top:50%;left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin-left:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right{-webkit-animation:tooltipRightIn 300ms linear;animation:tooltipRightIn 300ms linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-right::after{top:calc(50% - 5px);right:100%;border-color:transparent #000 transparent transparent}.eael-tooltip .eael-tooltip-text.eael-tooltip-top{bottom:calc(100%);left:0;right:0;margin:0 auto 10px auto}.eael-tooltip .eael-tooltip-text.eael-tooltip-top::after{margin-top:0px;top:100%;left:calc( 50% - 5px);border-color:#000 transparent transparent transparent}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top{-webkit-animation:tooltipTopIn 300ms linear;animation:tooltipTopIn 300ms linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom{top:100%;left:0;right:0;margin:10px auto 0px auto}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after{margin-top:0px;bottom:100%;left:calc( 50% - 5px);border-color:transparent transparent #000 transparent}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom{-webkit-animation:tooltipBottomIn 300ms linear;animation:tooltipBottomIn 300ms linear}.eael-tooltip-align-left{display:-webkit-box;display:-ms-flexbox;display:flex
|
1 |
+
.eael-tooltip{position:relative;display:inline-block;min-width:150px;padding:12px 24px;font-size:.93rem;color:#333;line-height:1;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-tooltip .eael-tooltip-text{display:block;width:100%;visibility:hidden;background-color:#000;color:#fff;border-radius:4px;padding:10px;position:absolute;z-index:1;font-size:.93rem;line-height:1.3}.eael-tooltip .eael-tooltip-text p{margin:0}.eael-tooltip .eael-tooltip-text::after{content:"";position:absolute;border-width:5px;border-style:solid}.eael-tooltip:hover .eael-tooltip-text{visibility:visible}.eael-tooltip .eael-tooltip-text.eael-tooltip-left{top:50%;right:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-right:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left{-webkit-animation:tooltipLeftIn 300ms ease-in-out;animation:tooltipLeftIn 300ms ease-in-out}.eael-tooltip .eael-tooltip-text.eael-tooltip-left::after{top:calc(50% - 5px);left:100%;border-color:transparent transparent transparent #000}.eael-tooltip .eael-tooltip-text.eael-tooltip-right{top:50%;left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin-left:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right{-webkit-animation:tooltipRightIn 300ms linear;animation:tooltipRightIn 300ms linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-right::after{top:calc(50% - 5px);right:100%;border-color:transparent #000 transparent transparent}.eael-tooltip .eael-tooltip-text.eael-tooltip-top{bottom:calc(100%);left:0;right:0;margin:0 auto 10px auto}.eael-tooltip .eael-tooltip-text.eael-tooltip-top::after{margin-top:0px;top:100%;left:calc( 50% - 5px);border-color:#000 transparent transparent transparent}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top{-webkit-animation:tooltipTopIn 300ms linear;animation:tooltipTopIn 300ms linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom{top:100%;left:0;right:0;margin:10px auto 0px auto}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after{margin-top:0px;bottom:100%;left:calc( 50% - 5px);border-color:transparent transparent #000 transparent}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom{-webkit-animation:tooltipBottomIn 300ms linear;animation:tooltipBottomIn 300ms linear}.eael-tooltip-align-left{text-align:left}.eael-tooltip-align-right{text-align:right}.eael-tooltip-align-center{text-align:center}.eael-tooltip-align-justify .eael-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 481px)and (max-width: 960px){.eael-tooltip-align-tablet-left{text-align:left}.eael-tooltip-align-tablet-right{text-align:right}.eael-tooltip-align-tablet-center{text-align:center}.eael-tooltip-align-tablet-justify .eael-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media(max-width: 480px){.eael-tooltip-align-mobile-left{text-align:left}.eael-tooltip-align-mobile-right{text-align:right}.eael-tooltip-align-mobile-center{text-align:center}.eael-tooltip-align-mobile-justify .eael-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@-webkit-keyframes tooltipRightIn{0%{opacity:0;left:105%}100%{opacity:1;left:100%}}@keyframes tooltipRightIn{0%{opacity:0;left:105%}100%{opacity:1;left:100%}}@-webkit-keyframes tooltipLeftIn{0%{opacity:0;right:105%}100%{opacity:1;right:100%}}@keyframes tooltipLeftIn{0%{opacity:0;right:105%}100%{opacity:1;right:100%}}@-webkit-keyframes tooltipTopIn{0%{opacity:0;bottom:110%}100%{opacity:1;bottom:100%}}@keyframes tooltipTopIn{0%{opacity:0;bottom:110%}100%{opacity:1;bottom:100%}}@-webkit-keyframes tooltipBottomIn{0%{opacity:0;top:110%}100%{opacity:1;top:100%}}@keyframes tooltipBottomIn{0%{opacity:0;top:110%}100%{opacity:1;top:100%}}span.eael-tooltip-content,span.eael-tooltip-content a{width:100%;display:block;text-align:center}.eael-tooltip-text-align-left .eael-tooltip-text,.eael-tooltip-text-align-left .eael-tooltip-content a{text-align:left}.eael-tooltip-text-align-right .eael-tooltip-text,.eael-tooltip-text-align-right .eael-tooltip-content a{text-align:right}.eael-tooltip-text-align-center .eael-tooltip-text,.eael-tooltip-text-align-center .eael-tooltip-content a{text-align:center}.eael-tooltip-text-align-justify .eael-tooltip-text,.eael-tooltip-text-align-justify .eael-tooltip-content a{text-align:justify}
|
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar advancedDataTableEdit = /*#__PURE__*/function () {\n function advancedDataTableEdit() {\n _classCallCheck(this, advancedDataTableEdit);\n\n // class props\n this.panel = null;\n this.model = null;\n this.view = null;\n this.table = null;\n this.timeout = null;\n this.activeCell = null;\n this.dragStartX = null;\n this.dragStartWidth = null;\n this.dragEl = null;\n this.dragging = false; // register hooks\n\n ea.hooks.addFilter(\"advancedDataTable.getClassProps\", \"ea\", this.getClassProps.bind(this));\n ea.hooks.addFilter(\"advancedDataTable.setClassProps\", \"ea\", this.setClassProps.bind(this));\n ea.hooks.addFilter(\"advancedDataTable.parseHTML\", \"ea\", this.parseHTML);\n ea.hooks.addAction(\"advancedDataTable.initEditor\", \"ea\", this.initEditor.bind(this));\n ea.hooks.addAction(\"advancedDataTable.updateFromView\", \"ea\", this.updateFromView.bind(this));\n ea.hooks.addAction(\"advancedDataTable.initInlineEdit\", \"ea\", this.initInlineEdit.bind(this));\n ea.hooks.addAction(\"advancedDataTable.initPanelAction\", \"ea\", this.initPanelAction.bind(this));\n elementor.hooks.addFilter(\"elements/widget/contextMenuGroups\", this.initContextMenu);\n elementor.hooks.addAction(\"panel/open_editor/widget/eael-advanced-data-table\", this.initPanel.bind(this));\n } // update model from view\n\n\n _createClass(advancedDataTableEdit, [{\n key: \"updateFromView\",\n value: function updateFromView(view, value) {\n var refresh = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n var model = view.model; // disable elementor remote server render\n\n model.remoteRender = refresh;\n\n if (elementor.config.version > \"2.7.6\") {\n var container = view.getContainer();\n var settings = view.getContainer().settings.attributes;\n Object.keys(value).forEach(function (key) {\n settings[key] = value[key];\n });\n parent.window.$e.run(\"document/elements/settings\", {\n container: container,\n settings: settings,\n options: {\n external: refresh\n }\n });\n } else {\n // update backbone model\n Object.keys(value).forEach(function (key) {\n model.setSetting(key, value[key]);\n });\n } // enable elementor remote server render just after elementor throttle\n // ignore multiple assign\n\n\n this.timeout = setTimeout(function () {\n model.remoteRender = true;\n }, 1001);\n } // get class properties\n\n }, {\n key: \"getClassProps\",\n value: function getClassProps() {\n return {\n view: this.view,\n model: this.model,\n table: this.table,\n activeCell: this.activeCell\n };\n } // get class properties\n\n }, {\n key: \"setClassProps\",\n value: function setClassProps(props) {\n var _this = this;\n\n Object.keys(props).forEach(function (key) {\n _this[key] = props[key];\n });\n } // parse table html\n\n }, {\n key: \"parseHTML\",\n value: function parseHTML(tableHTML) {\n tableHTML.querySelectorAll(\"th, td\").forEach(function (el) {\n if (el.querySelector(\".inline-editor\") !== null) {\n el.innerHTML = decodeURI(el.dataset.quill || \"\");\n delete el.dataset.quill;\n }\n });\n return tableHTML;\n } // init editor\n\n }, {\n key: \"initEditor\",\n value: function initEditor(cell) {\n var _this2 = this;\n\n // init value\n cell.dataset.quill = encodeURI(cell.innerHTML); // insert editor dom\n\n cell.innerHTML = \"<div class=\\\"inline-editor\\\">\".concat(cell.innerHTML, \"</div>\"); // init quill\n\n var quill = new Quill(cell.querySelector(\".inline-editor\"), {\n theme: \"bubble\",\n modules: {\n toolbar: [\"bold\", \"italic\", \"underline\", \"strike\", \"link\", {\n list: \"ordered\"\n }, {\n list: \"bullet\"\n }]\n }\n }); // bind change\n\n quill.on(\"text-change\", function (delta, oldDelta, source) {\n clearTimeout(_this2.timeout); // update data\n\n cell.dataset.quill = encodeURI(quill.root.innerHTML); // parse table html\n\n var origTable = _this2.parseHTML(_this2.table.cloneNode(true)); // update table\n\n\n _this2.updateFromView(_this2.view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n });\n } // init inline editing features\n\n }, {\n key: \"initInlineEdit\",\n value: function initInlineEdit() {\n var _this3 = this;\n\n var interval = setInterval(function () {\n if (_this3.view.el.querySelector(\".ea-advanced-data-table\")) {\n // init table\n if (_this3.table !== _this3.view.el.querySelector(\".ea-advanced-data-table\")) {\n _this3.table = _this3.view.el.querySelector(\".ea-advanced-data-table\"); // iniline editor\n\n if (_this3.table.classList.contains(\"ea-advanced-data-table-static\")) {\n _this3.table.querySelectorAll(\"th, td\").forEach(function (cell) {\n _this3.initEditor(cell);\n });\n } // mousedown\n\n\n _this3.table.addEventListener(\"mousedown\", function (e) {\n e.stopPropagation();\n\n if (e.target.tagName.toLowerCase() === \"th\") {\n _this3.dragging = true;\n _this3.dragEl = e.target;\n _this3.dragStartX = e.pageX;\n _this3.dragStartWidth = e.target.offsetWidth;\n }\n\n if (e.target.tagName.toLowerCase() === \"th\" || e.target.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target;\n } else if (e.target.parentNode.tagName.toLowerCase() === \"th\" || e.target.parentNode.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target.parentNode;\n } else if (e.target.parentNode.parentNode.tagName.toLowerCase() === \"th\" || e.target.parentNode.parentNode.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target.parentNode.parentNode;\n } else if (e.target.parentNode.parentNode.parentNode.tagName.toLowerCase() === \"th\" || e.target.parentNode.parentNode.parentNode.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target.parentNode.parentNode.parentNode;\n }\n }); // mousemove\n\n\n _this3.table.addEventListener(\"mousemove\", function (e) {\n if (_this3.dragging) {\n _this3.dragEl.style.width = \"\".concat(_this3.dragStartWidth + (event.pageX - _this3.dragStartX), \"px\");\n }\n }); // mouseup\n\n\n _this3.table.addEventListener(\"mouseup\", function (e) {\n if (_this3.dragging) {\n _this3.dragging = false;\n clearTimeout(_this3.timeout);\n\n if (_this3.table.classList.contains(\"ea-advanced-data-table-static\")) {\n // parse table html\n var origTable = _this3.parseHTML(_this3.table.cloneNode(true)); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n } else {\n // th width store\n var widths = []; // collect width of th\n\n _this3.table.querySelectorAll(\"th\").forEach(function (el, index) {\n widths[index] = el.style.width;\n }); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_dynamic_th_width: widths\n });\n }\n }\n }); // clear style\n\n\n _this3.table.addEventListener(\"dblclick\", function (e) {\n if (e.target.tagName.toLowerCase() === \"th\") {\n e.stopPropagation();\n clearTimeout(_this3.timeout);\n\n if (_this3.table.classList.contains(\"ea-advanced-data-table-static\")) {\n // parse table html\n var origTable = _this3.parseHTML(_this3.table.cloneNode(true)); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n } else {\n // th width store\n var widths = []; // collect width of th\n\n _this3.table.querySelectorAll(\"th\").forEach(function (el, index) {\n widths[index] = el.style.width;\n }); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_dynamic_th_width: widths\n });\n }\n }\n });\n }\n\n clearInterval(interval);\n }\n }, 500);\n } // panel action\n\n }, {\n key: \"initPanelAction\",\n value: function initPanelAction() {\n var _this4 = this;\n\n this.panel.content.el.onclick = function (event) {\n if (event.target.dataset.event == \"ea:advTable:export\") {\n // export\n var rows = _this4.table.querySelectorAll(\"table tr\");\n\n var csv = []; // generate csv\n\n for (var i = 0; i < rows.length; i++) {\n var row = [];\n\n var _cols = rows[i].querySelectorAll(\"th, td\");\n\n if (_this4.table.classList.contains(\"ea-advanced-data-table-static\")) {\n for (var j = 0; j < _cols.length; j++) {\n row.push(JSON.stringify(decodeURI(_cols[j].dataset.quill)));\n }\n } else {\n for (var _j = 0; _j < _cols.length; _j++) {\n row.push(JSON.stringify(_cols[_j].innerHTML.replace(/(\\r\\n|\\n|\\r)/gm, \" \").trim()));\n }\n }\n\n csv.push(row.join(\",\"));\n } // download\n\n\n var csv_file = new Blob([csv.join(\"\\n\")], {\n type: \"text/csv\"\n });\n var downloadLink = parent.document.createElement(\"a\");\n downloadLink.classList.add(\"ea-adv-data-table-download-\".concat(_this4.model.attributes.id));\n downloadLink.download = \"ea-adv-data-table-\".concat(_this4.model.attributes.id, \".csv\");\n downloadLink.href = window.URL.createObjectURL(csv_file);\n downloadLink.style.display = \"none\";\n parent.document.body.appendChild(downloadLink);\n downloadLink.click();\n parent.document.querySelector(\".ea-adv-data-table-download-\".concat(_this4.model.attributes.id)).remove();\n } else if (event.target.dataset.event == \"ea:advTable:import\") {\n // import\n var textarea = _this4.panel.content.el.querySelector(\".ea_adv_table_csv_string\");\n\n var enableHeader = _this4.panel.content.el.querySelector(\".ea_adv_table_csv_string_table\").checked;\n\n var csletr = textarea.value.split(\"\\n\");\n var header = \"\";\n var body = \"\";\n\n if (textarea.value.length > 0) {\n body += \"<tbody>\";\n csletr.forEach(function (row, index) {\n if (row.length > 0) {\n cols = row.match(/(\"(?:[^\"\\\\]|\\\\.)*\"|[^\",\"]+)/gm);\n\n if (cols.length > 0) {\n if (enableHeader && index == 0) {\n header += \"<thead><tr>\";\n cols.forEach(function (col) {\n if (col.match(/(^\"\")|(^\")|(\"$)|(\"\"$)/g)) {\n header += \"<th>\".concat(JSON.parse(col), \"</th>\");\n } else {\n header += \"<th>\".concat(col, \"</th>\");\n }\n });\n header += \"</tr></thead>\";\n } else {\n body += \"<tr>\";\n cols.forEach(function (col) {\n if (col.match(/(^\"\")|(^\")|(\"$)|(\"\"$)/g)) {\n body += \"<td>\".concat(JSON.parse(col), \"</td>\");\n } else {\n body += \"<td>\".concat(col, \"</td>\");\n }\n });\n body += \"</tr>\";\n }\n }\n }\n });\n body += \"</tbody>\";\n\n if (header.length > 0 || body.length > 0) {\n _this4.updateFromView(_this4.view, {\n ea_adv_data_table_static_html: header + body\n }, true); // init inline edit\n\n\n var interval = setInterval(function () {\n if (_this4.view.el.querySelector(\".ea-advanced-data-table\").innerHTML == header + body) {\n clearInterval(interval);\n ea.hooks.doAction(\"advancedDataTable.initInlineEdit\");\n }\n }, 500);\n }\n }\n\n textarea.value = \"\";\n }\n\n ea.hooks.doAction(\"advancedDataTable.panelAction\", _this4.panel, _this4.model, _this4.view, event);\n };\n } // init panel\n\n }, {\n key: \"initPanel\",\n value: function initPanel(panel, model, view) {\n var _this5 = this;\n\n this.panel = panel;\n this.model = model;\n this.view = view; // init inline edit\n\n ea.hooks.doAction(\"advancedDataTable.initInlineEdit\"); // init panel action\n\n ea.hooks.doAction(\"advancedDataTable.initPanelAction\"); // after panel init hook\n\n ea.hooks.doAction(\"advancedDataTable.afterInitPanel\", panel, model, view);\n model.once(\"editor:close\", function () {\n // parse table html\n var origTable = _this5.parseHTML(_this5.table.cloneNode(true)); // update table\n\n\n _this5.updateFromView(_this5.view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n }, true);\n });\n } // context menu\n\n }, {\n key: \"initContextMenu\",\n value: function initContextMenu(groups, element) {\n if (element.options.model.attributes.widgetType == \"eael-advanced-data-table\" && element.options.model.attributes.settings.attributes.ea_adv_data_table_source == \"static\") {\n groups.push({\n name: \"ea_advanced_data_table\",\n actions: [{\n name: \"add_row_above\",\n title: \"Add Row Above\",\n callback: function callback() {\n var _ea$hooks$applyFilter = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter.view,\n table = _ea$hooks$applyFilter.table,\n activeCell = _ea$hooks$applyFilter.activeCell;\n\n if (activeCell !== null && activeCell.tagName.toLowerCase() != \"th\") {\n var index = activeCell.parentNode.rowIndex;\n var row = table.insertRow(index); // insert cells in row\n\n for (var i = 0; i < table.rows[0].cells.length; i++) {\n var cell = row.insertCell(i); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"add_row_below\",\n title: \"Add Row Below\",\n callback: function callback() {\n var _ea$hooks$applyFilter2 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter2.view,\n table = _ea$hooks$applyFilter2.table,\n activeCell = _ea$hooks$applyFilter2.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.parentNode.rowIndex + 1;\n var row = table.insertRow(index);\n\n for (var i = 0; i < table.rows[0].cells.length; i++) {\n var cell = row.insertCell(i); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"add_column_left\",\n title: \"Add Column Left\",\n callback: function callback() {\n var _ea$hooks$applyFilter3 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter3.view,\n table = _ea$hooks$applyFilter3.table,\n activeCell = _ea$hooks$applyFilter3.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.cellIndex;\n\n for (var i = 0; i < table.rows.length; i++) {\n if (table.rows[i].cells[0].tagName.toLowerCase() == \"th\") {\n var cell = table.rows[i].insertBefore(document.createElement(\"th\"), table.rows[i].cells[index]); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } else {\n var _cell = table.rows[i].insertCell(index); // init inline editor\n\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", _cell);\n }\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"add_column_right\",\n title: \"Add Column Right\",\n callback: function callback() {\n var _ea$hooks$applyFilter4 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter4.view,\n table = _ea$hooks$applyFilter4.table,\n activeCell = _ea$hooks$applyFilter4.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.cellIndex + 1;\n\n for (var i = 0; i < table.rows.length; i++) {\n if (table.rows[i].cells[0].tagName.toLowerCase() == \"th\") {\n var cell = table.rows[i].insertBefore(document.createElement(\"th\"), table.rows[i].cells[index]); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } else {\n var _cell2 = table.rows[i].insertCell(index); // init inline editor\n\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", _cell2);\n }\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"delete_row\",\n title: \"Delete Row\",\n callback: function callback() {\n var _ea$hooks$applyFilter5 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter5.view,\n table = _ea$hooks$applyFilter5.table,\n activeCell = _ea$hooks$applyFilter5.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.parentNode.rowIndex; // delete row\n\n table.deleteRow(index); // remove active cell\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"delete_column\",\n title: \"Delete Column\",\n callback: function callback() {\n var _ea$hooks$applyFilter6 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter6.view,\n table = _ea$hooks$applyFilter6.table,\n activeCell = _ea$hooks$applyFilter6.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.cellIndex; // delete columns\n\n for (var i = 0; i < table.rows.length; i++) {\n table.rows[i].deleteCell(index);\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }]\n });\n }\n\n return groups;\n }\n }]);\n\n return advancedDataTableEdit;\n}();\n\nea.hooks.addAction(\"editMode.init\", \"ea\", function () {\n new advancedDataTableEdit();\n});\n\n//# sourceURL=webpack:///./src/js/edit/advanced-data-table.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar advancedDataTableEdit = /*#__PURE__*/function () {\n function advancedDataTableEdit() {\n _classCallCheck(this, advancedDataTableEdit);\n\n // class props\n this.panel = null;\n this.model = null;\n this.view = null;\n this.table = null;\n this.tableInnerHTML = null;\n this.timeout = null;\n this.activeCell = null;\n this.dragStartX = null;\n this.dragStartWidth = null;\n this.dragEl = null;\n this.dragging = false; // register hooks\n\n ea.hooks.addFilter(\"advancedDataTable.getClassProps\", \"ea\", this.getClassProps.bind(this));\n ea.hooks.addFilter(\"advancedDataTable.setClassProps\", \"ea\", this.setClassProps.bind(this));\n ea.hooks.addFilter(\"advancedDataTable.parseHTML\", \"ea\", this.parseHTML);\n ea.hooks.addAction(\"advancedDataTable.initEditor\", \"ea\", this.initEditor.bind(this));\n ea.hooks.addAction(\"advancedDataTable.updateFromView\", \"ea\", this.updateFromView.bind(this));\n ea.hooks.addAction(\"advancedDataTable.initInlineEdit\", \"ea\", this.initInlineEdit.bind(this));\n ea.hooks.addAction(\"advancedDataTable.initPanelAction\", \"ea\", this.initPanelAction.bind(this));\n elementor.hooks.addFilter(\"elements/widget/contextMenuGroups\", this.initContextMenu);\n elementor.hooks.addAction(\"panel/open_editor/widget/eael-advanced-data-table\", this.initPanel.bind(this));\n } // update model from view\n\n\n _createClass(advancedDataTableEdit, [{\n key: \"updateFromView\",\n value: function updateFromView(view, value) {\n var refresh = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n var model = view.model; // disable elementor remote server render\n\n model.remoteRender = refresh;\n\n if (elementor.config.version > \"2.7.6\") {\n var container = view.getContainer();\n var settings = view.getContainer().settings.attributes;\n Object.keys(value).forEach(function (key) {\n settings[key] = value[key];\n });\n parent.window.$e.run(\"document/elements/settings\", {\n container: container,\n settings: settings,\n options: {\n external: refresh\n }\n });\n } else {\n // update backbone model\n Object.keys(value).forEach(function (key) {\n model.setSetting(key, value[key]);\n });\n } // enable elementor remote server render just after elementor throttle\n // ignore multiple assign\n\n\n this.timeout = setTimeout(function () {\n model.remoteRender = true;\n }, 1001);\n } // get class properties\n\n }, {\n key: \"getClassProps\",\n value: function getClassProps() {\n return {\n view: this.view,\n model: this.model,\n table: this.table,\n activeCell: this.activeCell\n };\n } // get class properties\n\n }, {\n key: \"setClassProps\",\n value: function setClassProps(props) {\n var _this = this;\n\n Object.keys(props).forEach(function (key) {\n _this[key] = props[key];\n });\n } // parse table html\n\n }, {\n key: \"parseHTML\",\n value: function parseHTML(tableHTML) {\n tableHTML.querySelectorAll(\"th, td\").forEach(function (el) {\n if (el.querySelector(\".inline-editor\") !== null) {\n el.innerHTML = decodeURI(el.dataset.quill || \"\");\n delete el.dataset.quill;\n }\n });\n return tableHTML;\n } // init editor\n\n }, {\n key: \"initEditor\",\n value: function initEditor(cell) {\n var _this2 = this;\n\n // init value\n cell.dataset.quill = encodeURI(cell.innerHTML); // insert editor dom\n\n cell.innerHTML = \"<div class=\\\"inline-editor\\\">\".concat(cell.innerHTML, \"</div>\"); // init quill\n\n var quill = new Quill(cell.querySelector(\".inline-editor\"), {\n theme: \"bubble\",\n modules: {\n toolbar: [\"bold\", \"italic\", \"underline\", \"strike\", \"link\", {\n list: \"ordered\"\n }, {\n list: \"bullet\"\n }]\n }\n }); // bind change\n\n quill.on(\"text-change\", function (delta, oldDelta, source) {\n clearTimeout(_this2.timeout); // update data\n\n cell.dataset.quill = encodeURI(quill.root.innerHTML); // parse table html\n\n var origTable = _this2.parseHTML(_this2.table.cloneNode(true)); // update table\n\n\n _this2.updateFromView(_this2.view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n });\n } // init inline editing features\n\n }, {\n key: \"initInlineEdit\",\n value: function initInlineEdit() {\n var _this3 = this;\n\n var interval = setInterval(function () {\n if (_this3.view.el.querySelector(\".ea-advanced-data-table\")) {\n // init table\n if (_this3.table !== _this3.view.el.querySelector(\".ea-advanced-data-table\")) {\n _this3.table = _this3.view.el.querySelector(\".ea-advanced-data-table\"); // iniline editor\n\n if (_this3.table.classList.contains(\"ea-advanced-data-table-static\")) {\n _this3.table.querySelectorAll(\"th, td\").forEach(function (cell) {\n _this3.initEditor(cell);\n });\n } // mousedown\n\n\n _this3.table.addEventListener(\"mousedown\", function (e) {\n e.stopPropagation();\n\n if (e.target.tagName.toLowerCase() === \"th\") {\n _this3.dragging = true;\n _this3.dragEl = e.target;\n _this3.dragStartX = e.pageX;\n _this3.dragStartWidth = e.target.offsetWidth;\n }\n\n if (e.target.tagName.toLowerCase() === \"th\" || e.target.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target;\n } else if (e.target.parentNode.tagName.toLowerCase() === \"th\" || e.target.parentNode.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target.parentNode;\n } else if (e.target.parentNode.parentNode.tagName.toLowerCase() === \"th\" || e.target.parentNode.parentNode.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target.parentNode.parentNode;\n } else if (e.target.parentNode.parentNode.parentNode.tagName.toLowerCase() === \"th\" || e.target.parentNode.parentNode.parentNode.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target.parentNode.parentNode.parentNode;\n }\n }); // mousemove\n\n\n _this3.table.addEventListener(\"mousemove\", function (e) {\n if (_this3.dragging) {\n _this3.dragEl.style.width = \"\".concat(_this3.dragStartWidth + (event.pageX - _this3.dragStartX), \"px\");\n }\n }); // mouseup\n\n\n _this3.table.addEventListener(\"mouseup\", function (e) {\n if (_this3.dragging) {\n _this3.dragging = false;\n clearTimeout(_this3.timeout);\n\n if (_this3.table.classList.contains(\"ea-advanced-data-table-static\")) {\n // parse table html\n var origTable = _this3.parseHTML(_this3.table.cloneNode(true)); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n } else {\n // th width store\n var widths = []; // collect width of th\n\n _this3.table.querySelectorAll(\"th\").forEach(function (el, index) {\n widths[index] = el.style.width;\n }); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_dynamic_th_width: widths\n });\n }\n }\n }); // clear style\n\n\n _this3.table.addEventListener(\"dblclick\", function (e) {\n if (e.target.tagName.toLowerCase() === \"th\") {\n e.stopPropagation();\n clearTimeout(_this3.timeout);\n\n if (_this3.table.classList.contains(\"ea-advanced-data-table-static\")) {\n // parse table html\n var origTable = _this3.parseHTML(_this3.table.cloneNode(true)); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n } else {\n // th width store\n var widths = []; // collect width of th\n\n _this3.table.querySelectorAll(\"th\").forEach(function (el, index) {\n widths[index] = el.style.width;\n }); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_dynamic_th_width: widths\n });\n }\n }\n });\n }\n\n clearInterval(interval);\n }\n }, 500);\n } // panel action\n\n }, {\n key: \"initPanelAction\",\n value: function initPanelAction() {\n var _this4 = this;\n\n this.panel.content.el.onclick = function (event) {\n if (event.target.dataset.event == \"ea:advTable:export\") {\n // export\n var rows = _this4.table.querySelectorAll(\"table tr\");\n\n var csv = []; // generate csv\n\n for (var i = 0; i < rows.length; i++) {\n var row = [];\n\n var _cols = rows[i].querySelectorAll(\"th, td\");\n\n if (_this4.table.classList.contains(\"ea-advanced-data-table-static\")) {\n for (var j = 0; j < _cols.length; j++) {\n row.push(JSON.stringify(decodeURI(_cols[j].dataset.quill)));\n }\n } else {\n for (var _j = 0; _j < _cols.length; _j++) {\n row.push(JSON.stringify(_cols[_j].innerHTML.replace(/(\\r\\n|\\n|\\r)/gm, \" \").trim()));\n }\n }\n\n csv.push(row.join(\",\"));\n } // download\n\n\n var csv_file = new Blob([csv.join(\"\\n\")], {\n type: \"text/csv\"\n });\n var downloadLink = parent.document.createElement(\"a\");\n downloadLink.classList.add(\"ea-adv-data-table-download-\".concat(_this4.model.attributes.id));\n downloadLink.download = \"ea-adv-data-table-\".concat(_this4.model.attributes.id, \".csv\");\n downloadLink.href = window.URL.createObjectURL(csv_file);\n downloadLink.style.display = \"none\";\n parent.document.body.appendChild(downloadLink);\n downloadLink.click();\n parent.document.querySelector(\".ea-adv-data-table-download-\".concat(_this4.model.attributes.id)).remove();\n } else if (event.target.dataset.event == \"ea:advTable:import\") {\n // import\n var textarea = _this4.panel.content.el.querySelector(\".ea_adv_table_csv_string\");\n\n var enableHeader = _this4.panel.content.el.querySelector(\".ea_adv_table_csv_string_table\").checked;\n\n var csletr = textarea.value.split(\"\\n\");\n var header = \"\";\n var body = \"\";\n\n if (textarea.value.length > 0) {\n body += \"<tbody>\";\n csletr.forEach(function (row, index) {\n if (row.length > 0) {\n cols = row.match(/(\"(?:[^\"\\\\]|\\\\.)*\"|[^\",\"]+)/gm);\n\n if (cols.length > 0) {\n if (enableHeader && index == 0) {\n header += \"<thead><tr>\";\n cols.forEach(function (col) {\n if (col.match(/(^\"\")|(^\")|(\"$)|(\"\"$)/g)) {\n header += \"<th>\".concat(JSON.parse(col), \"</th>\");\n } else {\n header += \"<th>\".concat(col, \"</th>\");\n }\n });\n header += \"</tr></thead>\";\n } else {\n body += \"<tr>\";\n cols.forEach(function (col) {\n if (col.match(/(^\"\")|(^\")|(\"$)|(\"\"$)/g)) {\n body += \"<td>\".concat(JSON.parse(col), \"</td>\");\n } else {\n body += \"<td>\".concat(col, \"</td>\");\n }\n });\n body += \"</tr>\";\n }\n }\n }\n });\n body += \"</tbody>\";\n\n if (header.length > 0 || body.length > 0) {\n _this4.tableInnerHTML = header + body;\n\n _this4.updateFromView(_this4.view, {\n ea_adv_data_table_static_html: header + body\n }, true); // init inline edit\n\n\n var interval = setInterval(function () {\n if (_this4.view.el.querySelector(\".ea-advanced-data-table\").innerHTML == header + body) {\n clearInterval(interval);\n ea.hooks.doAction(\"advancedDataTable.initInlineEdit\");\n }\n }, 500);\n }\n }\n\n textarea.value = \"\";\n }\n\n ea.hooks.doAction(\"advancedDataTable.panelAction\", _this4.panel, _this4.model, _this4.view, event);\n };\n } // init panel\n\n }, {\n key: \"initPanel\",\n value: function initPanel(panel, model, view) {\n var _this5 = this;\n\n this.panel = panel;\n this.model = model;\n this.view = view; // init inline edit\n\n ea.hooks.doAction(\"advancedDataTable.initInlineEdit\"); // init panel action\n\n ea.hooks.doAction(\"advancedDataTable.initPanelAction\"); // after panel init hook\n\n ea.hooks.doAction(\"advancedDataTable.afterInitPanel\", panel, model, view);\n model.once(\"editor:close\", function () {\n // parse table html\n var origTable = _this5.parseHTML(_this5.table.cloneNode(true));\n\n if (_this5.tableInnerHTML == null) {\n _this5.tableInnerHTML = origTable.innerHTML;\n } // update table\n\n\n _this5.updateFromView(_this5.view, {\n ea_adv_data_table_static_html: _this5.tableInnerHTML\n }, true);\n });\n } // context menu\n\n }, {\n key: \"initContextMenu\",\n value: function initContextMenu(groups, element) {\n if (element.options.model.attributes.widgetType == \"eael-advanced-data-table\" && element.options.model.attributes.settings.attributes.ea_adv_data_table_source == \"static\") {\n groups.push({\n name: \"ea_advanced_data_table\",\n actions: [{\n name: \"add_row_above\",\n title: \"Add Row Above\",\n callback: function callback() {\n var _ea$hooks$applyFilter = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter.view,\n table = _ea$hooks$applyFilter.table,\n activeCell = _ea$hooks$applyFilter.activeCell;\n\n if (activeCell !== null && activeCell.tagName.toLowerCase() != \"th\") {\n var index = activeCell.parentNode.rowIndex;\n var row = table.insertRow(index); // insert cells in row\n\n for (var i = 0; i < table.rows[0].cells.length; i++) {\n var cell = row.insertCell(i); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"add_row_below\",\n title: \"Add Row Below\",\n callback: function callback() {\n var _ea$hooks$applyFilter2 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter2.view,\n table = _ea$hooks$applyFilter2.table,\n activeCell = _ea$hooks$applyFilter2.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.parentNode.rowIndex + 1;\n var row = table.insertRow(index);\n\n for (var i = 0; i < table.rows[0].cells.length; i++) {\n var cell = row.insertCell(i); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"add_column_left\",\n title: \"Add Column Left\",\n callback: function callback() {\n var _ea$hooks$applyFilter3 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter3.view,\n table = _ea$hooks$applyFilter3.table,\n activeCell = _ea$hooks$applyFilter3.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.cellIndex;\n\n for (var i = 0; i < table.rows.length; i++) {\n if (table.rows[i].cells[0].tagName.toLowerCase() == \"th\") {\n var cell = table.rows[i].insertBefore(document.createElement(\"th\"), table.rows[i].cells[index]); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } else {\n var _cell = table.rows[i].insertCell(index); // init inline editor\n\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", _cell);\n }\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"add_column_right\",\n title: \"Add Column Right\",\n callback: function callback() {\n var _ea$hooks$applyFilter4 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter4.view,\n table = _ea$hooks$applyFilter4.table,\n activeCell = _ea$hooks$applyFilter4.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.cellIndex + 1;\n\n for (var i = 0; i < table.rows.length; i++) {\n if (table.rows[i].cells[0].tagName.toLowerCase() == \"th\") {\n var cell = table.rows[i].insertBefore(document.createElement(\"th\"), table.rows[i].cells[index]); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } else {\n var _cell2 = table.rows[i].insertCell(index); // init inline editor\n\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", _cell2);\n }\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"delete_row\",\n title: \"Delete Row\",\n callback: function callback() {\n var _ea$hooks$applyFilter5 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter5.view,\n table = _ea$hooks$applyFilter5.table,\n activeCell = _ea$hooks$applyFilter5.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.parentNode.rowIndex; // delete row\n\n table.deleteRow(index); // remove active cell\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"delete_column\",\n title: \"Delete Column\",\n callback: function callback() {\n var _ea$hooks$applyFilter6 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter6.view,\n table = _ea$hooks$applyFilter6.table,\n activeCell = _ea$hooks$applyFilter6.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.cellIndex; // delete columns\n\n for (var i = 0; i < table.rows.length; i++) {\n table.rows[i].deleteCell(index);\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }]\n });\n }\n\n return groups;\n }\n }]);\n\n return advancedDataTableEdit;\n}();\n\nea.hooks.addAction(\"editMode.init\", \"ea\", function () {\n new advancedDataTableEdit();\n});\n\n//# sourceURL=webpack:///./src/js/edit/advanced-data-table.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
@@ -1 +1 @@
|
|
1 |
-
!function(e){var a={};function t(n){if(a[n])return a[n].exports;var l=a[n]={i:n,l:!1,exports:{}};return e[n].call(l.exports,l,l.exports,t),l.l=!0,l.exports}t.m=e,t.c=a,t.d=function(e,a,n){t.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,a){if(1&a&&(e=t(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var l in e)t.d(n,l,function(a){return e[a]}.bind(null,l));return n},t.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(a,"a",a),a},t.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},t.p="",t(t.s=26)}({26:function(e,a){function t(e,a){for(var t=0;t<a.length;t++){var n=a[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var n=function(){function e(){!function(e,a){if(!(e instanceof a))throw new TypeError("Cannot call a class as a function")}(this,e),this.panel=null,this.model=null,this.view=null,this.table=null,this.timeout=null,this.activeCell=null,this.dragStartX=null,this.dragStartWidth=null,this.dragEl=null,this.dragging=!1,ea.hooks.addFilter("advancedDataTable.getClassProps","ea",this.getClassProps.bind(this)),ea.hooks.addFilter("advancedDataTable.setClassProps","ea",this.setClassProps.bind(this)),ea.hooks.addFilter("advancedDataTable.parseHTML","ea",this.parseHTML),ea.hooks.addAction("advancedDataTable.initEditor","ea",this.initEditor.bind(this)),ea.hooks.addAction("advancedDataTable.updateFromView","ea",this.updateFromView.bind(this)),ea.hooks.addAction("advancedDataTable.initInlineEdit","ea",this.initInlineEdit.bind(this)),ea.hooks.addAction("advancedDataTable.initPanelAction","ea",this.initPanelAction.bind(this)),elementor.hooks.addFilter("elements/widget/contextMenuGroups",this.initContextMenu),elementor.hooks.addAction("panel/open_editor/widget/eael-advanced-data-table",this.initPanel.bind(this))}var a,n,l;return a=e,(n=[{key:"updateFromView",value:function(e,a){var t=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=e.model;if(n.remoteRender=t,elementor.config.version>"2.7.6"){var l=e.getContainer(),o=e.getContainer().settings.attributes;Object.keys(a).forEach((function(e){o[e]=a[e]})),parent.window.$e.run("document/elements/settings",{container:l,settings:o,options:{external:t}})}else Object.keys(a).forEach((function(e){n.setSetting(e,a[e])}));this.timeout=setTimeout((function(){n.remoteRender=!0}),1001)}},{key:"getClassProps",value:function(){return{view:this.view,model:this.model,table:this.table,activeCell:this.activeCell}}},{key:"setClassProps",value:function(e){var a=this;Object.keys(e).forEach((function(t){a[t]=e[t]}))}},{key:"parseHTML",value:function(e){return e.querySelectorAll("th, td").forEach((function(e){null!==e.querySelector(".inline-editor")&&(e.innerHTML=decodeURI(e.dataset.quill||""),delete e.dataset.quill)})),e}},{key:"initEditor",value:function(e){var a=this;e.dataset.quill=encodeURI(e.innerHTML),e.innerHTML='<div class="inline-editor">'.concat(e.innerHTML,"</div>");var t=new Quill(e.querySelector(".inline-editor"),{theme:"bubble",modules:{toolbar:["bold","italic","underline","strike","link",{list:"ordered"},{list:"bullet"}]}});t.on("text-change",(function(n,l,o){clearTimeout(a.timeout),e.dataset.quill=encodeURI(t.root.innerHTML);var i=a.parseHTML(a.table.cloneNode(!0));a.updateFromView(a.view,{ea_adv_data_table_static_html:i.innerHTML})}))}},{key:"initInlineEdit",value:function(){var e=this,a=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table")&&(e.table!==e.view.el.querySelector(".ea-advanced-data-table")&&(e.table=e.view.el.querySelector(".ea-advanced-data-table"),e.table.classList.contains("ea-advanced-data-table-static")&&e.table.querySelectorAll("th, td").forEach((function(a){e.initEditor(a)})),e.table.addEventListener("mousedown",(function(a){a.stopPropagation(),"th"===a.target.tagName.toLowerCase()&&(e.dragging=!0,e.dragEl=a.target,e.dragStartX=a.pageX,e.dragStartWidth=a.target.offsetWidth),"th"===a.target.tagName.toLowerCase()||"td"===a.target.tagName.toLowerCase()?e.activeCell=a.target:"th"===a.target.parentNode.tagName.toLowerCase()||"td"===a.target.parentNode.tagName.toLowerCase()?e.activeCell=a.target.parentNode:"th"===a.target.parentNode.parentNode.tagName.toLowerCase()||"td"===a.target.parentNode.parentNode.tagName.toLowerCase()?e.activeCell=a.target.parentNode.parentNode:"th"!==a.target.parentNode.parentNode.parentNode.tagName.toLowerCase()&&"td"!==a.target.parentNode.parentNode.parentNode.tagName.toLowerCase()||(e.activeCell=a.target.parentNode.parentNode.parentNode)})),e.table.addEventListener("mousemove",(function(a){e.dragging&&(e.dragEl.style.width="".concat(e.dragStartWidth+(event.pageX-e.dragStartX),"px"))})),e.table.addEventListener("mouseup",(function(a){if(e.dragging)if(e.dragging=!1,clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var t=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:t.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,a){n[a]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}})),e.table.addEventListener("dblclick",(function(a){if("th"===a.target.tagName.toLowerCase())if(a.stopPropagation(),clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var t=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:t.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,a){n[a]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}}))),clearInterval(a))}),500)}},{key:"initPanelAction",value:function(){var e=this;this.panel.content.el.onclick=function(a){if("ea:advTable:export"==a.target.dataset.event){for(var t=e.table.querySelectorAll("table tr"),n=[],l=0;l<t.length;l++){var o=[],i=t[l].querySelectorAll("th, td");if(e.table.classList.contains("ea-advanced-data-table-static"))for(var r=0;r<i.length;r++)o.push(JSON.stringify(decodeURI(i[r].dataset.quill)));else for(var d=0;d<i.length;d++)o.push(JSON.stringify(i[d].innerHTML.replace(/(\r\n|\n|\r)/gm," ").trim()));n.push(o.join(","))}var s=new Blob([n.join("\n")],{type:"text/csv"}),c=parent.document.createElement("a");c.classList.add("ea-adv-data-table-download-".concat(e.model.attributes.id)),c.download="ea-adv-data-table-".concat(e.model.attributes.id,".csv"),c.href=window.URL.createObjectURL(s),c.style.display="none",parent.document.body.appendChild(c),c.click(),parent.document.querySelector(".ea-adv-data-table-download-".concat(e.model.attributes.id)).remove()}else if("ea:advTable:import"==a.target.dataset.event){var v=e.panel.content.el.querySelector(".ea_adv_table_csv_string"),u=e.panel.content.el.querySelector(".ea_adv_table_csv_string_table").checked,h=v.value.split("\n"),p="",b="";if(v.value.length>0&&(b+="<tbody>",h.forEach((function(e,a){e.length>0&&(cols=e.match(/("(?:[^"\\]|\\.)*"|[^","]+)/gm),cols.length>0&&(u&&0==a?(p+="<thead><tr>",cols.forEach((function(e){e.match(/(^"")|(^")|("$)|(""$)/g)?p+="<th>".concat(JSON.parse(e),"</th>"):p+="<th>".concat(e,"</th>")})),p+="</tr></thead>"):(b+="<tr>",cols.forEach((function(e){e.match(/(^"")|(^")|("$)|(""$)/g)?b+="<td>".concat(JSON.parse(e),"</td>"):b+="<td>".concat(e,"</td>")})),b+="</tr>")))})),b+="</tbody>",p.length>0||b.length>0)){e.updateFromView(e.view,{ea_adv_data_table_static_html:p+b},!0);var f=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table").innerHTML==p+b&&(clearInterval(f),ea.hooks.doAction("advancedDataTable.initInlineEdit"))}),500)}v.value=""}ea.hooks.doAction("advancedDataTable.panelAction",e.panel,e.model,e.view,a)}}},{key:"initPanel",value:function(e,a,t){var n=this;this.panel=e,this.model=a,this.view=t,ea.hooks.doAction("advancedDataTable.initInlineEdit"),ea.hooks.doAction("advancedDataTable.initPanelAction"),ea.hooks.doAction("advancedDataTable.afterInitPanel",e,a,t),a.once("editor:close",(function(){var e=n.parseHTML(n.table.cloneNode(!0));n.updateFromView(n.view,{ea_adv_data_table_static_html:e.innerHTML},!0)}))}},{key:"initContextMenu",value:function(e,a){return"eael-advanced-data-table"==a.options.model.attributes.widgetType&&"static"==a.options.model.attributes.settings.attributes.ea_adv_data_table_source&&e.push({name:"ea_advanced_data_table",actions:[{name:"add_row_above",title:"Add Row Above",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n&&"th"!=n.tagName.toLowerCase()){for(var l=n.parentNode.rowIndex,o=t.insertRow(l),i=0;i<t.rows[0].cells.length;i++){var r=o.insertCell(i);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_row_below",title:"Add Row Below",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.parentNode.rowIndex+1,o=t.insertRow(l),i=0;i<t.rows[0].cells.length;i++){var r=o.insertCell(i);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_column_left",title:"Add Column Left",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<t.rows.length;o++)if("th"==t.rows[o].cells[0].tagName.toLowerCase()){var i=t.rows[o].insertBefore(document.createElement("th"),t.rows[o].cells[l]);ea.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=t.rows[o].insertCell(l);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_column_right",title:"Add Column Right",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex+1,o=0;o<t.rows.length;o++)if("th"==t.rows[o].cells[0].tagName.toLowerCase()){var i=t.rows[o].insertBefore(document.createElement("th"),t.rows[o].cells[l]);ea.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=t.rows[o].insertCell(l);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"delete_row",title:"Delete Row",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){var l=n.parentNode.rowIndex;t.deleteRow(l),ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var o=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:o.innerHTML})}}},{name:"delete_column",title:"Delete Column",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<t.rows.length;o++)t.rows[o].deleteCell(l);ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var i=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:i.innerHTML})}}}]}),e}}])&&t(a.prototype,n),l&&t(a,l),e}();ea.hooks.addAction("editMode.init","ea",(function(){new n}))}});
|
1 |
+
!function(e){var a={};function t(n){if(a[n])return a[n].exports;var l=a[n]={i:n,l:!1,exports:{}};return e[n].call(l.exports,l,l.exports,t),l.l=!0,l.exports}t.m=e,t.c=a,t.d=function(e,a,n){t.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,a){if(1&a&&(e=t(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var l in e)t.d(n,l,function(a){return e[a]}.bind(null,l));return n},t.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(a,"a",a),a},t.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},t.p="",t(t.s=26)}({26:function(e,a){function t(e,a){for(var t=0;t<a.length;t++){var n=a[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var n=function(){function e(){!function(e,a){if(!(e instanceof a))throw new TypeError("Cannot call a class as a function")}(this,e),this.panel=null,this.model=null,this.view=null,this.table=null,this.tableInnerHTML=null,this.timeout=null,this.activeCell=null,this.dragStartX=null,this.dragStartWidth=null,this.dragEl=null,this.dragging=!1,ea.hooks.addFilter("advancedDataTable.getClassProps","ea",this.getClassProps.bind(this)),ea.hooks.addFilter("advancedDataTable.setClassProps","ea",this.setClassProps.bind(this)),ea.hooks.addFilter("advancedDataTable.parseHTML","ea",this.parseHTML),ea.hooks.addAction("advancedDataTable.initEditor","ea",this.initEditor.bind(this)),ea.hooks.addAction("advancedDataTable.updateFromView","ea",this.updateFromView.bind(this)),ea.hooks.addAction("advancedDataTable.initInlineEdit","ea",this.initInlineEdit.bind(this)),ea.hooks.addAction("advancedDataTable.initPanelAction","ea",this.initPanelAction.bind(this)),elementor.hooks.addFilter("elements/widget/contextMenuGroups",this.initContextMenu),elementor.hooks.addAction("panel/open_editor/widget/eael-advanced-data-table",this.initPanel.bind(this))}var a,n,l;return a=e,(n=[{key:"updateFromView",value:function(e,a){var t=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=e.model;if(n.remoteRender=t,elementor.config.version>"2.7.6"){var l=e.getContainer(),o=e.getContainer().settings.attributes;Object.keys(a).forEach((function(e){o[e]=a[e]})),parent.window.$e.run("document/elements/settings",{container:l,settings:o,options:{external:t}})}else Object.keys(a).forEach((function(e){n.setSetting(e,a[e])}));this.timeout=setTimeout((function(){n.remoteRender=!0}),1001)}},{key:"getClassProps",value:function(){return{view:this.view,model:this.model,table:this.table,activeCell:this.activeCell}}},{key:"setClassProps",value:function(e){var a=this;Object.keys(e).forEach((function(t){a[t]=e[t]}))}},{key:"parseHTML",value:function(e){return e.querySelectorAll("th, td").forEach((function(e){null!==e.querySelector(".inline-editor")&&(e.innerHTML=decodeURI(e.dataset.quill||""),delete e.dataset.quill)})),e}},{key:"initEditor",value:function(e){var a=this;e.dataset.quill=encodeURI(e.innerHTML),e.innerHTML='<div class="inline-editor">'.concat(e.innerHTML,"</div>");var t=new Quill(e.querySelector(".inline-editor"),{theme:"bubble",modules:{toolbar:["bold","italic","underline","strike","link",{list:"ordered"},{list:"bullet"}]}});t.on("text-change",(function(n,l,o){clearTimeout(a.timeout),e.dataset.quill=encodeURI(t.root.innerHTML);var i=a.parseHTML(a.table.cloneNode(!0));a.updateFromView(a.view,{ea_adv_data_table_static_html:i.innerHTML})}))}},{key:"initInlineEdit",value:function(){var e=this,a=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table")&&(e.table!==e.view.el.querySelector(".ea-advanced-data-table")&&(e.table=e.view.el.querySelector(".ea-advanced-data-table"),e.table.classList.contains("ea-advanced-data-table-static")&&e.table.querySelectorAll("th, td").forEach((function(a){e.initEditor(a)})),e.table.addEventListener("mousedown",(function(a){a.stopPropagation(),"th"===a.target.tagName.toLowerCase()&&(e.dragging=!0,e.dragEl=a.target,e.dragStartX=a.pageX,e.dragStartWidth=a.target.offsetWidth),"th"===a.target.tagName.toLowerCase()||"td"===a.target.tagName.toLowerCase()?e.activeCell=a.target:"th"===a.target.parentNode.tagName.toLowerCase()||"td"===a.target.parentNode.tagName.toLowerCase()?e.activeCell=a.target.parentNode:"th"===a.target.parentNode.parentNode.tagName.toLowerCase()||"td"===a.target.parentNode.parentNode.tagName.toLowerCase()?e.activeCell=a.target.parentNode.parentNode:"th"!==a.target.parentNode.parentNode.parentNode.tagName.toLowerCase()&&"td"!==a.target.parentNode.parentNode.parentNode.tagName.toLowerCase()||(e.activeCell=a.target.parentNode.parentNode.parentNode)})),e.table.addEventListener("mousemove",(function(a){e.dragging&&(e.dragEl.style.width="".concat(e.dragStartWidth+(event.pageX-e.dragStartX),"px"))})),e.table.addEventListener("mouseup",(function(a){if(e.dragging)if(e.dragging=!1,clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var t=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:t.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,a){n[a]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}})),e.table.addEventListener("dblclick",(function(a){if("th"===a.target.tagName.toLowerCase())if(a.stopPropagation(),clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var t=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:t.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,a){n[a]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}}))),clearInterval(a))}),500)}},{key:"initPanelAction",value:function(){var e=this;this.panel.content.el.onclick=function(a){if("ea:advTable:export"==a.target.dataset.event){for(var t=e.table.querySelectorAll("table tr"),n=[],l=0;l<t.length;l++){var o=[],i=t[l].querySelectorAll("th, td");if(e.table.classList.contains("ea-advanced-data-table-static"))for(var r=0;r<i.length;r++)o.push(JSON.stringify(decodeURI(i[r].dataset.quill)));else for(var d=0;d<i.length;d++)o.push(JSON.stringify(i[d].innerHTML.replace(/(\r\n|\n|\r)/gm," ").trim()));n.push(o.join(","))}var s=new Blob([n.join("\n")],{type:"text/csv"}),c=parent.document.createElement("a");c.classList.add("ea-adv-data-table-download-".concat(e.model.attributes.id)),c.download="ea-adv-data-table-".concat(e.model.attributes.id,".csv"),c.href=window.URL.createObjectURL(s),c.style.display="none",parent.document.body.appendChild(c),c.click(),parent.document.querySelector(".ea-adv-data-table-download-".concat(e.model.attributes.id)).remove()}else if("ea:advTable:import"==a.target.dataset.event){var v=e.panel.content.el.querySelector(".ea_adv_table_csv_string"),u=e.panel.content.el.querySelector(".ea_adv_table_csv_string_table").checked,h=v.value.split("\n"),b="",p="";if(v.value.length>0&&(p+="<tbody>",h.forEach((function(e,a){e.length>0&&(cols=e.match(/("(?:[^"\\]|\\.)*"|[^","]+)/gm),cols.length>0&&(u&&0==a?(b+="<thead><tr>",cols.forEach((function(e){e.match(/(^"")|(^")|("$)|(""$)/g)?b+="<th>".concat(JSON.parse(e),"</th>"):b+="<th>".concat(e,"</th>")})),b+="</tr></thead>"):(p+="<tr>",cols.forEach((function(e){e.match(/(^"")|(^")|("$)|(""$)/g)?p+="<td>".concat(JSON.parse(e),"</td>"):p+="<td>".concat(e,"</td>")})),p+="</tr>")))})),p+="</tbody>",b.length>0||p.length>0)){e.tableInnerHTML=b+p,e.updateFromView(e.view,{ea_adv_data_table_static_html:b+p},!0);var f=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table").innerHTML==b+p&&(clearInterval(f),ea.hooks.doAction("advancedDataTable.initInlineEdit"))}),500)}v.value=""}ea.hooks.doAction("advancedDataTable.panelAction",e.panel,e.model,e.view,a)}}},{key:"initPanel",value:function(e,a,t){var n=this;this.panel=e,this.model=a,this.view=t,ea.hooks.doAction("advancedDataTable.initInlineEdit"),ea.hooks.doAction("advancedDataTable.initPanelAction"),ea.hooks.doAction("advancedDataTable.afterInitPanel",e,a,t),a.once("editor:close",(function(){var e=n.parseHTML(n.table.cloneNode(!0));null==n.tableInnerHTML&&(n.tableInnerHTML=e.innerHTML),n.updateFromView(n.view,{ea_adv_data_table_static_html:n.tableInnerHTML},!0)}))}},{key:"initContextMenu",value:function(e,a){return"eael-advanced-data-table"==a.options.model.attributes.widgetType&&"static"==a.options.model.attributes.settings.attributes.ea_adv_data_table_source&&e.push({name:"ea_advanced_data_table",actions:[{name:"add_row_above",title:"Add Row Above",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n&&"th"!=n.tagName.toLowerCase()){for(var l=n.parentNode.rowIndex,o=t.insertRow(l),i=0;i<t.rows[0].cells.length;i++){var r=o.insertCell(i);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_row_below",title:"Add Row Below",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.parentNode.rowIndex+1,o=t.insertRow(l),i=0;i<t.rows[0].cells.length;i++){var r=o.insertCell(i);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_column_left",title:"Add Column Left",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<t.rows.length;o++)if("th"==t.rows[o].cells[0].tagName.toLowerCase()){var i=t.rows[o].insertBefore(document.createElement("th"),t.rows[o].cells[l]);ea.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=t.rows[o].insertCell(l);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_column_right",title:"Add Column Right",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex+1,o=0;o<t.rows.length;o++)if("th"==t.rows[o].cells[0].tagName.toLowerCase()){var i=t.rows[o].insertBefore(document.createElement("th"),t.rows[o].cells[l]);ea.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=t.rows[o].insertCell(l);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"delete_row",title:"Delete Row",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){var l=n.parentNode.rowIndex;t.deleteRow(l),ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var o=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:o.innerHTML})}}},{name:"delete_column",title:"Delete Column",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<t.rows.length;o++)t.rows[o].deleteCell(l);ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var i=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:i.innerHTML})}}}]}),e}}])&&t(a.prototype,n),l&&t(a,l),e}();ea.hooks.addAction("editMode.init","ea",(function(){new n}))}});
|
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("var AdvAccordionHandler = function AdvAccordionHandler($scope, $) {\n var $advanceAccordion = $scope.find(\".eael-adv-accordion\"),\n $accordionHeader = $scope.find(\".eael-accordion-header\"),\n $accordionType = $advanceAccordion.data(\"accordion-type\"),\n $accordionSpeed = $advanceAccordion.data(\"toogle-speed\"); // Open default actived tab\n\n $accordionHeader.each(function () {\n if ($(this).hasClass(\"active-default\")) {\n $(this).addClass(\"show active\");\n $(this).next().slideDown($accordionSpeed);\n }\n }); // Remove multiple click event for nested accordion\n\n $accordionHeader.unbind(\"click\");\n $accordionHeader.click(function (e) {\n e.preventDefault();\n var $this = $(this);\n\n if ($accordionType === \"accordion\") {\n if ($this.hasClass(\"show\")) {\n $this.removeClass(\"show active\");\n $
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("var AdvAccordionHandler = function AdvAccordionHandler($scope, $) {\n var $advanceAccordion = $scope.find(\".eael-adv-accordion\"),\n $accordionHeader = $scope.find(\".eael-accordion-header\"),\n $accordionType = $advanceAccordion.data(\"accordion-type\"),\n $accordionSpeed = $advanceAccordion.data(\"toogle-speed\"); // Open default actived tab\n\n $accordionHeader.each(function () {\n if ($(this).hasClass(\"active-default\")) {\n $(this).addClass(\"show active\");\n $(this).next().slideDown($accordionSpeed);\n }\n }); // Remove multiple click event for nested accordion\n\n $accordionHeader.unbind(\"click\");\n $accordionHeader.click(function (e) {\n e.preventDefault();\n var $this = $(this),\n $contentNext = $this.next(),\n $filterGallery = $contentNext.find(\".eael-filter-gallery-container\");\n\n if ($accordionType === \"accordion\") {\n if ($this.hasClass(\"show\")) {\n $this.removeClass(\"show active\");\n $contentNext.slideUp($accordionSpeed);\n } else {\n $this.parent().parent().find(\".eael-accordion-header\").removeClass(\"show active\");\n $this.parent().parent().find(\".eael-accordion-content\").slideUp($accordionSpeed);\n $this.toggleClass(\"show active\");\n $contentNext.slideToggle($accordionSpeed);\n\n if ($filterGallery.length) {\n $filterGallery.isotope(\"layout\");\n }\n }\n } else {\n // For acccordion type 'toggle'\n if ($this.hasClass(\"show\")) {\n $this.removeClass(\"show active\");\n $contentNext.slideUp($accordionSpeed);\n } else {\n $this.addClass(\"show active\");\n $contentNext.slideDown($accordionSpeed);\n\n if ($filterGallery.length) {\n $filterGallery.isotope(\"layout\");\n }\n }\n }\n });\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-adv-accordion.default\", AdvAccordionHandler);\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-accordion.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
@@ -1 +1 @@
|
|
1 |
-
!function(e){var
|
1 |
+
!function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t){var n=function(e,t){var n=e.find(".eael-adv-accordion"),o=e.find(".eael-accordion-header"),r=n.data("accordion-type"),a=n.data("toogle-speed");o.each((function(){t(this).hasClass("active-default")&&(t(this).addClass("show active"),t(this).next().slideDown(a))})),o.unbind("click"),o.click((function(e){e.preventDefault();var n=t(this),o=n.next(),i=o.find(".eael-filter-gallery-container");"accordion"===r?n.hasClass("show")?(n.removeClass("show active"),o.slideUp(a)):(n.parent().parent().find(".eael-accordion-header").removeClass("show active"),n.parent().parent().find(".eael-accordion-content").slideUp(a),n.toggleClass("show active"),o.slideToggle(a),i.length&&i.isotope("layout")):n.hasClass("show")?(n.removeClass("show active"),o.slideUp(a)):(n.addClass("show active"),o.slideDown(a),i.length&&i.isotope("layout"))}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-adv-accordion.default",n)}))}]);
|
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("(function ($) {\n \"use strict\";\n\n $(document).on(\"click\", \".eael-load-more-button\", function (e) {\n e.preventDefault();\n e.stopPropagation();\n e.stopImmediatePropagation();\n var $this = $(this),\n $LoaderSpan = $(\"span\", $this),\n $text = $LoaderSpan.html(),\n $widget_id = $this.data(\"widget\"),\n $page_id = $this.data(\"page-id\"),\n $nonce = $this.data(\"nonce\"),\n $scope = $(\".elementor-element-\" + $widget_id),\n $class = $this.data(\"class\"),\n $args = $this.data(\"args\"),\n $layout = $this.data(\"layout\"),\n $template_info = $this.data(
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("(function ($) {\n \"use strict\";\n\n $(document).on(\"click\", \".eael-load-more-button\", function (e) {\n e.preventDefault();\n e.stopPropagation();\n e.stopImmediatePropagation();\n var $this = $(this),\n $LoaderSpan = $(\"span\", $this),\n $text = $LoaderSpan.html(),\n $widget_id = $this.data(\"widget\"),\n $page_id = $this.data(\"page-id\"),\n $nonce = $this.data(\"nonce\"),\n $scope = $(\".elementor-element-\" + $widget_id),\n $class = $this.data(\"class\"),\n $args = $this.data(\"args\"),\n $layout = $this.data(\"layout\"),\n $template_info = $this.data(\"template\"),\n $page = parseInt($this.data(\"page\")) + 1;\n\n if (typeof $widget_id == \"undefined\" || typeof $args == \"undefined\") {\n return;\n }\n\n var obj = {};\n var $data = {\n action: \"load_more\",\n \"class\": $class,\n args: $args,\n page: $page,\n page_id: $page_id,\n widget_id: $widget_id,\n nonce: $nonce,\n template_info: $template_info\n };\n String($args).split(\"&\").forEach(function (item, index) {\n var arr = String(item).split(\"=\");\n obj[arr[0]] = arr[1];\n });\n\n if (obj.orderby == \"rand\") {\n var $printed = $(\".eael-grid-post\");\n\n if ($printed.length) {\n var $ids = [];\n $printed.each(function (index, item) {\n var $id = $(item).data(\"id\");\n $ids.push($id);\n });\n $data.post__not_in = $ids;\n }\n }\n\n $this.addClass(\"button--loading\");\n $LoaderSpan.html(localize.i18n.loading);\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: $data,\n success: function success(response) {\n var $content = $(response);\n\n if ($content.hasClass(\"no-posts-found\") || $content.length === 0) {\n $this.remove();\n } else {\n if ($data[\"class\"] == \"Essential_Addons_Elementor\\\\Elements\\\\Product_Grid\") {\n $content = $content.filter(\"li\");\n $(\".eael-product-grid .products\", $scope).append($content);\n\n if ($layout == \"masonry\") {\n var dynamicID = \"eael-product-\" + Date.now();\n var $isotope = $(\".eael-product-grid .products\", $scope).isotope();\n $isotope.isotope(\"appended\", $content).isotope(\"layout\");\n $isotope.imagesLoaded().progress(function () {\n $isotope.isotope(\"layout\");\n });\n $content.find(\".woocommerce-product-gallery\").addClass(dynamicID);\n $content.find(\".woocommerce-product-gallery\").addClass(\"eael-new-product\");\n $(\".woocommerce-product-gallery.\" + dynamicID, $scope).each(function () {\n $(this).wc_product_gallery();\n });\n } else {\n var _dynamicID = \"eael-product-\" + Date.now();\n\n $content.find('.woocommerce-product-gallery').addClass(_dynamicID);\n $content.find('.woocommerce-product-gallery').addClass('eael-new-product');\n $(\".woocommerce-product-gallery.\" + _dynamicID, $scope).each(function () {\n $(this).wc_product_gallery();\n });\n }\n } else {\n $(\".eael-post-appender\", $scope).append($content);\n\n if ($layout == \"masonry\") {\n var $isotope = $(\".eael-post-appender\", $scope).isotope();\n $isotope.isotope(\"appended\", $content).isotope(\"layout\");\n $isotope.imagesLoaded().progress(function () {\n $isotope.isotope(\"layout\");\n });\n }\n }\n\n $this.removeClass(\"button--loading\");\n $LoaderSpan.html($text);\n $this.data(\"page\", $page);\n }\n },\n error: function error(response) {\n console.log(response);\n }\n });\n });\n})(jQuery);\n\n//# sourceURL=webpack:///./src/js/view/load-more.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("var PricingTooltip = function PricingTooltip($scope, $) {\n if ($.fn.tooltipster) {\n var $tooltip = $scope.find(\".tooltip\"),\n i;\n\n for (i = 0; i < $tooltip.length; i++) {\n var $currentTooltip = $(\"#\" + $($tooltip[i]).attr(\"id\")),\n $tooltipSide = $currentTooltip.data(\"side\") !== undefined ? $currentTooltip.data(\"side\") : false,\n $tooltipTrigger = $currentTooltip.data(\"trigger\") !== undefined ? $currentTooltip.data(\"trigger\") : \"hover\",\n $animation = $currentTooltip.data(\"animation\") !== undefined ? $currentTooltip.data(\"animation\") : \"fade\",\n $anim_duration = $currentTooltip.data(\"animation_duration\") !== undefined ? $currentTooltip.data(\"animation_duration\") : 300,\n $theme = $currentTooltip.data(\"theme\") !== undefined ? $currentTooltip.data(\"theme\") : \"default\",\n $arrow = \"yes\" == $currentTooltip.data(\"arrow\") ? true : false;\n $currentTooltip.tooltipster({\n animation: $animation,\n trigger: $tooltipTrigger,\n side: $tooltipSide,\n delay: $anim_duration,\n arrow: $arrow,\n theme: \"tooltipster-\" + $theme\n });\n }\n }\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-pricing-table.default\", PricingTooltip);\n});\n\n//# sourceURL=webpack:///./src/js/view/price-table.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("var PricingTooltip = function PricingTooltip($scope, $) {\n if ($.fn.tooltipster) {\n var $tooltip = $scope.find(\".tooltip\"),\n i;\n\n for (i = 0; i < $tooltip.length; i++) {\n var $currentTooltip = $(\"#\" + $($tooltip[i]).attr(\"id\")),\n $tooltipSide = $currentTooltip.data(\"side\") !== undefined ? $currentTooltip.data(\"side\") : false,\n $tooltipTrigger = $currentTooltip.data(\"trigger\") !== undefined ? $currentTooltip.data(\"trigger\") : \"hover\",\n $animation = $currentTooltip.data(\"animation\") !== undefined ? $currentTooltip.data(\"animation\") : \"fade\",\n $anim_duration = $currentTooltip.data(\"animation_duration\") !== undefined ? $currentTooltip.data(\"animation_duration\") : 300,\n $theme = $currentTooltip.data(\"theme\") !== undefined ? $currentTooltip.data(\"theme\") : \"default\",\n $arrow = \"yes\" == $currentTooltip.data(\"arrow\") ? true : false;\n $currentTooltip.tooltipster({\n animation: $animation,\n trigger: $tooltipTrigger,\n contentAsHTML: true,\n side: $tooltipSide,\n delay: $anim_duration,\n arrow: $arrow,\n theme: \"tooltipster-\" + $theme\n });\n }\n }\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-pricing-table.default\", PricingTooltip);\n});\n\n//# sourceURL=webpack:///./src/js/view/price-table.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
@@ -1 +1 @@
|
|
1 |
-
!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=15)}({15:function(t,e){var n=function(t,e){if(e.fn.tooltipster){var n,r=t.find(".tooltip");for(n=0;n<r.length;n++){var o=e("#"+e(r[n]).attr("id")),a=void 0!==o.data("side")&&o.data("side"),i=void 0!==o.data("trigger")?o.data("trigger"):"hover",d=void 0!==o.data("animation")?o.data("animation"):"fade",u=void 0!==o.data("animation_duration")?o.data("animation_duration"):300,f=void 0!==o.data("theme")?o.data("theme"):"default",l="yes"==o.data("arrow");o.tooltipster({animation:d,trigger:i,side:a,delay:u,arrow:l,theme:"tooltipster-"+f})}}};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-pricing-table.default",n)}))}});
|
1 |
+
!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=15)}({15:function(t,e){var n=function(t,e){if(e.fn.tooltipster){var n,r=t.find(".tooltip");for(n=0;n<r.length;n++){var o=e("#"+e(r[n]).attr("id")),a=void 0!==o.data("side")&&o.data("side"),i=void 0!==o.data("trigger")?o.data("trigger"):"hover",d=void 0!==o.data("animation")?o.data("animation"):"fade",u=void 0!==o.data("animation_duration")?o.data("animation_duration"):300,f=void 0!==o.data("theme")?o.data("theme"):"default",l="yes"==o.data("arrow");o.tooltipster({animation:d,trigger:i,contentAsHTML:!0,side:a,delay:u,arrow:l,theme:"tooltipster-"+f})}}};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-pricing-table.default",n)}))}});
|
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nea.hooks.addAction(\"init\", \"ea\", function () {\n var productGrid = function productGrid($scope, $) {\n var $wrap = $scope.find(\"#eael-product-grid\"); // cache wrapper\n\n var widgetId = $wrap.data(\"widget-id\");\n var pageId = $wrap.data(\"page-id\");\n var nonce = $wrap.data(\"nonce\");\n var overlay = document.createElement(\"div\");\n overlay.classList.add(\"wcpc-overlay\");\n overlay.setAttribute(\"id\", \"wcpc-overlay\");\n var body = document.getElementsByTagName(\"body\")[0];\n body.appendChild(overlay);\n var overlayNode = document.getElementById(\"wcpc-overlay\");\n var $doc = $(document);\n var loader = false;\n var compareBtn = false;\n var hasCompareIcon = false;\n var compareBtnSpan = false;\n var requestType = false; // compare | remove\n\n var iconBeforeCompare = '<i class=\"fas fa-exchange-alt\"></i>';\n var iconAfterCompare = '<i class=\"fas fa-check-circle\"></i>';\n var modalTemplate = \"\\n <div class=\\\"eael-wcpc-modal\\\">\\n <i title=\\\"Close\\\" class=\\\"close-modal far fa-times-circle\\\"></i>\\n <div class=\\\"modal__content\\\" id=\\\"eael_modal_content\\\">\\n </div>\\n </div>\\n \";\n $(body).append(modalTemplate);\n var $modalContentWraper = $(\"#eael_modal_content\");\n var modal = document.getElementsByClassName(\"eael-wcpc-modal\")[0];\n var ajaxData = [{\n name: \"action\",\n value: \"eael_product_grid\"\n }, {\n name: \"widget_id\",\n value: widgetId\n }, {\n name: \"page_id\",\n value: pageId\n }, {\n name: \"nonce\",\n value: nonce\n }];\n\n var sendData = function sendData(ajaxData, successCb, errorCb, beforeCb, completeCb) {\n $.ajax({\n url: localize.ajaxurl,\n type: \"POST\",\n dataType: \"json\",\n data: ajaxData,\n beforeSend: beforeCb,\n success: successCb,\n error: errorCb,\n complete: completeCb\n });\n };\n\n $doc.on(\"click\", \".eael-wc-compare\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n requestType = \"compare\";\n compareBtn = $(this);\n compareBtnSpan = compareBtn.find(\".eael-wc-compare-text\");\n\n if (!compareBtnSpan.length) {\n hasCompareIcon = compareBtn.hasClass(\"eael-wc-compare-icon\");\n }\n\n if (!hasCompareIcon) {\n loader = compareBtn.find(\".eael-wc-compare-loader\");\n loader.show();\n }\n\n var product_id = compareBtn.data(\"product-id\");\n var oldProductIds = localStorage.getItem('productIds');\n\n if (oldProductIds) {\n oldProductIds = JSON.parse(oldProductIds);\n oldProductIds.push(product_id);\n } else {\n oldProductIds = [product_id];\n }\n\n ajaxData.push({\n name: \"product_id\",\n value: compareBtn.data(\"product-id\")\n });\n ajaxData.push({\n name: \"product_ids\",\n value: JSON.stringify(oldProductIds)\n });\n sendData(ajaxData, handleSuccess, handleError);\n });\n $doc.on(\"click\", \".close-modal\", function (e) {\n modal.style.visibility = \"hidden\";\n modal.style.opacity = \"0\";\n overlayNode.style.visibility = \"hidden\";\n overlayNode.style.opacity = \"0\";\n });\n $doc.on(\"click\", \".eael-wc-remove\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n var $rBtn = $(this);\n var productId = $rBtn.data(\"product-id\");\n $rBtn.addClass(\"disable\");\n $rBtn.prop(\"disabled\", true); // prevent additional ajax request\n\n var oldProductIds = localStorage.getItem('productIds');\n\n if (oldProductIds) {\n oldProductIds = JSON.parse(oldProductIds);\n oldProductIds.push(productId);\n } else {\n oldProductIds = [productId];\n }\n\n var rmData = Array.from(ajaxData);\n rmData.push({\n name: \"product_id\",\n value: productId\n });\n rmData.push({\n name: \"remove_product\",\n value: 1\n });\n rmData.push({\n name: \"product_ids\",\n value: JSON.stringify(oldProductIds)\n });\n requestType = \"remove\";\n var compareBtn = $('button[data-product-id=\"' + productId + '\"]');\n compareBtnSpan = compareBtn.find(\".eael-wc-compare-text\");\n\n if (!compareBtnSpan.length) {\n hasCompareIcon = compareBtn.hasClass(\"eael-wc-compare-icon\");\n }\n\n sendData(rmData, handleSuccess, handleError);\n });\n\n function handleSuccess(data) {\n var success = data && data.success;\n\n if (success) {\n $modalContentWraper.html(data.data.compare_table);\n modal.style.visibility = \"visible\";\n modal.style.opacity = \"1\";\n overlayNode.style.visibility = \"visible\";\n overlayNode.style.opacity = \"1\";\n localStorage.setItem('productIds', JSON.stringify(data.data.product_ids));\n }\n\n if (loader) {\n loader.hide();\n }\n\n if (\"compare\" === requestType) {\n if (compareBtnSpan && compareBtnSpan.length) {\n compareBtnSpan.text(localize.i18n.added);\n } else if (hasCompareIcon) {\n compareBtn.html(iconAfterCompare);\n }\n }\n\n if (\"remove\" === requestType) {\n if (compareBtnSpan && compareBtnSpan.length) {\n compareBtnSpan.text(localize.i18n.compare);\n } else if (hasCompareIcon) {\n compareBtn.html(iconBeforeCompare);\n }\n }\n }\n\n function handleError(xhr, err) {\n console.log(err.toString());\n } // pagination\n\n\n $(\".eael-woo-pagination\", $scope).on(\"click\", \"a\", function (e) {\n e.preventDefault();\n var $this = $(this),\n nth = $this.data(\"pnumber\"),\n lmt = $this.data(\"plimit\"),\n ajax_url = localize.ajaxurl,\n args = $this.data(\"args\"),\n settings = $this.data(\"settings\"),\n widgetid = $this.data(\"widgetid\"),\n widgetclass = \".elementor-element-\" + widgetid,\n template_info = $this.data(\"template\");\n $.ajax({\n url: ajax_url,\n type: \"post\",\n data: {\n action: \"woo_product_pagination_product\",\n number: nth,\n limit: lmt,\n args: args,\n templateInfo: template_info,\n settings: settings\n },\n beforeSend: function beforeSend() {\n $(widgetclass).addClass(\"eael-product-loader\");\n },\n success: function success(response) {\n $(widgetclass + \" .eael-product-grid .products\").html(response);\n $(widgetclass + \" .woocommerce-product-gallery\").each(function () {\n $(this).wc_product_gallery();\n });\n },\n complete: function complete() {\n $(widgetclass).removeClass(\"eael-product-loader\");\n }\n });\n $.ajax({\n url: ajax_url,\n type: \"post\",\n data: {\n action: \"woo_product_pagination\",\n number: nth,\n limit: lmt,\n args: args,\n settings: settings\n },\n // beforeSend\t: function(){\n // \t$(widgetclass+\" .eael-product-grid .products\").html(\"<li style='text-align:center;'>Loading please \" +\n // \t\t\"wait...!</li>\");\n // },\n success: function success(response) {\n $(widgetclass + \" .eael-product-grid .eael-woo-pagination\").html(response);\n }\n });\n });\n $scope.on(\"click\", \".eael-product-grid-open-popup\", function (e) {\n e.preventDefault();\n e.stopPropagation();\n var $this = $(this);\n var quickview_setting = $this.data('quickview-setting');\n var popup_view = $(\".eael-woocommerce-popup-view\");\n popup_view.find(\".eael-popup-details-render\").html('<div class=\"eael-preloader\"></div>');\n popup_view.addClass(\"eael-product-popup-ready\").removeClass(\"eael-product-modal-removing\");\n popup_view.show();\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: _objectSpread(_objectSpread({\n action: \"eael_product_quickview_popup\"\n }, quickview_setting), {}, {\n security: localize.nonce\n }),\n success: function success(response) {\n if (response.success) {\n var product_preview = $(response.data);\n var popup_details = product_preview.children(\".eael-product-popup-details\");\n popup_details.find(\".variations_form\").wc_variation_form();\n var popup_view_render = popup_view.find(\".eael-popup-details-render\");\n popup_view.find(\".eael-popup-details-render\").html(popup_details);\n var product_gallery = popup_view.find(\".woocommerce-product-gallery\");\n product_gallery.css(\"opacity\", 1);\n popup_view_render.addClass(\"elementor-\" + quickview_setting.page_id);\n popup_view_render.children().addClass(\"elementor-element elementor-element-\" + quickview_setting.widget_id);\n\n if (popup_details.height() > 400) {\n popup_details.css(\"height\", \"75vh\");\n } else {\n popup_details.css(\"height\", \"auto\");\n }\n\n setTimeout(function () {\n product_gallery.wc_product_gallery();\n }, 1000);\n }\n }\n });\n });\n $(document).on(\"keypress\", \".eael-product-details-wrap input[type=number]\", function (e) {\n var keyValue = e.keyCode || e.which;\n var regex = /^[0-9]+$/;\n var isValid = regex.test(String.fromCharCode(keyValue));\n\n if (!isValid) {\n return false;\n }\n\n return isValid;\n }); // handle add to cart for quick view\n\n $(document).on(\"click\", \".eael-woo-slider-popup .single_add_to_cart_button\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n var $this = $(this),\n product_id = $(this).val(),\n variation_id = $this.closest(\"form.cart\").find('input[name=\"variation_id\"]').val() || \"\",\n quantity = $this.closest(\"form.cart\").find('input[name=\"quantity\"]').val(),\n items = $this.closest(\"form.cart.grouped_form\"),\n form = $this.closest(\"form.cart\"),\n product_data = [];\n items = items.serializeArray();\n\n if (form.hasClass(\"variations_form\")) {\n product_id = form.find('input[name=\"product_id\"]').val();\n }\n\n if (items.length > 0) {\n items.forEach(function (item, index) {\n var p_id = parseInt(item.name.replace(/[^\\d.]/g, \"\"), 10);\n\n if (item.name.indexOf(\"quantity[\") >= 0 && item.value != \"\" && p_id > 0) {\n product_data[product_data.length] = {\n product_id: p_id,\n quantity: item.value,\n variation_id: 0\n };\n }\n });\n } else {\n product_data[0] = {\n product_id: product_id,\n quantity: quantity,\n variation_id: variation_id\n };\n }\n\n $this.removeClass(\"eael-addtocart-added\");\n $this.addClass(\"eael-addtocart-loading\");\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: {\n action: \"eael_product_add_to_cart\",\n product_data: product_data,\n eael_add_to_cart_nonce: localize.nonce,\n cart_item_data: form.serializeArray()\n },\n success: function success(response) {\n if (response.success) {\n $(document.body).trigger(\"wc_fragment_refresh\");\n $this.removeClass(\"eael-addtocart-loading\");\n $this.addClass(\"eael-addtocart-added\");\n }\n }\n });\n });\n $(document).on(\"click\", \".eael-product-popup-close\", function (event) {\n event.stopPropagation();\n $(\".eael-product-popup\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n });\n $(document).on(\"click\", function (event) {\n if (event.target.closest(\".eael-product-popup-details\")) return;\n $(\".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n });\n\n if (isEditMode) {\n $(\".eael-product-image-wrap .woocommerce-product-gallery\").css(\"opacity\", \"1\");\n }\n };\n\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eicon-woocommerce.default\", productGrid);\n});\n\n//# sourceURL=webpack:///./src/js/view/product-grid.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nea.hooks.addAction(\"init\", \"ea\", function () {\n var productGrid = function productGrid($scope, $) {\n var $wrap = $scope.find(\"#eael-product-grid\"); // cache wrapper\n\n var widgetId = $wrap.data(\"widget-id\");\n var pageId = $wrap.data(\"page-id\");\n var nonce = $wrap.data(\"nonce\");\n var overlay = document.createElement(\"div\");\n overlay.classList.add(\"wcpc-overlay\");\n overlay.setAttribute(\"id\", \"wcpc-overlay\");\n var body = document.getElementsByTagName(\"body\")[0];\n body.appendChild(overlay);\n var overlayNode = document.getElementById(\"wcpc-overlay\");\n var $doc = $(document);\n var loader = false;\n var compareBtn = false;\n var hasCompareIcon = false;\n var compareBtnSpan = false;\n var requestType = false; // compare | remove\n\n var iconBeforeCompare = '<i class=\"fas fa-exchange-alt\"></i>';\n var iconAfterCompare = '<i class=\"fas fa-check-circle\"></i>';\n var modalTemplate = \"\\n <div class=\\\"eael-wcpc-modal\\\">\\n <i title=\\\"Close\\\" class=\\\"close-modal far fa-times-circle\\\"></i>\\n <div class=\\\"modal__content\\\" id=\\\"eael_modal_content\\\">\\n </div>\\n </div>\\n \";\n $(body).append(modalTemplate);\n var $modalContentWraper = $(\"#eael_modal_content\");\n var modal = document.getElementsByClassName(\"eael-wcpc-modal\")[0];\n var ajaxData = [{\n name: \"action\",\n value: \"eael_product_grid\"\n }, {\n name: \"widget_id\",\n value: widgetId\n }, {\n name: \"page_id\",\n value: pageId\n }, {\n name: \"nonce\",\n value: nonce\n }];\n\n var sendData = function sendData(ajaxData, successCb, errorCb, beforeCb, completeCb) {\n $.ajax({\n url: localize.ajaxurl,\n type: \"POST\",\n dataType: \"json\",\n data: ajaxData,\n beforeSend: beforeCb,\n success: successCb,\n error: errorCb,\n complete: completeCb\n });\n };\n\n $doc.on(\"click\", \".eael-wc-compare\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n requestType = \"compare\";\n compareBtn = $(this);\n compareBtnSpan = compareBtn.find(\".eael-wc-compare-text\");\n\n if (!compareBtnSpan.length) {\n hasCompareIcon = compareBtn.hasClass(\"eael-wc-compare-icon\");\n }\n\n if (!hasCompareIcon) {\n loader = compareBtn.find(\".eael-wc-compare-loader\");\n loader.show();\n }\n\n var product_id = compareBtn.data(\"product-id\");\n var oldProductIds = localStorage.getItem('productIds');\n\n if (oldProductIds) {\n oldProductIds = JSON.parse(oldProductIds);\n oldProductIds.push(product_id);\n } else {\n oldProductIds = [product_id];\n }\n\n ajaxData.push({\n name: \"product_id\",\n value: compareBtn.data(\"product-id\")\n });\n ajaxData.push({\n name: \"product_ids\",\n value: JSON.stringify(oldProductIds)\n });\n sendData(ajaxData, handleSuccess, handleError);\n });\n $doc.on(\"click\", \".close-modal\", function (e) {\n modal.style.visibility = \"hidden\";\n modal.style.opacity = \"0\";\n overlayNode.style.visibility = \"hidden\";\n overlayNode.style.opacity = \"0\";\n });\n $doc.on(\"click\", \".eael-wc-remove\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n var $rBtn = $(this);\n var productId = $rBtn.data(\"product-id\");\n $rBtn.addClass(\"disable\");\n $rBtn.prop(\"disabled\", true); // prevent additional ajax request\n\n var oldProductIds = localStorage.getItem('productIds');\n\n if (oldProductIds) {\n oldProductIds = JSON.parse(oldProductIds);\n oldProductIds.push(productId);\n } else {\n oldProductIds = [productId];\n }\n\n var rmData = Array.from(ajaxData);\n rmData.push({\n name: \"product_id\",\n value: productId\n });\n rmData.push({\n name: \"remove_product\",\n value: 1\n });\n rmData.push({\n name: \"product_ids\",\n value: JSON.stringify(oldProductIds)\n });\n requestType = \"remove\";\n var compareBtn = $('button[data-product-id=\"' + productId + '\"]');\n compareBtnSpan = compareBtn.find(\".eael-wc-compare-text\");\n\n if (!compareBtnSpan.length) {\n hasCompareIcon = compareBtn.hasClass(\"eael-wc-compare-icon\");\n }\n\n sendData(rmData, handleSuccess, handleError);\n });\n\n function handleSuccess(data) {\n var success = data && data.success;\n\n if (success) {\n $modalContentWraper.html(data.data.compare_table);\n modal.style.visibility = \"visible\";\n modal.style.opacity = \"1\";\n overlayNode.style.visibility = \"visible\";\n overlayNode.style.opacity = \"1\";\n localStorage.setItem('productIds', JSON.stringify(data.data.product_ids));\n }\n\n if (loader) {\n loader.hide();\n }\n\n if (\"compare\" === requestType) {\n if (compareBtnSpan && compareBtnSpan.length) {\n compareBtnSpan.text(localize.i18n.added);\n } else if (hasCompareIcon) {\n compareBtn.html(iconAfterCompare);\n }\n }\n\n if (\"remove\" === requestType) {\n if (compareBtnSpan && compareBtnSpan.length) {\n compareBtnSpan.text(localize.i18n.compare);\n } else if (hasCompareIcon) {\n compareBtn.html(iconBeforeCompare);\n }\n }\n }\n\n function handleError(xhr, err) {\n console.log(err.toString());\n } // pagination\n\n\n $(\".eael-woo-pagination\", $scope).on(\"click\", \"a\", function (e) {\n e.preventDefault();\n var $this = $(this),\n nth = $this.data(\"pnumber\"),\n lmt = $this.data(\"plimit\"),\n ajax_url = localize.ajaxurl,\n args = $this.data(\"args\"),\n settings = $this.data(\"settings\"),\n widgetid = $this.data(\"widgetid\"),\n widgetclass = \".elementor-element-\" + widgetid,\n template_info = $this.data(\"template\");\n $.ajax({\n url: ajax_url,\n type: \"post\",\n data: {\n action: \"woo_product_pagination_product\",\n number: nth,\n limit: lmt,\n args: args,\n templateInfo: template_info,\n settings: settings\n },\n beforeSend: function beforeSend() {\n $(widgetclass).addClass(\"eael-product-loader\");\n },\n success: function success(response) {\n $(widgetclass + \" .eael-product-grid .products\").html(response);\n $(widgetclass + \" .woocommerce-product-gallery\").each(function () {\n $(this).wc_product_gallery();\n });\n $('html, body').animate({\n scrollTop: $(widgetclass + \" .eael-product-grid\").offset().top - 50\n }, 500);\n },\n complete: function complete() {\n $(widgetclass).removeClass(\"eael-product-loader\");\n }\n });\n $.ajax({\n url: ajax_url,\n type: \"post\",\n data: {\n action: \"woo_product_pagination\",\n number: nth,\n limit: lmt,\n args: args,\n settings: settings\n },\n // beforeSend\t: function(){\n // \t$(widgetclass+\" .eael-product-grid .products\").html(\"<li style='text-align:center;'>Loading please \" +\n // \t\t\"wait...!</li>\");\n // },\n success: function success(response) {\n $(widgetclass + \" .eael-product-grid .eael-woo-pagination\").html(response);\n $('html, body').animate({\n scrollTop: $(widgetclass + \" .eael-product-grid\").offset().top - 50\n }, 500);\n }\n });\n });\n $scope.on(\"click\", \".eael-product-grid-open-popup\", function (e) {\n e.preventDefault();\n e.stopPropagation();\n var $this = $(this);\n var quickview_setting = $this.data('quickview-setting');\n var popup_view = $(\".eael-woocommerce-popup-view\");\n popup_view.find(\".eael-popup-details-render\").html('<div class=\"eael-preloader\"></div>');\n popup_view.addClass(\"eael-product-popup-ready\").removeClass(\"eael-product-modal-removing\");\n popup_view.show();\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: _objectSpread(_objectSpread({\n action: \"eael_product_quickview_popup\"\n }, quickview_setting), {}, {\n security: localize.nonce\n }),\n success: function success(response) {\n if (response.success) {\n var product_preview = $(response.data);\n var popup_details = product_preview.children(\".eael-product-popup-details\");\n popup_details.find(\".variations_form\").wc_variation_form();\n var popup_view_render = popup_view.find(\".eael-popup-details-render\");\n popup_view.find(\".eael-popup-details-render\").html(popup_details);\n var product_gallery = popup_view.find(\".woocommerce-product-gallery\");\n product_gallery.css(\"opacity\", 1);\n popup_view_render.addClass(\"elementor-\" + quickview_setting.page_id);\n popup_view_render.children().addClass(\"elementor-element elementor-element-\" + quickview_setting.widget_id);\n\n if (popup_details.height() > 400) {\n popup_details.css(\"height\", \"75vh\");\n } else {\n popup_details.css(\"height\", \"auto\");\n }\n\n setTimeout(function () {\n product_gallery.wc_product_gallery();\n }, 1000);\n }\n }\n });\n });\n $(document).on(\"keypress\", \".eael-product-details-wrap input[type=number]\", function (e) {\n var keyValue = e.keyCode || e.which;\n var regex = /^[0-9]+$/;\n var isValid = regex.test(String.fromCharCode(keyValue));\n\n if (!isValid) {\n return false;\n }\n\n return isValid;\n }); // handle add to cart for quick view\n\n $(document).on(\"click\", \".eael-woo-slider-popup .single_add_to_cart_button\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n var $this = $(this),\n product_id = $(this).val(),\n variation_id = $this.closest(\"form.cart\").find('input[name=\"variation_id\"]').val() || \"\",\n quantity = $this.closest(\"form.cart\").find('input[name=\"quantity\"]').val(),\n items = $this.closest(\"form.cart.grouped_form\"),\n form = $this.closest(\"form.cart\"),\n product_data = [];\n items = items.serializeArray();\n\n if (form.hasClass(\"variations_form\")) {\n product_id = form.find('input[name=\"product_id\"]').val();\n }\n\n if (items.length > 0) {\n items.forEach(function (item, index) {\n var p_id = parseInt(item.name.replace(/[^\\d.]/g, \"\"), 10);\n\n if (item.name.indexOf(\"quantity[\") >= 0 && item.value != \"\" && p_id > 0) {\n product_data[product_data.length] = {\n product_id: p_id,\n quantity: item.value,\n variation_id: 0\n };\n }\n });\n } else {\n product_data[0] = {\n product_id: product_id,\n quantity: quantity,\n variation_id: variation_id\n };\n }\n\n $this.removeClass(\"eael-addtocart-added\");\n $this.addClass(\"eael-addtocart-loading\");\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: {\n action: \"eael_product_add_to_cart\",\n product_data: product_data,\n eael_add_to_cart_nonce: localize.nonce,\n cart_item_data: form.serializeArray()\n },\n success: function success(response) {\n if (response.success) {\n $(document.body).trigger(\"wc_fragment_refresh\");\n $this.removeClass(\"eael-addtocart-loading\");\n $this.addClass(\"eael-addtocart-added\");\n }\n }\n });\n });\n $(document).on(\"click\", \".eael-product-popup-close\", function (event) {\n event.stopPropagation();\n $(\".eael-product-popup\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n });\n $(document).on(\"click\", function (event) {\n if (event.target.closest(\".eael-product-popup-details\")) return;\n $(\".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n });\n\n if (isEditMode) {\n $(\".eael-product-image-wrap .woocommerce-product-gallery\").css(\"opacity\", \"1\");\n }\n };\n\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eicon-woocommerce.default\", productGrid);\n});\n\n//# sourceURL=webpack:///./src/js/view/product-grid.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function a(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(o,r,function(t){return e[t]}.bind(null,r));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=16)}({16:function(e,t){function a(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,o)}return a}function o(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?a(Object(o),!0).forEach((function(t){r(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):a(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eicon-woocommerce.default",(function(e,t){var a=e.find("#eael-product-grid"),r=a.data("widget-id"),n=a.data("page-id"),i=a.data("nonce"),c=document.createElement("div");c.classList.add("wcpc-overlay"),c.setAttribute("id","wcpc-overlay");var l=document.getElementsByTagName("body")[0];l.appendChild(c);var d=document.getElementById("wcpc-overlay"),
|
1 |
+
!function(e){var t={};function a(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(o,r,function(t){return e[t]}.bind(null,r));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=16)}({16:function(e,t){function a(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,o)}return a}function o(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?a(Object(o),!0).forEach((function(t){r(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):a(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eicon-woocommerce.default",(function(e,t){var a=e.find("#eael-product-grid"),r=a.data("widget-id"),n=a.data("page-id"),i=a.data("nonce"),c=document.createElement("div");c.classList.add("wcpc-overlay"),c.setAttribute("id","wcpc-overlay");var l=document.getElementsByTagName("body")[0];l.appendChild(c);var d=document.getElementById("wcpc-overlay"),p=t(document),s=!1,u=!1,m=!1,f=!1,v=!1;t(l).append('\n <div class="eael-wcpc-modal">\n <i title="Close" class="close-modal far fa-times-circle"></i>\n <div class="modal__content" id="eael_modal_content">\n </div>\n </div>\n ');var g=t("#eael_modal_content"),y=document.getElementsByClassName("eael-wcpc-modal")[0],_=[{name:"action",value:"eael_product_grid"},{name:"widget_id",value:r},{name:"page_id",value:n},{name:"nonce",value:i}],h=function(e,a,o,r,n){t.ajax({url:localize.ajaxurl,type:"POST",dataType:"json",data:e,beforeSend:r,success:a,error:o,complete:n})};function b(e){e&&e.success&&(g.html(e.data.compare_table),y.style.visibility="visible",y.style.opacity="1",d.style.visibility="visible",d.style.opacity="1",localStorage.setItem("productIds",JSON.stringify(e.data.product_ids))),s&&s.hide(),"compare"===v&&(f&&f.length?f.text(localize.i18n.added):m&&u.html('<i class="fas fa-check-circle"></i>')),"remove"===v&&(f&&f.length?f.text(localize.i18n.compare):m&&u.html('<i class="fas fa-exchange-alt"></i>'))}function w(e,t){console.log(t.toString())}p.on("click",".eael-wc-compare",(function(e){e.preventDefault(),e.stopImmediatePropagation(),v="compare",u=t(this),(f=u.find(".eael-wc-compare-text")).length||(m=u.hasClass("eael-wc-compare-icon")),m||(s=u.find(".eael-wc-compare-loader")).show();var a=u.data("product-id"),o=localStorage.getItem("productIds");o?(o=JSON.parse(o)).push(a):o=[a],_.push({name:"product_id",value:u.data("product-id")}),_.push({name:"product_ids",value:JSON.stringify(o)}),h(_,b,w)})),p.on("click",".close-modal",(function(e){y.style.visibility="hidden",y.style.opacity="0",d.style.visibility="hidden",d.style.opacity="0"})),p.on("click",".eael-wc-remove",(function(e){e.preventDefault(),e.stopImmediatePropagation();var a=t(this),o=a.data("product-id");a.addClass("disable"),a.prop("disabled",!0);var r=localStorage.getItem("productIds");r?(r=JSON.parse(r)).push(o):r=[o];var n=Array.from(_);n.push({name:"product_id",value:o}),n.push({name:"remove_product",value:1}),n.push({name:"product_ids",value:JSON.stringify(r)}),v="remove";var i=t('button[data-product-id="'+o+'"]');(f=i.find(".eael-wc-compare-text")).length||(m=i.hasClass("eael-wc-compare-icon")),h(n,b,w)})),t(".eael-woo-pagination",e).on("click","a",(function(e){e.preventDefault();var a=t(this),o=a.data("pnumber"),r=a.data("plimit"),n=localize.ajaxurl,i=a.data("args"),c=a.data("settings"),l=".elementor-element-"+a.data("widgetid"),d=a.data("template");t.ajax({url:n,type:"post",data:{action:"woo_product_pagination_product",number:o,limit:r,args:i,templateInfo:d,settings:c},beforeSend:function(){t(l).addClass("eael-product-loader")},success:function(e){t(l+" .eael-product-grid .products").html(e),t(l+" .woocommerce-product-gallery").each((function(){t(this).wc_product_gallery()})),t("html, body").animate({scrollTop:t(l+" .eael-product-grid").offset().top-50},500)},complete:function(){t(l).removeClass("eael-product-loader")}}),t.ajax({url:n,type:"post",data:{action:"woo_product_pagination",number:o,limit:r,args:i,settings:c},success:function(e){t(l+" .eael-product-grid .eael-woo-pagination").html(e),t("html, body").animate({scrollTop:t(l+" .eael-product-grid").offset().top-50},500)}})})),e.on("click",".eael-product-grid-open-popup",(function(e){e.preventDefault(),e.stopPropagation();var a=t(this).data("quickview-setting"),r=t(".eael-woocommerce-popup-view");r.find(".eael-popup-details-render").html('<div class="eael-preloader"></div>'),r.addClass("eael-product-popup-ready").removeClass("eael-product-modal-removing"),r.show(),t.ajax({url:localize.ajaxurl,type:"post",data:o(o({action:"eael_product_quickview_popup"},a),{},{security:localize.nonce}),success:function(e){if(e.success){var o=t(e.data).children(".eael-product-popup-details");o.find(".variations_form").wc_variation_form();var n=r.find(".eael-popup-details-render");r.find(".eael-popup-details-render").html(o);var i=r.find(".woocommerce-product-gallery");i.css("opacity",1),n.addClass("elementor-"+a.page_id),n.children().addClass("elementor-element elementor-element-"+a.widget_id),o.height()>400?o.css("height","75vh"):o.css("height","auto"),setTimeout((function(){i.wc_product_gallery()}),1e3)}}})})),t(document).on("keypress",".eael-product-details-wrap input[type=number]",(function(e){var t=e.keyCode||e.which,a=/^[0-9]+$/.test(String.fromCharCode(t));return a||!1})),t(document).on("click",".eael-woo-slider-popup .single_add_to_cart_button",(function(e){e.preventDefault(),e.stopImmediatePropagation();var a=t(this),o=t(this).val(),r=a.closest("form.cart").find('input[name="variation_id"]').val()||"",n=a.closest("form.cart").find('input[name="quantity"]').val(),i=a.closest("form.cart.grouped_form"),c=a.closest("form.cart"),l=[];i=i.serializeArray(),c.hasClass("variations_form")&&(o=c.find('input[name="product_id"]').val()),i.length>0?i.forEach((function(e,t){var a=parseInt(e.name.replace(/[^\d.]/g,""),10);e.name.indexOf("quantity[")>=0&&""!=e.value&&a>0&&(l[l.length]={product_id:a,quantity:e.value,variation_id:0})})):l[0]={product_id:o,quantity:n,variation_id:r},a.removeClass("eael-addtocart-added"),a.addClass("eael-addtocart-loading"),t.ajax({url:localize.ajaxurl,type:"post",data:{action:"eael_product_add_to_cart",product_data:l,eael_add_to_cart_nonce:localize.nonce,cart_item_data:c.serializeArray()},success:function(e){e.success&&(t(document.body).trigger("wc_fragment_refresh"),a.removeClass("eael-addtocart-loading"),a.addClass("eael-addtocart-added"))}})})),t(document).on("click",".eael-product-popup-close",(function(e){e.stopPropagation(),t(".eael-product-popup").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),t(document).on("click",(function(e){e.target.closest(".eael-product-popup-details")||t(".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),isEditMode&&t(".eael-product-image-wrap .woocommerce-product-gallery").css("opacity","1")}))}))}});
|
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }\n\nfunction _nonIterableSpread() { throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _iterableToArray(iter) { if (typeof Symbol !== \"undefined\" && Symbol.iterator in Object(iter)) return Array.from(iter); }\n\nfunction _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\n(function ($) {\n jQuery(document).ready(function () {\n /**\n * add ID in main content heading tag\n * @param selector\n * @param supportTag\n */\n function eael_toc_content(selector, supportTag) {\n var listId = document.getElementById(\"eael-toc-list\");\n\n if (selector === null || supportTag === undefined || !listId) {\n return null;\n }\n\n var eaelToc = document.getElementById(\"eael-toc\");\n var titleUrl = typeof eaelToc.dataset.titleurl !== \"undefined\" ? eaelToc.dataset.titleurl : \"false\";\n var excludeArr = typeof eaelToc.dataset.excludeSelector !== \"undefined\" ? eaelToc.dataset.excludeSelector.replace(/^,|,$/g, \"\") : \"\";\n var allSupportTag = [];\n var mainSelector = document.querySelectorAll(selector),\n listIndex = 0;\n\n for (var j = 0; j < mainSelector.length; j++) {\n allSupportTag = [].concat(_toConsumableArray(allSupportTag), _toConsumableArray(mainSelector[j].querySelectorAll(supportTag)));\n }\n\n allSupportTag = Array.from(new Set(allSupportTag));\n allSupportTag.forEach(function (el) {\n if (eaelTocExclude(excludeArr, el)) {\n return;\n }\n\n el.id = listIndex + \"-\" + eael_build_id(titleUrl, el.textContent);\n el.classList.add(\"eael-heading-content\");\n listIndex++;\n }); //build toc list hierarchy\n\n eael_list_hierarchy(selector, supportTag, allSupportTag);\n var firstChild = $(\"ul.eael-toc-list > li\");\n\n if (firstChild.length < 1) {\n document.getElementById(\"eael-toc\").classList.add(\"eael-toc-disable\");\n }\n\n firstChild.each(function () {\n this.classList.add(\"eael-first-child\");\n });\n }\n /**\n * Make toc list\n * @param selector\n * @param supportTag\n */\n\n\n function eael_list_hierarchy(selector, supportTag, allSupportTagList) {\n var tagList = supportTag;\n var allHeadings = allSupportTagList;\n var eaelToc = document.getElementById(\"eael-toc\");\n var titleUrl = typeof eaelToc.dataset.titleurl !== \"undefined\" ? eaelToc.dataset.titleurl : \"false\";\n var listId = document.getElementById(\"eael-toc-list\");\n var excludeArr = typeof eaelToc.dataset.excludeselector !== \"undefined\" ? eaelToc.dataset.excludeselector.replace(/^,|,$/g, \"\") : \"\";\n var parentLevel = \"\",\n baseTag = parentLevel = tagList.trim().split(\",\")[0].substr(1, 1),\n ListNode = listId;\n listId.innerHTML = \"\";\n\n if (allHeadings.length > 0) {\n document.getElementById(\"eael-toc\").classList.remove(\"eael-toc-disable\");\n }\n\n for (var i = 0, len = allHeadings.length; i < len; ++i) {\n var currentHeading = allHeadings[i];\n\n if (eaelTocExclude(excludeArr, currentHeading)) {\n continue;\n }\n\n var latestLavel = parseInt(currentHeading.tagName.substr(1, 1));\n var diff = latestLavel - parentLevel;\n\n if (diff > 0) {\n var containerLiNode = ListNode.lastChild;\n\n if (containerLiNode) {\n var createUlNode = document.createElement(\"UL\");\n containerLiNode.appendChild(createUlNode);\n ListNode = createUlNode;\n parentLevel = latestLavel;\n }\n }\n\n var sequenceParent = false;\n\n if (diff < 0) {\n while (0 !== diff++) {\n if (ListNode.parentNode.parentNode) {\n ListNode = ListNode.parentNode.parentNode;\n }\n }\n\n parentLevel = latestLavel;\n sequenceParent = true;\n }\n\n if (ListNode.tagName !== \"UL\") {\n ListNode = listId;\n }\n\n if (currentHeading.textContent.trim() === \"\") {\n continue;\n }\n\n var liNode = document.createElement(\"LI\");\n var anchorTag = document.createElement(\"A\");\n var spanTag = document.createElement(\"SPAN\");\n\n if (baseTag === parentLevel || sequenceParent) {\n liNode.setAttribute(\"itemscope\", \"\");\n liNode.setAttribute(\"itemtype\", \"http://schema.org/ListItem\");\n liNode.setAttribute(\"itemprop\", \"itemListElement\");\n }\n\n var Linkid = \"#\" + i + \"-\" + eael_build_id(titleUrl, currentHeading.textContent);\n anchorTag.className = \"eael-toc-link\";\n anchorTag.setAttribute(\"itemprop\", \"item\");\n anchorTag.setAttribute(\"href\", Linkid);\n spanTag.appendChild(document.createTextNode(currentHeading.textContent));\n anchorTag.appendChild(spanTag);\n liNode.appendChild(anchorTag);\n ListNode.appendChild(liNode);\n }\n } // expand collapse\n\n\n $(document).on(\"click\", \"ul.eael-toc-list a\", function (e) {\n e.preventDefault();\n $(document).off(\"scroll\");\n var target = this.hash;\n history.pushState(\"\", document.title, window.location.pathname + window.location.search);\n var parentLi = $(this).parent();\n\n if (parentLi.is(\".eael-highlight-parent.eael-highlight-active\")) {\n window.location.hash = target;\n return false;\n }\n\n $(\".eael-highlight-active, .eael-highlight-parent\").removeClass(\"eael-highlight-active eael-highlight-parent\");\n $(this).closest(\".eael-first-child\").addClass(\"eael-highlight-parent\");\n $(this).parent().addClass(\"eael-highlight-active\");\n window.location.hash = target;\n }); //some site not working with **window.onscroll**\n\n window.addEventListener(\"scroll\", function (e) {\n eaelTocSticky();\n });\n var stickyScroll = $(\"#eael-toc\").data(\"stickyscroll\");\n /**\n * Check selector in array\n *\n * @param arr\n * @param el\n * @returns boolean\n */\n\n function eaelTocExclude(excludes, el) {\n return $(el).closest(excludes).length;\n }\n /**\n * check sticky\n */\n\n\n function eaelTocSticky() {\n var eaelToc = document.getElementById(\"eael-toc\");\n\n if (!eaelToc) {\n return;\n }\n\n stickyScroll = stickyScroll !== undefined ? stickyScroll : 200;\n\n if (window.pageYOffset >= stickyScroll && !eaelToc.classList.contains(\"eael-toc-disable\")) {\n eaelToc.classList.add(\"eael-sticky\");\n } else {\n eaelToc.classList.remove(\"eael-sticky\");\n }\n }\n /**\n *\n * @param content\n * @returns {string}\n */\n\n\n function eael_build_id(showTitle, title) {\n if (showTitle == \"true\" && title != \"\") {\n //create slug from Heading text\n return title.toString().toLowerCase().normalize(\"NFD\").trim().replace(/[^a-z0-9 -]/g, \"\").replace(/\\s+/g, \"-\").replace(/^-+/, \"\").replace(/-+$/, \"\").replace(/-+/g, \"-\");\n } else {\n return \"eael-table-of-content\";\n }\n }\n /**\n *\n * @returns {null|selector}\n */\n\n\n function eael_toc_check_content() {\n var eaelToc = document.getElementById(\"eael-toc\");\n\n if (eaelToc && eaelToc.dataset.contentselector) {\n return eaelToc.dataset.contentselector;\n }\n\n var contentSelectro = \".site-content\";\n\n if ($(\".site-content\")[0]) {\n contentSelectro = \".site-content\";\n } else if ($(\".elementor-inner\")[0]) {\n contentSelectro = \".elementor-inner\";\n } else if ($(\"#site-content\")[0]) {\n contentSelectro = \"#site-content\";\n } else if ($(\".site-main\")) {\n contentSelectro = \".site-main\";\n }\n\n return contentSelectro;\n } //toc auto collapse\n\n\n $(\"body\").click(function (e) {\n var target = $(e.target);\n var eaToc = $(\"#eael-toc\");\n\n if (eaToc.hasClass(\"eael-toc-auto-collapse\") && eaToc.hasClass(\"eael-sticky\") && !eaToc.hasClass(\"collapsed\") && $(target).closest(\"#eael-toc\").length === 0) {\n eaToc.toggleClass(\"collapsed\");\n }\n });\n $(document).on(\"click\", \".eael-toc-close ,.eael-toc-button\", function (event) {\n event.stopPropagation();\n $(\".eael-toc\").toggleClass(\"collapsed\");\n });\n\n function eael_build_toc($settings) {\n var pageSetting = $settings.settings,\n title = pageSetting.eael_ext_toc_title,\n toc_style_class = \"eael-toc-list eael-toc-list-\" + pageSetting.eael_ext_table_of_content_list_style,\n icon = pageSetting.eael_ext_table_of_content_header_icon.value,\n el_class = pageSetting.eael_ext_toc_position === \"right\" ? \" eael-toc-right\" : \" \";\n toc_style_class += pageSetting.eael_ext_toc_collapse_sub_heading === \"yes\" ? \" eael-toc-collapse\" : \" \";\n toc_style_class += pageSetting.eael_ext_toc_list_icon === \"number\" ? \" eael-toc-number\" : \" eael-toc-bullet\";\n return '<div id=\"eael-toc\" class=\"eael-toc eael-toc-disable ' + el_class + '\">' + '<div class=\"eael-toc-header\"><span class=\"eael-toc-close\">×</span><h2 class=\"eael-toc-title\">' + title + \"</h2></div>\" + '<div class=\"eael-toc-body\"><ul id=\"eael-toc-list\" class=\"' + toc_style_class + '\"></ul></div>' + '<button class=\"eael-toc-button\"><i class=\"' + icon + '\"></i><span>' + title + \"</span></button>\" + \"</div>\";\n }\n\n if (typeof ea !== 'undefined' && ea.isEditMode) {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/widget\", function ($scope, jQuery) {\n var tocLoad = jQuery(\"#eael-toc #eael-toc-list\");\n var TocList = tocLoad.find(\"li.eael-first-child\");\n\n if (TocList.length < 1 && tocLoad.length >= 1) {\n var tagList = jQuery(\"#eael-toc\").data(\"eaeltoctag\");\n\n if (tagList) {\n eael_toc_content(eael_toc_check_content(), tagList);\n }\n }\n });\n }\n\n var editMode = typeof isEditMode !== 'undefined' ? isEditMode : false;\n var intSupportTag = $(\"#eael-toc\").data(\"eaeltoctag\");\n\n if (intSupportTag !== \"\" && !editMode) {\n eael_toc_content(eael_toc_check_content(), intSupportTag);\n }\n });\n})(jQuery);\n\n//# sourceURL=webpack:///./src/js/view/table-of-content.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }\n\nfunction _nonIterableSpread() { throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _iterableToArray(iter) { if (typeof Symbol !== \"undefined\" && Symbol.iterator in Object(iter)) return Array.from(iter); }\n\nfunction _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\n(function ($) {\n jQuery(document).ready(function () {\n /**\n * add ID in main content heading tag\n * @param selector\n * @param supportTag\n */\n var headerHeight = $(\"header\").height();\n var page_offset = $(\"#eael-toc\").data(\"page_offset\");\n var page_offset = page_offset !== 0 && page_offset !== undefined ? page_offset : null;\n var offsetSpan = page_offset !== null ? page_offset : headerHeight !== undefined && headerHeight !== 0 ? headerHeight + 10 : 120;\n\n function eael_toc_content(selector, supportTag) {\n var listId = document.getElementById(\"eael-toc-list\");\n\n if (selector === null || supportTag === undefined || !listId) {\n return null;\n }\n\n var eaelToc = document.getElementById(\"eael-toc\");\n var titleUrl = typeof eaelToc.dataset.titleurl !== \"undefined\" ? eaelToc.dataset.titleurl : \"false\";\n var excludeArr = typeof eaelToc.dataset.excludeSelector !== \"undefined\" ? eaelToc.dataset.excludeSelector.replace(/^,|,$/g, \"\") : \"\";\n var allSupportTag = [];\n var mainSelector = document.querySelectorAll(selector),\n listIndex = 0;\n\n for (var j = 0; j < mainSelector.length; j++) {\n allSupportTag = [].concat(_toConsumableArray(allSupportTag), _toConsumableArray(mainSelector[j].querySelectorAll(supportTag)));\n }\n\n allSupportTag = Array.from(new Set(allSupportTag));\n allSupportTag.forEach(function (el) {\n if (eaelTocExclude(excludeArr, el)) {\n return;\n }\n\n el.id = listIndex + \"-\" + eael_build_id(titleUrl, el.textContent);\n el.classList.add(\"eael-heading-content\");\n listIndex++;\n }); //build toc list hierarchy\n\n eael_list_hierarchy(selector, supportTag, allSupportTag);\n var firstChild = $(\"ul.eael-toc-list > li\");\n\n if (firstChild.length < 1) {\n document.getElementById(\"eael-toc\").classList.add(\"eael-toc-disable\");\n }\n\n firstChild.each(function () {\n this.classList.add(\"eael-first-child\");\n });\n }\n /**\n * Make toc list\n * @param selector\n * @param supportTag\n */\n\n\n function eael_list_hierarchy(selector, supportTag, allSupportTagList) {\n var tagList = supportTag;\n var allHeadings = allSupportTagList;\n var eaelToc = document.getElementById(\"eael-toc\");\n var titleUrl = typeof eaelToc.dataset.titleurl !== \"undefined\" ? eaelToc.dataset.titleurl : \"false\";\n var listId = document.getElementById(\"eael-toc-list\");\n var excludeArr = typeof eaelToc.dataset.excludeselector !== \"undefined\" ? eaelToc.dataset.excludeselector.replace(/^,|,$/g, \"\") : \"\";\n var parentLevel = \"\",\n baseTag = parentLevel = tagList.trim().split(\",\")[0].substr(1, 1),\n ListNode = listId;\n listId.innerHTML = \"\";\n\n if (allHeadings.length > 0) {\n document.getElementById(\"eael-toc\").classList.remove(\"eael-toc-disable\");\n }\n\n for (var i = 0, len = allHeadings.length; i < len; ++i) {\n var currentHeading = allHeadings[i];\n\n if (eaelTocExclude(excludeArr, currentHeading)) {\n continue;\n }\n\n var latestLavel = parseInt(currentHeading.tagName.substr(1, 1));\n var diff = latestLavel - parentLevel;\n\n if (diff > 0) {\n var containerLiNode = ListNode.lastChild;\n\n if (containerLiNode) {\n var createUlNode = document.createElement(\"UL\");\n containerLiNode.appendChild(createUlNode);\n ListNode = createUlNode;\n parentLevel = latestLavel;\n }\n }\n\n var sequenceParent = false;\n\n if (diff < 0) {\n while (0 !== diff++) {\n if (ListNode.parentNode.parentNode) {\n ListNode = ListNode.parentNode.parentNode;\n }\n }\n\n parentLevel = latestLavel;\n sequenceParent = true;\n }\n\n if (ListNode.tagName !== \"UL\") {\n ListNode = listId;\n }\n\n if (currentHeading.textContent.trim() === \"\") {\n continue;\n }\n\n var liNode = document.createElement(\"LI\");\n var anchorTag = document.createElement(\"A\");\n var spanTag = document.createElement(\"SPAN\");\n\n if (baseTag === parentLevel || sequenceParent) {\n liNode.setAttribute(\"itemscope\", \"\");\n liNode.setAttribute(\"itemtype\", \"http://schema.org/ListItem\");\n liNode.setAttribute(\"itemprop\", \"itemListElement\");\n }\n\n var Linkid = \"#\" + i + \"-\" + eael_build_id(titleUrl, currentHeading.textContent);\n anchorTag.className = \"eael-toc-link\";\n anchorTag.setAttribute(\"itemprop\", \"item\");\n anchorTag.setAttribute(\"href\", Linkid);\n spanTag.appendChild(document.createTextNode(currentHeading.textContent));\n anchorTag.appendChild(spanTag);\n liNode.appendChild(anchorTag);\n ListNode.appendChild(liNode);\n }\n } // expand collapse\n\n\n $(document).on(\"click\", \"ul.eael-toc-list a\", function (e) {\n e.preventDefault();\n $(document).off(\"scroll\");\n var target = this.hash;\n history.pushState(\"\", document.title, window.location.pathname + window.location.search);\n var parentLi = $(this).parent();\n\n if (parentLi.is(\".eael-highlight-parent.eael-highlight-active\")) {\n $('html, body').animate({\n scrollTop: $(target).offset().top - offsetSpan\n }, 0);\n return false;\n }\n\n $(\".eael-highlight-active, .eael-highlight-parent\").removeClass(\"eael-highlight-active eael-highlight-parent\");\n $(this).closest(\".eael-first-child\").addClass(\"eael-highlight-parent\");\n $(this).parent().addClass(\"eael-highlight-active\");\n $('html, body').animate({\n scrollTop: $(target).offset().top - offsetSpan\n }, 0);\n }); //some site not working with **window.onscroll**\n\n window.addEventListener(\"scroll\", function (e) {\n eaelTocSticky();\n });\n var stickyScroll = $(\"#eael-toc\").data(\"stickyscroll\");\n /**\n * Check selector in array\n *\n * @param arr\n * @param el\n * @returns boolean\n */\n\n function eaelTocExclude(excludes, el) {\n return $(el).closest(excludes).length;\n }\n /**\n * check sticky\n */\n\n\n function eaelTocSticky() {\n var eaelToc = document.getElementById(\"eael-toc\");\n\n if (!eaelToc) {\n return;\n }\n\n stickyScroll = stickyScroll !== undefined ? stickyScroll : 200;\n\n if (window.pageYOffset >= stickyScroll && !eaelToc.classList.contains(\"eael-toc-disable\")) {\n eaelToc.classList.add(\"eael-sticky\");\n } else {\n eaelToc.classList.remove(\"eael-sticky\");\n }\n }\n /**\n *\n * @param content\n * @returns {string}\n */\n\n\n function eael_build_id(showTitle, title) {\n if (showTitle == \"true\" && title != \"\") {\n //create slug from Heading text\n return title.toString().toLowerCase().normalize(\"NFD\").trim().replace(/[^a-z0-9 -]/g, \"\").replace(/\\s+/g, \"-\").replace(/^-+/, \"\").replace(/-+$/, \"\").replace(/-+/g, \"-\");\n } else {\n return \"eael-table-of-content\";\n }\n }\n /**\n *\n * @returns {null|selector}\n */\n\n\n function eael_toc_check_content() {\n var eaelToc = document.getElementById(\"eael-toc\");\n\n if (eaelToc && eaelToc.dataset.contentselector) {\n return eaelToc.dataset.contentselector;\n }\n\n var contentSelectro = \".site-content\";\n\n if ($(\".site-content\")[0]) {\n contentSelectro = \".site-content\";\n } else if ($(\".elementor-inner\")[0]) {\n contentSelectro = \".elementor-inner\";\n } else if ($(\"#site-content\")[0]) {\n contentSelectro = \"#site-content\";\n } else if ($(\".site-main\")) {\n contentSelectro = \".site-main\";\n }\n\n return contentSelectro;\n } //toc auto collapse\n\n\n $(\"body\").click(function (e) {\n var target = $(e.target);\n var eaToc = $(\"#eael-toc\");\n\n if (eaToc.hasClass(\"eael-toc-auto-collapse\") && eaToc.hasClass(\"eael-sticky\") && !eaToc.hasClass(\"collapsed\") && $(target).closest(\"#eael-toc\").length === 0) {\n eaToc.toggleClass(\"collapsed\");\n }\n });\n $(document).on(\"click\", \".eael-toc-close ,.eael-toc-button\", function (event) {\n event.stopPropagation();\n $(\".eael-toc\").toggleClass(\"collapsed\");\n });\n\n function eael_build_toc($settings) {\n var pageSetting = $settings.settings,\n title = pageSetting.eael_ext_toc_title,\n toc_style_class = \"eael-toc-list eael-toc-list-\" + pageSetting.eael_ext_table_of_content_list_style,\n icon = pageSetting.eael_ext_table_of_content_header_icon.value,\n el_class = pageSetting.eael_ext_toc_position === \"right\" ? \" eael-toc-right\" : \" \";\n toc_style_class += pageSetting.eael_ext_toc_collapse_sub_heading === \"yes\" ? \" eael-toc-collapse\" : \" \";\n toc_style_class += pageSetting.eael_ext_toc_list_icon === \"number\" ? \" eael-toc-number\" : \" eael-toc-bullet\";\n return '<div id=\"eael-toc\" class=\"eael-toc eael-toc-disable ' + el_class + '\">' + '<div class=\"eael-toc-header\"><span class=\"eael-toc-close\">×</span><h2 class=\"eael-toc-title\">' + title + \"</h2></div>\" + '<div class=\"eael-toc-body\"><ul id=\"eael-toc-list\" class=\"' + toc_style_class + '\"></ul></div>' + '<button class=\"eael-toc-button\"><i class=\"' + icon + '\"></i><span>' + title + \"</span></button>\" + \"</div>\";\n }\n\n if (typeof ea !== 'undefined' && ea.isEditMode) {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/widget\", function ($scope, jQuery) {\n var tocLoad = jQuery(\"#eael-toc #eael-toc-list\");\n var TocList = tocLoad.find(\"li.eael-first-child\");\n\n if (TocList.length < 1 && tocLoad.length >= 1) {\n var tagList = jQuery(\"#eael-toc\").data(\"eaeltoctag\");\n\n if (tagList) {\n eael_toc_content(eael_toc_check_content(), tagList);\n }\n }\n });\n }\n\n var editMode = typeof isEditMode !== 'undefined' ? isEditMode : false;\n var intSupportTag = $(\"#eael-toc\").data(\"eaeltoctag\");\n\n if (intSupportTag !== \"\" && !editMode) {\n eael_toc_content(eael_toc_check_content(), intSupportTag);\n }\n });\n})(jQuery);\n\n//# sourceURL=webpack:///./src/js/view/table-of-content.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function n(a){if(t[a])return t[a].exports;var o=t[a]={i:a,l:!1,exports:{}};return e[a].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(a,o,function(t){return e[t]}.bind(null,o));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=21)}({21:function(e,t){function n(e){return function(e){if(Array.isArray(e))return a(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var o;o=jQuery,jQuery(document).ready((function(){
|
1 |
+
!function(e){var t={};function n(a){if(t[a])return t[a].exports;var o=t[a]={i:a,l:!1,exports:{}};return e[a].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(a,o,function(t){return e[t]}.bind(null,o));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=21)}({21:function(e,t){function n(e){return function(e){if(Array.isArray(e))return a(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var o;o=jQuery,jQuery(document).ready((function(){var e,t=o("header").height(),a=null!==(e=0!==(e=o("#eael-toc").data("page_offset"))&&void 0!==e?e:null)?e:void 0!==t&&0!==t?t+10:120;function r(e,t){var a=document.getElementById("eael-toc-list");if(null===e||void 0===t||!a)return null;for(var r=document.getElementById("eael-toc"),l=void 0!==r.dataset.titleurl?r.dataset.titleurl:"false",s=void 0!==r.dataset.excludeSelector?r.dataset.excludeSelector.replace(/^,|,$/g,""):"",d=[],u=document.querySelectorAll(e),f=0,m=0;m<u.length;m++)d=[].concat(n(d),n(u[m].querySelectorAll(t)));(d=Array.from(new Set(d))).forEach((function(e){i(s,e)||(e.id=f+"-"+c(l,e.textContent),e.classList.add("eael-heading-content"),f++)})),function(e,t,n){var a=t,o=n,r=document.getElementById("eael-toc"),l=void 0!==r.dataset.titleurl?r.dataset.titleurl:"false",s=document.getElementById("eael-toc-list"),d=void 0!==r.dataset.excludeselector?r.dataset.excludeselector.replace(/^,|,$/g,""):"",u="",f=u=a.trim().split(",")[0].substr(1,1),m=s;s.innerHTML="",o.length>0&&document.getElementById("eael-toc").classList.remove("eael-toc-disable");for(var p=0,h=o.length;p<h;++p){var g=o[p];if(!i(d,g)){var v=parseInt(g.tagName.substr(1,1)),y=v-u;if(y>0){var b=m.lastChild;if(b){var C=document.createElement("UL");b.appendChild(C),m=C,u=v}}var E=!1;if(y<0){for(;0!=y++;)m.parentNode.parentNode&&(m=m.parentNode.parentNode);u=v,E=!0}if("UL"!==m.tagName&&(m=s),""!==g.textContent.trim()){var A=document.createElement("LI"),S=document.createElement("A"),w=document.createElement("SPAN");(f===u||E)&&(A.setAttribute("itemscope",""),A.setAttribute("itemtype","http://schema.org/ListItem"),A.setAttribute("itemprop","itemListElement"));var L="#"+p+"-"+c(l,g.textContent);S.className="eael-toc-link",S.setAttribute("itemprop","item"),S.setAttribute("href",L),w.appendChild(document.createTextNode(g.textContent)),S.appendChild(w),A.appendChild(S),m.appendChild(A)}}}}(0,t,d);var p=o("ul.eael-toc-list > li");p.length<1&&document.getElementById("eael-toc").classList.add("eael-toc-disable"),p.each((function(){this.classList.add("eael-first-child")}))}o(document).on("click","ul.eael-toc-list a",(function(e){e.preventDefault(),o(document).off("scroll");var t=this.hash;if(history.pushState("",document.title,window.location.pathname+window.location.search),o(this).parent().is(".eael-highlight-parent.eael-highlight-active"))return o("html, body").animate({scrollTop:o(t).offset().top-a},0),!1;o(".eael-highlight-active, .eael-highlight-parent").removeClass("eael-highlight-active eael-highlight-parent"),o(this).closest(".eael-first-child").addClass("eael-highlight-parent"),o(this).parent().addClass("eael-highlight-active"),o("html, body").animate({scrollTop:o(t).offset().top-a},0)})),window.addEventListener("scroll",(function(e){var t;(t=document.getElementById("eael-toc"))&&(l=void 0!==l?l:200,window.pageYOffset>=l&&!t.classList.contains("eael-toc-disable")?t.classList.add("eael-sticky"):t.classList.remove("eael-sticky"))}));var l=o("#eael-toc").data("stickyscroll");function i(e,t){return o(t).closest(e).length}function c(e,t){return"true"==e&&""!=t?t.toString().toLowerCase().normalize("NFD").trim().replace(/[^a-z0-9 -]/g,"").replace(/\s+/g,"-").replace(/^-+/,"").replace(/-+$/,"").replace(/-+/g,"-"):"eael-table-of-content"}function s(){var e=document.getElementById("eael-toc");if(e&&e.dataset.contentselector)return e.dataset.contentselector;var t=".site-content";return o(".site-content")[0]?t=".site-content":o(".elementor-inner")[0]?t=".elementor-inner":o("#site-content")[0]?t="#site-content":o(".site-main")&&(t=".site-main"),t}o("body").click((function(e){var t=o(e.target),n=o("#eael-toc");n.hasClass("eael-toc-auto-collapse")&&n.hasClass("eael-sticky")&&!n.hasClass("collapsed")&&0===o(t).closest("#eael-toc").length&&n.toggleClass("collapsed")})),o(document).on("click",".eael-toc-close ,.eael-toc-button",(function(e){e.stopPropagation(),o(".eael-toc").toggleClass("collapsed")})),"undefined"!=typeof ea&&ea.isEditMode&&elementorFrontend.hooks.addAction("frontend/element_ready/widget",(function(e,t){var n=t("#eael-toc #eael-toc-list");if(n.find("li.eael-first-child").length<1&&n.length>=1){var a=t("#eael-toc").data("eaeltoctag");a&&r(s(),a)}}));var d="undefined"!=typeof isEditMode&&isEditMode,u=o("#eael-toc").data("eaeltoctag");""===u||d||r(s(),u)}))}});
|
@@ -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: 4.7.
|
8 |
* Author URI: https://wpdeveloper.net/
|
9 |
* Text Domain: essential-addons-for-elementor-lite
|
10 |
* Domain Path: /languages
|
11 |
*
|
12 |
* WC tested up to: 5.3.0
|
13 |
-
* Elementor tested up to: 3.2.
|
14 |
* Elementor Pro tested up to: 3.2.2
|
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', '4.7.
|
31 |
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
|
32 |
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
|
33 |
/**
|
4 |
* Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
|
5 |
* Plugin URI: https://essential-addons.com/elementor/
|
6 |
* Author: WPDeveloper
|
7 |
+
* Version: 4.7.1
|
8 |
* Author URI: https://wpdeveloper.net/
|
9 |
* Text Domain: essential-addons-for-elementor-lite
|
10 |
* Domain Path: /languages
|
11 |
*
|
12 |
* WC tested up to: 5.3.0
|
13 |
+
* Elementor tested up to: 3.2.4
|
14 |
* Elementor Pro tested up to: 3.2.2
|
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', '4.7.1');
|
31 |
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
|
32 |
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
|
33 |
/**
|
@@ -660,7 +660,7 @@ class Helper
|
|
660 |
* @param int $term_id
|
661 |
* @return int $term_count;
|
662 |
*/
|
663 |
-
public static function get_doc_post_count($term_count = 0, $term_id)
|
664 |
{
|
665 |
$tax_terms = get_terms('doc_category', ['child_of' => $term_id]);
|
666 |
|
@@ -1007,6 +1007,7 @@ class Helper
|
|
1007 |
'class' => [],
|
1008 |
'rel' => [],
|
1009 |
'id' => [],
|
|
|
1010 |
],
|
1011 |
'q' => [
|
1012 |
'cite' => [],
|
@@ -1027,7 +1028,11 @@ class Helper
|
|
1027 |
'id' => [],
|
1028 |
'style' => []
|
1029 |
],
|
1030 |
-
'dfn' => [
|
|
|
|
|
|
|
|
|
1031 |
'time' => [
|
1032 |
'datetime' => [],
|
1033 |
'class' => [],
|
@@ -1038,14 +1043,17 @@ class Helper
|
|
1038 |
'title' => [],
|
1039 |
'class' => [],
|
1040 |
'id' => [],
|
|
|
1041 |
],
|
1042 |
'hr' => [
|
1043 |
'class' => [],
|
1044 |
'id' => [],
|
|
|
1045 |
],
|
1046 |
'b' => [
|
1047 |
'class' => [],
|
1048 |
'id' => [],
|
|
|
1049 |
],
|
1050 |
'p' => [
|
1051 |
'class' => [],
|
@@ -1065,6 +1073,7 @@ class Helper
|
|
1065 |
's' => [
|
1066 |
'class' => [],
|
1067 |
'id' => [],
|
|
|
1068 |
],
|
1069 |
'br' => [],
|
1070 |
'em' => [
|
@@ -1129,12 +1138,41 @@ class Helper
|
|
1129 |
'style' => [],
|
1130 |
],
|
1131 |
'acronym' => [],
|
1132 |
-
'h1' => [
|
1133 |
-
|
1134 |
-
|
1135 |
-
|
1136 |
-
|
1137 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1138 |
];
|
1139 |
}
|
1140 |
}
|
660 |
* @param int $term_id
|
661 |
* @return int $term_count;
|
662 |
*/
|
663 |
+
public static function get_doc_post_count($term_count = 0, $term_id = 0)
|
664 |
{
|
665 |
$tax_terms = get_terms('doc_category', ['child_of' => $term_id]);
|
666 |
|
1007 |
'class' => [],
|
1008 |
'rel' => [],
|
1009 |
'id' => [],
|
1010 |
+
'style' => []
|
1011 |
],
|
1012 |
'q' => [
|
1013 |
'cite' => [],
|
1028 |
'id' => [],
|
1029 |
'style' => []
|
1030 |
],
|
1031 |
+
'dfn' => [
|
1032 |
+
'class' => [],
|
1033 |
+
'id' => [],
|
1034 |
+
'style' => []
|
1035 |
+
],
|
1036 |
'time' => [
|
1037 |
'datetime' => [],
|
1038 |
'class' => [],
|
1043 |
'title' => [],
|
1044 |
'class' => [],
|
1045 |
'id' => [],
|
1046 |
+
'style' => [],
|
1047 |
],
|
1048 |
'hr' => [
|
1049 |
'class' => [],
|
1050 |
'id' => [],
|
1051 |
+
'style' => [],
|
1052 |
],
|
1053 |
'b' => [
|
1054 |
'class' => [],
|
1055 |
'id' => [],
|
1056 |
+
'style' => [],
|
1057 |
],
|
1058 |
'p' => [
|
1059 |
'class' => [],
|
1073 |
's' => [
|
1074 |
'class' => [],
|
1075 |
'id' => [],
|
1076 |
+
'style' => [],
|
1077 |
],
|
1078 |
'br' => [],
|
1079 |
'em' => [
|
1138 |
'style' => [],
|
1139 |
],
|
1140 |
'acronym' => [],
|
1141 |
+
'h1' => [
|
1142 |
+
'class' => [],
|
1143 |
+
'id' => [],
|
1144 |
+
'style' => [],
|
1145 |
+
],
|
1146 |
+
'h2' => [
|
1147 |
+
'class' => [],
|
1148 |
+
'id' => [],
|
1149 |
+
'style' => [],
|
1150 |
+
],
|
1151 |
+
'h3' => [
|
1152 |
+
'class' => [],
|
1153 |
+
'id' => [],
|
1154 |
+
'style' => [],
|
1155 |
+
],
|
1156 |
+
'h4' => [
|
1157 |
+
'class' => [],
|
1158 |
+
'id' => [],
|
1159 |
+
'style' => [],
|
1160 |
+
],
|
1161 |
+
'h5' => [
|
1162 |
+
'class' => [],
|
1163 |
+
'id' => [],
|
1164 |
+
'style' => [],
|
1165 |
+
],
|
1166 |
+
'h6' => [
|
1167 |
+
'class' => [],
|
1168 |
+
'id' => [],
|
1169 |
+
'style' => [],
|
1170 |
+
],
|
1171 |
+
'button' => [
|
1172 |
+
'class' => [],
|
1173 |
+
'id' => [],
|
1174 |
+
'style' => [],
|
1175 |
+
],
|
1176 |
];
|
1177 |
}
|
1178 |
}
|
@@ -498,31 +498,55 @@ class Dual_Color_Header extends Widget_Base
|
|
498 |
]
|
499 |
);
|
500 |
|
501 |
-
|
502 |
-
|
503 |
-
[
|
504 |
-
'
|
505 |
-
'
|
506 |
-
'
|
507 |
-
|
508 |
-
|
509 |
-
'toggle' => false,
|
510 |
-
'default' => 'gradient',
|
511 |
-
],
|
512 |
-
'color' => [
|
513 |
-
'default' => '#062ACA',
|
514 |
-
],
|
515 |
-
'color_b' => [
|
516 |
-
'default' => '#9401D9',
|
517 |
-
]
|
518 |
],
|
519 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
520 |
'condition' => [
|
521 |
'eael_dch_dual_color_selector' => 'gradient-color'
|
522 |
],
|
523 |
]
|
524 |
);
|
525 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
526 |
$this->add_group_control(
|
527 |
Group_Control_Typography::get_type(),
|
528 |
[
|
@@ -881,6 +905,11 @@ class Dual_Color_Header extends Widget_Base
|
|
881 |
protected function render()
|
882 |
{
|
883 |
$settings = $this->get_settings_for_display();
|
|
|
|
|
|
|
|
|
|
|
884 |
$icon_migrated = isset($settings['__fa4_migrated']['eael_dch_icon_new']);
|
885 |
$icon_is_new = empty($settings['eael_dch_icon']);
|
886 |
// separator
|
@@ -896,9 +925,9 @@ class Dual_Color_Header extends Widget_Base
|
|
896 |
$separator_markup .= '</div>'; ?>
|
897 |
|
898 |
<?php if ('dch-default' == $settings['eael_dch_type']) : ?>
|
899 |
-
|
900 |
<?php echo ($settings['eael_dch_separator_position'] === 'before_title' ? $separator_markup : ''); ?>
|
901 |
-
<<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?> class="title"><span class="lead <?php echo $settings['eael_dch_dual_color_selector']; ?>"><?php esc_html_e
|
902 |
($settings['eael_dch_first_title'], 'essential-addons-for-elementor-lite'); ?></span> <span><?php esc_html_e($settings['eael_dch_last_title'], 'essential-addons-for-elementor-lite'); ?></span></<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?>>
|
903 |
<?php echo ($settings['eael_dch_separator_position'] === 'after_title' ? $separator_markup : ''); ?>
|
904 |
<span class="subtext"><?php echo $settings['eael_dch_subtext']; ?></span>
|
@@ -928,7 +957,7 @@ class Dual_Color_Header extends Widget_Base
|
|
928 |
<?php } ?>
|
929 |
<?php endif; ?>
|
930 |
<?php echo ($settings['eael_dch_separator_position'] === 'before_title' ? $separator_markup : ''); ?>
|
931 |
-
<<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?> class="title"><span class="lead <?php echo $settings['eael_dch_dual_color_selector']; ?>"><?php esc_html_e($settings['eael_dch_first_title'], 'essential-addons-for-elementor-lite'); ?></span> <span><?php esc_html_e($settings['eael_dch_last_title'], 'essential-addons-for-elementor-lite'); ?></span></<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?>>
|
932 |
<?php echo ($settings['eael_dch_separator_position'] === 'after_title' ? $separator_markup : ''); ?>
|
933 |
<span class="subtext"><?php echo $settings['eael_dch_subtext']; ?></span>
|
934 |
</div>
|
@@ -948,7 +977,7 @@ class Dual_Color_Header extends Widget_Base
|
|
948 |
<?php endif; ?>
|
949 |
<span class="subtext"><?php echo $settings['eael_dch_subtext']; ?></span>
|
950 |
<?php echo ($settings['eael_dch_separator_position'] === 'before_title' ? $separator_markup : ''); ?>
|
951 |
-
<<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?> class="title"><span class="lead <?php echo $settings['eael_dch_dual_color_selector']; ?>"><?php esc_html_e($settings['eael_dch_first_title'], 'essential-addons-for-elementor-lite'); ?></span> <span><?php esc_html_e($settings['eael_dch_last_title'], 'essential-addons-for-elementor-lite'); ?></span></<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?>>
|
952 |
<?php echo ($settings['eael_dch_separator_position'] === 'after_title' ? $separator_markup : ''); ?>
|
953 |
</div>
|
954 |
<?php endif; ?>
|
@@ -957,7 +986,7 @@ class Dual_Color_Header extends Widget_Base
|
|
957 |
<div class="eael-dual-header">
|
958 |
<span class="subtext"><?php echo $settings['eael_dch_subtext']; ?></span>
|
959 |
<?php echo ($settings['eael_dch_separator_position'] === 'before_title' ? $separator_markup : ''); ?>
|
960 |
-
<<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?> class="title"><span class="lead <?php echo $settings['eael_dch_dual_color_selector']; ?>"><?php esc_html_e($settings['eael_dch_first_title'], 'essential-addons-for-elementor-lite'); ?></span> <span><?php esc_html_e($settings['eael_dch_last_title'], 'essential-addons-for-elementor-lite'); ?></span></<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?>>
|
961 |
<?php echo ($settings['eael_dch_separator_position'] === 'after_title' ? $separator_markup : ''); ?>
|
962 |
<?php if ('yes' == $settings['eael_show_dch_icon_content']) : ?>
|
963 |
<?php if ($icon_is_new || $icon_migrated) {
|
498 |
]
|
499 |
);
|
500 |
|
501 |
+
$this->add_control(
|
502 |
+
'eael_dch_dual_title_color_gradient_first',
|
503 |
+
[
|
504 |
+
'label' => esc_html__('First Color', 'essential-addons-for-elementor-lite'),
|
505 |
+
'type' => Controls_Manager::COLOR,
|
506 |
+
'default' => '#062ACA',
|
507 |
+
'condition' => [
|
508 |
+
'eael_dch_dual_color_selector' => 'gradient-color'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
],
|
510 |
+
]
|
511 |
+
);
|
512 |
+
|
513 |
+
$this->add_control(
|
514 |
+
'eael_dch_dual_title_color_gradient_second',
|
515 |
+
[
|
516 |
+
'label' => esc_html__('Second Color', 'essential-addons-for-elementor-lite'),
|
517 |
+
'type' => Controls_Manager::COLOR,
|
518 |
+
'default' => '#9401D9',
|
519 |
'condition' => [
|
520 |
'eael_dch_dual_color_selector' => 'gradient-color'
|
521 |
],
|
522 |
]
|
523 |
);
|
524 |
|
525 |
+
// $this->add_group_control(
|
526 |
+
// Group_Control_Background::get_type(),
|
527 |
+
// [
|
528 |
+
// 'name' => 'eael_dch_dual_title_color_gradient',
|
529 |
+
// 'types' => ['gradient'],
|
530 |
+
// 'fields_options' => [
|
531 |
+
// 'background' => [
|
532 |
+
// 'label' => _x( 'Gradient Color', 'Text Shadow Control', 'elementor' ),
|
533 |
+
// 'toggle' => false,
|
534 |
+
// 'default' => 'gradient',
|
535 |
+
// ],
|
536 |
+
// 'color' => [
|
537 |
+
// 'default' => '#062ACA',
|
538 |
+
// ],
|
539 |
+
// 'color_b' => [
|
540 |
+
// 'default' => '#9401D9',
|
541 |
+
// ]
|
542 |
+
// ],
|
543 |
+
// 'selector' => '{{WRAPPER}} .eael-dual-header .title span.lead',
|
544 |
+
// 'condition' => [
|
545 |
+
// 'eael_dch_dual_color_selector' => 'gradient-color'
|
546 |
+
// ],
|
547 |
+
// ]
|
548 |
+
// );
|
549 |
+
|
550 |
$this->add_group_control(
|
551 |
Group_Control_Typography::get_type(),
|
552 |
[
|
905 |
protected function render()
|
906 |
{
|
907 |
$settings = $this->get_settings_for_display();
|
908 |
+
$gradient_style = '';
|
909 |
+
if ( $settings['eael_dch_dual_title_color_gradient_first'] && $settings['eael_dch_dual_title_color_gradient_second'] ) {
|
910 |
+
$gradient_style = 'style="background: -webkit-linear-gradient('. $settings['eael_dch_dual_title_color_gradient_first']. ', '. $settings['eael_dch_dual_title_color_gradient_second'].');-webkit-background-clip: text;
|
911 |
+
-webkit-text-fill-color: transparent;"';
|
912 |
+
};
|
913 |
$icon_migrated = isset($settings['__fa4_migrated']['eael_dch_icon_new']);
|
914 |
$icon_is_new = empty($settings['eael_dch_icon']);
|
915 |
// separator
|
925 |
$separator_markup .= '</div>'; ?>
|
926 |
|
927 |
<?php if ('dch-default' == $settings['eael_dch_type']) : ?>
|
928 |
+
<div class="eael-dual-header">
|
929 |
<?php echo ($settings['eael_dch_separator_position'] === 'before_title' ? $separator_markup : ''); ?>
|
930 |
+
<<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?> class="title"><span <?php echo $gradient_style; ?> class="lead <?php echo $settings['eael_dch_dual_color_selector']; ?>"><?php esc_html_e
|
931 |
($settings['eael_dch_first_title'], 'essential-addons-for-elementor-lite'); ?></span> <span><?php esc_html_e($settings['eael_dch_last_title'], 'essential-addons-for-elementor-lite'); ?></span></<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?>>
|
932 |
<?php echo ($settings['eael_dch_separator_position'] === 'after_title' ? $separator_markup : ''); ?>
|
933 |
<span class="subtext"><?php echo $settings['eael_dch_subtext']; ?></span>
|
957 |
<?php } ?>
|
958 |
<?php endif; ?>
|
959 |
<?php echo ($settings['eael_dch_separator_position'] === 'before_title' ? $separator_markup : ''); ?>
|
960 |
+
<<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?> class="title"><span <?php echo $gradient_style; ?> class="lead <?php echo $settings['eael_dch_dual_color_selector']; ?>"><?php esc_html_e($settings['eael_dch_first_title'], 'essential-addons-for-elementor-lite'); ?></span> <span><?php esc_html_e($settings['eael_dch_last_title'], 'essential-addons-for-elementor-lite'); ?></span></<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?>>
|
961 |
<?php echo ($settings['eael_dch_separator_position'] === 'after_title' ? $separator_markup : ''); ?>
|
962 |
<span class="subtext"><?php echo $settings['eael_dch_subtext']; ?></span>
|
963 |
</div>
|
977 |
<?php endif; ?>
|
978 |
<span class="subtext"><?php echo $settings['eael_dch_subtext']; ?></span>
|
979 |
<?php echo ($settings['eael_dch_separator_position'] === 'before_title' ? $separator_markup : ''); ?>
|
980 |
+
<<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?> class="title"><span <?php echo $gradient_style; ?> class="lead <?php echo $settings['eael_dch_dual_color_selector']; ?>"><?php esc_html_e($settings['eael_dch_first_title'], 'essential-addons-for-elementor-lite'); ?></span> <span><?php esc_html_e($settings['eael_dch_last_title'], 'essential-addons-for-elementor-lite'); ?></span></<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?>>
|
981 |
<?php echo ($settings['eael_dch_separator_position'] === 'after_title' ? $separator_markup : ''); ?>
|
982 |
</div>
|
983 |
<?php endif; ?>
|
986 |
<div class="eael-dual-header">
|
987 |
<span class="subtext"><?php echo $settings['eael_dch_subtext']; ?></span>
|
988 |
<?php echo ($settings['eael_dch_separator_position'] === 'before_title' ? $separator_markup : ''); ?>
|
989 |
+
<<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?> class="title"><span <?php echo $gradient_style; ?> class="lead <?php echo $settings['eael_dch_dual_color_selector']; ?>"><?php esc_html_e($settings['eael_dch_first_title'], 'essential-addons-for-elementor-lite'); ?></span> <span><?php esc_html_e($settings['eael_dch_last_title'], 'essential-addons-for-elementor-lite'); ?></span></<?php echo Helper::eael_validate_html_tag($settings['title_tag']); ?>>
|
990 |
<?php echo ($settings['eael_dch_separator_position'] === 'after_title' ? $separator_markup : ''); ?>
|
991 |
<?php if ('yes' == $settings['eael_show_dch_icon_content']) : ?>
|
992 |
<?php if ($icon_is_new || $icon_migrated) {
|
@@ -999,5 +999,5 @@ class Feature_List extends Widget_Base {
|
|
999 |
<?php
|
1000 |
}
|
1001 |
|
1002 |
-
protected function
|
1003 |
}
|
999 |
<?php
|
1000 |
}
|
1001 |
|
1002 |
+
protected function content_template() {}
|
1003 |
}
|
@@ -2573,7 +2573,7 @@ class Filterable_Gallery extends Widget_Base
|
|
2573 |
'label' => __('Icon Size', 'essential-addons-for-elementor-lite'),
|
2574 |
'type' => Controls_Manager::SLIDER,
|
2575 |
'default' => [
|
2576 |
-
'size' =>
|
2577 |
],
|
2578 |
'range' => [
|
2579 |
'px' => [
|
2573 |
'label' => __('Icon Size', 'essential-addons-for-elementor-lite'),
|
2574 |
'type' => Controls_Manager::SLIDER,
|
2575 |
'default' => [
|
2576 |
+
'size' => 15,
|
2577 |
],
|
2578 |
'range' => [
|
2579 |
'px' => [
|
@@ -640,7 +640,7 @@ class GravityForms extends Widget_Base {
|
|
640 |
],
|
641 |
'default' => '',
|
642 |
'selectors' => [
|
643 |
-
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield textarea' => 'text-align: {{VALUE}};',
|
644 |
],
|
645 |
]
|
646 |
);
|
@@ -661,7 +661,7 @@ class GravityForms extends Widget_Base {
|
|
661 |
'type' => Controls_Manager::COLOR,
|
662 |
'default' => '',
|
663 |
'selectors' => [
|
664 |
-
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield textarea, {{WRAPPER}} .eael-gravity-form .gfield select' => 'background-color: {{VALUE}}',
|
665 |
],
|
666 |
]
|
667 |
);
|
@@ -673,7 +673,7 @@ class GravityForms extends Widget_Base {
|
|
673 |
'type' => Controls_Manager::COLOR,
|
674 |
'default' => '',
|
675 |
'selectors' => [
|
676 |
-
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield textarea, {{WRAPPER}} .eael-gravity-form .gfield select' => 'color: {{VALUE}}',
|
677 |
],
|
678 |
]
|
679 |
);
|
@@ -747,7 +747,7 @@ class GravityForms extends Widget_Base {
|
|
747 |
],
|
748 |
'size_units' => [ 'px', 'em', '%' ],
|
749 |
'selectors' => [
|
750 |
-
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield textarea, {{WRAPPER}} .eael-gravity-form .gfield select' => 'text-indent: {{SIZE}}{{UNIT}}',
|
751 |
],
|
752 |
]
|
753 |
);
|
@@ -766,7 +766,7 @@ class GravityForms extends Widget_Base {
|
|
766 |
],
|
767 |
'size_units' => [ 'px', 'em', '%' ],
|
768 |
'selectors' => [
|
769 |
-
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield select' => 'width: {{SIZE}}{{UNIT}}',
|
770 |
],
|
771 |
]
|
772 |
);
|
@@ -785,7 +785,7 @@ class GravityForms extends Widget_Base {
|
|
785 |
],
|
786 |
'size_units' => [ 'px', 'em', '%' ],
|
787 |
'selectors' => [
|
788 |
-
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield input[type="email"], {{WRAPPER}} .eael-gravity-form .gfield input[type="url"], {{WRAPPER}} .eael-gravity-form .gfield select' => 'height: {{SIZE}}{{UNIT}}',
|
789 |
],
|
790 |
]
|
791 |
);
|
@@ -835,7 +835,7 @@ class GravityForms extends Widget_Base {
|
|
835 |
'label' => __( 'Border', 'essential-addons-for-elementor-lite'),
|
836 |
'placeholder' => '1px',
|
837 |
'default' => '1px',
|
838 |
-
'selector' => '{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield textarea, {{WRAPPER}} .eael-gravity-form .gfield select',
|
839 |
'separator' => 'before',
|
840 |
]
|
841 |
);
|
@@ -847,7 +847,7 @@ class GravityForms extends Widget_Base {
|
|
847 |
'type' => Controls_Manager::DIMENSIONS,
|
848 |
'size_units' => [ 'px', 'em', '%' ],
|
849 |
'selectors' => [
|
850 |
-
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield textarea' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
851 |
],
|
852 |
]
|
853 |
);
|
@@ -857,7 +857,7 @@ class GravityForms extends Widget_Base {
|
|
857 |
[
|
858 |
'name' => 'field_typography',
|
859 |
'label' => __( 'Typography', 'essential-addons-for-elementor-lite'),
|
860 |
-
'selector' => '{{WRAPPER}} .eael-gravity-form .gfield .
|
861 |
'separator' => 'before',
|
862 |
]
|
863 |
);
|
@@ -866,7 +866,7 @@ class GravityForms extends Widget_Base {
|
|
866 |
Group_Control_Box_Shadow::get_type(),
|
867 |
[
|
868 |
'name' => 'field_box_shadow',
|
869 |
-
'selector' => '{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield textarea, {{WRAPPER}} .eael-gravity-form .gfield select',
|
870 |
'separator' => 'before',
|
871 |
]
|
872 |
);
|
@@ -2432,6 +2432,6 @@ class GravityForms extends Widget_Base {
|
|
2432 |
}
|
2433 |
}
|
2434 |
|
2435 |
-
protected function
|
2436 |
|
2437 |
}
|
640 |
],
|
641 |
'default' => '',
|
642 |
'selectors' => [
|
643 |
+
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield input[type="email"], {{WRAPPER}} .eael-gravity-form .gfield input[type="tel"], {{WRAPPER}} .eael-gravity-form .gfield input[type="number"], {{WRAPPER}} .eael-gravity-form .gfield textarea' => 'text-align: {{VALUE}};',
|
644 |
],
|
645 |
]
|
646 |
);
|
661 |
'type' => Controls_Manager::COLOR,
|
662 |
'default' => '',
|
663 |
'selectors' => [
|
664 |
+
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield input[type="email"], {{WRAPPER}} .eael-gravity-form .gfield input[type="tel"], {{WRAPPER}} .eael-gravity-form .gfield input[type="number"], {{WRAPPER}} .eael-gravity-form .gfield textarea, {{WRAPPER}} .eael-gravity-form .gfield select' => 'background-color: {{VALUE}}',
|
665 |
],
|
666 |
]
|
667 |
);
|
673 |
'type' => Controls_Manager::COLOR,
|
674 |
'default' => '',
|
675 |
'selectors' => [
|
676 |
+
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield input[type="email"], {{WRAPPER}} .eael-gravity-form .gfield input[type="tel"], {{WRAPPER}} .eael-gravity-form .gfield input[type="number"], {{WRAPPER}} .eael-gravity-form .gfield textarea, {{WRAPPER}} .eael-gravity-form .gfield select' => 'color: {{VALUE}}',
|
677 |
],
|
678 |
]
|
679 |
);
|
747 |
],
|
748 |
'size_units' => [ 'px', 'em', '%' ],
|
749 |
'selectors' => [
|
750 |
+
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield input[type="email"], {{WRAPPER}} .eael-gravity-form .gfield input[type="tel"], {{WRAPPER}} .eael-gravity-form .gfield input[type="number"], {{WRAPPER}} .eael-gravity-form .gfield textarea, {{WRAPPER}} .eael-gravity-form .gfield select' => 'text-indent: {{SIZE}}{{UNIT}}',
|
751 |
],
|
752 |
]
|
753 |
);
|
766 |
],
|
767 |
'size_units' => [ 'px', 'em', '%' ],
|
768 |
'selectors' => [
|
769 |
+
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield input[type="email"], {{WRAPPER}} .eael-gravity-form .gfield input[type="tel"], {{WRAPPER}} .eael-gravity-form .gfield input[type="number"], {{WRAPPER}} .eael-gravity-form .gfield select' => 'width: {{SIZE}}{{UNIT}}',
|
770 |
],
|
771 |
]
|
772 |
);
|
785 |
],
|
786 |
'size_units' => [ 'px', 'em', '%' ],
|
787 |
'selectors' => [
|
788 |
+
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield input[type="email"], {{WRAPPER}} .eael-gravity-form .gfield input[type="tel"], {{WRAPPER}} .eael-gravity-form .gfield input[type="number"], {{WRAPPER}} .eael-gravity-form .gfield input[type="email"], {{WRAPPER}} .eael-gravity-form .gfield input[type="url"], {{WRAPPER}} .eael-gravity-form .gfield select' => 'height: {{SIZE}}{{UNIT}}',
|
789 |
],
|
790 |
]
|
791 |
);
|
835 |
'label' => __( 'Border', 'essential-addons-for-elementor-lite'),
|
836 |
'placeholder' => '1px',
|
837 |
'default' => '1px',
|
838 |
+
'selector' => '{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield input[type="email"], {{WRAPPER}} .eael-gravity-form .gfield input[type="tel"], {{WRAPPER}} .eael-gravity-form .gfield input[type="number"], {{WRAPPER}} .eael-gravity-form .gfield textarea, {{WRAPPER}} .eael-gravity-form .gfield select',
|
839 |
'separator' => 'before',
|
840 |
]
|
841 |
);
|
847 |
'type' => Controls_Manager::DIMENSIONS,
|
848 |
'size_units' => [ 'px', 'em', '%' ],
|
849 |
'selectors' => [
|
850 |
+
'{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield input[type="email"], {{WRAPPER}} .eael-gravity-form .gfield input[type="tel"], {{WRAPPER}} .eael-gravity-form .gfield input[type="number"], {{WRAPPER}} .eael-gravity-form .gfield textarea' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
851 |
],
|
852 |
]
|
853 |
);
|
857 |
[
|
858 |
'name' => 'field_typography',
|
859 |
'label' => __( 'Typography', 'essential-addons-for-elementor-lite'),
|
860 |
+
'selector' => '{{WRAPPER}} .eael-gravity-form .gfield .ginput_container input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield .ginput_container input[type="email"], {{WRAPPER}} .eael-gravity-form .gfield .ginput_container input[type="tel"], {{WRAPPER}} .eael-gravity-form .gfield .ginput_container input[type="number"], {{WRAPPER}} .eael-gravity-form .gfield .ginput_container_date input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield .ginput_container_phone input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield .ginput_container_email input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield .ginput_container_text input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield textarea, {{WRAPPER}} .eael-gravity-form .gfield select',
|
861 |
'separator' => 'before',
|
862 |
]
|
863 |
);
|
866 |
Group_Control_Box_Shadow::get_type(),
|
867 |
[
|
868 |
'name' => 'field_box_shadow',
|
869 |
+
'selector' => '{{WRAPPER}} .eael-gravity-form .gfield input[type="text"], {{WRAPPER}} .eael-gravity-form .gfield input[type="email"], {{WRAPPER}} .eael-gravity-form .gfield input[type="tel"], {{WRAPPER}} .eael-gravity-form .gfield input[type="number"], {{WRAPPER}} .eael-gravity-form .gfield textarea, {{WRAPPER}} .eael-gravity-form .gfield select',
|
870 |
'separator' => 'before',
|
871 |
]
|
872 |
);
|
2432 |
}
|
2433 |
}
|
2434 |
|
2435 |
+
protected function content_template() {}
|
2436 |
|
2437 |
}
|
@@ -4,7 +4,7 @@ namespace Essential_Addons_Elementor\Elements;
|
|
4 |
|
5 |
// If this file is called directly, abort.
|
6 |
if (!defined('ABSPATH')) {
|
7 |
-
|
8 |
}
|
9 |
|
10 |
use \Elementor\Controls_Manager;
|
@@ -12,7 +12,6 @@ use \Elementor\Group_Control_Border;
|
|
12 |
use \Elementor\Group_Control_Box_Shadow;
|
13 |
use \Elementor\Group_Control_Image_Size;
|
14 |
use \Elementor\Group_Control_Typography;
|
15 |
-
use Elementor\Icons_Manager;
|
16 |
use \Elementor\Plugin;
|
17 |
use \Elementor\Utils;
|
18 |
use \Elementor\Widget_Base;
|
@@ -20,1721 +19,1723 @@ use \Essential_Addons_Elementor\Classes\Helper;
|
|
20 |
|
21 |
class Info_Box extends Widget_Base
|
22 |
{
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
'active' => true
|
407 |
],
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
-
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
-
|
816 |
-
|
817 |
-
|
818 |
-
|
819 |
-
|
820 |
-
|
821 |
-
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
-
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
|
850 |
-
|
851 |
-
|
852 |
-
|
853 |
-
|
854 |
-
|
855 |
-
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
|
860 |
-
|
861 |
-
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
-
|
868 |
-
|
869 |
-
|
870 |
-
|
871 |
-
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
|
877 |
-
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
|
890 |
-
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
|
985 |
-
|
986 |
-
|
987 |
-
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
997 |
-
|
998 |
-
|
999 |
-
|
1000 |
-
|
1001 |
-
|
1002 |
-
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
|
1011 |
-
|
1012 |
-
|
1013 |
-
|
1014 |
-
|
1015 |
-
|
1016 |
-
|
1017 |
-
|
1018 |
-
|
1019 |
-
|
1020 |
-
|
1021 |
-
|
1022 |
-
|
1023 |
-
|
1024 |
-
|
1025 |
-
|
1026 |
-
|
1027 |
-
|
1028 |
-
|
1029 |
-
|
1030 |
-
|
1031 |
-
|
1032 |
-
|
1033 |
-
|
1034 |
-
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
|
1041 |
-
|
1042 |
-
|
1043 |
-
|
1044 |
-
|
1045 |
-
|
1046 |
-
|
1047 |
-
|
1048 |
-
|
1049 |
-
|
1050 |
-
|
1051 |
-
|
1052 |
-
|
1053 |
-
|
1054 |
-
|
1055 |
-
|
1056 |
-
|
1057 |
-
|
1058 |
-
|
1059 |
-
|
1060 |
-
|
1061 |
-
|
1062 |
-
|
1063 |
-
|
1064 |
-
|
1065 |
-
|
1066 |
-
|
1067 |
-
|
1068 |
-
|
1069 |
-
|
1070 |
-
|
1071 |
-
|
1072 |
-
|
1073 |
-
|
1074 |
-
|
1075 |
-
|
1076 |
-
|
1077 |
-
|
1078 |
-
|
1079 |
-
|
1080 |
-
|
1081 |
-
|
1082 |
-
|
1083 |
-
|
1084 |
-
|
1085 |
-
|
1086 |
-
|
1087 |
-
|
1088 |
-
|
1089 |
-
|
1090 |
-
|
1091 |
-
|
1092 |
-
|
1093 |
-
|
1094 |
-
|
1095 |
-
|
1096 |
-
|
1097 |
-
|
1098 |
-
|
1099 |
-
|
1100 |
-
|
1101 |
-
|
1102 |
-
|
1103 |
-
|
1104 |
-
|
1105 |
-
|
1106 |
-
|
1107 |
-
|
1108 |
-
|
1109 |
-
|
1110 |
-
|
1111 |
-
|
1112 |
-
|
1113 |
-
|
1114 |
-
|
1115 |
-
|
1116 |
-
|
1117 |
-
|
1118 |
-
|
1119 |
-
|
1120 |
-
|
1121 |
-
|
1122 |
-
|
1123 |
-
|
1124 |
-
|
1125 |
-
|
1126 |
-
|
1127 |
-
|
1128 |
-
|
1129 |
-
|
1130 |
-
|
1131 |
-
|
1132 |
-
|
1133 |
-
|
1134 |
-
|
1135 |
-
|
1136 |
-
|
1137 |
-
|
1138 |
-
|
1139 |
-
|
1140 |
-
|
1141 |
-
|
1142 |
-
|
1143 |
-
|
1144 |
-
|
1145 |
-
|
1146 |
-
|
1147 |
-
|
1148 |
-
|
1149 |
-
|
1150 |
-
|
1151 |
-
|
1152 |
-
|
1153 |
-
|
1154 |
-
|
1155 |
-
|
1156 |
-
|
1157 |
-
|
1158 |
-
|
1159 |
-
|
1160 |
-
|
1161 |
-
|
1162 |
-
|
1163 |
-
|
1164 |
-
|
1165 |
-
|
1166 |
-
|
1167 |
-
|
1168 |
-
|
1169 |
-
|
1170 |
-
|
1171 |
-
|
1172 |
-
|
1173 |
-
|
1174 |
-
|
1175 |
-
|
1176 |
-
|
1177 |
-
|
1178 |
-
|
1179 |
-
|
1180 |
-
|
1181 |
-
|
1182 |
-
|
1183 |
-
|
1184 |
-
|
1185 |
-
|
1186 |
-
|
1187 |
-
|
1188 |
-
|
1189 |
-
|
1190 |
-
|
1191 |
-
|
1192 |
-
|
1193 |
-
|
1194 |
-
|
1195 |
-
|
1196 |
-
|
1197 |
-
|
1198 |
-
|
1199 |
-
|
1200 |
-
|
1201 |
-
|
1202 |
-
|
1203 |
-
|
1204 |
-
|
1205 |
-
|
1206 |
-
|
1207 |
-
|
1208 |
-
|
1209 |
-
|
1210 |
-
|
1211 |
-
|
1212 |
-
|
1213 |
-
|
1214 |
-
|
1215 |
-
|
1216 |
-
|
1217 |
-
|
1218 |
-
|
1219 |
-
|
1220 |
-
|
1221 |
-
|
1222 |
-
|
1223 |
-
|
1224 |
-
|
1225 |
-
|
1226 |
-
|
1227 |
-
|
1228 |
-
|
1229 |
-
|
1230 |
-
|
1231 |
-
|
1232 |
-
|
1233 |
-
|
1234 |
-
|
1235 |
-
|
1236 |
-
|
1237 |
-
|
1238 |
-
|
1239 |
-
|
1240 |
-
|
1241 |
-
|
1242 |
-
|
1243 |
-
|
1244 |
-
|
1245 |
-
|
1246 |
-
|
1247 |
-
|
1248 |
-
|
1249 |
-
|
1250 |
-
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
|
1255 |
-
|
1256 |
-
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
1260 |
-
|
1261 |
-
|
1262 |
-
|
1263 |
-
|
1264 |
-
|
1265 |
-
|
1266 |
-
|
1267 |
-
|
1268 |
-
|
1269 |
-
|
1270 |
-
|
1271 |
-
|
1272 |
-
|
1273 |
-
|
1274 |
-
|
1275 |
-
|
1276 |
-
|
1277 |
-
|
1278 |
-
|
1279 |
-
|
1280 |
-
|
1281 |
-
|
1282 |
-
|
1283 |
-
|
1284 |
-
|
1285 |
-
|
1286 |
-
|
1287 |
-
|
1288 |
-
|
1289 |
-
|
1290 |
-
|
1291 |
-
|
1292 |
-
|
1293 |
-
|
1294 |
-
|
1295 |
-
|
1296 |
-
|
1297 |
-
|
1298 |
-
|
1299 |
-
|
1300 |
-
|
1301 |
-
|
1302 |
-
|
1303 |
-
|
1304 |
-
|
1305 |
-
|
1306 |
-
|
1307 |
-
|
1308 |
-
|
1309 |
-
|
1310 |
-
|
1311 |
-
|
1312 |
-
|
1313 |
-
|
1314 |
-
|
1315 |
-
|
1316 |
-
|
1317 |
-
|
1318 |
-
|
1319 |
-
|
1320 |
-
|
1321 |
-
|
1322 |
-
|
1323 |
-
|
1324 |
-
|
1325 |
-
|
1326 |
-
|
1327 |
-
|
1328 |
-
|
1329 |
-
|
1330 |
-
|
1331 |
-
|
1332 |
-
|
1333 |
-
|
1334 |
-
|
1335 |
-
|
1336 |
-
|
1337 |
-
|
1338 |
-
|
1339 |
-
|
1340 |
-
|
1341 |
-
|
1342 |
-
|
1343 |
-
|
1344 |
-
|
1345 |
-
|
1346 |
-
|
1347 |
-
|
1348 |
-
|
1349 |
-
|
1350 |
-
|
1351 |
-
|
1352 |
-
|
1353 |
-
|
1354 |
-
|
1355 |
-
|
1356 |
-
|
1357 |
-
|
1358 |
-
|
1359 |
-
|
1360 |
-
|
1361 |
-
|
1362 |
-
|
1363 |
-
|
1364 |
-
|
1365 |
-
|
1366 |
-
|
1367 |
-
|
1368 |
-
|
1369 |
-
|
1370 |
-
|
1371 |
-
|
1372 |
-
|
1373 |
-
|
1374 |
-
|
1375 |
-
|
1376 |
-
|
1377 |
-
|
1378 |
-
|
1379 |
-
|
1380 |
-
|
1381 |
-
|
1382 |
-
|
1383 |
-
|
1384 |
-
|
1385 |
-
|
1386 |
-
|
1387 |
-
|
1388 |
-
|
1389 |
-
|
1390 |
-
|
1391 |
-
|
1392 |
-
|
1393 |
-
|
1394 |
-
|
1395 |
-
|
1396 |
-
|
1397 |
-
|
1398 |
-
|
1399 |
-
|
1400 |
-
|
1401 |
-
|
1402 |
-
|
1403 |
-
|
1404 |
-
|
1405 |
-
|
1406 |
-
|
1407 |
-
|
1408 |
-
|
1409 |
-
|
1410 |
-
|
1411 |
-
|
1412 |
-
|
1413 |
-
|
1414 |
-
|
1415 |
-
|
1416 |
-
|
1417 |
-
|
1418 |
-
|
1419 |
-
|
1420 |
-
|
1421 |
-
|
1422 |
-
|
1423 |
-
|
1424 |
-
|
1425 |
-
|
1426 |
-
|
1427 |
-
|
1428 |
-
|
1429 |
-
|
1430 |
-
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
1435 |
-
|
1436 |
-
|
1437 |
-
|
1438 |
-
|
1439 |
-
|
1440 |
-
|
1441 |
-
|
1442 |
-
|
1443 |
-
|
1444 |
-
|
1445 |
-
|
1446 |
-
|
1447 |
-
|
1448 |
-
|
1449 |
-
|
1450 |
-
|
1451 |
-
|
1452 |
-
|
1453 |
-
|
1454 |
-
|
1455 |
-
|
1456 |
-
|
1457 |
-
|
1458 |
-
|
1459 |
-
|
1460 |
-
|
1461 |
-
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
|
1469 |
-
|
1470 |
-
|
1471 |
-
|
1472 |
-
|
1473 |
-
|
1474 |
-
|
1475 |
-
|
1476 |
-
|
1477 |
-
|
1478 |
-
|
1479 |
-
|
1480 |
-
|
1481 |
-
|
1482 |
-
|
1483 |
-
|
1484 |
-
|
1485 |
-
|
1486 |
-
|
1487 |
-
|
1488 |
-
|
1489 |
-
|
1490 |
-
|
1491 |
-
|
1492 |
-
|
1493 |
-
|
1494 |
-
|
1495 |
-
|
1496 |
-
|
1497 |
-
|
1498 |
-
]
|
1499 |
-
);
|
1500 |
-
|
1501 |
-
$this->end_controls_tab();
|
1502 |
-
|
1503 |
-
$this->end_controls_tabs();
|
1504 |
-
|
1505 |
-
$this->end_controls_section();
|
1506 |
-
}
|
1507 |
|
1508 |
/**
|
1509 |
* This function is responsible for rendering divs and contents
|
1510 |
* for infobox before partial.
|
1511 |
*/
|
1512 |
-
|
1513 |
-
|
1514 |
-
|
1515 |
|
1516 |
-
|
1517 |
|
1518 |
-
|
1519 |
-
|
1520 |
-
|
1521 |
|
1522 |
-
|
1523 |
-
|
1524 |
-
|
1525 |
|
1526 |
-
|
1527 |
-
|
1528 |
|
1529 |
-
|
1530 |
-
|
1531 |
-
|
1532 |
-
|
1533 |
-
|
1534 |
-
|
1535 |
-
|
1536 |
|
1537 |
/**
|
1538 |
* This function is rendering closing divs and tags
|
1539 |
* of before partial for infobox.
|
1540 |
*/
|
1541 |
-
|
1542 |
-
|
1543 |
-
|
1544 |
-
|
1545 |
-
|
1546 |
-
|
1547 |
-
|
1548 |
|
1549 |
/**
|
1550 |
* This function is rendering appropriate icon for infobox.
|
1551 |
*/
|
1552 |
-
|
1553 |
-
|
1554 |
-
|
1555 |
-
|
1556 |
-
|
1557 |
-
|
1558 |
-
|
1559 |
-
|
1560 |
-
|
1561 |
-
|
1562 |
-
|
1563 |
-
|
1564 |
-
|
1565 |
-
|
1566 |
-
|
1567 |
-
|
1568 |
-
|
1569 |
-
|
1570 |
-
|
1571 |
-
|
1572 |
-
|
1573 |
-
|
1574 |
-
|
1575 |
-
|
1576 |
-
|
1577 |
-
|
1578 |
-
|
1579 |
-
|
1580 |
-
|
1581 |
-
|
1582 |
-
|
1583 |
-
|
1584 |
-
|
1585 |
-
|
1586 |
-
|
1587 |
-
|
1588 |
-
|
1589 |
-
|
1590 |
-
|
1591 |
-
|
1592 |
-
|
1593 |
-
|
1594 |
-
|
1595 |
-
|
1596 |
-
|
1597 |
-
|
1598 |
-
|
1599 |
-
|
1600 |
-
|
1601 |
-
|
1602 |
-
|
1603 |
-
|
1604 |
-
|
1605 |
-
|
1606 |
-
|
1607 |
-
|
1608 |
-
|
1609 |
-
|
1610 |
-
|
1611 |
-
|
1612 |
-
|
1613 |
-
|
1614 |
-
|
1615 |
-
|
1616 |
-
|
1617 |
-
|
1618 |
-
|
1619 |
-
|
1620 |
-
|
1621 |
-
|
1622 |
-
|
1623 |
-
|
1624 |
-
|
1625 |
-
|
1626 |
-
|
1627 |
-
|
1628 |
-
|
1629 |
-
|
1630 |
-
|
1631 |
-
|
1632 |
-
|
1633 |
-
|
1634 |
-
|
1635 |
-
|
1636 |
-
|
1637 |
-
|
1638 |
-
|
1639 |
-
|
1640 |
-
|
1641 |
-
|
1642 |
-
|
1643 |
-
|
1644 |
-
|
1645 |
-
|
1646 |
-
|
1647 |
-
|
1648 |
-
|
1649 |
-
|
1650 |
-
|
1651 |
-
|
1652 |
-
|
1653 |
-
|
1654 |
-
|
1655 |
-
|
1656 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1657 |
|
1658 |
/**
|
1659 |
* This function rendering infobox button
|
1660 |
*/
|
1661 |
-
|
1662 |
-
|
1663 |
-
|
1664 |
-
|
1665 |
-
|
1666 |
-
|
1667 |
-
|
1668 |
-
|
1669 |
-
|
1670 |
-
|
1671 |
-
|
1672 |
-
|
1673 |
-
|
1674 |
-
|
1675 |
-
|
1676 |
-
|
1677 |
-
|
1678 |
-
|
1679 |
-
|
1680 |
-
|
1681 |
-
|
1682 |
-
|
1683 |
-
|
1684 |
-
|
1685 |
-
|
1686 |
-
|
1687 |
-
|
1688 |
-
|
1689 |
-
|
1690 |
-
|
1691 |
-
|
1692 |
-
|
1693 |
-
|
1694 |
-
|
1695 |
-
|
1696 |
-
|
1697 |
-
|
1698 |
-
|
1699 |
-
|
1700 |
-
|
1701 |
-
|
1702 |
-
|
1703 |
-
|
1704 |
-
|
1705 |
-
|
1706 |
-
|
1707 |
-
|
1708 |
-
|
1709 |
-
|
1710 |
-
|
1711 |
-
|
1712 |
-
|
1713 |
-
|
1714 |
-
|
1715 |
-
|
1716 |
-
|
1717 |
-
|
1718 |
-
|
1719 |
-
|
1720 |
-
|
1721 |
-
|
1722 |
-
|
1723 |
-
|
1724 |
-
|
1725 |
-
|
1726 |
-
|
1727 |
-
|
1728 |
-
|
1729 |
-
|
1730 |
-
|
1731 |
-
|
1732 |
-
|
1733 |
-
|
1734 |
-
|
1735 |
-
|
1736 |
-
|
1737 |
-
|
1738 |
-
|
1739 |
-
|
|
|
|
|
|
|
|
|
1740 |
}
|
4 |
|
5 |
// If this file is called directly, abort.
|
6 |
if (!defined('ABSPATH')) {
|
7 |
+
exit;
|
8 |
}
|
9 |
|
10 |
use \Elementor\Controls_Manager;
|
12 |
use \Elementor\Group_Control_Box_Shadow;
|
13 |
use \Elementor\Group_Control_Image_Size;
|
14 |
use \Elementor\Group_Control_Typography;
|
|
|
15 |
use \Elementor\Plugin;
|
16 |
use \Elementor\Utils;
|
17 |
use \Elementor\Widget_Base;
|
19 |
|
20 |
class Info_Box extends Widget_Base
|
21 |
{
|
22 |
+
public function get_name()
|
23 |
+
{
|
24 |
+
return 'eael-info-box';
|
25 |
+
}
|
26 |
+
|
27 |
+
public function get_title()
|
28 |
+
{
|
29 |
+
return esc_html__('Info Box', 'essential-addons-for-elementor-lite');
|
30 |
+
}
|
31 |
+
|
32 |
+
public function get_icon()
|
33 |
+
{
|
34 |
+
return 'eaicon-info-box';
|
35 |
+
}
|
36 |
+
|
37 |
+
public function get_categories()
|
38 |
+
{
|
39 |
+
return ['essential-addons-elementor'];
|
40 |
+
}
|
41 |
+
|
42 |
+
public function get_keywords()
|
43 |
+
{
|
44 |
+
return [
|
45 |
+
'info',
|
46 |
+
'ea infobox',
|
47 |
+
'ea info box',
|
48 |
+
'box',
|
49 |
+
'ea box',
|
50 |
+
'info box',
|
51 |
+
'card',
|
52 |
+
'ea',
|
53 |
+
'essential addons',
|
54 |
+
];
|
55 |
+
}
|
56 |
+
|
57 |
+
public function get_custom_help_url()
|
58 |
+
{
|
59 |
+
return 'https://essential-addons.com/elementor/docs/info-box/';
|
60 |
+
}
|
61 |
+
|
62 |
+
protected function _register_controls()
|
63 |
+
{
|
64 |
+
|
65 |
+
/**
|
66 |
+
* Infobox Image Settings
|
67 |
+
*/
|
68 |
+
$this->start_controls_section(
|
69 |
+
'eael_section_infobox_content_settings',
|
70 |
+
[
|
71 |
+
'label' => esc_html__('Infobox Image', 'essential-addons-for-elementor-lite'),
|
72 |
+
]
|
73 |
+
);
|
74 |
+
|
75 |
+
$this->add_control(
|
76 |
+
'eael_infobox_img_type',
|
77 |
+
[
|
78 |
+
'label' => esc_html__('Infobox Type', 'essential-addons-for-elementor-lite'),
|
79 |
+
'type' => Controls_Manager::SELECT,
|
80 |
+
'default' => 'img-on-top',
|
81 |
+
'label_block' => false,
|
82 |
+
'options' => [
|
83 |
+
'img-on-top' => esc_html__('Image/Icon On Top', 'essential-addons-for-elementor-lite'),
|
84 |
+
'img-on-left' => esc_html__('Image/Icon On Left', 'essential-addons-for-elementor-lite'),
|
85 |
+
'img-on-right' => esc_html__('Image/Icon On Right', 'essential-addons-for-elementor-lite'),
|
86 |
+
],
|
87 |
+
]
|
88 |
+
);
|
89 |
+
|
90 |
+
$this->add_responsive_control(
|
91 |
+
'eael_infobox_img_or_icon',
|
92 |
+
[
|
93 |
+
'label' => esc_html__('Image or Icon', 'essential-addons-for-elementor-lite'),
|
94 |
+
'type' => Controls_Manager::CHOOSE,
|
95 |
+
'label_block' => true,
|
96 |
+
'options' => [
|
97 |
+
'none' => [
|
98 |
+
'title' => esc_html__('None', 'essential-addons-for-elementor-lite'),
|
99 |
+
'icon' => 'fa fa-ban',
|
100 |
+
],
|
101 |
+
'number' => [
|
102 |
+
'title' => esc_html__('Number', 'essential-addons-for-elementor-lite'),
|
103 |
+
'icon' => 'fa fa-sort-numeric-desc',
|
104 |
+
],
|
105 |
+
'icon' => [
|
106 |
+
'title' => esc_html__('Icon', 'essential-addons-for-elementor-lite'),
|
107 |
+
'icon' => 'fa fa-info-circle',
|
108 |
+
],
|
109 |
+
'img' => [
|
110 |
+
'title' => esc_html__('Image', 'essential-addons-for-elementor-lite'),
|
111 |
+
'icon' => 'fa fa-picture-o',
|
112 |
+
],
|
113 |
+
],
|
114 |
+
'default' => 'icon',
|
115 |
+
]
|
116 |
+
);
|
117 |
+
|
118 |
+
$this->add_responsive_control(
|
119 |
+
'icon_vertical_position',
|
120 |
+
[
|
121 |
+
'label' => __('Icon Position', 'essential-addons-for-elementor-lite'),
|
122 |
+
'type' => Controls_Manager::CHOOSE,
|
123 |
+
'default' => 'top',
|
124 |
+
'condition' => [
|
125 |
+
'eael_infobox_img_type!' => 'img-on-top',
|
126 |
+
],
|
127 |
+
'options' => [
|
128 |
+
'top' => [
|
129 |
+
'title' => __('Top', 'essential-addons-for-elementor-lite'),
|
130 |
+
'icon' => 'eicon-v-align-top',
|
131 |
+
],
|
132 |
+
'middle' => [
|
133 |
+
'title' => __('Middle', 'essential-addons-for-elementor-lite'),
|
134 |
+
'icon' => 'eicon-v-align-middle',
|
135 |
+
],
|
136 |
+
'bottom' => [
|
137 |
+
'title' => __('Bottom', 'essential-addons-for-elementor-lite'),
|
138 |
+
'icon' => 'eicon-v-align-bottom',
|
139 |
+
],
|
140 |
+
],
|
141 |
+
'selectors' => [
|
142 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon' => 'align-self: {{VALUE}};',
|
143 |
+
],
|
144 |
+
'selectors_dictionary' => [
|
145 |
+
'top' => 'baseline',
|
146 |
+
'middle' => 'center',
|
147 |
+
'bottom' => 'flex-end',
|
148 |
+
],
|
149 |
+
]
|
150 |
+
);
|
151 |
+
|
152 |
+
/**
|
153 |
+
* Condition: 'eael_infobox_img_or_icon' => 'img'
|
154 |
+
*/
|
155 |
+
$this->add_control(
|
156 |
+
'eael_infobox_image',
|
157 |
+
[
|
158 |
+
'label' => esc_html__('Infobox Image', 'essential-addons-for-elementor-lite'),
|
159 |
+
'type' => Controls_Manager::MEDIA,
|
160 |
+
'default' => [
|
161 |
+
'url' => Utils::get_placeholder_image_src(),
|
162 |
+
],
|
163 |
+
'condition' => [
|
164 |
+
'eael_infobox_img_or_icon' => 'img',
|
165 |
+
],
|
166 |
+
]
|
167 |
+
);
|
168 |
+
|
169 |
+
/**
|
170 |
+
* Condition: 'eael_infobox_img_or_icon' => 'icon'
|
171 |
+
*/
|
172 |
+
$this->add_control(
|
173 |
+
'eael_infobox_icon_new',
|
174 |
+
[
|
175 |
+
'label' => esc_html__('Icon', 'essential-addons-for-elementor-lite'),
|
176 |
+
'type' => Controls_Manager::ICONS,
|
177 |
+
'fa4compatibility' => 'eael_infobox_icon',
|
178 |
+
'default' => [
|
179 |
+
'value' => 'fas fa-building',
|
180 |
+
'library' => 'fa-solid',
|
181 |
+
],
|
182 |
+
'condition' => [
|
183 |
+
'eael_infobox_img_or_icon' => 'icon',
|
184 |
+
],
|
185 |
+
]
|
186 |
+
);
|
187 |
+
|
188 |
+
/**
|
189 |
+
* Condition: 'eael_infobox_img_or_icon' => 'number'
|
190 |
+
*/
|
191 |
+
$this->add_control(
|
192 |
+
'eael_infobox_number',
|
193 |
+
[
|
194 |
+
'label' => esc_html__('Number', 'essential-addons-for-elementor-lite'),
|
195 |
+
'type' => Controls_Manager::TEXT,
|
196 |
+
'dynamic' => [ 'active' => true ],
|
197 |
+
'condition' => [
|
198 |
+
'eael_infobox_img_or_icon' => 'number',
|
199 |
+
],
|
200 |
+
]
|
201 |
+
);
|
202 |
+
|
203 |
+
$this->end_controls_section();
|
204 |
+
|
205 |
+
/**
|
206 |
+
* Infobox Content
|
207 |
+
*/
|
208 |
+
$this->start_controls_section(
|
209 |
+
'eael_infobox_content',
|
210 |
+
[
|
211 |
+
'label' => esc_html__('Infobox Content', 'essential-addons-for-elementor-lite'),
|
212 |
+
]
|
213 |
+
);
|
214 |
+
$this->add_control(
|
215 |
+
'eael_infobox_title',
|
216 |
+
[
|
217 |
+
'label' => esc_html__('Infobox Title', 'essential-addons-for-elementor-lite'),
|
218 |
+
'type' => Controls_Manager::TEXT,
|
219 |
+
'label_block' => true,
|
220 |
+
'dynamic' => [
|
221 |
+
'active' => true,
|
222 |
+
],
|
223 |
+
'default' => esc_html__('This is an icon box', 'essential-addons-for-elementor-lite'),
|
224 |
+
]
|
225 |
+
);
|
226 |
+
$this->add_control(
|
227 |
+
'eael_infobox_title_tag',
|
228 |
+
[
|
229 |
+
'label' => __('Select Title Tag', 'essential-addons-for-elementor-lite'),
|
230 |
+
'type' => Controls_Manager::SELECT,
|
231 |
+
'default' => 'h4',
|
232 |
+
'options' => [
|
233 |
+
'h1' => __('H1', 'essential-addons-for-elementor-lite'),
|
234 |
+
'h2' => __('H2', 'essential-addons-for-elementor-lite'),
|
235 |
+
'h3' => __('H3', 'essential-addons-for-elementor-lite'),
|
236 |
+
'h4' => __('H4', 'essential-addons-for-elementor-lite'),
|
237 |
+
'h5' => __('H5', 'essential-addons-for-elementor-lite'),
|
238 |
+
'h6' => __('H6', 'essential-addons-for-elementor-lite'),
|
239 |
+
'span' => __('Span', 'essential-addons-for-elementor-lite'),
|
240 |
+
'p' => __('P', 'essential-addons-for-elementor-lite'),
|
241 |
+
'div' => __('Div', 'essential-addons-for-elementor-lite'),
|
242 |
+
],
|
243 |
+
]
|
244 |
+
);
|
245 |
+
$this->add_control(
|
246 |
+
'eael_infobox_text_type',
|
247 |
+
[
|
248 |
+
'label' => __('Content Type', 'essential-addons-for-elementor-lite'),
|
249 |
+
'type' => Controls_Manager::SELECT,
|
250 |
+
'options' => [
|
251 |
+
'content' => __('Content', 'essential-addons-for-elementor-lite'),
|
252 |
+
'template' => __('Saved Templates', 'essential-addons-for-elementor-lite'),
|
253 |
+
],
|
254 |
+
'default' => 'content',
|
255 |
+
]
|
256 |
+
);
|
257 |
+
|
258 |
+
$this->add_control(
|
259 |
+
'eael_primary_templates',
|
260 |
+
[
|
261 |
+
'label' => __('Choose Template', 'essential-addons-for-elementor-lite'),
|
262 |
+
'type' => Controls_Manager::SELECT,
|
263 |
+
'options' => Helper::get_elementor_templates(),
|
264 |
+
'condition' => [
|
265 |
+
'eael_infobox_text_type' => 'template',
|
266 |
+
],
|
267 |
+
]
|
268 |
+
);
|
269 |
+
$this->add_control(
|
270 |
+
'eael_infobox_text',
|
271 |
+
[
|
272 |
+
'label' => esc_html__('Infobox Content', 'essential-addons-for-elementor-lite'),
|
273 |
+
'type' => Controls_Manager::WYSIWYG,
|
274 |
+
'label_block' => true,
|
275 |
+
'dynamic' => [
|
276 |
+
'active' => true,
|
277 |
+
],
|
278 |
+
'default' => esc_html__('Write a short description, that will describe the title or something informational and useful.', 'essential-addons-for-elementor-lite'),
|
279 |
+
'condition' => [
|
280 |
+
'eael_infobox_text_type' => 'content',
|
281 |
+
],
|
282 |
+
]
|
283 |
+
);
|
284 |
+
$this->add_control(
|
285 |
+
'eael_show_infobox_content',
|
286 |
+
[
|
287 |
+
'label' => __('Show Content', 'essential-addons-for-elementor-lite'),
|
288 |
+
'type' => Controls_Manager::SWITCHER,
|
289 |
+
'default' => 'yes',
|
290 |
+
'label_on' => __('Show', 'essential-addons-for-elementor-lite'),
|
291 |
+
'label_off' => __('Hide', 'essential-addons-for-elementor-lite'),
|
292 |
+
'return_value' => 'yes',
|
293 |
+
]
|
294 |
+
);
|
295 |
+
$this->add_responsive_control(
|
296 |
+
'eael_infobox_content_alignment',
|
297 |
+
[
|
298 |
+
'label' => esc_html__('Content Alignment', 'essential-addons-for-elementor-lite'),
|
299 |
+
'type' => Controls_Manager::CHOOSE,
|
300 |
+
'label_block' => true,
|
301 |
+
'options' => [
|
302 |
+
'left' => [
|
303 |
+
'title' => esc_html__('Left', 'essential-addons-for-elementor-lite'),
|
304 |
+
'icon' => 'fa fa-align-left',
|
305 |
+
],
|
306 |
+
'center' => [
|
307 |
+
'title' => esc_html__('Center', 'essential-addons-for-elementor-lite'),
|
308 |
+
'icon' => 'fa fa-align-center',
|
309 |
+
],
|
310 |
+
'right' => [
|
311 |
+
'title' => esc_html__('Right', 'essential-addons-for-elementor-lite'),
|
312 |
+
'icon' => 'fa fa-align-right',
|
313 |
+
],
|
314 |
+
],
|
315 |
+
'default' => 'center',
|
316 |
+
'prefix_class' => 'eael-infobox-content-align-',
|
317 |
+
'condition' => [
|
318 |
+
'eael_infobox_img_type' => 'img-on-top',
|
319 |
+
],
|
320 |
+
]
|
321 |
+
);
|
322 |
+
|
323 |
+
$this->add_control(
|
324 |
+
'content_height',
|
325 |
+
[
|
326 |
+
'label' => esc_html__('Content Height', 'essential-addons-for-elementor-lite'),
|
327 |
+
'type' => Controls_Manager::SLIDER,
|
328 |
+
'size_units' => ['px', '%', 'em'],
|
329 |
+
'range' => [
|
330 |
+
'px' => ['max' => 300],
|
331 |
+
'%' => ['max' => 100],
|
332 |
+
],
|
333 |
+
'selectors' => [
|
334 |
+
'{{WRAPPER}} .infobox-content' => 'height: {{SIZE}}{{UNIT}};',
|
335 |
+
],
|
336 |
+
]
|
337 |
+
);
|
338 |
+
|
339 |
+
$this->end_controls_section();
|
340 |
+
|
341 |
+
/**
|
342 |
+
* ----------------------------------------------
|
343 |
+
* Infobox Button
|
344 |
+
* ----------------------------------------------
|
345 |
+
*/
|
346 |
+
$this->start_controls_section(
|
347 |
+
'eael_infobox_button',
|
348 |
+
[
|
349 |
+
'label' => esc_html__('Button', 'essential-addons-for-elementor-lite'),
|
350 |
+
]
|
351 |
+
);
|
352 |
+
|
353 |
+
$this->add_control(
|
354 |
+
'eael_show_infobox_button',
|
355 |
+
[
|
356 |
+
'label' => __('Show Infobox Button', 'essential-addons-for-elementor-lite'),
|
357 |
+
'type' => Controls_Manager::SWITCHER,
|
358 |
+
'label_on' => __('Yes', 'essential-addons-for-elementor-lite'),
|
359 |
+
'label_off' => __('No', 'essential-addons-for-elementor-lite'),
|
360 |
+
'condition' => [
|
361 |
+
'eael_show_infobox_clickable!' => 'yes',
|
362 |
+
],
|
363 |
+
]
|
364 |
+
);
|
365 |
+
|
366 |
+
$this->add_control(
|
367 |
+
'eael_show_infobox_clickable',
|
368 |
+
[
|
369 |
+
'label' => __('Infobox Clickable', 'essential-addons-for-elementor-lite'),
|
370 |
+
'type' => Controls_Manager::SWITCHER,
|
371 |
+
'default' => 'no',
|
372 |
+
'label_on' => __('Yes', 'essential-addons-for-elementor-lite'),
|
373 |
+
'label_off' => __('No', 'essential-addons-for-elementor-lite'),
|
374 |
+
'return_value' => 'yes',
|
375 |
+
'condition' => [
|
376 |
+
'eael_show_infobox_button!' => 'yes',
|
377 |
+
],
|
378 |
+
]
|
379 |
+
);
|
380 |
+
|
381 |
+
$this->add_control(
|
382 |
+
'eael_show_infobox_clickable_link',
|
383 |
+
[
|
384 |
+
'label' => esc_html__('Infobox Link', 'essential-addons-for-elementor-lite'),
|
385 |
+
'type' => Controls_Manager::URL,
|
386 |
+
'dynamic' => ['active' => true],
|
387 |
+
'label_block' => true,
|
388 |
+
'default' => [
|
389 |
+
'url' => 'http://',
|
390 |
+
'is_external' => '',
|
391 |
+
],
|
392 |
+
'show_external' => true,
|
393 |
+
'condition' => [
|
394 |
+
'eael_show_infobox_clickable' => 'yes',
|
395 |
+
],
|
396 |
+
]
|
397 |
+
);
|
398 |
+
|
399 |
+
$this->add_control(
|
400 |
+
'infobox_button_text',
|
401 |
+
[
|
402 |
+
'label' => __('Button Text', 'essential-addons-for-elementor-lite'),
|
403 |
+
'type' => Controls_Manager::TEXT,
|
404 |
+
'dynamic' => [
|
405 |
'active' => true
|
406 |
],
|
407 |
+
'label_block' => true,
|
408 |
+
'default' => 'Click Me!',
|
409 |
+
'separator' => 'before',
|
410 |
+
'placeholder' => __('Enter button text', 'essential-addons-for-elementor-lite'),
|
411 |
+
'title' => __('Enter button text here', 'essential-addons-for-elementor-lite'),
|
412 |
+
'condition' => [
|
413 |
+
'eael_show_infobox_button' => 'yes',
|
414 |
+
],
|
415 |
+
]
|
416 |
+
);
|
417 |
+
|
418 |
+
$this->add_control(
|
419 |
+
'infobox_button_link_url',
|
420 |
+
[
|
421 |
+
'label' => __('Link URL', 'essential-addons-for-elementor-lite'),
|
422 |
+
'type' => Controls_Manager::URL,
|
423 |
+
'dynamic' => ['active' => true],
|
424 |
+
'label_block' => true,
|
425 |
+
'placeholder' => __('Enter link URL for the button', 'essential-addons-for-elementor-lite'),
|
426 |
+
'show_external' => true,
|
427 |
+
'default' => [
|
428 |
+
'url' => '#',
|
429 |
+
],
|
430 |
+
'title' => __('Enter heading for the button', 'essential-addons-for-elementor-lite'),
|
431 |
+
'condition' => [
|
432 |
+
'eael_show_infobox_button' => 'yes',
|
433 |
+
],
|
434 |
+
]
|
435 |
+
);
|
436 |
+
|
437 |
+
$this->add_control(
|
438 |
+
'eael_infobox_button_icon_new',
|
439 |
+
[
|
440 |
+
'label' => esc_html__('Icon', 'essential-addons-for-elementor-lite'),
|
441 |
+
'type' => Controls_Manager::ICONS,
|
442 |
+
'fa4compatibility' => 'eael_infobox_button_icon',
|
443 |
+
'condition' => [
|
444 |
+
'eael_show_infobox_button' => 'yes',
|
445 |
+
],
|
446 |
+
]
|
447 |
+
);
|
448 |
+
|
449 |
+
$this->add_control(
|
450 |
+
'eael_infobox_button_icon_alignment',
|
451 |
+
[
|
452 |
+
'label' => esc_html__('Icon Position', 'essential-addons-for-elementor-lite'),
|
453 |
+
'type' => Controls_Manager::SELECT,
|
454 |
+
'default' => 'left',
|
455 |
+
'options' => [
|
456 |
+
'left' => esc_html__('Before', 'essential-addons-for-elementor-lite'),
|
457 |
+
'right' => esc_html__('After', 'essential-addons-for-elementor-lite'),
|
458 |
+
],
|
459 |
+
'condition' => [
|
460 |
+
'eael_infobox_button_icon_new!' => '',
|
461 |
+
'eael_show_infobox_button' => 'yes',
|
462 |
+
],
|
463 |
+
]
|
464 |
+
);
|
465 |
+
|
466 |
+
$this->add_control(
|
467 |
+
'eael_infobox_button_icon_indent',
|
468 |
+
[
|
469 |
+
'label' => esc_html__('Icon Spacing', 'essential-addons-for-elementor-lite'),
|
470 |
+
'type' => Controls_Manager::SLIDER,
|
471 |
+
'range' => [
|
472 |
+
'px' => [
|
473 |
+
'max' => 60,
|
474 |
+
],
|
475 |
+
],
|
476 |
+
'condition' => [
|
477 |
+
'eael_infobox_button_icon_new!' => '',
|
478 |
+
'eael_show_infobox_button' => 'yes',
|
479 |
+
],
|
480 |
+
'selectors' => [
|
481 |
+
'{{WRAPPER}} .eael_infobox_button_icon_right' => 'margin-left: {{SIZE}}px;',
|
482 |
+
'{{WRAPPER}} .eael_infobox_button_icon_left' => 'margin-right: {{SIZE}}px;',
|
483 |
+
],
|
484 |
+
]
|
485 |
+
);
|
486 |
+
$this->end_controls_section();
|
487 |
+
|
488 |
+
if (!apply_filters('eael/pro_enabled', false)) {
|
489 |
+
$this->start_controls_section(
|
490 |
+
'eael_section_pro',
|
491 |
+
[
|
492 |
+
'label' => __('Go Premium for More Features', 'essential-addons-for-elementor-lite'),
|
493 |
+
]
|
494 |
+
);
|
495 |
+
|
496 |
+
$this->add_control(
|
497 |
+
'eael_control_get_pro',
|
498 |
+
[
|
499 |
+
'label' => __('Unlock more possibilities', 'essential-addons-for-elementor-lite'),
|
500 |
+
'type' => Controls_Manager::CHOOSE,
|
501 |
+
'options' => [
|
502 |
+
'1' => [
|
503 |
+
'title' => '',
|
504 |
+
'icon' => 'fa fa-unlock-alt',
|
505 |
+
],
|
506 |
+
],
|
507 |
+
'default' => '1',
|
508 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/in/upgrade-essential-addons-elementor" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
509 |
+
]
|
510 |
+
);
|
511 |
+
|
512 |
+
$this->end_controls_section();
|
513 |
+
}
|
514 |
+
|
515 |
+
/**
|
516 |
+
* -------------------------------------------
|
517 |
+
* Tab Style (Info Box Image)
|
518 |
+
* -------------------------------------------
|
519 |
+
*/
|
520 |
+
$this->start_controls_section(
|
521 |
+
'eael_section_infobox_imgae_style_settings',
|
522 |
+
[
|
523 |
+
'label' => esc_html__('Image Style', 'essential-addons-for-elementor-lite'),
|
524 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
525 |
+
'condition' => [
|
526 |
+
'eael_infobox_img_or_icon' => 'img',
|
527 |
+
],
|
528 |
+
]
|
529 |
+
);
|
530 |
+
|
531 |
+
$this->start_controls_tabs('eael_infobox_image_style');
|
532 |
+
|
533 |
+
$this->start_controls_tab(
|
534 |
+
'eael_infobox_image_icon_normal',
|
535 |
+
[
|
536 |
+
'label' => __('Normal', 'essential-addons-for-elementor-lite'),
|
537 |
+
]
|
538 |
+
);
|
539 |
+
|
540 |
+
$this->add_control(
|
541 |
+
'eael_infobox_image_icon_bg_color',
|
542 |
+
[
|
543 |
+
'label' => esc_html__('Background Color', 'essential-addons-for-elementor-lite'),
|
544 |
+
'type' => Controls_Manager::COLOR,
|
545 |
+
'default' => '',
|
546 |
+
'selectors' => [
|
547 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon img' => 'background-color: {{VALUE}};',
|
548 |
+
],
|
549 |
+
]
|
550 |
+
);
|
551 |
+
|
552 |
+
$this->add_responsive_control(
|
553 |
+
'eael_infobox_image_icon_padding',
|
554 |
+
[
|
555 |
+
'label' => esc_html__('Padding', 'essential-addons-for-elementor-lite'),
|
556 |
+
'type' => Controls_Manager::DIMENSIONS,
|
557 |
+
'size_units' => ['px', 'em', '%'],
|
558 |
+
'selectors' => [
|
559 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon img' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
560 |
+
],
|
561 |
+
]
|
562 |
+
);
|
563 |
+
|
564 |
+
$this->add_group_control(
|
565 |
+
Group_Control_Border::get_type(),
|
566 |
+
[
|
567 |
+
'name' => 'eael_infobox_image_border',
|
568 |
+
'label' => esc_html__('Border', 'essential-addons-for-elementor-lite'),
|
569 |
+
'selector' => '{{WRAPPER}} .eael-infobox .infobox-icon img',
|
570 |
+
]
|
571 |
+
);
|
572 |
+
|
573 |
+
$this->add_control(
|
574 |
+
'eael_infobox_img_shape',
|
575 |
+
[
|
576 |
+
'label' => esc_html__('Image Shape', 'essential-addons-for-elementor-lite'),
|
577 |
+
'type' => Controls_Manager::SELECT,
|
578 |
+
'default' => 'square',
|
579 |
+
'label_block' => false,
|
580 |
+
'options' => [
|
581 |
+
'square' => esc_html__('Square', 'essential-addons-for-elementor-lite'),
|
582 |
+
'circle' => esc_html__('Circle', 'essential-addons-for-elementor-lite'),
|
583 |
+
'radius' => esc_html__('Radius', 'essential-addons-for-elementor-lite'),
|
584 |
+
],
|
585 |
+
'prefix_class' => 'eael-infobox-shape-',
|
586 |
+
'condition' => [
|
587 |
+
'eael_infobox_img_or_icon' => 'img',
|
588 |
+
],
|
589 |
+
]
|
590 |
+
);
|
591 |
+
|
592 |
+
$this->end_controls_tab();
|
593 |
+
|
594 |
+
$this->start_controls_tab(
|
595 |
+
'eael_infobox_image_icon_hover',
|
596 |
+
[
|
597 |
+
'label' => __('Hover', 'essential-addons-for-elementor-lite'),
|
598 |
+
]
|
599 |
+
);
|
600 |
+
|
601 |
+
$this->add_group_control(
|
602 |
+
Group_Control_Box_Shadow::get_type(),
|
603 |
+
[
|
604 |
+
'name' => 'eael_infobox_image_icon_hover_shadow',
|
605 |
+
'selectors' => [
|
606 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon:hover img' => 'background-color: {{VALUE}};',
|
607 |
+
],
|
608 |
+
]
|
609 |
+
);
|
610 |
+
|
611 |
+
$this->add_control(
|
612 |
+
'eael_infobox_image_icon_hover_animation',
|
613 |
+
[
|
614 |
+
'label' => esc_html__('Animation', 'essential-addons-for-elementor-lite'),
|
615 |
+
'type' => Controls_Manager::HOVER_ANIMATION,
|
616 |
+
]
|
617 |
+
);
|
618 |
+
|
619 |
+
$this->add_group_control(
|
620 |
+
Group_Control_Border::get_type(),
|
621 |
+
[
|
622 |
+
'name' => 'eael_infobox_hover_image_border',
|
623 |
+
'label' => esc_html__('Border', 'essential-addons-for-elementor-lite'),
|
624 |
+
'selector' => '{{WRAPPER}} .eael-infobox:hover .infobox-icon img',
|
625 |
+
]
|
626 |
+
);
|
627 |
+
|
628 |
+
$this->add_control(
|
629 |
+
'eael_infobox_hover_img_shape',
|
630 |
+
[
|
631 |
+
'label' => esc_html__('Image Shape', 'essential-addons-for-elementor-lite'),
|
632 |
+
'type' => Controls_Manager::SELECT,
|
633 |
+
'default' => 'square',
|
634 |
+
'label_block' => false,
|
635 |
+
'options' => [
|
636 |
+
'square' => esc_html__('Square', 'essential-addons-for-elementor-lite'),
|
637 |
+
'circle' => esc_html__('Circle', 'essential-addons-for-elementor-lite'),
|
638 |
+
'radius' => esc_html__('Radius', 'essential-addons-for-elementor-lite'),
|
639 |
+
],
|
640 |
+
'prefix_class' => 'eael-infobox-hover-img-shape-',
|
641 |
+
'condition' => [
|
642 |
+
'eael_infobox_img_or_icon' => 'img',
|
643 |
+
],
|
644 |
+
]
|
645 |
+
);
|
646 |
+
|
647 |
+
$this->end_controls_tab();
|
648 |
+
|
649 |
+
$this->end_controls_tabs();
|
650 |
+
|
651 |
+
$this->add_control(
|
652 |
+
'eael_infobox_image_resizer',
|
653 |
+
[
|
654 |
+
'label' => esc_html__('Image Resizer', 'essential-addons-for-elementor-lite'),
|
655 |
+
'type' => Controls_Manager::SLIDER,
|
656 |
+
'default' => [
|
657 |
+
'size' => 100,
|
658 |
+
],
|
659 |
+
'range' => [
|
660 |
+
'px' => [
|
661 |
+
'max' => 500,
|
662 |
+
],
|
663 |
+
],
|
664 |
+
'selectors' => [
|
665 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon img' => 'width: {{SIZE}}px;',
|
666 |
+
'{{WRAPPER}} .eael-infobox.icon-on-left .infobox-icon' => 'width: {{SIZE}}px;',
|
667 |
+
'{{WRAPPER}} .eael-infobox.icon-on-right .infobox-icon' => 'width: {{SIZE}}px;',
|
668 |
+
],
|
669 |
+
]
|
670 |
+
);
|
671 |
+
|
672 |
+
$this->add_group_control(
|
673 |
+
Group_Control_Image_Size::get_type(),
|
674 |
+
[
|
675 |
+
'name' => 'thumbnail',
|
676 |
+
'default' => 'full',
|
677 |
+
'condition' => [
|
678 |
+
'eael_infobox_image[url]!' => '',
|
679 |
+
'eael_infobox_img_or_icon' => 'img',
|
680 |
+
],
|
681 |
+
|
682 |
+
]
|
683 |
+
);
|
684 |
+
|
685 |
+
$this->add_responsive_control(
|
686 |
+
'eael_infobox_img_margin',
|
687 |
+
[
|
688 |
+
'label' => esc_html__('Margin', 'essential-addons-for-elementor-lite'),
|
689 |
+
'type' => Controls_Manager::DIMENSIONS,
|
690 |
+
'size_units' => ['px', 'em', '%'],
|
691 |
+
'selectors' => [
|
692 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
693 |
+
],
|
694 |
+
]
|
695 |
+
);
|
696 |
+
|
697 |
+
$this->end_controls_section();
|
698 |
+
|
699 |
+
/**
|
700 |
+
* -------------------------------------------
|
701 |
+
* Tab Style (Info Box Number Icon Style)
|
702 |
+
* -------------------------------------------
|
703 |
+
*/
|
704 |
+
$this->start_controls_section(
|
705 |
+
'eael_section_infobox_number_icon_style_settings',
|
706 |
+
[
|
707 |
+
'label' => esc_html__('Number Icon Style', 'essential-addons-for-elementor-lite'),
|
708 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
709 |
+
'condition' => [
|
710 |
+
'eael_infobox_img_or_icon' => 'number',
|
711 |
+
],
|
712 |
+
]
|
713 |
+
);
|
714 |
+
|
715 |
+
$this->add_group_control(
|
716 |
+
Group_Control_Typography::get_type(),
|
717 |
+
[
|
718 |
+
'name' => 'eael_infobox_number_icon_typography',
|
719 |
+
'selector' => '{{WRAPPER}} .eael-infobox .infobox-icon .infobox-icon-number',
|
720 |
+
]
|
721 |
+
);
|
722 |
+
|
723 |
+
$this->add_responsive_control(
|
724 |
+
'eael_infobox_number_icon_bg_size',
|
725 |
+
[
|
726 |
+
'label' => __('Icon Background Size', 'essential-addons-for-elementor-lite'),
|
727 |
+
'type' => Controls_Manager::SLIDER,
|
728 |
+
'default' => [
|
729 |
+
'size' => 90,
|
730 |
+
],
|
731 |
+
'range' => [
|
732 |
+
'px' => [
|
733 |
+
'min' => 0,
|
734 |
+
'max' => 300,
|
735 |
+
'step' => 1,
|
736 |
+
],
|
737 |
+
],
|
738 |
+
'selectors' => [
|
739 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon .infobox-icon-wrap' => 'width: {{SIZE}}px; height: {{SIZE}}px;',
|
740 |
+
],
|
741 |
+
'condition' => [
|
742 |
+
'eael_infobox_icon_bg_shape!' => 'none',
|
743 |
+
],
|
744 |
+
]
|
745 |
+
);
|
746 |
+
|
747 |
+
$this->add_responsive_control(
|
748 |
+
'eael_infobox_number_icon_margin',
|
749 |
+
[
|
750 |
+
'label' => esc_html__('Margin', 'essential-addons-for-elementor-lite'),
|
751 |
+
'type' => Controls_Manager::DIMENSIONS,
|
752 |
+
'size_units' => ['px', 'em', '%'],
|
753 |
+
'selectors' => [
|
754 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon-wrap' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
755 |
+
],
|
756 |
+
]
|
757 |
+
);
|
758 |
+
|
759 |
+
$this->start_controls_tabs('eael_infobox_numbericon_style_controls');
|
760 |
+
|
761 |
+
$this->start_controls_tab(
|
762 |
+
'eael_infobox_number_icon_normal',
|
763 |
+
[
|
764 |
+
'label' => esc_html__('Normal', 'essential-addons-for-elementor-lite'),
|
765 |
+
]
|
766 |
+
);
|
767 |
+
|
768 |
+
$this->add_control(
|
769 |
+
'eael_infobox_number_icon_color',
|
770 |
+
[
|
771 |
+
'label' => esc_html__('Icon Color', 'essential-addons-for-elementor-lite'),
|
772 |
+
'type' => Controls_Manager::COLOR,
|
773 |
+
'default' => '#4d4d4d',
|
774 |
+
'selectors' => [
|
775 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon .infobox-icon-number' => 'color: {{VALUE}};',
|
776 |
+
'{{WRAPPER}} .eael-infobox.icon-beside-title .infobox-content .title figure .infobox-icon-number' => 'color: {{VALUE}};',
|
777 |
+
],
|
778 |
+
]
|
779 |
+
);
|
780 |
+
|
781 |
+
$this->add_control(
|
782 |
+
'eael_infobox_number_icon_bg_color',
|
783 |
+
[
|
784 |
+
'label' => esc_html__('Background Color', 'essential-addons-for-elementor-lite'),
|
785 |
+
'type' => Controls_Manager::COLOR,
|
786 |
+
'default' => '',
|
787 |
+
'selectors' => [
|
788 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon .infobox-icon-wrap' => 'background: {{VALUE}};',
|
789 |
+
],
|
790 |
+
'condition' => [
|
791 |
+
'eael_infobox_icon_bg_shape!' => 'none',
|
792 |
+
],
|
793 |
+
]
|
794 |
+
);
|
795 |
+
|
796 |
+
$this->add_control(
|
797 |
+
'eael_infobox_number_icon_bg_shape',
|
798 |
+
[
|
799 |
+
'label' => esc_html__('Background Shape', 'essential-addons-for-elementor-lite'),
|
800 |
+
'type' => Controls_Manager::SELECT,
|
801 |
+
'default' => 'none',
|
802 |
+
'label_block' => false,
|
803 |
+
'options' => [
|
804 |
+
'none' => esc_html__('None', 'essential-addons-for-elementor-lite'),
|
805 |
+
'circle' => esc_html__('Circle', 'essential-addons-for-elementor-lite'),
|
806 |
+
'radius' => esc_html__('Radius', 'essential-addons-for-elementor-lite'),
|
807 |
+
'square' => esc_html__('Square', 'essential-addons-for-elementor-lite'),
|
808 |
+
],
|
809 |
+
'prefix_class' => 'eael-infobox-icon-bg-shape-',
|
810 |
+
]
|
811 |
+
);
|
812 |
+
|
813 |
+
$this->add_group_control(
|
814 |
+
Group_Control_Border::get_type(),
|
815 |
+
[
|
816 |
+
'name' => 'eael_infobox_number_icon_border',
|
817 |
+
'label' => esc_html__('Border', 'essential-addons-for-elementor-lite'),
|
818 |
+
'selector' => '{{WRAPPER}} .eael-infobox .infobox-icon-wrap',
|
819 |
+
]
|
820 |
+
);
|
821 |
+
|
822 |
+
$this->add_group_control(
|
823 |
+
Group_Control_Box_Shadow::get_type(),
|
824 |
+
[
|
825 |
+
'name' => 'eael_infobox_number_icon_shadow',
|
826 |
+
'selector' => '{{WRAPPER}} .eael-infobox .infobox-icon-wrap',
|
827 |
+
]
|
828 |
+
);
|
829 |
+
|
830 |
+
$this->end_controls_tab();
|
831 |
+
|
832 |
+
$this->start_controls_tab(
|
833 |
+
'eael_infobox_number_icon_hover',
|
834 |
+
[
|
835 |
+
'label' => esc_html__('Hover', 'essential-addons-for-elementor-lite'),
|
836 |
+
]
|
837 |
+
);
|
838 |
+
|
839 |
+
$this->add_control(
|
840 |
+
'eael_infobox_number_icon_hover_animation',
|
841 |
+
[
|
842 |
+
'label' => esc_html__('Animation', 'essential-addons-for-elementor-lite'),
|
843 |
+
'type' => Controls_Manager::HOVER_ANIMATION,
|
844 |
+
]
|
845 |
+
);
|
846 |
+
|
847 |
+
$this->add_control(
|
848 |
+
'eael_infobox_number_icon_hover_color',
|
849 |
+
[
|
850 |
+
'label' => esc_html__('Icon Color', 'essential-addons-for-elementor-lite'),
|
851 |
+
'type' => Controls_Manager::COLOR,
|
852 |
+
'default' => '#4d4d4d',
|
853 |
+
'selectors' => [
|
854 |
+
'{{WRAPPER}} .eael-infobox:hover .infobox-icon .infobox-icon-number' => 'color: {{VALUE}};',
|
855 |
+
'{{WRAPPER}} .eael-infobox.icon-beside-title:hover .infobox-content .title figure .infobox-icon-number' => 'color: {{VALUE}};',
|
856 |
+
],
|
857 |
+
]
|
858 |
+
);
|
859 |
+
|
860 |
+
$this->add_control(
|
861 |
+
'eael_infobox_number_icon_hover_bg_color',
|
862 |
+
[
|
863 |
+
'label' => esc_html__('Background Color', 'essential-addons-for-elementor-lite'),
|
864 |
+
'type' => Controls_Manager::COLOR,
|
865 |
+
'default' => '',
|
866 |
+
'selectors' => [
|
867 |
+
'{{WRAPPER}} .eael-infobox:hover .infobox-icon .infobox-icon-wrap' => 'background: {{VALUE}};',
|
868 |
+
],
|
869 |
+
'condition' => [
|
870 |
+
'eael_infobox_img_type!' => ['img-on-left', 'img-on-right'],
|
871 |
+
'eael_infobox_icon_bg_shape!' => 'none',
|
872 |
+
],
|
873 |
+
]
|
874 |
+
);
|
875 |
+
|
876 |
+
$this->add_control(
|
877 |
+
'eael_infobox_number_icon_hover_bg_shape',
|
878 |
+
[
|
879 |
+
'label' => esc_html__('Background Shape', 'essential-addons-for-elementor-lite'),
|
880 |
+
'type' => Controls_Manager::SELECT,
|
881 |
+
'default' => 'none',
|
882 |
+
'label_block' => false,
|
883 |
+
'options' => [
|
884 |
+
'none' => esc_html__('None', 'essential-addons-for-elementor-lite'),
|
885 |
+
'circle' => esc_html__('Circle', 'essential-addons-for-elementor-lite'),
|
886 |
+
'radius' => esc_html__('Radius', 'essential-addons-for-elementor-lite'),
|
887 |
+
'square' => esc_html__('Square', 'essential-addons-for-elementor-lite'),
|
888 |
+
],
|
889 |
+
'prefix_class' => 'eael-infobox-icon-hover-bg-shape-',
|
890 |
+
]
|
891 |
+
);
|
892 |
+
|
893 |
+
$this->add_group_control(
|
894 |
+
Group_Control_Border::get_type(),
|
895 |
+
[
|
896 |
+
'name' => 'eael_infobox_hover_number_icon_border',
|
897 |
+
'label' => esc_html__('Border', 'essential-addons-for-elementor-lite'),
|
898 |
+
'selector' => '{{WRAPPER}} .eael-infobox:hover .infobox-icon-wrap',
|
899 |
+
]
|
900 |
+
);
|
901 |
+
|
902 |
+
$this->add_group_control(
|
903 |
+
Group_Control_Box_Shadow::get_type(),
|
904 |
+
[
|
905 |
+
'name' => 'eael_infobox_number_icon_hover_shadow',
|
906 |
+
'selector' => '{{WRAPPER}} .eael-infobox:hover .infobox-icon-wrap',
|
907 |
+
]
|
908 |
+
);
|
909 |
+
|
910 |
+
$this->end_controls_tab();
|
911 |
+
|
912 |
+
$this->end_controls_tabs();
|
913 |
+
|
914 |
+
$this->end_controls_section();
|
915 |
+
|
916 |
+
/**
|
917 |
+
* -------------------------------------------
|
918 |
+
* Tab Style (Info Box Icon Style)
|
919 |
+
* -------------------------------------------
|
920 |
+
*/
|
921 |
+
$this->start_controls_section(
|
922 |
+
'eael_section_infobox_icon_style_settings',
|
923 |
+
[
|
924 |
+
'label' => esc_html__('Icon Style', 'essential-addons-for-elementor-lite'),
|
925 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
926 |
+
'condition' => [
|
927 |
+
'eael_infobox_img_or_icon' => 'icon',
|
928 |
+
],
|
929 |
+
]
|
930 |
+
);
|
931 |
+
|
932 |
+
$this->add_responsive_control(
|
933 |
+
'eael_infobox_icon_size',
|
934 |
+
[
|
935 |
+
'label' => __('Icon Size', 'essential-addons-for-elementor-lite'),
|
936 |
+
'type' => Controls_Manager::SLIDER,
|
937 |
+
'default' => [
|
938 |
+
'size' => 40,
|
939 |
+
],
|
940 |
+
'range' => [
|
941 |
+
'px' => [
|
942 |
+
'min' => 20,
|
943 |
+
'max' => 100,
|
944 |
+
'step' => 1,
|
945 |
+
],
|
946 |
+
],
|
947 |
+
'selectors' => [
|
948 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon i' => 'font-size: {{SIZE}}px;',
|
949 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon .infobox-icon-wrap img' => 'height: {{SIZE}}px; width: {{SIZE}}px;',
|
950 |
+
],
|
951 |
+
]
|
952 |
+
);
|
953 |
+
|
954 |
+
$this->add_responsive_control(
|
955 |
+
'eael_infobox_icon_bg_size',
|
956 |
+
[
|
957 |
+
'label' => __('Icon Background Size', 'essential-addons-for-elementor-lite'),
|
958 |
+
'type' => Controls_Manager::SLIDER,
|
959 |
+
'default' => [
|
960 |
+
'size' => 90,
|
961 |
+
],
|
962 |
+
'range' => [
|
963 |
+
'px' => [
|
964 |
+
'min' => 0,
|
965 |
+
'max' => 300,
|
966 |
+
'step' => 1,
|
967 |
+
],
|
968 |
+
],
|
969 |
+
'selectors' => [
|
970 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon .infobox-icon-wrap' => 'width: {{SIZE}}px; height: {{SIZE}}px;',
|
971 |
+
],
|
972 |
+
'condition' => [
|
973 |
+
'eael_infobox_icon_bg_shape!' => 'none',
|
974 |
+
],
|
975 |
+
]
|
976 |
+
);
|
977 |
+
|
978 |
+
$this->add_responsive_control(
|
979 |
+
'eael_infobox_icon_margin',
|
980 |
+
[
|
981 |
+
'label' => esc_html__('Margin', 'essential-addons-for-elementor-lite'),
|
982 |
+
'type' => Controls_Manager::DIMENSIONS,
|
983 |
+
'size_units' => ['px', 'em', '%'],
|
984 |
+
'selectors' => [
|
985 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
986 |
+
],
|
987 |
+
]
|
988 |
+
);
|
989 |
+
|
990 |
+
$this->start_controls_tabs('eael_infobox_icon_style_controls');
|
991 |
+
|
992 |
+
$this->start_controls_tab(
|
993 |
+
'eael_infobox_icon_normal',
|
994 |
+
[
|
995 |
+
'label' => esc_html__('Normal', 'essential-addons-for-elementor-lite'),
|
996 |
+
]
|
997 |
+
);
|
998 |
+
|
999 |
+
$this->add_control(
|
1000 |
+
'eael_infobox_icon_color',
|
1001 |
+
[
|
1002 |
+
'label' => esc_html__('Icon Color', 'essential-addons-for-elementor-lite'),
|
1003 |
+
'type' => Controls_Manager::COLOR,
|
1004 |
+
'default' => '#4d4d4d',
|
1005 |
+
'selectors' => [
|
1006 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon i' => 'color: {{VALUE}};',
|
1007 |
+
'{{WRAPPER}} .eael-infobox.icon-beside-title .infobox-content .title figure i' => 'color: {{VALUE}};',
|
1008 |
+
],
|
1009 |
+
]
|
1010 |
+
);
|
1011 |
+
|
1012 |
+
$this->add_control(
|
1013 |
+
'eael_infobox_icon_bg_shape',
|
1014 |
+
[
|
1015 |
+
'label' => esc_html__('Background Shape', 'essential-addons-for-elementor-lite'),
|
1016 |
+
'type' => Controls_Manager::SELECT,
|
1017 |
+
'default' => 'none',
|
1018 |
+
'label_block' => false,
|
1019 |
+
'options' => [
|
1020 |
+
'none' => esc_html__('None', 'essential-addons-for-elementor-lite'),
|
1021 |
+
'circle' => esc_html__('Circle', 'essential-addons-for-elementor-lite'),
|
1022 |
+
'radius' => esc_html__('Radius', 'essential-addons-for-elementor-lite'),
|
1023 |
+
'square' => esc_html__('Square', 'essential-addons-for-elementor-lite'),
|
1024 |
+
],
|
1025 |
+
'prefix_class' => 'eael-infobox-icon-bg-shape-',
|
1026 |
+
]
|
1027 |
+
);
|
1028 |
+
|
1029 |
+
$this->add_control(
|
1030 |
+
'eael_infobox_icon_bg_color',
|
1031 |
+
[
|
1032 |
+
'label' => esc_html__('Background Color', 'essential-addons-for-elementor-lite'),
|
1033 |
+
'type' => Controls_Manager::COLOR,
|
1034 |
+
'default' => '',
|
1035 |
+
'selectors' => [
|
1036 |
+
'{{WRAPPER}} .eael-infobox .infobox-icon .infobox-icon-wrap' => 'background: {{VALUE}};',
|
1037 |
+
],
|
1038 |
+
'condition' => [
|
1039 |
+
'eael_infobox_icon_bg_shape!' => 'none',
|
1040 |
+
],
|
1041 |
+
]
|
1042 |
+
);
|
1043 |
+
|
1044 |
+
$this->add_group_control(
|
1045 |
+
Group_Control_Border::get_type(),
|
1046 |
+
[
|
1047 |
+
'name' => 'eael_infobox_icon_border',
|
1048 |
+
'label' => esc_html__('Border', 'essential-addons-for-elementor-lite'),
|
1049 |
+
'selector' => '{{WRAPPER}} .eael-infobox .infobox-icon-wrap',
|
1050 |
+
]
|
1051 |
+
);
|
1052 |
+
|
1053 |
+
$this->add_group_control(
|
1054 |
+
Group_Control_Box_Shadow::get_type(),
|
1055 |
+
[
|
1056 |
+
'name' => 'eael_infobox_icon_shadow',
|
1057 |
+
'selector' => '{{WRAPPER}} .eael-infobox .infobox-icon-wrap',
|
1058 |
+
]
|
1059 |
+
);
|
1060 |
+
|
1061 |
+
$this->end_controls_tab();
|
1062 |
+
|
1063 |
+
$this->start_controls_tab(
|
1064 |
+
'eael_infobox_icon_hover',
|
1065 |
+
[
|
1066 |
+
'label' => esc_html__('Hover', 'essential-addons-for-elementor-lite'),
|
1067 |
+
]
|
1068 |
+
);
|
1069 |
+
|
1070 |
+
$this->add_control(
|
1071 |
+
'eael_infobox_icon_hover_animation',
|
1072 |
+
[
|
1073 |
+
'label' => esc_html__('Animation', 'essential-addons-for-elementor-lite'),
|
1074 |
+
'type' => Controls_Manager::HOVER_ANIMATION,
|
1075 |
+
]
|
1076 |
+
);
|
1077 |
+
|
1078 |
+
$this->add_control(
|
1079 |
+
'eael_infobox_icon_hover_color',
|
1080 |
+
[
|
1081 |
+
'label' => esc_html__('Icon Color', 'essential-addons-for-elementor-lite'),
|
1082 |
+
'type' => Controls_Manager::COLOR,
|
1083 |
+
'default' => '#4d4d4d',
|
1084 |
+
'selectors' => [
|
1085 |
+
'{{WRAPPER}} .eael-infobox:hover .infobox-icon i' => 'color: {{VALUE}};',
|
1086 |
+
'{{WRAPPER}} .eael-infobox.icon-beside-title:hover .infobox-content .title figure i' => 'color: {{VALUE}};',
|
1087 |
+
],
|
1088 |
+
]
|
1089 |
+
);
|
1090 |
+
|
1091 |
+
$this->add_control(
|
1092 |
+
'eael_infobox_icon_hover_bg_color',
|
1093 |
+
[
|
1094 |
+
'label' => esc_html__('Background Color', 'essential-addons-for-elementor-lite'),
|
1095 |
+
'type' => Controls_Manager::COLOR,
|
1096 |
+
'default' => '',
|
1097 |
+
'selectors' => [
|
1098 |
+
'{{WRAPPER}} .eael-infobox:hover .infobox-icon .infobox-icon-wrap' => 'background: {{VALUE}};',
|
1099 |
+
],
|
1100 |
+
'condition' => [
|
1101 |
+
'eael_infobox_img_type!' => ['img-on-left', 'img-on-right'],
|
1102 |
+
'eael_infobox_icon_bg_shape!' => 'none',
|
1103 |
+
],
|
1104 |
+
]
|
1105 |
+
);
|
1106 |
+
|
1107 |
+
$this->add_control(
|
1108 |
+
'eael_infobox_icon_hover_bg_shape',
|
1109 |
+
[
|
1110 |
+
'label' => esc_html__('Background Shape', 'essential-addons-for-elementor-lite'),
|
1111 |
+
'type' => Controls_Manager::SELECT,
|
1112 |
+
'default' => 'none',
|
1113 |
+
'label_block' => false,
|
1114 |
+
'options' => [
|
1115 |
+
'none' => esc_html__('None', 'essential-addons-for-elementor-lite'),
|
1116 |
+
'circle' => esc_html__('Circle', 'essential-addons-for-elementor-lite'),
|
1117 |
+
'radius' => esc_html__('Radius', 'essential-addons-for-elementor-lite'),
|
1118 |
+
'square' => esc_html__('Square', 'essential-addons-for-elementor-lite'),
|
1119 |
+
],
|
1120 |
+
'prefix_class' => 'eael-infobox-icon-hover-bg-shape-',
|
1121 |
+
]
|
1122 |
+
);
|
1123 |
+
|
1124 |
+
$this->add_group_control(
|
1125 |
+
Group_Control_Border::get_type(),
|
1126 |
+
[
|
1127 |
+
'name' => 'eael_infobox_hover_icon_border',
|
1128 |
+
'label' => esc_html__('Border', 'essential-addons-for-elementor-lite'),
|
1129 |
+
'selector' => '{{WRAPPER}} .eael-infobox:hover .infobox-icon-wrap',
|
1130 |
+
]
|
1131 |
+
);
|
1132 |
+
|
1133 |
+
$this->add_group_control(
|
1134 |
+
Group_Control_Box_Shadow::get_type(),
|
1135 |
+
[
|
1136 |
+
'name' => 'eael_infobox_icon_hover_shadow',
|
1137 |
+
'selector' => '{{WRAPPER}} .eael-infobox:hover .infobox-icon-wrap',
|
1138 |
+
]
|
1139 |
+
);
|
1140 |
+
|
1141 |
+
$this->end_controls_tab();
|
1142 |
+
|
1143 |
+
$this->end_controls_tabs();
|
1144 |
+
|
1145 |
+
$this->end_controls_section();
|
1146 |
+
|
1147 |
+
/**
|
1148 |
+
* -------------------------------------------
|
1149 |
+
* Tab Style ( Info Box Button Style )
|
1150 |
+
* -------------------------------------------
|
1151 |
+
*/
|
1152 |
+
$this->start_controls_section(
|
1153 |
+
'eael_section_infobox_button_settings',
|
1154 |
+
[
|
1155 |
+
'label' => esc_html__('Button Styles', 'essential-addons-for-elementor-lite'),
|
1156 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
1157 |
+
'condition' => [
|
1158 |
+
'eael_show_infobox_button' => 'yes',
|
1159 |
+
],
|
1160 |
+
]
|
1161 |
+
);
|
1162 |
+
|
1163 |
+
$this->add_group_control(
|
1164 |
+
Group_Control_Typography::get_type(),
|
1165 |
+
[
|
1166 |
+
'name' => 'eael_infobox_button_typography',
|
1167 |
+
'selector' => '{{WRAPPER}} .eael-infobox .infobox-button .eael-infobox-button .infobox-button-text',
|
1168 |
+
]
|
1169 |
+
);
|
1170 |
+
|
1171 |
+
$this->add_responsive_control(
|
1172 |
+
'eael_infobox_button_icon_size',
|
1173 |
+
[
|
1174 |
+
'label' => __('Icon Size', 'essential-addons-for-elementor-lite'),
|
1175 |
+
'type' => Controls_Manager::SLIDER,
|
1176 |
+
'default' => [
|
1177 |
+
'size' => 16,
|
1178 |
+
'unit' => 'px',
|
1179 |
+
],
|
1180 |
+
'size_units' => ['px'],
|
1181 |
+
'range' => [
|
1182 |
+
'px' => [
|
1183 |
+
'min' => 0,
|
1184 |
+
'max' => 100,
|
1185 |
+
'step' => 1,
|
1186 |
+
],
|
1187 |
+
],
|
1188 |
+
'selectors' => [
|
1189 |
+
'{{WRAPPER}} .eael-infobox .infobox-button .eael-infobox-button i' => 'font-size: {{SIZE}}{{UNIT}};',
|
1190 |
+
'{{WRAPPER}} .eael-infobox .infobox-button .eael-infobox-button img' => 'height: {{SIZE}}{{UNIT}}; width: {{SIZE}}{{UNIT}};',
|
1191 |
+
],
|
1192 |
+
]
|
1193 |
+
);
|
1194 |
+
|
1195 |
+
$this->add_responsive_control(
|
1196 |
+
'eael_creative_button_padding',
|
1197 |
+
[
|
1198 |
+
'label' => esc_html__('Button Padding', 'essential-addons-for-elementor-lite'),
|
1199 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1200 |
+
'size_units' => ['px', 'em'],
|
1201 |
+
'selectors' => [
|
1202 |
+
'{{WRAPPER}} .eael-infobox .infobox-button a.eael-infobox-button' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1203 |
+
],
|
1204 |
+
]
|
1205 |
+
);
|
1206 |
+
|
1207 |
+
$this->add_control(
|
1208 |
+
'eael_infobox_button_border_radius',
|
1209 |
+
[
|
1210 |
+
'label' => esc_html__('Border Radius', 'essential-addons-for-elementor-lite'),
|
1211 |
+
'type' => Controls_Manager::SLIDER,
|
1212 |
+
'range' => [
|
1213 |
+
'px' => [
|
1214 |
+
'max' => 100,
|
1215 |
+
],
|
1216 |
+
],
|
1217 |
+
'selectors' => [
|
1218 |
+
'{{WRAPPER}} .eael-infobox .infobox-button a.eael-infobox-button' => 'border-radius: {{SIZE}}px;',
|
1219 |
+
],
|
1220 |
+
]
|
1221 |
+
);
|
1222 |
+
|
1223 |
+
$this->start_controls_tabs('infobox_button_styles_controls_tabs');
|
1224 |
+
|
1225 |
+
$this->start_controls_tab('infobox_button_normal', [
|
1226 |
+
'label' => esc_html__('Normal', 'essential-addons-for-elementor-lite'),
|
1227 |
+
]);
|
1228 |
+
|
1229 |
+
$this->add_control(
|
1230 |
+
'eael_infobox_button_text_color',
|
1231 |
+
[
|
1232 |
+
'label' => esc_html__('Text Color', 'essential-addons-for-elementor-lite'),
|
1233 |
+
'type' => Controls_Manager::COLOR,
|
1234 |
+
'default' => '#ffffff',
|
1235 |
+
'selectors' => [
|
1236 |
+
'{{WRAPPER}} .eael-infobox .eael-infobox-button' => 'color: {{VALUE}};',
|
1237 |
+
],
|
1238 |
+
]
|
1239 |
+
);
|
1240 |
+
|
1241 |
+
$this->add_control(
|
1242 |
+
'eael_infobox_button_background_color',
|
1243 |
+
[
|
1244 |
+
'label' => esc_html__('Background Color', 'essential-addons-for-elementor-lite'),
|
1245 |
+
'type' => Controls_Manager::COLOR,
|
1246 |
+
'default' => '#333333',
|
1247 |
+
'selectors' => [
|
1248 |
+
'{{WRAPPER}} .eael-infobox .eael-infobox-button' => 'background: {{VALUE}};',
|
1249 |
+
],
|
1250 |
+
]
|
1251 |
+
);
|
1252 |
+
|
1253 |
+
$this->add_group_control(
|
1254 |
+
Group_Control_Border::get_type(),
|
1255 |
+
[
|
1256 |
+
'name' => 'eael_infobox_button_border',
|
1257 |
+
'selector' => '{{WRAPPER}} .eael-infobox .eael-infobox-button',
|
1258 |
+
]
|
1259 |
+
);
|
1260 |
+
|
1261 |
+
$this->add_group_control(
|
1262 |
+
Group_Control_Box_Shadow::get_type(),
|
1263 |
+
[
|
1264 |
+
'name' => 'button_box_shadow',
|
1265 |
+
'selector' => '{{WRAPPER}} .eael-infobox .eael-infobox-button',
|
1266 |
+
]
|
1267 |
+
);
|
1268 |
+
|
1269 |
+
$this->end_controls_tab();
|
1270 |
+
|
1271 |
+
$this->start_controls_tab('infobox_button_hover', [
|
1272 |
+
'label' => esc_html__('Hover', 'essential-addons-for-elementor-lite'),
|
1273 |
+
]);
|
1274 |
+
|
1275 |
+
$this->add_control(
|
1276 |
+
'eael_infobox_button_hover_text_color',
|
1277 |
+
[
|
1278 |
+
'label' => esc_html__('Text Color', 'essential-addons-for-elementor-lite'),
|
1279 |
+
'type' => Controls_Manager::COLOR,
|
1280 |
+
'default' => '#ffffff',
|
1281 |
+
'selectors' => [
|
1282 |
+
'{{WRAPPER}} .eael-infobox .eael-infobox-button:hover' => 'color: {{VALUE}};',
|
1283 |
+
],
|
1284 |
+
]
|
1285 |
+
);
|
1286 |
+
|
1287 |
+
$this->add_control(
|
1288 |
+
'eael_infobox_button_hover_background_color',
|
1289 |
+
[
|
1290 |
+
'label' => esc_html__('Background Color', 'essential-addons-for-elementor-lite'),
|
1291 |
+
'type' => Controls_Manager::COLOR,
|
1292 |
+
'default' => '#333333',
|
1293 |
+
'selectors' => [
|
1294 |
+
'{{WRAPPER}} .eael-infobox .eael-infobox-button:hover' => 'background: {{VALUE}};',
|
1295 |
+
],
|
1296 |
+
]
|
1297 |
+
);
|
1298 |
+
|
1299 |
+
$this->add_group_control(
|
1300 |
+
Group_Control_Border::get_type(),
|
1301 |
+
[
|
1302 |
+
'name' => 'eael_infobox_button_hover_border',
|
1303 |
+
'selector' => '{{WRAPPER}} .eael-infobox .eael-infobox-button:hover',
|
1304 |
+
]
|
1305 |
+
);
|
1306 |
+
|
1307 |
+
$this->add_group_control(
|
1308 |
+
Group_Control_Box_Shadow::get_type(),
|
1309 |
+
[
|
1310 |
+
'name' => 'button_hover_box_shadow',
|
1311 |
+
'selector' => '{{WRAPPER}} .eael-infobox .eael-infobox-button:hover',
|
1312 |
+
]
|
1313 |
+
);
|
1314 |
+
|
1315 |
+
$this->end_controls_tab();
|
1316 |
+
|
1317 |
+
$this->end_controls_tabs();
|
1318 |
+
|
1319 |
+
$this->end_controls_section();
|
1320 |
+
|
1321 |
+
/**
|
1322 |
+
* -------------------------------------------
|
1323 |
+
* Tab Style (Info Box Title Style)
|
1324 |
+
* -------------------------------------------
|
1325 |
+
*/
|
1326 |
+
$this->start_controls_section(
|
1327 |
+
'eael_section_infobox_title_style_settings',
|
1328 |
+
[
|
1329 |
+
'label' => esc_html__('Color & Typography', 'essential-addons-for-elementor-lite'),
|
1330 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
1331 |
+
]
|
1332 |
+
);
|
1333 |
+
|
1334 |
+
$this->start_controls_tabs('infobox_content_hover_style_tab');
|
1335 |
+
|
1336 |
+
$this->start_controls_tab('infobox_content_normal_style', [
|
1337 |
+
'label' => esc_html__('Normal', 'essential-addons-for-elementor-lite'),
|
1338 |
+
]);
|
1339 |
+
|
1340 |
+
$this->add_control(
|
1341 |
+
'eael_infobox_title_heading',
|
1342 |
+
[
|
1343 |
+
'label' => esc_html__('Title Style', 'essential-addons-for-elementor-lite'),
|
1344 |
+
'type' => Controls_Manager::HEADING,
|
1345 |
+
]
|
1346 |
+
);
|
1347 |
+
|
1348 |
+
$this->add_control(
|
1349 |
+
'eael_infobox_title_color',
|
1350 |
+
[
|
1351 |
+
'label' => esc_html__('Color', 'essential-addons-for-elementor-lite'),
|
1352 |
+
'type' => Controls_Manager::COLOR,
|
1353 |
+
'default' => '#4d4d4d',
|
1354 |
+
'selectors' => [
|
1355 |
+
'{{WRAPPER}} .eael-infobox .infobox-content .title' => 'color: {{VALUE}};',
|
1356 |
+
],
|
1357 |
+
]
|
1358 |
+
);
|
1359 |
+
|
1360 |
+
$this->add_group_control(
|
1361 |
+
Group_Control_Typography::get_type(),
|
1362 |
+
[
|
1363 |
+
'name' => 'eael_infobox_title_typography',
|
1364 |
+
'selector' => '{{WRAPPER}} .eael-infobox .infobox-content .title',
|
1365 |
+
]
|
1366 |
+
);
|
1367 |
+
|
1368 |
+
$this->add_responsive_control(
|
1369 |
+
'eael_infobox_title_margin',
|
1370 |
+
[
|
1371 |
+
'label' => esc_html__('Margin', 'essential-addons-for-elementor-lite'),
|
1372 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1373 |
+
'size_units' => ['px', 'em', '%'],
|
1374 |
+
'selectors' => [
|
1375 |
+
'{{WRAPPER}} .eael-infobox .infobox-content .title' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1376 |
+
],
|
1377 |
+
]
|
1378 |
+
);
|
1379 |
+
$this->add_control(
|
1380 |
+
'eael_infobox_content_heading',
|
1381 |
+
[
|
1382 |
+
'label' => esc_html__('Content Style', 'essential-addons-for-elementor-lite'),
|
1383 |
+
'type' => Controls_Manager::HEADING,
|
1384 |
+
'separator' => 'before',
|
1385 |
+
]
|
1386 |
+
);
|
1387 |
+
|
1388 |
+
$this->add_responsive_control(
|
1389 |
+
'eael_infobox_content_margin',
|
1390 |
+
[
|
1391 |
+
'label' => esc_html__('Content Only Margin', 'essential-addons-for-elementor-lite'),
|
1392 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1393 |
+
'size_units' => ['px', 'em', '%'],
|
1394 |
+
'selectors' => [
|
1395 |
+
'{{WRAPPER}} .eael-infobox .infobox-content p' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1396 |
+
],
|
1397 |
+
]
|
1398 |
+
);
|
1399 |
+
|
1400 |
+
$this->add_control(
|
1401 |
+
'eael_infobox_content_background',
|
1402 |
+
[
|
1403 |
+
'label' => esc_html__('Content Only Background', 'essential-addons-for-elementor-lite'),
|
1404 |
+
'type' => Controls_Manager::COLOR,
|
1405 |
+
'default' => '',
|
1406 |
+
'selectors' => [
|
1407 |
+
'{{WRAPPER}} .eael-infobox .infobox-content' => 'background: {{VALUE}};',
|
1408 |
+
],
|
1409 |
+
]
|
1410 |
+
);
|
1411 |
+
|
1412 |
+
$this->add_responsive_control(
|
1413 |
+
'eael_infobox_content_only_padding',
|
1414 |
+
[
|
1415 |
+
'label' => esc_html__('Content Only Padding', 'essential-addons-for-elementor-lite'),
|
1416 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1417 |
+
'size_units' => ['px', 'em', '%'],
|
1418 |
+
'selectors' => [
|
1419 |
+
'{{WRAPPER}} .eael-infobox .infobox-content' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1420 |
+
],
|
1421 |
+
]
|
1422 |
+
);
|
1423 |
+
|
1424 |
+
$this->add_control(
|
1425 |
+
'eael_infobox_content_color',
|
1426 |
+
[
|
1427 |
+
'label' => esc_html__('Color', 'essential-addons-for-elementor-lite'),
|
1428 |
+
'type' => Controls_Manager::COLOR,
|
1429 |
+
'default' => '#4d4d4d',
|
1430 |
+
'selectors' => [
|
1431 |
+
'{{WRAPPER}} .eael-infobox .infobox-content p' => 'color: {{VALUE}};',
|
1432 |
+
],
|
1433 |
+
]
|
1434 |
+
);
|
1435 |
+
|
1436 |
+
$this->add_group_control(
|
1437 |
+
Group_Control_Typography::get_type(),
|
1438 |
+
[
|
1439 |
+
'name' => 'eael_infobox_content_typography_hover',
|
1440 |
+
'selector' => '{{WRAPPER}} .eael-infobox .infobox-content p',
|
1441 |
+
]
|
1442 |
+
);
|
1443 |
+
|
1444 |
+
$this->end_controls_tab();
|
1445 |
+
|
1446 |
+
$this->start_controls_tab('infobox_content_hover_style', [
|
1447 |
+
'label' => esc_html__('Hover', 'essential-addons-for-elementor-lite'),
|
1448 |
+
]);
|
1449 |
+
|
1450 |
+
$this->add_control(
|
1451 |
+
'eael_infobox_title_hover_color',
|
1452 |
+
[
|
1453 |
+
'label' => esc_html__('Title Color', 'essential-addons-for-elementor-lite'),
|
1454 |
+
'type' => Controls_Manager::COLOR,
|
1455 |
+
'default' => '',
|
1456 |
+
'selectors' => [
|
1457 |
+
'{{WRAPPER}} .eael-infobox:hover .infobox-content .title' => 'color: {{VALUE}};',
|
1458 |
+
],
|
1459 |
+
]
|
1460 |
+
);
|
1461 |
+
|
1462 |
+
$this->add_control(
|
1463 |
+
'eael_infobox_content_hover_color',
|
1464 |
+
[
|
1465 |
+
'label' => esc_html__('Content Color', 'essential-addons-for-elementor-lite'),
|
1466 |
+
'type' => Controls_Manager::COLOR,
|
1467 |
+
'default' => '',
|
1468 |
+
'selectors' => [
|
1469 |
+
'{{WRAPPER}} .eael-infobox:hover .infobox-content p' => 'color: {{VALUE}};',
|
1470 |
+
],
|
1471 |
+
]
|
1472 |
+
);
|
1473 |
+
|
1474 |
+
$this->add_control(
|
1475 |
+
'eael_infobox_content_transition',
|
1476 |
+
[
|
1477 |
+
'label' => esc_html__('Transition', 'essential-addons-for-elementor-lite'),
|
1478 |
+
'description' => esc_html__('Transition will applied to ms (ex: 300ms).', 'essential-addons-for-elementor-lite'),
|
1479 |
+
'type' => Controls_Manager::NUMBER,
|
1480 |
+
'separator' => 'before',
|
1481 |
+
'min' => 100,
|
1482 |
+
'max' => 1000,
|
1483 |
+
'default' => 100,
|
1484 |
+
'selectors' => [
|
1485 |
+
'{{WRAPPER}} .eael-infobox:hover .infobox-content h4' => 'transition: {{SIZE}}ms;',
|
1486 |
+
'{{WRAPPER}} .eael-infobox:hover .infobox-content p' => 'transition: {{SIZE}}ms;',
|
1487 |
+
],
|
1488 |
+
]
|
1489 |
+
);
|
1490 |
+
|
1491 |
+
$this->end_controls_tab();
|
1492 |
+
|
1493 |
+
$this->end_controls_tabs();
|
1494 |
+
|
1495 |
+
$this->end_controls_section();
|
1496 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1497 |
|
1498 |
/**
|
1499 |
* This function is responsible for rendering divs and contents
|
1500 |
* for infobox before partial.
|
1501 |
*/
|
1502 |
+
protected function eael_infobox_before()
|
1503 |
+
{
|
1504 |
+
$settings = $this->get_settings_for_display();
|
1505 |
|
1506 |
+
$this->add_render_attribute('eael_infobox_inner', 'class', 'eael-infobox');
|
1507 |
|
1508 |
+
if ('img-on-left' == $settings['eael_infobox_img_type']) {
|
1509 |
+
$this->add_render_attribute('eael_infobox_inner', 'class', 'icon-on-left');
|
1510 |
+
}
|
1511 |
|
1512 |
+
if ('img-on-right' == $settings['eael_infobox_img_type']) {
|
1513 |
+
$this->add_render_attribute('eael_infobox_inner', 'class', 'icon-on-right');
|
1514 |
+
}
|
1515 |
|
1516 |
+
$target = !empty($settings['eael_show_infobox_clickable_link']['is_external']) ? 'target="_blank"' : '';
|
1517 |
+
$nofollow = !empty($settings['eael_show_infobox_clickable_link']['nofollow']) ? 'rel="nofollow"' : '';
|
1518 |
|
1519 |
+
ob_start();
|
1520 |
+
?>
|
1521 |
+
<?php if ('yes' == $settings['eael_show_infobox_clickable']): ?><a href="<?php echo esc_url($settings['eael_show_infobox_clickable_link']['url']) ?>" <?php echo $target; ?> <?php echo $nofollow; ?>><?php endif;?>
|
1522 |
+
<div <?php echo $this->get_render_attribute_string('eael_infobox_inner'); ?>>
|
1523 |
+
<?php
|
1524 |
+
echo ob_get_clean();
|
1525 |
+
}
|
1526 |
|
1527 |
/**
|
1528 |
* This function is rendering closing divs and tags
|
1529 |
* of before partial for infobox.
|
1530 |
*/
|
1531 |
+
protected function eael_infobox_after()
|
1532 |
+
{
|
1533 |
+
$settings = $this->get_settings_for_display();
|
1534 |
+
ob_start(); ?></div><?php
|
1535 |
+
if ('yes' == $settings['eael_show_infobox_clickable']): ?></a><?php endif;
|
1536 |
+
echo ob_get_clean();
|
1537 |
+
}
|
1538 |
|
1539 |
/**
|
1540 |
* This function is rendering appropriate icon for infobox.
|
1541 |
*/
|
1542 |
+
protected function render_infobox_icon()
|
1543 |
+
{
|
1544 |
+
$settings = $this->get_settings_for_display();
|
1545 |
+
|
1546 |
+
if ('none' == $settings['eael_infobox_img_or_icon']) {
|
1547 |
+
return;
|
1548 |
+
}
|
1549 |
+
|
1550 |
+
$infobox_image = $this->get_settings('eael_infobox_image');
|
1551 |
+
$infobox_image_url = Group_Control_Image_Size::get_attachment_image_src($infobox_image['id'], 'thumbnail', $settings);
|
1552 |
+
if (empty($infobox_image_url)){
|
1553 |
+
$infobox_image_url = $infobox_image['url'];
|
1554 |
+
}
|
1555 |
+
|
1556 |
+
$infobox_icon_migrated = isset($settings['__fa4_migrated']['eael_infobox_icon_new']);
|
1557 |
+
$infobox_icon_is_new = empty($settings['eael_infobox_icon']);
|
1558 |
+
|
1559 |
+
$this->add_render_attribute(
|
1560 |
+
'infobox_icon',
|
1561 |
+
[
|
1562 |
+
'class' => ['infobox-icon'],
|
1563 |
+
]
|
1564 |
+
);
|
1565 |
+
|
1566 |
+
if ($settings['eael_infobox_icon_hover_animation']) {
|
1567 |
+
$this->add_render_attribute('infobox_icon', 'class', 'elementor-animation-' . $settings['eael_infobox_icon_hover_animation']);
|
1568 |
+
}
|
1569 |
+
|
1570 |
+
if ($settings['eael_infobox_image_icon_hover_animation']) {
|
1571 |
+
$this->add_render_attribute('infobox_icon', 'class', 'elementor-animation-' . $settings['eael_infobox_image_icon_hover_animation']);
|
1572 |
+
}
|
1573 |
+
|
1574 |
+
if ($settings['eael_infobox_number_icon_hover_animation']) {
|
1575 |
+
$this->add_render_attribute('infobox_icon', 'class', 'elementor-animation-' . $settings['eael_infobox_number_icon_hover_animation']);
|
1576 |
+
}
|
1577 |
+
|
1578 |
+
if ('icon' == $settings['eael_infobox_img_or_icon']) {
|
1579 |
+
$this->add_render_attribute('infobox_icon', 'class', 'eael-icon-only');
|
1580 |
+
}
|
1581 |
+
|
1582 |
+
if ($infobox_icon_is_new || $infobox_icon_migrated) {
|
1583 |
+
$icon = $this->get_settings('eael_infobox_icon_new')['value'];
|
1584 |
+
|
1585 |
+
if (isset($icon['url'])) {
|
1586 |
+
$this->add_render_attribute('icon_or_image', [
|
1587 |
+
'src' => $icon['url'],
|
1588 |
+
'alt' => esc_attr(get_post_meta($icon['id'], '_wp_attachment_image_alt', true)),
|
1589 |
+
]);
|
1590 |
+
$icon_tag = '<img ' . $this->get_render_attribute_string('icon_or_image') . '/>';
|
1591 |
+
} else {
|
1592 |
+
$this->add_render_attribute('icon_or_image', 'class', $icon);
|
1593 |
+
$icon_tag = '<i ' . $this->get_render_attribute_string('icon_or_image') . '></i>';
|
1594 |
+
}
|
1595 |
+
} else {
|
1596 |
+
$icon_tag = '<i class="' . esc_attr($settings['eael_infobox_icon']) . '"></i>';
|
1597 |
+
}
|
1598 |
+
|
1599 |
+
ob_start();
|
1600 |
+
?>
|
1601 |
+
<div <?php echo $this->get_render_attribute_string('infobox_icon'); ?>>
|
1602 |
+
|
1603 |
+
<?php if ('img' == $settings['eael_infobox_img_or_icon']): ?>
|
1604 |
+
<img src="<?php echo esc_url($infobox_image_url); ?>" alt="<?php echo esc_attr(get_post_meta($infobox_image['id'], '_wp_attachment_image_alt', true)); ?>">
|
1605 |
+
<?php endif;?>
|
1606 |
+
|
1607 |
+
<?php if ('icon' == $settings['eael_infobox_img_or_icon']): ?>
|
1608 |
+
<div class="infobox-icon-wrap">
|
1609 |
+
<?php echo $icon_tag; ?>
|
1610 |
+
</div>
|
1611 |
+
<?php endif;?>
|
1612 |
+
|
1613 |
+
<?php if ('number' == $settings['eael_infobox_img_or_icon']): ?>
|
1614 |
+
<div class="infobox-icon-wrap">
|
1615 |
+
<span class="infobox-icon-number"><?php echo esc_attr($settings['eael_infobox_number']); ?></span>
|
1616 |
+
</div>
|
1617 |
+
<?php endif;?>
|
1618 |
+
|
1619 |
+
</div>
|
1620 |
+
<?php
|
1621 |
+
echo ob_get_clean();
|
1622 |
+
}
|
1623 |
+
|
1624 |
+
protected function render_infobox_content()
|
1625 |
+
{
|
1626 |
+
$settings = $this->get_settings_for_display();
|
1627 |
+
|
1628 |
+
$this->add_render_attribute('infobox_content', 'class', 'infobox-content');
|
1629 |
+
if ('icon' == $settings['eael_infobox_img_or_icon']) {
|
1630 |
+
$this->add_render_attribute('infobox_content', 'class', 'eael-icon-only');
|
1631 |
+
}
|
1632 |
+
|
1633 |
+
ob_start();
|
1634 |
+
?>
|
1635 |
+
<div <?php echo $this->get_render_attribute_string('infobox_content'); ?>>
|
1636 |
+
<<?php echo $settings['eael_infobox_title_tag']; ?> class="title"><?php echo $settings['eael_infobox_title']; ?></<?php echo $settings['eael_infobox_title_tag']; ?>>
|
1637 |
+
<?php if ('yes' == $settings['eael_show_infobox_content']): ?>
|
1638 |
+
<?php if ('content' === $settings['eael_infobox_text_type']): ?>
|
1639 |
+
<?php if (!empty($settings['eael_infobox_text'])): ?>
|
1640 |
+
<p><?php echo $settings['eael_infobox_text']; ?></p>
|
1641 |
+
<?php endif;?>
|
1642 |
+
<?php $this->render_infobox_button();?>
|
1643 |
+
<?php elseif ('template' === $settings['eael_infobox_text_type']):
|
1644 |
+
if (!empty($settings['eael_primary_templates'])) {
|
1645 |
+
echo Plugin::$instance->frontend->get_builder_content($settings['eael_primary_templates'], true);
|
1646 |
+
}
|
1647 |
+
endif;?>
|
1648 |
+
<?php endif;?>
|
1649 |
+
</div>
|
1650 |
+
<?php
|
1651 |
+
|
1652 |
+
echo ob_get_clean();
|
1653 |
+
}
|
1654 |
|
1655 |
/**
|
1656 |
* This function rendering infobox button
|
1657 |
*/
|
1658 |
+
protected function render_infobox_button()
|
1659 |
+
{
|
1660 |
+
$settings = $this->get_settings_for_display();
|
1661 |
+
if ('yes' == $settings['eael_show_infobox_clickable'] || 'yes' != $settings['eael_show_infobox_button']) {
|
1662 |
+
return;
|
1663 |
+
}
|
1664 |
+
|
1665 |
+
$button_icon_migrated = isset($settings['__fa4_migrated']['eael_infobox_button_icon_new']);
|
1666 |
+
$button_icon_is_new = empty($settings['eael_infobox_button_icon']);
|
1667 |
+
|
1668 |
+
$this->add_render_attribute('infobox_button', 'class', 'eael-infobox-button');
|
1669 |
+
|
1670 |
+
if ($settings['infobox_button_link_url']['url']) {
|
1671 |
+
$this->add_render_attribute('infobox_button', 'href', esc_url($settings['infobox_button_link_url']['url']));
|
1672 |
+
}
|
1673 |
+
|
1674 |
+
if ('on' == $settings['infobox_button_link_url']['is_external']) {
|
1675 |
+
$this->add_render_attribute('infobox_button', 'target', '_blank');
|
1676 |
+
}
|
1677 |
+
|
1678 |
+
if ('on' == $settings['infobox_button_link_url']['nofollow']) {
|
1679 |
+
$this->add_render_attribute('infobox_button', 'rel', 'nofollow');
|
1680 |
+
}
|
1681 |
+
|
1682 |
+
ob_start();
|
1683 |
+
?>
|
1684 |
+
<div class="infobox-button">
|
1685 |
+
<a <?php echo $this->get_render_attribute_string('infobox_button'); ?>>
|
1686 |
+
<?php if ('left' == $settings['eael_infobox_button_icon_alignment']): ?>
|
1687 |
+
<?php if ($button_icon_is_new || $button_icon_migrated) {?>
|
1688 |
+
<?php if (isset($settings['eael_infobox_button_icon_new']['value']['url'])) {?>
|
1689 |
+
<img class="eael_infobox_button_icon_left" src="<?php echo esc_attr($settings['eael_infobox_button_icon_new']['value']['url']); ?>" alt="<?php echo esc_attr(get_post_meta($settings['eael_infobox_button_icon_new']['value']['id'], '_wp_attachment_image_alt', true)); ?>" />
|
1690 |
+
<?php } else {?>
|
1691 |
+
<i class="<?php echo esc_attr($settings['eael_infobox_button_icon_new']['value']); ?> eael_infobox_button_icon_left"></i>
|
1692 |
+
<?php }?>
|
1693 |
+
<?php } else {?>
|
1694 |
+
<i class="<?php echo esc_attr($settings['eael_infobox_button_icon']); ?>"></i>
|
1695 |
+
<?php }?>
|
1696 |
+
<?php endif;?>
|
1697 |
+
<span class="infobox-button-text"><?php echo esc_attr($settings['infobox_button_text']); ?></span>
|
1698 |
+
<?php if ('right' == $settings['eael_infobox_button_icon_alignment']): ?>
|
1699 |
+
<?php if ($button_icon_is_new || $button_icon_migrated) {?>
|
1700 |
+
<?php if (isset($settings['eael_infobox_button_icon_new']['value']['url'])) {?>
|
1701 |
+
<img class="eael_infobox_button_icon_right" src="<?php echo esc_attr($settings['eael_infobox_button_icon_new']['value']['url']); ?>" alt="<?php echo esc_attr(get_post_meta($settings['eael_infobox_button_icon_new']['value']['id'], '_wp_attachment_image_alt', true)); ?>" />
|
1702 |
+
<?php } else {?>
|
1703 |
+
<i class="<?php echo esc_attr($settings['eael_infobox_button_icon_new']['value']); ?> eael_infobox_button_icon_right"></i>
|
1704 |
+
<?php }?>
|
1705 |
+
<?php } else {
|
1706 |
+
|
1707 |
+
if ('left' == $settings['eael_infobox_button_icon_alignment']) {
|
1708 |
+
$this->add_render_attribute('button_icon', 'class', 'eael_infobox_button_icon_left');
|
1709 |
+
}
|
1710 |
+
|
1711 |
+
if ('right' == $settings['eael_infobox_button_icon_alignment']) {
|
1712 |
+
$this->add_render_attribute('button_icon', 'class', 'eael_infobox_button_icon_right');
|
1713 |
+
}
|
1714 |
+
|
1715 |
+
$this->add_render_attribute(
|
1716 |
+
'button_icon',
|
1717 |
+
[
|
1718 |
+
'class' => [
|
1719 |
+
'eael_infobox_button_icon_right',
|
1720 |
+
$settings['eael_infobox_button_icon'],
|
1721 |
+
],
|
1722 |
+
]
|
1723 |
+
);
|
1724 |
+
?>
|
1725 |
+
<i <?php echo $this->get_render_attribute_string('button_icon'); ?>></i>
|
1726 |
+
<?php }?>
|
1727 |
+
<?php endif;?>
|
1728 |
+
</a>
|
1729 |
+
</div>
|
1730 |
+
<?php
|
1731 |
+
echo ob_get_clean();
|
1732 |
+
}
|
1733 |
+
|
1734 |
+
protected function render()
|
1735 |
+
{
|
1736 |
+
$this->eael_infobox_before();
|
1737 |
+
$this->render_infobox_icon();
|
1738 |
+
$this->render_infobox_content();
|
1739 |
+
$this->eael_infobox_after();
|
1740 |
+
}
|
1741 |
}
|
@@ -3712,7 +3712,7 @@ class Login_Register extends Widget_Base {
|
|
3712 |
$login_redirect_url = !empty( $this->ds[ 'redirect_url' ][ 'url' ] ) ? esc_url( $this->ds[ 'redirect_url' ][ 'url' ] ) : '';
|
3713 |
}
|
3714 |
?>
|
3715 |
-
<div class="eael-login-registration-wrapper"
|
3716 |
data-is-ajax="<?php echo esc_attr( $this->get_settings_for_display( 'enable_ajax' ) ); ?>"
|
3717 |
data-widget-id="<?php echo esc_attr( $this->get_id() ); ?>"
|
3718 |
data-recaptcha-sitekey="<?php echo esc_attr( get_option( 'eael_recaptcha_sitekey' ) ); ?>"
|
3712 |
$login_redirect_url = !empty( $this->ds[ 'redirect_url' ][ 'url' ] ) ? esc_url( $this->ds[ 'redirect_url' ][ 'url' ] ) : '';
|
3713 |
}
|
3714 |
?>
|
3715 |
+
<div class="eael-login-registration-wrapper <?php echo empty( $form_image_id ) ? '' : esc_attr( 'has-illustration' ); ?>"
|
3716 |
data-is-ajax="<?php echo esc_attr( $this->get_settings_for_display( 'enable_ajax' ) ); ?>"
|
3717 |
data-widget-id="<?php echo esc_attr( $this->get_id() ); ?>"
|
3718 |
data-recaptcha-sitekey="<?php echo esc_attr( get_option( 'eael_recaptcha_sitekey' ) ); ?>"
|
@@ -90,6 +90,27 @@ class Post_Grid extends Widget_Base
|
|
90 |
'section_post_grid_links',
|
91 |
[
|
92 |
'label' => __('Links', 'essential-addons-for-elementor-lite'),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
]
|
94 |
);
|
95 |
|
@@ -129,6 +150,7 @@ class Post_Grid extends Widget_Base
|
|
129 |
'condition' => [
|
130 |
'eael_show_image' => 'yes',
|
131 |
],
|
|
|
132 |
]
|
133 |
);
|
134 |
|
@@ -140,7 +162,6 @@ class Post_Grid extends Widget_Base
|
|
140 |
'condition' => [
|
141 |
'eael_show_title' => 'yes',
|
142 |
],
|
143 |
-
'separator' => 'before',
|
144 |
]
|
145 |
);
|
146 |
|
@@ -169,6 +190,7 @@ class Post_Grid extends Widget_Base
|
|
169 |
'condition' => [
|
170 |
'eael_show_title' => 'yes',
|
171 |
],
|
|
|
172 |
]
|
173 |
);
|
174 |
|
@@ -180,7 +202,6 @@ class Post_Grid extends Widget_Base
|
|
180 |
'condition' => [
|
181 |
'eael_show_read_more_button' => 'yes',
|
182 |
],
|
183 |
-
'separator' => 'before',
|
184 |
]
|
185 |
);
|
186 |
|
@@ -1002,6 +1023,15 @@ class Post_Grid extends Widget_Base
|
|
1002 |
$args = HelperClass::get_query_args($settings);
|
1003 |
$args = HelperClass::get_dynamic_args($settings, $args);
|
1004 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1005 |
$this->add_render_attribute(
|
1006 |
'post_grid_wrapper',
|
1007 |
[
|
@@ -1028,6 +1058,8 @@ class Post_Grid extends Widget_Base
|
|
1028 |
<div ' . $this->get_render_attribute_string( 'post_grid_container' ) . ' data-layout-mode="' . $settings["layout_mode"] . '">';
|
1029 |
|
1030 |
$template = $this->get_template($settings['eael_dynamic_template_Layout']);
|
|
|
|
|
1031 |
if(file_exists($template)){
|
1032 |
$query = new \WP_Query( $args );
|
1033 |
|
@@ -1057,10 +1089,10 @@ class Post_Grid extends Widget_Base
|
|
1057 |
jQuery(document).ready(function($) {
|
1058 |
jQuery(".eael-post-grid").each(function() {
|
1059 |
var $scope = jQuery(".elementor-element-<?php echo $this->get_id(); ?>"),
|
1060 |
-
$gallery = $(this)
|
1061 |
-
|
1062 |
|
1063 |
-
if ($layout_mode === 'masonry') {
|
1064 |
// init isotope
|
1065 |
var $isotope_gallery = $gallery.isotope({
|
1066 |
itemSelector: ".eael-grid-post",
|
@@ -1074,7 +1106,7 @@ class Post_Grid extends Widget_Base
|
|
1074 |
});
|
1075 |
|
1076 |
$('.eael-grid-post', $gallery).resize(function() {
|
1077 |
-
$isotope_gallery.isotope(
|
1078 |
});
|
1079 |
}
|
1080 |
});
|
90 |
'section_post_grid_links',
|
91 |
[
|
92 |
'label' => __('Links', 'essential-addons-for-elementor-lite'),
|
93 |
+
'conditions' => [
|
94 |
+
'relation' => 'or',
|
95 |
+
'terms' => [
|
96 |
+
[
|
97 |
+
'name' => 'eael_show_image',
|
98 |
+
'operator' => '==',
|
99 |
+
'value' => 'yes',
|
100 |
+
],
|
101 |
+
[
|
102 |
+
'name' => 'eael_show_title',
|
103 |
+
'operator' => '==',
|
104 |
+
'value' => 'yes',
|
105 |
+
],
|
106 |
+
[
|
107 |
+
'name' => 'eael_show_read_more_button',
|
108 |
+
'operator' => '==',
|
109 |
+
'value' => 'yes',
|
110 |
+
],
|
111 |
+
|
112 |
+
],
|
113 |
+
],
|
114 |
]
|
115 |
);
|
116 |
|
150 |
'condition' => [
|
151 |
'eael_show_image' => 'yes',
|
152 |
],
|
153 |
+
'separator' => 'after',
|
154 |
]
|
155 |
);
|
156 |
|
162 |
'condition' => [
|
163 |
'eael_show_title' => 'yes',
|
164 |
],
|
|
|
165 |
]
|
166 |
);
|
167 |
|
190 |
'condition' => [
|
191 |
'eael_show_title' => 'yes',
|
192 |
],
|
193 |
+
'separator' => 'after',
|
194 |
]
|
195 |
);
|
196 |
|
202 |
'condition' => [
|
203 |
'eael_show_read_more_button' => 'yes',
|
204 |
],
|
|
|
205 |
]
|
206 |
);
|
207 |
|
1023 |
$args = HelperClass::get_query_args($settings);
|
1024 |
$args = HelperClass::get_dynamic_args($settings, $args);
|
1025 |
|
1026 |
+
$link_settings = [
|
1027 |
+
'image_link_nofollow' => $settings['image_link_nofollow'] ? 'rel="nofollow"' : '',
|
1028 |
+
'image_link_target_blank' => $settings['image_link_target_blank'] ? 'target="_blank"' : '',
|
1029 |
+
'title_link_nofollow' => $settings['title_link_nofollow'] ? 'rel="nofollow"' : '',
|
1030 |
+
'title_link_target_blank' => $settings['title_link_target_blank'] ? 'target="_blank"' : '',
|
1031 |
+
'read_more_link_nofollow' => $settings['read_more_link_nofollow'] ? 'rel="nofollow"' : '',
|
1032 |
+
'read_more_link_target_blank' => $settings['read_more_link_target_blank'] ? 'target="_blank"' : '',
|
1033 |
+
];
|
1034 |
+
|
1035 |
$this->add_render_attribute(
|
1036 |
'post_grid_wrapper',
|
1037 |
[
|
1058 |
<div ' . $this->get_render_attribute_string( 'post_grid_container' ) . ' data-layout-mode="' . $settings["layout_mode"] . '">';
|
1059 |
|
1060 |
$template = $this->get_template($settings['eael_dynamic_template_Layout']);
|
1061 |
+
$settings['loadable_file_name'] = $this->get_filename_only($template);
|
1062 |
+
|
1063 |
if(file_exists($template)){
|
1064 |
$query = new \WP_Query( $args );
|
1065 |
|
1089 |
jQuery(document).ready(function($) {
|
1090 |
jQuery(".eael-post-grid").each(function() {
|
1091 |
var $scope = jQuery(".elementor-element-<?php echo $this->get_id(); ?>"),
|
1092 |
+
$gallery = $(this),
|
1093 |
+
$layout_mode = $gallery.data('layout-mode');
|
1094 |
|
1095 |
+
if ( $layout_mode === 'masonry' ) {
|
1096 |
// init isotope
|
1097 |
var $isotope_gallery = $gallery.isotope({
|
1098 |
itemSelector: ".eael-grid-post",
|
1106 |
});
|
1107 |
|
1108 |
$('.eael-grid-post', $gallery).resize(function() {
|
1109 |
+
$isotope_gallery.isotope("layout");
|
1110 |
});
|
1111 |
}
|
1112 |
});
|
@@ -68,6 +68,37 @@ class Post_Timeline extends Widget_Base
|
|
68 |
do_action('eael/controls/query', $this);
|
69 |
do_action('eael/controls/layout', $this);
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
if (!apply_filters('eael/pro_enabled', false)) {
|
72 |
HelperClass::go_premium($this);
|
73 |
}
|
@@ -449,6 +480,8 @@ class Post_Timeline extends Widget_Base
|
|
449 |
<div ' . $this->get_render_attribute_string('eael_post_timeline') . '>';
|
450 |
|
451 |
$template = $this->get_template($this->get_settings('eael_dynamic_template_Layout'));
|
|
|
|
|
452 |
if(file_exists($template)){
|
453 |
$query = new \WP_Query($args);
|
454 |
if ($query->have_posts()) {
|
68 |
do_action('eael/controls/query', $this);
|
69 |
do_action('eael/controls/layout', $this);
|
70 |
|
71 |
+
$this->start_controls_section(
|
72 |
+
'section_post_timeline_links',
|
73 |
+
[
|
74 |
+
'label' => __('Links', 'essential-addons-for-elementor-lite'),
|
75 |
+
]
|
76 |
+
);
|
77 |
+
|
78 |
+
$this->add_control(
|
79 |
+
'timeline_link_nofollow',
|
80 |
+
[
|
81 |
+
'label' => __('No Follow', 'essential-addons-for-elementor-lite'),
|
82 |
+
'type' => Controls_Manager::SWITCHER,
|
83 |
+
'label_on' => __('Yes', 'essential-addons-for-elementor-lite'),
|
84 |
+
'label_off' => __('No', 'essential-addons-for-elementor-lite'),
|
85 |
+
'return_value' => 'true',
|
86 |
+
]
|
87 |
+
);
|
88 |
+
|
89 |
+
$this->add_control(
|
90 |
+
'timeline_link_target_blank',
|
91 |
+
[
|
92 |
+
'label' => __('Target Blank', 'essential-addons-for-elementor-lite'),
|
93 |
+
'type' => Controls_Manager::SWITCHER,
|
94 |
+
'label_on' => __('Yes', 'essential-addons-for-elementor-lite'),
|
95 |
+
'label_off' => __('No', 'essential-addons-for-elementor-lite'),
|
96 |
+
'return_value' => 'true',
|
97 |
+
]
|
98 |
+
);
|
99 |
+
|
100 |
+
$this->end_controls_section();
|
101 |
+
|
102 |
if (!apply_filters('eael/pro_enabled', false)) {
|
103 |
HelperClass::go_premium($this);
|
104 |
}
|
480 |
<div ' . $this->get_render_attribute_string('eael_post_timeline') . '>';
|
481 |
|
482 |
$template = $this->get_template($this->get_settings('eael_dynamic_template_Layout'));
|
483 |
+
$settings['loadable_file_name'] = $this->get_filename_only($template);
|
484 |
+
|
485 |
if(file_exists($template)){
|
486 |
$query = new \WP_Query($args);
|
487 |
if ($query->have_posts()) {
|
@@ -2045,7 +2045,7 @@ class Pricing_Table extends Widget_Base
|
|
2045 |
'pricing_feature_item' . $counter,
|
2046 |
[
|
2047 |
'class' => 'tooltip',
|
2048 |
-
'title' => $item['eael_pricing_item_tooltip_content'],
|
2049 |
'id' => $obj->get_id() . $counter,
|
2050 |
]
|
2051 |
);
|
@@ -2106,8 +2106,8 @@ class Pricing_Table extends Widget_Base
|
|
2106 |
{
|
2107 |
$settings = $this->get_settings_for_display();
|
2108 |
$table_btn_link = $settings['eael_pricing_table_btn_link'];
|
2109 |
-
$target = isset($table_btn_link['is_external']) ? 'target="_blank"' : '';
|
2110 |
-
$nofollow = isset($table_btn_link['nofollow']) ? 'rel="nofollow"' : '';
|
2111 |
$featured_class = ('yes' === $settings['eael_pricing_table_featured'] ? 'featured ' . $settings['eael_pricing_table_featured_styles'] : '');
|
2112 |
$featured_class .= ($settings['eael_pricing_table_ribbon_alignment'] === 'left' ? ' ribbon-left' : '');
|
2113 |
$inline_style = ($settings['eael_pricing_table_featured_styles'] === 'ribbon-4' && 'yes' === $settings['eael_pricing_table_featured'] ? ' style="overflow: hidden;"' : '');
|
2045 |
'pricing_feature_item' . $counter,
|
2046 |
[
|
2047 |
'class' => 'tooltip',
|
2048 |
+
'title' => HelperClass::eael_wp_kses($item['eael_pricing_item_tooltip_content']),
|
2049 |
'id' => $obj->get_id() . $counter,
|
2050 |
]
|
2051 |
);
|
2106 |
{
|
2107 |
$settings = $this->get_settings_for_display();
|
2108 |
$table_btn_link = $settings['eael_pricing_table_btn_link'];
|
2109 |
+
$target = isset($table_btn_link['is_external']) && !empty($table_btn_link['is_external']) ? 'target="_blank"' : '';
|
2110 |
+
$nofollow = isset($table_btn_link['nofollow']) && !empty($table_btn_link['nofollow']) ? 'rel="nofollow"' : '';
|
2111 |
$featured_class = ('yes' === $settings['eael_pricing_table_featured'] ? 'featured ' . $settings['eael_pricing_table_featured_styles'] : '');
|
2112 |
$featured_class .= ($settings['eael_pricing_table_ribbon_alignment'] === 'left' ? ' ribbon-left' : '');
|
2113 |
$inline_style = ($settings['eael_pricing_table_featured_styles'] === 'ribbon-4' && 'yes' === $settings['eael_pricing_table_featured'] ? ' style="overflow: hidden;"' : '');
|
@@ -3006,6 +3006,8 @@ class Product_Grid extends Widget_Base
|
|
3006 |
<?php
|
3007 |
do_action( 'eael_woo_before_product_loop' );
|
3008 |
$template = $this->get_template($settings['eael_dynamic_template_Layout']);
|
|
|
|
|
3009 |
if (file_exists($template)) {
|
3010 |
$settings['eael_page_id'] = get_the_ID();
|
3011 |
$query = new \WP_Query($args);
|
@@ -3072,6 +3074,7 @@ class Product_Grid extends Widget_Base
|
|
3072 |
public function build_product_query( $settings ){
|
3073 |
$args = [
|
3074 |
'post_type' => 'product',
|
|
|
3075 |
'posts_per_page' => $settings['eael_product_grid_products_count'] ?: 4,
|
3076 |
'order' => (isset($settings['order']) ? $settings['order'] : 'desc'),
|
3077 |
'offset' => $settings['product_offset'],
|
3006 |
<?php
|
3007 |
do_action( 'eael_woo_before_product_loop' );
|
3008 |
$template = $this->get_template($settings['eael_dynamic_template_Layout']);
|
3009 |
+
$settings['loadable_file_name'] = $this->get_filename_only($template);
|
3010 |
+
|
3011 |
if (file_exists($template)) {
|
3012 |
$settings['eael_page_id'] = get_the_ID();
|
3013 |
$query = new \WP_Query($args);
|
3074 |
public function build_product_query( $settings ){
|
3075 |
$args = [
|
3076 |
'post_type' => 'product',
|
3077 |
+
'post_status' => array( 'publish', 'pending', 'future' ),
|
3078 |
'posts_per_page' => $settings['eael_product_grid_products_count'] ?: 4,
|
3079 |
'order' => (isset($settings['order']) ? $settings['order'] : 'desc'),
|
3080 |
'offset' => $settings['product_offset'],
|
@@ -298,7 +298,7 @@ class Progress_Bar extends Widget_Base
|
|
298 |
/**
|
299 |
* Style Tab: General(Line)
|
300 |
*/
|
301 |
-
$style_condition = apply_filters('eael_progressbar_general_style_condition', ['line'
|
302 |
|
303 |
$this->start_controls_section(
|
304 |
'progress_bar_section_style_general_line',
|
298 |
/**
|
299 |
* Style Tab: General(Line)
|
300 |
*/
|
301 |
+
$style_condition = apply_filters('eael_progressbar_general_style_condition', ['line']);
|
302 |
|
303 |
$this->start_controls_section(
|
304 |
'progress_bar_section_style_general_line',
|
@@ -53,7 +53,7 @@ class Tooltip extends Widget_Base {
|
|
53 |
return 'https://essential-addons.com/elementor/docs/tooltip/';
|
54 |
}
|
55 |
|
56 |
-
protected function
|
57 |
/**
|
58 |
* Tooltip Settings
|
59 |
*/
|
@@ -63,7 +63,7 @@ class Tooltip extends Widget_Base {
|
|
63 |
'label' => esc_html__( 'Content Settings', 'essential-addons-for-elementor-lite')
|
64 |
]
|
65 |
);
|
66 |
-
$this->
|
67 |
'eael_tooltip_type',
|
68 |
[
|
69 |
'label' => esc_html__( 'Content Type', 'essential-addons-for-elementor-lite'),
|
@@ -90,6 +90,50 @@ class Tooltip extends Widget_Base {
|
|
90 |
'default' => 'icon',
|
91 |
]
|
92 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
$this->add_control(
|
94 |
'eael_tooltip_content',
|
95 |
[
|
@@ -126,46 +170,34 @@ class Tooltip extends Widget_Base {
|
|
126 |
]
|
127 |
]
|
128 |
);
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
'label' => esc_html__( 'Shortcode', 'essential-addons-for-elementor-lite'),
|
133 |
-
'type' => Controls_Manager::TEXTAREA,
|
134 |
-
'label_block' => true,
|
135 |
-
'default' => esc_html__( '[shortcode-here]', 'essential-addons-for-elementor-lite'),
|
136 |
-
'condition' => [
|
137 |
-
'eael_tooltip_type' => [ 'shortcode' ]
|
138 |
-
]
|
139 |
-
]
|
140 |
-
);
|
141 |
-
$this->add_control(
|
142 |
-
'eael_tooltip_icon_content_new',
|
143 |
[
|
144 |
-
'label' => esc_html__( '
|
145 |
-
'type' => Controls_Manager::
|
146 |
-
'fa4compatibility' => 'eael_tooltip_icon_content',
|
147 |
'default' => [
|
148 |
-
'
|
149 |
-
'library' => 'fa-solid',
|
150 |
],
|
151 |
'condition' => [
|
152 |
-
'eael_tooltip_type' => [ '
|
153 |
]
|
154 |
]
|
155 |
);
|
|
|
156 |
$this->add_control(
|
157 |
-
'
|
158 |
[
|
159 |
-
'label' => esc_html__( '
|
160 |
-
'type' => Controls_Manager::
|
161 |
-
'
|
162 |
-
|
163 |
-
],
|
164 |
'condition' => [
|
165 |
-
'eael_tooltip_type' => [ '
|
166 |
]
|
167 |
]
|
168 |
);
|
|
|
169 |
$this->add_responsive_control(
|
170 |
'eael_tooltip_content_alignment',
|
171 |
[
|
@@ -191,34 +223,7 @@ class Tooltip extends Widget_Base {
|
|
191 |
],
|
192 |
],
|
193 |
'default' => 'left',
|
194 |
-
'prefix_class' => 'eael-tooltip-align-',
|
195 |
-
]
|
196 |
-
);
|
197 |
-
|
198 |
-
$this->add_responsive_control(
|
199 |
-
'eael_tooltip_icon_size',
|
200 |
-
[
|
201 |
-
'label' => esc_html__( 'Icon Size', 'essential-addons-for-elementor-lite'),
|
202 |
-
'type' => Controls_Manager::SLIDER,
|
203 |
-
'size_units' => [ '%', 'px' ],
|
204 |
-
'default' => [
|
205 |
-
'size' => 60,
|
206 |
-
],
|
207 |
-
'range' => [
|
208 |
-
'px' => [
|
209 |
-
'max' => 150,
|
210 |
-
],
|
211 |
-
'%' => [
|
212 |
-
'max' => 100
|
213 |
-
]
|
214 |
-
],
|
215 |
-
'selectors' => [
|
216 |
-
'{{WRAPPER}} .eael-tooltip .eael-tooltip-content i' => 'font-size: {{SIZE}}{{UNIT}};',
|
217 |
-
'{{WRAPPER}} .eael-tooltip .eael-tooltip-content .ea-tooltip-svg-trigger' => 'height: {{SIZE}}{{UNIT}}; width: {{SIZE}}{{UNIT}};',
|
218 |
-
],
|
219 |
-
'condition' => [
|
220 |
-
'eael_tooltip_type' => 'icon'
|
221 |
-
]
|
222 |
]
|
223 |
);
|
224 |
|
@@ -385,6 +390,9 @@ class Tooltip extends Widget_Base {
|
|
385 |
'icon' => 'fa fa-align-justify',
|
386 |
],
|
387 |
],
|
|
|
|
|
|
|
388 |
'default' => 'left',
|
389 |
'prefix_class' => 'eael-tooltip-text-align-',
|
390 |
]
|
53 |
return 'https://essential-addons.com/elementor/docs/tooltip/';
|
54 |
}
|
55 |
|
56 |
+
protected function register_controls() {
|
57 |
/**
|
58 |
* Tooltip Settings
|
59 |
*/
|
63 |
'label' => esc_html__( 'Content Settings', 'essential-addons-for-elementor-lite')
|
64 |
]
|
65 |
);
|
66 |
+
$this->add_control(
|
67 |
'eael_tooltip_type',
|
68 |
[
|
69 |
'label' => esc_html__( 'Content Type', 'essential-addons-for-elementor-lite'),
|
90 |
'default' => 'icon',
|
91 |
]
|
92 |
);
|
93 |
+
|
94 |
+
$this->add_control(
|
95 |
+
'eael_tooltip_icon_content_new',
|
96 |
+
[
|
97 |
+
'label' => esc_html__( 'Icon', 'essential-addons-for-elementor-lite'),
|
98 |
+
'type' => Controls_Manager::ICONS,
|
99 |
+
'fa4compatibility' => 'eael_tooltip_icon_content',
|
100 |
+
'default' => [
|
101 |
+
'value' => 'fas fa-home',
|
102 |
+
'library' => 'fa-solid',
|
103 |
+
],
|
104 |
+
'condition' => [
|
105 |
+
'eael_tooltip_type' => [ 'icon' ]
|
106 |
+
]
|
107 |
+
]
|
108 |
+
);
|
109 |
+
|
110 |
+
$this->add_responsive_control(
|
111 |
+
'eael_tooltip_icon_size',
|
112 |
+
[
|
113 |
+
'label' => esc_html__( 'Icon Size', 'essential-addons-for-elementor-lite'),
|
114 |
+
'type' => Controls_Manager::SLIDER,
|
115 |
+
'size_units' => [ '%', 'px' ],
|
116 |
+
'default' => [
|
117 |
+
'size' => 60,
|
118 |
+
],
|
119 |
+
'range' => [
|
120 |
+
'px' => [
|
121 |
+
'max' => 150,
|
122 |
+
],
|
123 |
+
'%' => [
|
124 |
+
'max' => 100
|
125 |
+
]
|
126 |
+
],
|
127 |
+
'selectors' => [
|
128 |
+
'{{WRAPPER}} .eael-tooltip .eael-tooltip-content i' => 'font-size: {{SIZE}}{{UNIT}};',
|
129 |
+
'{{WRAPPER}} .eael-tooltip .eael-tooltip-content .ea-tooltip-svg-trigger' => 'height: {{SIZE}}{{UNIT}}; width: {{SIZE}}{{UNIT}};',
|
130 |
+
],
|
131 |
+
'condition' => [
|
132 |
+
'eael_tooltip_type' => 'icon'
|
133 |
+
]
|
134 |
+
]
|
135 |
+
);
|
136 |
+
|
137 |
$this->add_control(
|
138 |
'eael_tooltip_content',
|
139 |
[
|
170 |
]
|
171 |
]
|
172 |
);
|
173 |
+
|
174 |
+
$this->add_control(
|
175 |
+
'eael_tooltip_img_content',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
[
|
177 |
+
'label' => esc_html__( 'Image', 'essential-addons-for-elementor-lite'),
|
178 |
+
'type' => Controls_Manager::MEDIA,
|
|
|
179 |
'default' => [
|
180 |
+
'url' => Utils::get_placeholder_image_src(),
|
|
|
181 |
],
|
182 |
'condition' => [
|
183 |
+
'eael_tooltip_type' => [ 'image' ]
|
184 |
]
|
185 |
]
|
186 |
);
|
187 |
+
|
188 |
$this->add_control(
|
189 |
+
'eael_tooltip_shortcode_content',
|
190 |
[
|
191 |
+
'label' => esc_html__( 'Shortcode', 'essential-addons-for-elementor-lite'),
|
192 |
+
'type' => Controls_Manager::TEXTAREA,
|
193 |
+
'label_block' => true,
|
194 |
+
'default' => esc_html__( '[shortcode-here]', 'essential-addons-for-elementor-lite'),
|
|
|
195 |
'condition' => [
|
196 |
+
'eael_tooltip_type' => [ 'shortcode' ]
|
197 |
]
|
198 |
]
|
199 |
);
|
200 |
+
|
201 |
$this->add_responsive_control(
|
202 |
'eael_tooltip_content_alignment',
|
203 |
[
|
223 |
],
|
224 |
],
|
225 |
'default' => 'left',
|
226 |
+
'prefix_class' => 'eael-tooltip-align%s-',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
]
|
228 |
);
|
229 |
|
390 |
'icon' => 'fa fa-align-justify',
|
391 |
],
|
392 |
],
|
393 |
+
'condition' => [
|
394 |
+
'eael_tooltip_type' => 'text'
|
395 |
+
],
|
396 |
'default' => 'left',
|
397 |
'prefix_class' => 'eael-tooltip-text-align-',
|
398 |
]
|
@@ -326,6 +326,29 @@ class Table_of_Content
|
|
326 |
]
|
327 |
);
|
328 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
$element->add_control(
|
330 |
'eael_ext_toc_sticky_z_index',
|
331 |
[
|
326 |
]
|
327 |
);
|
328 |
|
329 |
+
$element->add_control(
|
330 |
+
'eael_ext_toc_main_page_offset',
|
331 |
+
[
|
332 |
+
'label' => __('Main Page Offset', 'essential-addons-for-elementor-lite'),
|
333 |
+
'type' => Controls_Manager::SLIDER,
|
334 |
+
'size_units' => ['px'],
|
335 |
+
'range' => [
|
336 |
+
'px' => [
|
337 |
+
'min' => 5,
|
338 |
+
'max' => 2000,
|
339 |
+
'step' => 10,
|
340 |
+
],
|
341 |
+
],
|
342 |
+
'default' => [
|
343 |
+
'unit' => 'px',
|
344 |
+
'size' => 120,
|
345 |
+
],
|
346 |
+
'condition' => [
|
347 |
+
'eael_ext_table_of_content' => 'yes',
|
348 |
+
],
|
349 |
+
]
|
350 |
+
);
|
351 |
+
|
352 |
$element->add_control(
|
353 |
'eael_ext_toc_sticky_z_index',
|
354 |
[
|
@@ -1,11 +1,13 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
|
4 |
/**
|
5 |
* Template Name: Default
|
6 |
*/
|
7 |
|
|
|
8 |
use Essential_Addons_Elementor\Elements\Product_Grid;
|
|
|
9 |
|
10 |
if ( ! defined( 'ABSPATH' ) ) {
|
11 |
exit;
|
@@ -17,6 +19,15 @@ if ( ! $product ) {
|
|
17 |
return;
|
18 |
}
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
$title_tag = isset( $settings['eael_product_grid_title_html_tag'] ) ? Helper::eael_validate_html_tag($settings['eael_product_grid_title_html_tag']) : 'h2';
|
21 |
$should_print_compare_btn = isset( $settings['show_compare'] ) && 'yes' === $settings['show_compare'];
|
22 |
// Improvement
|
@@ -390,6 +401,7 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
390 |
<?php
|
391 |
}
|
392 |
}else {
|
|
|
393 |
if($settings['eael_product_grid_rating']!='yes'){
|
394 |
remove_action('woocommerce_after_shop_loop_item_title','woocommerce_template_loop_rating',5);
|
395 |
}
|
@@ -398,7 +410,7 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
398 |
global $product;
|
399 |
if(empty($product->is_on_sale()) && !$product->is_in_stock() ){
|
400 |
echo '<span class="outofstock-badge">'.__('Stock ', 'essential-addons-for-elementor-lite'). '<br />' . __('Out', 'essential-addons-for-elementor-lite').'</span>';
|
401 |
-
}
|
402 |
},9);
|
403 |
|
404 |
if ( $should_print_compare_btn ) {
|
1 |
<?php
|
2 |
|
3 |
+
|
4 |
/**
|
5 |
* Template Name: Default
|
6 |
*/
|
7 |
|
8 |
+
use \Essential_Addons_Elementor\Classes\Helper;
|
9 |
use Essential_Addons_Elementor\Elements\Product_Grid;
|
10 |
+
use \Elementor\Group_Control_Image_Size;
|
11 |
|
12 |
if ( ! defined( 'ABSPATH' ) ) {
|
13 |
exit;
|
19 |
return;
|
20 |
}
|
21 |
|
22 |
+
|
23 |
+
if ( has_post_thumbnail() ) {
|
24 |
+
$settings[ 'eael_image_size_customize' ] = [
|
25 |
+
'id' => get_post_thumbnail_id(),
|
26 |
+
];
|
27 |
+
$settings['eael_image_size_customize_size'] = $settings['eael_product_grid_image_size_size'];
|
28 |
+
$thumbnail_html = Group_Control_Image_Size::get_attachment_image_html( $settings,'eael_image_size_customize' );
|
29 |
+
}
|
30 |
+
|
31 |
$title_tag = isset( $settings['eael_product_grid_title_html_tag'] ) ? Helper::eael_validate_html_tag($settings['eael_product_grid_title_html_tag']) : 'h2';
|
32 |
$should_print_compare_btn = isset( $settings['show_compare'] ) && 'yes' === $settings['show_compare'];
|
33 |
// Improvement
|
401 |
<?php
|
402 |
}
|
403 |
}else {
|
404 |
+
|
405 |
if($settings['eael_product_grid_rating']!='yes'){
|
406 |
remove_action('woocommerce_after_shop_loop_item_title','woocommerce_template_loop_rating',5);
|
407 |
}
|
410 |
global $product;
|
411 |
if(empty($product->is_on_sale()) && !$product->is_in_stock() ){
|
412 |
echo '<span class="outofstock-badge">'.__('Stock ', 'essential-addons-for-elementor-lite'). '<br />' . __('Out', 'essential-addons-for-elementor-lite').'</span>';
|
413 |
+
}
|
414 |
},9);
|
415 |
|
416 |
if ( $should_print_compare_btn ) {
|
@@ -1,6 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
use \Essential_Addons_Elementor\Classes\Helper;
|
|
|
4 |
/**
|
5 |
* Template Name: Default
|
6 |
*/
|
@@ -9,6 +10,14 @@ if (!defined('ABSPATH')) {
|
|
9 |
exit;
|
10 |
} // Exit if accessed directly
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
$title_tag = isset($settings['title_tag']) ? Helper::eael_validate_html_tag($settings['title_tag']) : 'h2';
|
13 |
|
14 |
if ($settings['eael_post_grid_preset_style'] === 'two') {
|
@@ -28,17 +37,13 @@ if ($settings['eael_post_grid_preset_style'] === 'two') {
|
|
28 |
echo '<i class="' . $settings['eael_post_grid_bg_hover_icon_new']['value'] . '" aria-hidden="true"></i>';
|
29 |
}
|
30 |
|
31 |
-
echo '<a
|
32 |
-
href="' . get_the_permalink() . '"
|
33 |
-
' . ($settings['image_link_nofollow'] ? 'rel="nofollow"' : '') . '
|
34 |
-
' . ($settings['image_link_target_blank'] ? 'target="_blank"' : '') . '
|
35 |
-
></a>';
|
36 |
echo '</div>';
|
37 |
|
38 |
echo '<div class="eael-entry-thumbnail">
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
}
|
43 |
|
44 |
if ($settings['eael_show_title'] || $settings['eael_show_meta'] || $settings['eael_show_excerpt']) {
|
@@ -48,10 +53,7 @@ if ($settings['eael_post_grid_preset_style'] === 'two') {
|
|
48 |
echo '<a
|
49 |
class="eael-grid-post-link"
|
50 |
href="' . get_the_permalink() . '"
|
51 |
-
title="' . get_the_title() . '"
|
52 |
-
' . ($settings['title_link_nofollow'] ? 'rel="nofollow"' : '') . '
|
53 |
-
' . ($settings['title_link_target_blank'] ? 'target="_blank"' : '') . '
|
54 |
-
>';
|
55 |
|
56 |
if (empty($settings['eael_title_length'])) {
|
57 |
echo get_the_title();
|
@@ -89,10 +91,7 @@ if ($settings['eael_post_grid_preset_style'] === 'two') {
|
|
89 |
if ($settings['eael_show_read_more_button']) {
|
90 |
echo '<a
|
91 |
href="' . get_the_permalink() . '"
|
92 |
-
class="eael-post-elements-readmore-btn"
|
93 |
-
' . ($settings['read_more_link_nofollow'] ? 'rel="nofollow"' : '') . '
|
94 |
-
' . ($settings['read_more_link_target_blank'] ? 'target="_blank"' : '') . '
|
95 |
-
>' . esc_attr($settings['read_more_button_text']) . '</a>';
|
96 |
}
|
97 |
echo '</div>
|
98 |
</div>';
|
@@ -158,17 +157,13 @@ if ($settings['eael_post_grid_preset_style'] === 'two') {
|
|
158 |
} else {
|
159 |
echo '<i class="' . $settings['eael_post_grid_bg_hover_icon_new']['value'] . '" aria-hidden="true"></i>';
|
160 |
}
|
161 |
-
echo '<a
|
162 |
-
href="' . get_the_permalink() . '"
|
163 |
-
' . ($settings['image_link_nofollow'] ? 'rel="nofollow"' : '') . '
|
164 |
-
' . ($settings['image_link_target_blank'] ? 'target="_blank"' : '') . '
|
165 |
-
></a>';
|
166 |
echo '</div>';
|
167 |
|
168 |
echo '<div class="eael-entry-thumbnail">
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
if ($settings['meta_position'] == 'meta-entry-header' && $settings['eael_show_date'] === 'yes') {
|
173 |
echo '<span class="eael-meta-posted-on"><time datetime="' . get_the_date() . '"><span>' . get_the_date('d') . '</span>' . get_the_date('F') . '</time></span>';
|
174 |
}
|
@@ -182,10 +177,7 @@ if ($settings['eael_post_grid_preset_style'] === 'two') {
|
|
182 |
echo '<a
|
183 |
class="eael-grid-post-link"
|
184 |
href="' . get_the_permalink() . '"
|
185 |
-
title="' . get_the_title() . '"
|
186 |
-
' . ($settings['title_link_nofollow'] ? 'rel="nofollow"' : '') . '
|
187 |
-
' . ($settings['title_link_target_blank'] ? 'target="_blank"' : '') . '
|
188 |
-
>';
|
189 |
|
190 |
if (empty($settings['eael_title_length'])) {
|
191 |
echo get_the_title();
|
@@ -223,10 +215,7 @@ if ($settings['eael_post_grid_preset_style'] === 'two') {
|
|
223 |
if ($settings['eael_show_read_more_button']) {
|
224 |
echo '<a
|
225 |
href="' . get_the_permalink() . '"
|
226 |
-
class="eael-post-elements-readmore-btn"
|
227 |
-
' . ($settings['read_more_link_nofollow'] ? 'rel="nofollow"' : '') . '
|
228 |
-
' . ($settings['read_more_link_target_blank'] ? 'target="_blank"' : '') . '
|
229 |
-
>' . esc_attr($settings['read_more_button_text']) . '</a>';
|
230 |
}
|
231 |
echo '</div>
|
232 |
</div>';
|
@@ -260,17 +249,13 @@ if ($settings['eael_post_grid_preset_style'] === 'two') {
|
|
260 |
echo '<i class="' . $settings['eael_post_grid_bg_hover_icon_new']['value'] . '" aria-hidden="true"></i>';
|
261 |
}
|
262 |
}
|
263 |
-
echo '<a
|
264 |
-
href="' . get_the_permalink() . '"
|
265 |
-
' . ($settings['image_link_nofollow'] ? 'rel="nofollow"' : '') . '
|
266 |
-
' . ($settings['image_link_target_blank'] ? 'target="_blank"' : '') . '
|
267 |
-
></a>';
|
268 |
echo '</div>';
|
269 |
|
270 |
echo '<div class="eael-entry-thumbnail">
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
}
|
275 |
|
276 |
if ($settings['eael_show_title'] || $settings['eael_show_meta'] || $settings['eael_show_excerpt']) {
|
@@ -280,10 +265,7 @@ if ($settings['eael_post_grid_preset_style'] === 'two') {
|
|
280 |
echo '<a
|
281 |
class="eael-grid-post-link"
|
282 |
href="' . get_the_permalink() . '"
|
283 |
-
title="' . get_the_title() . '"
|
284 |
-
' . ($settings['title_link_nofollow'] ? 'rel="nofollow"' : '') . '
|
285 |
-
' . ($settings['title_link_target_blank'] ? 'target="_blank"' : '') . '
|
286 |
-
>';
|
287 |
|
288 |
if (empty($settings['eael_title_length'])) {
|
289 |
echo get_the_title();
|
@@ -320,10 +302,7 @@ if ($settings['eael_post_grid_preset_style'] === 'two') {
|
|
320 |
if ($settings['eael_show_read_more_button']) {
|
321 |
echo '<a
|
322 |
href="' . get_the_permalink() . '"
|
323 |
-
class="eael-post-elements-readmore-btn"
|
324 |
-
' . ($settings['read_more_link_nofollow'] ? 'rel="nofollow"' : '') . '
|
325 |
-
' . ($settings['read_more_link_target_blank'] ? 'target="_blank"' : '') . '
|
326 |
-
>' . esc_attr($settings['read_more_button_text']) . '</a>';
|
327 |
}
|
328 |
echo '</div>
|
329 |
</div>';
|
1 |
<?php
|
2 |
|
3 |
use \Essential_Addons_Elementor\Classes\Helper;
|
4 |
+
use \Elementor\Group_Control_Image_Size;
|
5 |
/**
|
6 |
* Template Name: Default
|
7 |
*/
|
10 |
exit;
|
11 |
} // Exit if accessed directly
|
12 |
|
13 |
+
if (has_post_thumbnail() && $settings['eael_show_image'] == 'yes') {
|
14 |
+
$settings[ 'eael_image_size_customize' ] = [
|
15 |
+
'id' => get_post_thumbnail_id(),
|
16 |
+
];
|
17 |
+
$settings['eael_image_size_customize_size'] = $settings['image_size'];
|
18 |
+
$thumbnail_html = Group_Control_Image_Size::get_attachment_image_html( $settings,'eael_image_size_customize' );
|
19 |
+
}
|
20 |
+
|
21 |
$title_tag = isset($settings['title_tag']) ? Helper::eael_validate_html_tag($settings['title_tag']) : 'h2';
|
22 |
|
23 |
if ($settings['eael_post_grid_preset_style'] === 'two') {
|
37 |
echo '<i class="' . $settings['eael_post_grid_bg_hover_icon_new']['value'] . '" aria-hidden="true"></i>';
|
38 |
}
|
39 |
|
40 |
+
echo '<a href="' . get_the_permalink() . '"' . $link_settings['image_link_nofollow'] . '' . $link_settings['image_link_target_blank'] . '></a>';
|
|
|
|
|
|
|
|
|
41 |
echo '</div>';
|
42 |
|
43 |
echo '<div class="eael-entry-thumbnail">
|
44 |
+
'.$thumbnail_html.'
|
45 |
+
</div>
|
46 |
+
</div>';
|
47 |
}
|
48 |
|
49 |
if ($settings['eael_show_title'] || $settings['eael_show_meta'] || $settings['eael_show_excerpt']) {
|
53 |
echo '<a
|
54 |
class="eael-grid-post-link"
|
55 |
href="' . get_the_permalink() . '"
|
56 |
+
title="' . get_the_title() . '"' . $link_settings['title_link_nofollow'] . '' . $link_settings['title_link_target_blank'] . '>';
|
|
|
|
|
|
|
57 |
|
58 |
if (empty($settings['eael_title_length'])) {
|
59 |
echo get_the_title();
|
91 |
if ($settings['eael_show_read_more_button']) {
|
92 |
echo '<a
|
93 |
href="' . get_the_permalink() . '"
|
94 |
+
class="eael-post-elements-readmore-btn"' . $link_settings['read_more_link_nofollow'] . '' . $link_settings['read_more_link_target_blank'] . '>' . esc_attr($settings['read_more_button_text']) . '</a>';
|
|
|
|
|
|
|
95 |
}
|
96 |
echo '</div>
|
97 |
</div>';
|
157 |
} else {
|
158 |
echo '<i class="' . $settings['eael_post_grid_bg_hover_icon_new']['value'] . '" aria-hidden="true"></i>';
|
159 |
}
|
160 |
+
echo '<a href="' . get_the_permalink() . '"' . $link_settings['image_link_nofollow'] . '' . $link_settings['image_link_target_blank'] . '></a>';
|
|
|
|
|
|
|
|
|
161 |
echo '</div>';
|
162 |
|
163 |
echo '<div class="eael-entry-thumbnail">
|
164 |
+
'.$thumbnail_html.'
|
165 |
+
</div>
|
166 |
+
</div>';
|
167 |
if ($settings['meta_position'] == 'meta-entry-header' && $settings['eael_show_date'] === 'yes') {
|
168 |
echo '<span class="eael-meta-posted-on"><time datetime="' . get_the_date() . '"><span>' . get_the_date('d') . '</span>' . get_the_date('F') . '</time></span>';
|
169 |
}
|
177 |
echo '<a
|
178 |
class="eael-grid-post-link"
|
179 |
href="' . get_the_permalink() . '"
|
180 |
+
title="' . get_the_title() . '"' . $link_settings['title_link_nofollow'] . '' . $link_settings['title_link_target_blank'] . '>';
|
|
|
|
|
|
|
181 |
|
182 |
if (empty($settings['eael_title_length'])) {
|
183 |
echo get_the_title();
|
215 |
if ($settings['eael_show_read_more_button']) {
|
216 |
echo '<a
|
217 |
href="' . get_the_permalink() . '"
|
218 |
+
class="eael-post-elements-readmore-btn"' . $link_settings['read_more_link_nofollow'] . '' . $link_settings['read_more_link_target_blank'] . '>' . esc_attr($settings['read_more_button_text']) . '</a>';
|
|
|
|
|
|
|
219 |
}
|
220 |
echo '</div>
|
221 |
</div>';
|
249 |
echo '<i class="' . $settings['eael_post_grid_bg_hover_icon_new']['value'] . '" aria-hidden="true"></i>';
|
250 |
}
|
251 |
}
|
252 |
+
echo '<a href="' . get_the_permalink() . '"' . $link_settings['image_link_nofollow'] . '' . $link_settings['image_link_target_blank'] . '></a>';
|
|
|
|
|
|
|
|
|
253 |
echo '</div>';
|
254 |
|
255 |
echo '<div class="eael-entry-thumbnail">
|
256 |
+
'.$thumbnail_html.'
|
257 |
+
</div>
|
258 |
+
</div>';
|
259 |
}
|
260 |
|
261 |
if ($settings['eael_show_title'] || $settings['eael_show_meta'] || $settings['eael_show_excerpt']) {
|
265 |
echo '<a
|
266 |
class="eael-grid-post-link"
|
267 |
href="' . get_the_permalink() . '"
|
268 |
+
title="' . get_the_title() . '"' . $link_settings['title_link_nofollow'] . '' . $link_settings['title_link_target_blank'] . '>';
|
|
|
|
|
|
|
269 |
|
270 |
if (empty($settings['eael_title_length'])) {
|
271 |
echo get_the_title();
|
302 |
if ($settings['eael_show_read_more_button']) {
|
303 |
echo '<a
|
304 |
href="' . get_the_permalink() . '"
|
305 |
+
class="eael-post-elements-readmore-btn"' . $link_settings['read_more_link_nofollow'] . '' . $link_settings['read_more_link_target_blank'] . '>' . esc_attr($settings['read_more_button_text']) . '</a>';
|
|
|
|
|
|
|
306 |
}
|
307 |
echo '</div>
|
308 |
</div>';
|
@@ -3,16 +3,24 @@
|
|
3 |
* Template Name: Default
|
4 |
*/
|
5 |
|
|
|
|
|
6 |
if (!defined('ABSPATH')) {
|
7 |
exit;
|
8 |
} // Exit if accessed directly
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
echo '<article class="eael-timeline-post eael-timeline-column">
|
11 |
<div class="eael-timeline-bullet"></div>
|
12 |
<div class="eael-timeline-post-inner">
|
13 |
-
<a class="eael-timeline-post-link" href="' . get_the_permalink() . '" title="' . esc_html(get_the_title()) . '">
|
14 |
<time datetime="' . get_the_date() . '">' . get_the_date() . '</time>
|
15 |
-
<div class="eael-timeline-post-image" ' . ($settings['eael_show_image'] == 'yes' ? 'style="background-image: url('
|
16 |
if ($settings['eael_show_excerpt']) {
|
17 |
echo '<div class="eael-timeline-post-excerpt">';
|
18 |
if(empty($settings['eael_excerpt_length'])) {
|
3 |
* Template Name: Default
|
4 |
*/
|
5 |
|
6 |
+
use Elementor\Group_Control_Image_Size;
|
7 |
+
|
8 |
if (!defined('ABSPATH')) {
|
9 |
exit;
|
10 |
} // Exit if accessed directly
|
11 |
|
12 |
+
$post_timeline_image_url = Group_Control_Image_Size::get_attachment_image_src( get_post_thumbnail_id(),
|
13 |
+
'image', $settings );
|
14 |
+
|
15 |
+
$image_size = $settings['image_size'];
|
16 |
+
$image_class = " attachment-$image_size size-$image_size";
|
17 |
+
|
18 |
echo '<article class="eael-timeline-post eael-timeline-column">
|
19 |
<div class="eael-timeline-bullet"></div>
|
20 |
<div class="eael-timeline-post-inner">
|
21 |
+
<a class="eael-timeline-post-link" href="' . get_the_permalink() . '" title="' . esc_html(get_the_title()) . '"' . ($settings['timeline_link_nofollow'] ? 'rel="nofollow"' : '') .'' . ($settings['timeline_link_target_blank'] ? 'target="_blank"' : '') . '>
|
22 |
<time datetime="' . get_the_date() . '">' . get_the_date() . '</time>
|
23 |
+
<div class="eael-timeline-post-image'.$image_class.'" ' . ($settings['eael_show_image'] == 'yes' ? 'style="background-image: url('.$post_timeline_image_url.');"' : null) . '></div>';
|
24 |
if ($settings['eael_show_excerpt']) {
|
25 |
echo '<div class="eael-timeline-post-excerpt">';
|
26 |
if(empty($settings['eael_excerpt_length'])) {
|
@@ -672,6 +672,30 @@ trait Controls
|
|
672 |
]
|
673 |
);
|
674 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
675 |
if( 'eael-post-grid' === $wb->get_name() ) {
|
676 |
$wb->add_responsive_control(
|
677 |
'postgrid_image_height',
|
672 |
]
|
673 |
);
|
674 |
|
675 |
+
if( 'eael-post-block' === $wb->get_name() ) {
|
676 |
+
$wb->add_control(
|
677 |
+
'post_block_image_height',
|
678 |
+
[
|
679 |
+
'label' => __('Image Height', 'essential-addons-for-elementor-lite'),
|
680 |
+
'type' => Controls_Manager::SLIDER,
|
681 |
+
'range' => [
|
682 |
+
'px' => [
|
683 |
+
'min' => 0,
|
684 |
+
'max' => 600,
|
685 |
+
'step' => 1,
|
686 |
+
],
|
687 |
+
],
|
688 |
+
'size_units' => ['px', 'em', '%'],
|
689 |
+
'selectors' => [
|
690 |
+
'{{WRAPPER}} .eael-entry-thumbnail' => 'height: {{SIZE}}{{UNIT}};',
|
691 |
+
],
|
692 |
+
'condition' => [
|
693 |
+
'eael_show_image' => 'yes',
|
694 |
+
],
|
695 |
+
]
|
696 |
+
);
|
697 |
+
}
|
698 |
+
|
699 |
if( 'eael-post-grid' === $wb->get_name() ) {
|
700 |
$wb->add_responsive_control(
|
701 |
'postgrid_image_height',
|
@@ -420,6 +420,7 @@ trait Elements
|
|
420 |
$support_tag = (array) $settings_data['eael_ext_toc_supported_heading_tag'];
|
421 |
$support_tag = implode(',', array_filter($support_tag));
|
422 |
$position = $settings_data['eael_ext_toc_position'];
|
|
|
423 |
$close_bt_text_style = $settings_data['eael_ext_toc_close_button_text_style'];
|
424 |
$auto_collapse = $settings_data['eael_ext_toc_auto_collapse'];
|
425 |
$title_to_url = $settings_data['eael_ext_toc_use_title_in_url'];
|
@@ -449,7 +450,7 @@ trait Elements
|
|
449 |
$icon = $icon_check['value'];
|
450 |
}
|
451 |
|
452 |
-
$table_of_content_html = "<div data-eaelTocTag='{$support_tag}' data-contentSelector='{$content_selector}' data-excludeSelector='{$exclude_selector}' data-stickyScroll='{$sticky_scroll['size']}' data-titleUrl='{$title_url}' id='eael-toc' class='{$el_class} '>
|
453 |
<div class='eael-toc-header'>
|
454 |
<span class='eael-toc-close'>×</span>
|
455 |
<h2 class='eael-toc-title'>{$toc_title}</h2>
|
420 |
$support_tag = (array) $settings_data['eael_ext_toc_supported_heading_tag'];
|
421 |
$support_tag = implode(',', array_filter($support_tag));
|
422 |
$position = $settings_data['eael_ext_toc_position'];
|
423 |
+
$page_offset = !empty($settings_data['eael_ext_toc_main_page_offset']) ? $settings_data['eael_ext_toc_main_page_offset']['size'] : 0 ;
|
424 |
$close_bt_text_style = $settings_data['eael_ext_toc_close_button_text_style'];
|
425 |
$auto_collapse = $settings_data['eael_ext_toc_auto_collapse'];
|
426 |
$title_to_url = $settings_data['eael_ext_toc_use_title_in_url'];
|
450 |
$icon = $icon_check['value'];
|
451 |
}
|
452 |
|
453 |
+
$table_of_content_html = "<div data-eaelTocTag='{$support_tag}' data-contentSelector='{$content_selector}' data-excludeSelector='{$exclude_selector}' data-stickyScroll='{$sticky_scroll['size']}' data-titleUrl='{$title_url}' data-page_offset='{$page_offset}' id='eael-toc' class='{$el_class} '>
|
454 |
<div class='eael-toc-header'>
|
455 |
<span class='eael-toc-close'>×</span>
|
456 |
<h2 class='eael-toc-title'>{$toc_title}</h2>
|
@@ -24,7 +24,7 @@ trait Helper
|
|
24 |
{
|
25 |
$ajax = wp_doing_ajax();
|
26 |
|
27 |
-
parse_str($
|
28 |
if ( empty( $_POST['nonce'] ) ) {
|
29 |
$err_msg = __( 'Insecure form submitted without security token', 'essential-addons-for-elementor-lite' );
|
30 |
if ( $ajax ) {
|
@@ -98,10 +98,20 @@ trait Helper
|
|
98 |
|
99 |
}
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
$template_info = $_REQUEST['template_info'];
|
102 |
|
103 |
|
104 |
if ( $template_info ) {
|
|
|
105 |
if ( $template_info[ 'dir' ] === 'free' ) {
|
106 |
$file_path = EAEL_PLUGIN_PATH;
|
107 |
}
|
@@ -111,7 +121,7 @@ trait Helper
|
|
111 |
}
|
112 |
|
113 |
$file_path = sprintf(
|
114 |
-
'%sincludes/Template/%s/%s
|
115 |
$file_path,
|
116 |
$template_info[ 'name' ],
|
117 |
$template_info[ 'file_name' ]
|
@@ -139,7 +149,7 @@ trait Helper
|
|
139 |
while ( $query->have_posts() ) {
|
140 |
$query->the_post();
|
141 |
|
142 |
-
$html .= HelperClass::include_with_variable( $file_path, [ 'settings' => $settings, 'iterator' => $iterator ] );
|
143 |
$iterator++;
|
144 |
}
|
145 |
}
|
@@ -509,7 +519,7 @@ trait Helper
|
|
509 |
'data-nonce' => wp_create_nonce( 'load_more' ),
|
510 |
'data-template' => json_encode([
|
511 |
'dir' => $plugin_type,
|
512 |
-
'file_name' => $settings['
|
513 |
'name' => $this->process_directory_name() ],
|
514 |
1),
|
515 |
'data-class' => get_class( $this ),
|
24 |
{
|
25 |
$ajax = wp_doing_ajax();
|
26 |
|
27 |
+
parse_str($_POST['args'], $args);
|
28 |
if ( empty( $_POST['nonce'] ) ) {
|
29 |
$err_msg = __( 'Insecure form submitted without security token', 'essential-addons-for-elementor-lite' );
|
30 |
if ( $ajax ) {
|
98 |
|
99 |
}
|
100 |
|
101 |
+
$link_settings = [
|
102 |
+
'image_link_nofollow' => $settings['image_link_nofollow'] ? 'rel="nofollow"' : '',
|
103 |
+
'image_link_target_blank' => $settings['image_link_target_blank'] ? 'target="_blank"' : '',
|
104 |
+
'title_link_nofollow' => $settings['title_link_nofollow'] ? 'rel="nofollow"' : '',
|
105 |
+
'title_link_target_blank' => $settings['title_link_target_blank'] ? 'target="_blank"' : '',
|
106 |
+
'read_more_link_nofollow' => $settings['read_more_link_nofollow'] ? 'rel="nofollow"' : '',
|
107 |
+
'read_more_link_target_blank' => $settings['read_more_link_target_blank'] ? 'target="_blank"' : '',
|
108 |
+
];
|
109 |
+
|
110 |
$template_info = $_REQUEST['template_info'];
|
111 |
|
112 |
|
113 |
if ( $template_info ) {
|
114 |
+
|
115 |
if ( $template_info[ 'dir' ] === 'free' ) {
|
116 |
$file_path = EAEL_PLUGIN_PATH;
|
117 |
}
|
121 |
}
|
122 |
|
123 |
$file_path = sprintf(
|
124 |
+
'%sincludes/Template/%s/%s',
|
125 |
$file_path,
|
126 |
$template_info[ 'name' ],
|
127 |
$template_info[ 'file_name' ]
|
149 |
while ( $query->have_posts() ) {
|
150 |
$query->the_post();
|
151 |
|
152 |
+
$html .= HelperClass::include_with_variable( $file_path, [ 'settings' => $settings, 'link_settings' => $link_settings, 'iterator' => $iterator ] );
|
153 |
$iterator++;
|
154 |
}
|
155 |
}
|
519 |
'data-nonce' => wp_create_nonce( 'load_more' ),
|
520 |
'data-template' => json_encode([
|
521 |
'dir' => $plugin_type,
|
522 |
+
'file_name' => $settings['loadable_file_name'],
|
523 |
'name' => $this->process_directory_name() ],
|
524 |
1),
|
525 |
'data-class' => get_class( $this ),
|
@@ -37,7 +37,7 @@ trait Library
|
|
37 |
* @param $key
|
38 |
* @return string
|
39 |
*/
|
40 |
-
public function get_extension_settings($page_settings = [], $global_settings = [], $extension, $key)
|
41 |
{
|
42 |
if (isset($page_settings) && $page_settings->get_settings($extension) == 'yes') {
|
43 |
return $page_settings->get_settings($key);
|
37 |
* @param $key
|
38 |
* @return string
|
39 |
*/
|
40 |
+
public function get_extension_settings($page_settings = [], $global_settings = [], $extension = '', $key = '')
|
41 |
{
|
42 |
if (isset($page_settings) && $page_settings->get_settings($extension) == 'yes') {
|
43 |
return $page_settings->get_settings($key);
|
@@ -415,6 +415,10 @@ trait Login_Registration {
|
|
415 |
$user_data['role'] = $user_default_role;
|
416 |
}
|
417 |
|
|
|
|
|
|
|
|
|
418 |
$user_id = wp_insert_user( $user_data );
|
419 |
do_action( 'eael/login-register/after-insert-user', $user_id, $user_data );
|
420 |
|
415 |
$user_data['role'] = $user_default_role;
|
416 |
}
|
417 |
|
418 |
+
if ('administrator' == strtolower($user_data['role'])) {
|
419 |
+
$user_data['role'] = !empty($settings['register_user_role']) ? $settings['register_user_role'] : get_option('default_role');
|
420 |
+
}
|
421 |
+
|
422 |
$user_id = wp_insert_user( $user_data );
|
423 |
do_action( 'eael/login-register/after-insert-user', $user_id, $user_data );
|
424 |
|
@@ -15,6 +15,16 @@ trait Template_Query {
|
|
15 |
$this->current_widget_name = $name;
|
16 |
}
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
/**
|
19 |
* Retrieves Template name from file header.
|
20 |
*
|
@@ -34,7 +44,7 @@ trait Template_Query {
|
|
34 |
*/
|
35 |
private function process_directory_name()
|
36 |
{
|
37 |
-
if ( empty( $this->current_widget_name ) ) {
|
38 |
$this->current_widget_name = $this->get_name();
|
39 |
}
|
40 |
$widget_name = str_replace('eael-', '', $this->current_widget_name);
|
@@ -243,8 +253,10 @@ trait Template_Query {
|
|
243 |
* @return string include-able full template path.
|
244 |
*/
|
245 |
public function get_template( $filename ) {
|
|
|
246 |
if ( in_array( $filename, array_keys( $this->get_template_options() ) ) ) {
|
247 |
-
|
|
|
248 |
}
|
249 |
|
250 |
return false;
|
15 |
$this->current_widget_name = $name;
|
16 |
}
|
17 |
|
18 |
+
/**
|
19 |
+
* Get only filename
|
20 |
+
* @param string
|
21 |
+
* @return string
|
22 |
+
*/
|
23 |
+
public function get_filename_only( $path ) {
|
24 |
+
$filename = \explode( '/', $path );
|
25 |
+
return \end( $filename );
|
26 |
+
}
|
27 |
+
|
28 |
/**
|
29 |
* Retrieves Template name from file header.
|
30 |
*
|
44 |
*/
|
45 |
private function process_directory_name()
|
46 |
{
|
47 |
+
if ( empty( $this->current_widget_name ) && \method_exists( $this, 'get_name' ) ) {
|
48 |
$this->current_widget_name = $this->get_name();
|
49 |
}
|
50 |
$widget_name = str_replace('eael-', '', $this->current_widget_name);
|
253 |
* @return string include-able full template path.
|
254 |
*/
|
255 |
public function get_template( $filename ) {
|
256 |
+
|
257 |
if ( in_array( $filename, array_keys( $this->get_template_options() ) ) ) {
|
258 |
+
$file = $this->get_template_options()[ $filename ];
|
259 |
+
return $file;
|
260 |
}
|
261 |
|
262 |
return false;
|
@@ -13,11 +13,11 @@ msgstr ""
|
|
13 |
"X-Poedit-SourceCharset: UTF-8\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
|
16 |
-
#: ../includes/Classes/Helper.php:190, ../includes/Elements/Adv_Accordion.php:313, ../includes/Elements/Adv_Tabs.php:262, ../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:346, ../includes/Elements/Data_Table.php:471, ../includes/Elements/Dual_Color_Header.php:214, ../includes/Elements/Fancy_Text.php:269, ../includes/Elements/Filterable_Gallery.php:795, ../includes/Elements/Flip_Box.php:727, ../includes/Elements/Info_Box.php:
|
17 |
msgid "Go Premium for More Features"
|
18 |
msgstr ""
|
19 |
|
20 |
-
#: ../includes/Classes/Helper.php:197, ../includes/Elements/Adv_Accordion.php:320, ../includes/Elements/Adv_Tabs.php:269, ../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:353, ../includes/Elements/Data_Table.php:478, ../includes/Elements/Dual_Color_Header.php:221, ../includes/Elements/Fancy_Text.php:276, ../includes/Elements/Filterable_Gallery.php:802, ../includes/Elements/Flip_Box.php:734, ../includes/Elements/Info_Box.php:
|
21 |
msgid "Unlock more possibilities"
|
22 |
msgstr ""
|
23 |
|
@@ -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:187, ../includes/Classes/WPDeveloper_Setup_Wizard.php:481, ../includes/Classes/WPDeveloper_Setup_Wizard.php:507, ../includes/Traits/Admin.php:163, ../includes/Traits/Helper.php:
|
69 |
msgid "you are not allowed to do this action"
|
70 |
msgstr ""
|
71 |
|
@@ -259,7 +259,7 @@ msgstr ""
|
|
259 |
msgid "Flip Box"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:573, ../includes/Elements/Info_Box.php:
|
263 |
msgid "Info Box"
|
264 |
msgstr ""
|
265 |
|
@@ -519,7 +519,7 @@ msgstr ""
|
|
519 |
msgid "Pagination Type"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: ../includes/Elements/Advanced_Data_Table.php:180, ../includes/Elements/Advanced_Data_Table.php:1332, ../includes/Elements/Betterdocs_Category_Grid.php:1290, ../includes/Elements/Event_Calendar.php:747, ../includes/Elements/Flip_Box.php:651, ../includes/Elements/FluentForm.php:1913, ../includes/Elements/Formstack.php:1773, ../includes/Elements/Info_Box.php:
|
523 |
msgid "Button"
|
524 |
msgstr ""
|
525 |
|
@@ -567,19 +567,19 @@ msgstr ""
|
|
567 |
msgid "Table"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: ../includes/Elements/Advanced_Data_Table.php:311, ../includes/Elements/Advanced_Data_Table.php:872, ../includes/Elements/Advanced_Data_Table.php:1067, ../includes/Elements/Betterdocs_Search_Form.php:311, ../includes/Elements/Caldera_Forms.php:1159, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1185, ../includes/Elements/Contact_Form_7.php:1199, ../includes/Elements/Creative_Button.php:467, ../includes/Elements/Data_Table.php:510, ../includes/Elements/Data_Table.php:1139, ../includes/Elements/Dual_Color_Header.php:
|
571 |
msgid "Width"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: ../includes/Elements/Advanced_Data_Table.php:348, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1214, ../includes/Elements/Advanced_Data_Table.php:1286, ../includes/Elements/Advanced_Data_Table.php:1414, ../includes/Elements/Adv_Accordion.php:372, ../includes/Elements/Adv_Accordion.php:561, ../includes/Elements/Adv_Accordion.php:621, ../includes/Elements/Adv_Accordion.php:682, ../includes/Elements/Adv_Accordion.php:765, ../includes/Elements/Adv_Accordion.php:887, ../includes/Elements/Adv_Accordion.php:933, ../includes/Elements/Adv_Accordion.php:979, ../includes/Elements/Adv_Tabs.php:324, ../includes/Elements/Adv_Tabs.php:516, ../includes/Elements/Adv_Tabs.php:583, ../includes/Elements/Adv_Tabs.php:654, ../includes/Elements/Adv_Tabs.php:749, ../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:210, ../includes/Elements/Betterdocs_Search_Form.php:365, ../includes/Elements/Betterdocs_Search_Form.php:423, ../includes/Elements/Betterdocs_Search_Form.php:533, ../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:463, ../includes/Elements/Cta_Box.php:740, ../includes/Elements/Cta_Box.php:927, ../includes/Elements/Data_Table.php:641, ../includes/Elements/Data_Table.php:680, ../includes/Elements/Data_Table.php:872, ../includes/Elements/Data_Table.php:1206, ../includes/Elements/Dual_Color_Header.php:347, ../includes/Elements/Event_Calendar.php:798, ../includes/Elements/Event_Calendar.php:865, ../includes/Elements/Event_Calendar.php:919, ../includes/Elements/Event_Calendar.php:1591, ../includes/Elements/Event_Calendar.php:1662, ../includes/Elements/Facebook_Feed.php:451, ../includes/Elements/Filterable_Gallery.php:871, ../includes/Elements/Filterable_Gallery.php:984, ../includes/Elements/Filterable_Gallery.php:1050, ../includes/Elements/Filterable_Gallery.php:1130, ../includes/Elements/Filterable_Gallery.php:1277, ../includes/Elements/Filterable_Gallery.php:1334, ../includes/Elements/Filterable_Gallery.php:1553, ../includes/Elements/Filterable_Gallery.php:1828, ../includes/Elements/Filterable_Gallery.php:1889, ../includes/Elements/Filterable_Gallery.php:2410, ../includes/Elements/Filterable_Gallery.php:2527, ../includes/Elements/Flip_Box.php:988, ../includes/Elements/Flip_Box.php:1101, ../includes/Elements/FluentForm.php:636, ../includes/Elements/FluentForm.php:832, ../includes/Elements/FluentForm.php:1549, ../includes/Elements/FluentForm.php:1826, ../includes/Elements/FluentForm.php:1953, ../includes/Elements/FluentForm.php:2071, ../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:835, ../includes/Elements/GravityForms.php:899, ../includes/Elements/GravityForms.php:1655, ../includes/Elements/GravityForms.php:1824, ../includes/Elements/GravityForms.php:2051, ../includes/Elements/Image_Accordion.php:354, ../includes/Elements/Image_Accordion.php:464, ../includes/Elements/Info_Box.php:
|
575 |
msgid "Border"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: ../includes/Elements/Advanced_Data_Table.php:374, ../includes/Elements/Advanced_Data_Table.php:1042, ../includes/Elements/Advanced_Data_Table.php:1240, ../includes/Elements/Advanced_Data_Table.php:1312, ../includes/Elements/Advanced_Data_Table.php:1436, ../includes/Elements/Adv_Accordion.php:379, ../includes/Elements/Adv_Accordion.php:568, ../includes/Elements/Adv_Accordion.php:628, ../includes/Elements/Adv_Accordion.php:689, ../includes/Elements/Adv_Tabs.php:332, ../includes/Elements/Adv_Tabs.php:523, ../includes/Elements/Adv_Tabs.php:590, ../includes/Elements/Adv_Tabs.php:661, ../includes/Elements/Adv_Tabs.php:756, ../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:197, ../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:471, ../includes/Elements/Cta_Box.php:748, ../includes/Elements/Cta_Box.php:935, ../includes/Elements/Dual_Color_Header.php:355, ../includes/Elements/Event_Calendar.php:806, ../includes/Elements/Event_Calendar.php:873, ../includes/Elements/Event_Calendar.php:927, ../includes/Elements/Event_Calendar.php:1163, ../includes/Elements/Event_Calendar.php:1331, ../includes/Elements/Event_Calendar.php:1599, ../includes/Elements/Event_Calendar.php:1670, ../includes/Elements/Facebook_Feed.php:476, ../includes/Elements/Facebook_Feed.php:536, ../includes/Elements/Fancy_Text.php:515, ../includes/Elements/Feature_List.php:642, ../includes/Elements/Filterable_Gallery.php:879, ../includes/Elements/Filterable_Gallery.php:992, ../includes/Elements/Filterable_Gallery.php:1058, ../includes/Elements/Filterable_Gallery.php:1138, ../includes/Elements/Filterable_Gallery.php:1342, ../includes/Elements/Filterable_Gallery.php:1836, ../includes/Elements/Filterable_Gallery.php:1897, ../includes/Elements/Filterable_Gallery.php:2068, ../includes/Elements/Filterable_Gallery.php:2199, ../includes/Elements/Filterable_Gallery.php:2334, ../includes/Elements/Filterable_Gallery.php:2432, ../includes/Elements/Filterable_Gallery.php:2541, ../includes/Elements/Flip_Box.php:826, ../includes/Elements/Flip_Box.php:887, ../includes/Elements/Flip_Box.php:1011, ../includes/Elements/Flip_Box.php:1124, ../includes/Elements/Flip_Box.php:1385, ../includes/Elements/FluentForm.php:499, ../includes/Elements/FluentForm.php:647, ../includes/Elements/FluentForm.php:1012, ../includes/Elements/FluentForm.php:1038, ../includes/Elements/FluentForm.php:1559, ../includes/Elements/FluentForm.php:1837, ../includes/Elements/FluentForm.php:1961, ../includes/Elements/FluentForm.php:2015, ../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:846, ../includes/Elements/GravityForms.php:1316, ../includes/Elements/GravityForms.php:1512, ../includes/Elements/GravityForms.php:1665, ../includes/Elements/GravityForms.php:1834, ../includes/Elements/GravityForms.php:2061, ../includes/Elements/Image_Accordion.php:362, ../includes/Elements/Image_Accordion.php:452, ../includes/Elements/Info_Box.php:
|
579 |
msgid "Border Radius"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: ../includes/Elements/Advanced_Data_Table.php:387, ../includes/Elements/Advanced_Data_Table.php:1450, ../includes/Elements/Betterdocs_Category_Grid.php:331, ../includes/Elements/Betterdocs_Category_Grid.php:379, ../includes/Elements/Event_Calendar.php:685, ../includes/Elements/Event_Calendar.php:1623, ../includes/Elements/Event_Calendar.php:1697, ../includes/Elements/Product_Grid.php:911, ../includes/Elements/Product_Grid.php:939, ../includes/Elements/Product_Grid.php:2909, ../includes/Elements/Product_Grid.php:2944, ../includes/Elements/Progress_Bar.php:652, ../includes/Elements/Twitter_Feed.php:651, ../includes/Elements/Twitter_Feed.php:863, ../includes/Elements/Woo_Product_Carousel.php:980, ../includes/Elements/Woo_Product_Carousel.php:1009, ../includes/Elements/Woo_Product_Carousel.php:2046, ../includes/Elements/Woo_Product_Carousel.php:2081, ../includes/Elements/Woo_Product_Carousel.php:2760, ../includes/Extensions/Table_of_Content.php:
|
583 |
msgid "Box Shadow"
|
584 |
msgstr ""
|
585 |
|
@@ -587,7 +587,7 @@ msgstr ""
|
|
587 |
msgid "Head"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: ../includes/Elements/Advanced_Data_Table.php:406, ../includes/Elements/Advanced_Data_Table.php:525, ../includes/Elements/Advanced_Data_Table.php:983, ../includes/Elements/Advanced_Data_Table.php:1133, ../includes/Elements/Advanced_Data_Table.php:1341, ../includes/Elements/Caldera_Forms.php:286, ../includes/Elements/Caldera_Forms.php:347, ../includes/Elements/Caldera_Forms.php:535, ../includes/Elements/Caldera_Forms.php:773, ../includes/Elements/Caldera_Forms.php:862, ../includes/Elements/Caldera_Forms.php:1283, ../includes/Elements/Caldera_Forms.php:1398, ../includes/Elements/Contact_Form_7.php:487, ../includes/Elements/Contact_Form_7.php:518, ../includes/Elements/Contact_Form_7.php:735, ../includes/Elements/Contact_Form_7.php:883, ../includes/Elements/Contact_Form_7.php:935, ../includes/Elements/Contact_Form_7.php:1308, ../includes/Elements/Contact_Form_7.php:1443, ../includes/Elements/Contact_Form_7.php:1583, ../includes/Elements/Event_Calendar.php:727, ../includes/Elements/Event_Calendar.php:757, ../includes/Elements/Event_Calendar.php:971, ../includes/Elements/Event_Calendar.php:1046, ../includes/Elements/Event_Calendar.php:1080, ../includes/Elements/Event_Calendar.php:1323, ../includes/Elements/Event_Calendar.php:1386, ../includes/Elements/Event_Calendar.php:1415, ../includes/Elements/Event_Calendar.php:1483, ../includes/Elements/Event_Calendar.php:1641, ../includes/Elements/Filterable_Gallery.php:1964, ../includes/Elements/Filterable_Gallery.php:2011, ../includes/Elements/Filterable_Gallery.php:2047, ../includes/Elements/Filterable_Gallery.php:2104, ../includes/Elements/Filterable_Gallery.php:2398, ../includes/Elements/Filterable_Gallery.php:2558, ../includes/Elements/FluentForm.php:293, ../includes/Elements/FluentForm.php:354, ../includes/Elements/FluentForm.php:554, ../includes/Elements/FluentForm.php:792, ../includes/Elements/FluentForm.php:1119, ../includes/Elements/FluentForm.php:1174, ../includes/Elements/FluentForm.php:1278, ../includes/Elements/FluentForm.php:1364, ../includes/Elements/FluentForm.php:1430, ../includes/Elements/FluentForm.php:1603, ../includes/Elements/FluentForm.php:1736, ../includes/Elements/FluentForm.php:1933, ../includes/Elements/FluentForm.php:2082, ../includes/Elements/FluentForm.php:2131, ../includes/Elements/Formstack.php:494, ../includes/Elements/Formstack.php:543, ../includes/Elements/Formstack.php:597, ../includes/Elements/Formstack.php:671, ../includes/Elements/Formstack.php:726, ../includes/Elements/Formstack.php:809, ../includes/Elements/Formstack.php:1021, ../includes/Elements/Formstack.php:1519, ../includes/Elements/Formstack.php:1652, ../includes/Elements/Formstack.php:1793, ../includes/Elements/Formstack.php:1953, ../includes/Elements/GravityForms.php:528, ../includes/Elements/GravityForms.php:559, ../includes/Elements/GravityForms.php:600, ../includes/Elements/GravityForms.php:859, ../includes/Elements/GravityForms.php:948, ../includes/Elements/GravityForms.php:1002, ../includes/Elements/GravityForms.php:1138, ../includes/Elements/GravityForms.php:1598, ../includes/Elements/GravityForms.php:1933, ../includes/Elements/GravityForms.php:2154, ../includes/Elements/GravityForms.php:2347, ../includes/Elements/NinjaForms.php:465, ../includes/Elements/NinjaForms.php:514, ../includes/Elements/NinjaForms.php:574, ../includes/Elements/NinjaForms.php:817, ../includes/Elements/NinjaForms.php:906, ../includes/Elements/NinjaForms.php:1500, ../includes/Elements/NinjaForms.php:1545, ../includes/Elements/NinjaForms.php:1599, ../includes/Elements/Post_Grid.php:
|
591 |
msgid "Typography"
|
592 |
msgstr ""
|
593 |
|
@@ -595,23 +595,23 @@ msgstr ""
|
|
595 |
msgid "Text Alignment"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: ../includes/Elements/Advanced_Data_Table.php:418, ../includes/Elements/Advanced_Data_Table.php:537, ../includes/Elements/Advanced_Data_Table.php:963, ../includes/Elements/Advanced_Data_Table.php:1110, ../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:102, ../includes/Elements/Data_Table.php:542, ../includes/Elements/Data_Table.php:767, ../includes/Elements/Data_Table.php:1016, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:995, ../includes/Elements/Event_Calendar.php:1127, ../includes/Elements/Fancy_Text.php:174, ../includes/Elements/Feature_List.php:305, ../includes/Elements/Filterable_Gallery.php:767, ../includes/Elements/Filterable_Gallery.php:1299, ../includes/Elements/Filterable_Gallery.php:1682, ../includes/Elements/Flip_Box.php:369, ../includes/Elements/Flip_Box.php:598, ../includes/Elements/FluentForm.php:239, ../includes/Elements/FluentForm.php:434, ../includes/Elements/FluentForm.php:580, ../includes/Elements/FluentForm.php:1211, ../includes/Elements/FluentForm.php:1456, ../includes/Elements/Formstack.php:334, ../includes/Elements/Formstack.php:449, ../includes/Elements/Formstack.php:763, ../includes/Elements/Formstack.php:1372, ../includes/Elements/GravityForms.php:347, ../includes/Elements/GravityForms.php:484, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:1721, ../includes/Elements/GravityForms.php:1971, ../includes/Elements/Image_Accordion.php:109, ../includes/Elements/Info_Box.php:
|
599 |
msgid "Left"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: ../includes/Elements/Advanced_Data_Table.php:422, ../includes/Elements/Advanced_Data_Table.php:541, ../includes/Elements/Advanced_Data_Table.php:967, ../includes/Elements/Advanced_Data_Table.php:1114, ../includes/Elements/Betterdocs_Category_Box.php:771, ../includes/Elements/Betterdocs_Category_Grid.php:1517, ../includes/Elements/Betterdocs_Category_Grid.php:1542, ../includes/Elements/Caldera_Forms.php:237, ../includes/Elements/Caldera_Forms.php:419, ../includes/Elements/Caldera_Forms.php:565, ../includes/Elements/Caldera_Forms.php:1140, ../includes/Elements/Contact_Form_7.php:335, ../includes/Elements/Contact_Form_7.php:447, ../includes/Elements/Contact_Form_7.php:1167, ../includes/Elements/Countdown.php:122, ../includes/Elements/Countdown.php:1034, ../includes/Elements/Creative_Button.php:449, ../includes/Elements/Cta_Box.php:103, ../includes/Elements/Data_Table.php:546, ../includes/Elements/Data_Table.php:771, ../includes/Elements/Data_Table.php:1020, ../includes/Elements/Dual_Color_Header.php:195, ../includes/Elements/Dual_Color_Header.php:
|
603 |
msgid "Center"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: ../includes/Elements/Advanced_Data_Table.php:426, ../includes/Elements/Advanced_Data_Table.php:545, ../includes/Elements/Advanced_Data_Table.php:971, ../includes/Elements/Advanced_Data_Table.php:1118, ../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:104, ../includes/Elements/Data_Table.php:550, ../includes/Elements/Data_Table.php:775, ../includes/Elements/Data_Table.php:1024, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1003, ../includes/Elements/Event_Calendar.php:1135, ../includes/Elements/Fancy_Text.php:182, ../includes/Elements/Feature_List.php:313, ../includes/Elements/Filterable_Gallery.php:775, ../includes/Elements/Filterable_Gallery.php:1307, ../includes/Elements/Filterable_Gallery.php:1690, ../includes/Elements/Flip_Box.php:377, ../includes/Elements/Flip_Box.php:606, ../includes/Elements/FluentForm.php:247, ../includes/Elements/FluentForm.php:442, ../includes/Elements/FluentForm.php:588, ../includes/Elements/FluentForm.php:1219, ../includes/Elements/FluentForm.php:1464, ../includes/Elements/Formstack.php:342, ../includes/Elements/Formstack.php:457, ../includes/Elements/Formstack.php:771, ../includes/Elements/Formstack.php:1380, ../includes/Elements/GravityForms.php:355, ../includes/Elements/GravityForms.php:492, ../includes/Elements/GravityForms.php:637, ../includes/Elements/GravityForms.php:1729, ../includes/Elements/GravityForms.php:1979, ../includes/Elements/Image_Accordion.php:117, ../includes/Elements/Info_Box.php:
|
607 |
msgid "Right"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: ../includes/Elements/Advanced_Data_Table.php:441, ../includes/Elements/Advanced_Data_Table.php:560, ../includes/Elements/Advanced_Data_Table.php:654, ../includes/Elements/Advanced_Data_Table.php:685, ../includes/Elements/Advanced_Data_Table.php:716, ../includes/Elements/Advanced_Data_Table.php:747, ../includes/Elements/Advanced_Data_Table.php:778, ../includes/Elements/Advanced_Data_Table.php:809, ../includes/Elements/Advanced_Data_Table.php:991, ../includes/Elements/Advanced_Data_Table.php:1187, ../includes/Elements/Advanced_Data_Table.php:1257, ../includes/Elements/Adv_Accordion.php:537, ../includes/Elements/Adv_Accordion.php:597, ../includes/Elements/Adv_Accordion.php:657, ../includes/Elements/Adv_Accordion.php:724, ../includes/Elements/Adv_Tabs.php:489, ../includes/Elements/Adv_Tabs.php:556, ../includes/Elements/Adv_Tabs.php:624, ../includes/Elements/Adv_Tabs.php:708, ../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:698, ../includes/Elements/Cta_Box.php:769, ../includes/Elements/Cta_Box.php:904, ../includes/Elements/Cta_Box.php:956, ../includes/Elements/Data_Table.php:978, ../includes/Elements/Data_Table.php:995, ../includes/Elements/Event_Calendar.php:1241, ../includes/Elements/Event_Calendar.php:1274, ../includes/Elements/Filterable_Gallery.php:959, ../includes/Elements/Filterable_Gallery.php:1025, ../includes/Elements/Filterable_Gallery.php:2510, ../includes/Elements/Filterable_Gallery.php:2705, ../includes/Elements/FluentForm.php:277, ../includes/Elements/FluentForm.php:338, ../includes/Elements/FluentForm.php:542, ../includes/Elements/FluentForm.php:623, ../includes/Elements/FluentForm.php:872, ../includes/Elements/FluentForm.php:1536, ../includes/Elements/FluentForm.php:1642, ../includes/Elements/FluentForm.php:2059, ../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:515, ../includes/Elements/GravityForms.php:546, ../includes/Elements/GravityForms.php:585, ../includes/Elements/GravityForms.php:672, ../includes/Elements/GravityForms.php:936, ../includes/Elements/GravityForms.php:989, ../includes/Elements/GravityForms.php:1176, ../includes/Elements/GravityForms.php:1810, ../includes/Elements/GravityForms.php:1902, ../includes/Elements/GravityForms.php:2038, ../includes/Elements/GravityForms.php:2125, ../includes/Elements/GravityForms.php:2199, ../includes/Elements/GravityForms.php:2334, ../includes/Elements/Info_Box.php:
|
611 |
msgid "Text Color"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: ../includes/Elements/Advanced_Data_Table.php:455, ../includes/Elements/Advanced_Data_Table.php:596, ../includes/Elements/Advanced_Data_Table.php:669, ../includes/Elements/Advanced_Data_Table.php:700, ../includes/Elements/Advanced_Data_Table.php:731, ../includes/Elements/Advanced_Data_Table.php:762, ../includes/Elements/Advanced_Data_Table.php:793, ../includes/Elements/Advanced_Data_Table.php:824, ../includes/Elements/Advanced_Data_Table.php:1003, ../includes/Elements/Advanced_Data_Table.php:1200, ../includes/Elements/Advanced_Data_Table.php:1271, ../includes/Elements/Advanced_Data_Table.php:1366, ../includes/Elements/Advanced_Data_Table.php:1396, ../includes/Elements/Adv_Accordion.php:873, ../includes/Elements/Adv_Accordion.php:919, ../includes/Elements/Adv_Accordion.php:965, ../includes/Elements/Adv_Tabs.php:470, ../includes/Elements/Adv_Tabs.php:689, ../includes/Elements/Caldera_Forms.php:592, ../includes/Elements/Caldera_Forms.php:800, ../includes/Elements/Caldera_Forms.php:1204, ../includes/Elements/Caldera_Forms.php:1310, ../includes/Elements/Caldera_Forms.php:1364, ../includes/Elements/Contact_Form_7.php:550, ../includes/Elements/Contact_Form_7.php:763, ../includes/Elements/Contact_Form_7.php:1230, ../includes/Elements/Contact_Form_7.php:1336, ../includes/Elements/Contact_Form_7.php:1427, ../includes/Elements/Contact_Form_7.php:1520, ../includes/Elements/Content_Ticker.php:345, ../includes/Elements/Content_Ticker.php:422, ../includes/Elements/Content_Ticker.php:597, ../includes/Elements/Content_Ticker.php:653, ../includes/Elements/Countdown.php:733, ../includes/Elements/Countdown.php:745, ../includes/Elements/Countdown.php:805, ../includes/Elements/Countdown.php:817, ../includes/Elements/Countdown.php:877, ../includes/Elements/Countdown.php:889, ../includes/Elements/Countdown.php:949, ../includes/Elements/Countdown.php:961, ../includes/Elements/Creative_Button.php:291, ../includes/Elements/Creative_Button.php:383, ../includes/Elements/Cta_Box.php:122, ../includes/Elements/Cta_Box.php:426, ../includes/Elements/Cta_Box.php:712, ../includes/Elements/Cta_Box.php:781, ../includes/Elements/Data_Table.php:628, ../includes/Elements/Data_Table.php:668, ../includes/Elements/Data_Table.php:1179, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1253, ../includes/Elements/Filterable_Gallery.php:834, ../includes/Elements/Filterable_Gallery.php:971, ../includes/Elements/Filterable_Gallery.php:1037, ../includes/Elements/Filterable_Gallery.php:1183, ../includes/Elements/Filterable_Gallery.php:1373, ../includes/Elements/Filterable_Gallery.php:1403, ../includes/Elements/Filterable_Gallery.php:1508, ../includes/Elements/Filterable_Gallery.php:1524, ../includes/Elements/Filterable_Gallery.php:1726, ../includes/Elements/Filterable_Gallery.php:1864, ../includes/Elements/Filterable_Gallery.php:2494, ../includes/Elements/Filterable_Gallery.php:2689, ../includes/Elements/FluentForm.php:611, ../includes/Elements/FluentForm.php:819, ../includes/Elements/FluentForm.php:1253, ../includes/Elements/FluentForm.php:1339, ../includes/Elements/FluentForm.php:1524, ../includes/Elements/FluentForm.php:1630, ../includes/Elements/FluentForm.php:2048, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:660, ../includes/Elements/GravityForms.php:886, ../includes/Elements/GravityForms.php:1619, ../includes/Elements/GravityForms.php:1797, ../includes/Elements/GravityForms.php:1889, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2113, ../includes/Elements/Image_Accordion.php:317, ../includes/Elements/Info_Box.php:
|
615 |
msgid "Background Color"
|
616 |
msgstr ""
|
617 |
|
@@ -619,7 +619,7 @@ msgstr ""
|
|
619 |
msgid "Cell Border"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: ../includes/Elements/Advanced_Data_Table.php:494, ../includes/Elements/Advanced_Data_Table.php:839, ../includes/Elements/Advanced_Data_Table.php:923, ../includes/Elements/Advanced_Data_Table.php:1141, ../includes/Elements/Advanced_Data_Table.php:1458, ../includes/Elements/Adv_Accordion.php:349, ../includes/Elements/Adv_Accordion.php:502, ../includes/Elements/Adv_Accordion.php:742, ../includes/Elements/Adv_Tabs.php:301, ../includes/Elements/Adv_Tabs.php:444, ../includes/Elements/Adv_Tabs.php:726, ../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:431, ../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:438, ../includes/Elements/Cta_Box.php:651, ../includes/Elements/Cta_Box.php:868, ../includes/Elements/Data_Table.php:596, ../includes/Elements/Data_Table.php:881, ../includes/Elements/Dual_Color_Header.php:322, ../includes/Elements/Facebook_Feed.php:605, ../includes/Elements/Facebook_Feed.php:631, ../includes/Elements/Facebook_Feed.php:703, ../includes/Elements/Fancy_Text.php:480, ../includes/Elements/Feature_List.php:599, ../includes/Elements/Filterable_Gallery.php:846, ../includes/Elements/Filterable_Gallery.php:923, ../includes/Elements/Filterable_Gallery.php:1105, ../includes/Elements/Filterable_Gallery.php:1195, ../includes/Elements/Filterable_Gallery.php:1539, ../includes/Elements/Filterable_Gallery.php:1750, ../includes/Elements/Filterable_Gallery.php:2613, ../includes/Elements/Flip_Box.php:999, ../includes/Elements/Flip_Box.php:1112, ../includes/Elements/Flip_Box.php:1348, ../includes/Elements/FluentForm.php:760, ../includes/Elements/FluentForm.php:1128, ../includes/Elements/FluentForm.php:1183, ../includes/Elements/FluentForm.php:1306, ../includes/Elements/FluentForm.php:1391, ../includes/Elements/FluentForm.php:1571, ../includes/Elements/FluentForm.php:1973, ../includes/Elements/FluentForm.php:2139, ../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:722, ../includes/Elements/GravityForms.php:1343, ../includes/Elements/GravityForms.php:1539, ../includes/Elements/GravityForms.php:1677, ../includes/Elements/GravityForms.php:1847, ../includes/Elements/GravityForms.php:2073, ../includes/Elements/Image_Accordion.php:329, ../includes/Elements/Image_Accordion.php:441, ../includes/Elements/Info_Box.php:
|
623 |
msgid "Padding"
|
624 |
msgstr ""
|
625 |
|
@@ -639,7 +639,7 @@ msgstr ""
|
|
639 |
msgid "Highlight"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: ../includes/Elements/Advanced_Data_Table.php:638, ../includes/Elements/Adv_Tabs.php:147, ../includes/Elements/Countdown.php:402, ../includes/Elements/Data_Table.php:137, ../includes/Elements/Filterable_Gallery.php:188, ../includes/Elements/Filterable_Gallery.php:228, ../includes/Elements/Flip_Box.php:200, ../includes/Elements/Flip_Box.php:429, ../includes/Elements/Flip_Box.php:648, ../includes/Elements/GravityForms.php:1016, ../includes/Elements/Info_Box.php:
|
643 |
msgid "None"
|
644 |
msgstr ""
|
645 |
|
@@ -667,7 +667,7 @@ msgstr ""
|
|
667 |
msgid "Odd Row"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: ../includes/Elements/Advanced_Data_Table.php:900, ../includes/Elements/Dual_Color_Header.php:
|
671 |
msgid "Height"
|
672 |
msgstr ""
|
673 |
|
@@ -675,23 +675,23 @@ msgstr ""
|
|
675 |
msgid "Margin Bottom"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: ../includes/Elements/Advanced_Data_Table.php:958, ../includes/Elements/Advanced_Data_Table.php:1106, ../includes/Elements/Caldera_Forms.php:229, ../includes/Elements/Caldera_Forms.php:557, ../includes/Elements/Caldera_Forms.php:1132, ../includes/Elements/Contact_Form_7.php:439, ../includes/Elements/Contact_Form_7.php:1158, ../includes/Elements/Countdown.php:114, ../includes/Elements/Cta_Box.php:97, ../includes/Elements/Data_Table.php:536, ../includes/Elements/Dual_Color_Header.php:186, ../includes/Elements/Dual_Color_Header.php:
|
679 |
msgid "Alignment"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: ../includes/Elements/Advanced_Data_Table.php:1162, ../includes/Elements/Adv_Accordion.php:360, ../includes/Elements/Adv_Accordion.php:513, ../includes/Elements/Adv_Accordion.php:753, ../includes/Elements/Adv_Tabs.php:312, ../includes/Elements/Adv_Tabs.php:455, ../includes/Elements/Adv_Tabs.php:737, ../includes/Elements/Betterdocs_Category_Grid.php:570, ../includes/Elements/Betterdocs_Category_Grid.php:736, ../includes/Elements/Caldera_Forms.php:297, ../includes/Elements/Caldera_Forms.php:359, ../includes/Elements/Contact_Form_7.php:372, ../includes/Elements/Contact_Form_7.php:1653, ../includes/Elements/Content_Ticker.php:464, ../includes/Elements/Countdown.php:1088, ../includes/Elements/Cta_Box.php:450, ../includes/Elements/Cta_Box.php:663, ../includes/Elements/Cta_Box.php:880, ../includes/Elements/Dual_Color_Header.php:334, ../includes/Elements/Dual_Color_Header.php:
|
683 |
msgid "Margin"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: ../includes/Elements/Advanced_Data_Table.php:1182, ../includes/Elements/Advanced_Data_Table.php:1348, ../includes/Elements/Adv_Accordion.php:524, ../includes/Elements/Adv_Accordion.php:852, ../includes/Elements/Adv_Tabs.php:466, ../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:389, ../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:693, ../includes/Elements/Cta_Box.php:899, ../includes/Elements/Data_Table.php:608, ../includes/Elements/Data_Table.php:801, ../includes/Elements/Data_Table.php:973, ../includes/Elements/Data_Table.php:1071, ../includes/Elements/Event_Calendar.php:768, ../includes/Elements/Filterable_Gallery.php:954, ../includes/Elements/Filterable_Gallery.php:1719, ../includes/Elements/Filterable_Gallery.php:2483, ../includes/Elements/Flip_Box.php:1330, ../includes/Elements/FluentForm.php:604, ../includes/Elements/FluentForm.php:939, ../includes/Elements/FluentForm.php:1517, ../includes/Elements/FluentForm.php:1689, ../includes/Elements/FluentForm.php:1906, ../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:653, ../includes/Elements/GravityForms.php:1243, ../includes/Elements/GravityForms.php:1439, ../includes/Elements/GravityForms.php:1790, ../includes/Elements/GravityForms.php:2019, ../includes/Elements/Info_Box.php:
|
687 |
msgid "Normal"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: ../includes/Elements/Advanced_Data_Table.php:1252, ../includes/Elements/Advanced_Data_Table.php:1378, ../includes/Elements/Adv_Accordion.php:582, ../includes/Elements/Adv_Accordion.php:899, ../includes/Elements/Adv_Tabs.php:533, ../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:473, ../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:764, ../includes/Elements/Cta_Box.php:951, ../includes/Elements/Data_Table.php:648, ../includes/Elements/Data_Table.php:892, ../includes/Elements/Data_Table.php:990, ../includes/Elements/Data_Table.php:1089, ../includes/Elements/Event_Calendar.php:835, ../includes/Elements/Filterable_Gallery.php:1857, ../includes/Elements/Filterable_Gallery.php:2678, ../includes/Elements/Flip_Box.php:1413, ../includes/Elements/FluentForm.php:1623, ../includes/Elements/FluentForm.php:1987, ../includes/Elements/Formstack.php:1539, ../includes/Elements/Formstack.php:1849, ../includes/Elements/GravityForms.php:1882, ../includes/Elements/GravityForms.php:2106, ../includes/Elements/Info_Box.php:
|
691 |
msgid "Hover"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: ../includes/Elements/Advanced_Data_Table.php:1353, ../includes/Elements/Advanced_Data_Table.php:1383, ../includes/Elements/Betterdocs_Category_Box.php:683, ../includes/Elements/Betterdocs_Category_Box.php:716, ../includes/Elements/Betterdocs_Category_Box.php:860, ../includes/Elements/Betterdocs_Category_Box.php:965, ../includes/Elements/Betterdocs_Category_Grid.php:616, ../includes/Elements/Betterdocs_Category_Grid.php:670, ../includes/Elements/Betterdocs_Category_Grid.php:806, ../includes/Elements/Betterdocs_Category_Grid.php:903, ../includes/Elements/Betterdocs_Category_Grid.php:1006, ../includes/Elements/Betterdocs_Category_Grid.php:1086, ../includes/Elements/Betterdocs_Category_Grid.php:1162, ../includes/Elements/Betterdocs_Category_Grid.php:1239, ../includes/Elements/Betterdocs_Category_Grid.php:1362, ../includes/Elements/Betterdocs_Category_Grid.php:1461, ../includes/Elements/Betterdocs_Search_Form.php:237, ../includes/Elements/Betterdocs_Search_Form.php:274, ../includes/Elements/Caldera_Forms.php:983, ../includes/Elements/Caldera_Forms.php:1099, ../includes/Elements/Caldera_Forms.php:1431, ../includes/Elements/Contact_Form_7.php:1010, ../includes/Elements/Contact_Form_7.php:1126, ../includes/Elements/Content_Ticker.php:609, ../includes/Elements/Content_Ticker.php:665, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Cta_Box.php:601, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:613, ../includes/Elements/Data_Table.php:653, ../includes/Elements/Data_Table.php:1164, ../includes/Elements/Dual_Color_Header.php:473, ../includes/Elements/Dual_Color_Header.php:
|
695 |
msgid "Color"
|
696 |
msgstr ""
|
697 |
|
@@ -719,39 +719,39 @@ msgstr ""
|
|
719 |
msgid "Select Accordion Tab Title Tag"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: ../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:198, ../includes/Elements/Dual_Color_Header.php:138, ../includes/Elements/Filterable_Gallery.php:367, ../includes/Elements/Flip_Box.php:298, ../includes/Elements/Flip_Box.php:527, ../includes/Elements/Image_Accordion.php:156, ../includes/Elements/Info_Box.php:
|
723 |
msgid "H1"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: ../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:199, ../includes/Elements/Dual_Color_Header.php:139, ../includes/Elements/Filterable_Gallery.php:368, ../includes/Elements/Flip_Box.php:299, ../includes/Elements/Flip_Box.php:528, ../includes/Elements/Image_Accordion.php:157, ../includes/Elements/Info_Box.php:
|
727 |
msgid "H2"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: ../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:200, ../includes/Elements/Dual_Color_Header.php:140, ../includes/Elements/Filterable_Gallery.php:369, ../includes/Elements/Flip_Box.php:300, ../includes/Elements/Flip_Box.php:529, ../includes/Elements/Image_Accordion.php:158, ../includes/Elements/Info_Box.php:
|
731 |
msgid "H3"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: ../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:201, ../includes/Elements/Dual_Color_Header.php:141, ../includes/Elements/Filterable_Gallery.php:370, ../includes/Elements/Flip_Box.php:301, ../includes/Elements/Flip_Box.php:530, ../includes/Elements/Image_Accordion.php:159, ../includes/Elements/Info_Box.php:
|
735 |
msgid "H4"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: ../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:202, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Filterable_Gallery.php:371, ../includes/Elements/Flip_Box.php:302, ../includes/Elements/Flip_Box.php:531, ../includes/Elements/Image_Accordion.php:160, ../includes/Elements/Info_Box.php:
|
739 |
msgid "H5"
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: ../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:203, ../includes/Elements/Dual_Color_Header.php:143, ../includes/Elements/Filterable_Gallery.php:372, ../includes/Elements/Flip_Box.php:303, ../includes/Elements/Flip_Box.php:532, ../includes/Elements/Image_Accordion.php:161, ../includes/Elements/Info_Box.php:
|
743 |
msgid "H6"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: ../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:204, ../includes/Elements/Dual_Color_Header.php:144, ../includes/Elements/Filterable_Gallery.php:373, ../includes/Elements/Flip_Box.php:304, ../includes/Elements/Flip_Box.php:533, ../includes/Elements/Image_Accordion.php:162, ../includes/Elements/Info_Box.php:
|
747 |
msgid "Span"
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: ../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:205, ../includes/Elements/Dual_Color_Header.php:145, ../includes/Elements/Filterable_Gallery.php:374, ../includes/Elements/Flip_Box.php:305, ../includes/Elements/Flip_Box.php:534, ../includes/Elements/Image_Accordion.php:163, ../includes/Elements/Info_Box.php:
|
751 |
msgid "P"
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: ../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:206, ../includes/Elements/Dual_Color_Header.php:146, ../includes/Elements/Filterable_Gallery.php:375, ../includes/Elements/Flip_Box.php:306, ../includes/Elements/Flip_Box.php:535, ../includes/Elements/Image_Accordion.php:164, ../includes/Elements/Info_Box.php:
|
755 |
msgid "Div"
|
756 |
msgstr ""
|
757 |
|
@@ -783,7 +783,7 @@ msgstr ""
|
|
783 |
msgid "Enable Tab Icon"
|
784 |
msgstr ""
|
785 |
|
786 |
-
#: ../includes/Elements/Adv_Accordion.php:224, ../includes/Elements/Adv_Tabs.php:151, ../includes/Elements/Adv_Tabs.php:166, ../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:151, ../includes/Elements/Data_Table.php:141, ../includes/Elements/Data_Table.php:160, ../includes/Elements/Data_Table.php:287, ../includes/Elements/Data_Table.php:340, ../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:504, ../includes/Elements/Flip_Box.php:202, ../includes/Elements/Flip_Box.php:228, ../includes/Elements/Flip_Box.php:431, ../includes/Elements/Flip_Box.php:457, ../includes/Elements/Info_Box.php:
|
787 |
msgid "Icon"
|
788 |
msgstr ""
|
789 |
|
@@ -791,19 +791,19 @@ msgstr ""
|
|
791 |
msgid "Tab Title"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: ../includes/Elements/Adv_Accordion.php:252, ../includes/Elements/Adv_Tabs.php:207, ../includes/Elements/Cta_Box.php:214, ../includes/Elements/Data_Table.php:283, ../includes/Elements/Info_Box.php:
|
795 |
msgid "Content Type"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: ../includes/Elements/Adv_Accordion.php:255, ../includes/Elements/Adv_Tabs.php:123, ../includes/Elements/Adv_Tabs.php:210, ../includes/Elements/Adv_Tabs.php:682, ../includes/Elements/Cta_Box.php:217, ../includes/Elements/Cta_Box.php:238, ../includes/Elements/Data_Table.php:245, ../includes/Elements/Data_Table.php:360, ../includes/Elements/Data_Table.php:374, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1473, ../includes/Elements/Facebook_Feed.php:948, ../includes/Elements/Feature_List.php:193, ../includes/Elements/Feature_List.php:697, ../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:
|
799 |
msgid "Content"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: ../includes/Elements/Adv_Accordion.php:256, ../includes/Elements/Adv_Tabs.php:211, ../includes/Elements/Countdown.php:405, ../includes/Elements/Cta_Box.php:218, ../includes/Elements/Info_Box.php:
|
803 |
msgid "Saved Templates"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: ../includes/Elements/Adv_Accordion.php:266, ../includes/Elements/Adv_Tabs.php:220, ../includes/Elements/Countdown.php:452, ../includes/Elements/Cta_Box.php:227, ../includes/Elements/Data_Table.php:328, ../includes/Elements/Info_Box.php:
|
807 |
msgid "Choose Template"
|
808 |
msgstr ""
|
809 |
|
@@ -835,7 +835,7 @@ msgstr ""
|
|
835 |
msgid "Tab Style"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: ../includes/Elements/Adv_Accordion.php:416, ../includes/Elements/Adv_Accordion.php:793, ../includes/Elements/Adv_Tabs.php:397, ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Data_Table.php:700, ../includes/Elements/Data_Table.php:1048, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Dual_Color_Header.php:
|
839 |
msgid "Icon Size"
|
840 |
msgstr ""
|
841 |
|
@@ -847,15 +847,15 @@ msgstr ""
|
|
847 |
msgid "Distance"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: ../includes/Elements/Adv_Accordion.php:548, ../includes/Elements/Adv_Accordion.php:608, ../includes/Elements/Adv_Accordion.php:669, ../includes/Elements/Adv_Tabs.php:500, ../includes/Elements/Adv_Tabs.php:567, ../includes/Elements/Adv_Tabs.php:636, ../includes/Elements/Data_Table.php:1076, ../includes/Elements/Data_Table.php:1094, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:
|
851 |
msgid "Icon Color"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: ../includes/Elements/Adv_Accordion.php:642, ../includes/Elements/Adv_Accordion.php:944, ../includes/Elements/Adv_Tabs.php:600, ../includes/Elements/Event_Calendar.php:889, ../includes/Elements/Filterable_Gallery.php:1020, ../includes/Elements/Product_Grid.php:2299, ../includes/Elements/Woo_Product_Carousel.php:2330, ../includes/Extensions/Table_of_Content.php:
|
855 |
msgid "Active"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: ../includes/Elements/Adv_Accordion.php:707, ../includes/Elements/Countdown.php:1100, ../includes/Elements/Cta_Box.php:79, ../includes/Elements/Cta_Box.php:592, ../includes/Elements/Data_Table.php:794, ../includes/Elements/Dual_Color_Header.php:76, ../includes/Elements/Facebook_Feed.php:620, ../includes/Elements/Facebook_Feed.php:784, ../includes/Elements/Flip_Box.php:1208, ../includes/Elements/Flip_Box.php:1277, ../includes/Elements/Info_Box.php:
|
859 |
msgid "Content Style"
|
860 |
msgstr ""
|
861 |
|
@@ -891,7 +891,7 @@ msgstr ""
|
|
891 |
msgid "Enable Icon"
|
892 |
msgstr ""
|
893 |
|
894 |
-
#: ../includes/Elements/Adv_Tabs.php:102, ../includes/Elements/Betterdocs_Category_Grid.php:1328, ../includes/Elements/Creative_Button.php:143, ../includes/Elements/Data_Table.php:722, ../includes/Elements/Feature_List.php:301, ../includes/Elements/Filterable_Gallery.php:747, ../includes/Elements/Flip_Box.php:708, ../includes/Elements/Info_Box.php:
|
895 |
msgid "Icon Position"
|
896 |
msgstr ""
|
897 |
|
@@ -911,7 +911,7 @@ msgstr ""
|
|
911 |
msgid "Icon Type"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: ../includes/Elements/Adv_Tabs.php:155, ../includes/Elements/Adv_Tabs.php:182, ../includes/Elements/Data_Table.php:145, ../includes/Elements/Data_Table.php:177, ../includes/Elements/Feature_List.php:82, ../includes/Elements/Feature_List.php:169, ../includes/Elements/Filterable_Gallery.php:563, ../includes/Elements/Flip_Box.php:201, ../includes/Elements/Flip_Box.php:430, ../includes/Elements/Info_Box.php:
|
915 |
msgid "Image"
|
916 |
msgstr ""
|
917 |
|
@@ -951,11 +951,11 @@ msgstr ""
|
|
951 |
msgid "Caret Size"
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: ../includes/Elements/Adv_Tabs.php:853, ../includes/Elements/Caldera_Forms.php:109, ../includes/Elements/Caldera_Forms.php:936, ../includes/Elements/Contact_Form_7.php:911, ../includes/Elements/Contact_Form_7.php:963, ../includes/Elements/Content_Ticker.php:194, ../includes/Elements/Content_Ticker.php:227, ../includes/Elements/Content_Ticker.php:242, ../includes/Elements/Content_Ticker.php:277, ../includes/Elements/Data_Table.php:1130, ../includes/Elements/Facebook_Feed.php:388, ../includes/Elements/Filterable_Gallery.php:287, ../includes/Elements/Filterable_Gallery.php:432, ../includes/Elements/Filterable_Gallery.php:481, ../includes/Elements/Filterable_Gallery.php:506, ../includes/Elements/Filterable_Gallery.php:531, ../includes/Elements/Filterable_Gallery.php:591, ../includes/Elements/Filterable_Gallery.php:606, ../includes/Elements/FluentForm.php:123, ../includes/Elements/FluentForm.php:902, ../includes/Elements/Formstack.php:192, ../includes/Elements/Formstack.php:1128, ../includes/Elements/GravityForms.php:149, ../includes/Elements/GravityForms.php:246, ../includes/Elements/GravityForms.php:1206, ../includes/Elements/GravityForms.php:1402, ../includes/Elements/Image_Accordion.php:176, ../includes/Elements/Info_Box.php:
|
955 |
msgid "Yes"
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: ../includes/Elements/Adv_Tabs.php:854, ../includes/Elements/Caldera_Forms.php:110, ../includes/Elements/Caldera_Forms.php:937, ../includes/Elements/Contact_Form_7.php:912, ../includes/Elements/Contact_Form_7.php:964, ../includes/Elements/Content_Ticker.php:195, ../includes/Elements/Content_Ticker.php:228, ../includes/Elements/Content_Ticker.php:243, ../includes/Elements/Content_Ticker.php:278, ../includes/Elements/Cta_Box.php:685, ../includes/Elements/Data_Table.php:1131, ../includes/Elements/Facebook_Feed.php:392, ../includes/Elements/Feature_List.php:363, ../includes/Elements/Filterable_Gallery.php:288, ../includes/Elements/Filterable_Gallery.php:433, ../includes/Elements/Filterable_Gallery.php:482, ../includes/Elements/Filterable_Gallery.php:507, ../includes/Elements/Filterable_Gallery.php:532, ../includes/Elements/Filterable_Gallery.php:592, ../includes/Elements/Filterable_Gallery.php:607, ../includes/Elements/FluentForm.php:124, ../includes/Elements/FluentForm.php:903, ../includes/Elements/Formstack.php:193, ../includes/Elements/Formstack.php:1129, ../includes/Elements/GravityForms.php:150, ../includes/Elements/GravityForms.php:247, ../includes/Elements/GravityForms.php:1207, ../includes/Elements/GravityForms.php:1403, ../includes/Elements/Image_Accordion.php:177, ../includes/Elements/Info_Box.php:
|
959 |
msgid "No"
|
960 |
msgstr ""
|
961 |
|
@@ -975,15 +975,15 @@ msgstr ""
|
|
975 |
msgid "Show Icon"
|
976 |
msgstr ""
|
977 |
|
978 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:158, ../includes/Elements/Betterdocs_Category_Box.php:170, ../includes/Elements/Betterdocs_Category_Box.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:177, ../includes/Elements/Betterdocs_Category_Grid.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:244, ../includes/Elements/Betterdocs_Category_Grid.php:260, ../includes/Elements/Betterdocs_Category_Grid.php:272, ../includes/Elements/Betterdocs_Category_Grid.php:1303, ../includes/Elements/Caldera_Forms.php:152, ../includes/Elements/Caldera_Forms.php:165, ../includes/Elements/Caldera_Forms.php:191, ../includes/Elements/Contact_Form_7.php:205, ../includes/Elements/Contact_Form_7.php:231, ../includes/Elements/Contact_Form_7.php:251, ../includes/Elements/Content_Ticker.php:255, ../includes/Elements/Countdown.php:503, ../includes/Elements/Creative_Button.php:252, ../includes/Elements/Cta_Box.php:134, ../includes/Elements/Cta_Box.php:281, ../includes/Elements/Dual_Color_Header.php:95, ../includes/Elements/Dual_Color_Header.php:105, ../includes/Elements/Facebook_Feed.php:306, ../includes/Elements/Facebook_Feed.php:318, ../includes/Elements/Facebook_Feed.php:333, ../includes/Elements/Facebook_Feed.php:348, ../includes/Elements/Facebook_Feed.php:363, ../includes/Elements/Facebook_Feed.php:429, ../includes/Elements/Feature_List.php:362, ../includes/Elements/Filterable_Gallery.php:275, ../includes/Elements/FluentForm.php:166, ../includes/Elements/FluentForm.php:178, ../includes/Elements/FluentForm.php:204, ../includes/Elements/FluentForm.php:1706, ../includes/Elements/FluentForm.php:1774, ../includes/Elements/Formstack.php:235, ../includes/Elements/Formstack.php:247, ../includes/Elements/Formstack.php:273, ../includes/Elements/Formstack.php:286, ../includes/Elements/Formstack.php:1622, ../includes/Elements/GravityForms.php:161, ../includes/Elements/GravityForms.php:176, ../includes/Elements/GravityForms.php:222, ../includes/Elements/GravityForms.php:234, ../includes/Elements/GravityForms.php:272, ../includes/Elements/GravityForms.php:292, ../includes/Elements/Info_Box.php:
|
979 |
msgid "Show"
|
980 |
msgstr ""
|
981 |
|
982 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:159, ../includes/Elements/Betterdocs_Category_Box.php:171, ../includes/Elements/Betterdocs_Category_Box.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:178, ../includes/Elements/Betterdocs_Category_Grid.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:245, ../includes/Elements/Betterdocs_Category_Grid.php:261, ../includes/Elements/Betterdocs_Category_Grid.php:273, ../includes/Elements/Betterdocs_Category_Grid.php:1304, ../includes/Elements/Caldera_Forms.php:153, ../includes/Elements/Caldera_Forms.php:166, ../includes/Elements/Caldera_Forms.php:192, ../includes/Elements/Contact_Form_7.php:206, ../includes/Elements/Contact_Form_7.php:232, ../includes/Elements/Contact_Form_7.php:252, ../includes/Elements/Content_Ticker.php:256, ../includes/Elements/Countdown.php:504, ../includes/Elements/Creative_Button.php:253, ../includes/Elements/Cta_Box.php:135, ../includes/Elements/Cta_Box.php:282, ../includes/Elements/Dual_Color_Header.php:96, ../includes/Elements/Dual_Color_Header.php:106, ../includes/Elements/Facebook_Feed.php:307, ../includes/Elements/Facebook_Feed.php:319, ../includes/Elements/Facebook_Feed.php:334, ../includes/Elements/Facebook_Feed.php:349, ../includes/Elements/Facebook_Feed.php:364, ../includes/Elements/Facebook_Feed.php:430, ../includes/Elements/Filterable_Gallery.php:276, ../includes/Elements/FluentForm.php:167, ../includes/Elements/FluentForm.php:179, ../includes/Elements/FluentForm.php:205, ../includes/Elements/FluentForm.php:1707, ../includes/Elements/FluentForm.php:1775, ../includes/Elements/Formstack.php:236, ../includes/Elements/Formstack.php:248, ../includes/Elements/Formstack.php:274, ../includes/Elements/Formstack.php:287, ../includes/Elements/Formstack.php:1623, ../includes/Elements/GravityForms.php:162, ../includes/Elements/GravityForms.php:177, ../includes/Elements/GravityForms.php:223, ../includes/Elements/GravityForms.php:235, ../includes/Elements/GravityForms.php:273, ../includes/Elements/GravityForms.php:293, ../includes/Elements/Info_Box.php:
|
983 |
msgid "Hide"
|
984 |
msgstr ""
|
985 |
|
986 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:168, ../includes/Elements/Betterdocs_Category_Grid.php:203, ../includes/Elements/Woo_Product_Carousel.php:242, ../includes/Traits/Controls.php:
|
987 |
msgid "Show Title"
|
988 |
msgstr ""
|
989 |
|
@@ -1019,7 +1019,7 @@ msgstr ""
|
|
1019 |
msgid "Box Padding"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:336, ../includes/Elements/Betterdocs_Category_Box.php:589, ../includes/Elements/Betterdocs_Category_Box.php:728, ../includes/Elements/Betterdocs_Category_Box.php:1027, ../includes/Elements/Betterdocs_Search_Form.php:479, ../includes/Elements/Filterable_Gallery.php:1916, ../includes/Elements/Info_Box.php:
|
1023 |
msgid "Transition"
|
1024 |
msgstr ""
|
1025 |
|
@@ -1031,11 +1031,11 @@ msgstr ""
|
|
1031 |
msgid "Size"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:527, ../includes/Elements/Betterdocs_Category_Box.php:695, ../includes/Elements/Betterdocs_Category_Box.php:942, ../includes/Elements/Betterdocs_Category_Grid.php:1116, ../includes/Elements/Betterdocs_Category_Grid.php:1194, ../includes/Elements/Caldera_Forms.php:753, ../includes/Elements/Caldera_Forms.php:870, ../includes/Elements/Contact_Form_7.php:575, ../includes/Elements/Contact_Form_7.php:860, ../includes/Elements/Contact_Form_7.php:1486, ../includes/Elements/Feature_List.php:658, ../includes/Elements/Filterable_Gallery.php:2419, ../includes/Elements/FluentForm.php:772, ../includes/Elements/FluentForm.php:1748, ../includes/Elements/Formstack.php:605, ../includes/Elements/Formstack.php:1001, ../includes/Elements/GravityForms.php:684, ../includes/Elements/GravityForms.php:956, ../includes/Elements/Login_Register.php:2410, ../includes/Elements/Login_Register.php:2612, ../includes/Elements/Login_Register.php:3085, ../includes/Elements/Login_Register.php:3384, ../includes/Elements/NinjaForms.php:797, ../includes/Elements/NinjaForms.php:914, ../includes/Elements/NinjaForms.php:1579, ../includes/Elements/Post_Grid.php:
|
1035 |
msgid "Spacing"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
-
#: ../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:183, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:718, ../includes/Elements/Event_Calendar.php:1377, ../includes/Elements/Feature_List.php:183, ../includes/Elements/Feature_List.php:185, ../includes/Elements/Feature_List.php:737, ../includes/Elements/Flip_Box.php:650, ../includes/Elements/FluentForm.php:132, ../includes/Elements/FluentForm.php:265, ../includes/Elements/Formstack.php:201, ../includes/Elements/Formstack.php:472, ../includes/Elements/GravityForms.php:158, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:506, ../includes/Elements/Image_Accordion.php:197, ../includes/Elements/Image_Accordion.php:487, ../includes/Elements/Login_Register.php:2221, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:
|
1039 |
msgid "Title"
|
1040 |
msgstr ""
|
1041 |
|
@@ -1059,7 +1059,7 @@ msgstr ""
|
|
1059 |
msgid "File Not Found"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:1180, ../includes/Elements/Betterdocs_Category_Box.php:1145, ../includes/Elements/Betterdocs_Category_Grid.php:1679, ../includes/Elements/Betterdocs_Category_Grid.php:1646, ../includes/Elements/Post_Grid.php:
|
1063 |
msgid "<p class=\"no-posts-found\">No posts found!</p>"
|
1064 |
msgstr ""
|
1065 |
|
@@ -1095,7 +1095,7 @@ msgstr ""
|
|
1095 |
msgid "Show Button"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:282, ../includes/Elements/Creative_Button.php:80, ../includes/Elements/Cta_Box.php:256, ../includes/Elements/Filterable_Gallery.php:689, ../includes/Elements/Flip_Box.php:681, ../includes/Elements/Info_Box.php:
|
1099 |
msgid "Button Text"
|
1100 |
msgstr ""
|
1101 |
|
@@ -1115,7 +1115,7 @@ msgstr ""
|
|
1115 |
msgid "Ticker Background"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:979, ../includes/Elements/Betterdocs_Category_Grid.php:990, ../includes/Elements/Event_Calendar.php:527, ../includes/Elements/Feature_List.php:379, ../includes/Elements/Product_Grid.php:255, ../includes/Elements/Twitter_Feed.php:158, ../includes/Extensions/Table_of_Content.php:
|
1119 |
msgid "List"
|
1120 |
msgstr ""
|
1121 |
|
@@ -1147,15 +1147,15 @@ msgstr ""
|
|
1147 |
msgid "Area Spacing"
|
1148 |
msgstr ""
|
1149 |
|
1150 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:1332, ../includes/Elements/Creative_Button.php:147, ../includes/Elements/Filterable_Gallery.php:752, ../includes/Elements/Flip_Box.php:713, ../includes/Elements/Info_Box.php:
|
1151 |
msgid "Before"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:1333, ../includes/Elements/Creative_Button.php:148, ../includes/Elements/Filterable_Gallery.php:751, ../includes/Elements/Flip_Box.php:712, ../includes/Elements/Info_Box.php:
|
1155 |
msgid "After"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:1534, ../includes/Elements/Creative_Button.php:440, ../includes/Elements/Pricing_Table.php:841, ../includes/Elements/WeForms.php:626, ../includes/Traits/Controls.php:
|
1159 |
msgid "Button Alignment"
|
1160 |
msgstr ""
|
1161 |
|
@@ -1179,7 +1179,7 @@ msgstr ""
|
|
1179 |
msgid "Field Padding"
|
1180 |
msgstr ""
|
1181 |
|
1182 |
-
#: ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Facebook_Feed.php:518, ../includes/Elements/Post_Grid.php:
|
1183 |
msgid "Shadow"
|
1184 |
msgstr ""
|
1185 |
|
@@ -1191,7 +1191,7 @@ msgstr ""
|
|
1191 |
msgid "Close Icon"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
-
#: ../includes/Elements/Betterdocs_Search_Form.php:285, ../includes/Elements/Caldera_Forms.php:1020, ../includes/Elements/Caldera_Forms.php:1334, ../includes/Elements/Contact_Form_7.php:1047, ../includes/Elements/Contact_Form_7.php:1360, ../includes/Elements/Content_Ticker.php:677, ../includes/Elements/Countdown.php:784, ../includes/Elements/Countdown.php:856, ../includes/Elements/Countdown.php:928, ../includes/Elements/Countdown.php:1000, ../includes/Elements/Creative_Button.php:420, ../includes/Elements/Cta_Box.php:809, ../includes/Elements/Cta_Box.php:978, ../includes/Elements/Event_Calendar.php:666, ../includes/Elements/Facebook_Feed.php:728, ../includes/Elements/Filterable_Gallery.php:2721, ../includes/Elements/FluentForm.php:986, ../includes/Elements/FluentForm.php:1654, ../includes/Elements/Formstack.php:1570, ../includes/Elements/GravityForms.php:1057, ../includes/Elements/GravityForms.php:1290, ../includes/Elements/GravityForms.php:1486, ../includes/Elements/GravityForms.php:1915, ../includes/Elements/GravityForms.php:2137, ../includes/Elements/NinjaForms.php:1067, ../includes/Elements/NinjaForms.php:1483, ../includes/Elements/Pricing_Table.php:2001, ../includes/Elements/Product_Grid.php:784, ../includes/Elements/Product_Grid.php:924, ../includes/Elements/Product_Grid.php:1628, ../includes/Elements/Product_Grid.php:1895, ../includes/Elements/Product_Grid.php:2075, ../includes/Elements/Product_Grid.php:2284, ../includes/Elements/Product_Grid.php:2328, ../includes/Elements/Product_Grid.php:2522, ../includes/Elements/Product_Grid.php:2618, ../includes/Elements/Product_Grid.php:2730, ../includes/Elements/Simple_Menu.php:667, ../includes/Elements/Simple_Menu.php:763, ../includes/Elements/Simple_Menu.php:976, ../includes/Elements/Simple_Menu.php:1071, ../includes/Elements/Sticky_Video.php:579, ../includes/Elements/Twitter_Feed.php:629, ../includes/Elements/WeForms.php:464, ../includes/Elements/WeForms.php:764, ../includes/Elements/Woo_Checkout.php:774, ../includes/Elements/Woo_Checkout.php:981, ../includes/Elements/Woo_Checkout.php:1376, ../includes/Elements/Woo_Checkout.php:1572, ../includes/Elements/Woo_Checkout.php:1674, ../includes/Elements/Woo_Checkout.php:1791, ../includes/Elements/Woo_Checkout.php:1835, ../includes/Elements/Woo_Checkout.php:1879, ../includes/Elements/Woo_Checkout.php:2068, ../includes/Elements/Woo_Checkout.php:2084, ../includes/Elements/Woo_Checkout.php:2346, ../includes/Elements/Woo_Checkout.php:2458, ../includes/Elements/Woo_Product_Carousel.php:994, ../includes/Elements/Woo_Product_Carousel.php:1370, ../includes/Elements/Woo_Product_Carousel.php:1494, ../includes/Elements/Woo_Product_Carousel.php:1662, ../includes/Elements/Woo_Product_Carousel.php:1757, ../includes/Elements/Woo_Product_Carousel.php:1871, ../includes/Elements/Woo_Product_Carousel.php:2316, ../includes/Elements/Woo_Product_Carousel.php:2743, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:
|
1195 |
msgid "Border Color"
|
1196 |
msgstr ""
|
1197 |
|
@@ -1259,7 +1259,7 @@ msgstr ""
|
|
1259 |
msgid "Form Alignment"
|
1260 |
msgstr ""
|
1261 |
|
1262 |
-
#: ../includes/Elements/Caldera_Forms.php:411, ../includes/Elements/Contact_Form_7.php:327, ../includes/Elements/Contact_Form_7.php:828, ../includes/Elements/Creative_Button.php:227, ../includes/Elements/Cta_Box.php:641, ../includes/Elements/Cta_Box.php:858, ../includes/Elements/Dual_Color_Header.php:81, ../includes/Elements/Flip_Box.php:872, ../includes/Elements/FluentForm.php:430, ../includes/Elements/Formstack.php:330, ../includes/Elements/GravityForms.php:343, ../includes/Elements/Login_Register.php:431, ../includes/Elements/Login_Register.php:528, ../includes/Elements/Login_Register.php:1040, ../includes/Elements/Login_Register.php:1403, ../includes/Elements/Login_Register.php:1529, ../includes/Elements/Login_Register.php:1786, ../includes/Elements/Login_Register.php:1930, ../includes/Elements/Login_Register.php:2080, ../includes/Elements/Login_Register.php:2223, ../includes/Elements/Login_Register.php:2314, ../includes/Elements/Login_Register.php:2412, ../includes/Elements/Login_Register.php:2614, ../includes/Elements/Login_Register.php:2659, ../includes/Elements/Login_Register.php:2691, ../includes/Elements/Login_Register.php:2925, ../includes/Elements/Login_Register.php:3087, ../includes/Elements/Login_Register.php:3386, ../includes/Elements/NinjaForms.php:278, ../includes/Elements/Post_Grid.php:
|
1263 |
msgid "Default"
|
1264 |
msgstr ""
|
1265 |
|
@@ -1399,7 +1399,7 @@ msgstr ""
|
|
1399 |
msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
|
1400 |
msgstr ""
|
1401 |
|
1402 |
-
#: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:
|
1403 |
msgid "Background"
|
1404 |
msgstr ""
|
1405 |
|
@@ -1447,7 +1447,7 @@ msgstr ""
|
|
1447 |
msgid "After Submit Feedback"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:
|
1451 |
msgid "Radius"
|
1452 |
msgstr ""
|
1453 |
|
@@ -1679,11 +1679,11 @@ msgstr ""
|
|
1679 |
msgid "Separator Style"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
-
#: ../includes/Elements/Countdown.php:296, ../includes/Elements/Feature_List.php:433, ../includes/Elements/GravityForms.php:1017, ../includes/Elements/Sticky_Video.php:553, ../includes/Extensions/Table_of_Content.php:
|
1683 |
msgid "Solid"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
#: ../includes/Elements/Countdown.php:297, ../includes/Elements/Feature_List.php:435, ../includes/Elements/GravityForms.php:1019, ../includes/Elements/Sticky_Video.php:555, ../includes/Extensions/Table_of_Content.php:
|
1687 |
msgid "Dotted"
|
1688 |
msgstr ""
|
1689 |
|
@@ -1759,7 +1759,7 @@ msgstr ""
|
|
1759 |
msgid "Space Below Container"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
-
#: ../includes/Elements/Countdown.php:648, ../includes/Elements/Dual_Color_Header.php:441, ../includes/Elements/Facebook_Feed.php:864, ../includes/Elements/Flip_Box.php:1161, ../includes/Elements/Image_Accordion.php:479, ../includes/Elements/Info_Box.php:
|
1763 |
msgid "Color & Typography"
|
1764 |
msgstr ""
|
1765 |
|
@@ -1787,11 +1787,11 @@ msgstr ""
|
|
1787 |
msgid "Expire Message"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#: ../includes/Elements/Countdown.php:1052, ../includes/Elements/Cta_Box.php:510, ../includes/Elements/Dual_Color_Header.php:449, ../includes/Elements/Flip_Box.php:1177, ../includes/Elements/Flip_Box.php:1245, ../includes/Elements/Info_Box.php:
|
1791 |
msgid "Title Style"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
-
#: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:1394, ../includes/Elements/FluentForm.php:1807, ../includes/Elements/Formstack.php:1633, ../includes/Elements/Info_Box.php:
|
1795 |
msgid "Title Color"
|
1796 |
msgstr ""
|
1797 |
|
@@ -1799,11 +1799,11 @@ msgstr ""
|
|
1799 |
msgid "Button Content"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
-
#: ../includes/Elements/Creative_Button.php:87, ../includes/Elements/Info_Box.php:
|
1803 |
msgid "Enter button text"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
-
#: ../includes/Elements/Creative_Button.php:88, ../includes/Elements/Info_Box.php:
|
1807 |
msgid "Enter button text here"
|
1808 |
msgstr ""
|
1809 |
|
@@ -1819,11 +1819,11 @@ msgstr ""
|
|
1819 |
msgid "Enter button secondary text here"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
#: ../includes/Elements/Creative_Button.php:110, ../includes/Elements/Info_Box.php:
|
1823 |
msgid "Link URL"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
-
#: ../includes/Elements/Creative_Button.php:160, ../includes/Elements/Filterable_Gallery.php:2595, ../includes/Elements/Info_Box.php:
|
1827 |
msgid "Icon Spacing"
|
1828 |
msgstr ""
|
1829 |
|
@@ -1899,7 +1899,7 @@ msgstr ""
|
|
1899 |
msgid "Use Gradient Background"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: ../includes/Elements/Creative_Button.php:527, ../includes/Elements/Info_Box.php:
|
1903 |
msgid "Button Padding"
|
1904 |
msgstr ""
|
1905 |
|
@@ -2011,7 +2011,7 @@ msgstr ""
|
|
2011 |
msgid "Primary Button Style"
|
2012 |
msgstr ""
|
2013 |
|
2014 |
-
#: ../includes/Elements/Cta_Box.php:642, ../includes/Elements/Cta_Box.php:859, ../includes/Extensions/Table_of_Content.php:
|
2015 |
msgid "Top to Bottom"
|
2016 |
msgstr ""
|
2017 |
|
@@ -2023,7 +2023,7 @@ msgstr ""
|
|
2023 |
msgid "Secondary Button Style"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
-
#: ../includes/Elements/Cta_Box.php:1011, ../includes/Elements/Data_Table.php:1039, ../includes/Elements/Dual_Color_Header.php:386, ../includes/Elements/Feature_List.php:107, ../includes/Elements/Flip_Box.php:915, ../includes/Elements/Flip_Box.php:934, ../includes/Elements/Flip_Box.php:1047, ../includes/Elements/Info_Box.php:
|
2027 |
msgid "Icon Style"
|
2028 |
msgstr ""
|
2029 |
|
@@ -2123,7 +2123,7 @@ msgstr ""
|
|
2123 |
msgid "Icon Space"
|
2124 |
msgstr ""
|
2125 |
|
2126 |
-
#: ../includes/Elements/Data_Table.php:762, ../includes/Elements/Post_Grid.php:
|
2127 |
msgid "Title Alignment"
|
2128 |
msgstr ""
|
2129 |
|
@@ -2151,7 +2151,7 @@ msgstr ""
|
|
2151 |
msgid "Background Color (Even Row)"
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#: ../includes/Elements/Data_Table.php:1011, ../includes/Elements/Filterable_Gallery.php:1293, ../includes/Elements/Filterable_Gallery.php:1676, ../includes/Elements/Flip_Box.php:364, ../includes/Elements/Flip_Box.php:593, ../includes/Elements/Info_Box.php:
|
2155 |
msgid "Content Alignment"
|
2156 |
msgstr ""
|
2157 |
|
@@ -2183,7 +2183,7 @@ msgstr ""
|
|
2183 |
msgid "Show Separator"
|
2184 |
msgstr ""
|
2185 |
|
2186 |
-
#: ../includes/Elements/Dual_Color_Header.php:134, ../includes/Elements/Woo_Product_Carousel.php:254, ../includes/Traits/Controls.php:
|
2187 |
msgid "Title Tag"
|
2188 |
msgstr ""
|
2189 |
|
@@ -2211,7 +2211,7 @@ msgstr ""
|
|
2211 |
msgid "Insert a meaningful line to evaluate the headline."
|
2212 |
msgstr ""
|
2213 |
|
2214 |
-
#: ../includes/Elements/Dual_Color_Header.php:245, ../includes/Elements/Dual_Color_Header.php:
|
2215 |
msgid "Separator"
|
2216 |
msgstr ""
|
2217 |
|
@@ -2255,27 +2255,35 @@ msgstr ""
|
|
2255 |
msgid "Solid Color"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#: ../includes/Elements/Dual_Color_Header.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2259 |
msgid "Sub-title Style "
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: ../includes/Elements/Dual_Color_Header.php:
|
2263 |
msgid "Flex Start"
|
2264 |
msgstr ""
|
2265 |
|
2266 |
-
#: ../includes/Elements/Dual_Color_Header.php:
|
2267 |
msgid "Flex End"
|
2268 |
msgstr ""
|
2269 |
|
2270 |
-
#: ../includes/Elements/Dual_Color_Header.php:
|
2271 |
msgid "Distance Between Lines"
|
2272 |
msgstr ""
|
2273 |
|
2274 |
-
#: ../includes/Elements/Dual_Color_Header.php:
|
2275 |
msgid "Left Line"
|
2276 |
msgstr ""
|
2277 |
|
2278 |
-
#: ../includes/Elements/Dual_Color_Header.php:
|
2279 |
msgid "Right Line"
|
2280 |
msgstr ""
|
2281 |
|
@@ -2495,7 +2503,7 @@ msgstr ""
|
|
2495 |
msgid "Date Icon"
|
2496 |
msgstr ""
|
2497 |
|
2498 |
-
#: ../includes/Elements/Event_Calendar.php:1491, ../includes/Elements/Info_Box.php:
|
2499 |
msgid "Content Color"
|
2500 |
msgstr ""
|
2501 |
|
@@ -2503,7 +2511,7 @@ msgstr ""
|
|
2503 |
msgid " Close Button"
|
2504 |
msgstr ""
|
2505 |
|
2506 |
-
#: ../includes/Elements/Event_Calendar.php:1537, ../includes/Elements/Product_Grid.php:2837, ../includes/Elements/Woo_Product_Carousel.php:1974, ../includes/Extensions/Table_of_Content.php:
|
2507 |
msgid "Button Size"
|
2508 |
msgstr ""
|
2509 |
|
@@ -2583,15 +2591,15 @@ msgstr ""
|
|
2583 |
msgid "Columns"
|
2584 |
msgstr ""
|
2585 |
|
2586 |
-
#: ../includes/Elements/Facebook_Feed.php:196, ../includes/Elements/Product_Grid.php:308, ../includes/Elements/Product_Grid.php:330, ../includes/Elements/Testimonial.php:195, ../includes/Elements/Woo_Product_Carousel.php:379, ../includes/Elements/Woo_Product_Carousel.php:466, ../includes/Traits/Controls.php:518, ../includes/Traits/Controls.php:
|
2587 |
msgid "1"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
-
#: ../includes/Elements/Facebook_Feed.php:197, ../includes/Elements/Product_Grid.php:309, ../includes/Elements/Product_Grid.php:331, ../includes/Elements/Testimonial.php:196, ../includes/Elements/Woo_Product_Carousel.php:380, ../includes/Elements/Woo_Product_Carousel.php:467, ../includes/Traits/Controls.php:519, ../includes/Traits/Controls.php:
|
2591 |
msgid "2"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: ../includes/Elements/Facebook_Feed.php:198, ../includes/Elements/Product_Grid.php:310, ../includes/Elements/Testimonial.php:197, ../includes/Elements/Woo_Product_Carousel.php:381, ../includes/Elements/Woo_Product_Carousel.php:468, ../includes/Traits/Controls.php:520, ../includes/Traits/Controls.php:
|
2595 |
msgid "3"
|
2596 |
msgstr ""
|
2597 |
|
@@ -2675,7 +2683,7 @@ msgstr ""
|
|
2675 |
msgid "Space Between Items"
|
2676 |
msgstr ""
|
2677 |
|
2678 |
-
#: ../includes/Elements/Facebook_Feed.php:526, ../includes/Elements/Filterable_Gallery.php:1322, ../includes/Elements/Post_Grid.php:
|
2679 |
msgid "Thumbnail Style"
|
2680 |
msgstr ""
|
2681 |
|
@@ -2723,7 +2731,7 @@ msgstr ""
|
|
2723 |
msgid "Likes & Comments"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: ../includes/Elements/Facebook_Feed.php:1146, ../includes/Elements/Image_Accordion.php:391, ../includes/Elements/Post_Timeline.php:
|
2727 |
msgid "Overlay Color"
|
2728 |
msgstr ""
|
2729 |
|
@@ -2919,11 +2927,11 @@ msgstr ""
|
|
2919 |
msgid "Icon Shape"
|
2920 |
msgstr ""
|
2921 |
|
2922 |
-
#: ../includes/Elements/Feature_List.php:277, ../includes/Elements/Flip_Box.php:870, ../includes/Elements/Info_Box.php:
|
2923 |
msgid "Circle"
|
2924 |
msgstr ""
|
2925 |
|
2926 |
-
#: ../includes/Elements/Feature_List.php:278, ../includes/Elements/Info_Box.php:
|
2927 |
msgid "Square"
|
2928 |
msgstr ""
|
2929 |
|
@@ -2939,7 +2947,7 @@ msgstr ""
|
|
2939 |
msgid "Framed"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
-
#: ../includes/Elements/Feature_List.php:309, ../includes/Elements/Flip_Box.php:334, ../includes/Elements/Flip_Box.php:563, ../includes/Elements/Image_Accordion.php:132, ../includes/Elements/Info_Box.php:
|
2943 |
msgid "Top"
|
2944 |
msgstr ""
|
2945 |
|
@@ -2971,7 +2979,7 @@ msgstr ""
|
|
2971 |
msgid "Connector Styles"
|
2972 |
msgstr ""
|
2973 |
|
2974 |
-
#: ../includes/Elements/Feature_List.php:434, ../includes/Elements/GravityForms.php:1020, ../includes/Elements/Sticky_Video.php:556, ../includes/Extensions/Table_of_Content.php:
|
2975 |
msgid "Dashed"
|
2976 |
msgstr ""
|
2977 |
|
@@ -3007,7 +3015,7 @@ msgstr ""
|
|
3007 |
msgid "Grid Style"
|
3008 |
msgstr ""
|
3009 |
|
3010 |
-
#: ../includes/Elements/Filterable_Gallery.php:155, ../includes/Traits/Controls.php:679
|
3011 |
msgid "Image Height"
|
3012 |
msgstr ""
|
3013 |
|
@@ -3087,7 +3095,7 @@ msgstr ""
|
|
3087 |
msgid "All label icon"
|
3088 |
msgstr ""
|
3089 |
|
3090 |
-
#: ../includes/Elements/Filterable_Gallery.php:363, ../includes/Elements/Info_Box.php:
|
3091 |
msgid "Select Title Tag"
|
3092 |
msgstr ""
|
3093 |
|
@@ -3183,7 +3191,7 @@ msgstr ""
|
|
3183 |
msgid "Gallery Link Button?"
|
3184 |
msgstr ""
|
3185 |
|
3186 |
-
#: ../includes/Elements/Filterable_Gallery.php:659, ../includes/Elements/Filterable_Gallery.php:666, ../includes/Elements/Filterable_Gallery.php:2450, ../includes/Traits/Controls.php:
|
3187 |
msgid "Load More Button"
|
3188 |
msgstr ""
|
3189 |
|
@@ -3235,7 +3243,7 @@ msgstr ""
|
|
3235 |
msgid "Item Hover Style"
|
3236 |
msgstr ""
|
3237 |
|
3238 |
-
#: ../includes/Elements/Filterable_Gallery.php:1207, ../includes/Elements/Filterable_Gallery.php:1569, ../includes/Elements/Login_Register.php:2306, ../includes/Elements/Post_Timeline.php:
|
3239 |
msgid "Title Typography"
|
3240 |
msgstr ""
|
3241 |
|
@@ -3367,7 +3375,7 @@ msgstr ""
|
|
3367 |
msgid "Flipbox Image"
|
3368 |
msgstr ""
|
3369 |
|
3370 |
-
#: ../includes/Elements/Flip_Box.php:244, ../includes/Elements/Flip_Box.php:473, ../includes/Elements/Info_Box.php:
|
3371 |
msgid "Image Resizer"
|
3372 |
msgstr ""
|
3373 |
|
@@ -3391,11 +3399,11 @@ msgstr ""
|
|
3391 |
msgid "Vertical Position"
|
3392 |
msgstr ""
|
3393 |
|
3394 |
-
#: ../includes/Elements/Flip_Box.php:338, ../includes/Elements/Flip_Box.php:567, ../includes/Elements/Info_Box.php:
|
3395 |
msgid "Middle"
|
3396 |
msgstr ""
|
3397 |
|
3398 |
-
#: ../includes/Elements/Flip_Box.php:342, ../includes/Elements/Flip_Box.php:571, ../includes/Elements/Image_Accordion.php:140, ../includes/Elements/Info_Box.php:
|
3399 |
msgid "Bottom"
|
3400 |
msgstr ""
|
3401 |
|
@@ -3447,7 +3455,7 @@ msgstr ""
|
|
3447 |
msgid "Border Style"
|
3448 |
msgstr ""
|
3449 |
|
3450 |
-
#: ../includes/Elements/Flip_Box.php:854, ../includes/Elements/Info_Box.php:
|
3451 |
msgid "Image Style"
|
3452 |
msgstr ""
|
3453 |
|
@@ -3703,115 +3711,115 @@ msgstr ""
|
|
3703 |
msgid "Thumbnail"
|
3704 |
msgstr ""
|
3705 |
|
3706 |
-
#: ../includes/Elements/Info_Box.php:
|
3707 |
msgid "Infobox Image"
|
3708 |
msgstr ""
|
3709 |
|
3710 |
-
#: ../includes/Elements/Info_Box.php:
|
3711 |
msgid "Infobox Type"
|
3712 |
msgstr ""
|
3713 |
|
3714 |
-
#: ../includes/Elements/Info_Box.php:
|
3715 |
msgid "Image/Icon On Top"
|
3716 |
msgstr ""
|
3717 |
|
3718 |
-
#: ../includes/Elements/Info_Box.php:
|
3719 |
msgid "Image/Icon On Left"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
-
#: ../includes/Elements/Info_Box.php:
|
3723 |
msgid "Image/Icon On Right"
|
3724 |
msgstr ""
|
3725 |
|
3726 |
-
#: ../includes/Elements/Info_Box.php:
|
3727 |
msgid "Image or Icon"
|
3728 |
msgstr ""
|
3729 |
|
3730 |
-
#: ../includes/Elements/Info_Box.php:
|
3731 |
msgid "Number"
|
3732 |
msgstr ""
|
3733 |
|
3734 |
-
#: ../includes/Elements/Info_Box.php:
|
3735 |
msgid "Infobox Content"
|
3736 |
msgstr ""
|
3737 |
|
3738 |
-
#: ../includes/Elements/Info_Box.php:
|
3739 |
msgid "Infobox Title"
|
3740 |
msgstr ""
|
3741 |
|
3742 |
-
#: ../includes/Elements/Info_Box.php:
|
3743 |
msgid "This is an icon box"
|
3744 |
msgstr ""
|
3745 |
|
3746 |
-
#: ../includes/Elements/Info_Box.php:
|
3747 |
msgid "Write a short description, that will describe the title or something informational and useful."
|
3748 |
msgstr ""
|
3749 |
|
3750 |
-
#: ../includes/Elements/Info_Box.php:
|
3751 |
msgid "Show Content"
|
3752 |
msgstr ""
|
3753 |
|
3754 |
-
#: ../includes/Elements/Info_Box.php:
|
3755 |
msgid "Content Height"
|
3756 |
msgstr ""
|
3757 |
|
3758 |
-
#: ../includes/Elements/Info_Box.php:
|
3759 |
msgid "Show Infobox Button"
|
3760 |
msgstr ""
|
3761 |
|
3762 |
-
#: ../includes/Elements/Info_Box.php:
|
3763 |
msgid "Infobox Clickable"
|
3764 |
msgstr ""
|
3765 |
|
3766 |
-
#: ../includes/Elements/Info_Box.php:
|
3767 |
msgid "Infobox Link"
|
3768 |
msgstr ""
|
3769 |
|
3770 |
-
#: ../includes/Elements/Info_Box.php:
|
3771 |
msgid "Enter link URL for the button"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
-
#: ../includes/Elements/Info_Box.php:
|
3775 |
msgid "Enter heading for the button"
|
3776 |
msgstr ""
|
3777 |
|
3778 |
-
#: ../includes/Elements/Info_Box.php:
|
3779 |
msgid "Image Shape"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
-
#: ../includes/Elements/Info_Box.php:
|
3783 |
msgid "Animation"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
-
#: ../includes/Elements/Info_Box.php:
|
3787 |
msgid "Number Icon Style"
|
3788 |
msgstr ""
|
3789 |
|
3790 |
-
#: ../includes/Elements/Info_Box.php:
|
3791 |
msgid "Icon Background Size"
|
3792 |
msgstr ""
|
3793 |
|
3794 |
-
#: ../includes/Elements/Info_Box.php:
|
3795 |
msgid "Background Shape"
|
3796 |
msgstr ""
|
3797 |
|
3798 |
-
#: ../includes/Elements/Info_Box.php:
|
3799 |
msgid "Button Styles"
|
3800 |
msgstr ""
|
3801 |
|
3802 |
-
#: ../includes/Elements/Info_Box.php:
|
3803 |
msgid "Content Only Margin"
|
3804 |
msgstr ""
|
3805 |
|
3806 |
-
#: ../includes/Elements/Info_Box.php:
|
3807 |
msgid "Content Only Background"
|
3808 |
msgstr ""
|
3809 |
|
3810 |
-
#: ../includes/Elements/Info_Box.php:
|
3811 |
msgid "Content Only Padding"
|
3812 |
msgstr ""
|
3813 |
|
3814 |
-
#: ../includes/Elements/Info_Box.php:
|
3815 |
msgid "Transition will applied to ms (ex: 300ms)."
|
3816 |
msgstr ""
|
3817 |
|
@@ -4630,7 +4638,7 @@ msgstr ""
|
|
4630 |
msgid "Remember Me Style"
|
4631 |
msgstr ""
|
4632 |
|
4633 |
-
#: ../includes/Elements/Login_Register.php:2935, ../includes/Extensions/Table_of_Content.php:
|
4634 |
msgid "Style"
|
4635 |
msgstr ""
|
4636 |
|
@@ -4790,199 +4798,199 @@ msgstr ""
|
|
4790 |
msgid "Required Fields Notice"
|
4791 |
msgstr ""
|
4792 |
|
4793 |
-
#: ../includes/Elements/Post_Grid.php:92
|
4794 |
msgid "Links"
|
4795 |
msgstr ""
|
4796 |
|
4797 |
-
#: ../includes/Elements/Post_Grid.php:
|
4798 |
msgid "No Follow"
|
4799 |
msgstr ""
|
4800 |
|
4801 |
-
#: ../includes/Elements/Post_Grid.php:
|
4802 |
msgid "Target Blank"
|
4803 |
msgstr ""
|
4804 |
|
4805 |
-
#: ../includes/Elements/Post_Grid.php:
|
4806 |
msgid "Read More"
|
4807 |
msgstr ""
|
4808 |
|
4809 |
-
#: ../includes/Elements/Post_Grid.php:
|
4810 |
msgid "Post Grid Style"
|
4811 |
msgstr ""
|
4812 |
|
4813 |
-
#: ../includes/Elements/Post_Grid.php:
|
4814 |
msgid "Select Style"
|
4815 |
msgstr ""
|
4816 |
|
4817 |
-
#: ../includes/Elements/Post_Grid.php:
|
4818 |
msgid "Style Two"
|
4819 |
msgstr ""
|
4820 |
|
4821 |
-
#: ../includes/Elements/Post_Grid.php:
|
4822 |
msgid "Style Three"
|
4823 |
msgstr ""
|
4824 |
|
4825 |
-
#: ../includes/Elements/Post_Grid.php:
|
4826 |
msgid "Make sure to enable <strong>Show Date</strong> option from <strong>Layout Settings</strong>"
|
4827 |
msgstr ""
|
4828 |
|
4829 |
-
#: ../includes/Elements/Post_Grid.php:
|
4830 |
msgid "Post Background Color"
|
4831 |
msgstr ""
|
4832 |
|
4833 |
-
#: ../includes/Elements/Post_Grid.php:
|
4834 |
msgid "Spacing Between Items"
|
4835 |
msgstr ""
|
4836 |
|
4837 |
-
#: ../includes/Elements/Post_Grid.php:
|
4838 |
msgid "Meta Date Style"
|
4839 |
msgstr ""
|
4840 |
|
4841 |
-
#: ../includes/Elements/Post_Grid.php:
|
4842 |
msgid "Meta Date Position"
|
4843 |
msgstr ""
|
4844 |
|
4845 |
-
#: ../includes/Elements/Post_Grid.php:
|
4846 |
msgid "Meta Style"
|
4847 |
msgstr ""
|
4848 |
|
4849 |
-
#: ../includes/Elements/Post_Grid.php:
|
4850 |
msgid "Meta Position"
|
4851 |
msgstr ""
|
4852 |
|
4853 |
-
#: ../includes/Elements/Post_Grid.php:
|
4854 |
msgid "Color, Typography & Spacing"
|
4855 |
msgstr ""
|
4856 |
|
4857 |
-
#: ../includes/Elements/Post_Grid.php:
|
4858 |
msgid "Title Hover Color"
|
4859 |
msgstr ""
|
4860 |
|
4861 |
-
#: ../includes/Elements/Post_Grid.php:
|
4862 |
msgid "Excerpt Style"
|
4863 |
msgstr ""
|
4864 |
|
4865 |
-
#: ../includes/Elements/Post_Grid.php:
|
4866 |
msgid "Excerpt Color"
|
4867 |
msgstr ""
|
4868 |
|
4869 |
-
#: ../includes/Elements/Post_Grid.php:
|
4870 |
msgid "Excerpt Alignment"
|
4871 |
msgstr ""
|
4872 |
|
4873 |
-
#: ../includes/Elements/Post_Grid.php:
|
4874 |
msgid "Justified"
|
4875 |
msgstr ""
|
4876 |
|
4877 |
-
#: ../includes/Elements/Post_Grid.php:
|
4878 |
msgid "Excerpt Typography"
|
4879 |
msgstr ""
|
4880 |
|
4881 |
-
#: ../includes/Elements/Post_Grid.php:
|
4882 |
msgid "Terms Style"
|
4883 |
msgstr ""
|
4884 |
|
4885 |
-
#: ../includes/Elements/Post_Grid.php:
|
4886 |
msgid "Terms Color"
|
4887 |
msgstr ""
|
4888 |
|
4889 |
-
#: ../includes/Elements/Post_Grid.php:
|
4890 |
msgid "Meta Typography"
|
4891 |
msgstr ""
|
4892 |
|
4893 |
-
#: ../includes/Elements/Post_Grid.php:
|
4894 |
msgid "Terms"
|
4895 |
msgstr ""
|
4896 |
|
4897 |
-
#: ../includes/Elements/Post_Grid.php:
|
4898 |
msgid "Hover Card Style"
|
4899 |
msgstr ""
|
4900 |
|
4901 |
-
#: ../includes/Elements/Post_Grid.php:
|
4902 |
msgid "FadeIn"
|
4903 |
msgstr ""
|
4904 |
|
4905 |
-
#: ../includes/Elements/Post_Grid.php:
|
4906 |
msgid "ZoomIn"
|
4907 |
msgstr ""
|
4908 |
|
4909 |
-
#: ../includes/Elements/Post_Grid.php:
|
4910 |
msgid "SlideUp"
|
4911 |
msgstr ""
|
4912 |
|
4913 |
-
#: ../includes/Elements/Post_Grid.php:
|
4914 |
msgid "Post Hover Icon"
|
4915 |
msgstr ""
|
4916 |
|
4917 |
-
#: ../includes/Elements/Post_Grid.php:
|
4918 |
msgid "Cards Radius"
|
4919 |
msgstr ""
|
4920 |
|
4921 |
-
#: ../includes/Elements/Post_Grid.php:
|
4922 |
msgid "Icon font size"
|
4923 |
msgstr ""
|
4924 |
|
4925 |
-
#: ../includes/Elements/Post_Grid.php:
|
4926 |
msgid "<p class=\"no-posts-found\">No Layout Found!</p>"
|
4927 |
msgstr ""
|
4928 |
|
4929 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4930 |
msgid "Timeline Style"
|
4931 |
msgstr ""
|
4932 |
|
4933 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4934 |
msgid "Show Overlay"
|
4935 |
msgstr ""
|
4936 |
|
4937 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4938 |
msgid "Leave blank or Clear to use default gradient overlay"
|
4939 |
msgstr ""
|
4940 |
|
4941 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4942 |
msgid "Line Width"
|
4943 |
msgstr ""
|
4944 |
|
4945 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4946 |
msgid "Line Position From Right"
|
4947 |
msgstr ""
|
4948 |
|
4949 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4950 |
msgid "Bullet Size"
|
4951 |
msgstr ""
|
4952 |
|
4953 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4954 |
msgid "Left-sided Bullet Positon"
|
4955 |
msgstr ""
|
4956 |
|
4957 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4958 |
msgid "Right-sided Bullet Position"
|
4959 |
msgstr ""
|
4960 |
|
4961 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4962 |
msgid "Timeline Bullet Color"
|
4963 |
msgstr ""
|
4964 |
|
4965 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4966 |
msgid "Timeline Bullet Border Color"
|
4967 |
msgstr ""
|
4968 |
|
4969 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4970 |
msgid "Timeline Vertical Line Color"
|
4971 |
msgstr ""
|
4972 |
|
4973 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4974 |
msgid "Border & Arrow Color"
|
4975 |
msgstr ""
|
4976 |
|
4977 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4978 |
msgid "Date Background Color"
|
4979 |
msgstr ""
|
4980 |
|
4981 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4982 |
msgid "Date Text Color"
|
4983 |
msgstr ""
|
4984 |
|
4985 |
-
#: ../includes/Elements/Post_Timeline.php:
|
4986 |
msgid "<p class=\"no-posts-found\">No layout found!</p>"
|
4987 |
msgstr ""
|
4988 |
|
@@ -5006,7 +5014,7 @@ msgstr ""
|
|
5006 |
msgid "Pricing Style"
|
5007 |
msgstr ""
|
5008 |
|
5009 |
-
#: ../includes/Elements/Pricing_Table.php:126, ../includes/Elements/Pricing_Table.php:320, ../includes/Extensions/Table_of_Content.php:
|
5010 |
msgid "List Icon"
|
5011 |
msgstr ""
|
5012 |
|
@@ -5142,7 +5150,7 @@ msgstr ""
|
|
5142 |
msgid "Choose Plan"
|
5143 |
msgstr ""
|
5144 |
|
5145 |
-
#: ../includes/Elements/Pricing_Table.php:593, ../includes/Elements/Tooltip.php:
|
5146 |
msgid "Button Link"
|
5147 |
msgstr ""
|
5148 |
|
@@ -5218,7 +5226,7 @@ msgstr ""
|
|
5218 |
msgid "Disable item color"
|
5219 |
msgstr ""
|
5220 |
|
5221 |
-
#: ../includes/Elements/Pricing_Table.php:1307, ../includes/Extensions/Table_of_Content.php:
|
5222 |
msgid "Line Height"
|
5223 |
msgstr ""
|
5224 |
|
@@ -5230,7 +5238,7 @@ msgstr ""
|
|
5230 |
msgid "Refresh your browser after saving the padding value for see changes."
|
5231 |
msgstr ""
|
5232 |
|
5233 |
-
#: ../includes/Elements/Pricing_Table.php:1572, ../includes/Elements/Tooltip.php:
|
5234 |
msgid "Arrow Size"
|
5235 |
msgstr ""
|
5236 |
|
@@ -5394,7 +5402,7 @@ msgstr ""
|
|
5394 |
msgid "Products Count"
|
5395 |
msgstr ""
|
5396 |
|
5397 |
-
#: ../includes/Elements/Product_Grid.php:425, ../includes/Elements/Woo_Product_Carousel.php:770, ../includes/Traits/Controls.php:164, ../includes/Traits/Controls.php:291, ../includes/Traits/Controls.php:
|
5398 |
msgid "Offset"
|
5399 |
msgstr ""
|
5400 |
|
@@ -5426,11 +5434,11 @@ msgstr ""
|
|
5426 |
msgid "Short Description?"
|
5427 |
msgstr ""
|
5428 |
|
5429 |
-
#: ../includes/Elements/Product_Grid.php:509, ../includes/Elements/Woo_Product_Carousel.php:313, ../includes/Traits/Controls.php:
|
5430 |
msgid "Excerpt Words"
|
5431 |
msgstr ""
|
5432 |
|
5433 |
-
#: ../includes/Elements/Product_Grid.php:522, ../includes/Elements/Woo_Product_Carousel.php:325, ../includes/Traits/Controls.php:
|
5434 |
msgid "Expansion Indicator"
|
5435 |
msgstr ""
|
5436 |
|
@@ -5478,7 +5486,7 @@ msgstr ""
|
|
5478 |
msgid "Default Product"
|
5479 |
msgstr ""
|
5480 |
|
5481 |
-
#: ../includes/Elements/Product_Grid.php:674, ../includes/Traits/Controls.php:636, ../includes/Traits/Controls.php:
|
5482 |
msgid "Label Text"
|
5483 |
msgstr ""
|
5484 |
|
@@ -5814,7 +5822,7 @@ msgstr ""
|
|
5814 |
msgid "Sticky"
|
5815 |
msgstr ""
|
5816 |
|
5817 |
-
#: ../includes/Elements/Sticky_Video.php:116, ../includes/Elements/Woo_Product_Carousel.php:2122, ../includes/Extensions/Reading_Progress.php:110, ../includes/Extensions/Table_of_Content.php:
|
5818 |
msgid "Position"
|
5819 |
msgstr ""
|
5820 |
|
@@ -5922,7 +5930,7 @@ msgstr ""
|
|
5922 |
msgid "Scroll Height To Display Sticky (%)"
|
5923 |
msgstr ""
|
5924 |
|
5925 |
-
#: ../includes/Elements/Sticky_Video.php:501, ../includes/Extensions/Table_of_Content.php:
|
5926 |
msgid "Close Button Color"
|
5927 |
msgstr ""
|
5928 |
|
@@ -5942,7 +5950,7 @@ msgstr ""
|
|
5942 |
msgid "Play Button Size"
|
5943 |
msgstr ""
|
5944 |
|
5945 |
-
#: ../includes/Elements/Sticky_Video.php:656, ../includes/Extensions/Table_of_Content.php:
|
5946 |
msgid "Bar"
|
5947 |
msgstr ""
|
5948 |
|
@@ -6218,71 +6226,71 @@ msgstr ""
|
|
6218 |
msgid "Text"
|
6219 |
msgstr ""
|
6220 |
|
6221 |
-
#: ../includes/Elements/Tooltip.php:86, ../includes/Elements/Tooltip.php:
|
6222 |
msgid "Shortcode"
|
6223 |
msgstr ""
|
6224 |
|
6225 |
-
#: ../includes/Elements/Tooltip.php:
|
6226 |
msgid "Hover Me!"
|
6227 |
msgstr ""
|
6228 |
|
6229 |
-
#: ../includes/Elements/Tooltip.php:
|
6230 |
msgid "Content Tag"
|
6231 |
msgstr ""
|
6232 |
|
6233 |
-
#: ../includes/Elements/Tooltip.php:
|
6234 |
msgid "DIV"
|
6235 |
msgstr ""
|
6236 |
|
6237 |
-
#: ../includes/Elements/Tooltip.php:
|
6238 |
msgid "SPAN"
|
6239 |
msgstr ""
|
6240 |
|
6241 |
-
#: ../includes/Elements/Tooltip.php:
|
6242 |
msgid "[shortcode-here]"
|
6243 |
msgstr ""
|
6244 |
|
6245 |
-
#: ../includes/Elements/Tooltip.php:
|
6246 |
msgid "Enable Link"
|
6247 |
msgstr ""
|
6248 |
|
6249 |
-
#: ../includes/Elements/Tooltip.php:
|
6250 |
msgid "Tooltip Settings"
|
6251 |
msgstr ""
|
6252 |
|
6253 |
-
#: ../includes/Elements/Tooltip.php:
|
6254 |
msgid "Tooltip content"
|
6255 |
msgstr ""
|
6256 |
|
6257 |
-
#: ../includes/Elements/Tooltip.php:
|
6258 |
msgid "Hover Direction"
|
6259 |
msgstr ""
|
6260 |
|
6261 |
-
#: ../includes/Elements/Tooltip.php:
|
6262 |
msgid "Hover Speed"
|
6263 |
msgstr ""
|
6264 |
|
6265 |
-
#: ../includes/Elements/Tooltip.php:
|
6266 |
msgid "300"
|
6267 |
msgstr ""
|
6268 |
|
6269 |
-
#: ../includes/Elements/Tooltip.php:
|
6270 |
msgid "Content Max Width"
|
6271 |
msgstr ""
|
6272 |
|
6273 |
-
#: ../includes/Elements/Tooltip.php:
|
6274 |
msgid "Tooltip Style"
|
6275 |
msgstr ""
|
6276 |
|
6277 |
-
#: ../includes/Elements/Tooltip.php:
|
6278 |
msgid "Tooltip Width"
|
6279 |
msgstr ""
|
6280 |
|
6281 |
-
#: ../includes/Elements/Tooltip.php:
|
6282 |
msgid "Tooltip Max Width"
|
6283 |
msgstr ""
|
6284 |
|
6285 |
-
#: ../includes/Elements/Tooltip.php:
|
6286 |
msgid "Arrow Color"
|
6287 |
msgstr ""
|
6288 |
|
@@ -6342,15 +6350,15 @@ msgstr ""
|
|
6342 |
msgid "Card Settings"
|
6343 |
msgstr ""
|
6344 |
|
6345 |
-
#: ../includes/Elements/Twitter_Feed.php:244, ../includes/Traits/Controls.php:
|
6346 |
msgid "Show Avatar"
|
6347 |
msgstr ""
|
6348 |
|
6349 |
-
#: ../includes/Elements/Twitter_Feed.php:256, ../includes/Traits/Controls.php:
|
6350 |
msgid "Show Date"
|
6351 |
msgstr ""
|
6352 |
|
6353 |
-
#: ../includes/Elements/Twitter_Feed.php:268, ../includes/Traits/Controls.php:
|
6354 |
msgid "Show Read More"
|
6355 |
msgstr ""
|
6356 |
|
@@ -6722,7 +6730,7 @@ msgstr ""
|
|
6722 |
msgid "Privacy Policy"
|
6723 |
msgstr ""
|
6724 |
|
6725 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:277, ../includes/Traits/Controls.php:
|
6726 |
msgid "Title Length"
|
6727 |
msgstr ""
|
6728 |
|
@@ -6730,23 +6738,23 @@ msgstr ""
|
|
6730 |
msgid "Image Stretch"
|
6731 |
msgstr ""
|
6732 |
|
6733 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:360, ../includes/Traits/Controls.php:
|
6734 |
msgid "Show Terms From"
|
6735 |
msgstr ""
|
6736 |
|
6737 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:363, ../includes/Traits/Controls.php:
|
6738 |
msgid "Category"
|
6739 |
msgstr ""
|
6740 |
|
6741 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:364, ../includes/Traits/Controls.php:
|
6742 |
msgid "Tags"
|
6743 |
msgstr ""
|
6744 |
|
6745 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:376, ../includes/Traits/Controls.php:
|
6746 |
msgid "Max Terms to Show"
|
6747 |
msgstr ""
|
6748 |
|
6749 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:393, ../includes/Traits/Controls.php:
|
6750 |
msgid "Not Found Message"
|
6751 |
msgstr ""
|
6752 |
|
@@ -6858,7 +6866,7 @@ msgstr ""
|
|
6858 |
msgid "Chevron Circle"
|
6859 |
msgstr ""
|
6860 |
|
6861 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:2561, ../includes/Extensions/Table_of_Content.php:
|
6862 |
msgid "Arrow"
|
6863 |
msgstr ""
|
6864 |
|
@@ -7059,66 +7067,70 @@ msgid "Sticky Top Offset"
|
|
7059 |
msgstr ""
|
7060 |
|
7061 |
#: ../includes/Extensions/Table_of_Content.php:332
|
|
|
|
|
|
|
|
|
7062 |
msgid "Z Index"
|
7063 |
msgstr ""
|
7064 |
|
7065 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7066 |
msgid "Need more information about TOC <strong><a href=\"https://essential-addons.com/elementor/docs/table-of-content/\" class=\"eael-btn\" target=\"_blank\">Visit documentation</a></strong>"
|
7067 |
msgstr ""
|
7068 |
|
7069 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7070 |
msgid "EA TOC"
|
7071 |
msgstr ""
|
7072 |
|
7073 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7074 |
msgid "Bullet"
|
7075 |
msgstr ""
|
7076 |
|
7077 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7078 |
msgid "Top Position"
|
7079 |
msgstr ""
|
7080 |
|
7081 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7082 |
msgid "EA TOC Header"
|
7083 |
msgstr ""
|
7084 |
|
7085 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7086 |
msgid "Collapse"
|
7087 |
msgstr ""
|
7088 |
|
7089 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7090 |
msgid "Text Orientation"
|
7091 |
msgstr ""
|
7092 |
|
7093 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7094 |
msgid "Bottom to Top"
|
7095 |
msgstr ""
|
7096 |
|
7097 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7098 |
msgid "Close Button"
|
7099 |
msgstr ""
|
7100 |
|
7101 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7102 |
msgid "EA TOC Body"
|
7103 |
msgstr ""
|
7104 |
|
7105 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7106 |
msgid "Indicator Style"
|
7107 |
msgstr ""
|
7108 |
|
7109 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7110 |
msgid "Indicator Size"
|
7111 |
msgstr ""
|
7112 |
|
7113 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7114 |
msgid "Indicator Position"
|
7115 |
msgstr ""
|
7116 |
|
7117 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7118 |
msgid "Top Level Space"
|
7119 |
msgstr ""
|
7120 |
|
7121 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
7122 |
msgid "Sub Item Space"
|
7123 |
msgstr ""
|
7124 |
|
@@ -7362,83 +7374,83 @@ msgstr ""
|
|
7362 |
msgid "Show Image"
|
7363 |
msgstr ""
|
7364 |
|
7365 |
-
#: ../includes/Traits/Controls.php:
|
7366 |
msgid "Show Circle Image / Icon"
|
7367 |
msgstr ""
|
7368 |
|
7369 |
-
#: ../includes/Traits/Controls.php:
|
7370 |
msgid "Icon Image"
|
7371 |
msgstr ""
|
7372 |
|
7373 |
-
#: ../includes/Traits/Controls.php:
|
7374 |
msgid "Icon Image Size"
|
7375 |
msgstr ""
|
7376 |
|
7377 |
-
#: ../includes/Traits/Controls.php:
|
7378 |
msgid "Show excerpt"
|
7379 |
msgstr ""
|
7380 |
|
7381 |
-
#: ../includes/Traits/Controls.php:
|
7382 |
msgid "..."
|
7383 |
msgstr ""
|
7384 |
|
7385 |
-
#: ../includes/Traits/Controls.php:
|
7386 |
msgid "Show Read More Button"
|
7387 |
msgstr ""
|
7388 |
|
7389 |
-
#: ../includes/Traits/Controls.php:
|
7390 |
msgid "Show Post Terms"
|
7391 |
msgstr ""
|
7392 |
|
7393 |
-
#: ../includes/Traits/Controls.php:
|
7394 |
msgid "Show Meta"
|
7395 |
msgstr ""
|
7396 |
|
7397 |
-
#: ../includes/Traits/Controls.php:
|
7398 |
msgid "Entry Header"
|
7399 |
msgstr ""
|
7400 |
|
7401 |
-
#: ../includes/Traits/Controls.php:
|
7402 |
msgid "Entry Footer"
|
7403 |
msgstr ""
|
7404 |
|
7405 |
-
#: ../includes/Traits/Controls.php:
|
7406 |
msgid "Show Author Name"
|
7407 |
msgstr ""
|
7408 |
|
7409 |
-
#: ../includes/Traits/Controls.php:
|
7410 |
msgid "Read More Button Style"
|
7411 |
msgstr ""
|
7412 |
|
7413 |
-
#: ../includes/Traits/Controls.php:
|
7414 |
msgid "Absolute"
|
7415 |
msgstr ""
|
7416 |
|
7417 |
-
#: ../includes/Traits/Controls.php:
|
7418 |
msgid "Horizontal Orientation"
|
7419 |
msgstr ""
|
7420 |
|
7421 |
-
#: ../includes/Traits/Controls.php:
|
7422 |
msgid "Vertical Orientation"
|
7423 |
msgstr ""
|
7424 |
|
7425 |
-
#: ../includes/Traits/Controls.php:
|
7426 |
msgid "<strong>Ninja Tables</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=Ninja+Tables&tab=search&type=term\" target=\"_blank\">Ninja Tables</a> first."
|
7427 |
msgstr ""
|
7428 |
|
7429 |
-
#: ../includes/Traits/Controls.php:
|
7430 |
msgid "Table ID"
|
7431 |
msgstr ""
|
7432 |
|
7433 |
-
#: ../includes/Traits/Controls.php:
|
7434 |
msgid "EventON (Pro) "
|
7435 |
msgstr ""
|
7436 |
|
7437 |
-
#: ../includes/Traits/Controls.php:
|
7438 |
msgid "EventON"
|
7439 |
msgstr ""
|
7440 |
|
7441 |
-
#: ../includes/Traits/Controls.php:
|
7442 |
msgid "Style the message when no posts are found."
|
7443 |
msgstr ""
|
7444 |
|
@@ -7634,47 +7646,47 @@ msgstr ""
|
|
7634 |
msgid "Widget settings are not found. Did you save the widget before using load more??"
|
7635 |
msgstr ""
|
7636 |
|
7637 |
-
#: ../includes/Traits/Helper.php:
|
7638 |
msgid "Essential Addons for Elementor"
|
7639 |
msgstr ""
|
7640 |
|
7641 |
-
#: ../includes/Traits/Helper.php:
|
7642 |
msgid "%s ago"
|
7643 |
msgstr ""
|
7644 |
|
7645 |
-
#: ../includes/Traits/Helper.php:
|
7646 |
msgid "1,000+ Stunning Templates"
|
7647 |
msgstr ""
|
7648 |
|
7649 |
-
#: ../includes/Traits/Helper.php:
|
7650 |
msgid "Supports Elementor & Gutenberg"
|
7651 |
msgstr ""
|
7652 |
|
7653 |
-
#: ../includes/Traits/Helper.php:
|
7654 |
msgid "Powering up 17,000+ Websites"
|
7655 |
msgstr ""
|
7656 |
|
7657 |
-
#: ../includes/Traits/Helper.php:
|
7658 |
msgid "Cloud Collaboration with Team"
|
7659 |
msgstr ""
|
7660 |
|
7661 |
-
#: ../includes/Traits/Helper.php:
|
7662 |
msgid "Don’t Show This Again"
|
7663 |
msgstr ""
|
7664 |
|
7665 |
-
#: ../includes/Traits/Helper.php:
|
7666 |
msgid "Activate Templately"
|
7667 |
msgstr ""
|
7668 |
|
7669 |
-
#: ../includes/Traits/Helper.php:
|
7670 |
msgid "Activated Templately"
|
7671 |
msgstr ""
|
7672 |
|
7673 |
-
#: ../includes/Traits/Helper.php:
|
7674 |
msgid "Install Templately"
|
7675 |
msgstr ""
|
7676 |
|
7677 |
-
#: ../includes/Traits/Helper.php:
|
7678 |
msgid "Submit"
|
7679 |
msgstr ""
|
7680 |
|
@@ -7714,11 +7726,11 @@ msgstr ""
|
|
7714 |
msgid "The confirmed password did not match."
|
7715 |
msgstr ""
|
7716 |
|
7717 |
-
#: ../includes/Traits/Login_Registration.php:
|
7718 |
msgid "Sorry, something went wrong. User could not be registered."
|
7719 |
msgstr ""
|
7720 |
|
7721 |
-
#: ../includes/Traits/Login_Registration.php:
|
7722 |
msgid "Your registration completed successfully."
|
7723 |
msgstr ""
|
7724 |
|
@@ -8326,19 +8338,19 @@ msgstr ""
|
|
8326 |
msgid "No products found!"
|
8327 |
msgstr ""
|
8328 |
|
8329 |
-
#: ../includes/Template/Content/Product_Grid.php:63, ../includes/Template/Content/Product_Grid.php:29, ../includes/Template/Eicon-Woocommerce/default.php:
|
8330 |
msgid "Sale!"
|
8331 |
msgstr ""
|
8332 |
|
8333 |
-
#: ../includes/Template/Content/Product_Grid.php:27, ../includes/Template/Eicon-Woocommerce/default.php:
|
8334 |
msgid "Stock <br/> Out"
|
8335 |
msgstr ""
|
8336 |
|
8337 |
-
#: ../includes/Template/Eicon-Woocommerce/default.php:
|
8338 |
msgid "Stock "
|
8339 |
msgstr ""
|
8340 |
|
8341 |
-
#: ../includes/Template/Eicon-Woocommerce/default.php:
|
8342 |
msgid "Out"
|
8343 |
msgstr ""
|
8344 |
|
13 |
"X-Poedit-SourceCharset: UTF-8\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
|
16 |
+
#: ../includes/Classes/Helper.php:190, ../includes/Elements/Adv_Accordion.php:313, ../includes/Elements/Adv_Tabs.php:262, ../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:346, ../includes/Elements/Data_Table.php:471, ../includes/Elements/Dual_Color_Header.php:214, ../includes/Elements/Fancy_Text.php:269, ../includes/Elements/Filterable_Gallery.php:795, ../includes/Elements/Flip_Box.php:727, ../includes/Elements/Info_Box.php:492, ../includes/Elements/Pricing_Table.php:703, ../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:295, ../includes/Elements/WeForms.php:110
|
17 |
msgid "Go Premium for More Features"
|
18 |
msgstr ""
|
19 |
|
20 |
+
#: ../includes/Classes/Helper.php:197, ../includes/Elements/Adv_Accordion.php:320, ../includes/Elements/Adv_Tabs.php:269, ../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:353, ../includes/Elements/Data_Table.php:478, ../includes/Elements/Dual_Color_Header.php:221, ../includes/Elements/Fancy_Text.php:276, ../includes/Elements/Filterable_Gallery.php:802, ../includes/Elements/Flip_Box.php:734, ../includes/Elements/Info_Box.php:499, ../includes/Elements/Pricing_Table.php:710, ../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:302, ../includes/Elements/WeForms.php:117
|
21 |
msgid "Unlock more possibilities"
|
22 |
msgstr ""
|
23 |
|
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:187, ../includes/Classes/WPDeveloper_Setup_Wizard.php:481, ../includes/Classes/WPDeveloper_Setup_Wizard.php:507, ../includes/Traits/Admin.php:163, ../includes/Traits/Helper.php:816, ../includes/Traits/Library.php:154
|
69 |
msgid "you are not allowed to do this action"
|
70 |
msgstr ""
|
71 |
|
259 |
msgid "Flip Box"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:573, ../includes/Elements/Info_Box.php:29, ../includes/templates/admin/elements.php:33
|
263 |
msgid "Info Box"
|
264 |
msgstr ""
|
265 |
|
519 |
msgid "Pagination Type"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: ../includes/Elements/Advanced_Data_Table.php:180, ../includes/Elements/Advanced_Data_Table.php:1332, ../includes/Elements/Betterdocs_Category_Grid.php:1290, ../includes/Elements/Event_Calendar.php:747, ../includes/Elements/Flip_Box.php:651, ../includes/Elements/FluentForm.php:1913, ../includes/Elements/Formstack.php:1773, ../includes/Elements/Info_Box.php:349, ../includes/Elements/Pricing_Table.php:507, ../includes/Elements/Pricing_Table.php:1816, ../includes/Elements/Product_Grid.php:1806, ../includes/Elements/Woo_Checkout.php:1287, ../includes/Elements/Woo_Checkout.php:1585, ../includes/Elements/Woo_Checkout.php:2358, ../includes/Elements/Woo_Product_Carousel.php:1308, ../includes/Traits/Woo_Product_Comparable.php:1201, ../includes/Traits/Woo_Product_Comparable.php:1251
|
523 |
msgid "Button"
|
524 |
msgstr ""
|
525 |
|
567 |
msgid "Table"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: ../includes/Elements/Advanced_Data_Table.php:311, ../includes/Elements/Advanced_Data_Table.php:872, ../includes/Elements/Advanced_Data_Table.php:1067, ../includes/Elements/Betterdocs_Search_Form.php:311, ../includes/Elements/Caldera_Forms.php:1159, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1185, ../includes/Elements/Contact_Form_7.php:1199, ../includes/Elements/Creative_Button.php:467, ../includes/Elements/Data_Table.php:510, ../includes/Elements/Data_Table.php:1139, ../includes/Elements/Dual_Color_Header.php:749, ../includes/Elements/Dual_Color_Header.php:829, ../includes/Elements/Filterable_Gallery.php:2156, ../includes/Elements/Filterable_Gallery.php:2314, ../includes/Elements/FluentForm.php:1479, ../includes/Elements/FluentForm.php:1493, ../includes/Elements/Formstack.php:1395, ../includes/Elements/Formstack.php:1409, ../includes/Elements/GravityForms.php:1631, ../includes/Elements/GravityForms.php:1747, ../includes/Elements/GravityForms.php:1761, ../includes/Elements/GravityForms.php:1994, ../includes/Elements/Login_Register.php:1409, ../includes/Elements/Login_Register.php:1937, ../includes/Elements/NinjaForms.php:1323, ../includes/Elements/NinjaForms.php:1337, ../includes/Elements/Progress_Bar.php:356, ../includes/Elements/Sticky_Video.php:441, ../includes/Elements/Sticky_Video.php:525, ../includes/Elements/Twitter_Feed.php:791, ../includes/Elements/Woo_Product_Carousel.php:1316, ../includes/Elements/Woo_Product_Carousel.php:2146, ../includes/Elements/Woo_Product_Carousel.php:2349, ../includes/Elements/Woo_Product_Carousel.php:2429, ../includes/Elements/WpForms.php:1163, ../includes/Elements/WpForms.php:1177, ../includes/Extensions/Table_of_Content.php:407, ../includes/Traits/Woo_Product_Comparable.php:297, ../includes/Traits/Woo_Product_Comparable.php:959, ../includes/Traits/Woo_Product_Comparable.php:1108
|
571 |
msgid "Width"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: ../includes/Elements/Advanced_Data_Table.php:348, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1214, ../includes/Elements/Advanced_Data_Table.php:1286, ../includes/Elements/Advanced_Data_Table.php:1414, ../includes/Elements/Adv_Accordion.php:372, ../includes/Elements/Adv_Accordion.php:561, ../includes/Elements/Adv_Accordion.php:621, ../includes/Elements/Adv_Accordion.php:682, ../includes/Elements/Adv_Accordion.php:765, ../includes/Elements/Adv_Accordion.php:887, ../includes/Elements/Adv_Accordion.php:933, ../includes/Elements/Adv_Accordion.php:979, ../includes/Elements/Adv_Tabs.php:324, ../includes/Elements/Adv_Tabs.php:516, ../includes/Elements/Adv_Tabs.php:583, ../includes/Elements/Adv_Tabs.php:654, ../includes/Elements/Adv_Tabs.php:749, ../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:210, ../includes/Elements/Betterdocs_Search_Form.php:365, ../includes/Elements/Betterdocs_Search_Form.php:423, ../includes/Elements/Betterdocs_Search_Form.php:533, ../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:463, ../includes/Elements/Cta_Box.php:740, ../includes/Elements/Cta_Box.php:927, ../includes/Elements/Data_Table.php:641, ../includes/Elements/Data_Table.php:680, ../includes/Elements/Data_Table.php:872, ../includes/Elements/Data_Table.php:1206, ../includes/Elements/Dual_Color_Header.php:347, ../includes/Elements/Event_Calendar.php:798, ../includes/Elements/Event_Calendar.php:865, ../includes/Elements/Event_Calendar.php:919, ../includes/Elements/Event_Calendar.php:1591, ../includes/Elements/Event_Calendar.php:1662, ../includes/Elements/Facebook_Feed.php:451, ../includes/Elements/Filterable_Gallery.php:871, ../includes/Elements/Filterable_Gallery.php:984, ../includes/Elements/Filterable_Gallery.php:1050, ../includes/Elements/Filterable_Gallery.php:1130, ../includes/Elements/Filterable_Gallery.php:1277, ../includes/Elements/Filterable_Gallery.php:1334, ../includes/Elements/Filterable_Gallery.php:1553, ../includes/Elements/Filterable_Gallery.php:1828, ../includes/Elements/Filterable_Gallery.php:1889, ../includes/Elements/Filterable_Gallery.php:2410, ../includes/Elements/Filterable_Gallery.php:2527, ../includes/Elements/Flip_Box.php:988, ../includes/Elements/Flip_Box.php:1101, ../includes/Elements/FluentForm.php:636, ../includes/Elements/FluentForm.php:832, ../includes/Elements/FluentForm.php:1549, ../includes/Elements/FluentForm.php:1826, ../includes/Elements/FluentForm.php:1953, ../includes/Elements/FluentForm.php:2071, ../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:835, ../includes/Elements/GravityForms.php:899, ../includes/Elements/GravityForms.php:1655, ../includes/Elements/GravityForms.php:1824, ../includes/Elements/GravityForms.php:2051, ../includes/Elements/Image_Accordion.php:354, ../includes/Elements/Image_Accordion.php:464, ../includes/Elements/Info_Box.php:568, ../includes/Elements/Info_Box.php:623, ../includes/Elements/Info_Box.php:817, ../includes/Elements/Info_Box.php:897, ../includes/Elements/Info_Box.php:1048, ../includes/Elements/Info_Box.php:1128, ../includes/Elements/Login_Register.php:2689, ../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:1767, ../includes/Elements/Pricing_Table.php:1933, ../includes/Elements/Product_Grid.php:2247, ../includes/Elements/Simple_Menu.php:321, ../includes/Elements/Simple_Menu.php:394, ../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:448, ../includes/Elements/Twitter_Feed.php:538, ../includes/Elements/Twitter_Feed.php:855, ../includes/Elements/Woo_Checkout.php:1507, ../includes/Elements/Woo_Checkout.php:1753, ../includes/Elements/Woo_Product_Carousel.php:2254, ../includes/Elements/Woo_Product_Carousel.php:2688, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php:521, ../includes/Traits/Controls.php:1255, ../includes/Traits/Controls.php:1309, ../includes/Traits/Controls.php:1439
|
575 |
msgid "Border"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: ../includes/Elements/Advanced_Data_Table.php:374, ../includes/Elements/Advanced_Data_Table.php:1042, ../includes/Elements/Advanced_Data_Table.php:1240, ../includes/Elements/Advanced_Data_Table.php:1312, ../includes/Elements/Advanced_Data_Table.php:1436, ../includes/Elements/Adv_Accordion.php:379, ../includes/Elements/Adv_Accordion.php:568, ../includes/Elements/Adv_Accordion.php:628, ../includes/Elements/Adv_Accordion.php:689, ../includes/Elements/Adv_Tabs.php:332, ../includes/Elements/Adv_Tabs.php:523, ../includes/Elements/Adv_Tabs.php:590, ../includes/Elements/Adv_Tabs.php:661, ../includes/Elements/Adv_Tabs.php:756, ../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:197, ../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:471, ../includes/Elements/Cta_Box.php:748, ../includes/Elements/Cta_Box.php:935, ../includes/Elements/Dual_Color_Header.php:355, ../includes/Elements/Event_Calendar.php:806, ../includes/Elements/Event_Calendar.php:873, ../includes/Elements/Event_Calendar.php:927, ../includes/Elements/Event_Calendar.php:1163, ../includes/Elements/Event_Calendar.php:1331, ../includes/Elements/Event_Calendar.php:1599, ../includes/Elements/Event_Calendar.php:1670, ../includes/Elements/Facebook_Feed.php:476, ../includes/Elements/Facebook_Feed.php:536, ../includes/Elements/Fancy_Text.php:515, ../includes/Elements/Feature_List.php:642, ../includes/Elements/Filterable_Gallery.php:879, ../includes/Elements/Filterable_Gallery.php:992, ../includes/Elements/Filterable_Gallery.php:1058, ../includes/Elements/Filterable_Gallery.php:1138, ../includes/Elements/Filterable_Gallery.php:1342, ../includes/Elements/Filterable_Gallery.php:1836, ../includes/Elements/Filterable_Gallery.php:1897, ../includes/Elements/Filterable_Gallery.php:2068, ../includes/Elements/Filterable_Gallery.php:2199, ../includes/Elements/Filterable_Gallery.php:2334, ../includes/Elements/Filterable_Gallery.php:2432, ../includes/Elements/Filterable_Gallery.php:2541, ../includes/Elements/Flip_Box.php:826, ../includes/Elements/Flip_Box.php:887, ../includes/Elements/Flip_Box.php:1011, ../includes/Elements/Flip_Box.php:1124, ../includes/Elements/Flip_Box.php:1385, ../includes/Elements/FluentForm.php:499, ../includes/Elements/FluentForm.php:647, ../includes/Elements/FluentForm.php:1012, ../includes/Elements/FluentForm.php:1038, ../includes/Elements/FluentForm.php:1559, ../includes/Elements/FluentForm.php:1837, ../includes/Elements/FluentForm.php:1961, ../includes/Elements/FluentForm.php:2015, ../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:846, ../includes/Elements/GravityForms.php:1316, ../includes/Elements/GravityForms.php:1512, ../includes/Elements/GravityForms.php:1665, ../includes/Elements/GravityForms.php:1834, ../includes/Elements/GravityForms.php:2061, ../includes/Elements/Image_Accordion.php:362, ../includes/Elements/Image_Accordion.php:452, ../includes/Elements/Info_Box.php:1210, ../includes/Elements/Login_Register.php:1490, ../includes/Elements/Login_Register.php:1725, ../includes/Elements/Login_Register.php:1899, ../includes/Elements/Login_Register.php:2055, ../includes/Elements/Login_Register.php:2195, ../includes/Elements/Login_Register.php:2289, ../includes/Elements/Login_Register.php:2380, ../includes/Elements/Login_Register.php:2554, ../includes/Elements/Login_Register.php:2591, ../includes/Elements/Login_Register.php:2705, ../includes/Elements/Login_Register.php:3215, ../includes/Elements/Login_Register.php:3252, ../includes/Elements/Login_Register.php:3536, ../includes/Elements/Login_Register.php:3573, ../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/Pricing_Table.php:787, ../includes/Elements/Pricing_Table.php:1541, ../includes/Elements/Pricing_Table.php:1790, ../includes/Elements/Pricing_Table.php:1941, ../includes/Elements/Product_Grid.php:951, ../includes/Elements/Product_Grid.php:1991, ../includes/Elements/Product_Grid.php:2347, ../includes/Elements/Product_Grid.php:2686, ../includes/Elements/Product_Grid.php:2885, ../includes/Elements/Product_Grid.php:2917, ../includes/Elements/Simple_Menu.php:329, ../includes/Elements/Sticky_Video.php:591, ../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:456, ../includes/Elements/Twitter_Feed.php:549, ../includes/Elements/TypeForm.php:310, ../includes/Elements/WeForms.php:253, ../includes/Elements/WeForms.php:394, ../includes/Elements/WeForms.php:722, ../includes/Elements/Woo_Checkout.php:647, ../includes/Elements/Woo_Checkout.php:796, ../includes/Elements/Woo_Checkout.php:992, ../includes/Elements/Woo_Checkout.php:1240, ../includes/Elements/Woo_Checkout.php:1393, ../includes/Elements/Woo_Checkout.php:1516, ../includes/Elements/Woo_Checkout.php:1691, ../includes/Elements/Woo_Checkout.php:1899, ../includes/Elements/Woo_Checkout.php:2101, ../includes/Elements/Woo_Checkout.php:2195, ../includes/Elements/Woo_Checkout.php:2475, ../includes/Elements/Woo_Product_Carousel.php:1021, ../includes/Elements/Woo_Product_Carousel.php:1423, ../includes/Elements/Woo_Product_Carousel.php:1826, ../includes/Elements/Woo_Product_Carousel.php:2022, ../includes/Elements/Woo_Product_Carousel.php:2054, ../includes/Elements/Woo_Product_Carousel.php:2264, ../includes/Elements/Woo_Product_Carousel.php:2387, ../includes/Elements/Woo_Product_Carousel.php:2511, ../includes/Elements/Woo_Product_Carousel.php:2698, ../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/Table_of_Content.php:544, ../includes/Extensions/Table_of_Content.php:759, ../includes/Traits/Controls.php:1263, ../includes/Traits/Controls.php:1317, ../includes/Traits/Controls.php:1447, ../includes/Traits/Woo_Product_Comparable.php:358, ../includes/Traits/Woo_Product_Comparable.php:503, ../includes/Traits/Woo_Product_Comparable.php:1384
|
579 |
msgid "Border Radius"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: ../includes/Elements/Advanced_Data_Table.php:387, ../includes/Elements/Advanced_Data_Table.php:1450, ../includes/Elements/Betterdocs_Category_Grid.php:331, ../includes/Elements/Betterdocs_Category_Grid.php:379, ../includes/Elements/Event_Calendar.php:685, ../includes/Elements/Event_Calendar.php:1623, ../includes/Elements/Event_Calendar.php:1697, ../includes/Elements/Product_Grid.php:911, ../includes/Elements/Product_Grid.php:939, ../includes/Elements/Product_Grid.php:2909, ../includes/Elements/Product_Grid.php:2944, ../includes/Elements/Progress_Bar.php:652, ../includes/Elements/Twitter_Feed.php:651, ../includes/Elements/Twitter_Feed.php:863, ../includes/Elements/Woo_Product_Carousel.php:980, ../includes/Elements/Woo_Product_Carousel.php:1009, ../includes/Elements/Woo_Product_Carousel.php:2046, ../includes/Elements/Woo_Product_Carousel.php:2081, ../includes/Elements/Woo_Product_Carousel.php:2760, ../includes/Extensions/Table_of_Content.php:533, ../includes/Extensions/Table_of_Content.php:778, ../includes/Traits/Woo_Product_Comparable.php:1408
|
583 |
msgid "Box Shadow"
|
584 |
msgstr ""
|
585 |
|
587 |
msgid "Head"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: ../includes/Elements/Advanced_Data_Table.php:406, ../includes/Elements/Advanced_Data_Table.php:525, ../includes/Elements/Advanced_Data_Table.php:983, ../includes/Elements/Advanced_Data_Table.php:1133, ../includes/Elements/Advanced_Data_Table.php:1341, ../includes/Elements/Caldera_Forms.php:286, ../includes/Elements/Caldera_Forms.php:347, ../includes/Elements/Caldera_Forms.php:535, ../includes/Elements/Caldera_Forms.php:773, ../includes/Elements/Caldera_Forms.php:862, ../includes/Elements/Caldera_Forms.php:1283, ../includes/Elements/Caldera_Forms.php:1398, ../includes/Elements/Contact_Form_7.php:487, ../includes/Elements/Contact_Form_7.php:518, ../includes/Elements/Contact_Form_7.php:735, ../includes/Elements/Contact_Form_7.php:883, ../includes/Elements/Contact_Form_7.php:935, ../includes/Elements/Contact_Form_7.php:1308, ../includes/Elements/Contact_Form_7.php:1443, ../includes/Elements/Contact_Form_7.php:1583, ../includes/Elements/Event_Calendar.php:727, ../includes/Elements/Event_Calendar.php:757, ../includes/Elements/Event_Calendar.php:971, ../includes/Elements/Event_Calendar.php:1046, ../includes/Elements/Event_Calendar.php:1080, ../includes/Elements/Event_Calendar.php:1323, ../includes/Elements/Event_Calendar.php:1386, ../includes/Elements/Event_Calendar.php:1415, ../includes/Elements/Event_Calendar.php:1483, ../includes/Elements/Event_Calendar.php:1641, ../includes/Elements/Filterable_Gallery.php:1964, ../includes/Elements/Filterable_Gallery.php:2011, ../includes/Elements/Filterable_Gallery.php:2047, ../includes/Elements/Filterable_Gallery.php:2104, ../includes/Elements/Filterable_Gallery.php:2398, ../includes/Elements/Filterable_Gallery.php:2558, ../includes/Elements/FluentForm.php:293, ../includes/Elements/FluentForm.php:354, ../includes/Elements/FluentForm.php:554, ../includes/Elements/FluentForm.php:792, ../includes/Elements/FluentForm.php:1119, ../includes/Elements/FluentForm.php:1174, ../includes/Elements/FluentForm.php:1278, ../includes/Elements/FluentForm.php:1364, ../includes/Elements/FluentForm.php:1430, ../includes/Elements/FluentForm.php:1603, ../includes/Elements/FluentForm.php:1736, ../includes/Elements/FluentForm.php:1933, ../includes/Elements/FluentForm.php:2082, ../includes/Elements/FluentForm.php:2131, ../includes/Elements/Formstack.php:494, ../includes/Elements/Formstack.php:543, ../includes/Elements/Formstack.php:597, ../includes/Elements/Formstack.php:671, ../includes/Elements/Formstack.php:726, ../includes/Elements/Formstack.php:809, ../includes/Elements/Formstack.php:1021, ../includes/Elements/Formstack.php:1519, ../includes/Elements/Formstack.php:1652, ../includes/Elements/Formstack.php:1793, ../includes/Elements/Formstack.php:1953, ../includes/Elements/GravityForms.php:528, ../includes/Elements/GravityForms.php:559, ../includes/Elements/GravityForms.php:600, ../includes/Elements/GravityForms.php:859, ../includes/Elements/GravityForms.php:948, ../includes/Elements/GravityForms.php:1002, ../includes/Elements/GravityForms.php:1138, ../includes/Elements/GravityForms.php:1598, ../includes/Elements/GravityForms.php:1933, ../includes/Elements/GravityForms.php:2154, ../includes/Elements/GravityForms.php:2347, ../includes/Elements/NinjaForms.php:465, ../includes/Elements/NinjaForms.php:514, ../includes/Elements/NinjaForms.php:574, ../includes/Elements/NinjaForms.php:817, ../includes/Elements/NinjaForms.php:906, ../includes/Elements/NinjaForms.php:1500, ../includes/Elements/NinjaForms.php:1545, ../includes/Elements/NinjaForms.php:1599, ../includes/Elements/Post_Grid.php:392, ../includes/Elements/Post_Grid.php:492, ../includes/Elements/Post_Grid.php:504, ../includes/Elements/Post_Grid.php:646, ../includes/Elements/Post_Grid.php:858, ../includes/Elements/Post_Timeline.php:323, ../includes/Elements/Product_Grid.php:2407, ../includes/Elements/Product_Grid.php:2437, ../includes/Elements/Product_Grid.php:2479, ../includes/Elements/Product_Grid.php:2545, ../includes/Elements/Product_Grid.php:2586, ../includes/Elements/Product_Grid.php:2643, ../includes/Elements/Product_Grid.php:2760, ../includes/Elements/Progress_Bar.php:672, ../includes/Elements/Simple_Menu.php:543, ../includes/Elements/Simple_Menu.php:854, ../includes/Elements/Woo_Checkout.php:1296, ../includes/Elements/Woo_Checkout.php:1594, ../includes/Elements/Woo_Product_Carousel.php:1534, ../includes/Elements/Woo_Product_Carousel.php:1564, ../includes/Elements/Woo_Product_Carousel.php:1606, ../includes/Elements/Woo_Product_Carousel.php:1685, ../includes/Elements/Woo_Product_Carousel.php:1725, ../includes/Elements/Woo_Product_Carousel.php:1782, ../includes/Elements/Woo_Product_Carousel.php:1901, ../includes/Elements/WpForms.php:432, ../includes/Elements/WpForms.php:481, ../includes/Elements/WpForms.php:545, ../includes/Elements/WpForms.php:785, ../includes/Elements/WpForms.php:863, ../includes/Elements/WpForms.php:1287, ../includes/Traits/Woo_Product_Comparable.php:1067, ../includes/Traits/Woo_Product_Comparable.php:1185
|
591 |
msgid "Typography"
|
592 |
msgstr ""
|
593 |
|
595 |
msgid "Text Alignment"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: ../includes/Elements/Advanced_Data_Table.php:418, ../includes/Elements/Advanced_Data_Table.php:537, ../includes/Elements/Advanced_Data_Table.php:963, ../includes/Elements/Advanced_Data_Table.php:1110, ../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:102, ../includes/Elements/Data_Table.php:542, ../includes/Elements/Data_Table.php:767, ../includes/Elements/Data_Table.php:1016, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:995, ../includes/Elements/Event_Calendar.php:1127, ../includes/Elements/Fancy_Text.php:174, ../includes/Elements/Feature_List.php:305, ../includes/Elements/Filterable_Gallery.php:767, ../includes/Elements/Filterable_Gallery.php:1299, ../includes/Elements/Filterable_Gallery.php:1682, ../includes/Elements/Flip_Box.php:369, ../includes/Elements/Flip_Box.php:598, ../includes/Elements/FluentForm.php:239, ../includes/Elements/FluentForm.php:434, ../includes/Elements/FluentForm.php:580, ../includes/Elements/FluentForm.php:1211, ../includes/Elements/FluentForm.php:1456, ../includes/Elements/Formstack.php:334, ../includes/Elements/Formstack.php:449, ../includes/Elements/Formstack.php:763, ../includes/Elements/Formstack.php:1372, ../includes/Elements/GravityForms.php:347, ../includes/Elements/GravityForms.php:484, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:1721, ../includes/Elements/GravityForms.php:1971, ../includes/Elements/Image_Accordion.php:109, ../includes/Elements/Info_Box.php:303, ../includes/Elements/Login_Register.php:674, ../includes/Elements/Login_Register.php:707, ../includes/Elements/Login_Register.php:2498, ../includes/Elements/Login_Register.php:3166, ../includes/Elements/Login_Register.php:3486, ../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:469, ../includes/Elements/Post_Grid.php:624, ../includes/Elements/Post_Grid.php:692, ../includes/Elements/Post_Grid.php:787, ../includes/Elements/Post_Grid.php:870, ../includes/Elements/Post_Timeline.php:357, ../includes/Elements/Post_Timeline.php:415, ../includes/Elements/Pricing_Table.php:262, ../includes/Elements/Pricing_Table.php:379, ../includes/Elements/Pricing_Table.php:681, ../includes/Elements/Pricing_Table.php:821, ../includes/Elements/Pricing_Table.php:846, ../includes/Elements/Product_Grid.php:703, ../includes/Elements/Product_Grid.php:1021, ../includes/Elements/Product_Grid.php:1702, ../includes/Elements/Product_Grid.php:2168, ../includes/Elements/Progress_Bar.php:321, ../includes/Elements/Progress_Bar.php:532, ../includes/Elements/Simple_Menu.php:188, ../includes/Elements/Simple_Menu.php:452, ../includes/Elements/Simple_Menu.php:478, ../includes/Elements/Simple_Menu.php:503, ../includes/Elements/Simple_Menu.php:798, ../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_Product_Carousel.php:717, ../includes/Elements/Woo_Product_Carousel.php:833, ../includes/Elements/Woo_Product_Carousel.php:882, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Table_of_Content.php:438, ../includes/Traits/Controls.php:599, ../includes/Traits/Controls.php:1528, ../includes/Traits/Controls.php:1579, ../includes/Traits/Controls.php:1580, ../includes/Traits/Controls.php:1902
|
599 |
msgid "Left"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: ../includes/Elements/Advanced_Data_Table.php:422, ../includes/Elements/Advanced_Data_Table.php:541, ../includes/Elements/Advanced_Data_Table.php:967, ../includes/Elements/Advanced_Data_Table.php:1114, ../includes/Elements/Betterdocs_Category_Box.php:771, ../includes/Elements/Betterdocs_Category_Grid.php:1517, ../includes/Elements/Betterdocs_Category_Grid.php:1542, ../includes/Elements/Caldera_Forms.php:237, ../includes/Elements/Caldera_Forms.php:419, ../includes/Elements/Caldera_Forms.php:565, ../includes/Elements/Caldera_Forms.php:1140, ../includes/Elements/Contact_Form_7.php:335, ../includes/Elements/Contact_Form_7.php:447, ../includes/Elements/Contact_Form_7.php:1167, ../includes/Elements/Countdown.php:122, ../includes/Elements/Countdown.php:1034, ../includes/Elements/Creative_Button.php:449, ../includes/Elements/Cta_Box.php:103, ../includes/Elements/Data_Table.php:546, ../includes/Elements/Data_Table.php:771, ../includes/Elements/Data_Table.php:1020, ../includes/Elements/Dual_Color_Header.php:195, ../includes/Elements/Dual_Color_Header.php:658, ../includes/Elements/Event_Calendar.php:999, ../includes/Elements/Event_Calendar.php:1131, ../includes/Elements/Fancy_Text.php:178, ../includes/Elements/Filterable_Gallery.php:771, ../includes/Elements/Filterable_Gallery.php:1303, ../includes/Elements/Filterable_Gallery.php:1686, ../includes/Elements/Flip_Box.php:373, ../includes/Elements/Flip_Box.php:602, ../includes/Elements/FluentForm.php:243, ../includes/Elements/FluentForm.php:438, ../includes/Elements/FluentForm.php:584, ../includes/Elements/FluentForm.php:1215, ../includes/Elements/FluentForm.php:1460, ../includes/Elements/Formstack.php:338, ../includes/Elements/Formstack.php:453, ../includes/Elements/Formstack.php:767, ../includes/Elements/Formstack.php:1376, ../includes/Elements/GravityForms.php:351, ../includes/Elements/GravityForms.php:488, ../includes/Elements/GravityForms.php:633, ../includes/Elements/GravityForms.php:1725, ../includes/Elements/GravityForms.php:1975, ../includes/Elements/Image_Accordion.php:113, ../includes/Elements/Image_Accordion.php:136, ../includes/Elements/Info_Box.php:307, ../includes/Elements/Login_Register.php:2502, ../includes/Elements/Login_Register.php:3148, ../includes/Elements/Login_Register.php:3170, ../includes/Elements/Login_Register.php:3447, ../includes/Elements/Login_Register.php:3467, ../includes/Elements/Login_Register.php:3490, ../includes/Elements/NinjaForms.php:286, ../includes/Elements/NinjaForms.php:425, ../includes/Elements/NinjaForms.php:607, ../includes/Elements/NinjaForms.php:1302, ../includes/Elements/Post_Grid.php:473, ../includes/Elements/Post_Grid.php:628, ../includes/Elements/Post_Grid.php:696, ../includes/Elements/Post_Grid.php:791, ../includes/Elements/Post_Grid.php:874, ../includes/Elements/Post_Timeline.php:361, ../includes/Elements/Post_Timeline.php:419, ../includes/Elements/Pricing_Table.php:825, ../includes/Elements/Pricing_Table.php:850, ../includes/Elements/Product_Grid.php:707, ../includes/Elements/Product_Grid.php:1025, ../includes/Elements/Product_Grid.php:2172, ../includes/Elements/Progress_Bar.php:325, ../includes/Elements/Progress_Bar.php:536, ../includes/Elements/Simple_Menu.php:192, ../includes/Elements/Simple_Menu.php:456, ../includes/Elements/Simple_Menu.php:482, ../includes/Elements/Simple_Menu.php:507, ../includes/Elements/Simple_Menu.php:802, ../includes/Elements/Team_Member.php:384, ../includes/Elements/Testimonial.php:318, ../includes/Elements/Tooltip.php:213, ../includes/Elements/Tooltip.php:381, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/Woo_Product_Carousel.php:886, ../includes/Elements/WpForms.php:275, ../includes/Elements/WpForms.php:392, ../includes/Elements/WpForms.php:576, ../includes/Elements/WpForms.php:1141, ../includes/Traits/Controls.php:598, ../includes/Traits/Controls.php:1532, ../includes/Traits/Controls.php:1906
|
603 |
msgid "Center"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: ../includes/Elements/Advanced_Data_Table.php:426, ../includes/Elements/Advanced_Data_Table.php:545, ../includes/Elements/Advanced_Data_Table.php:971, ../includes/Elements/Advanced_Data_Table.php:1118, ../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:104, ../includes/Elements/Data_Table.php:550, ../includes/Elements/Data_Table.php:775, ../includes/Elements/Data_Table.php:1024, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1003, ../includes/Elements/Event_Calendar.php:1135, ../includes/Elements/Fancy_Text.php:182, ../includes/Elements/Feature_List.php:313, ../includes/Elements/Filterable_Gallery.php:775, ../includes/Elements/Filterable_Gallery.php:1307, ../includes/Elements/Filterable_Gallery.php:1690, ../includes/Elements/Flip_Box.php:377, ../includes/Elements/Flip_Box.php:606, ../includes/Elements/FluentForm.php:247, ../includes/Elements/FluentForm.php:442, ../includes/Elements/FluentForm.php:588, ../includes/Elements/FluentForm.php:1219, ../includes/Elements/FluentForm.php:1464, ../includes/Elements/Formstack.php:342, ../includes/Elements/Formstack.php:457, ../includes/Elements/Formstack.php:771, ../includes/Elements/Formstack.php:1380, ../includes/Elements/GravityForms.php:355, ../includes/Elements/GravityForms.php:492, ../includes/Elements/GravityForms.php:637, ../includes/Elements/GravityForms.php:1729, ../includes/Elements/GravityForms.php:1979, ../includes/Elements/Image_Accordion.php:117, ../includes/Elements/Info_Box.php:311, ../includes/Elements/Login_Register.php:678, ../includes/Elements/Login_Register.php:2506, ../includes/Elements/Login_Register.php:3174, ../includes/Elements/Login_Register.php:3494, ../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:477, ../includes/Elements/Post_Grid.php:632, ../includes/Elements/Post_Grid.php:700, ../includes/Elements/Post_Grid.php:795, ../includes/Elements/Post_Grid.php:878, ../includes/Elements/Post_Timeline.php:365, ../includes/Elements/Post_Timeline.php:423, ../includes/Elements/Pricing_Table.php:263, ../includes/Elements/Pricing_Table.php:387, ../includes/Elements/Pricing_Table.php:685, ../includes/Elements/Pricing_Table.php:829, ../includes/Elements/Pricing_Table.php:854, ../includes/Elements/Product_Grid.php:711, ../includes/Elements/Product_Grid.php:1029, ../includes/Elements/Product_Grid.php:1706, ../includes/Elements/Product_Grid.php:2176, ../includes/Elements/Progress_Bar.php:329, ../includes/Elements/Progress_Bar.php:540, ../includes/Elements/Simple_Menu.php:196, ../includes/Elements/Simple_Menu.php:460, ../includes/Elements/Simple_Menu.php:486, ../includes/Elements/Simple_Menu.php:511, ../includes/Elements/Simple_Menu.php:806, ../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_Product_Carousel.php:718, ../includes/Elements/Woo_Product_Carousel.php:837, ../includes/Elements/Woo_Product_Carousel.php:890, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Table_of_Content.php:439, ../includes/Traits/Controls.php:597, ../includes/Traits/Controls.php:1536, ../includes/Traits/Controls.php:1579, ../includes/Traits/Controls.php:1580, ../includes/Traits/Controls.php:1910
|
607 |
msgid "Right"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: ../includes/Elements/Advanced_Data_Table.php:441, ../includes/Elements/Advanced_Data_Table.php:560, ../includes/Elements/Advanced_Data_Table.php:654, ../includes/Elements/Advanced_Data_Table.php:685, ../includes/Elements/Advanced_Data_Table.php:716, ../includes/Elements/Advanced_Data_Table.php:747, ../includes/Elements/Advanced_Data_Table.php:778, ../includes/Elements/Advanced_Data_Table.php:809, ../includes/Elements/Advanced_Data_Table.php:991, ../includes/Elements/Advanced_Data_Table.php:1187, ../includes/Elements/Advanced_Data_Table.php:1257, ../includes/Elements/Adv_Accordion.php:537, ../includes/Elements/Adv_Accordion.php:597, ../includes/Elements/Adv_Accordion.php:657, ../includes/Elements/Adv_Accordion.php:724, ../includes/Elements/Adv_Tabs.php:489, ../includes/Elements/Adv_Tabs.php:556, ../includes/Elements/Adv_Tabs.php:624, ../includes/Elements/Adv_Tabs.php:708, ../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:698, ../includes/Elements/Cta_Box.php:769, ../includes/Elements/Cta_Box.php:904, ../includes/Elements/Cta_Box.php:956, ../includes/Elements/Data_Table.php:978, ../includes/Elements/Data_Table.php:995, ../includes/Elements/Event_Calendar.php:1241, ../includes/Elements/Event_Calendar.php:1274, ../includes/Elements/Filterable_Gallery.php:959, ../includes/Elements/Filterable_Gallery.php:1025, ../includes/Elements/Filterable_Gallery.php:2510, ../includes/Elements/Filterable_Gallery.php:2705, ../includes/Elements/FluentForm.php:277, ../includes/Elements/FluentForm.php:338, ../includes/Elements/FluentForm.php:542, ../includes/Elements/FluentForm.php:623, ../includes/Elements/FluentForm.php:872, ../includes/Elements/FluentForm.php:1536, ../includes/Elements/FluentForm.php:1642, ../includes/Elements/FluentForm.php:2059, ../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:515, ../includes/Elements/GravityForms.php:546, ../includes/Elements/GravityForms.php:585, ../includes/Elements/GravityForms.php:672, ../includes/Elements/GravityForms.php:936, ../includes/Elements/GravityForms.php:989, ../includes/Elements/GravityForms.php:1176, ../includes/Elements/GravityForms.php:1810, ../includes/Elements/GravityForms.php:1902, ../includes/Elements/GravityForms.php:2038, ../includes/Elements/GravityForms.php:2125, ../includes/Elements/GravityForms.php:2199, ../includes/Elements/GravityForms.php:2334, ../includes/Elements/Info_Box.php:1232, ../includes/Elements/Info_Box.php:1278, ../includes/Elements/Login_Register.php:2527, ../includes/Elements/Login_Register.php:2666, ../includes/Elements/Login_Register.php:3010, ../includes/Elements/Login_Register.php:3195, ../includes/Elements/Login_Register.php:3232, ../includes/Elements/Login_Register.php:3516, ../includes/Elements/Login_Register.php:3553, ../includes/Elements/NinjaForms.php: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:1893, ../includes/Elements/Pricing_Table.php:1962, ../includes/Elements/Product_Grid.php:2222, ../includes/Elements/Product_Grid.php:2260, ../includes/Elements/Product_Grid.php:2304, ../includes/Elements/Simple_Menu.php:561, ../includes/Elements/Simple_Menu.php:688, ../includes/Elements/Simple_Menu.php:872, ../includes/Elements/Simple_Menu.php:997, ../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/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:602, ../includes/Extensions/Table_of_Content.php:917, ../includes/Extensions/Table_of_Content.php:940, ../includes/Extensions/Table_of_Content.php:966, ../includes/Traits/Controls.php:1229, ../includes/Traits/Controls.php:1284, ../includes/Traits/Controls.php:1414, ../includes/Traits/Controls.php:1476, ../includes/Traits/Controls.php:1859
|
611 |
msgid "Text Color"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: ../includes/Elements/Advanced_Data_Table.php:455, ../includes/Elements/Advanced_Data_Table.php:596, ../includes/Elements/Advanced_Data_Table.php:669, ../includes/Elements/Advanced_Data_Table.php:700, ../includes/Elements/Advanced_Data_Table.php:731, ../includes/Elements/Advanced_Data_Table.php:762, ../includes/Elements/Advanced_Data_Table.php:793, ../includes/Elements/Advanced_Data_Table.php:824, ../includes/Elements/Advanced_Data_Table.php:1003, ../includes/Elements/Advanced_Data_Table.php:1200, ../includes/Elements/Advanced_Data_Table.php:1271, ../includes/Elements/Advanced_Data_Table.php:1366, ../includes/Elements/Advanced_Data_Table.php:1396, ../includes/Elements/Adv_Accordion.php:873, ../includes/Elements/Adv_Accordion.php:919, ../includes/Elements/Adv_Accordion.php:965, ../includes/Elements/Adv_Tabs.php:470, ../includes/Elements/Adv_Tabs.php:689, ../includes/Elements/Caldera_Forms.php:592, ../includes/Elements/Caldera_Forms.php:800, ../includes/Elements/Caldera_Forms.php:1204, ../includes/Elements/Caldera_Forms.php:1310, ../includes/Elements/Caldera_Forms.php:1364, ../includes/Elements/Contact_Form_7.php:550, ../includes/Elements/Contact_Form_7.php:763, ../includes/Elements/Contact_Form_7.php:1230, ../includes/Elements/Contact_Form_7.php:1336, ../includes/Elements/Contact_Form_7.php:1427, ../includes/Elements/Contact_Form_7.php:1520, ../includes/Elements/Content_Ticker.php:345, ../includes/Elements/Content_Ticker.php:422, ../includes/Elements/Content_Ticker.php:597, ../includes/Elements/Content_Ticker.php:653, ../includes/Elements/Countdown.php:733, ../includes/Elements/Countdown.php:745, ../includes/Elements/Countdown.php:805, ../includes/Elements/Countdown.php:817, ../includes/Elements/Countdown.php:877, ../includes/Elements/Countdown.php:889, ../includes/Elements/Countdown.php:949, ../includes/Elements/Countdown.php:961, ../includes/Elements/Creative_Button.php:291, ../includes/Elements/Creative_Button.php:383, ../includes/Elements/Cta_Box.php:122, ../includes/Elements/Cta_Box.php:426, ../includes/Elements/Cta_Box.php:712, ../includes/Elements/Cta_Box.php:781, ../includes/Elements/Data_Table.php:628, ../includes/Elements/Data_Table.php:668, ../includes/Elements/Data_Table.php:1179, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1253, ../includes/Elements/Filterable_Gallery.php:834, ../includes/Elements/Filterable_Gallery.php:971, ../includes/Elements/Filterable_Gallery.php:1037, ../includes/Elements/Filterable_Gallery.php:1183, ../includes/Elements/Filterable_Gallery.php:1373, ../includes/Elements/Filterable_Gallery.php:1403, ../includes/Elements/Filterable_Gallery.php:1508, ../includes/Elements/Filterable_Gallery.php:1524, ../includes/Elements/Filterable_Gallery.php:1726, ../includes/Elements/Filterable_Gallery.php:1864, ../includes/Elements/Filterable_Gallery.php:2494, ../includes/Elements/Filterable_Gallery.php:2689, ../includes/Elements/FluentForm.php:611, ../includes/Elements/FluentForm.php:819, ../includes/Elements/FluentForm.php:1253, ../includes/Elements/FluentForm.php:1339, ../includes/Elements/FluentForm.php:1524, ../includes/Elements/FluentForm.php:1630, ../includes/Elements/FluentForm.php:2048, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:660, ../includes/Elements/GravityForms.php:886, ../includes/Elements/GravityForms.php:1619, ../includes/Elements/GravityForms.php:1797, ../includes/Elements/GravityForms.php:1889, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2113, ../includes/Elements/Image_Accordion.php:317, ../includes/Elements/Info_Box.php:543, ../includes/Elements/Info_Box.php:784, ../includes/Elements/Info_Box.php:863, ../includes/Elements/Info_Box.php:1032, ../includes/Elements/Info_Box.php:1094, ../includes/Elements/Info_Box.php:1244, ../includes/Elements/Info_Box.php:1290, ../includes/Elements/Login_Register.php:1505, ../includes/Elements/Login_Register.php:1638, ../includes/Elements/Login_Register.php:1740, ../includes/Elements/Login_Register.php:1914, ../includes/Elements/Login_Register.php:2270, ../includes/Elements/Login_Register.php:2361, ../includes/Elements/Login_Register.php:2541, ../includes/Elements/Login_Register.php:2579, ../includes/Elements/Login_Register.php:2676, ../includes/Elements/Login_Register.php:3203, ../includes/Elements/Login_Register.php:3240, ../includes/Elements/Login_Register.php:3524, ../includes/Elements/Login_Register.php:3561, ../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:944, ../includes/Elements/Pricing_Table.php:742, ../includes/Elements/Pricing_Table.php:902, ../includes/Elements/Pricing_Table.php:1408, ../includes/Elements/Pricing_Table.php:1477, ../includes/Elements/Pricing_Table.php:1643, ../includes/Elements/Pricing_Table.php:1905, ../includes/Elements/Pricing_Table.php:1974, ../includes/Elements/Product_Grid.php:1834, ../includes/Elements/Product_Grid.php:1942, ../includes/Elements/Product_Grid.php:2048, ../includes/Elements/Product_Grid.php:2234, ../includes/Elements/Product_Grid.php:2272, ../includes/Elements/Product_Grid.php:2316, ../includes/Elements/Product_Grid.php:2563, ../includes/Elements/Product_Grid.php:2606, ../includes/Elements/Product_Grid.php:2667, ../includes/Elements/Product_Grid.php:2718, ../includes/Elements/Progress_Bar.php:578, ../includes/Elements/Simple_Menu.php:252, ../includes/Elements/Simple_Menu.php:308, ../includes/Elements/Simple_Menu.php:380, ../includes/Elements/Simple_Menu.php:575, ../includes/Elements/Simple_Menu.php:655, ../includes/Elements/Simple_Menu.php:703, ../includes/Elements/Simple_Menu.php:750, ../includes/Elements/Simple_Menu.php:884, ../includes/Elements/Simple_Menu.php:964, ../includes/Elements/Simple_Menu.php:1011, ../includes/Elements/Simple_Menu.php:1058, ../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:401, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Checkout.php:617, ../includes/Elements/Woo_Checkout.php:732, ../includes/Elements/Woo_Checkout.php:854, ../includes/Elements/Woo_Checkout.php:1312, ../includes/Elements/Woo_Checkout.php:1352, ../includes/Elements/Woo_Checkout.php:1610, ../includes/Elements/Woo_Checkout.php:1650, ../includes/Elements/Woo_Checkout.php:2154, ../includes/Elements/Woo_Checkout.php:2284, ../includes/Elements/Woo_Checkout.php:2394, ../includes/Elements/Woo_Checkout.php:2434, ../includes/Elements/Woo_Product_Carousel.php:908, ../includes/Elements/Woo_Product_Carousel.php:1401, ../includes/Elements/Woo_Product_Carousel.php:1483, ../includes/Elements/Woo_Product_Carousel.php:1702, ../includes/Elements/Woo_Product_Carousel.php:1745, ../includes/Elements/Woo_Product_Carousel.php:1807, ../includes/Elements/Woo_Product_Carousel.php:1859, ../includes/Elements/Woo_Product_Carousel.php:2663, ../includes/Elements/Woo_Product_Carousel.php:2719, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Table_of_Content.php:589, ../includes/Extensions/Table_of_Content.php:735, ../includes/Extensions/Table_of_Content.php:799, ../includes/Traits/Controls.php:1426, ../includes/Traits/Controls.php:1488, ../includes/Traits/Controls.php:1869, ../includes/Traits/Woo_Product_Comparable.php:370, ../includes/Traits/Woo_Product_Comparable.php:476
|
615 |
msgid "Background Color"
|
616 |
msgstr ""
|
617 |
|
619 |
msgid "Cell Border"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: ../includes/Elements/Advanced_Data_Table.php:494, ../includes/Elements/Advanced_Data_Table.php:839, ../includes/Elements/Advanced_Data_Table.php:923, ../includes/Elements/Advanced_Data_Table.php:1141, ../includes/Elements/Advanced_Data_Table.php:1458, ../includes/Elements/Adv_Accordion.php:349, ../includes/Elements/Adv_Accordion.php:502, ../includes/Elements/Adv_Accordion.php:742, ../includes/Elements/Adv_Tabs.php:301, ../includes/Elements/Adv_Tabs.php:444, ../includes/Elements/Adv_Tabs.php:726, ../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:431, ../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:438, ../includes/Elements/Cta_Box.php:651, ../includes/Elements/Cta_Box.php:868, ../includes/Elements/Data_Table.php:596, ../includes/Elements/Data_Table.php:881, ../includes/Elements/Dual_Color_Header.php:322, ../includes/Elements/Facebook_Feed.php:605, ../includes/Elements/Facebook_Feed.php:631, ../includes/Elements/Facebook_Feed.php:703, ../includes/Elements/Fancy_Text.php:480, ../includes/Elements/Feature_List.php:599, ../includes/Elements/Filterable_Gallery.php:846, ../includes/Elements/Filterable_Gallery.php:923, ../includes/Elements/Filterable_Gallery.php:1105, ../includes/Elements/Filterable_Gallery.php:1195, ../includes/Elements/Filterable_Gallery.php:1539, ../includes/Elements/Filterable_Gallery.php:1750, ../includes/Elements/Filterable_Gallery.php:2613, ../includes/Elements/Flip_Box.php:999, ../includes/Elements/Flip_Box.php:1112, ../includes/Elements/Flip_Box.php:1348, ../includes/Elements/FluentForm.php:760, ../includes/Elements/FluentForm.php:1128, ../includes/Elements/FluentForm.php:1183, ../includes/Elements/FluentForm.php:1306, ../includes/Elements/FluentForm.php:1391, ../includes/Elements/FluentForm.php:1571, ../includes/Elements/FluentForm.php:1973, ../includes/Elements/FluentForm.php:2139, ../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:722, ../includes/Elements/GravityForms.php:1343, ../includes/Elements/GravityForms.php:1539, ../includes/Elements/GravityForms.php:1677, ../includes/Elements/GravityForms.php:1847, ../includes/Elements/GravityForms.php:2073, ../includes/Elements/Image_Accordion.php:329, ../includes/Elements/Image_Accordion.php:441, ../includes/Elements/Info_Box.php:555, ../includes/Elements/Login_Register.php:1468, ../includes/Elements/Login_Register.php:2033, ../includes/Elements/Login_Register.php:2172, ../includes/Elements/Login_Register.php:2245, ../includes/Elements/Login_Register.php:2336, ../includes/Elements/Login_Register.php:2438, ../includes/Elements/Login_Register.php:2474, ../includes/Elements/Login_Register.php:2636, ../includes/Elements/Login_Register.php:3108, ../includes/Elements/Login_Register.php:3407, ../includes/Elements/NinjaForms.php:784, ../includes/Elements/NinjaForms.php:1419, ../includes/Elements/Pricing_Table.php:754, ../includes/Elements/Pricing_Table.php:1519, ../includes/Elements/Pricing_Table.php:1824, ../includes/Elements/Product_Grid.php:814, ../includes/Elements/Product_Grid.php:1065, ../includes/Elements/Product_Grid.php:1473, ../includes/Elements/Simple_Menu.php:341, ../includes/Elements/Simple_Menu.php:817, ../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:431, ../includes/Elements/Twitter_Feed.php:490, ../includes/Elements/Twitter_Feed.php:523, ../includes/Elements/WeForms.php:676, ../includes/Elements/Woo_Checkout.php:628, ../includes/Elements/Woo_Checkout.php:1220, ../includes/Elements/Woo_Checkout.php:1413, ../includes/Elements/Woo_Checkout.php:1543, ../includes/Elements/Woo_Checkout.php:1711, ../includes/Elements/Woo_Checkout.php:1926, ../includes/Elements/Woo_Checkout.php:2176, ../includes/Elements/Woo_Checkout.php:2507, ../includes/Elements/Woo_Product_Carousel.php:1043, ../includes/Elements/Woo_Product_Carousel.php:2276, ../includes/Elements/WpForms.php:752, ../includes/Elements/WpForms.php:1255, ../includes/Extensions/Table_of_Content.php:624, ../includes/Extensions/Table_of_Content.php:812, ../includes/Traits/Controls.php:1333, ../includes/Traits/Controls.php:1378, ../includes/Traits/Controls.php:1879, ../includes/Traits/Woo_Product_Comparable.php:342, ../includes/Traits/Woo_Product_Comparable.php:987, ../includes/Traits/Woo_Product_Comparable.php:1136, ../includes/Traits/Woo_Product_Comparable.php:1604
|
623 |
msgid "Padding"
|
624 |
msgstr ""
|
625 |
|
639 |
msgid "Highlight"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: ../includes/Elements/Advanced_Data_Table.php:638, ../includes/Elements/Adv_Tabs.php:147, ../includes/Elements/Countdown.php:402, ../includes/Elements/Data_Table.php:137, ../includes/Elements/Filterable_Gallery.php:188, ../includes/Elements/Filterable_Gallery.php:228, ../includes/Elements/Flip_Box.php:200, ../includes/Elements/Flip_Box.php:429, ../includes/Elements/Flip_Box.php:648, ../includes/Elements/GravityForms.php:1016, ../includes/Elements/Info_Box.php:98, ../includes/Elements/Info_Box.php:804, ../includes/Elements/Info_Box.php:884, ../includes/Elements/Info_Box.php:1020, ../includes/Elements/Info_Box.php:1115, ../includes/Elements/Post_Grid.php:918, ../includes/Elements/Sticky_Video.php:552, ../includes/Extensions/Table_of_Content.php:837, ../includes/Extensions/Table_of_Content.php:1058
|
643 |
msgid "None"
|
644 |
msgstr ""
|
645 |
|
667 |
msgid "Odd Row"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: ../includes/Elements/Advanced_Data_Table.php:900, ../includes/Elements/Dual_Color_Header.php:775, ../includes/Elements/Dual_Color_Header.php:855, ../includes/Elements/Flip_Box.php:123, ../includes/Elements/FluentForm.php:1287, ../includes/Elements/FluentForm.php:1372, ../includes/Elements/FluentForm.php:1785, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:304, ../includes/Elements/Login_Register.php:1980, ../includes/Elements/Progress_Bar.php:384, ../includes/Elements/Progress_Bar.php:436, ../includes/Elements/Sticky_Video.php:459, ../includes/Elements/Team_Member.php:318, ../includes/Elements/Twitter_Feed.php:818, ../includes/Elements/Woo_Product_Carousel.php:1335, ../includes/Elements/Woo_Product_Carousel.php:2168, ../includes/Elements/Woo_Product_Carousel.php:2368, ../includes/Elements/Woo_Product_Carousel.php:2456, ../includes/Extensions/Reading_Progress.php:128
|
671 |
msgid "Height"
|
672 |
msgstr ""
|
673 |
|
675 |
msgid "Margin Bottom"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: ../includes/Elements/Advanced_Data_Table.php:958, ../includes/Elements/Advanced_Data_Table.php:1106, ../includes/Elements/Caldera_Forms.php:229, ../includes/Elements/Caldera_Forms.php:557, ../includes/Elements/Caldera_Forms.php:1132, ../includes/Elements/Contact_Form_7.php:439, ../includes/Elements/Contact_Form_7.php:1158, ../includes/Elements/Countdown.php:114, ../includes/Elements/Cta_Box.php:97, ../includes/Elements/Data_Table.php:536, ../includes/Elements/Dual_Color_Header.php:186, ../includes/Elements/Dual_Color_Header.php:650, ../includes/Elements/Event_Calendar.php:991, ../includes/Elements/Event_Calendar.php:1123, ../includes/Elements/Fancy_Text.php:170, ../includes/Elements/Filterable_Gallery.php:763, ../includes/Elements/FluentForm.php:235, ../includes/Elements/FluentForm.php:576, ../includes/Elements/FluentForm.php:1207, ../includes/Elements/FluentForm.php:1452, ../includes/Elements/Formstack.php:445, ../includes/Elements/Formstack.php:759, ../includes/Elements/Formstack.php:1368, ../includes/Elements/GravityForms.php:480, ../includes/Elements/GravityForms.php:625, ../includes/Elements/GravityForms.php:1717, ../includes/Elements/GravityForms.php:1967, ../includes/Elements/Login_Register.php:3162, ../includes/Elements/Login_Register.php:3482, ../includes/Elements/NinjaForms.php:417, ../includes/Elements/NinjaForms.php:599, ../includes/Elements/NinjaForms.php:1294, ../includes/Elements/Post_Grid.php:465, ../includes/Elements/Post_Grid.php:783, ../includes/Elements/Post_Grid.php:866, ../includes/Elements/Product_Grid.php:699, ../includes/Elements/Product_Grid.php:1017, ../includes/Elements/Product_Grid.php:1698, ../includes/Elements/Product_Grid.php:2164, ../includes/Elements/Progress_Bar.php:317, ../includes/Elements/Progress_Bar.php:528, ../includes/Elements/Simple_Menu.php:448, ../includes/Elements/Simple_Menu.php:474, ../includes/Elements/Simple_Menu.php:499, ../includes/Elements/Simple_Menu.php:794, ../includes/Elements/Tooltip.php:204, ../includes/Elements/Woo_Product_Carousel.php:829, ../includes/Elements/Woo_Product_Carousel.php:878, ../includes/Elements/WpForms.php:384, ../includes/Elements/WpForms.php:568, ../includes/Elements/WpForms.php:1133, ../includes/Traits/Controls.php:1898
|
679 |
msgid "Alignment"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1162, ../includes/Elements/Adv_Accordion.php:360, ../includes/Elements/Adv_Accordion.php:513, ../includes/Elements/Adv_Accordion.php:753, ../includes/Elements/Adv_Tabs.php:312, ../includes/Elements/Adv_Tabs.php:455, ../includes/Elements/Adv_Tabs.php:737, ../includes/Elements/Betterdocs_Category_Grid.php:570, ../includes/Elements/Betterdocs_Category_Grid.php:736, ../includes/Elements/Caldera_Forms.php:297, ../includes/Elements/Caldera_Forms.php:359, ../includes/Elements/Contact_Form_7.php:372, ../includes/Elements/Contact_Form_7.php:1653, ../includes/Elements/Content_Ticker.php:464, ../includes/Elements/Countdown.php:1088, ../includes/Elements/Cta_Box.php:450, ../includes/Elements/Cta_Box.php:663, ../includes/Elements/Cta_Box.php:880, ../includes/Elements/Dual_Color_Header.php:334, ../includes/Elements/Dual_Color_Header.php:702, ../includes/Elements/Fancy_Text.php:492, ../includes/Elements/Filterable_Gallery.php:858, ../includes/Elements/Filterable_Gallery.php:935, ../includes/Elements/Filterable_Gallery.php:1117, ../includes/Elements/Filterable_Gallery.php:1762, ../includes/Elements/Filterable_Gallery.php:2211, ../includes/Elements/Filterable_Gallery.php:2654, ../includes/Elements/Flip_Box.php:1336, ../includes/Elements/FluentForm.php:304, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:1140, ../includes/Elements/FluentForm.php:1195, ../includes/Elements/FluentForm.php:2151, ../includes/Elements/Formstack.php:502, ../includes/Elements/Formstack.php:552, ../includes/Elements/Formstack.php:692, ../includes/Elements/Formstack.php:747, ../includes/Elements/Formstack.php:1979, ../includes/Elements/GravityForms.php:1072, ../includes/Elements/GravityForms.php:1331, ../includes/Elements/GravityForms.php:1527, ../includes/Elements/GravityForms.php:1691, ../includes/Elements/Image_Accordion.php:341, ../includes/Elements/Image_Accordion.php:430, ../includes/Elements/Info_Box.php:688, ../includes/Elements/Info_Box.php:750, ../includes/Elements/Info_Box.php:981, ../includes/Elements/Info_Box.php:1371, ../includes/Elements/Login_Register.php:1453, ../includes/Elements/Login_Register.php:2018, ../includes/Elements/Login_Register.php:2157, ../includes/Elements/Login_Register.php:2230, ../includes/Elements/Login_Register.php:2321, ../includes/Elements/Login_Register.php:2423, ../includes/Elements/Login_Register.php:2459, ../includes/Elements/Login_Register.php:2621, ../includes/Elements/Login_Register.php:3093, ../includes/Elements/Login_Register.php:3328, ../includes/Elements/Login_Register.php:3392, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:401, ../includes/Elements/Post_Grid.php:516, ../includes/Elements/Post_Grid.php:531, ../includes/Elements/Post_Grid.php:655, ../includes/Elements/Post_Grid.php:743, ../includes/Elements/Post_Grid.php:819, ../includes/Elements/Pricing_Table.php:766, ../includes/Elements/Pricing_Table.php:1092, ../includes/Elements/Pricing_Table.php:1162, ../includes/Elements/Pricing_Table.php:1836, ../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_Product_Carousel.php:937, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1345, ../includes/Traits/Controls.php:1390, ../includes/Traits/Woo_Product_Comparable.php:330, ../includes/Traits/Woo_Product_Comparable.php:1452
|
683 |
msgid "Margin"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1182, ../includes/Elements/Advanced_Data_Table.php:1348, ../includes/Elements/Adv_Accordion.php:524, ../includes/Elements/Adv_Accordion.php:852, ../includes/Elements/Adv_Tabs.php:466, ../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:389, ../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:693, ../includes/Elements/Cta_Box.php:899, ../includes/Elements/Data_Table.php:608, ../includes/Elements/Data_Table.php:801, ../includes/Elements/Data_Table.php:973, ../includes/Elements/Data_Table.php:1071, ../includes/Elements/Event_Calendar.php:768, ../includes/Elements/Filterable_Gallery.php:954, ../includes/Elements/Filterable_Gallery.php:1719, ../includes/Elements/Filterable_Gallery.php:2483, ../includes/Elements/Flip_Box.php:1330, ../includes/Elements/FluentForm.php:604, ../includes/Elements/FluentForm.php:939, ../includes/Elements/FluentForm.php:1517, ../includes/Elements/FluentForm.php:1689, ../includes/Elements/FluentForm.php:1906, ../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:653, ../includes/Elements/GravityForms.php:1243, ../includes/Elements/GravityForms.php:1439, ../includes/Elements/GravityForms.php:1790, ../includes/Elements/GravityForms.php:2019, ../includes/Elements/Info_Box.php:536, ../includes/Elements/Info_Box.php:764, ../includes/Elements/Info_Box.php:995, ../includes/Elements/Info_Box.php:1226, ../includes/Elements/Info_Box.php:1337, ../includes/Elements/Login_Register.php:2524, ../includes/Elements/Login_Register.php:3192, ../includes/Elements/Login_Register.php:3355, ../includes/Elements/Login_Register.php:3513, ../includes/Elements/NinjaForms.php:627, ../includes/Elements/NinjaForms.php:1020, ../includes/Elements/NinjaForms.php:1365, ../includes/Elements/Pricing_Table.php:1888, ../includes/Elements/Product_Grid.php:869, ../includes/Elements/Product_Grid.php:1510, ../includes/Elements/Product_Grid.php:1924, ../includes/Elements/Product_Grid.php:2217, ../includes/Elements/Product_Grid.php:2650, ../includes/Elements/Team_Member.php:714, ../includes/Elements/Tooltip.php:403, ../includes/Elements/WeForms.php:687, ../includes/Elements/Woo_Checkout.php:900, ../includes/Elements/Woo_Checkout.php:943, ../includes/Elements/Woo_Checkout.php:1086, ../includes/Elements/Woo_Checkout.php:1305, ../includes/Elements/Woo_Checkout.php:1603, ../includes/Elements/Woo_Checkout.php:2063, ../includes/Elements/Woo_Checkout.php:2233, ../includes/Elements/Woo_Checkout.php:2387, ../includes/Elements/Woo_Product_Carousel.php:949, ../includes/Elements/Woo_Product_Carousel.php:1385, ../includes/Elements/Woo_Product_Carousel.php:1790, ../includes/Elements/Woo_Product_Carousel.php:2234, ../includes/Elements/Woo_Product_Carousel.php:2656, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php:910, ../includes/Traits/Controls.php:1222, ../includes/Traits/Controls.php:1409, ../includes/Traits/Woo_Product_Comparable.php:828, ../includes/Traits/Woo_Product_Comparable.php:1214, ../includes/Traits/Woo_Product_Comparable.php:1632
|
687 |
msgid "Normal"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1252, ../includes/Elements/Advanced_Data_Table.php:1378, ../includes/Elements/Adv_Accordion.php:582, ../includes/Elements/Adv_Accordion.php:899, ../includes/Elements/Adv_Tabs.php:533, ../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:473, ../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:764, ../includes/Elements/Cta_Box.php:951, ../includes/Elements/Data_Table.php:648, ../includes/Elements/Data_Table.php:892, ../includes/Elements/Data_Table.php:990, ../includes/Elements/Data_Table.php:1089, ../includes/Elements/Event_Calendar.php:835, ../includes/Elements/Filterable_Gallery.php:1857, ../includes/Elements/Filterable_Gallery.php:2678, ../includes/Elements/Flip_Box.php:1413, ../includes/Elements/FluentForm.php:1623, ../includes/Elements/FluentForm.php:1987, ../includes/Elements/Formstack.php:1539, ../includes/Elements/Formstack.php:1849, ../includes/Elements/GravityForms.php:1882, ../includes/Elements/GravityForms.php:2106, ../includes/Elements/Info_Box.php:597, ../includes/Elements/Info_Box.php:835, ../includes/Elements/Info_Box.php:1066, ../includes/Elements/Info_Box.php:1272, ../includes/Elements/Info_Box.php:1447, ../includes/Elements/Login_Register.php:3229, ../includes/Elements/Login_Register.php:3550, ../includes/Elements/NinjaForms.php:1452, ../includes/Elements/Pricing_Table.php:408, ../includes/Elements/Pricing_Table.php:1957, ../includes/Elements/Product_Grid.php:919, ../includes/Elements/Product_Grid.php:1579, ../includes/Elements/Product_Grid.php:2031, ../includes/Elements/Product_Grid.php:2255, ../includes/Elements/Product_Grid.php:2701, ../includes/Elements/Simple_Menu.php:681, ../includes/Elements/Simple_Menu.php:990, ../includes/Elements/Team_Member.php:791, ../includes/Elements/Tooltip.php:446, ../includes/Elements/WeForms.php:737, ../includes/Elements/Woo_Checkout.php:916, ../includes/Elements/Woo_Checkout.php:960, ../includes/Elements/Woo_Checkout.php:1102, ../includes/Elements/Woo_Checkout.php:1345, ../includes/Elements/Woo_Checkout.php:1643, ../includes/Elements/Woo_Checkout.php:2079, ../includes/Elements/Woo_Checkout.php:2427, ../includes/Elements/Woo_Product_Carousel.php:989, ../includes/Elements/Woo_Product_Carousel.php:1467, ../includes/Elements/Woo_Product_Carousel.php:1842, ../includes/Elements/Woo_Product_Carousel.php:2297, ../includes/Elements/Woo_Product_Carousel.php:2712, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php:933, ../includes/Traits/Controls.php:1277, ../includes/Traits/Controls.php:1471, ../includes/Traits/Woo_Product_Comparable.php:928, ../includes/Traits/Woo_Product_Comparable.php:1295, ../includes/Traits/Woo_Product_Comparable.php:1682
|
691 |
msgid "Hover"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1353, ../includes/Elements/Advanced_Data_Table.php:1383, ../includes/Elements/Betterdocs_Category_Box.php:683, ../includes/Elements/Betterdocs_Category_Box.php:716, ../includes/Elements/Betterdocs_Category_Box.php:860, ../includes/Elements/Betterdocs_Category_Box.php:965, ../includes/Elements/Betterdocs_Category_Grid.php:616, ../includes/Elements/Betterdocs_Category_Grid.php:670, ../includes/Elements/Betterdocs_Category_Grid.php:806, ../includes/Elements/Betterdocs_Category_Grid.php:903, ../includes/Elements/Betterdocs_Category_Grid.php:1006, ../includes/Elements/Betterdocs_Category_Grid.php:1086, ../includes/Elements/Betterdocs_Category_Grid.php:1162, ../includes/Elements/Betterdocs_Category_Grid.php:1239, ../includes/Elements/Betterdocs_Category_Grid.php:1362, ../includes/Elements/Betterdocs_Category_Grid.php:1461, ../includes/Elements/Betterdocs_Search_Form.php:237, ../includes/Elements/Betterdocs_Search_Form.php:274, ../includes/Elements/Caldera_Forms.php:983, ../includes/Elements/Caldera_Forms.php:1099, ../includes/Elements/Caldera_Forms.php:1431, ../includes/Elements/Contact_Form_7.php:1010, ../includes/Elements/Contact_Form_7.php:1126, ../includes/Elements/Content_Ticker.php:609, ../includes/Elements/Content_Ticker.php:665, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Cta_Box.php:601, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:613, ../includes/Elements/Data_Table.php:653, ../includes/Elements/Data_Table.php:1164, ../includes/Elements/Dual_Color_Header.php:473, ../includes/Elements/Dual_Color_Header.php:570, ../includes/Elements/Dual_Color_Header.php:713, ../includes/Elements/Event_Calendar.php:735, ../includes/Elements/Event_Calendar.php:775, ../includes/Elements/Event_Calendar.php:842, ../includes/Elements/Event_Calendar.php:896, ../includes/Elements/Event_Calendar.php:979, ../includes/Elements/Event_Calendar.php:1054, ../includes/Elements/Event_Calendar.php:1088, ../includes/Elements/Event_Calendar.php:1197, ../includes/Elements/Event_Calendar.php:1563, ../includes/Elements/Facebook_Feed.php:769, ../includes/Elements/Facebook_Feed.php:807, ../includes/Elements/Facebook_Feed.php:847, ../includes/Elements/Facebook_Feed.php:895, ../includes/Elements/Facebook_Feed.php:933, ../includes/Elements/Facebook_Feed.php:971, ../includes/Elements/Facebook_Feed.php:1024, ../includes/Elements/Facebook_Feed.php:1062, ../includes/Elements/Facebook_Feed.php:1100, ../includes/Elements/Facebook_Feed.php:1132, ../includes/Elements/Fancy_Text.php:346, ../includes/Elements/Feature_List.php:543, ../includes/Elements/Feature_List.php:765, ../includes/Elements/Feature_List.php:799, ../includes/Elements/Filterable_Gallery.php:1216, ../includes/Elements/Filterable_Gallery.php:1256, ../includes/Elements/Filterable_Gallery.php:1578, ../includes/Elements/Filterable_Gallery.php:1593, ../includes/Elements/Filterable_Gallery.php:1638, ../includes/Elements/Filterable_Gallery.php:1653, ../includes/Elements/Filterable_Gallery.php:1738, ../includes/Elements/Filterable_Gallery.php:1876, ../includes/Elements/Filterable_Gallery.php:1952, ../includes/Elements/Filterable_Gallery.php:1988, ../includes/Elements/Filterable_Gallery.php:2035, ../includes/Elements/Filterable_Gallery.php:2176, ../includes/Elements/Filterable_Gallery.php:2363, ../includes/Elements/Flip_Box.php:945, ../includes/Elements/Flip_Box.php:1058, ../includes/Elements/Flip_Box.php:1185, ../includes/Elements/Flip_Box.php:1216, ../includes/Elements/Flip_Box.php:1254, ../includes/Elements/Flip_Box.php:1286, ../includes/Elements/Flip_Box.php:1360, ../includes/Elements/Flip_Box.php:1419, ../includes/Elements/FluentForm.php:413, ../includes/Elements/FluentForm.php:949, ../includes/Elements/FluentForm.php:1065, ../includes/Elements/FluentForm.php:1106, ../includes/Elements/FluentForm.php:1161, ../includes/Elements/FluentForm.php:1265, ../includes/Elements/FluentForm.php:1327, ../includes/Elements/FluentForm.php:1921, ../includes/Elements/FluentForm.php:1994, ../includes/Elements/FluentForm.php:2115, ../includes/Elements/Formstack.php:658, ../includes/Elements/Formstack.php:713, ../includes/Elements/Formstack.php:1175, ../includes/Elements/Formstack.php:1255, ../includes/Elements/Formstack.php:1309, ../includes/Elements/Formstack.php:1856, ../includes/Elements/Formstack.php:1937, ../includes/Elements/GravityForms.php:1147, ../includes/Elements/GravityForms.php:1253, ../includes/Elements/GravityForms.php:1367, ../includes/Elements/GravityForms.php:1449, ../includes/Elements/GravityForms.php:1563, ../includes/Elements/GravityForms.php:1607, ../includes/Elements/Image_Accordion.php:496, ../includes/Elements/Image_Accordion.php:525, ../includes/Elements/Info_Box.php:1351, ../includes/Elements/Info_Box.php:1427, ../includes/Elements/Login_Register.php:2260, ../includes/Elements/Login_Register.php:2351, ../includes/Elements/Login_Register.php:2765, ../includes/Elements/NinjaForms.php:1030, ../includes/Elements/NinjaForms.php:1148, ../includes/Elements/NinjaForms.php:1567, ../includes/Elements/Post_Grid.php:380, ../includes/Elements/Post_Grid.php:453, ../includes/Elements/Post_Grid.php:845, ../includes/Elements/Pricing_Table.php:889, ../includes/Elements/Pricing_Table.php:953, ../includes/Elements/Pricing_Table.php:1044, ../includes/Elements/Pricing_Table.php:1073, ../includes/Elements/Pricing_Table.php:1114, ../includes/Elements/Pricing_Table.php:1143, ../includes/Elements/Pricing_Table.php:1183, ../includes/Elements/Pricing_Table.php:1218, ../includes/Elements/Pricing_Table.php:1375, ../includes/Elements/Pricing_Table.php:1507, ../includes/Elements/Product_Grid.php:1339, ../includes/Elements/Product_Grid.php:1929, ../includes/Elements/Product_Grid.php:2036, ../includes/Elements/Product_Grid.php:2373, ../includes/Elements/Product_Grid.php:2553, ../includes/Elements/Product_Grid.php:2594, ../includes/Elements/Product_Grid.php:2655, ../includes/Elements/Product_Grid.php:2706, ../includes/Elements/Product_Grid.php:2863, ../includes/Elements/Progress_Bar.php:407, ../includes/Elements/Progress_Bar.php:467, ../includes/Elements/Simple_Menu.php:643, ../includes/Elements/Simple_Menu.php:737, ../includes/Elements/Simple_Menu.php:952, ../includes/Elements/Simple_Menu.php:1045, ../includes/Elements/Twitter_Feed.php:682, ../includes/Elements/Twitter_Feed.php:711, ../includes/Elements/Twitter_Feed.php:741, ../includes/Elements/Twitter_Feed.php:911, ../includes/Elements/Woo_Checkout.php:572, ../includes/Elements/Woo_Checkout.php:746, ../includes/Elements/Woo_Checkout.php:760, ../includes/Elements/Woo_Checkout.php:868, ../includes/Elements/Woo_Checkout.php:882, ../includes/Elements/Woo_Checkout.php:1055, ../includes/Elements/Woo_Checkout.php:1091, ../includes/Elements/Woo_Checkout.php:1107, ../includes/Elements/Woo_Checkout.php:1175, ../includes/Elements/Woo_Checkout.php:1274, ../includes/Elements/Woo_Checkout.php:1324, ../includes/Elements/Woo_Checkout.php:1364, ../includes/Elements/Woo_Checkout.php:1461, ../includes/Elements/Woo_Checkout.php:1622, ../includes/Elements/Woo_Checkout.php:1662, ../includes/Elements/Woo_Checkout.php:1780, ../includes/Elements/Woo_Checkout.php:1824, ../includes/Elements/Woo_Checkout.php:1868, ../includes/Elements/Woo_Checkout.php:1974, ../includes/Elements/Woo_Checkout.php:2013, ../includes/Elements/Woo_Checkout.php:2053, ../includes/Elements/Woo_Checkout.php:2240, ../includes/Elements/Woo_Checkout.php:2261, ../includes/Elements/Woo_Checkout.php:2296, ../includes/Elements/Woo_Checkout.php:2317, ../includes/Elements/Woo_Checkout.php:2406, ../includes/Elements/Woo_Checkout.php:2446, ../includes/Elements/Woo_Product_Carousel.php:1195, ../includes/Elements/Woo_Product_Carousel.php:1390, ../includes/Elements/Woo_Product_Carousel.php:1472, ../includes/Elements/Woo_Product_Carousel.php:1692, ../includes/Elements/Woo_Product_Carousel.php:1733, ../includes/Elements/Woo_Product_Carousel.php:1795, ../includes/Elements/Woo_Product_Carousel.php:1847, ../includes/Elements/Woo_Product_Carousel.php:2000, ../includes/Elements/Woo_Product_Carousel.php:2241, ../includes/Elements/Woo_Product_Carousel.php:2304, ../includes/Elements/Woo_Product_Carousel.php:2337, ../includes/Elements/Woo_Product_Carousel.php:2675, ../includes/Elements/Woo_Product_Carousel.php:2731, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php:1069, ../includes/Traits/Woo_Product_Comparable.php:49, ../includes/Traits/Woo_Product_Comparable.php:109, ../includes/Traits/Woo_Product_Comparable.php:1362, ../includes/Traits/Woo_Product_Comparable.php:1474
|
695 |
msgid "Color"
|
696 |
msgstr ""
|
697 |
|
719 |
msgid "Select Accordion Tab Title Tag"
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: ../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:198, ../includes/Elements/Dual_Color_Header.php:138, ../includes/Elements/Filterable_Gallery.php:367, ../includes/Elements/Flip_Box.php:298, ../includes/Elements/Flip_Box.php:527, ../includes/Elements/Image_Accordion.php:156, ../includes/Elements/Info_Box.php:233, ../includes/Elements/Product_Grid.php:458, ../includes/Elements/Product_Grid.php:1766, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:158, ../includes/Elements/Woo_Product_Carousel.php:258, ../includes/Elements/Woo_Product_Carousel.php:418, ../includes/Extensions/Table_of_Content.php:147, ../includes/Traits/Controls.php:826
|
723 |
msgid "H1"
|
724 |
msgstr ""
|
725 |
|
726 |
+
#: ../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:199, ../includes/Elements/Dual_Color_Header.php:139, ../includes/Elements/Filterable_Gallery.php:368, ../includes/Elements/Flip_Box.php:299, ../includes/Elements/Flip_Box.php:528, ../includes/Elements/Image_Accordion.php:157, ../includes/Elements/Info_Box.php:234, ../includes/Elements/Product_Grid.php:459, ../includes/Elements/Product_Grid.php:1767, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:159, ../includes/Elements/Woo_Product_Carousel.php:259, ../includes/Elements/Woo_Product_Carousel.php:419, ../includes/Extensions/Table_of_Content.php:148, ../includes/Traits/Controls.php:827
|
727 |
msgid "H2"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: ../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:200, ../includes/Elements/Dual_Color_Header.php:140, ../includes/Elements/Filterable_Gallery.php:369, ../includes/Elements/Flip_Box.php:300, ../includes/Elements/Flip_Box.php:529, ../includes/Elements/Image_Accordion.php:158, ../includes/Elements/Info_Box.php:235, ../includes/Elements/Product_Grid.php:460, ../includes/Elements/Product_Grid.php:1768, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:160, ../includes/Elements/Woo_Product_Carousel.php:260, ../includes/Elements/Woo_Product_Carousel.php:420, ../includes/Extensions/Table_of_Content.php:149, ../includes/Traits/Controls.php:828
|
731 |
msgid "H3"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: ../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:201, ../includes/Elements/Dual_Color_Header.php:141, ../includes/Elements/Filterable_Gallery.php:370, ../includes/Elements/Flip_Box.php:301, ../includes/Elements/Flip_Box.php:530, ../includes/Elements/Image_Accordion.php:159, ../includes/Elements/Info_Box.php:236, ../includes/Elements/Product_Grid.php:461, ../includes/Elements/Product_Grid.php:1769, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:161, ../includes/Elements/Woo_Product_Carousel.php:261, ../includes/Elements/Woo_Product_Carousel.php:421, ../includes/Extensions/Table_of_Content.php:150, ../includes/Traits/Controls.php:829
|
735 |
msgid "H4"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: ../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:202, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Filterable_Gallery.php:371, ../includes/Elements/Flip_Box.php:302, ../includes/Elements/Flip_Box.php:531, ../includes/Elements/Image_Accordion.php:160, ../includes/Elements/Info_Box.php:237, ../includes/Elements/Product_Grid.php:462, ../includes/Elements/Product_Grid.php:1770, ../includes/Elements/Progress_Bar.php:142, ../includes/Elements/Tooltip.php:162, ../includes/Elements/Woo_Product_Carousel.php:262, ../includes/Elements/Woo_Product_Carousel.php:422, ../includes/Extensions/Table_of_Content.php:151, ../includes/Traits/Controls.php:830
|
739 |
msgid "H5"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: ../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:203, ../includes/Elements/Dual_Color_Header.php:143, ../includes/Elements/Filterable_Gallery.php:372, ../includes/Elements/Flip_Box.php:303, ../includes/Elements/Flip_Box.php:532, ../includes/Elements/Image_Accordion.php:161, ../includes/Elements/Info_Box.php:238, ../includes/Elements/Product_Grid.php:463, ../includes/Elements/Product_Grid.php:1771, ../includes/Elements/Progress_Bar.php:143, ../includes/Elements/Tooltip.php:163, ../includes/Elements/Woo_Product_Carousel.php:263, ../includes/Elements/Woo_Product_Carousel.php:423, ../includes/Extensions/Table_of_Content.php:152, ../includes/Traits/Controls.php:831
|
743 |
msgid "H6"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: ../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:204, ../includes/Elements/Dual_Color_Header.php:144, ../includes/Elements/Filterable_Gallery.php:373, ../includes/Elements/Flip_Box.php:304, ../includes/Elements/Flip_Box.php:533, ../includes/Elements/Image_Accordion.php:162, ../includes/Elements/Info_Box.php:239, ../includes/Elements/Product_Grid.php:1772, ../includes/Elements/Woo_Product_Carousel.php:264, ../includes/Elements/Woo_Product_Carousel.php:424, ../includes/Traits/Controls.php:832
|
747 |
msgid "Span"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: ../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:205, ../includes/Elements/Dual_Color_Header.php:145, ../includes/Elements/Filterable_Gallery.php:374, ../includes/Elements/Flip_Box.php:305, ../includes/Elements/Flip_Box.php:534, ../includes/Elements/Image_Accordion.php:163, ../includes/Elements/Info_Box.php:240, ../includes/Elements/Product_Grid.php:1773, ../includes/Elements/Tooltip.php:166, ../includes/Elements/Woo_Product_Carousel.php:265, ../includes/Elements/Woo_Product_Carousel.php:425, ../includes/Traits/Controls.php:833
|
751 |
msgid "P"
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: ../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:206, ../includes/Elements/Dual_Color_Header.php:146, ../includes/Elements/Filterable_Gallery.php:375, ../includes/Elements/Flip_Box.php:306, ../includes/Elements/Flip_Box.php:535, ../includes/Elements/Image_Accordion.php:164, ../includes/Elements/Info_Box.php:241, ../includes/Elements/Product_Grid.php:1774, ../includes/Elements/Woo_Product_Carousel.php:266, ../includes/Elements/Woo_Product_Carousel.php:426, ../includes/Traits/Controls.php:834
|
755 |
msgid "Div"
|
756 |
msgstr ""
|
757 |
|
783 |
msgid "Enable Tab Icon"
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: ../includes/Elements/Adv_Accordion.php:224, ../includes/Elements/Adv_Tabs.php:151, ../includes/Elements/Adv_Tabs.php:166, ../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:151, ../includes/Elements/Data_Table.php:141, ../includes/Elements/Data_Table.php:160, ../includes/Elements/Data_Table.php:287, ../includes/Elements/Data_Table.php:340, ../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:504, ../includes/Elements/Flip_Box.php:202, ../includes/Elements/Flip_Box.php:228, ../includes/Elements/Flip_Box.php:431, ../includes/Elements/Flip_Box.php:457, ../includes/Elements/Info_Box.php:106, ../includes/Elements/Info_Box.php:175, ../includes/Elements/Info_Box.php:440, ../includes/Elements/Pricing_Table.php:172, ../includes/Elements/Simple_Menu.php:596, ../includes/Elements/Simple_Menu.php:905, ../includes/Elements/Team_Member.php:166, ../includes/Elements/Tooltip.php:74, ../includes/Elements/Tooltip.php:97, ../includes/Elements/Twitter_Feed.php:877, ../includes/Extensions/Table_of_Content.php:645, ../includes/Traits/Controls.php:738, ../includes/Traits/Controls.php:791
|
787 |
msgid "Icon"
|
788 |
msgstr ""
|
789 |
|
791 |
msgid "Tab Title"
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: ../includes/Elements/Adv_Accordion.php:252, ../includes/Elements/Adv_Tabs.php:207, ../includes/Elements/Cta_Box.php:214, ../includes/Elements/Data_Table.php:283, ../includes/Elements/Info_Box.php:248, ../includes/Elements/Tooltip.php:69
|
795 |
msgid "Content Type"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: ../includes/Elements/Adv_Accordion.php:255, ../includes/Elements/Adv_Tabs.php:123, ../includes/Elements/Adv_Tabs.php:210, ../includes/Elements/Adv_Tabs.php:682, ../includes/Elements/Cta_Box.php:217, ../includes/Elements/Cta_Box.php:238, ../includes/Elements/Data_Table.php:245, ../includes/Elements/Data_Table.php:360, ../includes/Elements/Data_Table.php:374, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1473, ../includes/Elements/Facebook_Feed.php:948, ../includes/Elements/Feature_List.php:193, ../includes/Elements/Feature_List.php:697, ../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:251, ../includes/Elements/Product_Grid.php:2469, ../includes/Elements/Tooltip.php:140, ../includes/Elements/Tooltip.php:273, ../includes/Elements/Woo_Product_Carousel.php:1596
|
799 |
msgid "Content"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: ../includes/Elements/Adv_Accordion.php:256, ../includes/Elements/Adv_Tabs.php:211, ../includes/Elements/Countdown.php:405, ../includes/Elements/Cta_Box.php:218, ../includes/Elements/Info_Box.php:252
|
803 |
msgid "Saved Templates"
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: ../includes/Elements/Adv_Accordion.php:266, ../includes/Elements/Adv_Tabs.php:220, ../includes/Elements/Countdown.php:452, ../includes/Elements/Cta_Box.php:227, ../includes/Elements/Data_Table.php:328, ../includes/Elements/Info_Box.php:261
|
807 |
msgid "Choose Template"
|
808 |
msgstr ""
|
809 |
|
835 |
msgid "Tab Style"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: ../includes/Elements/Adv_Accordion.php:416, ../includes/Elements/Adv_Accordion.php:793, ../includes/Elements/Adv_Tabs.php:397, ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Data_Table.php:700, ../includes/Elements/Data_Table.php:1048, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Dual_Color_Header.php:608, ../includes/Elements/Event_Calendar.php:1444, ../includes/Elements/Event_Calendar.php:1511, ../includes/Elements/Feature_List.php:577, ../includes/Elements/Filterable_Gallery.php:1774, ../includes/Elements/Filterable_Gallery.php:2136, ../includes/Elements/Filterable_Gallery.php:2573, ../includes/Elements/Flip_Box.php:961, ../includes/Elements/Flip_Box.php:1074, ../includes/Elements/Info_Box.php:935, ../includes/Elements/Info_Box.php:1174, ../includes/Elements/Login_Register.php:2829, ../includes/Elements/Pricing_Table.php:1242, ../includes/Elements/Pricing_Table.php:1677, ../includes/Elements/Pricing_Table.php:1848, ../includes/Elements/Product_Grid.php:1289, ../includes/Elements/Product_Grid.php:2811, ../includes/Elements/Team_Member.php:643, ../includes/Elements/Tooltip.php:113, ../includes/Elements/Woo_Product_Carousel.php:1164, ../includes/Elements/Woo_Product_Carousel.php:1948, ../includes/Elements/Woo_Product_Carousel.php:2596, ../includes/Extensions/Table_of_Content.php:681, ../includes/Traits/Woo_Product_Comparable.php:1335
|
839 |
msgid "Icon Size"
|
840 |
msgstr ""
|
841 |
|
847 |
msgid "Distance"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: ../includes/Elements/Adv_Accordion.php:548, ../includes/Elements/Adv_Accordion.php:608, ../includes/Elements/Adv_Accordion.php:669, ../includes/Elements/Adv_Tabs.php:500, ../includes/Elements/Adv_Tabs.php:567, ../includes/Elements/Adv_Tabs.php:636, ../includes/Elements/Data_Table.php:1076, ../includes/Elements/Data_Table.php:1094, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Event_Calendar.php:1462, ../includes/Elements/Feature_List.php:122, ../includes/Elements/Info_Box.php:771, ../includes/Elements/Info_Box.php:850, ../includes/Elements/Info_Box.php:1002, ../includes/Elements/Info_Box.php:1081, ../includes/Elements/Post_Grid.php:968, ../includes/Elements/Pricing_Table.php:343, ../includes/Elements/Pricing_Table.php:1741, ../includes/Elements/Simple_Menu.php:264, ../includes/Elements/Team_Member.php:719, ../includes/Elements/Twitter_Feed.php:618, ../includes/Elements/Woo_Checkout.php:1186, ../includes/Elements/Woo_Checkout.php:1472
|
851 |
msgid "Icon Color"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: ../includes/Elements/Adv_Accordion.php:642, ../includes/Elements/Adv_Accordion.php:944, ../includes/Elements/Adv_Tabs.php:600, ../includes/Elements/Event_Calendar.php:889, ../includes/Elements/Filterable_Gallery.php:1020, ../includes/Elements/Product_Grid.php:2299, ../includes/Elements/Woo_Product_Carousel.php:2330, ../includes/Extensions/Table_of_Content.php:959
|
855 |
msgid "Active"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: ../includes/Elements/Adv_Accordion.php:707, ../includes/Elements/Countdown.php:1100, ../includes/Elements/Cta_Box.php:79, ../includes/Elements/Cta_Box.php:592, ../includes/Elements/Data_Table.php:794, ../includes/Elements/Dual_Color_Header.php:76, ../includes/Elements/Facebook_Feed.php:620, ../includes/Elements/Facebook_Feed.php:784, ../includes/Elements/Flip_Box.php:1208, ../includes/Elements/Flip_Box.php:1277, ../includes/Elements/Info_Box.php:1382, ../includes/Elements/Tooltip.php:320, ../includes/Elements/Twitter_Feed.php:702
|
859 |
msgid "Content Style"
|
860 |
msgstr ""
|
861 |
|
891 |
msgid "Enable Icon"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: ../includes/Elements/Adv_Tabs.php:102, ../includes/Elements/Betterdocs_Category_Grid.php:1328, ../includes/Elements/Creative_Button.php:143, ../includes/Elements/Data_Table.php:722, ../includes/Elements/Feature_List.php:301, ../includes/Elements/Filterable_Gallery.php:747, ../includes/Elements/Flip_Box.php:708, ../includes/Elements/Info_Box.php:121, ../includes/Elements/Info_Box.php:452, ../includes/Elements/Pricing_Table.php:541
|
895 |
msgid "Icon Position"
|
896 |
msgstr ""
|
897 |
|
911 |
msgid "Icon Type"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: ../includes/Elements/Adv_Tabs.php:155, ../includes/Elements/Adv_Tabs.php:182, ../includes/Elements/Data_Table.php:145, ../includes/Elements/Data_Table.php:177, ../includes/Elements/Feature_List.php:82, ../includes/Elements/Feature_List.php:169, ../includes/Elements/Filterable_Gallery.php:563, ../includes/Elements/Flip_Box.php:201, ../includes/Elements/Flip_Box.php:430, ../includes/Elements/Info_Box.php:110, ../includes/Elements/Post_Grid.php:120, ../includes/Elements/Tooltip.php:82, ../includes/Elements/Tooltip.php:177, ../includes/Traits/Controls.php:573, ../includes/Traits/Controls.php:734, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:73
|
915 |
msgid "Image"
|
916 |
msgstr ""
|
917 |
|
951 |
msgid "Caret Size"
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: ../includes/Elements/Adv_Tabs.php:853, ../includes/Elements/Caldera_Forms.php:109, ../includes/Elements/Caldera_Forms.php:936, ../includes/Elements/Contact_Form_7.php:911, ../includes/Elements/Contact_Form_7.php:963, ../includes/Elements/Content_Ticker.php:194, ../includes/Elements/Content_Ticker.php:227, ../includes/Elements/Content_Ticker.php:242, ../includes/Elements/Content_Ticker.php:277, ../includes/Elements/Data_Table.php:1130, ../includes/Elements/Facebook_Feed.php:388, ../includes/Elements/Filterable_Gallery.php:287, ../includes/Elements/Filterable_Gallery.php:432, ../includes/Elements/Filterable_Gallery.php:481, ../includes/Elements/Filterable_Gallery.php:506, ../includes/Elements/Filterable_Gallery.php:531, ../includes/Elements/Filterable_Gallery.php:591, ../includes/Elements/Filterable_Gallery.php:606, ../includes/Elements/FluentForm.php:123, ../includes/Elements/FluentForm.php:902, ../includes/Elements/Formstack.php:192, ../includes/Elements/Formstack.php:1128, ../includes/Elements/GravityForms.php:149, ../includes/Elements/GravityForms.php:246, ../includes/Elements/GravityForms.php:1206, ../includes/Elements/GravityForms.php:1402, ../includes/Elements/Image_Accordion.php:176, ../includes/Elements/Info_Box.php:358, ../includes/Elements/Info_Box.php:372, ../includes/Elements/Login_Register.php:409, ../includes/Elements/Login_Register.php:487, ../includes/Elements/Login_Register.php:791, ../includes/Elements/NinjaForms.php:114, ../includes/Elements/NinjaForms.php:983, ../includes/Elements/Post_Grid.php:133, ../includes/Elements/Post_Grid.php:147, ../includes/Elements/Post_Grid.php:173, ../includes/Elements/Post_Grid.php:187, ../includes/Elements/Post_Grid.php:213, ../includes/Elements/Post_Grid.php:227, ../includes/Elements/Post_Timeline.php:83, ../includes/Elements/Post_Timeline.php:94, ../includes/Elements/Pricing_Table.php:220, ../includes/Elements/Pricing_Table.php:1879, ../includes/Elements/Simple_Menu.php:173, ../includes/Elements/Simple_Menu.php:214, ../includes/Elements/Team_Member.php:705, ../includes/Elements/Woo_Product_Carousel.php:350, ../includes/Elements/Woo_Product_Carousel.php:579, ../includes/Elements/Woo_Product_Carousel.php:611, ../includes/Elements/Woo_Product_Carousel.php:626, ../includes/Elements/Woo_Product_Carousel.php:661, ../includes/Elements/Woo_Product_Carousel.php:673, ../includes/Elements/Woo_Product_Carousel.php:684, ../includes/Elements/Woo_Product_Carousel.php:2137, ../includes/Elements/WpForms.php:107, ../includes/Elements/WpForms.php:937, ../includes/Extensions/Reading_Progress.php:41, ../includes/Extensions/Reading_Progress.php:77, ../includes/Extensions/Table_of_Content.php:45, ../includes/Extensions/Table_of_Content.php:79, ../includes/Extensions/Table_of_Content.php:211, ../includes/Extensions/Table_of_Content.php:226, ../includes/Extensions/Table_of_Content.php:241, ../includes/Extensions/Table_of_Content.php:256, ../includes/Extensions/Table_of_Content.php:271, ../includes/Traits/Controls.php:376
|
955 |
msgid "Yes"
|
956 |
msgstr ""
|
957 |
|
958 |
+
#: ../includes/Elements/Adv_Tabs.php:854, ../includes/Elements/Caldera_Forms.php:110, ../includes/Elements/Caldera_Forms.php:937, ../includes/Elements/Contact_Form_7.php:912, ../includes/Elements/Contact_Form_7.php:964, ../includes/Elements/Content_Ticker.php:195, ../includes/Elements/Content_Ticker.php:228, ../includes/Elements/Content_Ticker.php:243, ../includes/Elements/Content_Ticker.php:278, ../includes/Elements/Cta_Box.php:685, ../includes/Elements/Data_Table.php:1131, ../includes/Elements/Facebook_Feed.php:392, ../includes/Elements/Feature_List.php:363, ../includes/Elements/Filterable_Gallery.php:288, ../includes/Elements/Filterable_Gallery.php:433, ../includes/Elements/Filterable_Gallery.php:482, ../includes/Elements/Filterable_Gallery.php:507, ../includes/Elements/Filterable_Gallery.php:532, ../includes/Elements/Filterable_Gallery.php:592, ../includes/Elements/Filterable_Gallery.php:607, ../includes/Elements/FluentForm.php:124, ../includes/Elements/FluentForm.php:903, ../includes/Elements/Formstack.php:193, ../includes/Elements/Formstack.php:1129, ../includes/Elements/GravityForms.php:150, ../includes/Elements/GravityForms.php:247, ../includes/Elements/GravityForms.php:1207, ../includes/Elements/GravityForms.php:1403, ../includes/Elements/Image_Accordion.php:177, ../includes/Elements/Info_Box.php:359, ../includes/Elements/Info_Box.php:373, ../includes/Elements/Login_Register.php:410, ../includes/Elements/Login_Register.php:488, ../includes/Elements/Login_Register.php:792, ../includes/Elements/NinjaForms.php:115, ../includes/Elements/NinjaForms.php:984, ../includes/Elements/Post_Grid.php:134, ../includes/Elements/Post_Grid.php:148, ../includes/Elements/Post_Grid.php:174, ../includes/Elements/Post_Grid.php:188, ../includes/Elements/Post_Grid.php:214, ../includes/Elements/Post_Grid.php:228, ../includes/Elements/Post_Timeline.php:84, ../includes/Elements/Post_Timeline.php:95, ../includes/Elements/Pricing_Table.php:221, ../includes/Elements/Pricing_Table.php:1880, ../includes/Elements/Simple_Menu.php:174, ../includes/Elements/Simple_Menu.php:215, ../includes/Elements/Team_Member.php:706, ../includes/Elements/Woo_Product_Carousel.php:351, ../includes/Elements/Woo_Product_Carousel.php:580, ../includes/Elements/Woo_Product_Carousel.php:612, ../includes/Elements/Woo_Product_Carousel.php:627, ../includes/Elements/Woo_Product_Carousel.php:662, ../includes/Elements/Woo_Product_Carousel.php:674, ../includes/Elements/Woo_Product_Carousel.php:685, ../includes/Elements/Woo_Product_Carousel.php:2138, ../includes/Elements/WpForms.php:108, ../includes/Elements/WpForms.php:938, ../includes/Extensions/Reading_Progress.php:42, ../includes/Extensions/Reading_Progress.php:78, ../includes/Extensions/Table_of_Content.php:46, ../includes/Extensions/Table_of_Content.php:80, ../includes/Extensions/Table_of_Content.php:212, ../includes/Extensions/Table_of_Content.php:227, ../includes/Extensions/Table_of_Content.php:242, ../includes/Extensions/Table_of_Content.php:257, ../includes/Extensions/Table_of_Content.php:272, ../includes/Traits/Controls.php:377
|
959 |
msgid "No"
|
960 |
msgstr ""
|
961 |
|
975 |
msgid "Show Icon"
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:158, ../includes/Elements/Betterdocs_Category_Box.php:170, ../includes/Elements/Betterdocs_Category_Box.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:177, ../includes/Elements/Betterdocs_Category_Grid.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:244, ../includes/Elements/Betterdocs_Category_Grid.php:260, ../includes/Elements/Betterdocs_Category_Grid.php:272, ../includes/Elements/Betterdocs_Category_Grid.php:1303, ../includes/Elements/Caldera_Forms.php:152, ../includes/Elements/Caldera_Forms.php:165, ../includes/Elements/Caldera_Forms.php:191, ../includes/Elements/Contact_Form_7.php:205, ../includes/Elements/Contact_Form_7.php:231, ../includes/Elements/Contact_Form_7.php:251, ../includes/Elements/Content_Ticker.php:255, ../includes/Elements/Countdown.php:503, ../includes/Elements/Creative_Button.php:252, ../includes/Elements/Cta_Box.php:134, ../includes/Elements/Cta_Box.php:281, ../includes/Elements/Dual_Color_Header.php:95, ../includes/Elements/Dual_Color_Header.php:105, ../includes/Elements/Facebook_Feed.php:306, ../includes/Elements/Facebook_Feed.php:318, ../includes/Elements/Facebook_Feed.php:333, ../includes/Elements/Facebook_Feed.php:348, ../includes/Elements/Facebook_Feed.php:363, ../includes/Elements/Facebook_Feed.php:429, ../includes/Elements/Feature_List.php:362, ../includes/Elements/Filterable_Gallery.php:275, ../includes/Elements/FluentForm.php:166, ../includes/Elements/FluentForm.php:178, ../includes/Elements/FluentForm.php:204, ../includes/Elements/FluentForm.php:1706, ../includes/Elements/FluentForm.php:1774, ../includes/Elements/Formstack.php:235, ../includes/Elements/Formstack.php:247, ../includes/Elements/Formstack.php:273, ../includes/Elements/Formstack.php:286, ../includes/Elements/Formstack.php:1622, ../includes/Elements/GravityForms.php:161, ../includes/Elements/GravityForms.php:176, ../includes/Elements/GravityForms.php:222, ../includes/Elements/GravityForms.php:234, ../includes/Elements/GravityForms.php:272, ../includes/Elements/GravityForms.php:292, ../includes/Elements/Info_Box.php:290, ../includes/Elements/Login_Register.php:331, ../includes/Elements/Login_Register.php:622, ../includes/Elements/NinjaForms.php:126, ../includes/Elements/NinjaForms.php:173, ../includes/Elements/NinjaForms.php:186, ../includes/Elements/NinjaForms.php:212, ../includes/Elements/NinjaForms.php:232, ../includes/Elements/Post_Timeline.php:119, ../includes/Elements/Pricing_Table.php:516, ../includes/Elements/Pricing_Table.php:1631, ../includes/Elements/Product_Grid.php:565, ../includes/Elements/Product_Grid.php:667, ../includes/Elements/Product_Grid.php:1502, ../includes/Elements/Product_Grid.php:2115, ../includes/Elements/Sticky_Video.php:362, ../includes/Elements/Twitter_Feed.php:379, ../includes/Elements/Woo_Product_Carousel.php:244, ../includes/Elements/Woo_Product_Carousel.php:640, ../includes/Elements/Woo_Product_Carousel.php:699, ../includes/Elements/WpForms.php:119, ../includes/Elements/WpForms.php:134, ../includes/Elements/WpForms.php:180, ../includes/Elements/WpForms.php:193, ../includes/Elements/WpForms.php:216, ../includes/Traits/Controls.php:564, ../includes/Traits/Controls.php:626, ../includes/Traits/Controls.php:656, ../includes/Traits/Controls.php:812, ../includes/Traits/Controls.php:860, ../includes/Traits/Controls.php:928, ../includes/Traits/Controls.php:963, ../includes/Traits/Controls.php:990, ../includes/Traits/Controls.php:1041, ../includes/Traits/Controls.php:1069, ../includes/Traits/Controls.php:1085, ../includes/Traits/Controls.php:1100
|
979 |
msgid "Show"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:159, ../includes/Elements/Betterdocs_Category_Box.php:171, ../includes/Elements/Betterdocs_Category_Box.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:178, ../includes/Elements/Betterdocs_Category_Grid.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:245, ../includes/Elements/Betterdocs_Category_Grid.php:261, ../includes/Elements/Betterdocs_Category_Grid.php:273, ../includes/Elements/Betterdocs_Category_Grid.php:1304, ../includes/Elements/Caldera_Forms.php:153, ../includes/Elements/Caldera_Forms.php:166, ../includes/Elements/Caldera_Forms.php:192, ../includes/Elements/Contact_Form_7.php:206, ../includes/Elements/Contact_Form_7.php:232, ../includes/Elements/Contact_Form_7.php:252, ../includes/Elements/Content_Ticker.php:256, ../includes/Elements/Countdown.php:504, ../includes/Elements/Creative_Button.php:253, ../includes/Elements/Cta_Box.php:135, ../includes/Elements/Cta_Box.php:282, ../includes/Elements/Dual_Color_Header.php:96, ../includes/Elements/Dual_Color_Header.php:106, ../includes/Elements/Facebook_Feed.php:307, ../includes/Elements/Facebook_Feed.php:319, ../includes/Elements/Facebook_Feed.php:334, ../includes/Elements/Facebook_Feed.php:349, ../includes/Elements/Facebook_Feed.php:364, ../includes/Elements/Facebook_Feed.php:430, ../includes/Elements/Filterable_Gallery.php:276, ../includes/Elements/FluentForm.php:167, ../includes/Elements/FluentForm.php:179, ../includes/Elements/FluentForm.php:205, ../includes/Elements/FluentForm.php:1707, ../includes/Elements/FluentForm.php:1775, ../includes/Elements/Formstack.php:236, ../includes/Elements/Formstack.php:248, ../includes/Elements/Formstack.php:274, ../includes/Elements/Formstack.php:287, ../includes/Elements/Formstack.php:1623, ../includes/Elements/GravityForms.php:162, ../includes/Elements/GravityForms.php:177, ../includes/Elements/GravityForms.php:223, ../includes/Elements/GravityForms.php:235, ../includes/Elements/GravityForms.php:273, ../includes/Elements/GravityForms.php:293, ../includes/Elements/Info_Box.php:291, ../includes/Elements/Login_Register.php:330, ../includes/Elements/Login_Register.php:530, ../includes/Elements/Login_Register.php:621, ../includes/Elements/NinjaForms.php:127, ../includes/Elements/NinjaForms.php:174, ../includes/Elements/NinjaForms.php:187, ../includes/Elements/NinjaForms.php:213, ../includes/Elements/NinjaForms.php:233, ../includes/Elements/Post_Timeline.php:120, ../includes/Elements/Pricing_Table.php:517, ../includes/Elements/Pricing_Table.php:1632, ../includes/Elements/Product_Grid.php:566, ../includes/Elements/Product_Grid.php:668, ../includes/Elements/Product_Grid.php:1503, ../includes/Elements/Product_Grid.php:2116, ../includes/Elements/Sticky_Video.php:363, ../includes/Elements/Twitter_Feed.php:380, ../includes/Elements/Woo_Product_Carousel.php:245, ../includes/Elements/Woo_Product_Carousel.php:641, ../includes/Elements/Woo_Product_Carousel.php:700, ../includes/Elements/WpForms.php:120, ../includes/Elements/WpForms.php:135, ../includes/Elements/WpForms.php:181, ../includes/Elements/WpForms.php:194, ../includes/Elements/WpForms.php:217, ../includes/Traits/Controls.php:565, ../includes/Traits/Controls.php:627, ../includes/Traits/Controls.php:657, ../includes/Traits/Controls.php:813, ../includes/Traits/Controls.php:861, ../includes/Traits/Controls.php:929, ../includes/Traits/Controls.php:964, ../includes/Traits/Controls.php:991, ../includes/Traits/Controls.php:1042, ../includes/Traits/Controls.php:1070, ../includes/Traits/Controls.php:1086, ../includes/Traits/Controls.php:1101
|
983 |
msgid "Hide"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:168, ../includes/Elements/Betterdocs_Category_Grid.php:203, ../includes/Elements/Woo_Product_Carousel.php:242, ../includes/Traits/Controls.php:810
|
987 |
msgid "Show Title"
|
988 |
msgstr ""
|
989 |
|
1019 |
msgid "Box Padding"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:336, ../includes/Elements/Betterdocs_Category_Box.php:589, ../includes/Elements/Betterdocs_Category_Box.php:728, ../includes/Elements/Betterdocs_Category_Box.php:1027, ../includes/Elements/Betterdocs_Search_Form.php:479, ../includes/Elements/Filterable_Gallery.php:1916, ../includes/Elements/Info_Box.php:1477
|
1023 |
msgid "Transition"
|
1024 |
msgstr ""
|
1025 |
|
1031 |
msgid "Size"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:527, ../includes/Elements/Betterdocs_Category_Box.php:695, ../includes/Elements/Betterdocs_Category_Box.php:942, ../includes/Elements/Betterdocs_Category_Grid.php:1116, ../includes/Elements/Betterdocs_Category_Grid.php:1194, ../includes/Elements/Caldera_Forms.php:753, ../includes/Elements/Caldera_Forms.php:870, ../includes/Elements/Contact_Form_7.php:575, ../includes/Elements/Contact_Form_7.php:860, ../includes/Elements/Contact_Form_7.php:1486, ../includes/Elements/Feature_List.php:658, ../includes/Elements/Filterable_Gallery.php:2419, ../includes/Elements/FluentForm.php:772, ../includes/Elements/FluentForm.php:1748, ../includes/Elements/Formstack.php:605, ../includes/Elements/Formstack.php:1001, ../includes/Elements/GravityForms.php:684, ../includes/Elements/GravityForms.php:956, ../includes/Elements/Login_Register.php:2410, ../includes/Elements/Login_Register.php:2612, ../includes/Elements/Login_Register.php:3085, ../includes/Elements/Login_Register.php:3384, ../includes/Elements/NinjaForms.php:797, ../includes/Elements/NinjaForms.php:914, ../includes/Elements/NinjaForms.php:1579, ../includes/Elements/Post_Grid.php:891, ../includes/Elements/Woo_Checkout.php:1985, ../includes/Elements/Woo_Product_Carousel.php:2213, ../includes/Elements/WpForms.php:765, ../includes/Elements/WpForms.php:871
|
1035 |
msgid "Spacing"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
+
#: ../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:183, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:718, ../includes/Elements/Event_Calendar.php:1377, ../includes/Elements/Feature_List.php:183, ../includes/Elements/Feature_List.php:185, ../includes/Elements/Feature_List.php:737, ../includes/Elements/Flip_Box.php:650, ../includes/Elements/FluentForm.php:132, ../includes/Elements/FluentForm.php:265, ../includes/Elements/Formstack.php:201, ../includes/Elements/Formstack.php:472, ../includes/Elements/GravityForms.php:158, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:506, ../includes/Elements/Image_Accordion.php:197, ../includes/Elements/Image_Accordion.php:487, ../includes/Elements/Login_Register.php:2221, ../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:136, ../includes/Elements/Product_Grid.php:2398, ../includes/Elements/Progress_Bar.php:122, ../includes/Elements/Progress_Bar.php:681, ../includes/Elements/Woo_Checkout.php:323, ../includes/Elements/Woo_Checkout.php:433, ../includes/Elements/Woo_Checkout.php:527, ../includes/Elements/Woo_Product_Carousel.php:1525, ../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:77, ../includes/Traits/Woo_Product_Comparable.php:1073, ../includes/Traits/Woo_Product_Comparable.php:1191
|
1039 |
msgid "Title"
|
1040 |
msgstr ""
|
1041 |
|
1059 |
msgid "File Not Found"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:1180, ../includes/Elements/Betterdocs_Category_Box.php:1145, ../includes/Elements/Betterdocs_Category_Grid.php:1679, ../includes/Elements/Betterdocs_Category_Grid.php:1646, ../includes/Elements/Post_Grid.php:1073, ../includes/Elements/Post_Timeline.php:493, ../includes/Elements/Product_Grid.php:3023
|
1063 |
msgid "<p class=\"no-posts-found\">No posts found!</p>"
|
1064 |
msgstr ""
|
1065 |
|
1095 |
msgid "Show Button"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:282, ../includes/Elements/Creative_Button.php:80, ../includes/Elements/Cta_Box.php:256, ../includes/Elements/Filterable_Gallery.php:689, ../includes/Elements/Flip_Box.php:681, ../includes/Elements/Info_Box.php:402, ../includes/Elements/Login_Register.php:636, ../includes/Elements/Login_Register.php:1111, ../includes/Elements/Pricing_Table.php:579, ../includes/Elements/Woo_Checkout.php:370, ../includes/Traits/Controls.php:973
|
1099 |
msgid "Button Text"
|
1100 |
msgstr ""
|
1101 |
|
1115 |
msgid "Ticker Background"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:979, ../includes/Elements/Betterdocs_Category_Grid.php:990, ../includes/Elements/Event_Calendar.php:527, ../includes/Elements/Feature_List.php:379, ../includes/Elements/Product_Grid.php:255, ../includes/Elements/Twitter_Feed.php:158, ../includes/Extensions/Table_of_Content.php:824
|
1119 |
msgid "List"
|
1120 |
msgstr ""
|
1121 |
|
1147 |
msgid "Area Spacing"
|
1148 |
msgstr ""
|
1149 |
|
1150 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:1332, ../includes/Elements/Creative_Button.php:147, ../includes/Elements/Filterable_Gallery.php:752, ../includes/Elements/Flip_Box.php:713, ../includes/Elements/Info_Box.php:456, ../includes/Elements/Pricing_Table.php:545
|
1151 |
msgid "Before"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:1333, ../includes/Elements/Creative_Button.php:148, ../includes/Elements/Filterable_Gallery.php:751, ../includes/Elements/Flip_Box.php:712, ../includes/Elements/Info_Box.php:457, ../includes/Elements/Pricing_Table.php:546
|
1155 |
msgid "After"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:1534, ../includes/Elements/Creative_Button.php:440, ../includes/Elements/Pricing_Table.php:841, ../includes/Elements/WeForms.php:626, ../includes/Traits/Controls.php:1524
|
1159 |
msgid "Button Alignment"
|
1160 |
msgstr ""
|
1161 |
|
1179 |
msgid "Field Padding"
|
1180 |
msgstr ""
|
1181 |
|
1182 |
+
#: ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Facebook_Feed.php:518, ../includes/Elements/Post_Grid.php:413, ../includes/Elements/Pricing_Table.php:472, ../includes/Elements/Pricing_Table.php:1450, ../includes/Elements/Simple_Menu.php:354, ../includes/Elements/Simple_Menu.php:403, ../includes/Elements/Woo_Product_Carousel.php:2400
|
1183 |
msgid "Shadow"
|
1184 |
msgstr ""
|
1185 |
|
1191 |
msgid "Close Icon"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#: ../includes/Elements/Betterdocs_Search_Form.php:285, ../includes/Elements/Caldera_Forms.php:1020, ../includes/Elements/Caldera_Forms.php:1334, ../includes/Elements/Contact_Form_7.php:1047, ../includes/Elements/Contact_Form_7.php:1360, ../includes/Elements/Content_Ticker.php:677, ../includes/Elements/Countdown.php:784, ../includes/Elements/Countdown.php:856, ../includes/Elements/Countdown.php:928, ../includes/Elements/Countdown.php:1000, ../includes/Elements/Creative_Button.php:420, ../includes/Elements/Cta_Box.php:809, ../includes/Elements/Cta_Box.php:978, ../includes/Elements/Event_Calendar.php:666, ../includes/Elements/Facebook_Feed.php:728, ../includes/Elements/Filterable_Gallery.php:2721, ../includes/Elements/FluentForm.php:986, ../includes/Elements/FluentForm.php:1654, ../includes/Elements/Formstack.php:1570, ../includes/Elements/GravityForms.php:1057, ../includes/Elements/GravityForms.php:1290, ../includes/Elements/GravityForms.php:1486, ../includes/Elements/GravityForms.php:1915, ../includes/Elements/GravityForms.php:2137, ../includes/Elements/NinjaForms.php:1067, ../includes/Elements/NinjaForms.php:1483, ../includes/Elements/Pricing_Table.php:2001, ../includes/Elements/Product_Grid.php:784, ../includes/Elements/Product_Grid.php:924, ../includes/Elements/Product_Grid.php:1628, ../includes/Elements/Product_Grid.php:1895, ../includes/Elements/Product_Grid.php:2075, ../includes/Elements/Product_Grid.php:2284, ../includes/Elements/Product_Grid.php:2328, ../includes/Elements/Product_Grid.php:2522, ../includes/Elements/Product_Grid.php:2618, ../includes/Elements/Product_Grid.php:2730, ../includes/Elements/Simple_Menu.php:667, ../includes/Elements/Simple_Menu.php:763, ../includes/Elements/Simple_Menu.php:976, ../includes/Elements/Simple_Menu.php:1071, ../includes/Elements/Sticky_Video.php:579, ../includes/Elements/Twitter_Feed.php:629, ../includes/Elements/WeForms.php:464, ../includes/Elements/WeForms.php:764, ../includes/Elements/Woo_Checkout.php:774, ../includes/Elements/Woo_Checkout.php:981, ../includes/Elements/Woo_Checkout.php:1376, ../includes/Elements/Woo_Checkout.php:1572, ../includes/Elements/Woo_Checkout.php:1674, ../includes/Elements/Woo_Checkout.php:1791, ../includes/Elements/Woo_Checkout.php:1835, ../includes/Elements/Woo_Checkout.php:1879, ../includes/Elements/Woo_Checkout.php:2068, ../includes/Elements/Woo_Checkout.php:2084, ../includes/Elements/Woo_Checkout.php:2346, ../includes/Elements/Woo_Checkout.php:2458, ../includes/Elements/Woo_Product_Carousel.php:994, ../includes/Elements/Woo_Product_Carousel.php:1370, ../includes/Elements/Woo_Product_Carousel.php:1494, ../includes/Elements/Woo_Product_Carousel.php:1662, ../includes/Elements/Woo_Product_Carousel.php:1757, ../includes/Elements/Woo_Product_Carousel.php:1871, ../includes/Elements/Woo_Product_Carousel.php:2316, ../includes/Elements/Woo_Product_Carousel.php:2743, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1500, ../includes/Traits/Woo_Product_Comparable.php:1713
|
1195 |
msgid "Border Color"
|
1196 |
msgstr ""
|
1197 |
|
1259 |
msgid "Form Alignment"
|
1260 |
msgstr ""
|
1261 |
|
1262 |
+
#: ../includes/Elements/Caldera_Forms.php:411, ../includes/Elements/Contact_Form_7.php:327, ../includes/Elements/Contact_Form_7.php:828, ../includes/Elements/Creative_Button.php:227, ../includes/Elements/Cta_Box.php:641, ../includes/Elements/Cta_Box.php:858, ../includes/Elements/Dual_Color_Header.php:81, ../includes/Elements/Flip_Box.php:872, ../includes/Elements/FluentForm.php:430, ../includes/Elements/Formstack.php:330, ../includes/Elements/GravityForms.php:343, ../includes/Elements/Login_Register.php:431, ../includes/Elements/Login_Register.php:528, ../includes/Elements/Login_Register.php:1040, ../includes/Elements/Login_Register.php:1403, ../includes/Elements/Login_Register.php:1529, ../includes/Elements/Login_Register.php:1786, ../includes/Elements/Login_Register.php:1930, ../includes/Elements/Login_Register.php:2080, ../includes/Elements/Login_Register.php:2223, ../includes/Elements/Login_Register.php:2314, ../includes/Elements/Login_Register.php:2412, ../includes/Elements/Login_Register.php:2614, ../includes/Elements/Login_Register.php:2659, ../includes/Elements/Login_Register.php:2691, ../includes/Elements/Login_Register.php:2925, ../includes/Elements/Login_Register.php:3087, ../includes/Elements/Login_Register.php:3386, ../includes/Elements/NinjaForms.php:278, ../includes/Elements/Post_Grid.php:254, ../includes/Elements/Pricing_Table.php:86, ../includes/Elements/Pricing_Table.php:468, ../includes/Elements/Product_Grid.php:268, ../includes/Elements/Simple_Menu.php:554, ../includes/Elements/Simple_Menu.php:865, ../includes/Elements/Team_Member.php:376, ../includes/Elements/Testimonial.php:253, ../includes/Elements/Testimonial.php:310, ../includes/Elements/TypeForm.php:196, ../includes/Elements/WeForms.php:161, ../includes/Elements/WeForms.php:631, ../includes/Elements/Woo_Checkout.php:120, ../includes/Elements/WpForms.php:267, ../includes/Traits/Controls.php:553, ../includes/Traits/Controls.php:1570, ../includes/Traits/Login_Registration.php:581, ../includes/Traits/Woo_Product_Comparable.php:409, ../includes/Traits/Woo_Product_Comparable.php:523, ../includes/Traits/Woo_Product_Comparable.php:614, ../includes/Traits/Woo_Product_Comparable.php:683, ../includes/Template/Betterdocs-Category-Box/Layout_Default.php:4, ../includes/Template/Betterdocs-Category-Grid/Layout_Default.php:4, ../includes/Template/Content-Ticker/default.php:3, ../includes/Template/Eicon-Woocommerce/default.php:3, ../includes/Template/Post-Grid/default.php:5, ../includes/Template/Post-Timeline/default.php:3
|
1263 |
msgid "Default"
|
1264 |
msgstr ""
|
1265 |
|
1399 |
msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
|
1400 |
msgstr ""
|
1401 |
|
1402 |
+
#: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:813, ../includes/Elements/Dual_Color_Header.php:893, ../includes/Elements/Event_Calendar.php:654, ../includes/Elements/Event_Calendar.php:786, ../includes/Elements/Event_Calendar.php:853, ../includes/Elements/Event_Calendar.php:907, ../includes/Elements/Event_Calendar.php:1019, ../includes/Elements/Event_Calendar.php:1111, ../includes/Elements/Event_Calendar.php:1209, ../includes/Elements/Event_Calendar.php:1575, ../includes/Elements/Event_Calendar.php:1684, ../includes/Elements/Facebook_Feed.php:488, ../includes/Elements/Facebook_Feed.php:501, ../includes/Elements/Facebook_Feed.php:576, ../includes/Elements/Facebook_Feed.php:589, ../includes/Elements/Facebook_Feed.php:674, ../includes/Elements/Facebook_Feed.php:687, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Fancy_Text.php:365, ../includes/Elements/Filterable_Gallery.php:2059, ../includes/Elements/Filterable_Gallery.php:2280, ../includes/Elements/Flip_Box.php:1373, ../includes/Elements/Flip_Box.php:1433, ../includes/Elements/FluentForm.php:1853, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:1943, ../includes/Elements/FluentForm.php:2006, ../includes/Elements/Formstack.php:638, ../includes/Elements/Formstack.php:1713, ../includes/Elements/Formstack.php:1738, ../includes/Elements/Formstack.php:1802, ../includes/Elements/Formstack.php:1867, ../includes/Elements/Formstack.php:1922, ../includes/Elements/Formstack.php:2005, ../includes/Elements/Post_Grid.php:372, ../includes/Elements/Pricing_Table.php:1920, ../includes/Elements/Pricing_Table.php:1989, ../includes/Elements/Product_Grid.php:1530, ../includes/Elements/Product_Grid.php:1544, ../includes/Elements/Product_Grid.php:1598, ../includes/Elements/Product_Grid.php:1611, ../includes/Elements/Product_Grid.php:2874, ../includes/Elements/Product_Grid.php:2931, ../includes/Elements/Progress_Bar.php:345, ../includes/Elements/Team_Member.php:746, ../includes/Elements/Team_Member.php:823, ../includes/Elements/Twitter_Feed.php:389, ../includes/Elements/Twitter_Feed.php:641, ../includes/Elements/Woo_Checkout.php:1769, ../includes/Elements/Woo_Checkout.php:1813, ../includes/Elements/Woo_Checkout.php:1857, ../includes/Elements/Woo_Product_Carousel.php:2011, ../includes/Elements/Woo_Product_Carousel.php:2068, ../includes/Traits/Controls.php:1242, ../includes/Traits/Controls.php:1296, ../includes/Traits/Woo_Product_Comparable.php:1373, ../includes/Traits/Woo_Product_Comparable.php:1652, ../includes/Traits/Woo_Product_Comparable.php:1701
|
1403 |
msgid "Background"
|
1404 |
msgstr ""
|
1405 |
|
1447 |
msgid "After Submit Feedback"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
+
#: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:801, ../includes/Elements/Dual_Color_Header.php:881, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/Info_Box.php:583, ../includes/Elements/Info_Box.php:638, ../includes/Elements/Info_Box.php:806, ../includes/Elements/Info_Box.php:886, ../includes/Elements/Info_Box.php:1022, ../includes/Elements/Info_Box.php:1117, ../includes/Elements/Post_Grid.php:344, ../includes/Elements/Product_Grid.php:1487, ../includes/Traits/Woo_Product_Comparable.php:1618
|
1451 |
msgid "Radius"
|
1452 |
msgstr ""
|
1453 |
|
1679 |
msgid "Separator Style"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
+
#: ../includes/Elements/Countdown.php:296, ../includes/Elements/Feature_List.php:433, ../includes/Elements/GravityForms.php:1017, ../includes/Elements/Sticky_Video.php:553, ../includes/Extensions/Table_of_Content.php:1055
|
1683 |
msgid "Solid"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
+
#: ../includes/Elements/Countdown.php:297, ../includes/Elements/Feature_List.php:435, ../includes/Elements/GravityForms.php:1019, ../includes/Elements/Sticky_Video.php:555, ../includes/Extensions/Table_of_Content.php:1057
|
1687 |
msgid "Dotted"
|
1688 |
msgstr ""
|
1689 |
|
1759 |
msgid "Space Below Container"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
+
#: ../includes/Elements/Countdown.php:648, ../includes/Elements/Dual_Color_Header.php:441, ../includes/Elements/Facebook_Feed.php:864, ../includes/Elements/Flip_Box.php:1161, ../includes/Elements/Image_Accordion.php:479, ../includes/Elements/Info_Box.php:1329, ../includes/Elements/Product_Grid.php:1165, ../includes/Elements/Team_Member.php:537, ../includes/Elements/Twitter_Feed.php:666, ../includes/Elements/Woo_Product_Carousel.php:1079
|
1763 |
msgid "Color & Typography"
|
1764 |
msgstr ""
|
1765 |
|
1787 |
msgid "Expire Message"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
+
#: ../includes/Elements/Countdown.php:1052, ../includes/Elements/Cta_Box.php:510, ../includes/Elements/Dual_Color_Header.php:449, ../includes/Elements/Flip_Box.php:1177, ../includes/Elements/Flip_Box.php:1245, ../includes/Elements/Info_Box.php:1343, ../includes/Elements/Post_Grid.php:585, ../includes/Elements/Post_Timeline.php:331, ../includes/Elements/Pricing_Table.php:881, ../includes/Elements/Twitter_Feed.php:674
|
1791 |
msgid "Title Style"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
+
#: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:1394, ../includes/Elements/FluentForm.php:1807, ../includes/Elements/Formstack.php:1633, ../includes/Elements/Info_Box.php:1453, ../includes/Elements/Post_Grid.php:594, ../includes/Elements/Post_Timeline.php:340, ../includes/Elements/Product_Grid.php:2415, ../includes/Elements/Product_Grid.php:2769, ../includes/Elements/Progress_Bar.php:690, ../includes/Elements/Twitter_Feed.php:578, ../includes/Elements/Woo_Checkout.php:2165, ../includes/Elements/Woo_Product_Carousel.php:1542, ../includes/Elements/Woo_Product_Carousel.php:1908, ../includes/Traits/Woo_Product_Comparable.php:1008, ../includes/Traits/Woo_Product_Comparable.php:1239
|
1795 |
msgid "Title Color"
|
1796 |
msgstr ""
|
1797 |
|
1799 |
msgid "Button Content"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
+
#: ../includes/Elements/Creative_Button.php:87, ../includes/Elements/Info_Box.php:410
|
1803 |
msgid "Enter button text"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: ../includes/Elements/Creative_Button.php:88, ../includes/Elements/Info_Box.php:411
|
1807 |
msgid "Enter button text here"
|
1808 |
msgstr ""
|
1809 |
|
1819 |
msgid "Enter button secondary text here"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
+
#: ../includes/Elements/Creative_Button.php:110, ../includes/Elements/Info_Box.php:421
|
1823 |
msgid "Link URL"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: ../includes/Elements/Creative_Button.php:160, ../includes/Elements/Filterable_Gallery.php:2595, ../includes/Elements/Info_Box.php:469, ../includes/Elements/Pricing_Table.php:558
|
1827 |
msgid "Icon Spacing"
|
1828 |
msgstr ""
|
1829 |
|
1899 |
msgid "Use Gradient Background"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
+
#: ../includes/Elements/Creative_Button.php:527, ../includes/Elements/Info_Box.php:1198
|
1903 |
msgid "Button Padding"
|
1904 |
msgstr ""
|
1905 |
|
2011 |
msgid "Primary Button Style"
|
2012 |
msgstr ""
|
2013 |
|
2014 |
+
#: ../includes/Elements/Cta_Box.php:642, ../includes/Elements/Cta_Box.php:859, ../includes/Extensions/Table_of_Content.php:663
|
2015 |
msgid "Top to Bottom"
|
2016 |
msgstr ""
|
2017 |
|
2023 |
msgid "Secondary Button Style"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
+
#: ../includes/Elements/Cta_Box.php:1011, ../includes/Elements/Data_Table.php:1039, ../includes/Elements/Dual_Color_Header.php:386, ../includes/Elements/Feature_List.php:107, ../includes/Elements/Flip_Box.php:915, ../includes/Elements/Flip_Box.php:934, ../includes/Elements/Flip_Box.php:1047, ../includes/Elements/Info_Box.php:924
|
2027 |
msgid "Icon Style"
|
2028 |
msgstr ""
|
2029 |
|
2123 |
msgid "Icon Space"
|
2124 |
msgstr ""
|
2125 |
|
2126 |
+
#: ../includes/Elements/Data_Table.php:762, ../includes/Elements/Post_Grid.php:620, ../includes/Elements/Post_Timeline.php:353
|
2127 |
msgid "Title Alignment"
|
2128 |
msgstr ""
|
2129 |
|
2151 |
msgid "Background Color (Even Row)"
|
2152 |
msgstr ""
|
2153 |
|
2154 |
+
#: ../includes/Elements/Data_Table.php:1011, ../includes/Elements/Filterable_Gallery.php:1293, ../includes/Elements/Filterable_Gallery.php:1676, ../includes/Elements/Flip_Box.php:364, ../includes/Elements/Flip_Box.php:593, ../includes/Elements/Info_Box.php:298, ../includes/Elements/Pricing_Table.php:816, ../includes/Elements/Tooltip.php:372
|
2155 |
msgid "Content Alignment"
|
2156 |
msgstr ""
|
2157 |
|
2183 |
msgid "Show Separator"
|
2184 |
msgstr ""
|
2185 |
|
2186 |
+
#: ../includes/Elements/Dual_Color_Header.php:134, ../includes/Elements/Woo_Product_Carousel.php:254, ../includes/Traits/Controls.php:822
|
2187 |
msgid "Title Tag"
|
2188 |
msgstr ""
|
2189 |
|
2211 |
msgid "Insert a meaningful line to evaluate the headline."
|
2212 |
msgstr ""
|
2213 |
|
2214 |
+
#: ../includes/Elements/Dual_Color_Header.php:245, ../includes/Elements/Dual_Color_Header.php:597, ../includes/Elements/Filterable_Gallery.php:2231, ../includes/Extensions/Table_of_Content.php:1042
|
2215 |
msgid "Separator"
|
2216 |
msgstr ""
|
2217 |
|
2255 |
msgid "Solid Color"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
+
#: ../includes/Elements/Dual_Color_Header.php:504
|
2259 |
+
msgid "First Color"
|
2260 |
+
msgstr ""
|
2261 |
+
|
2262 |
+
#: ../includes/Elements/Dual_Color_Header.php:516
|
2263 |
+
msgid "Second Color"
|
2264 |
+
msgstr ""
|
2265 |
+
|
2266 |
+
#: ../includes/Elements/Dual_Color_Header.php:561
|
2267 |
msgid "Sub-title Style "
|
2268 |
msgstr ""
|
2269 |
|
2270 |
+
#: ../includes/Elements/Dual_Color_Header.php:654
|
2271 |
msgid "Flex Start"
|
2272 |
msgstr ""
|
2273 |
|
2274 |
+
#: ../includes/Elements/Dual_Color_Header.php:662
|
2275 |
msgid "Flex End"
|
2276 |
msgstr ""
|
2277 |
|
2278 |
+
#: ../includes/Elements/Dual_Color_Header.php:676
|
2279 |
msgid "Distance Between Lines"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
+
#: ../includes/Elements/Dual_Color_Header.php:741
|
2283 |
msgid "Left Line"
|
2284 |
msgstr ""
|
2285 |
|
2286 |
+
#: ../includes/Elements/Dual_Color_Header.php:823
|
2287 |
msgid "Right Line"
|
2288 |
msgstr ""
|
2289 |
|
2503 |
msgid "Date Icon"
|
2504 |
msgstr ""
|
2505 |
|
2506 |
+
#: ../includes/Elements/Event_Calendar.php:1491, ../includes/Elements/Info_Box.php:1465, ../includes/Elements/Product_Grid.php:2487, ../includes/Elements/Product_Grid.php:2780, ../includes/Elements/Twitter_Feed.php:588, ../includes/Elements/Woo_Product_Carousel.php:1614, ../includes/Elements/Woo_Product_Carousel.php:1918
|
2507 |
msgid "Content Color"
|
2508 |
msgstr ""
|
2509 |
|
2511 |
msgid " Close Button"
|
2512 |
msgstr ""
|
2513 |
|
2514 |
+
#: ../includes/Elements/Event_Calendar.php:1537, ../includes/Elements/Product_Grid.php:2837, ../includes/Elements/Woo_Product_Carousel.php:1974, ../includes/Extensions/Table_of_Content.php:699
|
2515 |
msgid "Button Size"
|
2516 |
msgstr ""
|
2517 |
|
2591 |
msgid "Columns"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: ../includes/Elements/Facebook_Feed.php:196, ../includes/Elements/Product_Grid.php:308, ../includes/Elements/Product_Grid.php:330, ../includes/Elements/Testimonial.php:195, ../includes/Elements/Woo_Product_Carousel.php:379, ../includes/Elements/Woo_Product_Carousel.php:466, ../includes/Traits/Controls.php:518, ../includes/Traits/Controls.php:1021
|
2595 |
msgid "1"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
+
#: ../includes/Elements/Facebook_Feed.php:197, ../includes/Elements/Product_Grid.php:309, ../includes/Elements/Product_Grid.php:331, ../includes/Elements/Testimonial.php:196, ../includes/Elements/Woo_Product_Carousel.php:380, ../includes/Elements/Woo_Product_Carousel.php:467, ../includes/Traits/Controls.php:519, ../includes/Traits/Controls.php:1022
|
2599 |
msgid "2"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: ../includes/Elements/Facebook_Feed.php:198, ../includes/Elements/Product_Grid.php:310, ../includes/Elements/Testimonial.php:197, ../includes/Elements/Woo_Product_Carousel.php:381, ../includes/Elements/Woo_Product_Carousel.php:468, ../includes/Traits/Controls.php:520, ../includes/Traits/Controls.php:1023
|
2603 |
msgid "3"
|
2604 |
msgstr ""
|
2605 |
|
2683 |
msgid "Space Between Items"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
+
#: ../includes/Elements/Facebook_Feed.php:526, ../includes/Elements/Filterable_Gallery.php:1322, ../includes/Elements/Post_Grid.php:336
|
2687 |
msgid "Thumbnail Style"
|
2688 |
msgstr ""
|
2689 |
|
2731 |
msgid "Likes & Comments"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: ../includes/Elements/Facebook_Feed.php:1146, ../includes/Elements/Image_Accordion.php:391, ../includes/Elements/Post_Timeline.php:132, ../includes/Elements/Team_Member.php:344, ../includes/Elements/Woo_Product_Carousel.php:922
|
2735 |
msgid "Overlay Color"
|
2736 |
msgstr ""
|
2737 |
|
2927 |
msgid "Icon Shape"
|
2928 |
msgstr ""
|
2929 |
|
2930 |
+
#: ../includes/Elements/Feature_List.php:277, ../includes/Elements/Flip_Box.php:870, ../includes/Elements/Info_Box.php:582, ../includes/Elements/Info_Box.php:637, ../includes/Elements/Info_Box.php:805, ../includes/Elements/Info_Box.php:885, ../includes/Elements/Info_Box.php:1021, ../includes/Elements/Info_Box.php:1116, ../includes/Elements/Progress_Bar.php:86
|
2931 |
msgid "Circle"
|
2932 |
msgstr ""
|
2933 |
|
2934 |
+
#: ../includes/Elements/Feature_List.php:278, ../includes/Elements/Info_Box.php:581, ../includes/Elements/Info_Box.php:636, ../includes/Elements/Info_Box.php:807, ../includes/Elements/Info_Box.php:887, ../includes/Elements/Info_Box.php:1023, ../includes/Elements/Info_Box.php:1118
|
2935 |
msgid "Square"
|
2936 |
msgstr ""
|
2937 |
|
2947 |
msgid "Framed"
|
2948 |
msgstr ""
|
2949 |
|
2950 |
+
#: ../includes/Elements/Feature_List.php:309, ../includes/Elements/Flip_Box.php:334, ../includes/Elements/Flip_Box.php:563, ../includes/Elements/Image_Accordion.php:132, ../includes/Elements/Info_Box.php:129, ../includes/Elements/Login_Register.php:711, ../includes/Elements/Pricing_Table.php:383, ../includes/Elements/Tooltip.php:290, ../includes/Elements/Twitter_Feed.php:352, ../includes/Extensions/Reading_Progress.php:115, ../includes/Traits/Controls.php:1694
|
2951 |
msgid "Top"
|
2952 |
msgstr ""
|
2953 |
|
2979 |
msgid "Connector Styles"
|
2980 |
msgstr ""
|
2981 |
|
2982 |
+
#: ../includes/Elements/Feature_List.php:434, ../includes/Elements/GravityForms.php:1020, ../includes/Elements/Sticky_Video.php:556, ../includes/Extensions/Table_of_Content.php:1056
|
2983 |
msgid "Dashed"
|
2984 |
msgstr ""
|
2985 |
|
3015 |
msgid "Grid Style"
|
3016 |
msgstr ""
|
3017 |
|
3018 |
+
#: ../includes/Elements/Filterable_Gallery.php:155, ../includes/Traits/Controls.php:679, ../includes/Traits/Controls.php:703
|
3019 |
msgid "Image Height"
|
3020 |
msgstr ""
|
3021 |
|
3095 |
msgid "All label icon"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
+
#: ../includes/Elements/Filterable_Gallery.php:363, ../includes/Elements/Info_Box.php:229
|
3099 |
msgid "Select Title Tag"
|
3100 |
msgstr ""
|
3101 |
|
3191 |
msgid "Gallery Link Button?"
|
3192 |
msgstr ""
|
3193 |
|
3194 |
+
#: ../includes/Elements/Filterable_Gallery.php:659, ../includes/Elements/Filterable_Gallery.php:666, ../includes/Elements/Filterable_Gallery.php:2450, ../includes/Traits/Controls.php:1367
|
3195 |
msgid "Load More Button"
|
3196 |
msgstr ""
|
3197 |
|
3243 |
msgid "Item Hover Style"
|
3244 |
msgstr ""
|
3245 |
|
3246 |
+
#: ../includes/Elements/Filterable_Gallery.php:1207, ../includes/Elements/Filterable_Gallery.php:1569, ../includes/Elements/Login_Register.php:2306, ../includes/Elements/Post_Timeline.php:379
|
3247 |
msgid "Title Typography"
|
3248 |
msgstr ""
|
3249 |
|
3375 |
msgid "Flipbox Image"
|
3376 |
msgstr ""
|
3377 |
|
3378 |
+
#: ../includes/Elements/Flip_Box.php:244, ../includes/Elements/Flip_Box.php:473, ../includes/Elements/Info_Box.php:654
|
3379 |
msgid "Image Resizer"
|
3380 |
msgstr ""
|
3381 |
|
3399 |
msgid "Vertical Position"
|
3400 |
msgstr ""
|
3401 |
|
3402 |
+
#: ../includes/Elements/Flip_Box.php:338, ../includes/Elements/Flip_Box.php:567, ../includes/Elements/Info_Box.php:133, ../includes/Elements/Twitter_Feed.php:356
|
3403 |
msgid "Middle"
|
3404 |
msgstr ""
|
3405 |
|
3406 |
+
#: ../includes/Elements/Flip_Box.php:342, ../includes/Elements/Flip_Box.php:571, ../includes/Elements/Image_Accordion.php:140, ../includes/Elements/Info_Box.php:137, ../includes/Elements/Pricing_Table.php:391, ../includes/Elements/Tooltip.php:291, ../includes/Elements/Twitter_Feed.php:360, ../includes/Extensions/Reading_Progress.php:116, ../includes/Traits/Controls.php:1698
|
3407 |
msgid "Bottom"
|
3408 |
msgstr ""
|
3409 |
|
3455 |
msgid "Border Style"
|
3456 |
msgstr ""
|
3457 |
|
3458 |
+
#: ../includes/Elements/Flip_Box.php:854, ../includes/Elements/Info_Box.php:523
|
3459 |
msgid "Image Style"
|
3460 |
msgstr ""
|
3461 |
|
3711 |
msgid "Thumbnail"
|
3712 |
msgstr ""
|
3713 |
|
3714 |
+
#: ../includes/Elements/Info_Box.php:71, ../includes/Elements/Info_Box.php:158
|
3715 |
msgid "Infobox Image"
|
3716 |
msgstr ""
|
3717 |
|
3718 |
+
#: ../includes/Elements/Info_Box.php:78
|
3719 |
msgid "Infobox Type"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
+
#: ../includes/Elements/Info_Box.php:83
|
3723 |
msgid "Image/Icon On Top"
|
3724 |
msgstr ""
|
3725 |
|
3726 |
+
#: ../includes/Elements/Info_Box.php:84
|
3727 |
msgid "Image/Icon On Left"
|
3728 |
msgstr ""
|
3729 |
|
3730 |
+
#: ../includes/Elements/Info_Box.php:85
|
3731 |
msgid "Image/Icon On Right"
|
3732 |
msgstr ""
|
3733 |
|
3734 |
+
#: ../includes/Elements/Info_Box.php:93
|
3735 |
msgid "Image or Icon"
|
3736 |
msgstr ""
|
3737 |
|
3738 |
+
#: ../includes/Elements/Info_Box.php:102, ../includes/Elements/Info_Box.php:194, ../includes/Extensions/Table_of_Content.php:457
|
3739 |
msgid "Number"
|
3740 |
msgstr ""
|
3741 |
|
3742 |
+
#: ../includes/Elements/Info_Box.php:211, ../includes/Elements/Info_Box.php:272, ../includes/Classes/WPML/Eael_WPML.php:179
|
3743 |
msgid "Infobox Content"
|
3744 |
msgstr ""
|
3745 |
|
3746 |
+
#: ../includes/Elements/Info_Box.php:217
|
3747 |
msgid "Infobox Title"
|
3748 |
msgstr ""
|
3749 |
|
3750 |
+
#: ../includes/Elements/Info_Box.php:223
|
3751 |
msgid "This is an icon box"
|
3752 |
msgstr ""
|
3753 |
|
3754 |
+
#: ../includes/Elements/Info_Box.php:278
|
3755 |
msgid "Write a short description, that will describe the title or something informational and useful."
|
3756 |
msgstr ""
|
3757 |
|
3758 |
+
#: ../includes/Elements/Info_Box.php:287
|
3759 |
msgid "Show Content"
|
3760 |
msgstr ""
|
3761 |
|
3762 |
+
#: ../includes/Elements/Info_Box.php:326, ../includes/Elements/Post_Grid.php:727
|
3763 |
msgid "Content Height"
|
3764 |
msgstr ""
|
3765 |
|
3766 |
+
#: ../includes/Elements/Info_Box.php:356
|
3767 |
msgid "Show Infobox Button"
|
3768 |
msgstr ""
|
3769 |
|
3770 |
+
#: ../includes/Elements/Info_Box.php:369
|
3771 |
msgid "Infobox Clickable"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
+
#: ../includes/Elements/Info_Box.php:384
|
3775 |
msgid "Infobox Link"
|
3776 |
msgstr ""
|
3777 |
|
3778 |
+
#: ../includes/Elements/Info_Box.php:425
|
3779 |
msgid "Enter link URL for the button"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
+
#: ../includes/Elements/Info_Box.php:430
|
3783 |
msgid "Enter heading for the button"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
+
#: ../includes/Elements/Info_Box.php:576, ../includes/Elements/Info_Box.php:631
|
3787 |
msgid "Image Shape"
|
3788 |
msgstr ""
|
3789 |
|
3790 |
+
#: ../includes/Elements/Info_Box.php:614, ../includes/Elements/Info_Box.php:842, ../includes/Elements/Info_Box.php:1073, ../includes/Elements/Post_Grid.php:914, ../includes/Elements/Simple_Menu.php:290
|
3791 |
msgid "Animation"
|
3792 |
msgstr ""
|
3793 |
|
3794 |
+
#: ../includes/Elements/Info_Box.php:707
|
3795 |
msgid "Number Icon Style"
|
3796 |
msgstr ""
|
3797 |
|
3798 |
+
#: ../includes/Elements/Info_Box.php:726, ../includes/Elements/Info_Box.php:957
|
3799 |
msgid "Icon Background Size"
|
3800 |
msgstr ""
|
3801 |
|
3802 |
+
#: ../includes/Elements/Info_Box.php:799, ../includes/Elements/Info_Box.php:879, ../includes/Elements/Info_Box.php:1015, ../includes/Elements/Info_Box.php:1110
|
3803 |
msgid "Background Shape"
|
3804 |
msgstr ""
|
3805 |
|
3806 |
+
#: ../includes/Elements/Info_Box.php:1155
|
3807 |
msgid "Button Styles"
|
3808 |
msgstr ""
|
3809 |
|
3810 |
+
#: ../includes/Elements/Info_Box.php:1391
|
3811 |
msgid "Content Only Margin"
|
3812 |
msgstr ""
|
3813 |
|
3814 |
+
#: ../includes/Elements/Info_Box.php:1403
|
3815 |
msgid "Content Only Background"
|
3816 |
msgstr ""
|
3817 |
|
3818 |
+
#: ../includes/Elements/Info_Box.php:1415
|
3819 |
msgid "Content Only Padding"
|
3820 |
msgstr ""
|
3821 |
|
3822 |
+
#: ../includes/Elements/Info_Box.php:1478
|
3823 |
msgid "Transition will applied to ms (ex: 300ms)."
|
3824 |
msgstr ""
|
3825 |
|
4638 |
msgid "Remember Me Style"
|
4639 |
msgstr ""
|
4640 |
|
4641 |
+
#: ../includes/Elements/Login_Register.php:2935, ../includes/Extensions/Table_of_Content.php:1051
|
4642 |
msgid "Style"
|
4643 |
msgstr ""
|
4644 |
|
4798 |
msgid "Required Fields Notice"
|
4799 |
msgstr ""
|
4800 |
|
4801 |
+
#: ../includes/Elements/Post_Grid.php:92, ../includes/Elements/Post_Timeline.php:74
|
4802 |
msgid "Links"
|
4803 |
msgstr ""
|
4804 |
|
4805 |
+
#: ../includes/Elements/Post_Grid.php:131, ../includes/Elements/Post_Grid.php:171, ../includes/Elements/Post_Grid.php:211, ../includes/Elements/Post_Timeline.php:81
|
4806 |
msgid "No Follow"
|
4807 |
msgstr ""
|
4808 |
|
4809 |
+
#: ../includes/Elements/Post_Grid.php:145, ../includes/Elements/Post_Grid.php:185, ../includes/Elements/Post_Grid.php:225, ../includes/Elements/Post_Timeline.php:92
|
4810 |
msgid "Target Blank"
|
4811 |
msgstr ""
|
4812 |
|
4813 |
+
#: ../includes/Elements/Post_Grid.php:200, ../includes/Elements/Product_Grid.php:631, ../includes/Traits/Controls.php:945, ../includes/Traits/Controls.php:976
|
4814 |
msgid "Read More"
|
4815 |
msgstr ""
|
4816 |
|
4817 |
+
#: ../includes/Elements/Post_Grid.php:244
|
4818 |
msgid "Post Grid Style"
|
4819 |
msgstr ""
|
4820 |
|
4821 |
+
#: ../includes/Elements/Post_Grid.php:251, ../includes/Elements/Testimonial.php:249
|
4822 |
msgid "Select Style"
|
4823 |
msgstr ""
|
4824 |
|
4825 |
+
#: ../includes/Elements/Post_Grid.php:255
|
4826 |
msgid "Style Two"
|
4827 |
msgstr ""
|
4828 |
|
4829 |
+
#: ../includes/Elements/Post_Grid.php:256, ../includes/Elements/Twitter_Feed.php:340
|
4830 |
msgid "Style Three"
|
4831 |
msgstr ""
|
4832 |
|
4833 |
+
#: ../includes/Elements/Post_Grid.php:265
|
4834 |
msgid "Make sure to enable <strong>Show Date</strong> option from <strong>Layout Settings</strong>"
|
4835 |
msgstr ""
|
4836 |
|
4837 |
+
#: ../includes/Elements/Post_Grid.php:277
|
4838 |
msgid "Post Background Color"
|
4839 |
msgstr ""
|
4840 |
|
4841 |
+
#: ../includes/Elements/Post_Grid.php:290
|
4842 |
msgid "Spacing Between Items"
|
4843 |
msgstr ""
|
4844 |
|
4845 |
+
#: ../includes/Elements/Post_Grid.php:360
|
4846 |
msgid "Meta Date Style"
|
4847 |
msgstr ""
|
4848 |
|
4849 |
+
#: ../includes/Elements/Post_Grid.php:428
|
4850 |
msgid "Meta Date Position"
|
4851 |
msgstr ""
|
4852 |
|
4853 |
+
#: ../includes/Elements/Post_Grid.php:442
|
4854 |
msgid "Meta Style"
|
4855 |
msgstr ""
|
4856 |
|
4857 |
+
#: ../includes/Elements/Post_Grid.php:550, ../includes/Elements/Post_Grid.php:562, ../includes/Traits/Controls.php:1051
|
4858 |
msgid "Meta Position"
|
4859 |
msgstr ""
|
4860 |
|
4861 |
+
#: ../includes/Elements/Post_Grid.php:577
|
4862 |
msgid "Color, Typography & Spacing"
|
4863 |
msgstr ""
|
4864 |
|
4865 |
+
#: ../includes/Elements/Post_Grid.php:607
|
4866 |
msgid "Title Hover Color"
|
4867 |
msgstr ""
|
4868 |
|
4869 |
+
#: ../includes/Elements/Post_Grid.php:667, ../includes/Elements/Post_Timeline.php:390
|
4870 |
msgid "Excerpt Style"
|
4871 |
msgstr ""
|
4872 |
|
4873 |
+
#: ../includes/Elements/Post_Grid.php:676, ../includes/Elements/Post_Timeline.php:399
|
4874 |
msgid "Excerpt Color"
|
4875 |
msgstr ""
|
4876 |
|
4877 |
+
#: ../includes/Elements/Post_Grid.php:688, ../includes/Elements/Post_Timeline.php:411
|
4878 |
msgid "Excerpt Alignment"
|
4879 |
msgstr ""
|
4880 |
|
4881 |
+
#: ../includes/Elements/Post_Grid.php:704, ../includes/Elements/Post_Timeline.php:427, ../includes/Elements/Tooltip.php:221, ../includes/Elements/Tooltip.php:389
|
4882 |
msgid "Justified"
|
4883 |
msgstr ""
|
4884 |
|
4885 |
+
#: ../includes/Elements/Post_Grid.php:718, ../includes/Elements/Post_Timeline.php:441
|
4886 |
msgid "Excerpt Typography"
|
4887 |
msgstr ""
|
4888 |
|
4889 |
+
#: ../includes/Elements/Post_Grid.php:760
|
4890 |
msgid "Terms Style"
|
4891 |
msgstr ""
|
4892 |
|
4893 |
+
#: ../includes/Elements/Post_Grid.php:771
|
4894 |
msgid "Terms Color"
|
4895 |
msgstr ""
|
4896 |
|
4897 |
+
#: ../includes/Elements/Post_Grid.php:810
|
4898 |
msgid "Meta Typography"
|
4899 |
msgstr ""
|
4900 |
|
4901 |
+
#: ../includes/Elements/Post_Grid.php:833
|
4902 |
msgid "Terms"
|
4903 |
msgstr ""
|
4904 |
|
4905 |
+
#: ../includes/Elements/Post_Grid.php:906
|
4906 |
msgid "Hover Card Style"
|
4907 |
msgstr ""
|
4908 |
|
4909 |
+
#: ../includes/Elements/Post_Grid.php:919
|
4910 |
msgid "FadeIn"
|
4911 |
msgstr ""
|
4912 |
|
4913 |
+
#: ../includes/Elements/Post_Grid.php:920, ../includes/Elements/Simple_Menu.php:295
|
4914 |
msgid "ZoomIn"
|
4915 |
msgstr ""
|
4916 |
|
4917 |
+
#: ../includes/Elements/Post_Grid.php:921
|
4918 |
msgid "SlideUp"
|
4919 |
msgstr ""
|
4920 |
|
4921 |
+
#: ../includes/Elements/Post_Grid.php:929
|
4922 |
msgid "Post Hover Icon"
|
4923 |
msgstr ""
|
4924 |
|
4925 |
+
#: ../includes/Elements/Post_Grid.php:957
|
4926 |
msgid "Cards Radius"
|
4927 |
msgstr ""
|
4928 |
|
4929 |
+
#: ../includes/Elements/Post_Grid.php:980
|
4930 |
msgid "Icon font size"
|
4931 |
msgstr ""
|
4932 |
|
4933 |
+
#: ../includes/Elements/Post_Grid.php:1077
|
4934 |
msgid "<p class=\"no-posts-found\">No Layout Found!</p>"
|
4935 |
msgstr ""
|
4936 |
|
4937 |
+
#: ../includes/Elements/Post_Timeline.php:109
|
4938 |
msgid "Timeline Style"
|
4939 |
msgstr ""
|
4940 |
|
4941 |
+
#: ../includes/Elements/Post_Timeline.php:117
|
4942 |
msgid "Show Overlay"
|
4943 |
msgstr ""
|
4944 |
|
4945 |
+
#: ../includes/Elements/Post_Timeline.php:134
|
4946 |
msgid "Leave blank or Clear to use default gradient overlay"
|
4947 |
msgstr ""
|
4948 |
|
4949 |
+
#: ../includes/Elements/Post_Timeline.php:148
|
4950 |
msgid "Line Width"
|
4951 |
msgstr ""
|
4952 |
|
4953 |
+
#: ../includes/Elements/Post_Timeline.php:166
|
4954 |
msgid "Line Position From Right"
|
4955 |
msgstr ""
|
4956 |
|
4957 |
+
#: ../includes/Elements/Post_Timeline.php:185, ../includes/Extensions/Table_of_Content.php:468
|
4958 |
msgid "Bullet Size"
|
4959 |
msgstr ""
|
4960 |
|
4961 |
+
#: ../includes/Elements/Post_Timeline.php:203
|
4962 |
msgid "Left-sided Bullet Positon"
|
4963 |
msgstr ""
|
4964 |
|
4965 |
+
#: ../includes/Elements/Post_Timeline.php:221
|
4966 |
msgid "Right-sided Bullet Position"
|
4967 |
msgstr ""
|
4968 |
|
4969 |
+
#: ../includes/Elements/Post_Timeline.php:240
|
4970 |
msgid "Timeline Bullet Color"
|
4971 |
msgstr ""
|
4972 |
|
4973 |
+
#: ../includes/Elements/Post_Timeline.php:253
|
4974 |
msgid "Timeline Bullet Border Color"
|
4975 |
msgstr ""
|
4976 |
|
4977 |
+
#: ../includes/Elements/Post_Timeline.php:266
|
4978 |
msgid "Timeline Vertical Line Color"
|
4979 |
msgstr ""
|
4980 |
|
4981 |
+
#: ../includes/Elements/Post_Timeline.php:279
|
4982 |
msgid "Border & Arrow Color"
|
4983 |
msgstr ""
|
4984 |
|
4985 |
+
#: ../includes/Elements/Post_Timeline.php:294
|
4986 |
msgid "Date Background Color"
|
4987 |
msgstr ""
|
4988 |
|
4989 |
+
#: ../includes/Elements/Post_Timeline.php:308
|
4990 |
msgid "Date Text Color"
|
4991 |
msgstr ""
|
4992 |
|
4993 |
+
#: ../includes/Elements/Post_Timeline.php:497, ../includes/Elements/Product_Grid.php:3026
|
4994 |
msgid "<p class=\"no-posts-found\">No layout found!</p>"
|
4995 |
msgstr ""
|
4996 |
|
5014 |
msgid "Pricing Style"
|
5015 |
msgstr ""
|
5016 |
|
5017 |
+
#: ../includes/Elements/Pricing_Table.php:126, ../includes/Elements/Pricing_Table.php:320, ../includes/Extensions/Table_of_Content.php:451
|
5018 |
msgid "List Icon"
|
5019 |
msgstr ""
|
5020 |
|
5150 |
msgid "Choose Plan"
|
5151 |
msgstr ""
|
5152 |
|
5153 |
+
#: ../includes/Elements/Pricing_Table.php:593, ../includes/Elements/Tooltip.php:245
|
5154 |
msgid "Button Link"
|
5155 |
msgstr ""
|
5156 |
|
5226 |
msgid "Disable item color"
|
5227 |
msgstr ""
|
5228 |
|
5229 |
+
#: ../includes/Elements/Pricing_Table.php:1307, ../includes/Extensions/Table_of_Content.php:717
|
5230 |
msgid "Line Height"
|
5231 |
msgstr ""
|
5232 |
|
5238 |
msgid "Refresh your browser after saving the padding value for see changes."
|
5239 |
msgstr ""
|
5240 |
|
5241 |
+
#: ../includes/Elements/Pricing_Table.php:1572, ../includes/Elements/Tooltip.php:659
|
5242 |
msgid "Arrow Size"
|
5243 |
msgstr ""
|
5244 |
|
5402 |
msgid "Products Count"
|
5403 |
msgstr ""
|
5404 |
|
5405 |
+
#: ../includes/Elements/Product_Grid.php:425, ../includes/Elements/Woo_Product_Carousel.php:770, ../includes/Traits/Controls.php:164, ../includes/Traits/Controls.php:291, ../includes/Traits/Controls.php:1610, ../includes/Traits/Controls.php:1649, ../includes/Traits/Controls.php:1712, ../includes/Traits/Controls.php:1750
|
5406 |
msgid "Offset"
|
5407 |
msgstr ""
|
5408 |
|
5434 |
msgid "Short Description?"
|
5435 |
msgstr ""
|
5436 |
|
5437 |
+
#: ../includes/Elements/Product_Grid.php:509, ../includes/Elements/Woo_Product_Carousel.php:313, ../includes/Traits/Controls.php:899, ../includes/Traits/Controls.php:871
|
5438 |
msgid "Excerpt Words"
|
5439 |
msgstr ""
|
5440 |
|
5441 |
+
#: ../includes/Elements/Product_Grid.php:522, ../includes/Elements/Woo_Product_Carousel.php:325, ../includes/Traits/Controls.php:911, ../includes/Traits/Controls.php:884
|
5442 |
msgid "Expansion Indicator"
|
5443 |
msgstr ""
|
5444 |
|
5486 |
msgid "Default Product"
|
5487 |
msgstr ""
|
5488 |
|
5489 |
+
#: ../includes/Elements/Product_Grid.php:674, ../includes/Traits/Controls.php:636, ../includes/Traits/Controls.php:941
|
5490 |
msgid "Label Text"
|
5491 |
msgstr ""
|
5492 |
|
5822 |
msgid "Sticky"
|
5823 |
msgstr ""
|
5824 |
|
5825 |
+
#: ../includes/Elements/Sticky_Video.php:116, ../includes/Elements/Woo_Product_Carousel.php:2122, ../includes/Extensions/Reading_Progress.php:110, ../includes/Extensions/Table_of_Content.php:433, ../includes/Traits/Controls.php:1566, ../includes/Traits/Woo_Product_Comparable.php:1463
|
5826 |
msgid "Position"
|
5827 |
msgstr ""
|
5828 |
|
5930 |
msgid "Scroll Height To Display Sticky (%)"
|
5931 |
msgstr ""
|
5932 |
|
5933 |
+
#: ../includes/Elements/Sticky_Video.php:501, ../includes/Extensions/Table_of_Content.php:747
|
5934 |
msgid "Close Button Color"
|
5935 |
msgstr ""
|
5936 |
|
5950 |
msgid "Play Button Size"
|
5951 |
msgstr ""
|
5952 |
|
5953 |
+
#: ../includes/Elements/Sticky_Video.php:656, ../includes/Extensions/Table_of_Content.php:839
|
5954 |
msgid "Bar"
|
5955 |
msgstr ""
|
5956 |
|
6226 |
msgid "Text"
|
6227 |
msgstr ""
|
6228 |
|
6229 |
+
#: ../includes/Elements/Tooltip.php:86, ../includes/Elements/Tooltip.php:191
|
6230 |
msgid "Shortcode"
|
6231 |
msgstr ""
|
6232 |
|
6233 |
+
#: ../includes/Elements/Tooltip.php:143
|
6234 |
msgid "Hover Me!"
|
6235 |
msgstr ""
|
6236 |
|
6237 |
+
#: ../includes/Elements/Tooltip.php:153
|
6238 |
msgid "Content Tag"
|
6239 |
msgstr ""
|
6240 |
|
6241 |
+
#: ../includes/Elements/Tooltip.php:164
|
6242 |
msgid "DIV"
|
6243 |
msgstr ""
|
6244 |
|
6245 |
+
#: ../includes/Elements/Tooltip.php:165
|
6246 |
msgid "SPAN"
|
6247 |
msgstr ""
|
6248 |
|
6249 |
+
#: ../includes/Elements/Tooltip.php:194
|
6250 |
msgid "[shortcode-here]"
|
6251 |
msgstr ""
|
6252 |
|
6253 |
+
#: ../includes/Elements/Tooltip.php:233
|
6254 |
msgid "Enable Link"
|
6255 |
msgstr ""
|
6256 |
|
6257 |
+
#: ../includes/Elements/Tooltip.php:267
|
6258 |
msgid "Tooltip Settings"
|
6259 |
msgstr ""
|
6260 |
|
6261 |
+
#: ../includes/Elements/Tooltip.php:276
|
6262 |
msgid "Tooltip content"
|
6263 |
msgstr ""
|
6264 |
|
6265 |
+
#: ../includes/Elements/Tooltip.php:283
|
6266 |
msgid "Hover Direction"
|
6267 |
msgstr ""
|
6268 |
|
6269 |
+
#: ../includes/Elements/Tooltip.php:298
|
6270 |
msgid "Hover Speed"
|
6271 |
msgstr ""
|
6272 |
|
6273 |
+
#: ../includes/Elements/Tooltip.php:301
|
6274 |
msgid "300"
|
6275 |
msgstr ""
|
6276 |
|
6277 |
+
#: ../includes/Elements/Tooltip.php:327
|
6278 |
msgid "Content Max Width"
|
6279 |
msgstr ""
|
6280 |
|
6281 |
+
#: ../includes/Elements/Tooltip.php:544
|
6282 |
msgid "Tooltip Style"
|
6283 |
msgstr ""
|
6284 |
|
6285 |
+
#: ../includes/Elements/Tooltip.php:551
|
6286 |
msgid "Tooltip Width"
|
6287 |
msgstr ""
|
6288 |
|
6289 |
+
#: ../includes/Elements/Tooltip.php:576
|
6290 |
msgid "Tooltip Max Width"
|
6291 |
msgstr ""
|
6292 |
|
6293 |
+
#: ../includes/Elements/Tooltip.php:685
|
6294 |
msgid "Arrow Color"
|
6295 |
msgstr ""
|
6296 |
|
6350 |
msgid "Card Settings"
|
6351 |
msgstr ""
|
6352 |
|
6353 |
+
#: ../includes/Elements/Twitter_Feed.php:244, ../includes/Traits/Controls.php:1067
|
6354 |
msgid "Show Avatar"
|
6355 |
msgstr ""
|
6356 |
|
6357 |
+
#: ../includes/Elements/Twitter_Feed.php:256, ../includes/Traits/Controls.php:1098
|
6358 |
msgid "Show Date"
|
6359 |
msgstr ""
|
6360 |
|
6361 |
+
#: ../includes/Elements/Twitter_Feed.php:268, ../includes/Traits/Controls.php:926
|
6362 |
msgid "Show Read More"
|
6363 |
msgstr ""
|
6364 |
|
6730 |
msgid "Privacy Policy"
|
6731 |
msgstr ""
|
6732 |
|
6733 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:277, ../includes/Traits/Controls.php:846
|
6734 |
msgid "Title Length"
|
6735 |
msgstr ""
|
6736 |
|
6738 |
msgid "Image Stretch"
|
6739 |
msgstr ""
|
6740 |
|
6741 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:360, ../includes/Traits/Controls.php:1002
|
6742 |
msgid "Show Terms From"
|
6743 |
msgstr ""
|
6744 |
|
6745 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:363, ../includes/Traits/Controls.php:1005
|
6746 |
msgid "Category"
|
6747 |
msgstr ""
|
6748 |
|
6749 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:364, ../includes/Traits/Controls.php:1006
|
6750 |
msgid "Tags"
|
6751 |
msgstr ""
|
6752 |
|
6753 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:376, ../includes/Traits/Controls.php:1018
|
6754 |
msgid "Max Terms to Show"
|
6755 |
msgstr ""
|
6756 |
|
6757 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:393, ../includes/Traits/Controls.php:1838
|
6758 |
msgid "Not Found Message"
|
6759 |
msgstr ""
|
6760 |
|
6866 |
msgid "Chevron Circle"
|
6867 |
msgstr ""
|
6868 |
|
6869 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2561, ../includes/Extensions/Table_of_Content.php:838
|
6870 |
msgid "Arrow"
|
6871 |
msgstr ""
|
6872 |
|
7067 |
msgstr ""
|
7068 |
|
7069 |
#: ../includes/Extensions/Table_of_Content.php:332
|
7070 |
+
msgid "Main Page Offset"
|
7071 |
+
msgstr ""
|
7072 |
+
|
7073 |
+
#: ../includes/Extensions/Table_of_Content.php:355
|
7074 |
msgid "Z Index"
|
7075 |
msgstr ""
|
7076 |
|
7077 |
+
#: ../includes/Extensions/Table_of_Content.php:382
|
7078 |
msgid "Need more information about TOC <strong><a href=\"https://essential-addons.com/elementor/docs/table-of-content/\" class=\"eael-btn\" target=\"_blank\">Visit documentation</a></strong>"
|
7079 |
msgstr ""
|
7080 |
|
7081 |
+
#: ../includes/Extensions/Table_of_Content.php:396
|
7082 |
msgid "EA TOC"
|
7083 |
msgstr ""
|
7084 |
|
7085 |
+
#: ../includes/Extensions/Table_of_Content.php:456, ../includes/Traits/Controls.php:742
|
7086 |
msgid "Bullet"
|
7087 |
msgstr ""
|
7088 |
|
7089 |
+
#: ../includes/Extensions/Table_of_Content.php:494
|
7090 |
msgid "Top Position"
|
7091 |
msgstr ""
|
7092 |
|
7093 |
+
#: ../includes/Extensions/Table_of_Content.php:578
|
7094 |
msgid "EA TOC Header"
|
7095 |
msgstr ""
|
7096 |
|
7097 |
+
#: ../includes/Extensions/Table_of_Content.php:636
|
7098 |
msgid "Collapse"
|
7099 |
msgstr ""
|
7100 |
|
7101 |
+
#: ../includes/Extensions/Table_of_Content.php:659
|
7102 |
msgid "Text Orientation"
|
7103 |
msgstr ""
|
7104 |
|
7105 |
+
#: ../includes/Extensions/Table_of_Content.php:664
|
7106 |
msgid "Bottom to Top"
|
7107 |
msgstr ""
|
7108 |
|
7109 |
+
#: ../includes/Extensions/Table_of_Content.php:672
|
7110 |
msgid "Close Button"
|
7111 |
msgstr ""
|
7112 |
|
7113 |
+
#: ../includes/Extensions/Table_of_Content.php:788
|
7114 |
msgid "EA TOC Body"
|
7115 |
msgstr ""
|
7116 |
|
7117 |
+
#: ../includes/Extensions/Table_of_Content.php:833
|
7118 |
msgid "Indicator Style"
|
7119 |
msgstr ""
|
7120 |
|
7121 |
+
#: ../includes/Extensions/Table_of_Content.php:847
|
7122 |
msgid "Indicator Size"
|
7123 |
msgstr ""
|
7124 |
|
7125 |
+
#: ../includes/Extensions/Table_of_Content.php:873
|
7126 |
msgid "Indicator Position"
|
7127 |
msgstr ""
|
7128 |
|
7129 |
+
#: ../includes/Extensions/Table_of_Content.php:990
|
7130 |
msgid "Top Level Space"
|
7131 |
msgstr ""
|
7132 |
|
7133 |
+
#: ../includes/Extensions/Table_of_Content.php:1016
|
7134 |
msgid "Sub Item Space"
|
7135 |
msgstr ""
|
7136 |
|
7374 |
msgid "Show Image"
|
7375 |
msgstr ""
|
7376 |
|
7377 |
+
#: ../includes/Traits/Controls.php:730
|
7378 |
msgid "Show Circle Image / Icon"
|
7379 |
msgstr ""
|
7380 |
|
7381 |
+
#: ../includes/Traits/Controls.php:756
|
7382 |
msgid "Icon Image"
|
7383 |
msgstr ""
|
7384 |
|
7385 |
+
#: ../includes/Traits/Controls.php:769
|
7386 |
msgid "Icon Image Size"
|
7387 |
msgstr ""
|
7388 |
|
7389 |
+
#: ../includes/Traits/Controls.php:858
|
7390 |
msgid "Show excerpt"
|
7391 |
msgstr ""
|
7392 |
|
7393 |
+
#: ../includes/Traits/Controls.php:915, ../includes/Traits/Controls.php:888
|
7394 |
msgid "..."
|
7395 |
msgstr ""
|
7396 |
|
7397 |
+
#: ../includes/Traits/Controls.php:961
|
7398 |
msgid "Show Read More Button"
|
7399 |
msgstr ""
|
7400 |
|
7401 |
+
#: ../includes/Traits/Controls.php:988
|
7402 |
msgid "Show Post Terms"
|
7403 |
msgstr ""
|
7404 |
|
7405 |
+
#: ../includes/Traits/Controls.php:1039
|
7406 |
msgid "Show Meta"
|
7407 |
msgstr ""
|
7408 |
|
7409 |
+
#: ../includes/Traits/Controls.php:1055
|
7410 |
msgid "Entry Header"
|
7411 |
msgstr ""
|
7412 |
|
7413 |
+
#: ../includes/Traits/Controls.php:1056
|
7414 |
msgid "Entry Footer"
|
7415 |
msgstr ""
|
7416 |
|
7417 |
+
#: ../includes/Traits/Controls.php:1083
|
7418 |
msgid "Show Author Name"
|
7419 |
msgstr ""
|
7420 |
|
7421 |
+
#: ../includes/Traits/Controls.php:1201
|
7422 |
msgid "Read More Button Style"
|
7423 |
msgstr ""
|
7424 |
|
7425 |
+
#: ../includes/Traits/Controls.php:1571
|
7426 |
msgid "Absolute"
|
7427 |
msgstr ""
|
7428 |
|
7429 |
+
#: ../includes/Traits/Controls.php:1585
|
7430 |
msgid "Horizontal Orientation"
|
7431 |
msgstr ""
|
7432 |
|
7433 |
+
#: ../includes/Traits/Controls.php:1688
|
7434 |
msgid "Vertical Orientation"
|
7435 |
msgstr ""
|
7436 |
|
7437 |
+
#: ../includes/Traits/Controls.php:1807
|
7438 |
msgid "<strong>Ninja Tables</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=Ninja+Tables&tab=search&type=term\" target=\"_blank\">Ninja Tables</a> first."
|
7439 |
msgstr ""
|
7440 |
|
7441 |
+
#: ../includes/Traits/Controls.php:1794
|
7442 |
msgid "Table ID"
|
7443 |
msgstr ""
|
7444 |
|
7445 |
+
#: ../includes/Traits/Controls.php:1828
|
7446 |
msgid "EventON (Pro) "
|
7447 |
msgstr ""
|
7448 |
|
7449 |
+
#: ../includes/Traits/Controls.php:1826
|
7450 |
msgid "EventON"
|
7451 |
msgstr ""
|
7452 |
|
7453 |
+
#: ../includes/Traits/Controls.php:1845
|
7454 |
msgid "Style the message when no posts are found."
|
7455 |
msgstr ""
|
7456 |
|
7646 |
msgid "Widget settings are not found. Did you save the widget before using load more??"
|
7647 |
msgstr ""
|
7648 |
|
7649 |
+
#: ../includes/Traits/Helper.php:200
|
7650 |
msgid "Essential Addons for Elementor"
|
7651 |
msgstr ""
|
7652 |
|
7653 |
+
#: ../includes/Traits/Helper.php:379, ../includes/Traits/Twitter_Feed.php:120
|
7654 |
msgid "%s ago"
|
7655 |
msgstr ""
|
7656 |
|
7657 |
+
#: ../includes/Traits/Helper.php:774
|
7658 |
msgid "1,000+ Stunning Templates"
|
7659 |
msgstr ""
|
7660 |
|
7661 |
+
#: ../includes/Traits/Helper.php:775
|
7662 |
msgid "Supports Elementor & Gutenberg"
|
7663 |
msgstr ""
|
7664 |
|
7665 |
+
#: ../includes/Traits/Helper.php:776
|
7666 |
msgid "Powering up 17,000+ Websites"
|
7667 |
msgstr ""
|
7668 |
|
7669 |
+
#: ../includes/Traits/Helper.php:777
|
7670 |
msgid "Cloud Collaboration with Team"
|
7671 |
msgstr ""
|
7672 |
|
7673 |
+
#: ../includes/Traits/Helper.php:786
|
7674 |
msgid "Don’t Show This Again"
|
7675 |
msgstr ""
|
7676 |
|
7677 |
+
#: ../includes/Traits/Helper.php:798, ../includes/templates/admin/general.php:19, ../includes/templates/admin/general.php:121
|
7678 |
msgid "Activate Templately"
|
7679 |
msgstr ""
|
7680 |
|
7681 |
+
#: ../includes/Traits/Helper.php:795
|
7682 |
msgid "Activated Templately"
|
7683 |
msgstr ""
|
7684 |
|
7685 |
+
#: ../includes/Traits/Helper.php:792, ../includes/templates/admin/general.php:17, ../includes/templates/admin/general.php:119
|
7686 |
msgid "Install Templately"
|
7687 |
msgstr ""
|
7688 |
|
7689 |
+
#: ../includes/Traits/Helper.php:801
|
7690 |
msgid "Submit"
|
7691 |
msgstr ""
|
7692 |
|
7726 |
msgid "The confirmed password did not match."
|
7727 |
msgstr ""
|
7728 |
|
7729 |
+
#: ../includes/Traits/Login_Registration.php:427
|
7730 |
msgid "Sorry, something went wrong. User could not be registered."
|
7731 |
msgstr ""
|
7732 |
|
7733 |
+
#: ../includes/Traits/Login_Registration.php:470
|
7734 |
msgid "Your registration completed successfully."
|
7735 |
msgstr ""
|
7736 |
|
8338 |
msgid "No products found!"
|
8339 |
msgstr ""
|
8340 |
|
8341 |
+
#: ../includes/Template/Content/Product_Grid.php:63, ../includes/Template/Content/Product_Grid.php:29, ../includes/Template/Eicon-Woocommerce/default.php:279, ../includes/Template/Eicon-Woocommerce/default.php:221, ../includes/Template/Eicon-Woocommerce/default.php:116, ../includes/Template/Eicon-Woocommerce/default.php:100, ../includes/Template/Eicon-Woocommerce/default.php:60
|
8342 |
msgid "Sale!"
|
8343 |
msgstr ""
|
8344 |
|
8345 |
+
#: ../includes/Template/Content/Product_Grid.php:27, ../includes/Template/Eicon-Woocommerce/default.php:98, ../includes/Template/Eicon-Woocommerce/default.php:58
|
8346 |
msgid "Stock <br/> Out"
|
8347 |
msgstr ""
|
8348 |
|
8349 |
+
#: ../includes/Template/Eicon-Woocommerce/default.php:412, ../includes/Template/Eicon-Woocommerce/default.php:279, ../includes/Template/Eicon-Woocommerce/default.php:221, ../includes/Template/Eicon-Woocommerce/default.php:116
|
8350 |
msgid "Stock "
|
8351 |
msgstr ""
|
8352 |
|
8353 |
+
#: ../includes/Template/Eicon-Woocommerce/default.php:412, ../includes/Template/Eicon-Woocommerce/default.php:279, ../includes/Template/Eicon-Woocommerce/default.php:221, ../includes/Template/Eicon-Woocommerce/default.php:116
|
8354 |
msgid "Out"
|
8355 |
msgstr ""
|
8356 |
|
@@ -4,7 +4,7 @@ Tags: elementor, elements, addons, elementor addons, elementor widget, elementor
|
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.7.2
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 4.7.
|
8 |
License: GPLv3
|
9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
10 |
|
@@ -225,6 +225,24 @@ Your existing elements/content will work with premium version. So you won't lose
|
|
225 |
|
226 |
== Changelog ==
|
227 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
= 4.7.0 - 24/05/2021 =
|
229 |
|
230 |
- Added: EA Simple Menu widget
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.7.2
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 4.7.1
|
8 |
License: GPLv3
|
9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
10 |
|
225 |
|
226 |
== Changelog ==
|
227 |
|
228 |
+
= 4.7.1 - 07/06/2021 =
|
229 |
+
|
230 |
+
- Removed: Elementor deprecation methods
|
231 |
+
- Added: Compatibility with PHP 8.0
|
232 |
+
- Added: EA Login/Register Form | Added permission check for security enhancement
|
233 |
+
- Fixed: EA Gravity Form | Styles being applied to input fields
|
234 |
+
- Fixed: EA Tooltip | Alignment in Responsive Design not working properly
|
235 |
+
- Fixed: EA Creative Button | ‘Shikoba’ effect breaking the design
|
236 |
+
- Fixed: EA Advanced Accordion | Saved Template is not showing properly
|
237 |
+
- Fixed: EA Contact Form 7 | Submit button ‘Full Width’ not working
|
238 |
+
- Fixed: EA Countdown | design broken on mobile device
|
239 |
+
- Fixed: EA Product Grid | Draft products being displayed
|
240 |
+
- Fixed: HTML(inline CSS) not working with <a> tag in some widgets
|
241 |
+
- Improved: Added Target_Blank options in post widgets
|
242 |
+
- Improved: EA Product Grid | not scrolling to top when you hit the pagination options
|
243 |
+
- Removed: EA Progress Bar | Removed duplicate controls
|
244 |
+
- Few minor bug fix and improvements
|
245 |
+
|
246 |
= 4.7.0 - 24/05/2021 =
|
247 |
|
248 |
- Added: EA Simple Menu widget
|