Version Description
19/08/2021 =
Added: Anchor Link support in EA Advanced Tabs & Advanced Accordion
Fixed: EA Gravity Forms | Styles not working properly
Fixed: EA Post Grid & Post Timeline | Throwing console error when used custom template from theme
Fixed: EA Feature List | Icons color not changing when we have set color from Global Color setting
Few minor bug fix and improvements
Download this release
Release Info
Developer | re_enter_rupok |
Plugin | Elementor Essential Addons |
Version | 4.8.4 |
Comparing to | |
See all releases |
Code changes from version 4.8.3 to 4.8.4
- assets/front-end/css/view/advanced-tabs.css +4 -8
- assets/front-end/css/view/advanced-tabs.min.css +1 -1
- assets/front-end/js/edit/ea-select2.js +40 -5
- assets/front-end/js/view/advanced-accordion.js +1 -1
- assets/front-end/js/view/advanced-accordion.min.js +1 -1
- assets/front-end/js/view/advanced-tabs.js +1 -1
- assets/front-end/js/view/advanced-tabs.min.js +1 -1
- assets/front-end/js/view/event-calendar.js +1 -1
- assets/front-end/js/view/event-calendar.min.js +1 -1
- assets/front-end/js/view/general.js +1 -1
- assets/front-end/js/view/general.min.js +1 -1
- assets/front-end/js/view/product-grid.js +1 -1
- assets/front-end/js/view/product-grid.min.js +1 -1
- assets/front-end/js/view/woo-product-carousel.js +1 -1
- assets/front-end/js/view/woo-product-carousel.min.js +1 -1
- essential_adons_elementor.php +5 -5
- includes/Classes/Helper.php +15 -0
- includes/Elements/Adv_Accordion.php +12 -2
- includes/Elements/Adv_Tabs.php +27 -20
- includes/Elements/Feature_List.php +12 -25
- includes/Elements/GravityForms.php +2 -2
- includes/Elements/Product_Grid.php +0 -23
- includes/Elements/Woo_Product_Carousel.php +0 -23
- languages/essential-addons-for-elementor-lite.pot +312 -308
- readme.txt +9 -1
assets/front-end/css/view/advanced-tabs.css
CHANGED
@@ -57,18 +57,15 @@
|
|
57 |
}
|
58 |
|
59 |
.eael-advance-tabs .eael-tabs-nav > ul li:hover,
|
60 |
-
.eael-advance-tabs .eael-tabs-nav > ul li.active
|
61 |
-
.eael-advance-tabs .eael-tabs-nav > ul li.active-default {
|
62 |
background-color: #444;
|
63 |
}
|
64 |
|
65 |
-
.eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active:after
|
66 |
-
.eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active-default:after {
|
67 |
display: none;
|
68 |
}
|
69 |
|
70 |
-
.eael-advance-tabs .eael-tabs-nav > ul li.active:after
|
71 |
-
.eael-advance-tabs .eael-tabs-nav > ul li.active-default:after {
|
72 |
display: block;
|
73 |
}
|
74 |
|
@@ -87,8 +84,7 @@
|
|
87 |
opacity: 0;
|
88 |
}
|
89 |
|
90 |
-
.eael-advance-tabs .eael-tabs-content > div.active
|
91 |
-
.eael-advance-tabs .eael-tabs-content > div.active-default {
|
92 |
display: block;
|
93 |
width: 100%;
|
94 |
padding: 1em;
|
57 |
}
|
58 |
|
59 |
.eael-advance-tabs .eael-tabs-nav > ul li:hover,
|
60 |
+
.eael-advance-tabs .eael-tabs-nav > ul li.active {
|
|
|
61 |
background-color: #444;
|
62 |
}
|
63 |
|
64 |
+
.eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active:after {
|
|
|
65 |
display: none;
|
66 |
}
|
67 |
|
68 |
+
.eael-advance-tabs .eael-tabs-nav > ul li.active:after {
|
|
|
69 |
display: block;
|
70 |
}
|
71 |
|
84 |
opacity: 0;
|
85 |
}
|
86 |
|
87 |
+
.eael-advance-tabs .eael-tabs-content > div.active {
|
|
|
88 |
display: block;
|
89 |
width: 100%;
|
90 |
padding: 1em;
|
assets/front-end/css/view/advanced-tabs.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.eael-advance-tabs{display:block}.eael-advance-tabs .eael-tabs-nav>ul{position:relative;padding:0px;margin:0px;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.eael-advance-tabs .eael-tabs-nav>ul li{position:relative;padding:1em 1.5em;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;cursor:pointer;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;text-align:center;background-color:#f1f1f1}.eael-advance-tabs .eael-tabs-nav>ul li:after{content:"";position:absolute;bottom:-10px;left:0px;right:0px;margin:0 auto;z-index:1;width:0px;height:0px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #444;border-bottom:0px;display:none}.eael-advance-tabs .eael-tabs-nav>ul li:hover,.eael-advance-tabs .eael-tabs-nav>ul li.active
|
1 |
+
.eael-advance-tabs{display:block}.eael-advance-tabs .eael-tabs-nav>ul{position:relative;padding:0px;margin:0px;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.eael-advance-tabs .eael-tabs-nav>ul li{position:relative;padding:1em 1.5em;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;cursor:pointer;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;text-align:center;background-color:#f1f1f1}.eael-advance-tabs .eael-tabs-nav>ul li:after{content:"";position:absolute;bottom:-10px;left:0px;right:0px;margin:0 auto;z-index:1;width:0px;height:0px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #444;border-bottom:0px;display:none}.eael-advance-tabs .eael-tabs-nav>ul li:hover,.eael-advance-tabs .eael-tabs-nav>ul li.active{background-color:#444}.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active:after{display:none}.eael-advance-tabs .eael-tabs-nav>ul li.active:after{display:block}.eael-tabs-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden}.eael-advance-tabs .eael-tabs-content>div{display:none;opacity:0}.eael-advance-tabs .eael-tabs-content>div.active{display:block;width:100%;padding:1em;opacity:1;-webkit-animation:fadeIn linear .3s;animation:fadeIn linear .3s}.eael-tab-inline-icon li a .fa{margin-right:10px;line-height:1}.eael-tab-top-icon li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li .fa,.eael-tab-top-icon li .eael-tab-title{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;line-height:1}.eael-tab-top-icon li a .eael-tab-title{margin-top:10px}.eael-advance-tabs.eael-tabs-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul>li{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul li::after{bottom:auto !important;right:-10px;top:calc(50% - 10px);left:auto !important;border-left:10px solid #444;border-right:0;border-top:10px solid transparent;border-bottom:10px solid transparent}@media only screen and (max-width: 767px){.eael-advance-tabs .eael-tabs-nav>ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.responsive-vertical-layout.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.eael-advance-tabs.eael-tabs-vertical{-ms-flex-wrap:wrap;flex-wrap:wrap}.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav{-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul{-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul li{-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%}div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav>ul li::after{border-left-color:transparent !important;bottom:-20px !important;left:0 !important;right:0 !important;top:auto !important;border-left:10px solid transparent;border-right:10px solid transparent;border-top-color:#444 !important}}.rtl .eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul li::after{border-right:10px solid #444;border-left:0}
|
assets/front-end/js/edit/ea-select2.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
$(document).on('eael_select2_init', function (event, obj) {
|
3 |
var ID = '#elementor-control-default-' + obj.data._cid;
|
4 |
setTimeout(function () {
|
5 |
-
$(ID).select2({
|
6 |
minimumInputLength: 3,
|
7 |
ajax: {
|
8 |
url: eael_select2_localize.ajaxurl + "?action=eael_select2_search_post&post_type=" + obj.data.source_type + '&source_name=' + obj.data.source_name,
|
@@ -32,16 +32,51 @@
|
|
32 |
data: {post_type: obj.data.source_type, source_name: obj.data.source_name, id: ids}
|
33 |
}).done(function (response) {
|
34 |
if (response.success && typeof response.data.results != 'undefined') {
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|
40 |
label.siblings('.elementor-control-spinner').remove();
|
41 |
});
|
42 |
}
|
43 |
}
|
44 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
}, 100);
|
|
|
46 |
});
|
47 |
}(jQuery));
|
2 |
$(document).on('eael_select2_init', function (event, obj) {
|
3 |
var ID = '#elementor-control-default-' + obj.data._cid;
|
4 |
setTimeout(function () {
|
5 |
+
var IDSelect2 = $(ID).select2({
|
6 |
minimumInputLength: 3,
|
7 |
ajax: {
|
8 |
url: eael_select2_localize.ajaxurl + "?action=eael_select2_search_post&post_type=" + obj.data.source_type + '&source_name=' + obj.data.source_name,
|
32 |
data: {post_type: obj.data.source_type, source_name: obj.data.source_name, id: ids}
|
33 |
}).done(function (response) {
|
34 |
if (response.success && typeof response.data.results != 'undefined') {
|
35 |
+
let eaelSelect2Options = '';
|
36 |
+
ids.forEach(function (item, index){
|
37 |
+
if(typeof response.data.results[item] != 'undefined'){
|
38 |
+
const key = item;
|
39 |
+
const value = response.data.results[item];
|
40 |
+
eaelSelect2Options += `<option selected="selected" value="${key}">${value}</option>`;
|
41 |
+
}
|
42 |
+
})
|
43 |
+
|
44 |
+
element.append(eaelSelect2Options);
|
45 |
}
|
46 |
label.siblings('.elementor-control-spinner').remove();
|
47 |
});
|
48 |
}
|
49 |
}
|
50 |
});
|
51 |
+
|
52 |
+
//Manual Sorting : Select2 drag and drop : starts
|
53 |
+
// #ToDo Try to use promise in future
|
54 |
+
setTimeout(function (){
|
55 |
+
IDSelect2.next().children().children().children().sortable({
|
56 |
+
containment: 'parent',
|
57 |
+
stop: function(event, ui) {
|
58 |
+
ui.item.parent().children('[title]').each(function() {
|
59 |
+
var title = $(this).attr('title');
|
60 |
+
var original = $('option:contains(' + title + ')', IDSelect2).first();
|
61 |
+
original.detach();
|
62 |
+
IDSelect2.append(original)
|
63 |
+
});
|
64 |
+
IDSelect2.change();
|
65 |
+
}
|
66 |
+
});
|
67 |
+
|
68 |
+
$(ID).on("select2:select", function(evt) {
|
69 |
+
var element = evt.params.data.element;
|
70 |
+
var $element = $(element);
|
71 |
+
|
72 |
+
$element.detach();
|
73 |
+
$(this).append($element);
|
74 |
+
$(this).trigger("change");
|
75 |
+
});
|
76 |
+
},200);
|
77 |
+
//Manual Sorting : Select2 drag and drop : ends
|
78 |
+
|
79 |
}, 100);
|
80 |
+
|
81 |
});
|
82 |
}(jQuery));
|
assets/front-end/js/view/advanced-accordion.js
CHANGED
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("ea.hooks.addAction(\"init\", \"ea\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-adv-accordion.default\", function ($scope, $) {\n var hashTag = window.location.hash.substr(1);\n var hashTagExists = false;\n var $advanceAccordion = $scope.find(\".eael-adv-accordion\"),\n $accordionHeader = $scope.find(\".eael-accordion-header\"),\n $accordionType = $advanceAccordion.data(\"accordion-type\"),\n $accordionSpeed = $advanceAccordion.data(\"toogle-speed\"); // Open default actived tab\n\n if (hashTag) {\n $accordionHeader.each(function () {\n if ($(this).attr(\"id\") == hashTag) {\n hashTagExists = true;\n $(this).addClass(\"show active\");\n $(this).next().slideDown($accordionSpeed);\n }\n });\n }\n\n if (hashTagExists === false) {\n $accordionHeader.each(function () {\n if ($(this).hasClass(\"active-default\")) {\n $(this).addClass(\"show active\");\n $(this).next().slideDown($accordionSpeed);\n }\n });\n } // Remove multiple click event for nested accordion\n\n\n $accordionHeader.unbind(\"click\");\n $accordionHeader.click(function (e) {\n e.preventDefault();\n var $this = $(this);\n\n if ($accordionType === \"accordion\") {\n if ($this.hasClass(\"show\")) {\n $this.removeClass(\"show active\");\n $this.next().slideUp($accordionSpeed);\n } else {\n $this.parent().parent().find(\".eael-accordion-header\").removeClass(\"show active\");\n $this.parent().parent().find(\".eael-accordion-content\").slideUp($accordionSpeed);\n $this.toggleClass(\"show active\");\n $this.next().slideToggle($accordionSpeed);\n }\n } else {\n // For acccordion type 'toggle'\n if ($this.hasClass(\"show\")) {\n $this.removeClass(\"show active\");\n $this.next().slideUp($accordionSpeed);\n } else {\n $this.addClass(\"show active\");\n $this.next().slideDown($accordionSpeed);\n }\n }\n\n ea.hooks.doAction(\"widgets.reinit\", $this.parent());\n });\n });\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-accordion.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
assets/front-end/js/view/advanced-accordion.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function n(o){if(t[o])return t[o].exports;var
|
1 |
+
!function(e){var t={};function n(o){if(t[o])return t[o].exports;var a=t[o]={i:o,l:!1,exports:{}};return e[o].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(o,a,function(t){return e[t]}.bind(null,a));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t){ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-adv-accordion.default",(function(e,t){var n=window.location.hash.substr(1),o=!1,a=e.find(".eael-adv-accordion"),i=e.find(".eael-accordion-header"),r=a.data("accordion-type"),s=a.data("toogle-speed");n&&i.each((function(){t(this).attr("id")==n&&(o=!0,t(this).addClass("show active"),t(this).next().slideDown(s))})),!1===o&&i.each((function(){t(this).hasClass("active-default")&&(t(this).addClass("show active"),t(this).next().slideDown(s))})),i.unbind("click"),i.click((function(e){e.preventDefault();var n=t(this);"accordion"===r?n.hasClass("show")?(n.removeClass("show active"),n.next().slideUp(s)):(n.parent().parent().find(".eael-accordion-header").removeClass("show active"),n.parent().parent().find(".eael-accordion-content").slideUp(s),n.toggleClass("show active"),n.next().slideToggle(s)):n.hasClass("show")?(n.removeClass("show active"),n.next().slideUp(s)):(n.addClass("show active"),n.next().slideDown(s)),ea.hooks.doAction("widgets.reinit",n.parent())}))}))}))}]);
|
assets/front-end/js/view/advanced-tabs.js
CHANGED
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("ea.hooks.addAction(\"init\", \"ea\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-adv-tabs.default\", function ($scope, $) {\n var $currentTab = $scope.find('.eael-advance-tabs'),\n $currentTabId = '#' + $currentTab.attr('id').toString();\n var hashTag = window.location.hash.substr(1);\n $($currentTabId + ' > .eael-tabs-nav ul li', $scope).each(function (index) {\n if (hashTag) {\n if ($(this).attr(\"id\") == hashTag) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n } else {\n if ($(this).hasClass(\"active-default\")) {\n $($currentTabId + ' .eael-tabs-nav > ul li', $scope).removeClass(\"active\").addClass(\"inactive\");\n $(this).removeClass(\"inactive\").addClass('active');\n } else {\n if (index == 0) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n }\n }\n });\n $($currentTabId + ' > .eael-tabs-content > div', $scope).each(function (index) {\n if (hashTag) {\n if ($(this).attr(\"id\") == hashTag) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n } else {\n if ($(this).hasClass(\"active-default\")) {\n $($currentTabId + ' > .eael-tabs-content > div', $scope).removeClass(\"active\");\n $(this).removeClass(\"inactive\").addClass(\"active\");\n } else {\n if (index == 0) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n }\n }\n });\n $($currentTabId + ' .eael-tabs-nav ul li', $scope).on(\"click\", function (e) {\n e.preventDefault();\n var currentTabIndex = $(this).index();\n var tabsContainer = $(this).closest(\".eael-advance-tabs\");\n var tabsNav = $(tabsContainer).children(\".eael-tabs-nav\").children(\"ul\").children(\"li\");\n var tabsContent = $(tabsContainer).children(\".eael-tabs-content\").children(\"div\");\n $(this).parent(\"li\").addClass(\"active\");\n $(tabsNav).removeClass(\"active active-default\").addClass(\"inactive\");\n $(this).addClass(\"active\").removeClass(\"inactive\");\n $(tabsContent).removeClass(\"active\").addClass(\"inactive\");\n $(tabsContent).eq(currentTabIndex).addClass(\"active\").removeClass(\"inactive\");\n $(tabsContent).each(function (index) {\n $(this).removeClass(\"active-default\");\n });\n var $filterGallery = tabsContent.eq(currentTabIndex).find(\".eael-filter-gallery-container\"),\n $postGridGallery = tabsContent.eq(currentTabIndex).find(\".eael-post-grid.eael-post-appender\"),\n $twitterfeedGallery = tabsContent.eq(currentTabIndex).find(\".eael-twitter-feed-masonry\"),\n $instaGallery = tabsContent.eq(currentTabIndex).find(\".eael-instafeed\"),\n $paGallery = tabsContent.eq(currentTabIndex).find(\".premium-gallery-container\"),\n $evCalendar = $(\".eael-event-calendar-cls\", tabsContent);\n\n if ($postGridGallery.length) {\n $postGridGallery.isotope(\"layout\");\n }\n\n if ($twitterfeedGallery.length) {\n $twitterfeedGallery.isotope(\"layout\");\n }\n\n if ($filterGallery.length) {\n $filterGallery.isotope(\"layout\");\n }\n\n if ($instaGallery.length) {\n $instaGallery.isotope(\"layout\");\n }\n\n if ($paGallery.length) {\n $paGallery.each(function (index, item) {\n $(item).isotope(\"layout\");\n });\n }\n\n if ($evCalendar.length) {\n ea.hooks.doAction(\"eventCalendar.reinit\");\n }\n });\n });\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-tabs.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
assets/front-end/js/view/advanced-tabs.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function a(
|
1 |
+
!function(e){var t={};function a(i){if(t[i])return t[i].exports;var n=t[i]={i:i,l:!1,exports:{}};return e[i].call(n.exports,n,n.exports,a),n.l=!0,n.exports}a.m=e,a.c=t,a.d=function(e,t,i){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(a.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(i,n,function(t){return e[t]}.bind(null,n));return i},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=2)}({2:function(e,t){ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-adv-tabs.default",(function(e,t){var a="#"+e.find(".eael-advance-tabs").attr("id").toString(),i=window.location.hash.substr(1);t(a+" > .eael-tabs-nav ul li",e).each((function(n){i?t(this).attr("id")==i&&t(this).removeClass("inactive").addClass("active"):t(this).hasClass("active-default")?(t(a+" .eael-tabs-nav > ul li",e).removeClass("active").addClass("inactive"),t(this).removeClass("inactive").addClass("active")):0==n&&t(this).removeClass("inactive").addClass("active")})),t(a+" > .eael-tabs-content > div",e).each((function(n){i?t(this).attr("id")==i&&t(this).removeClass("inactive").addClass("active"):t(this).hasClass("active-default")?(t(a+" > .eael-tabs-content > div",e).removeClass("active"),t(this).removeClass("inactive").addClass("active")):0==n&&t(this).removeClass("inactive").addClass("active")})),t(a+" .eael-tabs-nav ul li",e).on("click",(function(e){e.preventDefault();var a=t(this).index(),i=t(this).closest(".eael-advance-tabs"),n=t(i).children(".eael-tabs-nav").children("ul").children("li"),l=t(i).children(".eael-tabs-content").children("div");t(this).parent("li").addClass("active"),t(n).removeClass("active active-default").addClass("inactive"),t(this).addClass("active").removeClass("inactive"),t(l).removeClass("active").addClass("inactive"),t(l).eq(a).addClass("active").removeClass("inactive"),t(l).each((function(e){t(this).removeClass("active-default")}));var s=l.eq(a).find(".eael-filter-gallery-container"),o=l.eq(a).find(".eael-post-grid.eael-post-appender"),r=l.eq(a).find(".eael-twitter-feed-masonry"),c=l.eq(a).find(".eael-instafeed"),d=l.eq(a).find(".premium-gallery-container"),v=t(".eael-event-calendar-cls",l);o.length&&o.isotope("layout"),r.length&&r.isotope("layout"),s.length&&s.isotope("layout"),c.length&&c.isotope("layout"),d.length&&d.each((function(e,a){t(a).isotope("layout")})),v.length&&ea.hooks.doAction("eventCalendar.reinit")}))}))}))}});
|
assets/front-end/js/view/event-calendar.js
CHANGED
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("var EventCalendar = function EventCalendar($scope, $) {\n var Calendar = FullCalendar.Calendar;\n var element = $(\".eael-event-calendar-cls\", $scope),\n CloseButton = $(\".eaelec-modal-close\", $scope).eq(0),\n ecModal = $(\"#eaelecModal\", $scope),\n eventAll = element.data(\"events\"),\n firstDay = element.data(\"first_day\"),\n calendarID = element.data(\"cal_id\"),\n locale = element.data(\"locale\"),\n translate = element.data(\"translate\"),\n defaultView = element.data(\"defaultview\"),\n time_format = element.data(\"time_format\") == \"yes\" ? true : false
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("var EventCalendar = function EventCalendar($scope, $) {\n var Calendar = FullCalendar.Calendar;\n var element = $(\".eael-event-calendar-cls\", $scope),\n CloseButton = $(\".eaelec-modal-close\", $scope).eq(0),\n ecModal = $(\"#eaelecModal\", $scope),\n eventAll = element.data(\"events\"),\n firstDay = element.data(\"first_day\"),\n calendarID = element.data(\"cal_id\"),\n locale = element.data(\"locale\"),\n translate = element.data(\"translate\"),\n defaultView = element.data(\"defaultview\"),\n time_format = element.data(\"time_format\") == \"yes\" ? true : false;\n var calendar = new Calendar($scope[0].querySelector(\".eael-event-calendar-cls\"), {\n plugins: [\"dayGrid\", \"timeGrid\", \"list\"],\n editable: false,\n selectable: false,\n draggable: false,\n firstDay: firstDay,\n eventTimeFormat: {\n hour: \"2-digit\",\n minute: \"2-digit\",\n hour12: !time_format\n },\n nextDayThreshold: \"00:00:00\",\n header: {\n left: \"prev,next today\",\n center: \"title\",\n right: \"timeGridDay,timeGridWeek,dayGridMonth,listMonth\"\n },\n events: eventAll,\n selectHelper: true,\n locale: locale,\n eventLimit: 3,\n defaultView: defaultView,\n eventRender: function eventRender(info) {\n var element = $(info.el),\n event = info.event;\n moment.locale(locale); // when event is finished event text are cross\n\n if (event.extendedProps.eventHasComplete !== undefined && event.extendedProps.eventHasComplete === \"yes\") {\n element.find(\"div.fc-content .fc-title\").addClass(\"eael-event-completed\");\n element.find(\"td.fc-list-item-title\").addClass(\"eael-event-completed\");\n }\n\n translate.today = info.event._calendar.dateEnv.locale.options.buttonText.today;\n element.attr(\"href\", \"javascript:void(0);\");\n element.click(function (e) {\n e.preventDefault();\n e.stopPropagation();\n var startDate = event.start,\n timeFormate = time_format ? \"H:mm\" : \"h:mm A\",\n endDate = event.end,\n startSelector = $(\"span.eaelec-event-date-start\"),\n endSelector = $(\"span.eaelec-event-date-end\");\n\n if (event.allDay === \"yes\") {\n var newEnd = moment(endDate).subtract(1, \"days\");\n endDate = newEnd._d;\n timeFormate = \" \";\n }\n\n var startYear = moment(startDate).format(\"YYYY\"),\n endYear = moment(endDate).format(\"YYYY\"),\n yearDiff = endYear > startYear,\n startView = \"\",\n endView = \"\";\n startSelector.html(\" \");\n endSelector.html(\" \");\n ecModal.addClass(\"eael-ec-popup-ready\").removeClass(\"eael-ec-modal-removing\");\n\n if (event.allDay === \"yes\" && moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n startView = moment(startDate).format(\"MMM Do\");\n\n if (moment(startDate).isSame(Date.now(), \"day\") === true) {\n startView = translate.today;\n } else if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n startView = translate.tomorrow;\n }\n } else {\n if (moment(event.start).isSame(Date.now(), \"day\") === true) {\n startView = translate.today + \" \" + moment(event.start).format(timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n startView = translate.tomorrow + \" \" + moment(event.start).format(timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") < moment(new Date()).format(\"MM-DD-YYYY\") || moment(startDate).format(\"MM-DD-YYYY\") > moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n startView = moment(event.start).format(\"MMM Do \" + timeFormate);\n }\n\n startView = yearDiff ? startYear + \" \" + startView : startView;\n\n if (moment(endDate).isSame(Date.now(), \"day\") === true) {\n if (moment(startDate).isSame(Date.now(), \"day\") !== true) {\n endView = translate.today + \" \" + moment(endDate).format(timeFormate);\n } else {\n endView = moment(endDate).format(timeFormate);\n }\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") !== moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\") && moment(endDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n endView = translate.tomorrow + \" \" + moment(endDate).format(timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\") && moment(endDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n endView = moment(endDate).format(timeFormate);\n }\n\n if (moment(endDate).diff(moment(startDate), \"days\") > 0 && endSelector.text().trim().length < 1) {\n endView = moment(endDate).format(\"MMM Do \" + timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n endView = moment(endDate).format(timeFormate);\n }\n\n endView = yearDiff ? endYear + \" \" + endView : endView;\n }\n\n if (event.extendedProps.hideEndDate !== undefined && event.extendedProps.hideEndDate === \"yes\") {\n endSelector.html(\" \");\n } else {\n endSelector.html(endView != \"\" ? \"- \" + endView : \"\");\n }\n\n startSelector.html('<i class=\"eicon-calendar\"></i> ' + startView);\n $(\".eaelec-modal-header h2\").html(event.title);\n $(\".eaelec-modal-body p\").html(event.extendedProps.description);\n\n if (event.extendedProps.description.length < 1) {\n $(\".eaelec-modal-body\").css(\"height\", \"auto\");\n } else {\n $(\".eaelec-modal-body\").css(\"height\", \"300px\");\n }\n\n $(\".eaelec-modal-footer a\").attr(\"href\", event.url);\n\n if (event.extendedProps.external === \"on\") {\n $(\".eaelec-modal-footer a\").attr(\"target\", \"_blank\");\n }\n\n if (event.extendedProps.nofollow === \"on\") {\n $(\".eaelec-modal-footer a\").attr(\"rel\", \"nofollow\");\n }\n\n if (event.url == \"\") {\n $(\".eaelec-modal-footer a\").css(\"display\", \"none\");\n } // Popup color\n\n\n $(\".eaelec-modal-header\").css(\"border-left\", \"5px solid \" + event.borderColor);\n });\n }\n });\n CloseButton.on(\"click\", function (event) {\n event.stopPropagation();\n ecModal.addClass(\"eael-ec-modal-removing\").removeClass(\"eael-ec-popup-ready\");\n });\n $(document).on(\"click\", function (event) {\n if (event.target.closest(\".eaelec-modal-content\")) return;\n\n if (ecModal.hasClass(\"eael-ec-popup-ready\")) {\n ecModal.addClass(\"eael-ec-modal-removing\").removeClass(\"eael-ec-popup-ready\");\n }\n });\n calendar.render();\n ea.hooks.addAction(\"eventCalendar.reinit\", \"ea\", function () {\n calendar.today();\n });\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-event-calendar.default\", EventCalendar);\n});\n\n//# sourceURL=webpack:///./src/js/view/event-calendar.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
assets/front-end/js/view/event-calendar.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function a(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,a),n.l=!0,n.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(o,n,function(t){return e[t]}.bind(null,n));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=7)}({7:function(e,t){var a=function(e,t){var a=FullCalendar.Calendar,o=t(".eael-event-calendar-cls",e),n=t(".eaelec-modal-close",e).eq(0),r=t("#eaelecModal",e),m=o.data("events"),
|
1 |
+
!function(e){var t={};function a(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,a),n.l=!0,n.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(o,n,function(t){return e[t]}.bind(null,n));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=7)}({7:function(e,t){var a=function(e,t){var a=FullCalendar.Calendar,o=t(".eael-event-calendar-cls",e),n=t(".eaelec-modal-close",e).eq(0),r=t("#eaelecModal",e),m=o.data("events"),d=o.data("first_day"),l=(o.data("cal_id"),o.data("locale")),i=o.data("translate"),s=o.data("defaultview"),c="yes"==o.data("time_format"),f=new a(e[0].querySelector(".eael-event-calendar-cls"),{plugins:["dayGrid","timeGrid","list"],editable:!1,selectable:!1,draggable:!1,firstDay:d,eventTimeFormat:{hour:"2-digit",minute:"2-digit",hour12:!c},nextDayThreshold:"00:00:00",header:{left:"prev,next today",center:"title",right:"timeGridDay,timeGridWeek,dayGridMonth,listMonth"},events:m,selectHelper:!0,locale:l,eventLimit:3,defaultView:s,eventRender:function(e){var a=t(e.el),o=e.event;moment.locale(l),void 0!==o.extendedProps.eventHasComplete&&"yes"===o.extendedProps.eventHasComplete&&(a.find("div.fc-content .fc-title").addClass("eael-event-completed"),a.find("td.fc-list-item-title").addClass("eael-event-completed")),i.today=e.event._calendar.dateEnv.locale.options.buttonText.today,a.attr("href","javascript:void(0);"),a.click((function(e){e.preventDefault(),e.stopPropagation();var a=o.start,n=c?"H:mm":"h:mm A",m=o.end,d=t("span.eaelec-event-date-start"),l=t("span.eaelec-event-date-end");"yes"===o.allDay&&(m=moment(m).subtract(1,"days")._d,n=" ");var s=moment(a).format("YYYY"),f=moment(m).format("YYYY"),Y=f>s,u="",D="";d.html(" "),l.html(" "),r.addClass("eael-ec-popup-ready").removeClass("eael-ec-modal-removing"),"yes"===o.allDay&&moment(a).format("MM-DD-YYYY")===moment(m).format("MM-DD-YYYY")?(u=moment(a).format("MMM Do"),!0===moment(a).isSame(Date.now(),"day")?u=i.today:moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(u=i.tomorrow)):(!0===moment(o.start).isSame(Date.now(),"day")&&(u=i.today+" "+moment(o.start).format(n)),moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(u=i.tomorrow+" "+moment(o.start).format(n)),(moment(a).format("MM-DD-YYYY")<moment(new Date).format("MM-DD-YYYY")||moment(a).format("MM-DD-YYYY")>moment(new Date).add(1,"days").format("MM-DD-YYYY"))&&(u=moment(o.start).format("MMM Do "+n)),u=Y?s+" "+u:u,!0===moment(m).isSame(Date.now(),"day")&&(D=!0!==moment(a).isSame(Date.now(),"day")?i.today+" "+moment(m).format(n):moment(m).format(n)),moment(a).format("MM-DD-YYYY")!==moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(m).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(D=i.tomorrow+" "+moment(m).format(n)),moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(m).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(D=moment(m).format(n)),moment(m).diff(moment(a),"days")>0&&l.text().trim().length<1&&(D=moment(m).format("MMM Do "+n)),moment(a).format("MM-DD-YYYY")===moment(m).format("MM-DD-YYYY")&&(D=moment(m).format(n)),D=Y?f+" "+D:D),void 0!==o.extendedProps.hideEndDate&&"yes"===o.extendedProps.hideEndDate?l.html(" "):l.html(""!=D?"- "+D:""),d.html('<i class="eicon-calendar"></i> '+u),t(".eaelec-modal-header h2").html(o.title),t(".eaelec-modal-body p").html(o.extendedProps.description),o.extendedProps.description.length<1?t(".eaelec-modal-body").css("height","auto"):t(".eaelec-modal-body").css("height","300px"),t(".eaelec-modal-footer a").attr("href",o.url),"on"===o.extendedProps.external&&t(".eaelec-modal-footer a").attr("target","_blank"),"on"===o.extendedProps.nofollow&&t(".eaelec-modal-footer a").attr("rel","nofollow"),""==o.url&&t(".eaelec-modal-footer a").css("display","none"),t(".eaelec-modal-header").css("border-left","5px solid "+o.borderColor)}))}});n.on("click",(function(e){e.stopPropagation(),r.addClass("eael-ec-modal-removing").removeClass("eael-ec-popup-ready")})),t(document).on("click",(function(e){e.target.closest(".eaelec-modal-content")||r.hasClass("eael-ec-popup-ready")&&r.addClass("eael-ec-modal-removing").removeClass("eael-ec-popup-ready")})),f.render(),ea.hooks.addAction("eventCalendar.reinit","ea",(function(){f.today()}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-event-calendar.default",a)}))}});
|
assets/front-end/js/view/general.js
CHANGED
@@ -310,7 +310,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/**\n * Validate a namespace
|
|
310 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
311 |
|
312 |
"use strict";
|
313 |
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _wordpress_hooks__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/hooks */ \"./node_modules/@wordpress/hooks/build-module/index.js\");\n\nwindow.isEditMode = false;\nwindow.ea = {\n hooks: Object(_wordpress_hooks__WEBPACK_IMPORTED_MODULE_0__[\"createHooks\"])(),\n isEditMode: false\n};\njQuery(window).on(\"elementor/frontend/init\", function () {\n window.isEditMode = elementorFrontend.isEditMode();\n window.ea.isEditMode = elementorFrontend.isEditMode(); // hooks\n\n ea.hooks.doAction(\"init\"); // init edit mode hook\n\n if (ea.isEditMode) {\n ea.hooks.doAction(\"editMode.init\");\n }\n});\n\n//# sourceURL=webpack:///./src/js/view/general.js?");
|
314 |
|
315 |
/***/ })
|
316 |
|
310 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
311 |
|
312 |
"use strict";
|
313 |
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _wordpress_hooks__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/hooks */ \"./node_modules/@wordpress/hooks/build-module/index.js\");\n\nwindow.isEditMode = false;\nwindow.ea = {\n hooks: Object(_wordpress_hooks__WEBPACK_IMPORTED_MODULE_0__[\"createHooks\"])(),\n isEditMode: false\n};\nea.hooks.addAction(\"widgets.reinit\", \"ea\", function ($content) {\n var filterGallery = jQuery(\".eael-filter-gallery-container\", $content);\n var postGridGallery = jQuery(\".eael-post-grid:not(.eael-post-carousel)\", $content);\n var twitterfeedGallery = jQuery(\".eael-twitter-feed-masonry\", $content);\n var instaGallery = jQuery(\".eael-instafeed\", $content);\n var paGallery = jQuery(\".premium-gallery-container\", $content);\n var eventCalendar = jQuery(\".eael-event-calendar-cls\", $content);\n var testimonialSlider = jQuery(\".eael-testimonial-slider\", $content);\n var teamMemberCarousel = jQuery(\".eael-tm-carousel\", $content);\n var postCarousel = jQuery(\".eael-post-carousel:not(.eael-post-grid)\", $content);\n var logoCarousel = jQuery(\".eael-logo-carousel\", $content);\n var twitterCarousel = jQuery(\".eael-twitter-feed-carousel\", $content);\n\n if (filterGallery.length) {\n filterGallery.isotope(\"layout\");\n }\n\n if (postGridGallery.length) {\n postGridGallery.isotope(\"layout\");\n }\n\n if (twitterfeedGallery.length) {\n twitterfeedGallery.isotope(\"layout\");\n }\n\n if (instaGallery.length) {\n instaGallery.isotope(\"layout\");\n }\n\n if (paGallery.length) {\n paGallery.isotope(\"layout\");\n }\n\n if (eventCalendar.length) {\n ea.hooks.doAction(\"eventCalendar.reinit\");\n }\n\n if (testimonialSlider.length) {\n ea.hooks.doAction(\"testimonialSlider.reinit\");\n }\n\n if (teamMemberCarousel.length) {\n ea.hooks.doAction(\"teamMemberCarousel.reinit\");\n }\n\n if (postCarousel.length) {\n ea.hooks.doAction(\"postCarousel.reinit\");\n }\n\n if (logoCarousel.length) {\n ea.hooks.doAction(\"logoCarousel.reinit\");\n }\n\n if (twitterCarousel.length) {\n ea.hooks.doAction(\"twitterCarousel.reinit\");\n }\n});\njQuery(window).on(\"elementor/frontend/init\", function () {\n window.isEditMode = elementorFrontend.isEditMode();\n window.ea.isEditMode = elementorFrontend.isEditMode(); // hooks\n\n ea.hooks.doAction(\"init\"); // init edit mode hook\n\n if (ea.isEditMode) {\n ea.hooks.doAction(\"editMode.init\");\n }\n});\n\n//# sourceURL=webpack:///./src/js/view/general.js?");
|
314 |
|
315 |
/***/ })
|
316 |
|
assets/front-end/js/view/general.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var
|
1 |
+
!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=78)}({78:function(e,t,n){"use strict";n.r(t);var r=function(e){return"string"!=typeof e||""===e?(console.error("The namespace must be a non-empty string."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.\-\/]*$/.test(e)||(console.error("The namespace can only contain numbers, letters, dashes, periods, underscores and slashes."),!1)};var o=function(e){return"string"!=typeof e||""===e?(console.error("The hook name must be a non-empty string."),!1):/^__/.test(e)?(console.error("The hook name cannot begin with `__`."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(e)||(console.error("The hook name can only contain numbers, letters, dashes, periods and underscores."),!1)};var i=function(e,t){return function(n,i,s){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10,l=e[t];if(o(n)&&r(i))if("function"==typeof s)if("number"==typeof a){var c={callback:s,priority:a,namespace:i};if(l[n]){var u,d=l[n].handlers;for(u=d.length;u>0&&!(a>=d[u-1].priority);u--);u===d.length?d[u]=c:d.splice(u,0,c),l.__current.forEach((function(e){e.name===n&&e.currentIndex>=u&&e.currentIndex++}))}else l[n]={handlers:[c],runs:0};"hookAdded"!==n&&e.doAction("hookAdded",n,i,s,a)}else console.error("If specified, the hook priority must be a number.");else console.error("The hook callback must be a function.")}};var s=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(i,s){var a=e[t];if(o(i)&&(n||r(s))){if(!a[i])return 0;var l=0;if(n)l=a[i].handlers.length,a[i]={runs:a[i].runs,handlers:[]};else for(var c=a[i].handlers,u=function(e){c[e].namespace===s&&(c.splice(e,1),l++,a.__current.forEach((function(t){t.name===i&&t.currentIndex>=e&&t.currentIndex--})))},d=c.length-1;d>=0;d--)u(d);return"hookRemoved"!==i&&e.doAction("hookRemoved",i,s),l}}};var a=function(e,t){return function(n,r){var o=e[t];return void 0!==r?n in o&&o[n].handlers.some((function(e){return e.namespace===r})):n in o}};var l=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(r){var o=e[t];o[r]||(o[r]={handlers:[],runs:0}),o[r].runs++;var i=o[r].handlers;for(var s=arguments.length,a=new Array(s>1?s-1:0),l=1;l<s;l++)a[l-1]=arguments[l];if(!i||!i.length)return n?a[0]:void 0;var c={name:r,currentIndex:0};for(o.__current.push(c);c.currentIndex<i.length;){var u=i[c.currentIndex],d=u.callback.apply(null,a);n&&(a[0]=d),c.currentIndex++}return o.__current.pop(),n?a[0]:void 0}};var c=function(e,t){return function(){var n,r,o=e[t];return null!==(n=null===(r=o.__current[o.__current.length-1])||void 0===r?void 0:r.name)&&void 0!==n?n:null}};var u=function(e,t){return function(n){var r=e[t];return void 0===n?void 0!==r.__current[0]:!!r.__current[0]&&n===r.__current[0].name}};var d=function(e,t){return function(n){var r=e[t];if(o(n))return r[n]&&r[n].runs?r[n].runs:0}},h=function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.actions=Object.create(null),this.actions.__current=[],this.filters=Object.create(null),this.filters.__current=[],this.addAction=i(this,"actions"),this.addFilter=i(this,"filters"),this.removeAction=s(this,"actions"),this.removeFilter=s(this,"filters"),this.hasAction=a(this,"actions"),this.hasFilter=a(this,"filters"),this.removeAllActions=s(this,"actions",!0),this.removeAllFilters=s(this,"filters",!0),this.doAction=l(this,"actions"),this.applyFilters=l(this,"filters",!0),this.currentAction=c(this,"actions"),this.currentFilter=c(this,"filters"),this.doingAction=u(this,"actions"),this.doingFilter=u(this,"filters"),this.didAction=d(this,"actions"),this.didFilter=d(this,"filters")};var f=function(){return new h},v=f();v.addAction,v.addFilter,v.removeAction,v.removeFilter,v.hasAction,v.hasFilter,v.removeAllActions,v.removeAllFilters,v.doAction,v.applyFilters,v.currentAction,v.currentFilter,v.doingAction,v.doingFilter,v.didAction,v.didFilter,v.actions,v.filters;window.isEditMode=!1,window.ea={hooks:f(),isEditMode:!1},ea.hooks.addAction("widgets.reinit","ea",(function(e){var t=jQuery(".eael-filter-gallery-container",e),n=jQuery(".eael-post-grid:not(.eael-post-carousel)",e),r=jQuery(".eael-twitter-feed-masonry",e),o=jQuery(".eael-instafeed",e),i=jQuery(".premium-gallery-container",e),s=jQuery(".eael-event-calendar-cls",e),a=jQuery(".eael-testimonial-slider",e),l=jQuery(".eael-tm-carousel",e),c=jQuery(".eael-post-carousel:not(.eael-post-grid)",e),u=jQuery(".eael-logo-carousel",e),d=jQuery(".eael-twitter-feed-carousel",e);t.length&&t.isotope("layout"),n.length&&n.isotope("layout"),r.length&&r.isotope("layout"),o.length&&o.isotope("layout"),i.length&&i.isotope("layout"),s.length&&ea.hooks.doAction("eventCalendar.reinit"),a.length&&ea.hooks.doAction("testimonialSlider.reinit"),l.length&&ea.hooks.doAction("teamMemberCarousel.reinit"),c.length&&ea.hooks.doAction("postCarousel.reinit"),u.length&&ea.hooks.doAction("logoCarousel.reinit"),d.length&&ea.hooks.doAction("twitterCarousel.reinit")})),jQuery(window).on("elementor/frontend/init",(function(){window.isEditMode=elementorFrontend.isEditMode(),window.ea.isEditMode=elementorFrontend.isEditMode(),ea.hooks.doAction("init"),ea.isEditMode&&ea.hooks.doAction("editMode.init")}))}});
|
assets/front-end/js/view/product-grid.js
CHANGED
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nea.hooks.addAction(\"init\", \"ea\", function () {\n var productGrid = function productGrid($scope, $) {\n var $wrap = $scope.find(\"#eael-product-grid\"); // cache wrapper\n\n var widgetId = $wrap.data(\"widget-id\");\n var pageId = $wrap.data(\"page-id\");\n var nonce = $wrap.data(\"nonce\");\n var overlay = document.createElement(\"div\");\n overlay.classList.add(\"wcpc-overlay\");\n overlay.setAttribute(\"id\", \"wcpc-overlay\");\n var body = document.getElementsByTagName(\"body\")[0];\n body.appendChild(overlay);\n var overlayNode = document.getElementById(\"wcpc-overlay\");\n var $doc = $(document);\n var loader = false;\n var compareBtn = false;\n var hasCompareIcon = false;\n var compareBtnSpan = false;\n var requestType = false; // compare | remove\n\n var iconBeforeCompare = '<i class=\"fas fa-exchange-alt\"></i>';\n var iconAfterCompare = '<i class=\"fas fa-check-circle\"></i>';\n var modalTemplate = \"\\n <div class=\\\"eael-wcpc-modal\\\">\\n <i title=\\\"Close\\\" class=\\\"close-modal far fa-times-circle\\\"></i>\\n <div class=\\\"modal__content\\\" id=\\\"eael_modal_content\\\">\\n </div>\\n </div>\\n \";\n $(body).append(modalTemplate);\n var $modalContentWraper = $(\"#eael_modal_content\");\n var modal = document.getElementsByClassName(\"eael-wcpc-modal\")[0];\n var ajaxData = [{\n name: \"action\",\n value: \"eael_product_grid\"\n }, {\n name: \"widget_id\",\n value: widgetId\n }, {\n name: \"page_id\",\n value: pageId\n }, {\n name: \"nonce\",\n value: nonce\n }];\n\n var sendData = function sendData(ajaxData, successCb, errorCb, beforeCb, completeCb) {\n $.ajax({\n url: localize.ajaxurl,\n type: \"POST\",\n dataType: \"json\",\n data: ajaxData,\n beforeSend: beforeCb,\n success: successCb,\n error: errorCb,\n complete: completeCb\n });\n };\n\n $doc.on(\"click\", \".eael-wc-compare\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n requestType = \"compare\";\n compareBtn = $(this);\n compareBtnSpan = compareBtn.find(\".eael-wc-compare-text\");\n\n if (!compareBtnSpan.length) {\n hasCompareIcon = compareBtn.hasClass(\"eael-wc-compare-icon\");\n }\n\n if (!hasCompareIcon) {\n loader = compareBtn.find(\".eael-wc-compare-loader\");\n loader.show();\n }\n\n var product_id = compareBtn.data(\"product-id\");\n var oldProductIds = localStorage.getItem('productIds');\n\n if (oldProductIds) {\n oldProductIds = JSON.parse(oldProductIds);\n oldProductIds.push(product_id);\n } else {\n oldProductIds = [product_id];\n }\n\n ajaxData.push({\n name: \"product_id\",\n value: compareBtn.data(\"product-id\")\n });\n ajaxData.push({\n name: \"product_ids\",\n value: JSON.stringify(oldProductIds)\n });\n sendData(ajaxData, handleSuccess, handleError);\n });\n $doc.on(\"click\", \".close-modal\", function (e) {\n modal.style.visibility = \"hidden\";\n modal.style.opacity = \"0\";\n overlayNode.style.visibility = \"hidden\";\n overlayNode.style.opacity = \"0\";\n });\n $doc.on(\"click\", \".eael-wc-remove\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n var $rBtn = $(this);\n var productId = $rBtn.data(\"product-id\");\n $rBtn.addClass(\"disable\");\n $rBtn.prop(\"disabled\", true); // prevent additional ajax request\n\n var oldProductIds = localStorage.getItem('productIds');\n\n if (oldProductIds) {\n oldProductIds = JSON.parse(oldProductIds);\n oldProductIds.push(productId);\n } else {\n oldProductIds = [productId];\n }\n\n var rmData = Array.from(ajaxData);\n rmData.push({\n name: \"product_id\",\n value: productId\n });\n rmData.push({\n name: \"remove_product\",\n value: 1\n });\n rmData.push({\n name: \"product_ids\",\n value: JSON.stringify(oldProductIds)\n });\n requestType = \"remove\";\n var compareBtn = $('button[data-product-id=\"' + productId + '\"]');\n compareBtnSpan = compareBtn.find(\".eael-wc-compare-text\");\n\n if (!compareBtnSpan.length) {\n hasCompareIcon = compareBtn.hasClass(\"eael-wc-compare-icon\");\n }\n\n sendData(rmData, handleSuccess, handleError);\n });\n\n function handleSuccess(data) {\n var success = data && data.success;\n\n if (success) {\n $modalContentWraper.html(data.data.compare_table);\n modal.style.visibility = \"visible\";\n modal.style.opacity = \"1\";\n overlayNode.style.visibility = \"visible\";\n overlayNode.style.opacity = \"1\";\n localStorage.setItem('productIds', JSON.stringify(data.data.product_ids));\n }\n\n if (loader) {\n loader.hide();\n }\n\n if (\"compare\" === requestType) {\n if (compareBtnSpan && compareBtnSpan.length) {\n compareBtnSpan.text(localize.i18n.added);\n } else if (hasCompareIcon) {\n compareBtn.html(iconAfterCompare);\n }\n }\n\n if (\"remove\" === requestType) {\n if (compareBtnSpan && compareBtnSpan.length) {\n compareBtnSpan.text(localize.i18n.compare);\n } else if (hasCompareIcon) {\n compareBtn.html(iconBeforeCompare);\n }\n }\n }\n\n function handleError(xhr, err) {\n console.log(err.toString());\n } // pagination\n\n\n $(\".eael-woo-pagination\", $scope).on(\"click\", \"a\", function (e) {\n e.preventDefault();\n var $this = $(this),\n nth = $this.data(\"pnumber\"),\n lmt = $this.data(\"plimit\"),\n ajax_url = localize.ajaxurl,\n args = $this.data(\"args\"),\n settings = $this.data(\"settings\"),\n widgetid = $this.data(\"widgetid\"),\n widgetclass = \".elementor-element-\" + widgetid,\n template_info = $this.data(\"template\");\n $.ajax({\n url: ajax_url,\n type: \"post\",\n data: {\n action: \"woo_product_pagination_product\",\n number: nth,\n limit: lmt,\n args: args,\n templateInfo: template_info,\n settings: settings\n },\n beforeSend: function beforeSend() {\n $(widgetclass).addClass(\"eael-product-loader\");\n },\n success: function success(response) {\n $(widgetclass + \" .eael-product-grid .products\").html(response);\n $(widgetclass + \" .woocommerce-product-gallery\").each(function () {\n $(this).wc_product_gallery();\n });\n $('html, body').animate({\n scrollTop: $(widgetclass + \" .eael-product-grid\").offset().top - 50\n }, 500);\n },\n complete: function complete() {\n $(widgetclass).removeClass(\"eael-product-loader\");\n }\n });\n $.ajax({\n url: ajax_url,\n type: \"post\",\n data: {\n action: \"woo_product_pagination\",\n number: nth,\n limit: lmt,\n args: args,\n settings: settings\n },\n // beforeSend\t: function(){\n // \t$(widgetclass+\" .eael-product-grid .products\").html(\"<li style='text-align:center;'>Loading please \" +\n // \t\t\"wait...!</li>\");\n // },\n success: function success(response) {\n $(widgetclass + \" .eael-product-grid .eael-woo-pagination\").html(response);\n $('html, body').animate({\n scrollTop: $(widgetclass + \" .eael-product-grid\").offset().top - 50\n }, 500);\n }\n });\n });\n $scope.on(\"click\", \".eael-product-grid-open-popup\", function (e) {\n e.preventDefault();\n e.stopPropagation();\n var $this = $(this);\n var quickview_setting = $this.data('quickview-setting');\n var popup_view = $(\".eael-woocommerce-popup-view\");\n popup_view.find(\".eael-popup-details-render\").html('<div class=\"eael-preloader\"></div>');\n popup_view.addClass(\"eael-product-popup-ready\").removeClass(\"eael-product-modal-removing\");\n popup_view.show();\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: _objectSpread(_objectSpread({\n action: \"eael_product_quickview_popup\"\n }, quickview_setting), {}, {\n security: localize.nonce\n }),\n success: function success(response) {\n if (response.success) {\n var product_preview = $(response.data);\n var popup_details = product_preview.children(\".eael-product-popup-details\");\n popup_details.find(\".variations_form\").wc_variation_form();\n var popup_view_render = popup_view.find(\".eael-popup-details-render\");\n popup_view.find(\".eael-popup-details-render\").html(popup_details);\n var product_gallery = popup_view.find(\".woocommerce-product-gallery\");\n product_gallery.css(\"opacity\", 1);\n popup_view_render.addClass(\"elementor-\" + quickview_setting.page_id);\n popup_view_render.children().addClass(\"elementor-element elementor-element-\" + quickview_setting.widget_id);\n\n if (popup_details.height() > 400) {\n popup_details.css(\"height\", \"75vh\");\n } else {\n popup_details.css(\"height\", \"auto\");\n }\n\n setTimeout(function () {\n product_gallery.wc_product_gallery();\n }, 1000);\n }\n }\n });\n });\n $(document).on(\"keypress\", \".eael-product-details-wrap input[type=number]\", function (e) {\n var keyValue = e.keyCode || e.which;\n var regex = /^[0-9]+$/;\n var isValid = regex.test(String.fromCharCode(keyValue));\n\n if (!isValid) {\n return false;\n }\n\n return isValid;\n }); // handle add to cart for quick view\n\n $(document).on(\"click\", \".eael-woo-slider-popup .single_add_to_cart_button\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n var $this = $(this),\n product_id = $(this).val(),\n variation_id = $this.closest(\"form.cart\").find('input[name=\"variation_id\"]').val() || \"\",\n quantity = $this.closest(\"form.cart\").find('input[name=\"quantity\"]').val(),\n items = $this.closest(\"form.cart.grouped_form\"),\n form = $this.closest(\"form.cart\"),\n product_data = [];\n items = items.serializeArray();\n\n if (form.hasClass(\"variations_form\")) {\n product_id = form.find('input[name=\"product_id\"]').val();\n }\n\n if (items.length > 0) {\n items.forEach(function (item, index) {\n var p_id = parseInt(item.name.replace(/[^\\d.]/g, \"\"), 10);\n\n if (item.name.indexOf(\"quantity[\") >= 0 && item.value != \"\" && p_id > 0) {\n product_data[product_data.length] = {\n product_id: p_id,\n quantity: item.value,\n variation_id: 0\n };\n }\n });\n } else {\n product_data[0] = {\n product_id: product_id,\n quantity: quantity,\n variation_id: variation_id\n };\n }\n\n $this.removeClass(\"eael-addtocart-added\");\n $this.addClass(\"eael-addtocart-loading\");\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: {\n action: \"eael_product_add_to_cart\",\n product_data: product_data,\n eael_add_to_cart_nonce: localize.nonce,\n cart_item_data: form.serializeArray()\n },\n success: function success(response) {\n if (response.success) {\n $(document.body).trigger(\"wc_fragment_refresh\");\n $this.removeClass(\"eael-addtocart-loading\");\n $this.addClass(\"eael-addtocart-added\");\n }\n }\n });\n });\n $(document).on(\"click\", \".eael-product-popup-close\", function (event) {\n event.stopPropagation();\n $(\".eael-product-popup\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n });\n $(document).on(\"click\", function (event) {\n if (event.target.closest(\".eael-product-popup-details\")) return;\n $(\".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n });\n\n if (isEditMode) {\n $(\".eael-product-image-wrap .woocommerce-product-gallery\").css(\"opacity\", \"1\");\n }\n };\n\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eicon-woocommerce.default\", productGrid);\n});\n\n//# sourceURL=webpack:///./src/js/view/product-grid.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nea.hooks.addAction(\"init\", \"ea\", function () {\n var productGrid = function productGrid($scope, $) {\n var $wrap = $scope.find(\"#eael-product-grid\"); // cache wrapper\n\n var widgetId = $wrap.data(\"widget-id\");\n var pageId = $wrap.data(\"page-id\");\n var nonce = $wrap.data(\"nonce\");\n var overlay = document.createElement(\"div\");\n overlay.classList.add(\"wcpc-overlay\");\n overlay.setAttribute(\"id\", \"wcpc-overlay\");\n var body = document.getElementsByTagName(\"body\")[0];\n body.appendChild(overlay);\n var overlayNode = document.getElementById(\"wcpc-overlay\");\n var $doc = $(document);\n var loader = false;\n var compareBtn = false;\n var hasCompareIcon = false;\n var compareBtnSpan = false;\n var requestType = false; // compare | remove\n\n var iconBeforeCompare = '<i class=\"fas fa-exchange-alt\"></i>';\n var iconAfterCompare = '<i class=\"fas fa-check-circle\"></i>';\n var modalTemplate = \"\\n <div class=\\\"eael-wcpc-modal\\\">\\n <i title=\\\"Close\\\" class=\\\"close-modal far fa-times-circle\\\"></i>\\n <div class=\\\"modal__content\\\" id=\\\"eael_modal_content\\\">\\n </div>\\n </div>\\n \";\n $(body).append(modalTemplate);\n var $modalContentWraper = $(\"#eael_modal_content\");\n var modal = document.getElementsByClassName(\"eael-wcpc-modal\")[0];\n var ajaxData = [{\n name: \"action\",\n value: \"eael_product_grid\"\n }, {\n name: \"widget_id\",\n value: widgetId\n }, {\n name: \"page_id\",\n value: pageId\n }, {\n name: \"nonce\",\n value: nonce\n }];\n\n var sendData = function sendData(ajaxData, successCb, errorCb, beforeCb, completeCb) {\n $.ajax({\n url: localize.ajaxurl,\n type: \"POST\",\n dataType: \"json\",\n data: ajaxData,\n beforeSend: beforeCb,\n success: successCb,\n error: errorCb,\n complete: completeCb\n });\n };\n\n $doc.on(\"click\", \".eael-wc-compare\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n requestType = \"compare\";\n compareBtn = $(this);\n compareBtnSpan = compareBtn.find(\".eael-wc-compare-text\");\n\n if (!compareBtnSpan.length) {\n hasCompareIcon = compareBtn.hasClass(\"eael-wc-compare-icon\");\n }\n\n if (!hasCompareIcon) {\n loader = compareBtn.find(\".eael-wc-compare-loader\");\n loader.show();\n }\n\n var product_id = compareBtn.data(\"product-id\");\n var oldProductIds = localStorage.getItem('productIds');\n\n if (oldProductIds) {\n oldProductIds = JSON.parse(oldProductIds);\n oldProductIds.push(product_id);\n } else {\n oldProductIds = [product_id];\n }\n\n ajaxData.push({\n name: \"product_id\",\n value: compareBtn.data(\"product-id\")\n });\n ajaxData.push({\n name: \"product_ids\",\n value: JSON.stringify(oldProductIds)\n });\n sendData(ajaxData, handleSuccess, handleError);\n });\n $doc.on(\"click\", \".close-modal\", function (e) {\n modal.style.visibility = \"hidden\";\n modal.style.opacity = \"0\";\n overlayNode.style.visibility = \"hidden\";\n overlayNode.style.opacity = \"0\";\n });\n $doc.on(\"click\", \".eael-wc-remove\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n var $rBtn = $(this);\n var productId = $rBtn.data(\"product-id\");\n $rBtn.addClass(\"disable\");\n $rBtn.prop(\"disabled\", true); // prevent additional ajax request\n\n var oldProductIds = localStorage.getItem('productIds');\n\n if (oldProductIds) {\n oldProductIds = JSON.parse(oldProductIds);\n oldProductIds.push(productId);\n } else {\n oldProductIds = [productId];\n }\n\n var rmData = Array.from(ajaxData);\n rmData.push({\n name: \"product_id\",\n value: productId\n });\n rmData.push({\n name: \"remove_product\",\n value: 1\n });\n rmData.push({\n name: \"product_ids\",\n value: JSON.stringify(oldProductIds)\n });\n requestType = \"remove\";\n var compareBtn = $('button[data-product-id=\"' + productId + '\"]');\n compareBtnSpan = compareBtn.find(\".eael-wc-compare-text\");\n\n if (!compareBtnSpan.length) {\n hasCompareIcon = compareBtn.hasClass(\"eael-wc-compare-icon\");\n }\n\n sendData(rmData, handleSuccess, handleError);\n });\n\n function handleSuccess(data) {\n var success = data && data.success;\n\n if (success) {\n $modalContentWraper.html(data.data.compare_table);\n modal.style.visibility = \"visible\";\n modal.style.opacity = \"1\";\n overlayNode.style.visibility = \"visible\";\n overlayNode.style.opacity = \"1\";\n localStorage.setItem('productIds', JSON.stringify(data.data.product_ids));\n }\n\n if (loader) {\n loader.hide();\n }\n\n if (\"compare\" === requestType) {\n if (compareBtnSpan && compareBtnSpan.length) {\n compareBtnSpan.text(localize.i18n.added);\n } else if (hasCompareIcon) {\n compareBtn.html(iconAfterCompare);\n }\n }\n\n if (\"remove\" === requestType) {\n if (compareBtnSpan && compareBtnSpan.length) {\n compareBtnSpan.text(localize.i18n.compare);\n } else if (hasCompareIcon) {\n compareBtn.html(iconBeforeCompare);\n }\n }\n }\n\n function handleError(xhr, err) {\n console.log(err.toString());\n } // pagination\n\n\n $(\".eael-woo-pagination\", $scope).on(\"click\", \"a\", function (e) {\n e.preventDefault();\n var $this = $(this),\n nth = $this.data(\"pnumber\"),\n lmt = $this.data(\"plimit\"),\n ajax_url = localize.ajaxurl,\n args = $this.data(\"args\"),\n settings = $this.data(\"settings\"),\n widgetid = $this.data(\"widgetid\"),\n widgetclass = \".elementor-element-\" + widgetid,\n template_info = $this.data(\"template\");\n $.ajax({\n url: ajax_url,\n type: \"post\",\n data: {\n action: \"woo_product_pagination_product\",\n number: nth,\n limit: lmt,\n args: args,\n templateInfo: template_info,\n settings: settings\n },\n beforeSend: function beforeSend() {\n $(widgetclass).addClass(\"eael-product-loader\");\n },\n success: function success(response) {\n $(widgetclass + \" .eael-product-grid .products\").html(response);\n $(widgetclass + \" .woocommerce-product-gallery\").each(function () {\n $(this).wc_product_gallery();\n });\n $('html, body').animate({\n scrollTop: $(widgetclass + \" .eael-product-grid\").offset().top - 50\n }, 500);\n },\n complete: function complete() {\n $(widgetclass).removeClass(\"eael-product-loader\");\n }\n });\n $.ajax({\n url: ajax_url,\n type: \"post\",\n data: {\n action: \"woo_product_pagination\",\n number: nth,\n limit: lmt,\n args: args,\n settings: settings\n },\n // beforeSend\t: function(){\n // \t$(widgetclass+\" .eael-product-grid .products\").html(\"<li style='text-align:center;'>Loading please \" +\n // \t\t\"wait...!</li>\");\n // },\n success: function success(response) {\n $(widgetclass + \" .eael-product-grid .eael-woo-pagination\").html(response);\n $('html, body').animate({\n scrollTop: $(widgetclass + \" .eael-product-grid\").offset().top - 50\n }, 500);\n }\n });\n });\n $scope.on(\"click\", \".eael-product-grid-open-popup\", function (e) {\n e.preventDefault();\n e.stopPropagation();\n var $this = $(this);\n var quickview_setting = $this.data('quickview-setting');\n var popup_view = $(\".eael-woocommerce-popup-view\");\n popup_view.find(\".eael-popup-details-render\").html('<div class=\"eael-preloader\"></div>');\n popup_view.addClass(\"eael-product-popup-ready\").removeClass(\"eael-product-modal-removing\");\n popup_view.show();\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: _objectSpread(_objectSpread({\n action: \"eael_product_quickview_popup\"\n }, quickview_setting), {}, {\n security: localize.nonce\n }),\n success: function success(response) {\n if (response.success) {\n var product_preview = $(response.data);\n var popup_details = product_preview.children(\".eael-product-popup-details\");\n popup_details.find(\".variations_form\").wc_variation_form();\n var popup_view_render = popup_view.find(\".eael-popup-details-render\");\n popup_view.find(\".eael-popup-details-render\").html(popup_details);\n var product_gallery = popup_view.find(\".woocommerce-product-gallery\");\n product_gallery.css(\"opacity\", 1);\n popup_view_render.addClass(\"elementor-\" + quickview_setting.page_id);\n popup_view_render.children().addClass(\"elementor-element elementor-element-\" + quickview_setting.widget_id);\n\n if (popup_details.height() > 400) {\n popup_details.css(\"height\", \"75vh\");\n } else {\n popup_details.css(\"height\", \"auto\");\n }\n\n setTimeout(function () {\n product_gallery.wc_product_gallery();\n }, 1000);\n }\n }\n });\n });\n $(document).on(\"keypress\", \".eael-product-details-wrap input[type=number]\", function (e) {\n var keyValue = e.keyCode || e.which;\n var regex = /^[0-9]+$/;\n var isValid = regex.test(String.fromCharCode(keyValue));\n\n if (!isValid) {\n return false;\n }\n\n return isValid;\n }); // handle add to cart for quick view\n\n $(document).on(\"click\", \".eael-woo-slider-popup .single_add_to_cart_button\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n var $this = $(this),\n product_id = $(this).val(),\n variation_id = $this.closest(\"form.cart\").find('input[name=\"variation_id\"]').val() || \"\",\n quantity = $this.closest(\"form.cart\").find('input[name=\"quantity\"]').val(),\n items = $this.closest(\"form.cart.grouped_form\"),\n form = $this.closest(\"form.cart\"),\n product_data = [];\n items = items.serializeArray();\n\n if (form.hasClass(\"variations_form\")) {\n product_id = form.find('input[name=\"product_id\"]').val();\n }\n\n if (items.length > 0) {\n items.forEach(function (item, index) {\n var p_id = parseInt(item.name.replace(/[^\\d.]/g, \"\"), 10);\n\n if (item.name.indexOf(\"quantity[\") >= 0 && item.value != \"\" && p_id > 0) {\n product_data[product_data.length] = {\n product_id: p_id,\n quantity: item.value,\n variation_id: 0\n };\n }\n });\n } else {\n product_data[0] = {\n product_id: product_id,\n quantity: quantity,\n variation_id: variation_id\n };\n }\n\n $this.removeClass(\"eael-addtocart-added\");\n $this.addClass(\"eael-addtocart-loading\");\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: {\n action: \"eael_product_add_to_cart\",\n product_data: product_data,\n eael_add_to_cart_nonce: localize.nonce,\n cart_item_data: form.serializeArray()\n },\n success: function success(response) {\n if (response.success) {\n $(document.body).trigger(\"wc_fragment_refresh\");\n $this.removeClass(\"eael-addtocart-loading\");\n $this.addClass(\"eael-addtocart-added\");\n }\n }\n });\n });\n $(document).on(\"click\", \".eael-product-popup-close\", function (event) {\n event.stopPropagation();\n $(\".eael-product-popup\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n });\n $(document).on(\"click\", function (event) {\n if (event.target.closest(\".eael-product-popup-details\")) return;\n $(\".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n });\n\n if (isEditMode) {\n $(\".eael-product-image-wrap .woocommerce-product-gallery\").css(\"opacity\", \"1\");\n }\n\n var eael_popup = $(document).find(\".eael-woocommerce-popup-view\");\n\n if (eael_popup.length < 1) {\n eael_add_popup();\n }\n\n function eael_add_popup() {\n var markup = \"<div style=\\\"display: none\\\" class=\\\"eael-woocommerce-popup-view eael-product-popup eael-product-zoom-in woocommerce\\\">\\n <div class=\\\"eael-product-modal-bg\\\"></div>\\n <div class=\\\"eael-popup-details-render eael-woo-slider-popup\\\"><div class=\\\"eael-preloader\\\"></div></div>\\n </div>\";\n $(\"body\").append(markup);\n }\n };\n\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eicon-woocommerce.default\", productGrid);\n});\n\n//# sourceURL=webpack:///./src/js/view/product-grid.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
assets/front-end/js/view/product-grid.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function a(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(o,r,function(t){return e[t]}.bind(null,r));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=16)}({16:function(e,t){function a(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,o)}return a}function o(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?a(Object(o),!0).forEach((function(t){r(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):a(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eicon-woocommerce.default",(function(e,t){var a=e.find("#eael-product-grid"),r=a.data("widget-id"),n=a.data("page-id"),i=a.data("nonce"),c=document.createElement("div");c.classList.add("wcpc-overlay"),c.setAttribute("id","wcpc-overlay");var l=document.getElementsByTagName("body")[0];l.appendChild(c);var d=document.getElementById("wcpc-overlay"),p=t(document),s=!1,u=!1,m=!1,f=!1,v=!1;t(l).append('\n <div class="eael-wcpc-modal">\n <i title="Close" class="close-modal far fa-times-circle"></i>\n <div class="modal__content" id="eael_modal_content">\n </div>\n </div>\n ');var g=t("#eael_modal_content"),y=document.getElementsByClassName("eael-wcpc-modal")[0],_=[{name:"action",value:"eael_product_grid"},{name:"widget_id",value:r},{name:"page_id",value:n},{name:"nonce",value:i}],h=function(e,a,o,r,n){t.ajax({url:localize.ajaxurl,type:"POST",dataType:"json",data:e,beforeSend:r,success:a,error:o,complete:n})};function b(e){e&&e.success&&(g.html(e.data.compare_table),y.style.visibility="visible",y.style.opacity="1",d.style.visibility="visible",d.style.opacity="1",localStorage.setItem("productIds",JSON.stringify(e.data.product_ids))),s&&s.hide(),"compare"===v&&(f&&f.length?f.text(localize.i18n.added):m&&u.html('<i class="fas fa-check-circle"></i>')),"remove"===v&&(f&&f.length?f.text(localize.i18n.compare):m&&u.html('<i class="fas fa-exchange-alt"></i>'))}function w(e,t){console.log(t.toString())}p.on("click",".eael-wc-compare",(function(e){e.preventDefault(),e.stopImmediatePropagation(),v="compare",u=t(this),(f=u.find(".eael-wc-compare-text")).length||(m=u.hasClass("eael-wc-compare-icon")),m||(s=u.find(".eael-wc-compare-loader")).show();var a=u.data("product-id"),o=localStorage.getItem("productIds");o?(o=JSON.parse(o)).push(a):o=[a],_.push({name:"product_id",value:u.data("product-id")}),_.push({name:"product_ids",value:JSON.stringify(o)}),h(_,b,w)})),p.on("click",".close-modal",(function(e){y.style.visibility="hidden",y.style.opacity="0",d.style.visibility="hidden",d.style.opacity="0"})),p.on("click",".eael-wc-remove",(function(e){e.preventDefault(),e.stopImmediatePropagation();var a=t(this),o=a.data("product-id");a.addClass("disable"),a.prop("disabled",!0);var r=localStorage.getItem("productIds");r?(r=JSON.parse(r)).push(o):r=[o];var n=Array.from(_);n.push({name:"product_id",value:o}),n.push({name:"remove_product",value:1}),n.push({name:"product_ids",value:JSON.stringify(r)}),v="remove";var i=t('button[data-product-id="'+o+'"]');(f=i.find(".eael-wc-compare-text")).length||(m=i.hasClass("eael-wc-compare-icon")),h(n,b,w)})),t(".eael-woo-pagination",e).on("click","a",(function(e){e.preventDefault();var a=t(this),o=a.data("pnumber"),r=a.data("plimit"),n=localize.ajaxurl,i=a.data("args"),c=a.data("settings"),l=".elementor-element-"+a.data("widgetid"),d=a.data("template");t.ajax({url:n,type:"post",data:{action:"woo_product_pagination_product",number:o,limit:r,args:i,templateInfo:d,settings:c},beforeSend:function(){t(l).addClass("eael-product-loader")},success:function(e){t(l+" .eael-product-grid .products").html(e),t(l+" .woocommerce-product-gallery").each((function(){t(this).wc_product_gallery()})),t("html, body").animate({scrollTop:t(l+" .eael-product-grid").offset().top-50},500)},complete:function(){t(l).removeClass("eael-product-loader")}}),t.ajax({url:n,type:"post",data:{action:"woo_product_pagination",number:o,limit:r,args:i,settings:c},success:function(e){t(l+" .eael-product-grid .eael-woo-pagination").html(e),t("html, body").animate({scrollTop:t(l+" .eael-product-grid").offset().top-50},500)}})})),e.on("click",".eael-product-grid-open-popup",(function(e){e.preventDefault(),e.stopPropagation();var a=t(this).data("quickview-setting"),r=t(".eael-woocommerce-popup-view");r.find(".eael-popup-details-render").html('<div class="eael-preloader"></div>'),r.addClass("eael-product-popup-ready").removeClass("eael-product-modal-removing"),r.show(),t.ajax({url:localize.ajaxurl,type:"post",data:o(o({action:"eael_product_quickview_popup"},a),{},{security:localize.nonce}),success:function(e){if(e.success){var o=t(e.data).children(".eael-product-popup-details");o.find(".variations_form").wc_variation_form();var n=r.find(".eael-popup-details-render");r.find(".eael-popup-details-render").html(o);var i=r.find(".woocommerce-product-gallery");i.css("opacity",1),n.addClass("elementor-"+a.page_id),n.children().addClass("elementor-element elementor-element-"+a.widget_id),o.height()>400?o.css("height","75vh"):o.css("height","auto"),setTimeout((function(){i.wc_product_gallery()}),1e3)}}})})),t(document).on("keypress",".eael-product-details-wrap input[type=number]",(function(e){var t=e.keyCode||e.which,a=/^[0-9]+$/.test(String.fromCharCode(t));return a||!1})),t(document).on("click",".eael-woo-slider-popup .single_add_to_cart_button",(function(e){e.preventDefault(),e.stopImmediatePropagation();var a=t(this),o=t(this).val(),r=a.closest("form.cart").find('input[name="variation_id"]').val()||"",n=a.closest("form.cart").find('input[name="quantity"]').val(),i=a.closest("form.cart.grouped_form"),c=a.closest("form.cart"),l=[];i=i.serializeArray(),c.hasClass("variations_form")&&(o=c.find('input[name="product_id"]').val()),i.length>0?i.forEach((function(e,t){var a=parseInt(e.name.replace(/[^\d.]/g,""),10);e.name.indexOf("quantity[")>=0&&""!=e.value&&a>0&&(l[l.length]={product_id:a,quantity:e.value,variation_id:0})})):l[0]={product_id:o,quantity:n,variation_id:r},a.removeClass("eael-addtocart-added"),a.addClass("eael-addtocart-loading"),t.ajax({url:localize.ajaxurl,type:"post",data:{action:"eael_product_add_to_cart",product_data:l,eael_add_to_cart_nonce:localize.nonce,cart_item_data:c.serializeArray()},success:function(e){e.success&&(t(document.body).trigger("wc_fragment_refresh"),a.removeClass("eael-addtocart-loading"),a.addClass("eael-addtocart-added"))}})})),t(document).on("click",".eael-product-popup-close",(function(e){e.stopPropagation(),t(".eael-product-popup").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),t(document).on("click",(function(e){e.target.closest(".eael-product-popup-details")||t(".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),isEditMode&&t(".eael-product-image-wrap .woocommerce-product-gallery").css("opacity","1")}))}))}});
|
1 |
+
!function(e){var t={};function a(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(o,r,function(t){return e[t]}.bind(null,r));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=16)}({16:function(e,t){function a(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,o)}return a}function o(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?a(Object(o),!0).forEach((function(t){r(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):a(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eicon-woocommerce.default",(function(e,t){var a=e.find("#eael-product-grid"),r=a.data("widget-id"),n=a.data("page-id"),i=a.data("nonce"),c=document.createElement("div");c.classList.add("wcpc-overlay"),c.setAttribute("id","wcpc-overlay");var l=document.getElementsByTagName("body")[0];l.appendChild(c);var d=document.getElementById("wcpc-overlay"),p=t(document),s=!1,u=!1,m=!1,f=!1,v=!1;t(l).append('\n <div class="eael-wcpc-modal">\n <i title="Close" class="close-modal far fa-times-circle"></i>\n <div class="modal__content" id="eael_modal_content">\n </div>\n </div>\n ');var g=t("#eael_modal_content"),y=document.getElementsByClassName("eael-wcpc-modal")[0],_=[{name:"action",value:"eael_product_grid"},{name:"widget_id",value:r},{name:"page_id",value:n},{name:"nonce",value:i}],h=function(e,a,o,r,n){t.ajax({url:localize.ajaxurl,type:"POST",dataType:"json",data:e,beforeSend:r,success:a,error:o,complete:n})};function b(e){e&&e.success&&(g.html(e.data.compare_table),y.style.visibility="visible",y.style.opacity="1",d.style.visibility="visible",d.style.opacity="1",localStorage.setItem("productIds",JSON.stringify(e.data.product_ids))),s&&s.hide(),"compare"===v&&(f&&f.length?f.text(localize.i18n.added):m&&u.html('<i class="fas fa-check-circle"></i>')),"remove"===v&&(f&&f.length?f.text(localize.i18n.compare):m&&u.html('<i class="fas fa-exchange-alt"></i>'))}function w(e,t){console.log(t.toString())}p.on("click",".eael-wc-compare",(function(e){e.preventDefault(),e.stopImmediatePropagation(),v="compare",u=t(this),(f=u.find(".eael-wc-compare-text")).length||(m=u.hasClass("eael-wc-compare-icon")),m||(s=u.find(".eael-wc-compare-loader")).show();var a=u.data("product-id"),o=localStorage.getItem("productIds");o?(o=JSON.parse(o)).push(a):o=[a],_.push({name:"product_id",value:u.data("product-id")}),_.push({name:"product_ids",value:JSON.stringify(o)}),h(_,b,w)})),p.on("click",".close-modal",(function(e){y.style.visibility="hidden",y.style.opacity="0",d.style.visibility="hidden",d.style.opacity="0"})),p.on("click",".eael-wc-remove",(function(e){e.preventDefault(),e.stopImmediatePropagation();var a=t(this),o=a.data("product-id");a.addClass("disable"),a.prop("disabled",!0);var r=localStorage.getItem("productIds");r?(r=JSON.parse(r)).push(o):r=[o];var n=Array.from(_);n.push({name:"product_id",value:o}),n.push({name:"remove_product",value:1}),n.push({name:"product_ids",value:JSON.stringify(r)}),v="remove";var i=t('button[data-product-id="'+o+'"]');(f=i.find(".eael-wc-compare-text")).length||(m=i.hasClass("eael-wc-compare-icon")),h(n,b,w)})),t(".eael-woo-pagination",e).on("click","a",(function(e){e.preventDefault();var a=t(this),o=a.data("pnumber"),r=a.data("plimit"),n=localize.ajaxurl,i=a.data("args"),c=a.data("settings"),l=".elementor-element-"+a.data("widgetid"),d=a.data("template");t.ajax({url:n,type:"post",data:{action:"woo_product_pagination_product",number:o,limit:r,args:i,templateInfo:d,settings:c},beforeSend:function(){t(l).addClass("eael-product-loader")},success:function(e){t(l+" .eael-product-grid .products").html(e),t(l+" .woocommerce-product-gallery").each((function(){t(this).wc_product_gallery()})),t("html, body").animate({scrollTop:t(l+" .eael-product-grid").offset().top-50},500)},complete:function(){t(l).removeClass("eael-product-loader")}}),t.ajax({url:n,type:"post",data:{action:"woo_product_pagination",number:o,limit:r,args:i,settings:c},success:function(e){t(l+" .eael-product-grid .eael-woo-pagination").html(e),t("html, body").animate({scrollTop:t(l+" .eael-product-grid").offset().top-50},500)}})})),e.on("click",".eael-product-grid-open-popup",(function(e){e.preventDefault(),e.stopPropagation();var a=t(this).data("quickview-setting"),r=t(".eael-woocommerce-popup-view");r.find(".eael-popup-details-render").html('<div class="eael-preloader"></div>'),r.addClass("eael-product-popup-ready").removeClass("eael-product-modal-removing"),r.show(),t.ajax({url:localize.ajaxurl,type:"post",data:o(o({action:"eael_product_quickview_popup"},a),{},{security:localize.nonce}),success:function(e){if(e.success){var o=t(e.data).children(".eael-product-popup-details");o.find(".variations_form").wc_variation_form();var n=r.find(".eael-popup-details-render");r.find(".eael-popup-details-render").html(o);var i=r.find(".woocommerce-product-gallery");i.css("opacity",1),n.addClass("elementor-"+a.page_id),n.children().addClass("elementor-element elementor-element-"+a.widget_id),o.height()>400?o.css("height","75vh"):o.css("height","auto"),setTimeout((function(){i.wc_product_gallery()}),1e3)}}})})),t(document).on("keypress",".eael-product-details-wrap input[type=number]",(function(e){var t=e.keyCode||e.which,a=/^[0-9]+$/.test(String.fromCharCode(t));return a||!1})),t(document).on("click",".eael-woo-slider-popup .single_add_to_cart_button",(function(e){e.preventDefault(),e.stopImmediatePropagation();var a=t(this),o=t(this).val(),r=a.closest("form.cart").find('input[name="variation_id"]').val()||"",n=a.closest("form.cart").find('input[name="quantity"]').val(),i=a.closest("form.cart.grouped_form"),c=a.closest("form.cart"),l=[];i=i.serializeArray(),c.hasClass("variations_form")&&(o=c.find('input[name="product_id"]').val()),i.length>0?i.forEach((function(e,t){var a=parseInt(e.name.replace(/[^\d.]/g,""),10);e.name.indexOf("quantity[")>=0&&""!=e.value&&a>0&&(l[l.length]={product_id:a,quantity:e.value,variation_id:0})})):l[0]={product_id:o,quantity:n,variation_id:r},a.removeClass("eael-addtocart-added"),a.addClass("eael-addtocart-loading"),t.ajax({url:localize.ajaxurl,type:"post",data:{action:"eael_product_add_to_cart",product_data:l,eael_add_to_cart_nonce:localize.nonce,cart_item_data:c.serializeArray()},success:function(e){e.success&&(t(document.body).trigger("wc_fragment_refresh"),a.removeClass("eael-addtocart-loading"),a.addClass("eael-addtocart-added"))}})})),t(document).on("click",".eael-product-popup-close",(function(e){e.stopPropagation(),t(".eael-product-popup").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),t(document).on("click",(function(e){e.target.closest(".eael-product-popup-details")||t(".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),isEditMode&&t(".eael-product-image-wrap .woocommerce-product-gallery").css("opacity","1"),t(document).find(".eael-woocommerce-popup-view").length<1&&t("body").append('<div style="display: none" class="eael-woocommerce-popup-view eael-product-popup eael-product-zoom-in woocommerce">\n <div class="eael-product-modal-bg"></div>\n <div class="eael-popup-details-render eael-woo-slider-popup"><div class="eael-preloader"></div></div>\n </div>')}))}))}});
|
assets/front-end/js/view/woo-product-carousel.js
CHANGED
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nea.hooks.addAction(\"init\", \"ea\", function () {\n var wooProductCarousel = function wooProductCarousel($scope, $) {\n var $wooProductCarousel = $scope.find(\".eael-woo-product-carousel\").eq(0),\n $type = $wooProductCarousel.data(\"type\"),\n $autoplay = $wooProductCarousel.data(\"autoplay\") !== undefined ? $wooProductCarousel.data(\"autoplay\") : 999999,\n $pagination = $wooProductCarousel.data(\"pagination\") !== undefined ? $wooProductCarousel.data(\"pagination\") : \".swiper-pagination\",\n $arrow_next = $wooProductCarousel.data(\"arrow-next\") !== undefined ? $wooProductCarousel.data(\"arrow-next\") : \".swiper-button-next\",\n $arrow_prev = $wooProductCarousel.data(\"arrow-prev\") !== undefined ? $wooProductCarousel.data(\"arrow-prev\") : \".swiper-button-prev\",\n $items = $wooProductCarousel.data(\"items\") !== undefined ? $wooProductCarousel.data(\"items\") : 3,\n $items_tablet = $wooProductCarousel.data(\"items-tablet\") !== undefined ? $wooProductCarousel.data(\"items-tablet\") : 3,\n $items_mobile = $wooProductCarousel.data(\"items-mobile\") !== undefined ? $wooProductCarousel.data(\"items-mobile\") : 3,\n $margin = $wooProductCarousel.data(\"margin\") !== undefined ? $wooProductCarousel.data(\"margin\") : 10,\n $margin_tablet = $wooProductCarousel.data(\"margin-tablet\") !== undefined ? $wooProductCarousel.data(\"margin-tablet\") : 10,\n $margin_mobile = $wooProductCarousel.data(\"margin-mobile\") !== undefined ? $wooProductCarousel.data(\"margin-mobile\") : 0,\n $effect = $wooProductCarousel.data(\"effect\") !== undefined ? $wooProductCarousel.data(\"effect\") : \"slide\",\n $speed = $wooProductCarousel.data(\"speed\") !== undefined ? $wooProductCarousel.data(\"speed\") : 400,\n $loop = $wooProductCarousel.data(\"loop\") !== undefined ? $wooProductCarousel.data(\"loop\") : 0,\n $grab_cursor = $wooProductCarousel.data(\"grab-cursor\") !== undefined ? $wooProductCarousel.data(\"grab-cursor\") : 0,\n $pause_on_hover = $wooProductCarousel.data(\"pause-on-hover\") !== undefined ? $wooProductCarousel.data(\"pause-on-hover\") : \"\",\n $centeredSlides = $effect == \"coverflow\" ? true : false,\n $depth = $wooProductCarousel.data(\"depth\") !== undefined ? $wooProductCarousel.data(\"depth\") : 100,\n $rotate = $wooProductCarousel.data(\"rotate\") !== undefined ? $wooProductCarousel.data(\"rotate\") : 50,\n $stretch = $wooProductCarousel.data(\"stretch\") !== undefined ? $wooProductCarousel.data(\"stretch\") : 10;\n var $carouselOptions = {\n direction: \"horizontal\",\n speed: $speed,\n effect: $effect,\n centeredSlides: $centeredSlides,\n grabCursor: $grab_cursor,\n autoHeight: true,\n loop: $loop,\n slidesPerGroup: 1,\n autoplay: {\n delay: $autoplay,\n disableOnInteraction: false\n },\n pagination: {\n el: $pagination,\n clickable: true\n },\n navigation: {\n nextEl: $arrow_next,\n prevEl: $arrow_prev\n },\n slidesPerView: $items\n };\n\n if ($effect === 'slide') {\n $carouselOptions.breakpoints = {\n 1024: {\n slidesPerView: $items,\n spaceBetween: $margin\n },\n 768: {\n slidesPerView: $items_tablet,\n spaceBetween: $margin_tablet\n },\n 320: {\n slidesPerView: $items_mobile,\n spaceBetween: $margin_mobile\n }\n };\n }\n\n if ($effect === 'coverflow') {\n // $carouselOptions.slidesPerView = 'auto';\n $carouselOptions.coverflowEffect = {\n rotate: $rotate,\n stretch: $stretch,\n depth: $depth,\n modifier: 1,\n slideShadows: false\n };\n }\n\n swiperLoader($wooProductCarousel, $carouselOptions).then(function (eaelWooProductCarousel) {\n if ($autoplay === 0) {\n eaelWooProductCarousel.autoplay.stop();\n }\n\n if ($pause_on_hover && $autoplay !== 0) {\n $wooProductCarousel.on(\"mouseenter\", function () {\n eaelWooProductCarousel.autoplay.stop();\n });\n $wooProductCarousel.on(\"mouseleave\", function () {\n eaelWooProductCarousel.autoplay.start();\n });\n } //gallery pagination\n\n\n var $paginationGallerySelector = $scope.find('.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination').eq(0);\n\n if ($paginationGallerySelector.length > 0) {\n swiperLoader($paginationGallerySelector, {\n spaceBetween: 20,\n centeredSlides: $centeredSlides,\n touchRatio: 0.2,\n slideToClickedSlide: true,\n loop: $loop,\n slidesPerGroup: 1,\n // loopedSlides: $items,\n slidesPerView: 3\n }).then(function ($paginationGallerySlider) {\n eaelWooProductCarousel.controller.control = $paginationGallerySlider;\n $paginationGallerySlider.controller.control = eaelWooProductCarousel;\n });\n }\n }); // Quick view\n\n $scope.on(\"click\", \".open-popup-link\", function (e) {\n e.preventDefault();\n e.stopPropagation();\n var $this = $(this);\n var quickview_setting = $this.data('quickview-setting');\n var popup_view = $(\".eael-woocommerce-popup-view\");\n popup_view.find(\".eael-popup-details-render\").html('<div class=\"eael-preloader\"></div>');\n popup_view.addClass(\"eael-product-popup-ready\").removeClass(\"eael-product-modal-removing\");\n popup_view.show();\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: _objectSpread(_objectSpread({\n action: \"eael_product_quickview_popup\"\n }, quickview_setting), {}, {\n security: localize.nonce\n }),\n success: function success(response) {\n if (response.success) {\n var product_preview = $(response.data);\n var popup_details = product_preview.children(\".eael-product-popup-details\");\n popup_details.find(\".variations_form\").wc_variation_form();\n var popup_view_render = popup_view.find(\".eael-popup-details-render\");\n popup_view.find(\".eael-popup-details-render\").html(popup_details);\n var product_gallery = popup_view.find(\".woocommerce-product-gallery\");\n product_gallery.css(\"opacity\", 1);\n popup_view_render.addClass(\"elementor-\" + quickview_setting.page_id);\n popup_view_render.children().addClass(\"elementor-element elementor-element-\" + quickview_setting.widget_id);\n\n if (popup_details.height() > 400) {\n popup_details.css(\"height\", \"75vh\");\n } else {\n popup_details.css(\"height\", \"auto\");\n }\n\n setTimeout(function () {\n product_gallery.wc_product_gallery();\n }, 1000);\n }\n }\n });\n });\n $(document).on(\"keypress\", \".eael-product-details-wrap input[type=number]\", function (e) {\n var keyValue = e.keyCode || e.which;\n var regex = /^[0-9]+$/;\n var isValid = regex.test(String.fromCharCode(keyValue));\n\n if (!isValid) {\n return false;\n }\n\n return isValid;\n }); // handle add to cart for quick view\n\n $(document).on(\"click\", \".eael-woo-slider-popup .single_add_to_cart_button\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n var $this = $(this),\n product_id = $(this).val(),\n variation_id = $this.closest(\"form.cart\").find('input[name=\"variation_id\"]').val() || \"\",\n quantity = $this.closest(\"form.cart\").find('input[name=\"quantity\"]').val(),\n items = $this.closest(\"form.cart.grouped_form\"),\n form = $this.closest(\"form.cart\"),\n product_data = [];\n items = items.serializeArray();\n\n if (form.hasClass(\"variations_form\")) {\n product_id = form.find('input[name=\"product_id\"]').val();\n }\n\n if (items.length > 0) {\n items.forEach(function (item, index) {\n var p_id = parseInt(item.name.replace(/[^\\d.]/g, \"\"), 10);\n\n if (item.name.indexOf(\"quantity[\") >= 0 && item.value != \"\" && p_id > 0) {\n product_data[product_data.length] = {\n product_id: p_id,\n quantity: item.value,\n variation_id: 0\n };\n }\n });\n } else {\n product_data[0] = {\n product_id: product_id,\n quantity: quantity,\n variation_id: variation_id\n };\n }\n\n $this.removeClass(\"eael-addtocart-added\");\n $this.addClass(\"eael-addtocart-loading\");\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: {\n action: \"eael_product_add_to_cart\",\n product_data: product_data,\n eael_add_to_cart_nonce: localize.nonce,\n cart_item_data: form.serializeArray()\n },\n success: function success(response) {\n if (response.success) {\n $(document.body).trigger(\"wc_fragment_refresh\");\n $this.removeClass(\"eael-addtocart-loading\");\n $this.addClass(\"eael-addtocart-added\");\n }\n }\n });\n });\n $(document).on(\"click\", \".eael-product-popup-close\", function (event) {\n event.stopPropagation();\n $(\".eael-product-popup\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n });\n $(document).on(\"click\", function (event) {\n if (event.target.closest(\".eael-product-popup-details\")) return;\n $(\".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\"); //\n });\n\n if (isEditMode) {\n $(\".eael-product-image-wrap .woocommerce-product-gallery\").css(\"opacity\", \"1\");\n }\n };\n\n var swiperLoader = function swiperLoader(swiperElement, swiperConfig) {\n if ('undefined' === typeof Swiper) {\n var asyncSwiper = elementorFrontend.utils.swiper;\n return new asyncSwiper(swiperElement, swiperConfig).then(function (newSwiperInstance) {\n return newSwiperInstance;\n });\n } else {\n return swiperPromise(swiperElement, swiperConfig);\n }\n };\n\n var swiperPromise = function swiperPromise(swiperElement, swiperConfig) {\n return new Promise(function (resolve, reject) {\n var swiperInstance = new Swiper(swiperElement, swiperConfig);\n resolve(swiperInstance);\n });\n };\n\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-woo-product-carousel.default\", wooProductCarousel);\n});\n\n//# sourceURL=webpack:///./src/js/view/woo-product-carousel.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nea.hooks.addAction(\"init\", \"ea\", function () {\n var wooProductCarousel = function wooProductCarousel($scope, $) {\n var $wooProductCarousel = $scope.find(\".eael-woo-product-carousel\").eq(0),\n $type = $wooProductCarousel.data(\"type\"),\n $autoplay = $wooProductCarousel.data(\"autoplay\") !== undefined ? $wooProductCarousel.data(\"autoplay\") : 999999,\n $pagination = $wooProductCarousel.data(\"pagination\") !== undefined ? $wooProductCarousel.data(\"pagination\") : \".swiper-pagination\",\n $arrow_next = $wooProductCarousel.data(\"arrow-next\") !== undefined ? $wooProductCarousel.data(\"arrow-next\") : \".swiper-button-next\",\n $arrow_prev = $wooProductCarousel.data(\"arrow-prev\") !== undefined ? $wooProductCarousel.data(\"arrow-prev\") : \".swiper-button-prev\",\n $items = $wooProductCarousel.data(\"items\") !== undefined ? $wooProductCarousel.data(\"items\") : 3,\n $items_tablet = $wooProductCarousel.data(\"items-tablet\") !== undefined ? $wooProductCarousel.data(\"items-tablet\") : 3,\n $items_mobile = $wooProductCarousel.data(\"items-mobile\") !== undefined ? $wooProductCarousel.data(\"items-mobile\") : 3,\n $margin = $wooProductCarousel.data(\"margin\") !== undefined ? $wooProductCarousel.data(\"margin\") : 10,\n $margin_tablet = $wooProductCarousel.data(\"margin-tablet\") !== undefined ? $wooProductCarousel.data(\"margin-tablet\") : 10,\n $margin_mobile = $wooProductCarousel.data(\"margin-mobile\") !== undefined ? $wooProductCarousel.data(\"margin-mobile\") : 0,\n $effect = $wooProductCarousel.data(\"effect\") !== undefined ? $wooProductCarousel.data(\"effect\") : \"slide\",\n $speed = $wooProductCarousel.data(\"speed\") !== undefined ? $wooProductCarousel.data(\"speed\") : 400,\n $loop = $wooProductCarousel.data(\"loop\") !== undefined ? $wooProductCarousel.data(\"loop\") : 0,\n $grab_cursor = $wooProductCarousel.data(\"grab-cursor\") !== undefined ? $wooProductCarousel.data(\"grab-cursor\") : 0,\n $pause_on_hover = $wooProductCarousel.data(\"pause-on-hover\") !== undefined ? $wooProductCarousel.data(\"pause-on-hover\") : \"\",\n $centeredSlides = $effect == \"coverflow\" ? true : false,\n $depth = $wooProductCarousel.data(\"depth\") !== undefined ? $wooProductCarousel.data(\"depth\") : 100,\n $rotate = $wooProductCarousel.data(\"rotate\") !== undefined ? $wooProductCarousel.data(\"rotate\") : 50,\n $stretch = $wooProductCarousel.data(\"stretch\") !== undefined ? $wooProductCarousel.data(\"stretch\") : 10;\n var $carouselOptions = {\n direction: \"horizontal\",\n speed: $speed,\n effect: $effect,\n centeredSlides: $centeredSlides,\n grabCursor: $grab_cursor,\n autoHeight: true,\n loop: $loop,\n slidesPerGroup: 1,\n autoplay: {\n delay: $autoplay,\n disableOnInteraction: false\n },\n pagination: {\n el: $pagination,\n clickable: true\n },\n navigation: {\n nextEl: $arrow_next,\n prevEl: $arrow_prev\n },\n slidesPerView: $items\n };\n\n if ($effect === 'slide') {\n $carouselOptions.breakpoints = {\n 1024: {\n slidesPerView: $items,\n spaceBetween: $margin\n },\n 768: {\n slidesPerView: $items_tablet,\n spaceBetween: $margin_tablet\n },\n 320: {\n slidesPerView: $items_mobile,\n spaceBetween: $margin_mobile\n }\n };\n }\n\n if ($effect === 'coverflow') {\n // $carouselOptions.slidesPerView = 'auto';\n $carouselOptions.coverflowEffect = {\n rotate: $rotate,\n stretch: $stretch,\n depth: $depth,\n modifier: 1,\n slideShadows: false\n };\n }\n\n swiperLoader($wooProductCarousel, $carouselOptions).then(function (eaelWooProductCarousel) {\n if ($autoplay === 0) {\n eaelWooProductCarousel.autoplay.stop();\n }\n\n if ($pause_on_hover && $autoplay !== 0) {\n $wooProductCarousel.on(\"mouseenter\", function () {\n eaelWooProductCarousel.autoplay.stop();\n });\n $wooProductCarousel.on(\"mouseleave\", function () {\n eaelWooProductCarousel.autoplay.start();\n });\n } //gallery pagination\n\n\n var $paginationGallerySelector = $scope.find('.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination').eq(0);\n\n if ($paginationGallerySelector.length > 0) {\n swiperLoader($paginationGallerySelector, {\n spaceBetween: 20,\n centeredSlides: $centeredSlides,\n touchRatio: 0.2,\n slideToClickedSlide: true,\n loop: $loop,\n slidesPerGroup: 1,\n // loopedSlides: $items,\n slidesPerView: 3\n }).then(function ($paginationGallerySlider) {\n eaelWooProductCarousel.controller.control = $paginationGallerySlider;\n $paginationGallerySlider.controller.control = eaelWooProductCarousel;\n });\n }\n }); // Quick view\n\n $scope.on(\"click\", \".open-popup-link\", function (e) {\n e.preventDefault();\n e.stopPropagation();\n var $this = $(this);\n var quickview_setting = $this.data('quickview-setting');\n var popup_view = $(\".eael-woocommerce-popup-view\");\n popup_view.find(\".eael-popup-details-render\").html('<div class=\"eael-preloader\"></div>');\n popup_view.addClass(\"eael-product-popup-ready\").removeClass(\"eael-product-modal-removing\");\n popup_view.show();\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: _objectSpread(_objectSpread({\n action: \"eael_product_quickview_popup\"\n }, quickview_setting), {}, {\n security: localize.nonce\n }),\n success: function success(response) {\n if (response.success) {\n var product_preview = $(response.data);\n var popup_details = product_preview.children(\".eael-product-popup-details\");\n popup_details.find(\".variations_form\").wc_variation_form();\n var popup_view_render = popup_view.find(\".eael-popup-details-render\");\n popup_view.find(\".eael-popup-details-render\").html(popup_details);\n var product_gallery = popup_view.find(\".woocommerce-product-gallery\");\n product_gallery.css(\"opacity\", 1);\n popup_view_render.addClass(\"elementor-\" + quickview_setting.page_id);\n popup_view_render.children().addClass(\"elementor-element elementor-element-\" + quickview_setting.widget_id);\n\n if (popup_details.height() > 400) {\n popup_details.css(\"height\", \"75vh\");\n } else {\n popup_details.css(\"height\", \"auto\");\n }\n\n setTimeout(function () {\n product_gallery.wc_product_gallery();\n }, 1000);\n }\n }\n });\n });\n $(document).on(\"keypress\", \".eael-product-details-wrap input[type=number]\", function (e) {\n var keyValue = e.keyCode || e.which;\n var regex = /^[0-9]+$/;\n var isValid = regex.test(String.fromCharCode(keyValue));\n\n if (!isValid) {\n return false;\n }\n\n return isValid;\n }); // handle add to cart for quick view\n\n $(document).on(\"click\", \".eael-woo-slider-popup .single_add_to_cart_button\", function (e) {\n e.preventDefault();\n e.stopImmediatePropagation();\n var $this = $(this),\n product_id = $(this).val(),\n variation_id = $this.closest(\"form.cart\").find('input[name=\"variation_id\"]').val() || \"\",\n quantity = $this.closest(\"form.cart\").find('input[name=\"quantity\"]').val(),\n items = $this.closest(\"form.cart.grouped_form\"),\n form = $this.closest(\"form.cart\"),\n product_data = [];\n items = items.serializeArray();\n\n if (form.hasClass(\"variations_form\")) {\n product_id = form.find('input[name=\"product_id\"]').val();\n }\n\n if (items.length > 0) {\n items.forEach(function (item, index) {\n var p_id = parseInt(item.name.replace(/[^\\d.]/g, \"\"), 10);\n\n if (item.name.indexOf(\"quantity[\") >= 0 && item.value != \"\" && p_id > 0) {\n product_data[product_data.length] = {\n product_id: p_id,\n quantity: item.value,\n variation_id: 0\n };\n }\n });\n } else {\n product_data[0] = {\n product_id: product_id,\n quantity: quantity,\n variation_id: variation_id\n };\n }\n\n $this.removeClass(\"eael-addtocart-added\");\n $this.addClass(\"eael-addtocart-loading\");\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: {\n action: \"eael_product_add_to_cart\",\n product_data: product_data,\n eael_add_to_cart_nonce: localize.nonce,\n cart_item_data: form.serializeArray()\n },\n success: function success(response) {\n if (response.success) {\n $(document.body).trigger(\"wc_fragment_refresh\");\n $this.removeClass(\"eael-addtocart-loading\");\n $this.addClass(\"eael-addtocart-added\");\n }\n }\n });\n });\n $(document).on(\"click\", \".eael-product-popup-close\", function (event) {\n event.stopPropagation();\n $(\".eael-product-popup\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n });\n $(document).on(\"click\", function (event) {\n if (event.target.closest(\".eael-product-popup-details\")) return;\n $(\".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\"); //\n });\n\n if (isEditMode) {\n $(\".eael-product-image-wrap .woocommerce-product-gallery\").css(\"opacity\", \"1\");\n }\n\n var eael_popup = $(document).find(\".eael-woocommerce-popup-view\");\n\n if (eael_popup.length < 1) {\n eael_add_popup();\n }\n\n function eael_add_popup() {\n var markup = \"<div style=\\\"display: none\\\" class=\\\"eael-woocommerce-popup-view eael-product-popup eael-product-zoom-in woocommerce\\\">\\n <div class=\\\"eael-product-modal-bg\\\"></div>\\n <div class=\\\"eael-popup-details-render eael-woo-slider-popup\\\"><div class=\\\"eael-preloader\\\"></div></div>\\n </div>\";\n $(\"body\").append(markup);\n }\n };\n\n var swiperLoader = function swiperLoader(swiperElement, swiperConfig) {\n if ('undefined' === typeof Swiper) {\n var asyncSwiper = elementorFrontend.utils.swiper;\n return new asyncSwiper(swiperElement, swiperConfig).then(function (newSwiperInstance) {\n return newSwiperInstance;\n });\n } else {\n return swiperPromise(swiperElement, swiperConfig);\n }\n };\n\n var swiperPromise = function swiperPromise(swiperElement, swiperConfig) {\n return new Promise(function (resolve, reject) {\n var swiperInstance = new Swiper(swiperElement, swiperConfig);\n resolve(swiperInstance);\n });\n };\n\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-woo-product-carousel.default\", wooProductCarousel);\n});\n\n//# sourceURL=webpack:///./src/js/view/woo-product-carousel.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
assets/front-end/js/view/woo-product-carousel.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function a(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(o,r,function(t){return e[t]}.bind(null,r));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=25)}({25:function(e,t){function a(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,o)}return a}function o(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?a(Object(o),!0).forEach((function(t){r(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):a(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}ea.hooks.addAction("init","ea",(function(){var e=function(e,a){return"undefined"==typeof Swiper?new(0,elementorFrontend.utils.swiper)(e,a).then((function(e){return e})):t(e,a)},t=function(e,t){return new Promise((function(a,o){a(new Swiper(e,t))}))};elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-product-carousel.default",(function(t,a){var r=t.find(".eael-woo-product-carousel").eq(0),n=(r.data("type"),void 0!==r.data("autoplay")?r.data("autoplay"):999999),i=void 0!==r.data("pagination")?r.data("pagination"):".swiper-pagination",d=void 0!==r.data("arrow-next")?r.data("arrow-next"):".swiper-button-next",l=void 0!==r.data("arrow-prev")?r.data("arrow-prev"):".swiper-button-prev",c=void 0!==r.data("items")?r.data("items"):3,p=void 0!==r.data("items-tablet")?r.data("items-tablet"):3,u=void 0!==r.data("items-mobile")?r.data("items-mobile"):3,s=void 0!==r.data("margin")?r.data("margin"):10,f=void 0!==r.data("margin-tablet")?r.data("margin-tablet"):10,m=void 0!==r.data("margin-mobile")?r.data("margin-mobile"):0,v=void 0!==r.data("effect")?r.data("effect"):"slide",g=void 0!==r.data("speed")?r.data("speed"):400,y=void 0!==r.data("loop")?r.data("loop"):0,w=void 0!==r.data("grab-cursor")?r.data("grab-cursor"):0,b=void 0!==r.data("pause-on-hover")?r.data("pause-on-hover"):"",h="coverflow"==v,_=void 0!==r.data("depth")?r.data("depth"):100,O=void 0!==r.data("rotate")?r.data("rotate"):50,P=void 0!==r.data("stretch")?r.data("stretch"):10,j={direction:"horizontal",speed:g,effect:v,centeredSlides:h,grabCursor:w,autoHeight:!0,loop:y,slidesPerGroup:1,autoplay:{delay:n,disableOnInteraction:!1},pagination:{el:i,clickable:!0},navigation:{nextEl:d,prevEl:l},slidesPerView:c};"slide"===v&&(j.breakpoints={1024:{slidesPerView:c,spaceBetween:s},768:{slidesPerView:p,spaceBetween:f},320:{slidesPerView:u,spaceBetween:m}}),"coverflow"===v&&(j.coverflowEffect={rotate:O,stretch:P,depth:_,modifier:1,slideShadows:!1}),e(r,j).then((function(a){0===n&&a.autoplay.stop(),b&&0!==n&&(r.on("mouseenter",(function(){a.autoplay.stop()})),r.on("mouseleave",(function(){a.autoplay.start()})));var o=t.find(".eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination").eq(0);o.length>0&&e(o,{spaceBetween:20,centeredSlides:h,touchRatio:.2,slideToClickedSlide:!0,loop:y,slidesPerGroup:1,slidesPerView:3}).then((function(e){a.controller.control=e,e.controller.control=a}))})),t.on("click",".open-popup-link",(function(e){e.preventDefault(),e.stopPropagation();var t=a(this).data("quickview-setting"),r=a(".eael-woocommerce-popup-view");r.find(".eael-popup-details-render").html('<div class="eael-preloader"></div>'),r.addClass("eael-product-popup-ready").removeClass("eael-product-modal-removing"),r.show(),a.ajax({url:localize.ajaxurl,type:"post",data:o(o({action:"eael_product_quickview_popup"},t),{},{security:localize.nonce}),success:function(e){if(e.success){var o=a(e.data).children(".eael-product-popup-details");o.find(".variations_form").wc_variation_form();var n=r.find(".eael-popup-details-render");r.find(".eael-popup-details-render").html(o);var i=r.find(".woocommerce-product-gallery");i.css("opacity",1),n.addClass("elementor-"+t.page_id),n.children().addClass("elementor-element elementor-element-"+t.widget_id),o.height()>400?o.css("height","75vh"):o.css("height","auto"),setTimeout((function(){i.wc_product_gallery()}),1e3)}}})})),a(document).on("keypress",".eael-product-details-wrap input[type=number]",(function(e){var t=e.keyCode||e.which,a=/^[0-9]+$/.test(String.fromCharCode(t));return a||!1})),a(document).on("click",".eael-woo-slider-popup .single_add_to_cart_button",(function(e){e.preventDefault(),e.stopImmediatePropagation();var t=a(this),o=a(this).val(),r=t.closest("form.cart").find('input[name="variation_id"]').val()||"",n=t.closest("form.cart").find('input[name="quantity"]').val(),i=t.closest("form.cart.grouped_form"),d=t.closest("form.cart"),l=[];i=i.serializeArray(),d.hasClass("variations_form")&&(o=d.find('input[name="product_id"]').val()),i.length>0?i.forEach((function(e,t){var a=parseInt(e.name.replace(/[^\d.]/g,""),10);e.name.indexOf("quantity[")>=0&&""!=e.value&&a>0&&(l[l.length]={product_id:a,quantity:e.value,variation_id:0})})):l[0]={product_id:o,quantity:n,variation_id:r},t.removeClass("eael-addtocart-added"),t.addClass("eael-addtocart-loading"),a.ajax({url:localize.ajaxurl,type:"post",data:{action:"eael_product_add_to_cart",product_data:l,eael_add_to_cart_nonce:localize.nonce,cart_item_data:d.serializeArray()},success:function(e){e.success&&(a(document.body).trigger("wc_fragment_refresh"),t.removeClass("eael-addtocart-loading"),t.addClass("eael-addtocart-added"))}})})),a(document).on("click",".eael-product-popup-close",(function(e){e.stopPropagation(),a(".eael-product-popup").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),a(document).on("click",(function(e){e.target.closest(".eael-product-popup-details")||a(".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),isEditMode&&a(".eael-product-image-wrap .woocommerce-product-gallery").css("opacity","1")}))}))}});
|
1 |
+
!function(e){var t={};function a(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(o,r,function(t){return e[t]}.bind(null,r));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=25)}({25:function(e,t){function a(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,o)}return a}function o(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?a(Object(o),!0).forEach((function(t){r(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):a(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}ea.hooks.addAction("init","ea",(function(){var e=function(e,a){return"undefined"==typeof Swiper?new(0,elementorFrontend.utils.swiper)(e,a).then((function(e){return e})):t(e,a)},t=function(e,t){return new Promise((function(a,o){a(new Swiper(e,t))}))};elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-product-carousel.default",(function(t,a){var r=t.find(".eael-woo-product-carousel").eq(0),n=(r.data("type"),void 0!==r.data("autoplay")?r.data("autoplay"):999999),i=void 0!==r.data("pagination")?r.data("pagination"):".swiper-pagination",d=void 0!==r.data("arrow-next")?r.data("arrow-next"):".swiper-button-next",l=void 0!==r.data("arrow-prev")?r.data("arrow-prev"):".swiper-button-prev",c=void 0!==r.data("items")?r.data("items"):3,p=void 0!==r.data("items-tablet")?r.data("items-tablet"):3,u=void 0!==r.data("items-mobile")?r.data("items-mobile"):3,s=void 0!==r.data("margin")?r.data("margin"):10,f=void 0!==r.data("margin-tablet")?r.data("margin-tablet"):10,m=void 0!==r.data("margin-mobile")?r.data("margin-mobile"):0,v=void 0!==r.data("effect")?r.data("effect"):"slide",g=void 0!==r.data("speed")?r.data("speed"):400,y=void 0!==r.data("loop")?r.data("loop"):0,w=void 0!==r.data("grab-cursor")?r.data("grab-cursor"):0,b=void 0!==r.data("pause-on-hover")?r.data("pause-on-hover"):"",h="coverflow"==v,_=void 0!==r.data("depth")?r.data("depth"):100,O=void 0!==r.data("rotate")?r.data("rotate"):50,P=void 0!==r.data("stretch")?r.data("stretch"):10,j={direction:"horizontal",speed:g,effect:v,centeredSlides:h,grabCursor:w,autoHeight:!0,loop:y,slidesPerGroup:1,autoplay:{delay:n,disableOnInteraction:!1},pagination:{el:i,clickable:!0},navigation:{nextEl:d,prevEl:l},slidesPerView:c};"slide"===v&&(j.breakpoints={1024:{slidesPerView:c,spaceBetween:s},768:{slidesPerView:p,spaceBetween:f},320:{slidesPerView:u,spaceBetween:m}}),"coverflow"===v&&(j.coverflowEffect={rotate:O,stretch:P,depth:_,modifier:1,slideShadows:!1}),e(r,j).then((function(a){0===n&&a.autoplay.stop(),b&&0!==n&&(r.on("mouseenter",(function(){a.autoplay.stop()})),r.on("mouseleave",(function(){a.autoplay.start()})));var o=t.find(".eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination").eq(0);o.length>0&&e(o,{spaceBetween:20,centeredSlides:h,touchRatio:.2,slideToClickedSlide:!0,loop:y,slidesPerGroup:1,slidesPerView:3}).then((function(e){a.controller.control=e,e.controller.control=a}))})),t.on("click",".open-popup-link",(function(e){e.preventDefault(),e.stopPropagation();var t=a(this).data("quickview-setting"),r=a(".eael-woocommerce-popup-view");r.find(".eael-popup-details-render").html('<div class="eael-preloader"></div>'),r.addClass("eael-product-popup-ready").removeClass("eael-product-modal-removing"),r.show(),a.ajax({url:localize.ajaxurl,type:"post",data:o(o({action:"eael_product_quickview_popup"},t),{},{security:localize.nonce}),success:function(e){if(e.success){var o=a(e.data).children(".eael-product-popup-details");o.find(".variations_form").wc_variation_form();var n=r.find(".eael-popup-details-render");r.find(".eael-popup-details-render").html(o);var i=r.find(".woocommerce-product-gallery");i.css("opacity",1),n.addClass("elementor-"+t.page_id),n.children().addClass("elementor-element elementor-element-"+t.widget_id),o.height()>400?o.css("height","75vh"):o.css("height","auto"),setTimeout((function(){i.wc_product_gallery()}),1e3)}}})})),a(document).on("keypress",".eael-product-details-wrap input[type=number]",(function(e){var t=e.keyCode||e.which,a=/^[0-9]+$/.test(String.fromCharCode(t));return a||!1})),a(document).on("click",".eael-woo-slider-popup .single_add_to_cart_button",(function(e){e.preventDefault(),e.stopImmediatePropagation();var t=a(this),o=a(this).val(),r=t.closest("form.cart").find('input[name="variation_id"]').val()||"",n=t.closest("form.cart").find('input[name="quantity"]').val(),i=t.closest("form.cart.grouped_form"),d=t.closest("form.cart"),l=[];i=i.serializeArray(),d.hasClass("variations_form")&&(o=d.find('input[name="product_id"]').val()),i.length>0?i.forEach((function(e,t){var a=parseInt(e.name.replace(/[^\d.]/g,""),10);e.name.indexOf("quantity[")>=0&&""!=e.value&&a>0&&(l[l.length]={product_id:a,quantity:e.value,variation_id:0})})):l[0]={product_id:o,quantity:n,variation_id:r},t.removeClass("eael-addtocart-added"),t.addClass("eael-addtocart-loading"),a.ajax({url:localize.ajaxurl,type:"post",data:{action:"eael_product_add_to_cart",product_data:l,eael_add_to_cart_nonce:localize.nonce,cart_item_data:d.serializeArray()},success:function(e){e.success&&(a(document.body).trigger("wc_fragment_refresh"),t.removeClass("eael-addtocart-loading"),t.addClass("eael-addtocart-added"))}})})),a(document).on("click",".eael-product-popup-close",(function(e){e.stopPropagation(),a(".eael-product-popup").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),a(document).on("click",(function(e){e.target.closest(".eael-product-popup-details")||a(".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),isEditMode&&a(".eael-product-image-wrap .woocommerce-product-gallery").css("opacity","1"),a(document).find(".eael-woocommerce-popup-view").length<1&&a("body").append('<div style="display: none" class="eael-woocommerce-popup-view eael-product-popup eael-product-zoom-in woocommerce">\n <div class="eael-product-modal-bg"></div>\n <div class="eael-popup-details-render eael-woo-slider-popup"><div class="eael-preloader"></div></div>\n </div>')}))}))}});
|
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.
|
13 |
-
* Elementor tested up to: 3.
|
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.4
|
8 |
* Author URI: https://wpdeveloper.net/
|
9 |
* Text Domain: essential-addons-for-elementor-lite
|
10 |
* Domain Path: /languages
|
11 |
*
|
12 |
+
* WC tested up to: 5.6.0
|
13 |
+
* Elementor tested up to: 3.4.1
|
14 |
+
* Elementor Pro tested up to: 3.3.7
|
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.4');
|
31 |
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
|
32 |
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
|
33 |
/**
|
includes/Classes/Helper.php
CHANGED
@@ -85,6 +85,21 @@ class Helper
|
|
85 |
return in_array($template_name, $template_list);
|
86 |
}
|
87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
public static function fix_old_query($settings)
|
89 |
{
|
90 |
$update_query = false;
|
85 |
return in_array($template_name, $template_list);
|
86 |
}
|
87 |
|
88 |
+
public static function str_to_css_id( $str ) {
|
89 |
+
$str = strtolower( $str );
|
90 |
+
|
91 |
+
//Make alphanumeric (removes all other characters)
|
92 |
+
$str = preg_replace( "/[^a-z0-9_\s-]/", "", $str );
|
93 |
+
|
94 |
+
//Clean up multiple dashes or whitespaces
|
95 |
+
$str = preg_replace( "/[\s-]+/", " ", $str );
|
96 |
+
|
97 |
+
//Convert whitespaces and underscore to dash
|
98 |
+
$str = preg_replace( "/[\s_]/", "-", $str );
|
99 |
+
|
100 |
+
return $str;
|
101 |
+
}
|
102 |
+
|
103 |
public static function fix_old_query($settings)
|
104 |
{
|
105 |
$update_query = false;
|
includes/Elements/Adv_Accordion.php
CHANGED
@@ -286,6 +286,16 @@ class Adv_Accordion extends Widget_Base
|
|
286 |
]
|
287 |
);
|
288 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
$this->add_control(
|
290 |
'eael_adv_accordion_tab',
|
291 |
[
|
@@ -1018,7 +1028,7 @@ class Adv_Accordion extends Widget_Base
|
|
1018 |
}
|
1019 |
|
1020 |
$this->add_render_attribute($tab_title_setting_key, [
|
1021 |
-
'id' =>
|
1022 |
'class' => $tab_title_class,
|
1023 |
'tabindex' => $id_int . $tab_count,
|
1024 |
'data-tab' => $tab_count,
|
@@ -1031,7 +1041,7 @@ class Adv_Accordion extends Widget_Base
|
|
1031 |
'class' => $tab_content_class,
|
1032 |
'data-tab' => $tab_count,
|
1033 |
'role' => 'tabpanel',
|
1034 |
-
'aria-labelledby' =>
|
1035 |
]);
|
1036 |
|
1037 |
echo '<div class="eael-accordion-list">
|
286 |
]
|
287 |
);
|
288 |
|
289 |
+
$repeater->add_control(
|
290 |
+
'eael_adv_accordion_tab_id',
|
291 |
+
[
|
292 |
+
'label' => esc_html__('Custom ID', 'essential-addons-for-elementor-lite'),
|
293 |
+
'type' => Controls_Manager::TEXT,
|
294 |
+
'description' => esc_html__( 'Custom ID will be added as an anchor tag. For example, if you add ‘test’ as your custom ID, the link will become like the following: https://www.example.com/#test and it will open the respective tab directly.', 'essential-addons-for-elementor-lite' ),
|
295 |
+
'default' => '',
|
296 |
+
]
|
297 |
+
);
|
298 |
+
|
299 |
$this->add_control(
|
300 |
'eael_adv_accordion_tab',
|
301 |
[
|
1028 |
}
|
1029 |
|
1030 |
$this->add_render_attribute($tab_title_setting_key, [
|
1031 |
+
'id' => $tab['eael_adv_accordion_tab_id'] ? $tab['eael_adv_accordion_tab_id'] : Helper::str_to_css_id($tab['eael_adv_accordion_tab_title']),
|
1032 |
'class' => $tab_title_class,
|
1033 |
'tabindex' => $id_int . $tab_count,
|
1034 |
'data-tab' => $tab_count,
|
1041 |
'class' => $tab_content_class,
|
1042 |
'data-tab' => $tab_count,
|
1043 |
'role' => 'tabpanel',
|
1044 |
+
'aria-labelledby' => $tab['eael_adv_accordion_tab_id'] ? $tab['eael_adv_accordion_tab_id'] : Helper::str_to_css_id($tab['eael_adv_accordion_tab_title']),
|
1045 |
]);
|
1046 |
|
1047 |
echo '<div class="eael-accordion-list">
|
includes/Elements/Adv_Tabs.php
CHANGED
@@ -129,7 +129,7 @@ class Adv_Tabs extends Widget_Base
|
|
129 |
$repeater->add_control(
|
130 |
'eael_adv_tabs_tab_show_as_default',
|
131 |
[
|
132 |
-
'label' => __('
|
133 |
'type' => Controls_Manager::SWITCHER,
|
134 |
'default' => 'inactive',
|
135 |
'return_value' => 'active-default',
|
@@ -238,6 +238,16 @@ class Adv_Tabs extends Widget_Base
|
|
238 |
],
|
239 |
]
|
240 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
|
242 |
$this->add_control(
|
243 |
'eael_adv_tabs_tab',
|
@@ -606,7 +616,6 @@ class Adv_Tabs extends Widget_Base
|
|
606 |
'default' => '#444',
|
607 |
'selectors' => [
|
608 |
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active' => 'background-color: {{VALUE}};',
|
609 |
-
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active-default' => 'background-color: {{VALUE}};',
|
610 |
],
|
611 |
]
|
612 |
);
|
@@ -615,7 +624,7 @@ class Adv_Tabs extends Widget_Base
|
|
615 |
[
|
616 |
'name' => 'eael_adv_tabs_tab_bgtype_active',
|
617 |
'types' => ['classic', 'gradient'],
|
618 |
-
'selector' => '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active
|
619 |
]
|
620 |
);
|
621 |
$this->add_control(
|
@@ -626,7 +635,6 @@ class Adv_Tabs extends Widget_Base
|
|
626 |
'default' => '#fff',
|
627 |
'selectors' => [
|
628 |
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active' => 'color: {{VALUE}};',
|
629 |
-
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul .active-default .eael-tab-title' => 'color: {{VALUE}};',
|
630 |
],
|
631 |
]
|
632 |
);
|
@@ -652,7 +660,7 @@ class Adv_Tabs extends Widget_Base
|
|
652 |
[
|
653 |
'name' => 'eael_adv_tabs_tab_border_active',
|
654 |
'label' => esc_html__('Border', 'essential-addons-for-elementor-lite'),
|
655 |
-
'selector' => '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active
|
656 |
]
|
657 |
);
|
658 |
$this->add_responsive_control(
|
@@ -663,7 +671,6 @@ class Adv_Tabs extends Widget_Base
|
|
663 |
'size_units' => ['px', 'em', '%'],
|
664 |
'selectors' => [
|
665 |
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
666 |
-
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active-default' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
667 |
],
|
668 |
]
|
669 |
);
|
@@ -889,8 +896,8 @@ class Adv_Tabs extends Widget_Base
|
|
889 |
<div <?php echo $this->get_render_attribute_string('eael_tab_wrapper'); ?>>
|
890 |
<div class="eael-tabs-nav">
|
891 |
<ul <?php echo $this->get_render_attribute_string('eael_tab_icon_position'); ?>>
|
892 |
-
<?php foreach ($settings['eael_adv_tabs_tab'] as $tab) : ?>
|
893 |
-
<li class="<?php echo esc_attr($tab['eael_adv_tabs_tab_show_as_default']); ?>">
|
894 |
<?php if ($settings['eael_adv_tabs_icon_show'] === 'yes') :
|
895 |
if ($tab['eael_adv_tabs_icon_type'] === 'icon') : ?>
|
896 |
<?php if ($tab_icon_is_new || $tab_icon_migrated) {
|
@@ -907,19 +914,19 @@ class Adv_Tabs extends Widget_Base
|
|
907 |
</ul>
|
908 |
</div>
|
909 |
<div class="eael-tabs-content">
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
<div class="clearfix <?php echo esc_attr($tab['eael_adv_tabs_tab_show_as_default']); ?>">
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
</div>
|
922 |
-
|
923 |
</div>
|
924 |
</div>
|
925 |
<?php }
|
129 |
$repeater->add_control(
|
130 |
'eael_adv_tabs_tab_show_as_default',
|
131 |
[
|
132 |
+
'label' => __('Active as Default', 'essential-addons-for-elementor-lite'),
|
133 |
'type' => Controls_Manager::SWITCHER,
|
134 |
'default' => 'inactive',
|
135 |
'return_value' => 'active-default',
|
238 |
],
|
239 |
]
|
240 |
);
|
241 |
+
|
242 |
+
$repeater->add_control(
|
243 |
+
'eael_adv_tabs_tab_id',
|
244 |
+
[
|
245 |
+
'label' => esc_html__('Custom ID', 'essential-addons-for-elementor-lite'),
|
246 |
+
'type' => Controls_Manager::TEXT,
|
247 |
+
'description' => esc_html__( 'Custom ID will be added as an anchor tag. For example, if you add ‘test’ as your custom ID, the link will become like the following: https://www.example.com/#test and it will open the respective tab directly.', 'essential-addons-for-elementor-lite' ),
|
248 |
+
'default' => '',
|
249 |
+
]
|
250 |
+
);
|
251 |
|
252 |
$this->add_control(
|
253 |
'eael_adv_tabs_tab',
|
616 |
'default' => '#444',
|
617 |
'selectors' => [
|
618 |
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active' => 'background-color: {{VALUE}};',
|
|
|
619 |
],
|
620 |
]
|
621 |
);
|
624 |
[
|
625 |
'name' => 'eael_adv_tabs_tab_bgtype_active',
|
626 |
'types' => ['classic', 'gradient'],
|
627 |
+
'selector' => '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active',
|
628 |
]
|
629 |
);
|
630 |
$this->add_control(
|
635 |
'default' => '#fff',
|
636 |
'selectors' => [
|
637 |
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active' => 'color: {{VALUE}};',
|
|
|
638 |
],
|
639 |
]
|
640 |
);
|
660 |
[
|
661 |
'name' => 'eael_adv_tabs_tab_border_active',
|
662 |
'label' => esc_html__('Border', 'essential-addons-for-elementor-lite'),
|
663 |
+
'selector' => '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active',
|
664 |
]
|
665 |
);
|
666 |
$this->add_responsive_control(
|
671 |
'size_units' => ['px', 'em', '%'],
|
672 |
'selectors' => [
|
673 |
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
|
|
674 |
],
|
675 |
]
|
676 |
);
|
896 |
<div <?php echo $this->get_render_attribute_string('eael_tab_wrapper'); ?>>
|
897 |
<div class="eael-tabs-nav">
|
898 |
<ul <?php echo $this->get_render_attribute_string('eael_tab_icon_position'); ?>>
|
899 |
+
<?php foreach ($settings['eael_adv_tabs_tab'] as $key => $tab) : ?>
|
900 |
+
<li id="<?php echo $tab['eael_adv_tabs_tab_id'] ? $tab['eael_adv_tabs_tab_id'] : Helper::str_to_css_id($tab['eael_adv_tabs_tab_title']); ?>" class="<?php echo esc_attr($tab['eael_adv_tabs_tab_show_as_default']); ?>">
|
901 |
<?php if ($settings['eael_adv_tabs_icon_show'] === 'yes') :
|
902 |
if ($tab['eael_adv_tabs_icon_type'] === 'icon') : ?>
|
903 |
<?php if ($tab_icon_is_new || $tab_icon_migrated) {
|
914 |
</ul>
|
915 |
</div>
|
916 |
<div class="eael-tabs-content">
|
917 |
+
<?php foreach ($settings['eael_adv_tabs_tab'] as $tab) :
|
918 |
+
$eael_find_default_tab[] = $tab['eael_adv_tabs_tab_show_as_default']; ?>
|
919 |
+
|
920 |
+
<div id="<?php echo $tab['eael_adv_tabs_tab_id'] ? $tab['eael_adv_tabs_tab_id'] : Helper::str_to_css_id($tab['eael_adv_tabs_tab_title']); ?>" class="clearfix <?php echo esc_attr($tab['eael_adv_tabs_tab_show_as_default']); ?>">
|
921 |
+
<?php if ('content' == $tab['eael_adv_tabs_text_type']) : ?>
|
922 |
+
<?php echo do_shortcode($tab['eael_adv_tabs_tab_content']); ?>
|
923 |
+
<?php elseif ('template' == $tab['eael_adv_tabs_text_type']) : ?>
|
924 |
+
<?php if (!empty($tab['eael_primary_templates'])) {
|
925 |
+
echo Plugin::$instance->frontend->get_builder_content($tab['eael_primary_templates'], true);
|
926 |
+
} ?>
|
927 |
+
<?php endif; ?>
|
928 |
</div>
|
929 |
+
<?php endforeach; ?>
|
930 |
</div>
|
931 |
</div>
|
932 |
<?php }
|
includes/Elements/Feature_List.php
CHANGED
@@ -121,9 +121,9 @@ class Feature_List extends Widget_Base {
|
|
121 |
[
|
122 |
'label' => esc_html__( 'Icon Color', 'essential-addons-for-elementor-lite' ),
|
123 |
'type' => Controls_Manager::COLOR,
|
124 |
-
'
|
125 |
-
'
|
126 |
-
|
127 |
],
|
128 |
'fa4compatibility' => 'eael_feature_list_icon',
|
129 |
'condition' => [
|
@@ -136,9 +136,8 @@ class Feature_List extends Widget_Base {
|
|
136 |
[
|
137 |
'label' => esc_html__( 'Icon Background', 'essential-addons-for-elementor-lite' ),
|
138 |
'type' => Controls_Manager::COLOR,
|
139 |
-
'
|
140 |
-
'
|
141 |
-
'value' => Color::COLOR_1,
|
142 |
],
|
143 |
'fa4compatibility' => 'eael_feature_list_icon',
|
144 |
'condition' => [
|
@@ -151,9 +150,8 @@ class Feature_List extends Widget_Base {
|
|
151 |
[
|
152 |
'label' => esc_html__( 'Icon Box Background', 'essential-addons-for-elementor-lite' ),
|
153 |
'type' => Controls_Manager::COLOR,
|
154 |
-
'
|
155 |
-
'
|
156 |
-
'value' => Color::COLOR_1,
|
157 |
],
|
158 |
'fa4compatibility' => 'eael_feature_list_icon',
|
159 |
'condition' => [
|
@@ -241,7 +239,7 @@ class Feature_List extends Widget_Base {
|
|
241 |
],
|
242 |
],
|
243 |
'fields' => $repeater->get_controls(),
|
244 |
-
'title_field' => '<i class="{{ eael_feature_list_icon_new.value }}" aria-hidden="true"></i
|
245 |
]
|
246 |
);
|
247 |
|
@@ -934,7 +932,7 @@ class Feature_List extends Widget_Base {
|
|
934 |
$feature_icon_tag = 'a';
|
935 |
}
|
936 |
?>
|
937 |
-
<li class="eael-feature-list-item">
|
938 |
<?php if ( 'yes' == $settings['eael_feature_list_connector'] ): ?>
|
939 |
<span class="connector" style="<?php echo $connector; ?>"></span>
|
940 |
<span class="connector connector-tablet" style="<?php echo $connector_tablet; ?>"></span>
|
@@ -942,26 +940,15 @@ class Feature_List extends Widget_Base {
|
|
942 |
<?php endif;?>
|
943 |
|
944 |
<div class="eael-feature-list-icon-box">
|
945 |
-
<div class="eael-feature-list-icon-inner"
|
946 |
|
947 |
-
<<?php echo $feature_icon_tag . ' ' . $this->get_render_attribute_string( 'eael_feature_list_icon' . $index) . $this->get_render_attribute_string( 'eael_feature_list_link' . $index)
|
948 |
|
949 |
<?php
|
950 |
if ( $item['eael_feature_list_icon_type'] == 'icon' && $feature_has_icon ) {
|
951 |
|
952 |
if ( empty( $item['eael_feature_list_icon'] ) || isset( $item['__fa4_migrated']['eael_feature_list_icon_new'] ) ) {
|
953 |
-
|
954 |
-
if ( 'svg' === $item['eael_feature_list_icon_new']['library'] && $icon_color ) {
|
955 |
-
?>
|
956 |
-
<style>
|
957 |
-
<?php
|
958 |
-
echo "#{$css_id} .eael-feature-list-icon.fl-icon-{$index} svg { color: {$icon_color} !important; fill: {$icon_color} !important; } ";
|
959 |
-
?>
|
960 |
-
</style>
|
961 |
-
<?php
|
962 |
-
}
|
963 |
-
|
964 |
-
Icons_Manager::render_icon( $item['eael_feature_list_icon_new'], [ 'aria-hidden' => 'true', 'style' => "color:{$icon_color};" ] );
|
965 |
} else {
|
966 |
echo '<i class="' . esc_attr( $item['eael_feature_list_icon'] ) . '" aria-hidden="true"></i>';
|
967 |
}
|
121 |
[
|
122 |
'label' => esc_html__( 'Icon Color', 'essential-addons-for-elementor-lite' ),
|
123 |
'type' => Controls_Manager::COLOR,
|
124 |
+
'selectors' => [
|
125 |
+
"{{WRAPPER}} {{CURRENT_ITEM}} .eael-feature-list-icon i" => 'color: {{VALUE}};',
|
126 |
+
"{{WRAPPER}} {{CURRENT_ITEM}} .eael-feature-list-icon svg" => 'color: {{VALUE}} !important; fill: {{VALUE}} !important;',
|
127 |
],
|
128 |
'fa4compatibility' => 'eael_feature_list_icon',
|
129 |
'condition' => [
|
136 |
[
|
137 |
'label' => esc_html__( 'Icon Background', 'essential-addons-for-elementor-lite' ),
|
138 |
'type' => Controls_Manager::COLOR,
|
139 |
+
'selectors' => [
|
140 |
+
"{{WRAPPER}} {{CURRENT_ITEM}} .eael-feature-list-icon" => 'background-color: {{VALUE}}',
|
|
|
141 |
],
|
142 |
'fa4compatibility' => 'eael_feature_list_icon',
|
143 |
'condition' => [
|
150 |
[
|
151 |
'label' => esc_html__( 'Icon Box Background', 'essential-addons-for-elementor-lite' ),
|
152 |
'type' => Controls_Manager::COLOR,
|
153 |
+
'selectors' => [
|
154 |
+
"{{WRAPPER}} {{CURRENT_ITEM}} .eael-feature-list-icon-inner" => 'background-color: {{VALUE}}',
|
|
|
155 |
],
|
156 |
'fa4compatibility' => 'eael_feature_list_icon',
|
157 |
'condition' => [
|
239 |
],
|
240 |
],
|
241 |
'fields' => $repeater->get_controls(),
|
242 |
+
'title_field' => '{{{ elementor.helpers.renderIcon( this, eael_feature_list_icon_new, {}, "i", "panel" ) || \'<i class="{{ eael_feature_list_icon_new.value }}" aria-hidden="true"></i>\' }}} {{ eael_feature_list_title }}',
|
243 |
]
|
244 |
);
|
245 |
|
932 |
$feature_icon_tag = 'a';
|
933 |
}
|
934 |
?>
|
935 |
+
<li class="eael-feature-list-item <?php echo 'elementor-repeater-item-' . esc_attr( $item['_id'] ); ?>">
|
936 |
<?php if ( 'yes' == $settings['eael_feature_list_connector'] ): ?>
|
937 |
<span class="connector" style="<?php echo $connector; ?>"></span>
|
938 |
<span class="connector connector-tablet" style="<?php echo $connector_tablet; ?>"></span>
|
940 |
<?php endif;?>
|
941 |
|
942 |
<div class="eael-feature-list-icon-box">
|
943 |
+
<div class="eael-feature-list-icon-inner">
|
944 |
|
945 |
+
<<?php echo $feature_icon_tag . ' ' . $this->get_render_attribute_string( 'eael_feature_list_icon' . $index) . $this->get_render_attribute_string( 'eael_feature_list_link' . $index); ?>>
|
946 |
|
947 |
<?php
|
948 |
if ( $item['eael_feature_list_icon_type'] == 'icon' && $feature_has_icon ) {
|
949 |
|
950 |
if ( empty( $item['eael_feature_list_icon'] ) || isset( $item['__fa4_migrated']['eael_feature_list_icon_new'] ) ) {
|
951 |
+
Icons_Manager::render_icon( $item['eael_feature_list_icon_new'], [ 'aria-hidden' => 'true' ] );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
952 |
} else {
|
953 |
echo '<i class="' . esc_attr( $item['eael_feature_list_icon'] ) . '" aria-hidden="true"></i>';
|
954 |
}
|
includes/Elements/GravityForms.php
CHANGED
@@ -585,7 +585,7 @@ class GravityForms extends Widget_Base {
|
|
585 |
'label' => __( 'Text Color', 'essential-addons-for-elementor-lite'),
|
586 |
'type' => Controls_Manager::COLOR,
|
587 |
'selectors' => [
|
588 |
-
'{{WRAPPER}} .eael-gravity-form .gfield label' => 'color: {{VALUE}}',
|
589 |
],
|
590 |
'condition' => [
|
591 |
'labels_switch' => 'yes',
|
@@ -598,7 +598,7 @@ class GravityForms extends Widget_Base {
|
|
598 |
[
|
599 |
'name' => 'typography_label',
|
600 |
'label' => __( 'Typography', 'essential-addons-for-elementor-lite'),
|
601 |
-
'selector' => '{{WRAPPER}} .eael-gravity-form .gfield label',
|
602 |
'condition' => [
|
603 |
'labels_switch' => 'yes',
|
604 |
],
|
585 |
'label' => __( 'Text Color', 'essential-addons-for-elementor-lite'),
|
586 |
'type' => Controls_Manager::COLOR,
|
587 |
'selectors' => [
|
588 |
+
'{{WRAPPER}} .eael-gravity-form .gfield label, {{WRAPPER}} .eael-gravity-form .gfield .gfield_label' => 'color: {{VALUE}}',
|
589 |
],
|
590 |
'condition' => [
|
591 |
'labels_switch' => 'yes',
|
598 |
[
|
599 |
'name' => 'typography_label',
|
600 |
'label' => __( 'Typography', 'essential-addons-for-elementor-lite'),
|
601 |
+
'selector' => '{{WRAPPER}} .eael-gravity-form .gfield label, {{WRAPPER}} .eael-gravity-form .gfield .gfield_label',
|
602 |
'condition' => [
|
603 |
'labels_switch' => 'yes',
|
604 |
],
|
includes/Elements/Product_Grid.php
CHANGED
@@ -48,7 +48,6 @@ class Product_Grid extends Widget_Base
|
|
48 |
|
49 |
if ( $is_type_instance && class_exists('woocommerce')) {
|
50 |
$this->load_quick_view_asset();
|
51 |
-
add_filter( 'body_class', [$this, 'add_slider_body_class'] );
|
52 |
}
|
53 |
}
|
54 |
|
@@ -108,28 +107,6 @@ class Product_Grid extends Widget_Base
|
|
108 |
];
|
109 |
}
|
110 |
|
111 |
-
/**
|
112 |
-
* added custom markup for popup
|
113 |
-
*
|
114 |
-
* @param $classes
|
115 |
-
* @return mixed
|
116 |
-
*/
|
117 |
-
public function add_slider_body_class( $classes ) {
|
118 |
-
if ( !in_array( 'eael-woo-slider', $classes ) ) {
|
119 |
-
add_action( 'wp_body_open', function () {
|
120 |
-
?>
|
121 |
-
<div style="display: none" class="eael-woocommerce-popup-view eael-product-popup
|
122 |
-
eael-product-zoom-in woocommerce">
|
123 |
-
<div class="eael-product-modal-bg"></div>
|
124 |
-
<div class="eael-popup-details-render eael-woo-slider-popup"><div class="eael-preloader"></div></div>
|
125 |
-
</div>
|
126 |
-
<?php
|
127 |
-
} );
|
128 |
-
$classes[] = 'eael-woo-slider';
|
129 |
-
}
|
130 |
-
return $classes;
|
131 |
-
}
|
132 |
-
|
133 |
public function add_to_cart_button_custom_text($default)
|
134 |
{
|
135 |
if ($this->is_show_custom_add_to_cart) {
|
48 |
|
49 |
if ( $is_type_instance && class_exists('woocommerce')) {
|
50 |
$this->load_quick_view_asset();
|
|
|
51 |
}
|
52 |
}
|
53 |
|
107 |
];
|
108 |
}
|
109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
public function add_to_cart_button_custom_text($default)
|
111 |
{
|
112 |
if ($this->is_show_custom_add_to_cart) {
|
includes/Elements/Woo_Product_Carousel.php
CHANGED
@@ -38,7 +38,6 @@ class Woo_Product_Carousel extends Widget_Base {
|
|
38 |
|
39 |
if ( $is_type_instance && class_exists( 'woocommerce' ) ) {
|
40 |
$this->load_quick_view_asset();
|
41 |
-
add_filter( 'body_class', [$this, 'add_slider_body_class'] );
|
42 |
}
|
43 |
}
|
44 |
|
@@ -132,28 +131,6 @@ class Woo_Product_Carousel extends Widget_Base {
|
|
132 |
] );
|
133 |
}
|
134 |
|
135 |
-
/**
|
136 |
-
* added custom markup for popup
|
137 |
-
*
|
138 |
-
* @param $classes
|
139 |
-
* @return mixed
|
140 |
-
*/
|
141 |
-
public function add_slider_body_class( $classes ) {
|
142 |
-
if ( !in_array( 'eael-woo-slider', $classes ) ) {
|
143 |
-
add_action( 'wp_body_open', function () {
|
144 |
-
?>
|
145 |
-
<div style="display: none" class="eael-woocommerce-popup-view eael-product-popup
|
146 |
-
eael-product-zoom-in woocommerce">
|
147 |
-
<div class="eael-product-modal-bg"></div>
|
148 |
-
<div class="eael-popup-details-render eael-woo-slider-popup"><div class="eael-preloader"></div></div>
|
149 |
-
</div>
|
150 |
-
<?php
|
151 |
-
} );
|
152 |
-
$classes[] = 'eael-woo-slider';
|
153 |
-
}
|
154 |
-
return $classes;
|
155 |
-
}
|
156 |
-
|
157 |
protected function eael_get_product_filterby_options() {
|
158 |
return apply_filters( 'eael/woo-product-carousel/filterby-options', [
|
159 |
'recent-products' => esc_html__( 'Recent Products', 'essential-addons-for-elementor-lite' ),
|
38 |
|
39 |
if ( $is_type_instance && class_exists( 'woocommerce' ) ) {
|
40 |
$this->load_quick_view_asset();
|
|
|
41 |
}
|
42 |
}
|
43 |
|
131 |
] );
|
132 |
}
|
133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
protected function eael_get_product_filterby_options() {
|
135 |
return apply_filters( 'eael/woo-product-carousel/filterby-options', [
|
136 |
'recent-products' => esc_html__( 'Recent Products', 'essential-addons-for-elementor-lite' ),
|
languages/essential-addons-for-elementor-lite.pot
CHANGED
@@ -13,43 +13,43 @@ msgstr ""
|
|
13 |
"X-Poedit-SourceCharset: UTF-8\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
|
16 |
-
#: ../includes/Classes/Helper.php:
|
17 |
msgid "Go Premium for More Features"
|
18 |
msgstr ""
|
19 |
|
20 |
-
#: ../includes/Classes/Helper.php:
|
21 |
msgid "Unlock more possibilities"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: ../includes/Classes/Helper.php:
|
25 |
msgid "Select a Contact Form"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: ../includes/Classes/Helper.php:
|
29 |
msgid "Create a Form First"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: ../includes/Classes/Helper.php:
|
33 |
msgid "Select Gravity Form"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: ../includes/Classes/Helper.php:
|
37 |
msgid "Select weForm"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: ../includes/Classes/Helper.php:
|
41 |
msgid "Select Ninja Form"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: ../includes/Classes/Helper.php:
|
45 |
msgid "Select Caldera Form"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: ../includes/Classes/Helper.php:
|
49 |
msgid "Select a WPForm"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: ../includes/Classes/Helper.php:
|
53 |
msgid "Select a Fluent Form"
|
54 |
msgstr ""
|
55 |
|
@@ -427,11 +427,11 @@ msgstr ""
|
|
427 |
msgid "WooCommerce Elements"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:773, ../includes/Elements/Product_Grid.php:
|
431 |
msgid "Product Grid"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:778, ../includes/Elements/Woo_Product_Carousel.php:
|
435 |
msgid "Woo Product Carousel"
|
436 |
msgstr ""
|
437 |
|
@@ -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 |
|
@@ -515,7 +515,7 @@ msgstr ""
|
|
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:
|
519 |
msgid "Pagination"
|
520 |
msgstr ""
|
521 |
|
@@ -523,7 +523,7 @@ msgstr ""
|
|
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:
|
527 |
msgid "Button"
|
528 |
msgstr ""
|
529 |
|
@@ -571,19 +571,19 @@ msgstr ""
|
|
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:
|
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:
|
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:
|
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:
|
587 |
msgid "Box Shadow"
|
588 |
msgstr ""
|
589 |
|
@@ -591,7 +591,7 @@ msgstr ""
|
|
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:
|
595 |
msgid "Typography"
|
596 |
msgstr ""
|
597 |
|
@@ -599,23 +599,23 @@ msgstr ""
|
|
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:
|
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:
|
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:
|
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:
|
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:
|
619 |
msgid "Background Color"
|
620 |
msgstr ""
|
621 |
|
@@ -623,7 +623,7 @@ msgstr ""
|
|
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:
|
627 |
msgid "Padding"
|
628 |
msgstr ""
|
629 |
|
@@ -671,7 +671,7 @@ msgstr ""
|
|
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:
|
675 |
msgid "Height"
|
676 |
msgstr ""
|
677 |
|
@@ -679,23 +679,23 @@ msgstr ""
|
|
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:
|
683 |
msgid "Alignment"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: ../includes/Elements/Advanced_Data_Table.php:1175, ../includes/Elements/Adv_Accordion.php:
|
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:
|
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:
|
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:
|
699 |
msgid "Color"
|
700 |
msgstr ""
|
701 |
|
@@ -715,7 +715,7 @@ msgstr ""
|
|
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:
|
719 |
msgid "Toggle"
|
720 |
msgstr ""
|
721 |
|
@@ -723,39 +723,39 @@ msgstr ""
|
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
759 |
msgid "Div"
|
760 |
msgstr ""
|
761 |
|
@@ -779,7 +779,7 @@ msgstr ""
|
|
779 |
msgid "Content Settings"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: ../includes/Elements/Adv_Accordion.php:204
|
783 |
msgid "Active as Default"
|
784 |
msgstr ""
|
785 |
|
@@ -787,11 +787,11 @@ msgstr ""
|
|
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:
|
791 |
msgid "Icon"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: ../includes/Elements/Adv_Accordion.php:240, ../includes/Elements/Adv_Accordion.php:243, ../includes/Elements/Adv_Tabs.php:197, ../includes/Elements/Adv_Tabs.php:199, ../includes/Elements/Adv_Tabs.php:
|
795 |
msgid "Tab Title"
|
796 |
msgstr ""
|
797 |
|
@@ -799,7 +799,7 @@ msgstr ""
|
|
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:
|
803 |
msgid "Content"
|
804 |
msgstr ""
|
805 |
|
@@ -815,71 +815,79 @@ msgstr ""
|
|
815 |
msgid "Tab Content"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: ../includes/Elements/Adv_Accordion.php:281, ../includes/Elements/Adv_Tabs.php:234, ../includes/Elements/Feature_List.php:
|
819 |
msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur."
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
823 |
msgid "Accordion Tab Title 1"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
827 |
msgid "Accordion Tab Title 2"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
831 |
msgid "Accordion Tab Title 3"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
835 |
msgid "General Style"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
839 |
msgid "Tab Style"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
843 |
msgid "Icon Size"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
847 |
msgid "Icon Gap"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
851 |
msgid "Distance"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
855 |
msgid "Icon Color"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
859 |
msgid "Active"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
863 |
msgid "Content Style"
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
867 |
msgid "Toggle Caret Style"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
871 |
msgid "Icon Padding"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
875 |
msgid "Icon Radius"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: ../includes/Elements/Adv_Accordion.php:
|
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:
|
883 |
msgid "Layout"
|
884 |
msgstr ""
|
885 |
|
@@ -895,11 +903,11 @@ msgstr ""
|
|
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:
|
899 |
msgid "Icon Position"
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: ../includes/Elements/Adv_Tabs.php:107, ../includes/Elements/Feature_List.php:
|
903 |
msgid "Stacked"
|
904 |
msgstr ""
|
905 |
|
@@ -907,59 +915,55 @@ msgstr ""
|
|
907 |
msgid "Inline"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: ../includes/Elements/Adv_Tabs.php:132
|
911 |
-
msgid "Set as Default"
|
912 |
-
msgstr ""
|
913 |
-
|
914 |
#: ../includes/Elements/Adv_Tabs.php:142, ../includes/Elements/Feature_List.php:74, ../includes/Elements/Flip_Box.php:197, ../includes/Elements/Flip_Box.php:426
|
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:
|
919 |
msgid "Image"
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: ../includes/Elements/Adv_Tabs.php:
|
923 |
msgid "Tab Title 1"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: ../includes/Elements/Adv_Tabs.php:
|
927 |
msgid "Tab Title 2"
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: ../includes/Elements/Adv_Tabs.php:
|
931 |
msgid "Tab Title 3"
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: ../includes/Elements/Adv_Tabs.php:
|
935 |
msgid "General"
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: ../includes/Elements/Adv_Tabs.php:
|
939 |
msgid "Title Min Width"
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: ../includes/Elements/Adv_Tabs.php:
|
943 |
msgid "Tab Background Color"
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: ../includes/Elements/Adv_Tabs.php:
|
947 |
msgid "Caret"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: ../includes/Elements/Adv_Tabs.php:
|
951 |
msgid "Show Caret on Active Tab"
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: ../includes/Elements/Adv_Tabs.php:
|
955 |
msgid "Caret Size"
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: ../includes/Elements/Adv_Tabs.php:
|
959 |
msgid "Yes"
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: ../includes/Elements/Adv_Tabs.php:
|
963 |
msgid "No"
|
964 |
msgstr ""
|
965 |
|
@@ -979,15 +983,15 @@ msgstr ""
|
|
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:
|
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:
|
987 |
msgid "Hide"
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:168, ../includes/Elements/Betterdocs_Category_Grid.php:203, ../includes/Elements/Woo_Product_Carousel.php:
|
991 |
msgid "Show Title"
|
992 |
msgstr ""
|
993 |
|
@@ -1031,15 +1035,15 @@ msgstr ""
|
|
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:
|
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:
|
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:
|
1043 |
msgid "Title"
|
1044 |
msgstr ""
|
1045 |
|
@@ -1051,7 +1055,7 @@ msgstr ""
|
|
1051 |
msgid "Count"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:87, ../includes/Elements/Betterdocs_Category_Grid.php:90, ../includes/Elements/Betterdocs_Search_Form.php:83, ../includes/Elements/Caldera_Forms.php:67, ../includes/Elements/Career_Page.php:49, ../includes/Elements/Contact_Form_7.php:109, ../includes/Elements/Crowdfundly_All_Campaign.php:38, ../includes/Elements/Crowdfundly_Organization.php:38, ../includes/Elements/Crowdfundly_Single_Campaign.php:38, ../includes/Elements/EmbedPress.php:54, ../includes/Elements/FluentForm.php:79, ../includes/Elements/Formstack.php:75, ../includes/Elements/Formstack.php:96, ../includes/Elements/Formstack.php:117, ../includes/Elements/GravityForms.php:107, ../includes/Elements/NinjaForms.php:72, ../includes/Elements/TypeForm.php:99, ../includes/Elements/WeForms.php:70, ../includes/Elements/Woocommerce_Review.php:52, ../includes/Elements/Woo_Checkout.php:86, ../includes/Elements/Woo_Product_Carousel.php:
|
1055 |
msgid "Warning!"
|
1056 |
msgstr ""
|
1057 |
|
@@ -1063,7 +1067,7 @@ msgstr ""
|
|
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:
|
1067 |
msgid "<p class=\"no-posts-found\">No posts found!</p>"
|
1068 |
msgstr ""
|
1069 |
|
@@ -1071,7 +1075,7 @@ msgstr ""
|
|
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:
|
1075 |
msgid "Grid"
|
1076 |
msgstr ""
|
1077 |
|
@@ -1079,7 +1083,7 @@ msgstr ""
|
|
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:
|
1083 |
msgid "Masonry"
|
1084 |
msgstr ""
|
1085 |
|
@@ -1119,11 +1123,11 @@ msgstr ""
|
|
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:
|
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:
|
1127 |
msgid "Hover Color"
|
1128 |
msgstr ""
|
1129 |
|
@@ -1183,7 +1187,7 @@ msgstr ""
|
|
1183 |
msgid "Field Padding"
|
1184 |
msgstr ""
|
1185 |
|
1186 |
-
#: ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Facebook_Feed.php:518, ../includes/Elements/Post_Grid.php:413, ../includes/Elements/Pricing_Table.php:466, ../includes/Elements/Pricing_Table.php:1444, ../includes/Elements/Simple_Menu.php:654, ../includes/Elements/Simple_Menu.php:703, ../includes/Elements/Woo_Product_Carousel.php:
|
1187 |
msgid "Shadow"
|
1188 |
msgstr ""
|
1189 |
|
@@ -1195,7 +1199,7 @@ msgstr ""
|
|
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:
|
1199 |
msgid "Border Color"
|
1200 |
msgstr ""
|
1201 |
|
@@ -1227,7 +1231,7 @@ msgstr ""
|
|
1227 |
msgid "Custom Title & Description"
|
1228 |
msgstr ""
|
1229 |
|
1230 |
-
#: ../includes/Elements/Caldera_Forms.php:134, ../includes/Elements/Caldera_Forms.php:319, ../includes/Elements/Contact_Form_7.php:187, ../includes/Elements/Contact_Form_7.php:496, ../includes/Elements/Event_Calendar.php:265, ../includes/Elements/Feature_List.php:
|
1231 |
msgid "Description"
|
1232 |
msgstr ""
|
1233 |
|
@@ -1263,7 +1267,7 @@ msgstr ""
|
|
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:
|
1267 |
msgid "Default"
|
1268 |
msgstr ""
|
1269 |
|
@@ -1319,7 +1323,7 @@ msgstr ""
|
|
1319 |
msgid "Custom Styles"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
-
#: ../includes/Elements/Caldera_Forms.php:998, ../includes/Elements/Contact_Form_7.php:1025, ../includes/Elements/Feature_List.php:
|
1323 |
msgid "Border Width"
|
1324 |
msgstr ""
|
1325 |
|
@@ -1403,7 +1407,7 @@ msgstr ""
|
|
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:
|
1407 |
msgid "Background"
|
1408 |
msgstr ""
|
1409 |
|
@@ -1451,7 +1455,7 @@ msgstr ""
|
|
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:
|
1455 |
msgid "Radius"
|
1456 |
msgstr ""
|
1457 |
|
@@ -1463,7 +1467,7 @@ msgstr ""
|
|
1463 |
msgid "Template Layout"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#: ../includes/Elements/Content_Ticker.php:91, ../includes/Elements/Product_Grid.php:
|
1467 |
msgid "Dynamic"
|
1468 |
msgstr ""
|
1469 |
|
@@ -1487,15 +1491,15 @@ msgstr ""
|
|
1487 |
msgid "Animation Settings"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
-
#: ../includes/Elements/Content_Ticker.php:158, ../includes/Elements/Cta_Box.php:636, ../includes/Elements/Cta_Box.php:853, ../includes/Elements/Woo_Product_Carousel.php:
|
1491 |
msgid "Effect"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
-
#: ../includes/Elements/Content_Ticker.php:159, ../includes/Elements/Woo_Product_Carousel.php:
|
1495 |
msgid "Sets transition effect"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
-
#: ../includes/Elements/Content_Ticker.php:163, ../includes/Elements/Pricing_Table.php:421, ../includes/Elements/Woo_Product_Carousel.php:
|
1499 |
msgid "Slide"
|
1500 |
msgstr ""
|
1501 |
|
@@ -1507,43 +1511,43 @@ msgstr ""
|
|
1507 |
msgid "Slider Speed"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
-
#: ../includes/Elements/Content_Ticker.php:173, ../includes/Elements/Woo_Product_Carousel.php:
|
1511 |
msgid "Duration of transition between slides (in ms)"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
-
#: ../includes/Elements/Content_Ticker.php:191, ../includes/Elements/Sticky_Video.php:303, ../includes/Elements/Woo_Product_Carousel.php:
|
1515 |
msgid "Autoplay"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: ../includes/Elements/Content_Ticker.php:204, ../includes/Elements/Woo_Product_Carousel.php:
|
1519 |
msgid "Autoplay Speed"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
-
#: ../includes/Elements/Content_Ticker.php:224, ../includes/Elements/Woo_Product_Carousel.php:
|
1523 |
msgid "Pause On Hover"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
-
#: ../includes/Elements/Content_Ticker.php:239, ../includes/Elements/Woo_Product_Carousel.php:
|
1527 |
msgid "Infinite Loop"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#: ../includes/Elements/Content_Ticker.php:251, ../includes/Elements/Woo_Product_Carousel.php:
|
1531 |
msgid "Grab Cursor"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#: ../includes/Elements/Content_Ticker.php:252, ../includes/Elements/Woo_Product_Carousel.php:
|
1535 |
msgid "Shows grab cursor when you hover over the slider"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
-
#: ../includes/Elements/Content_Ticker.php:265, ../includes/Elements/Woo_Product_Carousel.php:
|
1539 |
msgid "Navigation"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
-
#: ../includes/Elements/Content_Ticker.php:274, ../includes/Elements/Content_Ticker.php:491, ../includes/Elements/Woo_Product_Carousel.php:
|
1543 |
msgid "Arrows"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
-
#: ../includes/Elements/Content_Ticker.php:286, ../includes/Elements/Image_Accordion.php:82, ../includes/Elements/Woo_Product_Carousel.php:
|
1547 |
msgid "Direction"
|
1548 |
msgstr ""
|
1549 |
|
@@ -1567,15 +1571,15 @@ msgstr ""
|
|
1567 |
msgid "Choose Next Arrow"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: ../includes/Elements/Content_Ticker.php:529, ../includes/Elements/Woo_Product_Carousel.php:
|
1571 |
msgid "Arrows Size"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: ../includes/Elements/Content_Ticker.php:550, ../includes/Elements/Woo_Product_Carousel.php:
|
1575 |
msgid "Align Left Arrow"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: ../includes/Elements/Content_Ticker.php:569, ../includes/Elements/Woo_Product_Carousel.php:
|
1579 |
msgid "Align Right Arrow"
|
1580 |
msgstr ""
|
1581 |
|
@@ -1683,11 +1687,11 @@ msgstr ""
|
|
1683 |
msgid "Separator Style"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
#: ../includes/Elements/Countdown.php:296, ../includes/Elements/Feature_List.php:
|
1687 |
msgid "Solid"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
-
#: ../includes/Elements/Countdown.php:297, ../includes/Elements/Feature_List.php:
|
1691 |
msgid "Dotted"
|
1692 |
msgstr ""
|
1693 |
|
@@ -1763,7 +1767,7 @@ msgstr ""
|
|
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:
|
1767 |
msgid "Color & Typography"
|
1768 |
msgstr ""
|
1769 |
|
@@ -1795,7 +1799,7 @@ msgstr ""
|
|
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:
|
1799 |
msgid "Title Color"
|
1800 |
msgstr ""
|
1801 |
|
@@ -1899,7 +1903,7 @@ msgstr ""
|
|
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:
|
1903 |
msgid "Use Gradient Background"
|
1904 |
msgstr ""
|
1905 |
|
@@ -2119,7 +2123,7 @@ msgstr ""
|
|
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:
|
2123 |
msgid "Link"
|
2124 |
msgstr ""
|
2125 |
|
@@ -2195,7 +2199,7 @@ msgstr ""
|
|
2195 |
msgid "Show Separator"
|
2196 |
msgstr ""
|
2197 |
|
2198 |
-
#: ../includes/Elements/Dual_Color_Header.php:134, ../includes/Elements/Woo_Product_Carousel.php:
|
2199 |
msgid "Title Tag"
|
2200 |
msgstr ""
|
2201 |
|
@@ -2487,7 +2491,7 @@ msgstr ""
|
|
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:
|
2491 |
msgid "Date"
|
2492 |
msgstr ""
|
2493 |
|
@@ -2519,15 +2523,15 @@ msgstr ""
|
|
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:
|
2523 |
msgid "Content Color"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
-
#: ../includes/Elements/Event_Calendar.php:1514, ../includes/Elements/Product_Grid.php:
|
2527 |
msgid " Close Button"
|
2528 |
msgstr ""
|
2529 |
|
2530 |
-
#: ../includes/Elements/Event_Calendar.php:1549, ../includes/Elements/Product_Grid.php:
|
2531 |
msgid "Button Size"
|
2532 |
msgstr ""
|
2533 |
|
@@ -2587,7 +2591,7 @@ msgstr ""
|
|
2587 |
msgid "Max Visible Items"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
-
#: ../includes/Elements/Facebook_Feed.php:171, ../includes/Elements/Twitter_Feed.php:147, ../includes/Elements/Woo_Product_Carousel.php:
|
2591 |
msgid "Layout Settings"
|
2592 |
msgstr ""
|
2593 |
|
@@ -2599,31 +2603,31 @@ msgstr ""
|
|
2599 |
msgid "Overlay"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
-
#: ../includes/Elements/Facebook_Feed.php:192, ../includes/Elements/Filterable_Gallery.php:121, ../includes/Elements/Product_Grid.php:
|
2603 |
msgid "Columns"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
-
#: ../includes/Elements/Facebook_Feed.php:196, ../includes/Elements/Product_Grid.php:
|
2607 |
msgid "1"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
-
#: ../includes/Elements/Facebook_Feed.php:197, ../includes/Elements/Product_Grid.php:
|
2611 |
msgid "2"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
-
#: ../includes/Elements/Facebook_Feed.php:198, ../includes/Elements/Product_Grid.php:
|
2615 |
msgid "3"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
-
#: ../includes/Elements/Facebook_Feed.php:199, ../includes/Elements/Product_Grid.php:
|
2619 |
msgid "4"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
-
#: ../includes/Elements/Facebook_Feed.php:200, ../includes/Elements/Filterable_Gallery.php:518, ../includes/Elements/Product_Grid.php:
|
2623 |
msgid "5"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
-
#: ../includes/Elements/Facebook_Feed.php:201, ../includes/Elements/Product_Grid.php:
|
2627 |
msgid "6"
|
2628 |
msgstr ""
|
2629 |
|
@@ -2675,7 +2679,7 @@ msgstr ""
|
|
2675 |
msgid "Show Preview Description"
|
2676 |
msgstr ""
|
2677 |
|
2678 |
-
#: ../includes/Elements/Facebook_Feed.php:384, ../includes/Elements/Product_Grid.php:
|
2679 |
msgid "Show Load More"
|
2680 |
msgstr ""
|
2681 |
|
@@ -2683,7 +2687,7 @@ msgstr ""
|
|
2683 |
msgid "Label"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
-
#: ../includes/Elements/Facebook_Feed.php:406, ../includes/Elements/Filterable_Gallery.php:692, ../includes/Elements/Product_Grid.php:
|
2687 |
msgid "Load More"
|
2688 |
msgstr ""
|
2689 |
|
@@ -2743,7 +2747,7 @@ msgstr ""
|
|
2743 |
msgid "Likes & Comments"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: ../includes/Elements/Facebook_Feed.php:1146, ../includes/Elements/Image_Accordion.php:391, ../includes/Elements/Post_Timeline.php:132, ../includes/Elements/Team_Member.php:344, ../includes/Elements/Woo_Product_Carousel.php:
|
2747 |
msgid "Overlay Color"
|
2748 |
msgstr ""
|
2749 |
|
@@ -2903,111 +2907,111 @@ msgstr ""
|
|
2903 |
msgid "Icon Background"
|
2904 |
msgstr ""
|
2905 |
|
2906 |
-
#: ../includes/Elements/Feature_List.php:
|
2907 |
msgid "Icon Box Background"
|
2908 |
msgstr ""
|
2909 |
|
2910 |
-
#: ../includes/Elements/Feature_List.php:
|
2911 |
msgid "https://your-link.com"
|
2912 |
msgstr ""
|
2913 |
|
2914 |
-
#: ../includes/Elements/Feature_List.php:
|
2915 |
msgid "Feature Item"
|
2916 |
msgstr ""
|
2917 |
|
2918 |
-
#: ../includes/Elements/Feature_List.php:
|
2919 |
msgid "Feature Item 1"
|
2920 |
msgstr ""
|
2921 |
|
2922 |
-
#: ../includes/Elements/Feature_List.php:
|
2923 |
msgid "Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna"
|
2924 |
msgstr ""
|
2925 |
|
2926 |
-
#: ../includes/Elements/Feature_List.php:
|
2927 |
msgid "Feature Item 2"
|
2928 |
msgstr ""
|
2929 |
|
2930 |
-
#: ../includes/Elements/Feature_List.php:
|
2931 |
msgid "Feature Item 3"
|
2932 |
msgstr ""
|
2933 |
|
2934 |
-
#: ../includes/Elements/Feature_List.php:
|
2935 |
msgid "Title HTML Tag"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
-
#: ../includes/Elements/Feature_List.php:
|
2939 |
msgid "Icon Shape"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
-
#: ../includes/Elements/Feature_List.php:
|
2943 |
msgid "Circle"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
-
#: ../includes/Elements/Feature_List.php:
|
2947 |
msgid "Square"
|
2948 |
msgstr ""
|
2949 |
|
2950 |
-
#: ../includes/Elements/Feature_List.php:
|
2951 |
msgid "Rhombus"
|
2952 |
msgstr ""
|
2953 |
|
2954 |
-
#: ../includes/Elements/Feature_List.php:
|
2955 |
msgid "Shape View"
|
2956 |
msgstr ""
|
2957 |
|
2958 |
-
#: ../includes/Elements/Feature_List.php:
|
2959 |
msgid "Framed"
|
2960 |
msgstr ""
|
2961 |
|
2962 |
-
#: ../includes/Elements/Feature_List.php:
|
2963 |
msgid "Top"
|
2964 |
msgstr ""
|
2965 |
|
2966 |
-
#: ../includes/Elements/Feature_List.php:
|
2967 |
msgid "Arrow Indicator Position"
|
2968 |
msgstr ""
|
2969 |
|
2970 |
-
#: ../includes/Elements/Feature_List.php:
|
2971 |
msgid "Show Connector"
|
2972 |
msgstr ""
|
2973 |
|
2974 |
-
#: ../includes/Elements/Feature_List.php:
|
2975 |
msgid "Space Between"
|
2976 |
msgstr ""
|
2977 |
|
2978 |
-
#: ../includes/Elements/Feature_List.php:
|
2979 |
msgid "Connector Type"
|
2980 |
msgstr ""
|
2981 |
|
2982 |
-
#: ../includes/Elements/Feature_List.php:
|
2983 |
msgid "Classic"
|
2984 |
msgstr ""
|
2985 |
|
2986 |
-
#: ../includes/Elements/Feature_List.php:
|
2987 |
msgid "Modern"
|
2988 |
msgstr ""
|
2989 |
|
2990 |
-
#: ../includes/Elements/Feature_List.php:
|
2991 |
msgid "Connector Styles"
|
2992 |
msgstr ""
|
2993 |
|
2994 |
-
#: ../includes/Elements/Feature_List.php:
|
2995 |
msgid "Dashed"
|
2996 |
msgstr ""
|
2997 |
|
2998 |
-
#: ../includes/Elements/Feature_List.php:
|
2999 |
msgid "Connector Color"
|
3000 |
msgstr ""
|
3001 |
|
3002 |
-
#: ../includes/Elements/Feature_List.php:
|
3003 |
msgid "Connector Width"
|
3004 |
msgstr ""
|
3005 |
|
3006 |
-
#: ../includes/Elements/Feature_List.php:
|
3007 |
msgid "Secondary Color"
|
3008 |
msgstr ""
|
3009 |
|
3010 |
-
#: ../includes/Elements/Feature_List.php:
|
3011 |
msgid "Title Bottom Space"
|
3012 |
msgstr ""
|
3013 |
|
@@ -3063,7 +3067,7 @@ msgstr ""
|
|
3063 |
msgid "Media"
|
3064 |
msgstr ""
|
3065 |
|
3066 |
-
#: ../includes/Elements/Filterable_Gallery.php:230, ../includes/Elements/Product_Grid.php:
|
3067 |
msgid "Buttons"
|
3068 |
msgstr ""
|
3069 |
|
@@ -3343,7 +3347,7 @@ msgstr ""
|
|
3343 |
msgid "Dropdown"
|
3344 |
msgstr ""
|
3345 |
|
3346 |
-
#: ../includes/Elements/Filterable_Gallery.php:2462, ../includes/Elements/Product_Grid.php:
|
3347 |
msgid "Top Spacing"
|
3348 |
msgstr ""
|
3349 |
|
@@ -3599,7 +3603,7 @@ msgstr ""
|
|
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:
|
3603 |
msgid "Price"
|
3604 |
msgstr ""
|
3605 |
|
@@ -3607,7 +3611,7 @@ msgstr ""
|
|
3607 |
msgid "Price Label Color"
|
3608 |
msgstr ""
|
3609 |
|
3610 |
-
#: ../includes/Elements/GravityForms.php:1111, ../includes/Elements/Product_Grid.php:
|
3611 |
msgid "Price Color"
|
3612 |
msgstr ""
|
3613 |
|
@@ -4762,7 +4766,7 @@ msgstr ""
|
|
4762 |
msgid "Align Items"
|
4763 |
msgstr ""
|
4764 |
|
4765 |
-
#: ../includes/Elements/Login_Register.php:3537, ../includes/Elements/Woo_Product_Carousel.php:
|
4766 |
msgid "Stretch"
|
4767 |
msgstr ""
|
4768 |
|
@@ -4834,7 +4838,7 @@ msgstr ""
|
|
4834 |
msgid "Target Blank"
|
4835 |
msgstr ""
|
4836 |
|
4837 |
-
#: ../includes/Elements/Post_Grid.php:200, ../includes/Elements/Product_Grid.php:
|
4838 |
msgid "Read More"
|
4839 |
msgstr ""
|
4840 |
|
@@ -5014,7 +5018,7 @@ msgstr ""
|
|
5014 |
msgid "Date Text Color"
|
5015 |
msgstr ""
|
5016 |
|
5017 |
-
#: ../includes/Elements/Post_Timeline.php:498, ../includes/Elements/Product_Grid.php:
|
5018 |
msgid "<p class=\"no-posts-found\">No layout found!</p>"
|
5019 |
msgstr ""
|
5020 |
|
@@ -5294,375 +5298,375 @@ msgstr ""
|
|
5294 |
msgid "Button Gradient Background"
|
5295 |
msgstr ""
|
5296 |
|
5297 |
-
#: ../includes/Elements/Product_Grid.php:
|
5298 |
msgid "View More"
|
5299 |
msgstr ""
|
5300 |
|
5301 |
-
#: ../includes/Elements/Product_Grid.php:
|
5302 |
msgid "Product ID"
|
5303 |
msgstr ""
|
5304 |
|
5305 |
-
#: ../includes/Elements/Product_Grid.php:
|
5306 |
msgid "Product Title"
|
5307 |
msgstr ""
|
5308 |
|
5309 |
-
#: ../includes/Elements/Product_Grid.php:
|
5310 |
msgid "SKU"
|
5311 |
msgstr ""
|
5312 |
|
5313 |
-
#: ../includes/Elements/Product_Grid.php:
|
5314 |
msgid "Last Modified Date"
|
5315 |
msgstr ""
|
5316 |
|
5317 |
-
#: ../includes/Elements/Product_Grid.php:
|
5318 |
msgid "Parent Id"
|
5319 |
msgstr ""
|
5320 |
|
5321 |
-
#: ../includes/Elements/Product_Grid.php:
|
5322 |
msgid "Random"
|
5323 |
msgstr ""
|
5324 |
|
5325 |
-
#: ../includes/Elements/Product_Grid.php:
|
5326 |
msgid "Menu Order"
|
5327 |
msgstr ""
|
5328 |
|
5329 |
-
#: ../includes/Elements/Product_Grid.php:
|
5330 |
msgid "Recent Products"
|
5331 |
msgstr ""
|
5332 |
|
5333 |
-
#: ../includes/Elements/Product_Grid.php:
|
5334 |
msgid "Featured Products"
|
5335 |
msgstr ""
|
5336 |
|
5337 |
-
#: ../includes/Elements/Product_Grid.php:
|
5338 |
msgid "Best Selling Products"
|
5339 |
msgstr ""
|
5340 |
|
5341 |
-
#: ../includes/Elements/Product_Grid.php:
|
5342 |
msgid "Sale Products"
|
5343 |
msgstr ""
|
5344 |
|
5345 |
-
#: ../includes/Elements/Product_Grid.php:
|
5346 |
msgid "Top Rated Products"
|
5347 |
msgstr ""
|
5348 |
|
5349 |
-
#: ../includes/Elements/Product_Grid.php:
|
5350 |
msgid "Layouts"
|
5351 |
msgstr ""
|
5352 |
|
5353 |
-
#: ../includes/Elements/Product_Grid.php:
|
5354 |
msgid "Style Preset"
|
5355 |
msgstr ""
|
5356 |
|
5357 |
-
#: ../includes/Elements/Product_Grid.php:
|
5358 |
msgid "Simple Style"
|
5359 |
msgstr ""
|
5360 |
|
5361 |
-
#: ../includes/Elements/Product_Grid.php:
|
5362 |
msgid "Reveal Style"
|
5363 |
msgstr ""
|
5364 |
|
5365 |
-
#: ../includes/Elements/Product_Grid.php:
|
5366 |
msgid "Overlay Style"
|
5367 |
msgstr ""
|
5368 |
|
5369 |
-
#: ../includes/Elements/Product_Grid.php:
|
5370 |
msgid "Preset 5"
|
5371 |
msgstr ""
|
5372 |
|
5373 |
-
#: ../includes/Elements/Product_Grid.php:
|
5374 |
msgid "Preset 6"
|
5375 |
msgstr ""
|
5376 |
|
5377 |
-
#: ../includes/Elements/Product_Grid.php:
|
5378 |
msgid "Preset 7"
|
5379 |
msgstr ""
|
5380 |
|
5381 |
-
#: ../includes/Elements/Product_Grid.php:
|
5382 |
msgid "Preset 8"
|
5383 |
msgstr ""
|
5384 |
|
5385 |
-
#: ../includes/Elements/Product_Grid.php:
|
5386 |
msgid "Preset 1"
|
5387 |
msgstr ""
|
5388 |
|
5389 |
-
#: ../includes/Elements/Product_Grid.php:
|
5390 |
msgid "Preset 2"
|
5391 |
msgstr ""
|
5392 |
|
5393 |
-
#: ../includes/Elements/Product_Grid.php:
|
5394 |
msgid "Preset 3"
|
5395 |
msgstr ""
|
5396 |
|
5397 |
-
#: ../includes/Elements/Product_Grid.php:
|
5398 |
msgid "Preset 4"
|
5399 |
msgstr ""
|
5400 |
|
5401 |
-
#: ../includes/Elements/Product_Grid.php:
|
5402 |
msgid "Product Settings"
|
5403 |
msgstr ""
|
5404 |
|
5405 |
-
#: ../includes/Elements/Product_Grid.php:
|
5406 |
msgid "Products"
|
5407 |
msgstr ""
|
5408 |
|
5409 |
-
#: ../includes/Elements/Product_Grid.php:
|
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:
|
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:
|
5418 |
msgid "Filter By"
|
5419 |
msgstr ""
|
5420 |
|
5421 |
-
#: ../includes/Elements/Product_Grid.php:
|
5422 |
msgid "Order By"
|
5423 |
msgstr ""
|
5424 |
|
5425 |
-
#: ../includes/Elements/Product_Grid.php:
|
5426 |
msgid "Order"
|
5427 |
msgstr ""
|
5428 |
|
5429 |
-
#: ../includes/Elements/Product_Grid.php:
|
5430 |
msgid "Products Count"
|
5431 |
msgstr ""
|
5432 |
|
5433 |
-
#: ../includes/Elements/Product_Grid.php:
|
5434 |
msgid "Offset"
|
5435 |
msgstr ""
|
5436 |
|
5437 |
-
#: ../includes/Elements/Product_Grid.php:
|
5438 |
msgid "Product Categories"
|
5439 |
msgstr ""
|
5440 |
|
5441 |
-
#: ../includes/Elements/Product_Grid.php:
|
5442 |
msgid "div"
|
5443 |
msgstr ""
|
5444 |
|
5445 |
-
#: ../includes/Elements/Product_Grid.php:
|
5446 |
msgid "span"
|
5447 |
msgstr ""
|
5448 |
|
5449 |
-
#: ../includes/Elements/Product_Grid.php:
|
5450 |
msgid "p"
|
5451 |
msgstr ""
|
5452 |
|
5453 |
-
#: ../includes/Elements/Product_Grid.php:
|
5454 |
msgid "Show Product Rating?"
|
5455 |
msgstr ""
|
5456 |
|
5457 |
-
#: ../includes/Elements/Product_Grid.php:
|
5458 |
msgid "Show Product Price?"
|
5459 |
msgstr ""
|
5460 |
|
5461 |
-
#: ../includes/Elements/Product_Grid.php:
|
5462 |
msgid "Short Description?"
|
5463 |
msgstr ""
|
5464 |
|
5465 |
-
#: ../includes/Elements/Product_Grid.php:
|
5466 |
msgid "Excerpt Words"
|
5467 |
msgstr ""
|
5468 |
|
5469 |
-
#: ../includes/Elements/Product_Grid.php:
|
5470 |
msgid "Expansion Indicator"
|
5471 |
msgstr ""
|
5472 |
|
5473 |
-
#: ../includes/Elements/Product_Grid.php:
|
5474 |
msgid "Show Product Compare?"
|
5475 |
msgstr ""
|
5476 |
|
5477 |
-
#: ../includes/Elements/Product_Grid.php:
|
5478 |
msgid "Add To Cart"
|
5479 |
msgstr ""
|
5480 |
|
5481 |
-
#: ../includes/Elements/Product_Grid.php:
|
5482 |
msgid "Show Add to cart custom text"
|
5483 |
msgstr ""
|
5484 |
|
5485 |
-
#: ../includes/Elements/Product_Grid.php:
|
5486 |
msgid "Simple Product"
|
5487 |
msgstr ""
|
5488 |
|
5489 |
-
#: ../includes/Elements/Product_Grid.php:
|
5490 |
msgid "Buy Now"
|
5491 |
msgstr ""
|
5492 |
|
5493 |
-
#: ../includes/Elements/Product_Grid.php:
|
5494 |
msgid "Variable Product"
|
5495 |
msgstr ""
|
5496 |
|
5497 |
-
#: ../includes/Elements/Product_Grid.php:
|
5498 |
msgid "Select options"
|
5499 |
msgstr ""
|
5500 |
|
5501 |
-
#: ../includes/Elements/Product_Grid.php:
|
5502 |
msgid "Grouped Product"
|
5503 |
msgstr ""
|
5504 |
|
5505 |
-
#: ../includes/Elements/Product_Grid.php:
|
5506 |
msgid "View products"
|
5507 |
msgstr ""
|
5508 |
|
5509 |
-
#: ../includes/Elements/Product_Grid.php:
|
5510 |
msgid "External Product"
|
5511 |
msgstr ""
|
5512 |
|
5513 |
-
#: ../includes/Elements/Product_Grid.php:
|
5514 |
msgid "Default Product"
|
5515 |
msgstr ""
|
5516 |
|
5517 |
-
#: ../includes/Elements/Product_Grid.php:
|
5518 |
msgid "Label Text"
|
5519 |
msgstr ""
|
5520 |
|
5521 |
-
#: ../includes/Elements/Product_Grid.php:
|
5522 |
msgid "Content Background Color"
|
5523 |
msgstr ""
|
5524 |
|
5525 |
-
#: ../includes/Elements/Product_Grid.php:
|
5526 |
msgid "Image Width(%)"
|
5527 |
msgstr ""
|
5528 |
|
5529 |
-
#: ../includes/Elements/Product_Grid.php:
|
5530 |
msgid "Product Details"
|
5531 |
msgstr ""
|
5532 |
|
5533 |
-
#: ../includes/Elements/Product_Grid.php:
|
5534 |
msgid "Padding (PX)"
|
5535 |
msgstr ""
|
5536 |
|
5537 |
-
#: ../includes/Elements/Product_Grid.php:
|
5538 |
msgid "Width (%)"
|
5539 |
msgstr ""
|
5540 |
|
5541 |
-
#: ../includes/Elements/Product_Grid.php:
|
5542 |
msgid "Product Title Color"
|
5543 |
msgstr ""
|
5544 |
|
5545 |
-
#: ../includes/Elements/Product_Grid.php:
|
5546 |
msgid "Product Price"
|
5547 |
msgstr ""
|
5548 |
|
5549 |
-
#: ../includes/Elements/Product_Grid.php:
|
5550 |
msgid "Sale Price Color"
|
5551 |
msgstr ""
|
5552 |
|
5553 |
-
#: ../includes/Elements/Product_Grid.php:
|
5554 |
msgid "Star Rating"
|
5555 |
msgstr ""
|
5556 |
|
5557 |
-
#: ../includes/Elements/Product_Grid.php:
|
5558 |
msgid "Rating Color"
|
5559 |
msgstr ""
|
5560 |
|
5561 |
-
#: ../includes/Elements/Product_Grid.php:
|
5562 |
msgid "Product Description"
|
5563 |
msgstr ""
|
5564 |
|
5565 |
-
#: ../includes/Elements/Product_Grid.php:
|
5566 |
msgid "Sale Badge Style"
|
5567 |
msgstr ""
|
5568 |
|
5569 |
-
#: ../includes/Elements/Product_Grid.php:
|
5570 |
msgid "Sale Badge Color"
|
5571 |
msgstr ""
|
5572 |
|
5573 |
-
#: ../includes/Elements/Product_Grid.php:
|
5574 |
msgid "Sale Badge Background"
|
5575 |
msgstr ""
|
5576 |
|
5577 |
-
#: ../includes/Elements/Product_Grid.php:
|
5578 |
msgid "Stock Out Badge"
|
5579 |
msgstr ""
|
5580 |
|
5581 |
-
#: ../includes/Elements/Product_Grid.php:
|
5582 |
msgid "Stock Out Badge Color"
|
5583 |
msgstr ""
|
5584 |
|
5585 |
-
#: ../includes/Elements/Product_Grid.php:
|
5586 |
msgid "Stock Out Badge Background"
|
5587 |
msgstr ""
|
5588 |
|
5589 |
-
#: ../includes/Elements/Product_Grid.php:
|
5590 |
msgid "Add to Cart Button Styles"
|
5591 |
msgstr ""
|
5592 |
|
5593 |
-
#: ../includes/Elements/Product_Grid.php:
|
5594 |
msgid "Button Color"
|
5595 |
msgstr ""
|
5596 |
|
5597 |
-
#: ../includes/Elements/Product_Grid.php:
|
5598 |
msgid "Sale / Stock Out Badge"
|
5599 |
msgstr ""
|
5600 |
|
5601 |
-
#: ../includes/Elements/Product_Grid.php:
|
5602 |
msgid "Sale Text"
|
5603 |
msgstr ""
|
5604 |
|
5605 |
-
#: ../includes/Elements/Product_Grid.php:
|
5606 |
msgid "Stock Out Text"
|
5607 |
msgstr ""
|
5608 |
|
5609 |
-
#: ../includes/Elements/Product_Grid.php:
|
5610 |
msgid "Show Quick view?"
|
5611 |
msgstr ""
|
5612 |
|
5613 |
-
#: ../includes/Elements/Product_Grid.php:
|
5614 |
msgid "Quick view Title Tag"
|
5615 |
msgstr ""
|
5616 |
|
5617 |
-
#: ../includes/Elements/Product_Grid.php:
|
5618 |
msgid "Icons Size"
|
5619 |
msgstr ""
|
5620 |
|
5621 |
-
#: ../includes/Elements/Product_Grid.php:
|
5622 |
msgid "Show pagination"
|
5623 |
msgstr ""
|
5624 |
|
5625 |
-
#: ../includes/Elements/Product_Grid.php:
|
5626 |
msgid "Previous Label"
|
5627 |
msgstr ""
|
5628 |
|
5629 |
-
#: ../includes/Elements/Product_Grid.php:
|
5630 |
msgid "←"
|
5631 |
msgstr ""
|
5632 |
|
5633 |
-
#: ../includes/Elements/Product_Grid.php:
|
5634 |
msgid "Next Label"
|
5635 |
msgstr ""
|
5636 |
|
5637 |
-
#: ../includes/Elements/Product_Grid.php:
|
5638 |
msgid "→"
|
5639 |
msgstr ""
|
5640 |
|
5641 |
-
#: ../includes/Elements/Product_Grid.php:
|
5642 |
msgid "Loader"
|
5643 |
msgstr ""
|
5644 |
|
5645 |
-
#: ../includes/Elements/Product_Grid.php:
|
5646 |
msgid "Popup"
|
5647 |
msgstr ""
|
5648 |
|
5649 |
-
#: ../includes/Elements/Product_Grid.php:
|
5650 |
msgid "Review Link Color"
|
5651 |
msgstr ""
|
5652 |
|
5653 |
-
#: ../includes/Elements/Product_Grid.php:
|
5654 |
msgid "Review Link Hover"
|
5655 |
msgstr ""
|
5656 |
|
5657 |
-
#: ../includes/Elements/Product_Grid.php:
|
5658 |
msgid "Sale"
|
5659 |
msgstr ""
|
5660 |
|
5661 |
-
#: ../includes/Elements/Product_Grid.php:
|
5662 |
msgid "Quantity"
|
5663 |
msgstr ""
|
5664 |
|
5665 |
-
#: ../includes/Elements/Product_Grid.php:
|
5666 |
msgid "Cart Button"
|
5667 |
msgstr ""
|
5668 |
|
@@ -5782,7 +5786,7 @@ msgstr ""
|
|
5782 |
msgid "Go to the <a href=\"%s\" target=\"_blank\">Menu screen</a> to manage your menus."
|
5783 |
msgstr ""
|
5784 |
|
5785 |
-
#: ../includes/Elements/Simple_Menu.php:131, ../includes/Elements/Woo_Product_Carousel.php:
|
5786 |
msgid "Preset"
|
5787 |
msgstr ""
|
5788 |
|
@@ -5866,7 +5870,7 @@ msgstr ""
|
|
5866 |
msgid "Sticky"
|
5867 |
msgstr ""
|
5868 |
|
5869 |
-
#: ../includes/Elements/Sticky_Video.php:116, ../includes/Elements/Woo_Product_Carousel.php:
|
5870 |
msgid "Position"
|
5871 |
msgstr ""
|
5872 |
|
@@ -6786,163 +6790,163 @@ msgstr ""
|
|
6786 |
msgid "Privacy Policy"
|
6787 |
msgstr ""
|
6788 |
|
6789 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6790 |
msgid "Title Length"
|
6791 |
msgstr ""
|
6792 |
|
6793 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6794 |
msgid "Image Stretch"
|
6795 |
msgstr ""
|
6796 |
|
6797 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6798 |
msgid "Show Terms From"
|
6799 |
msgstr ""
|
6800 |
|
6801 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6802 |
msgid "Category"
|
6803 |
msgstr ""
|
6804 |
|
6805 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6806 |
msgid "Tags"
|
6807 |
msgstr ""
|
6808 |
|
6809 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6810 |
msgid "Max Terms to Show"
|
6811 |
msgstr ""
|
6812 |
|
6813 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6814 |
msgid "Not Found Message"
|
6815 |
msgstr ""
|
6816 |
|
6817 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6818 |
msgid "Products Not Found"
|
6819 |
msgstr ""
|
6820 |
|
6821 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6822 |
msgid "Carousel Settings"
|
6823 |
msgstr ""
|
6824 |
|
6825 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6826 |
msgid "Coverflow"
|
6827 |
msgstr ""
|
6828 |
|
6829 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6830 |
msgid "Visible Product"
|
6831 |
msgstr ""
|
6832 |
|
6833 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6834 |
msgid "Rotate"
|
6835 |
msgstr ""
|
6836 |
|
6837 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6838 |
msgid "Depth"
|
6839 |
msgstr ""
|
6840 |
|
6841 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6842 |
msgid "Items Gap"
|
6843 |
msgstr ""
|
6844 |
|
6845 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6846 |
msgid "Speed"
|
6847 |
msgstr ""
|
6848 |
|
6849 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6850 |
msgid "Dots"
|
6851 |
msgstr ""
|
6852 |
|
6853 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6854 |
msgid "Image Dots"
|
6855 |
msgstr ""
|
6856 |
|
6857 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6858 |
msgid "Image Dots Visibility"
|
6859 |
msgstr ""
|
6860 |
|
6861 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6862 |
msgid "Query"
|
6863 |
msgstr ""
|
6864 |
|
6865 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6866 |
msgid "Use opacity color for overlay design."
|
6867 |
msgstr ""
|
6868 |
|
6869 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6870 |
msgid "Product Price Color"
|
6871 |
msgstr ""
|
6872 |
|
6873 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6874 |
msgid "Sale Badge"
|
6875 |
msgstr ""
|
6876 |
|
6877 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6878 |
msgid "Review Color"
|
6879 |
msgstr ""
|
6880 |
|
6881 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6882 |
msgid "Inside"
|
6883 |
msgstr ""
|
6884 |
|
6885 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6886 |
msgid "Outside"
|
6887 |
msgstr ""
|
6888 |
|
6889 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6890 |
msgid "Use Custom Width/Height?"
|
6891 |
msgstr ""
|
6892 |
|
6893 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6894 |
msgid "Images Dots"
|
6895 |
msgstr ""
|
6896 |
|
6897 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6898 |
msgid "Image Size"
|
6899 |
msgstr ""
|
6900 |
|
6901 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6902 |
msgid "Choose Arrow"
|
6903 |
msgstr ""
|
6904 |
|
6905 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6906 |
msgid "Angle"
|
6907 |
msgstr ""
|
6908 |
|
6909 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6910 |
msgid "Double Angle"
|
6911 |
msgstr ""
|
6912 |
|
6913 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6914 |
msgid "Chevron"
|
6915 |
msgstr ""
|
6916 |
|
6917 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6918 |
msgid "Chevron Circle"
|
6919 |
msgstr ""
|
6920 |
|
6921 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6922 |
msgid "Arrow"
|
6923 |
msgstr ""
|
6924 |
|
6925 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6926 |
msgid "Long Arrow"
|
6927 |
msgstr ""
|
6928 |
|
6929 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6930 |
msgid "Caret Square"
|
6931 |
msgstr ""
|
6932 |
|
6933 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6934 |
msgid "Arrow Circle"
|
6935 |
msgstr ""
|
6936 |
|
6937 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6938 |
msgid "Arrow Circle O"
|
6939 |
msgstr ""
|
6940 |
|
6941 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6942 |
msgid "Hand"
|
6943 |
msgstr ""
|
6944 |
|
6945 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
6946 |
msgid "<p class=\"eael-no-posts-found\">No layout found!</p>"
|
6947 |
msgstr ""
|
6948 |
|
13 |
"X-Poedit-SourceCharset: UTF-8\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
|
16 |
+
#: ../includes/Classes/Helper.php:205, ../includes/Elements/Adv_Accordion.php:323, ../includes/Elements/Adv_Tabs.php:272, ../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:212, ../includes/Elements/Adv_Accordion.php:330, ../includes/Elements/Adv_Tabs.php:279, ../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 |
|
24 |
+
#: ../includes/Classes/Helper.php:429
|
25 |
msgid "Select a Contact Form"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: ../includes/Classes/Helper.php:435, ../includes/Classes/Helper.php:461, ../includes/Classes/Helper.php:488, ../includes/Classes/Helper.php:515, ../includes/Classes/Helper.php:540, ../includes/Classes/Helper.php:570, ../includes/Classes/Helper.php:596
|
29 |
msgid "Create a Form First"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: ../includes/Classes/Helper.php:455
|
33 |
msgid "Select Gravity Form"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: ../includes/Classes/Helper.php:483, ../includes/Elements/WeForms.php:95
|
37 |
msgid "Select weForm"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: ../includes/Classes/Helper.php:508
|
41 |
msgid "Select Ninja Form"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: ../includes/Classes/Helper.php:534
|
45 |
msgid "Select Caldera Form"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: ../includes/Classes/Helper.php:564
|
49 |
msgid "Select a WPForm"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: ../includes/Classes/Helper.php:591
|
53 |
msgid "Select a Fluent Form"
|
54 |
msgstr ""
|
55 |
|
427 |
msgid "WooCommerce Elements"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:773, ../includes/Elements/Product_Grid.php:61, ../includes/templates/admin/elements.php:492
|
431 |
msgid "Product Grid"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:778, ../includes/Elements/Woo_Product_Carousel.php:63, ../includes/templates/admin/elements.php:512
|
435 |
msgid "Woo Product Carousel"
|
436 |
msgstr ""
|
437 |
|
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:335, ../includes/Elements/Sticky_Video.php:144, ../includes/Traits/Controls.php:67
|
459 |
msgid "Source"
|
460 |
msgstr ""
|
461 |
|
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:2119, ../includes/Elements/Product_Grid.php:2170
|
519 |
msgid "Pagination"
|
520 |
msgstr ""
|
521 |
|
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:1822, ../includes/Elements/Woo_Checkout.php:1291, ../includes/Elements/Woo_Checkout.php:1589, ../includes/Elements/Woo_Checkout.php:2362, ../includes/Elements/Woo_Product_Carousel.php:1285, ../includes/Traits/Woo_Product_Comparable.php:1211, ../includes/Traits/Woo_Product_Comparable.php:1261
|
527 |
msgid "Button"
|
528 |
msgstr ""
|
529 |
|
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:1293, ../includes/Elements/Woo_Product_Carousel.php:2123, ../includes/Elements/Woo_Product_Carousel.php:2326, ../includes/Elements/Woo_Product_Carousel.php:2406, ../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:382, ../includes/Elements/Adv_Accordion.php:571, ../includes/Elements/Adv_Accordion.php:631, ../includes/Elements/Adv_Accordion.php:692, ../includes/Elements/Adv_Accordion.php:775, ../includes/Elements/Adv_Accordion.php:897, ../includes/Elements/Adv_Accordion.php:943, ../includes/Elements/Adv_Accordion.php:989, ../includes/Elements/Adv_Tabs.php:334, ../includes/Elements/Adv_Tabs.php:526, ../includes/Elements/Adv_Tabs.php:593, ../includes/Elements/Adv_Tabs.php:662, ../includes/Elements/Adv_Tabs.php:756, ../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:2265, ../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:2231, ../includes/Elements/Woo_Product_Carousel.php:2665, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php: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:389, ../includes/Elements/Adv_Accordion.php:578, ../includes/Elements/Adv_Accordion.php:638, ../includes/Elements/Adv_Accordion.php:699, ../includes/Elements/Adv_Tabs.php:342, ../includes/Elements/Adv_Tabs.php:533, ../includes/Elements/Adv_Tabs.php:600, ../includes/Elements/Adv_Tabs.php:669, ../includes/Elements/Adv_Tabs.php:763, ../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:640, ../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:933, ../includes/Elements/Product_Grid.php:2009, ../includes/Elements/Product_Grid.php:2365, ../includes/Elements/Product_Grid.php:2705, ../includes/Elements/Product_Grid.php:2904, ../includes/Elements/Product_Grid.php:2936, ../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:998, ../includes/Elements/Woo_Product_Carousel.php:1400, ../includes/Elements/Woo_Product_Carousel.php:1803, ../includes/Elements/Woo_Product_Carousel.php:1999, ../includes/Elements/Woo_Product_Carousel.php:2031, ../includes/Elements/Woo_Product_Carousel.php:2241, ../includes/Elements/Woo_Product_Carousel.php:2364, ../includes/Elements/Woo_Product_Carousel.php:2488, ../includes/Elements/Woo_Product_Carousel.php:2675, ../includes/Elements/WpForms.php:338, ../includes/Elements/WpForms.php:639, ../includes/Elements/WpForms.php:1047, ../includes/Elements/WpForms.php:1073, ../includes/Elements/WpForms.php:1243, ../includes/Extensions/Table_of_Content.php: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:893, ../includes/Elements/Product_Grid.php:921, ../includes/Elements/Product_Grid.php:2928, ../includes/Elements/Product_Grid.php:2963, ../includes/Elements/Progress_Bar.php:652, ../includes/Elements/Twitter_Feed.php:664, ../includes/Elements/Twitter_Feed.php:876, ../includes/Elements/Woo_Product_Carousel.php:957, ../includes/Elements/Woo_Product_Carousel.php:986, ../includes/Elements/Woo_Product_Carousel.php:2023, ../includes/Elements/Woo_Product_Carousel.php:2058, ../includes/Elements/Woo_Product_Carousel.php:2737, ../includes/Extensions/Table_of_Content.php:533, ../includes/Extensions/Table_of_Content.php:778, ../includes/Traits/Woo_Product_Comparable.php:1418
|
587 |
msgid "Box Shadow"
|
588 |
msgstr ""
|
589 |
|
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:2425, ../includes/Elements/Product_Grid.php:2456, ../includes/Elements/Product_Grid.php:2498, ../includes/Elements/Product_Grid.php:2564, ../includes/Elements/Product_Grid.php:2605, ../includes/Elements/Product_Grid.php:2662, ../includes/Elements/Product_Grid.php:2779, ../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:1511, ../includes/Elements/Woo_Product_Carousel.php:1541, ../includes/Elements/Woo_Product_Carousel.php:1583, ../includes/Elements/Woo_Product_Carousel.php:1662, ../includes/Elements/Woo_Product_Carousel.php:1702, ../includes/Elements/Woo_Product_Carousel.php:1759, ../includes/Elements/Woo_Product_Carousel.php:1878, ../includes/Elements/WpForms.php:432, ../includes/Elements/WpForms.php:481, ../includes/Elements/WpForms.php:545, ../includes/Elements/WpForms.php:785, ../includes/Elements/WpForms.php:863, ../includes/Elements/WpForms.php:1287, ../includes/Traits/Woo_Product_Comparable.php:1077, ../includes/Traits/Woo_Product_Comparable.php:1195
|
595 |
msgid "Typography"
|
596 |
msgstr ""
|
597 |
|
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:303, ../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:685, ../includes/Elements/Product_Grid.php:1003, ../includes/Elements/Product_Grid.php:1701, ../includes/Elements/Product_Grid.php:2186, ../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:694, ../includes/Elements/Woo_Product_Carousel.php:810, ../includes/Elements/Woo_Product_Carousel.php:859, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Table_of_Content.php: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:689, ../includes/Elements/Product_Grid.php:1007, ../includes/Elements/Product_Grid.php:2190, ../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:863, ../includes/Elements/WpForms.php:275, ../includes/Elements/WpForms.php:392, ../includes/Elements/WpForms.php:576, ../includes/Elements/WpForms.php:1141, ../includes/Traits/Controls.php:598, ../includes/Traits/Controls.php: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:311, ../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:693, ../includes/Elements/Product_Grid.php:1011, ../includes/Elements/Product_Grid.php:1705, ../includes/Elements/Product_Grid.php:2194, ../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:695, ../includes/Elements/Woo_Product_Carousel.php:814, ../includes/Elements/Woo_Product_Carousel.php:867, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Table_of_Content.php: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:547, ../includes/Elements/Adv_Accordion.php:607, ../includes/Elements/Adv_Accordion.php:667, ../includes/Elements/Adv_Accordion.php:734, ../includes/Elements/Adv_Tabs.php:499, ../includes/Elements/Adv_Tabs.php:566, ../includes/Elements/Adv_Tabs.php:633, ../includes/Elements/Adv_Tabs.php:715, ../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:2240, ../includes/Elements/Product_Grid.php:2278, ../includes/Elements/Product_Grid.php:2322, ../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:883, ../includes/Elements/Adv_Accordion.php:929, ../includes/Elements/Adv_Accordion.php:975, ../includes/Elements/Adv_Tabs.php:480, ../includes/Elements/Adv_Tabs.php:696, ../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:1850, ../includes/Elements/Product_Grid.php:1958, ../includes/Elements/Product_Grid.php:2066, ../includes/Elements/Product_Grid.php:2252, ../includes/Elements/Product_Grid.php:2290, ../includes/Elements/Product_Grid.php:2334, ../includes/Elements/Product_Grid.php:2582, ../includes/Elements/Product_Grid.php:2625, ../includes/Elements/Product_Grid.php:2686, ../includes/Elements/Product_Grid.php:2737, ../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:885, ../includes/Elements/Woo_Product_Carousel.php:1378, ../includes/Elements/Woo_Product_Carousel.php:1460, ../includes/Elements/Woo_Product_Carousel.php:1679, ../includes/Elements/Woo_Product_Carousel.php:1722, ../includes/Elements/Woo_Product_Carousel.php:1784, ../includes/Elements/Woo_Product_Carousel.php:1836, ../includes/Elements/Woo_Product_Carousel.php:2640, ../includes/Elements/Woo_Product_Carousel.php:2696, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Table_of_Content.php: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 |
|
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:359, ../includes/Elements/Adv_Accordion.php:512, ../includes/Elements/Adv_Accordion.php:752, ../includes/Elements/Adv_Tabs.php:311, ../includes/Elements/Adv_Tabs.php:454, ../includes/Elements/Adv_Tabs.php:733, ../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:597, ../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:796, ../includes/Elements/Product_Grid.php:1047, ../includes/Elements/Product_Grid.php:1459, ../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:1020, ../includes/Elements/Woo_Product_Carousel.php:2253, ../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 |
|
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:1312, ../includes/Elements/Woo_Product_Carousel.php:2145, ../includes/Elements/Woo_Product_Carousel.php:2345, ../includes/Elements/Woo_Product_Carousel.php:2433, ../includes/Extensions/Reading_Progress.php:128
|
675 |
msgid "Height"
|
676 |
msgstr ""
|
677 |
|
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:681, ../includes/Elements/Product_Grid.php:999, ../includes/Elements/Product_Grid.php:1697, ../includes/Elements/Product_Grid.php:2182, ../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:806, ../includes/Elements/Woo_Product_Carousel.php:855, ../includes/Elements/WpForms.php:384, ../includes/Elements/WpForms.php:568, ../includes/Elements/WpForms.php:1133, ../includes/Traits/Controls.php:1899
|
683 |
msgid "Alignment"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1175, ../includes/Elements/Adv_Accordion.php:370, ../includes/Elements/Adv_Accordion.php:523, ../includes/Elements/Adv_Accordion.php:763, ../includes/Elements/Adv_Tabs.php:322, ../includes/Elements/Adv_Tabs.php:465, ../includes/Elements/Adv_Tabs.php:744, ../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:914, ../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:534, ../includes/Elements/Adv_Accordion.php:862, ../includes/Elements/Adv_Tabs.php:476, ../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:851, ../includes/Elements/Product_Grid.php:1498, ../includes/Elements/Product_Grid.php:1940, ../includes/Elements/Product_Grid.php:2235, ../includes/Elements/Product_Grid.php:2669, ../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:926, ../includes/Elements/Woo_Product_Carousel.php:1362, ../includes/Elements/Woo_Product_Carousel.php:1767, ../includes/Elements/Woo_Product_Carousel.php:2211, ../includes/Elements/Woo_Product_Carousel.php:2633, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php: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:592, ../includes/Elements/Adv_Accordion.php:909, ../includes/Elements/Adv_Tabs.php:543, ../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:901, ../includes/Elements/Product_Grid.php:1574, ../includes/Elements/Product_Grid.php:2049, ../includes/Elements/Product_Grid.php:2273, ../includes/Elements/Product_Grid.php:2720, ../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:966, ../includes/Elements/Woo_Product_Carousel.php:1444, ../includes/Elements/Woo_Product_Carousel.php:1819, ../includes/Elements/Woo_Product_Carousel.php:2274, ../includes/Elements/Woo_Product_Carousel.php:2689, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php: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:541, ../includes/Elements/Feature_List.php:763, ../includes/Elements/Feature_List.php:797, ../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:1321, ../includes/Elements/Product_Grid.php:1945, ../includes/Elements/Product_Grid.php:2054, ../includes/Elements/Product_Grid.php:2391, ../includes/Elements/Product_Grid.php:2572, ../includes/Elements/Product_Grid.php:2613, ../includes/Elements/Product_Grid.php:2674, ../includes/Elements/Product_Grid.php:2725, ../includes/Elements/Product_Grid.php:2882, ../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:1172, ../includes/Elements/Woo_Product_Carousel.php:1367, ../includes/Elements/Woo_Product_Carousel.php:1449, ../includes/Elements/Woo_Product_Carousel.php:1669, ../includes/Elements/Woo_Product_Carousel.php:1710, ../includes/Elements/Woo_Product_Carousel.php:1772, ../includes/Elements/Woo_Product_Carousel.php:1824, ../includes/Elements/Woo_Product_Carousel.php:1977, ../includes/Elements/Woo_Product_Carousel.php:2218, ../includes/Elements/Woo_Product_Carousel.php:2281, ../includes/Elements/Woo_Product_Carousel.php:2314, ../includes/Elements/Woo_Product_Carousel.php:2652, ../includes/Elements/Woo_Product_Carousel.php:2708, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php: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 |
|
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:2544, ../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:440, ../includes/Elements/Product_Grid.php:1782, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:158, ../includes/Elements/Woo_Product_Carousel.php:235, ../includes/Elements/Woo_Product_Carousel.php:395, ../includes/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:441, ../includes/Elements/Product_Grid.php:1783, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:159, ../includes/Elements/Woo_Product_Carousel.php:236, ../includes/Elements/Woo_Product_Carousel.php:396, ../includes/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:442, ../includes/Elements/Product_Grid.php:1784, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:160, ../includes/Elements/Woo_Product_Carousel.php:237, ../includes/Elements/Woo_Product_Carousel.php:397, ../includes/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:443, ../includes/Elements/Product_Grid.php:1785, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:161, ../includes/Elements/Woo_Product_Carousel.php:238, ../includes/Elements/Woo_Product_Carousel.php:398, ../includes/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:444, ../includes/Elements/Product_Grid.php:1786, ../includes/Elements/Progress_Bar.php:142, ../includes/Elements/Tooltip.php:162, ../includes/Elements/Woo_Product_Carousel.php:239, ../includes/Elements/Woo_Product_Carousel.php:399, ../includes/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:445, ../includes/Elements/Product_Grid.php:1787, ../includes/Elements/Progress_Bar.php:143, ../includes/Elements/Tooltip.php:163, ../includes/Elements/Woo_Product_Carousel.php:240, ../includes/Elements/Woo_Product_Carousel.php:400, ../includes/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:1788, ../includes/Elements/Woo_Product_Carousel.php:241, ../includes/Elements/Woo_Product_Carousel.php:401, ../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:1789, ../includes/Elements/Tooltip.php:166, ../includes/Elements/Woo_Product_Carousel.php:242, ../includes/Elements/Woo_Product_Carousel.php:402, ../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:1790, ../includes/Elements/Woo_Product_Carousel.php:243, ../includes/Elements/Woo_Product_Carousel.php:403, ../includes/Traits/Controls.php:834
|
759 |
msgid "Div"
|
760 |
msgstr ""
|
761 |
|
779 |
msgid "Content Settings"
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: ../includes/Elements/Adv_Accordion.php:204, ../includes/Elements/Adv_Tabs.php:132
|
783 |
msgid "Active as Default"
|
784 |
msgstr ""
|
785 |
|
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:502, ../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 |
|
794 |
+
#: ../includes/Elements/Adv_Accordion.php:240, ../includes/Elements/Adv_Accordion.php:243, ../includes/Elements/Adv_Tabs.php:197, ../includes/Elements/Adv_Tabs.php:199, ../includes/Elements/Adv_Tabs.php:367
|
795 |
msgid "Tab Title"
|
796 |
msgstr ""
|
797 |
|
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:689, ../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:191, ../includes/Elements/Feature_List.php:695, ../includes/Elements/Flip_Box.php:157, ../includes/Elements/Image_Accordion.php:97, ../includes/Elements/Image_Accordion.php:208, ../includes/Elements/Image_Accordion.php:516, ../includes/Elements/Info_Box.php:252, ../includes/Elements/Product_Grid.php:2488, ../includes/Elements/Tooltip.php:140, ../includes/Elements/Tooltip.php:273, ../includes/Elements/Woo_Product_Carousel.php:1573
|
803 |
msgid "Content"
|
804 |
msgstr ""
|
805 |
|
815 |
msgid "Tab Content"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: ../includes/Elements/Adv_Accordion.php:281, ../includes/Elements/Adv_Tabs.php:234, ../includes/Elements/Feature_List.php:193
|
819 |
msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur."
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: ../includes/Elements/Adv_Accordion.php:292, ../includes/Elements/Adv_Tabs.php:245
|
823 |
+
msgid "Custom ID"
|
824 |
+
msgstr ""
|
825 |
+
|
826 |
+
#: ../includes/Elements/Adv_Accordion.php:294, ../includes/Elements/Adv_Tabs.php:247
|
827 |
+
msgid "Custom ID will be added as an anchor tag. For example, if you add ‘test’ as your custom ID, the link will become like the following: https://www.example.com/#test and it will open the respective tab directly."
|
828 |
+
msgstr ""
|
829 |
+
|
830 |
+
#: ../includes/Elements/Adv_Accordion.php:305
|
831 |
msgid "Accordion Tab Title 1"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: ../includes/Elements/Adv_Accordion.php:306
|
835 |
msgid "Accordion Tab Title 2"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: ../includes/Elements/Adv_Accordion.php:307
|
839 |
msgid "Accordion Tab Title 3"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: ../includes/Elements/Adv_Accordion.php:352, ../includes/Elements/Data_Table.php:513, ../includes/Elements/Filterable_Gallery.php:826
|
843 |
msgid "General Style"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: ../includes/Elements/Adv_Accordion.php:412
|
847 |
msgid "Tab Style"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: ../includes/Elements/Adv_Accordion.php:426, ../includes/Elements/Adv_Accordion.php:803, ../includes/Elements/Adv_Tabs.php:407, ../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:575, ../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:1271, ../includes/Elements/Product_Grid.php:2830, ../includes/Elements/Team_Member.php:643, ../includes/Elements/Tooltip.php:113, ../includes/Elements/Woo_Product_Carousel.php:1141, ../includes/Elements/Woo_Product_Carousel.php:1925, ../includes/Elements/Woo_Product_Carousel.php:2573, ../includes/Extensions/Table_of_Content.php:681, ../includes/Traits/Woo_Product_Comparable.php:1345
|
851 |
msgid "Icon Size"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: ../includes/Elements/Adv_Accordion.php:448, ../includes/Elements/Adv_Accordion.php:474, ../includes/Elements/Adv_Tabs.php:431
|
855 |
msgid "Icon Gap"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: ../includes/Elements/Adv_Accordion.php:500
|
859 |
msgid "Distance"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: ../includes/Elements/Adv_Accordion.php:558, ../includes/Elements/Adv_Accordion.php:618, ../includes/Elements/Adv_Accordion.php:679, ../includes/Elements/Adv_Tabs.php:510, ../includes/Elements/Adv_Tabs.php:577, ../includes/Elements/Adv_Tabs.php:644, ../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
|
863 |
msgid "Icon Color"
|
864 |
msgstr ""
|
865 |
|
866 |
+
#: ../includes/Elements/Adv_Accordion.php:652, ../includes/Elements/Adv_Accordion.php:954, ../includes/Elements/Adv_Tabs.php:610, ../includes/Elements/Event_Calendar.php:901, ../includes/Elements/Filterable_Gallery.php:1020, ../includes/Elements/Product_Grid.php:2317, ../includes/Elements/Simple_Menu.php:424, ../includes/Elements/Woo_Product_Carousel.php:2307, ../includes/Extensions/Table_of_Content.php:959
|
867 |
msgid "Active"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: ../includes/Elements/Adv_Accordion.php:717, ../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
|
871 |
msgid "Content Style"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: ../includes/Elements/Adv_Accordion.php:795
|
875 |
msgid "Toggle Caret Style"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: ../includes/Elements/Adv_Accordion.php:828
|
879 |
msgid "Icon Padding"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: ../includes/Elements/Adv_Accordion.php:842
|
883 |
msgid "Icon Radius"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: ../includes/Elements/Adv_Accordion.php:868, ../includes/Elements/Adv_Accordion.php:915, ../includes/Elements/Adv_Accordion.php:960, ../includes/Elements/Adv_Tabs.php:828
|
887 |
msgid "Caret Color"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: ../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:232, ../includes/Elements/Product_Grid.php:426, ../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:209, ../includes/Traits/Controls.php:404, ../includes/Traits/Controls.php:533, ../includes/Traits/Controls.php:593
|
891 |
msgid "Layout"
|
892 |
msgstr ""
|
893 |
|
903 |
msgid "Enable Icon"
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: ../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:299, ../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
|
907 |
msgid "Icon Position"
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: ../includes/Elements/Adv_Tabs.php:107, ../includes/Elements/Feature_List.php:291
|
911 |
msgid "Stacked"
|
912 |
msgstr ""
|
913 |
|
915 |
msgid "Inline"
|
916 |
msgstr ""
|
917 |
|
|
|
|
|
|
|
|
|
918 |
#: ../includes/Elements/Adv_Tabs.php:142, ../includes/Elements/Feature_List.php:74, ../includes/Elements/Flip_Box.php:197, ../includes/Elements/Flip_Box.php:426
|
919 |
msgid "Icon Type"
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: ../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:167, ../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
|
923 |
msgid "Image"
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: ../includes/Elements/Adv_Tabs.php:258
|
927 |
msgid "Tab Title 1"
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: ../includes/Elements/Adv_Tabs.php:259
|
931 |
msgid "Tab Title 2"
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: ../includes/Elements/Adv_Tabs.php:260
|
935 |
msgid "Tab Title 3"
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: ../includes/Elements/Adv_Tabs.php:303, ../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
|
939 |
msgid "General"
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: ../includes/Elements/Adv_Tabs.php:381
|
943 |
msgid "Title Min Width"
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: ../includes/Elements/Adv_Tabs.php:547, ../includes/Elements/Adv_Tabs.php:614
|
947 |
msgid "Tab Background Color"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: ../includes/Elements/Adv_Tabs.php:789, ../includes/Elements/Woo_Product_Carousel.php:2540
|
951 |
msgid "Caret"
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: ../includes/Elements/Adv_Tabs.php:796
|
955 |
msgid "Show Caret on Active Tab"
|
956 |
msgstr ""
|
957 |
|
958 |
+
#: ../includes/Elements/Adv_Tabs.php:805
|
959 |
msgid "Caret Size"
|
960 |
msgstr ""
|
961 |
|
962 |
+
#: ../includes/Elements/Adv_Tabs.php:860, ../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:327, ../includes/Elements/Woo_Product_Carousel.php:556, ../includes/Elements/Woo_Product_Carousel.php:588, ../includes/Elements/Woo_Product_Carousel.php:603, ../includes/Elements/Woo_Product_Carousel.php:638, ../includes/Elements/Woo_Product_Carousel.php:650, ../includes/Elements/Woo_Product_Carousel.php:661, ../includes/Elements/Woo_Product_Carousel.php:2114, ../includes/Elements/WpForms.php:107, ../includes/Elements/WpForms.php:937, ../includes/Extensions/Reading_Progress.php:41, ../includes/Extensions/Reading_Progress.php:77, ../includes/Extensions/Table_of_Content.php:45, ../includes/Extensions/Table_of_Content.php:79, ../includes/Extensions/Table_of_Content.php:211, ../includes/Extensions/Table_of_Content.php:226, ../includes/Extensions/Table_of_Content.php:241, ../includes/Extensions/Table_of_Content.php:256, ../includes/Extensions/Table_of_Content.php:271, ../includes/Traits/Controls.php:376
|
963 |
msgid "Yes"
|
964 |
msgstr ""
|
965 |
|
966 |
+
#: ../includes/Elements/Adv_Tabs.php:861, ../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:361, ../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:328, ../includes/Elements/Woo_Product_Carousel.php:557, ../includes/Elements/Woo_Product_Carousel.php:589, ../includes/Elements/Woo_Product_Carousel.php:604, ../includes/Elements/Woo_Product_Carousel.php:639, ../includes/Elements/Woo_Product_Carousel.php:651, ../includes/Elements/Woo_Product_Carousel.php:662, ../includes/Elements/Woo_Product_Carousel.php:2115, ../includes/Elements/WpForms.php:108, ../includes/Elements/WpForms.php:938, ../includes/Extensions/Reading_Progress.php:42, ../includes/Extensions/Reading_Progress.php:78, ../includes/Extensions/Table_of_Content.php:46, ../includes/Extensions/Table_of_Content.php:80, ../includes/Extensions/Table_of_Content.php:212, ../includes/Extensions/Table_of_Content.php:227, ../includes/Extensions/Table_of_Content.php:242, ../includes/Extensions/Table_of_Content.php:257, ../includes/Extensions/Table_of_Content.php:272, ../includes/Traits/Controls.php:377
|
967 |
msgid "No"
|
968 |
msgstr ""
|
969 |
|
983 |
msgid "Show Icon"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: ../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:360, ../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:547, ../includes/Elements/Product_Grid.php:649, ../includes/Elements/Product_Grid.php:1490, ../includes/Elements/Product_Grid.php:2133, ../includes/Elements/Sticky_Video.php:362, ../includes/Elements/Twitter_Feed.php:392, ../includes/Elements/Woo_Product_Carousel.php:221, ../includes/Elements/Woo_Product_Carousel.php:617, ../includes/Elements/Woo_Product_Carousel.php:676, ../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
|
987 |
msgid "Show"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: ../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:548, ../includes/Elements/Product_Grid.php:650, ../includes/Elements/Product_Grid.php:1491, ../includes/Elements/Product_Grid.php:2134, ../includes/Elements/Sticky_Video.php:363, ../includes/Elements/Twitter_Feed.php:393, ../includes/Elements/Woo_Product_Carousel.php:222, ../includes/Elements/Woo_Product_Carousel.php:618, ../includes/Elements/Woo_Product_Carousel.php:677, ../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
|
991 |
msgid "Hide"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:168, ../includes/Elements/Betterdocs_Category_Grid.php:203, ../includes/Elements/Woo_Product_Carousel.php:219, ../includes/Traits/Controls.php:810
|
995 |
msgid "Show Title"
|
996 |
msgstr ""
|
997 |
|
1035 |
msgid "Area"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
+
#: ../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:555, ../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:2167, ../includes/Elements/WpForms.php:946, ../includes/Traits/Woo_Product_Comparable.php:111, ../includes/Traits/Woo_Product_Comparable.php:1437
|
1039 |
msgid "Size"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
+
#: ../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:656, ../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:2190, ../includes/Elements/WpForms.php:765, ../includes/Elements/WpForms.php:871
|
1043 |
msgid "Spacing"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: ../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:181, ../includes/Elements/Feature_List.php:183, ../includes/Elements/Feature_List.php:735, ../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:2416, ../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:1502, ../includes/Elements/WpForms.php:116, ../includes/Elements/WpForms.php:146, ../includes/Elements/WpForms.php:410, ../includes/Extensions/Table_of_Content.php:110, ../includes/Traits/Woo_Product_Comparable.php:41, ../includes/Traits/Woo_Product_Comparable.php:75, ../includes/Traits/Woo_Product_Comparable.php:1083, ../includes/Traits/Woo_Product_Comparable.php:1201
|
1047 |
msgid "Title"
|
1048 |
msgstr ""
|
1049 |
|
1055 |
msgid "Count"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:87, ../includes/Elements/Betterdocs_Category_Grid.php:90, ../includes/Elements/Betterdocs_Search_Form.php:83, ../includes/Elements/Caldera_Forms.php:67, ../includes/Elements/Career_Page.php:49, ../includes/Elements/Contact_Form_7.php:109, ../includes/Elements/Crowdfundly_All_Campaign.php:38, ../includes/Elements/Crowdfundly_Organization.php:38, ../includes/Elements/Crowdfundly_Single_Campaign.php:38, ../includes/Elements/EmbedPress.php:54, ../includes/Elements/FluentForm.php:79, ../includes/Elements/Formstack.php:75, ../includes/Elements/Formstack.php:96, ../includes/Elements/Formstack.php:117, ../includes/Elements/GravityForms.php:107, ../includes/Elements/NinjaForms.php:72, ../includes/Elements/TypeForm.php:99, ../includes/Elements/WeForms.php:70, ../includes/Elements/Woocommerce_Review.php:52, ../includes/Elements/Woo_Checkout.php:86, ../includes/Elements/Woo_Product_Carousel.php:180, ../includes/Elements/WpForms.php:69, ../includes/Traits/Woo_Product_Comparable.php:131
|
1059 |
msgid "Warning!"
|
1060 |
msgstr ""
|
1061 |
|
1067 |
msgid "File Not Found"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: ../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:3043
|
1071 |
msgid "<p class=\"no-posts-found\">No posts found!</p>"
|
1072 |
msgstr ""
|
1073 |
|
1075 |
msgid "Layout Mode"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
+
#: ../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:236, ../includes/Traits/Controls.php:537
|
1079 |
msgid "Grid"
|
1080 |
msgstr ""
|
1081 |
|
1083 |
msgid "Fit to Screen"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:143, ../includes/Elements/Filterable_Gallery.php:147, ../includes/Elements/Product_Grid.php:238, ../includes/Elements/Twitter_Feed.php:159, ../includes/Traits/Controls.php:538
|
1087 |
msgid "Masonry"
|
1088 |
msgstr ""
|
1089 |
|
1123 |
msgid "Ticker Background"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
+
#: ../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:377, ../includes/Elements/Product_Grid.php:237, ../includes/Elements/Twitter_Feed.php:158, ../includes/Extensions/Table_of_Content.php:824
|
1127 |
msgid "List"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: ../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:2810, ../includes/Elements/Twitter_Feed.php:766, ../includes/Elements/Woo_Product_Carousel.php:1905
|
1131 |
msgid "Hover Color"
|
1132 |
msgstr ""
|
1133 |
|
1187 |
msgid "Field Padding"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
+
#: ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Facebook_Feed.php:518, ../includes/Elements/Post_Grid.php:413, ../includes/Elements/Pricing_Table.php:466, ../includes/Elements/Pricing_Table.php:1444, ../includes/Elements/Simple_Menu.php:654, ../includes/Elements/Simple_Menu.php:703, ../includes/Elements/Woo_Product_Carousel.php:2377
|
1191 |
msgid "Shadow"
|
1192 |
msgstr ""
|
1193 |
|
1199 |
msgid "Close Icon"
|
1200 |
msgstr ""
|
1201 |
|
1202 |
+
#: ../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:766, ../includes/Elements/Product_Grid.php:906, ../includes/Elements/Product_Grid.php:1626, ../includes/Elements/Product_Grid.php:1911, ../includes/Elements/Product_Grid.php:2093, ../includes/Elements/Product_Grid.php:2302, ../includes/Elements/Product_Grid.php:2346, ../includes/Elements/Product_Grid.php:2541, ../includes/Elements/Product_Grid.php:2637, ../includes/Elements/Product_Grid.php:2749, ../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:971, ../includes/Elements/Woo_Product_Carousel.php:1347, ../includes/Elements/Woo_Product_Carousel.php:1471, ../includes/Elements/Woo_Product_Carousel.php:1639, ../includes/Elements/Woo_Product_Carousel.php:1734, ../includes/Elements/Woo_Product_Carousel.php:1848, ../includes/Elements/Woo_Product_Carousel.php:2293, ../includes/Elements/Woo_Product_Carousel.php:2720, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1501, ../includes/Traits/Woo_Product_Comparable.php:1723
|
1203 |
msgid "Border Color"
|
1204 |
msgstr ""
|
1205 |
|
1231 |
msgid "Custom Title & Description"
|
1232 |
msgstr ""
|
1233 |
|
1234 |
+
#: ../includes/Elements/Caldera_Forms.php:134, ../includes/Elements/Caldera_Forms.php:319, ../includes/Elements/Contact_Form_7.php:187, ../includes/Elements/Contact_Form_7.php:496, ../includes/Elements/Event_Calendar.php:265, ../includes/Elements/Feature_List.php:788, ../includes/Elements/FluentForm.php:148, ../includes/Elements/FluentForm.php:326, ../includes/Elements/FluentForm.php:1152, ../includes/Elements/Formstack.php:217, ../includes/Elements/Formstack.php:521, ../includes/Elements/Formstack.php:704, ../includes/Elements/GravityForms.php:173, ../includes/Elements/GravityForms.php:204, ../includes/Elements/GravityForms.php:537, ../includes/Elements/NinjaForms.php:155, ../includes/Elements/NinjaForms.php:492, ../includes/Elements/Team_Member.php:132, ../includes/Elements/WpForms.php:131, ../includes/Elements/WpForms.php:162, ../includes/Elements/WpForms.php:459, ../includes/Traits/Controls.php:308, ../includes/Traits/Woo_Product_Comparable.php:44, ../includes/Traits/Woo_Product_Comparable.php:83
|
1235 |
msgid "Description"
|
1236 |
msgstr ""
|
1237 |
|
1267 |
msgid "Form Alignment"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
+
#: ../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:250, ../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
|
1271 |
msgid "Default"
|
1272 |
msgstr ""
|
1273 |
|
1323 |
msgid "Custom Styles"
|
1324 |
msgstr ""
|
1325 |
|
1326 |
+
#: ../includes/Elements/Caldera_Forms.php:998, ../includes/Elements/Contact_Form_7.php:1025, ../includes/Elements/Feature_List.php:616, ../includes/Elements/FluentForm.php:964, ../includes/Elements/GravityForms.php:1268, ../includes/Elements/GravityForms.php:1464, ../includes/Elements/NinjaForms.php:1045, ../includes/Elements/Sticky_Video.php:567, ../includes/Elements/WpForms.php:999
|
1327 |
msgid "Border Width"
|
1328 |
msgstr ""
|
1329 |
|
1407 |
msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
|
1408 |
msgstr ""
|
1409 |
|
1410 |
+
#: ../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:1519, ../includes/Elements/Product_Grid.php:1534, ../includes/Elements/Product_Grid.php:1594, ../includes/Elements/Product_Grid.php:1608, ../includes/Elements/Product_Grid.php:2893, ../includes/Elements/Product_Grid.php:2950, ../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:1988, ../includes/Elements/Woo_Product_Carousel.php:2045, ../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
|
1411 |
msgid "Background"
|
1412 |
msgstr ""
|
1413 |
|
1455 |
msgid "After Submit Feedback"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
+
#: ../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:1474, ../includes/Traits/Woo_Product_Comparable.php:1628
|
1459 |
msgid "Radius"
|
1460 |
msgstr ""
|
1461 |
|
1467 |
msgid "Template Layout"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
+
#: ../includes/Elements/Content_Ticker.php:91, ../includes/Elements/Product_Grid.php:340, ../includes/Elements/Progress_Bar.php:160, ../includes/Traits/Controls.php:30
|
1471 |
msgid "Dynamic"
|
1472 |
msgstr ""
|
1473 |
|
1491 |
msgid "Animation Settings"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
+
#: ../includes/Elements/Content_Ticker.php:158, ../includes/Elements/Cta_Box.php:636, ../includes/Elements/Cta_Box.php:853, ../includes/Elements/Woo_Product_Carousel.php:426
|
1495 |
msgid "Effect"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
+
#: ../includes/Elements/Content_Ticker.php:159, ../includes/Elements/Woo_Product_Carousel.php:427
|
1499 |
msgid "Sets transition effect"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
+
#: ../includes/Elements/Content_Ticker.php:163, ../includes/Elements/Pricing_Table.php:421, ../includes/Elements/Woo_Product_Carousel.php:431
|
1503 |
msgid "Slide"
|
1504 |
msgstr ""
|
1505 |
|
1511 |
msgid "Slider Speed"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
+
#: ../includes/Elements/Content_Ticker.php:173, ../includes/Elements/Woo_Product_Carousel.php:535
|
1515 |
msgid "Duration of transition between slides (in ms)"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
+
#: ../includes/Elements/Content_Ticker.php:191, ../includes/Elements/Sticky_Video.php:303, ../includes/Elements/Woo_Product_Carousel.php:553
|
1519 |
msgid "Autoplay"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
+
#: ../includes/Elements/Content_Ticker.php:204, ../includes/Elements/Woo_Product_Carousel.php:565
|
1523 |
msgid "Autoplay Speed"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
+
#: ../includes/Elements/Content_Ticker.php:224, ../includes/Elements/Woo_Product_Carousel.php:585
|
1527 |
msgid "Pause On Hover"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: ../includes/Elements/Content_Ticker.php:239, ../includes/Elements/Woo_Product_Carousel.php:600
|
1531 |
msgid "Infinite Loop"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
+
#: ../includes/Elements/Content_Ticker.php:251, ../includes/Elements/Woo_Product_Carousel.php:612
|
1535 |
msgid "Grab Cursor"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
+
#: ../includes/Elements/Content_Ticker.php:252, ../includes/Elements/Woo_Product_Carousel.php:613
|
1539 |
msgid "Shows grab cursor when you hover over the slider"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
+
#: ../includes/Elements/Content_Ticker.php:265, ../includes/Elements/Woo_Product_Carousel.php:626
|
1543 |
msgid "Navigation"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
+
#: ../includes/Elements/Content_Ticker.php:274, ../includes/Elements/Content_Ticker.php:491, ../includes/Elements/Woo_Product_Carousel.php:635, ../includes/Elements/Woo_Product_Carousel.php:2518
|
1547 |
msgid "Arrows"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
+
#: ../includes/Elements/Content_Ticker.php:286, ../includes/Elements/Image_Accordion.php:82, ../includes/Elements/Woo_Product_Carousel.php:690
|
1551 |
msgid "Direction"
|
1552 |
msgstr ""
|
1553 |
|
1571 |
msgid "Choose Next Arrow"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: ../includes/Elements/Content_Ticker.php:529, ../includes/Elements/Woo_Product_Carousel.php:2553
|
1575 |
msgid "Arrows Size"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
+
#: ../includes/Elements/Content_Ticker.php:550, ../includes/Elements/Woo_Product_Carousel.php:2593
|
1579 |
msgid "Align Left Arrow"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
+
#: ../includes/Elements/Content_Ticker.php:569, ../includes/Elements/Woo_Product_Carousel.php:2612
|
1583 |
msgid "Align Right Arrow"
|
1584 |
msgstr ""
|
1585 |
|
1687 |
msgid "Separator Style"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
+
#: ../includes/Elements/Countdown.php:296, ../includes/Elements/Feature_List.php:431, ../includes/Elements/GravityForms.php:1017, ../includes/Elements/Sticky_Video.php:553, ../includes/Extensions/Table_of_Content.php:1055
|
1691 |
msgid "Solid"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
+
#: ../includes/Elements/Countdown.php:297, ../includes/Elements/Feature_List.php:433, ../includes/Elements/GravityForms.php:1019, ../includes/Elements/Sticky_Video.php:555, ../includes/Extensions/Table_of_Content.php:1057
|
1695 |
msgid "Dotted"
|
1696 |
msgstr ""
|
1697 |
|
1767 |
msgid "Space Below Container"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
+
#: ../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:1147, ../includes/Elements/Team_Member.php:537, ../includes/Elements/Twitter_Feed.php:679, ../includes/Elements/Woo_Product_Carousel.php:1056
|
1771 |
msgid "Color & Typography"
|
1772 |
msgstr ""
|
1773 |
|
1799 |
msgid "Title Style"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
+
#: ../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:2433, ../includes/Elements/Product_Grid.php:2788, ../includes/Elements/Progress_Bar.php:690, ../includes/Elements/Twitter_Feed.php:591, ../includes/Elements/Woo_Checkout.php:2169, ../includes/Elements/Woo_Product_Carousel.php:1519, ../includes/Elements/Woo_Product_Carousel.php:1885, ../includes/Traits/Woo_Product_Comparable.php:1018, ../includes/Traits/Woo_Product_Comparable.php:1249
|
1803 |
msgid "Title Color"
|
1804 |
msgstr ""
|
1805 |
|
1903 |
msgid "Shikoba (Pro)"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
+
#: ../includes/Elements/Creative_Button.php:250, ../includes/Elements/Cta_Box.php:682, ../includes/Elements/Product_Grid.php:1488, ../includes/Elements/Team_Member.php:703
|
1907 |
msgid "Use Gradient Background"
|
1908 |
msgstr ""
|
1909 |
|
2123 |
msgid "Cell Text"
|
2124 |
msgstr ""
|
2125 |
|
2126 |
+
#: ../includes/Elements/Data_Table.php:396, ../includes/Elements/Event_Calendar.php:158, ../includes/Elements/Feature_List.php:201, ../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
|
2127 |
msgid "Link"
|
2128 |
msgstr ""
|
2129 |
|
2199 |
msgid "Show Separator"
|
2200 |
msgstr ""
|
2201 |
|
2202 |
+
#: ../includes/Elements/Dual_Color_Header.php:134, ../includes/Elements/Woo_Product_Carousel.php:231, ../includes/Traits/Controls.php:822
|
2203 |
msgid "Title Tag"
|
2204 |
msgstr ""
|
2205 |
|
2491 |
msgid "Time"
|
2492 |
msgstr ""
|
2493 |
|
2494 |
+
#: ../includes/Elements/Event_Calendar.php:1083, ../includes/Elements/Event_Calendar.php:1417, ../includes/Elements/Facebook_Feed.php:910, ../includes/Elements/Product_Grid.php:145, ../includes/Elements/Woo_Product_Carousel.php:126
|
2495 |
msgid "Date"
|
2496 |
msgstr ""
|
2497 |
|
2523 |
msgid "Date Icon"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
+
#: ../includes/Elements/Event_Calendar.php:1503, ../includes/Elements/Info_Box.php:1469, ../includes/Elements/Product_Grid.php:2506, ../includes/Elements/Product_Grid.php:2799, ../includes/Elements/Twitter_Feed.php:601, ../includes/Elements/Woo_Product_Carousel.php:1591, ../includes/Elements/Woo_Product_Carousel.php:1895
|
2527 |
msgid "Content Color"
|
2528 |
msgstr ""
|
2529 |
|
2530 |
+
#: ../includes/Elements/Event_Calendar.php:1514, ../includes/Elements/Product_Grid.php:2821, ../includes/Elements/Woo_Product_Carousel.php:1916, ../includes/Traits/Woo_Product_Comparable.php:1336
|
2531 |
msgid " Close Button"
|
2532 |
msgstr ""
|
2533 |
|
2534 |
+
#: ../includes/Elements/Event_Calendar.php:1549, ../includes/Elements/Product_Grid.php:2856, ../includes/Elements/Woo_Product_Carousel.php:1951, ../includes/Extensions/Table_of_Content.php:699
|
2535 |
msgid "Button Size"
|
2536 |
msgstr ""
|
2537 |
|
2591 |
msgid "Max Visible Items"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: ../includes/Elements/Facebook_Feed.php:171, ../includes/Elements/Twitter_Feed.php:147, ../includes/Elements/Woo_Product_Carousel.php:202, ../includes/Traits/Controls.php:396
|
2595 |
msgid "Layout Settings"
|
2596 |
msgstr ""
|
2597 |
|
2603 |
msgid "Overlay"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
+
#: ../includes/Elements/Facebook_Feed.php:192, ../includes/Elements/Filterable_Gallery.php:121, ../includes/Elements/Product_Grid.php:286, ../includes/Elements/Product_Grid.php:308, ../includes/Traits/Woo_Product_Comparable.php:853
|
2607 |
msgid "Columns"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
+
#: ../includes/Elements/Facebook_Feed.php:196, ../includes/Elements/Product_Grid.php:290, ../includes/Elements/Product_Grid.php:312, ../includes/Elements/Testimonial.php:195, ../includes/Elements/Woo_Product_Carousel.php:356, ../includes/Elements/Woo_Product_Carousel.php:443, ../includes/Traits/Controls.php:518, ../includes/Traits/Controls.php:1022
|
2611 |
msgid "1"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
+
#: ../includes/Elements/Facebook_Feed.php:197, ../includes/Elements/Product_Grid.php:291, ../includes/Elements/Product_Grid.php:313, ../includes/Elements/Testimonial.php:196, ../includes/Elements/Woo_Product_Carousel.php:357, ../includes/Elements/Woo_Product_Carousel.php:444, ../includes/Traits/Controls.php:519, ../includes/Traits/Controls.php:1023
|
2615 |
msgid "2"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
+
#: ../includes/Elements/Facebook_Feed.php:198, ../includes/Elements/Product_Grid.php:292, ../includes/Elements/Testimonial.php:197, ../includes/Elements/Woo_Product_Carousel.php:358, ../includes/Elements/Woo_Product_Carousel.php:445, ../includes/Traits/Controls.php:520, ../includes/Traits/Controls.php:1024
|
2619 |
msgid "3"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
+
#: ../includes/Elements/Facebook_Feed.php:199, ../includes/Elements/Product_Grid.php:293, ../includes/Elements/Testimonial.php:198, ../includes/Elements/Woo_Product_Carousel.php:446, ../includes/Traits/Controls.php:521
|
2623 |
msgid "4"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
+
#: ../includes/Elements/Facebook_Feed.php:200, ../includes/Elements/Filterable_Gallery.php:518, ../includes/Elements/Product_Grid.php:294, ../includes/Elements/Testimonial.php:199, ../includes/Elements/Woo_Product_Carousel.php:447, ../includes/Traits/Controls.php:522
|
2627 |
msgid "5"
|
2628 |
msgstr ""
|
2629 |
|
2630 |
+
#: ../includes/Elements/Facebook_Feed.php:201, ../includes/Elements/Product_Grid.php:295, ../includes/Elements/Woo_Product_Carousel.php:448, ../includes/Traits/Controls.php:523
|
2631 |
msgid "6"
|
2632 |
msgstr ""
|
2633 |
|
2679 |
msgid "Show Preview Description"
|
2680 |
msgstr ""
|
2681 |
|
2682 |
+
#: ../includes/Elements/Facebook_Feed.php:384, ../includes/Elements/Product_Grid.php:647, ../includes/Traits/Controls.php:624
|
2683 |
msgid "Show Load More"
|
2684 |
msgstr ""
|
2685 |
|
2687 |
msgid "Label"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
+
#: ../includes/Elements/Facebook_Feed.php:406, ../includes/Elements/Filterable_Gallery.php:692, ../includes/Elements/Product_Grid.php:626, ../includes/Elements/Product_Grid.php:659, ../includes/Traits/Controls.php:640
|
2691 |
msgid "Load More"
|
2692 |
msgstr ""
|
2693 |
|
2747 |
msgid "Likes & Comments"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
+
#: ../includes/Elements/Facebook_Feed.php:1146, ../includes/Elements/Image_Accordion.php:391, ../includes/Elements/Post_Timeline.php:132, ../includes/Elements/Team_Member.php:344, ../includes/Elements/Woo_Product_Carousel.php:899
|
2751 |
msgid "Overlay Color"
|
2752 |
msgstr ""
|
2753 |
|
2907 |
msgid "Icon Background"
|
2908 |
msgstr ""
|
2909 |
|
2910 |
+
#: ../includes/Elements/Feature_List.php:151
|
2911 |
msgid "Icon Box Background"
|
2912 |
msgstr ""
|
2913 |
|
2914 |
+
#: ../includes/Elements/Feature_List.php:204
|
2915 |
msgid "https://your-link.com"
|
2916 |
msgstr ""
|
2917 |
|
2918 |
+
#: ../includes/Elements/Feature_List.php:212
|
2919 |
msgid "Feature Item"
|
2920 |
msgstr ""
|
2921 |
|
2922 |
+
#: ../includes/Elements/Feature_List.php:221
|
2923 |
msgid "Feature Item 1"
|
2924 |
msgstr ""
|
2925 |
|
2926 |
+
#: ../includes/Elements/Feature_List.php:222, ../includes/Elements/Feature_List.php:230, ../includes/Elements/Feature_List.php:238
|
2927 |
msgid "Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna"
|
2928 |
msgstr ""
|
2929 |
|
2930 |
+
#: ../includes/Elements/Feature_List.php:229
|
2931 |
msgid "Feature Item 2"
|
2932 |
msgstr ""
|
2933 |
|
2934 |
+
#: ../includes/Elements/Feature_List.php:237
|
2935 |
msgid "Feature Item 3"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
+
#: ../includes/Elements/Feature_List.php:249, ../includes/Elements/Product_Grid.php:436, ../includes/Elements/Progress_Bar.php:135
|
2939 |
msgid "Title HTML Tag"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
+
#: ../includes/Elements/Feature_List.php:270
|
2943 |
msgid "Icon Shape"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
+
#: ../includes/Elements/Feature_List.php:275, ../includes/Elements/Flip_Box.php:870, ../includes/Elements/Info_Box.php:583, ../includes/Elements/Info_Box.php:638, ../includes/Elements/Info_Box.php:806, ../includes/Elements/Info_Box.php:886, ../includes/Elements/Info_Box.php:1024, ../includes/Elements/Info_Box.php:1120, ../includes/Elements/Progress_Bar.php:86
|
2947 |
msgid "Circle"
|
2948 |
msgstr ""
|
2949 |
|
2950 |
+
#: ../includes/Elements/Feature_List.php:276, ../includes/Elements/Info_Box.php:582, ../includes/Elements/Info_Box.php:637, ../includes/Elements/Info_Box.php:808, ../includes/Elements/Info_Box.php:888, ../includes/Elements/Info_Box.php:1026, ../includes/Elements/Info_Box.php:1122
|
2951 |
msgid "Square"
|
2952 |
msgstr ""
|
2953 |
|
2954 |
+
#: ../includes/Elements/Feature_List.php:277
|
2955 |
msgid "Rhombus"
|
2956 |
msgstr ""
|
2957 |
|
2958 |
+
#: ../includes/Elements/Feature_List.php:285
|
2959 |
msgid "Shape View"
|
2960 |
msgstr ""
|
2961 |
|
2962 |
+
#: ../includes/Elements/Feature_List.php:290
|
2963 |
msgid "Framed"
|
2964 |
msgstr ""
|
2965 |
|
2966 |
+
#: ../includes/Elements/Feature_List.php:307, ../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
|
2967 |
msgid "Top"
|
2968 |
msgstr ""
|
2969 |
|
2970 |
+
#: ../includes/Elements/Feature_List.php:327
|
2971 |
msgid "Arrow Indicator Position"
|
2972 |
msgstr ""
|
2973 |
|
2974 |
+
#: ../includes/Elements/Feature_List.php:357
|
2975 |
msgid "Show Connector"
|
2976 |
msgstr ""
|
2977 |
|
2978 |
+
#: ../includes/Elements/Feature_List.php:385, ../includes/Elements/Login_Register.php:3218, ../includes/Elements/Login_Register.php:3517
|
2979 |
msgid "Space Between"
|
2980 |
msgstr ""
|
2981 |
|
2982 |
+
#: ../includes/Elements/Feature_List.php:407
|
2983 |
msgid "Connector Type"
|
2984 |
msgstr ""
|
2985 |
|
2986 |
+
#: ../includes/Elements/Feature_List.php:412, ../includes/Elements/Testimonial.php:254
|
2987 |
msgid "Classic"
|
2988 |
msgstr ""
|
2989 |
|
2990 |
+
#: ../includes/Elements/Feature_List.php:413
|
2991 |
msgid "Modern"
|
2992 |
msgstr ""
|
2993 |
|
2994 |
+
#: ../includes/Elements/Feature_List.php:426
|
2995 |
msgid "Connector Styles"
|
2996 |
msgstr ""
|
2997 |
|
2998 |
+
#: ../includes/Elements/Feature_List.php:432, ../includes/Elements/GravityForms.php:1020, ../includes/Elements/Sticky_Video.php:556, ../includes/Extensions/Table_of_Content.php:1056
|
2999 |
msgid "Dashed"
|
3000 |
msgstr ""
|
3001 |
|
3002 |
+
#: ../includes/Elements/Feature_List.php:448
|
3003 |
msgid "Connector Color"
|
3004 |
msgstr ""
|
3005 |
|
3006 |
+
#: ../includes/Elements/Feature_List.php:468
|
3007 |
msgid "Connector Width"
|
3008 |
msgstr ""
|
3009 |
|
3010 |
+
#: ../includes/Elements/Feature_List.php:525
|
3011 |
msgid "Secondary Color"
|
3012 |
msgstr ""
|
3013 |
|
3014 |
+
#: ../includes/Elements/Feature_List.php:743
|
3015 |
msgid "Title Bottom Space"
|
3016 |
msgstr ""
|
3017 |
|
3067 |
msgid "Media"
|
3068 |
msgstr ""
|
3069 |
|
3070 |
+
#: ../includes/Elements/Filterable_Gallery.php:230, ../includes/Elements/Product_Grid.php:1740, ../includes/Traits/Woo_Product_Comparable.php:879
|
3071 |
msgid "Buttons"
|
3072 |
msgstr ""
|
3073 |
|
3347 |
msgid "Dropdown"
|
3348 |
msgstr ""
|
3349 |
|
3350 |
+
#: ../includes/Elements/Filterable_Gallery.php:2462, ../includes/Elements/Product_Grid.php:2031, ../includes/Elements/Product_Grid.php:2208, ../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:1425
|
3351 |
msgid "Top Spacing"
|
3352 |
msgstr ""
|
3353 |
|
3603 |
msgid "Border Height"
|
3604 |
msgstr ""
|
3605 |
|
3606 |
+
#: ../includes/Elements/GravityForms.php:1091, ../includes/Elements/Pricing_Table.php:195, ../includes/Elements/Pricing_Table.php:202, ../includes/Elements/Product_Grid.php:143, ../includes/Elements/Product_Grid.php:2446, ../includes/Elements/Woo_Checkout.php:220, ../includes/Elements/Woo_Product_Carousel.php:124, ../includes/Elements/Woo_Product_Carousel.php:1531, ../includes/Traits/Woo_Product_Comparable.php:42, ../includes/Traits/Woo_Product_Comparable.php:79
|
3607 |
msgid "Price"
|
3608 |
msgstr ""
|
3609 |
|
3611 |
msgid "Price Label Color"
|
3612 |
msgstr ""
|
3613 |
|
3614 |
+
#: ../includes/Elements/GravityForms.php:1111, ../includes/Elements/Product_Grid.php:1191, ../includes/Elements/Product_Grid.php:2464, ../includes/Elements/Woo_Product_Carousel.php:1549
|
3615 |
msgid "Price Color"
|
3616 |
msgstr ""
|
3617 |
|
4766 |
msgid "Align Items"
|
4767 |
msgstr ""
|
4768 |
|
4769 |
+
#: ../includes/Elements/Login_Register.php:3537, ../includes/Elements/Woo_Product_Carousel.php:498
|
4770 |
msgid "Stretch"
|
4771 |
msgstr ""
|
4772 |
|
4838 |
msgid "Target Blank"
|
4839 |
msgstr ""
|
4840 |
|
4841 |
+
#: ../includes/Elements/Post_Grid.php:200, ../includes/Elements/Product_Grid.php:613, ../includes/Elements/Twitter_Feed.php:283, ../includes/Traits/Controls.php:945, ../includes/Traits/Controls.php:976, ../includes/Traits/Twitter_Feed.php:128
|
4842 |
msgid "Read More"
|
4843 |
msgstr ""
|
4844 |
|
5018 |
msgid "Date Text Color"
|
5019 |
msgstr ""
|
5020 |
|
5021 |
+
#: ../includes/Elements/Post_Timeline.php:498, ../includes/Elements/Product_Grid.php:3046
|
5022 |
msgid "<p class=\"no-posts-found\">No layout found!</p>"
|
5023 |
msgstr ""
|
5024 |
|
5298 |
msgid "Button Gradient Background"
|
5299 |
msgstr ""
|
5300 |
|
5301 |
+
#: ../includes/Elements/Product_Grid.php:132
|
5302 |
msgid "View More"
|
5303 |
msgstr ""
|
5304 |
|
5305 |
+
#: ../includes/Elements/Product_Grid.php:141, ../includes/Elements/Woo_Product_Carousel.php:122
|
5306 |
msgid "Product ID"
|
5307 |
msgstr ""
|
5308 |
|
5309 |
+
#: ../includes/Elements/Product_Grid.php:142, ../includes/Elements/Product_Grid.php:1155, ../includes/Elements/Woo_Product_Carousel.php:123, ../includes/Elements/Woo_Product_Carousel.php:1064
|
5310 |
msgid "Product Title"
|
5311 |
msgstr ""
|
5312 |
|
5313 |
+
#: ../includes/Elements/Product_Grid.php:144, ../includes/Elements/Product_Grid.php:2769, ../includes/Elements/Woo_Product_Carousel.php:125, ../includes/Elements/Woo_Product_Carousel.php:1868, ../includes/Traits/Woo_Product_Comparable.php:45, ../includes/Traits/Woo_Product_Comparable.php:91
|
5314 |
msgid "SKU"
|
5315 |
msgstr ""
|
5316 |
|
5317 |
+
#: ../includes/Elements/Product_Grid.php:146, ../includes/Elements/Woo_Product_Carousel.php:127
|
5318 |
msgid "Last Modified Date"
|
5319 |
msgstr ""
|
5320 |
|
5321 |
+
#: ../includes/Elements/Product_Grid.php:147, ../includes/Elements/Woo_Product_Carousel.php:128
|
5322 |
msgid "Parent Id"
|
5323 |
msgstr ""
|
5324 |
|
5325 |
+
#: ../includes/Elements/Product_Grid.php:148, ../includes/Elements/Woo_Product_Carousel.php:129
|
5326 |
msgid "Random"
|
5327 |
msgstr ""
|
5328 |
|
5329 |
+
#: ../includes/Elements/Product_Grid.php:149, ../includes/Elements/Woo_Product_Carousel.php:130
|
5330 |
msgid "Menu Order"
|
5331 |
msgstr ""
|
5332 |
|
5333 |
+
#: ../includes/Elements/Product_Grid.php:156, ../includes/Elements/Woo_Product_Carousel.php:136
|
5334 |
msgid "Recent Products"
|
5335 |
msgstr ""
|
5336 |
|
5337 |
+
#: ../includes/Elements/Product_Grid.php:157, ../includes/Elements/Woo_Product_Carousel.php:137
|
5338 |
msgid "Featured Products"
|
5339 |
msgstr ""
|
5340 |
|
5341 |
+
#: ../includes/Elements/Product_Grid.php:158, ../includes/Elements/Woo_Product_Carousel.php:138
|
5342 |
msgid "Best Selling Products"
|
5343 |
msgstr ""
|
5344 |
|
5345 |
+
#: ../includes/Elements/Product_Grid.php:159, ../includes/Elements/Woo_Product_Carousel.php:139
|
5346 |
msgid "Sale Products"
|
5347 |
msgstr ""
|
5348 |
|
5349 |
+
#: ../includes/Elements/Product_Grid.php:160, ../includes/Elements/Woo_Product_Carousel.php:140
|
5350 |
msgid "Top Rated Products"
|
5351 |
msgstr ""
|
5352 |
|
5353 |
+
#: ../includes/Elements/Product_Grid.php:226
|
5354 |
msgid "Layouts"
|
5355 |
msgstr ""
|
5356 |
|
5357 |
+
#: ../includes/Elements/Product_Grid.php:246, ../includes/Elements/Product_Grid.php:268, ../includes/Elements/Product_Grid.php:1680, ../includes/Elements/Product_Grid.php:1801, ../includes/Elements/Team_Member.php:280, ../includes/Elements/Woo_Product_Carousel.php:789
|
5358 |
msgid "Style Preset"
|
5359 |
msgstr ""
|
5360 |
|
5361 |
+
#: ../includes/Elements/Product_Grid.php:251, ../includes/Elements/Team_Member.php:269
|
5362 |
msgid "Simple Style"
|
5363 |
msgstr ""
|
5364 |
|
5365 |
+
#: ../includes/Elements/Product_Grid.php:252
|
5366 |
msgid "Reveal Style"
|
5367 |
msgstr ""
|
5368 |
|
5369 |
+
#: ../includes/Elements/Product_Grid.php:253, ../includes/Elements/Team_Member.php:270
|
5370 |
msgid "Overlay Style"
|
5371 |
msgstr ""
|
5372 |
|
5373 |
+
#: ../includes/Elements/Product_Grid.php:254, ../includes/Elements/Product_Grid.php:1688, ../includes/Elements/Woo_Product_Carousel.php:797, ../includes/Traits/Controls.php:425
|
5374 |
msgid "Preset 5"
|
5375 |
msgstr ""
|
5376 |
|
5377 |
+
#: ../includes/Elements/Product_Grid.php:255
|
5378 |
msgid "Preset 6"
|
5379 |
msgstr ""
|
5380 |
|
5381 |
+
#: ../includes/Elements/Product_Grid.php:256
|
5382 |
msgid "Preset 7"
|
5383 |
msgstr ""
|
5384 |
|
5385 |
+
#: ../includes/Elements/Product_Grid.php:257
|
5386 |
msgid "Preset 8"
|
5387 |
msgstr ""
|
5388 |
|
5389 |
+
#: ../includes/Elements/Product_Grid.php:272, ../includes/Elements/Product_Grid.php:1684, ../includes/Elements/Product_Grid.php:1805, ../includes/Elements/Simple_Menu.php:135, ../includes/Elements/Woo_Product_Carousel.php:793, ../includes/Elements/Woo_Product_Carousel.php:2087, ../includes/Traits/Controls.php:421, ../includes/Template/Woo-Product-Carousel/preset-1.php:4
|
5390 |
msgid "Preset 1"
|
5391 |
msgstr ""
|
5392 |
|
5393 |
+
#: ../includes/Elements/Product_Grid.php:273, ../includes/Elements/Product_Grid.php:1685, ../includes/Elements/Product_Grid.php:1806, ../includes/Elements/Simple_Menu.php:136, ../includes/Elements/Woo_Product_Carousel.php:794, ../includes/Elements/Woo_Product_Carousel.php:2088, ../includes/Traits/Controls.php:422, ../includes/Template/Woo-Product-Carousel/preset-2.php:4
|
5394 |
msgid "Preset 2"
|
5395 |
msgstr ""
|
5396 |
|
5397 |
+
#: ../includes/Elements/Product_Grid.php:274, ../includes/Elements/Product_Grid.php:1686, ../includes/Elements/Simple_Menu.php:137, ../includes/Elements/Woo_Product_Carousel.php:795, ../includes/Elements/Woo_Product_Carousel.php:2089, ../includes/Traits/Controls.php:423, ../includes/Template/Woo-Product-Carousel/preset-3.php:4
|
5398 |
msgid "Preset 3"
|
5399 |
msgstr ""
|
5400 |
|
5401 |
+
#: ../includes/Elements/Product_Grid.php:275, ../includes/Elements/Product_Grid.php:1687, ../includes/Elements/Woo_Product_Carousel.php:796, ../includes/Elements/Woo_Product_Carousel.php:2090, ../includes/Traits/Controls.php:424, ../includes/Template/Woo-Product-Carousel/preset-4.php:4
|
5402 |
msgid "Preset 4"
|
5403 |
msgstr ""
|
5404 |
|
5405 |
+
#: ../includes/Elements/Product_Grid.php:329
|
5406 |
msgid "Product Settings"
|
5407 |
msgstr ""
|
5408 |
|
5409 |
+
#: ../includes/Elements/Product_Grid.php:339, ../includes/Elements/Product_Grid.php:673, ../includes/Elements/Woo_Product_Carousel.php:847, ../includes/Traits/Woo_Product_Comparable.php:164
|
5410 |
msgid "Products"
|
5411 |
msgstr ""
|
5412 |
|
5413 |
+
#: ../includes/Elements/Product_Grid.php:349, ../includes/Traits/Controls.php:78
|
5414 |
msgid "This option will only affect in <strong>Archive page of Elementor Theme Builder</strong> dynamically."
|
5415 |
msgstr ""
|
5416 |
|
5417 |
+
#: ../includes/Elements/Product_Grid.php:362, ../includes/Elements/Woo_Checkout.php:94, ../includes/Elements/Woo_Product_Carousel.php:184, ../includes/Traits/Woo_Product_Comparable.php:135
|
5418 |
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."
|
5419 |
msgstr ""
|
5420 |
|
5421 |
+
#: ../includes/Elements/Product_Grid.php:369, ../includes/Elements/Woo_Product_Carousel.php:712
|
5422 |
msgid "Filter By"
|
5423 |
msgstr ""
|
5424 |
|
5425 |
+
#: ../includes/Elements/Product_Grid.php:379, ../includes/Elements/Woo_Product_Carousel.php:719, ../includes/Traits/Controls.php:173, ../includes/Traits/Controls.php:300, ../includes/Traits/Controls.php:351
|
5426 |
msgid "Order By"
|
5427 |
msgstr ""
|
5428 |
|
5429 |
+
#: ../includes/Elements/Product_Grid.php:387, ../includes/Elements/Woo_Product_Carousel.php:727, ../includes/Traits/Controls.php:184, ../includes/Traits/Controls.php:318, ../includes/Traits/Controls.php:361
|
5430 |
msgid "Order"
|
5431 |
msgstr ""
|
5432 |
|
5433 |
+
#: ../includes/Elements/Product_Grid.php:398, ../includes/Elements/Woo_Product_Carousel.php:738
|
5434 |
msgid "Products Count"
|
5435 |
msgstr ""
|
5436 |
|
5437 |
+
#: ../includes/Elements/Product_Grid.php:407, ../includes/Elements/Woo_Product_Carousel.php:747, ../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
|
5438 |
msgid "Offset"
|
5439 |
msgstr ""
|
5440 |
|
5441 |
+
#: ../includes/Elements/Product_Grid.php:413
|
5442 |
msgid "Product Categories"
|
5443 |
msgstr ""
|
5444 |
|
5445 |
+
#: ../includes/Elements/Product_Grid.php:446, ../includes/Elements/Progress_Bar.php:144
|
5446 |
msgid "div"
|
5447 |
msgstr ""
|
5448 |
|
5449 |
+
#: ../includes/Elements/Product_Grid.php:447, ../includes/Elements/Progress_Bar.php:145
|
5450 |
msgid "span"
|
5451 |
msgstr ""
|
5452 |
|
5453 |
+
#: ../includes/Elements/Product_Grid.php:448, ../includes/Elements/Progress_Bar.php:146
|
5454 |
msgid "p"
|
5455 |
msgstr ""
|
5456 |
|
5457 |
+
#: ../includes/Elements/Product_Grid.php:454, ../includes/Elements/Woo_Product_Carousel.php:263
|
5458 |
msgid "Show Product Rating?"
|
5459 |
msgstr ""
|
5460 |
|
5461 |
+
#: ../includes/Elements/Product_Grid.php:467, ../includes/Elements/Woo_Product_Carousel.php:272
|
5462 |
msgid "Show Product Price?"
|
5463 |
msgstr ""
|
5464 |
|
5465 |
+
#: ../includes/Elements/Product_Grid.php:479, ../includes/Elements/Woo_Product_Carousel.php:281
|
5466 |
msgid "Short Description?"
|
5467 |
msgstr ""
|
5468 |
|
5469 |
+
#: ../includes/Elements/Product_Grid.php:491, ../includes/Elements/Woo_Product_Carousel.php:290, ../includes/Traits/Controls.php:899, ../includes/Traits/Controls.php:871
|
5470 |
msgid "Excerpt Words"
|
5471 |
msgstr ""
|
5472 |
|
5473 |
+
#: ../includes/Elements/Product_Grid.php:504, ../includes/Elements/Woo_Product_Carousel.php:302, ../includes/Traits/Controls.php:911, ../includes/Traits/Controls.php:884
|
5474 |
msgid "Expansion Indicator"
|
5475 |
msgstr ""
|
5476 |
|
5477 |
+
#: ../includes/Elements/Product_Grid.php:526, ../includes/Traits/Woo_Product_Comparable.php:158
|
5478 |
msgid "Show Product Compare?"
|
5479 |
msgstr ""
|
5480 |
|
5481 |
+
#: ../includes/Elements/Product_Grid.php:538
|
5482 |
msgid "Add To Cart"
|
5483 |
msgstr ""
|
5484 |
|
5485 |
+
#: ../includes/Elements/Product_Grid.php:545
|
5486 |
msgid "Show Add to cart custom text"
|
5487 |
msgstr ""
|
5488 |
|
5489 |
+
#: ../includes/Elements/Product_Grid.php:557
|
5490 |
msgid "Simple Product"
|
5491 |
msgstr ""
|
5492 |
|
5493 |
+
#: ../includes/Elements/Product_Grid.php:561, ../includes/Elements/Product_Grid.php:600
|
5494 |
msgid "Buy Now"
|
5495 |
msgstr ""
|
5496 |
|
5497 |
+
#: ../includes/Elements/Product_Grid.php:570
|
5498 |
msgid "Variable Product"
|
5499 |
msgstr ""
|
5500 |
|
5501 |
+
#: ../includes/Elements/Product_Grid.php:574
|
5502 |
msgid "Select options"
|
5503 |
msgstr ""
|
5504 |
|
5505 |
+
#: ../includes/Elements/Product_Grid.php:583
|
5506 |
msgid "Grouped Product"
|
5507 |
msgstr ""
|
5508 |
|
5509 |
+
#: ../includes/Elements/Product_Grid.php:587
|
5510 |
msgid "View products"
|
5511 |
msgstr ""
|
5512 |
|
5513 |
+
#: ../includes/Elements/Product_Grid.php:596
|
5514 |
msgid "External Product"
|
5515 |
msgstr ""
|
5516 |
|
5517 |
+
#: ../includes/Elements/Product_Grid.php:609
|
5518 |
msgid "Default Product"
|
5519 |
msgstr ""
|
5520 |
|
5521 |
+
#: ../includes/Elements/Product_Grid.php:656, ../includes/Traits/Controls.php:636, ../includes/Traits/Controls.php:941
|
5522 |
msgid "Label Text"
|
5523 |
msgstr ""
|
5524 |
|
5525 |
+
#: ../includes/Elements/Product_Grid.php:730, ../includes/Elements/Team_Member.php:359
|
5526 |
msgid "Content Background Color"
|
5527 |
msgstr ""
|
5528 |
|
5529 |
+
#: ../includes/Elements/Product_Grid.php:946
|
5530 |
msgid "Image Width(%)"
|
5531 |
msgstr ""
|
5532 |
|
5533 |
+
#: ../includes/Elements/Product_Grid.php:966, ../includes/Elements/Woo_Product_Carousel.php:1011
|
5534 |
msgid "Product Details"
|
5535 |
msgstr ""
|
5536 |
|
5537 |
+
#: ../includes/Elements/Product_Grid.php:1100
|
5538 |
msgid "Padding (PX)"
|
5539 |
msgstr ""
|
5540 |
|
5541 |
+
#: ../includes/Elements/Product_Grid.php:1122
|
5542 |
msgid "Width (%)"
|
5543 |
msgstr ""
|
5544 |
|
5545 |
+
#: ../includes/Elements/Product_Grid.php:1163, ../includes/Elements/Woo_Product_Carousel.php:1072
|
5546 |
msgid "Product Title Color"
|
5547 |
msgstr ""
|
5548 |
|
5549 |
+
#: ../includes/Elements/Product_Grid.php:1183, ../includes/Elements/Woo_Product_Carousel.php:1092
|
5550 |
msgid "Product Price"
|
5551 |
msgstr ""
|
5552 |
|
5553 |
+
#: ../includes/Elements/Product_Grid.php:1203, ../includes/Elements/Product_Grid.php:2476, ../includes/Elements/Woo_Product_Carousel.php:1561
|
5554 |
msgid "Sale Price Color"
|
5555 |
msgstr ""
|
5556 |
|
5557 |
+
#: ../includes/Elements/Product_Grid.php:1222, ../includes/Elements/Woo_Product_Carousel.php:1120
|
5558 |
msgid "Star Rating"
|
5559 |
msgstr ""
|
5560 |
|
5561 |
+
#: ../includes/Elements/Product_Grid.php:1230, ../includes/Elements/Woo_Product_Carousel.php:1128
|
5562 |
msgid "Rating Color"
|
5563 |
msgstr ""
|
5564 |
|
5565 |
+
#: ../includes/Elements/Product_Grid.php:1309, ../includes/Elements/Woo_Product_Carousel.php:1161
|
5566 |
msgid "Product Description"
|
5567 |
msgstr ""
|
5568 |
|
5569 |
+
#: ../includes/Elements/Product_Grid.php:1353
|
5570 |
msgid "Sale Badge Style"
|
5571 |
msgstr ""
|
5572 |
|
5573 |
+
#: ../includes/Elements/Product_Grid.php:1361, ../includes/Elements/Woo_Product_Carousel.php:1206
|
5574 |
msgid "Sale Badge Color"
|
5575 |
msgstr ""
|
5576 |
|
5577 |
+
#: ../includes/Elements/Product_Grid.php:1373, ../includes/Elements/Woo_Product_Carousel.php:1218
|
5578 |
msgid "Sale Badge Background"
|
5579 |
msgstr ""
|
5580 |
|
5581 |
+
#: ../includes/Elements/Product_Grid.php:1395, ../includes/Elements/Woo_Product_Carousel.php:1240
|
5582 |
msgid "Stock Out Badge"
|
5583 |
msgstr ""
|
5584 |
|
5585 |
+
#: ../includes/Elements/Product_Grid.php:1403, ../includes/Elements/Woo_Product_Carousel.php:1248
|
5586 |
msgid "Stock Out Badge Color"
|
5587 |
msgstr ""
|
5588 |
|
5589 |
+
#: ../includes/Elements/Product_Grid.php:1415, ../includes/Elements/Woo_Product_Carousel.php:1260
|
5590 |
msgid "Stock Out Badge Background"
|
5591 |
msgstr ""
|
5592 |
|
5593 |
+
#: ../includes/Elements/Product_Grid.php:1442
|
5594 |
msgid "Add to Cart Button Styles"
|
5595 |
msgstr ""
|
5596 |
|
5597 |
+
#: ../includes/Elements/Product_Grid.php:1503, ../includes/Elements/Product_Grid.php:1579
|
5598 |
msgid "Button Color"
|
5599 |
msgstr ""
|
5600 |
|
5601 |
+
#: ../includes/Elements/Product_Grid.php:1650, ../includes/Elements/Woo_Product_Carousel.php:782
|
5602 |
msgid "Sale / Stock Out Badge"
|
5603 |
msgstr ""
|
5604 |
|
5605 |
+
#: ../includes/Elements/Product_Grid.php:1718, ../includes/Elements/Woo_Product_Carousel.php:827
|
5606 |
msgid "Sale Text"
|
5607 |
msgstr ""
|
5608 |
|
5609 |
+
#: ../includes/Elements/Product_Grid.php:1727, ../includes/Elements/Woo_Product_Carousel.php:835
|
5610 |
msgid "Stock Out Text"
|
5611 |
msgstr ""
|
5612 |
|
5613 |
+
#: ../includes/Elements/Product_Grid.php:1767, ../includes/Elements/Woo_Product_Carousel.php:380
|
5614 |
msgid "Show Quick view?"
|
5615 |
msgstr ""
|
5616 |
|
5617 |
+
#: ../includes/Elements/Product_Grid.php:1777, ../includes/Elements/Woo_Product_Carousel.php:390
|
5618 |
msgid "Quick view Title Tag"
|
5619 |
msgstr ""
|
5620 |
|
5621 |
+
#: ../includes/Elements/Product_Grid.php:1880, ../includes/Elements/Woo_Product_Carousel.php:1331
|
5622 |
msgid "Icons Size"
|
5623 |
msgstr ""
|
5624 |
|
5625 |
+
#: ../includes/Elements/Product_Grid.php:2131
|
5626 |
msgid "Show pagination"
|
5627 |
msgstr ""
|
5628 |
|
5629 |
+
#: ../includes/Elements/Product_Grid.php:2143
|
5630 |
msgid "Previous Label"
|
5631 |
msgstr ""
|
5632 |
|
5633 |
+
#: ../includes/Elements/Product_Grid.php:2144
|
5634 |
msgid "←"
|
5635 |
msgstr ""
|
5636 |
|
5637 |
+
#: ../includes/Elements/Product_Grid.php:2154
|
5638 |
msgid "Next Label"
|
5639 |
msgstr ""
|
5640 |
|
5641 |
+
#: ../includes/Elements/Product_Grid.php:2155
|
5642 |
msgid "→"
|
5643 |
msgstr ""
|
5644 |
|
5645 |
+
#: ../includes/Elements/Product_Grid.php:2382
|
5646 |
msgid "Loader"
|
5647 |
msgstr ""
|
5648 |
|
5649 |
+
#: ../includes/Elements/Product_Grid.php:2408, ../includes/Elements/Woo_Product_Carousel.php:1494
|
5650 |
msgid "Popup"
|
5651 |
msgstr ""
|
5652 |
|
5653 |
+
#: ../includes/Elements/Product_Grid.php:2518, ../includes/Elements/Woo_Product_Carousel.php:1615
|
5654 |
msgid "Review Link Color"
|
5655 |
msgstr ""
|
5656 |
|
5657 |
+
#: ../includes/Elements/Product_Grid.php:2529, ../includes/Elements/Woo_Product_Carousel.php:1627
|
5658 |
msgid "Review Link Hover"
|
5659 |
msgstr ""
|
5660 |
|
5661 |
+
#: ../includes/Elements/Product_Grid.php:2554, ../includes/Elements/Woo_Product_Carousel.php:1652
|
5662 |
msgid "Sale"
|
5663 |
msgstr ""
|
5664 |
|
5665 |
+
#: ../includes/Elements/Product_Grid.php:2595, ../includes/Elements/Woo_Checkout.php:203, ../includes/Elements/Woo_Product_Carousel.php:1692
|
5666 |
msgid "Quantity"
|
5667 |
msgstr ""
|
5668 |
|
5669 |
+
#: ../includes/Elements/Product_Grid.php:2652, ../includes/Elements/Woo_Product_Carousel.php:1749
|
5670 |
msgid "Cart Button"
|
5671 |
msgstr ""
|
5672 |
|
5786 |
msgid "Go to the <a href=\"%s\" target=\"_blank\">Menu screen</a> to manage your menus."
|
5787 |
msgstr ""
|
5788 |
|
5789 |
+
#: ../includes/Elements/Simple_Menu.php:131, ../includes/Elements/Woo_Product_Carousel.php:2084, ../includes/Traits/Controls.php:417
|
5790 |
msgid "Preset"
|
5791 |
msgstr ""
|
5792 |
|
5870 |
msgid "Sticky"
|
5871 |
msgstr ""
|
5872 |
|
5873 |
+
#: ../includes/Elements/Sticky_Video.php:116, ../includes/Elements/Woo_Product_Carousel.php:2099, ../includes/Extensions/Reading_Progress.php:110, ../includes/Extensions/Table_of_Content.php:433, ../includes/Traits/Controls.php:1567, ../includes/Traits/Woo_Product_Comparable.php:1473
|
5874 |
msgid "Position"
|
5875 |
msgstr ""
|
5876 |
|
6790 |
msgid "Privacy Policy"
|
6791 |
msgstr ""
|
6792 |
|
6793 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:254, ../includes/Traits/Controls.php:846
|
6794 |
msgid "Title Length"
|
6795 |
msgstr ""
|
6796 |
|
6797 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:325
|
6798 |
msgid "Image Stretch"
|
6799 |
msgstr ""
|
6800 |
|
6801 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:337, ../includes/Traits/Controls.php:1003
|
6802 |
msgid "Show Terms From"
|
6803 |
msgstr ""
|
6804 |
|
6805 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:340, ../includes/Traits/Controls.php:1006
|
6806 |
msgid "Category"
|
6807 |
msgstr ""
|
6808 |
|
6809 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:341, ../includes/Traits/Controls.php:1007
|
6810 |
msgid "Tags"
|
6811 |
msgstr ""
|
6812 |
|
6813 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:353, ../includes/Traits/Controls.php:1019
|
6814 |
msgid "Max Terms to Show"
|
6815 |
msgstr ""
|
6816 |
|
6817 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:370, ../includes/Traits/Controls.php:1839
|
6818 |
msgid "Not Found Message"
|
6819 |
msgstr ""
|
6820 |
|
6821 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:372
|
6822 |
msgid "Products Not Found"
|
6823 |
msgstr ""
|
6824 |
|
6825 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:419
|
6826 |
msgid "Carousel Settings"
|
6827 |
msgstr ""
|
6828 |
|
6829 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:432
|
6830 |
msgid "Coverflow"
|
6831 |
msgstr ""
|
6832 |
|
6833 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:440
|
6834 |
msgid "Visible Product"
|
6835 |
msgstr ""
|
6836 |
|
6837 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:462
|
6838 |
msgid "Rotate"
|
6839 |
msgstr ""
|
6840 |
|
6841 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:480
|
6842 |
msgid "Depth"
|
6843 |
msgstr ""
|
6844 |
|
6845 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:517
|
6846 |
msgid "Items Gap"
|
6847 |
msgstr ""
|
6848 |
|
6849 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:534
|
6850 |
msgid "Speed"
|
6851 |
msgstr ""
|
6852 |
|
6853 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:647, ../includes/Elements/Woo_Product_Carousel.php:2073
|
6854 |
msgid "Dots"
|
6855 |
msgstr ""
|
6856 |
|
6857 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:659
|
6858 |
msgid "Image Dots"
|
6859 |
msgstr ""
|
6860 |
|
6861 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:674
|
6862 |
msgid "Image Dots Visibility"
|
6863 |
msgstr ""
|
6864 |
|
6865 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:708, ../includes/Traits/Controls.php:59, ../includes/Traits/Controls.php:207
|
6866 |
msgid "Query"
|
6867 |
msgstr ""
|
6868 |
|
6869 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:901
|
6870 |
msgid "Use opacity color for overlay design."
|
6871 |
msgstr ""
|
6872 |
|
6873 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:1100
|
6874 |
msgid "Product Price Color"
|
6875 |
msgstr ""
|
6876 |
|
6877 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:1198
|
6878 |
msgid "Sale Badge"
|
6879 |
msgstr ""
|
6880 |
|
6881 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:1603
|
6882 |
msgid "Review Color"
|
6883 |
msgstr ""
|
6884 |
|
6885 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2102, ../includes/Traits/Controls.php:611
|
6886 |
msgid "Inside"
|
6887 |
msgstr ""
|
6888 |
|
6889 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2103, ../includes/Traits/Controls.php:612
|
6890 |
msgid "Outside"
|
6891 |
msgstr ""
|
6892 |
|
6893 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2112
|
6894 |
msgid "Use Custom Width/Height?"
|
6895 |
msgstr ""
|
6896 |
|
6897 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2396
|
6898 |
msgid "Images Dots"
|
6899 |
msgstr ""
|
6900 |
|
6901 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2461
|
6902 |
msgid "Image Size"
|
6903 |
msgstr ""
|
6904 |
|
6905 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2529
|
6906 |
msgid "Choose Arrow"
|
6907 |
msgstr ""
|
6908 |
|
6909 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2534
|
6910 |
msgid "Angle"
|
6911 |
msgstr ""
|
6912 |
|
6913 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2535
|
6914 |
msgid "Double Angle"
|
6915 |
msgstr ""
|
6916 |
|
6917 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2536
|
6918 |
msgid "Chevron"
|
6919 |
msgstr ""
|
6920 |
|
6921 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2537
|
6922 |
msgid "Chevron Circle"
|
6923 |
msgstr ""
|
6924 |
|
6925 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2538, ../includes/Extensions/Table_of_Content.php:838
|
6926 |
msgid "Arrow"
|
6927 |
msgstr ""
|
6928 |
|
6929 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2539
|
6930 |
msgid "Long Arrow"
|
6931 |
msgstr ""
|
6932 |
|
6933 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2541
|
6934 |
msgid "Caret Square"
|
6935 |
msgstr ""
|
6936 |
|
6937 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2542
|
6938 |
msgid "Arrow Circle"
|
6939 |
msgstr ""
|
6940 |
|
6941 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2543
|
6942 |
msgid "Arrow Circle O"
|
6943 |
msgstr ""
|
6944 |
|
6945 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2545
|
6946 |
msgid "Hand"
|
6947 |
msgstr ""
|
6948 |
|
6949 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2904
|
6950 |
msgid "<p class=\"eael-no-posts-found\">No layout found!</p>"
|
6951 |
msgstr ""
|
6952 |
|
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,14 @@ Your existing elements/content will work with premium version. So you won't lose
|
|
225 |
|
226 |
== Changelog ==
|
227 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
= 4.8.3 - 08/08/2021 =
|
229 |
|
230 |
- Added: EA WooCommerce Widgets | Option to change the 'Stock Out' text
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.8
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 4.8.4
|
8 |
License: GPLv3
|
9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
10 |
|
225 |
|
226 |
== Changelog ==
|
227 |
|
228 |
+
= 4.8.4 - 19/08/2021 =
|
229 |
+
|
230 |
+
- Added: Anchor Link support in EA Advanced Tabs & Advanced Accordion
|
231 |
+
- Fixed: EA Gravity Forms | Styles not working properly
|
232 |
+
- Fixed: EA Post Grid & Post Timeline | Throwing console error when used custom template from theme
|
233 |
+
- Fixed: EA Feature List | Icons color not changing when we have set color from Global Color setting
|
234 |
+
- Few minor bug fix and improvements
|
235 |
+
|
236 |
= 4.8.3 - 08/08/2021 =
|
237 |
|
238 |
- Added: EA WooCommerce Widgets | Option to change the 'Stock Out' text
|