Version Description
08/08/2021 =
Added: EA WooCommerce Widgets | Option to change the 'Stock Out' text
Fixed: 'Out of stock' label not displaying in shop page when EA is active
Fixed: EA Gravity Forms | File Upload field showing a validation message
Fixed: EA Data Table | Text alignment not working in mobile devices
Fixed: EA Pricing Table | Ribbon text alignment not changing correctly
Fixed: EA Interactive Card | SVG Icon not showing
Fixed: EA Facebook Feed | Background & Link colors not working properly
Added: EA Event Calendar | Option to change the 'Event Details' text
Added: EA Login/Registration | Option to translate reCaptcha
Few minor bug fix and improvements
Download this release
Release Info
| Developer | re_enter_rupok |
| Plugin | |
| Version | 4.8.3 |
| Comparing to | |
| See all releases | |
Code changes from version 4.8.2 to 4.8.3
- assets/admin/css/editor.css +42 -3
- assets/admin/js/admin.js +8 -4
- assets/front-end/css/view/data-table.css +18 -0
- assets/front-end/css/view/data-table.min.css +1 -1
- assets/front-end/css/view/price-table.css +5 -0
- assets/front-end/css/view/price-table.min.css +1 -1
- assets/front-end/css/view/product-grid.css +5 -5
- assets/front-end/css/view/product-grid.min.css +1 -1
- assets/front-end/js/view/filterable-gallery.js +1 -1
- assets/front-end/js/view/filterable-gallery.min.js +1 -1
- essential_adons_elementor.php +3 -3
- includes/Classes/Helper.php +1 -1
- includes/Elements/Adv_Accordion.php +1 -1
- includes/Elements/Adv_Tabs.php +1 -1
- includes/Elements/Advanced_Data_Table.php +19 -6
- includes/Elements/Contact_Form_7.php +1 -1
- includes/Elements/Content_Ticker.php +1 -1
- includes/Elements/Countdown.php +1 -1
- includes/Elements/Creative_Button.php +1 -1
- includes/Elements/Cta_Box.php +1 -1
- includes/Elements/Data_Table.php +12 -1
- includes/Elements/Dual_Color_Header.php +1 -1
- includes/Elements/Event_Calendar.php +16 -3
- includes/Elements/Fancy_Text.php +1 -1
- includes/Elements/Filterable_Gallery.php +1 -1
- includes/Elements/Flip_Box.php +1 -1
- includes/Elements/GravityForms.php +6 -6
- includes/Elements/Info_Box.php +1 -1
- includes/Elements/Login_Register.php +69 -0
- includes/Elements/Pricing_Table.php +1 -1
- includes/Elements/Product_Grid.php +123 -101
- includes/Elements/Progress_Bar.php +1 -1
- includes/Elements/Team_Member.php +1 -1
- includes/Elements/Testimonial.php +1 -1
- includes/Elements/Tooltip.php +1 -1
- includes/Elements/Twitter_Feed.php +1 -1
- includes/Elements/WeForms.php +1 -1
- includes/Elements/Woo_Checkout.php +10 -2
- includes/Template/Eicon-Woocommerce/default.php +13 -7
- includes/Traits/Admin.php +5 -0
- includes/Traits/Enqueue.php +7 -1
- includes/Traits/Facebook_Feed.php +26 -1
- includes/Traits/Helper.php +6 -9
- includes/templates/admin/elements.php +2 -1
- languages/essential-addons-for-elementor-lite.pot +666 -626
- readme.txt +14 -1
assets/admin/css/editor.css
CHANGED
|
@@ -41,9 +41,23 @@
|
|
| 41 |
.elementor-control-eael_section_data_table_enabled_pro_alert .elementor-control-title,
|
| 42 |
.elementor-control-eael_img_accordion_type_pro_alert .elementor-control-title,
|
| 43 |
.elementor-control-eael_ticker_type_pro_alert .elementor-control-title,
|
| 44 |
-
.elementor-control-eael_event_calendar_pro_enable_warning .elementor-control-title,
|
| 45 |
.elementor-control-eael_team_members_preset_pro_alert .elementor-control-title,
|
| 46 |
-
.elementor-control-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
color: #f54;
|
| 48 |
}
|
| 49 |
|
|
@@ -162,4 +176,29 @@
|
|
| 162 |
border-radius: 0 3px 3px 0;
|
| 163 |
-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
|
| 164 |
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
|
| 165 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
.elementor-control-eael_section_data_table_enabled_pro_alert .elementor-control-title,
|
| 42 |
.elementor-control-eael_img_accordion_type_pro_alert .elementor-control-title,
|
| 43 |
.elementor-control-eael_ticker_type_pro_alert .elementor-control-title,
|
| 44 |
+
.elementor-control-eael_event_calendar_pro_enable_warning .elementor-control-title a,
|
| 45 |
.elementor-control-eael_team_members_preset_pro_alert .elementor-control-title,
|
| 46 |
+
.elementor-control-eael_adv_data_table_pro_enable_warning .elementor-control-title a,
|
| 47 |
+
.elementor-control-eael_woo_checkout_pro_enable_warning .elementor-control-title a{
|
| 48 |
+
color: #f54 !important;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.elementor-control-eael_pricing_table_style_pro_alert .elementor-control-title a:hover,
|
| 52 |
+
.elementor-control-eael_section_countdown_style_pro_alert .elementor-control-title a:hover,
|
| 53 |
+
.elementor-control-eael_fancy_text_style_pro_alert .elementor-control-title a:hover,
|
| 54 |
+
.elementor-control-eael_section_data_table_enabled_pro_alert .elementor-control-title a:hover,
|
| 55 |
+
.elementor-control-eael_img_accordion_type_pro_alert .elementor-control-title a:hover,
|
| 56 |
+
.elementor-control-eael_ticker_type_pro_alert .elementor-control-title a:hover,
|
| 57 |
+
.elementor-control-eael_event_calendar_pro_enable_warning .elementor-control-title a:hover,
|
| 58 |
+
.elementor-control-eael_team_members_preset_pro_alert .elementor-control-title a:hover,
|
| 59 |
+
.elementor-control-eael_adv_data_table_pro_enable_warning .elementor-control-title a:hover,
|
| 60 |
+
.elementor-control-eael_woo_checkout_pro_enable_warning .elementor-control-title a:hover{
|
| 61 |
color: #f54;
|
| 62 |
}
|
| 63 |
|
| 176 |
border-radius: 0 3px 3px 0;
|
| 177 |
-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
|
| 178 |
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
|
| 179 |
+
}
|
| 180 |
+
|
| 181 |
+
.elementor-control.eael-pro-control::after {
|
| 182 |
+
content: '';
|
| 183 |
+
position: absolute;
|
| 184 |
+
width: 100%;
|
| 185 |
+
height: 100%;
|
| 186 |
+
display: block;
|
| 187 |
+
top: 0;
|
| 188 |
+
left: 0;
|
| 189 |
+
bottom: 0;
|
| 190 |
+
right: 0;
|
| 191 |
+
z-index: 99;
|
| 192 |
+
background: transparent;
|
| 193 |
+
}
|
| 194 |
+
|
| 195 |
+
.elementor-control.eael-pro-control .eael-pro-label {
|
| 196 |
+
color: red;
|
| 197 |
+
font-weight: bold;
|
| 198 |
+
font-size: 11px;
|
| 199 |
+
}
|
| 200 |
+
.elementor-control.eael-pro-control .eicon-pro-icon:before {
|
| 201 |
+
color:#b4b5b7;
|
| 202 |
+
margin-left: 4px;
|
| 203 |
+
font-size: 14px;
|
| 204 |
+
}
|
assets/admin/js/admin.js
CHANGED
|
@@ -233,6 +233,7 @@
|
|
| 233 |
let isProEnable = $dnode.data("pro-enabled");
|
| 234 |
let rSitekey = $dnode.data("r-sitekey");
|
| 235 |
let rSecret = $dnode.data("r-secret");
|
|
|
|
| 236 |
let gClientId = $dnode.data("g-client-id");
|
| 237 |
let fbAppId = $dnode.data("fb-app-id");
|
| 238 |
let fbAppSecret = $dnode.data("fb-app-secret");
|
|
@@ -249,6 +250,10 @@
|
|
| 249 |
<label for="lr_recaptcha_secret">${lr_i18n.r_sitesecret}:</label>
|
| 250 |
<input value="${rSecret}" name="lr_recaptcha_secret" id="lr_recaptcha_secret" placeholder="${lr_i18n.r_sitesecret}"/><br/>
|
| 251 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 252 |
`;
|
| 253 |
if (isProEnable) {
|
| 254 |
html += `<hr>
|
|
@@ -281,10 +286,9 @@
|
|
| 281 |
cancelButtonText: lr_i18n.cancel,
|
| 282 |
preConfirm: () => {
|
| 283 |
let formData = {
|
| 284 |
-
recaptchaSiteKey: document.getElementById("lr_recaptcha_sitekey")
|
| 285 |
-
|
| 286 |
-
|
| 287 |
-
.value,
|
| 288 |
};
|
| 289 |
if (isProEnable) {
|
| 290 |
formData.gClientId = document.getElementById("lr_g_client_id").value;
|
| 233 |
let isProEnable = $dnode.data("pro-enabled");
|
| 234 |
let rSitekey = $dnode.data("r-sitekey");
|
| 235 |
let rSecret = $dnode.data("r-secret");
|
| 236 |
+
let rLanguage = $dnode.data("r-language");
|
| 237 |
let gClientId = $dnode.data("g-client-id");
|
| 238 |
let fbAppId = $dnode.data("fb-app-id");
|
| 239 |
let fbAppSecret = $dnode.data("fb-app-secret");
|
| 250 |
<label for="lr_recaptcha_secret">${lr_i18n.r_sitesecret}:</label>
|
| 251 |
<input value="${rSecret}" name="lr_recaptcha_secret" id="lr_recaptcha_secret" placeholder="${lr_i18n.r_sitesecret}"/><br/>
|
| 252 |
</div>
|
| 253 |
+
<div class="sf-group">
|
| 254 |
+
<label for="lr_recaptcha_language">${lr_i18n.r_language}: <a style="vertical-align: middle;" href="https://developers.google.com/recaptcha/docs/language" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="width:16px;height:16px;"><path style="fill:#545454;" d="M 12 2 C 6.4889971 2 2 6.4889971 2 12 C 2 17.511003 6.4889971 22 12 22 C 17.511003 22 22 17.511003 22 12 C 22 6.4889971 17.511003 2 12 2 z M 12 4 C 16.430123 4 20 7.5698774 20 12 C 20 16.430123 16.430123 20 12 20 C 7.5698774 20 4 16.430123 4 12 C 4 7.5698774 7.5698774 4 12 4 z M 12 6 C 9.79 6 8 7.79 8 10 L 10 10 C 10 8.9 10.9 8 12 8 C 13.1 8 14 8.9 14 10 C 14 12 11 12.367 11 15 L 13 15 C 13 13.349 16 12.5 16 10 C 16 7.79 14.21 6 12 6 z M 11 16 L 11 18 L 13 18 L 13 16 L 11 16 z"></path></svg></a></label>
|
| 255 |
+
<input value="${rLanguage}" name="lr_recaptcha_language" id="lr_recaptcha_language" placeholder="${lr_i18n.r_language_ph}"/><br/>
|
| 256 |
+
</div>
|
| 257 |
`;
|
| 258 |
if (isProEnable) {
|
| 259 |
html += `<hr>
|
| 286 |
cancelButtonText: lr_i18n.cancel,
|
| 287 |
preConfirm: () => {
|
| 288 |
let formData = {
|
| 289 |
+
recaptchaSiteKey: document.getElementById("lr_recaptcha_sitekey").value,
|
| 290 |
+
recaptchaSiteSecret: document.getElementById("lr_recaptcha_secret").value,
|
| 291 |
+
recaptchaLanguage: document.getElementById("lr_recaptcha_language").value,
|
|
|
|
| 292 |
};
|
| 293 |
if (isProEnable) {
|
| 294 |
formData.gClientId = document.getElementById("lr_g_client_id").value;
|
assets/front-end/css/view/data-table.css
CHANGED
|
@@ -259,6 +259,24 @@ table.eael-data-table thead .sorting:after {
|
|
| 259 |
display: -ms-flexbox;
|
| 260 |
display: flex;
|
| 261 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 262 |
}
|
| 263 |
table.eael-data-table thead .sorting:after {
|
| 264 |
content: "";
|
| 259 |
display: -ms-flexbox;
|
| 260 |
display: flex;
|
| 261 |
}
|
| 262 |
+
|
| 263 |
+
.eael-dt-td-align-mobile-left .td-content {
|
| 264 |
+
-webkit-box-pack: start;
|
| 265 |
+
-ms-flex-pack: start;
|
| 266 |
+
justify-content: flex-start;
|
| 267 |
+
}
|
| 268 |
+
|
| 269 |
+
.eael-dt-td-align-mobile-center .td-content {
|
| 270 |
+
-webkit-box-pack: center;
|
| 271 |
+
-ms-flex-pack: center;
|
| 272 |
+
justify-content: center;
|
| 273 |
+
}
|
| 274 |
+
|
| 275 |
+
.eael-dt-td-align-mobile-right .td-content {
|
| 276 |
+
-webkit-box-pack: end;
|
| 277 |
+
-ms-flex-pack: end;
|
| 278 |
+
justify-content: flex-end;
|
| 279 |
+
}
|
| 280 |
}
|
| 281 |
table.eael-data-table thead .sorting:after {
|
| 282 |
content: "";
|
assets/front-end/css/view/data-table.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
table.eael-data-table thead .sorting_asc,table.eael-data-table thead .sorting_desc,table.eael-data-table thead .sorting{position:relative;z-index:0;outline:0;cursor:pointer}table.eael-data-table thead .sorting_asc:after,table.eael-data-table thead .sorting_desc:after,table.eael-data-table thead .sorting:after{position:absolute;top:50%;right:10px;font-family:"Font Awesome 5 Free";color:#fff;z-index:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-data-table-wrap .eael-data-tables_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.eael-data-table-wrap .eael-data-tables_filter{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%;text-align:right}.eael-data-table-wrap .eael-data-tables_filter label{font-weight:700}.eael-data-table-wrap .eael-data-tables_filter label input[type=search]{height:40px;border:1px solid rgba(0,0,0,.09);outline:0;padding:10px;margin-left:10px}.eael-data-table-wrap .eael-data-tables_length{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%}.eael-data-table-wrap .eael-data-tables_length select{width:auto;max-width:120px;height:40px;border:1px solid rgba(0,0,0,.09);outline:0;margin-left:10px;margin-right:10px}.eael-data-table-wrap .eael-data-tables_length label{font-weight:700}.eael-data-table-wrap .eael-data-tables_info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%;font-weight:700}.eael-data-table-wrap .eael-data-tables_paginate{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%;text-align:right}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button{padding:10px 15px;background:#f2f2f2;margin-right:2px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover{color:#fff;background:#4a4893}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current{color:#fff;background:#4a4893}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled{cursor:no-drop;background:#f2f2f2;opacity:.5;color:#888}.data-header-icon{margin-right:10px;position:relative;top:2px}.eael-data-table{width:100%;height:auto;margin:0;border-collapse:collapse;border:none}.eael-data-table tr{border-style:none}.eael-data-table thead tr{text-align:left}.eael-data-table thead tr th{padding:20px 15px;background:#4a4893;font-size:16px;font-weight:600;font-family:"Montserrat","sans-serif";line-height:1;color:#fff;border-color:#000;border-width:2px;border-style:none;background-clip:padding-box}.eael-data-table thead tr th:hover{border-color:#000}.eael-data-table tbody tr.even{-webkit-transition:background .4s ease-in-out;-o-transition:background .4s ease-in-out;transition:background .4s ease-in-out}.eael-data-table tbody tr.even:hover{background:rgba(242,242,242,.7)}.eael-data-table tbody tr.even:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr.odd{background:rgba(242,242,242,.5);-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.eael-data-table tbody tr.odd:hover{background:rgba(242,242,242,.7)}.eael-data-table tbody tr.odd:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr td{padding:20px 15px;font-size:14px;font-family:"Montserrat","sans-serif";line-height:1;border-width:2px;border-style:none;background-clip:padding-box}.eael-data-table-th-img{display:inline-block;margin:0 15px 0 0;line-height:1}.th-mobile-screen{display:none}@media(max-width: 767px){.eael-data-table-wrap{overflow-x:scroll !important;padding-bottom:5px}.th-mobile-screen{display:inline-block;padding:0 .6em;margin-right:10px;text-align:center;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100px;flex-basis:100px}.th-mobile-screen .eael-data-table-th-img{margin:0 auto 15px auto;display:block}.th-mobile-screen .data-header-icon{margin:0 auto 15px auto;display:block}.td-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.td-content{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.td-content>p{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-responsive-option-enable .eael-data-table thead{display:none}.custom-responsive-option-enable .eael-data-table tbody tr td{float:none;clear:left;width:100%;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-data-table .td-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}}table.eael-data-table thead .sorting:after{content:""}table.eael-data-table thead .headerSortDown:after{content:""}table.eael-data-table thead .headerSortUp:after{content:""}table.eael-data-table thead .sorting_disabled.sorting:after{display:none}table.eael-data-table .sorting.sorting-none:after{display:none}table.eael-data-table .sorting_desc.sorting-none:after{display:none}table.eael-data-table .sorting_asc.sorting-none:after{display:none}.eael-table-align-left table.eael-data-table{float:left}.eael-table-align-center table.eael-data-table{margin:0 auto}.eael-table-align-right table.eael-data-table{float:right}.eael-hide-elements .eael-data-tables_info{display:none}.eael-dt-th-align-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-center .eael-data-table thead tr th{text-align:center}.eael-dt-td-align-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-right .eael-data-table tbody tr td{text-align:right;padding-right:30px}.eael-dt-td-align-left .eael-data-table .th-mobile-screen{text-align:left}.eael-dt-td-align-center .eael-data-table .th-mobile-screen{text-align:center}.eael-dt-td-align-right .eael-data-table .th-mobile-screen{text-align:right}@media(max-width: 1024px){.eael-dt-td-align-tablet-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-tablet-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-tablet-right .eael-data-table tbody tr td{text-align:right}.eael-dt-th-align-tablet-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-tablet-left .eael-data-table .th-mobile-screen{text-align:left}.eael-dt-th-align-tablet-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-tablet-right .eael-data-table .th-mobile-screen{text-align:right}.eael-dt-th-align-tablet-center .eael-data-table thead tr th{text-align:center}.eael-dt-th-align-tablet-center .eael-data-table .th-mobile-screen{text-align:center}}@media(max-width: 767px){.eael-dt-td-align-mobile-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-mobile-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-mobile-right .eael-data-table tbody tr td{text-align:right}.eael-dt-th-align-mobile-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-mobile-left .eael-data-table .th-mobile-screen{text-align:left}.eael-dt-th-align-mobile-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-mobile-right .eael-data-table .th-mobile-screen{text-align:right}.eael-dt-th-align-mobile-center .eael-data-table thead tr th{text-align:center}.eael-dt-th-align-mobile-center .eael-data-table .th-mobile-screen{text-align:center}}
|
| 1 |
+
table.eael-data-table thead .sorting_asc,table.eael-data-table thead .sorting_desc,table.eael-data-table thead .sorting{position:relative;z-index:0;outline:0;cursor:pointer}table.eael-data-table thead .sorting_asc:after,table.eael-data-table thead .sorting_desc:after,table.eael-data-table thead .sorting:after{position:absolute;top:50%;right:10px;font-family:"Font Awesome 5 Free";color:#fff;z-index:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-data-table-wrap .eael-data-tables_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.eael-data-table-wrap .eael-data-tables_filter{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%;text-align:right}.eael-data-table-wrap .eael-data-tables_filter label{font-weight:700}.eael-data-table-wrap .eael-data-tables_filter label input[type=search]{height:40px;border:1px solid rgba(0,0,0,.09);outline:0;padding:10px;margin-left:10px}.eael-data-table-wrap .eael-data-tables_length{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%}.eael-data-table-wrap .eael-data-tables_length select{width:auto;max-width:120px;height:40px;border:1px solid rgba(0,0,0,.09);outline:0;margin-left:10px;margin-right:10px}.eael-data-table-wrap .eael-data-tables_length label{font-weight:700}.eael-data-table-wrap .eael-data-tables_info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%;font-weight:700}.eael-data-table-wrap .eael-data-tables_paginate{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%;text-align:right}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button{padding:10px 15px;background:#f2f2f2;margin-right:2px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover{color:#fff;background:#4a4893}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current{color:#fff;background:#4a4893}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled{cursor:no-drop;background:#f2f2f2;opacity:.5;color:#888}.data-header-icon{margin-right:10px;position:relative;top:2px}.eael-data-table{width:100%;height:auto;margin:0;border-collapse:collapse;border:none}.eael-data-table tr{border-style:none}.eael-data-table thead tr{text-align:left}.eael-data-table thead tr th{padding:20px 15px;background:#4a4893;font-size:16px;font-weight:600;font-family:"Montserrat","sans-serif";line-height:1;color:#fff;border-color:#000;border-width:2px;border-style:none;background-clip:padding-box}.eael-data-table thead tr th:hover{border-color:#000}.eael-data-table tbody tr.even{-webkit-transition:background .4s ease-in-out;-o-transition:background .4s ease-in-out;transition:background .4s ease-in-out}.eael-data-table tbody tr.even:hover{background:rgba(242,242,242,.7)}.eael-data-table tbody tr.even:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr.odd{background:rgba(242,242,242,.5);-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.eael-data-table tbody tr.odd:hover{background:rgba(242,242,242,.7)}.eael-data-table tbody tr.odd:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr td{padding:20px 15px;font-size:14px;font-family:"Montserrat","sans-serif";line-height:1;border-width:2px;border-style:none;background-clip:padding-box}.eael-data-table-th-img{display:inline-block;margin:0 15px 0 0;line-height:1}.th-mobile-screen{display:none}@media(max-width: 767px){.eael-data-table-wrap{overflow-x:scroll !important;padding-bottom:5px}.th-mobile-screen{display:inline-block;padding:0 .6em;margin-right:10px;text-align:center;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100px;flex-basis:100px}.th-mobile-screen .eael-data-table-th-img{margin:0 auto 15px auto;display:block}.th-mobile-screen .data-header-icon{margin:0 auto 15px auto;display:block}.td-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.td-content{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.td-content>p{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-responsive-option-enable .eael-data-table thead{display:none}.custom-responsive-option-enable .eael-data-table tbody tr td{float:none;clear:left;width:100%;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-data-table .td-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.eael-dt-td-align-mobile-left .td-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.eael-dt-td-align-mobile-center .td-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-dt-td-align-mobile-right .td-content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}table.eael-data-table thead .sorting:after{content:""}table.eael-data-table thead .headerSortDown:after{content:""}table.eael-data-table thead .headerSortUp:after{content:""}table.eael-data-table thead .sorting_disabled.sorting:after{display:none}table.eael-data-table .sorting.sorting-none:after{display:none}table.eael-data-table .sorting_desc.sorting-none:after{display:none}table.eael-data-table .sorting_asc.sorting-none:after{display:none}.eael-table-align-left table.eael-data-table{float:left}.eael-table-align-center table.eael-data-table{margin:0 auto}.eael-table-align-right table.eael-data-table{float:right}.eael-hide-elements .eael-data-tables_info{display:none}.eael-dt-th-align-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-center .eael-data-table thead tr th{text-align:center}.eael-dt-td-align-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-right .eael-data-table tbody tr td{text-align:right;padding-right:30px}.eael-dt-td-align-left .eael-data-table .th-mobile-screen{text-align:left}.eael-dt-td-align-center .eael-data-table .th-mobile-screen{text-align:center}.eael-dt-td-align-right .eael-data-table .th-mobile-screen{text-align:right}@media(max-width: 1024px){.eael-dt-td-align-tablet-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-tablet-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-tablet-right .eael-data-table tbody tr td{text-align:right}.eael-dt-th-align-tablet-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-tablet-left .eael-data-table .th-mobile-screen{text-align:left}.eael-dt-th-align-tablet-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-tablet-right .eael-data-table .th-mobile-screen{text-align:right}.eael-dt-th-align-tablet-center .eael-data-table thead tr th{text-align:center}.eael-dt-th-align-tablet-center .eael-data-table .th-mobile-screen{text-align:center}}@media(max-width: 767px){.eael-dt-td-align-mobile-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-mobile-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-mobile-right .eael-data-table tbody tr td{text-align:right}.eael-dt-th-align-mobile-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-mobile-left .eael-data-table .th-mobile-screen{text-align:left}.eael-dt-th-align-mobile-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-mobile-right .eael-data-table .th-mobile-screen{text-align:right}.eael-dt-th-align-mobile-center .eael-data-table thead tr th{text-align:center}.eael-dt-th-align-mobile-center .eael-data-table .th-mobile-screen{text-align:center}}
|
assets/front-end/css/view/price-table.css
CHANGED
|
@@ -518,6 +518,11 @@
|
|
| 518 |
text-align: center;
|
| 519 |
}
|
| 520 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 521 |
.eael-pricing-content-align-left .eael-pricing.style-4 {
|
| 522 |
text-align: left;
|
| 523 |
}
|
| 518 |
text-align: center;
|
| 519 |
}
|
| 520 |
|
| 521 |
+
.eael-pricing-content-align-left .eael-pricing .eael-pricing-item.ribbon-4:before,
|
| 522 |
+
.eael-pricing-content-align-right .eael-pricing .eael-pricing-item.ribbon-4:before {
|
| 523 |
+
text-align: center;
|
| 524 |
+
}
|
| 525 |
+
|
| 526 |
.eael-pricing-content-align-left .eael-pricing.style-4 {
|
| 527 |
text-align: left;
|
| 528 |
}
|
assets/front-end/css/view/price-table.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-pricing{-webkit-display:flex;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-pricing .eael-pricing-item{width:100%;height:auto;margin:0}.eael-pricing .eael-pricing-button{display:none;padding:12px 25px;background:#00c853;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;text-decoration:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:4px}.eael-pricing .eael-pricing-button:hover{background:#03b048}.eael-pricing .eael-pricing-item ul{padding:0px;margin:0px;list-style:none}.eael-pricing .eael-pricing-item ul li.disable-item{text-decoration:line-through;opacity:.5}.eael-pricing .eael-pricing-item ul li span.li-icon{color:#00c853;margin-right:6px}.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon{color:#ef5350}.eael-pricing.style-1{position:relative;z-index:0;text-align:center}.eael-pricing.style-1 .eael-pricing-item{border:1px solid rgba(9,9,9,.1);padding:30px;border-radius:5px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.eael-pricing.style-1 .eael-pricing-item:hover{-webkit-box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-1 .eael-pricing-item.featured{position:relative}.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0px;left:0px;right:0px;z-index:1;border-radius:5px 5px 0px 0px}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-4:before,.eael-pricing .eael-pricing-item.ribbon-4:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:30px;right:-55px;z-index:10;font-size:13px;font-weight:600;text-transform:uppercase;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:200px;padding:7px 0;white-space:nowrap}.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-left.ribbon-4:before,.eael-pricing .eael-pricing-item.ribbon-left.ribbon-4:before{right:auto;left:-55px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-pricing.style-1 .eael-pricing-item .header{display:block;position:relative;z-index:0;padding-bottom:15px;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .header:after{content:"";position:absolute;width:140px;height:1px;bottom:0px;left:0px;right:0px;margin:0 auto;z-index:1;background:rgba(9,9,9,.1)}.eael-pricing.style-1 .eael-pricing-item .header .title{font-weight:700;line-height:30px;margin:0px}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0px;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0px;left:0px;right:0px;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0px;margin:0px auto}.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700}.eael-pricing.style-1 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-1 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 0px;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child{border:none}.eael-pricing.style-1 .eael-pricing-item.featured-large{padding:60px 0px}.eael-pricing.style-2{position:relative;z-index:0;text-align:center}.eael-pricing.style-2 .eael-pricing-item{padding:30px 0px;border-radius:5px;margin:0px;border:1px solid rgba(9,9,9,.1)}.eael-pricing.style-2 .eael-pricing-item.featured{-webkit-box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0px;left:0px;right:0px;z-index:1;border-radius:5px 5px 0px 0px}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:inline-block;position:relative;width:80px;height:80px;background:#00c853;border-radius:50%;margin-bottom:30px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;overflow:hidden}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{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-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i{font-size:30px;color:#fff;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon{background:#43a047}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i{color:#fff}.eael-pricing.style-2 .eael-pricing-item .header{background:#c8e6c9;padding:25px 30px;margin-bottom:15px;position:relative;z-index:0}.eael-pricing.style-2 .eael-pricing-item.featured .header:after{content:"";position:absolute;width:100%;height:100%;top:0px;left:0px;right:0px;bottom:0px;z-index:-1;background:rgba(255,255,255,.4)}.eael-pricing.style-2 .eael-pricing-item .header .title{font-size:28px;font-weight:700;line-height:40px;margin:0px}.eael-pricing.style-2 .eael-pricing-item .header .subititle{font-size:14px;font-weight:600;color:#6d6d6d}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0px;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0px;left:0px;right:0px;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0px;margin:0px auto}.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700;color:#00c853}.eael-pricing.style-2 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-2 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 15px;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child{border:none}@media only screen and (min-width: 768px)and (max-width: 992px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{width:100%;margin:0 auto 30px auto}}@media only screen and (max-width: 480px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item{width:100%}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{margin:0 auto 30px auto}}.eael-pricing-content-align-center .eael-pricing{text-align:center}.eael-pricing-content-align-left .eael-pricing{text-align:left}.eael-pricing-content-align-right .eael-pricing{text-align:right}.eael-pricing-content-align-center .eael-pricing.style-4{text-align:center}.eael-pricing-content-align-left .eael-pricing.style-4{text-align:left}.eael-pricing-content-align-right .eael-pricing.style-4{text-align:right}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag{padding-left:45px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before{left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer{padding-left:30px;padding-right:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer{padding-right:30px;padding-left:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(80%);-ms-transform:translateX(80%);transform:translateX(80%)}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{margin:0;width:100%}.eael-pricing-button-align-right .eael-pricing.style-1 .footer,.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-button-align-right .eael-pricing.style-3 .footer,.eael-pricing-button-align-right .eael-pricing.style-4 .footer{text-align:right}.eael-pricing-button-align-center .eael-pricing.style-1 .footer,.eael-pricing-button-align-center .eael-pricing.style-2 .footer,.eael-pricing-button-align-center .eael-pricing.style-3 .footer,.eael-pricing-button-align-center .eael-pricing.style-4 .footer{text-align:center}.eael-pricing-button-align-left .eael-pricing.style-1 .footer,.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-button-align-left .eael-pricing.style-3 .footer,.eael-pricing-button-align-left .eael-pricing.style-4 .footer{text-align:left}.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer{padding-right:30px}.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer{padding-left:30px}.only-in-pro{width:100%;-webkit-display:flex;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;padding:15px;min-width:200px;background:#ef5350;color:#fff;text-align:center}.only-in-pro .title{font-family:"Roboto",sans-serif;font-size:24px;line-height:40px;margin:0px}div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow{position:absolute;top:50%}div.tooltipster-sidetip.tooltipster-top div.tooltipster-box{margin-bottom:0px !important}div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box{margin-top:0px !important}.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{top:auto;bottom:-8px}div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:-8px;bottom:auto}@media only screen and (max-width: 480px){.eael-pricing.style-1 .eael-pricing-item .price-tag{display:block}}
|
| 1 |
+
.eael-pricing{-webkit-display:flex;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-pricing .eael-pricing-item{width:100%;height:auto;margin:0}.eael-pricing .eael-pricing-button{display:none;padding:12px 25px;background:#00c853;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;text-decoration:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:4px}.eael-pricing .eael-pricing-button:hover{background:#03b048}.eael-pricing .eael-pricing-item ul{padding:0px;margin:0px;list-style:none}.eael-pricing .eael-pricing-item ul li.disable-item{text-decoration:line-through;opacity:.5}.eael-pricing .eael-pricing-item ul li span.li-icon{color:#00c853;margin-right:6px}.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon{color:#ef5350}.eael-pricing.style-1{position:relative;z-index:0;text-align:center}.eael-pricing.style-1 .eael-pricing-item{border:1px solid rgba(9,9,9,.1);padding:30px;border-radius:5px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.eael-pricing.style-1 .eael-pricing-item:hover{-webkit-box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-1 .eael-pricing-item.featured{position:relative}.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0px;left:0px;right:0px;z-index:1;border-radius:5px 5px 0px 0px}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-4:before,.eael-pricing .eael-pricing-item.ribbon-4:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:30px;right:-55px;z-index:10;font-size:13px;font-weight:600;text-transform:uppercase;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:200px;padding:7px 0;white-space:nowrap}.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-left.ribbon-4:before,.eael-pricing .eael-pricing-item.ribbon-left.ribbon-4:before{right:auto;left:-55px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-pricing.style-1 .eael-pricing-item .header{display:block;position:relative;z-index:0;padding-bottom:15px;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .header:after{content:"";position:absolute;width:140px;height:1px;bottom:0px;left:0px;right:0px;margin:0 auto;z-index:1;background:rgba(9,9,9,.1)}.eael-pricing.style-1 .eael-pricing-item .header .title{font-weight:700;line-height:30px;margin:0px}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0px;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0px;left:0px;right:0px;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0px;margin:0px auto}.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700}.eael-pricing.style-1 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-1 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 0px;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child{border:none}.eael-pricing.style-1 .eael-pricing-item.featured-large{padding:60px 0px}.eael-pricing.style-2{position:relative;z-index:0;text-align:center}.eael-pricing.style-2 .eael-pricing-item{padding:30px 0px;border-radius:5px;margin:0px;border:1px solid rgba(9,9,9,.1)}.eael-pricing.style-2 .eael-pricing-item.featured{-webkit-box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0px;left:0px;right:0px;z-index:1;border-radius:5px 5px 0px 0px}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:inline-block;position:relative;width:80px;height:80px;background:#00c853;border-radius:50%;margin-bottom:30px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;overflow:hidden}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{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-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i{font-size:30px;color:#fff;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon{background:#43a047}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i{color:#fff}.eael-pricing.style-2 .eael-pricing-item .header{background:#c8e6c9;padding:25px 30px;margin-bottom:15px;position:relative;z-index:0}.eael-pricing.style-2 .eael-pricing-item.featured .header:after{content:"";position:absolute;width:100%;height:100%;top:0px;left:0px;right:0px;bottom:0px;z-index:-1;background:rgba(255,255,255,.4)}.eael-pricing.style-2 .eael-pricing-item .header .title{font-size:28px;font-weight:700;line-height:40px;margin:0px}.eael-pricing.style-2 .eael-pricing-item .header .subititle{font-size:14px;font-weight:600;color:#6d6d6d}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0px;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0px;left:0px;right:0px;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0px;margin:0px auto}.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700;color:#00c853}.eael-pricing.style-2 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-2 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 15px;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child{border:none}@media only screen and (min-width: 768px)and (max-width: 992px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{width:100%;margin:0 auto 30px auto}}@media only screen and (max-width: 480px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item{width:100%}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{margin:0 auto 30px auto}}.eael-pricing-content-align-center .eael-pricing{text-align:center}.eael-pricing-content-align-left .eael-pricing{text-align:left}.eael-pricing-content-align-right .eael-pricing{text-align:right}.eael-pricing-content-align-center .eael-pricing.style-4{text-align:center}.eael-pricing-content-align-left .eael-pricing .eael-pricing-item.ribbon-4:before,.eael-pricing-content-align-right .eael-pricing .eael-pricing-item.ribbon-4:before{text-align:center}.eael-pricing-content-align-left .eael-pricing.style-4{text-align:left}.eael-pricing-content-align-right .eael-pricing.style-4{text-align:right}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag{padding-left:45px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before{left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer{padding-left:30px;padding-right:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer{padding-right:30px;padding-left:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(80%);-ms-transform:translateX(80%);transform:translateX(80%)}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{margin:0;width:100%}.eael-pricing-button-align-right .eael-pricing.style-1 .footer,.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-button-align-right .eael-pricing.style-3 .footer,.eael-pricing-button-align-right .eael-pricing.style-4 .footer{text-align:right}.eael-pricing-button-align-center .eael-pricing.style-1 .footer,.eael-pricing-button-align-center .eael-pricing.style-2 .footer,.eael-pricing-button-align-center .eael-pricing.style-3 .footer,.eael-pricing-button-align-center .eael-pricing.style-4 .footer{text-align:center}.eael-pricing-button-align-left .eael-pricing.style-1 .footer,.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-button-align-left .eael-pricing.style-3 .footer,.eael-pricing-button-align-left .eael-pricing.style-4 .footer{text-align:left}.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer{padding-right:30px}.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer{padding-left:30px}.only-in-pro{width:100%;-webkit-display:flex;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;padding:15px;min-width:200px;background:#ef5350;color:#fff;text-align:center}.only-in-pro .title{font-family:"Roboto",sans-serif;font-size:24px;line-height:40px;margin:0px}div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow{position:absolute;top:50%}div.tooltipster-sidetip.tooltipster-top div.tooltipster-box{margin-bottom:0px !important}div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box{margin-top:0px !important}.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{top:auto;bottom:-8px}div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:-8px;bottom:auto}@media only screen and (max-width: 480px){.eael-pricing.style-1 .eael-pricing-item .price-tag{display:block}}
|
assets/front-end/css/view/product-grid.css
CHANGED
|
@@ -1654,8 +1654,8 @@
|
|
| 1654 |
line-height: 74px;
|
| 1655 |
height: 60px;
|
| 1656 |
width: 120px;
|
| 1657 |
-
left: -
|
| 1658 |
-
top: -
|
| 1659 |
right: auto;
|
| 1660 |
padding: 0;
|
| 1661 |
-webkit-transform: rotate(-45deg);
|
|
@@ -1810,8 +1810,8 @@
|
|
| 1810 |
line-height: 74px;
|
| 1811 |
height: 60px;
|
| 1812 |
width: 120px;
|
| 1813 |
-
left: -
|
| 1814 |
-
top: -
|
| 1815 |
right: auto;
|
| 1816 |
padding: 0;
|
| 1817 |
-webkit-transform: rotate(-45deg);
|
|
@@ -2649,6 +2649,6 @@
|
|
| 2649 |
position: unset;
|
| 2650 |
display: unset;
|
| 2651 |
}
|
| 2652 |
-
.
|
| 2653 |
display: none;
|
| 2654 |
}
|
| 1654 |
line-height: 74px;
|
| 1655 |
height: 60px;
|
| 1656 |
width: 120px;
|
| 1657 |
+
left: -39pX;
|
| 1658 |
+
top: -10px;
|
| 1659 |
right: auto;
|
| 1660 |
padding: 0;
|
| 1661 |
-webkit-transform: rotate(-45deg);
|
| 1810 |
line-height: 74px;
|
| 1811 |
height: 60px;
|
| 1812 |
width: 120px;
|
| 1813 |
+
left: -39px;
|
| 1814 |
+
top: -10px;
|
| 1815 |
right: auto;
|
| 1816 |
padding: 0;
|
| 1817 |
-webkit-transform: rotate(-45deg);
|
| 2649 |
position: unset;
|
| 2650 |
display: unset;
|
| 2651 |
}
|
| 2652 |
+
.eael-product-grid .woocommerce ul.products li.product .ast-shop-product-out-of-stock {
|
| 2653 |
display: none;
|
| 2654 |
}
|
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;display:block;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,.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,.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,.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,.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::before,.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::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::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::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.product_type_variable:before,.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.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.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.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:focus,.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: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: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: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 .button::before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button::before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before{content: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,.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,.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,.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,.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-product-grid.eael-product-preset-5 ul.products li.product .image-wrap img,.eael-product-grid.eael-product-preset-6 ul.products li.product .image-wrap img,.eael-product-grid.eael-product-preset-7 ul.products li.product .image-wrap img,.eael-product-grid.eael-product-preset-8 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-5 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-6 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-7 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-8 ul.products li.product .image-wrap img{-webkit-backface-visibility:hidden;backface-visibility:hidden}.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%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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.images .flex-control-thumbs li:nth-child(4n){margin-right:0}.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}
|
| 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;display:block;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,.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,.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,.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,.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::before,.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::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::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::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.product_type_variable:before,.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.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.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.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:focus,.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: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: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: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 .button::before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button::before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before{content: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,.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,.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,.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,.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-product-grid.eael-product-preset-5 ul.products li.product .image-wrap img,.eael-product-grid.eael-product-preset-6 ul.products li.product .image-wrap img,.eael-product-grid.eael-product-preset-7 ul.products li.product .image-wrap img,.eael-product-grid.eael-product-preset-8 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-5 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-6 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-7 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-8 ul.products li.product .image-wrap img{-webkit-backface-visibility:hidden;backface-visibility:hidden}.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%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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.images .flex-control-thumbs li:nth-child(4n){margin-right:0}.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:-39pX;top:-10px;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:-39px;top:-10px;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}.eael-product-grid .woocommerce ul.products li.product .ast-shop-product-out-of-stock{display:none}
|
assets/front-end/js/view/filterable-gallery.js
CHANGED
|
@@ -93,7 +93,7 @@
|
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
-
eval("function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nfunction _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it[\"return\"] != null) it[\"return\"](); } finally { if (didErr) throw err; } } }; }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n var filterableGalleryHandler = function filterableGalleryHandler($scope, $) {\n var filterControls = $scope.find(\".fg-layout-3-filter-controls\").eq(0),\n filterTrigger = $scope.find(\"#fg-filter-trigger\"),\n form = $scope.find(\".fg-layout-3-search-box\"),\n input = $scope.find(\"#fg-search-box-input\"),\n searchRegex,\n buttonFilter,\n timer;\n\n if (form.length) {\n form.on(\"submit\", function (e) {\n e.preventDefault();\n });\n }\n\n filterTrigger.on(\"click\", function () {\n filterControls.toggleClass(\"open-filters\");\n });\n filterTrigger.on(\"blur\", function () {\n filterControls.removeClass(\"open-filters\");\n });\n\n if (!isEditMode) {\n var $gallery = $(\".eael-filter-gallery-container\", $scope),\n $settings = $gallery.data(\"settings\"),\n fg_items = $gallery_items = $gallery.data(\"gallery-items\"),\n $layout_mode = $settings.grid_style === \"masonry\" ? \"masonry\" : \"fitRows\",\n $gallery_enabled = $settings.gallery_enabled === \"yes\",\n $init_show_setting = $gallery.data(\"init-show\");\n fg_items.splice(0, $init_show_setting); // init isotope\n\n var gwrap = $(\".eael-filter-gallery-wrapper\");\n var layoutMode = gwrap.data(\"layout-mode\");\n var mfpCaption = gwrap.data(\"mfp_caption\");\n var $isotope_gallery = $gallery.isotope({\n itemSelector: \".eael-filterable-gallery-item-wrap\",\n layoutMode: $layout_mode,\n percentPosition: true,\n stagger: 30,\n transitionDuration: $settings.duration + \"ms\",\n filter: function filter() {\n var $this = $(this);\n var $result = searchRegex ? $this.text().match(searchRegex) : true;\n\n if (buttonFilter === undefined) {\n if (layoutMode !== \"layout_3\") {\n buttonFilter = $scope.find(\".eael-filter-gallery-control ul li\").first().data(\"filter\");\n } else {\n buttonFilter = $scope.find(\".fg-layout-3-filter-controls li\").first().data(\"filter\");\n }\n }\n\n var buttonResult = buttonFilter ? $this.is(buttonFilter) : true;\n return $result && buttonResult;\n }\n }); // Popup\n\n $($scope).magnificPopup({\n delegate: \".eael-magnific-link\",\n type: \"image\",\n gallery: {\n enabled: $gallery_enabled\n },\n image: {\n titleSrc: function titleSrc(item) {\n if (mfpCaption === \"yes\") {\n return item.el.parents('.gallery-item-caption-over').find('.fg-item-title').html() || item.el.parents('.gallery-item-caption-wrap').find('.fg-item-title').html() || item.el.parents('.eael-filterable-gallery-item-wrap').find('.fg-item-title').html();\n }\n }\n }\n }); // filter\n\n $scope.on(\"click\", \".control\", function () {\n var $this = $(this);\n buttonFilter = $(this).attr(\"data-filter\");\n var $tspan = $scope.find(\"#fg-filter-trigger > span\");\n\n if ($tspan.length) {\n $tspan.text($this.text());\n }\n\n var LoadMoreShow = $(this).data(\"load-more-status\"),\n loadMore = $(\".eael-gallery-load-more\", $scope); //hide load more button if selected control have no item to show\n\n if (LoadMoreShow || fg_items.length < 1) {\n loadMore.hide();\n } else {\n loadMore.show();\n }\n\n $this.siblings().removeClass(\"active\");\n $this.addClass(\"active\");\n $isotope_gallery.isotope();\n }); //quick search\n\n input.on(\"input\", function () {\n var $this = $(this);\n clearTimeout(timer);\n timer = setTimeout(function () {\n searchRegex = new RegExp($this.val(), \"gi\");\n $isotope_gallery.isotope();\n }, 600);\n }); // layout gal, while images are loading\n\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, on click tabs\n\n $isotope_gallery.on(\"arrangeComplete\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, after window loaded\n\n $(window).on(\"load\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // Load more button\n\n $scope.on(\"click\", \".eael-gallery-load-more\", function (e) {\n e.preventDefault();\n var $this = $(this),\n $init_show = $(\".eael-filter-gallery-container\", $scope).children(\".eael-filterable-gallery-item-wrap\").length,\n $total_items = $gallery.data(\"total-gallery-items\"),\n $images_per_page = $gallery.data(\"images-per-page\"),\n $nomore_text = $gallery.data(\"nomore-item-text\"),\n filter_enable = $(\".eael-filter-gallery-control\", $scope).length,\n $items = [];\n var filter_name = $(\".eael-filter-gallery-control li.active\", $scope).data('filter');\n\n if (filterControls.length > 0) {\n filter_name = $(\".fg-layout-3-filter-controls li.active\", $scope).data('filter');\n }\n\n var item_found = 0;\n var index_list = [];\n\n var _iterator = _createForOfIteratorHelper(fg_items.entries()),\n _step;\n\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var _step$value = _slicedToArray(_step.value, 2),\n index = _step$value[0],\n item = _step$value[1];\n\n if (filter_name !== '' && filter_name !== '*' && filter_enable) {\n var element = $($(item)[0]);\n\n if (element.is(filter_name)) {\n ++item_found;\n $items.push($(item)[0]);\n index_list.push(index);\n }\n\n if (fg_items.length - 1 === index) {\n $(\".eael-filter-gallery-control li.active\", $scope).data('load-more-status', 1);\n $this.hide();\n }\n } else {\n ++item_found;\n $items.push($(item)[0]);\n index_list.push(index);\n }\n\n if (item_found === $images_per_page) {\n break;\n }\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n\n if (index_list.length > 0) {\n fg_items = fg_items.filter(function (item, index) {\n return !index_list.includes(index);\n });\n }\n\n if (fg_items.length < 1) {\n $this.html('<div class=\"no-more-items-text\">' + $nomore_text + \"</div>\");\n setTimeout(function () {\n $this.fadeOut(\"slow\");\n }, 600);\n } // append items\n\n\n $gallery.append($items);\n $isotope_gallery.isotope(\"appended\", $items);\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n });\n }); // Fix issue on Safari: hide filter menu\n\n $(document).on('mouseup', function (e) {\n if (!filterTrigger.is(e.target) && filterTrigger.has(e.target).length === 0) {\n filterControls.removeClass(\"open-filters\");\n }\n });\n }\n };\n\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-filterable-gallery.default\", filterableGalleryHandler);\n});\n\n//# sourceURL=webpack:///./src/js/view/filterable-gallery.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
+
eval("function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nfunction _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it[\"return\"] != null) it[\"return\"](); } finally { if (didErr) throw err; } } }; }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n var filterableGalleryHandler = function filterableGalleryHandler($scope, $) {\n var filterControls = $scope.find(\".fg-layout-3-filter-controls\").eq(0),\n filterTrigger = $scope.find(\"#fg-filter-trigger\"),\n form = $scope.find(\".fg-layout-3-search-box\"),\n input = $scope.find(\"#fg-search-box-input\"),\n searchRegex,\n buttonFilter,\n timer;\n\n if (form.length) {\n form.on(\"submit\", function (e) {\n e.preventDefault();\n });\n }\n\n filterTrigger.on(\"click\", function () {\n filterControls.toggleClass(\"open-filters\");\n });\n filterTrigger.on(\"blur\", function () {\n filterControls.removeClass(\"open-filters\");\n });\n\n if (!isEditMode) {\n var $gallery = $(\".eael-filter-gallery-container\", $scope),\n $settings = $gallery.data(\"settings\"),\n fg_items = $gallery_items = $gallery.data(\"gallery-items\"),\n $layout_mode = $settings.grid_style === \"masonry\" ? \"masonry\" : \"fitRows\",\n $gallery_enabled = $settings.gallery_enabled === \"yes\",\n $init_show_setting = $gallery.data(\"init-show\");\n fg_items.splice(0, $init_show_setting); // init isotope\n\n var gwrap = $(\".eael-filter-gallery-wrapper\");\n var layoutMode = gwrap.data(\"layout-mode\");\n var mfpCaption = gwrap.data(\"mfp_caption\");\n var $isotope_gallery = $gallery.isotope({\n itemSelector: \".eael-filterable-gallery-item-wrap\",\n layoutMode: $layout_mode,\n percentPosition: true,\n stagger: 30,\n transitionDuration: $settings.duration + \"ms\",\n filter: function filter() {\n var $this = $(this);\n var $result = searchRegex ? $this.text().match(searchRegex) : true;\n\n if (buttonFilter === undefined) {\n if (layoutMode !== \"layout_3\") {\n buttonFilter = $scope.find(\".eael-filter-gallery-control ul li\").first().data(\"filter\");\n } else {\n buttonFilter = $scope.find(\".fg-layout-3-filter-controls li\").first().data(\"filter\");\n }\n }\n\n var buttonResult = buttonFilter ? $this.is(buttonFilter) : true;\n return $result && buttonResult;\n }\n }); // Popup\n\n $($scope).magnificPopup({\n delegate: \".eael-magnific-link\",\n type: \"image\",\n gallery: {\n enabled: $gallery_enabled\n },\n image: {\n titleSrc: function titleSrc(item) {\n if (mfpCaption === \"yes\") {\n return item.el.parents('.gallery-item-caption-over').find('.fg-item-title').html() || item.el.parents('.gallery-item-caption-wrap').find('.fg-item-title').html() || item.el.parents('.eael-filterable-gallery-item-wrap').find('.fg-item-title').html();\n }\n }\n }\n }); // filter\n\n $scope.on(\"click\", \".control\", function () {\n var $this = $(this);\n buttonFilter = $(this).attr(\"data-filter\");\n var $tspan = $scope.find(\"#fg-filter-trigger > span\");\n\n if ($tspan.length) {\n $tspan.text($this.text());\n }\n\n var LoadMoreShow = $(this).data(\"load-more-status\"),\n loadMore = $(\".eael-gallery-load-more\", $scope); //hide load more button if selected control have no item to show\n\n if (LoadMoreShow || fg_items.length < 1) {\n loadMore.hide();\n } else {\n loadMore.show();\n }\n\n $this.siblings().removeClass(\"active\");\n $this.addClass(\"active\");\n $isotope_gallery.isotope();\n }); //quick search\n\n input.on(\"input\", function () {\n var $this = $(this);\n clearTimeout(timer);\n timer = setTimeout(function () {\n searchRegex = new RegExp($this.val(), \"gi\");\n $isotope_gallery.isotope();\n }, 600);\n }); // layout gal, while images are loading\n\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, on click tabs\n\n $isotope_gallery.on(\"arrangeComplete\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, after window loaded\n\n $(window).on(\"load\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // Load more button\n\n $scope.on(\"click\", \".eael-gallery-load-more\", function (e) {\n e.preventDefault();\n var $this = $(this),\n $init_show = $(\".eael-filter-gallery-container\", $scope).children(\".eael-filterable-gallery-item-wrap\").length,\n $total_items = $gallery.data(\"total-gallery-items\"),\n $images_per_page = $gallery.data(\"images-per-page\"),\n $nomore_text = $gallery.data(\"nomore-item-text\"),\n filter_enable = $(\".eael-filter-gallery-control\", $scope).length,\n $items = [];\n var filter_name = $(\".eael-filter-gallery-control li.active\", $scope).data('filter');\n\n if (filterControls.length > 0) {\n filter_name = $(\".fg-layout-3-filter-controls li.active\", $scope).data('filter');\n }\n\n var item_found = 0;\n var index_list = [];\n\n var _iterator = _createForOfIteratorHelper(fg_items.entries()),\n _step;\n\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var _step$value = _slicedToArray(_step.value, 2),\n index = _step$value[0],\n item = _step$value[1];\n\n if (filter_name !== '' && filter_name !== '*' && filter_enable) {\n var element = $($(item)[0]);\n\n if (element.is(filter_name)) {\n ++item_found;\n $items.push($(item)[0]);\n index_list.push(index);\n }\n\n if (fg_items.length - 1 === index) {\n $(\".eael-filter-gallery-control li.active\", $scope).data('load-more-status', 1);\n $this.hide();\n }\n } else {\n ++item_found;\n $items.push($(item)[0]);\n index_list.push(index);\n }\n\n if (item_found === $images_per_page) {\n break;\n }\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n\n if (index_list.length > 0) {\n fg_items = fg_items.filter(function (item, index) {\n return !index_list.includes(index);\n });\n }\n\n if (fg_items.length < 1) {\n $this.html('<div class=\"no-more-items-text\">' + $nomore_text + \"</div>\");\n setTimeout(function () {\n $this.fadeOut(\"slow\");\n }, 600);\n } // append items\n\n\n $gallery.append($items);\n $isotope_gallery.isotope(\"appended\", $items);\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n });\n }); // Fix issue on Safari: hide filter menu\n\n $(document).on('mouseup', function (e) {\n if (!filterTrigger.is(e.target) && filterTrigger.has(e.target).length === 0) {\n filterControls.removeClass(\"open-filters\");\n }\n });\n }\n };\n\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-filterable-gallery.default\", filterableGalleryHandler);\n});\n\n//# sourceURL=webpack:///./src/js/view/filterable-gallery.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
assets/front-end/js/view/filterable-gallery.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
!function(e){var t={};function r(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,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=10)}({10:function(e,t){function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=e
|
| 1 |
+
!function(e){var t={};function r(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,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=10)}({10:function(e,t){function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==r)return;var n,o,l=[],a=!0,i=!1;try{for(r=r.call(e);!(a=(n=r.next()).done)&&(l.push(n.value),!t||l.length!==t);a=!0);}catch(e){i=!0,o=e}finally{try{a||null==r.return||r.return()}finally{if(i)throw o}}return l}(e,t)||n(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(e,t){if(e){if("string"==typeof e)return o(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(e,t):void 0}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-filterable-gallery.default",(function(e,t){var o,l,a,i=e.find(".fg-layout-3-filter-controls").eq(0),f=e.find("#fg-filter-trigger"),u=e.find(".fg-layout-3-search-box"),s=e.find("#fg-search-box-input");if(u.length&&u.on("submit",(function(e){e.preventDefault()})),f.on("click",(function(){i.toggleClass("open-filters")})),f.on("blur",(function(){i.removeClass("open-filters")})),!isEditMode){var c=t(".eael-filter-gallery-container",e),d=c.data("settings"),g=$gallery_items=c.data("gallery-items"),y="masonry"===d.grid_style?"masonry":"fitRows",p="yes"===d.gallery_enabled,m=c.data("init-show");g.splice(0,m);var h=t(".eael-filter-gallery-wrapper"),v=h.data("layout-mode"),b=h.data("mfp_caption"),w=c.isotope({itemSelector:".eael-filterable-gallery-item-wrap",layoutMode:y,percentPosition:!0,stagger:30,transitionDuration:d.duration+"ms",filter:function(){var r=t(this),n=!o||r.text().match(o);void 0===l&&(l="layout_3"!==v?e.find(".eael-filter-gallery-control ul li").first().data("filter"):e.find(".fg-layout-3-filter-controls li").first().data("filter"));var a=!l||r.is(l);return n&&a}});t(e).magnificPopup({delegate:".eael-magnific-link",type:"image",gallery:{enabled:p},image:{titleSrc:function(e){if("yes"===b)return e.el.parents(".gallery-item-caption-over").find(".fg-item-title").html()||e.el.parents(".gallery-item-caption-wrap").find(".fg-item-title").html()||e.el.parents(".eael-filterable-gallery-item-wrap").find(".fg-item-title").html()}}}),e.on("click",".control",(function(){var r=t(this);l=t(this).attr("data-filter");var n=e.find("#fg-filter-trigger > span");n.length&&n.text(r.text());var o=t(this).data("load-more-status"),a=t(".eael-gallery-load-more",e);o||g.length<1?a.hide():a.show(),r.siblings().removeClass("active"),r.addClass("active"),w.isotope()})),s.on("input",(function(){var e=t(this);clearTimeout(a),a=setTimeout((function(){o=new RegExp(e.val(),"gi"),w.isotope()}),600)})),w.imagesLoaded().progress((function(){w.isotope("layout")})),w.on("arrangeComplete",(function(){w.isotope("layout")})),t(window).on("load",(function(){w.isotope("layout")})),e.on("click",".eael-gallery-load-more",(function(o){o.preventDefault();var l=t(this),a=(t(".eael-filter-gallery-container",e).children(".eael-filterable-gallery-item-wrap").length,c.data("total-gallery-items"),c.data("images-per-page")),f=c.data("nomore-item-text"),u=t(".eael-filter-gallery-control",e).length,s=[],d=t(".eael-filter-gallery-control li.active",e).data("filter");i.length>0&&(d=t(".fg-layout-3-filter-controls li.active",e).data("filter"));var y,p=0,m=[],h=function(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=n(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var o=0,l=function(){};return{s:l,n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:l}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,f=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return i=e.done,e},e:function(e){f=!0,a=e},f:function(){try{i||null==r.return||r.return()}finally{if(f)throw a}}}}(g.entries());try{for(h.s();!(y=h.n()).done;){var v=r(y.value,2),b=v[0],x=v[1];if(""!==d&&"*"!==d&&u)t(t(x)[0]).is(d)&&(++p,s.push(t(x)[0]),m.push(b)),g.length-1===b&&(t(".eael-filter-gallery-control li.active",e).data("load-more-status",1),l.hide());else++p,s.push(t(x)[0]),m.push(b);if(p===a)break}}catch(e){h.e(e)}finally{h.f()}m.length>0&&(g=g.filter((function(e,t){return!m.includes(t)}))),g.length<1&&(l.html('<div class="no-more-items-text">'+f+"</div>"),setTimeout((function(){l.fadeOut("slow")}),600)),c.append(s),w.isotope("appended",s),w.imagesLoaded().progress((function(){w.isotope("layout")}))})),t(document).on("mouseup",(function(e){f.is(e.target)||0!==f.has(e.target).length||i.removeClass("open-filters")}))}}))}))}});
|
essential_adons_elementor.php
CHANGED
|
@@ -4,14 +4,14 @@
|
|
| 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.8.
|
| 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.5.2
|
| 13 |
* Elementor tested up to: 3.3.1
|
| 14 |
-
* Elementor Pro tested up to: 3.3.
|
| 15 |
*/
|
| 16 |
|
| 17 |
if (!defined('ABSPATH')) {
|
|
@@ -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.8.
|
| 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.8.3
|
| 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.5.2
|
| 13 |
* Elementor tested up to: 3.3.1
|
| 14 |
+
* Elementor Pro tested up to: 3.3.5
|
| 15 |
*/
|
| 16 |
|
| 17 |
if (!defined('ABSPATH')) {
|
| 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.8.3');
|
| 31 |
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
|
| 32 |
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
|
| 33 |
/**
|
includes/Classes/Helper.php
CHANGED
|
@@ -203,7 +203,7 @@ class Helper
|
|
| 203 |
],
|
| 204 |
],
|
| 205 |
'default' => '1',
|
| 206 |
-
'description' => '<span class="pro-feature"> Get the <a href="
|
| 207 |
]
|
| 208 |
);
|
| 209 |
|
| 203 |
],
|
| 204 |
],
|
| 205 |
'default' => '1',
|
| 206 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 207 |
]
|
| 208 |
);
|
| 209 |
|
includes/Elements/Adv_Accordion.php
CHANGED
|
@@ -326,7 +326,7 @@ class Adv_Accordion extends Widget_Base
|
|
| 326 |
],
|
| 327 |
],
|
| 328 |
'default' => '1',
|
| 329 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 330 |
]
|
| 331 |
);
|
| 332 |
|
| 326 |
],
|
| 327 |
],
|
| 328 |
'default' => '1',
|
| 329 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 330 |
]
|
| 331 |
);
|
| 332 |
|
includes/Elements/Adv_Tabs.php
CHANGED
|
@@ -275,7 +275,7 @@ class Adv_Tabs extends Widget_Base
|
|
| 275 |
],
|
| 276 |
],
|
| 277 |
'default' => '1',
|
| 278 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 279 |
]
|
| 280 |
);
|
| 281 |
|
| 275 |
],
|
| 276 |
],
|
| 277 |
'default' => '1',
|
| 278 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 279 |
]
|
| 280 |
);
|
| 281 |
|
includes/Elements/Advanced_Data_Table.php
CHANGED
|
@@ -82,20 +82,20 @@ class Advanced_Data_Table extends Widget_Base
|
|
| 82 |
'options' => call_user_func(function () {
|
| 83 |
$source = [];
|
| 84 |
$source['static'] = __('Static Data', 'essential-addons-for-elementor-lite');
|
| 85 |
-
|
| 86 |
if (apply_filters('eael/pro_enabled', false)) {
|
| 87 |
$source['database'] = __('Database', 'essential-addons-for-elementor-lite');
|
| 88 |
$source['remote'] = __('Remote Database', 'essential-addons-for-elementor-lite');
|
| 89 |
$source['google'] = __('Google Sheets', 'essential-addons-for-elementor-lite');
|
| 90 |
$source['tablepress'] = __('TablePress', 'essential-addons-for-elementor-lite');
|
| 91 |
} else {
|
| 92 |
-
$source['database'] = __('Database(
|
| 93 |
-
$source['remote'] = __('Remote Database(
|
| 94 |
-
$source['google'] = __('Google Sheets(
|
| 95 |
-
$source['tablepress'] = __('TablePress(
|
| 96 |
}
|
| 97 |
|
| 98 |
-
|
| 99 |
|
| 100 |
return $source;
|
| 101 |
}),
|
|
@@ -103,6 +103,19 @@ class Advanced_Data_Table extends Widget_Base
|
|
| 103 |
]
|
| 104 |
);
|
| 105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
// TODO: RM
|
| 107 |
do_action('eael/advanced-data-table/source/control', $this);
|
| 108 |
|
| 82 |
'options' => call_user_func(function () {
|
| 83 |
$source = [];
|
| 84 |
$source['static'] = __('Static Data', 'essential-addons-for-elementor-lite');
|
| 85 |
+
$source['ninja'] = __('Ninja Tables', 'essential-addons-for-elementor-lite');
|
| 86 |
if (apply_filters('eael/pro_enabled', false)) {
|
| 87 |
$source['database'] = __('Database', 'essential-addons-for-elementor-lite');
|
| 88 |
$source['remote'] = __('Remote Database', 'essential-addons-for-elementor-lite');
|
| 89 |
$source['google'] = __('Google Sheets', 'essential-addons-for-elementor-lite');
|
| 90 |
$source['tablepress'] = __('TablePress', 'essential-addons-for-elementor-lite');
|
| 91 |
} else {
|
| 92 |
+
$source['database'] = __('Database (Pro)', 'essential-addons-for-elementor-lite');
|
| 93 |
+
$source['remote'] = __('Remote Database (Pro)', 'essential-addons-for-elementor-lite');
|
| 94 |
+
$source['google'] = __('Google Sheets (Pro)', 'essential-addons-for-elementor-lite');
|
| 95 |
+
$source['tablepress'] = __('TablePress (Pro)', 'essential-addons-for-elementor-lite');
|
| 96 |
}
|
| 97 |
|
| 98 |
+
|
| 99 |
|
| 100 |
return $source;
|
| 101 |
}),
|
| 103 |
]
|
| 104 |
);
|
| 105 |
|
| 106 |
+
if (!apply_filters('eael/pro_enabled', false)) {
|
| 107 |
+
$this->add_control(
|
| 108 |
+
'eael_adv_data_table_pro_enable_warning',
|
| 109 |
+
[
|
| 110 |
+
'label' => sprintf( '<a target="_blank" href="https://wpdeveloper.net/upgrade/ea-pro">%s</a>', esc_html__('Only Available in Pro Version!', 'essential-addons-for-elementor-lite')),
|
| 111 |
+
'type' => Controls_Manager::RAW_HTML,
|
| 112 |
+
'condition' => [
|
| 113 |
+
'ea_adv_data_table_source' => ['database','remote','google','tablepress'],
|
| 114 |
+
],
|
| 115 |
+
]
|
| 116 |
+
);
|
| 117 |
+
}
|
| 118 |
+
|
| 119 |
// TODO: RM
|
| 120 |
do_action('eael/advanced-data-table/source/control', $this);
|
| 121 |
|
includes/Elements/Contact_Form_7.php
CHANGED
|
@@ -283,7 +283,7 @@ class Contact_Form_7 extends Widget_Base
|
|
| 283 |
],
|
| 284 |
],
|
| 285 |
'default' => '1',
|
| 286 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 287 |
]
|
| 288 |
);
|
| 289 |
|
| 283 |
],
|
| 284 |
],
|
| 285 |
'default' => '1',
|
| 286 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 287 |
]
|
| 288 |
);
|
| 289 |
|
includes/Elements/Content_Ticker.php
CHANGED
|
@@ -319,7 +319,7 @@ class Content_Ticker extends Widget_Base
|
|
| 319 |
],
|
| 320 |
],
|
| 321 |
'default' => '1',
|
| 322 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 323 |
]
|
| 324 |
);
|
| 325 |
|
| 319 |
],
|
| 320 |
],
|
| 321 |
'default' => '1',
|
| 322 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 323 |
]
|
| 324 |
);
|
| 325 |
|
includes/Elements/Countdown.php
CHANGED
|
@@ -480,7 +480,7 @@ class Countdown extends Widget_Base {
|
|
| 480 |
],
|
| 481 |
],
|
| 482 |
'default' => '1',
|
| 483 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 484 |
]
|
| 485 |
);
|
| 486 |
|
| 480 |
],
|
| 481 |
],
|
| 482 |
'default' => '1',
|
| 483 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 484 |
]
|
| 485 |
);
|
| 486 |
|
includes/Elements/Creative_Button.php
CHANGED
|
@@ -201,7 +201,7 @@ class Creative_Button extends Widget_Base
|
|
| 201 |
],
|
| 202 |
],
|
| 203 |
'default' => '1',
|
| 204 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 205 |
]
|
| 206 |
);
|
| 207 |
|
| 201 |
],
|
| 202 |
],
|
| 203 |
'default' => '1',
|
| 204 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 205 |
]
|
| 206 |
);
|
| 207 |
|
includes/Elements/Cta_Box.php
CHANGED
|
@@ -359,7 +359,7 @@ class Cta_Box extends Widget_Base
|
|
| 359 |
],
|
| 360 |
],
|
| 361 |
'default' => '1',
|
| 362 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 363 |
]
|
| 364 |
);
|
| 365 |
|
| 359 |
],
|
| 360 |
],
|
| 361 |
'default' => '1',
|
| 362 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 363 |
]
|
| 364 |
);
|
| 365 |
|
includes/Elements/Data_Table.php
CHANGED
|
@@ -79,6 +79,17 @@ class Data_Table extends Widget_Base {
|
|
| 79 |
do_action('eael_section_data_table_enabled', $this);
|
| 80 |
|
| 81 |
if (!apply_filters('eael/pro_enabled', false)) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
$this->add_control(
|
| 83 |
'eael_pricing_table_style_pro_alert',
|
| 84 |
[
|
|
@@ -484,7 +495,7 @@ class Data_Table extends Widget_Base {
|
|
| 484 |
],
|
| 485 |
],
|
| 486 |
'default' => '1',
|
| 487 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 488 |
]
|
| 489 |
);
|
| 490 |
|
| 79 |
do_action('eael_section_data_table_enabled', $this);
|
| 80 |
|
| 81 |
if (!apply_filters('eael/pro_enabled', false)) {
|
| 82 |
+
|
| 83 |
+
$this->add_control(
|
| 84 |
+
'eael_section_data_table_enabled', [
|
| 85 |
+
'label' => sprintf( __( 'Enable Table Sorting %s', 'essential-addons-for-elementor-lite' ), __( '<i class="eael-pro-labe eicon-pro-icon"></i>', 'essential-addons-for-elementor-lite' ) ),
|
| 86 |
+
'type' => Controls_Manager::SWITCHER,
|
| 87 |
+
'label_on' => esc_html__( 'Yes', 'essential-addons-for-elementor-lite' ),
|
| 88 |
+
'label_off' => esc_html__( 'No', 'essential-addons-for-elementor-lite' ),
|
| 89 |
+
'return_value' => 'true',
|
| 90 |
+
'classes' => 'eael-pro-control',
|
| 91 |
+
] );
|
| 92 |
+
|
| 93 |
$this->add_control(
|
| 94 |
'eael_pricing_table_style_pro_alert',
|
| 95 |
[
|
| 495 |
],
|
| 496 |
],
|
| 497 |
'default' => '1',
|
| 498 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>'
|
| 499 |
]
|
| 500 |
);
|
| 501 |
|
includes/Elements/Dual_Color_Header.php
CHANGED
|
@@ -227,7 +227,7 @@ class Dual_Color_Header extends Widget_Base
|
|
| 227 |
],
|
| 228 |
],
|
| 229 |
'default' => '1',
|
| 230 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 231 |
]
|
| 232 |
);
|
| 233 |
|
| 227 |
],
|
| 228 |
],
|
| 229 |
'default' => '1',
|
| 230 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 231 |
]
|
| 232 |
);
|
| 233 |
|
includes/Elements/Event_Calendar.php
CHANGED
|
@@ -121,8 +121,8 @@ class Event_Calendar extends Widget_Base
|
|
| 121 |
$this->add_control(
|
| 122 |
'eael_event_calendar_pro_enable_warning',
|
| 123 |
[
|
| 124 |
-
|
| 125 |
-
'type' => Controls_Manager::
|
| 126 |
'condition' => [
|
| 127 |
'eael_event_calendar_type' => ['eventon'],
|
| 128 |
],
|
|
@@ -559,6 +559,18 @@ class Event_Calendar extends Widget_Base
|
|
| 559 |
]
|
| 560 |
);
|
| 561 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 562 |
if (apply_filters('eael/is_plugin_active', 'eventON/eventon.php') && apply_filters('eael/pro_enabled', false)) {
|
| 563 |
$this->add_control(
|
| 564 |
'eael_event_on_featured_color',
|
|
@@ -1740,6 +1752,7 @@ class Event_Calendar extends Widget_Base
|
|
| 1740 |
|
| 1741 |
protected function eaelec_load_event_details()
|
| 1742 |
{
|
|
|
|
| 1743 |
return '<div id="eaelecModal" class="eaelec-modal eael-zoom-in">
|
| 1744 |
<div class="eael-ec-modal-bg"></div>
|
| 1745 |
<div class="eaelec-modal-content">
|
|
@@ -1753,7 +1766,7 @@ class Event_Calendar extends Widget_Base
|
|
| 1753 |
<p></p>
|
| 1754 |
</div>
|
| 1755 |
<div class="eaelec-modal-footer">
|
| 1756 |
-
<a class="eaelec-event-details-link">' .
|
| 1757 |
</div>
|
| 1758 |
</div>
|
| 1759 |
</div>';
|
| 121 |
$this->add_control(
|
| 122 |
'eael_event_calendar_pro_enable_warning',
|
| 123 |
[
|
| 124 |
+
'label' => sprintf( '<a target="_blank" href="https://wpdeveloper.net/upgrade/ea-pro">%s</a>', esc_html__('Only Available in Pro Version!', 'essential-addons-for-elementor-lite')),
|
| 125 |
+
'type' => Controls_Manager::RAW_HTML,
|
| 126 |
'condition' => [
|
| 127 |
'eael_event_calendar_type' => ['eventon'],
|
| 128 |
],
|
| 559 |
]
|
| 560 |
);
|
| 561 |
|
| 562 |
+
$this->add_control(
|
| 563 |
+
'eael_event_details_text',
|
| 564 |
+
[
|
| 565 |
+
'label' => __('Event Details Text', 'essential-addons-for-elementor-lite'),
|
| 566 |
+
'type' => Controls_Manager::TEXT,
|
| 567 |
+
'default' => __('Event Details','essential-addons-for-elementor-lite'),
|
| 568 |
+
'condition' => [
|
| 569 |
+
'eael_event_details_link_hide!' => 'yes',
|
| 570 |
+
],
|
| 571 |
+
]
|
| 572 |
+
);
|
| 573 |
+
|
| 574 |
if (apply_filters('eael/is_plugin_active', 'eventON/eventon.php') && apply_filters('eael/pro_enabled', false)) {
|
| 575 |
$this->add_control(
|
| 576 |
'eael_event_on_featured_color',
|
| 1752 |
|
| 1753 |
protected function eaelec_load_event_details()
|
| 1754 |
{
|
| 1755 |
+
$event_details_text = $this->get_settings('eael_event_details_text');
|
| 1756 |
return '<div id="eaelecModal" class="eaelec-modal eael-zoom-in">
|
| 1757 |
<div class="eael-ec-modal-bg"></div>
|
| 1758 |
<div class="eaelec-modal-content">
|
| 1766 |
<p></p>
|
| 1767 |
</div>
|
| 1768 |
<div class="eaelec-modal-footer">
|
| 1769 |
+
<a class="eaelec-event-details-link">' . esc_html($event_details_text) . '</a>
|
| 1770 |
</div>
|
| 1771 |
</div>
|
| 1772 |
</div>';
|
includes/Elements/Fancy_Text.php
CHANGED
|
@@ -282,7 +282,7 @@ class Fancy_Text extends Widget_Base {
|
|
| 282 |
],
|
| 283 |
],
|
| 284 |
'default' => '1',
|
| 285 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 286 |
]
|
| 287 |
);
|
| 288 |
|
| 282 |
],
|
| 283 |
],
|
| 284 |
'default' => '1',
|
| 285 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>'
|
| 286 |
]
|
| 287 |
);
|
| 288 |
|
includes/Elements/Filterable_Gallery.php
CHANGED
|
@@ -808,7 +808,7 @@ class Filterable_Gallery extends Widget_Base
|
|
| 808 |
],
|
| 809 |
],
|
| 810 |
'default' => '1',
|
| 811 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 812 |
]
|
| 813 |
);
|
| 814 |
|
| 808 |
],
|
| 809 |
],
|
| 810 |
'default' => '1',
|
| 811 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>'
|
| 812 |
]
|
| 813 |
);
|
| 814 |
|
includes/Elements/Flip_Box.php
CHANGED
|
@@ -740,7 +740,7 @@ class Flip_Box extends Widget_Base
|
|
| 740 |
],
|
| 741 |
],
|
| 742 |
'default' => '1',
|
| 743 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 744 |
]
|
| 745 |
);
|
| 746 |
|
| 740 |
],
|
| 741 |
],
|
| 742 |
'default' => '1',
|
| 743 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 744 |
]
|
| 745 |
);
|
| 746 |
|
includes/Elements/GravityForms.php
CHANGED
|
@@ -273,11 +273,11 @@ class GravityForms extends Widget_Base {
|
|
| 273 |
'hide' => __( 'Hide', 'essential-addons-for-elementor-lite'),
|
| 274 |
],
|
| 275 |
'selectors_dictionary' => [
|
| 276 |
-
'show' => '
|
| 277 |
-
'hide' => 'none',
|
| 278 |
],
|
| 279 |
'selectors' => [
|
| 280 |
-
'{{WRAPPER}} .eael-gravity-form .validation_message' => 'display: {{VALUE}}
|
| 281 |
],
|
| 282 |
]
|
| 283 |
);
|
|
@@ -293,11 +293,11 @@ class GravityForms extends Widget_Base {
|
|
| 293 |
'hide' => __( 'Hide', 'essential-addons-for-elementor-lite'),
|
| 294 |
],
|
| 295 |
'selectors_dictionary' => [
|
| 296 |
-
'show' => '
|
| 297 |
-
'hide' => 'none',
|
| 298 |
],
|
| 299 |
'selectors' => [
|
| 300 |
-
'{{WRAPPER}} .eael-gravity-form .validation_error' => 'display: {{VALUE}}
|
| 301 |
],
|
| 302 |
]
|
| 303 |
);
|
| 273 |
'hide' => __( 'Hide', 'essential-addons-for-elementor-lite'),
|
| 274 |
],
|
| 275 |
'selectors_dictionary' => [
|
| 276 |
+
'show' => ' ',
|
| 277 |
+
'hide' => 'none !important',
|
| 278 |
],
|
| 279 |
'selectors' => [
|
| 280 |
+
'{{WRAPPER}} .eael-gravity-form .validation_message' => 'display: {{VALUE}};',
|
| 281 |
],
|
| 282 |
]
|
| 283 |
);
|
| 293 |
'hide' => __( 'Hide', 'essential-addons-for-elementor-lite'),
|
| 294 |
],
|
| 295 |
'selectors_dictionary' => [
|
| 296 |
+
'show' => ' ',
|
| 297 |
+
'hide' => 'none !important',
|
| 298 |
],
|
| 299 |
'selectors' => [
|
| 300 |
+
'{{WRAPPER}} .eael-gravity-form .validation_error' => 'display: {{VALUE}};',
|
| 301 |
],
|
| 302 |
]
|
| 303 |
);
|
includes/Elements/Info_Box.php
CHANGED
|
@@ -506,7 +506,7 @@ class Info_Box extends Widget_Base
|
|
| 506 |
],
|
| 507 |
],
|
| 508 |
'default' => '1',
|
| 509 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 510 |
]
|
| 511 |
);
|
| 512 |
|
| 506 |
],
|
| 507 |
],
|
| 508 |
'default' => '1',
|
| 509 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 510 |
]
|
| 511 |
);
|
| 512 |
|
includes/Elements/Login_Register.php
CHANGED
|
@@ -199,6 +199,11 @@ class Login_Register extends Widget_Base {
|
|
| 199 |
// Login Form Related---
|
| 200 |
$this->init_content_login_fields_controls();
|
| 201 |
$this->init_content_login_options_controls();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 202 |
do_action( 'eael/login-register/after-login-controls-section', $this );
|
| 203 |
// Registration For Related---
|
| 204 |
$this->init_content_register_fields_controls();
|
|
@@ -211,6 +216,10 @@ class Login_Register extends Widget_Base {
|
|
| 211 |
$this->init_content_validation_messages_controls();
|
| 212 |
do_action( 'eael/login-register/after-content-controls', $this );
|
| 213 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 214 |
/*----Style Tab----*/
|
| 215 |
do_action( 'eael/login-register/before-style-controls', $this );
|
| 216 |
$this->init_style_general_controls();
|
|
@@ -509,6 +518,15 @@ class Login_Register extends Widget_Base {
|
|
| 509 |
}
|
| 510 |
|
| 511 |
do_action( 'eael/login-register/after-general-controls', $this );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 512 |
$this->end_controls_section();
|
| 513 |
}
|
| 514 |
|
|
@@ -779,6 +797,28 @@ class Login_Register extends Widget_Base {
|
|
| 779 |
$this->end_controls_section();
|
| 780 |
}
|
| 781 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 782 |
protected function init_content_terms_controls() {
|
| 783 |
$this->start_controls_section( 'section_content_terms_conditions', [
|
| 784 |
'label' => __( 'Terms & Conditions', 'essential-addons-for-elementor-lite' ),
|
|
@@ -970,6 +1010,35 @@ class Login_Register extends Widget_Base {
|
|
| 970 |
$this->end_controls_section();
|
| 971 |
}
|
| 972 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 973 |
protected function init_content_register_fields_controls() {
|
| 974 |
|
| 975 |
$this->start_controls_section( 'section_content_register_fields', [
|
| 199 |
// Login Form Related---
|
| 200 |
$this->init_content_login_fields_controls();
|
| 201 |
$this->init_content_login_options_controls();
|
| 202 |
+
|
| 203 |
+
if(!$this->pro_enabled){
|
| 204 |
+
$this->social_login_promo();
|
| 205 |
+
}
|
| 206 |
+
|
| 207 |
do_action( 'eael/login-register/after-login-controls-section', $this );
|
| 208 |
// Registration For Related---
|
| 209 |
$this->init_content_register_fields_controls();
|
| 216 |
$this->init_content_validation_messages_controls();
|
| 217 |
do_action( 'eael/login-register/after-content-controls', $this );
|
| 218 |
|
| 219 |
+
if(!$this->pro_enabled){
|
| 220 |
+
$this->show_pro_promotion();
|
| 221 |
+
}
|
| 222 |
+
|
| 223 |
/*----Style Tab----*/
|
| 224 |
do_action( 'eael/login-register/before-style-controls', $this );
|
| 225 |
$this->init_style_general_controls();
|
| 518 |
}
|
| 519 |
|
| 520 |
do_action( 'eael/login-register/after-general-controls', $this );
|
| 521 |
+
|
| 522 |
+
if ( !$this->pro_enabled ) {
|
| 523 |
+
$this->add_control( 'enable_ajax', [
|
| 524 |
+
'label' => sprintf( __( 'Submit Form via AJAX %s', 'essential-addons-for-elementor-lite' ), '<i class="eael-pro-labe eicon-pro-icon"></i>' ),
|
| 525 |
+
'type' => Controls_Manager::SWITCHER,
|
| 526 |
+
'classes' => 'eael-pro-control',
|
| 527 |
+
] );
|
| 528 |
+
}
|
| 529 |
+
|
| 530 |
$this->end_controls_section();
|
| 531 |
}
|
| 532 |
|
| 797 |
$this->end_controls_section();
|
| 798 |
}
|
| 799 |
|
| 800 |
+
protected function social_login_promo() {
|
| 801 |
+
|
| 802 |
+
$this->start_controls_section( 'section_content_social_login', [
|
| 803 |
+
'label' => __( 'Social Login', 'essential-addons-elementor' ),
|
| 804 |
+
'conditions' => $this->get_form_controls_display_condition( 'login' ),
|
| 805 |
+
] );
|
| 806 |
+
|
| 807 |
+
$this->add_control( 'enable_google_login', [
|
| 808 |
+
'label' => sprintf( __( 'Enable Login with Google %s', 'essential-addons-for-elementor-lite' ), '<i class="eael-pro-labe eicon-pro-icon"></i>' ),
|
| 809 |
+
'type' => Controls_Manager::SWITCHER,
|
| 810 |
+
'classes' => 'eael-pro-control',
|
| 811 |
+
] );
|
| 812 |
+
|
| 813 |
+
$this->add_control( 'enable_fb_login', [
|
| 814 |
+
'label' => sprintf( __( 'Enable Login with Facebook %s', 'essential-addons-for-elementor-lite' ), '<i class="eael-pro-labe eicon-pro-icon"></i>' ),
|
| 815 |
+
'type' => Controls_Manager::SWITCHER,
|
| 816 |
+
'classes' => 'eael-pro-control',
|
| 817 |
+
] );
|
| 818 |
+
|
| 819 |
+
$this->end_controls_section();
|
| 820 |
+
}
|
| 821 |
+
|
| 822 |
protected function init_content_terms_controls() {
|
| 823 |
$this->start_controls_section( 'section_content_terms_conditions', [
|
| 824 |
'label' => __( 'Terms & Conditions', 'essential-addons-for-elementor-lite' ),
|
| 1010 |
$this->end_controls_section();
|
| 1011 |
}
|
| 1012 |
|
| 1013 |
+
protected function show_pro_promotion(){
|
| 1014 |
+
|
| 1015 |
+
$this->start_controls_section(
|
| 1016 |
+
'eael_section_pro',
|
| 1017 |
+
[
|
| 1018 |
+
'label' => __( 'Go Premium for More Features', 'essential-addons-for-elementor-lite' ),
|
| 1019 |
+
]
|
| 1020 |
+
);
|
| 1021 |
+
|
| 1022 |
+
$this->add_control(
|
| 1023 |
+
'eael_control_get_pro',
|
| 1024 |
+
[
|
| 1025 |
+
'label' => __( 'Unlock more possibilities', 'essential-addons-for-elementor-lite' ),
|
| 1026 |
+
'type' => Controls_Manager::CHOOSE,
|
| 1027 |
+
'options' => [
|
| 1028 |
+
'1' => [
|
| 1029 |
+
'title' => '',
|
| 1030 |
+
'icon' => 'fa fa-unlock-alt',
|
| 1031 |
+
],
|
| 1032 |
+
],
|
| 1033 |
+
'default' => '1',
|
| 1034 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 1035 |
+
]
|
| 1036 |
+
);
|
| 1037 |
+
|
| 1038 |
+
$this->end_controls_section();
|
| 1039 |
+
|
| 1040 |
+
}
|
| 1041 |
+
|
| 1042 |
protected function init_content_register_fields_controls() {
|
| 1043 |
|
| 1044 |
$this->start_controls_section( 'section_content_register_fields', [
|
includes/Elements/Pricing_Table.php
CHANGED
|
@@ -710,7 +710,7 @@ class Pricing_Table extends Widget_Base
|
|
| 710 |
],
|
| 711 |
],
|
| 712 |
'default' => '1',
|
| 713 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 714 |
]
|
| 715 |
);
|
| 716 |
|
| 710 |
],
|
| 711 |
],
|
| 712 |
'default' => '1',
|
| 713 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 714 |
]
|
| 715 |
);
|
| 716 |
|
includes/Elements/Product_Grid.php
CHANGED
|
@@ -205,6 +205,7 @@ class Product_Grid extends Widget_Base
|
|
| 205 |
$this->init_style_product_controls();
|
| 206 |
$this->init_style_color_typography_controls();
|
| 207 |
$this->init_style_addtocart_controls();
|
|
|
|
| 208 |
$this->eael_product_action_buttons();
|
| 209 |
$this->eael_product_action_buttons_style();
|
| 210 |
/**
|
|
@@ -1365,95 +1366,99 @@ class Product_Grid extends Widget_Base
|
|
| 1365 |
]
|
| 1366 |
);
|
| 1367 |
|
| 1368 |
-
$this->
|
| 1369 |
-
|
| 1370 |
-
[
|
| 1371 |
-
'label' => __('Sale Badge', 'essential-addons-for-elementor-lite'),
|
| 1372 |
-
'type' => Controls_Manager::HEADING,
|
| 1373 |
-
]
|
| 1374 |
-
);
|
| 1375 |
|
| 1376 |
-
|
| 1377 |
-
|
| 1378 |
-
|
| 1379 |
-
|
| 1380 |
-
|
| 1381 |
-
|
| 1382 |
-
|
| 1383 |
-
|
| 1384 |
-
],
|
| 1385 |
-
]
|
| 1386 |
-
);
|
| 1387 |
|
| 1388 |
-
|
| 1389 |
-
|
| 1390 |
-
|
| 1391 |
-
|
| 1392 |
-
|
| 1393 |
-
|
| 1394 |
-
|
| 1395 |
-
|
| 1396 |
-
|
| 1397 |
-
|
| 1398 |
-
|
| 1399 |
-
);
|
| 1400 |
|
| 1401 |
-
|
| 1402 |
-
|
| 1403 |
-
|
| 1404 |
-
|
| 1405 |
-
|
| 1406 |
-
|
| 1407 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1408 |
|
| 1409 |
-
|
| 1410 |
-
|
| 1411 |
-
|
| 1412 |
-
|
| 1413 |
-
|
| 1414 |
-
|
| 1415 |
-
|
| 1416 |
-
);
|
| 1417 |
|
| 1418 |
-
|
| 1419 |
-
|
| 1420 |
-
|
| 1421 |
-
|
| 1422 |
-
|
| 1423 |
-
|
| 1424 |
-
|
| 1425 |
-
|
| 1426 |
-
],
|
| 1427 |
-
]
|
| 1428 |
-
);
|
| 1429 |
|
| 1430 |
-
|
| 1431 |
-
|
| 1432 |
-
|
| 1433 |
-
|
| 1434 |
-
|
| 1435 |
-
|
| 1436 |
-
|
| 1437 |
-
|
| 1438 |
-
|
| 1439 |
-
|
| 1440 |
-
|
| 1441 |
-
);
|
| 1442 |
|
| 1443 |
-
|
| 1444 |
-
|
| 1445 |
-
|
| 1446 |
-
|
| 1447 |
-
|
| 1448 |
-
|
| 1449 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1450 |
|
| 1451 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1452 |
}
|
| 1453 |
|
| 1454 |
protected function init_style_addtocart_controls()
|
| 1455 |
{
|
| 1456 |
-
// add to cart button
|
| 1457 |
$this->start_controls_section(
|
| 1458 |
'eael_section_product_grid_add_to_cart_styles',
|
| 1459 |
[
|
|
@@ -1666,30 +1671,30 @@ class Product_Grid extends Widget_Base
|
|
| 1666 |
'eael_section_product_badges',
|
| 1667 |
[
|
| 1668 |
'label' => esc_html__('Sale / Stock Out Badge', 'essential-addons-for-elementor-lite'),
|
| 1669 |
-
'conditions' => [
|
| 1670 |
-
'relation' => 'and',
|
| 1671 |
-
'terms' => [
|
| 1672 |
-
[
|
| 1673 |
-
'name' => 'eael_product_grid_layout',
|
| 1674 |
-
'operator' => '!=',
|
| 1675 |
-
'value' => [
|
| 1676 |
-
'grid',
|
| 1677 |
-
'list',
|
| 1678 |
-
'masonry',
|
| 1679 |
-
],
|
| 1680 |
-
],
|
| 1681 |
-
[
|
| 1682 |
-
'name' => 'eael_product_grid_style_preset',
|
| 1683 |
-
'operator' => '!in',
|
| 1684 |
-
'value' => [
|
| 1685 |
-
'eael-product-default',
|
| 1686 |
-
'eael-product-simple',
|
| 1687 |
-
'eael-product-reveal',
|
| 1688 |
-
'eael-product-overlay',
|
| 1689 |
-
]
|
| 1690 |
-
],
|
| 1691 |
-
],
|
| 1692 |
-
],
|
| 1693 |
]
|
| 1694 |
);
|
| 1695 |
$this->add_control(
|
|
@@ -1730,6 +1735,23 @@ class Product_Grid extends Widget_Base
|
|
| 1730 |
]
|
| 1731 |
);
|
| 1732 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1733 |
$this->end_controls_section();
|
| 1734 |
}
|
| 1735 |
|
| 205 |
$this->init_style_product_controls();
|
| 206 |
$this->init_style_color_typography_controls();
|
| 207 |
$this->init_style_addtocart_controls();
|
| 208 |
+
$this->sale_badge_style();
|
| 209 |
$this->eael_product_action_buttons();
|
| 210 |
$this->eael_product_action_buttons_style();
|
| 211 |
/**
|
| 1366 |
]
|
| 1367 |
);
|
| 1368 |
|
| 1369 |
+
$this->end_controls_section();
|
| 1370 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1371 |
|
| 1372 |
+
protected function sale_badge_style(){
|
| 1373 |
+
$this->start_controls_section(
|
| 1374 |
+
'eael_section_product_grid_sale_badge_style',
|
| 1375 |
+
[
|
| 1376 |
+
'label' => esc_html__('Sale Badge Style', 'essential-addons-for-elementor-lite'),
|
| 1377 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
| 1378 |
+
]
|
| 1379 |
+
);
|
|
|
|
|
|
|
|
|
|
| 1380 |
|
| 1381 |
+
$this->add_control(
|
| 1382 |
+
'eael_product_grid_sale_badge_color',
|
| 1383 |
+
[
|
| 1384 |
+
'label' => esc_html__('Sale Badge Color', 'essential-addons-for-elementor-lite'),
|
| 1385 |
+
'type' => Controls_Manager::COLOR,
|
| 1386 |
+
'default' => '#fff',
|
| 1387 |
+
'selectors' => [
|
| 1388 |
+
'{{WRAPPER}} .woocommerce ul.products li.product .onsale, {{WRAPPER}} .woocommerce ul.products li.product .eael-onsale' => 'color: {{VALUE}};',
|
| 1389 |
+
],
|
| 1390 |
+
]
|
| 1391 |
+
);
|
|
|
|
| 1392 |
|
| 1393 |
+
$this->add_control(
|
| 1394 |
+
'eael_product_grid_sale_badge_background',
|
| 1395 |
+
[
|
| 1396 |
+
'label' => esc_html__('Sale Badge Background', 'essential-addons-for-elementor-lite'),
|
| 1397 |
+
'type' => Controls_Manager::COLOR,
|
| 1398 |
+
'default' => '#ff2a13',
|
| 1399 |
+
'selectors' => [
|
| 1400 |
+
'{{WRAPPER}} .woocommerce ul.products li.product .onsale, {{WRAPPER}} .woocommerce ul.products li.product .eael-onsale' => 'background-color: {{VALUE}};',
|
| 1401 |
+
'{{WRAPPER}} .woocommerce ul.products li.product .eael-onsale:not(.outofstock).sale-preset-4:after' => 'border-left-color: {{VALUE}}; border-right-color: {{VALUE}};',
|
| 1402 |
+
],
|
| 1403 |
+
]
|
| 1404 |
+
);
|
| 1405 |
|
| 1406 |
+
$this->add_group_control(
|
| 1407 |
+
Group_Control_Typography::get_type(),
|
| 1408 |
+
[
|
| 1409 |
+
'name' => 'eael_product_grid_sale_badge_typography',
|
| 1410 |
+
'selector' => '{{WRAPPER}} .woocommerce ul.products li.product .onsale, {{WRAPPER}} .woocommerce ul.products li.product .eael-onsale:not(.outofstock)',
|
| 1411 |
+
]
|
| 1412 |
+
);
|
|
|
|
| 1413 |
|
| 1414 |
+
// stock out badge
|
| 1415 |
+
$this->add_control(
|
| 1416 |
+
'eael_product_grid_stock_out_badge_heading',
|
| 1417 |
+
[
|
| 1418 |
+
'label' => __('Stock Out Badge', 'essential-addons-for-elementor-lite'),
|
| 1419 |
+
'type' => Controls_Manager::HEADING,
|
| 1420 |
+
]
|
| 1421 |
+
);
|
|
|
|
|
|
|
|
|
|
| 1422 |
|
| 1423 |
+
$this->add_control(
|
| 1424 |
+
'eael_product_grid_stock_out_badge_color',
|
| 1425 |
+
[
|
| 1426 |
+
'label' => esc_html__('Stock Out Badge Color', 'essential-addons-for-elementor-lite'),
|
| 1427 |
+
'type' => Controls_Manager::COLOR,
|
| 1428 |
+
'default' => '#fff',
|
| 1429 |
+
'selectors' => [
|
| 1430 |
+
'{{WRAPPER}} .woocommerce ul.products li.product .outofstock-badge, {{WRAPPER}} .woocommerce ul.products li.product .eael-onsale.outofstock' => 'color: {{VALUE}};',
|
| 1431 |
+
],
|
| 1432 |
+
]
|
| 1433 |
+
);
|
|
|
|
| 1434 |
|
| 1435 |
+
$this->add_control(
|
| 1436 |
+
'eael_product_grid_stock_out_badge_background',
|
| 1437 |
+
[
|
| 1438 |
+
'label' => esc_html__('Stock Out Badge Background', 'essential-addons-for-elementor-lite'),
|
| 1439 |
+
'type' => Controls_Manager::COLOR,
|
| 1440 |
+
'default' => '#ff2a13',
|
| 1441 |
+
'selectors' => [
|
| 1442 |
+
'{{WRAPPER}} .woocommerce ul.products li.product .outofstock-badge, {{WRAPPER}} .woocommerce ul.products li.product .eael-onsale.outofstock' => 'background-color: {{VALUE}};',
|
| 1443 |
+
'{{WRAPPER}} .woocommerce ul.products li.product .eael-onsale.outofstock.sale-preset-4:after' => 'border-left-color: {{VALUE}}; border-right-color: {{VALUE}};',
|
| 1444 |
+
],
|
| 1445 |
+
]
|
| 1446 |
+
);
|
| 1447 |
|
| 1448 |
+
$this->add_group_control(
|
| 1449 |
+
Group_Control_Typography::get_type(),
|
| 1450 |
+
[
|
| 1451 |
+
'name' => 'eael_product_grid_stock_out_badge_typography',
|
| 1452 |
+
'selector' => '{{WRAPPER}} .woocommerce ul.products li.product .outofstock-badge, {{WRAPPER}} .woocommerce ul.products li.product .eael-onsale.outofstock',
|
| 1453 |
+
]
|
| 1454 |
+
);
|
| 1455 |
+
|
| 1456 |
+
$this->end_controls_section();
|
| 1457 |
}
|
| 1458 |
|
| 1459 |
protected function init_style_addtocart_controls()
|
| 1460 |
{
|
| 1461 |
+
// add to cart button
|
| 1462 |
$this->start_controls_section(
|
| 1463 |
'eael_section_product_grid_add_to_cart_styles',
|
| 1464 |
[
|
| 1671 |
'eael_section_product_badges',
|
| 1672 |
[
|
| 1673 |
'label' => esc_html__('Sale / Stock Out Badge', 'essential-addons-for-elementor-lite'),
|
| 1674 |
+
// 'conditions' => [
|
| 1675 |
+
// 'relation' => 'and',
|
| 1676 |
+
// 'terms' => [
|
| 1677 |
+
// [
|
| 1678 |
+
// 'name' => 'eael_product_grid_layout',
|
| 1679 |
+
// 'operator' => '!=',
|
| 1680 |
+
// 'value' => [
|
| 1681 |
+
// 'grid',
|
| 1682 |
+
// 'list',
|
| 1683 |
+
// 'masonry',
|
| 1684 |
+
// ],
|
| 1685 |
+
// ],
|
| 1686 |
+
// [
|
| 1687 |
+
// 'name' => 'eael_product_grid_style_preset',
|
| 1688 |
+
// 'operator' => '!in',
|
| 1689 |
+
// 'value' => [
|
| 1690 |
+
// 'eael-product-default',
|
| 1691 |
+
// 'eael-product-simple',
|
| 1692 |
+
// 'eael-product-reveal',
|
| 1693 |
+
// 'eael-product-overlay',
|
| 1694 |
+
// ]
|
| 1695 |
+
// ],
|
| 1696 |
+
// ],
|
| 1697 |
+
// ],
|
| 1698 |
]
|
| 1699 |
);
|
| 1700 |
$this->add_control(
|
| 1735 |
]
|
| 1736 |
);
|
| 1737 |
|
| 1738 |
+
$this->add_control(
|
| 1739 |
+
'eael_product_sale_text',
|
| 1740 |
+
[
|
| 1741 |
+
'label' => esc_html__( 'Sale Text', 'essential-addons-for-elementor-lite' ),
|
| 1742 |
+
'type' => Controls_Manager::TEXT,
|
| 1743 |
+
'separator' => 'before',
|
| 1744 |
+
]
|
| 1745 |
+
);
|
| 1746 |
+
|
| 1747 |
+
$this->add_control(
|
| 1748 |
+
'eael_product_stockout_text',
|
| 1749 |
+
[
|
| 1750 |
+
'label' => esc_html__( 'Stock Out Text', 'essential-addons-for-elementor-lite' ),
|
| 1751 |
+
'type' => Controls_Manager::TEXT,
|
| 1752 |
+
]
|
| 1753 |
+
);
|
| 1754 |
+
|
| 1755 |
$this->end_controls_section();
|
| 1756 |
}
|
| 1757 |
|
includes/Elements/Progress_Bar.php
CHANGED
|
@@ -284,7 +284,7 @@ class Progress_Bar extends Widget_Base
|
|
| 284 |
],
|
| 285 |
],
|
| 286 |
'default' => '1',
|
| 287 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 288 |
]
|
| 289 |
);
|
| 290 |
|
| 284 |
],
|
| 285 |
],
|
| 286 |
'default' => '1',
|
| 287 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 288 |
]
|
| 289 |
);
|
| 290 |
|
includes/Elements/Team_Member.php
CHANGED
|
@@ -250,7 +250,7 @@ class Team_Member extends Widget_Base {
|
|
| 250 |
],
|
| 251 |
],
|
| 252 |
'default' => '1',
|
| 253 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 254 |
]
|
| 255 |
);
|
| 256 |
|
| 250 |
],
|
| 251 |
],
|
| 252 |
'default' => '1',
|
| 253 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>'
|
| 254 |
]
|
| 255 |
);
|
| 256 |
|
includes/Elements/Testimonial.php
CHANGED
|
@@ -227,7 +227,7 @@ class Testimonial extends Widget_Base {
|
|
| 227 |
],
|
| 228 |
],
|
| 229 |
'default' => '1',
|
| 230 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 231 |
]
|
| 232 |
);
|
| 233 |
|
| 227 |
],
|
| 228 |
],
|
| 229 |
'default' => '1',
|
| 230 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>'
|
| 231 |
]
|
| 232 |
);
|
| 233 |
|
includes/Elements/Tooltip.php
CHANGED
|
@@ -526,7 +526,7 @@ class Tooltip extends Widget_Base {
|
|
| 526 |
],
|
| 527 |
],
|
| 528 |
'default' => '1',
|
| 529 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 530 |
]
|
| 531 |
);
|
| 532 |
|
| 526 |
],
|
| 527 |
],
|
| 528 |
'default' => '1',
|
| 529 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>'
|
| 530 |
]
|
| 531 |
);
|
| 532 |
|
includes/Elements/Twitter_Feed.php
CHANGED
|
@@ -321,7 +321,7 @@ class Twitter_Feed extends Widget_Base
|
|
| 321 |
],
|
| 322 |
],
|
| 323 |
'default' => '1',
|
| 324 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 325 |
]
|
| 326 |
);
|
| 327 |
|
| 321 |
],
|
| 322 |
],
|
| 323 |
'default' => '1',
|
| 324 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 325 |
]
|
| 326 |
);
|
| 327 |
|
includes/Elements/WeForms.php
CHANGED
|
@@ -123,7 +123,7 @@ class WeForms extends Widget_Base
|
|
| 123 |
],
|
| 124 |
],
|
| 125 |
'default' => '1',
|
| 126 |
-
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/
|
| 127 |
]
|
| 128 |
);
|
| 129 |
|
| 123 |
],
|
| 124 |
],
|
| 125 |
'default' => '1',
|
| 126 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 127 |
]
|
| 128 |
);
|
| 129 |
|
includes/Elements/Woo_Checkout.php
CHANGED
|
@@ -120,6 +120,8 @@ class Woo_Checkout extends Widget_Base {
|
|
| 120 |
'label_block' => false,
|
| 121 |
'options' => apply_filters('eael/woo-checkout/layout', [
|
| 122 |
'default' => esc_html__( 'Default', 'essential-addons-for-elementor-lite' ),
|
|
|
|
|
|
|
| 123 |
]),
|
| 124 |
]
|
| 125 |
);
|
|
@@ -128,8 +130,8 @@ class Woo_Checkout extends Widget_Base {
|
|
| 128 |
$this->add_control(
|
| 129 |
'eael_woo_checkout_pro_enable_warning',
|
| 130 |
[
|
| 131 |
-
'label' => esc_html__('Only Available in Pro Version!', 'essential-addons-for-elementor-lite'),
|
| 132 |
-
'type' => Controls_Manager::
|
| 133 |
'condition' => [
|
| 134 |
'ea_woo_checkout_layout' => ['multi-steps', 'split'],
|
| 135 |
],
|
|
@@ -2582,6 +2584,12 @@ class Woo_Checkout extends Widget_Base {
|
|
| 2582 |
|
| 2583 |
$settings = $this->get_settings_for_display();
|
| 2584 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2585 |
$this->add_render_attribute( 'container', 'class', [
|
| 2586 |
'ea-woo-checkout',
|
| 2587 |
'layout-'. $settings['ea_woo_checkout_layout']
|
| 120 |
'label_block' => false,
|
| 121 |
'options' => apply_filters('eael/woo-checkout/layout', [
|
| 122 |
'default' => esc_html__( 'Default', 'essential-addons-for-elementor-lite' ),
|
| 123 |
+
'multi-steps' => esc_html__( 'Multi Steps (Pro)', 'essential-addons-for-elementor-lite' ),
|
| 124 |
+
'split' => esc_html__( 'Split (Pro)', 'essential-addons-for-elementor-lite' ),
|
| 125 |
]),
|
| 126 |
]
|
| 127 |
);
|
| 130 |
$this->add_control(
|
| 131 |
'eael_woo_checkout_pro_enable_warning',
|
| 132 |
[
|
| 133 |
+
'label' => sprintf( '<a target="_blank" href="https://wpdeveloper.net/upgrade/ea-pro">%s</a>', esc_html__('Only Available in Pro Version!', 'essential-addons-for-elementor-lite')),
|
| 134 |
+
'type' => Controls_Manager::RAW_HTML,
|
| 135 |
'condition' => [
|
| 136 |
'ea_woo_checkout_layout' => ['multi-steps', 'split'],
|
| 137 |
],
|
| 2584 |
|
| 2585 |
$settings = $this->get_settings_for_display();
|
| 2586 |
|
| 2587 |
+
if ( in_array( $settings[ 'ea_woo_checkout_layout' ], [ 'multi-steps', 'split' ] ) ) {
|
| 2588 |
+
if ( !apply_filters( 'eael/pro_enabled', false ) ) {
|
| 2589 |
+
return;
|
| 2590 |
+
}
|
| 2591 |
+
}
|
| 2592 |
+
|
| 2593 |
$this->add_render_attribute( 'container', 'class', [
|
| 2594 |
'ea-woo-checkout',
|
| 2595 |
'layout-'. $settings['ea_woo_checkout_layout']
|
includes/Template/Eicon-Woocommerce/default.php
CHANGED
|
@@ -41,6 +41,10 @@ $should_print_quick_view = isset( $settings['eael_product_grid_quick_view'] ) &&
|
|
| 41 |
$should_print_price = isset( $settings['eael_product_grid_price'] ) && 'yes' === $settings['eael_product_grid_price'];
|
| 42 |
$should_print_excerpt = isset( $settings['eael_product_grid_excerpt'] ) && ('yes' === $settings['eael_product_grid_excerpt'] && has_excerpt());
|
| 43 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
$quick_view_setting = [
|
| 45 |
'widget_id' => $widget_id,
|
| 46 |
'product_id' => $product->get_id(),
|
|
@@ -55,9 +59,9 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
| 55 |
echo wp_kses_post( wc_get_rating_html( $product->get_average_rating(), $product->get_rating_count() ) );
|
| 56 |
}
|
| 57 |
if ( ! $product->managing_stock() && ! $product->is_in_stock() ) {
|
| 58 |
-
printf( '<span class="outofstock-badge">%s</span>',
|
| 59 |
} elseif ( $product->is_on_sale() ) {
|
| 60 |
-
printf( '<span class="onsale">%s</span>',
|
| 61 |
}
|
| 62 |
|
| 63 |
if ( $should_print_price ) {
|
|
@@ -94,11 +98,13 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
| 94 |
if ( $should_print_rating ) {
|
| 95 |
echo wc_get_rating_html( $product->get_average_rating(), $product->get_rating_count() );
|
| 96 |
}
|
|
|
|
| 97 |
if ( ! $product->managing_stock() && ! $product->is_in_stock() ) {
|
| 98 |
-
|
| 99 |
} elseif ( $product->is_on_sale() ) {
|
| 100 |
-
|
| 101 |
}
|
|
|
|
| 102 |
if ( $should_print_price ) {
|
| 103 |
echo '<div class="eael-product-price">'.$product->get_price_html().'</div>';
|
| 104 |
}
|
|
@@ -113,7 +119,7 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
| 113 |
<div class="product-image-wrap">
|
| 114 |
<div class="image-wrap">
|
| 115 |
<?php
|
| 116 |
-
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'.
|
| 117 |
echo $product->get_image($settings['eael_product_grid_image_size_size'], ['loading' => 'eager']);
|
| 118 |
?>
|
| 119 |
</div>
|
|
@@ -218,7 +224,7 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
| 218 |
<div class="image-wrap">
|
| 219 |
<?php
|
| 220 |
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
| 221 |
-
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'.
|
| 222 |
echo $product->get_image($settings['eael_product_grid_image_size_size'], ['loading' => 'eager']);
|
| 223 |
echo '</a>';
|
| 224 |
?>
|
|
@@ -276,7 +282,7 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
| 276 |
<div class="image-wrap">
|
| 277 |
<?php
|
| 278 |
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
| 279 |
-
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'.
|
| 280 |
echo $product->get_image($settings['eael_product_grid_image_size_size'], ['loading' => 'eager']);
|
| 281 |
echo '</a>';
|
| 282 |
?>
|
| 41 |
$should_print_price = isset( $settings['eael_product_grid_price'] ) && 'yes' === $settings['eael_product_grid_price'];
|
| 42 |
$should_print_excerpt = isset( $settings['eael_product_grid_excerpt'] ) && ('yes' === $settings['eael_product_grid_excerpt'] && has_excerpt());
|
| 43 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
| 44 |
+
|
| 45 |
+
$sale_badge_text = !empty($settings['eael_product_sale_text']) ? $settings['eael_product_sale_text'] : __( 'Sale!', 'essential-addons-for-elementor-lite' );
|
| 46 |
+
$stock_out_badge_text = !empty($settings['eael_product_stockout_text']) ?$settings['eael_product_stockout_text'] : __( 'Stock <br/> Out', 'essential-addons-for-elementor-lite' );
|
| 47 |
+
|
| 48 |
$quick_view_setting = [
|
| 49 |
'widget_id' => $widget_id,
|
| 50 |
'product_id' => $product->get_id(),
|
| 59 |
echo wp_kses_post( wc_get_rating_html( $product->get_average_rating(), $product->get_rating_count() ) );
|
| 60 |
}
|
| 61 |
if ( ! $product->managing_stock() && ! $product->is_in_stock() ) {
|
| 62 |
+
printf( '<span class="outofstock-badge">%s</span>', $stock_out_badge_text );
|
| 63 |
} elseif ( $product->is_on_sale() ) {
|
| 64 |
+
printf( '<span class="onsale">%s</span>', $sale_badge_text );
|
| 65 |
}
|
| 66 |
|
| 67 |
if ( $should_print_price ) {
|
| 98 |
if ( $should_print_rating ) {
|
| 99 |
echo wc_get_rating_html( $product->get_average_rating(), $product->get_rating_count() );
|
| 100 |
}
|
| 101 |
+
|
| 102 |
if ( ! $product->managing_stock() && ! $product->is_in_stock() ) {
|
| 103 |
+
printf( '<span class="outofstock-badge">%s</span>', $stock_out_badge_text );
|
| 104 |
} elseif ( $product->is_on_sale() ) {
|
| 105 |
+
printf( '<span class="onsale">%s</span>', $sale_badge_text );
|
| 106 |
}
|
| 107 |
+
|
| 108 |
if ( $should_print_price ) {
|
| 109 |
echo '<div class="eael-product-price">'.$product->get_price_html().'</div>';
|
| 110 |
}
|
| 119 |
<div class="product-image-wrap">
|
| 120 |
<div class="image-wrap">
|
| 121 |
<?php
|
| 122 |
+
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'.$stock_out_badge_text.'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_badge_text . '</span>' : '') );
|
| 123 |
echo $product->get_image($settings['eael_product_grid_image_size_size'], ['loading' => 'eager']);
|
| 124 |
?>
|
| 125 |
</div>
|
| 224 |
<div class="image-wrap">
|
| 225 |
<?php
|
| 226 |
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
| 227 |
+
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'.$stock_out_badge_text.'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_badge_text. '</span>' : '') );
|
| 228 |
echo $product->get_image($settings['eael_product_grid_image_size_size'], ['loading' => 'eager']);
|
| 229 |
echo '</a>';
|
| 230 |
?>
|
| 282 |
<div class="image-wrap">
|
| 283 |
<?php
|
| 284 |
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
| 285 |
+
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'.$stock_out_badge_text.'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_badge_text . '</span>' : '') );
|
| 286 |
echo $product->get_image($settings['eael_product_grid_image_size_size'], ['loading' => 'eager']);
|
| 287 |
echo '</a>';
|
| 288 |
?>
|
includes/Traits/Admin.php
CHANGED
|
@@ -66,6 +66,8 @@ trait Admin {
|
|
| 66 |
'r_title' => __( 'reCAPTCHA v2', 'essential-addons-for-elementor-lite' ),
|
| 67 |
'r_sitekey' => __( 'Site Key', 'essential-addons-for-elementor-lite' ),
|
| 68 |
'r_sitesecret' => __( 'Site Secret', 'essential-addons-for-elementor-lite' ),
|
|
|
|
|
|
|
| 69 |
'g_title' => __( 'Google Login', 'essential-addons-for-elementor-lite' ),
|
| 70 |
'g_cid' => __( 'Google Client ID', 'essential-addons-for-elementor-lite' ),
|
| 71 |
'f_title' => __( 'Facebook Login', 'essential-addons-for-elementor-lite' ),
|
|
@@ -177,6 +179,9 @@ trait Admin {
|
|
| 177 |
if ( isset( $settings[ 'recaptchaSiteSecret' ] ) ) {
|
| 178 |
update_option( 'eael_recaptcha_secret', sanitize_text_field( $settings[ 'recaptchaSiteSecret' ] ) );
|
| 179 |
}
|
|
|
|
|
|
|
|
|
|
| 180 |
|
| 181 |
//pro settings
|
| 182 |
if ( isset( $settings[ 'gClientId' ] ) ) {
|
| 66 |
'r_title' => __( 'reCAPTCHA v2', 'essential-addons-for-elementor-lite' ),
|
| 67 |
'r_sitekey' => __( 'Site Key', 'essential-addons-for-elementor-lite' ),
|
| 68 |
'r_sitesecret' => __( 'Site Secret', 'essential-addons-for-elementor-lite' ),
|
| 69 |
+
'r_language' => __( 'Language', 'essential-addons-for-elementor-lite' ),
|
| 70 |
+
'r_language_ph'=> __( 'reCAPTCHA Language Code', 'essential-addons-for-elementor-lite' ),
|
| 71 |
'g_title' => __( 'Google Login', 'essential-addons-for-elementor-lite' ),
|
| 72 |
'g_cid' => __( 'Google Client ID', 'essential-addons-for-elementor-lite' ),
|
| 73 |
'f_title' => __( 'Facebook Login', 'essential-addons-for-elementor-lite' ),
|
| 179 |
if ( isset( $settings[ 'recaptchaSiteSecret' ] ) ) {
|
| 180 |
update_option( 'eael_recaptcha_secret', sanitize_text_field( $settings[ 'recaptchaSiteSecret' ] ) );
|
| 181 |
}
|
| 182 |
+
if ( isset( $settings[ 'recaptchaLanguage' ] ) ) {
|
| 183 |
+
update_option( 'eael_recaptcha_language', sanitize_text_field( $settings[ 'recaptchaLanguage' ] ) );
|
| 184 |
+
}
|
| 185 |
|
| 186 |
//pro settings
|
| 187 |
if ( isset( $settings[ 'gClientId' ] ) ) {
|
includes/Traits/Enqueue.php
CHANGED
|
@@ -50,7 +50,13 @@ trait Enqueue
|
|
| 50 |
|
| 51 |
// Compatibility: reCaptcha with login/register
|
| 52 |
if (in_array('login-register', $widgets) && $site_key = get_option('eael_recaptcha_sitekey')) {
|
| 53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
}
|
| 55 |
}
|
| 56 |
|
| 50 |
|
| 51 |
// Compatibility: reCaptcha with login/register
|
| 52 |
if (in_array('login-register', $widgets) && $site_key = get_option('eael_recaptcha_sitekey')) {
|
| 53 |
+
$recaptcha_api_args['render'] = 'explicit';
|
| 54 |
+
if ( $recaptcha_language = get_option( 'eael_recaptcha_language' ) ) {
|
| 55 |
+
$recaptcha_api_args['hl'] = $recaptcha_language;
|
| 56 |
+
}
|
| 57 |
+
$recaptcha_api_args = apply_filters( 'eael_lr_recaptcha_api_args', $recaptcha_api_args );
|
| 58 |
+
$recaptcha_api_args = http_build_query( $recaptcha_api_args );
|
| 59 |
+
wp_register_script('eael-recaptcha', "https://www.google.com/recaptcha/api.js?{$recaptcha_api_args}", false, EAEL_PLUGIN_VERSION, false);
|
| 60 |
}
|
| 61 |
}
|
| 62 |
|
includes/Traits/Facebook_Feed.php
CHANGED
|
@@ -107,7 +107,7 @@ trait Facebook_Feed
|
|
| 107 |
|
| 108 |
if ($settings['eael_facebook_feed_message'] && !empty($message)) {
|
| 109 |
$html .= '<div class="eael-facebook-feed-item-content">
|
| 110 |
-
<p class="eael-facebook-feed-message">' .
|
| 111 |
</div>';
|
| 112 |
}
|
| 113 |
|
|
@@ -223,4 +223,29 @@ trait Facebook_Feed
|
|
| 223 |
|
| 224 |
return $html;
|
| 225 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 226 |
}
|
| 107 |
|
| 108 |
if ($settings['eael_facebook_feed_message'] && !empty($message)) {
|
| 109 |
$html .= '<div class="eael-facebook-feed-item-content">
|
| 110 |
+
<p class="eael-facebook-feed-message">' . $this->eael_str_check($message) . '</p>
|
| 111 |
</div>';
|
| 112 |
}
|
| 113 |
|
| 223 |
|
| 224 |
return $html;
|
| 225 |
}
|
| 226 |
+
|
| 227 |
+
public function eael_str_check($textData = '') {
|
| 228 |
+
$stringText = '';
|
| 229 |
+
if(strlen($textData) > 5) {
|
| 230 |
+
$explodeText = explode(' ', trim($textData));
|
| 231 |
+
for($st = 0; $st < count($explodeText); $st++) {
|
| 232 |
+
$pos = stripos(trim($explodeText[$st]), '#');
|
| 233 |
+
$pos1 = stripos(trim($explodeText[$st]), '@');
|
| 234 |
+
$poshttp = stripos(trim($explodeText[$st]), 'http');
|
| 235 |
+
$poshttps = stripos(trim($explodeText[$st]), 'https');
|
| 236 |
+
|
| 237 |
+
if($pos !== false) {
|
| 238 |
+
$stringText .= '<a href="https://facebook.com/hashtag/' . str_replace('#', '', $explodeText[$st]) . '?source=feed_text" target="_blank"> ' . $explodeText[$st] . ' </a>';
|
| 239 |
+
} elseif($pos1 !== false) {
|
| 240 |
+
$stringText .= '<a href="https://facebook.com/' . $explodeText[$st] . '/" target="_blank"> ' . $explodeText[$st] . ' </a>';
|
| 241 |
+
} elseif($poshttp !== false || $poshttps !== false) {
|
| 242 |
+
$stringText .= '<a href="' . $explodeText[$st] . '" target="_blank"> ' . $explodeText[$st] . ' </a>';
|
| 243 |
+
} else {
|
| 244 |
+
$stringText .= ' ' . $explodeText[$st];
|
| 245 |
+
}
|
| 246 |
+
}
|
| 247 |
+
}
|
| 248 |
+
|
| 249 |
+
return $stringText;
|
| 250 |
+
}
|
| 251 |
}
|
includes/Traits/Helper.php
CHANGED
|
@@ -874,15 +874,12 @@ trait Helper
|
|
| 874 |
*/
|
| 875 |
public function eael_forcefully_remove_action( $tag, $function_to_remove, $priority ) {
|
| 876 |
global $wp_filter;
|
| 877 |
-
|
| 878 |
-
|
| 879 |
-
|
| 880 |
-
|
| 881 |
-
|
| 882 |
-
|
| 883 |
-
if ( strlen( $callback_function ) > 32 && strpos( $callback_function, $function_to_remove, 32 ) !== false || $callback_function === $function_to_remove ) {
|
| 884 |
-
remove_action( $tag, $callback_function, $priority );
|
| 885 |
-
break;
|
| 886 |
}
|
| 887 |
}
|
| 888 |
}
|
| 874 |
*/
|
| 875 |
public function eael_forcefully_remove_action( $tag, $function_to_remove, $priority ) {
|
| 876 |
global $wp_filter;
|
| 877 |
+
if ( isset( $wp_filter[ $tag ][ $priority ] ) && is_array( $wp_filter[ $tag ][ $priority ] ) ) {
|
| 878 |
+
foreach ( $wp_filter[ $tag ][ $priority ] as $callback_function => $registration ) {
|
| 879 |
+
if ( strlen( $callback_function ) > 32 && strpos( $callback_function, $function_to_remove, 32 ) !== false || $callback_function === $function_to_remove ) {
|
| 880 |
+
remove_action( $tag, $callback_function, $priority );
|
| 881 |
+
break;
|
| 882 |
+
}
|
|
|
|
|
|
|
|
|
|
| 883 |
}
|
| 884 |
}
|
| 885 |
}
|
includes/templates/admin/elements.php
CHANGED
|
@@ -578,12 +578,13 @@ $elements = apply_filters( 'add_eael_elementor_addons', $elements );
|
|
| 578 |
} elseif ($item['key'] === 'login-register') {
|
| 579 |
$eael_recaptcha_sitekey = get_option('eael_recaptcha_sitekey');
|
| 580 |
$eael_recaptcha_secret = get_option('eael_recaptcha_secret');
|
|
|
|
| 581 |
$eael_g_client_id = get_option('eael_g_client_id');
|
| 582 |
$eael_fb_app_id = get_option('eael_fb_app_id');
|
| 583 |
$eael_fb_app_secret = get_option('eael_fb_app_secret');
|
| 584 |
echo '<span style="font-size: 12px; font-style:italic;"><a href="#" class="eael-admin-settings-popup-extended" id="eael-admin-settings-popup-extended" data-settings-id="lr_settings_data">'.__('Settings', 'essential-addons-for-elementor-lite').'</a></span>';
|
| 585 |
?>
|
| 586 |
-
<span class="eael-lr-settings-data" id="lr_settings_data" style="display: none" data-pro-enabled="<?php echo $this->pro_enabled ?>" data-r-sitekey="<?php echo esc_attr($eael_recaptcha_sitekey);?>" data-r-secret="<?php echo esc_attr($eael_recaptcha_secret);?>" data-g-client-id="<?php echo esc_attr($eael_g_client_id);?>" data-fb-app-id="<?php echo esc_attr($eael_fb_app_id);?>" data-fb-app-secret="<?php echo esc_attr($eael_fb_app_secret);?>" >
|
| 587 |
</span>
|
| 588 |
<?php } ?>
|
| 589 |
</p>
|
| 578 |
} elseif ($item['key'] === 'login-register') {
|
| 579 |
$eael_recaptcha_sitekey = get_option('eael_recaptcha_sitekey');
|
| 580 |
$eael_recaptcha_secret = get_option('eael_recaptcha_secret');
|
| 581 |
+
$eael_recaptcha_language = get_option('eael_recaptcha_language');
|
| 582 |
$eael_g_client_id = get_option('eael_g_client_id');
|
| 583 |
$eael_fb_app_id = get_option('eael_fb_app_id');
|
| 584 |
$eael_fb_app_secret = get_option('eael_fb_app_secret');
|
| 585 |
echo '<span style="font-size: 12px; font-style:italic;"><a href="#" class="eael-admin-settings-popup-extended" id="eael-admin-settings-popup-extended" data-settings-id="lr_settings_data">'.__('Settings', 'essential-addons-for-elementor-lite').'</a></span>';
|
| 586 |
?>
|
| 587 |
+
<span class="eael-lr-settings-data" id="lr_settings_data" style="display: none" data-pro-enabled="<?php echo $this->pro_enabled ?>" data-r-sitekey="<?php echo esc_attr($eael_recaptcha_sitekey);?>" data-r-secret="<?php echo esc_attr($eael_recaptcha_secret);?>" data-r-language="<?php echo esc_attr($eael_recaptcha_language); ?>" data-g-client-id="<?php echo esc_attr($eael_g_client_id);?>" data-fb-app-id="<?php echo esc_attr($eael_fb_app_id);?>" data-fb-app-secret="<?php echo esc_attr($eael_fb_app_secret);?>" >
|
| 588 |
</span>
|
| 589 |
<?php } ?>
|
| 590 |
</p>
|
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 |
|
|
@@ -65,7 +65,7 @@ msgstr ""
|
|
| 65 |
msgid "Install Now!"
|
| 66 |
msgstr ""
|
| 67 |
|
| 68 |
-
#: ../includes/Classes/WPDeveloper_Plugin_Installer.php:151, ../includes/Classes/WPDeveloper_Plugin_Installer.php:169, ../includes/Classes/WPDeveloper_Plugin_Installer.php:187, ../includes/Classes/WPDeveloper_Setup_Wizard.php:481, ../includes/Classes/WPDeveloper_Setup_Wizard.php:507, ../includes/Traits/Admin.php:
|
| 69 |
msgid "you are not allowed to do this action"
|
| 70 |
msgstr ""
|
| 71 |
|
|
@@ -93,7 +93,7 @@ msgstr ""
|
|
| 93 |
msgid "Configuration"
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
-
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:119, ../includes/Traits/Admin.php:
|
| 97 |
msgid "Elements"
|
| 98 |
msgstr ""
|
| 99 |
|
|
@@ -101,7 +101,7 @@ msgstr ""
|
|
| 101 |
msgid "Templately"
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
-
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:155, ../includes/Traits/Admin.php:
|
| 105 |
msgid "Integrations"
|
| 106 |
msgstr ""
|
| 107 |
|
|
@@ -130,7 +130,7 @@ msgid ""
|
|
| 130 |
" option."
|
| 131 |
msgstr ""
|
| 132 |
|
| 133 |
-
#: ../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:
|
| 134 |
msgid "Custom"
|
| 135 |
msgstr ""
|
| 136 |
|
|
@@ -447,7 +447,7 @@ msgstr ""
|
|
| 447 |
msgid "Quick Setup Wizard- Essential Addons"
|
| 448 |
msgstr ""
|
| 449 |
|
| 450 |
-
#: ../includes/Controls/Select2.php:28, ../includes/Elements/Advanced_Data_Table.php:
|
| 451 |
msgid "Search"
|
| 452 |
msgstr ""
|
| 453 |
|
|
@@ -455,7 +455,7 @@ msgstr ""
|
|
| 455 |
msgid "Data Source"
|
| 456 |
msgstr ""
|
| 457 |
|
| 458 |
-
#: ../includes/Elements/Advanced_Data_Table.php:80, ../includes/Elements/Event_Calendar.php:93, ../includes/Elements/Product_Grid.php:
|
| 459 |
msgid "Source"
|
| 460 |
msgstr ""
|
| 461 |
|
|
@@ -463,20 +463,24 @@ msgstr ""
|
|
| 463 |
msgid "Static Data"
|
| 464 |
msgstr ""
|
| 465 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 466 |
#: ../includes/Elements/Advanced_Data_Table.php:92
|
| 467 |
-
msgid "Database(
|
| 468 |
msgstr ""
|
| 469 |
|
| 470 |
#: ../includes/Elements/Advanced_Data_Table.php:93
|
| 471 |
-
msgid "Remote Database(
|
| 472 |
msgstr ""
|
| 473 |
|
| 474 |
#: ../includes/Elements/Advanced_Data_Table.php:94
|
| 475 |
-
msgid "Google Sheets(
|
| 476 |
msgstr ""
|
| 477 |
|
| 478 |
#: ../includes/Elements/Advanced_Data_Table.php:95
|
| 479 |
-
msgid "TablePress(
|
| 480 |
msgstr ""
|
| 481 |
|
| 482 |
#: ../includes/Elements/Advanced_Data_Table.php:87
|
|
@@ -495,207 +499,207 @@ msgstr ""
|
|
| 495 |
msgid "TablePress"
|
| 496 |
msgstr ""
|
| 497 |
|
| 498 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 499 |
-
msgid "
|
| 500 |
msgstr ""
|
| 501 |
|
| 502 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 503 |
msgid "Advanced Features"
|
| 504 |
msgstr ""
|
| 505 |
|
| 506 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 507 |
msgid "Sort"
|
| 508 |
msgstr ""
|
| 509 |
|
| 510 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 511 |
msgid "Placeholder"
|
| 512 |
msgstr ""
|
| 513 |
|
| 514 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 515 |
msgid "Pagination"
|
| 516 |
msgstr ""
|
| 517 |
|
| 518 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 519 |
msgid "Pagination Type"
|
| 520 |
msgstr ""
|
| 521 |
|
| 522 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 523 |
msgid "Button"
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 527 |
msgid "Select"
|
| 528 |
msgstr ""
|
| 529 |
|
| 530 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 531 |
msgid "Rows Per Page"
|
| 532 |
msgstr ""
|
| 533 |
|
| 534 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 535 |
msgid "Note: Pagination will be applied on Live Preview only."
|
| 536 |
msgstr ""
|
| 537 |
|
| 538 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 539 |
msgid "Export/Import"
|
| 540 |
msgstr ""
|
| 541 |
|
| 542 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 543 |
msgid "Export table as CSV file"
|
| 544 |
msgstr ""
|
| 545 |
|
| 546 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 547 |
msgid "Export"
|
| 548 |
msgstr ""
|
| 549 |
|
| 550 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 551 |
msgid "Import"
|
| 552 |
msgstr ""
|
| 553 |
|
| 554 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 555 |
msgid "Data Cache Setting"
|
| 556 |
msgstr ""
|
| 557 |
|
| 558 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 559 |
msgid "Data Cache Time"
|
| 560 |
msgstr ""
|
| 561 |
|
| 562 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 563 |
msgid "Cache expiration time (Minutes)"
|
| 564 |
msgstr ""
|
| 565 |
|
| 566 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 567 |
msgid "Table"
|
| 568 |
msgstr ""
|
| 569 |
|
| 570 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 571 |
msgid "Width"
|
| 572 |
msgstr ""
|
| 573 |
|
| 574 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 575 |
msgid "Border"
|
| 576 |
msgstr ""
|
| 577 |
|
| 578 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 579 |
msgid "Border Radius"
|
| 580 |
msgstr ""
|
| 581 |
|
| 582 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 583 |
msgid "Box Shadow"
|
| 584 |
msgstr ""
|
| 585 |
|
| 586 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 587 |
msgid "Head"
|
| 588 |
msgstr ""
|
| 589 |
|
| 590 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 591 |
msgid "Typography"
|
| 592 |
msgstr ""
|
| 593 |
|
| 594 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 595 |
msgid "Text Alignment"
|
| 596 |
msgstr ""
|
| 597 |
|
| 598 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 599 |
msgid "Left"
|
| 600 |
msgstr ""
|
| 601 |
|
| 602 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 603 |
msgid "Center"
|
| 604 |
msgstr ""
|
| 605 |
|
| 606 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 607 |
msgid "Right"
|
| 608 |
msgstr ""
|
| 609 |
|
| 610 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 611 |
msgid "Text Color"
|
| 612 |
msgstr ""
|
| 613 |
|
| 614 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 615 |
msgid "Background Color"
|
| 616 |
msgstr ""
|
| 617 |
|
| 618 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 619 |
msgid "Cell Border"
|
| 620 |
msgstr ""
|
| 621 |
|
| 622 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 623 |
msgid "Padding"
|
| 624 |
msgstr ""
|
| 625 |
|
| 626 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 627 |
msgid "Body"
|
| 628 |
msgstr ""
|
| 629 |
|
| 630 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 631 |
msgid "Link Color"
|
| 632 |
msgstr ""
|
| 633 |
|
| 634 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 635 |
msgid "Link Hover Color"
|
| 636 |
msgstr ""
|
| 637 |
|
| 638 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 639 |
msgid "Highlight"
|
| 640 |
msgstr ""
|
| 641 |
|
| 642 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 643 |
msgid "None"
|
| 644 |
msgstr ""
|
| 645 |
|
| 646 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 647 |
msgid "First Column"
|
| 648 |
msgstr ""
|
| 649 |
|
| 650 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 651 |
msgid "Last Column"
|
| 652 |
msgstr ""
|
| 653 |
|
| 654 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 655 |
msgid "Even Column"
|
| 656 |
msgstr ""
|
| 657 |
|
| 658 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 659 |
msgid "Odd Column"
|
| 660 |
msgstr ""
|
| 661 |
|
| 662 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 663 |
msgid "Even Row"
|
| 664 |
msgstr ""
|
| 665 |
|
| 666 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 667 |
msgid "Odd Row"
|
| 668 |
msgstr ""
|
| 669 |
|
| 670 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 671 |
msgid "Height"
|
| 672 |
msgstr ""
|
| 673 |
|
| 674 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 675 |
msgid "Margin Bottom"
|
| 676 |
msgstr ""
|
| 677 |
|
| 678 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 679 |
msgid "Alignment"
|
| 680 |
msgstr ""
|
| 681 |
|
| 682 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 683 |
msgid "Margin"
|
| 684 |
msgstr ""
|
| 685 |
|
| 686 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 687 |
msgid "Normal"
|
| 688 |
msgstr ""
|
| 689 |
|
| 690 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 691 |
msgid "Hover"
|
| 692 |
msgstr ""
|
| 693 |
|
| 694 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 695 |
msgid "Color"
|
| 696 |
msgstr ""
|
| 697 |
|
| 698 |
-
#: ../includes/Elements/Advanced_Data_Table.php:
|
| 699 |
msgid "No content found"
|
| 700 |
msgstr ""
|
| 701 |
|
|
@@ -711,7 +715,7 @@ msgstr ""
|
|
| 711 |
msgid "Accordion"
|
| 712 |
msgstr ""
|
| 713 |
|
| 714 |
-
#: ../includes/Elements/Adv_Accordion.php:116, ../includes/Elements/Login_Register.php:
|
| 715 |
msgid "Toggle"
|
| 716 |
msgstr ""
|
| 717 |
|
|
@@ -719,39 +723,39 @@ msgstr ""
|
|
| 719 |
msgid "Select Accordion Tab Title Tag"
|
| 720 |
msgstr ""
|
| 721 |
|
| 722 |
-
#: ../includes/Elements/Adv_Accordion.php:127, ../includes/Elements/Betterdocs_Category_Box.php:184, ../includes/Elements/Betterdocs_Category_Grid.php:222, ../includes/Elements/Cta_Box.php:198, ../includes/Elements/Dual_Color_Header.php:138, ../includes/Elements/Filterable_Gallery.php:367, ../includes/Elements/Flip_Box.php:298, ../includes/Elements/Flip_Box.php:527, ../includes/Elements/Image_Accordion.php:156, ../includes/Elements/Info_Box.php:234, ../includes/Elements/Product_Grid.php:
|
| 723 |
msgid "H1"
|
| 724 |
msgstr ""
|
| 725 |
|
| 726 |
-
#: ../includes/Elements/Adv_Accordion.php:128, ../includes/Elements/Betterdocs_Category_Box.php:185, ../includes/Elements/Betterdocs_Category_Grid.php:223, ../includes/Elements/Cta_Box.php:199, ../includes/Elements/Dual_Color_Header.php:139, ../includes/Elements/Filterable_Gallery.php:368, ../includes/Elements/Flip_Box.php:299, ../includes/Elements/Flip_Box.php:528, ../includes/Elements/Image_Accordion.php:157, ../includes/Elements/Info_Box.php:235, ../includes/Elements/Product_Grid.php:
|
| 727 |
msgid "H2"
|
| 728 |
msgstr ""
|
| 729 |
|
| 730 |
-
#: ../includes/Elements/Adv_Accordion.php:129, ../includes/Elements/Betterdocs_Category_Box.php:186, ../includes/Elements/Betterdocs_Category_Grid.php:224, ../includes/Elements/Cta_Box.php:200, ../includes/Elements/Dual_Color_Header.php:140, ../includes/Elements/Filterable_Gallery.php:369, ../includes/Elements/Flip_Box.php:300, ../includes/Elements/Flip_Box.php:529, ../includes/Elements/Image_Accordion.php:158, ../includes/Elements/Info_Box.php:236, ../includes/Elements/Product_Grid.php:
|
| 731 |
msgid "H3"
|
| 732 |
msgstr ""
|
| 733 |
|
| 734 |
-
#: ../includes/Elements/Adv_Accordion.php:130, ../includes/Elements/Betterdocs_Category_Box.php:187, ../includes/Elements/Betterdocs_Category_Grid.php:225, ../includes/Elements/Cta_Box.php:201, ../includes/Elements/Dual_Color_Header.php:141, ../includes/Elements/Filterable_Gallery.php:370, ../includes/Elements/Flip_Box.php:301, ../includes/Elements/Flip_Box.php:530, ../includes/Elements/Image_Accordion.php:159, ../includes/Elements/Info_Box.php:237, ../includes/Elements/Product_Grid.php:
|
| 735 |
msgid "H4"
|
| 736 |
msgstr ""
|
| 737 |
|
| 738 |
-
#: ../includes/Elements/Adv_Accordion.php:131, ../includes/Elements/Betterdocs_Category_Box.php:188, ../includes/Elements/Betterdocs_Category_Grid.php:226, ../includes/Elements/Cta_Box.php:202, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Filterable_Gallery.php:371, ../includes/Elements/Flip_Box.php:302, ../includes/Elements/Flip_Box.php:531, ../includes/Elements/Image_Accordion.php:160, ../includes/Elements/Info_Box.php:238, ../includes/Elements/Product_Grid.php:
|
| 739 |
msgid "H5"
|
| 740 |
msgstr ""
|
| 741 |
|
| 742 |
-
#: ../includes/Elements/Adv_Accordion.php:132, ../includes/Elements/Betterdocs_Category_Box.php:189, ../includes/Elements/Betterdocs_Category_Grid.php:227, ../includes/Elements/Cta_Box.php:203, ../includes/Elements/Dual_Color_Header.php:143, ../includes/Elements/Filterable_Gallery.php:372, ../includes/Elements/Flip_Box.php:303, ../includes/Elements/Flip_Box.php:532, ../includes/Elements/Image_Accordion.php:161, ../includes/Elements/Info_Box.php:239, ../includes/Elements/Product_Grid.php:
|
| 743 |
msgid "H6"
|
| 744 |
msgstr ""
|
| 745 |
|
| 746 |
-
#: ../includes/Elements/Adv_Accordion.php:133, ../includes/Elements/Betterdocs_Category_Box.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:228, ../includes/Elements/Cta_Box.php:204, ../includes/Elements/Dual_Color_Header.php:144, ../includes/Elements/Filterable_Gallery.php:373, ../includes/Elements/Flip_Box.php:304, ../includes/Elements/Flip_Box.php:533, ../includes/Elements/Image_Accordion.php:162, ../includes/Elements/Info_Box.php:240, ../includes/Elements/Product_Grid.php:
|
| 747 |
msgid "Span"
|
| 748 |
msgstr ""
|
| 749 |
|
| 750 |
-
#: ../includes/Elements/Adv_Accordion.php:134, ../includes/Elements/Betterdocs_Category_Box.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:229, ../includes/Elements/Cta_Box.php:205, ../includes/Elements/Dual_Color_Header.php:145, ../includes/Elements/Filterable_Gallery.php:374, ../includes/Elements/Flip_Box.php:305, ../includes/Elements/Flip_Box.php:534, ../includes/Elements/Image_Accordion.php:163, ../includes/Elements/Info_Box.php:241, ../includes/Elements/Product_Grid.php:
|
| 751 |
msgid "P"
|
| 752 |
msgstr ""
|
| 753 |
|
| 754 |
-
#: ../includes/Elements/Adv_Accordion.php:135, ../includes/Elements/Betterdocs_Category_Box.php:192, ../includes/Elements/Betterdocs_Category_Grid.php:230, ../includes/Elements/Cta_Box.php:206, ../includes/Elements/Dual_Color_Header.php:146, ../includes/Elements/Filterable_Gallery.php:375, ../includes/Elements/Flip_Box.php:306, ../includes/Elements/Flip_Box.php:535, ../includes/Elements/Image_Accordion.php:164, ../includes/Elements/Info_Box.php:242, ../includes/Elements/Product_Grid.php:
|
| 755 |
msgid "Div"
|
| 756 |
msgstr ""
|
| 757 |
|
|
@@ -783,7 +787,7 @@ msgstr ""
|
|
| 783 |
msgid "Enable Tab Icon"
|
| 784 |
msgstr ""
|
| 785 |
|
| 786 |
-
#: ../includes/Elements/Adv_Accordion.php:224, ../includes/Elements/Adv_Tabs.php:151, ../includes/Elements/Adv_Tabs.php:166, ../includes/Elements/Betterdocs_Category_Box.php:407, ../includes/Elements/Betterdocs_Category_Box.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:1065, ../includes/Elements/Betterdocs_Category_Grid.php:1074, ../includes/Elements/Betterdocs_Category_Grid.php:1206, ../includes/Elements/Betterdocs_Category_Grid.php:1313, ../includes/Elements/Creative_Button.php:131, ../includes/Elements/Cta_Box.php:151, ../includes/Elements/Data_Table.php:
|
| 787 |
msgid "Icon"
|
| 788 |
msgstr ""
|
| 789 |
|
|
@@ -791,11 +795,11 @@ msgstr ""
|
|
| 791 |
msgid "Tab Title"
|
| 792 |
msgstr ""
|
| 793 |
|
| 794 |
-
#: ../includes/Elements/Adv_Accordion.php:252, ../includes/Elements/Adv_Tabs.php:207, ../includes/Elements/Cta_Box.php:214, ../includes/Elements/Data_Table.php:
|
| 795 |
msgid "Content Type"
|
| 796 |
msgstr ""
|
| 797 |
|
| 798 |
-
#: ../includes/Elements/Adv_Accordion.php:255, ../includes/Elements/Adv_Tabs.php:123, ../includes/Elements/Adv_Tabs.php:210, ../includes/Elements/Adv_Tabs.php:682, ../includes/Elements/Cta_Box.php:217, ../includes/Elements/Cta_Box.php:238, ../includes/Elements/Data_Table.php:
|
| 799 |
msgid "Content"
|
| 800 |
msgstr ""
|
| 801 |
|
|
@@ -803,7 +807,7 @@ msgstr ""
|
|
| 803 |
msgid "Saved Templates"
|
| 804 |
msgstr ""
|
| 805 |
|
| 806 |
-
#: ../includes/Elements/Adv_Accordion.php:266, ../includes/Elements/Adv_Tabs.php:220, ../includes/Elements/Countdown.php:452, ../includes/Elements/Cta_Box.php:227, ../includes/Elements/Data_Table.php:
|
| 807 |
msgid "Choose Template"
|
| 808 |
msgstr ""
|
| 809 |
|
|
@@ -827,7 +831,7 @@ msgstr ""
|
|
| 827 |
msgid "Accordion Tab Title 3"
|
| 828 |
msgstr ""
|
| 829 |
|
| 830 |
-
#: ../includes/Elements/Adv_Accordion.php:342, ../includes/Elements/Data_Table.php:
|
| 831 |
msgid "General Style"
|
| 832 |
msgstr ""
|
| 833 |
|
|
@@ -835,7 +839,7 @@ msgstr ""
|
|
| 835 |
msgid "Tab Style"
|
| 836 |
msgstr ""
|
| 837 |
|
| 838 |
-
#: ../includes/Elements/Adv_Accordion.php:416, ../includes/Elements/Adv_Accordion.php:793, ../includes/Elements/Adv_Tabs.php:397, ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Data_Table.php:
|
| 839 |
msgid "Icon Size"
|
| 840 |
msgstr ""
|
| 841 |
|
|
@@ -847,15 +851,15 @@ msgstr ""
|
|
| 847 |
msgid "Distance"
|
| 848 |
msgstr ""
|
| 849 |
|
| 850 |
-
#: ../includes/Elements/Adv_Accordion.php:548, ../includes/Elements/Adv_Accordion.php:608, ../includes/Elements/Adv_Accordion.php:669, ../includes/Elements/Adv_Tabs.php:500, ../includes/Elements/Adv_Tabs.php:567, ../includes/Elements/Adv_Tabs.php:636, ../includes/Elements/Data_Table.php:
|
| 851 |
msgid "Icon Color"
|
| 852 |
msgstr ""
|
| 853 |
|
| 854 |
-
#: ../includes/Elements/Adv_Accordion.php:642, ../includes/Elements/Adv_Accordion.php:944, ../includes/Elements/Adv_Tabs.php:600, ../includes/Elements/Event_Calendar.php:
|
| 855 |
msgid "Active"
|
| 856 |
msgstr ""
|
| 857 |
|
| 858 |
-
#: ../includes/Elements/Adv_Accordion.php:707, ../includes/Elements/Countdown.php:1100, ../includes/Elements/Cta_Box.php:79, ../includes/Elements/Cta_Box.php:592, ../includes/Elements/Data_Table.php:
|
| 859 |
msgid "Content Style"
|
| 860 |
msgstr ""
|
| 861 |
|
|
@@ -875,7 +879,7 @@ msgstr ""
|
|
| 875 |
msgid "Caret Color"
|
| 876 |
msgstr ""
|
| 877 |
|
| 878 |
-
#: ../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:
|
| 879 |
msgid "Layout"
|
| 880 |
msgstr ""
|
| 881 |
|
|
@@ -891,7 +895,7 @@ msgstr ""
|
|
| 891 |
msgid "Enable Icon"
|
| 892 |
msgstr ""
|
| 893 |
|
| 894 |
-
#: ../includes/Elements/Adv_Tabs.php:102, ../includes/Elements/Betterdocs_Category_Grid.php:1328, ../includes/Elements/Creative_Button.php:143, ../includes/Elements/Data_Table.php:
|
| 895 |
msgid "Icon Position"
|
| 896 |
msgstr ""
|
| 897 |
|
|
@@ -899,7 +903,7 @@ msgstr ""
|
|
| 899 |
msgid "Stacked"
|
| 900 |
msgstr ""
|
| 901 |
|
| 902 |
-
#: ../includes/Elements/Adv_Tabs.php:108, ../includes/Elements/Contact_Form_7.php:831, ../includes/Elements/Countdown.php:85, ../includes/Elements/Login_Register.php:
|
| 903 |
msgid "Inline"
|
| 904 |
msgstr ""
|
| 905 |
|
|
@@ -911,7 +915,7 @@ msgstr ""
|
|
| 911 |
msgid "Icon Type"
|
| 912 |
msgstr ""
|
| 913 |
|
| 914 |
-
#: ../includes/Elements/Adv_Tabs.php:155, ../includes/Elements/Adv_Tabs.php:182, ../includes/Elements/Data_Table.php:
|
| 915 |
msgid "Image"
|
| 916 |
msgstr ""
|
| 917 |
|
|
@@ -927,7 +931,7 @@ msgstr ""
|
|
| 927 |
msgid "Tab Title 3"
|
| 928 |
msgstr ""
|
| 929 |
|
| 930 |
-
#: ../includes/Elements/Adv_Tabs.php:293, ../includes/Elements/Event_Calendar.php:141, ../includes/Elements/Image_Accordion.php:61, ../includes/Elements/Image_Accordion.php:296, ../includes/Elements/Login_Register.php:
|
| 931 |
msgid "General"
|
| 932 |
msgstr ""
|
| 933 |
|
|
@@ -951,11 +955,11 @@ msgstr ""
|
|
| 951 |
msgid "Caret Size"
|
| 952 |
msgstr ""
|
| 953 |
|
| 954 |
-
#: ../includes/Elements/Adv_Tabs.php:853, ../includes/Elements/Caldera_Forms.php:109, ../includes/Elements/Caldera_Forms.php:936, ../includes/Elements/Contact_Form_7.php:911, ../includes/Elements/Contact_Form_7.php:963, ../includes/Elements/Content_Ticker.php:194, ../includes/Elements/Content_Ticker.php:227, ../includes/Elements/Content_Ticker.php:242, ../includes/Elements/Content_Ticker.php:277, ../includes/Elements/Data_Table.php:
|
| 955 |
msgid "Yes"
|
| 956 |
msgstr ""
|
| 957 |
|
| 958 |
-
#: ../includes/Elements/Adv_Tabs.php:854, ../includes/Elements/Caldera_Forms.php:110, ../includes/Elements/Caldera_Forms.php:937, ../includes/Elements/Contact_Form_7.php:912, ../includes/Elements/Contact_Form_7.php:964, ../includes/Elements/Content_Ticker.php:195, ../includes/Elements/Content_Ticker.php:228, ../includes/Elements/Content_Ticker.php:243, ../includes/Elements/Content_Ticker.php:278, ../includes/Elements/Cta_Box.php:685, ../includes/Elements/Data_Table.php:
|
| 959 |
msgid "No"
|
| 960 |
msgstr ""
|
| 961 |
|
|
@@ -975,11 +979,11 @@ msgstr ""
|
|
| 975 |
msgid "Show Icon"
|
| 976 |
msgstr ""
|
| 977 |
|
| 978 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:158, ../includes/Elements/Betterdocs_Category_Box.php:170, ../includes/Elements/Betterdocs_Category_Box.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:177, ../includes/Elements/Betterdocs_Category_Grid.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:244, ../includes/Elements/Betterdocs_Category_Grid.php:260, ../includes/Elements/Betterdocs_Category_Grid.php:272, ../includes/Elements/Betterdocs_Category_Grid.php:1303, ../includes/Elements/Caldera_Forms.php:152, ../includes/Elements/Caldera_Forms.php:165, ../includes/Elements/Caldera_Forms.php:191, ../includes/Elements/Contact_Form_7.php:205, ../includes/Elements/Contact_Form_7.php:231, ../includes/Elements/Contact_Form_7.php:251, ../includes/Elements/Content_Ticker.php:255, ../includes/Elements/Countdown.php:503, ../includes/Elements/Creative_Button.php:252, ../includes/Elements/Cta_Box.php:134, ../includes/Elements/Cta_Box.php:281, ../includes/Elements/Dual_Color_Header.php:95, ../includes/Elements/Dual_Color_Header.php:105, ../includes/Elements/Facebook_Feed.php:306, ../includes/Elements/Facebook_Feed.php:318, ../includes/Elements/Facebook_Feed.php:333, ../includes/Elements/Facebook_Feed.php:348, ../includes/Elements/Facebook_Feed.php:363, ../includes/Elements/Facebook_Feed.php:429, ../includes/Elements/Feature_List.php:362, ../includes/Elements/Filterable_Gallery.php:275, ../includes/Elements/FluentForm.php:166, ../includes/Elements/FluentForm.php:178, ../includes/Elements/FluentForm.php:204, ../includes/Elements/FluentForm.php:1706, ../includes/Elements/FluentForm.php:1774, ../includes/Elements/Formstack.php:235, ../includes/Elements/Formstack.php:247, ../includes/Elements/Formstack.php:273, ../includes/Elements/Formstack.php:286, ../includes/Elements/Formstack.php:1622, ../includes/Elements/GravityForms.php:161, ../includes/Elements/GravityForms.php:176, ../includes/Elements/GravityForms.php:222, ../includes/Elements/GravityForms.php:234, ../includes/Elements/GravityForms.php:272, ../includes/Elements/GravityForms.php:292, ../includes/Elements/Info_Box.php:291, ../includes/Elements/Login_Register.php:
|
| 979 |
msgid "Show"
|
| 980 |
msgstr ""
|
| 981 |
|
| 982 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:159, ../includes/Elements/Betterdocs_Category_Box.php:171, ../includes/Elements/Betterdocs_Category_Box.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:178, ../includes/Elements/Betterdocs_Category_Grid.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:245, ../includes/Elements/Betterdocs_Category_Grid.php:261, ../includes/Elements/Betterdocs_Category_Grid.php:273, ../includes/Elements/Betterdocs_Category_Grid.php:1304, ../includes/Elements/Caldera_Forms.php:153, ../includes/Elements/Caldera_Forms.php:166, ../includes/Elements/Caldera_Forms.php:192, ../includes/Elements/Contact_Form_7.php:206, ../includes/Elements/Contact_Form_7.php:232, ../includes/Elements/Contact_Form_7.php:252, ../includes/Elements/Content_Ticker.php:256, ../includes/Elements/Countdown.php:504, ../includes/Elements/Creative_Button.php:253, ../includes/Elements/Cta_Box.php:135, ../includes/Elements/Cta_Box.php:282, ../includes/Elements/Dual_Color_Header.php:96, ../includes/Elements/Dual_Color_Header.php:106, ../includes/Elements/Facebook_Feed.php:307, ../includes/Elements/Facebook_Feed.php:319, ../includes/Elements/Facebook_Feed.php:334, ../includes/Elements/Facebook_Feed.php:349, ../includes/Elements/Facebook_Feed.php:364, ../includes/Elements/Facebook_Feed.php:430, ../includes/Elements/Filterable_Gallery.php:276, ../includes/Elements/FluentForm.php:167, ../includes/Elements/FluentForm.php:179, ../includes/Elements/FluentForm.php:205, ../includes/Elements/FluentForm.php:1707, ../includes/Elements/FluentForm.php:1775, ../includes/Elements/Formstack.php:236, ../includes/Elements/Formstack.php:248, ../includes/Elements/Formstack.php:274, ../includes/Elements/Formstack.php:287, ../includes/Elements/Formstack.php:1623, ../includes/Elements/GravityForms.php:162, ../includes/Elements/GravityForms.php:177, ../includes/Elements/GravityForms.php:223, ../includes/Elements/GravityForms.php:235, ../includes/Elements/GravityForms.php:273, ../includes/Elements/GravityForms.php:293, ../includes/Elements/Info_Box.php:292, ../includes/Elements/Login_Register.php:
|
| 983 |
msgid "Hide"
|
| 984 |
msgstr ""
|
| 985 |
|
|
@@ -1027,15 +1031,15 @@ msgstr ""
|
|
| 1027 |
msgid "Area"
|
| 1028 |
msgstr ""
|
| 1029 |
|
| 1030 |
-
#: ../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:
|
| 1031 |
msgid "Size"
|
| 1032 |
msgstr ""
|
| 1033 |
|
| 1034 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:527, ../includes/Elements/Betterdocs_Category_Box.php:695, ../includes/Elements/Betterdocs_Category_Box.php:942, ../includes/Elements/Betterdocs_Category_Grid.php:1116, ../includes/Elements/Betterdocs_Category_Grid.php:1194, ../includes/Elements/Caldera_Forms.php:753, ../includes/Elements/Caldera_Forms.php:870, ../includes/Elements/Contact_Form_7.php:575, ../includes/Elements/Contact_Form_7.php:860, ../includes/Elements/Contact_Form_7.php:1486, ../includes/Elements/Feature_List.php:658, ../includes/Elements/Filterable_Gallery.php:2419, ../includes/Elements/FluentForm.php:772, ../includes/Elements/FluentForm.php:1748, ../includes/Elements/Formstack.php:605, ../includes/Elements/Formstack.php:1001, ../includes/Elements/GravityForms.php:684, ../includes/Elements/GravityForms.php:956, ../includes/Elements/Login_Register.php:
|
| 1035 |
msgid "Spacing"
|
| 1036 |
msgstr ""
|
| 1037 |
|
| 1038 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:627, ../includes/Elements/Betterdocs_Category_Box.php:666, ../includes/Elements/Betterdocs_Category_Grid.php:589, ../includes/Elements/Betterdocs_Category_Grid.php:1146, ../includes/Elements/Caldera_Forms.php:118, ../includes/Elements/Caldera_Forms.php:258, ../includes/Elements/Contact_Form_7.php:160, ../includes/Elements/Contact_Form_7.php:465, ../includes/Elements/Cta_Box.php:183, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:
|
| 1039 |
msgid "Title"
|
| 1040 |
msgstr ""
|
| 1041 |
|
|
@@ -1059,7 +1063,7 @@ msgstr ""
|
|
| 1059 |
msgid "File Not Found"
|
| 1060 |
msgstr ""
|
| 1061 |
|
| 1062 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:1180, ../includes/Elements/Betterdocs_Category_Box.php:1145, ../includes/Elements/Betterdocs_Category_Grid.php:1679, ../includes/Elements/Betterdocs_Category_Grid.php:1646, ../includes/Elements/Post_Grid.php:1092, ../includes/Elements/Post_Timeline.php:494, ../includes/Elements/Product_Grid.php:
|
| 1063 |
msgid "<p class=\"no-posts-found\">No posts found!</p>"
|
| 1064 |
msgstr ""
|
| 1065 |
|
|
@@ -1067,7 +1071,7 @@ msgstr ""
|
|
| 1067 |
msgid "Layout Mode"
|
| 1068 |
msgstr ""
|
| 1069 |
|
| 1070 |
-
#: ../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:
|
| 1071 |
msgid "Grid"
|
| 1072 |
msgstr ""
|
| 1073 |
|
|
@@ -1075,7 +1079,7 @@ msgstr ""
|
|
| 1075 |
msgid "Fit to Screen"
|
| 1076 |
msgstr ""
|
| 1077 |
|
| 1078 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:143, ../includes/Elements/Filterable_Gallery.php:147, ../includes/Elements/Product_Grid.php:
|
| 1079 |
msgid "Masonry"
|
| 1080 |
msgstr ""
|
| 1081 |
|
|
@@ -1095,7 +1099,7 @@ msgstr ""
|
|
| 1095 |
msgid "Show Button"
|
| 1096 |
msgstr ""
|
| 1097 |
|
| 1098 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:282, ../includes/Elements/Creative_Button.php:80, ../includes/Elements/Cta_Box.php:256, ../includes/Elements/Filterable_Gallery.php:689, ../includes/Elements/Flip_Box.php:681, ../includes/Elements/Info_Box.php:403, ../includes/Elements/Login_Register.php:
|
| 1099 |
msgid "Button Text"
|
| 1100 |
msgstr ""
|
| 1101 |
|
|
@@ -1115,11 +1119,11 @@ msgstr ""
|
|
| 1115 |
msgid "Ticker Background"
|
| 1116 |
msgstr ""
|
| 1117 |
|
| 1118 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:979, ../includes/Elements/Betterdocs_Category_Grid.php:990, ../includes/Elements/Event_Calendar.php:527, ../includes/Elements/Feature_List.php:379, ../includes/Elements/Product_Grid.php:
|
| 1119 |
msgid "List"
|
| 1120 |
msgstr ""
|
| 1121 |
|
| 1122 |
-
#: ../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:1769, ../includes/Elements/Product_Grid.php:
|
| 1123 |
msgid "Hover Color"
|
| 1124 |
msgstr ""
|
| 1125 |
|
|
@@ -1191,7 +1195,7 @@ msgstr ""
|
|
| 1191 |
msgid "Close Icon"
|
| 1192 |
msgstr ""
|
| 1193 |
|
| 1194 |
-
#: ../includes/Elements/Betterdocs_Search_Form.php:285, ../includes/Elements/Caldera_Forms.php:1020, ../includes/Elements/Caldera_Forms.php:1334, ../includes/Elements/Contact_Form_7.php:1047, ../includes/Elements/Contact_Form_7.php:1360, ../includes/Elements/Content_Ticker.php:677, ../includes/Elements/Countdown.php:784, ../includes/Elements/Countdown.php:856, ../includes/Elements/Countdown.php:928, ../includes/Elements/Countdown.php:1000, ../includes/Elements/Creative_Button.php:420, ../includes/Elements/Cta_Box.php:809, ../includes/Elements/Cta_Box.php:978, ../includes/Elements/Event_Calendar.php:
|
| 1195 |
msgid "Border Color"
|
| 1196 |
msgstr ""
|
| 1197 |
|
|
@@ -1227,7 +1231,7 @@ msgstr ""
|
|
| 1227 |
msgid "Description"
|
| 1228 |
msgstr ""
|
| 1229 |
|
| 1230 |
-
#: ../includes/Elements/Caldera_Forms.php:149, ../includes/Elements/Caldera_Forms.php:515, ../includes/Elements/Contact_Form_7.php:202, ../includes/Elements/Contact_Form_7.php:805, ../includes/Elements/FluentForm.php:163, ../includes/Elements/FluentForm.php:534, ../includes/Elements/Formstack.php:232, ../includes/Elements/Formstack.php:789, ../includes/Elements/GravityForms.php:219, ../includes/Elements/GravityForms.php:574, ../includes/Elements/Login_Register.php:
|
| 1231 |
msgid "Labels"
|
| 1232 |
msgstr ""
|
| 1233 |
|
|
@@ -1235,7 +1239,7 @@ msgstr ""
|
|
| 1235 |
msgid "Errors"
|
| 1236 |
msgstr ""
|
| 1237 |
|
| 1238 |
-
#: ../includes/Elements/Caldera_Forms.php:187, ../includes/Elements/Caldera_Forms.php:1420, ../includes/Elements/Contact_Form_7.php:227, ../includes/Elements/Contact_Form_7.php:1389, ../includes/Elements/FluentForm.php:200, ../includes/Elements/FluentForm.php:2104, ../includes/Elements/Formstack.php:269, ../includes/Elements/Formstack.php:1911, ../includes/Elements/GravityForms.php:268, ../includes/Elements/GravityForms.php:2188, ../includes/Elements/Login_Register.php:
|
| 1239 |
msgid "Error Messages"
|
| 1240 |
msgstr ""
|
| 1241 |
|
|
@@ -1259,7 +1263,7 @@ msgstr ""
|
|
| 1259 |
msgid "Form Alignment"
|
| 1260 |
msgstr ""
|
| 1261 |
|
| 1262 |
-
#: ../includes/Elements/Caldera_Forms.php:411, ../includes/Elements/Contact_Form_7.php:327, ../includes/Elements/Contact_Form_7.php:828, ../includes/Elements/Creative_Button.php:227, ../includes/Elements/Cta_Box.php:641, ../includes/Elements/Cta_Box.php:858, ../includes/Elements/Dual_Color_Header.php:81, ../includes/Elements/Flip_Box.php:872, ../includes/Elements/FluentForm.php:430, ../includes/Elements/Formstack.php:330, ../includes/Elements/GravityForms.php:343, ../includes/Elements/Login_Register.php:
|
| 1263 |
msgid "Default"
|
| 1264 |
msgstr ""
|
| 1265 |
|
|
@@ -1267,11 +1271,11 @@ msgstr ""
|
|
| 1267 |
msgid "Form Max Width"
|
| 1268 |
msgstr ""
|
| 1269 |
|
| 1270 |
-
#: ../includes/Elements/Caldera_Forms.php:456, ../includes/Elements/FluentForm.php:475, ../includes/Elements/Formstack.php:375, ../includes/Elements/GravityForms.php:411, ../includes/Elements/Login_Register.php:
|
| 1271 |
msgid "Form Margin"
|
| 1272 |
msgstr ""
|
| 1273 |
|
| 1274 |
-
#: ../includes/Elements/Caldera_Forms.php:468, ../includes/Elements/Contact_Form_7.php:384, ../includes/Elements/FluentForm.php:487, ../includes/Elements/Formstack.php:387, ../includes/Elements/GravityForms.php:423, ../includes/Elements/Login_Register.php:
|
| 1275 |
msgid "Form Padding"
|
| 1276 |
msgstr ""
|
| 1277 |
|
|
@@ -1287,7 +1291,7 @@ msgstr ""
|
|
| 1287 |
msgid "Input Width"
|
| 1288 |
msgstr ""
|
| 1289 |
|
| 1290 |
-
#: ../includes/Elements/Caldera_Forms.php:684, ../includes/Elements/Contact_Form_7.php:653, ../includes/Elements/FluentForm.php:703, ../includes/Elements/Formstack.php:932, ../includes/Elements/GravityForms.php:777, ../includes/Elements/NinjaForms.php:727, ../includes/Elements/Woo_Checkout.php:
|
| 1291 |
msgid "Input Height"
|
| 1292 |
msgstr ""
|
| 1293 |
|
|
@@ -1299,7 +1303,7 @@ msgstr ""
|
|
| 1299 |
msgid "Textarea Height"
|
| 1300 |
msgstr ""
|
| 1301 |
|
| 1302 |
-
#: ../includes/Elements/Caldera_Forms.php:793, ../includes/Elements/Contact_Form_7.php:756, ../includes/Elements/FluentForm.php:812, ../includes/Elements/Formstack.php:1041, ../includes/Elements/GravityForms.php:879, ../includes/Elements/Login_Register.php:
|
| 1303 |
msgid "Focus"
|
| 1304 |
msgstr ""
|
| 1305 |
|
|
@@ -1319,7 +1323,7 @@ msgstr ""
|
|
| 1319 |
msgid "Border Width"
|
| 1320 |
msgstr ""
|
| 1321 |
|
| 1322 |
-
#: ../includes/Elements/Caldera_Forms.php:1035, ../includes/Elements/Contact_Form_7.php:1062, ../includes/Elements/FluentForm.php:1001, ../includes/Elements/Formstack.php:1191, ../includes/Elements/GravityForms.php:1196, ../includes/Elements/GravityForms.php:1305, ../includes/Elements/Login_Register.php:
|
| 1323 |
msgid "Checkbox"
|
| 1324 |
msgstr ""
|
| 1325 |
|
|
@@ -1399,7 +1403,7 @@ msgstr ""
|
|
| 1399 |
msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
|
| 1400 |
msgstr ""
|
| 1401 |
|
| 1402 |
-
#: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:813, ../includes/Elements/Dual_Color_Header.php:893, ../includes/Elements/Event_Calendar.php:
|
| 1403 |
msgid "Background"
|
| 1404 |
msgstr ""
|
| 1405 |
|
|
@@ -1439,7 +1443,7 @@ msgstr ""
|
|
| 1439 |
msgid "Alert"
|
| 1440 |
msgstr ""
|
| 1441 |
|
| 1442 |
-
#: ../includes/Elements/Contact_Form_7.php:1510, ../includes/Elements/Login_Register.php:
|
| 1443 |
msgid "Fields"
|
| 1444 |
msgstr ""
|
| 1445 |
|
|
@@ -1447,7 +1451,7 @@ msgstr ""
|
|
| 1447 |
msgid "After Submit Feedback"
|
| 1448 |
msgstr ""
|
| 1449 |
|
| 1450 |
-
#: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:801, ../includes/Elements/Dual_Color_Header.php:881, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/Info_Box.php:584, ../includes/Elements/Info_Box.php:639, ../includes/Elements/Info_Box.php:807, ../includes/Elements/Info_Box.php:887, ../includes/Elements/Info_Box.php:1025, ../includes/Elements/Info_Box.php:1121, ../includes/Elements/Post_Grid.php:344, ../includes/Elements/Product_Grid.php:
|
| 1451 |
msgid "Radius"
|
| 1452 |
msgstr ""
|
| 1453 |
|
|
@@ -1459,7 +1463,7 @@ msgstr ""
|
|
| 1459 |
msgid "Template Layout"
|
| 1460 |
msgstr ""
|
| 1461 |
|
| 1462 |
-
#: ../includes/Elements/Content_Ticker.php:91, ../includes/Elements/Product_Grid.php:
|
| 1463 |
msgid "Dynamic"
|
| 1464 |
msgstr ""
|
| 1465 |
|
|
@@ -1595,7 +1599,7 @@ msgstr ""
|
|
| 1595 |
msgid "Label Position"
|
| 1596 |
msgstr ""
|
| 1597 |
|
| 1598 |
-
#: ../includes/Elements/Countdown.php:84, ../includes/Elements/Login_Register.php:
|
| 1599 |
msgid "Block"
|
| 1600 |
msgstr ""
|
| 1601 |
|
|
@@ -1607,7 +1611,7 @@ msgstr ""
|
|
| 1607 |
msgid "Use when you select inline labels"
|
| 1608 |
msgstr ""
|
| 1609 |
|
| 1610 |
-
#: ../includes/Elements/Countdown.php:152, ../includes/Elements/Event_Calendar.php:
|
| 1611 |
msgid "List view"
|
| 1612 |
msgstr ""
|
| 1613 |
|
|
@@ -1711,7 +1715,7 @@ msgstr ""
|
|
| 1711 |
msgid "Choose whether if you want to set a message or a redirect link"
|
| 1712 |
msgstr ""
|
| 1713 |
|
| 1714 |
-
#: ../includes/Elements/Countdown.php:403, ../includes/Elements/Woo_Checkout.php:
|
| 1715 |
msgid "Message"
|
| 1716 |
msgstr ""
|
| 1717 |
|
|
@@ -1759,7 +1763,7 @@ msgstr ""
|
|
| 1759 |
msgid "Space Below Container"
|
| 1760 |
msgstr ""
|
| 1761 |
|
| 1762 |
-
#: ../includes/Elements/Countdown.php:648, ../includes/Elements/Dual_Color_Header.php:441, ../includes/Elements/Facebook_Feed.php:864, ../includes/Elements/Flip_Box.php:1161, ../includes/Elements/Image_Accordion.php:479, ../includes/Elements/Info_Box.php:1333, ../includes/Elements/Product_Grid.php:
|
| 1763 |
msgid "Color & Typography"
|
| 1764 |
msgstr ""
|
| 1765 |
|
|
@@ -1791,7 +1795,7 @@ msgstr ""
|
|
| 1791 |
msgid "Title Style"
|
| 1792 |
msgstr ""
|
| 1793 |
|
| 1794 |
-
#: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:
|
| 1795 |
msgid "Title Color"
|
| 1796 |
msgstr ""
|
| 1797 |
|
|
@@ -1895,7 +1899,7 @@ msgstr ""
|
|
| 1895 |
msgid "Shikoba (Pro)"
|
| 1896 |
msgstr ""
|
| 1897 |
|
| 1898 |
-
#: ../includes/Elements/Creative_Button.php:250, ../includes/Elements/Cta_Box.php:682, ../includes/Elements/Product_Grid.php:
|
| 1899 |
msgid "Use Gradient Background"
|
| 1900 |
msgstr ""
|
| 1901 |
|
|
@@ -1983,11 +1987,11 @@ msgstr ""
|
|
| 1983 |
msgid "Set max width for the container?"
|
| 1984 |
msgstr ""
|
| 1985 |
|
| 1986 |
-
#: ../includes/Elements/Cta_Box.php:387, ../includes/Elements/Cta_Box.php:684, ../includes/Elements/Data_Table.php:
|
| 1987 |
msgid "yes"
|
| 1988 |
msgstr ""
|
| 1989 |
|
| 1990 |
-
#: ../includes/Elements/Cta_Box.php:388, ../includes/Elements/Data_Table.php:
|
| 1991 |
msgid "no"
|
| 1992 |
msgstr ""
|
| 1993 |
|
|
@@ -1999,7 +2003,7 @@ msgstr ""
|
|
| 1999 |
msgid "Color & Typography "
|
| 2000 |
msgstr ""
|
| 2001 |
|
| 2002 |
-
#: ../includes/Elements/Cta_Box.php:538, ../includes/Elements/Cta_Box.php:579, ../includes/Elements/Event_Calendar.php:
|
| 2003 |
msgid "Space"
|
| 2004 |
msgstr ""
|
| 2005 |
|
|
@@ -2023,7 +2027,7 @@ msgstr ""
|
|
| 2023 |
msgid "Secondary Button Style"
|
| 2024 |
msgstr ""
|
| 2025 |
|
| 2026 |
-
#: ../includes/Elements/Cta_Box.php:1011, ../includes/Elements/Data_Table.php:
|
| 2027 |
msgid "Icon Style"
|
| 2028 |
msgstr ""
|
| 2029 |
|
|
@@ -2031,139 +2035,147 @@ msgstr ""
|
|
| 2031 |
msgid "Font Size"
|
| 2032 |
msgstr ""
|
| 2033 |
|
| 2034 |
-
#: ../includes/Elements/Data_Table.php:75, ../includes/Elements/Event_Calendar.php:
|
| 2035 |
msgid "Header"
|
| 2036 |
msgstr ""
|
| 2037 |
|
| 2038 |
#: ../includes/Elements/Data_Table.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2039 |
msgid "Sorting feature is available in pro version!"
|
| 2040 |
msgstr ""
|
| 2041 |
|
| 2042 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2043 |
msgid "Column Name"
|
| 2044 |
msgstr ""
|
| 2045 |
|
| 2046 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2047 |
msgid "Table Header"
|
| 2048 |
msgstr ""
|
| 2049 |
|
| 2050 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2051 |
msgid "Column Span"
|
| 2052 |
msgstr ""
|
| 2053 |
|
| 2054 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2055 |
msgid "Enable Header Icon"
|
| 2056 |
msgstr ""
|
| 2057 |
|
| 2058 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2059 |
msgid "Header Icon Type"
|
| 2060 |
msgstr ""
|
| 2061 |
|
| 2062 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2063 |
msgid "Image Size(px)"
|
| 2064 |
msgstr ""
|
| 2065 |
|
| 2066 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2067 |
msgid "CSS Class"
|
| 2068 |
msgstr ""
|
| 2069 |
|
| 2070 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2071 |
msgid "CSS ID"
|
| 2072 |
msgstr ""
|
| 2073 |
|
| 2074 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2075 |
msgid "Row Type"
|
| 2076 |
msgstr ""
|
| 2077 |
|
| 2078 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2079 |
msgid "Row"
|
| 2080 |
msgstr ""
|
| 2081 |
|
| 2082 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2083 |
msgid "Column"
|
| 2084 |
msgstr ""
|
| 2085 |
|
| 2086 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2087 |
msgid "Col Span"
|
| 2088 |
msgstr ""
|
| 2089 |
|
| 2090 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2091 |
msgid "Textarea"
|
| 2092 |
msgstr ""
|
| 2093 |
|
| 2094 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2095 |
msgid "Editor"
|
| 2096 |
msgstr ""
|
| 2097 |
|
| 2098 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2099 |
msgid "Templates"
|
| 2100 |
msgstr ""
|
| 2101 |
|
| 2102 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2103 |
msgid "Row Span"
|
| 2104 |
msgstr ""
|
| 2105 |
|
| 2106 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2107 |
msgid "Cell Text"
|
| 2108 |
msgstr ""
|
| 2109 |
|
| 2110 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2111 |
msgid "Link"
|
| 2112 |
msgstr ""
|
| 2113 |
|
| 2114 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2115 |
msgid "Header Style"
|
| 2116 |
msgstr ""
|
| 2117 |
|
| 2118 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2119 |
msgid "Header Border Radius"
|
| 2120 |
msgstr ""
|
| 2121 |
|
| 2122 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2123 |
msgid "Icon Space"
|
| 2124 |
msgstr ""
|
| 2125 |
|
| 2126 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2127 |
msgid "Title Alignment"
|
| 2128 |
msgstr ""
|
| 2129 |
|
| 2130 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2131 |
msgid "ODD Cell"
|
| 2132 |
msgstr ""
|
| 2133 |
|
| 2134 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2135 |
msgid "Color ( Odd Row )"
|
| 2136 |
msgstr ""
|
| 2137 |
|
| 2138 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2139 |
msgid "Background ( Odd Row )"
|
| 2140 |
msgstr ""
|
| 2141 |
|
| 2142 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2143 |
msgid "Even Cell"
|
| 2144 |
msgstr ""
|
| 2145 |
|
| 2146 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2147 |
msgid "Color ( Even Row )"
|
| 2148 |
msgstr ""
|
| 2149 |
|
| 2150 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2151 |
msgid "Background Color (Even Row)"
|
| 2152 |
msgstr ""
|
| 2153 |
|
| 2154 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2155 |
msgid "Content Alignment"
|
| 2156 |
msgstr ""
|
| 2157 |
|
| 2158 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2159 |
msgid "Responsive Options"
|
| 2160 |
msgstr ""
|
| 2161 |
|
| 2162 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2163 |
msgid "Enable Responsive Table"
|
| 2164 |
msgstr ""
|
| 2165 |
|
| 2166 |
-
#: ../includes/Elements/Data_Table.php:
|
| 2167 |
msgid "If enabled, table header will be automatically responsive for mobile."
|
| 2168 |
msgstr ""
|
| 2169 |
|
|
@@ -2291,7 +2303,7 @@ msgstr ""
|
|
| 2291 |
msgid "<strong>EmbedPress</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=embedpress&tab=search&type=term\" target=\"_blank\">EmbedPress</a> first."
|
| 2292 |
msgstr ""
|
| 2293 |
|
| 2294 |
-
#: ../includes/Elements/Event_Calendar.php:85, ../includes/Elements/Event_Calendar.php:
|
| 2295 |
msgid "Events"
|
| 2296 |
msgstr ""
|
| 2297 |
|
|
@@ -2307,10 +2319,6 @@ msgstr ""
|
|
| 2307 |
msgid "The Events Calendar"
|
| 2308 |
msgstr ""
|
| 2309 |
|
| 2310 |
-
#: ../includes/Elements/Event_Calendar.php:124, ../includes/Elements/Progress_Bar.php:111, ../includes/Elements/Woo_Checkout.php:131
|
| 2311 |
-
msgid "Only Available in Pro Version!"
|
| 2312 |
-
msgstr ""
|
| 2313 |
-
|
| 2314 |
#: ../includes/Elements/Event_Calendar.php:161
|
| 2315 |
msgid "https://sample-domain.com"
|
| 2316 |
msgstr ""
|
|
@@ -2327,15 +2335,15 @@ msgstr ""
|
|
| 2327 |
msgid "End Date"
|
| 2328 |
msgstr ""
|
| 2329 |
|
| 2330 |
-
#: ../includes/Elements/Event_Calendar.php:229, ../includes/Elements/Event_Calendar.php:
|
| 2331 |
msgid "Event Background Color"
|
| 2332 |
msgstr ""
|
| 2333 |
|
| 2334 |
-
#: ../includes/Elements/Event_Calendar.php:238, ../includes/Elements/Event_Calendar.php:
|
| 2335 |
msgid "Event Text Color"
|
| 2336 |
msgstr ""
|
| 2337 |
|
| 2338 |
-
#: ../includes/Elements/Event_Calendar.php:247, ../includes/Elements/Event_Calendar.php:
|
| 2339 |
msgid "Popup Ribbon Color"
|
| 2340 |
msgstr ""
|
| 2341 |
|
|
@@ -2387,11 +2395,11 @@ msgstr ""
|
|
| 2387 |
msgid "Event Category"
|
| 2388 |
msgstr ""
|
| 2389 |
|
| 2390 |
-
#: ../includes/Elements/Event_Calendar.php:437, ../includes/Elements/Event_Calendar.php:
|
| 2391 |
msgid "Calendar"
|
| 2392 |
msgstr ""
|
| 2393 |
|
| 2394 |
-
#: ../includes/Elements/Event_Calendar.php:445
|
| 2395 |
msgid "Language"
|
| 2396 |
msgstr ""
|
| 2397 |
|
|
@@ -2407,7 +2415,7 @@ msgstr ""
|
|
| 2407 |
msgid "Calendar Default View"
|
| 2408 |
msgstr ""
|
| 2409 |
|
| 2410 |
-
#: ../includes/Elements/Event_Calendar.php:524, ../includes/Elements/Event_Calendar.php:
|
| 2411 |
msgid "Day"
|
| 2412 |
msgstr ""
|
| 2413 |
|
|
@@ -2455,83 +2463,87 @@ msgstr ""
|
|
| 2455 |
msgid "Hide Event Details Link"
|
| 2456 |
msgstr ""
|
| 2457 |
|
| 2458 |
-
#: ../includes/Elements/Event_Calendar.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2459 |
msgid "Featured Event Color"
|
| 2460 |
msgstr ""
|
| 2461 |
|
| 2462 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2463 |
msgid "Inside Space"
|
| 2464 |
msgstr ""
|
| 2465 |
|
| 2466 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2467 |
msgid "Outside Space"
|
| 2468 |
msgstr ""
|
| 2469 |
|
| 2470 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2471 |
msgid "Time"
|
| 2472 |
msgstr ""
|
| 2473 |
|
| 2474 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2475 |
msgid "Date"
|
| 2476 |
msgstr ""
|
| 2477 |
|
| 2478 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2479 |
msgid "Number Background"
|
| 2480 |
msgstr ""
|
| 2481 |
|
| 2482 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2483 |
msgid "Today Date"
|
| 2484 |
msgstr ""
|
| 2485 |
|
| 2486 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2487 |
msgid "Even row Color"
|
| 2488 |
msgstr ""
|
| 2489 |
|
| 2490 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2491 |
msgid "Odd row Color"
|
| 2492 |
msgstr ""
|
| 2493 |
|
| 2494 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2495 |
msgid "Event Popup"
|
| 2496 |
msgstr ""
|
| 2497 |
|
| 2498 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2499 |
msgid "Date Color"
|
| 2500 |
msgstr ""
|
| 2501 |
|
| 2502 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2503 |
msgid "Date Icon"
|
| 2504 |
msgstr ""
|
| 2505 |
|
| 2506 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2507 |
msgid "Content Color"
|
| 2508 |
msgstr ""
|
| 2509 |
|
| 2510 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2511 |
msgid " Close Button"
|
| 2512 |
msgstr ""
|
| 2513 |
|
| 2514 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2515 |
msgid "Button Size"
|
| 2516 |
msgstr ""
|
| 2517 |
|
| 2518 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2519 |
msgid "External Link"
|
| 2520 |
msgstr ""
|
| 2521 |
|
| 2522 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2523 |
msgid "Today"
|
| 2524 |
msgstr ""
|
| 2525 |
|
| 2526 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2527 |
msgid "Tomorrow"
|
| 2528 |
msgstr ""
|
| 2529 |
|
| 2530 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2531 |
-
msgid "Event Details"
|
| 2532 |
-
msgstr ""
|
| 2533 |
-
|
| 2534 |
-
#: ../includes/Elements/Event_Calendar.php:1949
|
| 2535 |
msgid "No Title"
|
| 2536 |
msgstr ""
|
| 2537 |
|
|
@@ -2587,31 +2599,31 @@ msgstr ""
|
|
| 2587 |
msgid "Overlay"
|
| 2588 |
msgstr ""
|
| 2589 |
|
| 2590 |
-
#: ../includes/Elements/Facebook_Feed.php:192, ../includes/Elements/Filterable_Gallery.php:121, ../includes/Elements/Product_Grid.php:
|
| 2591 |
msgid "Columns"
|
| 2592 |
msgstr ""
|
| 2593 |
|
| 2594 |
-
#: ../includes/Elements/Facebook_Feed.php:196, ../includes/Elements/Product_Grid.php:
|
| 2595 |
msgid "1"
|
| 2596 |
msgstr ""
|
| 2597 |
|
| 2598 |
-
#: ../includes/Elements/Facebook_Feed.php:197, ../includes/Elements/Product_Grid.php:
|
| 2599 |
msgid "2"
|
| 2600 |
msgstr ""
|
| 2601 |
|
| 2602 |
-
#: ../includes/Elements/Facebook_Feed.php:198, ../includes/Elements/Product_Grid.php:
|
| 2603 |
msgid "3"
|
| 2604 |
msgstr ""
|
| 2605 |
|
| 2606 |
-
#: ../includes/Elements/Facebook_Feed.php:199, ../includes/Elements/Product_Grid.php:
|
| 2607 |
msgid "4"
|
| 2608 |
msgstr ""
|
| 2609 |
|
| 2610 |
-
#: ../includes/Elements/Facebook_Feed.php:200, ../includes/Elements/Filterable_Gallery.php:518, ../includes/Elements/Product_Grid.php:
|
| 2611 |
msgid "5"
|
| 2612 |
msgstr ""
|
| 2613 |
|
| 2614 |
-
#: ../includes/Elements/Facebook_Feed.php:201, ../includes/Elements/Product_Grid.php:
|
| 2615 |
msgid "6"
|
| 2616 |
msgstr ""
|
| 2617 |
|
|
@@ -2663,15 +2675,15 @@ msgstr ""
|
|
| 2663 |
msgid "Show Preview Description"
|
| 2664 |
msgstr ""
|
| 2665 |
|
| 2666 |
-
#: ../includes/Elements/Facebook_Feed.php:384, ../includes/Elements/Product_Grid.php:
|
| 2667 |
msgid "Show Load More"
|
| 2668 |
msgstr ""
|
| 2669 |
|
| 2670 |
-
#: ../includes/Elements/Facebook_Feed.php:403, ../includes/Elements/FluentForm.php:1098, ../includes/Elements/FluentForm.php:1696, ../includes/Elements/Formstack.php:650, ../includes/Elements/Login_Register.php:
|
| 2671 |
msgid "Label"
|
| 2672 |
msgstr ""
|
| 2673 |
|
| 2674 |
-
#: ../includes/Elements/Facebook_Feed.php:406, ../includes/Elements/Filterable_Gallery.php:692, ../includes/Elements/Product_Grid.php:
|
| 2675 |
msgid "Load More"
|
| 2676 |
msgstr ""
|
| 2677 |
|
|
@@ -2919,7 +2931,7 @@ msgstr ""
|
|
| 2919 |
msgid "Feature Item 3"
|
| 2920 |
msgstr ""
|
| 2921 |
|
| 2922 |
-
#: ../includes/Elements/Feature_List.php:251, ../includes/Elements/Product_Grid.php:
|
| 2923 |
msgid "Title HTML Tag"
|
| 2924 |
msgstr ""
|
| 2925 |
|
|
@@ -2947,7 +2959,7 @@ msgstr ""
|
|
| 2947 |
msgid "Framed"
|
| 2948 |
msgstr ""
|
| 2949 |
|
| 2950 |
-
#: ../includes/Elements/Feature_List.php:309, ../includes/Elements/Flip_Box.php:334, ../includes/Elements/Flip_Box.php:563, ../includes/Elements/Image_Accordion.php:132, ../includes/Elements/Info_Box.php:130, ../includes/Elements/Login_Register.php:
|
| 2951 |
msgid "Top"
|
| 2952 |
msgstr ""
|
| 2953 |
|
|
@@ -2959,7 +2971,7 @@ msgstr ""
|
|
| 2959 |
msgid "Show Connector"
|
| 2960 |
msgstr ""
|
| 2961 |
|
| 2962 |
-
#: ../includes/Elements/Feature_List.php:387, ../includes/Elements/Login_Register.php:
|
| 2963 |
msgid "Space Between"
|
| 2964 |
msgstr ""
|
| 2965 |
|
|
@@ -2999,7 +3011,7 @@ msgstr ""
|
|
| 2999 |
msgid "Title Bottom Space"
|
| 3000 |
msgstr ""
|
| 3001 |
|
| 3002 |
-
#: ../includes/Elements/Filterable_Gallery.php:93, ../includes/Elements/Flip_Box.php:77, ../includes/Elements/Pricing_Table.php:78, ../includes/Traits/Core.php:44, ../includes/templates/admin/elements.php:
|
| 3003 |
msgid "Settings"
|
| 3004 |
msgstr ""
|
| 3005 |
|
|
@@ -3051,7 +3063,7 @@ msgstr ""
|
|
| 3051 |
msgid "Media"
|
| 3052 |
msgstr ""
|
| 3053 |
|
| 3054 |
-
#: ../includes/Elements/Filterable_Gallery.php:230, ../includes/Elements/Product_Grid.php:
|
| 3055 |
msgid "Buttons"
|
| 3056 |
msgstr ""
|
| 3057 |
|
|
@@ -3243,7 +3255,7 @@ msgstr ""
|
|
| 3243 |
msgid "Item Hover Style"
|
| 3244 |
msgstr ""
|
| 3245 |
|
| 3246 |
-
#: ../includes/Elements/Filterable_Gallery.php:1207, ../includes/Elements/Filterable_Gallery.php:1569, ../includes/Elements/Login_Register.php:
|
| 3247 |
msgid "Title Typography"
|
| 3248 |
msgstr ""
|
| 3249 |
|
|
@@ -3303,7 +3315,7 @@ msgstr ""
|
|
| 3303 |
msgid "Search Form Style"
|
| 3304 |
msgstr ""
|
| 3305 |
|
| 3306 |
-
#: ../includes/Elements/Filterable_Gallery.php:2094, ../includes/Elements/Login_Register.php:
|
| 3307 |
msgid "Controls"
|
| 3308 |
msgstr ""
|
| 3309 |
|
|
@@ -3315,7 +3327,7 @@ msgstr ""
|
|
| 3315 |
msgid "Separator Size"
|
| 3316 |
msgstr ""
|
| 3317 |
|
| 3318 |
-
#: ../includes/Elements/Filterable_Gallery.php:2271, ../includes/Elements/Login_Register.php:
|
| 3319 |
msgid "Form"
|
| 3320 |
msgstr ""
|
| 3321 |
|
|
@@ -3323,7 +3335,7 @@ msgstr ""
|
|
| 3323 |
msgid "Search Gallery Item..."
|
| 3324 |
msgstr ""
|
| 3325 |
|
| 3326 |
-
#: ../includes/Elements/Filterable_Gallery.php:2300, ../includes/Elements/Login_Register.php:
|
| 3327 |
msgid "Placeholder Color"
|
| 3328 |
msgstr ""
|
| 3329 |
|
|
@@ -3331,7 +3343,7 @@ msgstr ""
|
|
| 3331 |
msgid "Dropdown"
|
| 3332 |
msgstr ""
|
| 3333 |
|
| 3334 |
-
#: ../includes/Elements/Filterable_Gallery.php:2462, ../includes/Elements/Product_Grid.php:
|
| 3335 |
msgid "Top Spacing"
|
| 3336 |
msgstr ""
|
| 3337 |
|
|
@@ -3499,7 +3511,7 @@ msgstr ""
|
|
| 3499 |
msgid "Address Line Style"
|
| 3500 |
msgstr ""
|
| 3501 |
|
| 3502 |
-
#: ../includes/Elements/FluentForm.php:1704, ../includes/Elements/Login_Register.php:
|
| 3503 |
msgid "Show Label"
|
| 3504 |
msgstr ""
|
| 3505 |
|
|
@@ -3547,7 +3559,7 @@ msgstr ""
|
|
| 3547 |
msgid "Rating"
|
| 3548 |
msgstr ""
|
| 3549 |
|
| 3550 |
-
#: ../includes/Elements/Formstack.php:1994, ../includes/Elements/Login_Register.php:
|
| 3551 |
msgid "Validation Messages"
|
| 3552 |
msgstr ""
|
| 3553 |
|
|
@@ -3587,7 +3599,7 @@ msgstr ""
|
|
| 3587 |
msgid "Border Height"
|
| 3588 |
msgstr ""
|
| 3589 |
|
| 3590 |
-
#: ../includes/Elements/GravityForms.php:1091, ../includes/Elements/Pricing_Table.php:195, ../includes/Elements/Pricing_Table.php:202, ../includes/Elements/Product_Grid.php:166, ../includes/Elements/Product_Grid.php:
|
| 3591 |
msgid "Price"
|
| 3592 |
msgstr ""
|
| 3593 |
|
|
@@ -3595,7 +3607,7 @@ msgstr ""
|
|
| 3595 |
msgid "Price Label Color"
|
| 3596 |
msgstr ""
|
| 3597 |
|
| 3598 |
-
#: ../includes/Elements/GravityForms.php:1111, ../includes/Elements/Product_Grid.php:
|
| 3599 |
msgid "Price Color"
|
| 3600 |
msgstr ""
|
| 3601 |
|
|
@@ -3655,11 +3667,11 @@ msgstr ""
|
|
| 3655 |
msgid "On Click"
|
| 3656 |
msgstr ""
|
| 3657 |
|
| 3658 |
-
#: ../includes/Elements/Image_Accordion.php:105, ../includes/Elements/Login_Register.php:
|
| 3659 |
msgid "Horizontal Alignment"
|
| 3660 |
msgstr ""
|
| 3661 |
|
| 3662 |
-
#: ../includes/Elements/Image_Accordion.php:128, ../includes/Elements/Login_Register.php:
|
| 3663 |
msgid "Vertical Alignment"
|
| 3664 |
msgstr ""
|
| 3665 |
|
|
@@ -3827,962 +3839,974 @@ msgstr ""
|
|
| 3827 |
msgid "Login | Register Form"
|
| 3828 |
msgstr ""
|
| 3829 |
|
| 3830 |
-
#: ../includes/Elements/Login_Register.php:181, ../includes/Elements/Login_Register.php:
|
| 3831 |
msgid "Username"
|
| 3832 |
msgstr ""
|
| 3833 |
|
| 3834 |
-
#: ../includes/Elements/Login_Register.php:182, ../includes/Elements/Login_Register.php:
|
| 3835 |
msgid "Email"
|
| 3836 |
msgstr ""
|
| 3837 |
|
| 3838 |
-
#: ../includes/Elements/Login_Register.php:183, ../includes/Elements/Login_Register.php:
|
| 3839 |
msgid "Password"
|
| 3840 |
msgstr ""
|
| 3841 |
|
| 3842 |
-
#: ../includes/Elements/Login_Register.php:184, ../includes/Elements/Login_Register.php:
|
| 3843 |
msgid "Confirm Password"
|
| 3844 |
msgstr ""
|
| 3845 |
|
| 3846 |
-
#: ../includes/Elements/Login_Register.php:185, ../includes/Elements/Login_Register.php:
|
| 3847 |
msgid "First Name"
|
| 3848 |
msgstr ""
|
| 3849 |
|
| 3850 |
-
#: ../includes/Elements/Login_Register.php:186, ../includes/Elements/Login_Register.php:
|
| 3851 |
msgid "Last Name"
|
| 3852 |
msgstr ""
|
| 3853 |
|
| 3854 |
-
#: ../includes/Elements/Login_Register.php:187, ../includes/Elements/Login_Register.php:
|
| 3855 |
msgid "Website"
|
| 3856 |
msgstr ""
|
| 3857 |
|
| 3858 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3859 |
msgid "Choose the type of form you want to show by default. Note: you can show both forms in a single page even if you select only login or registration from below."
|
| 3860 |
msgstr ""
|
| 3861 |
|
| 3862 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3863 |
msgid "Default Form Type"
|
| 3864 |
msgstr ""
|
| 3865 |
|
| 3866 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3867 |
msgid "Login"
|
| 3868 |
msgstr ""
|
| 3869 |
|
| 3870 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3871 |
msgid "Registration"
|
| 3872 |
msgstr ""
|
| 3873 |
|
| 3874 |
#. translators: %1$s is settings page link open tag, %2$s is link closing tag
|
| 3875 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3876 |
msgid "Registration is disabled on your site. Please enable it to use registration form. You can enable it from Dashboard » Settings » General » %1$sMembership%2$s."
|
| 3877 |
msgstr ""
|
| 3878 |
|
| 3879 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3880 |
msgid "Hide all Forms from Logged-in Users"
|
| 3881 |
msgstr ""
|
| 3882 |
|
| 3883 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3884 |
msgid "Login Form General"
|
| 3885 |
msgstr ""
|
| 3886 |
|
| 3887 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3888 |
msgid "Show Logout Link"
|
| 3889 |
msgstr ""
|
| 3890 |
|
| 3891 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3892 |
msgid "Show Lost your password?"
|
| 3893 |
msgstr ""
|
| 3894 |
|
| 3895 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3896 |
msgid "Lost Password Text"
|
| 3897 |
msgstr ""
|
| 3898 |
|
| 3899 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3900 |
msgid "Forgot password?"
|
| 3901 |
msgstr ""
|
| 3902 |
|
| 3903 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3904 |
msgid "Lost Password Link to"
|
| 3905 |
msgstr ""
|
| 3906 |
|
| 3907 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3908 |
msgid "Default WordPress Page"
|
| 3909 |
msgstr ""
|
| 3910 |
|
| 3911 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3912 |
msgid "Custom URL"
|
| 3913 |
msgstr ""
|
| 3914 |
|
| 3915 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3916 |
msgid "Custom Lost Password URL"
|
| 3917 |
msgstr ""
|
| 3918 |
|
| 3919 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3920 |
msgid "Remember Me Field"
|
| 3921 |
msgstr ""
|
| 3922 |
|
| 3923 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3924 |
msgid "Remember Me Field Text"
|
| 3925 |
msgstr ""
|
| 3926 |
|
| 3927 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3928 |
msgid "Remember Me"
|
| 3929 |
msgstr ""
|
| 3930 |
|
| 3931 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3932 |
msgid "Show Register Link"
|
| 3933 |
msgstr ""
|
| 3934 |
|
| 3935 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3936 |
msgid "Register Link Text"
|
| 3937 |
msgstr ""
|
| 3938 |
|
| 3939 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3940 |
msgid "You can put text in two lines to make the last line linkable. Pro Tip: You can keep the first line empty and put the text only in the second line to get a link only."
|
| 3941 |
msgstr ""
|
| 3942 |
|
| 3943 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3944 |
msgid ""
|
| 3945 |
" \n"
|
| 3946 |
"Register Now"
|
| 3947 |
msgstr ""
|
| 3948 |
|
| 3949 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3950 |
msgid "Registration Link Action"
|
| 3951 |
msgstr ""
|
| 3952 |
|
| 3953 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3954 |
msgid "WordPress Registration Page"
|
| 3955 |
msgstr ""
|
| 3956 |
|
| 3957 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3958 |
msgid "Show Register Form"
|
| 3959 |
msgstr ""
|
| 3960 |
|
| 3961 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3962 |
msgid "Custom Register URL"
|
| 3963 |
msgstr ""
|
| 3964 |
|
| 3965 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3966 |
msgid "Enable Google reCAPTCHA"
|
| 3967 |
msgstr ""
|
| 3968 |
|
| 3969 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3970 |
msgid "reCAPTCHA will prevent spam login from bots."
|
| 3971 |
msgstr ""
|
| 3972 |
|
| 3973 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3974 |
msgid "reCAPTCHA API keys are missing. Please add them from %sDashboard >> Essential Addons >> Elements >> Login | Register Form %sSettings"
|
| 3975 |
msgstr ""
|
| 3976 |
|
| 3977 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3978 |
msgid "Show Login Link"
|
| 3979 |
msgstr ""
|
| 3980 |
|
| 3981 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3982 |
msgid "Register Form General"
|
| 3983 |
msgstr ""
|
| 3984 |
|
| 3985 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3986 |
msgid "Login Link Text"
|
| 3987 |
msgstr ""
|
| 3988 |
|
| 3989 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3990 |
msgid ""
|
| 3991 |
" \n"
|
| 3992 |
"Sign In"
|
| 3993 |
msgstr ""
|
| 3994 |
|
| 3995 |
-
#: ../includes/Elements/Login_Register.php:
|
| 3996 |
msgid "Login Link Action"
|
| 3997 |
msgstr ""
|
| 3998 |
|
| 3999 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4000 |
msgid "Show Login Form"
|
| 4001 |
msgstr ""
|
| 4002 |
|
| 4003 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4004 |
msgid "Custom Login URL"
|
| 4005 |
msgstr ""
|
| 4006 |
|
| 4007 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4008 |
msgid "reCAPTCHA will prevent spam registration from bots."
|
| 4009 |
msgstr ""
|
| 4010 |
|
| 4011 |
-
#: ../includes/Elements/Login_Register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4012 |
msgid "Login Form Fields"
|
| 4013 |
msgstr ""
|
| 4014 |
|
| 4015 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4016 |
msgid "Labels & Placeholders"
|
| 4017 |
msgstr ""
|
| 4018 |
|
| 4019 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4020 |
msgid "Username Label"
|
| 4021 |
msgstr ""
|
| 4022 |
|
| 4023 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4024 |
msgid "Username or Email Address"
|
| 4025 |
msgstr ""
|
| 4026 |
|
| 4027 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4028 |
msgid "Password Label"
|
| 4029 |
msgstr ""
|
| 4030 |
|
| 4031 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4032 |
msgid "Placeholders"
|
| 4033 |
msgstr ""
|
| 4034 |
|
| 4035 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4036 |
msgid "Username Placeholder"
|
| 4037 |
msgstr ""
|
| 4038 |
|
| 4039 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4040 |
msgid "Password Placeholder"
|
| 4041 |
msgstr ""
|
| 4042 |
|
| 4043 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4044 |
msgid "Input Fields width"
|
| 4045 |
msgstr ""
|
| 4046 |
|
| 4047 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4048 |
msgid "Password Visibility Icon"
|
| 4049 |
msgstr ""
|
| 4050 |
|
| 4051 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4052 |
msgid "Login Button"
|
| 4053 |
msgstr ""
|
| 4054 |
|
| 4055 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4056 |
msgid "Log In"
|
| 4057 |
msgstr ""
|
| 4058 |
|
| 4059 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4060 |
msgid "Form Header Content"
|
| 4061 |
msgstr ""
|
| 4062 |
|
| 4063 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4064 |
msgid "Form Header Image"
|
| 4065 |
msgstr ""
|
| 4066 |
|
| 4067 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4068 |
msgid "Header Image Position"
|
| 4069 |
msgstr ""
|
| 4070 |
|
| 4071 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4072 |
msgid "Form Header Logo"
|
| 4073 |
msgstr ""
|
| 4074 |
|
| 4075 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4076 |
msgid "Form Logo Position"
|
| 4077 |
msgstr ""
|
| 4078 |
|
| 4079 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4080 |
msgid "Login Form Title"
|
| 4081 |
msgstr ""
|
| 4082 |
|
| 4083 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4084 |
msgid "Welcome Back!"
|
| 4085 |
msgstr ""
|
| 4086 |
|
| 4087 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4088 |
msgid "Login Form Sub Title"
|
| 4089 |
msgstr ""
|
| 4090 |
|
| 4091 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4092 |
msgid "Please login to your account"
|
| 4093 |
msgstr ""
|
| 4094 |
|
| 4095 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4096 |
msgid "Register Form Title"
|
| 4097 |
msgstr ""
|
| 4098 |
|
| 4099 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4100 |
msgid "Create a New Account"
|
| 4101 |
msgstr ""
|
| 4102 |
|
| 4103 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4104 |
msgid "Register Form Sub Title"
|
| 4105 |
msgstr ""
|
| 4106 |
|
| 4107 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4108 |
msgid "Create an account to enjoy awesome features."
|
| 4109 |
msgstr ""
|
| 4110 |
|
| 4111 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4112 |
msgid "Login Form Options"
|
| 4113 |
msgstr ""
|
| 4114 |
|
| 4115 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4116 |
msgid "Redirect After Login"
|
| 4117 |
msgstr ""
|
| 4118 |
|
| 4119 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4120 |
msgid "Please note that only your current domain is allowed here to keep your site secure."
|
| 4121 |
msgstr ""
|
| 4122 |
|
| 4123 |
-
#: ../includes/Elements/Login_Register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4124 |
msgid "Terms & Conditions"
|
| 4125 |
msgstr ""
|
| 4126 |
|
| 4127 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4128 |
msgid "Enforce Terms & Conditions"
|
| 4129 |
msgstr ""
|
| 4130 |
|
| 4131 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4132 |
msgid "Acceptance Label"
|
| 4133 |
msgstr ""
|
| 4134 |
|
| 4135 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4136 |
msgid "Eg. I accept the terms & conditions. Note: First line is checkbox label & Last line will be used as link text."
|
| 4137 |
msgstr ""
|
| 4138 |
|
| 4139 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4140 |
msgid "I Accept the Terms and Conditions."
|
| 4141 |
msgstr ""
|
| 4142 |
|
| 4143 |
#. translators: \n means new line. So, Don't translate this
|
| 4144 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4145 |
msgid ""
|
| 4146 |
"I Accept\n"
|
| 4147 |
" the Terms and Conditions."
|
| 4148 |
msgstr ""
|
| 4149 |
|
| 4150 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4151 |
msgid "Content Source"
|
| 4152 |
msgstr ""
|
| 4153 |
|
| 4154 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4155 |
msgid "Terms and Conditions"
|
| 4156 |
msgstr ""
|
| 4157 |
|
| 4158 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4159 |
msgid "Please go through the following terms and conditions carefully."
|
| 4160 |
msgstr ""
|
| 4161 |
|
| 4162 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4163 |
msgid "Terms & Conditions URL"
|
| 4164 |
msgstr ""
|
| 4165 |
|
| 4166 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4167 |
msgid "Enter the link where your terms & condition or privacy policy is found."
|
| 4168 |
msgstr ""
|
| 4169 |
|
| 4170 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4171 |
msgid "Invalid Email"
|
| 4172 |
msgstr ""
|
| 4173 |
|
| 4174 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4175 |
msgid "Eg. Your email is invalid."
|
| 4176 |
msgstr ""
|
| 4177 |
|
| 4178 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4179 |
msgid "You have used an invalid email"
|
| 4180 |
msgstr ""
|
| 4181 |
|
| 4182 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4183 |
msgid "Email is missing"
|
| 4184 |
msgstr ""
|
| 4185 |
|
| 4186 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4187 |
msgid "Eg. Email is missing or Invalid"
|
| 4188 |
msgstr ""
|
| 4189 |
|
| 4190 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4191 |
msgid "Email is missing or Invalid"
|
| 4192 |
msgstr ""
|
| 4193 |
|
| 4194 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4195 |
msgid "Already Used Email"
|
| 4196 |
msgstr ""
|
| 4197 |
|
| 4198 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4199 |
msgid "Eg. Your email is already in use.."
|
| 4200 |
msgstr ""
|
| 4201 |
|
| 4202 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4203 |
msgid "The provided email is already registered with other account. Please login or reset password or use another email."
|
| 4204 |
msgstr ""
|
| 4205 |
|
| 4206 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4207 |
msgid "Invalid Username"
|
| 4208 |
msgstr ""
|
| 4209 |
|
| 4210 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4211 |
msgid "Eg. Your username is invalid."
|
| 4212 |
msgstr ""
|
| 4213 |
|
| 4214 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4215 |
msgid "You have used an invalid username"
|
| 4216 |
msgstr ""
|
| 4217 |
|
| 4218 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4219 |
msgid "Username already in use"
|
| 4220 |
msgstr ""
|
| 4221 |
|
| 4222 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4223 |
msgid "Eg. Your username is already registered."
|
| 4224 |
msgstr ""
|
| 4225 |
|
| 4226 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4227 |
msgid "Invalid username provided or the username already registered."
|
| 4228 |
msgstr ""
|
| 4229 |
|
| 4230 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4231 |
msgid "Invalid Password"
|
| 4232 |
msgstr ""
|
| 4233 |
|
| 4234 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4235 |
msgid "Eg. Your password is invalid"
|
| 4236 |
msgstr ""
|
| 4237 |
|
| 4238 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4239 |
msgid "Your password is invalid."
|
| 4240 |
msgstr ""
|
| 4241 |
|
| 4242 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4243 |
msgid "Invalid Password Confirmed"
|
| 4244 |
msgstr ""
|
| 4245 |
|
| 4246 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4247 |
msgid "Eg. Password did not matched"
|
| 4248 |
msgstr ""
|
| 4249 |
|
| 4250 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4251 |
msgid "Your confirmed password did not match"
|
| 4252 |
msgstr ""
|
| 4253 |
|
| 4254 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4255 |
msgid "Already Logged In"
|
| 4256 |
msgstr ""
|
| 4257 |
|
| 4258 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4259 |
msgid "Eg. You are already logged in"
|
| 4260 |
msgstr ""
|
| 4261 |
|
| 4262 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4263 |
msgid "You are already logged in"
|
| 4264 |
msgstr ""
|
| 4265 |
|
| 4266 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4267 |
msgid "reCAPTCHA Failed"
|
| 4268 |
msgstr ""
|
| 4269 |
|
| 4270 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4271 |
msgid "Eg. reCAPTCHA Validation Failed"
|
| 4272 |
msgstr ""
|
| 4273 |
|
| 4274 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4275 |
msgid "You did not pass reCAPTCHA challenge."
|
| 4276 |
msgstr ""
|
| 4277 |
|
| 4278 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4279 |
msgid "Terms & Condition Error"
|
| 4280 |
msgstr ""
|
| 4281 |
|
| 4282 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4283 |
msgid "Eg. You must accept the Terms & Conditions"
|
| 4284 |
msgstr ""
|
| 4285 |
|
| 4286 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4287 |
msgid "You did not accept the Terms and Conditions. Please accept it and try again."
|
| 4288 |
msgstr ""
|
| 4289 |
|
| 4290 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4291 |
msgid "Other Errors"
|
| 4292 |
msgstr ""
|
| 4293 |
|
| 4294 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4295 |
msgid "Eg. Something went wrong"
|
| 4296 |
msgstr ""
|
| 4297 |
|
| 4298 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4299 |
msgid "Something went wrong!"
|
| 4300 |
msgstr ""
|
| 4301 |
|
| 4302 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4303 |
msgid "Success Messages"
|
| 4304 |
msgstr ""
|
| 4305 |
|
| 4306 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4307 |
msgid "Successful Login"
|
| 4308 |
msgstr ""
|
| 4309 |
|
| 4310 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4311 |
msgid "Eg. You have logged in successfully"
|
| 4312 |
msgstr ""
|
| 4313 |
|
| 4314 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4315 |
msgid "You have logged in successfully"
|
| 4316 |
msgstr ""
|
| 4317 |
|
| 4318 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4319 |
msgid "Successful Registration"
|
| 4320 |
msgstr ""
|
| 4321 |
|
| 4322 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4323 |
msgid "Registration completed successfully, Check your inbox for password if you did not provided while registering."
|
| 4324 |
msgstr ""
|
| 4325 |
|
| 4326 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4327 |
msgid "eg. Registration completed successfully"
|
| 4328 |
msgstr ""
|
| 4329 |
|
| 4330 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4331 |
msgid "Register Form Fields"
|
| 4332 |
msgstr ""
|
| 4333 |
|
| 4334 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4335 |
msgid "Select the type of fields you want to show in the registration form"
|
| 4336 |
msgstr ""
|
| 4337 |
|
| 4338 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4339 |
msgid "Type"
|
| 4340 |
msgstr ""
|
| 4341 |
|
| 4342 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4343 |
msgid "Required"
|
| 4344 |
msgstr ""
|
| 4345 |
|
| 4346 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4347 |
msgid "Note: This field is required by default."
|
| 4348 |
msgstr ""
|
| 4349 |
|
| 4350 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4351 |
msgid "Field Width"
|
| 4352 |
msgstr ""
|
| 4353 |
|
| 4354 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4355 |
msgid "Show Required Mark"
|
| 4356 |
msgstr ""
|
| 4357 |
|
| 4358 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4359 |
msgid "Register Button"
|
| 4360 |
msgstr ""
|
| 4361 |
|
| 4362 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4363 |
msgid "Register"
|
| 4364 |
msgstr ""
|
| 4365 |
|
| 4366 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4367 |
msgid "Register Form Options"
|
| 4368 |
msgstr ""
|
| 4369 |
|
| 4370 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4371 |
msgid "Register Actions"
|
| 4372 |
msgstr ""
|
| 4373 |
|
| 4374 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4375 |
msgid "You can select what should happen after a user registers successfully"
|
| 4376 |
msgstr ""
|
| 4377 |
|
| 4378 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4379 |
msgid "Redirect"
|
| 4380 |
msgstr ""
|
| 4381 |
|
| 4382 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4383 |
msgid "Auto Login"
|
| 4384 |
msgstr ""
|
| 4385 |
|
| 4386 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4387 |
msgid "Notify User By Email"
|
| 4388 |
msgstr ""
|
| 4389 |
|
| 4390 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4391 |
msgid "Custom Redirect URL"
|
| 4392 |
msgstr ""
|
| 4393 |
|
| 4394 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4395 |
msgid "eg. https://your-link.com/wp-admin/"
|
| 4396 |
msgstr ""
|
| 4397 |
|
| 4398 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4399 |
msgid "New User Role"
|
| 4400 |
msgstr ""
|
| 4401 |
|
| 4402 |
#. translators: %s: Site Name
|
| 4403 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4404 |
msgid "Thank you for registering on \"%s\"!"
|
| 4405 |
msgstr ""
|
| 4406 |
|
| 4407 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4408 |
msgid "Username: [username]"
|
| 4409 |
msgstr ""
|
| 4410 |
|
| 4411 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4412 |
msgid "Password: [password]"
|
| 4413 |
msgstr ""
|
| 4414 |
|
| 4415 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4416 |
msgid "To reset your password, visit the following address:"
|
| 4417 |
msgstr ""
|
| 4418 |
|
| 4419 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4420 |
msgid "Please click the following address to login to your account:"
|
| 4421 |
msgstr ""
|
| 4422 |
|
| 4423 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4424 |
msgid "Register User Email Options"
|
| 4425 |
msgstr ""
|
| 4426 |
|
| 4427 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4428 |
msgid "Email Template Type"
|
| 4429 |
msgstr ""
|
| 4430 |
|
| 4431 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4432 |
msgid "Default template uses WordPress Default email template. So, please select the Custom Option to send the user proper information if you used any username field."
|
| 4433 |
msgstr ""
|
| 4434 |
|
| 4435 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4436 |
msgid "WordPres Default"
|
| 4437 |
msgstr ""
|
| 4438 |
|
| 4439 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4440 |
msgid "Email Subject"
|
| 4441 |
msgstr ""
|
| 4442 |
|
| 4443 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4444 |
msgid "Email Message"
|
| 4445 |
msgstr ""
|
| 4446 |
|
| 4447 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4448 |
msgid "Enter Your Custom Email Message.."
|
| 4449 |
msgstr ""
|
| 4450 |
|
| 4451 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4452 |
msgid "<strong>Note:</strong> You can use dynamic content in the email body like [fieldname]. For example [username] will be replaced by user-typed username. Available tags are: [password], [username], [email], [firstname],[lastname], [website], [loginurl], [password_reset_link] and [sitetitle] "
|
| 4453 |
msgstr ""
|
| 4454 |
|
| 4455 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4456 |
msgid "Email Content Type"
|
| 4457 |
msgstr ""
|
| 4458 |
|
| 4459 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4460 |
msgid "HTML"
|
| 4461 |
msgstr ""
|
| 4462 |
|
| 4463 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4464 |
msgid "Plain"
|
| 4465 |
msgstr ""
|
| 4466 |
|
| 4467 |
#. translators: %s: Site Name
|
| 4468 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4469 |
msgid "[\"%s\"] New User Registration"
|
| 4470 |
msgstr ""
|
| 4471 |
|
| 4472 |
#. translators: %s: Site Name
|
| 4473 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4474 |
msgid "New user registration on your site %s"
|
| 4475 |
msgstr ""
|
| 4476 |
|
| 4477 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4478 |
msgid "Email: [email]"
|
| 4479 |
msgstr ""
|
| 4480 |
|
| 4481 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4482 |
msgid "Register Admin Email Options"
|
| 4483 |
msgstr ""
|
| 4484 |
|
| 4485 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4486 |
msgid "Default template uses WordPress Default Admin email template. You can customize it by choosing the custom option."
|
| 4487 |
msgstr ""
|
| 4488 |
|
| 4489 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4490 |
msgid "<strong>Note:</strong> You can use dynamic content in the email body like [fieldname]. For example [username] will be replaced by user-typed username. Available tags are: [username], [email], [firstname],[lastname], [website], [loginurl] and [sitetitle] "
|
| 4491 |
msgstr ""
|
| 4492 |
|
| 4493 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4494 |
msgid "Container Box"
|
| 4495 |
msgstr ""
|
| 4496 |
|
| 4497 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4498 |
msgid "Container Box Shadow"
|
| 4499 |
msgstr ""
|
| 4500 |
|
| 4501 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4502 |
msgid "---Form Wrapper---"
|
| 4503 |
msgstr ""
|
| 4504 |
|
| 4505 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4506 |
msgid "Wrapper width"
|
| 4507 |
msgstr ""
|
| 4508 |
|
| 4509 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4510 |
msgid "Wrapper Margin"
|
| 4511 |
msgstr ""
|
| 4512 |
|
| 4513 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4514 |
msgid "Wrapper Padding"
|
| 4515 |
msgstr ""
|
| 4516 |
|
| 4517 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4518 |
msgid "Wrapper Border Radius"
|
| 4519 |
msgstr ""
|
| 4520 |
|
| 4521 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4522 |
msgid "---Form Style---"
|
| 4523 |
msgstr ""
|
| 4524 |
|
| 4525 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4526 |
msgid "Form width"
|
| 4527 |
msgstr ""
|
| 4528 |
|
| 4529 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4530 |
msgid "Form Wrapper Shadow"
|
| 4531 |
msgstr ""
|
| 4532 |
|
| 4533 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4534 |
msgid "Form Shadow"
|
| 4535 |
msgstr ""
|
| 4536 |
|
| 4537 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4538 |
msgid "%s Form Header"
|
| 4539 |
msgstr ""
|
| 4540 |
|
| 4541 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4542 |
msgid "Header Content"
|
| 4543 |
msgstr ""
|
| 4544 |
|
| 4545 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4546 |
msgid "Header width"
|
| 4547 |
msgstr ""
|
| 4548 |
|
| 4549 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4550 |
msgid "Header height"
|
| 4551 |
msgstr ""
|
| 4552 |
|
| 4553 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4554 |
msgid "Header Margin"
|
| 4555 |
msgstr ""
|
| 4556 |
|
| 4557 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4558 |
msgid "Header Padding"
|
| 4559 |
msgstr ""
|
| 4560 |
|
| 4561 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4562 |
msgid "Form Illustration"
|
| 4563 |
msgstr ""
|
| 4564 |
|
| 4565 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4566 |
msgid "Illustration Shadow"
|
| 4567 |
msgstr ""
|
| 4568 |
|
| 4569 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4570 |
msgid "Form Logo"
|
| 4571 |
msgstr ""
|
| 4572 |
|
| 4573 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4574 |
msgid "width"
|
| 4575 |
msgstr ""
|
| 4576 |
|
| 4577 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4578 |
msgid "height"
|
| 4579 |
msgstr ""
|
| 4580 |
|
| 4581 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4582 |
msgid "Logo Shadow"
|
| 4583 |
msgstr ""
|
| 4584 |
|
| 4585 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4586 |
msgid "Subtitle"
|
| 4587 |
msgstr ""
|
| 4588 |
|
| 4589 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4590 |
msgid "Subtitle Typography"
|
| 4591 |
msgstr ""
|
| 4592 |
|
| 4593 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4594 |
msgid "Form Fields"
|
| 4595 |
msgstr ""
|
| 4596 |
|
| 4597 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4598 |
msgid "Form Input Fields"
|
| 4599 |
msgstr ""
|
| 4600 |
|
| 4601 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4602 |
msgid "Terms & Condition Field"
|
| 4603 |
msgstr ""
|
| 4604 |
|
| 4605 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4606 |
msgid "Colors & Border"
|
| 4607 |
msgstr ""
|
| 4608 |
|
| 4609 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4610 |
msgid "Form Labels"
|
| 4611 |
msgstr ""
|
| 4612 |
|
| 4613 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4614 |
msgid "Colors"
|
| 4615 |
msgstr ""
|
| 4616 |
|
| 4617 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4618 |
msgid "Required Mark Style"
|
| 4619 |
msgstr ""
|
| 4620 |
|
| 4621 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4622 |
msgid "Mark Sign"
|
| 4623 |
msgstr ""
|
| 4624 |
|
| 4625 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4626 |
msgid "Password Visibility Style"
|
| 4627 |
msgstr ""
|
| 4628 |
|
| 4629 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4630 |
msgid "Open Eye Color"
|
| 4631 |
msgstr ""
|
| 4632 |
|
| 4633 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4634 |
msgid "Close Eye Color"
|
| 4635 |
msgstr ""
|
| 4636 |
|
| 4637 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4638 |
msgid "Remember Me Style"
|
| 4639 |
msgstr ""
|
| 4640 |
|
| 4641 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4642 |
msgid "Style"
|
| 4643 |
msgstr ""
|
| 4644 |
|
| 4645 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4646 |
msgid "Container Margin"
|
| 4647 |
msgstr ""
|
| 4648 |
|
| 4649 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4650 |
msgid "Container Padding"
|
| 4651 |
msgstr ""
|
| 4652 |
|
| 4653 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4654 |
msgid "Label Margin"
|
| 4655 |
msgstr ""
|
| 4656 |
|
| 4657 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4658 |
msgid "Label Padding"
|
| 4659 |
msgstr ""
|
| 4660 |
|
| 4661 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4662 |
msgid "Text Background"
|
| 4663 |
msgstr ""
|
| 4664 |
|
| 4665 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4666 |
msgid "Checkbox | Toggle Color"
|
| 4667 |
msgstr ""
|
| 4668 |
|
| 4669 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4670 |
msgid "Remember Me Typography"
|
| 4671 |
msgstr ""
|
| 4672 |
|
| 4673 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4674 |
msgid "%s Button"
|
| 4675 |
msgstr ""
|
| 4676 |
|
| 4677 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4678 |
msgid "Display as"
|
| 4679 |
msgstr ""
|
| 4680 |
|
| 4681 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4682 |
msgid "Justify Content"
|
| 4683 |
msgstr ""
|
| 4684 |
|
| 4685 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4686 |
msgid "Start"
|
| 4687 |
msgstr ""
|
| 4688 |
|
| 4689 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4690 |
msgid "End"
|
| 4691 |
msgstr ""
|
| 4692 |
|
| 4693 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4694 |
msgid "Space Around"
|
| 4695 |
msgstr ""
|
| 4696 |
|
| 4697 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4698 |
msgid "Space Evenly"
|
| 4699 |
msgstr ""
|
| 4700 |
|
| 4701 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4702 |
msgid "Button width"
|
| 4703 |
msgstr ""
|
| 4704 |
|
| 4705 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4706 |
msgid "Button Height"
|
| 4707 |
msgstr ""
|
| 4708 |
|
| 4709 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4710 |
msgid "%s Form reCAPTCHA"
|
| 4711 |
msgstr ""
|
| 4712 |
|
| 4713 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4714 |
msgid "Theme"
|
| 4715 |
msgstr ""
|
| 4716 |
|
| 4717 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4718 |
msgid "Light"
|
| 4719 |
msgstr ""
|
| 4720 |
|
| 4721 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4722 |
msgid "Dark"
|
| 4723 |
msgstr ""
|
| 4724 |
|
| 4725 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4726 |
msgid "Compact"
|
| 4727 |
msgstr ""
|
| 4728 |
|
| 4729 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4730 |
msgid "%s Link"
|
| 4731 |
msgstr ""
|
| 4732 |
|
| 4733 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4734 |
msgid "Here you can style the %s link displayed on the %s Form"
|
| 4735 |
msgstr ""
|
| 4736 |
|
| 4737 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4738 |
msgid "Align Items"
|
| 4739 |
msgstr ""
|
| 4740 |
|
| 4741 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4742 |
msgid "Stretch"
|
| 4743 |
msgstr ""
|
| 4744 |
|
| 4745 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4746 |
msgid "Baseline"
|
| 4747 |
msgstr ""
|
| 4748 |
|
| 4749 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4750 |
msgid "Link Container width"
|
| 4751 |
msgstr ""
|
| 4752 |
|
| 4753 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4754 |
msgid "Link width"
|
| 4755 |
msgstr ""
|
| 4756 |
|
| 4757 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4758 |
msgid "Link Height"
|
| 4759 |
msgstr ""
|
| 4760 |
|
| 4761 |
#. translators: %s user display name
|
| 4762 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4763 |
msgid "You are already logged in as %s. "
|
| 4764 |
msgstr ""
|
| 4765 |
|
| 4766 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4767 |
msgid "Logout"
|
| 4768 |
msgstr ""
|
| 4769 |
|
| 4770 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4771 |
msgid "Form Logo Image"
|
| 4772 |
msgstr ""
|
| 4773 |
|
| 4774 |
#. translators: %s: Error fields
|
| 4775 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4776 |
msgid "Error! you seem to have added %s field in the form more than once."
|
| 4777 |
msgstr ""
|
| 4778 |
|
| 4779 |
#. translators: %s: Error String
|
| 4780 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4781 |
msgid "Error! It is required to use %s field."
|
| 4782 |
msgstr ""
|
| 4783 |
|
| 4784 |
#. translators: %s: Error String
|
| 4785 |
-
#: ../includes/Elements/Login_Register.php:
|
| 4786 |
msgid "Error! It is required to use %s field with %s Field."
|
| 4787 |
msgstr ""
|
| 4788 |
|
|
@@ -4810,7 +4834,7 @@ msgstr ""
|
|
| 4810 |
msgid "Target Blank"
|
| 4811 |
msgstr ""
|
| 4812 |
|
| 4813 |
-
#: ../includes/Elements/Post_Grid.php:200, ../includes/Elements/Product_Grid.php:
|
| 4814 |
msgid "Read More"
|
| 4815 |
msgstr ""
|
| 4816 |
|
|
@@ -4990,7 +5014,7 @@ msgstr ""
|
|
| 4990 |
msgid "Date Text Color"
|
| 4991 |
msgstr ""
|
| 4992 |
|
| 4993 |
-
#: ../includes/Elements/Post_Timeline.php:498, ../includes/Elements/Product_Grid.php:
|
| 4994 |
msgid "<p class=\"no-posts-found\">No layout found!</p>"
|
| 4995 |
msgstr ""
|
| 4996 |
|
|
@@ -5278,11 +5302,11 @@ msgstr ""
|
|
| 5278 |
msgid "Product ID"
|
| 5279 |
msgstr ""
|
| 5280 |
|
| 5281 |
-
#: ../includes/Elements/Product_Grid.php:165, ../includes/Elements/Product_Grid.php:
|
| 5282 |
msgid "Product Title"
|
| 5283 |
msgstr ""
|
| 5284 |
|
| 5285 |
-
#: ../includes/Elements/Product_Grid.php:167, ../includes/Elements/Product_Grid.php:
|
| 5286 |
msgid "SKU"
|
| 5287 |
msgstr ""
|
| 5288 |
|
|
@@ -5322,315 +5346,323 @@ msgstr ""
|
|
| 5322 |
msgid "Top Rated Products"
|
| 5323 |
msgstr ""
|
| 5324 |
|
| 5325 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5326 |
msgid "Layouts"
|
| 5327 |
msgstr ""
|
| 5328 |
|
| 5329 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5330 |
msgid "Style Preset"
|
| 5331 |
msgstr ""
|
| 5332 |
|
| 5333 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5334 |
msgid "Simple Style"
|
| 5335 |
msgstr ""
|
| 5336 |
|
| 5337 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5338 |
msgid "Reveal Style"
|
| 5339 |
msgstr ""
|
| 5340 |
|
| 5341 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5342 |
msgid "Overlay Style"
|
| 5343 |
msgstr ""
|
| 5344 |
|
| 5345 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5346 |
msgid "Preset 5"
|
| 5347 |
msgstr ""
|
| 5348 |
|
| 5349 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5350 |
msgid "Preset 6"
|
| 5351 |
msgstr ""
|
| 5352 |
|
| 5353 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5354 |
msgid "Preset 7"
|
| 5355 |
msgstr ""
|
| 5356 |
|
| 5357 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5358 |
msgid "Preset 8"
|
| 5359 |
msgstr ""
|
| 5360 |
|
| 5361 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5362 |
msgid "Preset 1"
|
| 5363 |
msgstr ""
|
| 5364 |
|
| 5365 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5366 |
msgid "Preset 2"
|
| 5367 |
msgstr ""
|
| 5368 |
|
| 5369 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5370 |
msgid "Preset 3"
|
| 5371 |
msgstr ""
|
| 5372 |
|
| 5373 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5374 |
msgid "Preset 4"
|
| 5375 |
msgstr ""
|
| 5376 |
|
| 5377 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5378 |
msgid "Product Settings"
|
| 5379 |
msgstr ""
|
| 5380 |
|
| 5381 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5382 |
msgid "Products"
|
| 5383 |
msgstr ""
|
| 5384 |
|
| 5385 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5386 |
msgid "This option will only affect in <strong>Archive page of Elementor Theme Builder</strong> dynamically."
|
| 5387 |
msgstr ""
|
| 5388 |
|
| 5389 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5390 |
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."
|
| 5391 |
msgstr ""
|
| 5392 |
|
| 5393 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5394 |
msgid "Filter By"
|
| 5395 |
msgstr ""
|
| 5396 |
|
| 5397 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5398 |
msgid "Order By"
|
| 5399 |
msgstr ""
|
| 5400 |
|
| 5401 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5402 |
msgid "Order"
|
| 5403 |
msgstr ""
|
| 5404 |
|
| 5405 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5406 |
msgid "Products Count"
|
| 5407 |
msgstr ""
|
| 5408 |
|
| 5409 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5410 |
msgid "Offset"
|
| 5411 |
msgstr ""
|
| 5412 |
|
| 5413 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5414 |
msgid "Product Categories"
|
| 5415 |
msgstr ""
|
| 5416 |
|
| 5417 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5418 |
msgid "div"
|
| 5419 |
msgstr ""
|
| 5420 |
|
| 5421 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5422 |
msgid "span"
|
| 5423 |
msgstr ""
|
| 5424 |
|
| 5425 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5426 |
msgid "p"
|
| 5427 |
msgstr ""
|
| 5428 |
|
| 5429 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5430 |
msgid "Show Product Rating?"
|
| 5431 |
msgstr ""
|
| 5432 |
|
| 5433 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5434 |
msgid "Show Product Price?"
|
| 5435 |
msgstr ""
|
| 5436 |
|
| 5437 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5438 |
msgid "Short Description?"
|
| 5439 |
msgstr ""
|
| 5440 |
|
| 5441 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5442 |
msgid "Excerpt Words"
|
| 5443 |
msgstr ""
|
| 5444 |
|
| 5445 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5446 |
msgid "Expansion Indicator"
|
| 5447 |
msgstr ""
|
| 5448 |
|
| 5449 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5450 |
msgid "Show Product Compare?"
|
| 5451 |
msgstr ""
|
| 5452 |
|
| 5453 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5454 |
msgid "Add To Cart"
|
| 5455 |
msgstr ""
|
| 5456 |
|
| 5457 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5458 |
msgid "Show Add to cart custom text"
|
| 5459 |
msgstr ""
|
| 5460 |
|
| 5461 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5462 |
msgid "Simple Product"
|
| 5463 |
msgstr ""
|
| 5464 |
|
| 5465 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5466 |
msgid "Buy Now"
|
| 5467 |
msgstr ""
|
| 5468 |
|
| 5469 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5470 |
msgid "Variable Product"
|
| 5471 |
msgstr ""
|
| 5472 |
|
| 5473 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5474 |
msgid "Select options"
|
| 5475 |
msgstr ""
|
| 5476 |
|
| 5477 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5478 |
msgid "Grouped Product"
|
| 5479 |
msgstr ""
|
| 5480 |
|
| 5481 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5482 |
msgid "View products"
|
| 5483 |
msgstr ""
|
| 5484 |
|
| 5485 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5486 |
msgid "External Product"
|
| 5487 |
msgstr ""
|
| 5488 |
|
| 5489 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5490 |
msgid "Default Product"
|
| 5491 |
msgstr ""
|
| 5492 |
|
| 5493 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5494 |
msgid "Label Text"
|
| 5495 |
msgstr ""
|
| 5496 |
|
| 5497 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5498 |
msgid "Content Background Color"
|
| 5499 |
msgstr ""
|
| 5500 |
|
| 5501 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5502 |
msgid "Image Width(%)"
|
| 5503 |
msgstr ""
|
| 5504 |
|
| 5505 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5506 |
msgid "Product Details"
|
| 5507 |
msgstr ""
|
| 5508 |
|
| 5509 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5510 |
msgid "Padding (PX)"
|
| 5511 |
msgstr ""
|
| 5512 |
|
| 5513 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5514 |
msgid "Width (%)"
|
| 5515 |
msgstr ""
|
| 5516 |
|
| 5517 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5518 |
msgid "Product Title Color"
|
| 5519 |
msgstr ""
|
| 5520 |
|
| 5521 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5522 |
msgid "Product Price"
|
| 5523 |
msgstr ""
|
| 5524 |
|
| 5525 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5526 |
msgid "Sale Price Color"
|
| 5527 |
msgstr ""
|
| 5528 |
|
| 5529 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5530 |
msgid "Star Rating"
|
| 5531 |
msgstr ""
|
| 5532 |
|
| 5533 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5534 |
msgid "Rating Color"
|
| 5535 |
msgstr ""
|
| 5536 |
|
| 5537 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5538 |
msgid "Product Description"
|
| 5539 |
msgstr ""
|
| 5540 |
|
| 5541 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5542 |
-
msgid "Sale Badge"
|
| 5543 |
msgstr ""
|
| 5544 |
|
| 5545 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5546 |
msgid "Sale Badge Color"
|
| 5547 |
msgstr ""
|
| 5548 |
|
| 5549 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5550 |
msgid "Sale Badge Background"
|
| 5551 |
msgstr ""
|
| 5552 |
|
| 5553 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5554 |
msgid "Stock Out Badge"
|
| 5555 |
msgstr ""
|
| 5556 |
|
| 5557 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5558 |
msgid "Stock Out Badge Color"
|
| 5559 |
msgstr ""
|
| 5560 |
|
| 5561 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5562 |
msgid "Stock Out Badge Background"
|
| 5563 |
msgstr ""
|
| 5564 |
|
| 5565 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5566 |
msgid "Add to Cart Button Styles"
|
| 5567 |
msgstr ""
|
| 5568 |
|
| 5569 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5570 |
msgid "Button Color"
|
| 5571 |
msgstr ""
|
| 5572 |
|
| 5573 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5574 |
msgid "Sale / Stock Out Badge"
|
| 5575 |
msgstr ""
|
| 5576 |
|
| 5577 |
-
#: ../includes/Elements/Product_Grid.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5578 |
msgid "Show Quick view?"
|
| 5579 |
msgstr ""
|
| 5580 |
|
| 5581 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5582 |
msgid "Quick view Title Tag"
|
| 5583 |
msgstr ""
|
| 5584 |
|
| 5585 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5586 |
msgid "Icons Size"
|
| 5587 |
msgstr ""
|
| 5588 |
|
| 5589 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5590 |
msgid "Show pagination"
|
| 5591 |
msgstr ""
|
| 5592 |
|
| 5593 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5594 |
msgid "Previous Label"
|
| 5595 |
msgstr ""
|
| 5596 |
|
| 5597 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5598 |
msgid "←"
|
| 5599 |
msgstr ""
|
| 5600 |
|
| 5601 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5602 |
msgid "Next Label"
|
| 5603 |
msgstr ""
|
| 5604 |
|
| 5605 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5606 |
msgid "→"
|
| 5607 |
msgstr ""
|
| 5608 |
|
| 5609 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5610 |
msgid "Loader"
|
| 5611 |
msgstr ""
|
| 5612 |
|
| 5613 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5614 |
msgid "Popup"
|
| 5615 |
msgstr ""
|
| 5616 |
|
| 5617 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5618 |
msgid "Review Link Color"
|
| 5619 |
msgstr ""
|
| 5620 |
|
| 5621 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5622 |
msgid "Review Link Hover"
|
| 5623 |
msgstr ""
|
| 5624 |
|
| 5625 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5626 |
msgid "Sale"
|
| 5627 |
msgstr ""
|
| 5628 |
|
| 5629 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5630 |
msgid "Quantity"
|
| 5631 |
msgstr ""
|
| 5632 |
|
| 5633 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5634 |
msgid "Cart Button"
|
| 5635 |
msgstr ""
|
| 5636 |
|
|
@@ -6234,7 +6266,7 @@ msgstr ""
|
|
| 6234 |
msgid "Quotation Postion From Right"
|
| 6235 |
msgstr ""
|
| 6236 |
|
| 6237 |
-
#: ../includes/Elements/Tooltip.php:78, ../includes/Elements/Woo_Checkout.php:
|
| 6238 |
msgid "Text"
|
| 6239 |
msgstr ""
|
| 6240 |
|
|
@@ -6522,227 +6554,235 @@ msgstr ""
|
|
| 6522 |
msgid "<strong>ReviewX</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=reviewx&tab=search&type=term\" target=\"_blank\">ReviewX</a> first."
|
| 6523 |
msgstr ""
|
| 6524 |
|
| 6525 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6526 |
msgid "Order Details"
|
| 6527 |
msgstr ""
|
| 6528 |
|
| 6529 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6530 |
msgid "Your Order"
|
| 6531 |
msgstr ""
|
| 6532 |
|
| 6533 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6534 |
msgid "Change Labels"
|
| 6535 |
msgstr ""
|
| 6536 |
|
| 6537 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6538 |
msgid "Product Text"
|
| 6539 |
msgstr ""
|
| 6540 |
|
| 6541 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6542 |
msgid "Product"
|
| 6543 |
msgstr ""
|
| 6544 |
|
| 6545 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6546 |
msgid "Quantity Text"
|
| 6547 |
msgstr ""
|
| 6548 |
|
| 6549 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6550 |
msgid "Price Text"
|
| 6551 |
msgstr ""
|
| 6552 |
|
| 6553 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6554 |
msgid "Subtotal Text"
|
| 6555 |
msgstr ""
|
| 6556 |
|
| 6557 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6558 |
msgid "Subtotal"
|
| 6559 |
msgstr ""
|
| 6560 |
|
| 6561 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6562 |
msgid "Shipping Text"
|
| 6563 |
msgstr ""
|
| 6564 |
|
| 6565 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6566 |
msgid "Shipping"
|
| 6567 |
msgstr ""
|
| 6568 |
|
| 6569 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6570 |
msgid "Total Text"
|
| 6571 |
msgstr ""
|
| 6572 |
|
| 6573 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6574 |
msgid "Total"
|
| 6575 |
msgstr ""
|
| 6576 |
|
| 6577 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6578 |
msgid "Shop Link"
|
| 6579 |
msgstr ""
|
| 6580 |
|
| 6581 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6582 |
msgid "Link Text"
|
| 6583 |
msgstr ""
|
| 6584 |
|
| 6585 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6586 |
msgid "Continue Shopping"
|
| 6587 |
msgstr ""
|
| 6588 |
|
| 6589 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6590 |
msgid "Coupon"
|
| 6591 |
msgstr ""
|
| 6592 |
|
| 6593 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6594 |
msgid "Have a coupon?"
|
| 6595 |
msgstr ""
|
| 6596 |
|
| 6597 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6598 |
msgid "Click here to enter your code"
|
| 6599 |
msgstr ""
|
| 6600 |
|
| 6601 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6602 |
msgid "Form Content"
|
| 6603 |
msgstr ""
|
| 6604 |
|
| 6605 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6606 |
msgid "If you have a coupon code, please apply it below."
|
| 6607 |
msgstr ""
|
| 6608 |
|
| 6609 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6610 |
msgid "Placeholder Text"
|
| 6611 |
msgstr ""
|
| 6612 |
|
| 6613 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6614 |
msgid "Coupon code"
|
| 6615 |
msgstr ""
|
| 6616 |
|
| 6617 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6618 |
msgid "Apply Coupon"
|
| 6619 |
msgstr ""
|
| 6620 |
|
| 6621 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6622 |
msgid "Returning customer?"
|
| 6623 |
msgstr ""
|
| 6624 |
|
| 6625 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6626 |
msgid "If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing section."
|
| 6627 |
msgstr ""
|
| 6628 |
|
| 6629 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6630 |
msgid "Click here to login"
|
| 6631 |
msgstr ""
|
| 6632 |
|
| 6633 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6634 |
msgid "Customer Details"
|
| 6635 |
msgstr ""
|
| 6636 |
|
| 6637 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6638 |
msgid "Billing Title"
|
| 6639 |
msgstr ""
|
| 6640 |
|
| 6641 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6642 |
msgid "Billing Details"
|
| 6643 |
msgstr ""
|
| 6644 |
|
| 6645 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6646 |
msgid "Shipping Title"
|
| 6647 |
msgstr ""
|
| 6648 |
|
| 6649 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6650 |
msgid "Ship to a different address?"
|
| 6651 |
msgstr ""
|
| 6652 |
|
| 6653 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6654 |
msgid "Additional Info Title"
|
| 6655 |
msgstr ""
|
| 6656 |
|
| 6657 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6658 |
msgid "Additional Information"
|
| 6659 |
msgstr ""
|
| 6660 |
|
| 6661 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6662 |
msgid "Payment"
|
| 6663 |
msgstr ""
|
| 6664 |
|
| 6665 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6666 |
msgid "Payment Methods"
|
| 6667 |
msgstr ""
|
| 6668 |
|
| 6669 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6670 |
msgid "Button text"
|
| 6671 |
msgstr ""
|
| 6672 |
|
| 6673 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6674 |
msgid "Place Order"
|
| 6675 |
msgstr ""
|
| 6676 |
|
| 6677 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6678 |
msgid "Section Title"
|
| 6679 |
msgstr ""
|
| 6680 |
|
| 6681 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6682 |
msgid "Bottom Gap"
|
| 6683 |
msgstr ""
|
| 6684 |
|
| 6685 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6686 |
msgid "Table Head"
|
| 6687 |
msgstr ""
|
| 6688 |
|
| 6689 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6690 |
msgid "Header Color"
|
| 6691 |
msgstr ""
|
| 6692 |
|
| 6693 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6694 |
msgid "Table Body"
|
| 6695 |
msgstr ""
|
| 6696 |
|
| 6697 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6698 |
msgid "Row Gap"
|
| 6699 |
msgstr ""
|
| 6700 |
|
| 6701 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6702 |
msgid "Table Footer"
|
| 6703 |
msgstr ""
|
| 6704 |
|
| 6705 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6706 |
msgid "Links Color"
|
| 6707 |
msgstr ""
|
| 6708 |
|
| 6709 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6710 |
msgid "Links Hover Color"
|
| 6711 |
msgstr ""
|
| 6712 |
|
| 6713 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6714 |
msgid "Form Label"
|
| 6715 |
msgstr ""
|
| 6716 |
|
| 6717 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6718 |
msgid "Notices"
|
| 6719 |
msgstr ""
|
| 6720 |
|
| 6721 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6722 |
msgid "Info"
|
| 6723 |
msgstr ""
|
| 6724 |
|
| 6725 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6726 |
msgid "Error"
|
| 6727 |
msgstr ""
|
| 6728 |
|
| 6729 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6730 |
msgid "Required (*)"
|
| 6731 |
msgstr ""
|
| 6732 |
|
| 6733 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6734 |
msgid "Bottom Spacing (PX)"
|
| 6735 |
msgstr ""
|
| 6736 |
|
| 6737 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6738 |
msgid "Selected"
|
| 6739 |
msgstr ""
|
| 6740 |
|
| 6741 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6742 |
msgid "Methods Info"
|
| 6743 |
msgstr ""
|
| 6744 |
|
| 6745 |
-
#: ../includes/Elements/Woo_Checkout.php:
|
| 6746 |
msgid "Privacy Policy"
|
| 6747 |
msgstr ""
|
| 6748 |
|
|
@@ -6822,14 +6862,6 @@ msgstr ""
|
|
| 6822 |
msgid "Query"
|
| 6823 |
msgstr ""
|
| 6824 |
|
| 6825 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:850
|
| 6826 |
-
msgid "Sale Text"
|
| 6827 |
-
msgstr ""
|
| 6828 |
-
|
| 6829 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:858
|
| 6830 |
-
msgid "Stock Out Text"
|
| 6831 |
-
msgstr ""
|
| 6832 |
-
|
| 6833 |
#: ../includes/Elements/Woo_Product_Carousel.php:924
|
| 6834 |
msgid "Use opacity color for overlay design."
|
| 6835 |
msgstr ""
|
|
@@ -6838,6 +6870,10 @@ msgstr ""
|
|
| 6838 |
msgid "Product Price Color"
|
| 6839 |
msgstr ""
|
| 6840 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6841 |
#: ../includes/Elements/Woo_Product_Carousel.php:1626
|
| 6842 |
msgid "Review Color"
|
| 6843 |
msgstr ""
|
|
@@ -7194,75 +7230,79 @@ msgstr ""
|
|
| 7194 |
msgid "Site Secret"
|
| 7195 |
msgstr ""
|
| 7196 |
|
| 7197 |
-
#: ../includes/Traits/Admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7198 |
msgid "Google Login"
|
| 7199 |
msgstr ""
|
| 7200 |
|
| 7201 |
-
#: ../includes/Traits/Admin.php:
|
| 7202 |
msgid "Google Client ID"
|
| 7203 |
msgstr ""
|
| 7204 |
|
| 7205 |
-
#: ../includes/Traits/Admin.php:
|
| 7206 |
msgid "Facebook Login"
|
| 7207 |
msgstr ""
|
| 7208 |
|
| 7209 |
-
#: ../includes/Traits/Admin.php:
|
| 7210 |
msgid "Facebook APP ID"
|
| 7211 |
msgstr ""
|
| 7212 |
|
| 7213 |
-
#: ../includes/Traits/Admin.php:
|
| 7214 |
msgid "Facebook APP Secret"
|
| 7215 |
msgstr ""
|
| 7216 |
|
| 7217 |
-
#: ../includes/Traits/Admin.php:
|
| 7218 |
msgid "Essential Addons Settings"
|
| 7219 |
msgstr ""
|
| 7220 |
|
| 7221 |
-
#: ../includes/Traits/Admin.php:
|
| 7222 |
msgid "Save settings"
|
| 7223 |
msgstr ""
|
| 7224 |
|
| 7225 |
-
#: ../includes/Traits/Admin.php:
|
| 7226 |
msgid "Extensions"
|
| 7227 |
msgstr ""
|
| 7228 |
|
| 7229 |
-
#: ../includes/Traits/Admin.php:
|
| 7230 |
msgid "Tools"
|
| 7231 |
msgstr ""
|
| 7232 |
|
| 7233 |
-
#: ../includes/Traits/Admin.php:
|
| 7234 |
msgid "Go Premium"
|
| 7235 |
msgstr ""
|
| 7236 |
|
| 7237 |
-
#: ../includes/Traits/Admin.php:
|
| 7238 |
msgid "Login | Register Settings updated"
|
| 7239 |
msgstr ""
|
| 7240 |
|
| 7241 |
-
#: ../includes/Traits/Admin.php:
|
| 7242 |
msgid "Ok, you deserve it!"
|
| 7243 |
msgstr ""
|
| 7244 |
|
| 7245 |
-
#: ../includes/Traits/Admin.php:
|
| 7246 |
msgid "I already did"
|
| 7247 |
msgstr ""
|
| 7248 |
|
| 7249 |
-
#: ../includes/Traits/Admin.php:
|
| 7250 |
msgid "Maybe Later"
|
| 7251 |
msgstr ""
|
| 7252 |
|
| 7253 |
-
#: ../includes/Traits/Admin.php:
|
| 7254 |
msgid "I need help"
|
| 7255 |
msgstr ""
|
| 7256 |
|
| 7257 |
-
#: ../includes/Traits/Admin.php:
|
| 7258 |
msgid "Never show again"
|
| 7259 |
msgstr ""
|
| 7260 |
|
| 7261 |
-
#: ../includes/Traits/Admin.php:
|
| 7262 |
msgid "We hope you're enjoying Essential Addons for Elementor! Could you please do us a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?"
|
| 7263 |
msgstr ""
|
| 7264 |
|
| 7265 |
-
#: ../includes/Traits/Admin.php:
|
| 7266 |
msgid "You are using an incompatible version of Essential Addons PRO. Please update to v4.0.0+. If you do not see automatic update, <a href=\"https://essential-addons.com/elementor/docs/manually-update-essential-addons-pro/\" target=\"_blank\">Follow manual update guide.</a>"
|
| 7267 |
msgstr ""
|
| 7268 |
|
|
@@ -7626,15 +7666,15 @@ msgstr ""
|
|
| 7626 |
msgid "Woo Product Slider"
|
| 7627 |
msgstr ""
|
| 7628 |
|
| 7629 |
-
#: ../includes/Traits/Enqueue.php:
|
| 7630 |
msgid "Added "
|
| 7631 |
msgstr ""
|
| 7632 |
|
| 7633 |
-
#: ../includes/Traits/Enqueue.php:
|
| 7634 |
msgid "Compare"
|
| 7635 |
msgstr ""
|
| 7636 |
|
| 7637 |
-
#: ../includes/Traits/Enqueue.php:
|
| 7638 |
msgid "Loading..."
|
| 7639 |
msgstr ""
|
| 7640 |
|
|
@@ -8166,19 +8206,19 @@ msgstr ""
|
|
| 8166 |
msgid "No products found!"
|
| 8167 |
msgstr ""
|
| 8168 |
|
| 8169 |
-
#: ../includes/Template/Content/Product_Grid.php:63, ../includes/Template/Content/Product_Grid.php:29, ../includes/Template/Eicon-Woocommerce/default.php:
|
| 8170 |
msgid "Sale!"
|
| 8171 |
msgstr ""
|
| 8172 |
|
| 8173 |
-
#: ../includes/Template/Content/Product_Grid.php:27, ../includes/Template/Eicon-Woocommerce/default.php:
|
| 8174 |
msgid "Stock <br/> Out"
|
| 8175 |
msgstr ""
|
| 8176 |
|
| 8177 |
-
#: ../includes/Template/Eicon-Woocommerce/default.php:
|
| 8178 |
msgid "Stock "
|
| 8179 |
msgstr ""
|
| 8180 |
|
| 8181 |
-
#: ../includes/Template/Eicon-Woocommerce/default.php:
|
| 8182 |
msgid "Out"
|
| 8183 |
msgstr ""
|
| 8184 |
|
| 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:482, ../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/Login_Register.php:1018, ../includes/Elements/Pricing_Table.php:697, ../includes/Elements/Progress_Bar.php:271, ../includes/Elements/Team_Member.php:237, ../includes/Elements/Testimonial.php:214, ../includes/Elements/Tooltip.php:513, ../includes/Elements/Twitter_Feed.php:308, ../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:489, ../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/Login_Register.php:1025, ../includes/Elements/Pricing_Table.php:704, ../includes/Elements/Progress_Bar.php:278, ../includes/Elements/Team_Member.php:244, ../includes/Elements/Testimonial.php:221, ../includes/Elements/Tooltip.php:520, ../includes/Elements/Twitter_Feed.php:315, ../includes/Elements/WeForms.php:117
|
| 21 |
msgid "Unlock more possibilities"
|
| 22 |
msgstr ""
|
| 23 |
|
| 65 |
msgid "Install Now!"
|
| 66 |
msgstr ""
|
| 67 |
|
| 68 |
+
#: ../includes/Classes/WPDeveloper_Plugin_Installer.php:151, ../includes/Classes/WPDeveloper_Plugin_Installer.php:169, ../includes/Classes/WPDeveloper_Plugin_Installer.php:187, ../includes/Classes/WPDeveloper_Setup_Wizard.php:481, ../includes/Classes/WPDeveloper_Setup_Wizard.php:507, ../includes/Traits/Admin.php:165, ../includes/Traits/Helper.php:816, ../includes/Traits/Library.php:154
|
| 69 |
msgid "you are not allowed to do this action"
|
| 70 |
msgstr ""
|
| 71 |
|
| 93 |
msgid "Configuration"
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
+
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:119, ../includes/Traits/Admin.php:117
|
| 97 |
msgid "Elements"
|
| 98 |
msgstr ""
|
| 99 |
|
| 101 |
msgid "Templately"
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
+
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:155, ../includes/Traits/Admin.php:129
|
| 105 |
msgid "Integrations"
|
| 106 |
msgstr ""
|
| 107 |
|
| 130 |
" option."
|
| 131 |
msgstr ""
|
| 132 |
|
| 133 |
+
#: ../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:281, ../includes/Elements/Login_Register.php:441, ../includes/Elements/Login_Register.php:547, ../includes/Elements/Login_Register.php:856, ../includes/Elements/Login_Register.php:1299, ../includes/Elements/Login_Register.php:1405, ../includes/Elements/Login_Register.php:1473, ../includes/Elements/Login_Register.php:1599, ../includes/Elements/Login_Register.php:1856, ../includes/Elements/Login_Register.php:2000, ../includes/Elements/Login_Register.php:2150, ../includes/Elements/Login_Register.php:2293, ../includes/Elements/Login_Register.php:2384, ../includes/Elements/Login_Register.php:2482, ../includes/Elements/Login_Register.php:2684, ../includes/Elements/Login_Register.php:2729, ../includes/Elements/Login_Register.php:2761, ../includes/Elements/Login_Register.php:2995, ../includes/Elements/Login_Register.php:3157, ../includes/Elements/Login_Register.php:3456, ../includes/Elements/NinjaForms.php:1328, ../includes/Elements/WpForms.php:1168, ../includes/Traits/Woo_Product_Comparable.php:420, ../includes/Traits/Woo_Product_Comparable.php:534, ../includes/Traits/Woo_Product_Comparable.php:625, ../includes/Traits/Woo_Product_Comparable.php:694
|
| 134 |
msgid "Custom"
|
| 135 |
msgstr ""
|
| 136 |
|
| 447 |
msgid "Quick Setup Wizard- Essential Addons"
|
| 448 |
msgstr ""
|
| 449 |
|
| 450 |
+
#: ../includes/Controls/Select2.php:28, ../includes/Elements/Advanced_Data_Table.php:155, ../includes/Elements/Advanced_Data_Table.php:170, ../includes/Elements/Advanced_Data_Table.php:874
|
| 451 |
msgid "Search"
|
| 452 |
msgstr ""
|
| 453 |
|
| 455 |
msgid "Data Source"
|
| 456 |
msgstr ""
|
| 457 |
|
| 458 |
+
#: ../includes/Elements/Advanced_Data_Table.php:80, ../includes/Elements/Event_Calendar.php:93, ../includes/Elements/Product_Grid.php:358, ../includes/Elements/Sticky_Video.php:144, ../includes/Traits/Controls.php:67
|
| 459 |
msgid "Source"
|
| 460 |
msgstr ""
|
| 461 |
|
| 463 |
msgid "Static Data"
|
| 464 |
msgstr ""
|
| 465 |
|
| 466 |
+
#: ../includes/Elements/Advanced_Data_Table.php:85
|
| 467 |
+
msgid "Ninja Tables"
|
| 468 |
+
msgstr ""
|
| 469 |
+
|
| 470 |
#: ../includes/Elements/Advanced_Data_Table.php:92
|
| 471 |
+
msgid "Database (Pro)"
|
| 472 |
msgstr ""
|
| 473 |
|
| 474 |
#: ../includes/Elements/Advanced_Data_Table.php:93
|
| 475 |
+
msgid "Remote Database (Pro)"
|
| 476 |
msgstr ""
|
| 477 |
|
| 478 |
#: ../includes/Elements/Advanced_Data_Table.php:94
|
| 479 |
+
msgid "Google Sheets (Pro)"
|
| 480 |
msgstr ""
|
| 481 |
|
| 482 |
#: ../includes/Elements/Advanced_Data_Table.php:95
|
| 483 |
+
msgid "TablePress (Pro)"
|
| 484 |
msgstr ""
|
| 485 |
|
| 486 |
#: ../includes/Elements/Advanced_Data_Table.php:87
|
| 499 |
msgid "TablePress"
|
| 500 |
msgstr ""
|
| 501 |
|
| 502 |
+
#: ../includes/Elements/Advanced_Data_Table.php:110, ../includes/Elements/Event_Calendar.php:124, ../includes/Elements/Progress_Bar.php:111, ../includes/Elements/Woo_Checkout.php:133
|
| 503 |
+
msgid "Only Available in Pro Version!"
|
| 504 |
msgstr ""
|
| 505 |
|
| 506 |
+
#: ../includes/Elements/Advanced_Data_Table.php:138
|
| 507 |
msgid "Advanced Features"
|
| 508 |
msgstr ""
|
| 509 |
|
| 510 |
+
#: ../includes/Elements/Advanced_Data_Table.php:145
|
| 511 |
msgid "Sort"
|
| 512 |
msgstr ""
|
| 513 |
|
| 514 |
+
#: ../includes/Elements/Advanced_Data_Table.php:165, ../includes/Elements/Caldera_Forms.php:162, ../includes/Elements/Caldera_Forms.php:895, ../includes/Elements/Contact_Form_7.php:900, ../includes/Elements/Filterable_Gallery.php:2291, ../includes/Elements/FluentForm.php:175, ../includes/Elements/FluentForm.php:861, ../includes/Elements/Formstack.php:244, ../includes/Elements/Formstack.php:1090, ../includes/Elements/GravityForms.php:231, ../includes/Elements/GravityForms.php:1165, ../includes/Elements/Login_Register.php:1072, ../includes/Elements/NinjaForms.php:183, ../includes/Elements/NinjaForms.php:939, ../includes/Elements/WpForms.php:190, ../includes/Elements/WpForms.php:896
|
| 515 |
msgid "Placeholder"
|
| 516 |
msgstr ""
|
| 517 |
|
| 518 |
+
#: ../includes/Elements/Advanced_Data_Table.php:180, ../includes/Elements/Advanced_Data_Table.php:1069, ../includes/Elements/Facebook_Feed.php:376, ../includes/Elements/FluentForm.php:1679, ../includes/Elements/Formstack.php:1593, ../includes/Elements/Product_Grid.php:2142, ../includes/Elements/Product_Grid.php:2193
|
| 519 |
msgid "Pagination"
|
| 520 |
msgstr ""
|
| 521 |
|
| 522 |
+
#: ../includes/Elements/Advanced_Data_Table.php:190
|
| 523 |
msgid "Pagination Type"
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
+
#: ../includes/Elements/Advanced_Data_Table.php:193, ../includes/Elements/Advanced_Data_Table.php:1345, ../includes/Elements/Betterdocs_Category_Grid.php:1290, ../includes/Elements/Event_Calendar.php:759, ../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:501, ../includes/Elements/Pricing_Table.php:1810, ../includes/Elements/Product_Grid.php:1845, ../includes/Elements/Woo_Checkout.php:1291, ../includes/Elements/Woo_Checkout.php:1589, ../includes/Elements/Woo_Checkout.php:2362, ../includes/Elements/Woo_Product_Carousel.php:1308, ../includes/Traits/Woo_Product_Comparable.php:1211, ../includes/Traits/Woo_Product_Comparable.php:1261
|
| 527 |
msgid "Button"
|
| 528 |
msgstr ""
|
| 529 |
|
| 530 |
+
#: ../includes/Elements/Advanced_Data_Table.php:194
|
| 531 |
msgid "Select"
|
| 532 |
msgstr ""
|
| 533 |
|
| 534 |
+
#: ../includes/Elements/Advanced_Data_Table.php:206
|
| 535 |
msgid "Rows Per Page"
|
| 536 |
msgstr ""
|
| 537 |
|
| 538 |
+
#: ../includes/Elements/Advanced_Data_Table.php:220
|
| 539 |
msgid "Note: Pagination will be applied on Live Preview only."
|
| 540 |
msgstr ""
|
| 541 |
|
| 542 |
+
#: ../includes/Elements/Advanced_Data_Table.php:234
|
| 543 |
msgid "Export/Import"
|
| 544 |
msgstr ""
|
| 545 |
|
| 546 |
+
#: ../includes/Elements/Advanced_Data_Table.php:241, ../includes/Elements/Data_Table.php:469
|
| 547 |
msgid "Export table as CSV file"
|
| 548 |
msgstr ""
|
| 549 |
|
| 550 |
+
#: ../includes/Elements/Advanced_Data_Table.php:243, ../includes/Elements/Data_Table.php:462, ../includes/Elements/Data_Table.php:471
|
| 551 |
msgid "Export"
|
| 552 |
msgstr ""
|
| 553 |
|
| 554 |
+
#: ../includes/Elements/Advanced_Data_Table.php:251, ../includes/Elements/Advanced_Data_Table.php:273, ../includes/Elements/Advanced_Data_Table.php:276
|
| 555 |
msgid "Import"
|
| 556 |
msgstr ""
|
| 557 |
|
| 558 |
+
#: ../includes/Elements/Advanced_Data_Table.php:292, ../includes/Elements/Event_Calendar.php:632
|
| 559 |
msgid "Data Cache Setting"
|
| 560 |
msgstr ""
|
| 561 |
|
| 562 |
+
#: ../includes/Elements/Advanced_Data_Table.php:302, ../includes/Elements/Event_Calendar.php:642, ../includes/Elements/Facebook_Feed.php:112, ../includes/Elements/Twitter_Feed.php:134
|
| 563 |
msgid "Data Cache Time"
|
| 564 |
msgstr ""
|
| 565 |
|
| 566 |
+
#: ../includes/Elements/Advanced_Data_Table.php:306, ../includes/Elements/Event_Calendar.php:646, ../includes/Elements/Facebook_Feed.php:116, ../includes/Elements/Twitter_Feed.php:138
|
| 567 |
msgid "Cache expiration time (Minutes)"
|
| 568 |
msgstr ""
|
| 569 |
|
| 570 |
+
#: ../includes/Elements/Advanced_Data_Table.php:316
|
| 571 |
msgid "Table"
|
| 572 |
msgstr ""
|
| 573 |
|
| 574 |
+
#: ../includes/Elements/Advanced_Data_Table.php:324, ../includes/Elements/Advanced_Data_Table.php:885, ../includes/Elements/Advanced_Data_Table.php:1080, ../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:521, ../includes/Elements/Data_Table.php:1150, ../includes/Elements/Dual_Color_Header.php:749, ../includes/Elements/Dual_Color_Header.php:829, ../includes/Elements/Filterable_Gallery.php:2156, ../includes/Elements/Filterable_Gallery.php:2314, ../includes/Elements/FluentForm.php:1479, ../includes/Elements/FluentForm.php:1493, ../includes/Elements/Formstack.php:1395, ../includes/Elements/Formstack.php:1409, ../includes/Elements/GravityForms.php:1631, ../includes/Elements/GravityForms.php:1747, ../includes/Elements/GravityForms.php:1761, ../includes/Elements/GravityForms.php:1994, ../includes/Elements/Login_Register.php:1478, ../includes/Elements/Login_Register.php:2006, ../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:804, ../includes/Elements/Woo_Product_Carousel.php:1316, ../includes/Elements/Woo_Product_Carousel.php:2146, ../includes/Elements/Woo_Product_Carousel.php:2349, ../includes/Elements/Woo_Product_Carousel.php:2429, ../includes/Elements/WpForms.php:1163, ../includes/Elements/WpForms.php:1177, ../includes/Extensions/Table_of_Content.php:407, ../includes/Traits/Woo_Product_Comparable.php:307, ../includes/Traits/Woo_Product_Comparable.php:969, ../includes/Traits/Woo_Product_Comparable.php:1118
|
| 575 |
msgid "Width"
|
| 576 |
msgstr ""
|
| 577 |
|
| 578 |
+
#: ../includes/Elements/Advanced_Data_Table.php:361, ../includes/Elements/Advanced_Data_Table.php:1029, ../includes/Elements/Advanced_Data_Table.php:1227, ../includes/Elements/Advanced_Data_Table.php:1299, ../includes/Elements/Advanced_Data_Table.php:1427, ../includes/Elements/Adv_Accordion.php: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:652, ../includes/Elements/Data_Table.php:691, ../includes/Elements/Data_Table.php:883, ../includes/Elements/Data_Table.php:1217, ../includes/Elements/Dual_Color_Header.php:347, ../includes/Elements/Event_Calendar.php:810, ../includes/Elements/Event_Calendar.php:877, ../includes/Elements/Event_Calendar.php:931, ../includes/Elements/Event_Calendar.php:1603, ../includes/Elements/Event_Calendar.php:1674, ../includes/Elements/Facebook_Feed.php: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:1051, ../includes/Elements/Info_Box.php:1132, ../includes/Elements/Login_Register.php:2758, ../includes/Elements/NinjaForms.php:659, ../includes/Elements/NinjaForms.php:857, ../includes/Elements/NinjaForms.php:1397, ../includes/Elements/Post_Grid.php:303, ../includes/Elements/Pricing_Table.php:1761, ../includes/Elements/Pricing_Table.php:1927, ../includes/Elements/Product_Grid.php:2288, ../includes/Elements/Simple_Menu.php:621, ../includes/Elements/Simple_Menu.php:694, ../includes/Elements/Team_Member.php:413, ../includes/Elements/Team_Member.php:501, ../includes/Elements/Testimonial.php:435, ../includes/Elements/Tooltip.php:439, ../includes/Elements/Tooltip.php:482, ../includes/Elements/Twitter_Feed.php:461, ../includes/Elements/Twitter_Feed.php:551, ../includes/Elements/Twitter_Feed.php:868, ../includes/Elements/Woo_Checkout.php:1511, ../includes/Elements/Woo_Checkout.php:1757, ../includes/Elements/Woo_Product_Carousel.php:2254, ../includes/Elements/Woo_Product_Carousel.php:2688, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php:521, ../includes/Traits/Controls.php:1256, ../includes/Traits/Controls.php:1310, ../includes/Traits/Controls.php:1440
|
| 579 |
msgid "Border"
|
| 580 |
msgstr ""
|
| 581 |
|
| 582 |
+
#: ../includes/Elements/Advanced_Data_Table.php:387, ../includes/Elements/Advanced_Data_Table.php:1055, ../includes/Elements/Advanced_Data_Table.php:1253, ../includes/Elements/Advanced_Data_Table.php:1325, ../includes/Elements/Advanced_Data_Table.php:1449, ../includes/Elements/Adv_Accordion.php: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:818, ../includes/Elements/Event_Calendar.php:885, ../includes/Elements/Event_Calendar.php:939, ../includes/Elements/Event_Calendar.php:1175, ../includes/Elements/Event_Calendar.php:1343, ../includes/Elements/Event_Calendar.php:1611, ../includes/Elements/Event_Calendar.php:1682, ../includes/Elements/Facebook_Feed.php: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:1214, ../includes/Elements/Login_Register.php:1559, ../includes/Elements/Login_Register.php:1794, ../includes/Elements/Login_Register.php:1968, ../includes/Elements/Login_Register.php:2124, ../includes/Elements/Login_Register.php:2264, ../includes/Elements/Login_Register.php:2358, ../includes/Elements/Login_Register.php:2449, ../includes/Elements/Login_Register.php:2623, ../includes/Elements/Login_Register.php:2660, ../includes/Elements/Login_Register.php:2774, ../includes/Elements/Login_Register.php:3284, ../includes/Elements/Login_Register.php:3321, ../includes/Elements/Login_Register.php:3605, ../includes/Elements/Login_Register.php:3642, ../includes/Elements/NinjaForms.php:369, ../includes/Elements/NinjaForms.php:670, ../includes/Elements/NinjaForms.php:1094, ../includes/Elements/NinjaForms.php:1121, ../includes/Elements/NinjaForms.php:1407, ../includes/Elements/Post_Grid.php:311, ../includes/Elements/Pricing_Table.php:781, ../includes/Elements/Pricing_Table.php:1535, ../includes/Elements/Pricing_Table.php:1784, ../includes/Elements/Pricing_Table.php:1935, ../includes/Elements/Product_Grid.php:956, ../includes/Elements/Product_Grid.php:2032, ../includes/Elements/Product_Grid.php:2388, ../includes/Elements/Product_Grid.php:2728, ../includes/Elements/Product_Grid.php:2927, ../includes/Elements/Product_Grid.php:2959, ../includes/Elements/Simple_Menu.php:629, ../includes/Elements/Sticky_Video.php:591, ../includes/Elements/Team_Member.php:421, ../includes/Elements/Team_Member.php:520, ../includes/Elements/Team_Member.php:767, ../includes/Elements/Testimonial.php:454, ../includes/Elements/Tooltip.php:499, ../includes/Elements/Twitter_Feed.php:469, ../includes/Elements/Twitter_Feed.php:562, ../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:651, ../includes/Elements/Woo_Checkout.php:800, ../includes/Elements/Woo_Checkout.php:996, ../includes/Elements/Woo_Checkout.php:1244, ../includes/Elements/Woo_Checkout.php:1397, ../includes/Elements/Woo_Checkout.php:1520, ../includes/Elements/Woo_Checkout.php:1695, ../includes/Elements/Woo_Checkout.php:1903, ../includes/Elements/Woo_Checkout.php:2105, ../includes/Elements/Woo_Checkout.php:2199, ../includes/Elements/Woo_Checkout.php:2479, ../includes/Elements/Woo_Product_Carousel.php:1021, ../includes/Elements/Woo_Product_Carousel.php:1423, ../includes/Elements/Woo_Product_Carousel.php:1826, ../includes/Elements/Woo_Product_Carousel.php:2022, ../includes/Elements/Woo_Product_Carousel.php:2054, ../includes/Elements/Woo_Product_Carousel.php:2264, ../includes/Elements/Woo_Product_Carousel.php:2387, ../includes/Elements/Woo_Product_Carousel.php:2511, ../includes/Elements/Woo_Product_Carousel.php:2698, ../includes/Elements/WpForms.php:338, ../includes/Elements/WpForms.php:639, ../includes/Elements/WpForms.php:1047, ../includes/Elements/WpForms.php:1073, ../includes/Elements/WpForms.php:1243, ../includes/Extensions/Table_of_Content.php:544, ../includes/Extensions/Table_of_Content.php:759, ../includes/Traits/Controls.php:1264, ../includes/Traits/Controls.php:1318, ../includes/Traits/Controls.php:1448, ../includes/Traits/Woo_Product_Comparable.php:368, ../includes/Traits/Woo_Product_Comparable.php:513, ../includes/Traits/Woo_Product_Comparable.php:1394
|
| 583 |
msgid "Border Radius"
|
| 584 |
msgstr ""
|
| 585 |
|
| 586 |
+
#: ../includes/Elements/Advanced_Data_Table.php:400, ../includes/Elements/Advanced_Data_Table.php:1463, ../includes/Elements/Betterdocs_Category_Grid.php:331, ../includes/Elements/Betterdocs_Category_Grid.php:379, ../includes/Elements/Event_Calendar.php:697, ../includes/Elements/Event_Calendar.php:1635, ../includes/Elements/Event_Calendar.php:1709, ../includes/Elements/Product_Grid.php:916, ../includes/Elements/Product_Grid.php:944, ../includes/Elements/Product_Grid.php:2951, ../includes/Elements/Product_Grid.php:2986, ../includes/Elements/Progress_Bar.php:652, ../includes/Elements/Twitter_Feed.php:664, ../includes/Elements/Twitter_Feed.php:876, ../includes/Elements/Woo_Product_Carousel.php:980, ../includes/Elements/Woo_Product_Carousel.php:1009, ../includes/Elements/Woo_Product_Carousel.php:2046, ../includes/Elements/Woo_Product_Carousel.php:2081, ../includes/Elements/Woo_Product_Carousel.php:2760, ../includes/Extensions/Table_of_Content.php:533, ../includes/Extensions/Table_of_Content.php:778, ../includes/Traits/Woo_Product_Comparable.php:1418
|
| 587 |
msgid "Box Shadow"
|
| 588 |
msgstr ""
|
| 589 |
|
| 590 |
+
#: ../includes/Elements/Advanced_Data_Table.php:410
|
| 591 |
msgid "Head"
|
| 592 |
msgstr ""
|
| 593 |
|
| 594 |
+
#: ../includes/Elements/Advanced_Data_Table.php:419, ../includes/Elements/Advanced_Data_Table.php:538, ../includes/Elements/Advanced_Data_Table.php:996, ../includes/Elements/Advanced_Data_Table.php:1146, ../includes/Elements/Advanced_Data_Table.php:1354, ../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:739, ../includes/Elements/Event_Calendar.php:769, ../includes/Elements/Event_Calendar.php:983, ../includes/Elements/Event_Calendar.php:1058, ../includes/Elements/Event_Calendar.php:1092, ../includes/Elements/Event_Calendar.php:1335, ../includes/Elements/Event_Calendar.php:1398, ../includes/Elements/Event_Calendar.php:1427, ../includes/Elements/Event_Calendar.php:1495, ../includes/Elements/Event_Calendar.php:1653, ../includes/Elements/Filterable_Gallery.php:1964, ../includes/Elements/Filterable_Gallery.php:2011, ../includes/Elements/Filterable_Gallery.php:2047, ../includes/Elements/Filterable_Gallery.php:2104, ../includes/Elements/Filterable_Gallery.php:2398, ../includes/Elements/Filterable_Gallery.php:2558, ../includes/Elements/FluentForm.php:293, ../includes/Elements/FluentForm.php:354, ../includes/Elements/FluentForm.php:554, ../includes/Elements/FluentForm.php:792, ../includes/Elements/FluentForm.php:1119, ../includes/Elements/FluentForm.php:1174, ../includes/Elements/FluentForm.php:1278, ../includes/Elements/FluentForm.php:1364, ../includes/Elements/FluentForm.php:1430, ../includes/Elements/FluentForm.php:1603, ../includes/Elements/FluentForm.php:1736, ../includes/Elements/FluentForm.php:1933, ../includes/Elements/FluentForm.php:2082, ../includes/Elements/FluentForm.php:2131, ../includes/Elements/Formstack.php:494, ../includes/Elements/Formstack.php:543, ../includes/Elements/Formstack.php:597, ../includes/Elements/Formstack.php:671, ../includes/Elements/Formstack.php:726, ../includes/Elements/Formstack.php:809, ../includes/Elements/Formstack.php:1021, ../includes/Elements/Formstack.php:1519, ../includes/Elements/Formstack.php:1652, ../includes/Elements/Formstack.php:1793, ../includes/Elements/Formstack.php:1953, ../includes/Elements/GravityForms.php:528, ../includes/Elements/GravityForms.php:559, ../includes/Elements/GravityForms.php:600, ../includes/Elements/GravityForms.php:859, ../includes/Elements/GravityForms.php:948, ../includes/Elements/GravityForms.php:1002, ../includes/Elements/GravityForms.php:1138, ../includes/Elements/GravityForms.php:1598, ../includes/Elements/GravityForms.php:1933, ../includes/Elements/GravityForms.php:2154, ../includes/Elements/GravityForms.php:2347, ../includes/Elements/NinjaForms.php:465, ../includes/Elements/NinjaForms.php:514, ../includes/Elements/NinjaForms.php:574, ../includes/Elements/NinjaForms.php:817, ../includes/Elements/NinjaForms.php:906, ../includes/Elements/NinjaForms.php:1500, ../includes/Elements/NinjaForms.php:1545, ../includes/Elements/NinjaForms.php:1599, ../includes/Elements/Post_Grid.php:392, ../includes/Elements/Post_Grid.php:510, ../includes/Elements/Post_Grid.php:522, ../includes/Elements/Post_Grid.php:664, ../includes/Elements/Post_Grid.php:876, ../includes/Elements/Post_Timeline.php:323, ../includes/Elements/Product_Grid.php:2448, ../includes/Elements/Product_Grid.php:2479, ../includes/Elements/Product_Grid.php:2521, ../includes/Elements/Product_Grid.php:2587, ../includes/Elements/Product_Grid.php:2628, ../includes/Elements/Product_Grid.php:2685, ../includes/Elements/Product_Grid.php:2802, ../includes/Elements/Progress_Bar.php:672, ../includes/Elements/Simple_Menu.php:831, ../includes/Elements/Simple_Menu.php:1142, ../includes/Elements/Woo_Checkout.php:1300, ../includes/Elements/Woo_Checkout.php:1598, ../includes/Elements/Woo_Product_Carousel.php:1534, ../includes/Elements/Woo_Product_Carousel.php:1564, ../includes/Elements/Woo_Product_Carousel.php:1606, ../includes/Elements/Woo_Product_Carousel.php:1685, ../includes/Elements/Woo_Product_Carousel.php:1725, ../includes/Elements/Woo_Product_Carousel.php:1782, ../includes/Elements/Woo_Product_Carousel.php:1901, ../includes/Elements/WpForms.php:432, ../includes/Elements/WpForms.php:481, ../includes/Elements/WpForms.php:545, ../includes/Elements/WpForms.php:785, ../includes/Elements/WpForms.php:863, ../includes/Elements/WpForms.php:1287, ../includes/Traits/Woo_Product_Comparable.php:1077, ../includes/Traits/Woo_Product_Comparable.php:1195
|
| 595 |
msgid "Typography"
|
| 596 |
msgstr ""
|
| 597 |
|
| 598 |
+
#: ../includes/Elements/Advanced_Data_Table.php:427, ../includes/Elements/Advanced_Data_Table.php:546, ../includes/Elements/Betterdocs_Category_Box.php:763, ../includes/Elements/Betterdocs_Category_Grid.php:1509, ../includes/Elements/Countdown.php:1025, ../includes/Elements/Login_Register.php:2563
|
| 599 |
msgid "Text Alignment"
|
| 600 |
msgstr ""
|
| 601 |
|
| 602 |
+
#: ../includes/Elements/Advanced_Data_Table.php:431, ../includes/Elements/Advanced_Data_Table.php:550, ../includes/Elements/Advanced_Data_Table.php:976, ../includes/Elements/Advanced_Data_Table.php:1123, ../includes/Elements/Adv_Accordion.php:154, ../includes/Elements/Betterdocs_Category_Box.php:767, ../includes/Elements/Betterdocs_Category_Grid.php:1513, ../includes/Elements/Betterdocs_Category_Grid.php:1538, ../includes/Elements/Caldera_Forms.php:233, ../includes/Elements/Caldera_Forms.php:415, ../includes/Elements/Caldera_Forms.php:561, ../includes/Elements/Caldera_Forms.php:1136, ../includes/Elements/Contact_Form_7.php:331, ../includes/Elements/Contact_Form_7.php:443, ../includes/Elements/Contact_Form_7.php:1163, ../includes/Elements/Content_Ticker.php:290, ../includes/Elements/Countdown.php:118, ../includes/Elements/Countdown.php:1030, ../includes/Elements/Creative_Button.php:445, ../includes/Elements/Cta_Box.php:102, ../includes/Elements/Data_Table.php:553, ../includes/Elements/Data_Table.php:778, ../includes/Elements/Data_Table.php:1027, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:1007, ../includes/Elements/Event_Calendar.php:1139, ../includes/Elements/Fancy_Text.php:174, ../includes/Elements/Feature_List.php: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:692, ../includes/Elements/Login_Register.php:725, ../includes/Elements/Login_Register.php:2567, ../includes/Elements/Login_Register.php:3235, ../includes/Elements/Login_Register.php:3555, ../includes/Elements/NinjaForms.php:282, ../includes/Elements/NinjaForms.php:421, ../includes/Elements/NinjaForms.php:603, ../includes/Elements/NinjaForms.php:1298, ../includes/Elements/Post_Grid.php:487, ../includes/Elements/Post_Grid.php:642, ../includes/Elements/Post_Grid.php:710, ../includes/Elements/Post_Grid.php:805, ../includes/Elements/Post_Grid.php:888, ../includes/Elements/Post_Timeline.php:357, ../includes/Elements/Post_Timeline.php:415, ../includes/Elements/Pricing_Table.php:256, ../includes/Elements/Pricing_Table.php:373, ../includes/Elements/Pricing_Table.php:675, ../includes/Elements/Pricing_Table.php:815, ../includes/Elements/Pricing_Table.php:840, ../includes/Elements/Product_Grid.php:708, ../includes/Elements/Product_Grid.php:1026, ../includes/Elements/Product_Grid.php:1724, ../includes/Elements/Product_Grid.php:2209, ../includes/Elements/Progress_Bar.php:321, ../includes/Elements/Progress_Bar.php:532, ../includes/Elements/Simple_Menu.php:188, ../includes/Elements/Simple_Menu.php:333, ../includes/Elements/Simple_Menu.php:740, ../includes/Elements/Simple_Menu.php:766, ../includes/Elements/Simple_Menu.php:791, ../includes/Elements/Simple_Menu.php:1086, ../includes/Elements/Team_Member.php:380, ../includes/Elements/Testimonial.php:314, ../includes/Elements/Tooltip.php:209, ../includes/Elements/Tooltip.php:288, ../includes/Elements/Tooltip.php:377, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Product_Carousel.php:717, ../includes/Elements/Woo_Product_Carousel.php:833, ../includes/Elements/Woo_Product_Carousel.php:882, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Table_of_Content.php:438, ../includes/Traits/Controls.php:599, ../includes/Traits/Controls.php:1529, ../includes/Traits/Controls.php:1580, ../includes/Traits/Controls.php:1581, ../includes/Traits/Controls.php:1903
|
| 603 |
msgid "Left"
|
| 604 |
msgstr ""
|
| 605 |
|
| 606 |
+
#: ../includes/Elements/Advanced_Data_Table.php:435, ../includes/Elements/Advanced_Data_Table.php:554, ../includes/Elements/Advanced_Data_Table.php:980, ../includes/Elements/Advanced_Data_Table.php:1127, ../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:557, ../includes/Elements/Data_Table.php:782, ../includes/Elements/Data_Table.php:1031, ../includes/Elements/Dual_Color_Header.php:195, ../includes/Elements/Dual_Color_Header.php:658, ../includes/Elements/Event_Calendar.php:1011, ../includes/Elements/Event_Calendar.php:1143, ../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:2571, ../includes/Elements/Login_Register.php:3217, ../includes/Elements/Login_Register.php:3239, ../includes/Elements/Login_Register.php:3516, ../includes/Elements/Login_Register.php:3536, ../includes/Elements/Login_Register.php:3559, ../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:491, ../includes/Elements/Post_Grid.php:646, ../includes/Elements/Post_Grid.php:714, ../includes/Elements/Post_Grid.php:809, ../includes/Elements/Post_Grid.php:892, ../includes/Elements/Post_Timeline.php:361, ../includes/Elements/Post_Timeline.php:419, ../includes/Elements/Pricing_Table.php:819, ../includes/Elements/Pricing_Table.php:844, ../includes/Elements/Product_Grid.php:712, ../includes/Elements/Product_Grid.php:1030, ../includes/Elements/Product_Grid.php:2213, ../includes/Elements/Progress_Bar.php:325, ../includes/Elements/Progress_Bar.php:536, ../includes/Elements/Simple_Menu.php:192, ../includes/Elements/Simple_Menu.php:337, ../includes/Elements/Simple_Menu.php:744, ../includes/Elements/Simple_Menu.php:770, ../includes/Elements/Simple_Menu.php:795, ../includes/Elements/Simple_Menu.php:1090, ../includes/Elements/Team_Member.php:384, ../includes/Elements/Testimonial.php:318, ../includes/Elements/Tooltip.php:213, ../includes/Elements/Tooltip.php:381, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/Woo_Product_Carousel.php:886, ../includes/Elements/WpForms.php:275, ../includes/Elements/WpForms.php:392, ../includes/Elements/WpForms.php:576, ../includes/Elements/WpForms.php:1141, ../includes/Traits/Controls.php:598, ../includes/Traits/Controls.php:1533, ../includes/Traits/Controls.php:1907
|
| 607 |
msgid "Center"
|
| 608 |
msgstr ""
|
| 609 |
|
| 610 |
+
#: ../includes/Elements/Advanced_Data_Table.php:439, ../includes/Elements/Advanced_Data_Table.php:558, ../includes/Elements/Advanced_Data_Table.php:984, ../includes/Elements/Advanced_Data_Table.php:1131, ../includes/Elements/Adv_Accordion.php:153, ../includes/Elements/Betterdocs_Category_Box.php:775, ../includes/Elements/Betterdocs_Category_Grid.php:1521, ../includes/Elements/Betterdocs_Category_Grid.php:1546, ../includes/Elements/Caldera_Forms.php:241, ../includes/Elements/Caldera_Forms.php:423, ../includes/Elements/Caldera_Forms.php:569, ../includes/Elements/Caldera_Forms.php:1144, ../includes/Elements/Contact_Form_7.php:339, ../includes/Elements/Contact_Form_7.php:451, ../includes/Elements/Contact_Form_7.php:1171, ../includes/Elements/Content_Ticker.php:291, ../includes/Elements/Countdown.php:126, ../includes/Elements/Countdown.php:1038, ../includes/Elements/Creative_Button.php:453, ../includes/Elements/Cta_Box.php:104, ../includes/Elements/Data_Table.php:561, ../includes/Elements/Data_Table.php:786, ../includes/Elements/Data_Table.php:1035, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1015, ../includes/Elements/Event_Calendar.php:1147, ../includes/Elements/Fancy_Text.php:182, ../includes/Elements/Feature_List.php: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:696, ../includes/Elements/Login_Register.php:2575, ../includes/Elements/Login_Register.php:3243, ../includes/Elements/Login_Register.php:3563, ../includes/Elements/NinjaForms.php:290, ../includes/Elements/NinjaForms.php:429, ../includes/Elements/NinjaForms.php:611, ../includes/Elements/NinjaForms.php:1306, ../includes/Elements/Post_Grid.php:495, ../includes/Elements/Post_Grid.php:650, ../includes/Elements/Post_Grid.php:718, ../includes/Elements/Post_Grid.php:813, ../includes/Elements/Post_Grid.php:896, ../includes/Elements/Post_Timeline.php:365, ../includes/Elements/Post_Timeline.php:423, ../includes/Elements/Pricing_Table.php:257, ../includes/Elements/Pricing_Table.php:381, ../includes/Elements/Pricing_Table.php:679, ../includes/Elements/Pricing_Table.php:823, ../includes/Elements/Pricing_Table.php:848, ../includes/Elements/Product_Grid.php:716, ../includes/Elements/Product_Grid.php:1034, ../includes/Elements/Product_Grid.php:1728, ../includes/Elements/Product_Grid.php:2217, ../includes/Elements/Progress_Bar.php:329, ../includes/Elements/Progress_Bar.php:540, ../includes/Elements/Simple_Menu.php:196, ../includes/Elements/Simple_Menu.php:341, ../includes/Elements/Simple_Menu.php:748, ../includes/Elements/Simple_Menu.php:774, ../includes/Elements/Simple_Menu.php:799, ../includes/Elements/Simple_Menu.php:1094, ../includes/Elements/Team_Member.php:388, ../includes/Elements/Testimonial.php:322, ../includes/Elements/Tooltip.php:217, ../includes/Elements/Tooltip.php:289, ../includes/Elements/Tooltip.php:385, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Product_Carousel.php:718, ../includes/Elements/Woo_Product_Carousel.php:837, ../includes/Elements/Woo_Product_Carousel.php:890, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Table_of_Content.php:439, ../includes/Traits/Controls.php:597, ../includes/Traits/Controls.php:1537, ../includes/Traits/Controls.php:1580, ../includes/Traits/Controls.php:1581, ../includes/Traits/Controls.php:1911
|
| 611 |
msgid "Right"
|
| 612 |
msgstr ""
|
| 613 |
|
| 614 |
+
#: ../includes/Elements/Advanced_Data_Table.php:454, ../includes/Elements/Advanced_Data_Table.php:573, ../includes/Elements/Advanced_Data_Table.php:667, ../includes/Elements/Advanced_Data_Table.php:698, ../includes/Elements/Advanced_Data_Table.php:729, ../includes/Elements/Advanced_Data_Table.php:760, ../includes/Elements/Advanced_Data_Table.php:791, ../includes/Elements/Advanced_Data_Table.php:822, ../includes/Elements/Advanced_Data_Table.php:1004, ../includes/Elements/Advanced_Data_Table.php:1200, ../includes/Elements/Advanced_Data_Table.php:1270, ../includes/Elements/Adv_Accordion.php: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:989, ../includes/Elements/Data_Table.php:1006, ../includes/Elements/Event_Calendar.php:1253, ../includes/Elements/Event_Calendar.php:1286, ../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:1236, ../includes/Elements/Info_Box.php:1282, ../includes/Elements/Login_Register.php:2596, ../includes/Elements/Login_Register.php:2735, ../includes/Elements/Login_Register.php:3079, ../includes/Elements/Login_Register.php:3264, ../includes/Elements/Login_Register.php:3301, ../includes/Elements/Login_Register.php:3585, ../includes/Elements/Login_Register.php:3622, ../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:1887, ../includes/Elements/Pricing_Table.php:1956, ../includes/Elements/Product_Grid.php:2263, ../includes/Elements/Product_Grid.php:2301, ../includes/Elements/Product_Grid.php:2345, ../includes/Elements/Simple_Menu.php:363, ../includes/Elements/Simple_Menu.php:397, ../includes/Elements/Simple_Menu.php:431, ../includes/Elements/Simple_Menu.php:489, ../includes/Elements/Simple_Menu.php:523, ../includes/Elements/Simple_Menu.php:849, ../includes/Elements/Simple_Menu.php:976, ../includes/Elements/Simple_Menu.php:1160, ../includes/Elements/Simple_Menu.php:1285, ../includes/Elements/Tooltip.php:418, ../includes/Elements/Tooltip.php:461, ../includes/Elements/Tooltip.php:634, ../includes/Elements/WeForms.php:692, ../includes/Elements/WeForms.php:742, ../includes/Elements/WpForms.php:419, ../includes/Elements/WpForms.php:468, ../includes/Elements/WpForms.php:533, ../includes/Elements/WpForms.php:615, ../includes/Elements/WpForms.php:851, ../includes/Elements/WpForms.php:907, ../includes/Elements/WpForms.php:1220, ../includes/Elements/WpForms.php:1327, ../includes/Elements/WpForms.php:1372, ../includes/Extensions/Table_of_Content.php:602, ../includes/Extensions/Table_of_Content.php:917, ../includes/Extensions/Table_of_Content.php:940, ../includes/Extensions/Table_of_Content.php:966, ../includes/Traits/Controls.php:1230, ../includes/Traits/Controls.php:1285, ../includes/Traits/Controls.php:1415, ../includes/Traits/Controls.php:1477, ../includes/Traits/Controls.php:1860
|
| 615 |
msgid "Text Color"
|
| 616 |
msgstr ""
|
| 617 |
|
| 618 |
+
#: ../includes/Elements/Advanced_Data_Table.php:468, ../includes/Elements/Advanced_Data_Table.php:609, ../includes/Elements/Advanced_Data_Table.php:682, ../includes/Elements/Advanced_Data_Table.php:713, ../includes/Elements/Advanced_Data_Table.php:744, ../includes/Elements/Advanced_Data_Table.php:775, ../includes/Elements/Advanced_Data_Table.php:806, ../includes/Elements/Advanced_Data_Table.php:837, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1213, ../includes/Elements/Advanced_Data_Table.php:1284, ../includes/Elements/Advanced_Data_Table.php:1379, ../includes/Elements/Advanced_Data_Table.php:1409, ../includes/Elements/Adv_Accordion.php: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:639, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Data_Table.php:1190, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1265, ../includes/Elements/Filterable_Gallery.php: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:1035, ../includes/Elements/Info_Box.php:1098, ../includes/Elements/Info_Box.php:1248, ../includes/Elements/Info_Box.php:1294, ../includes/Elements/Login_Register.php:1574, ../includes/Elements/Login_Register.php:1707, ../includes/Elements/Login_Register.php:1809, ../includes/Elements/Login_Register.php:1983, ../includes/Elements/Login_Register.php:2339, ../includes/Elements/Login_Register.php:2430, ../includes/Elements/Login_Register.php:2610, ../includes/Elements/Login_Register.php:2648, ../includes/Elements/Login_Register.php:2745, ../includes/Elements/Login_Register.php:3272, ../includes/Elements/Login_Register.php:3309, ../includes/Elements/Login_Register.php:3593, ../includes/Elements/Login_Register.php:3630, ../includes/Elements/NinjaForms.php:634, ../includes/Elements/NinjaForms.php:844, ../includes/Elements/NinjaForms.php:1372, ../includes/Elements/NinjaForms.php:1459, ../includes/Elements/Post_Grid.php:962, ../includes/Elements/Pricing_Table.php:736, ../includes/Elements/Pricing_Table.php:896, ../includes/Elements/Pricing_Table.php:1402, ../includes/Elements/Pricing_Table.php:1471, ../includes/Elements/Pricing_Table.php:1637, ../includes/Elements/Pricing_Table.php:1899, ../includes/Elements/Pricing_Table.php:1968, ../includes/Elements/Product_Grid.php:1873, ../includes/Elements/Product_Grid.php:1981, ../includes/Elements/Product_Grid.php:2089, ../includes/Elements/Product_Grid.php:2275, ../includes/Elements/Product_Grid.php:2313, ../includes/Elements/Product_Grid.php:2357, ../includes/Elements/Product_Grid.php:2605, ../includes/Elements/Product_Grid.php:2648, ../includes/Elements/Product_Grid.php:2709, ../includes/Elements/Product_Grid.php:2760, ../includes/Elements/Progress_Bar.php:578, ../includes/Elements/Simple_Menu.php:267, ../includes/Elements/Simple_Menu.php:376, ../includes/Elements/Simple_Menu.php:410, ../includes/Elements/Simple_Menu.php:444, ../includes/Elements/Simple_Menu.php:502, ../includes/Elements/Simple_Menu.php:536, ../includes/Elements/Simple_Menu.php:608, ../includes/Elements/Simple_Menu.php:680, ../includes/Elements/Simple_Menu.php:863, ../includes/Elements/Simple_Menu.php:943, ../includes/Elements/Simple_Menu.php:991, ../includes/Elements/Simple_Menu.php:1038, ../includes/Elements/Simple_Menu.php:1172, ../includes/Elements/Simple_Menu.php:1252, ../includes/Elements/Simple_Menu.php:1299, ../includes/Elements/Simple_Menu.php:1346, ../includes/Elements/Team_Member.php:731, ../includes/Elements/Tooltip.php:407, ../includes/Elements/Tooltip.php:450, ../includes/Elements/Tooltip.php:623, ../includes/Elements/Twitter_Feed.php:414, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Checkout.php:621, ../includes/Elements/Woo_Checkout.php:736, ../includes/Elements/Woo_Checkout.php:858, ../includes/Elements/Woo_Checkout.php:1316, ../includes/Elements/Woo_Checkout.php:1356, ../includes/Elements/Woo_Checkout.php:1614, ../includes/Elements/Woo_Checkout.php:1654, ../includes/Elements/Woo_Checkout.php:2158, ../includes/Elements/Woo_Checkout.php:2288, ../includes/Elements/Woo_Checkout.php:2398, ../includes/Elements/Woo_Checkout.php:2438, ../includes/Elements/Woo_Product_Carousel.php:908, ../includes/Elements/Woo_Product_Carousel.php:1401, ../includes/Elements/Woo_Product_Carousel.php:1483, ../includes/Elements/Woo_Product_Carousel.php:1702, ../includes/Elements/Woo_Product_Carousel.php:1745, ../includes/Elements/Woo_Product_Carousel.php:1807, ../includes/Elements/Woo_Product_Carousel.php:1859, ../includes/Elements/Woo_Product_Carousel.php:2663, ../includes/Elements/Woo_Product_Carousel.php:2719, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Table_of_Content.php:589, ../includes/Extensions/Table_of_Content.php:735, ../includes/Extensions/Table_of_Content.php:799, ../includes/Traits/Controls.php:1427, ../includes/Traits/Controls.php:1489, ../includes/Traits/Controls.php:1870, ../includes/Traits/Woo_Product_Comparable.php:380, ../includes/Traits/Woo_Product_Comparable.php:486
|
| 619 |
msgid "Background Color"
|
| 620 |
msgstr ""
|
| 621 |
|
| 622 |
+
#: ../includes/Elements/Advanced_Data_Table.php:481, ../includes/Elements/Advanced_Data_Table.php:622
|
| 623 |
msgid "Cell Border"
|
| 624 |
msgstr ""
|
| 625 |
|
| 626 |
+
#: ../includes/Elements/Advanced_Data_Table.php:507, ../includes/Elements/Advanced_Data_Table.php:852, ../includes/Elements/Advanced_Data_Table.php:936, ../includes/Elements/Advanced_Data_Table.php:1154, ../includes/Elements/Advanced_Data_Table.php:1471, ../includes/Elements/Adv_Accordion.php: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, ../includes/Elements/Data_Table.php:892, ../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:1537, ../includes/Elements/Login_Register.php:2102, ../includes/Elements/Login_Register.php:2241, ../includes/Elements/Login_Register.php:2314, ../includes/Elements/Login_Register.php:2405, ../includes/Elements/Login_Register.php:2507, ../includes/Elements/Login_Register.php:2543, ../includes/Elements/Login_Register.php:2705, ../includes/Elements/Login_Register.php:3177, ../includes/Elements/Login_Register.php:3476, ../includes/Elements/NinjaForms.php:784, ../includes/Elements/NinjaForms.php:1419, ../includes/Elements/Pricing_Table.php:748, ../includes/Elements/Pricing_Table.php:1513, ../includes/Elements/Pricing_Table.php:1818, ../includes/Elements/Product_Grid.php:819, ../includes/Elements/Product_Grid.php:1070, ../includes/Elements/Product_Grid.php:1482, ../includes/Elements/Simple_Menu.php:308, ../includes/Elements/Simple_Menu.php:468, ../includes/Elements/Simple_Menu.php:641, ../includes/Elements/Simple_Menu.php:1105, ../includes/Elements/Team_Member.php:487, ../includes/Elements/Testimonial.php:421, ../includes/Elements/Tooltip.php:349, ../includes/Elements/Tooltip.php:601, ../includes/Elements/Twitter_Feed.php:444, ../includes/Elements/Twitter_Feed.php:503, ../includes/Elements/Twitter_Feed.php:536, ../includes/Elements/WeForms.php:676, ../includes/Elements/Woo_Checkout.php:632, ../includes/Elements/Woo_Checkout.php:1224, ../includes/Elements/Woo_Checkout.php:1417, ../includes/Elements/Woo_Checkout.php:1547, ../includes/Elements/Woo_Checkout.php:1715, ../includes/Elements/Woo_Checkout.php:1930, ../includes/Elements/Woo_Checkout.php:2180, ../includes/Elements/Woo_Checkout.php:2511, ../includes/Elements/Woo_Product_Carousel.php:1043, ../includes/Elements/Woo_Product_Carousel.php:2276, ../includes/Elements/WpForms.php:752, ../includes/Elements/WpForms.php:1255, ../includes/Extensions/Table_of_Content.php:624, ../includes/Extensions/Table_of_Content.php:812, ../includes/Traits/Controls.php:1334, ../includes/Traits/Controls.php:1379, ../includes/Traits/Controls.php:1880, ../includes/Traits/Woo_Product_Comparable.php:352, ../includes/Traits/Woo_Product_Comparable.php:997, ../includes/Traits/Woo_Product_Comparable.php:1146, ../includes/Traits/Woo_Product_Comparable.php:1614
|
| 627 |
msgid "Padding"
|
| 628 |
msgstr ""
|
| 629 |
|
| 630 |
+
#: ../includes/Elements/Advanced_Data_Table.php:529, ../includes/Elements/Event_Calendar.php:1278
|
| 631 |
msgid "Body"
|
| 632 |
msgstr ""
|
| 633 |
|
| 634 |
+
#: ../includes/Elements/Advanced_Data_Table.php:585, ../includes/Elements/Data_Table.php:974, ../includes/Elements/Facebook_Feed.php:986, ../includes/Elements/Twitter_Feed.php:611, ../includes/Elements/Woo_Checkout.php:909, ../includes/Elements/Woo_Checkout.php:925, ../includes/Elements/Woo_Checkout.php:952, ../includes/Elements/Woo_Checkout.php:969, ../includes/Elements/Woo_Checkout.php:2339
|
| 635 |
msgid "Link Color"
|
| 636 |
msgstr ""
|
| 637 |
|
| 638 |
+
#: ../includes/Elements/Advanced_Data_Table.php:597
|
| 639 |
msgid "Link Hover Color"
|
| 640 |
msgstr ""
|
| 641 |
|
| 642 |
+
#: ../includes/Elements/Advanced_Data_Table.php:648
|
| 643 |
msgid "Highlight"
|
| 644 |
msgstr ""
|
| 645 |
|
| 646 |
+
#: ../includes/Elements/Advanced_Data_Table.php:651, ../includes/Elements/Adv_Tabs.php:147, ../includes/Elements/Countdown.php:402, ../includes/Elements/Data_Table.php:148, ../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:1023, ../includes/Elements/Info_Box.php:1119, ../includes/Elements/Post_Grid.php:936, ../includes/Elements/Sticky_Video.php:552, ../includes/Extensions/Table_of_Content.php:837, ../includes/Extensions/Table_of_Content.php:1058
|
| 647 |
msgid "None"
|
| 648 |
msgstr ""
|
| 649 |
|
| 650 |
+
#: ../includes/Elements/Advanced_Data_Table.php:652
|
| 651 |
msgid "First Column"
|
| 652 |
msgstr ""
|
| 653 |
|
| 654 |
+
#: ../includes/Elements/Advanced_Data_Table.php:653
|
| 655 |
msgid "Last Column"
|
| 656 |
msgstr ""
|
| 657 |
|
| 658 |
+
#: ../includes/Elements/Advanced_Data_Table.php:654
|
| 659 |
msgid "Even Column"
|
| 660 |
msgstr ""
|
| 661 |
|
| 662 |
+
#: ../includes/Elements/Advanced_Data_Table.php:655
|
| 663 |
msgid "Odd Column"
|
| 664 |
msgstr ""
|
| 665 |
|
| 666 |
+
#: ../includes/Elements/Advanced_Data_Table.php:656
|
| 667 |
msgid "Even Row"
|
| 668 |
msgstr ""
|
| 669 |
|
| 670 |
+
#: ../includes/Elements/Advanced_Data_Table.php:657
|
| 671 |
msgid "Odd Row"
|
| 672 |
msgstr ""
|
| 673 |
|
| 674 |
+
#: ../includes/Elements/Advanced_Data_Table.php:913, ../includes/Elements/Dual_Color_Header.php:775, ../includes/Elements/Dual_Color_Header.php:855, ../includes/Elements/Flip_Box.php:123, ../includes/Elements/FluentForm.php:1287, ../includes/Elements/FluentForm.php:1372, ../includes/Elements/FluentForm.php:1785, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:304, ../includes/Elements/Login_Register.php:2049, ../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:831, ../includes/Elements/Woo_Product_Carousel.php:1335, ../includes/Elements/Woo_Product_Carousel.php:2168, ../includes/Elements/Woo_Product_Carousel.php:2368, ../includes/Elements/Woo_Product_Carousel.php:2456, ../includes/Extensions/Reading_Progress.php:128
|
| 675 |
msgid "Height"
|
| 676 |
msgstr ""
|
| 677 |
|
| 678 |
+
#: ../includes/Elements/Advanced_Data_Table.php:948
|
| 679 |
msgid "Margin Bottom"
|
| 680 |
msgstr ""
|
| 681 |
|
| 682 |
+
#: ../includes/Elements/Advanced_Data_Table.php:971, ../includes/Elements/Advanced_Data_Table.php:1119, ../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:547, ../includes/Elements/Dual_Color_Header.php:186, ../includes/Elements/Dual_Color_Header.php:650, ../includes/Elements/Event_Calendar.php:1003, ../includes/Elements/Event_Calendar.php:1135, ../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:3231, ../includes/Elements/Login_Register.php:3551, ../includes/Elements/NinjaForms.php:417, ../includes/Elements/NinjaForms.php:599, ../includes/Elements/NinjaForms.php:1294, ../includes/Elements/Post_Grid.php:483, ../includes/Elements/Post_Grid.php:801, ../includes/Elements/Post_Grid.php:884, ../includes/Elements/Product_Grid.php:704, ../includes/Elements/Product_Grid.php:1022, ../includes/Elements/Product_Grid.php:1720, ../includes/Elements/Product_Grid.php:2205, ../includes/Elements/Progress_Bar.php:317, ../includes/Elements/Progress_Bar.php:528, ../includes/Elements/Simple_Menu.php:329, ../includes/Elements/Simple_Menu.php:736, ../includes/Elements/Simple_Menu.php:762, ../includes/Elements/Simple_Menu.php:787, ../includes/Elements/Simple_Menu.php:1082, ../includes/Elements/Tooltip.php:204, ../includes/Elements/Woo_Product_Carousel.php:829, ../includes/Elements/Woo_Product_Carousel.php:878, ../includes/Elements/WpForms.php:384, ../includes/Elements/WpForms.php:568, ../includes/Elements/WpForms.php:1133, ../includes/Traits/Controls.php:1899
|
| 683 |
msgid "Alignment"
|
| 684 |
msgstr ""
|
| 685 |
|
| 686 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1175, ../includes/Elements/Adv_Accordion.php:360, ../includes/Elements/Adv_Accordion.php:513, ../includes/Elements/Adv_Accordion.php:753, ../includes/Elements/Adv_Tabs.php:312, ../includes/Elements/Adv_Tabs.php:455, ../includes/Elements/Adv_Tabs.php:737, ../includes/Elements/Betterdocs_Category_Grid.php:570, ../includes/Elements/Betterdocs_Category_Grid.php:736, ../includes/Elements/Caldera_Forms.php:297, ../includes/Elements/Caldera_Forms.php:359, ../includes/Elements/Contact_Form_7.php:372, ../includes/Elements/Contact_Form_7.php:1653, ../includes/Elements/Content_Ticker.php:464, ../includes/Elements/Countdown.php:1088, ../includes/Elements/Cta_Box.php:450, ../includes/Elements/Cta_Box.php:663, ../includes/Elements/Cta_Box.php:880, ../includes/Elements/Dual_Color_Header.php:334, ../includes/Elements/Dual_Color_Header.php:702, ../includes/Elements/Fancy_Text.php:492, ../includes/Elements/Filterable_Gallery.php:858, ../includes/Elements/Filterable_Gallery.php:935, ../includes/Elements/Filterable_Gallery.php:1117, ../includes/Elements/Filterable_Gallery.php:1762, ../includes/Elements/Filterable_Gallery.php:2211, ../includes/Elements/Filterable_Gallery.php:2654, ../includes/Elements/Flip_Box.php:1336, ../includes/Elements/FluentForm.php:304, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:1140, ../includes/Elements/FluentForm.php:1195, ../includes/Elements/FluentForm.php:2151, ../includes/Elements/Formstack.php:502, ../includes/Elements/Formstack.php:552, ../includes/Elements/Formstack.php:692, ../includes/Elements/Formstack.php:747, ../includes/Elements/Formstack.php:1979, ../includes/Elements/GravityForms.php:1072, ../includes/Elements/GravityForms.php:1331, ../includes/Elements/GravityForms.php:1527, ../includes/Elements/GravityForms.php:1691, ../includes/Elements/Image_Accordion.php:341, ../includes/Elements/Image_Accordion.php:430, ../includes/Elements/Info_Box.php:689, ../includes/Elements/Info_Box.php:751, ../includes/Elements/Info_Box.php:983, ../includes/Elements/Info_Box.php:1375, ../includes/Elements/Login_Register.php:1522, ../includes/Elements/Login_Register.php:2087, ../includes/Elements/Login_Register.php:2226, ../includes/Elements/Login_Register.php:2299, ../includes/Elements/Login_Register.php:2390, ../includes/Elements/Login_Register.php:2492, ../includes/Elements/Login_Register.php:2528, ../includes/Elements/Login_Register.php:2690, ../includes/Elements/Login_Register.php:3162, ../includes/Elements/Login_Register.php:3397, ../includes/Elements/Login_Register.php:3461, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:401, ../includes/Elements/Post_Grid.php:534, ../includes/Elements/Post_Grid.php:549, ../includes/Elements/Post_Grid.php:673, ../includes/Elements/Post_Grid.php:761, ../includes/Elements/Post_Grid.php:837, ../includes/Elements/Pricing_Table.php:760, ../includes/Elements/Pricing_Table.php:1086, ../includes/Elements/Pricing_Table.php:1156, ../includes/Elements/Pricing_Table.php:1830, ../includes/Elements/Team_Member.php:475, ../includes/Elements/Testimonial.php:409, ../includes/Elements/Testimonial.php:507, ../includes/Elements/Testimonial.php:548, ../includes/Elements/Testimonial.php:589, ../includes/Elements/Testimonial.php:622, ../includes/Elements/Tooltip.php:360, ../includes/Elements/Tooltip.php:612, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/Woo_Product_Carousel.php:937, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1346, ../includes/Traits/Controls.php:1391, ../includes/Traits/Woo_Product_Comparable.php:340, ../includes/Traits/Woo_Product_Comparable.php:1462
|
| 687 |
msgid "Margin"
|
| 688 |
msgstr ""
|
| 689 |
|
| 690 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1195, ../includes/Elements/Advanced_Data_Table.php:1361, ../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:619, ../includes/Elements/Data_Table.php:812, ../includes/Elements/Data_Table.php:984, ../includes/Elements/Data_Table.php:1082, ../includes/Elements/Event_Calendar.php:780, ../includes/Elements/Filterable_Gallery.php: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:997, ../includes/Elements/Info_Box.php:1230, ../includes/Elements/Info_Box.php:1341, ../includes/Elements/Login_Register.php:2593, ../includes/Elements/Login_Register.php:3261, ../includes/Elements/Login_Register.php:3424, ../includes/Elements/Login_Register.php:3582, ../includes/Elements/NinjaForms.php:627, ../includes/Elements/NinjaForms.php:1020, ../includes/Elements/NinjaForms.php:1365, ../includes/Elements/Pricing_Table.php:1882, ../includes/Elements/Product_Grid.php:874, ../includes/Elements/Product_Grid.php:1521, ../includes/Elements/Product_Grid.php:1963, ../includes/Elements/Product_Grid.php:2258, ../includes/Elements/Product_Grid.php:2692, ../includes/Elements/Team_Member.php:714, ../includes/Elements/Tooltip.php:403, ../includes/Elements/WeForms.php:687, ../includes/Elements/Woo_Checkout.php:904, ../includes/Elements/Woo_Checkout.php:947, ../includes/Elements/Woo_Checkout.php:1090, ../includes/Elements/Woo_Checkout.php:1309, ../includes/Elements/Woo_Checkout.php:1607, ../includes/Elements/Woo_Checkout.php:2067, ../includes/Elements/Woo_Checkout.php:2237, ../includes/Elements/Woo_Checkout.php:2391, ../includes/Elements/Woo_Product_Carousel.php:949, ../includes/Elements/Woo_Product_Carousel.php:1385, ../includes/Elements/Woo_Product_Carousel.php:1790, ../includes/Elements/Woo_Product_Carousel.php:2234, ../includes/Elements/Woo_Product_Carousel.php:2656, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php:910, ../includes/Traits/Controls.php:1223, ../includes/Traits/Controls.php:1410, ../includes/Traits/Woo_Product_Comparable.php:838, ../includes/Traits/Woo_Product_Comparable.php:1224, ../includes/Traits/Woo_Product_Comparable.php:1642
|
| 691 |
msgid "Normal"
|
| 692 |
msgstr ""
|
| 693 |
|
| 694 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1265, ../includes/Elements/Advanced_Data_Table.php:1391, ../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:659, ../includes/Elements/Data_Table.php:903, ../includes/Elements/Data_Table.php:1001, ../includes/Elements/Data_Table.php:1100, ../includes/Elements/Event_Calendar.php:847, ../includes/Elements/Filterable_Gallery.php: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:1069, ../includes/Elements/Info_Box.php:1276, ../includes/Elements/Info_Box.php:1451, ../includes/Elements/Login_Register.php:3298, ../includes/Elements/Login_Register.php:3619, ../includes/Elements/NinjaForms.php:1452, ../includes/Elements/Pricing_Table.php:402, ../includes/Elements/Pricing_Table.php:1951, ../includes/Elements/Product_Grid.php:924, ../includes/Elements/Product_Grid.php:1597, ../includes/Elements/Product_Grid.php:2072, ../includes/Elements/Product_Grid.php:2296, ../includes/Elements/Product_Grid.php:2743, ../includes/Elements/Simple_Menu.php:390, ../includes/Elements/Simple_Menu.php:516, ../includes/Elements/Simple_Menu.php:969, ../includes/Elements/Simple_Menu.php:1278, ../includes/Elements/Team_Member.php:791, ../includes/Elements/Tooltip.php:446, ../includes/Elements/WeForms.php:737, ../includes/Elements/Woo_Checkout.php:920, ../includes/Elements/Woo_Checkout.php:964, ../includes/Elements/Woo_Checkout.php:1106, ../includes/Elements/Woo_Checkout.php:1349, ../includes/Elements/Woo_Checkout.php:1647, ../includes/Elements/Woo_Checkout.php:2083, ../includes/Elements/Woo_Checkout.php:2431, ../includes/Elements/Woo_Product_Carousel.php:989, ../includes/Elements/Woo_Product_Carousel.php:1467, ../includes/Elements/Woo_Product_Carousel.php:1842, ../includes/Elements/Woo_Product_Carousel.php:2297, ../includes/Elements/Woo_Product_Carousel.php:2712, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php:933, ../includes/Traits/Controls.php:1278, ../includes/Traits/Controls.php:1472, ../includes/Traits/Woo_Product_Comparable.php:938, ../includes/Traits/Woo_Product_Comparable.php:1305, ../includes/Traits/Woo_Product_Comparable.php:1692
|
| 695 |
msgid "Hover"
|
| 696 |
msgstr ""
|
| 697 |
|
| 698 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1366, ../includes/Elements/Advanced_Data_Table.php:1396, ../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:624, ../includes/Elements/Data_Table.php:664, ../includes/Elements/Data_Table.php:1175, ../includes/Elements/Dual_Color_Header.php:473, ../includes/Elements/Dual_Color_Header.php:570, ../includes/Elements/Dual_Color_Header.php:713, ../includes/Elements/Event_Calendar.php:747, ../includes/Elements/Event_Calendar.php:787, ../includes/Elements/Event_Calendar.php:854, ../includes/Elements/Event_Calendar.php:908, ../includes/Elements/Event_Calendar.php:991, ../includes/Elements/Event_Calendar.php:1066, ../includes/Elements/Event_Calendar.php:1100, ../includes/Elements/Event_Calendar.php:1209, ../includes/Elements/Event_Calendar.php:1575, ../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:1355, ../includes/Elements/Info_Box.php:1431, ../includes/Elements/Login_Register.php:2329, ../includes/Elements/Login_Register.php:2420, ../includes/Elements/Login_Register.php:2834, ../includes/Elements/NinjaForms.php:1030, ../includes/Elements/NinjaForms.php:1148, ../includes/Elements/NinjaForms.php:1567, ../includes/Elements/Post_Grid.php:380, ../includes/Elements/Post_Grid.php:453, ../includes/Elements/Post_Grid.php:863, ../includes/Elements/Pricing_Table.php:883, ../includes/Elements/Pricing_Table.php:947, ../includes/Elements/Pricing_Table.php:1038, ../includes/Elements/Pricing_Table.php:1067, ../includes/Elements/Pricing_Table.php:1108, ../includes/Elements/Pricing_Table.php:1137, ../includes/Elements/Pricing_Table.php:1177, ../includes/Elements/Pricing_Table.php:1212, ../includes/Elements/Pricing_Table.php:1369, ../includes/Elements/Pricing_Table.php:1501, ../includes/Elements/Product_Grid.php:1344, ../includes/Elements/Product_Grid.php:1968, ../includes/Elements/Product_Grid.php:2077, ../includes/Elements/Product_Grid.php:2414, ../includes/Elements/Product_Grid.php:2595, ../includes/Elements/Product_Grid.php:2636, ../includes/Elements/Product_Grid.php:2697, ../includes/Elements/Product_Grid.php:2748, ../includes/Elements/Product_Grid.php:2905, ../includes/Elements/Progress_Bar.php:407, ../includes/Elements/Progress_Bar.php:467, ../includes/Elements/Simple_Menu.php:931, ../includes/Elements/Simple_Menu.php:1025, ../includes/Elements/Simple_Menu.php:1240, ../includes/Elements/Simple_Menu.php:1333, ../includes/Elements/Twitter_Feed.php:695, ../includes/Elements/Twitter_Feed.php:724, ../includes/Elements/Twitter_Feed.php:754, ../includes/Elements/Twitter_Feed.php:924, ../includes/Elements/Woo_Checkout.php:576, ../includes/Elements/Woo_Checkout.php:750, ../includes/Elements/Woo_Checkout.php:764, ../includes/Elements/Woo_Checkout.php:872, ../includes/Elements/Woo_Checkout.php:886, ../includes/Elements/Woo_Checkout.php:1059, ../includes/Elements/Woo_Checkout.php:1095, ../includes/Elements/Woo_Checkout.php:1111, ../includes/Elements/Woo_Checkout.php:1179, ../includes/Elements/Woo_Checkout.php:1278, ../includes/Elements/Woo_Checkout.php:1328, ../includes/Elements/Woo_Checkout.php:1368, ../includes/Elements/Woo_Checkout.php:1465, ../includes/Elements/Woo_Checkout.php:1626, ../includes/Elements/Woo_Checkout.php:1666, ../includes/Elements/Woo_Checkout.php:1784, ../includes/Elements/Woo_Checkout.php:1828, ../includes/Elements/Woo_Checkout.php:1872, ../includes/Elements/Woo_Checkout.php:1978, ../includes/Elements/Woo_Checkout.php:2017, ../includes/Elements/Woo_Checkout.php:2057, ../includes/Elements/Woo_Checkout.php:2244, ../includes/Elements/Woo_Checkout.php:2265, ../includes/Elements/Woo_Checkout.php:2300, ../includes/Elements/Woo_Checkout.php:2321, ../includes/Elements/Woo_Checkout.php:2410, ../includes/Elements/Woo_Checkout.php:2450, ../includes/Elements/Woo_Product_Carousel.php:1195, ../includes/Elements/Woo_Product_Carousel.php:1390, ../includes/Elements/Woo_Product_Carousel.php:1472, ../includes/Elements/Woo_Product_Carousel.php:1692, ../includes/Elements/Woo_Product_Carousel.php:1733, ../includes/Elements/Woo_Product_Carousel.php:1795, ../includes/Elements/Woo_Product_Carousel.php:1847, ../includes/Elements/Woo_Product_Carousel.php:2000, ../includes/Elements/Woo_Product_Carousel.php:2241, ../includes/Elements/Woo_Product_Carousel.php:2304, ../includes/Elements/Woo_Product_Carousel.php:2337, ../includes/Elements/Woo_Product_Carousel.php:2675, ../includes/Elements/Woo_Product_Carousel.php:2731, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php:1069, ../includes/Traits/Woo_Product_Comparable.php:107, ../includes/Traits/Woo_Product_Comparable.php:1372, ../includes/Traits/Woo_Product_Comparable.php:1484
|
| 699 |
msgid "Color"
|
| 700 |
msgstr ""
|
| 701 |
|
| 702 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1578
|
| 703 |
msgid "No content found"
|
| 704 |
msgstr ""
|
| 705 |
|
| 715 |
msgid "Accordion"
|
| 716 |
msgstr ""
|
| 717 |
|
| 718 |
+
#: ../includes/Elements/Adv_Accordion.php:116, ../includes/Elements/Login_Register.php:3009, ../includes/Elements/Woo_Product_Carousel.php:2567, ../includes/Traits/Elements.php:286, ../includes/templates/admin/elements.php:83
|
| 719 |
msgid "Toggle"
|
| 720 |
msgstr ""
|
| 721 |
|
| 723 |
msgid "Select Accordion Tab Title Tag"
|
| 724 |
msgstr ""
|
| 725 |
|
| 726 |
+
#: ../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:463, ../includes/Elements/Product_Grid.php:1805, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:158, ../includes/Elements/Woo_Product_Carousel.php:258, ../includes/Elements/Woo_Product_Carousel.php:418, ../includes/Extensions/Table_of_Content.php:147, ../includes/Traits/Controls.php:826
|
| 727 |
msgid "H1"
|
| 728 |
msgstr ""
|
| 729 |
|
| 730 |
+
#: ../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:464, ../includes/Elements/Product_Grid.php:1806, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:159, ../includes/Elements/Woo_Product_Carousel.php:259, ../includes/Elements/Woo_Product_Carousel.php:419, ../includes/Extensions/Table_of_Content.php:148, ../includes/Traits/Controls.php:827
|
| 731 |
msgid "H2"
|
| 732 |
msgstr ""
|
| 733 |
|
| 734 |
+
#: ../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:465, ../includes/Elements/Product_Grid.php:1807, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:160, ../includes/Elements/Woo_Product_Carousel.php:260, ../includes/Elements/Woo_Product_Carousel.php:420, ../includes/Extensions/Table_of_Content.php:149, ../includes/Traits/Controls.php:828
|
| 735 |
msgid "H3"
|
| 736 |
msgstr ""
|
| 737 |
|
| 738 |
+
#: ../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:466, ../includes/Elements/Product_Grid.php:1808, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:161, ../includes/Elements/Woo_Product_Carousel.php:261, ../includes/Elements/Woo_Product_Carousel.php:421, ../includes/Extensions/Table_of_Content.php:150, ../includes/Traits/Controls.php:829
|
| 739 |
msgid "H4"
|
| 740 |
msgstr ""
|
| 741 |
|
| 742 |
+
#: ../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:467, ../includes/Elements/Product_Grid.php:1809, ../includes/Elements/Progress_Bar.php:142, ../includes/Elements/Tooltip.php:162, ../includes/Elements/Woo_Product_Carousel.php:262, ../includes/Elements/Woo_Product_Carousel.php:422, ../includes/Extensions/Table_of_Content.php:151, ../includes/Traits/Controls.php:830
|
| 743 |
msgid "H5"
|
| 744 |
msgstr ""
|
| 745 |
|
| 746 |
+
#: ../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:468, ../includes/Elements/Product_Grid.php:1810, ../includes/Elements/Progress_Bar.php:143, ../includes/Elements/Tooltip.php:163, ../includes/Elements/Woo_Product_Carousel.php:263, ../includes/Elements/Woo_Product_Carousel.php:423, ../includes/Extensions/Table_of_Content.php:152, ../includes/Traits/Controls.php:831
|
| 747 |
msgid "H6"
|
| 748 |
msgstr ""
|
| 749 |
|
| 750 |
+
#: ../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/Product_Grid.php:1811, ../includes/Elements/Woo_Product_Carousel.php:264, ../includes/Elements/Woo_Product_Carousel.php:424, ../includes/Traits/Controls.php:832
|
| 751 |
msgid "Span"
|
| 752 |
msgstr ""
|
| 753 |
|
| 754 |
+
#: ../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/Product_Grid.php:1812, ../includes/Elements/Tooltip.php:166, ../includes/Elements/Woo_Product_Carousel.php:265, ../includes/Elements/Woo_Product_Carousel.php:425, ../includes/Traits/Controls.php:833
|
| 755 |
msgid "P"
|
| 756 |
msgstr ""
|
| 757 |
|
| 758 |
+
#: ../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/Product_Grid.php:1813, ../includes/Elements/Woo_Product_Carousel.php:266, ../includes/Elements/Woo_Product_Carousel.php:426, ../includes/Traits/Controls.php:834
|
| 759 |
msgid "Div"
|
| 760 |
msgstr ""
|
| 761 |
|
| 787 |
msgid "Enable Tab Icon"
|
| 788 |
msgstr ""
|
| 789 |
|
| 790 |
+
#: ../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:152, ../includes/Elements/Data_Table.php:171, ../includes/Elements/Data_Table.php:298, ../includes/Elements/Data_Table.php:351, ../includes/Elements/Dual_Color_Header.php:118, ../includes/Elements/Dual_Color_Header.php:273, ../includes/Elements/Feature_List.php:78, ../includes/Elements/Feature_List.php:94, ../includes/Elements/Feature_List.php: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/Simple_Menu.php:884, ../includes/Elements/Simple_Menu.php:1193, ../includes/Elements/Team_Member.php:166, ../includes/Elements/Tooltip.php:74, ../includes/Elements/Tooltip.php:97, ../includes/Elements/Twitter_Feed.php:890, ../includes/Extensions/Table_of_Content.php:645, ../includes/Traits/Controls.php:738, ../includes/Traits/Controls.php:791
|
| 791 |
msgid "Icon"
|
| 792 |
msgstr ""
|
| 793 |
|
| 795 |
msgid "Tab Title"
|
| 796 |
msgstr ""
|
| 797 |
|
| 798 |
+
#: ../includes/Elements/Adv_Accordion.php:252, ../includes/Elements/Adv_Tabs.php:207, ../includes/Elements/Cta_Box.php:214, ../includes/Elements/Data_Table.php:294, ../includes/Elements/Info_Box.php:249, ../includes/Elements/Tooltip.php:69
|
| 799 |
msgid "Content Type"
|
| 800 |
msgstr ""
|
| 801 |
|
| 802 |
+
#: ../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:256, ../includes/Elements/Data_Table.php:371, ../includes/Elements/Data_Table.php:385, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1485, ../includes/Elements/Facebook_Feed.php: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:2511, ../includes/Elements/Tooltip.php:140, ../includes/Elements/Tooltip.php:273, ../includes/Elements/Woo_Product_Carousel.php:1596
|
| 803 |
msgid "Content"
|
| 804 |
msgstr ""
|
| 805 |
|
| 807 |
msgid "Saved Templates"
|
| 808 |
msgstr ""
|
| 809 |
|
| 810 |
+
#: ../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:339, ../includes/Elements/Info_Box.php:262
|
| 811 |
msgid "Choose Template"
|
| 812 |
msgstr ""
|
| 813 |
|
| 831 |
msgid "Accordion Tab Title 3"
|
| 832 |
msgstr ""
|
| 833 |
|
| 834 |
+
#: ../includes/Elements/Adv_Accordion.php:342, ../includes/Elements/Data_Table.php:513, ../includes/Elements/Filterable_Gallery.php:826
|
| 835 |
msgid "General Style"
|
| 836 |
msgstr ""
|
| 837 |
|
| 839 |
msgid "Tab Style"
|
| 840 |
msgstr ""
|
| 841 |
|
| 842 |
+
#: ../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:711, ../includes/Elements/Data_Table.php:1059, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Dual_Color_Header.php:608, ../includes/Elements/Event_Calendar.php:1456, ../includes/Elements/Event_Calendar.php:1523, ../includes/Elements/Feature_List.php: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:1178, ../includes/Elements/Login_Register.php:2898, ../includes/Elements/Pricing_Table.php:1236, ../includes/Elements/Pricing_Table.php:1671, ../includes/Elements/Pricing_Table.php:1842, ../includes/Elements/Product_Grid.php:1294, ../includes/Elements/Product_Grid.php:2853, ../includes/Elements/Team_Member.php:643, ../includes/Elements/Tooltip.php:113, ../includes/Elements/Woo_Product_Carousel.php:1164, ../includes/Elements/Woo_Product_Carousel.php:1948, ../includes/Elements/Woo_Product_Carousel.php:2596, ../includes/Extensions/Table_of_Content.php:681, ../includes/Traits/Woo_Product_Comparable.php:1345
|
| 843 |
msgid "Icon Size"
|
| 844 |
msgstr ""
|
| 845 |
|
| 851 |
msgid "Distance"
|
| 852 |
msgstr ""
|
| 853 |
|
| 854 |
+
#: ../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:1087, ../includes/Elements/Data_Table.php:1105, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Event_Calendar.php:1474, ../includes/Elements/Feature_List.php:122, ../includes/Elements/Info_Box.php:772, ../includes/Elements/Info_Box.php:851, ../includes/Elements/Info_Box.php:1004, ../includes/Elements/Info_Box.php:1084, ../includes/Elements/Post_Grid.php:986, ../includes/Elements/Pricing_Table.php:337, ../includes/Elements/Pricing_Table.php:1735, ../includes/Elements/Simple_Menu.php:295, ../includes/Elements/Team_Member.php:719, ../includes/Elements/Twitter_Feed.php:631, ../includes/Elements/Woo_Checkout.php:1190, ../includes/Elements/Woo_Checkout.php:1476
|
| 855 |
msgid "Icon Color"
|
| 856 |
msgstr ""
|
| 857 |
|
| 858 |
+
#: ../includes/Elements/Adv_Accordion.php:642, ../includes/Elements/Adv_Accordion.php:944, ../includes/Elements/Adv_Tabs.php:600, ../includes/Elements/Event_Calendar.php:901, ../includes/Elements/Filterable_Gallery.php:1020, ../includes/Elements/Product_Grid.php:2340, ../includes/Elements/Simple_Menu.php:424, ../includes/Elements/Woo_Product_Carousel.php:2330, ../includes/Extensions/Table_of_Content.php:959
|
| 859 |
msgid "Active"
|
| 860 |
msgstr ""
|
| 861 |
|
| 862 |
+
#: ../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:805, ../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:1386, ../includes/Elements/Tooltip.php:320, ../includes/Elements/Twitter_Feed.php:715
|
| 863 |
msgid "Content Style"
|
| 864 |
msgstr ""
|
| 865 |
|
| 879 |
msgid "Caret Color"
|
| 880 |
msgstr ""
|
| 881 |
|
| 882 |
+
#: ../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:255, ../includes/Elements/Product_Grid.php:449, ../includes/Elements/Progress_Bar.php:75, ../includes/Elements/Progress_Bar.php:101, ../includes/Elements/Simple_Menu.php:145, ../includes/Elements/Woo_Checkout.php:117, ../includes/Elements/Woo_Product_Carousel.php:232, ../includes/Traits/Controls.php:404, ../includes/Traits/Controls.php:533, ../includes/Traits/Controls.php:593
|
| 883 |
msgid "Layout"
|
| 884 |
msgstr ""
|
| 885 |
|
| 895 |
msgid "Enable Icon"
|
| 896 |
msgstr ""
|
| 897 |
|
| 898 |
+
#: ../includes/Elements/Adv_Tabs.php:102, ../includes/Elements/Betterdocs_Category_Grid.php:1328, ../includes/Elements/Creative_Button.php:143, ../includes/Elements/Data_Table.php:733, ../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:535
|
| 899 |
msgid "Icon Position"
|
| 900 |
msgstr ""
|
| 901 |
|
| 903 |
msgid "Stacked"
|
| 904 |
msgstr ""
|
| 905 |
|
| 906 |
+
#: ../includes/Elements/Adv_Tabs.php:108, ../includes/Elements/Contact_Form_7.php:831, ../includes/Elements/Countdown.php:85, ../includes/Elements/Login_Register.php:3200, ../includes/Elements/Login_Register.php:3500
|
| 907 |
msgid "Inline"
|
| 908 |
msgstr ""
|
| 909 |
|
| 915 |
msgid "Icon Type"
|
| 916 |
msgstr ""
|
| 917 |
|
| 918 |
+
#: ../includes/Elements/Adv_Tabs.php:155, ../includes/Elements/Adv_Tabs.php:182, ../includes/Elements/Data_Table.php:156, ../includes/Elements/Data_Table.php:188, ../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:120, ../includes/Elements/Tooltip.php:82, ../includes/Elements/Tooltip.php:177, ../includes/Traits/Controls.php:573, ../includes/Traits/Controls.php:734, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:71
|
| 919 |
msgid "Image"
|
| 920 |
msgstr ""
|
| 921 |
|
| 931 |
msgid "Tab Title 3"
|
| 932 |
msgstr ""
|
| 933 |
|
| 934 |
+
#: ../includes/Elements/Adv_Tabs.php:293, ../includes/Elements/Event_Calendar.php:141, ../includes/Elements/Image_Accordion.php:61, ../includes/Elements/Image_Accordion.php:296, ../includes/Elements/Login_Register.php:245, ../includes/Elements/Login_Register.php:1465, ../includes/Elements/Progress_Bar.php:306, ../includes/Elements/Progress_Bar.php:517, ../includes/Elements/Simple_Menu.php:99, ../includes/Traits/Admin.php:113
|
| 935 |
msgid "General"
|
| 936 |
msgstr ""
|
| 937 |
|
| 955 |
msgid "Caret Size"
|
| 956 |
msgstr ""
|
| 957 |
|
| 958 |
+
#: ../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:87, ../includes/Elements/Data_Table.php:1141, ../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:418, ../includes/Elements/Login_Register.php:496, ../includes/Elements/Login_Register.php:831, ../includes/Elements/NinjaForms.php:114, ../includes/Elements/NinjaForms.php:983, ../includes/Elements/Post_Grid.php:133, ../includes/Elements/Post_Grid.php:147, ../includes/Elements/Post_Grid.php:173, ../includes/Elements/Post_Grid.php:187, ../includes/Elements/Post_Grid.php:213, ../includes/Elements/Post_Grid.php:227, ../includes/Elements/Post_Timeline.php:83, ../includes/Elements/Post_Timeline.php:94, ../includes/Elements/Pricing_Table.php:217, ../includes/Elements/Pricing_Table.php:1873, ../includes/Elements/Simple_Menu.php:173, ../includes/Elements/Simple_Menu.php:214, ../includes/Elements/Team_Member.php:705, ../includes/Elements/Woo_Product_Carousel.php:350, ../includes/Elements/Woo_Product_Carousel.php:579, ../includes/Elements/Woo_Product_Carousel.php:611, ../includes/Elements/Woo_Product_Carousel.php:626, ../includes/Elements/Woo_Product_Carousel.php:661, ../includes/Elements/Woo_Product_Carousel.php:673, ../includes/Elements/Woo_Product_Carousel.php:684, ../includes/Elements/Woo_Product_Carousel.php:2137, ../includes/Elements/WpForms.php:107, ../includes/Elements/WpForms.php:937, ../includes/Extensions/Reading_Progress.php:41, ../includes/Extensions/Reading_Progress.php:77, ../includes/Extensions/Table_of_Content.php:45, ../includes/Extensions/Table_of_Content.php:79, ../includes/Extensions/Table_of_Content.php:211, ../includes/Extensions/Table_of_Content.php:226, ../includes/Extensions/Table_of_Content.php:241, ../includes/Extensions/Table_of_Content.php:256, ../includes/Extensions/Table_of_Content.php:271, ../includes/Traits/Controls.php:376
|
| 959 |
msgid "Yes"
|
| 960 |
msgstr ""
|
| 961 |
|
| 962 |
+
#: ../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:88, ../includes/Elements/Data_Table.php:1142, ../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:419, ../includes/Elements/Login_Register.php:497, ../includes/Elements/Login_Register.php:832, ../includes/Elements/NinjaForms.php:115, ../includes/Elements/NinjaForms.php:984, ../includes/Elements/Post_Grid.php:134, ../includes/Elements/Post_Grid.php:148, ../includes/Elements/Post_Grid.php:174, ../includes/Elements/Post_Grid.php:188, ../includes/Elements/Post_Grid.php:214, ../includes/Elements/Post_Grid.php:228, ../includes/Elements/Post_Timeline.php:84, ../includes/Elements/Post_Timeline.php:95, ../includes/Elements/Pricing_Table.php:218, ../includes/Elements/Pricing_Table.php:1874, ../includes/Elements/Simple_Menu.php:174, ../includes/Elements/Simple_Menu.php:215, ../includes/Elements/Team_Member.php:706, ../includes/Elements/Woo_Product_Carousel.php:351, ../includes/Elements/Woo_Product_Carousel.php:580, ../includes/Elements/Woo_Product_Carousel.php:612, ../includes/Elements/Woo_Product_Carousel.php:627, ../includes/Elements/Woo_Product_Carousel.php:662, ../includes/Elements/Woo_Product_Carousel.php:674, ../includes/Elements/Woo_Product_Carousel.php:685, ../includes/Elements/Woo_Product_Carousel.php:2138, ../includes/Elements/WpForms.php:108, ../includes/Elements/WpForms.php:938, ../includes/Extensions/Reading_Progress.php:42, ../includes/Extensions/Reading_Progress.php:78, ../includes/Extensions/Table_of_Content.php:46, ../includes/Extensions/Table_of_Content.php:80, ../includes/Extensions/Table_of_Content.php:212, ../includes/Extensions/Table_of_Content.php:227, ../includes/Extensions/Table_of_Content.php:242, ../includes/Extensions/Table_of_Content.php:257, ../includes/Extensions/Table_of_Content.php:272, ../includes/Traits/Controls.php:377
|
| 963 |
msgid "No"
|
| 964 |
msgstr ""
|
| 965 |
|
| 979 |
msgid "Show Icon"
|
| 980 |
msgstr ""
|
| 981 |
|
| 982 |
+
#: ../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:340, ../includes/Elements/Login_Register.php:640, ../includes/Elements/NinjaForms.php:126, ../includes/Elements/NinjaForms.php:173, ../includes/Elements/NinjaForms.php:186, ../includes/Elements/NinjaForms.php:212, ../includes/Elements/NinjaForms.php:232, ../includes/Elements/Post_Timeline.php:119, ../includes/Elements/Pricing_Table.php:510, ../includes/Elements/Pricing_Table.php:1625, ../includes/Elements/Product_Grid.php:570, ../includes/Elements/Product_Grid.php:672, ../includes/Elements/Product_Grid.php:1513, ../includes/Elements/Product_Grid.php:2156, ../includes/Elements/Sticky_Video.php:362, ../includes/Elements/Twitter_Feed.php:392, ../includes/Elements/Woo_Product_Carousel.php:244, ../includes/Elements/Woo_Product_Carousel.php:640, ../includes/Elements/Woo_Product_Carousel.php:699, ../includes/Elements/WpForms.php:119, ../includes/Elements/WpForms.php:134, ../includes/Elements/WpForms.php:180, ../includes/Elements/WpForms.php:193, ../includes/Elements/WpForms.php:216, ../includes/Traits/Controls.php:564, ../includes/Traits/Controls.php:626, ../includes/Traits/Controls.php:656, ../includes/Traits/Controls.php:812, ../includes/Traits/Controls.php:860, ../includes/Traits/Controls.php:928, ../includes/Traits/Controls.php:963, ../includes/Traits/Controls.php:993, ../includes/Traits/Controls.php:1042, ../includes/Traits/Controls.php:1070, ../includes/Traits/Controls.php:1086, ../includes/Traits/Controls.php:1101
|
| 983 |
msgid "Show"
|
| 984 |
msgstr ""
|
| 985 |
|
| 986 |
+
#: ../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:339, ../includes/Elements/Login_Register.php:548, ../includes/Elements/Login_Register.php:639, ../includes/Elements/NinjaForms.php:127, ../includes/Elements/NinjaForms.php:174, ../includes/Elements/NinjaForms.php:187, ../includes/Elements/NinjaForms.php:213, ../includes/Elements/NinjaForms.php:233, ../includes/Elements/Post_Timeline.php:120, ../includes/Elements/Pricing_Table.php:511, ../includes/Elements/Pricing_Table.php:1626, ../includes/Elements/Product_Grid.php:571, ../includes/Elements/Product_Grid.php:673, ../includes/Elements/Product_Grid.php:1514, ../includes/Elements/Product_Grid.php:2157, ../includes/Elements/Sticky_Video.php:363, ../includes/Elements/Twitter_Feed.php:393, ../includes/Elements/Woo_Product_Carousel.php:245, ../includes/Elements/Woo_Product_Carousel.php:641, ../includes/Elements/Woo_Product_Carousel.php:700, ../includes/Elements/WpForms.php:120, ../includes/Elements/WpForms.php:135, ../includes/Elements/WpForms.php:181, ../includes/Elements/WpForms.php:194, ../includes/Elements/WpForms.php:217, ../includes/Traits/Controls.php:565, ../includes/Traits/Controls.php:627, ../includes/Traits/Controls.php:657, ../includes/Traits/Controls.php:813, ../includes/Traits/Controls.php:861, ../includes/Traits/Controls.php:929, ../includes/Traits/Controls.php:964, ../includes/Traits/Controls.php:994, ../includes/Traits/Controls.php:1043, ../includes/Traits/Controls.php:1071, ../includes/Traits/Controls.php:1087, ../includes/Traits/Controls.php:1102
|
| 987 |
msgid "Hide"
|
| 988 |
msgstr ""
|
| 989 |
|
| 1031 |
msgid "Area"
|
| 1032 |
msgstr ""
|
| 1033 |
|
| 1034 |
+
#: ../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:2812, ../includes/Elements/Login_Register.php:3421, ../includes/Elements/NinjaForms.php:992, ../includes/Elements/Progress_Bar.php:551, ../includes/Elements/Woo_Product_Carousel.php:2190, ../includes/Elements/WpForms.php:946, ../includes/Traits/Woo_Product_Comparable.php:111, ../includes/Traits/Woo_Product_Comparable.php:1437
|
| 1035 |
msgid "Size"
|
| 1036 |
msgstr ""
|
| 1037 |
|
| 1038 |
+
#: ../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:2479, ../includes/Elements/Login_Register.php:2681, ../includes/Elements/Login_Register.php:3154, ../includes/Elements/Login_Register.php:3453, ../includes/Elements/NinjaForms.php:797, ../includes/Elements/NinjaForms.php:914, ../includes/Elements/NinjaForms.php:1579, ../includes/Elements/Post_Grid.php:909, ../includes/Elements/Woo_Checkout.php:1989, ../includes/Elements/Woo_Product_Carousel.php:2213, ../includes/Elements/WpForms.php:765, ../includes/Elements/WpForms.php:871
|
| 1039 |
msgid "Spacing"
|
| 1040 |
msgstr ""
|
| 1041 |
|
| 1042 |
+
#: ../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:730, ../includes/Elements/Event_Calendar.php:1389, ../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:2290, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:160, ../includes/Elements/Pricing_Table.php:136, ../includes/Elements/Product_Grid.php:2439, ../includes/Elements/Progress_Bar.php:122, ../includes/Elements/Progress_Bar.php:681, ../includes/Elements/Woo_Checkout.php:327, ../includes/Elements/Woo_Checkout.php:437, ../includes/Elements/Woo_Checkout.php:531, ../includes/Elements/Woo_Product_Carousel.php:1525, ../includes/Elements/WpForms.php:116, ../includes/Elements/WpForms.php:146, ../includes/Elements/WpForms.php:410, ../includes/Extensions/Table_of_Content.php:110, ../includes/Traits/Woo_Product_Comparable.php:41, ../includes/Traits/Woo_Product_Comparable.php:75, ../includes/Traits/Woo_Product_Comparable.php:1083, ../includes/Traits/Woo_Product_Comparable.php:1201
|
| 1043 |
msgid "Title"
|
| 1044 |
msgstr ""
|
| 1045 |
|
| 1063 |
msgid "File Not Found"
|
| 1064 |
msgstr ""
|
| 1065 |
|
| 1066 |
+
#: ../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:1092, ../includes/Elements/Post_Timeline.php:494, ../includes/Elements/Product_Grid.php:3066
|
| 1067 |
msgid "<p class=\"no-posts-found\">No posts found!</p>"
|
| 1068 |
msgstr ""
|
| 1069 |
|
| 1071 |
msgid "Layout Mode"
|
| 1072 |
msgstr ""
|
| 1073 |
|
| 1074 |
+
#: ../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:259, ../includes/Traits/Controls.php:537
|
| 1075 |
msgid "Grid"
|
| 1076 |
msgstr ""
|
| 1077 |
|
| 1079 |
msgid "Fit to Screen"
|
| 1080 |
msgstr ""
|
| 1081 |
|
| 1082 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:143, ../includes/Elements/Filterable_Gallery.php:147, ../includes/Elements/Product_Grid.php:261, ../includes/Elements/Twitter_Feed.php:159, ../includes/Traits/Controls.php:538
|
| 1083 |
msgid "Masonry"
|
| 1084 |
msgstr ""
|
| 1085 |
|
| 1099 |
msgid "Show Button"
|
| 1100 |
msgstr ""
|
| 1101 |
|
| 1102 |
+
#: ../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:654, ../includes/Elements/Login_Register.php:1180, ../includes/Elements/Pricing_Table.php:573, ../includes/Elements/Woo_Checkout.php:374, ../includes/Traits/Controls.php:973
|
| 1103 |
msgid "Button Text"
|
| 1104 |
msgstr ""
|
| 1105 |
|
| 1119 |
msgid "Ticker Background"
|
| 1120 |
msgstr ""
|
| 1121 |
|
| 1122 |
+
#: ../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:260, ../includes/Elements/Twitter_Feed.php:158, ../includes/Extensions/Table_of_Content.php:824
|
| 1123 |
msgid "List"
|
| 1124 |
msgstr ""
|
| 1125 |
|
| 1126 |
+
#: ../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:1769, ../includes/Elements/Product_Grid.php:2833, ../includes/Elements/Twitter_Feed.php:766, ../includes/Elements/Woo_Product_Carousel.php:1928
|
| 1127 |
msgid "Hover Color"
|
| 1128 |
msgstr ""
|
| 1129 |
|
| 1195 |
msgid "Close Icon"
|
| 1196 |
msgstr ""
|
| 1197 |
|
| 1198 |
+
#: ../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:678, ../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:1995, ../includes/Elements/Product_Grid.php:789, ../includes/Elements/Product_Grid.php:929, ../includes/Elements/Product_Grid.php:1649, ../includes/Elements/Product_Grid.php:1934, ../includes/Elements/Product_Grid.php:2116, ../includes/Elements/Product_Grid.php:2325, ../includes/Elements/Product_Grid.php:2369, ../includes/Elements/Product_Grid.php:2564, ../includes/Elements/Product_Grid.php:2660, ../includes/Elements/Product_Grid.php:2772, ../includes/Elements/Simple_Menu.php:955, ../includes/Elements/Simple_Menu.php:1051, ../includes/Elements/Simple_Menu.php:1264, ../includes/Elements/Simple_Menu.php:1359, ../includes/Elements/Sticky_Video.php:579, ../includes/Elements/Twitter_Feed.php:642, ../includes/Elements/WeForms.php:464, ../includes/Elements/WeForms.php:764, ../includes/Elements/Woo_Checkout.php:778, ../includes/Elements/Woo_Checkout.php:985, ../includes/Elements/Woo_Checkout.php:1380, ../includes/Elements/Woo_Checkout.php:1576, ../includes/Elements/Woo_Checkout.php:1678, ../includes/Elements/Woo_Checkout.php:1795, ../includes/Elements/Woo_Checkout.php:1839, ../includes/Elements/Woo_Checkout.php:1883, ../includes/Elements/Woo_Checkout.php:2072, ../includes/Elements/Woo_Checkout.php:2088, ../includes/Elements/Woo_Checkout.php:2350, ../includes/Elements/Woo_Checkout.php:2462, ../includes/Elements/Woo_Product_Carousel.php:994, ../includes/Elements/Woo_Product_Carousel.php:1370, ../includes/Elements/Woo_Product_Carousel.php:1494, ../includes/Elements/Woo_Product_Carousel.php:1662, ../includes/Elements/Woo_Product_Carousel.php:1757, ../includes/Elements/Woo_Product_Carousel.php:1871, ../includes/Elements/Woo_Product_Carousel.php:2316, ../includes/Elements/Woo_Product_Carousel.php:2743, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1501, ../includes/Traits/Woo_Product_Comparable.php:1723
|
| 1199 |
msgid "Border Color"
|
| 1200 |
msgstr ""
|
| 1201 |
|
| 1231 |
msgid "Description"
|
| 1232 |
msgstr ""
|
| 1233 |
|
| 1234 |
+
#: ../includes/Elements/Caldera_Forms.php:149, ../includes/Elements/Caldera_Forms.php:515, ../includes/Elements/Contact_Form_7.php:202, ../includes/Elements/Contact_Form_7.php:805, ../includes/Elements/FluentForm.php:163, ../includes/Elements/FluentForm.php:534, ../includes/Elements/Formstack.php:232, ../includes/Elements/Formstack.php:789, ../includes/Elements/GravityForms.php:219, ../includes/Elements/GravityForms.php:574, ../includes/Elements/Login_Register.php:554, ../includes/Elements/NinjaForms.php:170, ../includes/Elements/NinjaForms.php:548, ../includes/Elements/WpForms.php:177, ../includes/Elements/WpForms.php:515
|
| 1235 |
msgid "Labels"
|
| 1236 |
msgstr ""
|
| 1237 |
|
| 1239 |
msgid "Errors"
|
| 1240 |
msgstr ""
|
| 1241 |
|
| 1242 |
+
#: ../includes/Elements/Caldera_Forms.php:187, ../includes/Elements/Caldera_Forms.php:1420, ../includes/Elements/Contact_Form_7.php:227, ../includes/Elements/Contact_Form_7.php:1389, ../includes/Elements/FluentForm.php:200, ../includes/Elements/FluentForm.php:2104, ../includes/Elements/Formstack.php:269, ../includes/Elements/Formstack.php:1911, ../includes/Elements/GravityForms.php:268, ../includes/Elements/GravityForms.php:2188, ../includes/Elements/Login_Register.php:903, ../includes/Elements/NinjaForms.php:208, ../includes/Elements/NinjaForms.php:1622, ../includes/Elements/WpForms.php:212
|
| 1243 |
msgid "Error Messages"
|
| 1244 |
msgstr ""
|
| 1245 |
|
| 1263 |
msgid "Form Alignment"
|
| 1264 |
msgstr ""
|
| 1265 |
|
| 1266 |
+
#: ../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:440, ../includes/Elements/Login_Register.php:546, ../includes/Elements/Login_Register.php:1109, ../includes/Elements/Login_Register.php:1472, ../includes/Elements/Login_Register.php:1598, ../includes/Elements/Login_Register.php:1855, ../includes/Elements/Login_Register.php:1999, ../includes/Elements/Login_Register.php:2149, ../includes/Elements/Login_Register.php:2292, ../includes/Elements/Login_Register.php:2383, ../includes/Elements/Login_Register.php:2481, ../includes/Elements/Login_Register.php:2683, ../includes/Elements/Login_Register.php:2728, ../includes/Elements/Login_Register.php:2760, ../includes/Elements/Login_Register.php:2994, ../includes/Elements/Login_Register.php:3156, ../includes/Elements/Login_Register.php:3455, ../includes/Elements/NinjaForms.php:278, ../includes/Elements/Post_Grid.php:254, ../includes/Elements/Pricing_Table.php:86, ../includes/Elements/Pricing_Table.php:462, ../includes/Elements/Product_Grid.php:273, ../includes/Elements/Simple_Menu.php:356, ../includes/Elements/Simple_Menu.php:482, ../includes/Elements/Simple_Menu.php:842, ../includes/Elements/Simple_Menu.php:1153, ../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:122, ../includes/Elements/WpForms.php:267, ../includes/Traits/Controls.php:553, ../includes/Traits/Controls.php:1571, ../includes/Traits/Login_Registration.php:581, ../includes/Traits/Woo_Product_Comparable.php:419, ../includes/Traits/Woo_Product_Comparable.php:533, ../includes/Traits/Woo_Product_Comparable.php:624, ../includes/Traits/Woo_Product_Comparable.php:693, ../includes/Template/Betterdocs-Category-Box/Layout_Default.php:4, ../includes/Template/Betterdocs-Category-Grid/Layout_Default.php:4, ../includes/Template/Content-Ticker/default.php:3, ../includes/Template/Eicon-Woocommerce/default.php:3, ../includes/Template/Post-Grid/default.php:5, ../includes/Template/Post-Timeline/default.php:3
|
| 1267 |
msgid "Default"
|
| 1268 |
msgstr ""
|
| 1269 |
|
| 1271 |
msgid "Form Max Width"
|
| 1272 |
msgstr ""
|
| 1273 |
|
| 1274 |
+
#: ../includes/Elements/Caldera_Forms.php:456, ../includes/Elements/FluentForm.php:475, ../includes/Elements/Formstack.php:375, ../includes/Elements/GravityForms.php:411, ../includes/Elements/Login_Register.php:1757, ../includes/Elements/NinjaForms.php:345, ../includes/Elements/TypeForm.php:286, ../includes/Elements/WeForms.php:229, ../includes/Elements/WpForms.php:313
|
| 1275 |
msgid "Form Margin"
|
| 1276 |
msgstr ""
|
| 1277 |
|
| 1278 |
+
#: ../includes/Elements/Caldera_Forms.php:468, ../includes/Elements/Contact_Form_7.php:384, ../includes/Elements/FluentForm.php:487, ../includes/Elements/Formstack.php:387, ../includes/Elements/GravityForms.php:423, ../includes/Elements/Login_Register.php:1772, ../includes/Elements/NinjaForms.php:357, ../includes/Elements/TypeForm.php:298, ../includes/Elements/WeForms.php:241, ../includes/Elements/WpForms.php:325
|
| 1279 |
msgid "Form Padding"
|
| 1280 |
msgstr ""
|
| 1281 |
|
| 1291 |
msgid "Input Width"
|
| 1292 |
msgstr ""
|
| 1293 |
|
| 1294 |
+
#: ../includes/Elements/Caldera_Forms.php:684, ../includes/Elements/Contact_Form_7.php:653, ../includes/Elements/FluentForm.php:703, ../includes/Elements/Formstack.php:932, ../includes/Elements/GravityForms.php:777, ../includes/Elements/NinjaForms.php:727, ../includes/Elements/Woo_Checkout.php:2037, ../includes/Elements/WpForms.php:695
|
| 1295 |
msgid "Input Height"
|
| 1296 |
msgstr ""
|
| 1297 |
|
| 1303 |
msgid "Textarea Height"
|
| 1304 |
msgstr ""
|
| 1305 |
|
| 1306 |
+
#: ../includes/Elements/Caldera_Forms.php:793, ../includes/Elements/Contact_Form_7.php:756, ../includes/Elements/FluentForm.php:812, ../includes/Elements/Formstack.php:1041, ../includes/Elements/GravityForms.php:879, ../includes/Elements/Login_Register.php:2637, ../includes/Elements/NinjaForms.php:837, ../includes/Elements/WpForms.php:806
|
| 1307 |
msgid "Focus"
|
| 1308 |
msgstr ""
|
| 1309 |
|
| 1323 |
msgid "Border Width"
|
| 1324 |
msgstr ""
|
| 1325 |
|
| 1326 |
+
#: ../includes/Elements/Caldera_Forms.php:1035, ../includes/Elements/Contact_Form_7.php:1062, ../includes/Elements/FluentForm.php:1001, ../includes/Elements/Formstack.php:1191, ../includes/Elements/GravityForms.php:1196, ../includes/Elements/GravityForms.php:1305, ../includes/Elements/Login_Register.php:3008, ../includes/Elements/NinjaForms.php:1082, ../includes/Elements/WpForms.php:1036
|
| 1327 |
msgid "Checkbox"
|
| 1328 |
msgstr ""
|
| 1329 |
|
| 1403 |
msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
|
| 1404 |
msgstr ""
|
| 1405 |
|
| 1406 |
+
#: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:813, ../includes/Elements/Dual_Color_Header.php:893, ../includes/Elements/Event_Calendar.php:666, ../includes/Elements/Event_Calendar.php:798, ../includes/Elements/Event_Calendar.php:865, ../includes/Elements/Event_Calendar.php:919, ../includes/Elements/Event_Calendar.php:1031, ../includes/Elements/Event_Calendar.php:1123, ../includes/Elements/Event_Calendar.php:1221, ../includes/Elements/Event_Calendar.php:1587, ../includes/Elements/Event_Calendar.php:1696, ../includes/Elements/Facebook_Feed.php:488, ../includes/Elements/Facebook_Feed.php:501, ../includes/Elements/Facebook_Feed.php:576, ../includes/Elements/Facebook_Feed.php:589, ../includes/Elements/Facebook_Feed.php:674, ../includes/Elements/Facebook_Feed.php:687, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Fancy_Text.php:365, ../includes/Elements/Filterable_Gallery.php:2059, ../includes/Elements/Filterable_Gallery.php:2280, ../includes/Elements/Flip_Box.php:1373, ../includes/Elements/Flip_Box.php:1433, ../includes/Elements/FluentForm.php:1853, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:1943, ../includes/Elements/FluentForm.php:2006, ../includes/Elements/Formstack.php:638, ../includes/Elements/Formstack.php:1713, ../includes/Elements/Formstack.php:1738, ../includes/Elements/Formstack.php:1802, ../includes/Elements/Formstack.php:1867, ../includes/Elements/Formstack.php:1922, ../includes/Elements/Formstack.php:2005, ../includes/Elements/Post_Grid.php:372, ../includes/Elements/Pricing_Table.php:1914, ../includes/Elements/Pricing_Table.php:1983, ../includes/Elements/Product_Grid.php:1542, ../includes/Elements/Product_Grid.php:1557, ../includes/Elements/Product_Grid.php:1617, ../includes/Elements/Product_Grid.php:1631, ../includes/Elements/Product_Grid.php:2916, ../includes/Elements/Product_Grid.php:2973, ../includes/Elements/Progress_Bar.php:345, ../includes/Elements/Team_Member.php:746, ../includes/Elements/Team_Member.php:823, ../includes/Elements/Twitter_Feed.php:402, ../includes/Elements/Twitter_Feed.php:654, ../includes/Elements/Woo_Checkout.php:1773, ../includes/Elements/Woo_Checkout.php:1817, ../includes/Elements/Woo_Checkout.php:1861, ../includes/Elements/Woo_Product_Carousel.php:2011, ../includes/Elements/Woo_Product_Carousel.php:2068, ../includes/Traits/Controls.php:1243, ../includes/Traits/Controls.php:1297, ../includes/Traits/Woo_Product_Comparable.php:1383, ../includes/Traits/Woo_Product_Comparable.php:1662, ../includes/Traits/Woo_Product_Comparable.php:1711
|
| 1407 |
msgid "Background"
|
| 1408 |
msgstr ""
|
| 1409 |
|
| 1443 |
msgid "Alert"
|
| 1444 |
msgstr ""
|
| 1445 |
|
| 1446 |
+
#: ../includes/Elements/Contact_Form_7.php:1510, ../includes/Elements/Login_Register.php:1125, ../includes/Elements/Woo_Checkout.php:2029
|
| 1447 |
msgid "Fields"
|
| 1448 |
msgstr ""
|
| 1449 |
|
| 1451 |
msgid "After Submit Feedback"
|
| 1452 |
msgstr ""
|
| 1453 |
|
| 1454 |
+
#: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:801, ../includes/Elements/Dual_Color_Header.php:881, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/Info_Box.php:584, ../includes/Elements/Info_Box.php:639, ../includes/Elements/Info_Box.php:807, ../includes/Elements/Info_Box.php:887, ../includes/Elements/Info_Box.php:1025, ../includes/Elements/Info_Box.php:1121, ../includes/Elements/Post_Grid.php:344, ../includes/Elements/Product_Grid.php:1497, ../includes/Traits/Woo_Product_Comparable.php:1628
|
| 1455 |
msgid "Radius"
|
| 1456 |
msgstr ""
|
| 1457 |
|
| 1463 |
msgid "Template Layout"
|
| 1464 |
msgstr ""
|
| 1465 |
|
| 1466 |
+
#: ../includes/Elements/Content_Ticker.php:91, ../includes/Elements/Product_Grid.php:363, ../includes/Elements/Progress_Bar.php:160, ../includes/Traits/Controls.php:30
|
| 1467 |
msgid "Dynamic"
|
| 1468 |
msgstr ""
|
| 1469 |
|
| 1599 |
msgid "Label Position"
|
| 1600 |
msgstr ""
|
| 1601 |
|
| 1602 |
+
#: ../includes/Elements/Countdown.php:84, ../includes/Elements/Login_Register.php:3201, ../includes/Elements/Login_Register.php:3501, ../includes/Traits/Controls.php:408
|
| 1603 |
msgid "Block"
|
| 1604 |
msgstr ""
|
| 1605 |
|
| 1611 |
msgid "Use when you select inline labels"
|
| 1612 |
msgstr ""
|
| 1613 |
|
| 1614 |
+
#: ../includes/Elements/Countdown.php:152, ../includes/Elements/Event_Calendar.php:1237
|
| 1615 |
msgid "List view"
|
| 1616 |
msgstr ""
|
| 1617 |
|
| 1715 |
msgid "Choose whether if you want to set a message or a redirect link"
|
| 1716 |
msgstr ""
|
| 1717 |
|
| 1718 |
+
#: ../includes/Elements/Countdown.php:403, ../includes/Elements/Woo_Checkout.php:449, ../includes/Elements/Woo_Checkout.php:1854
|
| 1719 |
msgid "Message"
|
| 1720 |
msgstr ""
|
| 1721 |
|
| 1763 |
msgid "Space Below Container"
|
| 1764 |
msgstr ""
|
| 1765 |
|
| 1766 |
+
#: ../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:1333, ../includes/Elements/Product_Grid.php:1170, ../includes/Elements/Team_Member.php:537, ../includes/Elements/Twitter_Feed.php:679, ../includes/Elements/Woo_Product_Carousel.php:1079
|
| 1767 |
msgid "Color & Typography"
|
| 1768 |
msgstr ""
|
| 1769 |
|
| 1795 |
msgid "Title Style"
|
| 1796 |
msgstr ""
|
| 1797 |
|
| 1798 |
+
#: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:1406, ../includes/Elements/FluentForm.php:1807, ../includes/Elements/Formstack.php:1633, ../includes/Elements/Info_Box.php:1457, ../includes/Elements/Post_Grid.php:612, ../includes/Elements/Post_Timeline.php:340, ../includes/Elements/Product_Grid.php:2456, ../includes/Elements/Product_Grid.php:2811, ../includes/Elements/Progress_Bar.php:690, ../includes/Elements/Twitter_Feed.php:591, ../includes/Elements/Woo_Checkout.php:2169, ../includes/Elements/Woo_Product_Carousel.php:1542, ../includes/Elements/Woo_Product_Carousel.php:1908, ../includes/Traits/Woo_Product_Comparable.php:1018, ../includes/Traits/Woo_Product_Comparable.php:1249
|
| 1799 |
msgid "Title Color"
|
| 1800 |
msgstr ""
|
| 1801 |
|
| 1899 |
msgid "Shikoba (Pro)"
|
| 1900 |
msgstr ""
|
| 1901 |
|
| 1902 |
+
#: ../includes/Elements/Creative_Button.php:250, ../includes/Elements/Cta_Box.php:682, ../includes/Elements/Product_Grid.php:1511, ../includes/Elements/Team_Member.php:703
|
| 1903 |
msgid "Use Gradient Background"
|
| 1904 |
msgstr ""
|
| 1905 |
|
| 1987 |
msgid "Set max width for the container?"
|
| 1988 |
msgstr ""
|
| 1989 |
|
| 1990 |
+
#: ../includes/Elements/Cta_Box.php:387, ../includes/Elements/Cta_Box.php:684, ../includes/Elements/Data_Table.php:134, ../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:295
|
| 1991 |
msgid "yes"
|
| 1992 |
msgstr ""
|
| 1993 |
|
| 1994 |
+
#: ../includes/Elements/Cta_Box.php:388, ../includes/Elements/Data_Table.php:135, ../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:296
|
| 1995 |
msgid "no"
|
| 1996 |
msgstr ""
|
| 1997 |
|
| 2003 |
msgid "Color & Typography "
|
| 2004 |
msgstr ""
|
| 2005 |
|
| 2006 |
+
#: ../includes/Elements/Cta_Box.php:538, ../includes/Elements/Cta_Box.php:579, ../includes/Elements/Event_Calendar.php:830, ../includes/Elements/Event_Calendar.php:951
|
| 2007 |
msgid "Space"
|
| 2008 |
msgstr ""
|
| 2009 |
|
| 2027 |
msgid "Secondary Button Style"
|
| 2028 |
msgstr ""
|
| 2029 |
|
| 2030 |
+
#: ../includes/Elements/Cta_Box.php:1011, ../includes/Elements/Data_Table.php:1050, ../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
|
| 2031 |
msgid "Icon Style"
|
| 2032 |
msgstr ""
|
| 2033 |
|
| 2035 |
msgid "Font Size"
|
| 2036 |
msgstr ""
|
| 2037 |
|
| 2038 |
+
#: ../includes/Elements/Data_Table.php:75, ../includes/Elements/Event_Calendar.php:1245, ../includes/Elements/Pricing_Table.php:867, ../includes/Traits/Woo_Product_Comparable.php:1088
|
| 2039 |
msgid "Header"
|
| 2040 |
msgstr ""
|
| 2041 |
|
| 2042 |
#: ../includes/Elements/Data_Table.php:85
|
| 2043 |
+
msgid "Enable Table Sorting %s"
|
| 2044 |
+
msgstr ""
|
| 2045 |
+
|
| 2046 |
+
#: ../includes/Elements/Data_Table.php:85
|
| 2047 |
+
msgid "<i class=\"eael-pro-labe eicon-pro-icon\"></i>"
|
| 2048 |
+
msgstr ""
|
| 2049 |
+
|
| 2050 |
+
#: ../includes/Elements/Data_Table.php:96
|
| 2051 |
msgid "Sorting feature is available in pro version!"
|
| 2052 |
msgstr ""
|
| 2053 |
|
| 2054 |
+
#: ../includes/Elements/Data_Table.php:110
|
| 2055 |
msgid "Column Name"
|
| 2056 |
msgstr ""
|
| 2057 |
|
| 2058 |
+
#: ../includes/Elements/Data_Table.php:111
|
| 2059 |
msgid "Table Header"
|
| 2060 |
msgstr ""
|
| 2061 |
|
| 2062 |
+
#: ../includes/Elements/Data_Table.php:121
|
| 2063 |
msgid "Column Span"
|
| 2064 |
msgstr ""
|
| 2065 |
|
| 2066 |
+
#: ../includes/Elements/Data_Table.php:132
|
| 2067 |
msgid "Enable Header Icon"
|
| 2068 |
msgstr ""
|
| 2069 |
|
| 2070 |
+
#: ../includes/Elements/Data_Table.php:144
|
| 2071 |
msgid "Header Icon Type"
|
| 2072 |
msgstr ""
|
| 2073 |
|
| 2074 |
+
#: ../includes/Elements/Data_Table.php:202
|
| 2075 |
msgid "Image Size(px)"
|
| 2076 |
msgstr ""
|
| 2077 |
|
| 2078 |
+
#: ../includes/Elements/Data_Table.php:215, ../includes/Elements/Data_Table.php:416
|
| 2079 |
msgid "CSS Class"
|
| 2080 |
msgstr ""
|
| 2081 |
|
| 2082 |
+
#: ../includes/Elements/Data_Table.php:225, ../includes/Elements/Data_Table.php:429
|
| 2083 |
msgid "CSS ID"
|
| 2084 |
msgstr ""
|
| 2085 |
|
| 2086 |
+
#: ../includes/Elements/Data_Table.php:265
|
| 2087 |
msgid "Row Type"
|
| 2088 |
msgstr ""
|
| 2089 |
|
| 2090 |
+
#: ../includes/Elements/Data_Table.php:270
|
| 2091 |
msgid "Row"
|
| 2092 |
msgstr ""
|
| 2093 |
|
| 2094 |
+
#: ../includes/Elements/Data_Table.php:271, ../includes/Traits/Controls.php:482, ../includes/Traits/Controls.php:512
|
| 2095 |
msgid "Column"
|
| 2096 |
msgstr ""
|
| 2097 |
|
| 2098 |
+
#: ../includes/Elements/Data_Table.php:279
|
| 2099 |
msgid "Col Span"
|
| 2100 |
msgstr ""
|
| 2101 |
|
| 2102 |
+
#: ../includes/Elements/Data_Table.php:302
|
| 2103 |
msgid "Textarea"
|
| 2104 |
msgstr ""
|
| 2105 |
|
| 2106 |
+
#: ../includes/Elements/Data_Table.php:306, ../includes/Elements/Login_Register.php:855
|
| 2107 |
msgid "Editor"
|
| 2108 |
msgstr ""
|
| 2109 |
|
| 2110 |
+
#: ../includes/Elements/Data_Table.php:310
|
| 2111 |
msgid "Templates"
|
| 2112 |
msgstr ""
|
| 2113 |
|
| 2114 |
+
#: ../includes/Elements/Data_Table.php:324
|
| 2115 |
msgid "Row Span"
|
| 2116 |
msgstr ""
|
| 2117 |
|
| 2118 |
+
#: ../includes/Elements/Data_Table.php:367, ../includes/Elements/Data_Table.php:382
|
| 2119 |
msgid "Cell Text"
|
| 2120 |
msgstr ""
|
| 2121 |
|
| 2122 |
+
#: ../includes/Elements/Data_Table.php:396, ../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
|
| 2123 |
msgid "Link"
|
| 2124 |
msgstr ""
|
| 2125 |
|
| 2126 |
+
#: ../includes/Elements/Data_Table.php:579, ../includes/Elements/Facebook_Feed.php:548, ../includes/Elements/Facebook_Feed.php:746
|
| 2127 |
msgid "Header Style"
|
| 2128 |
msgstr ""
|
| 2129 |
|
| 2130 |
+
#: ../includes/Elements/Data_Table.php:588
|
| 2131 |
msgid "Header Border Radius"
|
| 2132 |
msgstr ""
|
| 2133 |
|
| 2134 |
+
#: ../includes/Elements/Data_Table.php:755, ../includes/Elements/Filterable_Gallery.php:2115
|
| 2135 |
msgid "Icon Space"
|
| 2136 |
msgstr ""
|
| 2137 |
|
| 2138 |
+
#: ../includes/Elements/Data_Table.php:773, ../includes/Elements/Post_Grid.php:638, ../includes/Elements/Post_Timeline.php:353
|
| 2139 |
msgid "Title Alignment"
|
| 2140 |
msgstr ""
|
| 2141 |
|
| 2142 |
+
#: ../includes/Elements/Data_Table.php:817
|
| 2143 |
msgid "ODD Cell"
|
| 2144 |
msgstr ""
|
| 2145 |
|
| 2146 |
+
#: ../includes/Elements/Data_Table.php:825, ../includes/Elements/Data_Table.php:908
|
| 2147 |
msgid "Color ( Odd Row )"
|
| 2148 |
msgstr ""
|
| 2149 |
|
| 2150 |
+
#: ../includes/Elements/Data_Table.php:837, ../includes/Elements/Data_Table.php:919
|
| 2151 |
msgid "Background ( Odd Row )"
|
| 2152 |
msgstr ""
|
| 2153 |
|
| 2154 |
+
#: ../includes/Elements/Data_Table.php:849, ../includes/Elements/Data_Table.php:930
|
| 2155 |
msgid "Even Cell"
|
| 2156 |
msgstr ""
|
| 2157 |
|
| 2158 |
+
#: ../includes/Elements/Data_Table.php:858, ../includes/Elements/Data_Table.php:938
|
| 2159 |
msgid "Color ( Even Row )"
|
| 2160 |
msgstr ""
|
| 2161 |
|
| 2162 |
+
#: ../includes/Elements/Data_Table.php:870, ../includes/Elements/Data_Table.php:950
|
| 2163 |
msgid "Background Color (Even Row)"
|
| 2164 |
msgstr ""
|
| 2165 |
|
| 2166 |
+
#: ../includes/Elements/Data_Table.php:1022, ../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:810, ../includes/Elements/Tooltip.php:372
|
| 2167 |
msgid "Content Alignment"
|
| 2168 |
msgstr ""
|
| 2169 |
|
| 2170 |
+
#: ../includes/Elements/Data_Table.php:1129
|
| 2171 |
msgid "Responsive Options"
|
| 2172 |
msgstr ""
|
| 2173 |
|
| 2174 |
+
#: ../includes/Elements/Data_Table.php:1138
|
| 2175 |
msgid "Enable Responsive Table"
|
| 2176 |
msgstr ""
|
| 2177 |
|
| 2178 |
+
#: ../includes/Elements/Data_Table.php:1139
|
| 2179 |
msgid "If enabled, table header will be automatically responsive for mobile."
|
| 2180 |
msgstr ""
|
| 2181 |
|
| 2303 |
msgid "<strong>EmbedPress</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=embedpress&tab=search&type=term\" target=\"_blank\">EmbedPress</a> first."
|
| 2304 |
msgstr ""
|
| 2305 |
|
| 2306 |
+
#: ../includes/Elements/Event_Calendar.php:85, ../includes/Elements/Event_Calendar.php:1326
|
| 2307 |
msgid "Events"
|
| 2308 |
msgstr ""
|
| 2309 |
|
| 2319 |
msgid "The Events Calendar"
|
| 2320 |
msgstr ""
|
| 2321 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2322 |
#: ../includes/Elements/Event_Calendar.php:161
|
| 2323 |
msgid "https://sample-domain.com"
|
| 2324 |
msgstr ""
|
| 2335 |
msgid "End Date"
|
| 2336 |
msgstr ""
|
| 2337 |
|
| 2338 |
+
#: ../includes/Elements/Event_Calendar.php:229, ../includes/Elements/Event_Calendar.php:591
|
| 2339 |
msgid "Event Background Color"
|
| 2340 |
msgstr ""
|
| 2341 |
|
| 2342 |
+
#: ../includes/Elements/Event_Calendar.php:238, ../includes/Elements/Event_Calendar.php:603
|
| 2343 |
msgid "Event Text Color"
|
| 2344 |
msgstr ""
|
| 2345 |
|
| 2346 |
+
#: ../includes/Elements/Event_Calendar.php:247, ../includes/Elements/Event_Calendar.php:614
|
| 2347 |
msgid "Popup Ribbon Color"
|
| 2348 |
msgstr ""
|
| 2349 |
|
| 2395 |
msgid "Event Category"
|
| 2396 |
msgstr ""
|
| 2397 |
|
| 2398 |
+
#: ../includes/Elements/Event_Calendar.php:437, ../includes/Elements/Event_Calendar.php:658
|
| 2399 |
msgid "Calendar"
|
| 2400 |
msgstr ""
|
| 2401 |
|
| 2402 |
+
#: ../includes/Elements/Event_Calendar.php:445, ../includes/Traits/Admin.php:69
|
| 2403 |
msgid "Language"
|
| 2404 |
msgstr ""
|
| 2405 |
|
| 2415 |
msgid "Calendar Default View"
|
| 2416 |
msgstr ""
|
| 2417 |
|
| 2418 |
+
#: ../includes/Elements/Event_Calendar.php:524, ../includes/Elements/Event_Calendar.php:974
|
| 2419 |
msgid "Day"
|
| 2420 |
msgstr ""
|
| 2421 |
|
| 2463 |
msgid "Hide Event Details Link"
|
| 2464 |
msgstr ""
|
| 2465 |
|
| 2466 |
+
#: ../includes/Elements/Event_Calendar.php:565
|
| 2467 |
+
msgid "Event Details Text"
|
| 2468 |
+
msgstr ""
|
| 2469 |
+
|
| 2470 |
+
#: ../includes/Elements/Event_Calendar.php:567
|
| 2471 |
+
msgid "Event Details"
|
| 2472 |
+
msgstr ""
|
| 2473 |
+
|
| 2474 |
+
#: ../includes/Elements/Event_Calendar.php:578
|
| 2475 |
msgid "Featured Event Color"
|
| 2476 |
msgstr ""
|
| 2477 |
|
| 2478 |
+
#: ../includes/Elements/Event_Calendar.php:705, ../includes/Elements/Event_Calendar.php:1163, ../includes/Elements/Event_Calendar.php:1355
|
| 2479 |
msgid "Inside Space"
|
| 2480 |
msgstr ""
|
| 2481 |
|
| 2482 |
+
#: ../includes/Elements/Event_Calendar.php:717, ../includes/Elements/Event_Calendar.php:1187, ../includes/Elements/Event_Calendar.php:1367
|
| 2483 |
msgid "Outside Space"
|
| 2484 |
msgstr ""
|
| 2485 |
|
| 2486 |
+
#: ../includes/Elements/Event_Calendar.php:1049
|
| 2487 |
msgid "Time"
|
| 2488 |
msgstr ""
|
| 2489 |
|
| 2490 |
+
#: ../includes/Elements/Event_Calendar.php:1083, ../includes/Elements/Event_Calendar.php:1417, ../includes/Elements/Facebook_Feed.php:910, ../includes/Elements/Product_Grid.php:168, ../includes/Elements/Woo_Product_Carousel.php:127
|
| 2491 |
msgid "Date"
|
| 2492 |
msgstr ""
|
| 2493 |
|
| 2494 |
+
#: ../includes/Elements/Event_Calendar.php:1112
|
| 2495 |
msgid "Number Background"
|
| 2496 |
msgstr ""
|
| 2497 |
|
| 2498 |
+
#: ../includes/Elements/Event_Calendar.php:1199
|
| 2499 |
msgid "Today Date"
|
| 2500 |
msgstr ""
|
| 2501 |
|
| 2502 |
+
#: ../includes/Elements/Event_Calendar.php:1298
|
| 2503 |
msgid "Even row Color"
|
| 2504 |
msgstr ""
|
| 2505 |
|
| 2506 |
+
#: ../includes/Elements/Event_Calendar.php:1310
|
| 2507 |
msgid "Odd row Color"
|
| 2508 |
msgstr ""
|
| 2509 |
|
| 2510 |
+
#: ../includes/Elements/Event_Calendar.php:1381
|
| 2511 |
msgid "Event Popup"
|
| 2512 |
msgstr ""
|
| 2513 |
|
| 2514 |
+
#: ../includes/Elements/Event_Calendar.php:1435, ../includes/Elements/Event_Calendar.php:1661, ../includes/Elements/Post_Grid.php:468, ../includes/Elements/Twitter_Feed.php:621
|
| 2515 |
msgid "Date Color"
|
| 2516 |
msgstr ""
|
| 2517 |
|
| 2518 |
+
#: ../includes/Elements/Event_Calendar.php:1447
|
| 2519 |
msgid "Date Icon"
|
| 2520 |
msgstr ""
|
| 2521 |
|
| 2522 |
+
#: ../includes/Elements/Event_Calendar.php:1503, ../includes/Elements/Info_Box.php:1469, ../includes/Elements/Product_Grid.php:2529, ../includes/Elements/Product_Grid.php:2822, ../includes/Elements/Twitter_Feed.php:601, ../includes/Elements/Woo_Product_Carousel.php:1614, ../includes/Elements/Woo_Product_Carousel.php:1918
|
| 2523 |
msgid "Content Color"
|
| 2524 |
msgstr ""
|
| 2525 |
|
| 2526 |
+
#: ../includes/Elements/Event_Calendar.php:1514, ../includes/Elements/Product_Grid.php:2844, ../includes/Elements/Woo_Product_Carousel.php:1939, ../includes/Traits/Woo_Product_Comparable.php:1336
|
| 2527 |
msgid " Close Button"
|
| 2528 |
msgstr ""
|
| 2529 |
|
| 2530 |
+
#: ../includes/Elements/Event_Calendar.php:1549, ../includes/Elements/Product_Grid.php:2879, ../includes/Elements/Woo_Product_Carousel.php:1974, ../includes/Extensions/Table_of_Content.php:699
|
| 2531 |
msgid "Button Size"
|
| 2532 |
msgstr ""
|
| 2533 |
|
| 2534 |
+
#: ../includes/Elements/Event_Calendar.php:1643
|
| 2535 |
msgid "External Link"
|
| 2536 |
msgstr ""
|
| 2537 |
|
| 2538 |
+
#: ../includes/Elements/Event_Calendar.php:1735
|
| 2539 |
msgid "Today"
|
| 2540 |
msgstr ""
|
| 2541 |
|
| 2542 |
+
#: ../includes/Elements/Event_Calendar.php:1736
|
| 2543 |
msgid "Tomorrow"
|
| 2544 |
msgstr ""
|
| 2545 |
|
| 2546 |
+
#: ../includes/Elements/Event_Calendar.php:1962
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2547 |
msgid "No Title"
|
| 2548 |
msgstr ""
|
| 2549 |
|
| 2599 |
msgid "Overlay"
|
| 2600 |
msgstr ""
|
| 2601 |
|
| 2602 |
+
#: ../includes/Elements/Facebook_Feed.php:192, ../includes/Elements/Filterable_Gallery.php:121, ../includes/Elements/Product_Grid.php:309, ../includes/Elements/Product_Grid.php:331, ../includes/Traits/Woo_Product_Comparable.php:853
|
| 2603 |
msgid "Columns"
|
| 2604 |
msgstr ""
|
| 2605 |
|
| 2606 |
+
#: ../includes/Elements/Facebook_Feed.php:196, ../includes/Elements/Product_Grid.php:313, ../includes/Elements/Product_Grid.php:335, ../includes/Elements/Testimonial.php:195, ../includes/Elements/Woo_Product_Carousel.php:379, ../includes/Elements/Woo_Product_Carousel.php:466, ../includes/Traits/Controls.php:518, ../includes/Traits/Controls.php:1022
|
| 2607 |
msgid "1"
|
| 2608 |
msgstr ""
|
| 2609 |
|
| 2610 |
+
#: ../includes/Elements/Facebook_Feed.php:197, ../includes/Elements/Product_Grid.php:314, ../includes/Elements/Product_Grid.php:336, ../includes/Elements/Testimonial.php:196, ../includes/Elements/Woo_Product_Carousel.php:380, ../includes/Elements/Woo_Product_Carousel.php:467, ../includes/Traits/Controls.php:519, ../includes/Traits/Controls.php:1023
|
| 2611 |
msgid "2"
|
| 2612 |
msgstr ""
|
| 2613 |
|
| 2614 |
+
#: ../includes/Elements/Facebook_Feed.php:198, ../includes/Elements/Product_Grid.php:315, ../includes/Elements/Testimonial.php:197, ../includes/Elements/Woo_Product_Carousel.php:381, ../includes/Elements/Woo_Product_Carousel.php:468, ../includes/Traits/Controls.php:520, ../includes/Traits/Controls.php:1024
|
| 2615 |
msgid "3"
|
| 2616 |
msgstr ""
|
| 2617 |
|
| 2618 |
+
#: ../includes/Elements/Facebook_Feed.php:199, ../includes/Elements/Product_Grid.php:316, ../includes/Elements/Testimonial.php:198, ../includes/Elements/Woo_Product_Carousel.php:469, ../includes/Traits/Controls.php:521
|
| 2619 |
msgid "4"
|
| 2620 |
msgstr ""
|
| 2621 |
|
| 2622 |
+
#: ../includes/Elements/Facebook_Feed.php:200, ../includes/Elements/Filterable_Gallery.php:518, ../includes/Elements/Product_Grid.php:317, ../includes/Elements/Testimonial.php:199, ../includes/Elements/Woo_Product_Carousel.php:470, ../includes/Traits/Controls.php:522
|
| 2623 |
msgid "5"
|
| 2624 |
msgstr ""
|
| 2625 |
|
| 2626 |
+
#: ../includes/Elements/Facebook_Feed.php:201, ../includes/Elements/Product_Grid.php:318, ../includes/Elements/Woo_Product_Carousel.php:471, ../includes/Traits/Controls.php:523
|
| 2627 |
msgid "6"
|
| 2628 |
msgstr ""
|
| 2629 |
|
| 2675 |
msgid "Show Preview Description"
|
| 2676 |
msgstr ""
|
| 2677 |
|
| 2678 |
+
#: ../includes/Elements/Facebook_Feed.php:384, ../includes/Elements/Product_Grid.php:670, ../includes/Traits/Controls.php:624
|
| 2679 |
msgid "Show Load More"
|
| 2680 |
msgstr ""
|
| 2681 |
|
| 2682 |
+
#: ../includes/Elements/Facebook_Feed.php:403, ../includes/Elements/FluentForm.php:1098, ../includes/Elements/FluentForm.php:1696, ../includes/Elements/Formstack.php:650, ../includes/Elements/Login_Register.php:1063, ../includes/Elements/Woo_Checkout.php:1964, ../includes/Elements/Woo_Checkout.php:2220, ../includes/Traits/Woo_Product_Comparable.php:247
|
| 2683 |
msgid "Label"
|
| 2684 |
msgstr ""
|
| 2685 |
|
| 2686 |
+
#: ../includes/Elements/Facebook_Feed.php:406, ../includes/Elements/Filterable_Gallery.php:692, ../includes/Elements/Product_Grid.php:649, ../includes/Elements/Product_Grid.php:682, ../includes/Traits/Controls.php:640
|
| 2687 |
msgid "Load More"
|
| 2688 |
msgstr ""
|
| 2689 |
|
| 2931 |
msgid "Feature Item 3"
|
| 2932 |
msgstr ""
|
| 2933 |
|
| 2934 |
+
#: ../includes/Elements/Feature_List.php:251, ../includes/Elements/Product_Grid.php:459, ../includes/Elements/Progress_Bar.php:135
|
| 2935 |
msgid "Title HTML Tag"
|
| 2936 |
msgstr ""
|
| 2937 |
|
| 2959 |
msgid "Framed"
|
| 2960 |
msgstr ""
|
| 2961 |
|
| 2962 |
+
#: ../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:729, ../includes/Elements/Pricing_Table.php:377, ../includes/Elements/Tooltip.php:290, ../includes/Elements/Twitter_Feed.php:365, ../includes/Extensions/Reading_Progress.php:115, ../includes/Traits/Controls.php:1695
|
| 2963 |
msgid "Top"
|
| 2964 |
msgstr ""
|
| 2965 |
|
| 2971 |
msgid "Show Connector"
|
| 2972 |
msgstr ""
|
| 2973 |
|
| 2974 |
+
#: ../includes/Elements/Feature_List.php:387, ../includes/Elements/Login_Register.php:3218, ../includes/Elements/Login_Register.php:3517
|
| 2975 |
msgid "Space Between"
|
| 2976 |
msgstr ""
|
| 2977 |
|
| 3011 |
msgid "Title Bottom Space"
|
| 3012 |
msgstr ""
|
| 3013 |
|
| 3014 |
+
#: ../includes/Elements/Filterable_Gallery.php:93, ../includes/Elements/Flip_Box.php:77, ../includes/Elements/Pricing_Table.php:78, ../includes/Traits/Core.php:44, ../includes/templates/admin/elements.php:585, ../includes/templates/admin/elements.php:567, ../includes/templates/admin/elements.php:564, ../includes/templates/admin/extensions.php:85
|
| 3015 |
msgid "Settings"
|
| 3016 |
msgstr ""
|
| 3017 |
|
| 3063 |
msgid "Media"
|
| 3064 |
msgstr ""
|
| 3065 |
|
| 3066 |
+
#: ../includes/Elements/Filterable_Gallery.php:230, ../includes/Elements/Product_Grid.php:1763, ../includes/Traits/Woo_Product_Comparable.php:879
|
| 3067 |
msgid "Buttons"
|
| 3068 |
msgstr ""
|
| 3069 |
|
| 3255 |
msgid "Item Hover Style"
|
| 3256 |
msgstr ""
|
| 3257 |
|
| 3258 |
+
#: ../includes/Elements/Filterable_Gallery.php:1207, ../includes/Elements/Filterable_Gallery.php:1569, ../includes/Elements/Login_Register.php:2375, ../includes/Elements/Post_Timeline.php:379
|
| 3259 |
msgid "Title Typography"
|
| 3260 |
msgstr ""
|
| 3261 |
|
| 3315 |
msgid "Search Form Style"
|
| 3316 |
msgstr ""
|
| 3317 |
|
| 3318 |
+
#: ../includes/Elements/Filterable_Gallery.php:2094, ../includes/Elements/Login_Register.php:280
|
| 3319 |
msgid "Controls"
|
| 3320 |
msgstr ""
|
| 3321 |
|
| 3327 |
msgid "Separator Size"
|
| 3328 |
msgstr ""
|
| 3329 |
|
| 3330 |
+
#: ../includes/Elements/Filterable_Gallery.php:2271, ../includes/Elements/Login_Register.php:1596, ../includes/Elements/Woo_Checkout.php:1568
|
| 3331 |
msgid "Form"
|
| 3332 |
msgstr ""
|
| 3333 |
|
| 3335 |
msgid "Search Gallery Item..."
|
| 3336 |
msgstr ""
|
| 3337 |
|
| 3338 |
+
#: ../includes/Elements/Filterable_Gallery.php:2300, ../includes/Elements/Login_Register.php:2603, ../includes/Elements/Login_Register.php:2641
|
| 3339 |
msgid "Placeholder Color"
|
| 3340 |
msgstr ""
|
| 3341 |
|
| 3343 |
msgid "Dropdown"
|
| 3344 |
msgstr ""
|
| 3345 |
|
| 3346 |
+
#: ../includes/Elements/Filterable_Gallery.php:2462, ../includes/Elements/Product_Grid.php:2054, ../includes/Elements/Product_Grid.php:2231, ../includes/Elements/Woo_Checkout.php:705, ../includes/Elements/Woo_Checkout.php:1018, ../includes/Elements/Woo_Checkout.php:1127, ../includes/Elements/Woo_Checkout.php:2533, ../includes/Elements/Woo_Product_Carousel.php:1448
|
| 3347 |
msgid "Top Spacing"
|
| 3348 |
msgstr ""
|
| 3349 |
|
| 3511 |
msgid "Address Line Style"
|
| 3512 |
msgstr ""
|
| 3513 |
|
| 3514 |
+
#: ../includes/Elements/FluentForm.php:1704, ../includes/Elements/Login_Register.php:1158
|
| 3515 |
msgid "Show Label"
|
| 3516 |
msgstr ""
|
| 3517 |
|
| 3559 |
msgid "Rating"
|
| 3560 |
msgstr ""
|
| 3561 |
|
| 3562 |
+
#: ../includes/Elements/Formstack.php:1994, ../includes/Elements/Login_Register.php:899
|
| 3563 |
msgid "Validation Messages"
|
| 3564 |
msgstr ""
|
| 3565 |
|
| 3599 |
msgid "Border Height"
|
| 3600 |
msgstr ""
|
| 3601 |
|
| 3602 |
+
#: ../includes/Elements/GravityForms.php:1091, ../includes/Elements/Pricing_Table.php:195, ../includes/Elements/Pricing_Table.php:202, ../includes/Elements/Product_Grid.php:166, ../includes/Elements/Product_Grid.php:2469, ../includes/Elements/Woo_Checkout.php:220, ../includes/Elements/Woo_Product_Carousel.php:125, ../includes/Elements/Woo_Product_Carousel.php:1554, ../includes/Traits/Woo_Product_Comparable.php:42, ../includes/Traits/Woo_Product_Comparable.php:79
|
| 3603 |
msgid "Price"
|
| 3604 |
msgstr ""
|
| 3605 |
|
| 3607 |
msgid "Price Label Color"
|
| 3608 |
msgstr ""
|
| 3609 |
|
| 3610 |
+
#: ../includes/Elements/GravityForms.php:1111, ../includes/Elements/Product_Grid.php:1214, ../includes/Elements/Product_Grid.php:2487, ../includes/Elements/Woo_Product_Carousel.php:1572
|
| 3611 |
msgid "Price Color"
|
| 3612 |
msgstr ""
|
| 3613 |
|
| 3667 |
msgid "On Click"
|
| 3668 |
msgstr ""
|
| 3669 |
|
| 3670 |
+
#: ../includes/Elements/Image_Accordion.php:105, ../includes/Elements/Login_Register.php:2866, ../includes/Elements/Login_Register.php:2962
|
| 3671 |
msgid "Horizontal Alignment"
|
| 3672 |
msgstr ""
|
| 3673 |
|
| 3674 |
+
#: ../includes/Elements/Image_Accordion.php:128, ../includes/Elements/Login_Register.php:2845, ../includes/Elements/Login_Register.php:2941
|
| 3675 |
msgid "Vertical Alignment"
|
| 3676 |
msgstr ""
|
| 3677 |
|
| 3839 |
msgid "Login | Register Form"
|
| 3840 |
msgstr ""
|
| 3841 |
|
| 3842 |
+
#: ../includes/Elements/Login_Register.php:181, ../includes/Elements/Login_Register.php:1131, ../includes/Elements/Login_Register.php:1132, ../includes/Elements/Login_Register.php:4027
|
| 3843 |
msgid "Username"
|
| 3844 |
msgstr ""
|
| 3845 |
|
| 3846 |
+
#: ../includes/Elements/Login_Register.php:182, ../includes/Elements/Login_Register.php:1137, ../includes/Elements/Login_Register.php:1138, ../includes/Elements/Login_Register.php:4024
|
| 3847 |
msgid "Email"
|
| 3848 |
msgstr ""
|
| 3849 |
|
| 3850 |
+
#: ../includes/Elements/Login_Register.php:183, ../includes/Elements/Login_Register.php:573, ../includes/Elements/Login_Register.php:574, ../includes/Elements/Login_Register.php:600, ../includes/Elements/Login_Register.php:601, ../includes/Elements/Login_Register.php:1144, ../includes/Elements/Login_Register.php:1145, ../includes/Elements/Login_Register.php:3835, ../includes/Elements/Login_Register.php:4025, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:329
|
| 3851 |
msgid "Password"
|
| 3852 |
msgstr ""
|
| 3853 |
|
| 3854 |
+
#: ../includes/Elements/Login_Register.php:184, ../includes/Elements/Login_Register.php:4026
|
| 3855 |
msgid "Confirm Password"
|
| 3856 |
msgstr ""
|
| 3857 |
|
| 3858 |
+
#: ../includes/Elements/Login_Register.php:185, ../includes/Elements/Login_Register.php:4028
|
| 3859 |
msgid "First Name"
|
| 3860 |
msgstr ""
|
| 3861 |
|
| 3862 |
+
#: ../includes/Elements/Login_Register.php:186, ../includes/Elements/Login_Register.php:4029
|
| 3863 |
msgid "Last Name"
|
| 3864 |
msgstr ""
|
| 3865 |
|
| 3866 |
+
#: ../includes/Elements/Login_Register.php:187, ../includes/Elements/Login_Register.php:4030
|
| 3867 |
msgid "Website"
|
| 3868 |
msgstr ""
|
| 3869 |
|
| 3870 |
+
#: ../includes/Elements/Login_Register.php:249
|
| 3871 |
msgid "Choose the type of form you want to show by default. Note: you can show both forms in a single page even if you select only login or registration from below."
|
| 3872 |
msgstr ""
|
| 3873 |
|
| 3874 |
+
#: ../includes/Elements/Login_Register.php:253
|
| 3875 |
msgid "Default Form Type"
|
| 3876 |
msgstr ""
|
| 3877 |
|
| 3878 |
+
#: ../includes/Elements/Login_Register.php:256, ../includes/Elements/Login_Register.php:3439, ../includes/Elements/Login_Register.php:4038, ../includes/Elements/Woo_Checkout.php:392, ../includes/Elements/Woo_Checkout.php:1157, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:342, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:342
|
| 3879 |
msgid "Login"
|
| 3880 |
msgstr ""
|
| 3881 |
|
| 3882 |
+
#: ../includes/Elements/Login_Register.php:257
|
| 3883 |
msgid "Registration"
|
| 3884 |
msgstr ""
|
| 3885 |
|
| 3886 |
#. translators: %1$s is settings page link open tag, %2$s is link closing tag
|
| 3887 |
+
#: ../includes/Elements/Login_Register.php:265
|
| 3888 |
msgid "Registration is disabled on your site. Please enable it to use registration form. You can enable it from Dashboard » Settings » General » %1$sMembership%2$s."
|
| 3889 |
msgstr ""
|
| 3890 |
|
| 3891 |
+
#: ../includes/Elements/Login_Register.php:273
|
| 3892 |
msgid "Hide all Forms from Logged-in Users"
|
| 3893 |
msgstr ""
|
| 3894 |
|
| 3895 |
+
#: ../includes/Elements/Login_Register.php:278
|
| 3896 |
msgid "Login Form General"
|
| 3897 |
msgstr ""
|
| 3898 |
|
| 3899 |
+
#: ../includes/Elements/Login_Register.php:287
|
| 3900 |
msgid "Show Logout Link"
|
| 3901 |
msgstr ""
|
| 3902 |
|
| 3903 |
+
#: ../includes/Elements/Login_Register.php:292
|
| 3904 |
msgid "Show Lost your password?"
|
| 3905 |
msgstr ""
|
| 3906 |
|
| 3907 |
+
#: ../includes/Elements/Login_Register.php:298
|
| 3908 |
msgid "Lost Password Text"
|
| 3909 |
msgstr ""
|
| 3910 |
|
| 3911 |
+
#: ../includes/Elements/Login_Register.php:304, ../includes/Elements/Login_Register.php:3854
|
| 3912 |
msgid "Forgot password?"
|
| 3913 |
msgstr ""
|
| 3914 |
|
| 3915 |
+
#: ../includes/Elements/Login_Register.php:310
|
| 3916 |
msgid "Lost Password Link to"
|
| 3917 |
msgstr ""
|
| 3918 |
|
| 3919 |
+
#: ../includes/Elements/Login_Register.php:314, ../includes/Elements/Login_Register.php:470
|
| 3920 |
msgid "Default WordPress Page"
|
| 3921 |
msgstr ""
|
| 3922 |
|
| 3923 |
+
#: ../includes/Elements/Login_Register.php:315, ../includes/Elements/Login_Register.php:385, ../includes/Elements/Login_Register.php:471
|
| 3924 |
msgid "Custom URL"
|
| 3925 |
msgstr ""
|
| 3926 |
|
| 3927 |
+
#: ../includes/Elements/Login_Register.php:323
|
| 3928 |
msgid "Custom Lost Password URL"
|
| 3929 |
msgstr ""
|
| 3930 |
|
| 3931 |
+
#: ../includes/Elements/Login_Register.php:336, ../includes/Elements/Login_Register.php:2988
|
| 3932 |
msgid "Remember Me Field"
|
| 3933 |
msgstr ""
|
| 3934 |
|
| 3935 |
+
#: ../includes/Elements/Login_Register.php:343
|
| 3936 |
msgid "Remember Me Field Text"
|
| 3937 |
msgstr ""
|
| 3938 |
|
| 3939 |
+
#: ../includes/Elements/Login_Register.php:349, ../includes/Elements/Login_Register.php:3848
|
| 3940 |
msgid "Remember Me"
|
| 3941 |
msgstr ""
|
| 3942 |
|
| 3943 |
+
#: ../includes/Elements/Login_Register.php:408, ../includes/Elements/Login_Register.php:359
|
| 3944 |
msgid "Show Register Link"
|
| 3945 |
msgstr ""
|
| 3946 |
|
| 3947 |
+
#: ../includes/Elements/Login_Register.php:366
|
| 3948 |
msgid "Register Link Text"
|
| 3949 |
msgstr ""
|
| 3950 |
|
| 3951 |
+
#: ../includes/Elements/Login_Register.php:368, ../includes/Elements/Login_Register.php:454
|
| 3952 |
msgid "You can put text in two lines to make the last line linkable. Pro Tip: You can keep the first line empty and put the text only in the second line to get a link only."
|
| 3953 |
msgstr ""
|
| 3954 |
|
| 3955 |
+
#: ../includes/Elements/Login_Register.php:374
|
| 3956 |
msgid ""
|
| 3957 |
" \n"
|
| 3958 |
"Register Now"
|
| 3959 |
msgstr ""
|
| 3960 |
|
| 3961 |
+
#: ../includes/Elements/Login_Register.php:380
|
| 3962 |
msgid "Registration Link Action"
|
| 3963 |
msgstr ""
|
| 3964 |
|
| 3965 |
+
#: ../includes/Elements/Login_Register.php:384
|
| 3966 |
msgid "WordPress Registration Page"
|
| 3967 |
msgstr ""
|
| 3968 |
|
| 3969 |
+
#: ../includes/Elements/Login_Register.php:386
|
| 3970 |
msgid "Show Register Form"
|
| 3971 |
msgstr ""
|
| 3972 |
|
| 3973 |
+
#: ../includes/Elements/Login_Register.php:394
|
| 3974 |
msgid "Custom Register URL"
|
| 3975 |
msgstr ""
|
| 3976 |
|
| 3977 |
+
#: ../includes/Elements/Login_Register.php:415, ../includes/Elements/Login_Register.php:493
|
| 3978 |
msgid "Enable Google reCAPTCHA"
|
| 3979 |
msgstr ""
|
| 3980 |
|
| 3981 |
+
#: ../includes/Elements/Login_Register.php:416
|
| 3982 |
msgid "reCAPTCHA will prevent spam login from bots."
|
| 3983 |
msgstr ""
|
| 3984 |
|
| 3985 |
+
#: ../includes/Elements/Login_Register.php:425, ../includes/Elements/Login_Register.php:503
|
| 3986 |
msgid "reCAPTCHA API keys are missing. Please add them from %sDashboard >> Essential Addons >> Elements >> Login | Register Form %sSettings"
|
| 3987 |
msgstr ""
|
| 3988 |
|
| 3989 |
+
#: ../includes/Elements/Login_Register.php:514, ../includes/Elements/Login_Register.php:447
|
| 3990 |
msgid "Show Login Link"
|
| 3991 |
msgstr ""
|
| 3992 |
|
| 3993 |
+
#: ../includes/Elements/Login_Register.php:438
|
| 3994 |
msgid "Register Form General"
|
| 3995 |
msgstr ""
|
| 3996 |
|
| 3997 |
+
#: ../includes/Elements/Login_Register.php:452
|
| 3998 |
msgid "Login Link Text"
|
| 3999 |
msgstr ""
|
| 4000 |
|
| 4001 |
+
#: ../includes/Elements/Login_Register.php:460
|
| 4002 |
msgid ""
|
| 4003 |
" \n"
|
| 4004 |
"Sign In"
|
| 4005 |
msgstr ""
|
| 4006 |
|
| 4007 |
+
#: ../includes/Elements/Login_Register.php:466
|
| 4008 |
msgid "Login Link Action"
|
| 4009 |
msgstr ""
|
| 4010 |
|
| 4011 |
+
#: ../includes/Elements/Login_Register.php:472
|
| 4012 |
msgid "Show Login Form"
|
| 4013 |
msgstr ""
|
| 4014 |
|
| 4015 |
+
#: ../includes/Elements/Login_Register.php:480
|
| 4016 |
msgid "Custom Login URL"
|
| 4017 |
msgstr ""
|
| 4018 |
|
| 4019 |
+
#: ../includes/Elements/Login_Register.php:494
|
| 4020 |
msgid "reCAPTCHA will prevent spam registration from bots."
|
| 4021 |
msgstr ""
|
| 4022 |
|
| 4023 |
+
#: ../includes/Elements/Login_Register.php:524
|
| 4024 |
+
msgid "Submit Form via AJAX %s"
|
| 4025 |
+
msgstr ""
|
| 4026 |
+
|
| 4027 |
+
#: ../includes/Elements/Login_Register.php:538
|
| 4028 |
msgid "Login Form Fields"
|
| 4029 |
msgstr ""
|
| 4030 |
|
| 4031 |
+
#: ../includes/Elements/Login_Register.php:543
|
| 4032 |
msgid "Labels & Placeholders"
|
| 4033 |
msgstr ""
|
| 4034 |
|
| 4035 |
+
#: ../includes/Elements/Login_Register.php:562
|
| 4036 |
msgid "Username Label"
|
| 4037 |
msgstr ""
|
| 4038 |
|
| 4039 |
+
#: ../includes/Elements/Login_Register.php:563, ../includes/Elements/Login_Register.php:564, ../includes/Elements/Login_Register.php:590, ../includes/Elements/Login_Register.php:591, ../includes/Elements/Login_Register.php:3834
|
| 4040 |
msgid "Username or Email Address"
|
| 4041 |
msgstr ""
|
| 4042 |
|
| 4043 |
+
#: ../includes/Elements/Login_Register.php:572
|
| 4044 |
msgid "Password Label"
|
| 4045 |
msgstr ""
|
| 4046 |
|
| 4047 |
+
#: ../includes/Elements/Login_Register.php:582
|
| 4048 |
msgid "Placeholders"
|
| 4049 |
msgstr ""
|
| 4050 |
|
| 4051 |
+
#: ../includes/Elements/Login_Register.php:589
|
| 4052 |
msgid "Username Placeholder"
|
| 4053 |
msgstr ""
|
| 4054 |
|
| 4055 |
+
#: ../includes/Elements/Login_Register.php:599
|
| 4056 |
msgid "Password Placeholder"
|
| 4057 |
msgstr ""
|
| 4058 |
|
| 4059 |
+
#: ../includes/Elements/Login_Register.php:609
|
| 4060 |
msgid "Input Fields width"
|
| 4061 |
msgstr ""
|
| 4062 |
|
| 4063 |
+
#: ../includes/Elements/Login_Register.php:637
|
| 4064 |
msgid "Password Visibility Icon"
|
| 4065 |
msgstr ""
|
| 4066 |
|
| 4067 |
+
#: ../includes/Elements/Login_Register.php:648
|
| 4068 |
msgid "Login Button"
|
| 4069 |
msgstr ""
|
| 4070 |
|
| 4071 |
+
#: ../includes/Elements/Login_Register.php:657, ../includes/Elements/Login_Register.php:658
|
| 4072 |
msgid "Log In"
|
| 4073 |
msgstr ""
|
| 4074 |
|
| 4075 |
+
#: ../includes/Elements/Login_Register.php:666
|
| 4076 |
msgid "Form Header Content"
|
| 4077 |
msgstr ""
|
| 4078 |
|
| 4079 |
+
#: ../includes/Elements/Login_Register.php:670
|
| 4080 |
msgid "Form Header Image"
|
| 4081 |
msgstr ""
|
| 4082 |
|
| 4083 |
+
#: ../includes/Elements/Login_Register.php:688
|
| 4084 |
msgid "Header Image Position"
|
| 4085 |
msgstr ""
|
| 4086 |
|
| 4087 |
+
#: ../includes/Elements/Login_Register.php:705
|
| 4088 |
msgid "Form Header Logo"
|
| 4089 |
msgstr ""
|
| 4090 |
|
| 4091 |
+
#: ../includes/Elements/Login_Register.php:721
|
| 4092 |
msgid "Form Logo Position"
|
| 4093 |
msgstr ""
|
| 4094 |
|
| 4095 |
+
#: ../includes/Elements/Login_Register.php:738
|
| 4096 |
msgid "Login Form Title"
|
| 4097 |
msgstr ""
|
| 4098 |
|
| 4099 |
+
#: ../includes/Elements/Login_Register.php:741
|
| 4100 |
msgid "Welcome Back!"
|
| 4101 |
msgstr ""
|
| 4102 |
|
| 4103 |
+
#: ../includes/Elements/Login_Register.php:745
|
| 4104 |
msgid "Login Form Sub Title"
|
| 4105 |
msgstr ""
|
| 4106 |
|
| 4107 |
+
#: ../includes/Elements/Login_Register.php:748
|
| 4108 |
msgid "Please login to your account"
|
| 4109 |
msgstr ""
|
| 4110 |
|
| 4111 |
+
#: ../includes/Elements/Login_Register.php:752
|
| 4112 |
msgid "Register Form Title"
|
| 4113 |
msgstr ""
|
| 4114 |
|
| 4115 |
+
#: ../includes/Elements/Login_Register.php:755
|
| 4116 |
msgid "Create a New Account"
|
| 4117 |
msgstr ""
|
| 4118 |
|
| 4119 |
+
#: ../includes/Elements/Login_Register.php:759
|
| 4120 |
msgid "Register Form Sub Title"
|
| 4121 |
msgstr ""
|
| 4122 |
|
| 4123 |
+
#: ../includes/Elements/Login_Register.php:762
|
| 4124 |
msgid "Create an account to enjoy awesome features."
|
| 4125 |
msgstr ""
|
| 4126 |
|
| 4127 |
+
#: ../includes/Elements/Login_Register.php:771
|
| 4128 |
msgid "Login Form Options"
|
| 4129 |
msgstr ""
|
| 4130 |
|
| 4131 |
+
#: ../includes/Elements/Login_Register.php:776
|
| 4132 |
msgid "Redirect After Login"
|
| 4133 |
msgstr ""
|
| 4134 |
|
| 4135 |
+
#: ../includes/Elements/Login_Register.php:785, ../includes/Elements/Login_Register.php:1216
|
| 4136 |
msgid "Please note that only your current domain is allowed here to keep your site secure."
|
| 4137 |
msgstr ""
|
| 4138 |
|
| 4139 |
+
#: ../includes/Elements/Login_Register.php:808
|
| 4140 |
+
msgid "Enable Login with Google %s"
|
| 4141 |
+
msgstr ""
|
| 4142 |
+
|
| 4143 |
+
#: ../includes/Elements/Login_Register.php:814
|
| 4144 |
+
msgid "Enable Login with Facebook %s"
|
| 4145 |
+
msgstr ""
|
| 4146 |
+
|
| 4147 |
+
#: ../includes/Elements/Login_Register.php:824
|
| 4148 |
msgid "Terms & Conditions"
|
| 4149 |
msgstr ""
|
| 4150 |
|
| 4151 |
+
#: ../includes/Elements/Login_Register.php:829
|
| 4152 |
msgid "Enforce Terms & Conditions"
|
| 4153 |
msgstr ""
|
| 4154 |
|
| 4155 |
+
#: ../includes/Elements/Login_Register.php:838
|
| 4156 |
msgid "Acceptance Label"
|
| 4157 |
msgstr ""
|
| 4158 |
|
| 4159 |
+
#: ../includes/Elements/Login_Register.php:839
|
| 4160 |
msgid "Eg. I accept the terms & conditions. Note: First line is checkbox label & Last line will be used as link text."
|
| 4161 |
msgstr ""
|
| 4162 |
|
| 4163 |
+
#: ../includes/Elements/Login_Register.php:843
|
| 4164 |
msgid "I Accept the Terms and Conditions."
|
| 4165 |
msgstr ""
|
| 4166 |
|
| 4167 |
#. translators: \n means new line. So, Don't translate this
|
| 4168 |
+
#: ../includes/Elements/Login_Register.php:845
|
| 4169 |
msgid ""
|
| 4170 |
"I Accept\n"
|
| 4171 |
" the Terms and Conditions."
|
| 4172 |
msgstr ""
|
| 4173 |
|
| 4174 |
+
#: ../includes/Elements/Login_Register.php:852
|
| 4175 |
msgid "Content Source"
|
| 4176 |
msgstr ""
|
| 4177 |
|
| 4178 |
+
#: ../includes/Elements/Login_Register.php:865
|
| 4179 |
msgid "Terms and Conditions"
|
| 4180 |
msgstr ""
|
| 4181 |
|
| 4182 |
+
#: ../includes/Elements/Login_Register.php:868
|
| 4183 |
msgid "Please go through the following terms and conditions carefully."
|
| 4184 |
msgstr ""
|
| 4185 |
|
| 4186 |
+
#: ../includes/Elements/Login_Register.php:877
|
| 4187 |
msgid "Terms & Conditions URL"
|
| 4188 |
msgstr ""
|
| 4189 |
|
| 4190 |
+
#: ../includes/Elements/Login_Register.php:878
|
| 4191 |
msgid "Enter the link where your terms & condition or privacy policy is found."
|
| 4192 |
msgstr ""
|
| 4193 |
|
| 4194 |
+
#: ../includes/Elements/Login_Register.php:908
|
| 4195 |
msgid "Invalid Email"
|
| 4196 |
msgstr ""
|
| 4197 |
|
| 4198 |
+
#: ../includes/Elements/Login_Register.php:911
|
| 4199 |
msgid "Eg. Your email is invalid."
|
| 4200 |
msgstr ""
|
| 4201 |
|
| 4202 |
+
#: ../includes/Elements/Login_Register.php:912
|
| 4203 |
msgid "You have used an invalid email"
|
| 4204 |
msgstr ""
|
| 4205 |
|
| 4206 |
+
#: ../includes/Elements/Login_Register.php:915
|
| 4207 |
msgid "Email is missing"
|
| 4208 |
msgstr ""
|
| 4209 |
|
| 4210 |
+
#: ../includes/Elements/Login_Register.php:918
|
| 4211 |
msgid "Eg. Email is missing or Invalid"
|
| 4212 |
msgstr ""
|
| 4213 |
|
| 4214 |
+
#: ../includes/Elements/Login_Register.php:919, ../includes/Traits/Login_Registration.php:295
|
| 4215 |
msgid "Email is missing or Invalid"
|
| 4216 |
msgstr ""
|
| 4217 |
|
| 4218 |
+
#: ../includes/Elements/Login_Register.php:922
|
| 4219 |
msgid "Already Used Email"
|
| 4220 |
msgstr ""
|
| 4221 |
|
| 4222 |
+
#: ../includes/Elements/Login_Register.php:925
|
| 4223 |
msgid "Eg. Your email is already in use.."
|
| 4224 |
msgstr ""
|
| 4225 |
|
| 4226 |
+
#: ../includes/Elements/Login_Register.php:926, ../includes/Traits/Login_Registration.php:292
|
| 4227 |
msgid "The provided email is already registered with other account. Please login or reset password or use another email."
|
| 4228 |
msgstr ""
|
| 4229 |
|
| 4230 |
+
#: ../includes/Elements/Login_Register.php:929
|
| 4231 |
msgid "Invalid Username"
|
| 4232 |
msgstr ""
|
| 4233 |
|
| 4234 |
+
#: ../includes/Elements/Login_Register.php:932
|
| 4235 |
msgid "Eg. Your username is invalid."
|
| 4236 |
msgstr ""
|
| 4237 |
|
| 4238 |
+
#: ../includes/Elements/Login_Register.php:933
|
| 4239 |
msgid "You have used an invalid username"
|
| 4240 |
msgstr ""
|
| 4241 |
|
| 4242 |
+
#: ../includes/Elements/Login_Register.php:936
|
| 4243 |
msgid "Username already in use"
|
| 4244 |
msgstr ""
|
| 4245 |
|
| 4246 |
+
#: ../includes/Elements/Login_Register.php:939
|
| 4247 |
msgid "Eg. Your username is already registered."
|
| 4248 |
msgstr ""
|
| 4249 |
|
| 4250 |
+
#: ../includes/Elements/Login_Register.php:940
|
| 4251 |
msgid "Invalid username provided or the username already registered."
|
| 4252 |
msgstr ""
|
| 4253 |
|
| 4254 |
+
#: ../includes/Elements/Login_Register.php:943, ../includes/Traits/Login_Registration.php:157
|
| 4255 |
msgid "Invalid Password"
|
| 4256 |
msgstr ""
|
| 4257 |
|
| 4258 |
+
#: ../includes/Elements/Login_Register.php:946
|
| 4259 |
msgid "Eg. Your password is invalid"
|
| 4260 |
msgstr ""
|
| 4261 |
|
| 4262 |
+
#: ../includes/Elements/Login_Register.php:947
|
| 4263 |
msgid "Your password is invalid."
|
| 4264 |
msgstr ""
|
| 4265 |
|
| 4266 |
+
#: ../includes/Elements/Login_Register.php:951
|
| 4267 |
msgid "Invalid Password Confirmed"
|
| 4268 |
msgstr ""
|
| 4269 |
|
| 4270 |
+
#: ../includes/Elements/Login_Register.php:954
|
| 4271 |
msgid "Eg. Password did not matched"
|
| 4272 |
msgstr ""
|
| 4273 |
|
| 4274 |
+
#: ../includes/Elements/Login_Register.php:955
|
| 4275 |
msgid "Your confirmed password did not match"
|
| 4276 |
msgstr ""
|
| 4277 |
|
| 4278 |
+
#: ../includes/Elements/Login_Register.php:959
|
| 4279 |
msgid "Already Logged In"
|
| 4280 |
msgstr ""
|
| 4281 |
|
| 4282 |
+
#: ../includes/Elements/Login_Register.php:962
|
| 4283 |
msgid "Eg. You are already logged in"
|
| 4284 |
msgstr ""
|
| 4285 |
|
| 4286 |
+
#: ../includes/Elements/Login_Register.php:963, ../includes/Traits/Login_Registration.php:106
|
| 4287 |
msgid "You are already logged in"
|
| 4288 |
msgstr ""
|
| 4289 |
|
| 4290 |
+
#: ../includes/Elements/Login_Register.php:967
|
| 4291 |
msgid "reCAPTCHA Failed"
|
| 4292 |
msgstr ""
|
| 4293 |
|
| 4294 |
+
#: ../includes/Elements/Login_Register.php:970
|
| 4295 |
msgid "Eg. reCAPTCHA Validation Failed"
|
| 4296 |
msgstr ""
|
| 4297 |
|
| 4298 |
+
#: ../includes/Elements/Login_Register.php:971
|
| 4299 |
msgid "You did not pass reCAPTCHA challenge."
|
| 4300 |
msgstr ""
|
| 4301 |
|
| 4302 |
+
#: ../includes/Elements/Login_Register.php:975
|
| 4303 |
msgid "Terms & Condition Error"
|
| 4304 |
msgstr ""
|
| 4305 |
|
| 4306 |
+
#: ../includes/Elements/Login_Register.php:978
|
| 4307 |
msgid "Eg. You must accept the Terms & Conditions"
|
| 4308 |
msgstr ""
|
| 4309 |
|
| 4310 |
+
#: ../includes/Elements/Login_Register.php:979, ../includes/Traits/Login_Registration.php:283
|
| 4311 |
msgid "You did not accept the Terms and Conditions. Please accept it and try again."
|
| 4312 |
msgstr ""
|
| 4313 |
|
| 4314 |
+
#: ../includes/Elements/Login_Register.php:983
|
| 4315 |
msgid "Other Errors"
|
| 4316 |
msgstr ""
|
| 4317 |
|
| 4318 |
+
#: ../includes/Elements/Login_Register.php:986
|
| 4319 |
msgid "Eg. Something went wrong"
|
| 4320 |
msgstr ""
|
| 4321 |
|
| 4322 |
+
#: ../includes/Elements/Login_Register.php:987, ../includes/Traits/Admin.php:65
|
| 4323 |
msgid "Something went wrong!"
|
| 4324 |
msgstr ""
|
| 4325 |
|
| 4326 |
+
#: ../includes/Elements/Login_Register.php:991
|
| 4327 |
msgid "Success Messages"
|
| 4328 |
msgstr ""
|
| 4329 |
|
| 4330 |
+
#: ../includes/Elements/Login_Register.php:997
|
| 4331 |
msgid "Successful Login"
|
| 4332 |
msgstr ""
|
| 4333 |
|
| 4334 |
+
#: ../includes/Elements/Login_Register.php:1000
|
| 4335 |
msgid "Eg. You have logged in successfully"
|
| 4336 |
msgstr ""
|
| 4337 |
|
| 4338 |
+
#: ../includes/Elements/Login_Register.php:1001
|
| 4339 |
msgid "You have logged in successfully"
|
| 4340 |
msgstr ""
|
| 4341 |
|
| 4342 |
+
#: ../includes/Elements/Login_Register.php:1004
|
| 4343 |
msgid "Successful Registration"
|
| 4344 |
msgstr ""
|
| 4345 |
|
| 4346 |
+
#: ../includes/Elements/Login_Register.php:1006
|
| 4347 |
msgid "Registration completed successfully, Check your inbox for password if you did not provided while registering."
|
| 4348 |
msgstr ""
|
| 4349 |
|
| 4350 |
+
#: ../includes/Elements/Login_Register.php:1007
|
| 4351 |
msgid "eg. Registration completed successfully"
|
| 4352 |
msgstr ""
|
| 4353 |
|
| 4354 |
+
#: ../includes/Elements/Login_Register.php:1045
|
| 4355 |
msgid "Register Form Fields"
|
| 4356 |
msgstr ""
|
| 4357 |
|
| 4358 |
+
#: ../includes/Elements/Login_Register.php:1050
|
| 4359 |
msgid "Select the type of fields you want to show in the registration form"
|
| 4360 |
msgstr ""
|
| 4361 |
|
| 4362 |
+
#: ../includes/Elements/Login_Register.php:1056, ../includes/Traits/Woo_Product_Comparable.php:241
|
| 4363 |
msgid "Type"
|
| 4364 |
msgstr ""
|
| 4365 |
|
| 4366 |
+
#: ../includes/Elements/Login_Register.php:1081
|
| 4367 |
msgid "Required"
|
| 4368 |
msgstr ""
|
| 4369 |
|
| 4370 |
+
#: ../includes/Elements/Login_Register.php:1094
|
| 4371 |
msgid "Note: This field is required by default."
|
| 4372 |
msgstr ""
|
| 4373 |
|
| 4374 |
+
#: ../includes/Elements/Login_Register.php:1106
|
| 4375 |
msgid "Field Width"
|
| 4376 |
msgstr ""
|
| 4377 |
|
| 4378 |
+
#: ../includes/Elements/Login_Register.php:1164
|
| 4379 |
msgid "Show Required Mark"
|
| 4380 |
msgstr ""
|
| 4381 |
|
| 4382 |
+
#: ../includes/Elements/Login_Register.php:1174
|
| 4383 |
msgid "Register Button"
|
| 4384 |
msgstr ""
|
| 4385 |
|
| 4386 |
+
#: ../includes/Elements/Login_Register.php:1183, ../includes/Elements/Login_Register.php:3439, ../includes/Elements/Login_Register.php:3807
|
| 4387 |
msgid "Register"
|
| 4388 |
msgstr ""
|
| 4389 |
|
| 4390 |
+
#: ../includes/Elements/Login_Register.php:1193
|
| 4391 |
msgid "Register Form Options"
|
| 4392 |
msgstr ""
|
| 4393 |
|
| 4394 |
+
#: ../includes/Elements/Login_Register.php:1198
|
| 4395 |
msgid "Register Actions"
|
| 4396 |
msgstr ""
|
| 4397 |
|
| 4398 |
+
#: ../includes/Elements/Login_Register.php:1199
|
| 4399 |
msgid "You can select what should happen after a user registers successfully"
|
| 4400 |
msgstr ""
|
| 4401 |
|
| 4402 |
+
#: ../includes/Elements/Login_Register.php:1205
|
| 4403 |
msgid "Redirect"
|
| 4404 |
msgstr ""
|
| 4405 |
|
| 4406 |
+
#: ../includes/Elements/Login_Register.php:1206
|
| 4407 |
msgid "Auto Login"
|
| 4408 |
msgstr ""
|
| 4409 |
|
| 4410 |
+
#: ../includes/Elements/Login_Register.php:1207
|
| 4411 |
msgid "Notify User By Email"
|
| 4412 |
msgstr ""
|
| 4413 |
|
| 4414 |
+
#: ../includes/Elements/Login_Register.php:1213
|
| 4415 |
msgid "Custom Redirect URL"
|
| 4416 |
msgstr ""
|
| 4417 |
|
| 4418 |
+
#: ../includes/Elements/Login_Register.php:1215
|
| 4419 |
msgid "eg. https://your-link.com/wp-admin/"
|
| 4420 |
msgstr ""
|
| 4421 |
|
| 4422 |
+
#: ../includes/Elements/Login_Register.php:1236
|
| 4423 |
msgid "New User Role"
|
| 4424 |
msgstr ""
|
| 4425 |
|
| 4426 |
#. translators: %s: Site Name
|
| 4427 |
+
#: ../includes/Elements/Login_Register.php:1248
|
| 4428 |
msgid "Thank you for registering on \"%s\"!"
|
| 4429 |
msgstr ""
|
| 4430 |
|
| 4431 |
+
#: ../includes/Elements/Login_Register.php:1250, ../includes/Elements/Login_Register.php:1359
|
| 4432 |
msgid "Username: [username]"
|
| 4433 |
msgstr ""
|
| 4434 |
|
| 4435 |
+
#: ../includes/Elements/Login_Register.php:1251
|
| 4436 |
msgid "Password: [password]"
|
| 4437 |
msgstr ""
|
| 4438 |
|
| 4439 |
+
#: ../includes/Elements/Login_Register.php:1252
|
| 4440 |
msgid "To reset your password, visit the following address:"
|
| 4441 |
msgstr ""
|
| 4442 |
|
| 4443 |
+
#: ../includes/Elements/Login_Register.php:1254
|
| 4444 |
msgid "Please click the following address to login to your account:"
|
| 4445 |
msgstr ""
|
| 4446 |
|
| 4447 |
+
#: ../includes/Elements/Login_Register.php:1258
|
| 4448 |
msgid "Register User Email Options"
|
| 4449 |
msgstr ""
|
| 4450 |
|
| 4451 |
+
#: ../includes/Elements/Login_Register.php:1292, ../includes/Elements/Login_Register.php:1398
|
| 4452 |
msgid "Email Template Type"
|
| 4453 |
msgstr ""
|
| 4454 |
|
| 4455 |
+
#: ../includes/Elements/Login_Register.php:1293
|
| 4456 |
msgid "Default template uses WordPress Default email template. So, please select the Custom Option to send the user proper information if you used any username field."
|
| 4457 |
msgstr ""
|
| 4458 |
|
| 4459 |
+
#: ../includes/Elements/Login_Register.php:1298, ../includes/Elements/Login_Register.php:1404
|
| 4460 |
msgid "WordPres Default"
|
| 4461 |
msgstr ""
|
| 4462 |
|
| 4463 |
+
#: ../includes/Elements/Login_Register.php:1304, ../includes/Elements/Login_Register.php:1410
|
| 4464 |
msgid "Email Subject"
|
| 4465 |
msgstr ""
|
| 4466 |
|
| 4467 |
+
#: ../includes/Elements/Login_Register.php:1316, ../includes/Elements/Login_Register.php:1422
|
| 4468 |
msgid "Email Message"
|
| 4469 |
msgstr ""
|
| 4470 |
|
| 4471 |
+
#: ../includes/Elements/Login_Register.php:1318, ../includes/Elements/Login_Register.php:1424
|
| 4472 |
msgid "Enter Your Custom Email Message.."
|
| 4473 |
msgstr ""
|
| 4474 |
|
| 4475 |
+
#: ../includes/Elements/Login_Register.php:1329
|
| 4476 |
msgid "<strong>Note:</strong> You can use dynamic content in the email body like [fieldname]. For example [username] will be replaced by user-typed username. Available tags are: [password], [username], [email], [firstname],[lastname], [website], [loginurl], [password_reset_link] and [sitetitle] "
|
| 4477 |
msgstr ""
|
| 4478 |
|
| 4479 |
+
#: ../includes/Elements/Login_Register.php:1338, ../includes/Elements/Login_Register.php:1444
|
| 4480 |
msgid "Email Content Type"
|
| 4481 |
msgstr ""
|
| 4482 |
|
| 4483 |
+
#: ../includes/Elements/Login_Register.php:1343, ../includes/Elements/Login_Register.php:1449
|
| 4484 |
msgid "HTML"
|
| 4485 |
msgstr ""
|
| 4486 |
|
| 4487 |
+
#: ../includes/Elements/Login_Register.php:1344, ../includes/Elements/Login_Register.php:1450
|
| 4488 |
msgid "Plain"
|
| 4489 |
msgstr ""
|
| 4490 |
|
| 4491 |
#. translators: %s: Site Name
|
| 4492 |
+
#: ../includes/Elements/Login_Register.php:1356
|
| 4493 |
msgid "[\"%s\"] New User Registration"
|
| 4494 |
msgstr ""
|
| 4495 |
|
| 4496 |
#. translators: %s: Site Name
|
| 4497 |
+
#: ../includes/Elements/Login_Register.php:1358
|
| 4498 |
msgid "New user registration on your site %s"
|
| 4499 |
msgstr ""
|
| 4500 |
|
| 4501 |
+
#: ../includes/Elements/Login_Register.php:1360
|
| 4502 |
msgid "Email: [email]"
|
| 4503 |
msgstr ""
|
| 4504 |
|
| 4505 |
+
#: ../includes/Elements/Login_Register.php:1364
|
| 4506 |
msgid "Register Admin Email Options"
|
| 4507 |
msgstr ""
|
| 4508 |
|
| 4509 |
+
#: ../includes/Elements/Login_Register.php:1399
|
| 4510 |
msgid "Default template uses WordPress Default Admin email template. You can customize it by choosing the custom option."
|
| 4511 |
msgstr ""
|
| 4512 |
|
| 4513 |
+
#: ../includes/Elements/Login_Register.php:1435
|
| 4514 |
msgid "<strong>Note:</strong> You can use dynamic content in the email body like [fieldname]. For example [username] will be replaced by user-typed username. Available tags are: [username], [email], [firstname],[lastname], [website], [loginurl] and [sitetitle] "
|
| 4515 |
msgstr ""
|
| 4516 |
|
| 4517 |
+
#: ../includes/Elements/Login_Register.php:1470
|
| 4518 |
msgid "Container Box"
|
| 4519 |
msgstr ""
|
| 4520 |
|
| 4521 |
+
#: ../includes/Elements/Login_Register.php:1586, ../includes/Traits/Woo_Product_Comparable.php:388
|
| 4522 |
msgid "Container Box Shadow"
|
| 4523 |
msgstr ""
|
| 4524 |
|
| 4525 |
+
#: ../includes/Elements/Login_Register.php:1606
|
| 4526 |
msgid "---Form Wrapper---"
|
| 4527 |
msgstr ""
|
| 4528 |
|
| 4529 |
+
#: ../includes/Elements/Login_Register.php:1611
|
| 4530 |
msgid "Wrapper width"
|
| 4531 |
msgstr ""
|
| 4532 |
|
| 4533 |
+
#: ../includes/Elements/Login_Register.php:1655
|
| 4534 |
msgid "Wrapper Margin"
|
| 4535 |
msgstr ""
|
| 4536 |
|
| 4537 |
+
#: ../includes/Elements/Login_Register.php:1670
|
| 4538 |
msgid "Wrapper Padding"
|
| 4539 |
msgstr ""
|
| 4540 |
|
| 4541 |
+
#: ../includes/Elements/Login_Register.php:1692
|
| 4542 |
msgid "Wrapper Border Radius"
|
| 4543 |
msgstr ""
|
| 4544 |
|
| 4545 |
+
#: ../includes/Elements/Login_Register.php:1717
|
| 4546 |
msgid "---Form Style---"
|
| 4547 |
msgstr ""
|
| 4548 |
|
| 4549 |
+
#: ../includes/Elements/Login_Register.php:1721
|
| 4550 |
msgid "Form width"
|
| 4551 |
msgstr ""
|
| 4552 |
|
| 4553 |
+
#: ../includes/Elements/Login_Register.php:1819
|
| 4554 |
msgid "Form Wrapper Shadow"
|
| 4555 |
msgstr ""
|
| 4556 |
|
| 4557 |
+
#: ../includes/Elements/Login_Register.php:1828
|
| 4558 |
msgid "Form Shadow"
|
| 4559 |
msgstr ""
|
| 4560 |
|
| 4561 |
+
#: ../includes/Elements/Login_Register.php:1841
|
| 4562 |
msgid "%s Form Header"
|
| 4563 |
msgstr ""
|
| 4564 |
|
| 4565 |
+
#: ../includes/Elements/Login_Register.php:1853
|
| 4566 |
msgid "Header Content"
|
| 4567 |
msgstr ""
|
| 4568 |
|
| 4569 |
+
#: ../includes/Elements/Login_Register.php:1863
|
| 4570 |
msgid "Header width"
|
| 4571 |
msgstr ""
|
| 4572 |
|
| 4573 |
+
#: ../includes/Elements/Login_Register.php:1898
|
| 4574 |
msgid "Header height"
|
| 4575 |
msgstr ""
|
| 4576 |
|
| 4577 |
+
#: ../includes/Elements/Login_Register.php:1929
|
| 4578 |
msgid "Header Margin"
|
| 4579 |
msgstr ""
|
| 4580 |
|
| 4581 |
+
#: ../includes/Elements/Login_Register.php:1944
|
| 4582 |
msgid "Header Padding"
|
| 4583 |
msgstr ""
|
| 4584 |
|
| 4585 |
+
#: ../includes/Elements/Login_Register.php:1997
|
| 4586 |
msgid "Form Illustration"
|
| 4587 |
msgstr ""
|
| 4588 |
|
| 4589 |
+
#: ../includes/Elements/Login_Register.php:2139
|
| 4590 |
msgid "Illustration Shadow"
|
| 4591 |
msgstr ""
|
| 4592 |
|
| 4593 |
+
#: ../includes/Elements/Login_Register.php:2147
|
| 4594 |
msgid "Form Logo"
|
| 4595 |
msgstr ""
|
| 4596 |
|
| 4597 |
+
#: ../includes/Elements/Login_Register.php:2156
|
| 4598 |
msgid "width"
|
| 4599 |
msgstr ""
|
| 4600 |
|
| 4601 |
+
#: ../includes/Elements/Login_Register.php:2191
|
| 4602 |
msgid "height"
|
| 4603 |
msgstr ""
|
| 4604 |
|
| 4605 |
+
#: ../includes/Elements/Login_Register.php:2279
|
| 4606 |
msgid "Logo Shadow"
|
| 4607 |
msgstr ""
|
| 4608 |
|
| 4609 |
+
#: ../includes/Elements/Login_Register.php:2381
|
| 4610 |
msgid "Subtitle"
|
| 4611 |
msgstr ""
|
| 4612 |
|
| 4613 |
+
#: ../includes/Elements/Login_Register.php:2466
|
| 4614 |
msgid "Subtitle Typography"
|
| 4615 |
msgstr ""
|
| 4616 |
|
| 4617 |
+
#: ../includes/Elements/Login_Register.php:2475
|
| 4618 |
msgid "Form Fields"
|
| 4619 |
msgstr ""
|
| 4620 |
|
| 4621 |
+
#: ../includes/Elements/Login_Register.php:2489
|
| 4622 |
msgid "Form Input Fields"
|
| 4623 |
msgstr ""
|
| 4624 |
|
| 4625 |
+
#: ../includes/Elements/Login_Register.php:2524
|
| 4626 |
msgid "Terms & Condition Field"
|
| 4627 |
msgstr ""
|
| 4628 |
|
| 4629 |
+
#: ../includes/Elements/Login_Register.php:2586, ../includes/Elements/Login_Register.php:3254, ../includes/Elements/Login_Register.php:3575
|
| 4630 |
msgid "Colors & Border"
|
| 4631 |
msgstr ""
|
| 4632 |
|
| 4633 |
+
#: ../includes/Elements/Login_Register.php:2677
|
| 4634 |
msgid "Form Labels"
|
| 4635 |
msgstr ""
|
| 4636 |
|
| 4637 |
+
#: ../includes/Elements/Login_Register.php:2726, ../includes/Traits/Woo_Product_Comparable.php:824, ../includes/Traits/Woo_Product_Comparable.php:1009, ../includes/Traits/Woo_Product_Comparable.php:1217
|
| 4638 |
msgid "Colors"
|
| 4639 |
msgstr ""
|
| 4640 |
|
| 4641 |
+
#: ../includes/Elements/Login_Register.php:2790
|
| 4642 |
msgid "Required Mark Style"
|
| 4643 |
msgstr ""
|
| 4644 |
|
| 4645 |
+
#: ../includes/Elements/Login_Register.php:2800
|
| 4646 |
msgid "Mark Sign"
|
| 4647 |
msgstr ""
|
| 4648 |
|
| 4649 |
+
#: ../includes/Elements/Login_Register.php:2889
|
| 4650 |
msgid "Password Visibility Style"
|
| 4651 |
msgstr ""
|
| 4652 |
|
| 4653 |
+
#: ../includes/Elements/Login_Register.php:2920
|
| 4654 |
msgid "Open Eye Color"
|
| 4655 |
msgstr ""
|
| 4656 |
|
| 4657 |
+
#: ../includes/Elements/Login_Register.php:2930
|
| 4658 |
msgid "Close Eye Color"
|
| 4659 |
msgstr ""
|
| 4660 |
|
| 4661 |
+
#: ../includes/Elements/Login_Register.php:2992
|
| 4662 |
msgid "Remember Me Style"
|
| 4663 |
msgstr ""
|
| 4664 |
|
| 4665 |
+
#: ../includes/Elements/Login_Register.php:3004, ../includes/Extensions/Table_of_Content.php:1051
|
| 4666 |
msgid "Style"
|
| 4667 |
msgstr ""
|
| 4668 |
|
| 4669 |
+
#: ../includes/Elements/Login_Register.php:3018
|
| 4670 |
msgid "Container Margin"
|
| 4671 |
msgstr ""
|
| 4672 |
|
| 4673 |
+
#: ../includes/Elements/Login_Register.php:3033
|
| 4674 |
msgid "Container Padding"
|
| 4675 |
msgstr ""
|
| 4676 |
|
| 4677 |
+
#: ../includes/Elements/Login_Register.php:3048
|
| 4678 |
msgid "Label Margin"
|
| 4679 |
msgstr ""
|
| 4680 |
|
| 4681 |
+
#: ../includes/Elements/Login_Register.php:3063
|
| 4682 |
msgid "Label Padding"
|
| 4683 |
msgstr ""
|
| 4684 |
|
| 4685 |
+
#: ../includes/Elements/Login_Register.php:3089
|
| 4686 |
msgid "Text Background"
|
| 4687 |
msgstr ""
|
| 4688 |
|
| 4689 |
+
#: ../includes/Elements/Login_Register.php:3100
|
| 4690 |
msgid "Checkbox | Toggle Color"
|
| 4691 |
msgstr ""
|
| 4692 |
|
| 4693 |
+
#: ../includes/Elements/Login_Register.php:3111
|
| 4694 |
msgid "Remember Me Typography"
|
| 4695 |
msgstr ""
|
| 4696 |
|
| 4697 |
+
#: ../includes/Elements/Login_Register.php:3149
|
| 4698 |
msgid "%s Button"
|
| 4699 |
msgstr ""
|
| 4700 |
|
| 4701 |
+
#: ../includes/Elements/Login_Register.php:3197, ../includes/Elements/Login_Register.php:3497
|
| 4702 |
msgid "Display as"
|
| 4703 |
msgstr ""
|
| 4704 |
|
| 4705 |
+
#: ../includes/Elements/Login_Register.php:3212, ../includes/Elements/Login_Register.php:3511
|
| 4706 |
msgid "Justify Content"
|
| 4707 |
msgstr ""
|
| 4708 |
|
| 4709 |
+
#: ../includes/Elements/Login_Register.php:3215, ../includes/Elements/Login_Register.php:3514, ../includes/Elements/Login_Register.php:3534
|
| 4710 |
msgid "Start"
|
| 4711 |
msgstr ""
|
| 4712 |
|
| 4713 |
+
#: ../includes/Elements/Login_Register.php:3216, ../includes/Elements/Login_Register.php:3515, ../includes/Elements/Login_Register.php:3535
|
| 4714 |
msgid "End"
|
| 4715 |
msgstr ""
|
| 4716 |
|
| 4717 |
+
#: ../includes/Elements/Login_Register.php:3219, ../includes/Elements/Login_Register.php:3518
|
| 4718 |
msgid "Space Around"
|
| 4719 |
msgstr ""
|
| 4720 |
|
| 4721 |
+
#: ../includes/Elements/Login_Register.php:3220, ../includes/Elements/Login_Register.php:3519, ../includes/Elements/Login_Register.php:3539
|
| 4722 |
msgid "Space Evenly"
|
| 4723 |
msgstr ""
|
| 4724 |
|
| 4725 |
+
#: ../includes/Elements/Login_Register.php:3336
|
| 4726 |
msgid "Button width"
|
| 4727 |
msgstr ""
|
| 4728 |
|
| 4729 |
+
#: ../includes/Elements/Login_Register.php:3359
|
| 4730 |
msgid "Button Height"
|
| 4731 |
msgstr ""
|
| 4732 |
|
| 4733 |
+
#: ../includes/Elements/Login_Register.php:3390
|
| 4734 |
msgid "%s Form reCAPTCHA"
|
| 4735 |
msgstr ""
|
| 4736 |
|
| 4737 |
+
#: ../includes/Elements/Login_Register.php:3411
|
| 4738 |
msgid "Theme"
|
| 4739 |
msgstr ""
|
| 4740 |
|
| 4741 |
+
#: ../includes/Elements/Login_Register.php:3414, ../includes/Elements/Pricing_Table.php:464
|
| 4742 |
msgid "Light"
|
| 4743 |
msgstr ""
|
| 4744 |
|
| 4745 |
+
#: ../includes/Elements/Login_Register.php:3415
|
| 4746 |
msgid "Dark"
|
| 4747 |
msgstr ""
|
| 4748 |
|
| 4749 |
+
#: ../includes/Elements/Login_Register.php:3425
|
| 4750 |
msgid "Compact"
|
| 4751 |
msgstr ""
|
| 4752 |
|
| 4753 |
+
#: ../includes/Elements/Login_Register.php:3441
|
| 4754 |
msgid "%s Link"
|
| 4755 |
msgstr ""
|
| 4756 |
|
| 4757 |
+
#: ../includes/Elements/Login_Register.php:3449
|
| 4758 |
msgid "Here you can style the %s link displayed on the %s Form"
|
| 4759 |
msgstr ""
|
| 4760 |
|
| 4761 |
+
#: ../includes/Elements/Login_Register.php:3531
|
| 4762 |
msgid "Align Items"
|
| 4763 |
msgstr ""
|
| 4764 |
|
| 4765 |
+
#: ../includes/Elements/Login_Register.php:3537, ../includes/Elements/Woo_Product_Carousel.php:521
|
| 4766 |
msgid "Stretch"
|
| 4767 |
msgstr ""
|
| 4768 |
|
| 4769 |
+
#: ../includes/Elements/Login_Register.php:3538
|
| 4770 |
msgid "Baseline"
|
| 4771 |
msgstr ""
|
| 4772 |
|
| 4773 |
+
#: ../includes/Elements/Login_Register.php:3656
|
| 4774 |
msgid "Link Container width"
|
| 4775 |
msgstr ""
|
| 4776 |
|
| 4777 |
+
#: ../includes/Elements/Login_Register.php:3679
|
| 4778 |
msgid "Link width"
|
| 4779 |
msgstr ""
|
| 4780 |
|
| 4781 |
+
#: ../includes/Elements/Login_Register.php:3702
|
| 4782 |
msgid "Link Height"
|
| 4783 |
msgstr ""
|
| 4784 |
|
| 4785 |
#. translators: %s user display name
|
| 4786 |
+
#: ../includes/Elements/Login_Register.php:3883
|
| 4787 |
msgid "You are already logged in as %s. "
|
| 4788 |
msgstr ""
|
| 4789 |
|
| 4790 |
+
#: ../includes/Elements/Login_Register.php:3884
|
| 4791 |
msgid "Logout"
|
| 4792 |
msgstr ""
|
| 4793 |
|
| 4794 |
+
#: ../includes/Elements/Login_Register.php:4270
|
| 4795 |
msgid "Form Logo Image"
|
| 4796 |
msgstr ""
|
| 4797 |
|
| 4798 |
#. translators: %s: Error fields
|
| 4799 |
+
#: ../includes/Elements/Login_Register.php:4389
|
| 4800 |
msgid "Error! you seem to have added %s field in the form more than once."
|
| 4801 |
msgstr ""
|
| 4802 |
|
| 4803 |
#. translators: %s: Error String
|
| 4804 |
+
#: ../includes/Elements/Login_Register.php:4405
|
| 4805 |
msgid "Error! It is required to use %s field."
|
| 4806 |
msgstr ""
|
| 4807 |
|
| 4808 |
#. translators: %s: Error String
|
| 4809 |
+
#: ../includes/Elements/Login_Register.php:4429
|
| 4810 |
msgid "Error! It is required to use %s field with %s Field."
|
| 4811 |
msgstr ""
|
| 4812 |
|
| 4834 |
msgid "Target Blank"
|
| 4835 |
msgstr ""
|
| 4836 |
|
| 4837 |
+
#: ../includes/Elements/Post_Grid.php:200, ../includes/Elements/Product_Grid.php:636, ../includes/Elements/Twitter_Feed.php:283, ../includes/Traits/Controls.php:945, ../includes/Traits/Controls.php:976, ../includes/Traits/Twitter_Feed.php:128
|
| 4838 |
msgid "Read More"
|
| 4839 |
msgstr ""
|
| 4840 |
|
| 5014 |
msgid "Date Text Color"
|
| 5015 |
msgstr ""
|
| 5016 |
|
| 5017 |
+
#: ../includes/Elements/Post_Timeline.php:498, ../includes/Elements/Product_Grid.php:3069
|
| 5018 |
msgid "<p class=\"no-posts-found\">No layout found!</p>"
|
| 5019 |
msgstr ""
|
| 5020 |
|
| 5302 |
msgid "Product ID"
|
| 5303 |
msgstr ""
|
| 5304 |
|
| 5305 |
+
#: ../includes/Elements/Product_Grid.php:165, ../includes/Elements/Product_Grid.php:1178, ../includes/Elements/Woo_Product_Carousel.php:124, ../includes/Elements/Woo_Product_Carousel.php:1087
|
| 5306 |
msgid "Product Title"
|
| 5307 |
msgstr ""
|
| 5308 |
|
| 5309 |
+
#: ../includes/Elements/Product_Grid.php:167, ../includes/Elements/Product_Grid.php:2792, ../includes/Elements/Woo_Product_Carousel.php:126, ../includes/Elements/Woo_Product_Carousel.php:1891, ../includes/Traits/Woo_Product_Comparable.php:45, ../includes/Traits/Woo_Product_Comparable.php:91
|
| 5310 |
msgid "SKU"
|
| 5311 |
msgstr ""
|
| 5312 |
|
| 5346 |
msgid "Top Rated Products"
|
| 5347 |
msgstr ""
|
| 5348 |
|
| 5349 |
+
#: ../includes/Elements/Product_Grid.php:249
|
| 5350 |
msgid "Layouts"
|
| 5351 |
msgstr ""
|
| 5352 |
|
| 5353 |
+
#: ../includes/Elements/Product_Grid.php:269, ../includes/Elements/Product_Grid.php:291, ../includes/Elements/Product_Grid.php:1703, ../includes/Elements/Product_Grid.php:1824, ../includes/Elements/Team_Member.php:280, ../includes/Elements/Woo_Product_Carousel.php:812
|
| 5354 |
msgid "Style Preset"
|
| 5355 |
msgstr ""
|
| 5356 |
|
| 5357 |
+
#: ../includes/Elements/Product_Grid.php:274, ../includes/Elements/Team_Member.php:269
|
| 5358 |
msgid "Simple Style"
|
| 5359 |
msgstr ""
|
| 5360 |
|
| 5361 |
+
#: ../includes/Elements/Product_Grid.php:275
|
| 5362 |
msgid "Reveal Style"
|
| 5363 |
msgstr ""
|
| 5364 |
|
| 5365 |
+
#: ../includes/Elements/Product_Grid.php:276, ../includes/Elements/Team_Member.php:270
|
| 5366 |
msgid "Overlay Style"
|
| 5367 |
msgstr ""
|
| 5368 |
|
| 5369 |
+
#: ../includes/Elements/Product_Grid.php:277, ../includes/Elements/Product_Grid.php:1711, ../includes/Elements/Woo_Product_Carousel.php:820, ../includes/Traits/Controls.php:425
|
| 5370 |
msgid "Preset 5"
|
| 5371 |
msgstr ""
|
| 5372 |
|
| 5373 |
+
#: ../includes/Elements/Product_Grid.php:278
|
| 5374 |
msgid "Preset 6"
|
| 5375 |
msgstr ""
|
| 5376 |
|
| 5377 |
+
#: ../includes/Elements/Product_Grid.php:279
|
| 5378 |
msgid "Preset 7"
|
| 5379 |
msgstr ""
|
| 5380 |
|
| 5381 |
+
#: ../includes/Elements/Product_Grid.php:280
|
| 5382 |
msgid "Preset 8"
|
| 5383 |
msgstr ""
|
| 5384 |
|
| 5385 |
+
#: ../includes/Elements/Product_Grid.php:295, ../includes/Elements/Product_Grid.php:1707, ../includes/Elements/Product_Grid.php:1828, ../includes/Elements/Simple_Menu.php:135, ../includes/Elements/Woo_Product_Carousel.php:816, ../includes/Elements/Woo_Product_Carousel.php:2110, ../includes/Traits/Controls.php:421, ../includes/Template/Woo-Product-Carousel/preset-1.php:4
|
| 5386 |
msgid "Preset 1"
|
| 5387 |
msgstr ""
|
| 5388 |
|
| 5389 |
+
#: ../includes/Elements/Product_Grid.php:296, ../includes/Elements/Product_Grid.php:1708, ../includes/Elements/Product_Grid.php:1829, ../includes/Elements/Simple_Menu.php:136, ../includes/Elements/Woo_Product_Carousel.php:817, ../includes/Elements/Woo_Product_Carousel.php:2111, ../includes/Traits/Controls.php:422, ../includes/Template/Woo-Product-Carousel/preset-2.php:4
|
| 5390 |
msgid "Preset 2"
|
| 5391 |
msgstr ""
|
| 5392 |
|
| 5393 |
+
#: ../includes/Elements/Product_Grid.php:297, ../includes/Elements/Product_Grid.php:1709, ../includes/Elements/Simple_Menu.php:137, ../includes/Elements/Woo_Product_Carousel.php:818, ../includes/Elements/Woo_Product_Carousel.php:2112, ../includes/Traits/Controls.php:423, ../includes/Template/Woo-Product-Carousel/preset-3.php:4
|
| 5394 |
msgid "Preset 3"
|
| 5395 |
msgstr ""
|
| 5396 |
|
| 5397 |
+
#: ../includes/Elements/Product_Grid.php:298, ../includes/Elements/Product_Grid.php:1710, ../includes/Elements/Woo_Product_Carousel.php:819, ../includes/Elements/Woo_Product_Carousel.php:2113, ../includes/Traits/Controls.php:424, ../includes/Template/Woo-Product-Carousel/preset-4.php:4
|
| 5398 |
msgid "Preset 4"
|
| 5399 |
msgstr ""
|
| 5400 |
|
| 5401 |
+
#: ../includes/Elements/Product_Grid.php:352
|
| 5402 |
msgid "Product Settings"
|
| 5403 |
msgstr ""
|
| 5404 |
|
| 5405 |
+
#: ../includes/Elements/Product_Grid.php:362, ../includes/Elements/Product_Grid.php:696, ../includes/Elements/Woo_Product_Carousel.php:870, ../includes/Traits/Woo_Product_Comparable.php:164
|
| 5406 |
msgid "Products"
|
| 5407 |
msgstr ""
|
| 5408 |
|
| 5409 |
+
#: ../includes/Elements/Product_Grid.php:372, ../includes/Traits/Controls.php:78
|
| 5410 |
msgid "This option will only affect in <strong>Archive page of Elementor Theme Builder</strong> dynamically."
|
| 5411 |
msgstr ""
|
| 5412 |
|
| 5413 |
+
#: ../includes/Elements/Product_Grid.php:385, ../includes/Elements/Woo_Checkout.php:94, ../includes/Elements/Woo_Product_Carousel.php:207, ../includes/Traits/Woo_Product_Comparable.php:135
|
| 5414 |
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."
|
| 5415 |
msgstr ""
|
| 5416 |
|
| 5417 |
+
#: ../includes/Elements/Product_Grid.php:392, ../includes/Elements/Woo_Product_Carousel.php:735
|
| 5418 |
msgid "Filter By"
|
| 5419 |
msgstr ""
|
| 5420 |
|
| 5421 |
+
#: ../includes/Elements/Product_Grid.php:402, ../includes/Elements/Woo_Product_Carousel.php:742, ../includes/Traits/Controls.php:173, ../includes/Traits/Controls.php:300, ../includes/Traits/Controls.php:351
|
| 5422 |
msgid "Order By"
|
| 5423 |
msgstr ""
|
| 5424 |
|
| 5425 |
+
#: ../includes/Elements/Product_Grid.php:410, ../includes/Elements/Woo_Product_Carousel.php:750, ../includes/Traits/Controls.php:184, ../includes/Traits/Controls.php:318, ../includes/Traits/Controls.php:361
|
| 5426 |
msgid "Order"
|
| 5427 |
msgstr ""
|
| 5428 |
|
| 5429 |
+
#: ../includes/Elements/Product_Grid.php:421, ../includes/Elements/Woo_Product_Carousel.php:761
|
| 5430 |
msgid "Products Count"
|
| 5431 |
msgstr ""
|
| 5432 |
|
| 5433 |
+
#: ../includes/Elements/Product_Grid.php:430, ../includes/Elements/Woo_Product_Carousel.php:770, ../includes/Traits/Controls.php:164, ../includes/Traits/Controls.php:291, ../includes/Traits/Controls.php:1611, ../includes/Traits/Controls.php:1650, ../includes/Traits/Controls.php:1713, ../includes/Traits/Controls.php:1751
|
| 5434 |
msgid "Offset"
|
| 5435 |
msgstr ""
|
| 5436 |
|
| 5437 |
+
#: ../includes/Elements/Product_Grid.php:436
|
| 5438 |
msgid "Product Categories"
|
| 5439 |
msgstr ""
|
| 5440 |
|
| 5441 |
+
#: ../includes/Elements/Product_Grid.php:469, ../includes/Elements/Progress_Bar.php:144
|
| 5442 |
msgid "div"
|
| 5443 |
msgstr ""
|
| 5444 |
|
| 5445 |
+
#: ../includes/Elements/Product_Grid.php:470, ../includes/Elements/Progress_Bar.php:145
|
| 5446 |
msgid "span"
|
| 5447 |
msgstr ""
|
| 5448 |
|
| 5449 |
+
#: ../includes/Elements/Product_Grid.php:471, ../includes/Elements/Progress_Bar.php:146
|
| 5450 |
msgid "p"
|
| 5451 |
msgstr ""
|
| 5452 |
|
| 5453 |
+
#: ../includes/Elements/Product_Grid.php:477, ../includes/Elements/Woo_Product_Carousel.php:286
|
| 5454 |
msgid "Show Product Rating?"
|
| 5455 |
msgstr ""
|
| 5456 |
|
| 5457 |
+
#: ../includes/Elements/Product_Grid.php:490, ../includes/Elements/Woo_Product_Carousel.php:295
|
| 5458 |
msgid "Show Product Price?"
|
| 5459 |
msgstr ""
|
| 5460 |
|
| 5461 |
+
#: ../includes/Elements/Product_Grid.php:502, ../includes/Elements/Woo_Product_Carousel.php:304
|
| 5462 |
msgid "Short Description?"
|
| 5463 |
msgstr ""
|
| 5464 |
|
| 5465 |
+
#: ../includes/Elements/Product_Grid.php:514, ../includes/Elements/Woo_Product_Carousel.php:313, ../includes/Traits/Controls.php:899, ../includes/Traits/Controls.php:871
|
| 5466 |
msgid "Excerpt Words"
|
| 5467 |
msgstr ""
|
| 5468 |
|
| 5469 |
+
#: ../includes/Elements/Product_Grid.php:527, ../includes/Elements/Woo_Product_Carousel.php:325, ../includes/Traits/Controls.php:911, ../includes/Traits/Controls.php:884
|
| 5470 |
msgid "Expansion Indicator"
|
| 5471 |
msgstr ""
|
| 5472 |
|
| 5473 |
+
#: ../includes/Elements/Product_Grid.php:549, ../includes/Traits/Woo_Product_Comparable.php:158
|
| 5474 |
msgid "Show Product Compare?"
|
| 5475 |
msgstr ""
|
| 5476 |
|
| 5477 |
+
#: ../includes/Elements/Product_Grid.php:561
|
| 5478 |
msgid "Add To Cart"
|
| 5479 |
msgstr ""
|
| 5480 |
|
| 5481 |
+
#: ../includes/Elements/Product_Grid.php:568
|
| 5482 |
msgid "Show Add to cart custom text"
|
| 5483 |
msgstr ""
|
| 5484 |
|
| 5485 |
+
#: ../includes/Elements/Product_Grid.php:580
|
| 5486 |
msgid "Simple Product"
|
| 5487 |
msgstr ""
|
| 5488 |
|
| 5489 |
+
#: ../includes/Elements/Product_Grid.php:584, ../includes/Elements/Product_Grid.php:623
|
| 5490 |
msgid "Buy Now"
|
| 5491 |
msgstr ""
|
| 5492 |
|
| 5493 |
+
#: ../includes/Elements/Product_Grid.php:593
|
| 5494 |
msgid "Variable Product"
|
| 5495 |
msgstr ""
|
| 5496 |
|
| 5497 |
+
#: ../includes/Elements/Product_Grid.php:597
|
| 5498 |
msgid "Select options"
|
| 5499 |
msgstr ""
|
| 5500 |
|
| 5501 |
+
#: ../includes/Elements/Product_Grid.php:606
|
| 5502 |
msgid "Grouped Product"
|
| 5503 |
msgstr ""
|
| 5504 |
|
| 5505 |
+
#: ../includes/Elements/Product_Grid.php:610
|
| 5506 |
msgid "View products"
|
| 5507 |
msgstr ""
|
| 5508 |
|
| 5509 |
+
#: ../includes/Elements/Product_Grid.php:619
|
| 5510 |
msgid "External Product"
|
| 5511 |
msgstr ""
|
| 5512 |
|
| 5513 |
+
#: ../includes/Elements/Product_Grid.php:632
|
| 5514 |
msgid "Default Product"
|
| 5515 |
msgstr ""
|
| 5516 |
|
| 5517 |
+
#: ../includes/Elements/Product_Grid.php:679, ../includes/Traits/Controls.php:636, ../includes/Traits/Controls.php:941
|
| 5518 |
msgid "Label Text"
|
| 5519 |
msgstr ""
|
| 5520 |
|
| 5521 |
+
#: ../includes/Elements/Product_Grid.php:753, ../includes/Elements/Team_Member.php:359
|
| 5522 |
msgid "Content Background Color"
|
| 5523 |
msgstr ""
|
| 5524 |
|
| 5525 |
+
#: ../includes/Elements/Product_Grid.php:969
|
| 5526 |
msgid "Image Width(%)"
|
| 5527 |
msgstr ""
|
| 5528 |
|
| 5529 |
+
#: ../includes/Elements/Product_Grid.php:989, ../includes/Elements/Woo_Product_Carousel.php:1034
|
| 5530 |
msgid "Product Details"
|
| 5531 |
msgstr ""
|
| 5532 |
|
| 5533 |
+
#: ../includes/Elements/Product_Grid.php:1123
|
| 5534 |
msgid "Padding (PX)"
|
| 5535 |
msgstr ""
|
| 5536 |
|
| 5537 |
+
#: ../includes/Elements/Product_Grid.php:1145
|
| 5538 |
msgid "Width (%)"
|
| 5539 |
msgstr ""
|
| 5540 |
|
| 5541 |
+
#: ../includes/Elements/Product_Grid.php:1186, ../includes/Elements/Woo_Product_Carousel.php:1095
|
| 5542 |
msgid "Product Title Color"
|
| 5543 |
msgstr ""
|
| 5544 |
|
| 5545 |
+
#: ../includes/Elements/Product_Grid.php:1206, ../includes/Elements/Woo_Product_Carousel.php:1115
|
| 5546 |
msgid "Product Price"
|
| 5547 |
msgstr ""
|
| 5548 |
|
| 5549 |
+
#: ../includes/Elements/Product_Grid.php:1226, ../includes/Elements/Product_Grid.php:2499, ../includes/Elements/Woo_Product_Carousel.php:1584
|
| 5550 |
msgid "Sale Price Color"
|
| 5551 |
msgstr ""
|
| 5552 |
|
| 5553 |
+
#: ../includes/Elements/Product_Grid.php:1245, ../includes/Elements/Woo_Product_Carousel.php:1143
|
| 5554 |
msgid "Star Rating"
|
| 5555 |
msgstr ""
|
| 5556 |
|
| 5557 |
+
#: ../includes/Elements/Product_Grid.php:1253, ../includes/Elements/Woo_Product_Carousel.php:1151
|
| 5558 |
msgid "Rating Color"
|
| 5559 |
msgstr ""
|
| 5560 |
|
| 5561 |
+
#: ../includes/Elements/Product_Grid.php:1332, ../includes/Elements/Woo_Product_Carousel.php:1184
|
| 5562 |
msgid "Product Description"
|
| 5563 |
msgstr ""
|
| 5564 |
|
| 5565 |
+
#: ../includes/Elements/Product_Grid.php:1376
|
| 5566 |
+
msgid "Sale Badge Style"
|
| 5567 |
msgstr ""
|
| 5568 |
|
| 5569 |
+
#: ../includes/Elements/Product_Grid.php:1384, ../includes/Elements/Woo_Product_Carousel.php:1229
|
| 5570 |
msgid "Sale Badge Color"
|
| 5571 |
msgstr ""
|
| 5572 |
|
| 5573 |
+
#: ../includes/Elements/Product_Grid.php:1396, ../includes/Elements/Woo_Product_Carousel.php:1241
|
| 5574 |
msgid "Sale Badge Background"
|
| 5575 |
msgstr ""
|
| 5576 |
|
| 5577 |
+
#: ../includes/Elements/Product_Grid.php:1418, ../includes/Elements/Woo_Product_Carousel.php:1263
|
| 5578 |
msgid "Stock Out Badge"
|
| 5579 |
msgstr ""
|
| 5580 |
|
| 5581 |
+
#: ../includes/Elements/Product_Grid.php:1426, ../includes/Elements/Woo_Product_Carousel.php:1271
|
| 5582 |
msgid "Stock Out Badge Color"
|
| 5583 |
msgstr ""
|
| 5584 |
|
| 5585 |
+
#: ../includes/Elements/Product_Grid.php:1438, ../includes/Elements/Woo_Product_Carousel.php:1283
|
| 5586 |
msgid "Stock Out Badge Background"
|
| 5587 |
msgstr ""
|
| 5588 |
|
| 5589 |
+
#: ../includes/Elements/Product_Grid.php:1465
|
| 5590 |
msgid "Add to Cart Button Styles"
|
| 5591 |
msgstr ""
|
| 5592 |
|
| 5593 |
+
#: ../includes/Elements/Product_Grid.php:1526, ../includes/Elements/Product_Grid.php:1602
|
| 5594 |
msgid "Button Color"
|
| 5595 |
msgstr ""
|
| 5596 |
|
| 5597 |
+
#: ../includes/Elements/Product_Grid.php:1673, ../includes/Elements/Woo_Product_Carousel.php:805
|
| 5598 |
msgid "Sale / Stock Out Badge"
|
| 5599 |
msgstr ""
|
| 5600 |
|
| 5601 |
+
#: ../includes/Elements/Product_Grid.php:1741, ../includes/Elements/Woo_Product_Carousel.php:850
|
| 5602 |
+
msgid "Sale Text"
|
| 5603 |
+
msgstr ""
|
| 5604 |
+
|
| 5605 |
+
#: ../includes/Elements/Product_Grid.php:1750, ../includes/Elements/Woo_Product_Carousel.php:858
|
| 5606 |
+
msgid "Stock Out Text"
|
| 5607 |
+
msgstr ""
|
| 5608 |
+
|
| 5609 |
+
#: ../includes/Elements/Product_Grid.php:1790, ../includes/Elements/Woo_Product_Carousel.php:403
|
| 5610 |
msgid "Show Quick view?"
|
| 5611 |
msgstr ""
|
| 5612 |
|
| 5613 |
+
#: ../includes/Elements/Product_Grid.php:1800, ../includes/Elements/Woo_Product_Carousel.php:413
|
| 5614 |
msgid "Quick view Title Tag"
|
| 5615 |
msgstr ""
|
| 5616 |
|
| 5617 |
+
#: ../includes/Elements/Product_Grid.php:1903, ../includes/Elements/Woo_Product_Carousel.php:1354
|
| 5618 |
msgid "Icons Size"
|
| 5619 |
msgstr ""
|
| 5620 |
|
| 5621 |
+
#: ../includes/Elements/Product_Grid.php:2154
|
| 5622 |
msgid "Show pagination"
|
| 5623 |
msgstr ""
|
| 5624 |
|
| 5625 |
+
#: ../includes/Elements/Product_Grid.php:2166
|
| 5626 |
msgid "Previous Label"
|
| 5627 |
msgstr ""
|
| 5628 |
|
| 5629 |
+
#: ../includes/Elements/Product_Grid.php:2167
|
| 5630 |
msgid "←"
|
| 5631 |
msgstr ""
|
| 5632 |
|
| 5633 |
+
#: ../includes/Elements/Product_Grid.php:2177
|
| 5634 |
msgid "Next Label"
|
| 5635 |
msgstr ""
|
| 5636 |
|
| 5637 |
+
#: ../includes/Elements/Product_Grid.php:2178
|
| 5638 |
msgid "→"
|
| 5639 |
msgstr ""
|
| 5640 |
|
| 5641 |
+
#: ../includes/Elements/Product_Grid.php:2405
|
| 5642 |
msgid "Loader"
|
| 5643 |
msgstr ""
|
| 5644 |
|
| 5645 |
+
#: ../includes/Elements/Product_Grid.php:2431, ../includes/Elements/Woo_Product_Carousel.php:1517
|
| 5646 |
msgid "Popup"
|
| 5647 |
msgstr ""
|
| 5648 |
|
| 5649 |
+
#: ../includes/Elements/Product_Grid.php:2541, ../includes/Elements/Woo_Product_Carousel.php:1638
|
| 5650 |
msgid "Review Link Color"
|
| 5651 |
msgstr ""
|
| 5652 |
|
| 5653 |
+
#: ../includes/Elements/Product_Grid.php:2552, ../includes/Elements/Woo_Product_Carousel.php:1650
|
| 5654 |
msgid "Review Link Hover"
|
| 5655 |
msgstr ""
|
| 5656 |
|
| 5657 |
+
#: ../includes/Elements/Product_Grid.php:2577, ../includes/Elements/Woo_Product_Carousel.php:1675
|
| 5658 |
msgid "Sale"
|
| 5659 |
msgstr ""
|
| 5660 |
|
| 5661 |
+
#: ../includes/Elements/Product_Grid.php:2618, ../includes/Elements/Woo_Checkout.php:203, ../includes/Elements/Woo_Product_Carousel.php:1715
|
| 5662 |
msgid "Quantity"
|
| 5663 |
msgstr ""
|
| 5664 |
|
| 5665 |
+
#: ../includes/Elements/Product_Grid.php:2675, ../includes/Elements/Woo_Product_Carousel.php:1772
|
| 5666 |
msgid "Cart Button"
|
| 5667 |
msgstr ""
|
| 5668 |
|
| 6266 |
msgid "Quotation Postion From Right"
|
| 6267 |
msgstr ""
|
| 6268 |
|
| 6269 |
+
#: ../includes/Elements/Tooltip.php:78, ../includes/Elements/Woo_Checkout.php:159, ../includes/Traits/Woo_Product_Comparable.php:1206
|
| 6270 |
msgid "Text"
|
| 6271 |
msgstr ""
|
| 6272 |
|
| 6554 |
msgid "<strong>ReviewX</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=reviewx&tab=search&type=term\" target=\"_blank\">ReviewX</a> first."
|
| 6555 |
msgstr ""
|
| 6556 |
|
| 6557 |
+
#: ../includes/Elements/Woo_Checkout.php:123
|
| 6558 |
+
msgid "Multi Steps (Pro)"
|
| 6559 |
+
msgstr ""
|
| 6560 |
+
|
| 6561 |
+
#: ../includes/Elements/Woo_Checkout.php:124
|
| 6562 |
+
msgid "Split (Pro)"
|
| 6563 |
+
msgstr ""
|
| 6564 |
+
|
| 6565 |
+
#: ../includes/Elements/Woo_Checkout.php:152, ../includes/Elements/Woo_Checkout.php:614
|
| 6566 |
msgid "Order Details"
|
| 6567 |
msgstr ""
|
| 6568 |
|
| 6569 |
+
#: ../includes/Elements/Woo_Checkout.php:161
|
| 6570 |
msgid "Your Order"
|
| 6571 |
msgstr ""
|
| 6572 |
|
| 6573 |
+
#: ../includes/Elements/Woo_Checkout.php:172
|
| 6574 |
msgid "Change Labels"
|
| 6575 |
msgstr ""
|
| 6576 |
|
| 6577 |
+
#: ../includes/Elements/Woo_Checkout.php:181
|
| 6578 |
msgid "Product Text"
|
| 6579 |
msgstr ""
|
| 6580 |
|
| 6581 |
+
#: ../includes/Elements/Woo_Checkout.php:186
|
| 6582 |
msgid "Product"
|
| 6583 |
msgstr ""
|
| 6584 |
|
| 6585 |
+
#: ../includes/Elements/Woo_Checkout.php:198
|
| 6586 |
msgid "Quantity Text"
|
| 6587 |
msgstr ""
|
| 6588 |
|
| 6589 |
+
#: ../includes/Elements/Woo_Checkout.php:215
|
| 6590 |
msgid "Price Text"
|
| 6591 |
msgstr ""
|
| 6592 |
|
| 6593 |
+
#: ../includes/Elements/Woo_Checkout.php:232
|
| 6594 |
msgid "Subtotal Text"
|
| 6595 |
msgstr ""
|
| 6596 |
|
| 6597 |
+
#: ../includes/Elements/Woo_Checkout.php:234
|
| 6598 |
msgid "Subtotal"
|
| 6599 |
msgstr ""
|
| 6600 |
|
| 6601 |
+
#: ../includes/Elements/Woo_Checkout.php:246
|
| 6602 |
msgid "Shipping Text"
|
| 6603 |
msgstr ""
|
| 6604 |
|
| 6605 |
+
#: ../includes/Elements/Woo_Checkout.php:248
|
| 6606 |
msgid "Shipping"
|
| 6607 |
msgstr ""
|
| 6608 |
|
| 6609 |
+
#: ../includes/Elements/Woo_Checkout.php:260
|
| 6610 |
msgid "Total Text"
|
| 6611 |
msgstr ""
|
| 6612 |
|
| 6613 |
+
#: ../includes/Elements/Woo_Checkout.php:262, ../includes/Elements/Woo_Checkout.php:1038
|
| 6614 |
msgid "Total"
|
| 6615 |
msgstr ""
|
| 6616 |
|
| 6617 |
+
#: ../includes/Elements/Woo_Checkout.php:276, ../includes/Elements/Woo_Checkout.php:1074
|
| 6618 |
msgid "Shop Link"
|
| 6619 |
msgstr ""
|
| 6620 |
|
| 6621 |
+
#: ../includes/Elements/Woo_Checkout.php:285, ../includes/Elements/Woo_Checkout.php:338, ../includes/Elements/Woo_Checkout.php:461
|
| 6622 |
msgid "Link Text"
|
| 6623 |
msgstr ""
|
| 6624 |
|
| 6625 |
+
#: ../includes/Elements/Woo_Checkout.php:290
|
| 6626 |
msgid "Continue Shopping"
|
| 6627 |
msgstr ""
|
| 6628 |
|
| 6629 |
+
#: ../includes/Elements/Woo_Checkout.php:310, ../includes/Elements/Woo_Checkout.php:1443
|
| 6630 |
msgid "Coupon"
|
| 6631 |
msgstr ""
|
| 6632 |
|
| 6633 |
+
#: ../includes/Elements/Woo_Checkout.php:329
|
| 6634 |
msgid "Have a coupon?"
|
| 6635 |
msgstr ""
|
| 6636 |
|
| 6637 |
+
#: ../includes/Elements/Woo_Checkout.php:340
|
| 6638 |
msgid "Click here to enter your code"
|
| 6639 |
msgstr ""
|
| 6640 |
|
| 6641 |
+
#: ../includes/Elements/Woo_Checkout.php:350
|
| 6642 |
msgid "Form Content"
|
| 6643 |
msgstr ""
|
| 6644 |
|
| 6645 |
+
#: ../includes/Elements/Woo_Checkout.php:352
|
| 6646 |
msgid "If you have a coupon code, please apply it below."
|
| 6647 |
msgstr ""
|
| 6648 |
|
| 6649 |
+
#: ../includes/Elements/Woo_Checkout.php:362
|
| 6650 |
msgid "Placeholder Text"
|
| 6651 |
msgstr ""
|
| 6652 |
|
| 6653 |
+
#: ../includes/Elements/Woo_Checkout.php:364
|
| 6654 |
msgid "Coupon code"
|
| 6655 |
msgstr ""
|
| 6656 |
|
| 6657 |
+
#: ../includes/Elements/Woo_Checkout.php:376
|
| 6658 |
msgid "Apply Coupon"
|
| 6659 |
msgstr ""
|
| 6660 |
|
| 6661 |
+
#: ../includes/Elements/Woo_Checkout.php:439
|
| 6662 |
msgid "Returning customer?"
|
| 6663 |
msgstr ""
|
| 6664 |
|
| 6665 |
+
#: ../includes/Elements/Woo_Checkout.php:451
|
| 6666 |
msgid "If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing section."
|
| 6667 |
msgstr ""
|
| 6668 |
|
| 6669 |
+
#: ../includes/Elements/Woo_Checkout.php:463
|
| 6670 |
msgid "Click here to login"
|
| 6671 |
msgstr ""
|
| 6672 |
|
| 6673 |
+
#: ../includes/Elements/Woo_Checkout.php:479, ../includes/Elements/Woo_Checkout.php:1957
|
| 6674 |
msgid "Customer Details"
|
| 6675 |
msgstr ""
|
| 6676 |
|
| 6677 |
+
#: ../includes/Elements/Woo_Checkout.php:485
|
| 6678 |
msgid "Billing Title"
|
| 6679 |
msgstr ""
|
| 6680 |
|
| 6681 |
+
#: ../includes/Elements/Woo_Checkout.php:487
|
| 6682 |
msgid "Billing Details"
|
| 6683 |
msgstr ""
|
| 6684 |
|
| 6685 |
+
#: ../includes/Elements/Woo_Checkout.php:496
|
| 6686 |
msgid "Shipping Title"
|
| 6687 |
msgstr ""
|
| 6688 |
|
| 6689 |
+
#: ../includes/Elements/Woo_Checkout.php:498
|
| 6690 |
msgid "Ship to a different address?"
|
| 6691 |
msgstr ""
|
| 6692 |
|
| 6693 |
+
#: ../includes/Elements/Woo_Checkout.php:507
|
| 6694 |
msgid "Additional Info Title"
|
| 6695 |
msgstr ""
|
| 6696 |
|
| 6697 |
+
#: ../includes/Elements/Woo_Checkout.php:509
|
| 6698 |
msgid "Additional Information"
|
| 6699 |
msgstr ""
|
| 6700 |
|
| 6701 |
+
#: ../includes/Elements/Woo_Checkout.php:525, ../includes/Elements/Woo_Checkout.php:2151
|
| 6702 |
msgid "Payment"
|
| 6703 |
msgstr ""
|
| 6704 |
|
| 6705 |
+
#: ../includes/Elements/Woo_Checkout.php:533
|
| 6706 |
msgid "Payment Methods"
|
| 6707 |
msgstr ""
|
| 6708 |
|
| 6709 |
+
#: ../includes/Elements/Woo_Checkout.php:542
|
| 6710 |
msgid "Button text"
|
| 6711 |
msgstr ""
|
| 6712 |
|
| 6713 |
+
#: ../includes/Elements/Woo_Checkout.php:544
|
| 6714 |
msgid "Place Order"
|
| 6715 |
msgstr ""
|
| 6716 |
|
| 6717 |
+
#: ../includes/Elements/Woo_Checkout.php:562
|
| 6718 |
msgid "Section Title"
|
| 6719 |
msgstr ""
|
| 6720 |
|
| 6721 |
+
#: ../includes/Elements/Woo_Checkout.php:587
|
| 6722 |
msgid "Bottom Gap"
|
| 6723 |
msgstr ""
|
| 6724 |
|
| 6725 |
+
#: ../includes/Elements/Woo_Checkout.php:670
|
| 6726 |
msgid "Table Head"
|
| 6727 |
msgstr ""
|
| 6728 |
|
| 6729 |
+
#: ../includes/Elements/Woo_Checkout.php:691
|
| 6730 |
msgid "Header Color"
|
| 6731 |
msgstr ""
|
| 6732 |
|
| 6733 |
+
#: ../includes/Elements/Woo_Checkout.php:728
|
| 6734 |
msgid "Table Body"
|
| 6735 |
msgstr ""
|
| 6736 |
|
| 6737 |
+
#: ../includes/Elements/Woo_Checkout.php:822
|
| 6738 |
msgid "Row Gap"
|
| 6739 |
msgstr ""
|
| 6740 |
|
| 6741 |
+
#: ../includes/Elements/Woo_Checkout.php:843
|
| 6742 |
msgid "Table Footer"
|
| 6743 |
msgstr ""
|
| 6744 |
|
| 6745 |
+
#: ../includes/Elements/Woo_Checkout.php:1202, ../includes/Elements/Woo_Checkout.php:1488
|
| 6746 |
msgid "Links Color"
|
| 6747 |
msgstr ""
|
| 6748 |
|
| 6749 |
+
#: ../includes/Elements/Woo_Checkout.php:1213, ../includes/Elements/Woo_Checkout.php:1499
|
| 6750 |
msgid "Links Hover Color"
|
| 6751 |
msgstr ""
|
| 6752 |
|
| 6753 |
+
#: ../includes/Elements/Woo_Checkout.php:1263
|
| 6754 |
msgid "Form Label"
|
| 6755 |
msgstr ""
|
| 6756 |
|
| 6757 |
+
#: ../includes/Elements/Woo_Checkout.php:1742
|
| 6758 |
msgid "Notices"
|
| 6759 |
msgstr ""
|
| 6760 |
|
| 6761 |
+
#: ../includes/Elements/Woo_Checkout.php:1767
|
| 6762 |
msgid "Info"
|
| 6763 |
msgstr ""
|
| 6764 |
|
| 6765 |
+
#: ../includes/Elements/Woo_Checkout.php:1810
|
| 6766 |
msgid "Error"
|
| 6767 |
msgstr ""
|
| 6768 |
|
| 6769 |
+
#: ../includes/Elements/Woo_Checkout.php:2009
|
| 6770 |
msgid "Required (*)"
|
| 6771 |
msgstr ""
|
| 6772 |
|
| 6773 |
+
#: ../includes/Elements/Woo_Checkout.php:2124
|
| 6774 |
msgid "Bottom Spacing (PX)"
|
| 6775 |
msgstr ""
|
| 6776 |
|
| 6777 |
+
#: ../includes/Elements/Woo_Checkout.php:2258
|
| 6778 |
msgid "Selected"
|
| 6779 |
msgstr ""
|
| 6780 |
|
| 6781 |
+
#: ../includes/Elements/Woo_Checkout.php:2280
|
| 6782 |
msgid "Methods Info"
|
| 6783 |
msgstr ""
|
| 6784 |
|
| 6785 |
+
#: ../includes/Elements/Woo_Checkout.php:2313
|
| 6786 |
msgid "Privacy Policy"
|
| 6787 |
msgstr ""
|
| 6788 |
|
| 6862 |
msgid "Query"
|
| 6863 |
msgstr ""
|
| 6864 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6865 |
#: ../includes/Elements/Woo_Product_Carousel.php:924
|
| 6866 |
msgid "Use opacity color for overlay design."
|
| 6867 |
msgstr ""
|
| 6870 |
msgid "Product Price Color"
|
| 6871 |
msgstr ""
|
| 6872 |
|
| 6873 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:1221
|
| 6874 |
+
msgid "Sale Badge"
|
| 6875 |
+
msgstr ""
|
| 6876 |
+
|
| 6877 |
#: ../includes/Elements/Woo_Product_Carousel.php:1626
|
| 6878 |
msgid "Review Color"
|
| 6879 |
msgstr ""
|
| 7230 |
msgid "Site Secret"
|
| 7231 |
msgstr ""
|
| 7232 |
|
| 7233 |
+
#: ../includes/Traits/Admin.php:70
|
| 7234 |
+
msgid "reCAPTCHA Language Code"
|
| 7235 |
+
msgstr ""
|
| 7236 |
+
|
| 7237 |
+
#: ../includes/Traits/Admin.php:71
|
| 7238 |
msgid "Google Login"
|
| 7239 |
msgstr ""
|
| 7240 |
|
| 7241 |
+
#: ../includes/Traits/Admin.php:72
|
| 7242 |
msgid "Google Client ID"
|
| 7243 |
msgstr ""
|
| 7244 |
|
| 7245 |
+
#: ../includes/Traits/Admin.php:73
|
| 7246 |
msgid "Facebook Login"
|
| 7247 |
msgstr ""
|
| 7248 |
|
| 7249 |
+
#: ../includes/Traits/Admin.php:74
|
| 7250 |
msgid "Facebook APP ID"
|
| 7251 |
msgstr ""
|
| 7252 |
|
| 7253 |
+
#: ../includes/Traits/Admin.php:75
|
| 7254 |
msgid "Facebook APP Secret"
|
| 7255 |
msgstr ""
|
| 7256 |
|
| 7257 |
+
#: ../includes/Traits/Admin.php:102
|
| 7258 |
msgid "Essential Addons Settings"
|
| 7259 |
msgstr ""
|
| 7260 |
|
| 7261 |
+
#: ../includes/Traits/Admin.php:106, ../includes/templates/admin/elements.php:620, ../includes/templates/admin/extensions.php:106
|
| 7262 |
msgid "Save settings"
|
| 7263 |
msgstr ""
|
| 7264 |
|
| 7265 |
+
#: ../includes/Traits/Admin.php:121
|
| 7266 |
msgid "Extensions"
|
| 7267 |
msgstr ""
|
| 7268 |
|
| 7269 |
+
#: ../includes/Traits/Admin.php:125
|
| 7270 |
msgid "Tools"
|
| 7271 |
msgstr ""
|
| 7272 |
|
| 7273 |
+
#: ../includes/Traits/Admin.php:134
|
| 7274 |
msgid "Go Premium"
|
| 7275 |
msgstr ""
|
| 7276 |
|
| 7277 |
+
#: ../includes/Traits/Admin.php:197
|
| 7278 |
msgid "Login | Register Settings updated"
|
| 7279 |
msgstr ""
|
| 7280 |
|
| 7281 |
+
#: ../includes/Traits/Admin.php:258
|
| 7282 |
msgid "Ok, you deserve it!"
|
| 7283 |
msgstr ""
|
| 7284 |
|
| 7285 |
+
#: ../includes/Traits/Admin.php:263
|
| 7286 |
msgid "I already did"
|
| 7287 |
msgstr ""
|
| 7288 |
|
| 7289 |
+
#: ../includes/Traits/Admin.php:271
|
| 7290 |
msgid "Maybe Later"
|
| 7291 |
msgstr ""
|
| 7292 |
|
| 7293 |
+
#: ../includes/Traits/Admin.php:279
|
| 7294 |
msgid "I need help"
|
| 7295 |
msgstr ""
|
| 7296 |
|
| 7297 |
+
#: ../includes/Traits/Admin.php:284
|
| 7298 |
msgid "Never show again"
|
| 7299 |
msgstr ""
|
| 7300 |
|
| 7301 |
+
#: ../includes/Traits/Admin.php:296
|
| 7302 |
msgid "We hope you're enjoying Essential Addons for Elementor! Could you please do us a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?"
|
| 7303 |
msgstr ""
|
| 7304 |
|
| 7305 |
+
#: ../includes/Traits/Admin.php:310
|
| 7306 |
msgid "You are using an incompatible version of Essential Addons PRO. Please update to v4.0.0+. If you do not see automatic update, <a href=\"https://essential-addons.com/elementor/docs/manually-update-essential-addons-pro/\" target=\"_blank\">Follow manual update guide.</a>"
|
| 7307 |
msgstr ""
|
| 7308 |
|
| 7666 |
msgid "Woo Product Slider"
|
| 7667 |
msgstr ""
|
| 7668 |
|
| 7669 |
+
#: ../includes/Traits/Enqueue.php:135
|
| 7670 |
msgid "Added "
|
| 7671 |
msgstr ""
|
| 7672 |
|
| 7673 |
+
#: ../includes/Traits/Enqueue.php:136, ../includes/Traits/Woo_Product_Comparable.php:2112
|
| 7674 |
msgid "Compare"
|
| 7675 |
msgstr ""
|
| 7676 |
|
| 7677 |
+
#: ../includes/Traits/Enqueue.php:137
|
| 7678 |
msgid "Loading..."
|
| 7679 |
msgstr ""
|
| 7680 |
|
| 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:45
|
| 8210 |
msgid "Sale!"
|
| 8211 |
msgstr ""
|
| 8212 |
|
| 8213 |
+
#: ../includes/Template/Content/Product_Grid.php:27, ../includes/Template/Eicon-Woocommerce/default.php:46
|
| 8214 |
msgid "Stock <br/> Out"
|
| 8215 |
msgstr ""
|
| 8216 |
|
| 8217 |
+
#: ../includes/Template/Eicon-Woocommerce/default.php:418
|
| 8218 |
msgid "Stock "
|
| 8219 |
msgstr ""
|
| 8220 |
|
| 8221 |
+
#: ../includes/Template/Eicon-Woocommerce/default.php:418
|
| 8222 |
msgid "Out"
|
| 8223 |
msgstr ""
|
| 8224 |
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Tags: elementor, elements, addons, elementor addons, elementor widget, elementor
|
|
| 4 |
Requires at least: 5.0
|
| 5 |
Tested up to: 5.8
|
| 6 |
Requires PHP: 5.6
|
| 7 |
-
Stable tag: 4.8.
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
| 10 |
|
|
@@ -225,6 +225,19 @@ Your existing elements/content will work with premium version. So you won't lose
|
|
| 225 |
|
| 226 |
== Changelog ==
|
| 227 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 228 |
= 4.8.2 - 27/07/2021 =
|
| 229 |
|
| 230 |
- Fixed: Asset loading issue with Password Protected plugins
|
| 4 |
Requires at least: 5.0
|
| 5 |
Tested up to: 5.8
|
| 6 |
Requires PHP: 5.6
|
| 7 |
+
Stable tag: 4.8.3
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
| 10 |
|
| 225 |
|
| 226 |
== Changelog ==
|
| 227 |
|
| 228 |
+
= 4.8.3 - 08/08/2021 =
|
| 229 |
+
|
| 230 |
+
- Added: EA WooCommerce Widgets | Option to change the 'Stock Out' text
|
| 231 |
+
- Fixed: 'Out of stock' label not displaying in shop page when EA is active
|
| 232 |
+
- Fixed: EA Gravity Forms | File Upload field showing a validation message
|
| 233 |
+
- Fixed: EA Data Table | Text alignment not working in mobile devices
|
| 234 |
+
- Fixed: EA Pricing Table | Ribbon text alignment not changing correctly
|
| 235 |
+
- Fixed: EA Interactive Card | SVG Icon not showing
|
| 236 |
+
- Fixed: EA Facebook Feed | Background & Link colors not working properly
|
| 237 |
+
- Added: EA Event Calendar | Option to change the 'Event Details' text
|
| 238 |
+
- Added: EA Login/Registration | Option to translate reCaptcha
|
| 239 |
+
- Few minor bug fix and improvements
|
| 240 |
+
|
| 241 |
= 4.8.2 - 27/07/2021 =
|
| 242 |
|
| 243 |
- Fixed: Asset loading issue with Password Protected plugins
|
