Version Description
03/05/2021 =
Improved: Query Optimization in dynamic widgets
Improved: Refactored code for Security Enhancement
Added: EA Data Table | Added icon option in Content Type
Fixed: Conflict with swiperJS
Fixed: EA Creative Button | issues with the tab view and default styles
Fixed: EA Product Grid | Product header tag not being changeable
Fixed: EA Facebook Feed | different page ID's showing same content
Few minor bug fix and improvements
Download this release
Release Info
Developer | re_enter_rupok |
Plugin | Elementor Essential Addons |
Version | 4.6.4 |
Comparing to | |
See all releases |
Code changes from version 4.6.3 to 4.6.4
- assets/admin/js/admin.js +0 -2
- assets/admin/js/eael-templately-promo.js +0 -2
- assets/front-end/css/view/load-more.css +4 -3
- assets/front-end/css/view/load-more.min.css +1 -1
- assets/front-end/css/view/product-grid.css +4 -0
- assets/front-end/css/view/product-grid.min.css +1 -1
- assets/front-end/js/view/content-ticker.js +1 -1
- assets/front-end/js/view/content-ticker.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
- essential_adons_elementor.php +3 -3
- includes/Elements/Content_Ticker.php +1 -1
- includes/Elements/Data_Table.php +117 -3
- includes/Elements/Fancy_Text.php +2 -2
- includes/Elements/Feature_List.php +1 -1
- includes/Elements/Filterable_Gallery.php +3 -3
- includes/Elements/Login_Register.php +2 -2
- includes/Elements/Product_Grid.php +447 -368
- includes/Elements/Woo_Product_Carousel.php +23 -0
- includes/Template/Eicon-Woocommerce/default.php +46 -50
- includes/Traits/Controls.php +23 -21
- includes/Traits/Woo_Product_Comparable.php +4 -3
- languages/essential-addons-for-elementor-lite.pot +439 -443
- readme.txt +14 -3
assets/admin/js/admin.js
CHANGED
@@ -368,7 +368,6 @@
|
|
368 |
} else {
|
369 |
button.attr("disabled", false);
|
370 |
button.text("Install");
|
371 |
-
alert(response.data);
|
372 |
}
|
373 |
},
|
374 |
error: function (err) {
|
@@ -393,7 +392,6 @@
|
|
393 |
$( "body" ).trigger( 'eael_after_active_plugin',{plugin:basename} );
|
394 |
} else {
|
395 |
button.text("Activate");
|
396 |
-
alert(response.data);
|
397 |
}
|
398 |
|
399 |
button.attr("disabled", false);
|
368 |
} else {
|
369 |
button.attr("disabled", false);
|
370 |
button.text("Install");
|
|
|
371 |
}
|
372 |
},
|
373 |
error: function (err) {
|
392 |
$( "body" ).trigger( 'eael_after_active_plugin',{plugin:basename} );
|
393 |
} else {
|
394 |
button.text("Activate");
|
|
|
395 |
}
|
396 |
|
397 |
button.attr("disabled", false);
|
assets/admin/js/eael-templately-promo.js
CHANGED
@@ -129,7 +129,6 @@
|
|
129 |
});
|
130 |
} else {
|
131 |
button.text("Install");
|
132 |
-
alert(response.data);
|
133 |
}
|
134 |
|
135 |
button.attr("disabled", false);
|
@@ -158,7 +157,6 @@
|
|
158 |
});
|
159 |
} else {
|
160 |
button.text("Activate");
|
161 |
-
alert(response.data);
|
162 |
}
|
163 |
|
164 |
button.attr("disabled", false);
|
129 |
});
|
130 |
} else {
|
131 |
button.text("Install");
|
|
|
132 |
}
|
133 |
|
134 |
button.attr("disabled", false);
|
157 |
});
|
158 |
} else {
|
159 |
button.text("Activate");
|
|
|
160 |
}
|
161 |
|
162 |
button.attr("disabled", false);
|
assets/front-end/css/view/load-more.css
CHANGED
@@ -40,12 +40,13 @@
|
|
40 |
font-size: 16px;
|
41 |
overflow: hidden;
|
42 |
}
|
43 |
-
.eael-button
|
44 |
-
.eael-load-more-button
|
45 |
-
|
46 |
}
|
47 |
.eael-button .eael-btn-loader,
|
48 |
.eael-load-more-button .eael-btn-loader {
|
|
|
49 |
border-radius: 50%;
|
50 |
width: 20px;
|
51 |
height: 20px;
|
40 |
font-size: 16px;
|
41 |
overflow: hidden;
|
42 |
}
|
43 |
+
.eael-button.button--loading .eael-btn-loader,
|
44 |
+
.eael-load-more-button.button--loading .eael-btn-loader {
|
45 |
+
display: block;
|
46 |
}
|
47 |
.eael-button .eael-btn-loader,
|
48 |
.eael-load-more-button .eael-btn-loader {
|
49 |
+
display: none;
|
50 |
border-radius: 50%;
|
51 |
width: 20px;
|
52 |
height: 20px;
|
assets/front-end/css/view/load-more.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@-webkit-keyframes loaderSpin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loaderSpin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.eael-button-wrap,.eael-load-more-button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-button,.eael-load-more-button{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1em 2em;border:0px solid;font-size:16px;overflow:hidden}.eael-button
|
1 |
+
@-webkit-keyframes loaderSpin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loaderSpin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.eael-button-wrap,.eael-load-more-button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-button,.eael-load-more-button{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1em 2em;border:0px solid;font-size:16px;overflow:hidden}.eael-button.button--loading .eael-btn-loader,.eael-load-more-button.button--loading .eael-btn-loader{display:block}.eael-button .eael-btn-loader,.eael-load-more-button .eael-btn-loader{display:none;border-radius:50%;width:20px;height:20px;font-size:10px;position:relative;top:auto;left:-200%;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid #fff;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:loaderSpin 1.1s infinite linear;animation:loaderSpin 1.1s infinite linear;margin-right:5px;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.eael-button .eael-btn-loader:after,.eael-load-more-button .eael-btn-loader:after{border-radius:50%;width:20px;height:20px}.eael-button:focus,.eael-load-more-button:focus{outline:none}.eael-button.button--loading>span,.eael-load-more-button.button--loading>span{margin-left:0}.eael-button.button--loading .eael-btn-loader,.eael-load-more-button.button--loading .eael-btn-loader{left:0}.rtl .eael-load-more-button-wrap{direction:ltr}
|
assets/front-end/css/view/product-grid.css
CHANGED
@@ -2337,6 +2337,9 @@
|
|
2337 |
.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a {
|
2338 |
border: 2px solid #ddd;
|
2339 |
}
|
|
|
|
|
|
|
2340 |
.eael-product-grid.list .eael-product-wrap .icons-wrap li {
|
2341 |
display: inline-block;
|
2342 |
margin: 0;
|
@@ -2355,6 +2358,7 @@
|
|
2355 |
font-size: 15px;
|
2356 |
line-height: 1.4em;
|
2357 |
font-weight: 700;
|
|
|
2358 |
}
|
2359 |
.eael-product-grid.list .eael-product-wrap .icons-wrap li a:hover {
|
2360 |
background: #ff7a80;
|
2337 |
.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a {
|
2338 |
border: 2px solid #ddd;
|
2339 |
}
|
2340 |
+
.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a.eael-wc-compare.eael-wc-compare-icon {
|
2341 |
+
margin: 2px;
|
2342 |
+
}
|
2343 |
.eael-product-grid.list .eael-product-wrap .icons-wrap li {
|
2344 |
display: inline-block;
|
2345 |
margin: 0;
|
2358 |
font-size: 15px;
|
2359 |
line-height: 1.4em;
|
2360 |
font-weight: 700;
|
2361 |
+
cursor: pointer;
|
2362 |
}
|
2363 |
.eael-product-grid.list .eael-product-wrap .icons-wrap li a:hover {
|
2364 |
background: #ff7a80;
|
assets/front-end/css/view/product-grid.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.table-responsive{width:100%;overflow-x:auto;overflow-y:hidden}.eael-wcpc-wrapper img{display:block;margin:auto}.eael-wcpc-wrapper th i{padding-right:10px;color:#dcdcdc}.eael-wcpc-wrapper .wcpc-table-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-wcpc-wrapper .wcpc-table-header .wcpc-title{word-break:break-word}.eael-wcpc-wrapper .elementor-icon{font-size:20px;margin-right:10px}.eael-wcpc-wrapper table td{text-align:center}.eael-wcpc-wrapper.custom{--h-bg: #2d1e87;--h-text-clr: #fff;--h-border-clr: #b6aaff;--text-clr: #707070;--text-bold-clr: #252525;--btn-bg: #6752e5;--btn-bg-hover: #ff9582;--btn-text: #fff;--image-bg: #6b55ec;--container-bg: #fff;--icon-color: #c3ccdc;background:var(--container-bg);overflow-x:scroll}.eael-wcpc-wrapper.custom table{border-collapse:collapse;border-spacing:0;max-width:none}.eael-wcpc-wrapper.custom table .icon{width:16px;margin-right:6px;fill:var(--icon-color)}.eael-wcpc-wrapper.custom table th,.eael-wcpc-wrapper.custom table td{padding:15px;border:1px solid var(--h-border-clr);border-collapse:collapse}.eael-wcpc-wrapper.custom table th.first-th{border:none;padding-left:5px}.eael-wcpc-wrapper.custom table th{color:var(--text-bold-clr);font-weight:normal;max-width:160px;border-left-width:2px;border-collapse:collapse;vertical-align:middle}.eael-wcpc-wrapper.custom table th div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-wcpc-wrapper.custom table td{color:var(--text-clr);text-align:center}.eael-wcpc-wrapper.custom table tr.title{background:var(--h-bg);color:var(--h-text-clr)}.eael-wcpc-wrapper.custom table tr.title th,.eael-wcpc-wrapper.custom table tr.title td{font-size:20px;color:inherit;border:none;border-left:1px solid var(--h-border-clr);border-right:1px solid var(--h-border-clr)}.eael-wcpc-wrapper.custom table tr.image td{vertical-align:middle;border:none}.eael-wcpc-wrapper.custom table .button{border-radius:5px;background:var(--btn-bg);color:var(--btn-text)}.eael-wcpc-wrapper.custom table .button:hover{background:var(--btn-bg-hover)}.eael-wcpc-wrapper.custom.theme-1 table tr.image td{background:var(--image-bg);border-left:1px solid var(--h-border-clr);border-right:1px solid var(--h-border-clr)}.eael-wcpc-wrapper.custom.theme-2{--h-bg: #ff9453;--h-border-clr: #f4ede9;--btn-bg: #ff9453;--btn-bg-hover: #6752e5;--even-row-bg: #fbf8f7}.eael-wcpc-wrapper.custom.theme-2 table tr:nth-of-type(even):not(.title){background:var(--even-row-bg)}.eael-wcpc-wrapper.custom.theme-3{--container-bg: #f9fafc;--btn-bg: #ff907e;--btn-bg-hover: #ff907e;--even-row-bg: #f5f5f8;--h-odd-row-bg: #fdfdff;--first-img-bg: linear-gradient(-130deg, #ffd0b0 0%, #ff907e 100%);--second-img-bg: linear-gradient(-130deg, #ada0ff 0%, #7561f2 100%);--third-img-bg: linear-gradient(-130deg, #6fffac 0%, #23d56e 100%);--firt-btn-bg: #ff907e;--second-btn-bg: #7561f2;--third-btn-bg: #23d56e;padding:20px}.eael-wcpc-wrapper.custom.theme-3 table{-webkit-border-horizontal-spacing:10px}.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(even):not(.title){background:var(--even-row-bg)}.eael-wcpc-wrapper.custom.theme-3 table th,.eael-wcpc-wrapper.custom.theme-3 table td{border:none;-webkit-box-sizing:border-box;box-sizing:border-box}.eael-wcpc-wrapper.custom.theme-3 table tr.title td.featured,.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(odd) td.featured{-webkit-box-shadow:18px 0 10px -10px rgba(86,79,127,.06),-18px 0 10px -10px rgba(86,79,127,.06);box-shadow:18px 0 10px -10px rgba(86,79,127,.06),-18px 0 10px -10px rgba(86,79,127,.06)}.eael-wcpc-wrapper.custom.theme-3 table tr.title{background:initial;color:initial}.eael-wcpc-wrapper.custom.theme-3 table tr.title th,.eael-wcpc-wrapper.custom.theme-3 table tr.title td{color:initial;border-left:none;border-right:none}.eael-wcpc-wrapper.custom.theme-3 table tr.image td{background:initial;border-left:none;border-right:none;padding:0}.eael-wcpc-wrapper.custom.theme-3 table tr.image td span{display:block;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border-top-left-radius:10px;border-top-right-radius:10px}.eael-wcpc-wrapper.custom.theme-3 table tr.image td>span{padding:20px}.eael-wcpc-wrapper.custom.theme-3 table tr.image td span.inner{padding:0}.eael-wcpc-wrapper.custom.theme-3 table tr.image td.featured span{padding:10px;background:#fff}.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+1) .img-inner{background:var(--first-img-bg)}.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+2) .img-inner{background:var(--second-img-bg)}.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+3) .img-inner{background:var(--third-img-bg)}.eael-wcpc-wrapper.custom.theme-4{--h-bg: none;--h-text-clr: #707070;--h-border-clr: #e8ebf0;--text-clr: #707070;--text-bold-clr: #252525;--btn-bg: #613de6;--btn-bg-hover: #ff9582;--btn-text: #fff;--image-bg: none;--container-bg: #f9fafc}.eael-wcpc-wrapper.custom.theme-4 table{background:#fff}.eael-wcpc-wrapper.custom.theme-4 table th.first-th{background:var(--container-bg)}.eael-wcpc-wrapper.custom.theme-4 table tr.title th,.eael-wcpc-wrapper.custom.theme-4 table tr.title td{font-size:20px;color:inherit;border:1px solid var(--h-border-clr)}.eael-wcpc-wrapper.custom.theme-4 table tr.image td{position:relative;border:1px solid var(--h-border-clr);overflow:hidden}.eael-wcpc-wrapper.custom.theme-4 table tr.image .ribbon{position:absolute;left:-44px;top:10px;background:var(--btn-bg);color:var(--btn-text);padding:3px 50px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title,.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount{font-size:18px;font-weight:bold}.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title{color:var(--text-bold-clr);margin:0 auto 10px}.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount{color:var(--btn-bg)}.eael-wcpc-wrapper.custom.theme-5{--first-row-color: #fff;--first-col-bg: #6a3ee8;--second-col-bg: #3e5ae8;--third-col-bg: #15e9c9;--first-img-bg: #f4f0ff;--second-img-bg: #eaedff;--third-img-bg: #e5fffb;--h-bg: none;--h-text-clr: #707070;--h-border-clr: #e8ebf0;--first-btn-bg: #6a3ee8;--second-btn-bg: #3e5ae8;--third-btn-bg: #15e9c9;--image-bg: none}.eael-wcpc-wrapper.custom.theme-5 table th{border:none}.eael-wcpc-wrapper.custom.theme-5 table th.first-th{background:var(--container-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button{background:var(--first-btn-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button:hover{background:#5827e5}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button{background:var(--second-btn-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button:hover{background:#2747e5}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button{background:var(--third-btn-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button:hover{background:#13d2b5}.eael-wcpc-wrapper.custom.theme-5 table tr.title th,.eael-wcpc-wrapper.custom.theme-5 table tr.title td{font-size:20px;color:inherit;border:none}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+1){background:var(--first-img-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+2){background:var(--second-img-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+3){background:var(--third-img-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+1){background:var(--first-col-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+2){background:var(--second-col-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+3){background:var(--third-col-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td,.eael-wcpc-wrapper.custom.theme-5 table tr.title td{border:none;border-right:2px solid var(--first-row-color);color:var(--first-row-color)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:last-child,.eael-wcpc-wrapper.custom.theme-5 table tr.title td:last-child{border-right:none}.eael-wcpc-wrapper.custom.theme-6{--container-bg: #f0eff6;--first-row-color: #fff;--first-col-bg: #fd907b;--second-col-bg: #7f6cf4;--third-col-bg: #3ae281;--first-img-bg: #f4f0ff;--second-img-bg: #eaedff;--third-img-bg: #e5fffb;--h-bg: none;--h-text-clr: #707070;--h-border-clr: #e8ebf0;--image-bg: none}.eael-wcpc-wrapper.custom.theme-6 table tr.title th,.eael-wcpc-wrapper.custom.theme-6 table tr.title td{border-left:0;border-right:0}.eael-wcpc-wrapper.custom.theme-6 table tr.title td{color:#fff}.eael-wcpc-wrapper.custom.theme-6 table tr,.eael-wcpc-wrapper.custom.theme-6 table th,.eael-wcpc-wrapper.custom.theme-6 table td{border:none}.eael-wcpc-wrapper.custom.theme-6 table td{color:#fff;border-right:20px solid #fff}.eael-wcpc-wrapper.custom.theme-6 table td:last-child{border-right:none}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1){background:var(--first-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2){background:var(--second-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3){background:var(--third-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) th,.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td{background:#f7f6fa}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+1){background:#fec1b5}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+2){background:#b7adf9}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+3){background:#91efb8}.eael-wcpc-wrapper.custom.theme-6 table tr.image td,.eael-wcpc-wrapper.custom.theme-6 table tr.title td{border:none;border-right:20px solid #fff}.eael-wcpc-wrapper.custom.theme-6 table tr.image td:last-child,.eael-wcpc-wrapper.custom.theme-6 table tr.title td:last-child{border-right:none}.eael-wcpc-wrapper.custom.theme-6 table .button{background:#fff}.eael-wcpc-wrapper.custom.theme-6 table .button:hover{background:#fff}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button{color:var(--first-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button:hover{color:#fb3c17}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button{color:var(--second-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button:hover{color:#2f11e9}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button{color:var(--third-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button:hover{color:#179f51}.eael-wcpc-wrapper.custom.theme-6 .img-inner{display:block;background:rgba(228,228,228,.45);border-radius:6px}@media screen and (min-width: 769px){.eael-wcpc-wrapper:not(.theme-4) tr.image td{padding:10px}.theme-4 tr.image td{padding:50px 10px}}.eael-product-grid .woocommerce ul.products,.eael-post-grid .woocommerce ul.products{display:grid;grid-gap:25px;margin:0 0 15px 0;padding:0 !important}.eael-product-grid .woocommerce ul.products:before,.eael-product-grid .woocommerce ul.products:after,.eael-post-grid .woocommerce ul.products:before,.eael-post-grid .woocommerce ul.products:after{display:none}.eael-product-grid .woocommerce ul.products .product,.eael-post-grid .woocommerce ul.products .product{width:100%;margin:0;padding:0}.eael-product-grid .woocommerce ul.products .product .eael-wc-compare,.eael-post-grid .woocommerce ul.products .product .eael-wc-compare{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;cursor:pointer;color:#fff;background-color:#333;margin:15px}.eael-product-grid .woocommerce ul.products .product .eael-wc-compare:hover,.eael-post-grid .woocommerce ul.products .product .eael-wc-compare:hover{color:#fff;background-color:#333}.eael-product-grid .woocommerce ul.products .product .eael-wc-compare-loader,.eael-post-grid .woocommerce ul.products .product .eael-wc-compare-loader{display:none;width:1.5rem}.eael-product-grid .woocommerce ul.products .product .star-rating,.eael-post-grid .woocommerce ul.products .product .star-rating{margin:0 auto 5px;display:inline-block;float:none;height:1em;width:5.6em;font-size:1em;line-height:1em}.eael-product-grid .woocommerce ul.products .product .star-rating:before,.eael-post-grid .woocommerce ul.products .product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-product-grid .woocommerce ul.products .product .star-rating span,.eael-post-grid .woocommerce ul.products .product .star-rating span{display:inline-block}.eael-product-grid .woocommerce ul.products .product .star-rating span:before,.eael-post-grid .woocommerce ul.products .product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product,.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a{text-decoration:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:auto;margin:auto;max-width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge{line-height:16px;font-size:13px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-95px;top:-45px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button{display:block;font-size:14px;font-weight:400;line-height:38px;text-align:center;text-transform:uppercase;color:#fff;background-color:#333;padding:0;margin:15px;border-radius:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus{outline:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare{color:#fff;background-color:#333}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{display:block;margin:0 0 15px 0;padding:0;font-size:14px;line-height:1;text-transform:capitalize;color:#333;background-color:transparent}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product{border:1px solid #eee}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product{border:1px solid transparent}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{visibility:hidden;-webkit-transition:none;-o-transition:none;transition:none}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover{border:1px solid #eee}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart{visibility:visible}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0 0 15px 0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a{text-decoration:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;height:auto;margin:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay{position:relative;overflow:hidden;line-height:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap{position:absolute;top:50%;left:0;right:0;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:38px;text-align:center;color:#fff;background-color:#333;width:38px;height:38px;border-style:none;border-radius:50%;vertical-align:middle;padding:0;margin:0 5px;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:opacity 300ms,-webkit-transform 200ms;transition:opacity 300ms,-webkit-transform 200ms;-o-transition:transform 200ms,opacity 300ms;transition:transform 200ms,opacity 300ms;transition:transform 200ms,opacity 300ms,-webkit-transform 200ms}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus{outline:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button{font-size:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before{display:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after{content:"";font-size:14px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0;font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after{content:""}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before{display:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after{content:"";display:inline-block;font-weight:normal;font-family:"Font Awesome 5 Free";font-size:14px;line-height:38px;color:#fff;height:auto;width:auto;position:relative;top:0;left:0;margin:0;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{font-size:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after{content:"";font-family:"Font Awesome 5 Free";font-size:14px;line-height:38px;font-weight:900;color:#fff;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge{line-height:16px;font-size:13px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:9;left:-95px;top:-45px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare{padding:5px !important}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-product-grid.eael-product-default .woocommerce ul.products li.product,.eael-post-grid.eael-product-default .woocommerce ul.products li.product{overflow:visible !important}.eael-product-grid.eael-product-default .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-default .woocommerce ul.products li.product .onsale{line-height:inherit;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}.eael-product-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge{min-height:3.746em;min-width:3.746em;padding:.502em;font-size:13px;font-weight:700;position:absolute;text-align:center;line-height:1.25;top:-0.5em;left:-0.5em;margin:0;border-radius:50%;background-color:#ff2a13;color:#fff;font-size:.857em;z-index:9}.eael-product-grid.eael-product-default .button.add_to_cart_button::before,.eael-post-grid.eael-product-default .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.eael-product-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before,.eael-post-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before{content:""}.eael-wcpc-modal{position:fixed;top:50px;right:0;bottom:50px;left:0;margin-left:auto;margin-right:auto;width:1080px;max-width:90%;background:#fff;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;z-index:9999999}.modal__content{width:100%;height:100%;overflow:hidden auto}.wcpc-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:10;background:rgba(0,0,0,.5);pointer-events:none}.wcpc-overlay,.eael-wcpc-modal{visibility:hidden;opacity:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.close-modal{position:absolute;top:-10px;right:-10px;cursor:pointer;display:block;border-radius:50%;color:#fff;background:#000;font-size:30px;font-weight:bold;text-align:center;line-height:23px;-webkit-box-shadow:-1px 0px 3px 0 #000;box-shadow:-1px 0px 3px 0 #000;-webkit-transition:-webkit-transform 300ms ease;transition:-webkit-transform 300ms ease;-o-transition:transform 300ms ease;transition:transform 300ms ease;transition:transform 300ms ease, -webkit-transform 300ms ease}.eael-wcpc-wrapper .eael-wc-remove,.eael-wcpc-wrapper.custom .eael-wc-remove{cursor:pointer;-webkit-transition:all 400ms ease;-o-transition:all 400ms ease;transition:all 400ms ease}.eael-wcpc-wrapper .eael-wc-remove.disable,.eael-wcpc-wrapper.custom .eael-wc-remove.disable{color:#a0a0a0 !important;-webkit-transform:scale(1) !important;-ms-transform:scale(1) !important;transform:scale(1) !important}.eael-wcpc-wrapper .eael-wc-remove:hover,.eael-wcpc-wrapper.custom .eael-wc-remove:hover{color:red;-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.eael-wcpc-wrapper .remove-row,.eael-wcpc-wrapper.custom .remove-row{border:none}.eael-wcpc-wrapper .remove-row th,.eael-wcpc-wrapper .remove-row td,.eael-wcpc-wrapper.custom .remove-row th,.eael-wcpc-wrapper.custom .remove-row td{border:none;text-align:center}.eael-product-grid .woocommerce ul.products li.product a img{margin-bottom:0;display:block;width:100%}.eael-product-grid .woocommerce ul.products li.product .woocommerce-loop-product__title{letter-spacing:normal;font-weight:700;text-transform:capitalize}.eael-product-grid .woocommerce ul.products li.product ins{background:transparent}.eael-product-grid .woocommerce ul.products li.product .button{text-transform:capitalize;border:none;letter-spacing:normal;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid .woocommerce ul.products li.product .button:hover,.eael-product-grid .woocommerce ul.products li.product .button:visited{text-decoration:none}.eael-product-grid .woocommerce ul.products li.product .star-rating{margin:0 auto 5px;display:inline-block;float:none;height:1em;width:5.6em;font-size:1em;line-height:1em}.eael-product-grid .woocommerce ul.products li.product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-product-grid .woocommerce ul.products li.product .star-rating span{display:inline-block}.eael-product-grid .woocommerce ul.products li.product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-popup{position:fixed;left:0;top:0;width:100%;height:100%;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;z-index:-1}.eael-product-popup.eael-product-popup-ready{z-index:999;opacity:1 !important}.eael-product-popup.eael-product-zoom-in{opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-product-popup.eael-product-zoom-in .eael-product-popup-details{opacity:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5)}.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-popup-details{opacity:1;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-modal-bg{opacity:.7}.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-modal-bg{opacity:0}.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-popup-details{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);opacity:0}.eael-product-popup .eael-product-modal-bg{position:absolute;left:0;top:0;height:100%;width:100%;background:#000;opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-product-popup .eael-product-popup-details{position:relative;margin:5vh auto;padding:20px;border:1px solid #888;max-width:900px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);background-color:#fefefe;width:100%;border-radius:10px;height:auto;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button{position:relative}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after{font-family:"Font Awesome 5 Free";content:"";font-weight:900;display:inline-block;position:absolute;right:12px}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after{font-family:"Font Awesome 5 Free";content:"";font-weight:900;position:absolute;right:12px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.eael-product-popup.woocommerce div.product{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;overflow-y:auto;background:transparent;position:relative}.eael-product-popup.woocommerce div.product.ast-article-single,.eael-product-popup.woocommerce div.product .ast-article-single{background:transparent}@media(max-width: 767px){.eael-product-popup.woocommerce div.product{display:block}}.eael-product-popup.woocommerce div.product div.images{width:100%;margin-bottom:0}.eael-product-popup.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;margin-bottom:1em}.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:calc(25% - .75em);margin-right:1em;margin-bottom:1em}.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child{margin-right:0}.eael-product-popup.woocommerce div.product .product_title{font-size:28px;line-height:1.2em;font-weight:700;margin-bottom:10px;letter-spacing:normal;text-transform:capitalize}.eael-product-popup.woocommerce div.product .product_title:before{content:none}.eael-product-popup.woocommerce div.product .price{font-size:25px;line-height:1.2em;margin:0 0 15px;text-align:left !important}.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description{font-size:18px;line-height:1.2em;margin:0}.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p,.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child{margin-bottom:20px}.eael-product-popup.woocommerce div.product .button{margin:0 !important;line-height:1.5em}.eael-product-popup.woocommerce div.product form.cart{margin:0 0 1.2em;padding:0;border:none;width:100%}.eael-product-popup.woocommerce div.product form.cart table{border:none;margin:0 0 1.2em;border-collapse:collapse;width:100%}.eael-product-popup.woocommerce div.product form.cart table tbody{display:table-row-group;border:none}.eael-product-popup.woocommerce div.product form.cart p.stock{margin-bottom:0}.eael-product-popup.woocommerce div.product form.cart .group_table td{border:none}.eael-product-popup.woocommerce div.product form.cart .group_table .button{padding:.8em;font-weight:400;font-size:.9rem;white-space:nowrap}.eael-product-popup.woocommerce div.product form.cart div.quantity{margin-right:15px;width:auto}.eael-product-popup.woocommerce div.product form.cart div.quantity input,.eael-product-popup.woocommerce div.product form.cart div.quantity a{height:100%;border:1px solid}.eael-product-popup.woocommerce div.product form.cart div.quantity input[type=number]{min-width:90px}.eael-product-popup.woocommerce div.product form.cart div.quantity .qty{text-align:center}.eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus{outline:none}.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button{padding:10px 40px}.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.plus,.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.minus{display:none}.eael-product-popup.woocommerce div.product .woocommerce-product-rating{margin-bottom:5px}.eael-product-popup.woocommerce div.product .woocommerce-product-rating .star-rating{font-size:16px}.eael-product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link{display:inline-block;vertical-align:top;font-size:16px;line-height:18px}.eael-product-popup.woocommerce div.product table tbody tr{border-bottom:1px solid #ccc}.eael-product-popup.woocommerce div.product table tbody tr td{background:transparent;vertical-align:middle !important;padding:15px 15px 15px 0 !important}.eael-product-popup.woocommerce div.product .product_meta{font-size:14px;border-top:1px solid #ccc;border-bottom:0;padding:1em 0 0;margin:0 0 .8em}.eael-product-popup.woocommerce div.product .product_meta>span{display:block;border:none;padding:5px 0}.eael-product-popup .eael-product-image-wrap{width:40%}@media(max-width: 767px){.eael-product-popup .eael-product-image-wrap{width:100%}}.eael-product-popup .eael-product-image-wrap .badge-container{display:none}.eael-product-popup .eael-product-image-wrap .eael-new-product .flex-viewport{height:auto !important}.eael-product-popup .eael-product-details-wrap{width:56%;margin-left:4%;text-align:left}@media(max-width: 767px){.eael-product-popup .eael-product-details-wrap{width:100%;margin-left:0;margin-top:25px}}.eael-product-popup .eael-product-details-wrap .is-divider{display:none}.eael-product-popup button.eael-product-popup-close{position:absolute;right:-15px;top:-18px;font-size:20px;padding:0;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible;background:#fff !important;text-align:center;-webkit-box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#000 !important;height:40px;width:40px;min-height:40px;max-width:40px;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:1;border:0;margin:0}.eael-product-popup button.eael-product-popup-close:focus{outline:none}.eael-product-popup form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.eael-product-popup form.cart.variations_form{display:block}.eael-product-popup form.cart.variations_form .variations{border:none}.eael-product-popup form.cart.variations_form .variations tr{margin-bottom:5px}.eael-product-popup form.cart.variations_form .variations td{display:block;width:100%;border:none;padding:0;margin-bottom:5px}.eael-product-popup form.cart.variations_form .variations td select{width:100%}.eael-product-popup form.cart.variations_form .variations_button{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-popup form.cart.grouped_form{display:block}.eael-product-popup form.cart.grouped_form table .button{line-height:1.2em}.eael-product-popup form.cart.grouped_form .quantity{width:100%}.eael-product-popup form.cart.grouped_form .quantity input,.eael-product-popup form.cart.grouped_form .quantity a{height:auto !important;min-height:2.507em;line-height:1.2em}.eael-product-popup form.cart .quantity{width:37%;margin-right:20px}.eael-product-popup form.cart .quantity input{width:100%}.eael-product-popup .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-product-popup .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-product-popup .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;min-width:50px;min-height:50px;line-height:50px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-product-popup .eael-onsale.sale-preset-2.outofstock{line-height:normal;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-product-popup .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-product-popup .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-4{left:0;top:15px}.eael-product-popup .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-product-popup .eael-onsale.sale-preset-5{display:block;line-height:74px;height:60px;width:120px;left:-37pX;top:-8px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-popup .eael-onsale.sale-preset-5.outofstock{line-height:normal;padding-top:12px;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-product-grid .eael-woo-pagination ul{display:inline-block;text-align:center;white-space:nowrap;padding:0;clear:both;border:0;margin:1px;width:auto}.eael-product-grid .eael-woo-pagination ul li{display:inline-block;margin:0 5px 5px 0;padding:0;float:left;overflow:hidden}.eael-product-grid .eael-woo-pagination ul li .page-numbers{margin:0;text-decoration:none;color:#000000bd;line-height:1;font-size:1em;font-weight:normal;padding:.75em;display:block;min-width:2.5em;-webkit-box-sizing:inherit;box-sizing:inherit;border:none}.eael-product-grid .eael-woo-pagination ul li .page-numbers.current,.eael-product-grid .eael-woo-pagination ul li .page-numbers:hover,.eael-product-grid .eael-woo-pagination ul li .page-numbers:focus{color:#fff;background:#000000bd}.eael-product-grid .woocommerce ul.products .product{overflow-y:auto}.eael-product-grid .eael-load-more-button-wrap{clear:both;margin-top:40px}.eael-product-grid .eael-product-wrap .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;display:inline-table;min-width:50px;min-height:50px;line-height:50px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.outofstock{line-height:normal;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-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.right{left:auto;right:5px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.right{left:auto;right:15px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4{left:0;top:15px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right{left:auto;right:0}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right:after{right:auto;left:-15px;border-left:0;border-right:10px solid #23a454}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5{display:block;line-height:74px;height:60px;width:120px;left:-37pX;top:-8px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.outofstock{line-height:normal;padding-top:12px;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-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.right{left:auto;right:-35px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.eael-product-grid .eael-product-wrap .eael-product-title h2{font-size:20px;line-height:1.2em;color:#252525;font-weight:500;margin:0 0 8px;padding:0}.eael-product-grid .eael-product-wrap .eael-product-title h2:before{content:none}.eael-product-grid .eael-product-wrap .eael-product-price{font-size:18px;line-height:1.2em;color:#ff7a80;font-weight:600;margin-bottom:10px}.eael-product-grid .eael-product-wrap .star-rating{margin:0 auto 10px}.eael-product-grid .eael-product-wrap a.button.add_to_cart_button.added{display:none !important}.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.box-style,.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.box-style{bottom:30px;visibility:visible;opacity:1}.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-box-style,.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-box-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-style,.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-grid.grid .eael-product-wrap .product-image-wrap,.eael-product-grid.masonry .eael-product-wrap .product-image-wrap{position:relative;overflow:hidden}.eael-product-grid.grid .eael-product-wrap .icons-wrap,.eael-product-grid.masonry .eael-product-wrap .icons-wrap{padding:0;list-style:none;position:absolute;z-index:9;display:block;top:50%;left:0;right:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:0;visibility:hidden;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;margin:0 auto;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style{background:red;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;width:100%;top:auto;bottom:-50px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li:not(:last-child),.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li:not(:last-child){border-right:1px solid #fff}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-cart{-webkit-box-flex:4;-ms-flex:4;flex:4}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a{position:relative;background-color:transparent;margin:0;padding:10px 5px;font-size:15px;line-height:1.2em;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a:hover,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a:hover{background-color:transparent;color:#000}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a i{line-height:normal}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:auto;bottom:-100px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a{position:relative;width:42px;height:42px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;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}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a i{line-height:1rem}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart{font-size:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button{padding:0;margin:3px;font-size:0px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;visibility:visible;opacity:1;top:auto;bottom:-24px;margin:0 5%}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a{position:relative;width:42px;height:42px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;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}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a i{line-height:1rem}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart{font-size:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button{padding:0;margin:0;font-size:0px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external{width:auto;height:auto}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style{background:#fff;width:100%;top:auto;bottom:-50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a{position:relative;width:42px;height:42px;margin:10px 2px 0;padding:0;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}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a i{line-height:1rem}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart{font-size:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button{padding:0;margin:10px 2px 0;font-size:0px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.grid .eael-product-wrap .icons-wrap li,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li{display:inline-block;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a{display:block;position:absolute;color:#000;width:100%;height:100%;text-align:center;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a:hover,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a:hover{background:#ff7a80;color:#fff}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a i{position:relative;font-size:18px;line-height:42px}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a svg,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a svg{width:18px}.eael-product-grid.grid .eael-product-wrap .product-details-wrap,.eael-product-grid.masonry .eael-product-wrap .product-details-wrap{padding:10px}.eael-product-grid.masonry .woocommerce ul.products{display:block}@media(min-width: 766px){.eael-product-grid.masonry .woocommerce ul.products{margin:0 -1% !important}}.eael-product-grid.masonry .woocommerce ul.products:before,.eael-product-grid.masonry .woocommerce ul.products:after{display:table;content:" "}.eael-product-grid.masonry .woocommerce ul.products li.product{float:left;margin:15px 0}@media(min-width: 766px){.eael-product-grid.masonry .woocommerce ul.products li.product{margin:1%}}.eael-product-grid.grid.eael-product-preset-8 .product-image-wrap,.eael-product-grid.masonry.eael-product-preset-8 .product-image-wrap{overflow:inherit}.eael-product-grid.grid.eael-product-preset-8 .product-details-wrap>div:first-child,.eael-product-grid.masonry.eael-product-preset-8 .product-details-wrap>div:first-child{margin-top:20px}.eael-product-grid.grid.eael-product-preset-5 ul.products,.eael-product-grid.grid.eael-product-preset-6 ul.products,.eael-product-grid.grid.eael-product-preset-7 ul.products,.eael-product-grid.grid.eael-product-preset-8 ul.products,.eael-product-grid.masonry.eael-product-preset-5 ul.products,.eael-product-grid.masonry.eael-product-preset-6 ul.products,.eael-product-grid.masonry.eael-product-preset-7 ul.products,.eael-product-grid.masonry.eael-product-preset-8 ul.products{padding:0;margin:0;list-style:none}.eael-product-grid.grid.eael-product-preset-5 ul.products li.product,.eael-product-grid.grid.eael-product-preset-6 ul.products li.product,.eael-product-grid.grid.eael-product-preset-7 ul.products li.product,.eael-product-grid.grid.eael-product-preset-8 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product{text-align:center;border:1px solid #000;overflow:hidden}.eael-product-grid.grid.eael-product-preset-5 ul.products li.product.first,.eael-product-grid.grid.eael-product-preset-6 ul.products li.product.first,.eael-product-grid.grid.eael-product-preset-7 ul.products li.product.first,.eael-product-grid.grid.eael-product-preset-8 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product.first{clear:none}.eael-product-grid.grid.eael-product-preset-6 .product.outofstock .icons-wrap .button,.eael-product-grid.grid.eael-product-preset-7 .product.outofstock .icons-wrap .button,.eael-product-grid.grid.eael-product-preset-8 .product.outofstock .icons-wrap .button,.eael-product-grid.masonry.eael-product-preset-6 .product.outofstock .icons-wrap .button,.eael-product-grid.masonry.eael-product-preset-7 .product.outofstock .icons-wrap .button,.eael-product-grid.masonry.eael-product-preset-8 .product.outofstock .icons-wrap .button{display:none}.eael-product-grid.grid.eael-product-preset-6 .icons-wrap .button.product_type_grouped,.eael-product-grid.grid.eael-product-preset-7 .icons-wrap .button.product_type_grouped,.eael-product-grid.grid.eael-product-preset-8 .icons-wrap .button.product_type_grouped,.eael-product-grid.masonry.eael-product-preset-6 .icons-wrap .button.product_type_grouped,.eael-product-grid.masonry.eael-product-preset-7 .icons-wrap .button.product_type_grouped,.eael-product-grid.masonry.eael-product-preset-8 .icons-wrap .button.product_type_grouped{display:none}.eael-product-grid.list .woocommerce ul.products li.product{overflow:hidden}.eael-product-grid.list .woocommerce ul.products li.product .woocommerce-loop-product__link img{margin-bottom:0}.eael-product-grid.list .woocommerce ul.products li.product .star-rating{margin:0 auto 10px 0}.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap{padding:20px}.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap .product-details-wrap{padding:0 0 0 25px}.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap{padding:0;background-color:transparent}.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .product-details-wrap{padding:0 0 0 25px}.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .title-wrap,.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .price-wrap{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid}.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap{padding:0}.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap .product-details-wrap{padding:20px;margin-left:20px}.eael-product-grid.list .eael-product-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.box-style{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);visibility:visible;opacity:1}.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.block-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-grid.list .eael-product-wrap .icons-wrap{padding:0;margin:0;list-style:none;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style{background:red;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;width:100%;top:auto;bottom:-50px}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li.add-to-cart{-webkit-box-flex:4;-ms-flex:4;flex:4}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li a{position:relative}.eael-product-grid.list .eael-product-wrap .icons-wrap.box-style li{width:42px;height:42px;-webkit-filter:drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));filter:drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));background-color:#fff}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-cart a{padding:11px 15px !important}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a{margin:2px;padding:10.5px 10px}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li:not(:first-child) a{border-left-width:0 !important}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li.add-to-cart a{padding:8.5px 10px;margin:0}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a{border:2px solid #ddd}.eael-product-grid.list .eael-product-wrap .icons-wrap li{display:inline-block;margin:0;padding:0;vertical-align:top}.eael-product-grid.list .eael-product-wrap .icons-wrap li a{display:block;color:#000;text-align:center;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s;background:#ffebcd;padding:9px 10px;font-size:15px;line-height:1.4em;font-weight:700}.eael-product-grid.list .eael-product-wrap .icons-wrap li a:hover{background:#ff7a80;color:#fff}.eael-product-grid.list .eael-product-wrap .icons-wrap li a i{position:relative;font-size:18px}.eael-product-grid.list .eael-product-wrap .icons-wrap li a svg{width:18px}.eael-product-grid.list .eael-product-wrap .icons-wrap li a.button{font-size:15px;line-height:1.4em}.eael-product-grid.list .eael-product-wrap .product-image-wrap{position:relative;overflow:hidden;width:45%;margin:0}.eael-product-grid.list .eael-product-wrap .product-details-wrap{width:55%;padding:25px;text-align:left !important}.eael-product-grid.list .eael-product-wrap .eael-product-price{margin-bottom:5px}.eael-product-grid.list .eael-product-wrap .eael-product-excerpt p{margin:0 0 10px}@media only screen and (min-width: 1025px){.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48%}.eael-product-grid-column-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-grid-column-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23%}.eael-product-grid-column-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18%}.eael-product-grid-column-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 1024px)and (min-width: 766px){.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-tablet-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48%}.eael-product-grid-column-tablet-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-grid-column-tablet-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23%}.eael-product-grid-column-tablet-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18%}.eael-product-grid-column-tablet-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 767px){.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap,.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap{width:100%}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap{margin-bottom:15px}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap{padding:0;margin:0}.eael-product-grid-column-mobile-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-mobile-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48% !important;margin:1%}.eael-product-grid-column-mobile-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333% !important;margin:1%}.eael-product-grid-column-mobile-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23% !important;margin:1%}.eael-product-grid-column-mobile-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18% !important;margin:1%}.eael-product-grid-column-mobile-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667% !important;margin:1%}}.theme-oceanwp.elementor-editor-active .eael-product-popup.woocommerce div.product form.cart div.quantity .qty{max-width:150px}.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus{border:1px solid}.eael-product-loader{position:relative}.eael-product-loader::after{border-radius:50%;width:50px;height:50px;position:absolute;content:"";border-top:4px solid rgba(0,0,0,.2);border-right:4px solid rgba(0,0,0,.2);border-bottom:4px solid rgba(0,0,0,.2);border-left:4px solid #000;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-animation:loaderSpin 1.1s infinite linear;animation:loaderSpin 1.1s infinite linear;left:48%;top:40%;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.theme-flexia .woocommerce ul.products li.product .woocommerce-LoopProduct-link{position:unset;display:unset}.woocommerce ul.products li.product .ast-shop-product-out-of-stock,.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock{display:none}
|
1 |
+
.table-responsive{width:100%;overflow-x:auto;overflow-y:hidden}.eael-wcpc-wrapper img{display:block;margin:auto}.eael-wcpc-wrapper th i{padding-right:10px;color:#dcdcdc}.eael-wcpc-wrapper .wcpc-table-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-wcpc-wrapper .wcpc-table-header .wcpc-title{word-break:break-word}.eael-wcpc-wrapper .elementor-icon{font-size:20px;margin-right:10px}.eael-wcpc-wrapper table td{text-align:center}.eael-wcpc-wrapper.custom{--h-bg: #2d1e87;--h-text-clr: #fff;--h-border-clr: #b6aaff;--text-clr: #707070;--text-bold-clr: #252525;--btn-bg: #6752e5;--btn-bg-hover: #ff9582;--btn-text: #fff;--image-bg: #6b55ec;--container-bg: #fff;--icon-color: #c3ccdc;background:var(--container-bg);overflow-x:scroll}.eael-wcpc-wrapper.custom table{border-collapse:collapse;border-spacing:0;max-width:none}.eael-wcpc-wrapper.custom table .icon{width:16px;margin-right:6px;fill:var(--icon-color)}.eael-wcpc-wrapper.custom table th,.eael-wcpc-wrapper.custom table td{padding:15px;border:1px solid var(--h-border-clr);border-collapse:collapse}.eael-wcpc-wrapper.custom table th.first-th{border:none;padding-left:5px}.eael-wcpc-wrapper.custom table th{color:var(--text-bold-clr);font-weight:normal;max-width:160px;border-left-width:2px;border-collapse:collapse;vertical-align:middle}.eael-wcpc-wrapper.custom table th div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-wcpc-wrapper.custom table td{color:var(--text-clr);text-align:center}.eael-wcpc-wrapper.custom table tr.title{background:var(--h-bg);color:var(--h-text-clr)}.eael-wcpc-wrapper.custom table tr.title th,.eael-wcpc-wrapper.custom table tr.title td{font-size:20px;color:inherit;border:none;border-left:1px solid var(--h-border-clr);border-right:1px solid var(--h-border-clr)}.eael-wcpc-wrapper.custom table tr.image td{vertical-align:middle;border:none}.eael-wcpc-wrapper.custom table .button{border-radius:5px;background:var(--btn-bg);color:var(--btn-text)}.eael-wcpc-wrapper.custom table .button:hover{background:var(--btn-bg-hover)}.eael-wcpc-wrapper.custom.theme-1 table tr.image td{background:var(--image-bg);border-left:1px solid var(--h-border-clr);border-right:1px solid var(--h-border-clr)}.eael-wcpc-wrapper.custom.theme-2{--h-bg: #ff9453;--h-border-clr: #f4ede9;--btn-bg: #ff9453;--btn-bg-hover: #6752e5;--even-row-bg: #fbf8f7}.eael-wcpc-wrapper.custom.theme-2 table tr:nth-of-type(even):not(.title){background:var(--even-row-bg)}.eael-wcpc-wrapper.custom.theme-3{--container-bg: #f9fafc;--btn-bg: #ff907e;--btn-bg-hover: #ff907e;--even-row-bg: #f5f5f8;--h-odd-row-bg: #fdfdff;--first-img-bg: linear-gradient(-130deg, #ffd0b0 0%, #ff907e 100%);--second-img-bg: linear-gradient(-130deg, #ada0ff 0%, #7561f2 100%);--third-img-bg: linear-gradient(-130deg, #6fffac 0%, #23d56e 100%);--firt-btn-bg: #ff907e;--second-btn-bg: #7561f2;--third-btn-bg: #23d56e;padding:20px}.eael-wcpc-wrapper.custom.theme-3 table{-webkit-border-horizontal-spacing:10px}.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(even):not(.title){background:var(--even-row-bg)}.eael-wcpc-wrapper.custom.theme-3 table th,.eael-wcpc-wrapper.custom.theme-3 table td{border:none;-webkit-box-sizing:border-box;box-sizing:border-box}.eael-wcpc-wrapper.custom.theme-3 table tr.title td.featured,.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(odd) td.featured{-webkit-box-shadow:18px 0 10px -10px rgba(86,79,127,.06),-18px 0 10px -10px rgba(86,79,127,.06);box-shadow:18px 0 10px -10px rgba(86,79,127,.06),-18px 0 10px -10px rgba(86,79,127,.06)}.eael-wcpc-wrapper.custom.theme-3 table tr.title{background:initial;color:initial}.eael-wcpc-wrapper.custom.theme-3 table tr.title th,.eael-wcpc-wrapper.custom.theme-3 table tr.title td{color:initial;border-left:none;border-right:none}.eael-wcpc-wrapper.custom.theme-3 table tr.image td{background:initial;border-left:none;border-right:none;padding:0}.eael-wcpc-wrapper.custom.theme-3 table tr.image td span{display:block;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border-top-left-radius:10px;border-top-right-radius:10px}.eael-wcpc-wrapper.custom.theme-3 table tr.image td>span{padding:20px}.eael-wcpc-wrapper.custom.theme-3 table tr.image td span.inner{padding:0}.eael-wcpc-wrapper.custom.theme-3 table tr.image td.featured span{padding:10px;background:#fff}.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+1) .img-inner{background:var(--first-img-bg)}.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+2) .img-inner{background:var(--second-img-bg)}.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+3) .img-inner{background:var(--third-img-bg)}.eael-wcpc-wrapper.custom.theme-4{--h-bg: none;--h-text-clr: #707070;--h-border-clr: #e8ebf0;--text-clr: #707070;--text-bold-clr: #252525;--btn-bg: #613de6;--btn-bg-hover: #ff9582;--btn-text: #fff;--image-bg: none;--container-bg: #f9fafc}.eael-wcpc-wrapper.custom.theme-4 table{background:#fff}.eael-wcpc-wrapper.custom.theme-4 table th.first-th{background:var(--container-bg)}.eael-wcpc-wrapper.custom.theme-4 table tr.title th,.eael-wcpc-wrapper.custom.theme-4 table tr.title td{font-size:20px;color:inherit;border:1px solid var(--h-border-clr)}.eael-wcpc-wrapper.custom.theme-4 table tr.image td{position:relative;border:1px solid var(--h-border-clr);overflow:hidden}.eael-wcpc-wrapper.custom.theme-4 table tr.image .ribbon{position:absolute;left:-44px;top:10px;background:var(--btn-bg);color:var(--btn-text);padding:3px 50px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title,.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount{font-size:18px;font-weight:bold}.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title{color:var(--text-bold-clr);margin:0 auto 10px}.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount{color:var(--btn-bg)}.eael-wcpc-wrapper.custom.theme-5{--first-row-color: #fff;--first-col-bg: #6a3ee8;--second-col-bg: #3e5ae8;--third-col-bg: #15e9c9;--first-img-bg: #f4f0ff;--second-img-bg: #eaedff;--third-img-bg: #e5fffb;--h-bg: none;--h-text-clr: #707070;--h-border-clr: #e8ebf0;--first-btn-bg: #6a3ee8;--second-btn-bg: #3e5ae8;--third-btn-bg: #15e9c9;--image-bg: none}.eael-wcpc-wrapper.custom.theme-5 table th{border:none}.eael-wcpc-wrapper.custom.theme-5 table th.first-th{background:var(--container-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button{background:var(--first-btn-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button:hover{background:#5827e5}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button{background:var(--second-btn-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button:hover{background:#2747e5}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button{background:var(--third-btn-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button:hover{background:#13d2b5}.eael-wcpc-wrapper.custom.theme-5 table tr.title th,.eael-wcpc-wrapper.custom.theme-5 table tr.title td{font-size:20px;color:inherit;border:none}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+1){background:var(--first-img-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+2){background:var(--second-img-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+3){background:var(--third-img-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+1){background:var(--first-col-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+2){background:var(--second-col-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+3){background:var(--third-col-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td,.eael-wcpc-wrapper.custom.theme-5 table tr.title td{border:none;border-right:2px solid var(--first-row-color);color:var(--first-row-color)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:last-child,.eael-wcpc-wrapper.custom.theme-5 table tr.title td:last-child{border-right:none}.eael-wcpc-wrapper.custom.theme-6{--container-bg: #f0eff6;--first-row-color: #fff;--first-col-bg: #fd907b;--second-col-bg: #7f6cf4;--third-col-bg: #3ae281;--first-img-bg: #f4f0ff;--second-img-bg: #eaedff;--third-img-bg: #e5fffb;--h-bg: none;--h-text-clr: #707070;--h-border-clr: #e8ebf0;--image-bg: none}.eael-wcpc-wrapper.custom.theme-6 table tr.title th,.eael-wcpc-wrapper.custom.theme-6 table tr.title td{border-left:0;border-right:0}.eael-wcpc-wrapper.custom.theme-6 table tr.title td{color:#fff}.eael-wcpc-wrapper.custom.theme-6 table tr,.eael-wcpc-wrapper.custom.theme-6 table th,.eael-wcpc-wrapper.custom.theme-6 table td{border:none}.eael-wcpc-wrapper.custom.theme-6 table td{color:#fff;border-right:20px solid #fff}.eael-wcpc-wrapper.custom.theme-6 table td:last-child{border-right:none}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1){background:var(--first-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2){background:var(--second-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3){background:var(--third-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) th,.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td{background:#f7f6fa}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+1){background:#fec1b5}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+2){background:#b7adf9}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+3){background:#91efb8}.eael-wcpc-wrapper.custom.theme-6 table tr.image td,.eael-wcpc-wrapper.custom.theme-6 table tr.title td{border:none;border-right:20px solid #fff}.eael-wcpc-wrapper.custom.theme-6 table tr.image td:last-child,.eael-wcpc-wrapper.custom.theme-6 table tr.title td:last-child{border-right:none}.eael-wcpc-wrapper.custom.theme-6 table .button{background:#fff}.eael-wcpc-wrapper.custom.theme-6 table .button:hover{background:#fff}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button{color:var(--first-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button:hover{color:#fb3c17}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button{color:var(--second-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button:hover{color:#2f11e9}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button{color:var(--third-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button:hover{color:#179f51}.eael-wcpc-wrapper.custom.theme-6 .img-inner{display:block;background:rgba(228,228,228,.45);border-radius:6px}@media screen and (min-width: 769px){.eael-wcpc-wrapper:not(.theme-4) tr.image td{padding:10px}.theme-4 tr.image td{padding:50px 10px}}.eael-product-grid .woocommerce ul.products,.eael-post-grid .woocommerce ul.products{display:grid;grid-gap:25px;margin:0 0 15px 0;padding:0 !important}.eael-product-grid .woocommerce ul.products:before,.eael-product-grid .woocommerce ul.products:after,.eael-post-grid .woocommerce ul.products:before,.eael-post-grid .woocommerce ul.products:after{display:none}.eael-product-grid .woocommerce ul.products .product,.eael-post-grid .woocommerce ul.products .product{width:100%;margin:0;padding:0}.eael-product-grid .woocommerce ul.products .product .eael-wc-compare,.eael-post-grid .woocommerce ul.products .product .eael-wc-compare{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;cursor:pointer;color:#fff;background-color:#333;margin:15px}.eael-product-grid .woocommerce ul.products .product .eael-wc-compare:hover,.eael-post-grid .woocommerce ul.products .product .eael-wc-compare:hover{color:#fff;background-color:#333}.eael-product-grid .woocommerce ul.products .product .eael-wc-compare-loader,.eael-post-grid .woocommerce ul.products .product .eael-wc-compare-loader{display:none;width:1.5rem}.eael-product-grid .woocommerce ul.products .product .star-rating,.eael-post-grid .woocommerce ul.products .product .star-rating{margin:0 auto 5px;display:inline-block;float:none;height:1em;width:5.6em;font-size:1em;line-height:1em}.eael-product-grid .woocommerce ul.products .product .star-rating:before,.eael-post-grid .woocommerce ul.products .product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-product-grid .woocommerce ul.products .product .star-rating span,.eael-post-grid .woocommerce ul.products .product .star-rating span{display:inline-block}.eael-product-grid .woocommerce ul.products .product .star-rating span:before,.eael-post-grid .woocommerce ul.products .product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product,.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a{text-decoration:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:auto;margin:auto;max-width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge{line-height:16px;font-size:13px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-95px;top:-45px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button{display:block;font-size:14px;font-weight:400;line-height:38px;text-align:center;text-transform:uppercase;color:#fff;background-color:#333;padding:0;margin:15px;border-radius:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus{outline:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare{color:#fff;background-color:#333}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{display:block;margin:0 0 15px 0;padding:0;font-size:14px;line-height:1;text-transform:capitalize;color:#333;background-color:transparent}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product{border:1px solid #eee}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product{border:1px solid transparent}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{visibility:hidden;-webkit-transition:none;-o-transition:none;transition:none}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover{border:1px solid #eee}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart{visibility:visible}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0 0 15px 0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a{text-decoration:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;height:auto;margin:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay{position:relative;overflow:hidden;line-height:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap{position:absolute;top:50%;left:0;right:0;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:38px;text-align:center;color:#fff;background-color:#333;width:38px;height:38px;border-style:none;border-radius:50%;vertical-align:middle;padding:0;margin:0 5px;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:opacity 300ms,-webkit-transform 200ms;transition:opacity 300ms,-webkit-transform 200ms;-o-transition:transform 200ms,opacity 300ms;transition:transform 200ms,opacity 300ms;transition:transform 200ms,opacity 300ms,-webkit-transform 200ms}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus{outline:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button{font-size:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before{display:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after{content:"";font-size:14px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0;font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after{content:""}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before{display:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after{content:"";display:inline-block;font-weight:normal;font-family:"Font Awesome 5 Free";font-size:14px;line-height:38px;color:#fff;height:auto;width:auto;position:relative;top:0;left:0;margin:0;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{font-size:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after{content:"";font-family:"Font Awesome 5 Free";font-size:14px;line-height:38px;font-weight:900;color:#fff;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge{line-height:16px;font-size:13px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:9;left:-95px;top:-45px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare{padding:5px !important}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-product-grid.eael-product-default .woocommerce ul.products li.product,.eael-post-grid.eael-product-default .woocommerce ul.products li.product{overflow:visible !important}.eael-product-grid.eael-product-default .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-default .woocommerce ul.products li.product .onsale{line-height:inherit;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}.eael-product-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge{min-height:3.746em;min-width:3.746em;padding:.502em;font-size:13px;font-weight:700;position:absolute;text-align:center;line-height:1.25;top:-0.5em;left:-0.5em;margin:0;border-radius:50%;background-color:#ff2a13;color:#fff;font-size:.857em;z-index:9}.eael-product-grid.eael-product-default .button.add_to_cart_button::before,.eael-post-grid.eael-product-default .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.eael-product-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before,.eael-post-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before{content:""}.eael-wcpc-modal{position:fixed;top:50px;right:0;bottom:50px;left:0;margin-left:auto;margin-right:auto;width:1080px;max-width:90%;background:#fff;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;z-index:9999999}.modal__content{width:100%;height:100%;overflow:hidden auto}.wcpc-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:10;background:rgba(0,0,0,.5);pointer-events:none}.wcpc-overlay,.eael-wcpc-modal{visibility:hidden;opacity:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.close-modal{position:absolute;top:-10px;right:-10px;cursor:pointer;display:block;border-radius:50%;color:#fff;background:#000;font-size:30px;font-weight:bold;text-align:center;line-height:23px;-webkit-box-shadow:-1px 0px 3px 0 #000;box-shadow:-1px 0px 3px 0 #000;-webkit-transition:-webkit-transform 300ms ease;transition:-webkit-transform 300ms ease;-o-transition:transform 300ms ease;transition:transform 300ms ease;transition:transform 300ms ease, -webkit-transform 300ms ease}.eael-wcpc-wrapper .eael-wc-remove,.eael-wcpc-wrapper.custom .eael-wc-remove{cursor:pointer;-webkit-transition:all 400ms ease;-o-transition:all 400ms ease;transition:all 400ms ease}.eael-wcpc-wrapper .eael-wc-remove.disable,.eael-wcpc-wrapper.custom .eael-wc-remove.disable{color:#a0a0a0 !important;-webkit-transform:scale(1) !important;-ms-transform:scale(1) !important;transform:scale(1) !important}.eael-wcpc-wrapper .eael-wc-remove:hover,.eael-wcpc-wrapper.custom .eael-wc-remove:hover{color:red;-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.eael-wcpc-wrapper .remove-row,.eael-wcpc-wrapper.custom .remove-row{border:none}.eael-wcpc-wrapper .remove-row th,.eael-wcpc-wrapper .remove-row td,.eael-wcpc-wrapper.custom .remove-row th,.eael-wcpc-wrapper.custom .remove-row td{border:none;text-align:center}.eael-product-grid .woocommerce ul.products li.product a img{margin-bottom:0;display:block;width:100%}.eael-product-grid .woocommerce ul.products li.product .woocommerce-loop-product__title{letter-spacing:normal;font-weight:700;text-transform:capitalize}.eael-product-grid .woocommerce ul.products li.product ins{background:transparent}.eael-product-grid .woocommerce ul.products li.product .button{text-transform:capitalize;border:none;letter-spacing:normal;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid .woocommerce ul.products li.product .button:hover,.eael-product-grid .woocommerce ul.products li.product .button:visited{text-decoration:none}.eael-product-grid .woocommerce ul.products li.product .star-rating{margin:0 auto 5px;display:inline-block;float:none;height:1em;width:5.6em;font-size:1em;line-height:1em}.eael-product-grid .woocommerce ul.products li.product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-product-grid .woocommerce ul.products li.product .star-rating span{display:inline-block}.eael-product-grid .woocommerce ul.products li.product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-popup{position:fixed;left:0;top:0;width:100%;height:100%;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;z-index:-1}.eael-product-popup.eael-product-popup-ready{z-index:999;opacity:1 !important}.eael-product-popup.eael-product-zoom-in{opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-product-popup.eael-product-zoom-in .eael-product-popup-details{opacity:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5)}.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-popup-details{opacity:1;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-modal-bg{opacity:.7}.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-modal-bg{opacity:0}.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-popup-details{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);opacity:0}.eael-product-popup .eael-product-modal-bg{position:absolute;left:0;top:0;height:100%;width:100%;background:#000;opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-product-popup .eael-product-popup-details{position:relative;margin:5vh auto;padding:20px;border:1px solid #888;max-width:900px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);background-color:#fefefe;width:100%;border-radius:10px;height:auto;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button{position:relative}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after{font-family:"Font Awesome 5 Free";content:"";font-weight:900;display:inline-block;position:absolute;right:12px}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after{font-family:"Font Awesome 5 Free";content:"";font-weight:900;position:absolute;right:12px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.eael-product-popup.woocommerce div.product{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;overflow-y:auto;background:transparent;position:relative}.eael-product-popup.woocommerce div.product.ast-article-single,.eael-product-popup.woocommerce div.product .ast-article-single{background:transparent}@media(max-width: 767px){.eael-product-popup.woocommerce div.product{display:block}}.eael-product-popup.woocommerce div.product div.images{width:100%;margin-bottom:0}.eael-product-popup.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;margin-bottom:1em}.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:calc(25% - .75em);margin-right:1em;margin-bottom:1em}.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child{margin-right:0}.eael-product-popup.woocommerce div.product .product_title{font-size:28px;line-height:1.2em;font-weight:700;margin-bottom:10px;letter-spacing:normal;text-transform:capitalize}.eael-product-popup.woocommerce div.product .product_title:before{content:none}.eael-product-popup.woocommerce div.product .price{font-size:25px;line-height:1.2em;margin:0 0 15px;text-align:left !important}.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description{font-size:18px;line-height:1.2em;margin:0}.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p,.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child{margin-bottom:20px}.eael-product-popup.woocommerce div.product .button{margin:0 !important;line-height:1.5em}.eael-product-popup.woocommerce div.product form.cart{margin:0 0 1.2em;padding:0;border:none;width:100%}.eael-product-popup.woocommerce div.product form.cart table{border:none;margin:0 0 1.2em;border-collapse:collapse;width:100%}.eael-product-popup.woocommerce div.product form.cart table tbody{display:table-row-group;border:none}.eael-product-popup.woocommerce div.product form.cart p.stock{margin-bottom:0}.eael-product-popup.woocommerce div.product form.cart .group_table td{border:none}.eael-product-popup.woocommerce div.product form.cart .group_table .button{padding:.8em;font-weight:400;font-size:.9rem;white-space:nowrap}.eael-product-popup.woocommerce div.product form.cart div.quantity{margin-right:15px;width:auto}.eael-product-popup.woocommerce div.product form.cart div.quantity input,.eael-product-popup.woocommerce div.product form.cart div.quantity a{height:100%;border:1px solid}.eael-product-popup.woocommerce div.product form.cart div.quantity input[type=number]{min-width:90px}.eael-product-popup.woocommerce div.product form.cart div.quantity .qty{text-align:center}.eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus{outline:none}.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button{padding:10px 40px}.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.plus,.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.minus{display:none}.eael-product-popup.woocommerce div.product .woocommerce-product-rating{margin-bottom:5px}.eael-product-popup.woocommerce div.product .woocommerce-product-rating .star-rating{font-size:16px}.eael-product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link{display:inline-block;vertical-align:top;font-size:16px;line-height:18px}.eael-product-popup.woocommerce div.product table tbody tr{border-bottom:1px solid #ccc}.eael-product-popup.woocommerce div.product table tbody tr td{background:transparent;vertical-align:middle !important;padding:15px 15px 15px 0 !important}.eael-product-popup.woocommerce div.product .product_meta{font-size:14px;border-top:1px solid #ccc;border-bottom:0;padding:1em 0 0;margin:0 0 .8em}.eael-product-popup.woocommerce div.product .product_meta>span{display:block;border:none;padding:5px 0}.eael-product-popup .eael-product-image-wrap{width:40%}@media(max-width: 767px){.eael-product-popup .eael-product-image-wrap{width:100%}}.eael-product-popup .eael-product-image-wrap .badge-container{display:none}.eael-product-popup .eael-product-image-wrap .eael-new-product .flex-viewport{height:auto !important}.eael-product-popup .eael-product-details-wrap{width:56%;margin-left:4%;text-align:left}@media(max-width: 767px){.eael-product-popup .eael-product-details-wrap{width:100%;margin-left:0;margin-top:25px}}.eael-product-popup .eael-product-details-wrap .is-divider{display:none}.eael-product-popup button.eael-product-popup-close{position:absolute;right:-15px;top:-18px;font-size:20px;padding:0;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible;background:#fff !important;text-align:center;-webkit-box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#000 !important;height:40px;width:40px;min-height:40px;max-width:40px;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:1;border:0;margin:0}.eael-product-popup button.eael-product-popup-close:focus{outline:none}.eael-product-popup form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.eael-product-popup form.cart.variations_form{display:block}.eael-product-popup form.cart.variations_form .variations{border:none}.eael-product-popup form.cart.variations_form .variations tr{margin-bottom:5px}.eael-product-popup form.cart.variations_form .variations td{display:block;width:100%;border:none;padding:0;margin-bottom:5px}.eael-product-popup form.cart.variations_form .variations td select{width:100%}.eael-product-popup form.cart.variations_form .variations_button{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-popup form.cart.grouped_form{display:block}.eael-product-popup form.cart.grouped_form table .button{line-height:1.2em}.eael-product-popup form.cart.grouped_form .quantity{width:100%}.eael-product-popup form.cart.grouped_form .quantity input,.eael-product-popup form.cart.grouped_form .quantity a{height:auto !important;min-height:2.507em;line-height:1.2em}.eael-product-popup form.cart .quantity{width:37%;margin-right:20px}.eael-product-popup form.cart .quantity input{width:100%}.eael-product-popup .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-product-popup .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-product-popup .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;min-width:50px;min-height:50px;line-height:50px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-product-popup .eael-onsale.sale-preset-2.outofstock{line-height:normal;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-product-popup .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-product-popup .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-4{left:0;top:15px}.eael-product-popup .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-product-popup .eael-onsale.sale-preset-5{display:block;line-height:74px;height:60px;width:120px;left:-37pX;top:-8px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-popup .eael-onsale.sale-preset-5.outofstock{line-height:normal;padding-top:12px;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-product-grid .eael-woo-pagination ul{display:inline-block;text-align:center;white-space:nowrap;padding:0;clear:both;border:0;margin:1px;width:auto}.eael-product-grid .eael-woo-pagination ul li{display:inline-block;margin:0 5px 5px 0;padding:0;float:left;overflow:hidden}.eael-product-grid .eael-woo-pagination ul li .page-numbers{margin:0;text-decoration:none;color:#000000bd;line-height:1;font-size:1em;font-weight:normal;padding:.75em;display:block;min-width:2.5em;-webkit-box-sizing:inherit;box-sizing:inherit;border:none}.eael-product-grid .eael-woo-pagination ul li .page-numbers.current,.eael-product-grid .eael-woo-pagination ul li .page-numbers:hover,.eael-product-grid .eael-woo-pagination ul li .page-numbers:focus{color:#fff;background:#000000bd}.eael-product-grid .woocommerce ul.products .product{overflow-y:auto}.eael-product-grid .eael-load-more-button-wrap{clear:both;margin-top:40px}.eael-product-grid .eael-product-wrap .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;display:inline-table;min-width:50px;min-height:50px;line-height:50px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.outofstock{line-height:normal;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-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.right{left:auto;right:5px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.right{left:auto;right:15px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4{left:0;top:15px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right{left:auto;right:0}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right:after{right:auto;left:-15px;border-left:0;border-right:10px solid #23a454}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5{display:block;line-height:74px;height:60px;width:120px;left:-37pX;top:-8px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.outofstock{line-height:normal;padding-top:12px;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-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.right{left:auto;right:-35px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.eael-product-grid .eael-product-wrap .eael-product-title h2{font-size:20px;line-height:1.2em;color:#252525;font-weight:500;margin:0 0 8px;padding:0}.eael-product-grid .eael-product-wrap .eael-product-title h2:before{content:none}.eael-product-grid .eael-product-wrap .eael-product-price{font-size:18px;line-height:1.2em;color:#ff7a80;font-weight:600;margin-bottom:10px}.eael-product-grid .eael-product-wrap .star-rating{margin:0 auto 10px}.eael-product-grid .eael-product-wrap a.button.add_to_cart_button.added{display:none !important}.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.box-style,.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.box-style{bottom:30px;visibility:visible;opacity:1}.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-box-style,.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-box-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-style,.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-grid.grid .eael-product-wrap .product-image-wrap,.eael-product-grid.masonry .eael-product-wrap .product-image-wrap{position:relative;overflow:hidden}.eael-product-grid.grid .eael-product-wrap .icons-wrap,.eael-product-grid.masonry .eael-product-wrap .icons-wrap{padding:0;list-style:none;position:absolute;z-index:9;display:block;top:50%;left:0;right:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:0;visibility:hidden;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;margin:0 auto;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style{background:red;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;width:100%;top:auto;bottom:-50px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li:not(:last-child),.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li:not(:last-child){border-right:1px solid #fff}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-cart{-webkit-box-flex:4;-ms-flex:4;flex:4}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a{position:relative;background-color:transparent;margin:0;padding:10px 5px;font-size:15px;line-height:1.2em;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a:hover,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a:hover{background-color:transparent;color:#000}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a i{line-height:normal}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:auto;bottom:-100px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a{position:relative;width:42px;height:42px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;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}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a i{line-height:1rem}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart{font-size:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button{padding:0;margin:3px;font-size:0px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;visibility:visible;opacity:1;top:auto;bottom:-24px;margin:0 5%}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a{position:relative;width:42px;height:42px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;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}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a i{line-height:1rem}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart{font-size:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button{padding:0;margin:0;font-size:0px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external{width:auto;height:auto}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style{background:#fff;width:100%;top:auto;bottom:-50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a{position:relative;width:42px;height:42px;margin:10px 2px 0;padding:0;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}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a i{line-height:1rem}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart{font-size:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button{padding:0;margin:10px 2px 0;font-size:0px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.grid .eael-product-wrap .icons-wrap li,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li{display:inline-block;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a{display:block;position:absolute;color:#000;width:100%;height:100%;text-align:center;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a:hover,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a:hover{background:#ff7a80;color:#fff}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a i{position:relative;font-size:18px;line-height:42px}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a svg,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a svg{width:18px}.eael-product-grid.grid .eael-product-wrap .product-details-wrap,.eael-product-grid.masonry .eael-product-wrap .product-details-wrap{padding:10px}.eael-product-grid.masonry .woocommerce ul.products{display:block}@media(min-width: 766px){.eael-product-grid.masonry .woocommerce ul.products{margin:0 -1% !important}}.eael-product-grid.masonry .woocommerce ul.products:before,.eael-product-grid.masonry .woocommerce ul.products:after{display:table;content:" "}.eael-product-grid.masonry .woocommerce ul.products li.product{float:left;margin:15px 0}@media(min-width: 766px){.eael-product-grid.masonry .woocommerce ul.products li.product{margin:1%}}.eael-product-grid.grid.eael-product-preset-8 .product-image-wrap,.eael-product-grid.masonry.eael-product-preset-8 .product-image-wrap{overflow:inherit}.eael-product-grid.grid.eael-product-preset-8 .product-details-wrap>div:first-child,.eael-product-grid.masonry.eael-product-preset-8 .product-details-wrap>div:first-child{margin-top:20px}.eael-product-grid.grid.eael-product-preset-5 ul.products,.eael-product-grid.grid.eael-product-preset-6 ul.products,.eael-product-grid.grid.eael-product-preset-7 ul.products,.eael-product-grid.grid.eael-product-preset-8 ul.products,.eael-product-grid.masonry.eael-product-preset-5 ul.products,.eael-product-grid.masonry.eael-product-preset-6 ul.products,.eael-product-grid.masonry.eael-product-preset-7 ul.products,.eael-product-grid.masonry.eael-product-preset-8 ul.products{padding:0;margin:0;list-style:none}.eael-product-grid.grid.eael-product-preset-5 ul.products li.product,.eael-product-grid.grid.eael-product-preset-6 ul.products li.product,.eael-product-grid.grid.eael-product-preset-7 ul.products li.product,.eael-product-grid.grid.eael-product-preset-8 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product{text-align:center;border:1px solid #000;overflow:hidden}.eael-product-grid.grid.eael-product-preset-5 ul.products li.product.first,.eael-product-grid.grid.eael-product-preset-6 ul.products li.product.first,.eael-product-grid.grid.eael-product-preset-7 ul.products li.product.first,.eael-product-grid.grid.eael-product-preset-8 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product.first{clear:none}.eael-product-grid.grid.eael-product-preset-6 .product.outofstock .icons-wrap .button,.eael-product-grid.grid.eael-product-preset-7 .product.outofstock .icons-wrap .button,.eael-product-grid.grid.eael-product-preset-8 .product.outofstock .icons-wrap .button,.eael-product-grid.masonry.eael-product-preset-6 .product.outofstock .icons-wrap .button,.eael-product-grid.masonry.eael-product-preset-7 .product.outofstock .icons-wrap .button,.eael-product-grid.masonry.eael-product-preset-8 .product.outofstock .icons-wrap .button{display:none}.eael-product-grid.grid.eael-product-preset-6 .icons-wrap .button.product_type_grouped,.eael-product-grid.grid.eael-product-preset-7 .icons-wrap .button.product_type_grouped,.eael-product-grid.grid.eael-product-preset-8 .icons-wrap .button.product_type_grouped,.eael-product-grid.masonry.eael-product-preset-6 .icons-wrap .button.product_type_grouped,.eael-product-grid.masonry.eael-product-preset-7 .icons-wrap .button.product_type_grouped,.eael-product-grid.masonry.eael-product-preset-8 .icons-wrap .button.product_type_grouped{display:none}.eael-product-grid.list .woocommerce ul.products li.product{overflow:hidden}.eael-product-grid.list .woocommerce ul.products li.product .woocommerce-loop-product__link img{margin-bottom:0}.eael-product-grid.list .woocommerce ul.products li.product .star-rating{margin:0 auto 10px 0}.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap{padding:20px}.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap .product-details-wrap{padding:0 0 0 25px}.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap{padding:0;background-color:transparent}.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .product-details-wrap{padding:0 0 0 25px}.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .title-wrap,.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .price-wrap{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid}.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap{padding:0}.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap .product-details-wrap{padding:20px;margin-left:20px}.eael-product-grid.list .eael-product-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.box-style{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);visibility:visible;opacity:1}.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.block-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-grid.list .eael-product-wrap .icons-wrap{padding:0;margin:0;list-style:none;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style{background:red;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;width:100%;top:auto;bottom:-50px}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li.add-to-cart{-webkit-box-flex:4;-ms-flex:4;flex:4}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li a{position:relative}.eael-product-grid.list .eael-product-wrap .icons-wrap.box-style li{width:42px;height:42px;-webkit-filter:drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));filter:drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));background-color:#fff}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-cart a{padding:11px 15px !important}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a{margin:2px;padding:10.5px 10px}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li:not(:first-child) a{border-left-width:0 !important}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li.add-to-cart a{padding:8.5px 10px;margin:0}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a{border:2px solid #ddd}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a.eael-wc-compare.eael-wc-compare-icon{margin:2px}.eael-product-grid.list .eael-product-wrap .icons-wrap li{display:inline-block;margin:0;padding:0;vertical-align:top}.eael-product-grid.list .eael-product-wrap .icons-wrap li a{display:block;color:#000;text-align:center;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s;background:#ffebcd;padding:9px 10px;font-size:15px;line-height:1.4em;font-weight:700;cursor:pointer}.eael-product-grid.list .eael-product-wrap .icons-wrap li a:hover{background:#ff7a80;color:#fff}.eael-product-grid.list .eael-product-wrap .icons-wrap li a i{position:relative;font-size:18px}.eael-product-grid.list .eael-product-wrap .icons-wrap li a svg{width:18px}.eael-product-grid.list .eael-product-wrap .icons-wrap li a.button{font-size:15px;line-height:1.4em}.eael-product-grid.list .eael-product-wrap .product-image-wrap{position:relative;overflow:hidden;width:45%;margin:0}.eael-product-grid.list .eael-product-wrap .product-details-wrap{width:55%;padding:25px;text-align:left !important}.eael-product-grid.list .eael-product-wrap .eael-product-price{margin-bottom:5px}.eael-product-grid.list .eael-product-wrap .eael-product-excerpt p{margin:0 0 10px}@media only screen and (min-width: 1025px){.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48%}.eael-product-grid-column-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-grid-column-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23%}.eael-product-grid-column-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18%}.eael-product-grid-column-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 1024px)and (min-width: 766px){.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-tablet-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48%}.eael-product-grid-column-tablet-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-grid-column-tablet-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23%}.eael-product-grid-column-tablet-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18%}.eael-product-grid-column-tablet-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 767px){.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap,.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap{width:100%}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap{margin-bottom:15px}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap{padding:0;margin:0}.eael-product-grid-column-mobile-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-mobile-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48% !important;margin:1%}.eael-product-grid-column-mobile-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333% !important;margin:1%}.eael-product-grid-column-mobile-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23% !important;margin:1%}.eael-product-grid-column-mobile-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18% !important;margin:1%}.eael-product-grid-column-mobile-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667% !important;margin:1%}}.theme-oceanwp.elementor-editor-active .eael-product-popup.woocommerce div.product form.cart div.quantity .qty{max-width:150px}.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus{border:1px solid}.eael-product-loader{position:relative}.eael-product-loader::after{border-radius:50%;width:50px;height:50px;position:absolute;content:"";border-top:4px solid rgba(0,0,0,.2);border-right:4px solid rgba(0,0,0,.2);border-bottom:4px solid rgba(0,0,0,.2);border-left:4px solid #000;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-animation:loaderSpin 1.1s infinite linear;animation:loaderSpin 1.1s infinite linear;left:48%;top:40%;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.theme-flexia .woocommerce ul.products li.product .woocommerce-LoopProduct-link{position:unset;display:unset}.woocommerce ul.products li.product .ast-shop-product-out-of-stock,.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock{display:none}
|
assets/front-end/js/view/content-ticker.js
CHANGED
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("var ContentTicker = function ContentTicker($scope, $) {\n
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("ea.hooks.addAction(\"init\", \"ea\", function () {\n var ContentTicker = function ContentTicker($scope, $) {\n var $contentTicker = $scope.find(\".eael-content-ticker\").eq(0),\n $items = $contentTicker.data(\"items\") !== undefined ? $contentTicker.data(\"items\") : 1,\n $items_tablet = $contentTicker.data(\"items-tablet\") !== undefined ? $contentTicker.data(\"items-tablet\") : 1,\n $items_mobile = $contentTicker.data(\"items-mobile\") !== undefined ? $contentTicker.data(\"items-mobile\") : 1,\n $margin = $contentTicker.data(\"margin\") !== undefined ? $contentTicker.data(\"margin\") : 10,\n $margin_tablet = $contentTicker.data(\"margin-tablet\") !== undefined ? $contentTicker.data(\"margin-tablet\") : 10,\n $margin_mobile = $contentTicker.data(\"margin-mobile\") !== undefined ? $contentTicker.data(\"margin-mobile\") : 10,\n $effect = $contentTicker.data(\"effect\") !== undefined ? $contentTicker.data(\"effect\") : \"slide\",\n $speed = $contentTicker.data(\"speed\") !== undefined ? $contentTicker.data(\"speed\") : 400,\n $autoplay = $contentTicker.data(\"autoplay\") !== undefined ? $contentTicker.data(\"autoplay\") : 5000,\n $loop = $contentTicker.data(\"loop\") !== undefined ? $contentTicker.data(\"loop\") : false,\n $grab_cursor = $contentTicker.data(\"grab-cursor\") !== undefined ? $contentTicker.data(\"grab-cursor\") : false,\n $pagination = $contentTicker.data(\"pagination\") !== undefined ? $contentTicker.data(\"pagination\") : \".swiper-pagination\",\n $arrow_next = $contentTicker.data(\"arrow-next\") !== undefined ? $contentTicker.data(\"arrow-next\") : \".swiper-button-next\",\n $arrow_prev = $contentTicker.data(\"arrow-prev\") !== undefined ? $contentTicker.data(\"arrow-prev\") : \".swiper-button-prev\",\n $pause_on_hover = $contentTicker.data(\"pause-on-hover\") !== undefined ? $contentTicker.data(\"pause-on-hover\") : \"\",\n $contentTickerOptions = {\n direction: \"horizontal\",\n loop: $loop,\n speed: $speed,\n effect: $effect,\n slidesPerView: $items,\n spaceBetween: $margin,\n grabCursor: $grab_cursor,\n paginationClickable: true,\n autoHeight: true,\n autoplay: {\n delay: $autoplay\n },\n pagination: {\n el: $pagination,\n clickable: true\n },\n navigation: {\n nextEl: $arrow_next,\n prevEl: $arrow_prev\n },\n breakpoints: {\n // when window width is <= 480px\n 480: {\n slidesPerView: $items_mobile,\n spaceBetween: $margin_mobile\n },\n // when window width is <= 640px\n 768: {\n slidesPerView: $items_tablet,\n spaceBetween: $margin_tablet\n }\n }\n };\n swiperLoader($contentTicker, $contentTickerOptions).then(function ($contentTickerSlider) {\n if ($autoplay === 0) {\n $contentTickerSlider.autoplay.stop();\n }\n\n if ($pause_on_hover && $autoplay !== 0) {\n $contentTicker.on(\"mouseenter\", function () {\n $contentTickerSlider.autoplay.stop();\n });\n $contentTicker.on(\"mouseleave\", function () {\n $contentTickerSlider.autoplay.start();\n });\n }\n });\n };\n\n var swiperLoader = function swiperLoader(swiperElement, swiperConfig) {\n if ('undefined' === typeof Swiper) {\n var asyncSwiper = elementorFrontend.utils.swiper;\n return new asyncSwiper(swiperElement, swiperConfig).then(function (newSwiperInstance) {\n return newSwiperInstance;\n });\n } else {\n return swiperPromise(swiperElement, swiperConfig);\n }\n };\n\n var swiperPromise = function swiperPromise(swiperElement, swiperConfig) {\n return new Promise(function (resolve, reject) {\n var swiperInstance = new Swiper(swiperElement, swiperConfig);\n resolve(swiperInstance);\n });\n };\n\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-content-ticker.default\", ContentTicker);\n});\n\n//# sourceURL=webpack:///./src/js/view/content-ticker.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
assets/front-end/js/view/content-ticker.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function
|
1 |
+
!function(e){var t={};function a(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,a),o.l=!0,o.exports}a.m=e,a.c=t,a.d=function(e,t,n){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},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 n=Object.create(null);if(a.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)a.d(n,o,function(t){return e[t]}.bind(null,o));return n},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=4)}({4:function(e,t){ea.hooks.addAction("init","ea",(function(){var e=function(e,a){return"undefined"==typeof Swiper?new(0,elementorFrontend.utils.swiper)(e,a).then((function(e){return e})):t(e,a)},t=function(e,t){return new Promise((function(a,n){a(new Swiper(e,t))}))};elementorFrontend.hooks.addAction("frontend/element_ready/eael-content-ticker.default",(function(t,a){var n=t.find(".eael-content-ticker").eq(0),o=void 0!==n.data("items")?n.data("items"):1,r=void 0!==n.data("items-tablet")?n.data("items-tablet"):1,i=void 0!==n.data("items-mobile")?n.data("items-mobile"):1,d=void 0!==n.data("margin")?n.data("margin"):10,u=void 0!==n.data("margin-tablet")?n.data("margin-tablet"):10,l=void 0!==n.data("margin-mobile")?n.data("margin-mobile"):10,p=void 0!==n.data("effect")?n.data("effect"):"slide",c=void 0!==n.data("speed")?n.data("speed"):400,s=void 0!==n.data("autoplay")?n.data("autoplay"):5e3,f=void 0!==n.data("loop")&&n.data("loop"),v=void 0!==n.data("grab-cursor")&&n.data("grab-cursor"),b=void 0!==n.data("pagination")?n.data("pagination"):".swiper-pagination",m=void 0!==n.data("arrow-next")?n.data("arrow-next"):".swiper-button-next",g=void 0!==n.data("arrow-prev")?n.data("arrow-prev"):".swiper-button-prev",y=void 0!==n.data("pause-on-hover")?n.data("pause-on-hover"):"";e(n,{direction:"horizontal",loop:f,speed:c,effect:p,slidesPerView:o,spaceBetween:d,grabCursor:v,paginationClickable:!0,autoHeight:!0,autoplay:{delay:s},pagination:{el:b,clickable:!0},navigation:{nextEl:m,prevEl:g},breakpoints:{480:{slidesPerView:i,spaceBetween:l},768:{slidesPerView:r,spaceBetween:u}}}).then((function(e){0===s&&e.autoplay.stop(),y&&0!==s&&(n.on("mouseenter",(function(){e.autoplay.stop()})),n.on("mouseleave",(function(){e.autoplay.start()})))}))}))}))}});
|
assets/front-end/js/view/product-grid.js
CHANGED
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("ea.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 $(document).on(\"click\", \".open-popup-link\", function (e) {\n e.preventDefault();\n e.stopPropagation();\n var $this = $(this);\n var id = $this.attr(\"href\");\n var popup = $(id);\n var popup_details = popup.children(\".eael-product-popup-details\");\n\n if (popup_details.height() > 400) {\n popup_details.css(\"height\", \"75vh\");\n } else {\n popup_details.css(\"height\", \"auto\");\n }\n\n $(id + \" .variations_form\").wc_variation_form();\n popup.addClass(\"eael-product-popup-ready\").removeClass(\"eael-product-modal-removing\");\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 $scope.on(\"click\", \".eael-product-popup-details .single_add_to_cart_button\", function (e) {\n e.preventDefault();\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 },\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 |
|
assets/front-end/js/view/product-grid.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var
|
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"),s=t(document),p=!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))),p&&p.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())}s.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||(p=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)})),s.on("click",".close-modal",(function(e){y.style.visibility="hidden",y.style.opacity="0",d.style.visibility="hidden",d.style.opacity="0"})),s.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()}))},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)}})})),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")}))}))}});
|
essential_adons_elementor.php
CHANGED
@@ -4,13 +4,13 @@
|
|
4 |
* Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
|
5 |
* Plugin URI: https://essential-addons.com/elementor/
|
6 |
* Author: WPDeveloper
|
7 |
-
* Version: 4.6.
|
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.2.2
|
13 |
-
* Elementor tested up to: 3.2.
|
14 |
* Elementor Pro tested up to: 3.2.1
|
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.6.
|
31 |
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
|
32 |
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
|
33 |
/**
|
4 |
* Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
|
5 |
* Plugin URI: https://essential-addons.com/elementor/
|
6 |
* Author: WPDeveloper
|
7 |
+
* Version: 4.6.4
|
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.2.2
|
13 |
+
* Elementor tested up to: 3.2.2
|
14 |
* Elementor Pro tested up to: 3.2.1
|
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.6.4');
|
31 |
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
|
32 |
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
|
33 |
/**
|
includes/Elements/Content_Ticker.php
CHANGED
@@ -779,7 +779,7 @@ class Content_Ticker extends Widget_Base
|
|
779 |
} elseif ('custom' === $settings['eael_ticker_type'] && apply_filters('eael/is_plugin_active', 'essential-addons-elementor/essential_adons_elementor.php')) {
|
780 |
if (\file_exists($this->get_template($settings['eael_dynamic_template_Layout']))) {
|
781 |
foreach ($settings['eael_ticker_custom_contents'] as $content) {
|
782 |
-
echo Helper::include_with_variable($this->get_template($settings['eael_dynamic_template_Layout']), ['content' => $content['eael_ticker_custom_content'], 'link' => $content['eael_ticker_custom_content_link']]);
|
783 |
}
|
784 |
}
|
785 |
}
|
779 |
} elseif ('custom' === $settings['eael_ticker_type'] && apply_filters('eael/is_plugin_active', 'essential-addons-elementor/essential_adons_elementor.php')) {
|
780 |
if (\file_exists($this->get_template($settings['eael_dynamic_template_Layout']))) {
|
781 |
foreach ($settings['eael_ticker_custom_contents'] as $content) {
|
782 |
+
echo Helper::include_with_variable($this->get_template($settings['eael_dynamic_template_Layout']), ['content' => Helper::eael_wp_kses($content['eael_ticker_custom_content']), 'link' => $content['eael_ticker_custom_content_link']]);
|
783 |
}
|
784 |
}
|
785 |
}
|
includes/Elements/Data_Table.php
CHANGED
@@ -14,6 +14,7 @@ use \Elementor\Plugin;
|
|
14 |
use \Elementor\Utils;
|
15 |
use \Elementor\Widget_Base;
|
16 |
use \Elementor\Repeater;
|
|
|
17 |
|
18 |
use \Essential_Addons_Elementor\Classes\Helper;
|
19 |
|
@@ -282,6 +283,10 @@ class Data_Table extends Widget_Base {
|
|
282 |
'label' => esc_html__( 'Content Type', 'essential-addons-for-elementor-lite'),
|
283 |
'type' => Controls_Manager::CHOOSE,
|
284 |
'options' => [
|
|
|
|
|
|
|
|
|
285 |
'textarea' => [
|
286 |
'title' => esc_html__( 'Textarea', 'essential-addons-for-elementor-lite'),
|
287 |
'icon' => 'fa fa-text-width',
|
@@ -329,6 +334,22 @@ class Data_Table extends Widget_Base {
|
|
329 |
]
|
330 |
);
|
331 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
332 |
$repeater->add_control(
|
333 |
'eael_data_table_content_row_title',
|
334 |
[
|
@@ -1009,8 +1030,82 @@ class Data_Table extends Widget_Base {
|
|
1009 |
'prefix_class' => 'eael-dt-td-align%s-',
|
1010 |
]
|
1011 |
);
|
1012 |
-
$this->end_controls_section();
|
1013 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1014 |
|
1015 |
/**
|
1016 |
* -------------------------------------------
|
@@ -1131,7 +1226,6 @@ class Data_Table extends Widget_Base {
|
|
1131 |
|
1132 |
// Storing Data table content values
|
1133 |
foreach( $settings['eael_data_table_content_rows'] as $content_row ) {
|
1134 |
-
|
1135 |
$row_id = uniqid();
|
1136 |
if( $content_row['eael_data_table_content_row_type'] == 'row' ) {
|
1137 |
$table_tr[] = [
|
@@ -1141,6 +1235,10 @@ class Data_Table extends Widget_Base {
|
|
1141 |
|
1142 |
}
|
1143 |
if( $content_row['eael_data_table_content_row_type'] == 'col' ) {
|
|
|
|
|
|
|
|
|
1144 |
$target = !empty($content_row['eael_data_table_content_row_title_link']['is_external']) ? 'target="_blank"' : '';
|
1145 |
$nofollow = !empty($content_row['eael_data_table_content_row_title_link']['nofollow']) ? 'rel="nofollow"' : '';
|
1146 |
|
@@ -1156,6 +1254,10 @@ class Data_Table extends Widget_Base {
|
|
1156 |
'template' => $content_row['eael_primary_templates_for_tables'],
|
1157 |
'title' => $tbody_content,
|
1158 |
'link_url' => !empty($content_row['eael_data_table_content_row_title_link']['url'])?$content_row['eael_data_table_content_row_title_link']['url']:'',
|
|
|
|
|
|
|
|
|
1159 |
'link_target' => $target,
|
1160 |
'nofollow' => $nofollow,
|
1161 |
'colspan' => $content_row['eael_data_table_content_row_colspan'],
|
@@ -1243,7 +1345,19 @@ class Data_Table extends Widget_Base {
|
|
1243 |
]
|
1244 |
);
|
1245 |
?>
|
1246 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1247 |
<td <?php echo $this->get_render_attribute_string('table_inside_td'.$i.$j); ?>>
|
1248 |
<div class="td-content-wrapper">
|
1249 |
<a href="<?php echo esc_url( $table_td[$j]['link_url'] ); ?>" <?php echo $table_td[$j]['link_target'] ?> <?php echo $table_td[$j]['nofollow'] ?>><?php echo wp_kses_post($table_td[$j]['title']); ?></a>
|
14 |
use \Elementor\Utils;
|
15 |
use \Elementor\Widget_Base;
|
16 |
use \Elementor\Repeater;
|
17 |
+
use Elementor\Icons_Manager;
|
18 |
|
19 |
use \Essential_Addons_Elementor\Classes\Helper;
|
20 |
|
283 |
'label' => esc_html__( 'Content Type', 'essential-addons-for-elementor-lite'),
|
284 |
'type' => Controls_Manager::CHOOSE,
|
285 |
'options' => [
|
286 |
+
'icon' => [
|
287 |
+
'title' => esc_html__( 'Icon', 'essential-addons-for-elementor-lite'),
|
288 |
+
'icon' => 'fa fa-info',
|
289 |
+
],
|
290 |
'textarea' => [
|
291 |
'title' => esc_html__( 'Textarea', 'essential-addons-for-elementor-lite'),
|
292 |
'icon' => 'fa fa-text-width',
|
334 |
]
|
335 |
);
|
336 |
|
337 |
+
$repeater->add_control(
|
338 |
+
'eael_data_table_icon_content_new',
|
339 |
+
[
|
340 |
+
'label' => esc_html__( 'Icon', 'essential-addons-for-elementor-lite'),
|
341 |
+
'type' => Controls_Manager::ICONS,
|
342 |
+
'fa4compatibility' => 'eael_data_table_icon_content',
|
343 |
+
'default' => [
|
344 |
+
'value' => 'fas fa-home',
|
345 |
+
'library' => 'fa-solid',
|
346 |
+
],
|
347 |
+
'condition' => [
|
348 |
+
'eael_data_table_content_type' => [ 'icon' ]
|
349 |
+
]
|
350 |
+
]
|
351 |
+
);
|
352 |
+
|
353 |
$repeater->add_control(
|
354 |
'eael_data_table_content_row_title',
|
355 |
[
|
1030 |
'prefix_class' => 'eael-dt-td-align%s-',
|
1031 |
]
|
1032 |
);
|
|
|
1033 |
|
1034 |
+
/* Table Content Icon Style*/
|
1035 |
+
|
1036 |
+
$this->add_control(
|
1037 |
+
'eael_data_table_content_icon_style',
|
1038 |
+
[
|
1039 |
+
'label' => esc_html__( 'Icon Style', 'essential-addons-for-elementor-lite'),
|
1040 |
+
'type' => Controls_Manager::HEADING,
|
1041 |
+
'separator' => 'before'
|
1042 |
+
]
|
1043 |
+
);
|
1044 |
+
|
1045 |
+
$this->add_responsive_control(
|
1046 |
+
'eael_data_table_content_icon_size',
|
1047 |
+
[
|
1048 |
+
'label' => __('Icon Size', 'essential-addons-for-elementor-lite'),
|
1049 |
+
'type' => Controls_Manager::SLIDER,
|
1050 |
+
'size_units' => ['px'],
|
1051 |
+
'range' => [
|
1052 |
+
'px' => [
|
1053 |
+
'min' => 1,
|
1054 |
+
'max' => 70,
|
1055 |
+
],
|
1056 |
+
],
|
1057 |
+
'default' => [
|
1058 |
+
'size' => 20,
|
1059 |
+
],
|
1060 |
+
'selectors' => [
|
1061 |
+
'{{WRAPPER}} .eael-data-table tbody .td-content-wrapper .eael-datatable-icon i' => 'font-size: {{SIZE}}{{UNIT}};',
|
1062 |
+
'{{WRAPPER}} .eael-data-table tbody .td-content-wrapper .eael-datatable-icon svg' => 'height: {{SIZE}}{{UNIT}}; width: {{SIZE}}{{UNIT}};',
|
1063 |
+
],
|
1064 |
+
'separator' => 'before'
|
1065 |
+
]
|
1066 |
+
);
|
1067 |
+
|
1068 |
+
$this->start_controls_tabs( 'eael_data_table_icon_tabs' );
|
1069 |
+
|
1070 |
+
// Normal State Tab
|
1071 |
+
$this->start_controls_tab( 'eael_data_table_icon_normal', [ 'label' => esc_html__( 'Normal', 'essential-addons-for-elementor-lite') ] );
|
1072 |
+
|
1073 |
+
$this->add_control(
|
1074 |
+
'eael_data_table_icon_normal_color',
|
1075 |
+
[
|
1076 |
+
'label' => esc_html__( 'Icon Color', 'essential-addons-for-elementor-lite'),
|
1077 |
+
'type' => Controls_Manager::COLOR,
|
1078 |
+
'default' => '#c15959',
|
1079 |
+
'selectors' => [
|
1080 |
+
'{{WRAPPER}} .eael-data-table tbody .td-content-wrapper .eael-datatable-icon i' => 'color: {{VALUE}};',
|
1081 |
+
'{{WRAPPER}} .eael-data-table tbody .td-content-wrapper .eael-datatable-icon svg' => 'fill: {{VALUE}};',
|
1082 |
+
],
|
1083 |
+
]
|
1084 |
+
);
|
1085 |
+
|
1086 |
+
$this->end_controls_tab();
|
1087 |
+
|
1088 |
+
// Hover State Tab
|
1089 |
+
$this->start_controls_tab( 'eael_data_table_icon_hover', [ 'label' => esc_html__( 'Hover', 'essential-addons-for-elementor-lite') ] );
|
1090 |
+
|
1091 |
+
$this->add_control(
|
1092 |
+
'eael_data_table_link_hover_color',
|
1093 |
+
[
|
1094 |
+
'label' => esc_html__( 'Icon Color', 'essential-addons-for-elementor-lite'),
|
1095 |
+
'type' => Controls_Manager::COLOR,
|
1096 |
+
'default' => '#6d7882',
|
1097 |
+
'selectors' => [
|
1098 |
+
'{{WRAPPER}} .eael-data-table tbody .td-content-wrapper:hover .eael-datatable-icon i' => 'color: {{VALUE}};',
|
1099 |
+
'{{WRAPPER}} .eael-data-table tbody .td-content-wrapper:hover .eael-datatable-icon svg' => 'fill: {{VALUE}};',
|
1100 |
+
],
|
1101 |
+
]
|
1102 |
+
);
|
1103 |
+
|
1104 |
+
$this->end_controls_tab();
|
1105 |
+
|
1106 |
+
$this->end_controls_tabs();
|
1107 |
+
|
1108 |
+
$this->end_controls_section();
|
1109 |
|
1110 |
/**
|
1111 |
* -------------------------------------------
|
1226 |
|
1227 |
// Storing Data table content values
|
1228 |
foreach( $settings['eael_data_table_content_rows'] as $content_row ) {
|
|
|
1229 |
$row_id = uniqid();
|
1230 |
if( $content_row['eael_data_table_content_row_type'] == 'row' ) {
|
1231 |
$table_tr[] = [
|
1235 |
|
1236 |
}
|
1237 |
if( $content_row['eael_data_table_content_row_type'] == 'col' ) {
|
1238 |
+
|
1239 |
+
$icon_migrated = isset($settings['__fa4_migrated']['eael_data_table_icon_content_new']);
|
1240 |
+
$icon_is_new = empty($settings['eael_data_table_icon_content']);
|
1241 |
+
|
1242 |
$target = !empty($content_row['eael_data_table_content_row_title_link']['is_external']) ? 'target="_blank"' : '';
|
1243 |
$nofollow = !empty($content_row['eael_data_table_content_row_title_link']['nofollow']) ? 'rel="nofollow"' : '';
|
1244 |
|
1254 |
'template' => $content_row['eael_primary_templates_for_tables'],
|
1255 |
'title' => $tbody_content,
|
1256 |
'link_url' => !empty($content_row['eael_data_table_content_row_title_link']['url'])?$content_row['eael_data_table_content_row_title_link']['url']:'',
|
1257 |
+
'icon_content_new' => !empty($content_row['eael_data_table_icon_content_new']) ? $content_row['eael_data_table_icon_content_new']:'',
|
1258 |
+
'icon_content' => !empty($content_row['eael_data_table_icon_content']) ? $content_row['eael_data_table_icon_content']:'',
|
1259 |
+
'icon_migrated' => $icon_migrated,
|
1260 |
+
'icon_is_new' => $icon_is_new,
|
1261 |
'link_target' => $target,
|
1262 |
'nofollow' => $nofollow,
|
1263 |
'colspan' => $content_row['eael_data_table_content_row_colspan'],
|
1345 |
]
|
1346 |
);
|
1347 |
?>
|
1348 |
+
<?php if( $table_td[$j]['content_type'] == 'icon' ) : ?>
|
1349 |
+
<td <?php echo $this->get_render_attribute_string('table_inside_td'.$i.$j); ?>>
|
1350 |
+
<div class="td-content-wrapper">
|
1351 |
+
<?php if ( $table_td[$j]['icon_is_new'] || $table_td[$j]['icon_migrated']) { ?>
|
1352 |
+
<span class="eael-datatable-icon">
|
1353 |
+
<?php Icons_Manager::render_icon( $table_td[$j]['icon_content_new'] );?>
|
1354 |
+
</span>
|
1355 |
+
<?php } else { ?>
|
1356 |
+
<span class="<?php echo $table_td[$j]['icon_content'] ?>" aria-hidden="true"></span>
|
1357 |
+
<?php } ?>
|
1358 |
+
</div>
|
1359 |
+
</td>
|
1360 |
+
<?php elseif( $table_td[$j]['content_type'] == 'textarea' && !empty($table_td[$j]['link_url']) ) : ?>
|
1361 |
<td <?php echo $this->get_render_attribute_string('table_inside_td'.$i.$j); ?>>
|
1362 |
<div class="td-content-wrapper">
|
1363 |
<a href="<?php echo esc_url( $table_td[$j]['link_url'] ); ?>" <?php echo $table_td[$j]['link_target'] ?> <?php echo $table_td[$j]['nofollow'] ?>><?php echo wp_kses_post($table_td[$j]['title']); ?></a>
|
includes/Elements/Fancy_Text.php
CHANGED
@@ -96,7 +96,7 @@ class Fancy_Text extends Widget_Base {
|
|
96 |
'type' => Controls_Manager::REPEATER,
|
97 |
'show_label' => true,
|
98 |
'fields' => $repeater->get_controls(),
|
99 |
-
'title_field' => '{{
|
100 |
'default' => [
|
101 |
[
|
102 |
'eael_fancy_text_strings_text_field' => __( 'First string', 'essential-addons-for-elementor-lite'),
|
@@ -613,7 +613,7 @@ class Fancy_Text extends Widget_Base {
|
|
613 |
<?php
|
614 |
$eael_fancy_text_strings_list = "";
|
615 |
foreach ( $settings['eael_fancy_text_strings'] as $item ) {
|
616 |
-
$eael_fancy_text_strings_list .= $item['eael_fancy_text_strings_text_field'] . ', ';
|
617 |
}
|
618 |
echo rtrim($eael_fancy_text_strings_list, ", ");
|
619 |
?>
|
96 |
'type' => Controls_Manager::REPEATER,
|
97 |
'show_label' => true,
|
98 |
'fields' => $repeater->get_controls(),
|
99 |
+
'title_field' => '{{ eael_fancy_text_strings_text_field }}',
|
100 |
'default' => [
|
101 |
[
|
102 |
'eael_fancy_text_strings_text_field' => __( 'First string', 'essential-addons-for-elementor-lite'),
|
613 |
<?php
|
614 |
$eael_fancy_text_strings_list = "";
|
615 |
foreach ( $settings['eael_fancy_text_strings'] as $item ) {
|
616 |
+
$eael_fancy_text_strings_list .= HelperClass::eael_wp_kses($item['eael_fancy_text_strings_text_field']) . ', ';
|
617 |
}
|
618 |
echo rtrim($eael_fancy_text_strings_list, ", ");
|
619 |
?>
|
includes/Elements/Feature_List.php
CHANGED
@@ -241,7 +241,7 @@ class Feature_List extends Widget_Base {
|
|
241 |
],
|
242 |
],
|
243 |
'fields' => $repeater->get_controls(),
|
244 |
-
'title_field' => '<i class="{{ eael_feature_list_icon_new.value }}" aria-hidden="true"></i> {{
|
245 |
]
|
246 |
);
|
247 |
|
241 |
],
|
242 |
],
|
243 |
'fields' => $repeater->get_controls(),
|
244 |
+
'title_field' => '<i class="{{ eael_feature_list_icon_new.value }}" aria-hidden="true"></i> {{ eael_feature_list_title }}',
|
245 |
]
|
246 |
);
|
247 |
|
includes/Elements/Filterable_Gallery.php
CHANGED
@@ -2768,7 +2768,7 @@ class Filterable_Gallery extends Widget_Base
|
|
2768 |
protected function render_filters()
|
2769 |
{
|
2770 |
$settings = $this->get_settings_for_display();
|
2771 |
-
$all_text = ($settings['eael_fg_all_label_text'] != '') ? $settings['eael_fg_all_label_text'] : esc_html__('All', 'essential-addons-for-elementor-lite');
|
2772 |
|
2773 |
if ($settings['filter_enable'] == 'yes') {
|
2774 |
?>
|
@@ -2801,7 +2801,7 @@ class Filterable_Gallery extends Widget_Base
|
|
2801 |
<span>
|
2802 |
<?php
|
2803 |
if ($settings['eael_fg_all_label_text']) {
|
2804 |
-
echo $settings['eael_fg_all_label_text'];
|
2805 |
} elseif (isset($settings['eael_fg_controls']) && !empty($settings['eael_fg_controls'])) {
|
2806 |
echo $settings['eael_fg_controls'][0]['eael_fg_control'];
|
2807 |
}
|
@@ -2822,7 +2822,7 @@ class Filterable_Gallery extends Widget_Base
|
|
2822 |
</button>
|
2823 |
<ul class="fg-layout-3-filter-controls">
|
2824 |
<?php if ($settings['eael_fg_all_label_text']) { ?>
|
2825 |
-
<li class="control active" data-filter="*"><?php echo $settings['eael_fg_all_label_text']; ?></li>
|
2826 |
<?php } ?>
|
2827 |
|
2828 |
<?php foreach ($settings['eael_fg_controls'] as $key => $control) :
|
2768 |
protected function render_filters()
|
2769 |
{
|
2770 |
$settings = $this->get_settings_for_display();
|
2771 |
+
$all_text = ($settings['eael_fg_all_label_text'] != '') ? Helper::eael_wp_kses($settings['eael_fg_all_label_text']) : esc_html__('All', 'essential-addons-for-elementor-lite');
|
2772 |
|
2773 |
if ($settings['filter_enable'] == 'yes') {
|
2774 |
?>
|
2801 |
<span>
|
2802 |
<?php
|
2803 |
if ($settings['eael_fg_all_label_text']) {
|
2804 |
+
echo Helper::eael_wp_kses($settings['eael_fg_all_label_text']);
|
2805 |
} elseif (isset($settings['eael_fg_controls']) && !empty($settings['eael_fg_controls'])) {
|
2806 |
echo $settings['eael_fg_controls'][0]['eael_fg_control'];
|
2807 |
}
|
2822 |
</button>
|
2823 |
<ul class="fg-layout-3-filter-controls">
|
2824 |
<?php if ($settings['eael_fg_all_label_text']) { ?>
|
2825 |
+
<li class="control active" data-filter="*"><?php echo Helper::eael_wp_kses($settings['eael_fg_all_label_text']); ?></li>
|
2826 |
<?php } ?>
|
2827 |
|
2828 |
<?php foreach ($settings['eael_fg_controls'] as $key => $control) :
|
includes/Elements/Login_Register.php
CHANGED
@@ -1078,10 +1078,10 @@ class Login_Register extends Widget_Base {
|
|
1078 |
'width' => '100',
|
1079 |
],
|
1080 |
] ),
|
1081 |
-
'title_field' => '{{
|
1082 |
];
|
1083 |
if ( $this->pro_enabled ) {
|
1084 |
-
$rf['title_field'] = '{{{ elementor.helpers.renderIcon( this, icon, {}, "i", "panel" ) || \'<i class="{{ icon }}" aria-hidden="true"></i>\' }}} {{
|
1085 |
}
|
1086 |
$this->add_control( 'register_fields', $rf );
|
1087 |
|
1078 |
'width' => '100',
|
1079 |
],
|
1080 |
] ),
|
1081 |
+
'title_field' => '{{ field_label }}',
|
1082 |
];
|
1083 |
if ( $this->pro_enabled ) {
|
1084 |
+
$rf['title_field'] = '{{{ elementor.helpers.renderIcon( this, icon, {}, "i", "panel" ) || \'<i class="{{ icon }}" aria-hidden="true"></i>\' }}} {{ field_label }}';
|
1085 |
}
|
1086 |
$this->add_control( 'register_fields', $rf );
|
1087 |
|
includes/Elements/Product_Grid.php
CHANGED
@@ -47,7 +47,8 @@ class Product_Grid extends Widget_Base
|
|
47 |
}
|
48 |
|
49 |
if ( $is_type_instance && class_exists('woocommerce')) {
|
50 |
-
|
|
|
51 |
}
|
52 |
}
|
53 |
|
@@ -107,6 +108,28 @@ class Product_Grid extends Widget_Base
|
|
107 |
];
|
108 |
}
|
109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
public function add_to_cart_button_custom_text($default)
|
111 |
{
|
112 |
if ($this->is_show_custom_add_to_cart) {
|
@@ -117,6 +140,9 @@ class Product_Grid extends Widget_Base
|
|
117 |
case 'grouped':
|
118 |
return $this->grouped_add_to_cart_button_text;
|
119 |
case 'simple':
|
|
|
|
|
|
|
120 |
return $this->simple_add_to_cart_button_text;
|
121 |
case 'variable':
|
122 |
return $this->variable_add_to_cart_button_text;
|
@@ -411,6 +437,7 @@ class Product_Grid extends Widget_Base
|
|
411 |
'post_type!' => 'source_dynamic',
|
412 |
],
|
413 |
]);
|
|
|
414 |
$this->add_control(
|
415 |
'eael_dynamic_template_Layout',
|
416 |
[
|
@@ -421,6 +448,26 @@ class Product_Grid extends Widget_Base
|
|
421 |
]
|
422 |
);
|
423 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
424 |
$this->add_control('eael_product_grid_rating', [
|
425 |
'label' => esc_html__('Show Product Rating?', 'essential-addons-for-elementor-lite'),
|
426 |
'type' => Controls_Manager::SWITCHER,
|
@@ -1183,7 +1230,7 @@ class Product_Grid extends Widget_Base
|
|
1183 |
Group_Control_Typography::get_type(),
|
1184 |
[
|
1185 |
'name' => 'eael_product_grid_product_price_typography',
|
1186 |
-
'selector' => '{{WRAPPER}} .eael-product-grid .woocommerce ul.products li.product .price',
|
1187 |
]
|
1188 |
);
|
1189 |
|
@@ -2335,7 +2382,7 @@ class Product_Grid extends Widget_Base
|
|
2335 |
[
|
2336 |
'name' => 'eael_product_popup_title_typography',
|
2337 |
'label' => __('Typography', 'essential-addons-for-elementor-lite'),
|
2338 |
-
'selector' => '{{WRAPPER}}
|
2339 |
]
|
2340 |
);
|
2341 |
|
@@ -2346,7 +2393,7 @@ class Product_Grid extends Widget_Base
|
|
2346 |
'type' => Controls_Manager::COLOR,
|
2347 |
'default' => '#252525',
|
2348 |
'selectors' => [
|
2349 |
-
'{{WRAPPER}}
|
2350 |
],
|
2351 |
]
|
2352 |
);
|
@@ -2365,7 +2412,7 @@ class Product_Grid extends Widget_Base
|
|
2365 |
[
|
2366 |
'name' => 'eael_product_popup_price_typography',
|
2367 |
'label' => __('Typography', 'essential-addons-for-elementor-lite'),
|
2368 |
-
'selector' => '{{WRAPPER}}
|
2369 |
]
|
2370 |
);
|
2371 |
|
@@ -2376,7 +2423,7 @@ class Product_Grid extends Widget_Base
|
|
2376 |
'type' => Controls_Manager::COLOR,
|
2377 |
'default' => '#0242e4',
|
2378 |
'selectors' => [
|
2379 |
-
'{{WRAPPER}}
|
2380 |
],
|
2381 |
]
|
2382 |
);
|
@@ -2388,7 +2435,7 @@ class Product_Grid extends Widget_Base
|
|
2388 |
'type' => Controls_Manager::COLOR,
|
2389 |
'default' => '#ff2a13',
|
2390 |
'selectors' => [
|
2391 |
-
'{{WRAPPER}}
|
2392 |
],
|
2393 |
]
|
2394 |
);
|
@@ -2407,7 +2454,7 @@ class Product_Grid extends Widget_Base
|
|
2407 |
[
|
2408 |
'name' => 'eael_product_popup_content_typography',
|
2409 |
'label' => __('Typography', 'essential-addons-for-elementor-lite'),
|
2410 |
-
'selector' => '{{WRAPPER}}
|
2411 |
]
|
2412 |
);
|
2413 |
|
@@ -2418,7 +2465,7 @@ class Product_Grid extends Widget_Base
|
|
2418 |
'type' => Controls_Manager::COLOR,
|
2419 |
'default' => '#707070',
|
2420 |
'selectors' => [
|
2421 |
-
'{{WRAPPER}} .
|
2422 |
],
|
2423 |
]
|
2424 |
);
|
@@ -2430,7 +2477,7 @@ class Product_Grid extends Widget_Base
|
|
2430 |
'type' => Controls_Manager::COLOR,
|
2431 |
'default' => '#ccc',
|
2432 |
'selectors' => [
|
2433 |
-
'{{WRAPPER}} .
|
2434 |
],
|
2435 |
]
|
2436 |
);
|
@@ -2441,7 +2488,7 @@ class Product_Grid extends Widget_Base
|
|
2441 |
'type' => Controls_Manager::COLOR,
|
2442 |
'default' => '#ccc',
|
2443 |
'selectors' => [
|
2444 |
-
'{{WRAPPER}}
|
2445 |
],
|
2446 |
]
|
2447 |
);
|
@@ -2453,7 +2500,7 @@ class Product_Grid extends Widget_Base
|
|
2453 |
'type' => Controls_Manager::COLOR,
|
2454 |
'default' => '#ccc',
|
2455 |
'selectors' => [
|
2456 |
-
|
2457 |
],
|
2458 |
]
|
2459 |
);
|
@@ -2468,91 +2515,93 @@ class Product_Grid extends Widget_Base
|
|
2468 |
]
|
2469 |
);
|
2470 |
|
2471 |
-
|
2472 |
-
|
2473 |
-
|
2474 |
-
|
2475 |
-
|
2476 |
-
|
2477 |
-
|
2478 |
-
|
2479 |
-
|
2480 |
-
|
2481 |
-
|
2482 |
-
|
2483 |
-
|
2484 |
-
|
2485 |
-
|
2486 |
-
|
2487 |
-
|
2488 |
-
|
2489 |
-
|
2490 |
-
|
2491 |
-
|
2492 |
-
|
2493 |
-
|
2494 |
-
|
2495 |
-
|
2496 |
-
|
2497 |
-
|
2498 |
-
|
2499 |
-
|
2500 |
-
|
2501 |
-
|
2502 |
-
|
2503 |
-
|
2504 |
-
|
2505 |
-
|
2506 |
-
|
2507 |
-
|
2508 |
-
|
2509 |
-
|
2510 |
-
|
2511 |
-
|
2512 |
-
|
2513 |
-
|
2514 |
-
|
2515 |
-
|
2516 |
-
|
2517 |
-
|
2518 |
-
|
2519 |
-
|
2520 |
-
|
2521 |
-
|
2522 |
-
|
2523 |
-
|
2524 |
-
|
2525 |
-
|
2526 |
-
|
2527 |
-
|
2528 |
-
|
2529 |
-
|
2530 |
-
|
2531 |
-
|
2532 |
-
|
2533 |
-
|
2534 |
-
|
2535 |
-
|
2536 |
-
|
2537 |
-
|
2538 |
-
|
2539 |
-
|
2540 |
-
|
2541 |
-
|
2542 |
-
|
2543 |
-
|
2544 |
-
|
2545 |
-
|
2546 |
-
|
2547 |
-
|
2548 |
-
|
2549 |
-
|
2550 |
-
|
2551 |
-
|
2552 |
-
|
2553 |
-
|
2554 |
-
|
2555 |
-
|
|
|
|
|
2556 |
|
2557 |
// Cart Button
|
2558 |
$this->add_control(
|
@@ -2564,108 +2613,108 @@ class Product_Grid extends Widget_Base
|
|
2564 |
]
|
2565 |
);
|
2566 |
|
2567 |
-
|
2568 |
-
|
2569 |
-
|
2570 |
-
|
2571 |
-
|
2572 |
-
|
2573 |
-
|
2574 |
-
|
2575 |
|
2576 |
$this->start_controls_tabs('eael_product_popup_cart_button_style_tabs');
|
2577 |
|
2578 |
$this->start_controls_tab('eael_product_popup_cart_button_style_tabs_normal', ['label' => esc_html__('Normal', 'essential-addons-for-elementor-lite')]);
|
2579 |
|
2580 |
-
|
2581 |
-
|
2582 |
-
|
2583 |
-
|
2584 |
-
|
2585 |
-
|
2586 |
-
|
2587 |
-
|
2588 |
-
|
2589 |
-
|
2590 |
-
|
2591 |
-
|
2592 |
-
|
2593 |
-
|
2594 |
-
|
2595 |
-
|
2596 |
-
|
2597 |
-
|
2598 |
-
|
2599 |
-
|
2600 |
-
|
2601 |
-
|
2602 |
-
|
2603 |
-
|
2604 |
-
|
2605 |
-
|
2606 |
-
|
2607 |
-
|
2608 |
-
|
2609 |
-
|
2610 |
-
|
2611 |
-
|
2612 |
-
|
2613 |
-
|
2614 |
-
|
2615 |
-
|
2616 |
-
|
2617 |
-
|
2618 |
-
|
2619 |
-
|
2620 |
-
|
2621 |
-
|
2622 |
-
|
2623 |
-
|
2624 |
-
|
2625 |
-
|
2626 |
|
2627 |
$this->end_controls_tab();
|
2628 |
|
2629 |
$this->start_controls_tab('eael_product_popup_cart_button_hover_styles', ['label' => esc_html__('Hover', 'essential-addons-for-elementor-lite')]);
|
2630 |
|
2631 |
-
|
2632 |
-
|
2633 |
-
|
2634 |
-
|
2635 |
-
|
2636 |
-
|
2637 |
-
|
2638 |
-
|
2639 |
-
|
2640 |
-
|
2641 |
-
|
2642 |
-
|
2643 |
-
|
2644 |
-
|
2645 |
-
|
2646 |
-
|
2647 |
-
|
2648 |
-
|
2649 |
-
|
2650 |
-
|
2651 |
-
|
2652 |
-
|
2653 |
-
|
2654 |
-
|
2655 |
-
|
2656 |
-
|
2657 |
-
|
2658 |
-
|
2659 |
-
|
2660 |
-
|
2661 |
-
|
2662 |
-
|
2663 |
-
|
2664 |
-
|
2665 |
-
|
2666 |
-
|
2667 |
-
|
2668 |
-
|
2669 |
|
2670 |
$this->end_controls_tab();
|
2671 |
|
@@ -2681,185 +2730,189 @@ class Product_Grid extends Widget_Base
|
|
2681 |
]
|
2682 |
);
|
2683 |
|
2684 |
-
|
2685 |
-
|
2686 |
-
|
2687 |
-
|
2688 |
-
|
2689 |
-
|
2690 |
-
|
2691 |
-
|
2692 |
-
|
2693 |
-
|
2694 |
-
|
2695 |
-
|
2696 |
-
|
2697 |
-
|
2698 |
-
|
2699 |
-
|
2700 |
-
|
2701 |
-
|
2702 |
-
|
2703 |
-
|
2704 |
-
|
2705 |
-
|
2706 |
-
|
2707 |
-
|
2708 |
-
|
2709 |
-
|
2710 |
-
|
2711 |
-
|
2712 |
-
|
2713 |
-
|
2714 |
-
|
2715 |
-
|
2716 |
-
|
2717 |
-
|
2718 |
-
|
2719 |
-
|
2720 |
-
|
2721 |
-
|
2722 |
-
|
2723 |
-
|
2724 |
-
|
2725 |
-
|
2726 |
-
|
2727 |
-
|
2728 |
-
|
2729 |
-
|
2730 |
-
|
2731 |
-
|
2732 |
-
|
2733 |
-
|
2734 |
-
|
2735 |
-
|
2736 |
-
|
2737 |
-
|
2738 |
-
|
2739 |
-
|
2740 |
-
|
2741 |
-
|
2742 |
-
|
2743 |
-
|
2744 |
-
|
2745 |
-
|
2746 |
-
|
2747 |
-
|
2748 |
-
|
2749 |
-
|
2750 |
-
|
2751 |
-
|
2752 |
-
|
2753 |
-
|
2754 |
-
|
2755 |
-
|
2756 |
-
|
2757 |
-
|
2758 |
-
|
2759 |
-
|
2760 |
-
|
2761 |
-
|
2762 |
-
|
2763 |
-
|
2764 |
-
|
2765 |
-
|
2766 |
-
|
2767 |
-
|
2768 |
-
|
2769 |
-
|
2770 |
-
|
2771 |
-
|
2772 |
-
|
2773 |
-
|
2774 |
-
|
2775 |
-
|
2776 |
-
|
2777 |
-
|
2778 |
-
|
2779 |
-
|
2780 |
-
|
2781 |
-
|
2782 |
-
|
2783 |
-
|
2784 |
-
|
2785 |
-
|
2786 |
-
|
2787 |
-
|
2788 |
-
|
2789 |
-
|
2790 |
-
|
2791 |
-
|
2792 |
-
|
2793 |
-
|
2794 |
-
|
2795 |
-
|
2796 |
-
|
2797 |
-
|
2798 |
-
|
2799 |
-
|
2800 |
-
|
2801 |
-
|
2802 |
-
|
2803 |
-
|
2804 |
-
|
2805 |
-
|
2806 |
-
|
2807 |
-
|
2808 |
-
|
2809 |
-
|
2810 |
-
|
2811 |
-
|
2812 |
-
|
2813 |
-
|
2814 |
-
|
2815 |
-
|
2816 |
-
|
2817 |
-
|
2818 |
-
|
2819 |
-
|
2820 |
-
|
2821 |
-
|
2822 |
-
|
2823 |
-
|
2824 |
-
|
2825 |
-
|
2826 |
-
|
2827 |
-
|
2828 |
-
|
2829 |
-
|
2830 |
-
|
2831 |
-
|
2832 |
-
|
2833 |
-
|
2834 |
-
|
2835 |
-
|
2836 |
-
|
2837 |
-
|
2838 |
-
|
2839 |
-
|
2840 |
-
|
2841 |
-
|
2842 |
-
|
2843 |
-
|
2844 |
-
|
2845 |
-
|
2846 |
-
|
2847 |
-
|
2848 |
-
|
2849 |
-
|
2850 |
-
|
2851 |
-
|
2852 |
-
|
2853 |
-
|
2854 |
-
|
2855 |
-
|
2856 |
-
|
2857 |
-
|
2858 |
-
|
2859 |
-
|
2860 |
-
|
2861 |
-
|
2862 |
-
|
|
|
|
|
|
|
|
|
2863 |
|
2864 |
$this->add_group_control(
|
2865 |
Group_Control_Box_Shadow::get_type(),
|
@@ -2878,6 +2931,9 @@ class Product_Grid extends Widget_Base
|
|
2878 |
if (!function_exists('WC')) {
|
2879 |
return;
|
2880 |
}
|
|
|
|
|
|
|
2881 |
$settings = $this->get_settings_for_display();
|
2882 |
|
2883 |
// normalize for load more fix
|
@@ -2928,6 +2984,7 @@ class Product_Grid extends Widget_Base
|
|
2928 |
do_action( 'eael_woo_before_product_loop' );
|
2929 |
$template = $this->get_template($settings['eael_dynamic_template_Layout']);
|
2930 |
if (file_exists($template)) {
|
|
|
2931 |
$query = new \WP_Query($args);
|
2932 |
if ($query->have_posts()) {
|
2933 |
echo '<ul class="products" data-layout-mode="' . $settings["eael_product_grid_layout"] . '">';
|
@@ -3072,4 +3129,26 @@ class Product_Grid extends Widget_Base
|
|
3072 |
}
|
3073 |
return $args;
|
3074 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3075 |
}
|
47 |
}
|
48 |
|
49 |
if ( $is_type_instance && class_exists('woocommerce')) {
|
50 |
+
$this->load_quick_view_asset();
|
51 |
+
add_filter( 'body_class', [$this, 'add_slider_body_class'] );
|
52 |
}
|
53 |
}
|
54 |
|
108 |
];
|
109 |
}
|
110 |
|
111 |
+
/**
|
112 |
+
* added custom markup for popup
|
113 |
+
*
|
114 |
+
* @param $classes
|
115 |
+
* @return mixed
|
116 |
+
*/
|
117 |
+
public function add_slider_body_class( $classes ) {
|
118 |
+
if ( !in_array( 'eael-woo-slider', $classes ) ) {
|
119 |
+
add_action( 'wp_body_open', function () {
|
120 |
+
?>
|
121 |
+
<div style="display: none" class="eael-woocommerce-popup-view eael-product-popup
|
122 |
+
eael-product-zoom-in woocommerce">
|
123 |
+
<div class="eael-product-modal-bg"></div>
|
124 |
+
<div class="eael-popup-details-render eael-woo-slider-popup"><div class="eael-preloader"></div></div>
|
125 |
+
</div>
|
126 |
+
<?php
|
127 |
+
} );
|
128 |
+
$classes[] = 'eael-woo-slider';
|
129 |
+
}
|
130 |
+
return $classes;
|
131 |
+
}
|
132 |
+
|
133 |
public function add_to_cart_button_custom_text($default)
|
134 |
{
|
135 |
if ($this->is_show_custom_add_to_cart) {
|
140 |
case 'grouped':
|
141 |
return $this->grouped_add_to_cart_button_text;
|
142 |
case 'simple':
|
143 |
+
if ( ! $product->managing_stock() && ! $product->is_in_stock() ) {
|
144 |
+
return $this->default_add_to_cart_button_text;
|
145 |
+
}
|
146 |
return $this->simple_add_to_cart_button_text;
|
147 |
case 'variable':
|
148 |
return $this->variable_add_to_cart_button_text;
|
437 |
'post_type!' => 'source_dynamic',
|
438 |
],
|
439 |
]);
|
440 |
+
|
441 |
$this->add_control(
|
442 |
'eael_dynamic_template_Layout',
|
443 |
[
|
448 |
]
|
449 |
);
|
450 |
|
451 |
+
$this->add_control(
|
452 |
+
'eael_product_grid_title_html_tag',
|
453 |
+
[
|
454 |
+
'label' => __( 'Title HTML Tag', 'essential-addons-for-elementor-lite' ),
|
455 |
+
'type' => Controls_Manager::SELECT,
|
456 |
+
'default' => 'h2',
|
457 |
+
'options' => [
|
458 |
+
'h1' => __( 'H1', 'essential-addons-for-elementor-lite' ),
|
459 |
+
'h2' => __( 'H2', 'essential-addons-for-elementor-lite' ),
|
460 |
+
'h3' => __( 'H3', 'essential-addons-for-elementor-lite' ),
|
461 |
+
'h4' => __( 'H4', 'essential-addons-for-elementor-lite' ),
|
462 |
+
'h5' => __( 'H5', 'essential-addons-for-elementor-lite' ),
|
463 |
+
'h6' => __( 'H6', 'essential-addons-for-elementor-lite' ),
|
464 |
+
'div' => __( 'div', 'essential-addons-for-elementor-lite' ),
|
465 |
+
'span' => __( 'span', 'essential-addons-for-elementor-lite' ),
|
466 |
+
'p' => __( 'p', 'essential-addons-for-elementor-lite' ),
|
467 |
+
],
|
468 |
+
]
|
469 |
+
);
|
470 |
+
|
471 |
$this->add_control('eael_product_grid_rating', [
|
472 |
'label' => esc_html__('Show Product Rating?', 'essential-addons-for-elementor-lite'),
|
473 |
'type' => Controls_Manager::SWITCHER,
|
1230 |
Group_Control_Typography::get_type(),
|
1231 |
[
|
1232 |
'name' => 'eael_product_grid_product_price_typography',
|
1233 |
+
'selector' => '{{WRAPPER}} .eael-product-grid .woocommerce ul.products li.product .price,{{WRAPPER}} .eael-product-grid .woocommerce ul.products li.product .eael-product-price',
|
1234 |
]
|
1235 |
);
|
1236 |
|
2382 |
[
|
2383 |
'name' => 'eael_product_popup_title_typography',
|
2384 |
'label' => __('Typography', 'essential-addons-for-elementor-lite'),
|
2385 |
+
'selector' => '.eael-popup-details-render{{WRAPPER}} div.product .product_title',
|
2386 |
]
|
2387 |
);
|
2388 |
|
2393 |
'type' => Controls_Manager::COLOR,
|
2394 |
'default' => '#252525',
|
2395 |
'selectors' => [
|
2396 |
+
'.eael-popup-details-render{{WRAPPER}} h1.product_title.entry-title' => 'color: {{VALUE}};',
|
2397 |
],
|
2398 |
]
|
2399 |
);
|
2412 |
[
|
2413 |
'name' => 'eael_product_popup_price_typography',
|
2414 |
'label' => __('Typography', 'essential-addons-for-elementor-lite'),
|
2415 |
+
'selector' => '.eael-popup-details-render{{WRAPPER}} div.product .price',
|
2416 |
]
|
2417 |
);
|
2418 |
|
2423 |
'type' => Controls_Manager::COLOR,
|
2424 |
'default' => '#0242e4',
|
2425 |
'selectors' => [
|
2426 |
+
'.eael-popup-details-render{{WRAPPER}} div.product .price' => 'color: {{VALUE}}!important;',
|
2427 |
],
|
2428 |
]
|
2429 |
);
|
2435 |
'type' => Controls_Manager::COLOR,
|
2436 |
'default' => '#ff2a13',
|
2437 |
'selectors' => [
|
2438 |
+
'.eael-popup-details-render{{WRAPPER}} div.product .price ins' => 'color: {{VALUE}}!important;',
|
2439 |
],
|
2440 |
]
|
2441 |
);
|
2454 |
[
|
2455 |
'name' => 'eael_product_popup_content_typography',
|
2456 |
'label' => __('Typography', 'essential-addons-for-elementor-lite'),
|
2457 |
+
'selector' => '.eael-popup-details-render{{WRAPPER}} div.product .woocommerce-product-details__short-description',
|
2458 |
]
|
2459 |
);
|
2460 |
|
2465 |
'type' => Controls_Manager::COLOR,
|
2466 |
'default' => '#707070',
|
2467 |
'selectors' => [
|
2468 |
+
'.eael-popup-details-render{{WRAPPER}} .woocommerce-product-details__short-description' => 'color: {{VALUE}};',
|
2469 |
],
|
2470 |
]
|
2471 |
);
|
2477 |
'type' => Controls_Manager::COLOR,
|
2478 |
'default' => '#ccc',
|
2479 |
'selectors' => [
|
2480 |
+
'.eael-popup-details-render{{WRAPPER}} .product_meta a.woocommerce-review-link, .eael-popup-details-render{{WRAPPER}} .product_meta a' => 'color: {{VALUE}};',
|
2481 |
],
|
2482 |
]
|
2483 |
);
|
2488 |
'type' => Controls_Manager::COLOR,
|
2489 |
'default' => '#ccc',
|
2490 |
'selectors' => [
|
2491 |
+
'.eael-popup-details-render{{WRAPPER}} a.woocommerce-review-link:hover, .eael-popup-details-render{{WRAPPER}} .product_meta a:hover' => 'color: {{VALUE}};',
|
2492 |
],
|
2493 |
]
|
2494 |
);
|
2500 |
'type' => Controls_Manager::COLOR,
|
2501 |
'default' => '#ccc',
|
2502 |
'selectors' => [
|
2503 |
+
'.eael-popup-details-render{{WRAPPER}} div.product table tbody tr, {{WRAPPER}} .eael-product-popup.woocommerce div.product .product_meta' => 'border-color: {{VALUE}};',
|
2504 |
],
|
2505 |
]
|
2506 |
);
|
2515 |
]
|
2516 |
);
|
2517 |
|
2518 |
+
$this->add_group_control(
|
2519 |
+
Group_Control_Typography::get_type(),
|
2520 |
+
[
|
2521 |
+
'name' => 'eael_product_popup_sale_typo',
|
2522 |
+
'label' => __( 'Typography', 'essential-addons-for-elementor-lite' ),
|
2523 |
+
'selector' => '.eael-popup-details-render{{WRAPPER}} .eael-onsale',
|
2524 |
+
]
|
2525 |
+
);
|
2526 |
+
|
2527 |
+
$this->add_control(
|
2528 |
+
'eael_product_popup_sale_color',
|
2529 |
+
[
|
2530 |
+
'label' => __( 'Color', 'essential-addons-for-elementor-lite' ),
|
2531 |
+
'type' => Controls_Manager::COLOR,
|
2532 |
+
'selectors' => [
|
2533 |
+
'.eael-popup-details-render{{WRAPPER}} .eael-onsale' => 'color: {{VALUE}}!important;',
|
2534 |
+
],
|
2535 |
+
]
|
2536 |
+
);
|
2537 |
+
$this->add_control(
|
2538 |
+
'eael_product_popup_sale_bg_color',
|
2539 |
+
[
|
2540 |
+
'label' => __( 'Background Color', 'essential-addons-for-elementor-lite' ),
|
2541 |
+
'type' => Controls_Manager::COLOR,
|
2542 |
+
'selectors' => [
|
2543 |
+
'.eael-popup-details-render{{WRAPPER}} .eael-onsale' => 'background-color: {{VALUE}}!important;',
|
2544 |
+
'.eael-popup-details-render{{WRAPPER}} .eael-onsale:not(.outofstock).sale-preset-4:after' => 'border-left-color: {{VALUE}}; border-right-color: {{VALUE}};',
|
2545 |
+
],
|
2546 |
+
]
|
2547 |
+
);
|
2548 |
+
|
2549 |
+
// Quantity
|
2550 |
+
$this->add_control(
|
2551 |
+
'eael_product_popup_quantity',
|
2552 |
+
[
|
2553 |
+
'label' => __( 'Quantity', 'essential-addons-for-elementor-lite' ),
|
2554 |
+
'type' => Controls_Manager::HEADING,
|
2555 |
+
'separator' => 'before',
|
2556 |
+
]
|
2557 |
+
);
|
2558 |
+
|
2559 |
+
$this->add_group_control(
|
2560 |
+
Group_Control_Typography::get_type(),
|
2561 |
+
[
|
2562 |
+
'name' => 'eael_product_popup_quantity_typo',
|
2563 |
+
'label' => __( 'Typography', 'essential-addons-for-elementor-lite' ),
|
2564 |
+
'selector' => '.eael-popup-details-render{{WRAPPER}} div.product form.cart div.quantity .qty, {{WRAPPER}} .eael-product-popup.woocommerce div.product form.cart div.quantity > a',
|
2565 |
+
]
|
2566 |
+
);
|
2567 |
+
|
2568 |
+
$this->add_control(
|
2569 |
+
'eael_product_popup_quantity_color',
|
2570 |
+
[
|
2571 |
+
'label' => esc_html__( 'Color', 'essential-addons-for-elementor-lite' ),
|
2572 |
+
'type' => Controls_Manager::COLOR,
|
2573 |
+
'default' => '#000',
|
2574 |
+
'selectors' => [
|
2575 |
+
'.eael-popup-details-render{{WRAPPER}} div.product form.cart div.quantity .qty, {{WRAPPER}} .eael-product-popup.woocommerce div.product form.cart div.quantity > a, {{WRAPPER}} .eael-product-popup.woocommerce div.product form.cart div.quantity > .button' => 'color: {{VALUE}};',
|
2576 |
+
],
|
2577 |
+
]
|
2578 |
+
);
|
2579 |
+
|
2580 |
+
$this->add_control(
|
2581 |
+
'eael_product_popup_quantity_bg_color',
|
2582 |
+
[
|
2583 |
+
'label' => esc_html__( 'Background Color', 'essential-addons-for-elementor-lite' ),
|
2584 |
+
'type' => Controls_Manager::COLOR,
|
2585 |
+
'default' => '#fff',
|
2586 |
+
'selectors' => [
|
2587 |
+
'.eael-popup-details-render{{WRAPPER}} div.product form.cart div.quantity .qty, {{WRAPPER}} .eael-product-popup.woocommerce div.product form.cart div.quantity > a, {{WRAPPER}} .eael-product-popup.woocommerce div.product form.cart div.quantity > .button' => 'background-color: {{VALUE}};',
|
2588 |
+
],
|
2589 |
+
]
|
2590 |
+
);
|
2591 |
+
|
2592 |
+
$this->add_control(
|
2593 |
+
'eael_product_popup_quantity_border_color',
|
2594 |
+
[
|
2595 |
+
'label' => esc_html__( 'Border Color', 'essential-addons-for-elementor-lite' ),
|
2596 |
+
'type' => Controls_Manager::COLOR,
|
2597 |
+
'default' => '#000',
|
2598 |
+
'selectors' => [
|
2599 |
+
'.eael-popup-details-render{{WRAPPER}} div.product form.cart div.quantity .qty, {{WRAPPER}} .eael-product-popup.woocommerce div.product form.cart div.quantity > a, {{WRAPPER}} .eael-product-popup.woocommerce div.product form.cart div.quantity > .button' => 'border-color: {{VALUE}};',
|
2600 |
+
// OceanWP
|
2601 |
+
'.eael-popup-details-render{{WRAPPER}} div.product form.cart div.quantity .qty:focus' => 'border-color: {{VALUE}};',
|
2602 |
+
],
|
2603 |
+
]
|
2604 |
+
);
|
2605 |
|
2606 |
// Cart Button
|
2607 |
$this->add_control(
|
2613 |
]
|
2614 |
);
|
2615 |
|
2616 |
+
$this->add_group_control(
|
2617 |
+
Group_Control_Typography::get_type(),
|
2618 |
+
[
|
2619 |
+
'name' => 'eael_product_popup_cart_button_typo',
|
2620 |
+
'label' => __( 'Typography', 'essential-addons-for-elementor-lite' ),
|
2621 |
+
'selector' => '.eael-popup-details-render{{WRAPPER}} .button, .eael-popup-details-render{{WRAPPER}} button.button.alt',
|
2622 |
+
]
|
2623 |
+
);
|
2624 |
|
2625 |
$this->start_controls_tabs('eael_product_popup_cart_button_style_tabs');
|
2626 |
|
2627 |
$this->start_controls_tab('eael_product_popup_cart_button_style_tabs_normal', ['label' => esc_html__('Normal', 'essential-addons-for-elementor-lite')]);
|
2628 |
|
2629 |
+
$this->add_control(
|
2630 |
+
'eael_product_popup_cart_button_color',
|
2631 |
+
[
|
2632 |
+
'label' => esc_html__( 'Color', 'essential-addons-for-elementor-lite' ),
|
2633 |
+
'type' => Controls_Manager::COLOR,
|
2634 |
+
'default' => '#fff',
|
2635 |
+
'selectors' => [
|
2636 |
+
'.eael-popup-details-render{{WRAPPER}} .button, .eael-popup-details-render{{WRAPPER}} button.button.alt' => 'color: {{VALUE}};',
|
2637 |
+
],
|
2638 |
+
]
|
2639 |
+
);
|
2640 |
+
|
2641 |
+
$this->add_control(
|
2642 |
+
'eael_product_popup_cart_button_background',
|
2643 |
+
[
|
2644 |
+
'label' => esc_html__( 'Background Color', 'essential-addons-for-elementor-lite' ),
|
2645 |
+
'type' => Controls_Manager::COLOR,
|
2646 |
+
'default' => '#8040FF',
|
2647 |
+
'selectors' => [
|
2648 |
+
'.eael-popup-details-render{{WRAPPER}} .button, .eael-popup-details-render{{WRAPPER}} button.button.alt' => 'background-color: {{VALUE}};',
|
2649 |
+
],
|
2650 |
+
]
|
2651 |
+
);
|
2652 |
+
|
2653 |
+
$this->add_group_control(
|
2654 |
+
Group_Control_Border::get_type(),
|
2655 |
+
[
|
2656 |
+
'name' => 'eael_product_popup_cart_button_border',
|
2657 |
+
'selector' => '.eael-popup-details-render{{WRAPPER}} .button, .eael-popup-details-render{{WRAPPER}} button.button.alt',
|
2658 |
+
]
|
2659 |
+
);
|
2660 |
+
$this->add_control(
|
2661 |
+
'eael_product_popup_cart_button_border_radius',
|
2662 |
+
[
|
2663 |
+
'label' => esc_html__( 'Border Radius', 'essential-addons-for-elementor-lite' ),
|
2664 |
+
'type' => Controls_Manager::SLIDER,
|
2665 |
+
'range' => [
|
2666 |
+
'px' => [
|
2667 |
+
'max' => 100,
|
2668 |
+
],
|
2669 |
+
],
|
2670 |
+
'selectors' => [
|
2671 |
+
'.eael-popup-details-render{{WRAPPER}} .button, .eael-popup-details-render{{WRAPPER}} button.button.alt' => 'border-radius: {{SIZE}}px;',
|
2672 |
+
],
|
2673 |
+
]
|
2674 |
+
);
|
2675 |
|
2676 |
$this->end_controls_tab();
|
2677 |
|
2678 |
$this->start_controls_tab('eael_product_popup_cart_button_hover_styles', ['label' => esc_html__('Hover', 'essential-addons-for-elementor-lite')]);
|
2679 |
|
2680 |
+
$this->add_control(
|
2681 |
+
'eael_product_popup_cart_button_hover_color',
|
2682 |
+
[
|
2683 |
+
'label' => esc_html__( 'Color', 'essential-addons-for-elementor-lite' ),
|
2684 |
+
'type' => Controls_Manager::COLOR,
|
2685 |
+
'default' => '#F5EAFF',
|
2686 |
+
'selectors' => [
|
2687 |
+
'.eael-popup-details-render{{WRAPPER}} .button:hover, .eael-popup-details-render{{WRAPPER}} button.button.alt:hover' => 'color: {{VALUE}};',
|
2688 |
+
],
|
2689 |
+
]
|
2690 |
+
);
|
2691 |
+
|
2692 |
+
$this->add_control(
|
2693 |
+
'eael_product_popup_cart_button_hover_background',
|
2694 |
+
[
|
2695 |
+
'label' => esc_html__( 'Background Color', 'essential-addons-for-elementor-lite' ),
|
2696 |
+
'type' => Controls_Manager::COLOR,
|
2697 |
+
'default' => '#F12DE0',
|
2698 |
+
'selectors' => [
|
2699 |
+
'.eael-popup-details-render{{WRAPPER}} .button:hover, .eael-popup-details-render{{WRAPPER}} button.button.alt:hover' => 'background-color: {{VALUE}};',
|
2700 |
+
],
|
2701 |
+
]
|
2702 |
+
);
|
2703 |
+
|
2704 |
+
$this->add_control(
|
2705 |
+
'eael_product_popup_cart_button_hover_border_color',
|
2706 |
+
[
|
2707 |
+
'label' => esc_html__( 'Border Color', 'essential-addons-for-elementor-lite' ),
|
2708 |
+
'type' => Controls_Manager::COLOR,
|
2709 |
+
'default' => '',
|
2710 |
+
'selectors' => [
|
2711 |
+
'.eael-popup-details-render{{WRAPPER}} .button:hover, .eael-popup-details-render{{WRAPPER}} button.button.alt:hover' => 'border-color: {{VALUE}};',
|
2712 |
+
],
|
2713 |
+
'condition' => [
|
2714 |
+
'eael_product_popup_cart_button_border_border!' => '',
|
2715 |
+
],
|
2716 |
+
]
|
2717 |
+
);
|
2718 |
|
2719 |
$this->end_controls_tab();
|
2720 |
|
2730 |
]
|
2731 |
);
|
2732 |
|
2733 |
+
$this->add_group_control(
|
2734 |
+
Group_Control_Typography::get_type(),
|
2735 |
+
[
|
2736 |
+
'name' => 'eael_product_popup_sku_typo',
|
2737 |
+
'label' => __( 'Typography', 'essential-addons-for-elementor-lite' ),
|
2738 |
+
'selector' => '.eael-popup-details-render{{WRAPPER}} .product_meta',
|
2739 |
+
]
|
2740 |
+
);
|
2741 |
+
|
2742 |
+
|
2743 |
+
$this->add_control(
|
2744 |
+
'eael_product_popup_sku_title_color',
|
2745 |
+
[
|
2746 |
+
'label' => __( 'Title Color', 'essential-addons-for-elementor-lite' ),
|
2747 |
+
'type' => Controls_Manager::COLOR,
|
2748 |
+
'selectors' => [
|
2749 |
+
'.eael-popup-details-render{{WRAPPER}} .product_meta' => 'color: {{VALUE}};',
|
2750 |
+
],
|
2751 |
+
]
|
2752 |
+
);
|
2753 |
+
|
2754 |
+
$this->add_control(
|
2755 |
+
'eael_product_popup_sku_content_color',
|
2756 |
+
[
|
2757 |
+
'label' => __( 'Content Color', 'essential-addons-for-elementor-lite' ),
|
2758 |
+
'type' => Controls_Manager::COLOR,
|
2759 |
+
'selectors' => [
|
2760 |
+
'.eael-popup-details-render{{WRAPPER}} .product_meta .sku, .eael-popup-details-render{{WRAPPER}} .product_meta a' => 'color: {{VALUE}};',
|
2761 |
+
],
|
2762 |
+
]
|
2763 |
+
);
|
2764 |
+
|
2765 |
+
$this->add_control(
|
2766 |
+
'eael_product_popup_sku_hover_color',
|
2767 |
+
[
|
2768 |
+
'label' => __( 'Hover Color', 'essential-addons-for-elementor-lite' ),
|
2769 |
+
'type' => Controls_Manager::COLOR,
|
2770 |
+
'selectors' => [
|
2771 |
+
'.eael-popup-details-render{{WRAPPER}} .product_meta a:hover' => 'color: {{VALUE}};',
|
2772 |
+
],
|
2773 |
+
]
|
2774 |
+
);
|
2775 |
+
|
2776 |
+
$this->add_control(
|
2777 |
+
'eael_product_popup_close_button_style',
|
2778 |
+
[
|
2779 |
+
'label' => __( ' Close Button', 'essential-addons-for-elementor-lite' ),
|
2780 |
+
'type' => Controls_Manager::HEADING,
|
2781 |
+
'separator' => 'before',
|
2782 |
+
]
|
2783 |
+
);
|
2784 |
+
|
2785 |
+
$this->add_responsive_control(
|
2786 |
+
'eael_product_popup_close_button_icon_size',
|
2787 |
+
[
|
2788 |
+
'label' => __( 'Icon Size', 'essential-addons-for-elementor-lite' ),
|
2789 |
+
'type' => Controls_Manager::SLIDER,
|
2790 |
+
'size_units' => ['px', 'em', '%'],
|
2791 |
+
'range' => [
|
2792 |
+
'px' => [
|
2793 |
+
'min' => 0,
|
2794 |
+
'max' => 100,
|
2795 |
+
],
|
2796 |
+
'em' => [
|
2797 |
+
'min' => 0,
|
2798 |
+
'max' => 100,
|
2799 |
+
],
|
2800 |
+
'%' => [
|
2801 |
+
'min' => 0,
|
2802 |
+
'max' => 100,
|
2803 |
+
],
|
2804 |
+
],
|
2805 |
+
'selectors' => [
|
2806 |
+
'.eael-popup-details-render{{WRAPPER}} button.eael-product-popup-close' => 'font-size: {{SIZE}}{{UNIT}};',
|
2807 |
+
],
|
2808 |
+
]
|
2809 |
+
);
|
2810 |
+
|
2811 |
+
$this->add_responsive_control(
|
2812 |
+
'eael_product_popup_close_button_size',
|
2813 |
+
[
|
2814 |
+
'label' => __( 'Button Size', 'essential-addons-for-elementor-lite' ),
|
2815 |
+
'type' => Controls_Manager::SLIDER,
|
2816 |
+
'size_units' => ['px', 'em', '%'],
|
2817 |
+
'range' => [
|
2818 |
+
'px' => [
|
2819 |
+
'min' => 0,
|
2820 |
+
'max' => 100,
|
2821 |
+
],
|
2822 |
+
'em' => [
|
2823 |
+
'min' => 0,
|
2824 |
+
'max' => 100,
|
2825 |
+
],
|
2826 |
+
'%' => [
|
2827 |
+
'min' => 0,
|
2828 |
+
'max' => 100,
|
2829 |
+
],
|
2830 |
+
],
|
2831 |
+
'selectors' => [
|
2832 |
+
'.eael-popup-details-render{{WRAPPER}} button.eael-product-popup-close' => 'max-width: {{SIZE}}{{UNIT}}; width: {{SIZE}}{{UNIT}}; height: {{SIZE}}{{UNIT}}; min-height: {{SIZE}}{{UNIT}}',
|
2833 |
+
],
|
2834 |
+
]
|
2835 |
+
);
|
2836 |
+
|
2837 |
+
$this->add_control(
|
2838 |
+
'eael_product_popup_close_button_color',
|
2839 |
+
[
|
2840 |
+
'label' => __( 'Color', 'essential-addons-for-elementor-lite' ),
|
2841 |
+
'type' => Controls_Manager::COLOR,
|
2842 |
+
'selectors' => [
|
2843 |
+
'.eael-popup-details-render{{WRAPPER}} button.eael-product-popup-close' => 'color: {{VALUE}}!important;',
|
2844 |
+
],
|
2845 |
+
]
|
2846 |
+
);
|
2847 |
+
|
2848 |
+
$this->add_control(
|
2849 |
+
'eael_product_popup_close_button_bg',
|
2850 |
+
[
|
2851 |
+
'label' => __( 'Background', 'essential-addons-for-elementor-lite' ),
|
2852 |
+
'type' => Controls_Manager::COLOR,
|
2853 |
+
'selectors' => [
|
2854 |
+
'.eael-popup-details-render{{WRAPPER}} button.eael-product-popup-close' => 'background-color: {{VALUE}}!important;',
|
2855 |
+
],
|
2856 |
+
]
|
2857 |
+
);
|
2858 |
+
|
2859 |
+
$this->add_control(
|
2860 |
+
'eael_product_popup_close_button_border_radius',
|
2861 |
+
[
|
2862 |
+
'label' => __( 'Border Radius', 'essential-addons-for-elementor-lite' ),
|
2863 |
+
'type' => Controls_Manager::SLIDER,
|
2864 |
+
'size_units' => ['px', '%'],
|
2865 |
+
'range' => [
|
2866 |
+
'px' => [
|
2867 |
+
'min' => 0,
|
2868 |
+
'max' => 100,
|
2869 |
+
'step' => 1,
|
2870 |
+
],
|
2871 |
+
'%' => [
|
2872 |
+
'min' => 0,
|
2873 |
+
'max' => 100,
|
2874 |
+
],
|
2875 |
+
],
|
2876 |
+
'selectors' => [
|
2877 |
+
'.eael-popup-details-render{{WRAPPER}} button.eael-product-popup-close' => 'border-radius: {{SIZE}}{{UNIT}};',
|
2878 |
+
],
|
2879 |
+
]
|
2880 |
+
);
|
2881 |
+
|
2882 |
+
$this->add_group_control(
|
2883 |
+
Group_Control_Box_Shadow::get_type(),
|
2884 |
+
[
|
2885 |
+
'name' => 'eael_product_popup_close_button_box_shadow',
|
2886 |
+
'label' => __( 'Box Shadow', 'essential-addons-for-elementor-lite' ),
|
2887 |
+
'selector' => '.eael-popup-details-render{{WRAPPER}} button.eael-product-popup-close',
|
2888 |
+
]
|
2889 |
+
);
|
2890 |
+
|
2891 |
+
$this->add_responsive_control(
|
2892 |
+
'eael_product_popup_border_radius',
|
2893 |
+
[
|
2894 |
+
'label' => esc_html__( 'Border Radius', 'essential-addons-for-elementor-lite' ),
|
2895 |
+
'type' => Controls_Manager::DIMENSIONS,
|
2896 |
+
'size_units' => ['px', '%'],
|
2897 |
+
'selectors' => [
|
2898 |
+
'.eael-popup-details-render{{WRAPPER}}.eael-product-popup-details' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
2899 |
+
],
|
2900 |
+
'separator' => 'before',
|
2901 |
+
]
|
2902 |
+
);
|
2903 |
+
|
2904 |
+
$this->add_group_control(
|
2905 |
+
Group_Control_Background::get_type(),
|
2906 |
+
[
|
2907 |
+
'name' => 'eael_product_popup_background',
|
2908 |
+
'label' => __( 'Background', 'essential-addons-for-elementor-lite' ),
|
2909 |
+
'types' => ['classic', 'gradient'],
|
2910 |
+
'selector' => '.eael-popup-details-render{{WRAPPER}}.eael-product-popup-details',
|
2911 |
+
'exclude' => [
|
2912 |
+
'image',
|
2913 |
+
],
|
2914 |
+
]
|
2915 |
+
);
|
2916 |
|
2917 |
$this->add_group_control(
|
2918 |
Group_Control_Box_Shadow::get_type(),
|
2931 |
if (!function_exists('WC')) {
|
2932 |
return;
|
2933 |
}
|
2934 |
+
|
2935 |
+
|
2936 |
+
|
2937 |
$settings = $this->get_settings_for_display();
|
2938 |
|
2939 |
// normalize for load more fix
|
2984 |
do_action( 'eael_woo_before_product_loop' );
|
2985 |
$template = $this->get_template($settings['eael_dynamic_template_Layout']);
|
2986 |
if (file_exists($template)) {
|
2987 |
+
$settings['eael_page_id'] = get_the_ID();
|
2988 |
$query = new \WP_Query($args);
|
2989 |
if ($query->have_posts()) {
|
2990 |
echo '<ul class="products" data-layout-mode="' . $settings["eael_product_grid_layout"] . '">';
|
3129 |
}
|
3130 |
return $args;
|
3131 |
}
|
3132 |
+
|
3133 |
+
public function load_quick_view_asset(){
|
3134 |
+
add_action('wp_footer',function (){
|
3135 |
+
if ( version_compare( WC()->version, '3.0.0', '>=' ) ) {
|
3136 |
+
if ( current_theme_supports( 'wc-product-gallery-zoom' ) ) {
|
3137 |
+
wp_enqueue_script( 'zoom' );
|
3138 |
+
}
|
3139 |
+
if ( current_theme_supports( 'wc-product-gallery-slider' ) ) {
|
3140 |
+
wp_enqueue_script( 'flexslider' );
|
3141 |
+
}
|
3142 |
+
if ( current_theme_supports( 'wc-product-gallery-lightbox' ) ) {
|
3143 |
+
wp_enqueue_script( 'photoswipe-ui-default' );
|
3144 |
+
wp_enqueue_style( 'photoswipe-default-skin' );
|
3145 |
+
if ( has_action( 'wp_footer', 'woocommerce_photoswipe' ) === false ) {
|
3146 |
+
add_action( 'wp_footer', 'woocommerce_photoswipe', 15 );
|
3147 |
+
}
|
3148 |
+
}
|
3149 |
+
wp_enqueue_script( 'wc-add-to-cart-variation' );
|
3150 |
+
wp_enqueue_script( 'wc-single-product' );
|
3151 |
+
}
|
3152 |
+
});
|
3153 |
+
}
|
3154 |
}
|
includes/Elements/Woo_Product_Carousel.php
CHANGED
@@ -37,6 +37,7 @@ class Woo_Product_Carousel extends Widget_Base {
|
|
37 |
}
|
38 |
|
39 |
if ( $is_type_instance && class_exists( 'woocommerce' ) ) {
|
|
|
40 |
add_filter( 'body_class', [$this, 'add_slider_body_class'] );
|
41 |
}
|
42 |
}
|
@@ -3112,4 +3113,26 @@ class Woo_Product_Carousel extends Widget_Base {
|
|
3112 |
|
3113 |
return $args;
|
3114 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3115 |
}
|
37 |
}
|
38 |
|
39 |
if ( $is_type_instance && class_exists( 'woocommerce' ) ) {
|
40 |
+
$this->load_quick_view_asset();
|
41 |
add_filter( 'body_class', [$this, 'add_slider_body_class'] );
|
42 |
}
|
43 |
}
|
3113 |
|
3114 |
return $args;
|
3115 |
}
|
3116 |
+
|
3117 |
+
public function load_quick_view_asset(){
|
3118 |
+
add_action('wp_footer',function (){
|
3119 |
+
if ( version_compare( WC()->version, '3.0.0', '>=' ) ) {
|
3120 |
+
if ( current_theme_supports( 'wc-product-gallery-zoom' ) ) {
|
3121 |
+
wp_enqueue_script( 'zoom' );
|
3122 |
+
}
|
3123 |
+
if ( current_theme_supports( 'wc-product-gallery-slider' ) ) {
|
3124 |
+
wp_enqueue_script( 'flexslider' );
|
3125 |
+
}
|
3126 |
+
if ( current_theme_supports( 'wc-product-gallery-lightbox' ) ) {
|
3127 |
+
wp_enqueue_script( 'photoswipe-ui-default' );
|
3128 |
+
wp_enqueue_style( 'photoswipe-default-skin' );
|
3129 |
+
if ( has_action( 'wp_footer', 'woocommerce_photoswipe' ) === false ) {
|
3130 |
+
add_action( 'wp_footer', 'woocommerce_photoswipe', 15 );
|
3131 |
+
}
|
3132 |
+
}
|
3133 |
+
wp_enqueue_script( 'wc-add-to-cart-variation' );
|
3134 |
+
wp_enqueue_script( 'wc-single-product' );
|
3135 |
+
}
|
3136 |
+
});
|
3137 |
+
}
|
3138 |
}
|
includes/Template/Eicon-Woocommerce/default.php
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
use \Essential_Addons_Elementor\Classes\Helper;
|
4 |
-
|
5 |
/**
|
6 |
* Template Name: Default
|
7 |
*/
|
@@ -17,6 +16,8 @@ if ( ! $product ) {
|
|
17 |
error_log( '$product not found in ' . __FILE__ );
|
18 |
return;
|
19 |
}
|
|
|
|
|
20 |
$should_print_compare_btn = isset( $settings['show_compare'] ) && 'yes' === $settings['show_compare'];
|
21 |
// Improvement
|
22 |
$grid_style_preset = isset($settings['eael_product_grid_style_preset']) ? $settings['eael_product_grid_style_preset'] : '';
|
@@ -29,13 +30,16 @@ $should_print_quick_view = isset( $settings['eael_product_grid_quick_view'] ) &&
|
|
29 |
$should_print_price = isset( $settings['eael_product_grid_price'] ) && 'yes' === $settings['eael_product_grid_price'];
|
30 |
$should_print_excerpt = isset( $settings['eael_product_grid_excerpt'] ) && ('yes' === $settings['eael_product_grid_excerpt'] && has_excerpt());
|
31 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
32 |
-
|
|
|
|
|
|
|
|
|
33 |
if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-product-reveal' ) { ?>
|
34 |
<li class="product">
|
35 |
<a href="<?php echo esc_url( $product->get_permalink() ); ?>" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
|
36 |
-
<?php echo wp_kses_post( $product->get_image( 'woocommerce_thumbnail', ['loading' => 'eager'] ) );
|
37 |
-
|
38 |
-
<?php
|
39 |
if ( $should_print_rating ) {
|
40 |
echo wp_kses_post( wc_get_rating_html( $product->get_average_rating(), $product->get_rating_count() ) );
|
41 |
}
|
@@ -73,8 +77,9 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
73 |
?>
|
74 |
</div>
|
75 |
</div>
|
76 |
-
<h2 class="woocommerce-loop-product__title"><?php echo $product->get_title(); ?></h2>
|
77 |
<?php
|
|
|
|
|
78 |
if ( $should_print_rating ) {
|
79 |
echo wc_get_rating_html( $product->get_average_rating(), $product->get_rating_count() );
|
80 |
}
|
@@ -106,8 +111,8 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
106 |
<ul class="icons-wrap block-style">
|
107 |
<?php if( $should_print_quick_view ){?>
|
108 |
<li class="eael-product-quick-view">
|
109 |
-
<a
|
110 |
-
class="open-popup
|
111 |
<i class="fas fa-eye"></i>
|
112 |
</a>
|
113 |
</li>
|
@@ -137,8 +142,8 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
137 |
?>
|
138 |
<?php if( $should_print_quick_view ){?>
|
139 |
<li class="eael-product-quick-view">
|
140 |
-
<a
|
141 |
-
class="open-popup
|
142 |
<i class="fas fa-eye"></i>
|
143 |
</a>
|
144 |
</li>
|
@@ -159,8 +164,8 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
159 |
?>
|
160 |
<?php if( $should_print_quick_view ){?>
|
161 |
<li class="eael-product-quick-view">
|
162 |
-
<a
|
163 |
-
class="open-popup
|
164 |
<i class="fas fa-eye"></i>
|
165 |
</a>
|
166 |
</li>
|
@@ -168,9 +173,6 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
168 |
<li class="view-details" title="Details"><?php echo '<a href="' . $product->get_permalink() . '"><i class="fas fa-link"></i></a>'; ?></li>
|
169 |
</ul>
|
170 |
<?php }
|
171 |
-
if( $should_print_quick_view ){
|
172 |
-
Helper::eael_product_quick_view( $product, $settings, $widget_id );
|
173 |
-
}
|
174 |
?>
|
175 |
</div>
|
176 |
</div>
|
@@ -185,7 +187,9 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
185 |
($product->get_average_rating(), $product->get_rating_count());
|
186 |
}
|
187 |
?>
|
188 |
-
<div class="eael-product-title"
|
|
|
|
|
189 |
<?php if(($grid_style_preset != 'eael-product-preset-7') && $should_print_price ){
|
190 |
echo '<div class="eael-product-price">'.$product->get_price_html().'</div>';
|
191 |
}?>
|
@@ -211,7 +215,8 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
211 |
<div class="image-hover-wrap">
|
212 |
<ul class="icons-wrap over-box-style">
|
213 |
<li class="add-to-cart"><?php
|
214 |
-
woocommerce_template_loop_add_to_cart();
|
|
|
215 |
<?php
|
216 |
if ( $should_print_compare_btn ) {
|
217 |
echo '<li class="add-to-compare">';
|
@@ -221,18 +226,13 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
221 |
?>
|
222 |
<?php if( $should_print_quick_view ){?>
|
223 |
<li class="eael-product-quick-view">
|
224 |
-
<a
|
225 |
-
class="open-popup
|
226 |
<i class="fas fa-eye"></i>
|
227 |
</a>
|
228 |
</li>
|
229 |
<?php } ?>
|
230 |
</ul>
|
231 |
-
<?php
|
232 |
-
if( $should_print_quick_view ){
|
233 |
-
Helper::eael_product_quick_view( $product, $settings, $widget_id );
|
234 |
-
}
|
235 |
-
?>
|
236 |
</div>
|
237 |
</div>
|
238 |
<div class="product-details-wrap">
|
@@ -243,8 +243,9 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
243 |
?>
|
244 |
<div class="eael-product-title">
|
245 |
<?php
|
246 |
-
|
247 |
-
|
|
|
248 |
?>
|
249 |
</div>
|
250 |
</div>
|
@@ -274,9 +275,9 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
274 |
<?php
|
275 |
if ($list_style_preset == 'eael-product-list-preset-2') {
|
276 |
echo '<div class="eael-product-title">
|
277 |
-
<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
|
278 |
-
|
279 |
-
</a>
|
280 |
</div>';
|
281 |
if ( $should_print_excerpt ) {
|
282 |
echo '<div class="eael-product-excerpt">';
|
@@ -302,12 +303,12 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
302 |
($product->get_average_rating(), $product->get_rating_count());
|
303 |
}
|
304 |
echo '</div>
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
if ( $should_print_excerpt ) {
|
312 |
echo '<div class="eael-product-excerpt">';
|
313 |
echo '<p>' . wp_trim_words(strip_shortcodes(get_the_excerpt() ? get_the_excerpt() :
|
@@ -323,10 +324,10 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
323 |
}
|
324 |
|
325 |
echo '<div class="eael-product-title">
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
if ( $should_print_excerpt ) {
|
331 |
echo '<div class="eael-product-excerpt">';
|
332 |
echo '<p>' . wp_trim_words(strip_shortcodes(get_the_excerpt() ? get_the_excerpt() :
|
@@ -339,10 +340,10 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
339 |
|
340 |
} else {
|
341 |
echo '<div class="eael-product-title">
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
|
347 |
if ( $should_print_price ) {
|
348 |
echo '<div class="eael-product-price">'.$product->get_price_html().'</div>';
|
@@ -376,18 +377,13 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
376 |
<?php
|
377 |
if( $should_print_quick_view ){?>
|
378 |
<li class="eael-product-quick-view">
|
379 |
-
<a
|
380 |
-
class="open-popup
|
381 |
<i class="fas fa-eye"></i>
|
382 |
</a>
|
383 |
</li>
|
384 |
<?php } ?>
|
385 |
</ul>
|
386 |
-
<?php
|
387 |
-
if( $should_print_quick_view ){
|
388 |
-
Helper::eael_product_quick_view( $product, $settings, $widget_id );
|
389 |
-
}
|
390 |
-
?>
|
391 |
</div>
|
392 |
</div>
|
393 |
</li>
|
1 |
<?php
|
2 |
|
3 |
use \Essential_Addons_Elementor\Classes\Helper;
|
|
|
4 |
/**
|
5 |
* Template Name: Default
|
6 |
*/
|
16 |
error_log( '$product not found in ' . __FILE__ );
|
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
|
23 |
$grid_style_preset = isset($settings['eael_product_grid_style_preset']) ? $settings['eael_product_grid_style_preset'] : '';
|
30 |
$should_print_price = isset( $settings['eael_product_grid_price'] ) && 'yes' === $settings['eael_product_grid_price'];
|
31 |
$should_print_excerpt = isset( $settings['eael_product_grid_excerpt'] ) && ('yes' === $settings['eael_product_grid_excerpt'] && has_excerpt());
|
32 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
33 |
+
$quick_view_setting = [
|
34 |
+
'widget_id' => $widget_id,
|
35 |
+
'product_id' => $product->get_id(),
|
36 |
+
'page_id' => $settings['eael_page_id'],
|
37 |
+
];
|
38 |
if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-product-reveal' ) { ?>
|
39 |
<li class="product">
|
40 |
<a href="<?php echo esc_url( $product->get_permalink() ); ?>" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
|
41 |
+
<?php echo wp_kses_post( $product->get_image( 'woocommerce_thumbnail', ['loading' => 'eager'] ) );
|
42 |
+
printf('<%1$s class="woocommerce-loop-product__title">%2$s</%1$s>', $title_tag, $product->get_title());
|
|
|
43 |
if ( $should_print_rating ) {
|
44 |
echo wp_kses_post( wc_get_rating_html( $product->get_average_rating(), $product->get_rating_count() ) );
|
45 |
}
|
77 |
?>
|
78 |
</div>
|
79 |
</div>
|
|
|
80 |
<?php
|
81 |
+
printf('<%1$s class="woocommerce-loop-product__title">%2$s</%1$s>', $title_tag, $product->get_title());
|
82 |
+
|
83 |
if ( $should_print_rating ) {
|
84 |
echo wc_get_rating_html( $product->get_average_rating(), $product->get_rating_count() );
|
85 |
}
|
111 |
<ul class="icons-wrap block-style">
|
112 |
<?php if( $should_print_quick_view ){?>
|
113 |
<li class="eael-product-quick-view">
|
114 |
+
<a id="eael_quick_view_<?php echo uniqid(); ?>" data-quickview-setting="<?php echo htmlspecialchars(json_encode($quick_view_setting),ENT_QUOTES); ?>"
|
115 |
+
class="eael-product-grid-open-popup">
|
116 |
<i class="fas fa-eye"></i>
|
117 |
</a>
|
118 |
</li>
|
142 |
?>
|
143 |
<?php if( $should_print_quick_view ){?>
|
144 |
<li class="eael-product-quick-view">
|
145 |
+
<a id="eael_quick_view_<?php echo uniqid(); ?>" data-quickview-setting="<?php echo htmlspecialchars(json_encode($quick_view_setting),ENT_QUOTES); ?>"
|
146 |
+
class="eael-product-grid-open-popup">
|
147 |
<i class="fas fa-eye"></i>
|
148 |
</a>
|
149 |
</li>
|
164 |
?>
|
165 |
<?php if( $should_print_quick_view ){?>
|
166 |
<li class="eael-product-quick-view">
|
167 |
+
<a id="eael_quick_view_<?php echo uniqid(); ?>" data-quickview-setting="<?php echo htmlspecialchars(json_encode($quick_view_setting),ENT_QUOTES); ?>"
|
168 |
+
class="eael-product-grid-open-popup">
|
169 |
<i class="fas fa-eye"></i>
|
170 |
</a>
|
171 |
</li>
|
173 |
<li class="view-details" title="Details"><?php echo '<a href="' . $product->get_permalink() . '"><i class="fas fa-link"></i></a>'; ?></li>
|
174 |
</ul>
|
175 |
<?php }
|
|
|
|
|
|
|
176 |
?>
|
177 |
</div>
|
178 |
</div>
|
187 |
($product->get_average_rating(), $product->get_rating_count());
|
188 |
}
|
189 |
?>
|
190 |
+
<div class="eael-product-title">
|
191 |
+
<?php printf('<%1$s>%2$s</%1$s>', $title_tag, $product->get_title()); ?>
|
192 |
+
</div>
|
193 |
<?php if(($grid_style_preset != 'eael-product-preset-7') && $should_print_price ){
|
194 |
echo '<div class="eael-product-price">'.$product->get_price_html().'</div>';
|
195 |
}?>
|
215 |
<div class="image-hover-wrap">
|
216 |
<ul class="icons-wrap over-box-style">
|
217 |
<li class="add-to-cart"><?php
|
218 |
+
woocommerce_template_loop_add_to_cart(); ?>
|
219 |
+
</li>
|
220 |
<?php
|
221 |
if ( $should_print_compare_btn ) {
|
222 |
echo '<li class="add-to-compare">';
|
226 |
?>
|
227 |
<?php if( $should_print_quick_view ){?>
|
228 |
<li class="eael-product-quick-view">
|
229 |
+
<a id="eael_quick_view_<?php echo uniqid(); ?>" data-quickview-setting="<?php echo htmlspecialchars(json_encode($quick_view_setting),ENT_QUOTES); ?>"
|
230 |
+
class="eael-product-grid-open-popup">
|
231 |
<i class="fas fa-eye"></i>
|
232 |
</a>
|
233 |
</li>
|
234 |
<?php } ?>
|
235 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
236 |
</div>
|
237 |
</div>
|
238 |
<div class="product-details-wrap">
|
243 |
?>
|
244 |
<div class="eael-product-title">
|
245 |
<?php
|
246 |
+
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
247 |
+
printf('<%1$s>%2$s</%1$s>', $title_tag, $product->get_title());
|
248 |
+
echo '</a>';
|
249 |
?>
|
250 |
</div>
|
251 |
</div>
|
275 |
<?php
|
276 |
if ($list_style_preset == 'eael-product-list-preset-2') {
|
277 |
echo '<div class="eael-product-title">
|
278 |
+
<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
279 |
+
printf('<%1$s>%2$s</%1$s>', $title_tag, $product->get_title());
|
280 |
+
echo '</a>
|
281 |
</div>';
|
282 |
if ( $should_print_excerpt ) {
|
283 |
echo '<div class="eael-product-excerpt">';
|
303 |
($product->get_average_rating(), $product->get_rating_count());
|
304 |
}
|
305 |
echo '</div>
|
306 |
+
<div class="title-wrap">
|
307 |
+
<div class="eael-product-title">
|
308 |
+
<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
309 |
+
printf('<%1$s>%2$s</%1$s>', $title_tag, $product->get_title());
|
310 |
+
echo '</a>
|
311 |
+
</div>';
|
312 |
if ( $should_print_excerpt ) {
|
313 |
echo '<div class="eael-product-excerpt">';
|
314 |
echo '<p>' . wp_trim_words(strip_shortcodes(get_the_excerpt() ? get_the_excerpt() :
|
324 |
}
|
325 |
|
326 |
echo '<div class="eael-product-title">
|
327 |
+
<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
328 |
+
printf('<%1$s>%2$s</%1$s>', $title_tag, $product->get_title());
|
329 |
+
echo '</a>
|
330 |
+
</div>';
|
331 |
if ( $should_print_excerpt ) {
|
332 |
echo '<div class="eael-product-excerpt">';
|
333 |
echo '<p>' . wp_trim_words(strip_shortcodes(get_the_excerpt() ? get_the_excerpt() :
|
340 |
|
341 |
} else {
|
342 |
echo '<div class="eael-product-title">
|
343 |
+
<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
344 |
+
printf('<%1$s>%2$s</%1$s>', $title_tag, $product->get_title());
|
345 |
+
echo '</a>
|
346 |
+
</div>';
|
347 |
|
348 |
if ( $should_print_price ) {
|
349 |
echo '<div class="eael-product-price">'.$product->get_price_html().'</div>';
|
377 |
<?php
|
378 |
if( $should_print_quick_view ){?>
|
379 |
<li class="eael-product-quick-view">
|
380 |
+
<a id="eael_quick_view_<?php echo uniqid(); ?>" data-quickview-setting="<?php echo htmlspecialchars(json_encode($quick_view_setting),ENT_QUOTES); ?>"
|
381 |
+
class="eael-product-grid-open-popup">
|
382 |
<i class="fas fa-eye"></i>
|
383 |
</a>
|
384 |
</li>
|
385 |
<?php } ?>
|
386 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
387 |
</div>
|
388 |
</div>
|
389 |
</li>
|
includes/Traits/Controls.php
CHANGED
@@ -87,10 +87,12 @@ trait Controls
|
|
87 |
'posts_ids',
|
88 |
[
|
89 |
'label' => __('Search & Select', 'essential-addons-for-elementor-lite'),
|
90 |
-
'type' =>
|
91 |
'options' => ControlsHelper::get_post_list(),
|
92 |
'label_block' => true,
|
93 |
-
'multiple'
|
|
|
|
|
94 |
'condition' => [
|
95 |
'post_type' => 'by_id',
|
96 |
],
|
@@ -120,11 +122,11 @@ trait Controls
|
|
120 |
$taxonomy . '_ids',
|
121 |
[
|
122 |
'label' => $object->label,
|
123 |
-
'type' =>
|
124 |
'label_block' => true,
|
125 |
'multiple' => true,
|
126 |
-
'
|
127 |
-
'
|
128 |
'condition' => [
|
129 |
'post_type' => $object->object_type,
|
130 |
],
|
@@ -132,20 +134,20 @@ trait Controls
|
|
132 |
);
|
133 |
}
|
134 |
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
|
150 |
$wb->add_control(
|
151 |
'posts_per_page',
|
@@ -855,7 +857,7 @@ trait Controls
|
|
855 |
$wb->add_control(
|
856 |
'excerpt_expanison_indicator',
|
857 |
[
|
858 |
-
'label' => esc_html__('
|
859 |
'type' => Controls_Manager::TEXT,
|
860 |
'dynamic' => [ 'active' => true ],
|
861 |
'label_block' => false,
|
@@ -882,7 +884,7 @@ trait Controls
|
|
882 |
$wb->add_control(
|
883 |
'excerpt_expanison_indicator',
|
884 |
[
|
885 |
-
'label' => esc_html__('
|
886 |
'type' => Controls_Manager::TEXT,
|
887 |
'dynamic' => [ 'active' => true ],
|
888 |
'label_block' => false,
|
87 |
'posts_ids',
|
88 |
[
|
89 |
'label' => __('Search & Select', 'essential-addons-for-elementor-lite'),
|
90 |
+
'type' => 'eael-select2',
|
91 |
'options' => ControlsHelper::get_post_list(),
|
92 |
'label_block' => true,
|
93 |
+
'multiple' => true,
|
94 |
+
'source_name' => 'post_type',
|
95 |
+
'source_type' => 'any',
|
96 |
'condition' => [
|
97 |
'post_type' => 'by_id',
|
98 |
],
|
122 |
$taxonomy . '_ids',
|
123 |
[
|
124 |
'label' => $object->label,
|
125 |
+
'type' => 'eael-select2',
|
126 |
'label_block' => true,
|
127 |
'multiple' => true,
|
128 |
+
'source_name' => 'taxonomy',
|
129 |
+
'source_type' => $taxonomy,
|
130 |
'condition' => [
|
131 |
'post_type' => $object->object_type,
|
132 |
],
|
134 |
);
|
135 |
}
|
136 |
|
137 |
+
$wb->add_control(
|
138 |
+
'post__not_in',
|
139 |
+
[
|
140 |
+
'label' => __( 'Exclude', 'essential-addons-for-elementor-lite' ),
|
141 |
+
'type' => 'eael-select2',
|
142 |
+
'label_block' => true,
|
143 |
+
'multiple' => true,
|
144 |
+
'source_name' => 'post_type',
|
145 |
+
'source_type' => 'any',
|
146 |
+
'condition' => [
|
147 |
+
'post_type!' => [ 'by_id', 'source_dynamic' ],
|
148 |
+
],
|
149 |
+
]
|
150 |
+
);
|
151 |
|
152 |
$wb->add_control(
|
153 |
'posts_per_page',
|
857 |
$wb->add_control(
|
858 |
'excerpt_expanison_indicator',
|
859 |
[
|
860 |
+
'label' => esc_html__('Expansion Indicator', 'essential-addons-for-elementor-lite'),
|
861 |
'type' => Controls_Manager::TEXT,
|
862 |
'dynamic' => [ 'active' => true ],
|
863 |
'label_block' => false,
|
884 |
$wb->add_control(
|
885 |
'excerpt_expanison_indicator',
|
886 |
[
|
887 |
+
'label' => esc_html__('Expansion Indicator', 'essential-addons-for-elementor-lite'),
|
888 |
'type' => Controls_Manager::TEXT,
|
889 |
'dynamic' => [ 'active' => true ],
|
890 |
'label_block' => false,
|
includes/Traits/Woo_Product_Comparable.php
CHANGED
@@ -240,13 +240,14 @@ trait Woo_Product_Comparable {
|
|
240 |
'active' => true,
|
241 |
],
|
242 |
] );
|
|
|
243 |
$this->add_control( 'fields', [
|
244 |
'label' => __( 'Fields to show', 'essential-addons-for-elementor-lite' ),
|
245 |
'description' => __( 'Select the fields to show in the comparison table', 'essential-addons-for-elementor-lite' ),
|
246 |
'type' => Controls_Manager::REPEATER,
|
247 |
'fields' => apply_filters( 'eael/wcpc/rf-fields', $repeater->get_controls() ),
|
248 |
'default' => $this->get_default_rf_fields(),
|
249 |
-
'title_field' => '{{
|
250 |
] );
|
251 |
$this->add_control( 'repeat_price', [
|
252 |
'label' => __( 'Repeat "Price" field', 'essential-addons-for-elementor-lite' ),
|
@@ -1791,7 +1792,7 @@ trait Woo_Product_Comparable {
|
|
1791 |
<div class="wcpc-table-header">
|
1792 |
<?php if ( $field === 'image' ) {
|
1793 |
if ( ! empty( $title ) ) {
|
1794 |
-
printf( "<{$title_tag} class='wcpc-title'>%s</{$title_tag}>",
|
1795 |
}
|
1796 |
} else {
|
1797 |
if ( 'theme-5' === $theme && $field === 'title' ) {
|
@@ -1800,7 +1801,7 @@ trait Woo_Product_Comparable {
|
|
1800 |
if ( ! empty( $icon ) ) {
|
1801 |
self::print_icon( $icon );
|
1802 |
}
|
1803 |
-
printf( '<span class="field-name">%s</span>',
|
1804 |
|
1805 |
}
|
1806 |
} ?>
|
240 |
'active' => true,
|
241 |
],
|
242 |
] );
|
243 |
+
|
244 |
$this->add_control( 'fields', [
|
245 |
'label' => __( 'Fields to show', 'essential-addons-for-elementor-lite' ),
|
246 |
'description' => __( 'Select the fields to show in the comparison table', 'essential-addons-for-elementor-lite' ),
|
247 |
'type' => Controls_Manager::REPEATER,
|
248 |
'fields' => apply_filters( 'eael/wcpc/rf-fields', $repeater->get_controls() ),
|
249 |
'default' => $this->get_default_rf_fields(),
|
250 |
+
'title_field' => '{{ field_label }}',
|
251 |
] );
|
252 |
$this->add_control( 'repeat_price', [
|
253 |
'label' => __( 'Repeat "Price" field', 'essential-addons-for-elementor-lite' ),
|
1792 |
<div class="wcpc-table-header">
|
1793 |
<?php if ( $field === 'image' ) {
|
1794 |
if ( ! empty( $title ) ) {
|
1795 |
+
printf( "<{$title_tag} class='wcpc-title'>%s</{$title_tag}>", HelperClass::eael_wp_kses( $title ) );
|
1796 |
}
|
1797 |
} else {
|
1798 |
if ( 'theme-5' === $theme && $field === 'title' ) {
|
1801 |
if ( ! empty( $icon ) ) {
|
1802 |
self::print_icon( $icon );
|
1803 |
}
|
1804 |
+
printf( '<span class="field-name">%s</span>', HelperClass::eael_wp_kses( $name ) );
|
1805 |
|
1806 |
}
|
1807 |
} ?>
|
languages/essential-addons-for-elementor-lite.pot
CHANGED
@@ -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:
|
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:
|
21 |
msgid "Unlock more possibilities"
|
22 |
msgstr ""
|
23 |
|
@@ -126,7 +126,7 @@ msgid ""
|
|
126 |
" option."
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:215, ../includes/Elements/Caldera_Forms.php:1164, ../includes/Elements/Contact_Form_7.php:1190, ../includes/Elements/Content_Ticker.php:92, ../includes/Elements/FluentForm.php:1484, ../includes/Elements/Formstack.php:1400, ../includes/Elements/GravityForms.php:1752, ../includes/Elements/Login_Register.php:272, ../includes/Elements/Login_Register.php:432, ../includes/Elements/Login_Register.php:529, ../includes/Elements/Login_Register.php:816, ../includes/Elements/Login_Register.php:1223, ../includes/Elements/Login_Register.php:1329, ../includes/Elements/Login_Register.php:1397, ../includes/Elements/Login_Register.php:1523, ../includes/Elements/Login_Register.php:1780, ../includes/Elements/Login_Register.php:1924, ../includes/Elements/Login_Register.php:2074, ../includes/Elements/Login_Register.php:2217, ../includes/Elements/Login_Register.php:2308, ../includes/Elements/Login_Register.php:2406, ../includes/Elements/Login_Register.php:2608, ../includes/Elements/Login_Register.php:2653, ../includes/Elements/Login_Register.php:2685, ../includes/Elements/Login_Register.php:2919, ../includes/Elements/Login_Register.php:3081, ../includes/Elements/Login_Register.php:3380, ../includes/Elements/NinjaForms.php:1328, ../includes/Elements/WpForms.php:1168, ../includes/Traits/Woo_Product_Comparable.php:
|
130 |
msgid "Custom"
|
131 |
msgstr ""
|
132 |
|
@@ -295,7 +295,7 @@ msgstr ""
|
|
295 |
msgid "Post Timeline"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:620, ../includes/Elements/Data_Table.php:
|
299 |
msgid "Data Table"
|
300 |
msgstr ""
|
301 |
|
@@ -411,11 +411,11 @@ msgstr ""
|
|
411 |
msgid "WooCommerce Elements"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:760, ../includes/Elements/Product_Grid.php:
|
415 |
msgid "Product Grid"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:765, ../includes/Elements/Woo_Product_Carousel.php:
|
419 |
msgid "Woo Product Carousel"
|
420 |
msgstr ""
|
421 |
|
@@ -439,7 +439,7 @@ msgstr ""
|
|
439 |
msgid "Data Source"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: ../includes/Elements/Advanced_Data_Table.php:80, ../includes/Elements/Event_Calendar.php:93, ../includes/Elements/Product_Grid.php:
|
443 |
msgid "Source"
|
444 |
msgstr ""
|
445 |
|
@@ -495,7 +495,7 @@ msgstr ""
|
|
495 |
msgid "Placeholder"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: ../includes/Elements/Advanced_Data_Table.php:167, ../includes/Elements/Advanced_Data_Table.php:1056, ../includes/Elements/Facebook_Feed.php:376, ../includes/Elements/FluentForm.php:1679, ../includes/Elements/Formstack.php:1593, ../includes/Elements/Product_Grid.php:
|
499 |
msgid "Pagination"
|
500 |
msgstr ""
|
501 |
|
@@ -503,7 +503,7 @@ msgstr ""
|
|
503 |
msgid "Pagination Type"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: ../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:350, ../includes/Elements/Pricing_Table.php:507, ../includes/Elements/Pricing_Table.php:1816, ../includes/Elements/Product_Grid.php:
|
507 |
msgid "Button"
|
508 |
msgstr ""
|
509 |
|
@@ -523,11 +523,11 @@ msgstr ""
|
|
523 |
msgid "Export/Import"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: ../includes/Elements/Advanced_Data_Table.php:228, ../includes/Elements/Data_Table.php:
|
527 |
msgid "Export table as CSV file"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: ../includes/Elements/Advanced_Data_Table.php:230, ../includes/Elements/Data_Table.php:
|
531 |
msgid "Export"
|
532 |
msgstr ""
|
533 |
|
@@ -551,19 +551,19 @@ msgstr ""
|
|
551 |
msgid "Table"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: ../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:
|
555 |
msgid "Width"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: ../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:
|
559 |
msgid "Border"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: ../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:1218, ../includes/Elements/Login_Register.php:1483, ../includes/Elements/Login_Register.php:1718, ../includes/Elements/Login_Register.php:1892, ../includes/Elements/Login_Register.php:2048, ../includes/Elements/Login_Register.php:2188, ../includes/Elements/Login_Register.php:2282, ../includes/Elements/Login_Register.php:2373, ../includes/Elements/Login_Register.php:2547, ../includes/Elements/Login_Register.php:2584, ../includes/Elements/Login_Register.php:2698, ../includes/Elements/Login_Register.php:3208, ../includes/Elements/Login_Register.php:3245, ../includes/Elements/Login_Register.php:3529, ../includes/Elements/Login_Register.php:3566, ../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:290, ../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:
|
563 |
msgid "Border Radius"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: ../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:
|
567 |
msgid "Box Shadow"
|
568 |
msgstr ""
|
569 |
|
@@ -571,7 +571,7 @@ msgstr ""
|
|
571 |
msgid "Head"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: ../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:371, ../includes/Elements/Post_Grid.php:471, ../includes/Elements/Post_Grid.php:483, ../includes/Elements/Post_Grid.php:625, ../includes/Elements/Post_Grid.php:837, ../includes/Elements/Post_Timeline.php:292, ../includes/Elements/Product_Grid.php:
|
575 |
msgid "Typography"
|
576 |
msgstr ""
|
577 |
|
@@ -579,23 +579,23 @@ msgstr ""
|
|
579 |
msgid "Text Alignment"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: ../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:
|
583 |
msgid "Left"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: ../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:
|
587 |
msgid "Center"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: ../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:
|
591 |
msgid "Right"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: ../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:
|
595 |
msgid "Text Color"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: ../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:
|
599 |
msgid "Background Color"
|
600 |
msgstr ""
|
601 |
|
@@ -603,7 +603,7 @@ msgstr ""
|
|
603 |
msgid "Cell Border"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: ../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:
|
607 |
msgid "Padding"
|
608 |
msgstr ""
|
609 |
|
@@ -611,7 +611,7 @@ msgstr ""
|
|
611 |
msgid "Body"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: ../includes/Elements/Advanced_Data_Table.php:572, ../includes/Elements/Data_Table.php:
|
615 |
msgid "Link Color"
|
616 |
msgstr ""
|
617 |
|
@@ -623,7 +623,7 @@ msgstr ""
|
|
623 |
msgid "Highlight"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: ../includes/Elements/Advanced_Data_Table.php:638, ../includes/Elements/Adv_Tabs.php:147, ../includes/Elements/Countdown.php:402, ../includes/Elements/Data_Table.php:
|
627 |
msgid "None"
|
628 |
msgstr ""
|
629 |
|
@@ -651,7 +651,7 @@ msgstr ""
|
|
651 |
msgid "Odd Row"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: ../includes/Elements/Advanced_Data_Table.php:900, ../includes/Elements/Dual_Color_Header.php:751, ../includes/Elements/Dual_Color_Header.php:831, ../includes/Elements/Flip_Box.php:123, ../includes/Elements/FluentForm.php:1287, ../includes/Elements/FluentForm.php:1372, ../includes/Elements/FluentForm.php:1785, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:304, ../includes/Elements/Login_Register.php:1973, ../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:
|
655 |
msgid "Height"
|
656 |
msgstr ""
|
657 |
|
@@ -659,23 +659,23 @@ msgstr ""
|
|
659 |
msgid "Margin Bottom"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: ../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:
|
663 |
msgid "Alignment"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: ../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:678, ../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:689, ../includes/Elements/Info_Box.php:751, ../includes/Elements/Info_Box.php:984, ../includes/Elements/Info_Box.php:1381, ../includes/Elements/Login_Register.php:1446, ../includes/Elements/Login_Register.php:2011, ../includes/Elements/Login_Register.php:2150, ../includes/Elements/Login_Register.php:2223, ../includes/Elements/Login_Register.php:2314, ../includes/Elements/Login_Register.php:2416, ../includes/Elements/Login_Register.php:2452, ../includes/Elements/Login_Register.php:2614, ../includes/Elements/Login_Register.php:3086, ../includes/Elements/Login_Register.php:3321, ../includes/Elements/Login_Register.php:3385, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:380, ../includes/Elements/Post_Grid.php:495, ../includes/Elements/Post_Grid.php:510, ../includes/Elements/Post_Grid.php:634, ../includes/Elements/Post_Grid.php:722, ../includes/Elements/Post_Grid.php:798, ../includes/Elements/Pricing_Table.php: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:355, ../includes/Elements/Tooltip.php:604, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/Woo_Product_Carousel.php:
|
667 |
msgid "Margin"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: ../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:
|
671 |
msgid "Normal"
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: ../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:
|
675 |
msgid "Hover"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: ../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:
|
679 |
msgid "Color"
|
680 |
msgstr ""
|
681 |
|
@@ -695,7 +695,7 @@ msgstr ""
|
|
695 |
msgid "Accordion"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: ../includes/Elements/Adv_Accordion.php:116, ../includes/Elements/Login_Register.php:2933, ../includes/Elements/Woo_Product_Carousel.php:
|
699 |
msgid "Toggle"
|
700 |
msgstr ""
|
701 |
|
@@ -703,39 +703,39 @@ msgstr ""
|
|
703 |
msgid "Select Accordion Tab Title Tag"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: ../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:234, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:114, ../includes/Elements/Woo_Product_Carousel.php:
|
707 |
msgid "H1"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: ../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:235, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:115, ../includes/Elements/Woo_Product_Carousel.php:
|
711 |
msgid "H2"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: ../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:236, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:116, ../includes/Elements/Woo_Product_Carousel.php:
|
715 |
msgid "H3"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: ../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:237, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:117, ../includes/Elements/Woo_Product_Carousel.php:
|
719 |
msgid "H4"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: ../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:238, ../includes/Elements/Progress_Bar.php:142, ../includes/Elements/Tooltip.php:118, ../includes/Elements/Woo_Product_Carousel.php:
|
723 |
msgid "H5"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: ../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:239, ../includes/Elements/Progress_Bar.php:143, ../includes/Elements/Tooltip.php:119, ../includes/Elements/Woo_Product_Carousel.php:
|
727 |
msgid "H6"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: ../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:240, ../includes/Elements/Woo_Product_Carousel.php:
|
731 |
msgid "Span"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: ../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:241, ../includes/Elements/Tooltip.php:122, ../includes/Elements/Woo_Product_Carousel.php:
|
735 |
msgid "P"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: ../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:242, ../includes/Elements/Woo_Product_Carousel.php:
|
739 |
msgid "Div"
|
740 |
msgstr ""
|
741 |
|
@@ -767,7 +767,7 @@ msgstr ""
|
|
767 |
msgid "Enable Tab Icon"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: ../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:
|
771 |
msgid "Icon"
|
772 |
msgstr ""
|
773 |
|
@@ -775,11 +775,11 @@ msgstr ""
|
|
775 |
msgid "Tab Title"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: ../includes/Elements/Adv_Accordion.php:252, ../includes/Elements/Adv_Tabs.php:207, ../includes/Elements/Cta_Box.php:214, ../includes/Elements/Data_Table.php:
|
779 |
msgid "Content Type"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: ../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:
|
783 |
msgid "Content"
|
784 |
msgstr ""
|
785 |
|
@@ -787,7 +787,7 @@ msgstr ""
|
|
787 |
msgid "Saved Templates"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: ../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:
|
791 |
msgid "Choose Template"
|
792 |
msgstr ""
|
793 |
|
@@ -811,7 +811,7 @@ msgstr ""
|
|
811 |
msgid "Accordion Tab Title 3"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: ../includes/Elements/Adv_Accordion.php:342, ../includes/Elements/Data_Table.php:
|
815 |
msgid "General Style"
|
816 |
msgstr ""
|
817 |
|
@@ -819,7 +819,7 @@ msgstr ""
|
|
819 |
msgid "Tab Style"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: ../includes/Elements/Adv_Accordion.php:416, ../includes/Elements/Adv_Accordion.php:793, ../includes/Elements/Adv_Tabs.php:397, ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Data_Table.php:
|
823 |
msgid "Icon Size"
|
824 |
msgstr ""
|
825 |
|
@@ -831,15 +831,15 @@ msgstr ""
|
|
831 |
msgid "Distance"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: ../includes/Elements/Adv_Accordion.php:548, ../includes/Elements/Adv_Accordion.php:608, ../includes/Elements/Adv_Accordion.php:669, ../includes/Elements/Adv_Tabs.php:500, ../includes/Elements/Adv_Tabs.php:567, ../includes/Elements/Adv_Tabs.php:636, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:610, ../includes/Elements/Event_Calendar.php:1462, ../includes/Elements/Feature_List.php:122, ../includes/Elements/Info_Box.php:772, ../includes/Elements/Info_Box.php:851, ../includes/Elements/Info_Box.php:1005, ../includes/Elements/Info_Box.php:1085, ../includes/Elements/Post_Grid.php:947, ../includes/Elements/Pricing_Table.php:343, ../includes/Elements/Pricing_Table.php:1741, ../includes/Elements/Team_Member.php:719, ../includes/Elements/Twitter_Feed.php:618, ../includes/Elements/Woo_Checkout.php:1186, ../includes/Elements/Woo_Checkout.php:1472
|
835 |
msgid "Icon Color"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: ../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:
|
839 |
msgid "Active"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: ../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:
|
843 |
msgid "Content Style"
|
844 |
msgstr ""
|
845 |
|
@@ -859,7 +859,7 @@ msgstr ""
|
|
859 |
msgid "Caret Color"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: ../includes/Elements/Adv_Tabs.php:80, ../includes/Elements/Countdown.php:148, ../includes/Elements/Facebook_Feed.php:179, ../includes/Elements/Filterable_Gallery.php:170, ../includes/Elements/Product_Grid.php:
|
863 |
msgid "Layout"
|
864 |
msgstr ""
|
865 |
|
@@ -875,7 +875,7 @@ msgstr ""
|
|
875 |
msgid "Enable Icon"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: ../includes/Elements/Adv_Tabs.php:102, ../includes/Elements/Betterdocs_Category_Grid.php:1328, ../includes/Elements/Creative_Button.php:143, ../includes/Elements/Data_Table.php:
|
879 |
msgid "Icon Position"
|
880 |
msgstr ""
|
881 |
|
@@ -895,7 +895,7 @@ msgstr ""
|
|
895 |
msgid "Icon Type"
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: ../includes/Elements/Adv_Tabs.php:155, ../includes/Elements/Adv_Tabs.php:182, ../includes/Elements/Data_Table.php:
|
899 |
msgid "Image"
|
900 |
msgstr ""
|
901 |
|
@@ -923,7 +923,7 @@ msgstr ""
|
|
923 |
msgid "Tab Background Color"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: ../includes/Elements/Adv_Tabs.php:782, ../includes/Elements/Woo_Product_Carousel.php:
|
927 |
msgid "Caret"
|
928 |
msgstr ""
|
929 |
|
@@ -935,11 +935,11 @@ msgstr ""
|
|
935 |
msgid "Caret Size"
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: ../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:
|
939 |
msgid "Yes"
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: ../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:
|
943 |
msgid "No"
|
944 |
msgstr ""
|
945 |
|
@@ -959,15 +959,15 @@ msgstr ""
|
|
959 |
msgid "Show Icon"
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: ../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:291, ../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:88, ../includes/Elements/Pricing_Table.php:516, ../includes/Elements/Pricing_Table.php:1631, ../includes/Elements/Product_Grid.php:
|
963 |
msgid "Show"
|
964 |
msgstr ""
|
965 |
|
966 |
-
#: ../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:292, ../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:89, ../includes/Elements/Pricing_Table.php:517, ../includes/Elements/Pricing_Table.php:1632, ../includes/Elements/Product_Grid.php:
|
967 |
msgid "Hide"
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:168, ../includes/Elements/Betterdocs_Category_Grid.php:203, ../includes/Elements/Woo_Product_Carousel.php:
|
971 |
msgid "Show Title"
|
972 |
msgstr ""
|
973 |
|
@@ -1011,15 +1011,15 @@ msgstr ""
|
|
1011 |
msgid "Area"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:423, ../includes/Elements/Betterdocs_Category_Box.php:458, ../includes/Elements/Betterdocs_Category_Box.php:815, ../includes/Elements/Betterdocs_Category_Box.php:922, ../includes/Elements/Betterdocs_Category_Grid.php:539, ../includes/Elements/Betterdocs_Category_Grid.php:777, ../includes/Elements/Betterdocs_Category_Grid.php:1097, ../includes/Elements/Betterdocs_Category_Grid.php:1250, ../includes/Elements/Betterdocs_Search_Form.php:248, ../includes/Elements/Caldera_Forms.php:945, ../includes/Elements/Contact_Form_7.php:972, ../includes/Elements/Feature_List.php:557, ../includes/Elements/Filterable_Gallery.php:715, ../includes/Elements/FluentForm.php:911, ../includes/Elements/Formstack.php:1137, ../includes/Elements/Formstack.php:1290, ../includes/Elements/GravityForms.php:1215, ../includes/Elements/GravityForms.php:1411, ../includes/Elements/Login_Register.php:2736, ../includes/Elements/Login_Register.php:3345, ../includes/Elements/NinjaForms.php:992, ../includes/Elements/Progress_Bar.php:551, ../includes/Elements/Woo_Product_Carousel.php:
|
1015 |
msgid "Size"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
-
#: ../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:2403, ../includes/Elements/Login_Register.php:2605, ../includes/Elements/Login_Register.php:3078, ../includes/Elements/Login_Register.php:3377, ../includes/Elements/NinjaForms.php:797, ../includes/Elements/NinjaForms.php:914, ../includes/Elements/NinjaForms.php:1579, ../includes/Elements/Post_Grid.php:870, ../includes/Elements/Woo_Checkout.php:1985, ../includes/Elements/Woo_Product_Carousel.php:
|
1019 |
msgid "Spacing"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
-
#: ../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:2214, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:138, ../includes/Elements/Pricing_Table.php:136, ../includes/Elements/Product_Grid.php:
|
1023 |
msgid "Title"
|
1024 |
msgstr ""
|
1025 |
|
@@ -1031,7 +1031,7 @@ msgstr ""
|
|
1031 |
msgid "Count"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:87, ../includes/Elements/Betterdocs_Category_Grid.php:90, ../includes/Elements/Betterdocs_Search_Form.php:83, ../includes/Elements/Caldera_Forms.php:67, ../includes/Elements/Career_Page.php:49, ../includes/Elements/Contact_Form_7.php:109, ../includes/Elements/Crowdfundly_All_Campaign.php:38, ../includes/Elements/Crowdfundly_Organization.php:38, ../includes/Elements/Crowdfundly_Single_Campaign.php:38, ../includes/Elements/EmbedPress.php:54, ../includes/Elements/FluentForm.php:79, ../includes/Elements/Formstack.php:75, ../includes/Elements/Formstack.php:96, ../includes/Elements/Formstack.php:117, ../includes/Elements/GravityForms.php:107, ../includes/Elements/NinjaForms.php:72, ../includes/Elements/TypeForm.php:99, ../includes/Elements/WeForms.php:70, ../includes/Elements/Woocommerce_Review.php:52, ../includes/Elements/Woo_Checkout.php:84, ../includes/Elements/Woo_Product_Carousel.php:
|
1035 |
msgid "Warning!"
|
1036 |
msgstr ""
|
1037 |
|
@@ -1043,7 +1043,7 @@ msgstr ""
|
|
1043 |
msgid "File Not Found"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
-
#: ../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:1041, ../includes/Elements/Post_Timeline.php:460, ../includes/Elements/Product_Grid.php:
|
1047 |
msgid "<p class=\"no-posts-found\">No posts found!</p>"
|
1048 |
msgstr ""
|
1049 |
|
@@ -1051,7 +1051,7 @@ msgstr ""
|
|
1051 |
msgid "Layout Mode"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:141, ../includes/Elements/Betterdocs_Category_Grid.php:304, ../includes/Elements/Filterable_Gallery.php:146, ../includes/Elements/Product_Grid.php:
|
1055 |
msgid "Grid"
|
1056 |
msgstr ""
|
1057 |
|
@@ -1059,7 +1059,7 @@ msgstr ""
|
|
1059 |
msgid "Fit to Screen"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:143, ../includes/Elements/Filterable_Gallery.php:147, ../includes/Elements/Product_Grid.php:
|
1063 |
msgid "Masonry"
|
1064 |
msgstr ""
|
1065 |
|
@@ -1079,7 +1079,7 @@ msgstr ""
|
|
1079 |
msgid "Show Button"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
-
#: ../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:403, ../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:
|
1083 |
msgid "Button Text"
|
1084 |
msgstr ""
|
1085 |
|
@@ -1099,11 +1099,11 @@ msgstr ""
|
|
1099 |
msgid "Ticker Background"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
-
#: ../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:
|
1103 |
msgid "List"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:1017, ../includes/Elements/Filterable_Gallery.php:1228, ../includes/Elements/Filterable_Gallery.php:1608, ../includes/Elements/Filterable_Gallery.php:2374, ../includes/Elements/Pricing_Table.php:1775, ../includes/Elements/Product_Grid.php:
|
1107 |
msgid "Hover Color"
|
1108 |
msgstr ""
|
1109 |
|
@@ -1139,7 +1139,7 @@ msgstr ""
|
|
1139 |
msgid "After"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
-
#: ../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:
|
1143 |
msgid "Button Alignment"
|
1144 |
msgstr ""
|
1145 |
|
@@ -1163,7 +1163,7 @@ msgstr ""
|
|
1163 |
msgid "Field Padding"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
-
#: ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Facebook_Feed.php:518, ../includes/Elements/Post_Grid.php:392, ../includes/Elements/Pricing_Table.php:472, ../includes/Elements/Pricing_Table.php:1450, ../includes/Elements/Woo_Product_Carousel.php:
|
1167 |
msgid "Shadow"
|
1168 |
msgstr ""
|
1169 |
|
@@ -1175,7 +1175,7 @@ msgstr ""
|
|
1175 |
msgid "Close Icon"
|
1176 |
msgstr ""
|
1177 |
|
1178 |
-
#: ../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:
|
1179 |
msgid "Border Color"
|
1180 |
msgstr ""
|
1181 |
|
@@ -1207,7 +1207,7 @@ msgstr ""
|
|
1207 |
msgid "Custom Title & Description"
|
1208 |
msgstr ""
|
1209 |
|
1210 |
-
#: ../includes/Elements/Caldera_Forms.php:134, ../includes/Elements/Caldera_Forms.php:319, ../includes/Elements/Contact_Form_7.php:187, ../includes/Elements/Contact_Form_7.php:496, ../includes/Elements/Event_Calendar.php:265, ../includes/Elements/Feature_List.php:790, ../includes/Elements/FluentForm.php:148, ../includes/Elements/FluentForm.php:326, ../includes/Elements/FluentForm.php:1152, ../includes/Elements/Formstack.php:217, ../includes/Elements/Formstack.php:521, ../includes/Elements/Formstack.php:704, ../includes/Elements/GravityForms.php:173, ../includes/Elements/GravityForms.php:204, ../includes/Elements/GravityForms.php:537, ../includes/Elements/NinjaForms.php:155, ../includes/Elements/NinjaForms.php:492, ../includes/Elements/Team_Member.php:132, ../includes/Elements/WpForms.php:131, ../includes/Elements/WpForms.php:162, ../includes/Elements/WpForms.php:459, ../includes/Traits/Controls.php:
|
1211 |
msgid "Description"
|
1212 |
msgstr ""
|
1213 |
|
@@ -1243,7 +1243,7 @@ msgstr ""
|
|
1243 |
msgid "Form Alignment"
|
1244 |
msgstr ""
|
1245 |
|
1246 |
-
#: ../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:1396, ../includes/Elements/Login_Register.php:1522, ../includes/Elements/Login_Register.php:1779, ../includes/Elements/Login_Register.php:1923, ../includes/Elements/Login_Register.php:2073, ../includes/Elements/Login_Register.php:2216, ../includes/Elements/Login_Register.php:2307, ../includes/Elements/Login_Register.php:2405, ../includes/Elements/Login_Register.php:2607, ../includes/Elements/Login_Register.php:2652, ../includes/Elements/Login_Register.php:2684, ../includes/Elements/Login_Register.php:2918, ../includes/Elements/Login_Register.php:3080, ../includes/Elements/Login_Register.php:3379, ../includes/Elements/NinjaForms.php:278, ../includes/Elements/Post_Grid.php:233, ../includes/Elements/Pricing_Table.php:86, ../includes/Elements/Pricing_Table.php:468, ../includes/Elements/Product_Grid.php:
|
1247 |
msgid "Default"
|
1248 |
msgstr ""
|
1249 |
|
@@ -1383,7 +1383,7 @@ msgstr ""
|
|
1383 |
msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
|
1384 |
msgstr ""
|
1385 |
|
1386 |
-
#: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:789, ../includes/Elements/Dual_Color_Header.php:869, ../includes/Elements/Event_Calendar.php:654, ../includes/Elements/Event_Calendar.php:786, ../includes/Elements/Event_Calendar.php:853, ../includes/Elements/Event_Calendar.php:907, ../includes/Elements/Event_Calendar.php:1019, ../includes/Elements/Event_Calendar.php:1111, ../includes/Elements/Event_Calendar.php:1209, ../includes/Elements/Event_Calendar.php:1575, ../includes/Elements/Event_Calendar.php:1684, ../includes/Elements/Facebook_Feed.php:488, ../includes/Elements/Facebook_Feed.php:501, ../includes/Elements/Facebook_Feed.php:576, ../includes/Elements/Facebook_Feed.php:589, ../includes/Elements/Facebook_Feed.php:674, ../includes/Elements/Facebook_Feed.php:687, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Fancy_Text.php: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:351, ../includes/Elements/Pricing_Table.php:1920, ../includes/Elements/Pricing_Table.php:1989, ../includes/Elements/Product_Grid.php:
|
1387 |
msgid "Background"
|
1388 |
msgstr ""
|
1389 |
|
@@ -1431,7 +1431,7 @@ msgstr ""
|
|
1431 |
msgid "After Submit Feedback"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
-
#: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:777, ../includes/Elements/Dual_Color_Header.php:857, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/Info_Box.php:584, ../includes/Elements/Info_Box.php:639, ../includes/Elements/Info_Box.php:807, ../includes/Elements/Info_Box.php:887, ../includes/Elements/Info_Box.php:1026, ../includes/Elements/Info_Box.php:1122, ../includes/Elements/Post_Grid.php:323, ../includes/Elements/Product_Grid.php:
|
1435 |
msgid "Radius"
|
1436 |
msgstr ""
|
1437 |
|
@@ -1439,11 +1439,11 @@ msgstr ""
|
|
1439 |
msgid "Ticker Settings"
|
1440 |
msgstr ""
|
1441 |
|
1442 |
-
#: ../includes/Elements/Content_Ticker.php:80, ../includes/Traits/Controls.php:
|
1443 |
msgid "Template Layout"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
-
#: ../includes/Elements/Content_Ticker.php:91, ../includes/Elements/Product_Grid.php:
|
1447 |
msgid "Dynamic"
|
1448 |
msgstr ""
|
1449 |
|
@@ -1487,39 +1487,39 @@ msgstr ""
|
|
1487 |
msgid "Slider Speed"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
-
#: ../includes/Elements/Content_Ticker.php:173, ../includes/Elements/Woo_Product_Carousel.php:
|
1491 |
msgid "Duration of transition between slides (in ms)"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
-
#: ../includes/Elements/Content_Ticker.php:191, ../includes/Elements/Sticky_Video.php:303, ../includes/Elements/Woo_Product_Carousel.php:
|
1495 |
msgid "Autoplay"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
-
#: ../includes/Elements/Content_Ticker.php:204, ../includes/Elements/Woo_Product_Carousel.php:
|
1499 |
msgid "Autoplay Speed"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
-
#: ../includes/Elements/Content_Ticker.php:224, ../includes/Elements/Woo_Product_Carousel.php:
|
1503 |
msgid "Pause On Hover"
|
1504 |
msgstr ""
|
1505 |
|
1506 |
-
#: ../includes/Elements/Content_Ticker.php:239, ../includes/Elements/Woo_Product_Carousel.php:
|
1507 |
msgid "Infinite Loop"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
-
#: ../includes/Elements/Content_Ticker.php:251, ../includes/Elements/Woo_Product_Carousel.php:
|
1511 |
msgid "Grab Cursor"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
-
#: ../includes/Elements/Content_Ticker.php:252, ../includes/Elements/Woo_Product_Carousel.php:
|
1515 |
msgid "Shows grab cursor when you hover over the slider"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: ../includes/Elements/Content_Ticker.php:265, ../includes/Elements/Woo_Product_Carousel.php:
|
1519 |
msgid "Navigation"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
-
#: ../includes/Elements/Content_Ticker.php:274, ../includes/Elements/Content_Ticker.php:491, ../includes/Elements/Woo_Product_Carousel.php:
|
1523 |
msgid "Arrows"
|
1524 |
msgstr ""
|
1525 |
|
@@ -1547,15 +1547,15 @@ msgstr ""
|
|
1547 |
msgid "Choose Next Arrow"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
-
#: ../includes/Elements/Content_Ticker.php:529, ../includes/Elements/Woo_Product_Carousel.php:
|
1551 |
msgid "Arrows Size"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
-
#: ../includes/Elements/Content_Ticker.php:550, ../includes/Elements/Woo_Product_Carousel.php:
|
1555 |
msgid "Align Left Arrow"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: ../includes/Elements/Content_Ticker.php:569, ../includes/Elements/Woo_Product_Carousel.php:
|
1559 |
msgid "Align Right Arrow"
|
1560 |
msgstr ""
|
1561 |
|
@@ -1579,7 +1579,7 @@ msgstr ""
|
|
1579 |
msgid "Label Position"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: ../includes/Elements/Countdown.php:84, ../includes/Elements/Login_Register.php:3125, ../includes/Elements/Login_Register.php:3425, ../includes/Traits/Controls.php:
|
1583 |
msgid "Block"
|
1584 |
msgstr ""
|
1585 |
|
@@ -1743,7 +1743,7 @@ msgstr ""
|
|
1743 |
msgid "Space Below Container"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
-
#: ../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:1339, ../includes/Elements/Product_Grid.php:
|
1747 |
msgid "Color & Typography"
|
1748 |
msgstr ""
|
1749 |
|
@@ -1775,7 +1775,7 @@ msgstr ""
|
|
1775 |
msgid "Title Style"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
-
#: ../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:1463, ../includes/Elements/Post_Grid.php:573, ../includes/Elements/Post_Timeline.php:309, ../includes/Elements/Product_Grid.php:
|
1779 |
msgid "Title Color"
|
1780 |
msgstr ""
|
1781 |
|
@@ -1879,7 +1879,7 @@ msgstr ""
|
|
1879 |
msgid "Shikoba (Pro)"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#: ../includes/Elements/Creative_Button.php:250, ../includes/Elements/Cta_Box.php:682, ../includes/Elements/Product_Grid.php:
|
1883 |
msgid "Use Gradient Background"
|
1884 |
msgstr ""
|
1885 |
|
@@ -1967,11 +1967,11 @@ msgstr ""
|
|
1967 |
msgid "Set max width for the container?"
|
1968 |
msgstr ""
|
1969 |
|
1970 |
-
#: ../includes/Elements/Cta_Box.php:387, ../includes/Elements/Cta_Box.php:684, ../includes/Elements/Data_Table.php:
|
1971 |
msgid "yes"
|
1972 |
msgstr ""
|
1973 |
|
1974 |
-
#: ../includes/Elements/Cta_Box.php:388, ../includes/Elements/Data_Table.php:
|
1975 |
msgid "no"
|
1976 |
msgstr ""
|
1977 |
|
@@ -2007,7 +2007,7 @@ msgstr ""
|
|
2007 |
msgid "Secondary Button Style"
|
2008 |
msgstr ""
|
2009 |
|
2010 |
-
#: ../includes/Elements/Cta_Box.php:1011, ../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:925
|
2011 |
msgid "Icon Style"
|
2012 |
msgstr ""
|
2013 |
|
@@ -2015,139 +2015,139 @@ msgstr ""
|
|
2015 |
msgid "Font Size"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
-
#: ../includes/Elements/Data_Table.php:
|
2019 |
msgid "Header"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
-
#: ../includes/Elements/Data_Table.php:
|
2023 |
msgid "Sorting feature is available in pro version!"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
-
#: ../includes/Elements/Data_Table.php:
|
2027 |
msgid "Column Name"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
-
#: ../includes/Elements/Data_Table.php:
|
2031 |
msgid "Table Header"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
-
#: ../includes/Elements/Data_Table.php:
|
2035 |
msgid "Column Span"
|
2036 |
msgstr ""
|
2037 |
|
2038 |
-
#: ../includes/Elements/Data_Table.php:
|
2039 |
msgid "Enable Header Icon"
|
2040 |
msgstr ""
|
2041 |
|
2042 |
-
#: ../includes/Elements/Data_Table.php:
|
2043 |
msgid "Header Icon Type"
|
2044 |
msgstr ""
|
2045 |
|
2046 |
-
#: ../includes/Elements/Data_Table.php:
|
2047 |
msgid "Image Size(px)"
|
2048 |
msgstr ""
|
2049 |
|
2050 |
-
#: ../includes/Elements/Data_Table.php:
|
2051 |
msgid "CSS Class"
|
2052 |
msgstr ""
|
2053 |
|
2054 |
-
#: ../includes/Elements/Data_Table.php:
|
2055 |
msgid "CSS ID"
|
2056 |
msgstr ""
|
2057 |
|
2058 |
-
#: ../includes/Elements/Data_Table.php:
|
2059 |
msgid "Row Type"
|
2060 |
msgstr ""
|
2061 |
|
2062 |
-
#: ../includes/Elements/Data_Table.php:
|
2063 |
msgid "Row"
|
2064 |
msgstr ""
|
2065 |
|
2066 |
-
#: ../includes/Elements/Data_Table.php:
|
2067 |
msgid "Column"
|
2068 |
msgstr ""
|
2069 |
|
2070 |
-
#: ../includes/Elements/Data_Table.php:
|
2071 |
msgid "Col Span"
|
2072 |
msgstr ""
|
2073 |
|
2074 |
-
#: ../includes/Elements/Data_Table.php:
|
2075 |
msgid "Textarea"
|
2076 |
msgstr ""
|
2077 |
|
2078 |
-
#: ../includes/Elements/Data_Table.php:
|
2079 |
msgid "Editor"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
-
#: ../includes/Elements/Data_Table.php:
|
2083 |
msgid "Templates"
|
2084 |
msgstr ""
|
2085 |
|
2086 |
-
#: ../includes/Elements/Data_Table.php:
|
2087 |
msgid "Row Span"
|
2088 |
msgstr ""
|
2089 |
|
2090 |
-
#: ../includes/Elements/Data_Table.php:
|
2091 |
msgid "Cell Text"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
-
#: ../includes/Elements/Data_Table.php:
|
2095 |
msgid "Link"
|
2096 |
msgstr ""
|
2097 |
|
2098 |
-
#: ../includes/Elements/Data_Table.php:
|
2099 |
msgid "Header Style"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
-
#: ../includes/Elements/Data_Table.php:
|
2103 |
msgid "Header Border Radius"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
-
#: ../includes/Elements/Data_Table.php:
|
2107 |
msgid "Icon Space"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
-
#: ../includes/Elements/Data_Table.php:
|
2111 |
msgid "Title Alignment"
|
2112 |
msgstr ""
|
2113 |
|
2114 |
-
#: ../includes/Elements/Data_Table.php:
|
2115 |
msgid "ODD Cell"
|
2116 |
msgstr ""
|
2117 |
|
2118 |
-
#: ../includes/Elements/Data_Table.php:
|
2119 |
msgid "Color ( Odd Row )"
|
2120 |
msgstr ""
|
2121 |
|
2122 |
-
#: ../includes/Elements/Data_Table.php:
|
2123 |
msgid "Background ( Odd Row )"
|
2124 |
msgstr ""
|
2125 |
|
2126 |
-
#: ../includes/Elements/Data_Table.php:
|
2127 |
msgid "Even Cell"
|
2128 |
msgstr ""
|
2129 |
|
2130 |
-
#: ../includes/Elements/Data_Table.php:
|
2131 |
msgid "Color ( Even Row )"
|
2132 |
msgstr ""
|
2133 |
|
2134 |
-
#: ../includes/Elements/Data_Table.php:
|
2135 |
msgid "Background Color (Even Row)"
|
2136 |
msgstr ""
|
2137 |
|
2138 |
-
#: ../includes/Elements/Data_Table.php:
|
2139 |
msgid "Content Alignment"
|
2140 |
msgstr ""
|
2141 |
|
2142 |
-
#: ../includes/Elements/Data_Table.php:
|
2143 |
msgid "Responsive Options"
|
2144 |
msgstr ""
|
2145 |
|
2146 |
-
#: ../includes/Elements/Data_Table.php:
|
2147 |
msgid "Enable Responsive Table"
|
2148 |
msgstr ""
|
2149 |
|
2150 |
-
#: ../includes/Elements/Data_Table.php:
|
2151 |
msgid "If enabled, table header will be automatically responsive for mobile."
|
2152 |
msgstr ""
|
2153 |
|
@@ -2167,7 +2167,7 @@ msgstr ""
|
|
2167 |
msgid "Show Separator"
|
2168 |
msgstr ""
|
2169 |
|
2170 |
-
#: ../includes/Elements/Dual_Color_Header.php:134, ../includes/Elements/Woo_Product_Carousel.php:
|
2171 |
msgid "Title Tag"
|
2172 |
msgstr ""
|
2173 |
|
@@ -2451,7 +2451,7 @@ msgstr ""
|
|
2451 |
msgid "Time"
|
2452 |
msgstr ""
|
2453 |
|
2454 |
-
#: ../includes/Elements/Event_Calendar.php:1071, ../includes/Elements/Event_Calendar.php:1405, ../includes/Elements/Facebook_Feed.php:910, ../includes/Elements/Product_Grid.php:
|
2455 |
msgid "Date"
|
2456 |
msgstr ""
|
2457 |
|
@@ -2483,15 +2483,15 @@ msgstr ""
|
|
2483 |
msgid "Date Icon"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
-
#: ../includes/Elements/Event_Calendar.php:1491, ../includes/Elements/Info_Box.php:1475, ../includes/Elements/Product_Grid.php:
|
2487 |
msgid "Content Color"
|
2488 |
msgstr ""
|
2489 |
|
2490 |
-
#: ../includes/Elements/Event_Calendar.php:1502, ../includes/Elements/Product_Grid.php:
|
2491 |
msgid " Close Button"
|
2492 |
msgstr ""
|
2493 |
|
2494 |
-
#: ../includes/Elements/Event_Calendar.php:1537, ../includes/Elements/Product_Grid.php:
|
2495 |
msgid "Button Size"
|
2496 |
msgstr ""
|
2497 |
|
@@ -2555,7 +2555,7 @@ msgstr ""
|
|
2555 |
msgid "Max Visible Items"
|
2556 |
msgstr ""
|
2557 |
|
2558 |
-
#: ../includes/Elements/Facebook_Feed.php:171, ../includes/Elements/Twitter_Feed.php:147, ../includes/Elements/Woo_Product_Carousel.php:
|
2559 |
msgid "Layout Settings"
|
2560 |
msgstr ""
|
2561 |
|
@@ -2563,35 +2563,35 @@ msgstr ""
|
|
2563 |
msgid "Card"
|
2564 |
msgstr ""
|
2565 |
|
2566 |
-
#: ../includes/Elements/Facebook_Feed.php:183, ../includes/Elements/Filterable_Gallery.php:174, ../includes/Traits/Controls.php:
|
2567 |
msgid "Overlay"
|
2568 |
msgstr ""
|
2569 |
|
2570 |
-
#: ../includes/Elements/Facebook_Feed.php:192, ../includes/Elements/Filterable_Gallery.php:121, ../includes/Elements/Product_Grid.php:
|
2571 |
msgid "Columns"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
-
#: ../includes/Elements/Facebook_Feed.php:196, ../includes/Elements/Product_Grid.php:
|
2575 |
msgid "1"
|
2576 |
msgstr ""
|
2577 |
|
2578 |
-
#: ../includes/Elements/Facebook_Feed.php:197, ../includes/Elements/Product_Grid.php:
|
2579 |
msgid "2"
|
2580 |
msgstr ""
|
2581 |
|
2582 |
-
#: ../includes/Elements/Facebook_Feed.php:198, ../includes/Elements/Product_Grid.php:
|
2583 |
msgid "3"
|
2584 |
msgstr ""
|
2585 |
|
2586 |
-
#: ../includes/Elements/Facebook_Feed.php:199, ../includes/Elements/Product_Grid.php:
|
2587 |
msgid "4"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
-
#: ../includes/Elements/Facebook_Feed.php:200, ../includes/Elements/Filterable_Gallery.php:518, ../includes/Elements/Product_Grid.php:
|
2591 |
msgid "5"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: ../includes/Elements/Facebook_Feed.php:201, ../includes/Elements/Product_Grid.php:
|
2595 |
msgid "6"
|
2596 |
msgstr ""
|
2597 |
|
@@ -2643,7 +2643,7 @@ msgstr ""
|
|
2643 |
msgid "Show Preview Description"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
-
#: ../includes/Elements/Facebook_Feed.php:384, ../includes/Elements/Product_Grid.php:
|
2647 |
msgid "Show Load More"
|
2648 |
msgstr ""
|
2649 |
|
@@ -2651,7 +2651,7 @@ msgstr ""
|
|
2651 |
msgid "Label"
|
2652 |
msgstr ""
|
2653 |
|
2654 |
-
#: ../includes/Elements/Facebook_Feed.php:406, ../includes/Elements/Filterable_Gallery.php:692, ../includes/Elements/Product_Grid.php:
|
2655 |
msgid "Load More"
|
2656 |
msgstr ""
|
2657 |
|
@@ -2711,7 +2711,7 @@ msgstr ""
|
|
2711 |
msgid "Likes & Comments"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: ../includes/Elements/Facebook_Feed.php:1146, ../includes/Elements/Image_Accordion.php:391, ../includes/Elements/Post_Timeline.php:101, ../includes/Elements/Team_Member.php:344, ../includes/Elements/Woo_Product_Carousel.php:
|
2715 |
msgid "Overlay Color"
|
2716 |
msgstr ""
|
2717 |
|
@@ -2899,7 +2899,7 @@ msgstr ""
|
|
2899 |
msgid "Feature Item 3"
|
2900 |
msgstr ""
|
2901 |
|
2902 |
-
#: ../includes/Elements/Feature_List.php:251, ../includes/Elements/Progress_Bar.php:135
|
2903 |
msgid "Title HTML Tag"
|
2904 |
msgstr ""
|
2905 |
|
@@ -2927,7 +2927,7 @@ msgstr ""
|
|
2927 |
msgid "Framed"
|
2928 |
msgstr ""
|
2929 |
|
2930 |
-
#: ../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:130, ../includes/Elements/Login_Register.php:711, ../includes/Elements/Pricing_Table.php:383, ../includes/Elements/Tooltip.php:285, ../includes/Elements/Twitter_Feed.php:352, ../includes/Extensions/Reading_Progress.php:115, ../includes/Traits/Controls.php:
|
2931 |
msgid "Top"
|
2932 |
msgstr ""
|
2933 |
|
@@ -2995,7 +2995,7 @@ msgstr ""
|
|
2995 |
msgid "Grid Style"
|
2996 |
msgstr ""
|
2997 |
|
2998 |
-
#: ../includes/Elements/Filterable_Gallery.php:155, ../includes/Traits/Controls.php:
|
2999 |
msgid "Image Height"
|
3000 |
msgstr ""
|
3001 |
|
@@ -3031,7 +3031,7 @@ msgstr ""
|
|
3031 |
msgid "Media"
|
3032 |
msgstr ""
|
3033 |
|
3034 |
-
#: ../includes/Elements/Filterable_Gallery.php:230, ../includes/Elements/Product_Grid.php:
|
3035 |
msgid "Buttons"
|
3036 |
msgstr ""
|
3037 |
|
@@ -3171,7 +3171,7 @@ msgstr ""
|
|
3171 |
msgid "Gallery Link Button?"
|
3172 |
msgstr ""
|
3173 |
|
3174 |
-
#: ../includes/Elements/Filterable_Gallery.php:659, ../includes/Elements/Filterable_Gallery.php:666, ../includes/Elements/Filterable_Gallery.php:2450, ../includes/Traits/Controls.php:
|
3175 |
msgid "Load More Button"
|
3176 |
msgstr ""
|
3177 |
|
@@ -3263,7 +3263,7 @@ msgstr ""
|
|
3263 |
msgid "Icon Font Size"
|
3264 |
msgstr ""
|
3265 |
|
3266 |
-
#: ../includes/Elements/Filterable_Gallery.php:1941, ../includes/Traits/Woo_Product_Comparable.php:
|
3267 |
msgid "Price Style"
|
3268 |
msgstr ""
|
3269 |
|
@@ -3311,7 +3311,7 @@ msgstr ""
|
|
3311 |
msgid "Dropdown"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
-
#: ../includes/Elements/Filterable_Gallery.php:2462, ../includes/Elements/Product_Grid.php:
|
3315 |
msgid "Top Spacing"
|
3316 |
msgstr ""
|
3317 |
|
@@ -3383,7 +3383,7 @@ msgstr ""
|
|
3383 |
msgid "Middle"
|
3384 |
msgstr ""
|
3385 |
|
3386 |
-
#: ../includes/Elements/Flip_Box.php:342, ../includes/Elements/Flip_Box.php:571, ../includes/Elements/Image_Accordion.php:140, ../includes/Elements/Info_Box.php:138, ../includes/Elements/Pricing_Table.php:391, ../includes/Elements/Tooltip.php:286, ../includes/Elements/Twitter_Feed.php:360, ../includes/Extensions/Reading_Progress.php:116, ../includes/Traits/Controls.php:
|
3387 |
msgid "Bottom"
|
3388 |
msgstr ""
|
3389 |
|
@@ -3567,7 +3567,7 @@ msgstr ""
|
|
3567 |
msgid "Border Height"
|
3568 |
msgstr ""
|
3569 |
|
3570 |
-
#: ../includes/Elements/GravityForms.php:1091, ../includes/Elements/Pricing_Table.php:195, ../includes/Elements/Pricing_Table.php:202, ../includes/Elements/Product_Grid.php:
|
3571 |
msgid "Price"
|
3572 |
msgstr ""
|
3573 |
|
@@ -3575,7 +3575,7 @@ msgstr ""
|
|
3575 |
msgid "Price Label Color"
|
3576 |
msgstr ""
|
3577 |
|
3578 |
-
#: ../includes/Elements/GravityForms.php:1111, ../includes/Elements/Product_Grid.php:
|
3579 |
msgid "Price Color"
|
3580 |
msgstr ""
|
3581 |
|
@@ -4474,7 +4474,7 @@ msgstr ""
|
|
4474 |
msgid "Container Box"
|
4475 |
msgstr ""
|
4476 |
|
4477 |
-
#: ../includes/Elements/Login_Register.php:1510, ../includes/Traits/Woo_Product_Comparable.php:
|
4478 |
msgid "Container Box Shadow"
|
4479 |
msgstr ""
|
4480 |
|
@@ -4590,7 +4590,7 @@ msgstr ""
|
|
4590 |
msgid "Form Labels"
|
4591 |
msgstr ""
|
4592 |
|
4593 |
-
#: ../includes/Elements/Login_Register.php:2650, ../includes/Traits/Woo_Product_Comparable.php:
|
4594 |
msgid "Colors"
|
4595 |
msgstr ""
|
4596 |
|
@@ -4718,7 +4718,7 @@ msgstr ""
|
|
4718 |
msgid "Align Items"
|
4719 |
msgstr ""
|
4720 |
|
4721 |
-
#: ../includes/Elements/Login_Register.php:3461, ../includes/Elements/Woo_Product_Carousel.php:
|
4722 |
msgid "Stretch"
|
4723 |
msgstr ""
|
4724 |
|
@@ -4790,7 +4790,7 @@ msgstr ""
|
|
4790 |
msgid "Target Blank"
|
4791 |
msgstr ""
|
4792 |
|
4793 |
-
#: ../includes/Elements/Post_Grid.php:178, ../includes/Elements/Product_Grid.php:
|
4794 |
msgid "Read More"
|
4795 |
msgstr ""
|
4796 |
|
@@ -4834,7 +4834,7 @@ msgstr ""
|
|
4834 |
msgid "Meta Style"
|
4835 |
msgstr ""
|
4836 |
|
4837 |
-
#: ../includes/Elements/Post_Grid.php:529, ../includes/Elements/Post_Grid.php:541, ../includes/Traits/Controls.php:
|
4838 |
msgid "Meta Position"
|
4839 |
msgstr ""
|
4840 |
|
@@ -4970,7 +4970,7 @@ msgstr ""
|
|
4970 |
msgid "Date Text Color"
|
4971 |
msgstr ""
|
4972 |
|
4973 |
-
#: ../includes/Elements/Post_Timeline.php:464, ../includes/Elements/Product_Grid.php:
|
4974 |
msgid "<p class=\"no-posts-found\">No layout found!</p>"
|
4975 |
msgstr ""
|
4976 |
|
@@ -5250,347 +5250,359 @@ msgstr ""
|
|
5250 |
msgid "Button Gradient Background"
|
5251 |
msgstr ""
|
5252 |
|
5253 |
-
#: ../includes/Elements/Product_Grid.php:
|
5254 |
msgid "Product ID"
|
5255 |
msgstr ""
|
5256 |
|
5257 |
-
#: ../includes/Elements/Product_Grid.php:
|
5258 |
msgid "Product Title"
|
5259 |
msgstr ""
|
5260 |
|
5261 |
-
#: ../includes/Elements/Product_Grid.php:
|
5262 |
msgid "SKU"
|
5263 |
msgstr ""
|
5264 |
|
5265 |
-
#: ../includes/Elements/Product_Grid.php:
|
5266 |
msgid "Last Modified Date"
|
5267 |
msgstr ""
|
5268 |
|
5269 |
-
#: ../includes/Elements/Product_Grid.php:
|
5270 |
msgid "Parent Id"
|
5271 |
msgstr ""
|
5272 |
|
5273 |
-
#: ../includes/Elements/Product_Grid.php:
|
5274 |
msgid "Random"
|
5275 |
msgstr ""
|
5276 |
|
5277 |
-
#: ../includes/Elements/Product_Grid.php:
|
5278 |
msgid "Menu Order"
|
5279 |
msgstr ""
|
5280 |
|
5281 |
-
#: ../includes/Elements/Product_Grid.php:
|
5282 |
msgid "Recent Products"
|
5283 |
msgstr ""
|
5284 |
|
5285 |
-
#: ../includes/Elements/Product_Grid.php:
|
5286 |
msgid "Featured Products"
|
5287 |
msgstr ""
|
5288 |
|
5289 |
-
#: ../includes/Elements/Product_Grid.php:
|
5290 |
msgid "Best Selling Products"
|
5291 |
msgstr ""
|
5292 |
|
5293 |
-
#: ../includes/Elements/Product_Grid.php:
|
5294 |
msgid "Sale Products"
|
5295 |
msgstr ""
|
5296 |
|
5297 |
-
#: ../includes/Elements/Product_Grid.php:
|
5298 |
msgid "Top Rated Products"
|
5299 |
msgstr ""
|
5300 |
|
5301 |
-
#: ../includes/Elements/Product_Grid.php:
|
5302 |
msgid "Layouts"
|
5303 |
msgstr ""
|
5304 |
|
5305 |
-
#: ../includes/Elements/Product_Grid.php:
|
5306 |
msgid "Style Preset"
|
5307 |
msgstr ""
|
5308 |
|
5309 |
-
#: ../includes/Elements/Product_Grid.php:
|
5310 |
msgid "Simple Style"
|
5311 |
msgstr ""
|
5312 |
|
5313 |
-
#: ../includes/Elements/Product_Grid.php:
|
5314 |
msgid "Reveal Style"
|
5315 |
msgstr ""
|
5316 |
|
5317 |
-
#: ../includes/Elements/Product_Grid.php:
|
5318 |
msgid "Overlay Style"
|
5319 |
msgstr ""
|
5320 |
|
5321 |
-
#: ../includes/Elements/Product_Grid.php:
|
5322 |
msgid "Preset 5"
|
5323 |
msgstr ""
|
5324 |
|
5325 |
-
#: ../includes/Elements/Product_Grid.php:
|
5326 |
msgid "Preset 6"
|
5327 |
msgstr ""
|
5328 |
|
5329 |
-
#: ../includes/Elements/Product_Grid.php:
|
5330 |
msgid "Preset 7"
|
5331 |
msgstr ""
|
5332 |
|
5333 |
-
#: ../includes/Elements/Product_Grid.php:
|
5334 |
msgid "Preset 8"
|
5335 |
msgstr ""
|
5336 |
|
5337 |
-
#: ../includes/Elements/Product_Grid.php:
|
5338 |
msgid "Preset 1"
|
5339 |
msgstr ""
|
5340 |
|
5341 |
-
#: ../includes/Elements/Product_Grid.php:
|
5342 |
msgid "Preset 2"
|
5343 |
msgstr ""
|
5344 |
|
5345 |
-
#: ../includes/Elements/Product_Grid.php:
|
5346 |
msgid "Preset 3"
|
5347 |
msgstr ""
|
5348 |
|
5349 |
-
#: ../includes/Elements/Product_Grid.php:
|
5350 |
msgid "Preset 4"
|
5351 |
msgstr ""
|
5352 |
|
5353 |
-
#: ../includes/Elements/Product_Grid.php:
|
5354 |
msgid "Product Settings"
|
5355 |
msgstr ""
|
5356 |
|
5357 |
-
#: ../includes/Elements/Product_Grid.php:
|
5358 |
msgid "Products"
|
5359 |
msgstr ""
|
5360 |
|
5361 |
-
#: ../includes/Elements/Product_Grid.php:
|
5362 |
msgid "This option will only affect in <strong>Archive page of Elementor Theme Builder</strong> dynamically."
|
5363 |
msgstr ""
|
5364 |
|
5365 |
-
#: ../includes/Elements/Product_Grid.php:
|
5366 |
msgid "<strong>WooCommerce</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=woocommerce&tab=search&type=term\" target=\"_blank\">WooCommerce</a> first."
|
5367 |
msgstr ""
|
5368 |
|
5369 |
-
#: ../includes/Elements/Product_Grid.php:
|
5370 |
msgid "Filter By"
|
5371 |
msgstr ""
|
5372 |
|
5373 |
-
#: ../includes/Elements/Product_Grid.php:
|
5374 |
msgid "Order By"
|
5375 |
msgstr ""
|
5376 |
|
5377 |
-
#: ../includes/Elements/Product_Grid.php:
|
5378 |
msgid "Order"
|
5379 |
msgstr ""
|
5380 |
|
5381 |
-
#: ../includes/Elements/Product_Grid.php:
|
5382 |
msgid "Products Count"
|
5383 |
msgstr ""
|
5384 |
|
5385 |
-
#: ../includes/Elements/Product_Grid.php:
|
5386 |
msgid "Offset"
|
5387 |
msgstr ""
|
5388 |
|
5389 |
-
#: ../includes/Elements/Product_Grid.php:
|
5390 |
msgid "Product Categories"
|
5391 |
msgstr ""
|
5392 |
|
5393 |
-
#: ../includes/Elements/Product_Grid.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5394 |
msgid "Show Product Rating?"
|
5395 |
msgstr ""
|
5396 |
|
5397 |
-
#: ../includes/Elements/Product_Grid.php:
|
5398 |
msgid "Show Product Price?"
|
5399 |
msgstr ""
|
5400 |
|
5401 |
-
#: ../includes/Elements/Product_Grid.php:
|
5402 |
msgid "Short Description?"
|
5403 |
msgstr ""
|
5404 |
|
5405 |
-
#: ../includes/Elements/Product_Grid.php:
|
5406 |
msgid "Excerpt Words"
|
5407 |
msgstr ""
|
5408 |
|
5409 |
-
#: ../includes/Elements/Product_Grid.php:
|
5410 |
msgid "Expansion Indicator"
|
5411 |
msgstr ""
|
5412 |
|
5413 |
-
#: ../includes/Elements/Product_Grid.php:
|
5414 |
msgid "Show Product Compare?"
|
5415 |
msgstr ""
|
5416 |
|
5417 |
-
#: ../includes/Elements/Product_Grid.php:
|
5418 |
msgid "Add To Cart"
|
5419 |
msgstr ""
|
5420 |
|
5421 |
-
#: ../includes/Elements/Product_Grid.php:
|
5422 |
msgid "Show Add to cart custom text"
|
5423 |
msgstr ""
|
5424 |
|
5425 |
-
#: ../includes/Elements/Product_Grid.php:
|
5426 |
msgid "Simple Product"
|
5427 |
msgstr ""
|
5428 |
|
5429 |
-
#: ../includes/Elements/Product_Grid.php:
|
5430 |
msgid "Buy Now"
|
5431 |
msgstr ""
|
5432 |
|
5433 |
-
#: ../includes/Elements/Product_Grid.php:
|
5434 |
msgid "Variable Product"
|
5435 |
msgstr ""
|
5436 |
|
5437 |
-
#: ../includes/Elements/Product_Grid.php:
|
5438 |
msgid "Select options"
|
5439 |
msgstr ""
|
5440 |
|
5441 |
-
#: ../includes/Elements/Product_Grid.php:
|
5442 |
msgid "Grouped Product"
|
5443 |
msgstr ""
|
5444 |
|
5445 |
-
#: ../includes/Elements/Product_Grid.php:
|
5446 |
msgid "View products"
|
5447 |
msgstr ""
|
5448 |
|
5449 |
-
#: ../includes/Elements/Product_Grid.php:
|
5450 |
msgid "External Product"
|
5451 |
msgstr ""
|
5452 |
|
5453 |
-
#: ../includes/Elements/Product_Grid.php:
|
5454 |
msgid "Default Product"
|
5455 |
msgstr ""
|
5456 |
|
5457 |
-
#: ../includes/Elements/Product_Grid.php:
|
5458 |
msgid "Label Text"
|
5459 |
msgstr ""
|
5460 |
|
5461 |
-
#: ../includes/Elements/Product_Grid.php:
|
5462 |
msgid "Content Background Color"
|
5463 |
msgstr ""
|
5464 |
|
5465 |
-
#: ../includes/Elements/Product_Grid.php:
|
5466 |
msgid "Image Width(%)"
|
5467 |
msgstr ""
|
5468 |
|
5469 |
-
#: ../includes/Elements/Product_Grid.php:
|
5470 |
msgid "Product Details"
|
5471 |
msgstr ""
|
5472 |
|
5473 |
-
#: ../includes/Elements/Product_Grid.php:
|
5474 |
msgid "Padding (PX)"
|
5475 |
msgstr ""
|
5476 |
|
5477 |
-
#: ../includes/Elements/Product_Grid.php:
|
5478 |
msgid "Width (%)"
|
5479 |
msgstr ""
|
5480 |
|
5481 |
-
#: ../includes/Elements/Product_Grid.php:
|
5482 |
msgid "Product Title Color"
|
5483 |
msgstr ""
|
5484 |
|
5485 |
-
#: ../includes/Elements/Product_Grid.php:
|
5486 |
msgid "Product Price"
|
5487 |
msgstr ""
|
5488 |
|
5489 |
-
#: ../includes/Elements/Product_Grid.php:
|
5490 |
msgid "Sale Price Color"
|
5491 |
msgstr ""
|
5492 |
|
5493 |
-
#: ../includes/Elements/Product_Grid.php:
|
5494 |
msgid "Star Rating"
|
5495 |
msgstr ""
|
5496 |
|
5497 |
-
#: ../includes/Elements/Product_Grid.php:
|
5498 |
msgid "Rating Color"
|
5499 |
msgstr ""
|
5500 |
|
5501 |
-
#: ../includes/Elements/Product_Grid.php:
|
5502 |
msgid "Product Description"
|
5503 |
msgstr ""
|
5504 |
|
5505 |
-
#: ../includes/Elements/Product_Grid.php:
|
5506 |
msgid "Sale Badge"
|
5507 |
msgstr ""
|
5508 |
|
5509 |
-
#: ../includes/Elements/Product_Grid.php:
|
5510 |
msgid "Sale Badge Color"
|
5511 |
msgstr ""
|
5512 |
|
5513 |
-
#: ../includes/Elements/Product_Grid.php:
|
5514 |
msgid "Sale Badge Background"
|
5515 |
msgstr ""
|
5516 |
|
5517 |
-
#: ../includes/Elements/Product_Grid.php:
|
5518 |
msgid "Stock Out Badge"
|
5519 |
msgstr ""
|
5520 |
|
5521 |
-
#: ../includes/Elements/Product_Grid.php:
|
5522 |
msgid "Stock Out Badge Color"
|
5523 |
msgstr ""
|
5524 |
|
5525 |
-
#: ../includes/Elements/Product_Grid.php:
|
5526 |
msgid "Stock Out Badge Background"
|
5527 |
msgstr ""
|
5528 |
|
5529 |
-
#: ../includes/Elements/Product_Grid.php:
|
5530 |
msgid "Add to Cart Button Styles"
|
5531 |
msgstr ""
|
5532 |
|
5533 |
-
#: ../includes/Elements/Product_Grid.php:
|
5534 |
msgid "Button Color"
|
5535 |
msgstr ""
|
5536 |
|
5537 |
-
#: ../includes/Elements/Product_Grid.php:
|
5538 |
msgid "Sale / Stock Out Badge"
|
5539 |
msgstr ""
|
5540 |
|
5541 |
-
#: ../includes/Elements/Product_Grid.php:
|
5542 |
msgid "Show Quick view?"
|
5543 |
msgstr ""
|
5544 |
|
5545 |
-
#: ../includes/Elements/Product_Grid.php:
|
5546 |
msgid "Icons Size"
|
5547 |
msgstr ""
|
5548 |
|
5549 |
-
#: ../includes/Elements/Product_Grid.php:
|
5550 |
msgid "Show pagination"
|
5551 |
msgstr ""
|
5552 |
|
5553 |
-
#: ../includes/Elements/Product_Grid.php:
|
5554 |
msgid "Previous Label"
|
5555 |
msgstr ""
|
5556 |
|
5557 |
-
#: ../includes/Elements/Product_Grid.php:
|
5558 |
msgid "←"
|
5559 |
msgstr ""
|
5560 |
|
5561 |
-
#: ../includes/Elements/Product_Grid.php:
|
5562 |
msgid "Next Label"
|
5563 |
msgstr ""
|
5564 |
|
5565 |
-
#: ../includes/Elements/Product_Grid.php:
|
5566 |
msgid "→"
|
5567 |
msgstr ""
|
5568 |
|
5569 |
-
#: ../includes/Elements/Product_Grid.php:
|
5570 |
msgid "Loader"
|
5571 |
msgstr ""
|
5572 |
|
5573 |
-
#: ../includes/Elements/Product_Grid.php:
|
5574 |
msgid "Popup"
|
5575 |
msgstr ""
|
5576 |
|
5577 |
-
#: ../includes/Elements/Product_Grid.php:
|
5578 |
msgid "Review Link Color"
|
5579 |
msgstr ""
|
5580 |
|
5581 |
-
#: ../includes/Elements/Product_Grid.php:
|
5582 |
msgid "Review Link Hover"
|
5583 |
msgstr ""
|
5584 |
|
5585 |
-
#: ../includes/Elements/Product_Grid.php:
|
5586 |
msgid "Sale"
|
5587 |
msgstr ""
|
5588 |
|
5589 |
-
#: ../includes/Elements/Product_Grid.php:
|
5590 |
msgid "Quantity"
|
5591 |
msgstr ""
|
5592 |
|
5593 |
-
#: ../includes/Elements/Product_Grid.php:
|
5594 |
msgid "Cart Button"
|
5595 |
msgstr ""
|
5596 |
|
@@ -5614,18 +5626,6 @@ msgstr ""
|
|
5614 |
msgid "Box (Pro)"
|
5615 |
msgstr ""
|
5616 |
|
5617 |
-
#: ../includes/Elements/Progress_Bar.php:144
|
5618 |
-
msgid "div"
|
5619 |
-
msgstr ""
|
5620 |
-
|
5621 |
-
#: ../includes/Elements/Progress_Bar.php:145
|
5622 |
-
msgid "span"
|
5623 |
-
msgstr ""
|
5624 |
-
|
5625 |
-
#: ../includes/Elements/Progress_Bar.php:146
|
5626 |
-
msgid "p"
|
5627 |
-
msgstr ""
|
5628 |
-
|
5629 |
#: ../includes/Elements/Progress_Bar.php:156
|
5630 |
msgid "Counter Value Type"
|
5631 |
msgstr ""
|
@@ -5718,7 +5718,7 @@ msgstr ""
|
|
5718 |
msgid "Sticky"
|
5719 |
msgstr ""
|
5720 |
|
5721 |
-
#: ../includes/Elements/Sticky_Video.php:116, ../includes/Elements/Woo_Product_Carousel.php:
|
5722 |
msgid "Position"
|
5723 |
msgstr ""
|
5724 |
|
@@ -5870,7 +5870,7 @@ msgstr ""
|
|
5870 |
msgid "Team Member Content"
|
5871 |
msgstr ""
|
5872 |
|
5873 |
-
#: ../includes/Elements/Team_Member.php:108, ../includes/Traits/Controls.php:
|
5874 |
msgid "Name"
|
5875 |
msgstr ""
|
5876 |
|
@@ -6118,7 +6118,7 @@ msgstr ""
|
|
6118 |
msgid "Quotation Postion From Right"
|
6119 |
msgstr ""
|
6120 |
|
6121 |
-
#: ../includes/Elements/Tooltip.php:78, ../includes/Elements/Woo_Checkout.php:155, ../includes/Traits/Woo_Product_Comparable.php:
|
6122 |
msgid "Text"
|
6123 |
msgstr ""
|
6124 |
|
@@ -6246,15 +6246,15 @@ msgstr ""
|
|
6246 |
msgid "Card Settings"
|
6247 |
msgstr ""
|
6248 |
|
6249 |
-
#: ../includes/Elements/Twitter_Feed.php:244, ../includes/Traits/Controls.php:
|
6250 |
msgid "Show Avatar"
|
6251 |
msgstr ""
|
6252 |
|
6253 |
-
#: ../includes/Elements/Twitter_Feed.php:256, ../includes/Traits/Controls.php:
|
6254 |
msgid "Show Date"
|
6255 |
msgstr ""
|
6256 |
|
6257 |
-
#: ../includes/Elements/Twitter_Feed.php:268, ../includes/Traits/Controls.php:
|
6258 |
msgid "Show Read More"
|
6259 |
msgstr ""
|
6260 |
|
@@ -6626,147 +6626,147 @@ msgstr ""
|
|
6626 |
msgid "Privacy Policy"
|
6627 |
msgstr ""
|
6628 |
|
6629 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6630 |
msgid "Title Length"
|
6631 |
msgstr ""
|
6632 |
|
6633 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6634 |
msgid "Image Stretch"
|
6635 |
msgstr ""
|
6636 |
|
6637 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6638 |
msgid "Show Terms From"
|
6639 |
msgstr ""
|
6640 |
|
6641 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6642 |
msgid "Category"
|
6643 |
msgstr ""
|
6644 |
|
6645 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6646 |
msgid "Tags"
|
6647 |
msgstr ""
|
6648 |
|
6649 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6650 |
msgid "Max Terms to Show"
|
6651 |
msgstr ""
|
6652 |
|
6653 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6654 |
msgid "Not Found Message"
|
6655 |
msgstr ""
|
6656 |
|
6657 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6658 |
msgid "Products Not Found"
|
6659 |
msgstr ""
|
6660 |
|
6661 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6662 |
msgid "Carousel Settings"
|
6663 |
msgstr ""
|
6664 |
|
6665 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6666 |
msgid "Visible Product"
|
6667 |
msgstr ""
|
6668 |
|
6669 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6670 |
msgid "Rotate"
|
6671 |
msgstr ""
|
6672 |
|
6673 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6674 |
msgid "Depth"
|
6675 |
msgstr ""
|
6676 |
|
6677 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6678 |
msgid "Speed"
|
6679 |
msgstr ""
|
6680 |
|
6681 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6682 |
msgid "Dots"
|
6683 |
msgstr ""
|
6684 |
|
6685 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6686 |
msgid "Query"
|
6687 |
msgstr ""
|
6688 |
|
6689 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6690 |
msgid "Sale Text"
|
6691 |
msgstr ""
|
6692 |
|
6693 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6694 |
msgid "Stock Out Text"
|
6695 |
msgstr ""
|
6696 |
|
6697 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6698 |
msgid "Use opacity color for overlay design."
|
6699 |
msgstr ""
|
6700 |
|
6701 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6702 |
msgid "Product Price Color"
|
6703 |
msgstr ""
|
6704 |
|
6705 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6706 |
msgid "Review Color"
|
6707 |
msgstr ""
|
6708 |
|
6709 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6710 |
msgid "Preset"
|
6711 |
msgstr ""
|
6712 |
|
6713 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6714 |
msgid "Inside"
|
6715 |
msgstr ""
|
6716 |
|
6717 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6718 |
msgid "Outside"
|
6719 |
msgstr ""
|
6720 |
|
6721 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6722 |
msgid "Use Custom Width/Height?"
|
6723 |
msgstr ""
|
6724 |
|
6725 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6726 |
msgid "Choose Arrow"
|
6727 |
msgstr ""
|
6728 |
|
6729 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6730 |
msgid "Angle"
|
6731 |
msgstr ""
|
6732 |
|
6733 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6734 |
msgid "Double Angle"
|
6735 |
msgstr ""
|
6736 |
|
6737 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6738 |
msgid "Chevron"
|
6739 |
msgstr ""
|
6740 |
|
6741 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6742 |
msgid "Chevron Circle"
|
6743 |
msgstr ""
|
6744 |
|
6745 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6746 |
msgid "Arrow"
|
6747 |
msgstr ""
|
6748 |
|
6749 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6750 |
msgid "Long Arrow"
|
6751 |
msgstr ""
|
6752 |
|
6753 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6754 |
msgid "Caret Square"
|
6755 |
msgstr ""
|
6756 |
|
6757 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6758 |
msgid "Arrow Circle"
|
6759 |
msgstr ""
|
6760 |
|
6761 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6762 |
msgid "Arrow Circle O"
|
6763 |
msgstr ""
|
6764 |
|
6765 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6766 |
msgid "Hand"
|
6767 |
msgstr ""
|
6768 |
|
6769 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6770 |
msgid "<p class=\"eael-no-posts-found\">No layout found!</p>"
|
6771 |
msgstr ""
|
6772 |
|
@@ -6886,7 +6886,7 @@ msgstr ""
|
|
6886 |
msgid "Table of Contents"
|
6887 |
msgstr ""
|
6888 |
|
6889 |
-
#: ../includes/Extensions/Table_of_Content.php:125, ../includes/Traits/Controls.php:
|
6890 |
msgid "Include"
|
6891 |
msgstr ""
|
6892 |
|
@@ -6902,7 +6902,7 @@ msgstr ""
|
|
6902 |
msgid "Which content are searched for heading tag, Provide unique selector to replace default selector"
|
6903 |
msgstr ""
|
6904 |
|
6905 |
-
#: ../includes/Extensions/Table_of_Content.php:179, ../includes/Traits/Controls.php:
|
6906 |
msgid "Exclude"
|
6907 |
msgstr ""
|
6908 |
|
@@ -6954,7 +6954,7 @@ msgstr ""
|
|
6954 |
msgid "EA TOC"
|
6955 |
msgstr ""
|
6956 |
|
6957 |
-
#: ../includes/Extensions/Table_of_Content.php:433, ../includes/Traits/Controls.php:
|
6958 |
msgid "Bullet"
|
6959 |
msgstr ""
|
6960 |
|
@@ -7134,199 +7134,195 @@ msgstr ""
|
|
7134 |
msgid "Search & Select"
|
7135 |
msgstr ""
|
7136 |
|
7137 |
-
#: ../includes/Traits/Controls.php:
|
7138 |
msgid "Author"
|
7139 |
msgstr ""
|
7140 |
|
7141 |
-
#: ../includes/Traits/Controls.php:
|
7142 |
msgid "Posts Per Page"
|
7143 |
msgstr ""
|
7144 |
|
7145 |
-
#: ../includes/Traits/Controls.php:
|
7146 |
msgid "Knowledge Bases"
|
7147 |
msgstr ""
|
7148 |
|
7149 |
-
#: ../includes/Traits/Controls.php:
|
7150 |
msgid "All Knowledge Base"
|
7151 |
msgstr ""
|
7152 |
|
7153 |
-
#: ../includes/Traits/Controls.php:
|
7154 |
msgid "Category Grid"
|
7155 |
msgstr ""
|
7156 |
|
7157 |
-
#: ../includes/Traits/Controls.php:
|
7158 |
msgid "Box Per Page"
|
7159 |
msgstr ""
|
7160 |
|
7161 |
-
#: ../includes/Traits/Controls.php:
|
7162 |
msgid "Grid Per Page"
|
7163 |
msgstr ""
|
7164 |
|
7165 |
-
#: ../includes/Traits/Controls.php:
|
7166 |
msgid "Slug"
|
7167 |
msgstr ""
|
7168 |
|
7169 |
-
#: ../includes/Traits/Controls.php:
|
7170 |
msgid "Term Group"
|
7171 |
msgstr ""
|
7172 |
|
7173 |
-
#: ../includes/Traits/Controls.php:
|
7174 |
msgid "Term ID"
|
7175 |
msgstr ""
|
7176 |
|
7177 |
-
#: ../includes/Traits/Controls.php:
|
7178 |
msgid "ID"
|
7179 |
msgstr ""
|
7180 |
|
7181 |
-
#: ../includes/Traits/Controls.php:
|
7182 |
msgid "Parent"
|
7183 |
msgstr ""
|
7184 |
|
7185 |
-
#: ../includes/Traits/Controls.php:
|
7186 |
msgid "Grid List Posts"
|
7187 |
msgstr ""
|
7188 |
|
7189 |
-
#: ../includes/Traits/Controls.php:
|
7190 |
msgid "Post Per Page"
|
7191 |
msgstr ""
|
7192 |
|
7193 |
-
#: ../includes/Traits/Controls.php:
|
7194 |
msgid "Enable Nested Subcategory"
|
7195 |
msgstr ""
|
7196 |
|
7197 |
-
#: ../includes/Traits/Controls.php:
|
7198 |
msgid "Tiled"
|
7199 |
msgstr ""
|
7200 |
|
7201 |
-
#: ../includes/Traits/Controls.php:
|
7202 |
msgid "Note: Use 5 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
7203 |
msgstr ""
|
7204 |
|
7205 |
-
#: ../includes/Traits/Controls.php:
|
7206 |
msgid "Note: Use 3 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
7207 |
msgstr ""
|
7208 |
|
7209 |
-
#: ../includes/Traits/Controls.php:
|
7210 |
msgid "Note: Use 4 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
7211 |
msgstr ""
|
7212 |
|
7213 |
-
#: ../includes/Traits/Controls.php:
|
7214 |
msgid "Note: Use 2 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
7215 |
msgstr ""
|
7216 |
|
7217 |
-
#: ../includes/Traits/Controls.php:
|
7218 |
msgid "Column 2"
|
7219 |
msgstr ""
|
7220 |
|
7221 |
-
#: ../includes/Traits/Controls.php:
|
7222 |
msgid "Column 3"
|
7223 |
msgstr ""
|
7224 |
|
7225 |
-
#: ../includes/Traits/Controls.php:
|
7226 |
msgid "Column 4"
|
7227 |
msgstr ""
|
7228 |
|
7229 |
-
#: ../includes/Traits/Controls.php:
|
7230 |
msgid "Note: Column layout will be applied from second row."
|
7231 |
msgstr ""
|
7232 |
|
7233 |
-
#: ../includes/Traits/Controls.php:
|
7234 |
msgid "Post Block Style Preset"
|
7235 |
msgstr ""
|
7236 |
|
7237 |
-
#: ../includes/Traits/Controls.php:
|
7238 |
msgid "Fallback Image"
|
7239 |
msgstr ""
|
7240 |
|
7241 |
-
#: ../includes/Traits/Controls.php:
|
7242 |
msgid "Date Position"
|
7243 |
msgstr ""
|
7244 |
|
7245 |
-
#: ../includes/Traits/Controls.php:
|
7246 |
msgid "Show Image"
|
7247 |
msgstr ""
|
7248 |
|
7249 |
-
#: ../includes/Traits/Controls.php:
|
7250 |
msgid "Show Circle Image / Icon"
|
7251 |
msgstr ""
|
7252 |
|
7253 |
-
#: ../includes/Traits/Controls.php:
|
7254 |
msgid "Icon Image"
|
7255 |
msgstr ""
|
7256 |
|
7257 |
-
#: ../includes/Traits/Controls.php:
|
7258 |
msgid "Icon Image Size"
|
7259 |
msgstr ""
|
7260 |
|
7261 |
-
#: ../includes/Traits/Controls.php:
|
7262 |
msgid "Show excerpt"
|
7263 |
msgstr ""
|
7264 |
|
7265 |
-
#: ../includes/Traits/Controls.php:
|
7266 |
-
msgid "Expanison Indicator"
|
7267 |
-
msgstr ""
|
7268 |
-
|
7269 |
-
#: ../includes/Traits/Controls.php:889, ../includes/Traits/Controls.php:862
|
7270 |
msgid "..."
|
7271 |
msgstr ""
|
7272 |
|
7273 |
-
#: ../includes/Traits/Controls.php:
|
7274 |
msgid "Show Read More Button"
|
7275 |
msgstr ""
|
7276 |
|
7277 |
-
#: ../includes/Traits/Controls.php:
|
7278 |
msgid "Show Post Terms"
|
7279 |
msgstr ""
|
7280 |
|
7281 |
-
#: ../includes/Traits/Controls.php:
|
7282 |
msgid "Show Meta"
|
7283 |
msgstr ""
|
7284 |
|
7285 |
-
#: ../includes/Traits/Controls.php:
|
7286 |
msgid "Entry Header"
|
7287 |
msgstr ""
|
7288 |
|
7289 |
-
#: ../includes/Traits/Controls.php:
|
7290 |
msgid "Entry Footer"
|
7291 |
msgstr ""
|
7292 |
|
7293 |
-
#: ../includes/Traits/Controls.php:
|
7294 |
msgid "Show Author Name"
|
7295 |
msgstr ""
|
7296 |
|
7297 |
-
#: ../includes/Traits/Controls.php:
|
7298 |
msgid "Read More Button Style"
|
7299 |
msgstr ""
|
7300 |
|
7301 |
-
#: ../includes/Traits/Controls.php:
|
7302 |
msgid "Absolute"
|
7303 |
msgstr ""
|
7304 |
|
7305 |
-
#: ../includes/Traits/Controls.php:
|
7306 |
msgid "Horizontal Orientation"
|
7307 |
msgstr ""
|
7308 |
|
7309 |
-
#: ../includes/Traits/Controls.php:
|
7310 |
msgid "Vertical Orientation"
|
7311 |
msgstr ""
|
7312 |
|
7313 |
-
#: ../includes/Traits/Controls.php:
|
7314 |
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."
|
7315 |
msgstr ""
|
7316 |
|
7317 |
-
#: ../includes/Traits/Controls.php:
|
7318 |
msgid "Table ID"
|
7319 |
msgstr ""
|
7320 |
|
7321 |
-
#: ../includes/Traits/Controls.php:
|
7322 |
msgid "EventON (Pro) "
|
7323 |
msgstr ""
|
7324 |
|
7325 |
-
#: ../includes/Traits/Controls.php:
|
7326 |
msgid "EventON"
|
7327 |
msgstr ""
|
7328 |
|
7329 |
-
#: ../includes/Traits/Controls.php:
|
7330 |
msgid "Style the message when no posts are found."
|
7331 |
msgstr ""
|
7332 |
|
@@ -7486,7 +7482,7 @@ msgstr ""
|
|
7486 |
msgid "Added "
|
7487 |
msgstr ""
|
7488 |
|
7489 |
-
#: ../includes/Traits/Enqueue.php:130, ../includes/Traits/Woo_Product_Comparable.php:
|
7490 |
msgid "Compare"
|
7491 |
msgstr ""
|
7492 |
|
@@ -7498,7 +7494,7 @@ msgstr ""
|
|
7498 |
msgid "Post ID is missing"
|
7499 |
msgstr ""
|
7500 |
|
7501 |
-
#: ../includes/Traits/Facebook_Feed.php:41, ../includes/Traits/Helper.php:57, ../includes/Traits/Login_Registration.php:62, ../includes/Traits/Login_Registration.php:227, ../includes/Traits/Woo_Product_Comparable.php:
|
7502 |
msgid "Widget ID is missing"
|
7503 |
msgstr ""
|
7504 |
|
@@ -7506,11 +7502,11 @@ msgstr ""
|
|
7506 |
msgid "Insecure form submitted without security token"
|
7507 |
msgstr ""
|
7508 |
|
7509 |
-
#: ../includes/Traits/Helper.php:37, ../includes/Traits/Login_Registration.php:92, ../includes/Traits/Login_Registration.php:210, ../includes/Traits/Woo_Product_Comparable.php:
|
7510 |
msgid "Security token did not match"
|
7511 |
msgstr ""
|
7512 |
|
7513 |
-
#: ../includes/Traits/Helper.php:47, ../includes/Traits/Login_Registration.php:55, ../includes/Traits/Login_Registration.php:222, ../includes/Traits/Woo_Product_Comparable.php:
|
7514 |
msgid "Page ID is missing"
|
7515 |
msgstr ""
|
7516 |
|
@@ -7706,311 +7702,311 @@ msgstr ""
|
|
7706 |
msgid "Table Title HTML Tag"
|
7707 |
msgstr ""
|
7708 |
|
7709 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7710 |
msgid "Fields to show"
|
7711 |
msgstr ""
|
7712 |
|
7713 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7714 |
msgid "Select the fields to show in the comparison table"
|
7715 |
msgstr ""
|
7716 |
|
7717 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7718 |
msgid "Repeat \"Price\" field"
|
7719 |
msgstr ""
|
7720 |
|
7721 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7722 |
msgid "Repeat the \"Price\" field at the end of the table"
|
7723 |
msgstr ""
|
7724 |
|
7725 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7726 |
msgid "Repeat \"Add to cart\" field"
|
7727 |
msgstr ""
|
7728 |
|
7729 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7730 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
7731 |
msgstr ""
|
7732 |
|
7733 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7734 |
msgid "Make Product Image Linkable"
|
7735 |
msgstr ""
|
7736 |
|
7737 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7738 |
msgid "You can link the product image to product details page"
|
7739 |
msgstr ""
|
7740 |
|
7741 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7742 |
msgid "Text for \"No products are found to compare\""
|
7743 |
msgstr ""
|
7744 |
|
7745 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7746 |
msgid "No products are added to Compare. Please add products to compare."
|
7747 |
msgstr ""
|
7748 |
|
7749 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7750 |
msgid "Eg. No products are added to Compare."
|
7751 |
msgstr ""
|
7752 |
|
7753 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7754 |
msgid "Compare Table General"
|
7755 |
msgstr ""
|
7756 |
|
7757 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7758 |
msgid "Table Style"
|
7759 |
msgstr ""
|
7760 |
|
7761 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7762 |
msgid "Style Content Column Separately"
|
7763 |
msgstr ""
|
7764 |
|
7765 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7766 |
msgid "Table Width"
|
7767 |
msgstr ""
|
7768 |
|
7769 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7770 |
msgid "Table Margin"
|
7771 |
msgstr ""
|
7772 |
|
7773 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7774 |
msgid "Table Border"
|
7775 |
msgstr ""
|
7776 |
|
7777 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7778 |
msgid "Table Title Style"
|
7779 |
msgstr ""
|
7780 |
|
7781 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7782 |
msgid "Table Title Text Color"
|
7783 |
msgstr ""
|
7784 |
|
7785 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7786 |
msgid "Table Title Background"
|
7787 |
msgstr ""
|
7788 |
|
7789 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7790 |
msgid "Table Title Padding"
|
7791 |
msgstr ""
|
7792 |
|
7793 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7794 |
msgid "Table Title Border"
|
7795 |
msgstr ""
|
7796 |
|
7797 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7798 |
msgid "Table Title Typography"
|
7799 |
msgstr ""
|
7800 |
|
7801 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7802 |
msgid "Product Title Row Typography"
|
7803 |
msgstr ""
|
7804 |
|
7805 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7806 |
msgid "Header Column Style"
|
7807 |
msgstr ""
|
7808 |
|
7809 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7810 |
msgid "Header Column Width"
|
7811 |
msgstr ""
|
7812 |
|
7813 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7814 |
msgid "Header Column Padding"
|
7815 |
msgstr ""
|
7816 |
|
7817 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7818 |
msgid "Header border"
|
7819 |
msgstr ""
|
7820 |
|
7821 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7822 |
msgid "Header Column Typography"
|
7823 |
msgstr ""
|
7824 |
|
7825 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7826 |
msgid "Product Column Style"
|
7827 |
msgstr ""
|
7828 |
|
7829 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7830 |
msgid "Product Column Width"
|
7831 |
msgstr ""
|
7832 |
|
7833 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7834 |
msgid "Product Column Padding"
|
7835 |
msgstr ""
|
7836 |
|
7837 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7838 |
msgid "Product Image Box Padding"
|
7839 |
msgstr ""
|
7840 |
|
7841 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7842 |
msgid "Product Image Padding"
|
7843 |
msgstr ""
|
7844 |
|
7845 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7846 |
msgid "Product column border"
|
7847 |
msgstr ""
|
7848 |
|
7849 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7850 |
msgid "Product Image Box Border"
|
7851 |
msgstr ""
|
7852 |
|
7853 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7854 |
msgid "Image Box border"
|
7855 |
msgstr ""
|
7856 |
|
7857 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7858 |
msgid "Product Image Border"
|
7859 |
msgstr ""
|
7860 |
|
7861 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7862 |
msgid "Product Image border"
|
7863 |
msgstr ""
|
7864 |
|
7865 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7866 |
msgid "Image Border Radius"
|
7867 |
msgstr ""
|
7868 |
|
7869 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7870 |
msgid "Product Column Typography"
|
7871 |
msgstr ""
|
7872 |
|
7873 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7874 |
msgid "Image Background"
|
7875 |
msgstr ""
|
7876 |
|
7877 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7878 |
msgid "Header Background"
|
7879 |
msgstr ""
|
7880 |
|
7881 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7882 |
msgid "Header Text Color"
|
7883 |
msgstr ""
|
7884 |
|
7885 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7886 |
msgid "Product Column Background"
|
7887 |
msgstr ""
|
7888 |
|
7889 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7890 |
msgid "Product Column Text Color"
|
7891 |
msgstr ""
|
7892 |
|
7893 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7894 |
msgid "Button Text Color"
|
7895 |
msgstr ""
|
7896 |
|
7897 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7898 |
msgid "Button Background Color"
|
7899 |
msgstr ""
|
7900 |
|
7901 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7902 |
msgid "Even & Odd Rows"
|
7903 |
msgstr ""
|
7904 |
|
7905 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7906 |
msgid "Even Row Background"
|
7907 |
msgstr ""
|
7908 |
|
7909 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7910 |
msgid "Even Row Text Color"
|
7911 |
msgstr ""
|
7912 |
|
7913 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7914 |
msgid "Odd Row Background"
|
7915 |
msgstr ""
|
7916 |
|
7917 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7918 |
msgid "Odd Row Text Color"
|
7919 |
msgstr ""
|
7920 |
|
7921 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7922 |
msgid "Title Row"
|
7923 |
msgstr ""
|
7924 |
|
7925 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7926 |
msgid "Title Row Background"
|
7927 |
msgstr ""
|
7928 |
|
7929 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7930 |
msgid "Title Row Text Color"
|
7931 |
msgstr ""
|
7932 |
|
7933 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7934 |
msgid "Header Column"
|
7935 |
msgstr ""
|
7936 |
|
7937 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7938 |
msgid "Title Background"
|
7939 |
msgstr ""
|
7940 |
|
7941 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7942 |
msgid "Column Background Color"
|
7943 |
msgstr ""
|
7944 |
|
7945 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7946 |
msgid "Column Text Color"
|
7947 |
msgstr ""
|
7948 |
|
7949 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7950 |
msgid "Rows"
|
7951 |
msgstr ""
|
7952 |
|
7953 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7954 |
msgid "Title Border"
|
7955 |
msgstr ""
|
7956 |
|
7957 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7958 |
msgid "Header Border"
|
7959 |
msgstr ""
|
7960 |
|
7961 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7962 |
msgid "Product Column %d"
|
7963 |
msgstr ""
|
7964 |
|
7965 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7966 |
msgid "Button Background"
|
7967 |
msgstr ""
|
7968 |
|
7969 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7970 |
msgid "Compare Modal Close Button"
|
7971 |
msgstr ""
|
7972 |
|
7973 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7974 |
msgid "Fields Icon"
|
7975 |
msgstr ""
|
7976 |
|
7977 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7978 |
msgid "Price Size"
|
7979 |
msgstr ""
|
7980 |
|
7981 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7982 |
msgid "Price Text Color"
|
7983 |
msgstr ""
|
7984 |
|
7985 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7986 |
msgid "Price Strike Text Color"
|
7987 |
msgstr ""
|
7988 |
|
7989 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7990 |
msgid "Only applicable when sales price is available"
|
7991 |
msgstr ""
|
7992 |
|
7993 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7994 |
msgid "Sales Price Size"
|
7995 |
msgstr ""
|
7996 |
|
7997 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
7998 |
msgid "Sales Price Text Color"
|
7999 |
msgstr ""
|
8000 |
|
8001 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
8002 |
msgid "Compare Button"
|
8003 |
msgstr ""
|
8004 |
|
8005 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
8006 |
msgid "Remove"
|
8007 |
msgstr ""
|
8008 |
|
8009 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
8010 |
msgid "In stock"
|
8011 |
msgstr ""
|
8012 |
|
8013 |
-
#: ../includes/Traits/Woo_Product_Comparable.php:
|
8014 |
msgid "Product ID is missing"
|
8015 |
msgstr ""
|
8016 |
|
@@ -8210,19 +8206,19 @@ msgstr ""
|
|
8210 |
msgid "No products found!"
|
8211 |
msgstr ""
|
8212 |
|
8213 |
-
#: ../includes/Template/Content/Product_Grid.php:63, ../includes/Template/Content/Product_Grid.php:29, ../includes/Template/Eicon-Woocommerce/default.php:
|
8214 |
msgid "Sale!"
|
8215 |
msgstr ""
|
8216 |
|
8217 |
-
#: ../includes/Template/Content/Product_Grid.php:27, ../includes/Template/Eicon-Woocommerce/default.php:
|
8218 |
msgid "Stock <br/> Out"
|
8219 |
msgstr ""
|
8220 |
|
8221 |
-
#: ../includes/Template/Eicon-Woocommerce/default.php:
|
8222 |
msgid "Stock "
|
8223 |
msgstr ""
|
8224 |
|
8225 |
-
#: ../includes/Template/Eicon-Woocommerce/default.php:
|
8226 |
msgid "Out"
|
8227 |
msgstr ""
|
8228 |
|
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:493, ../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:505, ../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:500, ../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:512, ../includes/Elements/Twitter_Feed.php:302, ../includes/Elements/WeForms.php:117
|
21 |
msgid "Unlock more possibilities"
|
22 |
msgstr ""
|
23 |
|
126 |
" option."
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:215, ../includes/Elements/Caldera_Forms.php:1164, ../includes/Elements/Contact_Form_7.php:1190, ../includes/Elements/Content_Ticker.php:92, ../includes/Elements/FluentForm.php:1484, ../includes/Elements/Formstack.php:1400, ../includes/Elements/GravityForms.php:1752, ../includes/Elements/Login_Register.php:272, ../includes/Elements/Login_Register.php:432, ../includes/Elements/Login_Register.php:529, ../includes/Elements/Login_Register.php:816, ../includes/Elements/Login_Register.php:1223, ../includes/Elements/Login_Register.php:1329, ../includes/Elements/Login_Register.php:1397, ../includes/Elements/Login_Register.php:1523, ../includes/Elements/Login_Register.php:1780, ../includes/Elements/Login_Register.php:1924, ../includes/Elements/Login_Register.php:2074, ../includes/Elements/Login_Register.php:2217, ../includes/Elements/Login_Register.php:2308, ../includes/Elements/Login_Register.php:2406, ../includes/Elements/Login_Register.php:2608, ../includes/Elements/Login_Register.php:2653, ../includes/Elements/Login_Register.php:2685, ../includes/Elements/Login_Register.php:2919, ../includes/Elements/Login_Register.php:3081, ../includes/Elements/Login_Register.php:3380, ../includes/Elements/NinjaForms.php:1328, ../includes/Elements/WpForms.php:1168, ../includes/Traits/Woo_Product_Comparable.php:410, ../includes/Traits/Woo_Product_Comparable.php:524, ../includes/Traits/Woo_Product_Comparable.php:615, ../includes/Traits/Woo_Product_Comparable.php:684
|
130 |
msgid "Custom"
|
131 |
msgstr ""
|
132 |
|
295 |
msgid "Post Timeline"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:620, ../includes/Elements/Data_Table.php:32, ../includes/templates/admin/elements.php:140
|
299 |
msgid "Data Table"
|
300 |
msgstr ""
|
301 |
|
411 |
msgid "WooCommerce Elements"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:760, ../includes/Elements/Product_Grid.php:62, ../includes/templates/admin/elements.php:486
|
415 |
msgid "Product Grid"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:765, ../includes/Elements/Woo_Product_Carousel.php:64, ../includes/templates/admin/elements.php:499
|
419 |
msgid "Woo Product Carousel"
|
420 |
msgstr ""
|
421 |
|
439 |
msgid "Data Source"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: ../includes/Elements/Advanced_Data_Table.php:80, ../includes/Elements/Event_Calendar.php:93, ../includes/Elements/Product_Grid.php:353, ../includes/Elements/Sticky_Video.php:144, ../includes/Traits/Controls.php:67
|
443 |
msgid "Source"
|
444 |
msgstr ""
|
445 |
|
495 |
msgid "Placeholder"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: ../includes/Elements/Advanced_Data_Table.php:167, ../includes/Elements/Advanced_Data_Table.php:1056, ../includes/Elements/Facebook_Feed.php:376, ../includes/Elements/FluentForm.php:1679, ../includes/Elements/Formstack.php:1593, ../includes/Elements/Product_Grid.php:2078, ../includes/Elements/Product_Grid.php:2129
|
499 |
msgid "Pagination"
|
500 |
msgstr ""
|
501 |
|
503 |
msgid "Pagination Type"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: ../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:350, ../includes/Elements/Pricing_Table.php:507, ../includes/Elements/Pricing_Table.php:1816, ../includes/Elements/Product_Grid.php:1783, ../includes/Elements/Woo_Checkout.php:1287, ../includes/Elements/Woo_Checkout.php:1585, ../includes/Elements/Woo_Checkout.php:2358, ../includes/Elements/Woo_Product_Carousel.php:1285, ../includes/Traits/Woo_Product_Comparable.php:1201, ../includes/Traits/Woo_Product_Comparable.php:1251
|
507 |
msgid "Button"
|
508 |
msgstr ""
|
509 |
|
523 |
msgid "Export/Import"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: ../includes/Elements/Advanced_Data_Table.php:228, ../includes/Elements/Data_Table.php:458
|
527 |
msgid "Export table as CSV file"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: ../includes/Elements/Advanced_Data_Table.php:230, ../includes/Elements/Data_Table.php:451, ../includes/Elements/Data_Table.php:460
|
531 |
msgid "Export"
|
532 |
msgstr ""
|
533 |
|
551 |
msgid "Table"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: ../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:725, ../includes/Elements/Dual_Color_Header.php:805, ../includes/Elements/Filterable_Gallery.php:2156, ../includes/Elements/Filterable_Gallery.php:2314, ../includes/Elements/FluentForm.php:1479, ../includes/Elements/FluentForm.php:1493, ../includes/Elements/Formstack.php:1395, ../includes/Elements/Formstack.php:1409, ../includes/Elements/GravityForms.php:1631, ../includes/Elements/GravityForms.php:1747, ../includes/Elements/GravityForms.php:1761, ../includes/Elements/GravityForms.php:1994, ../includes/Elements/Login_Register.php:1402, ../includes/Elements/Login_Register.php:1930, ../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:1293, ../includes/Elements/Woo_Product_Carousel.php:2123, ../includes/Elements/Woo_Product_Carousel.php:2326, ../includes/Elements/WpForms.php:1163, ../includes/Elements/WpForms.php:1177, ../includes/Extensions/Table_of_Content.php:384, ../includes/Traits/Woo_Product_Comparable.php:297, ../includes/Traits/Woo_Product_Comparable.php:959, ../includes/Traits/Woo_Product_Comparable.php:1108
|
555 |
msgid "Width"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: ../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:569, ../includes/Elements/Info_Box.php:624, ../includes/Elements/Info_Box.php:818, ../includes/Elements/Info_Box.php:898, ../includes/Elements/Info_Box.php:1052, ../includes/Elements/Info_Box.php:1133, ../includes/Elements/Login_Register.php:2682, ../includes/Elements/NinjaForms.php:659, ../includes/Elements/NinjaForms.php:857, ../includes/Elements/NinjaForms.php:1397, ../includes/Elements/Post_Grid.php:282, ../includes/Elements/Pricing_Table.php:1767, ../includes/Elements/Pricing_Table.php:1933, ../includes/Elements/Product_Grid.php:2224, ../includes/Elements/Team_Member.php:413, ../includes/Elements/Team_Member.php:501, ../includes/Elements/Testimonial.php:435, ../includes/Elements/Tooltip.php:431, ../includes/Elements/Tooltip.php:474, ../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:2231, ../includes/Elements/Woo_Product_Carousel.php:2665, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php:498, ../includes/Traits/Controls.php:1231, ../includes/Traits/Controls.php:1285, ../includes/Traits/Controls.php:1415
|
559 |
msgid "Border"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: ../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:1218, ../includes/Elements/Login_Register.php:1483, ../includes/Elements/Login_Register.php:1718, ../includes/Elements/Login_Register.php:1892, ../includes/Elements/Login_Register.php:2048, ../includes/Elements/Login_Register.php:2188, ../includes/Elements/Login_Register.php:2282, ../includes/Elements/Login_Register.php:2373, ../includes/Elements/Login_Register.php:2547, ../includes/Elements/Login_Register.php:2584, ../includes/Elements/Login_Register.php:2698, ../includes/Elements/Login_Register.php:3208, ../includes/Elements/Login_Register.php:3245, ../includes/Elements/Login_Register.php:3529, ../includes/Elements/Login_Register.php:3566, ../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:290, ../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:1968, ../includes/Elements/Product_Grid.php:2324, ../includes/Elements/Product_Grid.php:2663, ../includes/Elements/Product_Grid.php:2862, ../includes/Elements/Product_Grid.php:2894, ../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:491, ../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:998, ../includes/Elements/Woo_Product_Carousel.php:1400, ../includes/Elements/Woo_Product_Carousel.php:1803, ../includes/Elements/Woo_Product_Carousel.php:1999, ../includes/Elements/Woo_Product_Carousel.php:2031, ../includes/Elements/Woo_Product_Carousel.php:2241, ../includes/Elements/Woo_Product_Carousel.php:2364, ../includes/Elements/Woo_Product_Carousel.php:2675, ../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:521, ../includes/Extensions/Table_of_Content.php:736, ../includes/Traits/Controls.php:1239, ../includes/Traits/Controls.php:1293, ../includes/Traits/Controls.php:1423, ../includes/Traits/Woo_Product_Comparable.php:358, ../includes/Traits/Woo_Product_Comparable.php:503, ../includes/Traits/Woo_Product_Comparable.php:1384
|
563 |
msgid "Border Radius"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: ../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:2886, ../includes/Elements/Product_Grid.php:2921, ../includes/Elements/Progress_Bar.php:652, ../includes/Elements/Twitter_Feed.php:651, ../includes/Elements/Twitter_Feed.php:863, ../includes/Elements/Woo_Product_Carousel.php:957, ../includes/Elements/Woo_Product_Carousel.php:986, ../includes/Elements/Woo_Product_Carousel.php:2023, ../includes/Elements/Woo_Product_Carousel.php:2058, ../includes/Elements/Woo_Product_Carousel.php:2737, ../includes/Extensions/Table_of_Content.php:510, ../includes/Extensions/Table_of_Content.php:755, ../includes/Traits/Woo_Product_Comparable.php:1408
|
567 |
msgid "Box Shadow"
|
568 |
msgstr ""
|
569 |
|
571 |
msgid "Head"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: ../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:371, ../includes/Elements/Post_Grid.php:471, ../includes/Elements/Post_Grid.php:483, ../includes/Elements/Post_Grid.php:625, ../includes/Elements/Post_Grid.php:837, ../includes/Elements/Post_Timeline.php:292, ../includes/Elements/Product_Grid.php:2384, ../includes/Elements/Product_Grid.php:2414, ../includes/Elements/Product_Grid.php:2456, ../includes/Elements/Product_Grid.php:2522, ../includes/Elements/Product_Grid.php:2563, ../includes/Elements/Product_Grid.php:2620, ../includes/Elements/Product_Grid.php:2737, ../includes/Elements/Progress_Bar.php:672, ../includes/Elements/Woo_Checkout.php:1296, ../includes/Elements/Woo_Checkout.php:1594, ../includes/Elements/Woo_Product_Carousel.php:1511, ../includes/Elements/Woo_Product_Carousel.php:1541, ../includes/Elements/Woo_Product_Carousel.php:1583, ../includes/Elements/Woo_Product_Carousel.php:1662, ../includes/Elements/Woo_Product_Carousel.php:1702, ../includes/Elements/Woo_Product_Carousel.php:1759, ../includes/Elements/Woo_Product_Carousel.php:1878, ../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
|
575 |
msgid "Typography"
|
576 |
msgstr ""
|
577 |
|
579 |
msgid "Text Alignment"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: ../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:304, ../includes/Elements/Login_Register.php:674, ../includes/Elements/Login_Register.php:707, ../includes/Elements/Login_Register.php:2491, ../includes/Elements/Login_Register.php:3159, ../includes/Elements/Login_Register.php:3479, ../includes/Elements/NinjaForms.php:282, ../includes/Elements/NinjaForms.php:421, ../includes/Elements/NinjaForms.php:603, ../includes/Elements/NinjaForms.php:1298, ../includes/Elements/Post_Grid.php:448, ../includes/Elements/Post_Grid.php:603, ../includes/Elements/Post_Grid.php:671, ../includes/Elements/Post_Grid.php:766, ../includes/Elements/Post_Grid.php:849, ../includes/Elements/Post_Timeline.php:326, ../includes/Elements/Post_Timeline.php:384, ../includes/Elements/Pricing_Table.php: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:2145, ../includes/Elements/Progress_Bar.php:321, ../includes/Elements/Progress_Bar.php:532, ../includes/Elements/Team_Member.php:380, ../includes/Elements/Testimonial.php:314, ../includes/Elements/Tooltip.php:177, ../includes/Elements/Tooltip.php:283, ../includes/Elements/Tooltip.php:372, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Product_Carousel.php:810, ../includes/Elements/Woo_Product_Carousel.php:859, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Table_of_Content.php:415, ../includes/Traits/Controls.php:599, ../includes/Traits/Controls.php:1504, ../includes/Traits/Controls.php:1555, ../includes/Traits/Controls.php:1556, ../includes/Traits/Controls.php:1878
|
583 |
msgid "Left"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: ../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:634, ../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:308, ../includes/Elements/Login_Register.php:2495, ../includes/Elements/Login_Register.php:3141, ../includes/Elements/Login_Register.php:3163, ../includes/Elements/Login_Register.php:3440, ../includes/Elements/Login_Register.php:3460, ../includes/Elements/Login_Register.php:3483, ../includes/Elements/NinjaForms.php:286, ../includes/Elements/NinjaForms.php:425, ../includes/Elements/NinjaForms.php:607, ../includes/Elements/NinjaForms.php:1302, ../includes/Elements/Post_Grid.php:452, ../includes/Elements/Post_Grid.php:607, ../includes/Elements/Post_Grid.php:675, ../includes/Elements/Post_Grid.php:770, ../includes/Elements/Post_Grid.php:853, ../includes/Elements/Post_Timeline.php:330, ../includes/Elements/Post_Timeline.php:388, ../includes/Elements/Pricing_Table.php:825, ../includes/Elements/Pricing_Table.php:850, ../includes/Elements/Product_Grid.php:707, ../includes/Elements/Product_Grid.php:1025, ../includes/Elements/Product_Grid.php:2149, ../includes/Elements/Progress_Bar.php:325, ../includes/Elements/Progress_Bar.php:536, ../includes/Elements/Team_Member.php:384, ../includes/Elements/Testimonial.php:318, ../includes/Elements/Tooltip.php:181, ../includes/Elements/Tooltip.php:376, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/Woo_Product_Carousel.php:863, ../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:1508, ../includes/Traits/Controls.php:1882
|
587 |
msgid "Center"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: ../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:312, ../includes/Elements/Login_Register.php:678, ../includes/Elements/Login_Register.php:2499, ../includes/Elements/Login_Register.php:3167, ../includes/Elements/Login_Register.php:3487, ../includes/Elements/NinjaForms.php:290, ../includes/Elements/NinjaForms.php:429, ../includes/Elements/NinjaForms.php:611, ../includes/Elements/NinjaForms.php:1306, ../includes/Elements/Post_Grid.php:456, ../includes/Elements/Post_Grid.php:611, ../includes/Elements/Post_Grid.php:679, ../includes/Elements/Post_Grid.php:774, ../includes/Elements/Post_Grid.php:857, ../includes/Elements/Post_Timeline.php:334, ../includes/Elements/Post_Timeline.php:392, ../includes/Elements/Pricing_Table.php: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:2153, ../includes/Elements/Progress_Bar.php:329, ../includes/Elements/Progress_Bar.php:540, ../includes/Elements/Team_Member.php:388, ../includes/Elements/Testimonial.php:322, ../includes/Elements/Tooltip.php:185, ../includes/Elements/Tooltip.php:284, ../includes/Elements/Tooltip.php:380, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Product_Carousel.php:814, ../includes/Elements/Woo_Product_Carousel.php:867, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Table_of_Content.php:416, ../includes/Traits/Controls.php:597, ../includes/Traits/Controls.php:1512, ../includes/Traits/Controls.php:1555, ../includes/Traits/Controls.php:1556, ../includes/Traits/Controls.php:1886
|
591 |
msgid "Right"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: ../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:1240, ../includes/Elements/Info_Box.php:1287, ../includes/Elements/Login_Register.php:2520, ../includes/Elements/Login_Register.php:2659, ../includes/Elements/Login_Register.php:3003, ../includes/Elements/Login_Register.php:3188, ../includes/Elements/Login_Register.php:3225, ../includes/Elements/Login_Register.php:3509, ../includes/Elements/Login_Register.php:3546, ../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:2199, ../includes/Elements/Product_Grid.php:2237, ../includes/Elements/Product_Grid.php:2281, ../includes/Elements/Tooltip.php:410, ../includes/Elements/Tooltip.php:453, ../includes/Elements/Tooltip.php:626, ../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:579, ../includes/Extensions/Table_of_Content.php:894, ../includes/Extensions/Table_of_Content.php:917, ../includes/Extensions/Table_of_Content.php:943, ../includes/Traits/Controls.php:1205, ../includes/Traits/Controls.php:1260, ../includes/Traits/Controls.php:1390, ../includes/Traits/Controls.php:1452, ../includes/Traits/Controls.php:1835
|
595 |
msgid "Text Color"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: ../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:544, ../includes/Elements/Info_Box.php:785, ../includes/Elements/Info_Box.php:864, ../includes/Elements/Info_Box.php:1036, ../includes/Elements/Info_Box.php:1099, ../includes/Elements/Info_Box.php:1253, ../includes/Elements/Info_Box.php:1300, ../includes/Elements/Login_Register.php:1498, ../includes/Elements/Login_Register.php:1631, ../includes/Elements/Login_Register.php:1733, ../includes/Elements/Login_Register.php:1907, ../includes/Elements/Login_Register.php:2263, ../includes/Elements/Login_Register.php:2354, ../includes/Elements/Login_Register.php:2534, ../includes/Elements/Login_Register.php:2572, ../includes/Elements/Login_Register.php:2669, ../includes/Elements/Login_Register.php:3196, ../includes/Elements/Login_Register.php:3233, ../includes/Elements/Login_Register.php:3517, ../includes/Elements/Login_Register.php:3554, ../includes/Elements/NinjaForms.php:634, ../includes/Elements/NinjaForms.php:844, ../includes/Elements/NinjaForms.php:1372, ../includes/Elements/NinjaForms.php:1459, ../includes/Elements/Post_Grid.php:923, ../includes/Elements/Pricing_Table.php: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:1811, ../includes/Elements/Product_Grid.php:1919, ../includes/Elements/Product_Grid.php:2025, ../includes/Elements/Product_Grid.php:2211, ../includes/Elements/Product_Grid.php:2249, ../includes/Elements/Product_Grid.php:2293, ../includes/Elements/Product_Grid.php:2540, ../includes/Elements/Product_Grid.php:2583, ../includes/Elements/Product_Grid.php:2644, ../includes/Elements/Product_Grid.php:2695, ../includes/Elements/Progress_Bar.php:578, ../includes/Elements/Team_Member.php:731, ../includes/Elements/Tooltip.php:399, ../includes/Elements/Tooltip.php:442, ../includes/Elements/Tooltip.php:615, ../includes/Elements/Twitter_Feed.php:401, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Checkout.php:617, ../includes/Elements/Woo_Checkout.php:732, ../includes/Elements/Woo_Checkout.php:854, ../includes/Elements/Woo_Checkout.php:1312, ../includes/Elements/Woo_Checkout.php:1352, ../includes/Elements/Woo_Checkout.php:1610, ../includes/Elements/Woo_Checkout.php:1650, ../includes/Elements/Woo_Checkout.php:2154, ../includes/Elements/Woo_Checkout.php:2284, ../includes/Elements/Woo_Checkout.php:2394, ../includes/Elements/Woo_Checkout.php:2434, ../includes/Elements/Woo_Product_Carousel.php:885, ../includes/Elements/Woo_Product_Carousel.php:1378, ../includes/Elements/Woo_Product_Carousel.php:1460, ../includes/Elements/Woo_Product_Carousel.php:1679, ../includes/Elements/Woo_Product_Carousel.php:1722, ../includes/Elements/Woo_Product_Carousel.php:1784, ../includes/Elements/Woo_Product_Carousel.php:1836, ../includes/Elements/Woo_Product_Carousel.php:2640, ../includes/Elements/Woo_Product_Carousel.php:2696, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Table_of_Content.php:566, ../includes/Extensions/Table_of_Content.php:712, ../includes/Extensions/Table_of_Content.php:776, ../includes/Traits/Controls.php:1402, ../includes/Traits/Controls.php:1464, ../includes/Traits/Controls.php:1845, ../includes/Traits/Woo_Product_Comparable.php:370, ../includes/Traits/Woo_Product_Comparable.php:476
|
599 |
msgid "Background Color"
|
600 |
msgstr ""
|
601 |
|
603 |
msgid "Cell Border"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: ../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:556, ../includes/Elements/Login_Register.php:1461, ../includes/Elements/Login_Register.php:2026, ../includes/Elements/Login_Register.php:2165, ../includes/Elements/Login_Register.php:2238, ../includes/Elements/Login_Register.php:2329, ../includes/Elements/Login_Register.php:2431, ../includes/Elements/Login_Register.php:2467, ../includes/Elements/Login_Register.php:2629, ../includes/Elements/Login_Register.php:3101, ../includes/Elements/Login_Register.php:3400, ../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/Team_Member.php:487, ../includes/Elements/Testimonial.php:421, ../includes/Elements/Tooltip.php:344, ../includes/Elements/Tooltip.php:593, ../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:1020, ../includes/Elements/Woo_Product_Carousel.php:2253, ../includes/Elements/WpForms.php:752, ../includes/Elements/WpForms.php:1255, ../includes/Extensions/Table_of_Content.php:601, ../includes/Extensions/Table_of_Content.php:789, ../includes/Traits/Controls.php:1309, ../includes/Traits/Controls.php:1354, ../includes/Traits/Controls.php:1855, ../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
|
607 |
msgid "Padding"
|
608 |
msgstr ""
|
609 |
|
611 |
msgid "Body"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: ../includes/Elements/Advanced_Data_Table.php:572, ../includes/Elements/Data_Table.php:963, ../includes/Elements/Facebook_Feed.php:986, ../includes/Elements/Twitter_Feed.php:598, ../includes/Elements/Woo_Checkout.php:905, ../includes/Elements/Woo_Checkout.php:921, ../includes/Elements/Woo_Checkout.php:948, ../includes/Elements/Woo_Checkout.php:965, ../includes/Elements/Woo_Checkout.php:2335
|
615 |
msgid "Link Color"
|
616 |
msgstr ""
|
617 |
|
623 |
msgid "Highlight"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: ../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:99, ../includes/Elements/Info_Box.php:805, ../includes/Elements/Info_Box.php:885, ../includes/Elements/Info_Box.php:1024, ../includes/Elements/Info_Box.php:1120, ../includes/Elements/Post_Grid.php:897, ../includes/Elements/Sticky_Video.php:552, ../includes/Extensions/Table_of_Content.php:814, ../includes/Extensions/Table_of_Content.php:1035
|
627 |
msgid "None"
|
628 |
msgstr ""
|
629 |
|
651 |
msgid "Odd Row"
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: ../includes/Elements/Advanced_Data_Table.php:900, ../includes/Elements/Dual_Color_Header.php:751, ../includes/Elements/Dual_Color_Header.php:831, ../includes/Elements/Flip_Box.php:123, ../includes/Elements/FluentForm.php:1287, ../includes/Elements/FluentForm.php:1372, ../includes/Elements/FluentForm.php:1785, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:304, ../includes/Elements/Login_Register.php:1973, ../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:1312, ../includes/Elements/Woo_Product_Carousel.php:2145, ../includes/Elements/Woo_Product_Carousel.php:2345, ../includes/Extensions/Reading_Progress.php:128
|
655 |
msgid "Height"
|
656 |
msgstr ""
|
657 |
|
659 |
msgid "Margin Bottom"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: ../includes/Elements/Advanced_Data_Table.php: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:626, ../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:3155, ../includes/Elements/Login_Register.php:3475, ../includes/Elements/NinjaForms.php:417, ../includes/Elements/NinjaForms.php:599, ../includes/Elements/NinjaForms.php:1294, ../includes/Elements/Post_Grid.php:444, ../includes/Elements/Post_Grid.php:762, ../includes/Elements/Post_Grid.php:845, ../includes/Elements/Product_Grid.php:699, ../includes/Elements/Product_Grid.php:1017, ../includes/Elements/Product_Grid.php:1698, ../includes/Elements/Product_Grid.php:2141, ../includes/Elements/Progress_Bar.php:317, ../includes/Elements/Progress_Bar.php:528, ../includes/Elements/Tooltip.php:172, ../includes/Elements/Woo_Product_Carousel.php:806, ../includes/Elements/Woo_Product_Carousel.php:855, ../includes/Elements/WpForms.php:384, ../includes/Elements/WpForms.php:568, ../includes/Elements/WpForms.php:1133, ../includes/Traits/Controls.php:1874
|
663 |
msgid "Alignment"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: ../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:678, ../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:689, ../includes/Elements/Info_Box.php:751, ../includes/Elements/Info_Box.php:984, ../includes/Elements/Info_Box.php:1381, ../includes/Elements/Login_Register.php:1446, ../includes/Elements/Login_Register.php:2011, ../includes/Elements/Login_Register.php:2150, ../includes/Elements/Login_Register.php:2223, ../includes/Elements/Login_Register.php:2314, ../includes/Elements/Login_Register.php:2416, ../includes/Elements/Login_Register.php:2452, ../includes/Elements/Login_Register.php:2614, ../includes/Elements/Login_Register.php:3086, ../includes/Elements/Login_Register.php:3321, ../includes/Elements/Login_Register.php:3385, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:380, ../includes/Elements/Post_Grid.php:495, ../includes/Elements/Post_Grid.php:510, ../includes/Elements/Post_Grid.php:634, ../includes/Elements/Post_Grid.php:722, ../includes/Elements/Post_Grid.php:798, ../includes/Elements/Pricing_Table.php: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:355, ../includes/Elements/Tooltip.php:604, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/Woo_Product_Carousel.php:914, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1321, ../includes/Traits/Controls.php:1366, ../includes/Traits/Woo_Product_Comparable.php:330, ../includes/Traits/Woo_Product_Comparable.php:1452
|
667 |
msgid "Margin"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: ../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:537, ../includes/Elements/Info_Box.php:765, ../includes/Elements/Info_Box.php:998, ../includes/Elements/Info_Box.php:1234, ../includes/Elements/Info_Box.php:1347, ../includes/Elements/Login_Register.php:2517, ../includes/Elements/Login_Register.php:3185, ../includes/Elements/Login_Register.php:3348, ../includes/Elements/Login_Register.php:3506, ../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:1901, ../includes/Elements/Product_Grid.php:2194, ../includes/Elements/Product_Grid.php:2627, ../includes/Elements/Team_Member.php:714, ../includes/Elements/Tooltip.php:395, ../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:926, ../includes/Elements/Woo_Product_Carousel.php:1362, ../includes/Elements/Woo_Product_Carousel.php:1767, ../includes/Elements/Woo_Product_Carousel.php:2211, ../includes/Elements/Woo_Product_Carousel.php:2633, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php:887, ../includes/Traits/Controls.php:1198, ../includes/Traits/Controls.php:1385, ../includes/Traits/Woo_Product_Comparable.php:828, ../includes/Traits/Woo_Product_Comparable.php:1214, ../includes/Traits/Woo_Product_Comparable.php:1632
|
671 |
msgid "Normal"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: ../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:598, ../includes/Elements/Info_Box.php:836, ../includes/Elements/Info_Box.php:1070, ../includes/Elements/Info_Box.php:1281, ../includes/Elements/Info_Box.php:1457, ../includes/Elements/Login_Register.php:3222, ../includes/Elements/Login_Register.php:3543, ../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:2008, ../includes/Elements/Product_Grid.php:2232, ../includes/Elements/Product_Grid.php:2678, ../includes/Elements/Team_Member.php:791, ../includes/Elements/Tooltip.php:438, ../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:966, ../includes/Elements/Woo_Product_Carousel.php:1444, ../includes/Elements/Woo_Product_Carousel.php:1819, ../includes/Elements/Woo_Product_Carousel.php:2274, ../includes/Elements/Woo_Product_Carousel.php:2689, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php:910, ../includes/Traits/Controls.php:1253, ../includes/Traits/Controls.php:1447, ../includes/Traits/Woo_Product_Comparable.php:928, ../includes/Traits/Woo_Product_Comparable.php:1295, ../includes/Traits/Woo_Product_Comparable.php:1682
|
675 |
msgid "Hover"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: ../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:546, ../includes/Elements/Dual_Color_Header.php:689, ../includes/Elements/Event_Calendar.php:735, ../includes/Elements/Event_Calendar.php:775, ../includes/Elements/Event_Calendar.php:842, ../includes/Elements/Event_Calendar.php:896, ../includes/Elements/Event_Calendar.php:979, ../includes/Elements/Event_Calendar.php:1054, ../includes/Elements/Event_Calendar.php:1088, ../includes/Elements/Event_Calendar.php:1197, ../includes/Elements/Event_Calendar.php:1563, ../includes/Elements/Facebook_Feed.php:769, ../includes/Elements/Facebook_Feed.php:807, ../includes/Elements/Facebook_Feed.php:847, ../includes/Elements/Facebook_Feed.php:895, ../includes/Elements/Facebook_Feed.php:933, ../includes/Elements/Facebook_Feed.php:971, ../includes/Elements/Facebook_Feed.php:1024, ../includes/Elements/Facebook_Feed.php:1062, ../includes/Elements/Facebook_Feed.php:1100, ../includes/Elements/Facebook_Feed.php:1132, ../includes/Elements/Fancy_Text.php: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:1361, ../includes/Elements/Info_Box.php:1437, ../includes/Elements/Login_Register.php:2253, ../includes/Elements/Login_Register.php:2344, ../includes/Elements/Login_Register.php:2758, ../includes/Elements/NinjaForms.php:1030, ../includes/Elements/NinjaForms.php:1148, ../includes/Elements/NinjaForms.php:1567, ../includes/Elements/Post_Grid.php:359, ../includes/Elements/Post_Grid.php:432, ../includes/Elements/Post_Grid.php:824, ../includes/Elements/Pricing_Table.php: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:1906, ../includes/Elements/Product_Grid.php:2013, ../includes/Elements/Product_Grid.php:2350, ../includes/Elements/Product_Grid.php:2530, ../includes/Elements/Product_Grid.php:2571, ../includes/Elements/Product_Grid.php:2632, ../includes/Elements/Product_Grid.php:2683, ../includes/Elements/Product_Grid.php:2840, ../includes/Elements/Progress_Bar.php:407, ../includes/Elements/Progress_Bar.php:467, ../includes/Elements/Twitter_Feed.php:682, ../includes/Elements/Twitter_Feed.php:711, ../includes/Elements/Twitter_Feed.php:741, ../includes/Elements/Twitter_Feed.php:911, ../includes/Elements/Woo_Checkout.php:572, ../includes/Elements/Woo_Checkout.php:746, ../includes/Elements/Woo_Checkout.php:760, ../includes/Elements/Woo_Checkout.php:868, ../includes/Elements/Woo_Checkout.php:882, ../includes/Elements/Woo_Checkout.php:1055, ../includes/Elements/Woo_Checkout.php:1091, ../includes/Elements/Woo_Checkout.php:1107, ../includes/Elements/Woo_Checkout.php:1175, ../includes/Elements/Woo_Checkout.php:1274, ../includes/Elements/Woo_Checkout.php:1324, ../includes/Elements/Woo_Checkout.php:1364, ../includes/Elements/Woo_Checkout.php:1461, ../includes/Elements/Woo_Checkout.php:1622, ../includes/Elements/Woo_Checkout.php:1662, ../includes/Elements/Woo_Checkout.php:1780, ../includes/Elements/Woo_Checkout.php:1824, ../includes/Elements/Woo_Checkout.php:1868, ../includes/Elements/Woo_Checkout.php:1974, ../includes/Elements/Woo_Checkout.php:2013, ../includes/Elements/Woo_Checkout.php:2053, ../includes/Elements/Woo_Checkout.php:2240, ../includes/Elements/Woo_Checkout.php:2261, ../includes/Elements/Woo_Checkout.php:2296, ../includes/Elements/Woo_Checkout.php:2317, ../includes/Elements/Woo_Checkout.php:2406, ../includes/Elements/Woo_Checkout.php:2446, ../includes/Elements/Woo_Product_Carousel.php:1172, ../includes/Elements/Woo_Product_Carousel.php:1367, ../includes/Elements/Woo_Product_Carousel.php:1449, ../includes/Elements/Woo_Product_Carousel.php:1669, ../includes/Elements/Woo_Product_Carousel.php:1710, ../includes/Elements/Woo_Product_Carousel.php:1772, ../includes/Elements/Woo_Product_Carousel.php:1824, ../includes/Elements/Woo_Product_Carousel.php:1977, ../includes/Elements/Woo_Product_Carousel.php:2218, ../includes/Elements/Woo_Product_Carousel.php:2281, ../includes/Elements/Woo_Product_Carousel.php:2314, ../includes/Elements/Woo_Product_Carousel.php:2652, ../includes/Elements/Woo_Product_Carousel.php:2708, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php:1046, ../includes/Traits/Woo_Product_Comparable.php:49, ../includes/Traits/Woo_Product_Comparable.php:109, ../includes/Traits/Woo_Product_Comparable.php:1362, ../includes/Traits/Woo_Product_Comparable.php:1474
|
679 |
msgid "Color"
|
680 |
msgstr ""
|
681 |
|
695 |
msgid "Accordion"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: ../includes/Elements/Adv_Accordion.php:116, ../includes/Elements/Login_Register.php:2933, ../includes/Elements/Woo_Product_Carousel.php:2544, ../includes/Traits/Elements.php:286, ../includes/templates/admin/elements.php:83
|
699 |
msgid "Toggle"
|
700 |
msgstr ""
|
701 |
|
703 |
msgid "Select Accordion Tab Title Tag"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: ../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:234, ../includes/Elements/Product_Grid.php:458, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:114, ../includes/Elements/Woo_Product_Carousel.php:258, ../includes/Extensions/Table_of_Content.php:147, ../includes/Traits/Controls.php:802
|
707 |
msgid "H1"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: ../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:235, ../includes/Elements/Product_Grid.php:459, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:115, ../includes/Elements/Woo_Product_Carousel.php:259, ../includes/Extensions/Table_of_Content.php:148, ../includes/Traits/Controls.php:803
|
711 |
msgid "H2"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: ../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:236, ../includes/Elements/Product_Grid.php:460, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:116, ../includes/Elements/Woo_Product_Carousel.php:260, ../includes/Extensions/Table_of_Content.php:149, ../includes/Traits/Controls.php:804
|
715 |
msgid "H3"
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: ../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:237, ../includes/Elements/Product_Grid.php:461, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:117, ../includes/Elements/Woo_Product_Carousel.php:261, ../includes/Extensions/Table_of_Content.php:150, ../includes/Traits/Controls.php:805
|
719 |
msgid "H4"
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: ../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:238, ../includes/Elements/Product_Grid.php:462, ../includes/Elements/Progress_Bar.php:142, ../includes/Elements/Tooltip.php:118, ../includes/Elements/Woo_Product_Carousel.php:262, ../includes/Extensions/Table_of_Content.php:151, ../includes/Traits/Controls.php:806
|
723 |
msgid "H5"
|
724 |
msgstr ""
|
725 |
|
726 |
+
#: ../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:239, ../includes/Elements/Product_Grid.php:463, ../includes/Elements/Progress_Bar.php:143, ../includes/Elements/Tooltip.php:119, ../includes/Elements/Woo_Product_Carousel.php:263, ../includes/Extensions/Table_of_Content.php:152, ../includes/Traits/Controls.php:807
|
727 |
msgid "H6"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: ../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:240, ../includes/Elements/Woo_Product_Carousel.php:264, ../includes/Traits/Controls.php:808
|
731 |
msgid "Span"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: ../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:241, ../includes/Elements/Tooltip.php:122, ../includes/Elements/Woo_Product_Carousel.php:265, ../includes/Traits/Controls.php:809
|
735 |
msgid "P"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: ../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:242, ../includes/Elements/Woo_Product_Carousel.php:266, ../includes/Traits/Controls.php:810
|
739 |
msgid "Div"
|
740 |
msgstr ""
|
741 |
|
767 |
msgid "Enable Tab Icon"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: ../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:107, ../includes/Elements/Info_Box.php:176, ../includes/Elements/Info_Box.php:441, ../includes/Elements/Pricing_Table.php:172, ../includes/Elements/Team_Member.php:166, ../includes/Elements/Tooltip.php:74, ../includes/Elements/Tooltip.php:144, ../includes/Elements/Twitter_Feed.php:877, ../includes/Extensions/Table_of_Content.php:622, ../includes/Traits/Controls.php:714, ../includes/Traits/Controls.php:767
|
771 |
msgid "Icon"
|
772 |
msgstr ""
|
773 |
|
775 |
msgid "Tab Title"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: ../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:249, ../includes/Elements/Tooltip.php:69
|
779 |
msgid "Content Type"
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: ../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:252, ../includes/Elements/Product_Grid.php:2446, ../includes/Elements/Tooltip.php:96, ../includes/Elements/Tooltip.php:268, ../includes/Elements/Woo_Product_Carousel.php:1573
|
783 |
msgid "Content"
|
784 |
msgstr ""
|
785 |
|
787 |
msgid "Saved Templates"
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: ../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:262
|
791 |
msgid "Choose Template"
|
792 |
msgstr ""
|
793 |
|
811 |
msgid "Accordion Tab Title 3"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: ../includes/Elements/Adv_Accordion.php:342, ../includes/Elements/Data_Table.php:502, ../includes/Elements/Filterable_Gallery.php:826
|
815 |
msgid "General Style"
|
816 |
msgstr ""
|
817 |
|
819 |
msgid "Tab Style"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: ../includes/Elements/Adv_Accordion.php:416, ../includes/Elements/Adv_Accordion.php:793, ../includes/Elements/Adv_Tabs.php:397, ../includes/Elements/Creative_Button.php: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:584, ../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:936, ../includes/Elements/Info_Box.php:1179, ../includes/Elements/Login_Register.php:2822, ../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:2788, ../includes/Elements/Team_Member.php:643, ../includes/Elements/Tooltip.php:201, ../includes/Elements/Woo_Product_Carousel.php:1141, ../includes/Elements/Woo_Product_Carousel.php:1925, ../includes/Elements/Woo_Product_Carousel.php:2573, ../includes/Extensions/Table_of_Content.php:658, ../includes/Traits/Woo_Product_Comparable.php:1335
|
823 |
msgid "Icon Size"
|
824 |
msgstr ""
|
825 |
|
831 |
msgid "Distance"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: ../includes/Elements/Adv_Accordion.php:548, ../includes/Elements/Adv_Accordion.php:608, ../includes/Elements/Adv_Accordion.php:669, ../includes/Elements/Adv_Tabs.php:500, ../includes/Elements/Adv_Tabs.php:567, ../includes/Elements/Adv_Tabs.php:636, ../includes/Elements/Data_Table.php:1076, ../includes/Elements/Data_Table.php:1094, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:610, ../includes/Elements/Event_Calendar.php:1462, ../includes/Elements/Feature_List.php:122, ../includes/Elements/Info_Box.php:772, ../includes/Elements/Info_Box.php:851, ../includes/Elements/Info_Box.php:1005, ../includes/Elements/Info_Box.php:1085, ../includes/Elements/Post_Grid.php:947, ../includes/Elements/Pricing_Table.php:343, ../includes/Elements/Pricing_Table.php:1741, ../includes/Elements/Team_Member.php:719, ../includes/Elements/Twitter_Feed.php:618, ../includes/Elements/Woo_Checkout.php:1186, ../includes/Elements/Woo_Checkout.php:1472
|
835 |
msgid "Icon Color"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: ../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:2276, ../includes/Elements/Woo_Product_Carousel.php:2307, ../includes/Extensions/Table_of_Content.php:936
|
839 |
msgid "Active"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: ../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:1392, ../includes/Elements/Tooltip.php:315, ../includes/Elements/Twitter_Feed.php:702
|
843 |
msgid "Content Style"
|
844 |
msgstr ""
|
845 |
|
859 |
msgid "Caret Color"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: ../includes/Elements/Adv_Tabs.php:80, ../includes/Elements/Countdown.php:148, ../includes/Elements/Facebook_Feed.php:179, ../includes/Elements/Filterable_Gallery.php:170, ../includes/Elements/Product_Grid.php:250, ../includes/Elements/Product_Grid.php:444, ../includes/Elements/Progress_Bar.php:75, ../includes/Elements/Progress_Bar.php:101, ../includes/Elements/Woo_Checkout.php:115, ../includes/Elements/Woo_Product_Carousel.php:232, ../includes/Traits/Controls.php:404, ../includes/Traits/Controls.php:533, ../includes/Traits/Controls.php:593
|
863 |
msgid "Layout"
|
864 |
msgstr ""
|
865 |
|
875 |
msgid "Enable Icon"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: ../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:122, ../includes/Elements/Info_Box.php:453, ../includes/Elements/Pricing_Table.php:541
|
879 |
msgid "Icon Position"
|
880 |
msgstr ""
|
881 |
|
895 |
msgid "Icon Type"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: ../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:111, ../includes/Elements/Post_Grid.php:99, ../includes/Elements/Tooltip.php:82, ../includes/Elements/Tooltip.php:159, ../includes/Traits/Controls.php:573, ../includes/Traits/Controls.php:710, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:73
|
899 |
msgid "Image"
|
900 |
msgstr ""
|
901 |
|
923 |
msgid "Tab Background Color"
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: ../includes/Elements/Adv_Tabs.php:782, ../includes/Elements/Woo_Product_Carousel.php:2540
|
927 |
msgid "Caret"
|
928 |
msgstr ""
|
929 |
|
935 |
msgid "Caret Size"
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: ../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:359, ../includes/Elements/Info_Box.php:373, ../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:112, ../includes/Elements/Post_Grid.php:126, ../includes/Elements/Post_Grid.php:152, ../includes/Elements/Post_Grid.php:166, ../includes/Elements/Post_Grid.php:192, ../includes/Elements/Post_Grid.php:206, ../includes/Elements/Pricing_Table.php:220, ../includes/Elements/Pricing_Table.php:1879, ../includes/Elements/Team_Member.php:705, ../includes/Elements/Woo_Product_Carousel.php:350, ../includes/Elements/Woo_Product_Carousel.php:556, ../includes/Elements/Woo_Product_Carousel.php:588, ../includes/Elements/Woo_Product_Carousel.php:603, ../includes/Elements/Woo_Product_Carousel.php:638, ../includes/Elements/Woo_Product_Carousel.php:650, ../includes/Elements/Woo_Product_Carousel.php:2114, ../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
|
939 |
msgid "Yes"
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: ../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:360, ../includes/Elements/Info_Box.php:374, ../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:113, ../includes/Elements/Post_Grid.php:127, ../includes/Elements/Post_Grid.php:153, ../includes/Elements/Post_Grid.php:167, ../includes/Elements/Post_Grid.php:193, ../includes/Elements/Post_Grid.php:207, ../includes/Elements/Pricing_Table.php:221, ../includes/Elements/Pricing_Table.php:1880, ../includes/Elements/Team_Member.php:706, ../includes/Elements/Woo_Product_Carousel.php:351, ../includes/Elements/Woo_Product_Carousel.php:557, ../includes/Elements/Woo_Product_Carousel.php:589, ../includes/Elements/Woo_Product_Carousel.php:604, ../includes/Elements/Woo_Product_Carousel.php:639, ../includes/Elements/Woo_Product_Carousel.php:651, ../includes/Elements/Woo_Product_Carousel.php:2115, ../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
|
943 |
msgid "No"
|
944 |
msgstr ""
|
945 |
|
959 |
msgid "Show Icon"
|
960 |
msgstr ""
|
961 |
|
962 |
+
#: ../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:291, ../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:88, ../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:2092, ../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:617, ../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:788, ../includes/Traits/Controls.php:836, ../includes/Traits/Controls.php:904, ../includes/Traits/Controls.php:939, ../includes/Traits/Controls.php:966, ../includes/Traits/Controls.php:1017, ../includes/Traits/Controls.php:1045, ../includes/Traits/Controls.php:1061, ../includes/Traits/Controls.php:1076
|
963 |
msgid "Show"
|
964 |
msgstr ""
|
965 |
|
966 |
+
#: ../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:292, ../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:89, ../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:2093, ../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:618, ../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:789, ../includes/Traits/Controls.php:837, ../includes/Traits/Controls.php:905, ../includes/Traits/Controls.php:940, ../includes/Traits/Controls.php:967, ../includes/Traits/Controls.php:1018, ../includes/Traits/Controls.php:1046, ../includes/Traits/Controls.php:1062, ../includes/Traits/Controls.php:1077
|
967 |
msgid "Hide"
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: ../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:786
|
971 |
msgid "Show Title"
|
972 |
msgstr ""
|
973 |
|
1011 |
msgid "Area"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:423, ../includes/Elements/Betterdocs_Category_Box.php:458, ../includes/Elements/Betterdocs_Category_Box.php:815, ../includes/Elements/Betterdocs_Category_Box.php:922, ../includes/Elements/Betterdocs_Category_Grid.php:539, ../includes/Elements/Betterdocs_Category_Grid.php:777, ../includes/Elements/Betterdocs_Category_Grid.php:1097, ../includes/Elements/Betterdocs_Category_Grid.php:1250, ../includes/Elements/Betterdocs_Search_Form.php:248, ../includes/Elements/Caldera_Forms.php:945, ../includes/Elements/Contact_Form_7.php:972, ../includes/Elements/Feature_List.php:557, ../includes/Elements/Filterable_Gallery.php:715, ../includes/Elements/FluentForm.php:911, ../includes/Elements/Formstack.php:1137, ../includes/Elements/Formstack.php:1290, ../includes/Elements/GravityForms.php:1215, ../includes/Elements/GravityForms.php:1411, ../includes/Elements/Login_Register.php:2736, ../includes/Elements/Login_Register.php:3345, ../includes/Elements/NinjaForms.php:992, ../includes/Elements/Progress_Bar.php:551, ../includes/Elements/Woo_Product_Carousel.php:2167, ../includes/Elements/WpForms.php:946, ../includes/Traits/Woo_Product_Comparable.php:50, ../includes/Traits/Woo_Product_Comparable.php:113, ../includes/Traits/Woo_Product_Comparable.php:1427
|
1015 |
msgid "Size"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: ../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:2403, ../includes/Elements/Login_Register.php:2605, ../includes/Elements/Login_Register.php:3078, ../includes/Elements/Login_Register.php:3377, ../includes/Elements/NinjaForms.php:797, ../includes/Elements/NinjaForms.php:914, ../includes/Elements/NinjaForms.php:1579, ../includes/Elements/Post_Grid.php:870, ../includes/Elements/Woo_Checkout.php:1985, ../includes/Elements/Woo_Product_Carousel.php:2190, ../includes/Elements/WpForms.php:765, ../includes/Elements/WpForms.php:871
|
1019 |
msgid "Spacing"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: ../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:2214, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:138, ../includes/Elements/Pricing_Table.php:136, ../includes/Elements/Product_Grid.php:2375, ../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:1502, ../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
|
1023 |
msgid "Title"
|
1024 |
msgstr ""
|
1025 |
|
1031 |
msgid "Count"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:87, ../includes/Elements/Betterdocs_Category_Grid.php:90, ../includes/Elements/Betterdocs_Search_Form.php:83, ../includes/Elements/Caldera_Forms.php:67, ../includes/Elements/Career_Page.php:49, ../includes/Elements/Contact_Form_7.php:109, ../includes/Elements/Crowdfundly_All_Campaign.php:38, ../includes/Elements/Crowdfundly_Organization.php:38, ../includes/Elements/Crowdfundly_Single_Campaign.php:38, ../includes/Elements/EmbedPress.php:54, ../includes/Elements/FluentForm.php:79, ../includes/Elements/Formstack.php:75, ../includes/Elements/Formstack.php:96, ../includes/Elements/Formstack.php:117, ../includes/Elements/GravityForms.php:107, ../includes/Elements/NinjaForms.php:72, ../includes/Elements/TypeForm.php:99, ../includes/Elements/WeForms.php:70, ../includes/Elements/Woocommerce_Review.php:52, ../includes/Elements/Woo_Checkout.php:84, ../includes/Elements/Woo_Product_Carousel.php:203, ../includes/Elements/WpForms.php:69, ../includes/Traits/Woo_Product_Comparable.php:121
|
1035 |
msgid "Warning!"
|
1036 |
msgstr ""
|
1037 |
|
1043 |
msgid "File Not Found"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: ../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:1041, ../includes/Elements/Post_Timeline.php:460, ../includes/Elements/Product_Grid.php:2998
|
1047 |
msgid "<p class=\"no-posts-found\">No posts found!</p>"
|
1048 |
msgstr ""
|
1049 |
|
1051 |
msgid "Layout Mode"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:141, ../includes/Elements/Betterdocs_Category_Grid.php:304, ../includes/Elements/Filterable_Gallery.php:146, ../includes/Elements/Product_Grid.php:254, ../includes/Traits/Controls.php:537
|
1055 |
msgid "Grid"
|
1056 |
msgstr ""
|
1057 |
|
1059 |
msgid "Fit to Screen"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:143, ../includes/Elements/Filterable_Gallery.php:147, ../includes/Elements/Product_Grid.php:256, ../includes/Elements/Twitter_Feed.php:159, ../includes/Traits/Controls.php:538
|
1063 |
msgid "Masonry"
|
1064 |
msgstr ""
|
1065 |
|
1079 |
msgid "Show Button"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: ../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:403, ../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:949
|
1083 |
msgid "Button Text"
|
1084 |
msgstr ""
|
1085 |
|
1099 |
msgid "Ticker Background"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: ../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:801
|
1103 |
msgid "List"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:1017, ../includes/Elements/Filterable_Gallery.php:1228, ../includes/Elements/Filterable_Gallery.php:1608, ../includes/Elements/Filterable_Gallery.php:2374, ../includes/Elements/Pricing_Table.php:1775, ../includes/Elements/Product_Grid.php:2768, ../includes/Elements/Twitter_Feed.php:753, ../includes/Elements/Woo_Product_Carousel.php:1905
|
1107 |
msgid "Hover Color"
|
1108 |
msgstr ""
|
1109 |
|
1139 |
msgid "After"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
+
#: ../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:1500
|
1143 |
msgid "Button Alignment"
|
1144 |
msgstr ""
|
1145 |
|
1163 |
msgid "Field Padding"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
+
#: ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Facebook_Feed.php:518, ../includes/Elements/Post_Grid.php:392, ../includes/Elements/Pricing_Table.php:472, ../includes/Elements/Pricing_Table.php:1450, ../includes/Elements/Woo_Product_Carousel.php:2377
|
1167 |
msgid "Shadow"
|
1168 |
msgstr ""
|
1169 |
|
1175 |
msgid "Close Icon"
|
1176 |
msgstr ""
|
1177 |
|
1178 |
+
#: ../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:1872, ../includes/Elements/Product_Grid.php:2052, ../includes/Elements/Product_Grid.php:2261, ../includes/Elements/Product_Grid.php:2305, ../includes/Elements/Product_Grid.php:2499, ../includes/Elements/Product_Grid.php:2595, ../includes/Elements/Product_Grid.php:2707, ../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:971, ../includes/Elements/Woo_Product_Carousel.php:1347, ../includes/Elements/Woo_Product_Carousel.php:1471, ../includes/Elements/Woo_Product_Carousel.php:1639, ../includes/Elements/Woo_Product_Carousel.php:1734, ../includes/Elements/Woo_Product_Carousel.php:1848, ../includes/Elements/Woo_Product_Carousel.php:2293, ../includes/Elements/Woo_Product_Carousel.php:2720, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1476, ../includes/Traits/Woo_Product_Comparable.php:1713
|
1179 |
msgid "Border Color"
|
1180 |
msgstr ""
|
1181 |
|
1207 |
msgid "Custom Title & Description"
|
1208 |
msgstr ""
|
1209 |
|
1210 |
+
#: ../includes/Elements/Caldera_Forms.php:134, ../includes/Elements/Caldera_Forms.php:319, ../includes/Elements/Contact_Form_7.php:187, ../includes/Elements/Contact_Form_7.php:496, ../includes/Elements/Event_Calendar.php:265, ../includes/Elements/Feature_List.php:790, ../includes/Elements/FluentForm.php:148, ../includes/Elements/FluentForm.php:326, ../includes/Elements/FluentForm.php:1152, ../includes/Elements/Formstack.php:217, ../includes/Elements/Formstack.php:521, ../includes/Elements/Formstack.php:704, ../includes/Elements/GravityForms.php:173, ../includes/Elements/GravityForms.php:204, ../includes/Elements/GravityForms.php:537, ../includes/Elements/NinjaForms.php:155, ../includes/Elements/NinjaForms.php:492, ../includes/Elements/Team_Member.php:132, ../includes/Elements/WpForms.php:131, ../includes/Elements/WpForms.php:162, ../includes/Elements/WpForms.php:459, ../includes/Traits/Controls.php:308, ../includes/Traits/Woo_Product_Comparable.php:44, ../includes/Traits/Woo_Product_Comparable.php:85
|
1211 |
msgid "Description"
|
1212 |
msgstr ""
|
1213 |
|
1243 |
msgid "Form Alignment"
|
1244 |
msgstr ""
|
1245 |
|
1246 |
+
#: ../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:1396, ../includes/Elements/Login_Register.php:1522, ../includes/Elements/Login_Register.php:1779, ../includes/Elements/Login_Register.php:1923, ../includes/Elements/Login_Register.php:2073, ../includes/Elements/Login_Register.php:2216, ../includes/Elements/Login_Register.php:2307, ../includes/Elements/Login_Register.php:2405, ../includes/Elements/Login_Register.php:2607, ../includes/Elements/Login_Register.php:2652, ../includes/Elements/Login_Register.php:2684, ../includes/Elements/Login_Register.php:2918, ../includes/Elements/Login_Register.php:3080, ../includes/Elements/Login_Register.php:3379, ../includes/Elements/NinjaForms.php:278, ../includes/Elements/Post_Grid.php:233, ../includes/Elements/Pricing_Table.php:86, ../includes/Elements/Pricing_Table.php:468, ../includes/Elements/Product_Grid.php:268, ../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:1546, ../includes/Traits/Login_Registration.php:571, ../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:4, ../includes/Template/Post-Grid/default.php:4, ../includes/Template/Post-Timeline/default.php:3
|
1247 |
msgid "Default"
|
1248 |
msgstr ""
|
1249 |
|
1383 |
msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
|
1384 |
msgstr ""
|
1385 |
|
1386 |
+
#: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:789, ../includes/Elements/Dual_Color_Header.php:869, ../includes/Elements/Event_Calendar.php:654, ../includes/Elements/Event_Calendar.php:786, ../includes/Elements/Event_Calendar.php:853, ../includes/Elements/Event_Calendar.php:907, ../includes/Elements/Event_Calendar.php:1019, ../includes/Elements/Event_Calendar.php:1111, ../includes/Elements/Event_Calendar.php:1209, ../includes/Elements/Event_Calendar.php:1575, ../includes/Elements/Event_Calendar.php:1684, ../includes/Elements/Facebook_Feed.php:488, ../includes/Elements/Facebook_Feed.php:501, ../includes/Elements/Facebook_Feed.php:576, ../includes/Elements/Facebook_Feed.php:589, ../includes/Elements/Facebook_Feed.php:674, ../includes/Elements/Facebook_Feed.php:687, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Fancy_Text.php: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:351, ../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:2851, ../includes/Elements/Product_Grid.php:2908, ../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:1988, ../includes/Elements/Woo_Product_Carousel.php:2045, ../includes/Traits/Controls.php:1218, ../includes/Traits/Controls.php:1272, ../includes/Traits/Woo_Product_Comparable.php:1373, ../includes/Traits/Woo_Product_Comparable.php:1652, ../includes/Traits/Woo_Product_Comparable.php:1701
|
1387 |
msgid "Background"
|
1388 |
msgstr ""
|
1389 |
|
1431 |
msgid "After Submit Feedback"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
+
#: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:777, ../includes/Elements/Dual_Color_Header.php:857, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/Info_Box.php:584, ../includes/Elements/Info_Box.php:639, ../includes/Elements/Info_Box.php:807, ../includes/Elements/Info_Box.php:887, ../includes/Elements/Info_Box.php:1026, ../includes/Elements/Info_Box.php:1122, ../includes/Elements/Post_Grid.php:323, ../includes/Elements/Product_Grid.php:1487, ../includes/Traits/Woo_Product_Comparable.php:1618
|
1435 |
msgid "Radius"
|
1436 |
msgstr ""
|
1437 |
|
1439 |
msgid "Ticker Settings"
|
1440 |
msgstr ""
|
1441 |
|
1442 |
+
#: ../includes/Elements/Content_Ticker.php:80, ../includes/Traits/Controls.php:501
|
1443 |
msgid "Template Layout"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
+
#: ../includes/Elements/Content_Ticker.php:91, ../includes/Elements/Product_Grid.php:358, ../includes/Elements/Progress_Bar.php:160, ../includes/Traits/Controls.php:30
|
1447 |
msgid "Dynamic"
|
1448 |
msgstr ""
|
1449 |
|
1487 |
msgid "Slider Speed"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
+
#: ../includes/Elements/Content_Ticker.php:173, ../includes/Elements/Woo_Product_Carousel.php:535
|
1491 |
msgid "Duration of transition between slides (in ms)"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
+
#: ../includes/Elements/Content_Ticker.php:191, ../includes/Elements/Sticky_Video.php:303, ../includes/Elements/Woo_Product_Carousel.php:553
|
1495 |
msgid "Autoplay"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
+
#: ../includes/Elements/Content_Ticker.php:204, ../includes/Elements/Woo_Product_Carousel.php:565
|
1499 |
msgid "Autoplay Speed"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
+
#: ../includes/Elements/Content_Ticker.php:224, ../includes/Elements/Woo_Product_Carousel.php:585
|
1503 |
msgid "Pause On Hover"
|
1504 |
msgstr ""
|
1505 |
|
1506 |
+
#: ../includes/Elements/Content_Ticker.php:239, ../includes/Elements/Woo_Product_Carousel.php:600
|
1507 |
msgid "Infinite Loop"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
+
#: ../includes/Elements/Content_Ticker.php:251, ../includes/Elements/Woo_Product_Carousel.php:612
|
1511 |
msgid "Grab Cursor"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
+
#: ../includes/Elements/Content_Ticker.php:252, ../includes/Elements/Woo_Product_Carousel.php:613
|
1515 |
msgid "Shows grab cursor when you hover over the slider"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
+
#: ../includes/Elements/Content_Ticker.php:265, ../includes/Elements/Woo_Product_Carousel.php:626
|
1519 |
msgid "Navigation"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
+
#: ../includes/Elements/Content_Ticker.php:274, ../includes/Elements/Content_Ticker.php:491, ../includes/Elements/Woo_Product_Carousel.php:635, ../includes/Elements/Woo_Product_Carousel.php:2518
|
1523 |
msgid "Arrows"
|
1524 |
msgstr ""
|
1525 |
|
1547 |
msgid "Choose Next Arrow"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
+
#: ../includes/Elements/Content_Ticker.php:529, ../includes/Elements/Woo_Product_Carousel.php:2553
|
1551 |
msgid "Arrows Size"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
+
#: ../includes/Elements/Content_Ticker.php:550, ../includes/Elements/Woo_Product_Carousel.php:2593
|
1555 |
msgid "Align Left Arrow"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
+
#: ../includes/Elements/Content_Ticker.php:569, ../includes/Elements/Woo_Product_Carousel.php:2612
|
1559 |
msgid "Align Right Arrow"
|
1560 |
msgstr ""
|
1561 |
|
1579 |
msgid "Label Position"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
+
#: ../includes/Elements/Countdown.php:84, ../includes/Elements/Login_Register.php:3125, ../includes/Elements/Login_Register.php:3425, ../includes/Traits/Controls.php:408
|
1583 |
msgid "Block"
|
1584 |
msgstr ""
|
1585 |
|
1743 |
msgid "Space Below Container"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
+
#: ../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:1339, ../includes/Elements/Product_Grid.php:1165, ../includes/Elements/Team_Member.php:537, ../includes/Elements/Twitter_Feed.php:666, ../includes/Elements/Woo_Product_Carousel.php:1056
|
1747 |
msgid "Color & Typography"
|
1748 |
msgstr ""
|
1749 |
|
1775 |
msgid "Title Style"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
+
#: ../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:1463, ../includes/Elements/Post_Grid.php:573, ../includes/Elements/Post_Timeline.php:309, ../includes/Elements/Product_Grid.php:2392, ../includes/Elements/Product_Grid.php:2746, ../includes/Elements/Progress_Bar.php:690, ../includes/Elements/Twitter_Feed.php:578, ../includes/Elements/Woo_Checkout.php:2165, ../includes/Elements/Woo_Product_Carousel.php:1519, ../includes/Elements/Woo_Product_Carousel.php:1885, ../includes/Traits/Woo_Product_Comparable.php:1008, ../includes/Traits/Woo_Product_Comparable.php:1239
|
1779 |
msgid "Title Color"
|
1780 |
msgstr ""
|
1781 |
|
1879 |
msgid "Shikoba (Pro)"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
+
#: ../includes/Elements/Creative_Button.php:250, ../includes/Elements/Cta_Box.php:682, ../includes/Elements/Product_Grid.php:1500, ../includes/Elements/Team_Member.php:703
|
1883 |
msgid "Use Gradient Background"
|
1884 |
msgstr ""
|
1885 |
|
1967 |
msgid "Set max width for the container?"
|
1968 |
msgstr ""
|
1969 |
|
1970 |
+
#: ../includes/Elements/Cta_Box.php:387, ../includes/Elements/Cta_Box.php:684, ../includes/Elements/Data_Table.php:123, ../includes/Elements/Twitter_Feed.php:225, ../includes/Elements/Twitter_Feed.php:246, ../includes/Elements/Twitter_Feed.php:258, ../includes/Elements/Twitter_Feed.php:270, ../includes/Elements/Twitter_Feed.php:282
|
1971 |
msgid "yes"
|
1972 |
msgstr ""
|
1973 |
|
1974 |
+
#: ../includes/Elements/Cta_Box.php:388, ../includes/Elements/Data_Table.php:124, ../includes/Elements/Twitter_Feed.php:226, ../includes/Elements/Twitter_Feed.php:247, ../includes/Elements/Twitter_Feed.php:259, ../includes/Elements/Twitter_Feed.php:271, ../includes/Elements/Twitter_Feed.php:283
|
1975 |
msgid "no"
|
1976 |
msgstr ""
|
1977 |
|
2007 |
msgid "Secondary Button Style"
|
2008 |
msgstr ""
|
2009 |
|
2010 |
+
#: ../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:925
|
2011 |
msgid "Icon Style"
|
2012 |
msgstr ""
|
2013 |
|
2015 |
msgid "Font Size"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
+
#: ../includes/Elements/Data_Table.php:75, ../includes/Elements/Event_Calendar.php:1233, ../includes/Elements/Pricing_Table.php:873, ../includes/Traits/Woo_Product_Comparable.php:1078
|
2019 |
msgid "Header"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
+
#: ../includes/Elements/Data_Table.php:85
|
2023 |
msgid "Sorting feature is available in pro version!"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
+
#: ../includes/Elements/Data_Table.php:99
|
2027 |
msgid "Column Name"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
+
#: ../includes/Elements/Data_Table.php:100
|
2031 |
msgid "Table Header"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
+
#: ../includes/Elements/Data_Table.php:110
|
2035 |
msgid "Column Span"
|
2036 |
msgstr ""
|
2037 |
|
2038 |
+
#: ../includes/Elements/Data_Table.php:121
|
2039 |
msgid "Enable Header Icon"
|
2040 |
msgstr ""
|
2041 |
|
2042 |
+
#: ../includes/Elements/Data_Table.php:133
|
2043 |
msgid "Header Icon Type"
|
2044 |
msgstr ""
|
2045 |
|
2046 |
+
#: ../includes/Elements/Data_Table.php:191
|
2047 |
msgid "Image Size(px)"
|
2048 |
msgstr ""
|
2049 |
|
2050 |
+
#: ../includes/Elements/Data_Table.php:204, ../includes/Elements/Data_Table.php:405
|
2051 |
msgid "CSS Class"
|
2052 |
msgstr ""
|
2053 |
|
2054 |
+
#: ../includes/Elements/Data_Table.php:214, ../includes/Elements/Data_Table.php:418
|
2055 |
msgid "CSS ID"
|
2056 |
msgstr ""
|
2057 |
|
2058 |
+
#: ../includes/Elements/Data_Table.php:254
|
2059 |
msgid "Row Type"
|
2060 |
msgstr ""
|
2061 |
|
2062 |
+
#: ../includes/Elements/Data_Table.php:259
|
2063 |
msgid "Row"
|
2064 |
msgstr ""
|
2065 |
|
2066 |
+
#: ../includes/Elements/Data_Table.php:260, ../includes/Traits/Controls.php:482, ../includes/Traits/Controls.php:512
|
2067 |
msgid "Column"
|
2068 |
msgstr ""
|
2069 |
|
2070 |
+
#: ../includes/Elements/Data_Table.php:268
|
2071 |
msgid "Col Span"
|
2072 |
msgstr ""
|
2073 |
|
2074 |
+
#: ../includes/Elements/Data_Table.php:291
|
2075 |
msgid "Textarea"
|
2076 |
msgstr ""
|
2077 |
|
2078 |
+
#: ../includes/Elements/Data_Table.php:295, ../includes/Elements/Login_Register.php:815
|
2079 |
msgid "Editor"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
+
#: ../includes/Elements/Data_Table.php:299
|
2083 |
msgid "Templates"
|
2084 |
msgstr ""
|
2085 |
|
2086 |
+
#: ../includes/Elements/Data_Table.php:313
|
2087 |
msgid "Row Span"
|
2088 |
msgstr ""
|
2089 |
|
2090 |
+
#: ../includes/Elements/Data_Table.php:356, ../includes/Elements/Data_Table.php:371
|
2091 |
msgid "Cell Text"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
+
#: ../includes/Elements/Data_Table.php:385, ../includes/Elements/Event_Calendar.php:158, ../includes/Elements/Feature_List.php:203, ../includes/Elements/Filterable_Gallery.php:302, ../includes/Elements/Flip_Box.php:634, ../includes/Elements/Flip_Box.php:659, ../includes/Elements/Sticky_Video.php:158, ../includes/Elements/Sticky_Video.php:173, ../includes/Elements/Sticky_Video.php:188, ../includes/Elements/Sticky_Video.php:233, ../includes/Elements/Team_Member.php:180
|
2095 |
msgid "Link"
|
2096 |
msgstr ""
|
2097 |
|
2098 |
+
#: ../includes/Elements/Data_Table.php:568, ../includes/Elements/Facebook_Feed.php:548, ../includes/Elements/Facebook_Feed.php:746
|
2099 |
msgid "Header Style"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
+
#: ../includes/Elements/Data_Table.php:577
|
2103 |
msgid "Header Border Radius"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
+
#: ../includes/Elements/Data_Table.php:744, ../includes/Elements/Filterable_Gallery.php:2115
|
2107 |
msgid "Icon Space"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
+
#: ../includes/Elements/Data_Table.php:762, ../includes/Elements/Post_Grid.php:599, ../includes/Elements/Post_Timeline.php:322
|
2111 |
msgid "Title Alignment"
|
2112 |
msgstr ""
|
2113 |
|
2114 |
+
#: ../includes/Elements/Data_Table.php:806
|
2115 |
msgid "ODD Cell"
|
2116 |
msgstr ""
|
2117 |
|
2118 |
+
#: ../includes/Elements/Data_Table.php:814, ../includes/Elements/Data_Table.php:897
|
2119 |
msgid "Color ( Odd Row )"
|
2120 |
msgstr ""
|
2121 |
|
2122 |
+
#: ../includes/Elements/Data_Table.php:826, ../includes/Elements/Data_Table.php:908
|
2123 |
msgid "Background ( Odd Row )"
|
2124 |
msgstr ""
|
2125 |
|
2126 |
+
#: ../includes/Elements/Data_Table.php:838, ../includes/Elements/Data_Table.php:919
|
2127 |
msgid "Even Cell"
|
2128 |
msgstr ""
|
2129 |
|
2130 |
+
#: ../includes/Elements/Data_Table.php:847, ../includes/Elements/Data_Table.php:927
|
2131 |
msgid "Color ( Even Row )"
|
2132 |
msgstr ""
|
2133 |
|
2134 |
+
#: ../includes/Elements/Data_Table.php:859, ../includes/Elements/Data_Table.php:939
|
2135 |
msgid "Background Color (Even Row)"
|
2136 |
msgstr ""
|
2137 |
|
2138 |
+
#: ../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:299, ../includes/Elements/Pricing_Table.php:816, ../includes/Elements/Tooltip.php:367
|
2139 |
msgid "Content Alignment"
|
2140 |
msgstr ""
|
2141 |
|
2142 |
+
#: ../includes/Elements/Data_Table.php:1118
|
2143 |
msgid "Responsive Options"
|
2144 |
msgstr ""
|
2145 |
|
2146 |
+
#: ../includes/Elements/Data_Table.php:1127
|
2147 |
msgid "Enable Responsive Table"
|
2148 |
msgstr ""
|
2149 |
|
2150 |
+
#: ../includes/Elements/Data_Table.php:1128
|
2151 |
msgid "If enabled, table header will be automatically responsive for mobile."
|
2152 |
msgstr ""
|
2153 |
|
2167 |
msgid "Show Separator"
|
2168 |
msgstr ""
|
2169 |
|
2170 |
+
#: ../includes/Elements/Dual_Color_Header.php:134, ../includes/Elements/Woo_Product_Carousel.php:254, ../includes/Traits/Controls.php:798
|
2171 |
msgid "Title Tag"
|
2172 |
msgstr ""
|
2173 |
|
2451 |
msgid "Time"
|
2452 |
msgstr ""
|
2453 |
|
2454 |
+
#: ../includes/Elements/Event_Calendar.php:1071, ../includes/Elements/Event_Calendar.php:1405, ../includes/Elements/Facebook_Feed.php:910, ../includes/Elements/Product_Grid.php:164, ../includes/Elements/Woo_Product_Carousel.php:127
|
2455 |
msgid "Date"
|
2456 |
msgstr ""
|
2457 |
|
2483 |
msgid "Date Icon"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
+
#: ../includes/Elements/Event_Calendar.php:1491, ../includes/Elements/Info_Box.php:1475, ../includes/Elements/Product_Grid.php:2464, ../includes/Elements/Product_Grid.php:2757, ../includes/Elements/Twitter_Feed.php:588, ../includes/Elements/Woo_Product_Carousel.php:1591, ../includes/Elements/Woo_Product_Carousel.php:1895
|
2487 |
msgid "Content Color"
|
2488 |
msgstr ""
|
2489 |
|
2490 |
+
#: ../includes/Elements/Event_Calendar.php:1502, ../includes/Elements/Product_Grid.php:2779, ../includes/Elements/Woo_Product_Carousel.php:1916, ../includes/Traits/Woo_Product_Comparable.php:1326
|
2491 |
msgid " Close Button"
|
2492 |
msgstr ""
|
2493 |
|
2494 |
+
#: ../includes/Elements/Event_Calendar.php:1537, ../includes/Elements/Product_Grid.php:2814, ../includes/Elements/Woo_Product_Carousel.php:1951, ../includes/Extensions/Table_of_Content.php:676
|
2495 |
msgid "Button Size"
|
2496 |
msgstr ""
|
2497 |
|
2555 |
msgid "Max Visible Items"
|
2556 |
msgstr ""
|
2557 |
|
2558 |
+
#: ../includes/Elements/Facebook_Feed.php:171, ../includes/Elements/Twitter_Feed.php:147, ../includes/Elements/Woo_Product_Carousel.php:225, ../includes/Traits/Controls.php:396
|
2559 |
msgid "Layout Settings"
|
2560 |
msgstr ""
|
2561 |
|
2563 |
msgid "Card"
|
2564 |
msgstr ""
|
2565 |
|
2566 |
+
#: ../includes/Elements/Facebook_Feed.php:183, ../includes/Elements/Filterable_Gallery.php:174, ../includes/Traits/Controls.php:554
|
2567 |
msgid "Overlay"
|
2568 |
msgstr ""
|
2569 |
|
2570 |
+
#: ../includes/Elements/Facebook_Feed.php:192, ../includes/Elements/Filterable_Gallery.php:121, ../includes/Elements/Product_Grid.php:304, ../includes/Elements/Product_Grid.php:326, ../includes/Traits/Woo_Product_Comparable.php:843
|
2571 |
msgid "Columns"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
+
#: ../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:443, ../includes/Traits/Controls.php:518, ../includes/Traits/Controls.php:997
|
2575 |
msgid "1"
|
2576 |
msgstr ""
|
2577 |
|
2578 |
+
#: ../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:444, ../includes/Traits/Controls.php:519, ../includes/Traits/Controls.php:998
|
2579 |
msgid "2"
|
2580 |
msgstr ""
|
2581 |
|
2582 |
+
#: ../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:445, ../includes/Traits/Controls.php:520, ../includes/Traits/Controls.php:999
|
2583 |
msgid "3"
|
2584 |
msgstr ""
|
2585 |
|
2586 |
+
#: ../includes/Elements/Facebook_Feed.php:199, ../includes/Elements/Product_Grid.php:311, ../includes/Elements/Testimonial.php:198, ../includes/Elements/Woo_Product_Carousel.php:446, ../includes/Traits/Controls.php:521
|
2587 |
msgid "4"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
+
#: ../includes/Elements/Facebook_Feed.php:200, ../includes/Elements/Filterable_Gallery.php:518, ../includes/Elements/Product_Grid.php:312, ../includes/Elements/Testimonial.php:199, ../includes/Elements/Woo_Product_Carousel.php:447, ../includes/Traits/Controls.php:522
|
2591 |
msgid "5"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: ../includes/Elements/Facebook_Feed.php:201, ../includes/Elements/Product_Grid.php:313, ../includes/Elements/Woo_Product_Carousel.php:448, ../includes/Traits/Controls.php:523
|
2595 |
msgid "6"
|
2596 |
msgstr ""
|
2597 |
|
2643 |
msgid "Show Preview Description"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
+
#: ../includes/Elements/Facebook_Feed.php:384, ../includes/Elements/Product_Grid.php:665, ../includes/Traits/Controls.php:624
|
2647 |
msgid "Show Load More"
|
2648 |
msgstr ""
|
2649 |
|
2651 |
msgid "Label"
|
2652 |
msgstr ""
|
2653 |
|
2654 |
+
#: ../includes/Elements/Facebook_Feed.php:406, ../includes/Elements/Filterable_Gallery.php:692, ../includes/Elements/Product_Grid.php:644, ../includes/Elements/Product_Grid.php:677, ../includes/Traits/Controls.php:640
|
2655 |
msgid "Load More"
|
2656 |
msgstr ""
|
2657 |
|
2711 |
msgid "Likes & Comments"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: ../includes/Elements/Facebook_Feed.php:1146, ../includes/Elements/Image_Accordion.php:391, ../includes/Elements/Post_Timeline.php:101, ../includes/Elements/Team_Member.php:344, ../includes/Elements/Woo_Product_Carousel.php:899
|
2715 |
msgid "Overlay Color"
|
2716 |
msgstr ""
|
2717 |
|
2899 |
msgid "Feature Item 3"
|
2900 |
msgstr ""
|
2901 |
|
2902 |
+
#: ../includes/Elements/Feature_List.php:251, ../includes/Elements/Product_Grid.php:454, ../includes/Elements/Progress_Bar.php:135
|
2903 |
msgid "Title HTML Tag"
|
2904 |
msgstr ""
|
2905 |
|
2927 |
msgid "Framed"
|
2928 |
msgstr ""
|
2929 |
|
2930 |
+
#: ../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:130, ../includes/Elements/Login_Register.php:711, ../includes/Elements/Pricing_Table.php:383, ../includes/Elements/Tooltip.php:285, ../includes/Elements/Twitter_Feed.php:352, ../includes/Extensions/Reading_Progress.php:115, ../includes/Traits/Controls.php:1670
|
2931 |
msgid "Top"
|
2932 |
msgstr ""
|
2933 |
|
2995 |
msgid "Grid Style"
|
2996 |
msgstr ""
|
2997 |
|
2998 |
+
#: ../includes/Elements/Filterable_Gallery.php:155, ../includes/Traits/Controls.php:679
|
2999 |
msgid "Image Height"
|
3000 |
msgstr ""
|
3001 |
|
3031 |
msgid "Media"
|
3032 |
msgstr ""
|
3033 |
|
3034 |
+
#: ../includes/Elements/Filterable_Gallery.php:230, ../includes/Elements/Product_Grid.php:1724, ../includes/Traits/Woo_Product_Comparable.php:869
|
3035 |
msgid "Buttons"
|
3036 |
msgstr ""
|
3037 |
|
3171 |
msgid "Gallery Link Button?"
|
3172 |
msgstr ""
|
3173 |
|
3174 |
+
#: ../includes/Elements/Filterable_Gallery.php:659, ../includes/Elements/Filterable_Gallery.php:666, ../includes/Elements/Filterable_Gallery.php:2450, ../includes/Traits/Controls.php:1343
|
3175 |
msgid "Load More Button"
|
3176 |
msgstr ""
|
3177 |
|
3263 |
msgid "Icon Font Size"
|
3264 |
msgstr ""
|
3265 |
|
3266 |
+
#: ../includes/Elements/Filterable_Gallery.php:1941, ../includes/Traits/Woo_Product_Comparable.php:1490
|
3267 |
msgid "Price Style"
|
3268 |
msgstr ""
|
3269 |
|
3311 |
msgid "Dropdown"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
+
#: ../includes/Elements/Filterable_Gallery.php:2462, ../includes/Elements/Product_Grid.php:1990, ../includes/Elements/Product_Grid.php:2167, ../includes/Elements/Woo_Checkout.php:701, ../includes/Elements/Woo_Checkout.php:1014, ../includes/Elements/Woo_Checkout.php:1123, ../includes/Elements/Woo_Checkout.php:2529, ../includes/Elements/Woo_Product_Carousel.php:1425
|
3315 |
msgid "Top Spacing"
|
3316 |
msgstr ""
|
3317 |
|
3383 |
msgid "Middle"
|
3384 |
msgstr ""
|
3385 |
|
3386 |
+
#: ../includes/Elements/Flip_Box.php:342, ../includes/Elements/Flip_Box.php:571, ../includes/Elements/Image_Accordion.php:140, ../includes/Elements/Info_Box.php:138, ../includes/Elements/Pricing_Table.php:391, ../includes/Elements/Tooltip.php:286, ../includes/Elements/Twitter_Feed.php:360, ../includes/Extensions/Reading_Progress.php:116, ../includes/Traits/Controls.php:1674
|
3387 |
msgid "Bottom"
|
3388 |
msgstr ""
|
3389 |
|
3567 |
msgid "Border Height"
|
3568 |
msgstr ""
|
3569 |
|
3570 |
+
#: ../includes/Elements/GravityForms.php:1091, ../includes/Elements/Pricing_Table.php:195, ../includes/Elements/Pricing_Table.php:202, ../includes/Elements/Product_Grid.php:162, ../includes/Elements/Product_Grid.php:2404, ../includes/Elements/Woo_Checkout.php:216, ../includes/Elements/Woo_Product_Carousel.php:125, ../includes/Elements/Woo_Product_Carousel.php:1531, ../includes/Traits/Woo_Product_Comparable.php:42, ../includes/Traits/Woo_Product_Comparable.php:81
|
3571 |
msgid "Price"
|
3572 |
msgstr ""
|
3573 |
|
3575 |
msgid "Price Label Color"
|
3576 |
msgstr ""
|
3577 |
|
3578 |
+
#: ../includes/Elements/GravityForms.php:1111, ../includes/Elements/Product_Grid.php:1209, ../includes/Elements/Product_Grid.php:2422, ../includes/Elements/Woo_Product_Carousel.php:1549
|
3579 |
msgid "Price Color"
|
3580 |
msgstr ""
|
3581 |
|
4474 |
msgid "Container Box"
|
4475 |
msgstr ""
|
4476 |
|
4477 |
+
#: ../includes/Elements/Login_Register.php:1510, ../includes/Traits/Woo_Product_Comparable.php:378
|
4478 |
msgid "Container Box Shadow"
|
4479 |
msgstr ""
|
4480 |
|
4590 |
msgid "Form Labels"
|
4591 |
msgstr ""
|
4592 |
|
4593 |
+
#: ../includes/Elements/Login_Register.php:2650, ../includes/Traits/Woo_Product_Comparable.php:814, ../includes/Traits/Woo_Product_Comparable.php:999, ../includes/Traits/Woo_Product_Comparable.php:1207
|
4594 |
msgid "Colors"
|
4595 |
msgstr ""
|
4596 |
|
4718 |
msgid "Align Items"
|
4719 |
msgstr ""
|
4720 |
|
4721 |
+
#: ../includes/Elements/Login_Register.php:3461, ../includes/Elements/Woo_Product_Carousel.php:498
|
4722 |
msgid "Stretch"
|
4723 |
msgstr ""
|
4724 |
|
4790 |
msgid "Target Blank"
|
4791 |
msgstr ""
|
4792 |
|
4793 |
+
#: ../includes/Elements/Post_Grid.php:178, ../includes/Elements/Product_Grid.php:631, ../includes/Traits/Controls.php:921, ../includes/Traits/Controls.php:952
|
4794 |
msgid "Read More"
|
4795 |
msgstr ""
|
4796 |
|
4834 |
msgid "Meta Style"
|
4835 |
msgstr ""
|
4836 |
|
4837 |
+
#: ../includes/Elements/Post_Grid.php:529, ../includes/Elements/Post_Grid.php:541, ../includes/Traits/Controls.php:1027
|
4838 |
msgid "Meta Position"
|
4839 |
msgstr ""
|
4840 |
|
4970 |
msgid "Date Text Color"
|
4971 |
msgstr ""
|
4972 |
|
4973 |
+
#: ../includes/Elements/Post_Timeline.php:464, ../includes/Elements/Product_Grid.php:3001
|
4974 |
msgid "<p class=\"no-posts-found\">No layout found!</p>"
|
4975 |
msgstr ""
|
4976 |
|
5250 |
msgid "Button Gradient Background"
|
5251 |
msgstr ""
|
5252 |
|
5253 |
+
#: ../includes/Elements/Product_Grid.php:160, ../includes/Elements/Woo_Product_Carousel.php:123
|
5254 |
msgid "Product ID"
|
5255 |
msgstr ""
|
5256 |
|
5257 |
+
#: ../includes/Elements/Product_Grid.php:161, ../includes/Elements/Product_Grid.php:1173, ../includes/Elements/Woo_Product_Carousel.php:124, ../includes/Elements/Woo_Product_Carousel.php:1064
|
5258 |
msgid "Product Title"
|
5259 |
msgstr ""
|
5260 |
|
5261 |
+
#: ../includes/Elements/Product_Grid.php:163, ../includes/Elements/Product_Grid.php:2727, ../includes/Elements/Woo_Product_Carousel.php:126, ../includes/Elements/Woo_Product_Carousel.php:1868, ../includes/Traits/Woo_Product_Comparable.php:45, ../includes/Traits/Woo_Product_Comparable.php:93
|
5262 |
msgid "SKU"
|
5263 |
msgstr ""
|
5264 |
|
5265 |
+
#: ../includes/Elements/Product_Grid.php:165, ../includes/Elements/Woo_Product_Carousel.php:128
|
5266 |
msgid "Last Modified Date"
|
5267 |
msgstr ""
|
5268 |
|
5269 |
+
#: ../includes/Elements/Product_Grid.php:166, ../includes/Elements/Woo_Product_Carousel.php:129
|
5270 |
msgid "Parent Id"
|
5271 |
msgstr ""
|
5272 |
|
5273 |
+
#: ../includes/Elements/Product_Grid.php:167, ../includes/Elements/Woo_Product_Carousel.php:130
|
5274 |
msgid "Random"
|
5275 |
msgstr ""
|
5276 |
|
5277 |
+
#: ../includes/Elements/Product_Grid.php:168, ../includes/Elements/Woo_Product_Carousel.php:131
|
5278 |
msgid "Menu Order"
|
5279 |
msgstr ""
|
5280 |
|
5281 |
+
#: ../includes/Elements/Product_Grid.php:175, ../includes/Elements/Woo_Product_Carousel.php:159
|
5282 |
msgid "Recent Products"
|
5283 |
msgstr ""
|
5284 |
|
5285 |
+
#: ../includes/Elements/Product_Grid.php:176, ../includes/Elements/Woo_Product_Carousel.php:160
|
5286 |
msgid "Featured Products"
|
5287 |
msgstr ""
|
5288 |
|
5289 |
+
#: ../includes/Elements/Product_Grid.php:177, ../includes/Elements/Woo_Product_Carousel.php:161
|
5290 |
msgid "Best Selling Products"
|
5291 |
msgstr ""
|
5292 |
|
5293 |
+
#: ../includes/Elements/Product_Grid.php:178, ../includes/Elements/Woo_Product_Carousel.php:162
|
5294 |
msgid "Sale Products"
|
5295 |
msgstr ""
|
5296 |
|
5297 |
+
#: ../includes/Elements/Product_Grid.php:179, ../includes/Elements/Woo_Product_Carousel.php:163
|
5298 |
msgid "Top Rated Products"
|
5299 |
msgstr ""
|
5300 |
|
5301 |
+
#: ../includes/Elements/Product_Grid.php:244
|
5302 |
msgid "Layouts"
|
5303 |
msgstr ""
|
5304 |
|
5305 |
+
#: ../includes/Elements/Product_Grid.php:264, ../includes/Elements/Product_Grid.php:286, ../includes/Elements/Product_Grid.php:1681, ../includes/Elements/Product_Grid.php:1762, ../includes/Elements/Team_Member.php:280, ../includes/Elements/Woo_Product_Carousel.php:789
|
5306 |
msgid "Style Preset"
|
5307 |
msgstr ""
|
5308 |
|
5309 |
+
#: ../includes/Elements/Product_Grid.php:269, ../includes/Elements/Team_Member.php:269
|
5310 |
msgid "Simple Style"
|
5311 |
msgstr ""
|
5312 |
|
5313 |
+
#: ../includes/Elements/Product_Grid.php:270
|
5314 |
msgid "Reveal Style"
|
5315 |
msgstr ""
|
5316 |
|
5317 |
+
#: ../includes/Elements/Product_Grid.php:271, ../includes/Elements/Team_Member.php:270
|
5318 |
msgid "Overlay Style"
|
5319 |
msgstr ""
|
5320 |
|
5321 |
+
#: ../includes/Elements/Product_Grid.php:272, ../includes/Elements/Product_Grid.php:1689, ../includes/Elements/Woo_Product_Carousel.php:797, ../includes/Traits/Controls.php:425
|
5322 |
msgid "Preset 5"
|
5323 |
msgstr ""
|
5324 |
|
5325 |
+
#: ../includes/Elements/Product_Grid.php:273
|
5326 |
msgid "Preset 6"
|
5327 |
msgstr ""
|
5328 |
|
5329 |
+
#: ../includes/Elements/Product_Grid.php:274
|
5330 |
msgid "Preset 7"
|
5331 |
msgstr ""
|
5332 |
|
5333 |
+
#: ../includes/Elements/Product_Grid.php:275
|
5334 |
msgid "Preset 8"
|
5335 |
msgstr ""
|
5336 |
|
5337 |
+
#: ../includes/Elements/Product_Grid.php:290, ../includes/Elements/Product_Grid.php:1685, ../includes/Elements/Product_Grid.php:1766, ../includes/Elements/Woo_Product_Carousel.php:793, ../includes/Elements/Woo_Product_Carousel.php:2087, ../includes/Traits/Controls.php:421, ../includes/Template/Woo-Product-Carousel/preset-1.php:4
|
5338 |
msgid "Preset 1"
|
5339 |
msgstr ""
|
5340 |
|
5341 |
+
#: ../includes/Elements/Product_Grid.php:291, ../includes/Elements/Product_Grid.php:1686, ../includes/Elements/Product_Grid.php:1767, ../includes/Elements/Woo_Product_Carousel.php:794, ../includes/Elements/Woo_Product_Carousel.php:2088, ../includes/Traits/Controls.php:422, ../includes/Template/Woo-Product-Carousel/preset-2.php:4
|
5342 |
msgid "Preset 2"
|
5343 |
msgstr ""
|
5344 |
|
5345 |
+
#: ../includes/Elements/Product_Grid.php:292, ../includes/Elements/Product_Grid.php:1687, ../includes/Elements/Woo_Product_Carousel.php:795, ../includes/Elements/Woo_Product_Carousel.php:2089, ../includes/Traits/Controls.php:423, ../includes/Template/Woo-Product-Carousel/preset-3.php:4
|
5346 |
msgid "Preset 3"
|
5347 |
msgstr ""
|
5348 |
|
5349 |
+
#: ../includes/Elements/Product_Grid.php:293, ../includes/Elements/Product_Grid.php:1688, ../includes/Elements/Woo_Product_Carousel.php:796, ../includes/Elements/Woo_Product_Carousel.php:2090, ../includes/Traits/Controls.php:424, ../includes/Template/Woo-Product-Carousel/preset-4.php:4
|
5350 |
msgid "Preset 4"
|
5351 |
msgstr ""
|
5352 |
|
5353 |
+
#: ../includes/Elements/Product_Grid.php:347
|
5354 |
msgid "Product Settings"
|
5355 |
msgstr ""
|
5356 |
|
5357 |
+
#: ../includes/Elements/Product_Grid.php:357, ../includes/Elements/Product_Grid.php:691, ../includes/Elements/Woo_Product_Carousel.php:847, ../includes/Traits/Woo_Product_Comparable.php:154
|
5358 |
msgid "Products"
|
5359 |
msgstr ""
|
5360 |
|
5361 |
+
#: ../includes/Elements/Product_Grid.php:367, ../includes/Traits/Controls.php:78
|
5362 |
msgid "This option will only affect in <strong>Archive page of Elementor Theme Builder</strong> dynamically."
|
5363 |
msgstr ""
|
5364 |
|
5365 |
+
#: ../includes/Elements/Product_Grid.php:380, ../includes/Elements/Woo_Checkout.php:92, ../includes/Elements/Woo_Product_Carousel.php:207, ../includes/Traits/Woo_Product_Comparable.php:125
|
5366 |
msgid "<strong>WooCommerce</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=woocommerce&tab=search&type=term\" target=\"_blank\">WooCommerce</a> first."
|
5367 |
msgstr ""
|
5368 |
|
5369 |
+
#: ../includes/Elements/Product_Grid.php:387, ../includes/Elements/Woo_Product_Carousel.php:712
|
5370 |
msgid "Filter By"
|
5371 |
msgstr ""
|
5372 |
|
5373 |
+
#: ../includes/Elements/Product_Grid.php:397, ../includes/Elements/Woo_Product_Carousel.php:719, ../includes/Traits/Controls.php:173, ../includes/Traits/Controls.php:300, ../includes/Traits/Controls.php:351
|
5374 |
msgid "Order By"
|
5375 |
msgstr ""
|
5376 |
|
5377 |
+
#: ../includes/Elements/Product_Grid.php:405, ../includes/Elements/Woo_Product_Carousel.php:727, ../includes/Traits/Controls.php:184, ../includes/Traits/Controls.php:318, ../includes/Traits/Controls.php:361
|
5378 |
msgid "Order"
|
5379 |
msgstr ""
|
5380 |
|
5381 |
+
#: ../includes/Elements/Product_Grid.php:416, ../includes/Elements/Woo_Product_Carousel.php:738
|
5382 |
msgid "Products Count"
|
5383 |
msgstr ""
|
5384 |
|
5385 |
+
#: ../includes/Elements/Product_Grid.php:425, ../includes/Elements/Woo_Product_Carousel.php:747, ../includes/Traits/Controls.php:164, ../includes/Traits/Controls.php:291, ../includes/Traits/Controls.php:1586, ../includes/Traits/Controls.php:1625, ../includes/Traits/Controls.php:1688, ../includes/Traits/Controls.php:1726
|
5386 |
msgid "Offset"
|
5387 |
msgstr ""
|
5388 |
|
5389 |
+
#: ../includes/Elements/Product_Grid.php:431
|
5390 |
msgid "Product Categories"
|
5391 |
msgstr ""
|
5392 |
|
5393 |
+
#: ../includes/Elements/Product_Grid.php:464, ../includes/Elements/Progress_Bar.php:144
|
5394 |
+
msgid "div"
|
5395 |
+
msgstr ""
|
5396 |
+
|
5397 |
+
#: ../includes/Elements/Product_Grid.php:465, ../includes/Elements/Progress_Bar.php:145
|
5398 |
+
msgid "span"
|
5399 |
+
msgstr ""
|
5400 |
+
|
5401 |
+
#: ../includes/Elements/Product_Grid.php:466, ../includes/Elements/Progress_Bar.php:146
|
5402 |
+
msgid "p"
|
5403 |
+
msgstr ""
|
5404 |
+
|
5405 |
+
#: ../includes/Elements/Product_Grid.php:472, ../includes/Elements/Woo_Product_Carousel.php:286
|
5406 |
msgid "Show Product Rating?"
|
5407 |
msgstr ""
|
5408 |
|
5409 |
+
#: ../includes/Elements/Product_Grid.php:485, ../includes/Elements/Woo_Product_Carousel.php:295
|
5410 |
msgid "Show Product Price?"
|
5411 |
msgstr ""
|
5412 |
|
5413 |
+
#: ../includes/Elements/Product_Grid.php:497, ../includes/Elements/Woo_Product_Carousel.php:304
|
5414 |
msgid "Short Description?"
|
5415 |
msgstr ""
|
5416 |
|
5417 |
+
#: ../includes/Elements/Product_Grid.php:509, ../includes/Elements/Woo_Product_Carousel.php:313, ../includes/Traits/Controls.php:875, ../includes/Traits/Controls.php:847
|
5418 |
msgid "Excerpt Words"
|
5419 |
msgstr ""
|
5420 |
|
5421 |
+
#: ../includes/Elements/Product_Grid.php:522, ../includes/Elements/Woo_Product_Carousel.php:325, ../includes/Traits/Controls.php:887, ../includes/Traits/Controls.php:860
|
5422 |
msgid "Expansion Indicator"
|
5423 |
msgstr ""
|
5424 |
|
5425 |
+
#: ../includes/Elements/Product_Grid.php:544, ../includes/Traits/Woo_Product_Comparable.php:148
|
5426 |
msgid "Show Product Compare?"
|
5427 |
msgstr ""
|
5428 |
|
5429 |
+
#: ../includes/Elements/Product_Grid.php:556
|
5430 |
msgid "Add To Cart"
|
5431 |
msgstr ""
|
5432 |
|
5433 |
+
#: ../includes/Elements/Product_Grid.php:563
|
5434 |
msgid "Show Add to cart custom text"
|
5435 |
msgstr ""
|
5436 |
|
5437 |
+
#: ../includes/Elements/Product_Grid.php:575
|
5438 |
msgid "Simple Product"
|
5439 |
msgstr ""
|
5440 |
|
5441 |
+
#: ../includes/Elements/Product_Grid.php:579, ../includes/Elements/Product_Grid.php:618
|
5442 |
msgid "Buy Now"
|
5443 |
msgstr ""
|
5444 |
|
5445 |
+
#: ../includes/Elements/Product_Grid.php:588
|
5446 |
msgid "Variable Product"
|
5447 |
msgstr ""
|
5448 |
|
5449 |
+
#: ../includes/Elements/Product_Grid.php:592
|
5450 |
msgid "Select options"
|
5451 |
msgstr ""
|
5452 |
|
5453 |
+
#: ../includes/Elements/Product_Grid.php:601
|
5454 |
msgid "Grouped Product"
|
5455 |
msgstr ""
|
5456 |
|
5457 |
+
#: ../includes/Elements/Product_Grid.php:605
|
5458 |
msgid "View products"
|
5459 |
msgstr ""
|
5460 |
|
5461 |
+
#: ../includes/Elements/Product_Grid.php:614
|
5462 |
msgid "External Product"
|
5463 |
msgstr ""
|
5464 |
|
5465 |
+
#: ../includes/Elements/Product_Grid.php:627
|
5466 |
msgid "Default Product"
|
5467 |
msgstr ""
|
5468 |
|
5469 |
+
#: ../includes/Elements/Product_Grid.php:674, ../includes/Traits/Controls.php:636, ../includes/Traits/Controls.php:917
|
5470 |
msgid "Label Text"
|
5471 |
msgstr ""
|
5472 |
|
5473 |
+
#: ../includes/Elements/Product_Grid.php:748, ../includes/Elements/Team_Member.php:359
|
5474 |
msgid "Content Background Color"
|
5475 |
msgstr ""
|
5476 |
|
5477 |
+
#: ../includes/Elements/Product_Grid.php:964
|
5478 |
msgid "Image Width(%)"
|
5479 |
msgstr ""
|
5480 |
|
5481 |
+
#: ../includes/Elements/Product_Grid.php:984, ../includes/Elements/Woo_Product_Carousel.php:1011
|
5482 |
msgid "Product Details"
|
5483 |
msgstr ""
|
5484 |
|
5485 |
+
#: ../includes/Elements/Product_Grid.php:1118
|
5486 |
msgid "Padding (PX)"
|
5487 |
msgstr ""
|
5488 |
|
5489 |
+
#: ../includes/Elements/Product_Grid.php:1140
|
5490 |
msgid "Width (%)"
|
5491 |
msgstr ""
|
5492 |
|
5493 |
+
#: ../includes/Elements/Product_Grid.php:1181, ../includes/Elements/Woo_Product_Carousel.php:1072
|
5494 |
msgid "Product Title Color"
|
5495 |
msgstr ""
|
5496 |
|
5497 |
+
#: ../includes/Elements/Product_Grid.php:1201, ../includes/Elements/Woo_Product_Carousel.php:1092
|
5498 |
msgid "Product Price"
|
5499 |
msgstr ""
|
5500 |
|
5501 |
+
#: ../includes/Elements/Product_Grid.php:1221, ../includes/Elements/Product_Grid.php:2434, ../includes/Elements/Woo_Product_Carousel.php:1561
|
5502 |
msgid "Sale Price Color"
|
5503 |
msgstr ""
|
5504 |
|
5505 |
+
#: ../includes/Elements/Product_Grid.php:1240, ../includes/Elements/Woo_Product_Carousel.php:1120
|
5506 |
msgid "Star Rating"
|
5507 |
msgstr ""
|
5508 |
|
5509 |
+
#: ../includes/Elements/Product_Grid.php:1248, ../includes/Elements/Woo_Product_Carousel.php:1128
|
5510 |
msgid "Rating Color"
|
5511 |
msgstr ""
|
5512 |
|
5513 |
+
#: ../includes/Elements/Product_Grid.php:1327, ../includes/Elements/Woo_Product_Carousel.php:1161
|
5514 |
msgid "Product Description"
|
5515 |
msgstr ""
|
5516 |
|
5517 |
+
#: ../includes/Elements/Product_Grid.php:1367, ../includes/Elements/Woo_Product_Carousel.php:1198
|
5518 |
msgid "Sale Badge"
|
5519 |
msgstr ""
|
5520 |
|
5521 |
+
#: ../includes/Elements/Product_Grid.php:1375, ../includes/Elements/Woo_Product_Carousel.php:1206
|
5522 |
msgid "Sale Badge Color"
|
5523 |
msgstr ""
|
5524 |
|
5525 |
+
#: ../includes/Elements/Product_Grid.php:1387, ../includes/Elements/Woo_Product_Carousel.php:1218
|
5526 |
msgid "Sale Badge Background"
|
5527 |
msgstr ""
|
5528 |
|
5529 |
+
#: ../includes/Elements/Product_Grid.php:1409, ../includes/Elements/Woo_Product_Carousel.php:1240
|
5530 |
msgid "Stock Out Badge"
|
5531 |
msgstr ""
|
5532 |
|
5533 |
+
#: ../includes/Elements/Product_Grid.php:1417, ../includes/Elements/Woo_Product_Carousel.php:1248
|
5534 |
msgid "Stock Out Badge Color"
|
5535 |
msgstr ""
|
5536 |
|
5537 |
+
#: ../includes/Elements/Product_Grid.php:1429, ../includes/Elements/Woo_Product_Carousel.php:1260
|
5538 |
msgid "Stock Out Badge Background"
|
5539 |
msgstr ""
|
5540 |
|
5541 |
+
#: ../includes/Elements/Product_Grid.php:1456
|
5542 |
msgid "Add to Cart Button Styles"
|
5543 |
msgstr ""
|
5544 |
|
5545 |
+
#: ../includes/Elements/Product_Grid.php:1515, ../includes/Elements/Product_Grid.php:1584
|
5546 |
msgid "Button Color"
|
5547 |
msgstr ""
|
5548 |
|
5549 |
+
#: ../includes/Elements/Product_Grid.php:1651, ../includes/Elements/Woo_Product_Carousel.php:782
|
5550 |
msgid "Sale / Stock Out Badge"
|
5551 |
msgstr ""
|
5552 |
|
5553 |
+
#: ../includes/Elements/Product_Grid.php:1751, ../includes/Elements/Woo_Product_Carousel.php:403
|
5554 |
msgid "Show Quick view?"
|
5555 |
msgstr ""
|
5556 |
|
5557 |
+
#: ../includes/Elements/Product_Grid.php:1841, ../includes/Elements/Woo_Product_Carousel.php:1331
|
5558 |
msgid "Icons Size"
|
5559 |
msgstr ""
|
5560 |
|
5561 |
+
#: ../includes/Elements/Product_Grid.php:2090
|
5562 |
msgid "Show pagination"
|
5563 |
msgstr ""
|
5564 |
|
5565 |
+
#: ../includes/Elements/Product_Grid.php:2102
|
5566 |
msgid "Previous Label"
|
5567 |
msgstr ""
|
5568 |
|
5569 |
+
#: ../includes/Elements/Product_Grid.php:2103
|
5570 |
msgid "←"
|
5571 |
msgstr ""
|
5572 |
|
5573 |
+
#: ../includes/Elements/Product_Grid.php:2113
|
5574 |
msgid "Next Label"
|
5575 |
msgstr ""
|
5576 |
|
5577 |
+
#: ../includes/Elements/Product_Grid.php:2114
|
5578 |
msgid "→"
|
5579 |
msgstr ""
|
5580 |
|
5581 |
+
#: ../includes/Elements/Product_Grid.php:2341
|
5582 |
msgid "Loader"
|
5583 |
msgstr ""
|
5584 |
|
5585 |
+
#: ../includes/Elements/Product_Grid.php:2367, ../includes/Elements/Woo_Product_Carousel.php:1494
|
5586 |
msgid "Popup"
|
5587 |
msgstr ""
|
5588 |
|
5589 |
+
#: ../includes/Elements/Product_Grid.php:2476, ../includes/Elements/Woo_Product_Carousel.php:1615
|
5590 |
msgid "Review Link Color"
|
5591 |
msgstr ""
|
5592 |
|
5593 |
+
#: ../includes/Elements/Product_Grid.php:2487, ../includes/Elements/Woo_Product_Carousel.php:1627
|
5594 |
msgid "Review Link Hover"
|
5595 |
msgstr ""
|
5596 |
|
5597 |
+
#: ../includes/Elements/Product_Grid.php:2512, ../includes/Elements/Woo_Product_Carousel.php:1652
|
5598 |
msgid "Sale"
|
5599 |
msgstr ""
|
5600 |
|
5601 |
+
#: ../includes/Elements/Product_Grid.php:2553, ../includes/Elements/Woo_Checkout.php:199, ../includes/Elements/Woo_Product_Carousel.php:1692
|
5602 |
msgid "Quantity"
|
5603 |
msgstr ""
|
5604 |
|
5605 |
+
#: ../includes/Elements/Product_Grid.php:2610, ../includes/Elements/Woo_Product_Carousel.php:1749
|
5606 |
msgid "Cart Button"
|
5607 |
msgstr ""
|
5608 |
|
5626 |
msgid "Box (Pro)"
|
5627 |
msgstr ""
|
5628 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5629 |
#: ../includes/Elements/Progress_Bar.php:156
|
5630 |
msgid "Counter Value Type"
|
5631 |
msgstr ""
|
5718 |
msgid "Sticky"
|
5719 |
msgstr ""
|
5720 |
|
5721 |
+
#: ../includes/Elements/Sticky_Video.php:116, ../includes/Elements/Woo_Product_Carousel.php:2099, ../includes/Extensions/Reading_Progress.php:110, ../includes/Extensions/Table_of_Content.php:410, ../includes/Traits/Controls.php:1542, ../includes/Traits/Woo_Product_Comparable.php:1463
|
5722 |
msgid "Position"
|
5723 |
msgstr ""
|
5724 |
|
5870 |
msgid "Team Member Content"
|
5871 |
msgstr ""
|
5872 |
|
5873 |
+
#: ../includes/Elements/Team_Member.php:108, ../includes/Traits/Controls.php:303
|
5874 |
msgid "Name"
|
5875 |
msgstr ""
|
5876 |
|
6118 |
msgid "Quotation Postion From Right"
|
6119 |
msgstr ""
|
6120 |
|
6121 |
+
#: ../includes/Elements/Tooltip.php:78, ../includes/Elements/Woo_Checkout.php:155, ../includes/Traits/Woo_Product_Comparable.php:1196
|
6122 |
msgid "Text"
|
6123 |
msgstr ""
|
6124 |
|
6246 |
msgid "Card Settings"
|
6247 |
msgstr ""
|
6248 |
|
6249 |
+
#: ../includes/Elements/Twitter_Feed.php:244, ../includes/Traits/Controls.php:1043
|
6250 |
msgid "Show Avatar"
|
6251 |
msgstr ""
|
6252 |
|
6253 |
+
#: ../includes/Elements/Twitter_Feed.php:256, ../includes/Traits/Controls.php:1074
|
6254 |
msgid "Show Date"
|
6255 |
msgstr ""
|
6256 |
|
6257 |
+
#: ../includes/Elements/Twitter_Feed.php:268, ../includes/Traits/Controls.php:902
|
6258 |
msgid "Show Read More"
|
6259 |
msgstr ""
|
6260 |
|
6626 |
msgid "Privacy Policy"
|
6627 |
msgstr ""
|
6628 |
|
6629 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:277, ../includes/Traits/Controls.php:822
|
6630 |
msgid "Title Length"
|
6631 |
msgstr ""
|
6632 |
|
6633 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:348
|
6634 |
msgid "Image Stretch"
|
6635 |
msgstr ""
|
6636 |
|
6637 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:360, ../includes/Traits/Controls.php:978
|
6638 |
msgid "Show Terms From"
|
6639 |
msgstr ""
|
6640 |
|
6641 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:363, ../includes/Traits/Controls.php:981
|
6642 |
msgid "Category"
|
6643 |
msgstr ""
|
6644 |
|
6645 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:364, ../includes/Traits/Controls.php:982
|
6646 |
msgid "Tags"
|
6647 |
msgstr ""
|
6648 |
|
6649 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:376, ../includes/Traits/Controls.php:994
|
6650 |
msgid "Max Terms to Show"
|
6651 |
msgstr ""
|
6652 |
|
6653 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:393, ../includes/Traits/Controls.php:1814
|
6654 |
msgid "Not Found Message"
|
6655 |
msgstr ""
|
6656 |
|
6657 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:395
|
6658 |
msgid "Products Not Found"
|
6659 |
msgstr ""
|
6660 |
|
6661 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:419
|
6662 |
msgid "Carousel Settings"
|
6663 |
msgstr ""
|
6664 |
|
6665 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:440
|
6666 |
msgid "Visible Product"
|
6667 |
msgstr ""
|
6668 |
|
6669 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:462
|
6670 |
msgid "Rotate"
|
6671 |
msgstr ""
|
6672 |
|
6673 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:480
|
6674 |
msgid "Depth"
|
6675 |
msgstr ""
|
6676 |
|
6677 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:534
|
6678 |
msgid "Speed"
|
6679 |
msgstr ""
|
6680 |
|
6681 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:647, ../includes/Elements/Woo_Product_Carousel.php:2073
|
6682 |
msgid "Dots"
|
6683 |
msgstr ""
|
6684 |
|
6685 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:708, ../includes/Traits/Controls.php:59, ../includes/Traits/Controls.php:207
|
6686 |
msgid "Query"
|
6687 |
msgstr ""
|
6688 |
|
6689 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:827
|
6690 |
msgid "Sale Text"
|
6691 |
msgstr ""
|
6692 |
|
6693 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:835
|
6694 |
msgid "Stock Out Text"
|
6695 |
msgstr ""
|
6696 |
|
6697 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:901
|
6698 |
msgid "Use opacity color for overlay design."
|
6699 |
msgstr ""
|
6700 |
|
6701 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:1100
|
6702 |
msgid "Product Price Color"
|
6703 |
msgstr ""
|
6704 |
|
6705 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:1603
|
6706 |
msgid "Review Color"
|
6707 |
msgstr ""
|
6708 |
|
6709 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2084, ../includes/Traits/Controls.php:417
|
6710 |
msgid "Preset"
|
6711 |
msgstr ""
|
6712 |
|
6713 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2102, ../includes/Traits/Controls.php:611
|
6714 |
msgid "Inside"
|
6715 |
msgstr ""
|
6716 |
|
6717 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2103, ../includes/Traits/Controls.php:612
|
6718 |
msgid "Outside"
|
6719 |
msgstr ""
|
6720 |
|
6721 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2112
|
6722 |
msgid "Use Custom Width/Height?"
|
6723 |
msgstr ""
|
6724 |
|
6725 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2529
|
6726 |
msgid "Choose Arrow"
|
6727 |
msgstr ""
|
6728 |
|
6729 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2534
|
6730 |
msgid "Angle"
|
6731 |
msgstr ""
|
6732 |
|
6733 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2535
|
6734 |
msgid "Double Angle"
|
6735 |
msgstr ""
|
6736 |
|
6737 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2536
|
6738 |
msgid "Chevron"
|
6739 |
msgstr ""
|
6740 |
|
6741 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2537
|
6742 |
msgid "Chevron Circle"
|
6743 |
msgstr ""
|
6744 |
|
6745 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2538, ../includes/Extensions/Table_of_Content.php:815
|
6746 |
msgid "Arrow"
|
6747 |
msgstr ""
|
6748 |
|
6749 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2539
|
6750 |
msgid "Long Arrow"
|
6751 |
msgstr ""
|
6752 |
|
6753 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2541
|
6754 |
msgid "Caret Square"
|
6755 |
msgstr ""
|
6756 |
|
6757 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2542
|
6758 |
msgid "Arrow Circle"
|
6759 |
msgstr ""
|
6760 |
|
6761 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2543
|
6762 |
msgid "Arrow Circle O"
|
6763 |
msgstr ""
|
6764 |
|
6765 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2545
|
6766 |
msgid "Hand"
|
6767 |
msgstr ""
|
6768 |
|
6769 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2904
|
6770 |
msgid "<p class=\"eael-no-posts-found\">No layout found!</p>"
|
6771 |
msgstr ""
|
6772 |
|
6886 |
msgid "Table of Contents"
|
6887 |
msgstr ""
|
6888 |
|
6889 |
+
#: ../includes/Extensions/Table_of_Content.php:125, ../includes/Traits/Controls.php:247
|
6890 |
msgid "Include"
|
6891 |
msgstr ""
|
6892 |
|
6902 |
msgid "Which content are searched for heading tag, Provide unique selector to replace default selector"
|
6903 |
msgstr ""
|
6904 |
|
6905 |
+
#: ../includes/Extensions/Table_of_Content.php:179, ../includes/Traits/Controls.php:140, ../includes/Traits/Controls.php:259
|
6906 |
msgid "Exclude"
|
6907 |
msgstr ""
|
6908 |
|
6954 |
msgid "EA TOC"
|
6955 |
msgstr ""
|
6956 |
|
6957 |
+
#: ../includes/Extensions/Table_of_Content.php:433, ../includes/Traits/Controls.php:718
|
6958 |
msgid "Bullet"
|
6959 |
msgstr ""
|
6960 |
|
7134 |
msgid "Search & Select"
|
7135 |
msgstr ""
|
7136 |
|
7137 |
+
#: ../includes/Traits/Controls.php:104
|
7138 |
msgid "Author"
|
7139 |
msgstr ""
|
7140 |
|
7141 |
+
#: ../includes/Traits/Controls.php:155
|
7142 |
msgid "Posts Per Page"
|
7143 |
msgstr ""
|
7144 |
|
7145 |
+
#: ../includes/Traits/Controls.php:220
|
7146 |
msgid "Knowledge Bases"
|
7147 |
msgstr ""
|
7148 |
|
7149 |
+
#: ../includes/Traits/Controls.php:227
|
7150 |
msgid "All Knowledge Base"
|
7151 |
msgstr ""
|
7152 |
|
7153 |
+
#: ../includes/Traits/Controls.php:238
|
7154 |
msgid "Category Grid"
|
7155 |
msgstr ""
|
7156 |
|
7157 |
+
#: ../includes/Traits/Controls.php:281
|
7158 |
msgid "Box Per Page"
|
7159 |
msgstr ""
|
7160 |
|
7161 |
+
#: ../includes/Traits/Controls.php:272
|
7162 |
msgid "Grid Per Page"
|
7163 |
msgstr ""
|
7164 |
|
7165 |
+
#: ../includes/Traits/Controls.php:304
|
7166 |
msgid "Slug"
|
7167 |
msgstr ""
|
7168 |
|
7169 |
+
#: ../includes/Traits/Controls.php:305
|
7170 |
msgid "Term Group"
|
7171 |
msgstr ""
|
7172 |
|
7173 |
+
#: ../includes/Traits/Controls.php:306
|
7174 |
msgid "Term ID"
|
7175 |
msgstr ""
|
7176 |
|
7177 |
+
#: ../includes/Traits/Controls.php:307
|
7178 |
msgid "ID"
|
7179 |
msgstr ""
|
7180 |
|
7181 |
+
#: ../includes/Traits/Controls.php:309
|
7182 |
msgid "Parent"
|
7183 |
msgstr ""
|
7184 |
|
7185 |
+
#: ../includes/Traits/Controls.php:333
|
7186 |
msgid "Grid List Posts"
|
7187 |
msgstr ""
|
7188 |
|
7189 |
+
#: ../includes/Traits/Controls.php:342
|
7190 |
msgid "Post Per Page"
|
7191 |
msgstr ""
|
7192 |
|
7193 |
+
#: ../includes/Traits/Controls.php:374
|
7194 |
msgid "Enable Nested Subcategory"
|
7195 |
msgstr ""
|
7196 |
|
7197 |
+
#: ../includes/Traits/Controls.php:409
|
7198 |
msgid "Tiled"
|
7199 |
msgstr ""
|
7200 |
|
7201 |
+
#: ../includes/Traits/Controls.php:436
|
7202 |
msgid "Note: Use 5 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
7203 |
msgstr ""
|
7204 |
|
7205 |
+
#: ../includes/Traits/Controls.php:448
|
7206 |
msgid "Note: Use 3 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
7207 |
msgstr ""
|
7208 |
|
7209 |
+
#: ../includes/Traits/Controls.php:459
|
7210 |
msgid "Note: Use 4 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
7211 |
msgstr ""
|
7212 |
|
7213 |
+
#: ../includes/Traits/Controls.php:470
|
7214 |
msgid "Note: Use 2 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
7215 |
msgstr ""
|
7216 |
|
7217 |
+
#: ../includes/Traits/Controls.php:486
|
7218 |
msgid "Column 2"
|
7219 |
msgstr ""
|
7220 |
|
7221 |
+
#: ../includes/Traits/Controls.php:487
|
7222 |
msgid "Column 3"
|
7223 |
msgstr ""
|
7224 |
|
7225 |
+
#: ../includes/Traits/Controls.php:488
|
7226 |
msgid "Column 4"
|
7227 |
msgstr ""
|
7228 |
|
7229 |
+
#: ../includes/Traits/Controls.php:490
|
7230 |
msgid "Note: Column layout will be applied from second row."
|
7231 |
msgstr ""
|
7232 |
|
7233 |
+
#: ../includes/Traits/Controls.php:549
|
7234 |
msgid "Post Block Style Preset"
|
7235 |
msgstr ""
|
7236 |
|
7237 |
+
#: ../includes/Traits/Controls.php:562
|
7238 |
msgid "Fallback Image"
|
7239 |
msgstr ""
|
7240 |
|
7241 |
+
#: ../includes/Traits/Controls.php:607
|
7242 |
msgid "Date Position"
|
7243 |
msgstr ""
|
7244 |
|
7245 |
+
#: ../includes/Traits/Controls.php:654
|
7246 |
msgid "Show Image"
|
7247 |
msgstr ""
|
7248 |
|
7249 |
+
#: ../includes/Traits/Controls.php:706
|
7250 |
msgid "Show Circle Image / Icon"
|
7251 |
msgstr ""
|
7252 |
|
7253 |
+
#: ../includes/Traits/Controls.php:732
|
7254 |
msgid "Icon Image"
|
7255 |
msgstr ""
|
7256 |
|
7257 |
+
#: ../includes/Traits/Controls.php:745
|
7258 |
msgid "Icon Image Size"
|
7259 |
msgstr ""
|
7260 |
|
7261 |
+
#: ../includes/Traits/Controls.php:834
|
7262 |
msgid "Show excerpt"
|
7263 |
msgstr ""
|
7264 |
|
7265 |
+
#: ../includes/Traits/Controls.php:891, ../includes/Traits/Controls.php:864
|
|
|
|
|
|
|
|
|
7266 |
msgid "..."
|
7267 |
msgstr ""
|
7268 |
|
7269 |
+
#: ../includes/Traits/Controls.php:937
|
7270 |
msgid "Show Read More Button"
|
7271 |
msgstr ""
|
7272 |
|
7273 |
+
#: ../includes/Traits/Controls.php:964
|
7274 |
msgid "Show Post Terms"
|
7275 |
msgstr ""
|
7276 |
|
7277 |
+
#: ../includes/Traits/Controls.php:1015
|
7278 |
msgid "Show Meta"
|
7279 |
msgstr ""
|
7280 |
|
7281 |
+
#: ../includes/Traits/Controls.php:1031
|
7282 |
msgid "Entry Header"
|
7283 |
msgstr ""
|
7284 |
|
7285 |
+
#: ../includes/Traits/Controls.php:1032
|
7286 |
msgid "Entry Footer"
|
7287 |
msgstr ""
|
7288 |
|
7289 |
+
#: ../includes/Traits/Controls.php:1059
|
7290 |
msgid "Show Author Name"
|
7291 |
msgstr ""
|
7292 |
|
7293 |
+
#: ../includes/Traits/Controls.php:1177
|
7294 |
msgid "Read More Button Style"
|
7295 |
msgstr ""
|
7296 |
|
7297 |
+
#: ../includes/Traits/Controls.php:1547
|
7298 |
msgid "Absolute"
|
7299 |
msgstr ""
|
7300 |
|
7301 |
+
#: ../includes/Traits/Controls.php:1561
|
7302 |
msgid "Horizontal Orientation"
|
7303 |
msgstr ""
|
7304 |
|
7305 |
+
#: ../includes/Traits/Controls.php:1664
|
7306 |
msgid "Vertical Orientation"
|
7307 |
msgstr ""
|
7308 |
|
7309 |
+
#: ../includes/Traits/Controls.php:1783
|
7310 |
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."
|
7311 |
msgstr ""
|
7312 |
|
7313 |
+
#: ../includes/Traits/Controls.php:1770
|
7314 |
msgid "Table ID"
|
7315 |
msgstr ""
|
7316 |
|
7317 |
+
#: ../includes/Traits/Controls.php:1804
|
7318 |
msgid "EventON (Pro) "
|
7319 |
msgstr ""
|
7320 |
|
7321 |
+
#: ../includes/Traits/Controls.php:1802
|
7322 |
msgid "EventON"
|
7323 |
msgstr ""
|
7324 |
|
7325 |
+
#: ../includes/Traits/Controls.php:1821
|
7326 |
msgid "Style the message when no posts are found."
|
7327 |
msgstr ""
|
7328 |
|
7482 |
msgid "Added "
|
7483 |
msgstr ""
|
7484 |
|
7485 |
+
#: ../includes/Traits/Enqueue.php:130, ../includes/Traits/Woo_Product_Comparable.php:2102
|
7486 |
msgid "Compare"
|
7487 |
msgstr ""
|
7488 |
|
7494 |
msgid "Post ID is missing"
|
7495 |
msgstr ""
|
7496 |
|
7497 |
+
#: ../includes/Traits/Facebook_Feed.php:41, ../includes/Traits/Helper.php:57, ../includes/Traits/Login_Registration.php:62, ../includes/Traits/Login_Registration.php:227, ../includes/Traits/Woo_Product_Comparable.php:2123
|
7498 |
msgid "Widget ID is missing"
|
7499 |
msgstr ""
|
7500 |
|
7502 |
msgid "Insecure form submitted without security token"
|
7503 |
msgstr ""
|
7504 |
|
7505 |
+
#: ../includes/Traits/Helper.php:37, ../includes/Traits/Login_Registration.php:92, ../includes/Traits/Login_Registration.php:210, ../includes/Traits/Woo_Product_Comparable.php:2160
|
7506 |
msgid "Security token did not match"
|
7507 |
msgstr ""
|
7508 |
|
7509 |
+
#: ../includes/Traits/Helper.php:47, ../includes/Traits/Login_Registration.php:55, ../includes/Traits/Login_Registration.php:222, ../includes/Traits/Woo_Product_Comparable.php:2118
|
7510 |
msgid "Page ID is missing"
|
7511 |
msgstr ""
|
7512 |
|
7702 |
msgid "Table Title HTML Tag"
|
7703 |
msgstr ""
|
7704 |
|
7705 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:245
|
7706 |
msgid "Fields to show"
|
7707 |
msgstr ""
|
7708 |
|
7709 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:246
|
7710 |
msgid "Select the fields to show in the comparison table"
|
7711 |
msgstr ""
|
7712 |
|
7713 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:253
|
7714 |
msgid "Repeat \"Price\" field"
|
7715 |
msgstr ""
|
7716 |
|
7717 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:254
|
7718 |
msgid "Repeat the \"Price\" field at the end of the table"
|
7719 |
msgstr ""
|
7720 |
|
7721 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:259
|
7722 |
msgid "Repeat \"Add to cart\" field"
|
7723 |
msgstr ""
|
7724 |
|
7725 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:260
|
7726 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
7727 |
msgstr ""
|
7728 |
|
7729 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:264
|
7730 |
msgid "Make Product Image Linkable"
|
7731 |
msgstr ""
|
7732 |
|
7733 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:265
|
7734 |
msgid "You can link the product image to product details page"
|
7735 |
msgstr ""
|
7736 |
|
7737 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:274
|
7738 |
msgid "Text for \"No products are found to compare\""
|
7739 |
msgstr ""
|
7740 |
|
7741 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:275
|
7742 |
msgid "No products are added to Compare. Please add products to compare."
|
7743 |
msgstr ""
|
7744 |
|
7745 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:278
|
7746 |
msgid "Eg. No products are added to Compare."
|
7747 |
msgstr ""
|
7748 |
|
7749 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:289
|
7750 |
msgid "Compare Table General"
|
7751 |
msgstr ""
|
7752 |
|
7753 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:395, ../includes/Traits/Woo_Product_Comparable.php:407
|
7754 |
msgid "Table Style"
|
7755 |
msgstr ""
|
7756 |
|
7757 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:402
|
7758 |
msgid "Style Content Column Separately"
|
7759 |
msgstr ""
|
7760 |
|
7761 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:415
|
7762 |
msgid "Table Width"
|
7763 |
msgstr ""
|
7764 |
|
7765 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:445
|
7766 |
msgid "Table Margin"
|
7767 |
msgstr ""
|
7768 |
|
7769 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:488
|
7770 |
msgid "Table Border"
|
7771 |
msgstr ""
|
7772 |
|
7773 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:521
|
7774 |
msgid "Table Title Style"
|
7775 |
msgstr ""
|
7776 |
|
7777 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:530
|
7778 |
msgid "Table Title Text Color"
|
7779 |
msgstr ""
|
7780 |
|
7781 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:537
|
7782 |
msgid "Table Title Background"
|
7783 |
msgstr ""
|
7784 |
|
7785 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:543
|
7786 |
msgid "Table Title Padding"
|
7787 |
msgstr ""
|
7788 |
|
7789 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:556
|
7790 |
msgid "Table Title Border"
|
7791 |
msgstr ""
|
7792 |
|
7793 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:570
|
7794 |
msgid "Table Title Typography"
|
7795 |
msgstr ""
|
7796 |
|
7797 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:604
|
7798 |
msgid "Product Title Row Typography"
|
7799 |
msgstr ""
|
7800 |
|
7801 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:612
|
7802 |
msgid "Header Column Style"
|
7803 |
msgstr ""
|
7804 |
|
7805 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:622
|
7806 |
msgid "Header Column Width"
|
7807 |
msgstr ""
|
7808 |
|
7809 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:651
|
7810 |
msgid "Header Column Padding"
|
7811 |
msgstr ""
|
7812 |
|
7813 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:665
|
7814 |
msgid "Header border"
|
7815 |
msgstr ""
|
7816 |
|
7817 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:673
|
7818 |
msgid "Header Column Typography"
|
7819 |
msgstr ""
|
7820 |
|
7821 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:681
|
7822 |
msgid "Product Column Style"
|
7823 |
msgstr ""
|
7824 |
|
7825 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:691
|
7826 |
msgid "Product Column Width"
|
7827 |
msgstr ""
|
7828 |
|
7829 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:720
|
7830 |
msgid "Product Column Padding"
|
7831 |
msgstr ""
|
7832 |
|
7833 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:733
|
7834 |
msgid "Product Image Box Padding"
|
7835 |
msgstr ""
|
7836 |
|
7837 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:746
|
7838 |
msgid "Product Image Padding"
|
7839 |
msgstr ""
|
7840 |
|
7841 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:760
|
7842 |
msgid "Product column border"
|
7843 |
msgstr ""
|
7844 |
|
7845 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:766, ../includes/Traits/Woo_Product_Comparable.php:1152
|
7846 |
msgid "Product Image Box Border"
|
7847 |
msgstr ""
|
7848 |
|
7849 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:773, ../includes/Traits/Woo_Product_Comparable.php:1158
|
7850 |
msgid "Image Box border"
|
7851 |
msgstr ""
|
7852 |
|
7853 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:778, ../includes/Traits/Woo_Product_Comparable.php:1162
|
7854 |
msgid "Product Image Border"
|
7855 |
msgstr ""
|
7856 |
|
7857 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:785, ../includes/Traits/Woo_Product_Comparable.php:1168
|
7858 |
msgid "Product Image border"
|
7859 |
msgstr ""
|
7860 |
|
7861 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:790, ../includes/Traits/Woo_Product_Comparable.php:1172
|
7862 |
msgid "Image Border Radius"
|
7863 |
msgstr ""
|
7864 |
|
7865 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:807
|
7866 |
msgid "Product Column Typography"
|
7867 |
msgstr ""
|
7868 |
|
7869 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:835, ../includes/Traits/Woo_Product_Comparable.php:1218
|
7870 |
msgid "Image Background"
|
7871 |
msgstr ""
|
7872 |
|
7873 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:848
|
7874 |
msgid "Header Background"
|
7875 |
msgstr ""
|
7876 |
|
7877 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:853
|
7878 |
msgid "Header Text Color"
|
7879 |
msgstr ""
|
7880 |
|
7881 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:858
|
7882 |
msgid "Product Column Background"
|
7883 |
msgstr ""
|
7884 |
|
7885 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:863
|
7886 |
msgid "Product Column Text Color"
|
7887 |
msgstr ""
|
7888 |
|
7889 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:874, ../includes/Traits/Woo_Product_Comparable.php:931, ../includes/Traits/Woo_Product_Comparable.php:1256, ../includes/Traits/Woo_Product_Comparable.php:1298, ../includes/Traits/Woo_Product_Comparable.php:1637, ../includes/Traits/Woo_Product_Comparable.php:1687
|
7890 |
msgid "Button Text Color"
|
7891 |
msgstr ""
|
7892 |
|
7893 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:879, ../includes/Traits/Woo_Product_Comparable.php:936
|
7894 |
msgid "Button Background Color"
|
7895 |
msgstr ""
|
7896 |
|
7897 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:884
|
7898 |
msgid "Even & Odd Rows"
|
7899 |
msgstr ""
|
7900 |
|
7901 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:889, ../includes/Traits/Woo_Product_Comparable.php:1028, ../includes/Traits/Woo_Product_Comparable.php:1272
|
7902 |
msgid "Even Row Background"
|
7903 |
msgstr ""
|
7904 |
|
7905 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:894, ../includes/Traits/Woo_Product_Comparable.php:1034, ../includes/Traits/Woo_Product_Comparable.php:1278
|
7906 |
msgid "Even Row Text Color"
|
7907 |
msgstr ""
|
7908 |
|
7909 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:899, ../includes/Traits/Woo_Product_Comparable.php:1039, ../includes/Traits/Woo_Product_Comparable.php:1283
|
7910 |
msgid "Odd Row Background"
|
7911 |
msgstr ""
|
7912 |
|
7913 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:904, ../includes/Traits/Woo_Product_Comparable.php:1044, ../includes/Traits/Woo_Product_Comparable.php:1288
|
7914 |
msgid "Odd Row Text Color"
|
7915 |
msgstr ""
|
7916 |
|
7917 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:909
|
7918 |
msgid "Title Row"
|
7919 |
msgstr ""
|
7920 |
|
7921 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:914
|
7922 |
msgid "Title Row Background"
|
7923 |
msgstr ""
|
7924 |
|
7925 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:919
|
7926 |
msgid "Title Row Text Color"
|
7927 |
msgstr ""
|
7928 |
|
7929 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:951
|
7930 |
msgid "Header Column"
|
7931 |
msgstr ""
|
7932 |
|
7933 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1003, ../includes/Traits/Woo_Product_Comparable.php:1227
|
7934 |
msgid "Title Background"
|
7935 |
msgstr ""
|
7936 |
|
7937 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1013
|
7938 |
msgid "Column Background Color"
|
7939 |
msgstr ""
|
7940 |
|
7941 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1018
|
7942 |
msgid "Column Text Color"
|
7943 |
msgstr ""
|
7944 |
|
7945 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1023, ../includes/Traits/Woo_Product_Comparable.php:1267
|
7946 |
msgid "Rows"
|
7947 |
msgstr ""
|
7948 |
|
7949 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1049
|
7950 |
msgid "Title Border"
|
7951 |
msgstr ""
|
7952 |
|
7953 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1058
|
7954 |
msgid "Header Border"
|
7955 |
msgstr ""
|
7956 |
|
7957 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1100
|
7958 |
msgid "Product Column %d"
|
7959 |
msgstr ""
|
7960 |
|
7961 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1262, ../includes/Traits/Woo_Product_Comparable.php:1303
|
7962 |
msgid "Button Background"
|
7963 |
msgstr ""
|
7964 |
|
7965 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1316
|
7966 |
msgid "Compare Modal Close Button"
|
7967 |
msgstr ""
|
7968 |
|
7969 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1419
|
7970 |
msgid "Fields Icon"
|
7971 |
msgstr ""
|
7972 |
|
7973 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1505
|
7974 |
msgid "Price Size"
|
7975 |
msgstr ""
|
7976 |
|
7977 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1530
|
7978 |
msgid "Price Text Color"
|
7979 |
msgstr ""
|
7980 |
|
7981 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1537
|
7982 |
msgid "Price Strike Text Color"
|
7983 |
msgstr ""
|
7984 |
|
7985 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1538
|
7986 |
msgid "Only applicable when sales price is available"
|
7987 |
msgstr ""
|
7988 |
|
7989 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1554
|
7990 |
msgid "Sales Price Size"
|
7991 |
msgstr ""
|
7992 |
|
7993 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1579
|
7994 |
msgid "Sales Price Text Color"
|
7995 |
msgstr ""
|
7996 |
|
7997 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1592
|
7998 |
msgid "Compare Button"
|
7999 |
msgstr ""
|
8000 |
|
8001 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1777
|
8002 |
msgid "Remove"
|
8003 |
msgstr ""
|
8004 |
|
8005 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:1984, ../includes/Traits/Woo_Product_Comparable.php:2227
|
8006 |
msgid "In stock"
|
8007 |
msgstr ""
|
8008 |
|
8009 |
+
#: ../includes/Traits/Woo_Product_Comparable.php:2128
|
8010 |
msgid "Product ID is missing"
|
8011 |
msgstr ""
|
8012 |
|
8206 |
msgid "No products found!"
|
8207 |
msgstr ""
|
8208 |
|
8209 |
+
#: ../includes/Template/Content/Product_Grid.php:63, ../includes/Template/Content/Product_Grid.php:29, ../includes/Template/Eicon-Woocommerce/default.php:268, ../includes/Template/Eicon-Woocommerce/default.php:210, ../includes/Template/Eicon-Woocommerce/default.php:105, ../includes/Template/Eicon-Woocommerce/default.php:89, ../includes/Template/Eicon-Woocommerce/default.php:49
|
8210 |
msgid "Sale!"
|
8211 |
msgstr ""
|
8212 |
|
8213 |
+
#: ../includes/Template/Content/Product_Grid.php:27, ../includes/Template/Eicon-Woocommerce/default.php:87, ../includes/Template/Eicon-Woocommerce/default.php:47
|
8214 |
msgid "Stock <br/> Out"
|
8215 |
msgstr ""
|
8216 |
|
8217 |
+
#: ../includes/Template/Eicon-Woocommerce/default.php:400, ../includes/Template/Eicon-Woocommerce/default.php:268, ../includes/Template/Eicon-Woocommerce/default.php:210, ../includes/Template/Eicon-Woocommerce/default.php:105
|
8218 |
msgid "Stock "
|
8219 |
msgstr ""
|
8220 |
|
8221 |
+
#: ../includes/Template/Eicon-Woocommerce/default.php:400, ../includes/Template/Eicon-Woocommerce/default.php:268, ../includes/Template/Eicon-Woocommerce/default.php:210, ../includes/Template/Eicon-Woocommerce/default.php:105
|
8222 |
msgid "Out"
|
8223 |
msgstr ""
|
8224 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Essential Addons for Elementor ===
|
2 |
-
Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, priyomukul,
|
3 |
Tags: elementor, elements, addons, elementor addons, elementor widget, elementor form, woocommerce elementor, page builder, builder, visual editor, wordpress page builder
|
4 |
Requires at least: 5.0
|
5 |
-
Tested up to: 5.7
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 4.6.
|
8 |
License: GPLv3
|
9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
10 |
|
@@ -223,6 +223,17 @@ Your existing elements/content will work with premium version. So you won't lose
|
|
223 |
|
224 |
== Changelog ==
|
225 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
226 |
= 4.6.3 - 25/04/2021 =
|
227 |
|
228 |
- Fixed: Elementor\Scheme_Typography is deprecated
|
1 |
=== Essential Addons for Elementor ===
|
2 |
+
Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, priyomukul, manzurahammed
|
3 |
Tags: elementor, elements, addons, elementor addons, elementor widget, elementor form, woocommerce elementor, page builder, builder, visual editor, wordpress page builder
|
4 |
Requires at least: 5.0
|
5 |
+
Tested up to: 5.7.1
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 4.6.4
|
8 |
License: GPLv3
|
9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
10 |
|
223 |
|
224 |
== Changelog ==
|
225 |
|
226 |
+
= 4.6.4 - 03/05/2021 =
|
227 |
+
|
228 |
+
- Improved: Query Optimization in dynamic widgets
|
229 |
+
- Improved: Refactored code for Security Enhancement
|
230 |
+
- Added: EA Data Table | Added ‘icon’ option in Content Type
|
231 |
+
- Fixed: Conflict with swiperJS
|
232 |
+
- Fixed: EA Creative Button | issues with the tab view and default styles
|
233 |
+
- Fixed: EA Product Grid | Product header tag not being changeable
|
234 |
+
- Fixed: EA Facebook Feed | different page ID's showing same content
|
235 |
+
- Few minor bug fix and improvements
|
236 |
+
|
237 |
= 4.6.3 - 25/04/2021 =
|
238 |
|
239 |
- Fixed: Elementor\Scheme_Typography is deprecated
|