Version Description
26/04/2022 =
Fixed: EA Advanced Data Table | WPML Translation not working
Fixed: EA Creative Button | Style settings not apply on secondary button texts
Fixed: EA Advanced Data Table | Sorting order only working on the current page
Improved: EA Event Calendar | Added an option to specify default start date
Few minor bug fixes & improvements
Download this release
Release Info
Developer | wpdevteam |
Plugin | Elementor Essential Addons |
Version | 5.1.1 |
Comparing to | |
See all releases |
Code changes from version 5.1.0 to 5.1.1
- assets/admin/css/admin.css +3 -0
- assets/admin/css/notice.css +25 -1
- assets/front-end/css/view/creative-btn.css +1 -0
- assets/front-end/css/view/creative-btn.min.css +1 -1
- assets/front-end/js/view/advanced-data-table.js +1 -1
- assets/front-end/js/view/advanced-data-table.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
- essential_adons_elementor.php +2 -2
- includes/Classes/Bootstrap.php +3 -0
- includes/Elements/Creative_Button.php +4 -1
- includes/Elements/Event_Calendar.php +17 -0
- includes/Traits/Admin.php +51 -3
- includes/Traits/Helper.php +21 -1
- languages/essential-addons-for-elementor-lite.pot +115 -103
- readme.txt +9 -1
- wpml-config.xml +1 -0
assets/admin/css/admin.css
CHANGED
@@ -5214,6 +5214,9 @@ button.button__greyBg:hover:disabled {
|
|
5214 |
outline:none;
|
5215 |
box-showdow:none;
|
5216 |
}
|
|
|
|
|
|
|
5217 |
.eael-lock-style {
|
5218 |
position: absolute;
|
5219 |
right: 21px;
|
5214 |
outline:none;
|
5215 |
box-showdow:none;
|
5216 |
}
|
5217 |
+
.eael-admin-promotion-close {
|
5218 |
+
top: 7px !important;
|
5219 |
+
}
|
5220 |
.eael-lock-style {
|
5221 |
position: absolute;
|
5222 |
right: 21px;
|
assets/admin/css/notice.css
CHANGED
@@ -144,4 +144,28 @@ span.coupon-code {
|
|
144 |
}
|
145 |
.wpdeveloper-upsale-notice .wpdeveloper-notice-message .button {
|
146 |
margin-left: 15px;
|
147 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
}
|
145 |
.wpdeveloper-upsale-notice .wpdeveloper-notice-message .button {
|
146 |
margin-left: 15px;
|
147 |
+
}
|
148 |
+
|
149 |
+
.eael-menu-notice {
|
150 |
+
background: red;
|
151 |
+
position: absolute;
|
152 |
+
bottom: 24px;
|
153 |
+
right: 0px;
|
154 |
+
display: inline-block;
|
155 |
+
vertical-align: top;
|
156 |
+
box-sizing: border-box;
|
157 |
+
margin: 1px 0 -1px 2px;
|
158 |
+
padding: 0 5px;
|
159 |
+
min-width: 18px;
|
160 |
+
height: 18px;
|
161 |
+
border-radius: 9px;
|
162 |
+
background-color: #D63638;
|
163 |
+
color: #fff;
|
164 |
+
font-size: 11px;
|
165 |
+
line-height: 1.6;
|
166 |
+
text-align: center;
|
167 |
+
z-index: 26;
|
168 |
+
display:none;
|
169 |
+
}
|
170 |
+
|
171 |
+
|
assets/front-end/css/view/creative-btn.css
CHANGED
@@ -229,6 +229,7 @@
|
|
229 |
}
|
230 |
|
231 |
.eael-creative-button--tamaya::before {
|
|
|
232 |
top: 0;
|
233 |
padding-top: 1em;
|
234 |
}
|
229 |
}
|
230 |
|
231 |
.eael-creative-button--tamaya::before {
|
232 |
+
height: 56%;
|
233 |
top: 0;
|
234 |
padding-top: 1em;
|
235 |
}
|
assets/front-end/css/view/creative-btn.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.eael-creative-button-align-center{text-align:center}.eael-creative-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-creative-button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-width:150px;text-align:center;vertical-align:middle;position:relative;z-index:1;border-radius:2px;padding:20px 30px;font-size:16px;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.eael-creative-button:focus{outline:none}.eael-creative-button--winona{overflow:hidden;padding:0 !important;-webkit-transition:border-color .3s,background-color .3s;-o-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--winona::after{content:attr(data-text);position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transform:translate3d(0, 25%, 0);transform:translate3d(0, 25%, 0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-creative-button--winona::after,.eael-creative-button--winona>.creative-button-inner{padding:1em 2em;-webkit-transition:-webkit-transform .3s,opacity .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--winona:hover::after{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.eael-creative-button--winona:hover>.creative-button-inner{opacity:0;-webkit-transform:translate3d(0, -25%, 0);transform:translate3d(0, 0%, 0)}.eael-creative-button--ujarak{-webkit-transition:border-color .4s,color .4s;-o-transition:border-color .4s,color .4s;transition:border-color .4s,color .4s}.eael-creative-button--ujarak::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0;-webkit-transform:scale3d(0.7, 1, 1);transform:scale3d(0.7, 1, 1);-webkit-transition:-webkit-transform .4s,opacity .4s;-webkit-transition:opacity .4s,-webkit-transform .4s;transition:opacity .4s,-webkit-transform .4s;-o-transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s,-webkit-transform .4s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--ujarak,.eael-creative-button--ujarak::before{-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--ujarak:hover::before{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.eael-creative-button--wayra{overflow:hidden;-webkit-transition:border-color .3s,color .3s;-o-transition:border-color .3s,color .3s;transition:border-color .3s,color .3s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--wayra::before{content:"";position:absolute;top:0;left:0;width:150%;height:100%;z-index:-1;-webkit-transform:rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform:rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin:0% 100%;-ms-transform-origin:0% 100%;transform-origin:0% 100%;-webkit-transition:-webkit-transform .3s,opacity .3s,background-color .3s;-webkit-transition:opacity .3s,background-color .3s,-webkit-transform .3s;transition:opacity .3s,background-color .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s,background-color .3s;transition:transform .3s,opacity .3s,background-color .3s;transition:transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s}.eael-creative-button--wayra:hover::before{opacity:1;-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg);-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--tamaya{float:left;min-width:150px;max-width:250px;display:block;margin:1em;padding:1em 2em;border:none;background:none;color:inherit;vertical-align:middle;position:relative;z-index:1;-webkit-backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;overflow:hidden;color:#7986cb;min-width:180px}.eael-creative-button--tamaya.button--inverted{color:#37474f;border-color:#37474f}.eael-creative-button--tamaya::before,.eael-creative-button--tamaya::after{content:attr(data-text);position:absolute;width:100%;height:50%;left:0;background:#7986cb;color:#fff;overflow:hidden;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--tamaya.button--inverted::before,.eael-creative-button--tamaya.button--inverted::after{background:#fff;color:#37474f}.eael-creative-button--tamaya::before{top:0;padding-top:1em}.eael-creative-button--tamaya::after{bottom:0;line-height:0}.eael-creative-button--tamaya span{display:block;-webkit-transform:scale3d(0.2, 0.2, 1);transform:scale3d(0.2, 0.2, 1);opacity:0;-webkit-transition:-webkit-transform .3s,opacity .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--tamaya:hover::before{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}.eael-creative-button--tamaya:hover::after{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}.eael-creative-button--tamaya:hover span{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);content:"Bangladesh"}.eael-creative-button--rayen{overflow:hidden;padding:0 !important}.eael-creative-button--rayen::before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-creative-button--rayen::before,.eael-creative-button--rayen>.creative-button-inner{padding:1em 2em;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);-o-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1)}.eael-creative-button--rayen:hover::before{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.eael-creative-button--rayen:hover>.creative-button-inner{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}.creative-button-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-creative-button-icon-left{margin-right:5px}.eael-creative-button-icon-right{margin-left:5px}.rtl .eael-creative-button-wrapper{direction:ltr}
|
1 |
+
.eael-creative-button-align-center{text-align:center}.eael-creative-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-creative-button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-width:150px;text-align:center;vertical-align:middle;position:relative;z-index:1;border-radius:2px;padding:20px 30px;font-size:16px;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.eael-creative-button:focus{outline:none}.eael-creative-button--winona{overflow:hidden;padding:0 !important;-webkit-transition:border-color .3s,background-color .3s;-o-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--winona::after{content:attr(data-text);position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transform:translate3d(0, 25%, 0);transform:translate3d(0, 25%, 0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-creative-button--winona::after,.eael-creative-button--winona>.creative-button-inner{padding:1em 2em;-webkit-transition:-webkit-transform .3s,opacity .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--winona:hover::after{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.eael-creative-button--winona:hover>.creative-button-inner{opacity:0;-webkit-transform:translate3d(0, -25%, 0);transform:translate3d(0, 0%, 0)}.eael-creative-button--ujarak{-webkit-transition:border-color .4s,color .4s;-o-transition:border-color .4s,color .4s;transition:border-color .4s,color .4s}.eael-creative-button--ujarak::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0;-webkit-transform:scale3d(0.7, 1, 1);transform:scale3d(0.7, 1, 1);-webkit-transition:-webkit-transform .4s,opacity .4s;-webkit-transition:opacity .4s,-webkit-transform .4s;transition:opacity .4s,-webkit-transform .4s;-o-transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s,-webkit-transform .4s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--ujarak,.eael-creative-button--ujarak::before{-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--ujarak:hover::before{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.eael-creative-button--wayra{overflow:hidden;-webkit-transition:border-color .3s,color .3s;-o-transition:border-color .3s,color .3s;transition:border-color .3s,color .3s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--wayra::before{content:"";position:absolute;top:0;left:0;width:150%;height:100%;z-index:-1;-webkit-transform:rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform:rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin:0% 100%;-ms-transform-origin:0% 100%;transform-origin:0% 100%;-webkit-transition:-webkit-transform .3s,opacity .3s,background-color .3s;-webkit-transition:opacity .3s,background-color .3s,-webkit-transform .3s;transition:opacity .3s,background-color .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s,background-color .3s;transition:transform .3s,opacity .3s,background-color .3s;transition:transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s}.eael-creative-button--wayra:hover::before{opacity:1;-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg);-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--tamaya{float:left;min-width:150px;max-width:250px;display:block;margin:1em;padding:1em 2em;border:none;background:none;color:inherit;vertical-align:middle;position:relative;z-index:1;-webkit-backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;overflow:hidden;color:#7986cb;min-width:180px}.eael-creative-button--tamaya.button--inverted{color:#37474f;border-color:#37474f}.eael-creative-button--tamaya::before,.eael-creative-button--tamaya::after{content:attr(data-text);position:absolute;width:100%;height:50%;left:0;background:#7986cb;color:#fff;overflow:hidden;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--tamaya.button--inverted::before,.eael-creative-button--tamaya.button--inverted::after{background:#fff;color:#37474f}.eael-creative-button--tamaya::before{height:56%;top:0;padding-top:1em}.eael-creative-button--tamaya::after{bottom:0;line-height:0}.eael-creative-button--tamaya span{display:block;-webkit-transform:scale3d(0.2, 0.2, 1);transform:scale3d(0.2, 0.2, 1);opacity:0;-webkit-transition:-webkit-transform .3s,opacity .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-o-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1)}.eael-creative-button--tamaya:hover::before{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}.eael-creative-button--tamaya:hover::after{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}.eael-creative-button--tamaya:hover span{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);content:"Bangladesh"}.eael-creative-button--rayen{overflow:hidden;padding:0 !important}.eael-creative-button--rayen::before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-creative-button--rayen::before,.eael-creative-button--rayen>.creative-button-inner{padding:1em 2em;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);-o-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1)}.eael-creative-button--rayen:hover::before{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.eael-creative-button--rayen:hover>.creative-button-inner{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}.creative-button-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-creative-button-icon-left{margin-right:5px}.eael-creative-button-icon-right{margin-left:5px}.rtl .eael-creative-button-wrapper{direction:ltr}
|
assets/front-end/js/view/advanced-data-table.js
CHANGED
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\n\nvar advancedDataTable = /*#__PURE__*/function () {\n function advancedDataTable() {\n _classCallCheck(this, advancedDataTable);\n\n // register hooks\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-advanced-data-table.default\", this.initFrontend.bind(this));\n } // init frontend features\n\n\n _createClass(advancedDataTable, [{\n key: \"initFrontend\",\n value: function initFrontend($scope, $) {\n var table = $scope[0].querySelector(\".ea-advanced-data-table\");\n var search = $scope[0].querySelector(\".ea-advanced-data-table-search\");\n var pagination = $scope[0].querySelector(\".ea-advanced-data-table-pagination\");\n var classCollection = {};\n\n if (!ea.isEditMode && table !== null) {\n // search\n this.initTableSearch(table, search, pagination); // sort\n\n this.initTableSort(table, pagination, classCollection); // paginated table\n\n this.initTablePagination(table, pagination, classCollection); // woocommerce\n\n this.initWooFeatures(table);\n }\n } // frontend - search\n\n }, {\n key: \"initTableSearch\",\n value: function initTableSearch(table, search, pagination) {\n if (search) {\n search.addEventListener(\"input\", function (e) {\n var input = e.target.value.toLowerCase();\n var hasSort = table.classList.contains(\"ea-advanced-data-table-sortable\");\n var offset = table.rows[0].parentNode.tagName.toLowerCase() == \"thead\" ? 1 : 0;\n\n if (table.rows.length > 1) {\n if (input.length > 0) {\n if (hasSort) {\n table.classList.add(\"ea-advanced-data-table-unsortable\");\n }\n\n if (pagination && pagination.innerHTML.length > 0) {\n pagination.style.display = \"none\";\n }\n\n for (var i = offset; i < table.rows.length; i++) {\n var matchFound = false;\n\n if (table.rows[i].cells.length > 0) {\n for (var j = 0; j < table.rows[i].cells.length; j++) {\n if (table.rows[i].cells[j].textContent.toLowerCase().indexOf(input) > -1) {\n matchFound = true;\n break;\n }\n }\n }\n\n if (matchFound) {\n table.rows[i].style.display = \"table-row\";\n } else {\n table.rows[i].style.display = \"none\";\n }\n }\n } else {\n if (hasSort) {\n table.classList.remove(\"ea-advanced-data-table-unsortable\");\n }\n\n if (pagination && pagination.innerHTML.length > 0) {\n pagination.style.display = \"\";\n var paginationType = pagination.classList.contains(\"ea-advanced-data-table-pagination-button\") ? \"button\" : \"select\";\n var currentPage = paginationType == \"button\" ? pagination.querySelector(\".ea-advanced-data-table-pagination-current\").dataset.page : pagination.querySelector(\"select\").value;\n var startIndex = (currentPage - 1) * table.dataset.itemsPerPage + 1;\n var endIndex = currentPage * table.dataset.itemsPerPage;\n\n for (var _i = 1; _i <= table.rows.length - 1; _i++) {\n if (_i >= startIndex && _i <= endIndex) {\n table.rows[_i].style.display = \"table-row\";\n } else {\n table.rows[_i].style.display = \"none\";\n }\n }\n } else {\n for (var _i2 = 1; _i2 <= table.rows.length - 1; _i2++) {\n table.rows[_i2].style.display = \"table-row\";\n }\n }\n }\n }\n });\n }\n } // frontend - sort\n\n }, {\n key: \"initTableSort\",\n value: function initTableSort(table, pagination, classCollection) {\n if (table.classList.contains(\"ea-advanced-data-table-sortable\")) {\n table.addEventListener(\"click\", function (e) {\n var target = null;\n\n if (e.target.tagName.toLowerCase() === \"th\") {\n target = e.target;\n }\n\n if (e.target.parentNode.tagName.toLowerCase() === \"th\") {\n target = e.target.parentNode;\n }\n\n if (e.target.parentNode.parentNode.tagName.toLowerCase() === \"th\") {\n target = e.target.parentNode.parentNode;\n }\n\n if (target === null) {\n return;\n }\n\n var index = target.cellIndex;\n var currentPage = 1;\n var startIndex = 1;\n var endIndex = table.rows.length - 1;\n var sort = \"\";\n var classList = target.classList;\n var collection = [];\n var origTable = table.cloneNode(true);\n\n if (classList.contains(\"asc\")) {\n target.classList.remove(\"asc\");\n target.classList.add(\"desc\");\n sort = \"desc\";\n } else if (classList.contains(\"desc\")) {\n target.classList.remove(\"desc\");\n target.classList.add(\"asc\");\n sort = \"asc\";\n } else {\n target.classList.add(\"asc\");\n sort = \"asc\";\n }\n\n if (pagination && pagination.innerHTML.length > 0) {\n var paginationType = pagination.classList.contains(\"ea-advanced-data-table-pagination-button\") ? \"button\" : \"select\";\n currentPage = paginationType == \"button\" ? pagination.querySelector(\".ea-advanced-data-table-pagination-current\").dataset.page : pagination.querySelector(\"select\").value;\n startIndex = (currentPage - 1) * table.dataset.itemsPerPage + 1;\n endIndex = endIndex - (currentPage - 1) * table.dataset.itemsPerPage >= table.dataset.itemsPerPage ? currentPage * table.dataset.itemsPerPage : endIndex;\n } // collect header class\n\n\n classCollection[currentPage] = [];\n table.querySelectorAll(\"th\").forEach(function (el) {\n if (el.cellIndex != index) {\n el.classList.remove(\"asc\", \"desc\");\n }\n\n classCollection[currentPage].push(el.classList.contains(\"asc\") ? \"asc\" : el.classList.contains(\"desc\") ? \"desc\" : \"\");\n }); // collect table cells value\n\n for (var i = startIndex; i <= endIndex; i++) {\n var value = void 0;\n var cell = table.rows[i].cells[index];\n var data = cell.innerText;\n var regex = new RegExp(\"([0-9]{4}[-./*](0[1-9]|1[0-2])[-./*]([0-2]{1}[0-9]{1}|3[0-1]{1})|([0-2]{1}[0-9]{1}|3[0-1]{1})[-./*](0[1-9]|1[0-2])[-./*][0-9]{4})\");\n\n if (data.match(regex)) {\n dataString = data.split(/[\\.\\-\\/\\*]/);\n\n if (dataString[0].length == 4) {\n data = dataString[0] + \"-\" + dataString[1] + \"-\" + dataString[2];\n } else {\n data = dataString[2] + \"-\" + dataString[1] + \"-\" + dataString[0];\n }\n\n value = Date.parse(data);\n } else if (isNaN(parseInt(data))) {\n value = data.toLowerCase();\n } else {\n value = parseFloat(data);\n }\n\n collection.push({\n index: i,\n value: value\n });\n } // sort collection array\n\n\n if (sort == \"asc\") {\n collection.sort(function (x, y) {\n return x.value > y.value ? 1 : -1;\n });\n } else if (sort == \"desc\") {\n collection.sort(function (x, y) {\n return x.value < y.value ? 1 : -1;\n });\n } // sort table\n\n\n collection.forEach(function (row, index) {\n table.rows[startIndex + index].innerHTML = origTable.rows[row.index].innerHTML;\n });\n });\n }\n } // frontend - pagination\n\n }, {\n key: \"initTablePagination\",\n value: function initTablePagination(table, pagination, classCollection) {\n if (table.classList.contains(\"ea-advanced-data-table-paginated\")) {\n var paginationHTML = \"\";\n var paginationType = pagination.classList.contains(\"ea-advanced-data-table-pagination-button\") ? \"button\" : \"select\";\n var currentPage = 1;\n var startIndex = table.rows[0].parentNode.tagName.toLowerCase() == \"thead\" ? 1 : 0;\n var endIndex = currentPage * table.dataset.itemsPerPage;\n var maxPages = Math.ceil((table.rows.length - 1) / table.dataset.itemsPerPage); // insert pagination\n\n if (maxPages > 1) {\n if (paginationType == \"button\") {\n for (var i = 1; i <= maxPages; i++) {\n paginationHTML += \"<a href=\\\"#\\\" data-page=\\\"\".concat(i, \"\\\" class=\\\"\").concat(i == 1 ? \"ea-advanced-data-table-pagination-current\" : \"\", \"\\\">\").concat(i, \"</a>\");\n }\n\n pagination.insertAdjacentHTML(\"beforeend\", \"<a href=\\\"#\\\" data-page=\\\"1\\\">«</a>\".concat(paginationHTML, \"<a href=\\\"#\\\" data-page=\\\"\").concat(maxPages, \"\\\">»</a>\"));\n } else {\n for (var _i3 = 1; _i3 <= maxPages; _i3++) {\n paginationHTML += \"<option value=\\\"\".concat(_i3, \"\\\">\").concat(_i3, \"</option>\");\n }\n\n pagination.insertAdjacentHTML(\"beforeend\", \"<select>\".concat(paginationHTML, \"</select>\"));\n }\n } // make initial item visible\n\n\n for (var _i4 = 0; _i4 <= endIndex; _i4++) {\n if (_i4 >= table.rows.length) {\n break;\n }\n\n table.rows[_i4].style.display = \"table-row\";\n } // paginate on click\n\n\n if (paginationType == \"button\") {\n pagination.addEventListener(\"click\", function (e) {\n e.preventDefault();\n\n if (e.target.tagName.toLowerCase() == \"a\") {\n currentPage = e.target.dataset.page;\n offset = table.rows[0].parentNode.tagName.toLowerCase() == \"thead\" ? 1 : 0;\n startIndex = (currentPage - 1) * table.dataset.itemsPerPage + offset;\n endIndex = currentPage * table.dataset.itemsPerPage;\n pagination.querySelectorAll(\".ea-advanced-data-table-pagination-current\").forEach(function (el) {\n el.classList.remove(\"ea-advanced-data-table-pagination-current\");\n });\n pagination.querySelectorAll(\"[data-page=\\\"\".concat(currentPage, \"\\\"]\")).forEach(function (el) {\n el.classList.add(\"ea-advanced-data-table-pagination-current\");\n });\n\n for (var _i5 = offset; _i5 <= table.rows.length - 1; _i5++) {\n if (_i5 >= startIndex && _i5 <= endIndex) {\n table.rows[_i5].style.display = \"table-row\";\n } else {\n table.rows[_i5].style.display = \"none\";\n }\n }\n\n table.querySelectorAll(\"th\").forEach(function (el, index) {\n el.classList.remove(\"asc\", \"desc\");\n\n if (typeof classCollection[currentPage] != \"undefined\") {\n if (classCollection[currentPage][index]) {\n el.classList.add(classCollection[currentPage][index]);\n }\n }\n });\n }\n });\n } else {\n if (pagination.hasChildNodes()) {\n pagination.querySelector(\"select\").addEventListener(\"input\", function (e) {\n e.preventDefault();\n currentPage = e.target.value;\n offset = table.rows[0].parentNode.tagName.toLowerCase() == \"thead\" ? 1 : 0;\n startIndex = (currentPage - 1) * table.dataset.itemsPerPage + offset;\n endIndex = currentPage * table.dataset.itemsPerPage;\n\n for (var _i6 = offset; _i6 <= table.rows.length - 1; _i6++) {\n if (_i6 >= startIndex && _i6 <= endIndex) {\n table.rows[_i6].style.display = \"table-row\";\n } else {\n table.rows[_i6].style.display = \"none\";\n }\n }\n\n table.querySelectorAll(\"th\").forEach(function (el, index) {\n el.classList.remove(\"asc\", \"desc\");\n\n if (typeof classCollection[currentPage] != \"undefined\") {\n if (classCollection[currentPage][index]) {\n el.classList.add(classCollection[currentPage][index]);\n }\n }\n });\n });\n }\n }\n }\n } // woocommerce features\n\n }, {\n key: \"initWooFeatures\",\n value: function initWooFeatures(table) {\n table.querySelectorAll(\".nt_button_woo\").forEach(function (el) {\n el.classList.add(\"add_to_cart_button\", \"ajax_add_to_cart\");\n });\n table.querySelectorAll(\".nt_woo_quantity\").forEach(function (el) {\n el.addEventListener(\"input\", function (e) {\n var product_id = e.target.dataset.product_id;\n var quantity = e.target.value;\n $(\".nt_add_to_cart_\".concat(product_id), $(table)).data(\"quantity\", quantity);\n });\n });\n }\n }]);\n\n return advancedDataTable;\n}();\n\nea.hooks.addAction(\"init\", \"ea\", function () {\n new advancedDataTable();\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-data-table.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\n\nvar advancedDataTable = /*#__PURE__*/function () {\n function advancedDataTable() {\n _classCallCheck(this, advancedDataTable);\n\n // register hooks\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-advanced-data-table.default\", this.initFrontend.bind(this));\n } // init frontend features\n\n\n _createClass(advancedDataTable, [{\n key: \"initFrontend\",\n value: function initFrontend($scope, $) {\n var table = $scope[0].querySelector(\".ea-advanced-data-table\");\n var search = $scope[0].querySelector(\".ea-advanced-data-table-search\");\n var pagination = $scope[0].querySelector(\".ea-advanced-data-table-pagination\");\n var classCollection = {};\n\n if (!ea.isEditMode && table !== null) {\n // search\n this.initTableSearch(table, search, pagination); // sort\n\n this.initTableSort(table, pagination, classCollection); // paginated table\n\n this.initTablePagination(table, pagination, classCollection); // woocommerce\n\n this.initWooFeatures(table);\n }\n } // frontend - search\n\n }, {\n key: \"initTableSearch\",\n value: function initTableSearch(table, search, pagination) {\n if (search) {\n search.addEventListener(\"input\", function (e) {\n var input = e.target.value.toLowerCase();\n var hasSort = table.classList.contains(\"ea-advanced-data-table-sortable\");\n var offset = table.rows[0].parentNode.tagName.toLowerCase() == \"thead\" ? 1 : 0;\n\n if (table.rows.length > 1) {\n if (input.length > 0) {\n if (hasSort) {\n table.classList.add(\"ea-advanced-data-table-unsortable\");\n }\n\n if (pagination && pagination.innerHTML.length > 0) {\n pagination.style.display = \"none\";\n }\n\n for (var i = offset; i < table.rows.length; i++) {\n var matchFound = false;\n\n if (table.rows[i].cells.length > 0) {\n for (var j = 0; j < table.rows[i].cells.length; j++) {\n if (table.rows[i].cells[j].textContent.toLowerCase().indexOf(input) > -1) {\n matchFound = true;\n break;\n }\n }\n }\n\n if (matchFound) {\n table.rows[i].style.display = \"table-row\";\n } else {\n table.rows[i].style.display = \"none\";\n }\n }\n } else {\n if (hasSort) {\n table.classList.remove(\"ea-advanced-data-table-unsortable\");\n }\n\n if (pagination && pagination.innerHTML.length > 0) {\n pagination.style.display = \"\";\n var paginationType = pagination.classList.contains(\"ea-advanced-data-table-pagination-button\") ? \"button\" : \"select\";\n var currentPage = paginationType == \"button\" ? pagination.querySelector(\".ea-advanced-data-table-pagination-current\").dataset.page : pagination.querySelector(\"select\").value;\n var startIndex = (currentPage - 1) * table.dataset.itemsPerPage + 1;\n var endIndex = currentPage * table.dataset.itemsPerPage;\n\n for (var _i = 1; _i <= table.rows.length - 1; _i++) {\n if (_i >= startIndex && _i <= endIndex) {\n table.rows[_i].style.display = \"table-row\";\n } else {\n table.rows[_i].style.display = \"none\";\n }\n }\n } else {\n for (var _i2 = 1; _i2 <= table.rows.length - 1; _i2++) {\n table.rows[_i2].style.display = \"table-row\";\n }\n }\n }\n }\n });\n }\n } // frontend - sort\n\n }, {\n key: \"initTableSort\",\n value: function initTableSort(table, pagination, classCollection) {\n if (table.classList.contains(\"ea-advanced-data-table-sortable\")) {\n table.addEventListener(\"click\", function (e) {\n var target = null;\n\n if (e.target.tagName.toLowerCase() === \"th\") {\n target = e.target;\n }\n\n if (e.target.parentNode.tagName.toLowerCase() === \"th\") {\n target = e.target.parentNode;\n }\n\n if (e.target.parentNode.parentNode.tagName.toLowerCase() === \"th\") {\n target = e.target.parentNode.parentNode;\n }\n\n if (target === null) {\n return;\n }\n\n var index = target.cellIndex;\n var currentPage = 1;\n var startIndex = 1;\n var endIndex = table.rows.length - 1;\n var sort = \"\";\n var classList = target.classList;\n var collection = [];\n var origTable = table.cloneNode(true);\n\n if (classList.contains(\"asc\")) {\n target.classList.remove(\"asc\");\n target.classList.add(\"desc\");\n sort = \"desc\";\n } else if (classList.contains(\"desc\")) {\n target.classList.remove(\"desc\");\n target.classList.add(\"asc\");\n sort = \"asc\";\n } else {\n target.classList.add(\"asc\");\n sort = \"asc\";\n }\n\n if (pagination && pagination.innerHTML.length > 0) {\n var paginationType = pagination.classList.contains(\"ea-advanced-data-table-pagination-button\") ? \"button\" : \"select\";\n currentPage = paginationType == \"button\" ? pagination.querySelector(\".ea-advanced-data-table-pagination-current\").dataset.page : pagination.querySelector(\"select\").value;\n startIndex = (currentPage - 1) * table.dataset.itemsPerPage + 1;\n endIndex = endIndex - (currentPage - 1) * table.dataset.itemsPerPage >= table.dataset.itemsPerPage ? currentPage * table.dataset.itemsPerPage : endIndex;\n } // collect header class\n\n\n classCollection[currentPage] = [];\n table.querySelectorAll(\"th\").forEach(function (el) {\n if (el.cellIndex != index) {\n el.classList.remove(\"asc\", \"desc\");\n }\n\n classCollection[currentPage].push(el.classList.contains(\"asc\") ? \"asc\" : el.classList.contains(\"desc\") ? \"desc\" : \"\");\n }); // collect table cells value\n\n for (var i = 1; i <= table.rows.length - 1; i++) {\n var value = void 0;\n var cell = table.rows[i].cells[index];\n var data = cell.innerText;\n var regex = new RegExp(\"([0-9]{4}[-./*](0[1-9]|1[0-2])[-./*]([0-2]{1}[0-9]{1}|3[0-1]{1})|([0-2]{1}[0-9]{1}|3[0-1]{1})[-./*](0[1-9]|1[0-2])[-./*][0-9]{4})\");\n\n if (data.match(regex)) {\n dataString = data.split(/[\\.\\-\\/\\*]/);\n\n if (dataString[0].length == 4) {\n data = dataString[0] + \"-\" + dataString[1] + \"-\" + dataString[2];\n } else {\n data = dataString[2] + \"-\" + dataString[1] + \"-\" + dataString[0];\n }\n\n value = Date.parse(data);\n } else if (isNaN(parseInt(data))) {\n value = data.toLowerCase();\n } else {\n value = parseFloat(data);\n }\n\n collection.push({\n index: i,\n value: value\n });\n } // sort collection array\n\n\n if (sort == \"asc\") {\n collection.sort(function (x, y) {\n return x.value > y.value ? 1 : -1;\n });\n } else if (sort == \"desc\") {\n collection.sort(function (x, y) {\n return x.value < y.value ? 1 : -1;\n });\n } // sort table\n\n\n collection.forEach(function (row, index) {\n table.rows[1 + index].innerHTML = origTable.rows[row.index].innerHTML;\n });\n });\n }\n } // frontend - pagination\n\n }, {\n key: \"initTablePagination\",\n value: function initTablePagination(table, pagination, classCollection) {\n if (table.classList.contains(\"ea-advanced-data-table-paginated\")) {\n var paginationHTML = \"\";\n var paginationType = pagination.classList.contains(\"ea-advanced-data-table-pagination-button\") ? \"button\" : \"select\";\n var currentPage = 1;\n var startIndex = table.rows[0].parentNode.tagName.toLowerCase() == \"thead\" ? 1 : 0;\n var endIndex = currentPage * table.dataset.itemsPerPage;\n var maxPages = Math.ceil((table.rows.length - 1) / table.dataset.itemsPerPage);\n pagination.insertAdjacentHTML(\"beforeend\", ''); // insert pagination\n\n if (maxPages > 1) {\n if (paginationType == \"button\") {\n for (var i = 1; i <= maxPages; i++) {\n paginationHTML += \"<a href=\\\"#\\\" data-page=\\\"\".concat(i, \"\\\" class=\\\"\").concat(i == 1 ? \"ea-advanced-data-table-pagination-current\" : \"\", \"\\\">\").concat(i, \"</a>\");\n }\n\n pagination.insertAdjacentHTML(\"beforeend\", \"<a href=\\\"#\\\" data-page=\\\"1\\\">«</a>\".concat(paginationHTML, \"<a href=\\\"#\\\" data-page=\\\"\").concat(maxPages, \"\\\">»</a>\"));\n } else {\n for (var _i3 = 1; _i3 <= maxPages; _i3++) {\n paginationHTML += \"<option value=\\\"\".concat(_i3, \"\\\">\").concat(_i3, \"</option>\");\n }\n\n pagination.insertAdjacentHTML(\"beforeend\", \"<select>\".concat(paginationHTML, \"</select>\"));\n }\n } // make initial item visible\n\n\n for (var _i4 = 0; _i4 <= endIndex; _i4++) {\n if (_i4 >= table.rows.length) {\n break;\n }\n\n table.rows[_i4].style.display = \"table-row\";\n } // paginate on click\n\n\n if (paginationType == \"button\") {\n pagination.addEventListener(\"click\", function (e) {\n e.preventDefault();\n\n if (e.target.tagName.toLowerCase() == \"a\") {\n currentPage = e.target.dataset.page;\n offset = table.rows[0].parentNode.tagName.toLowerCase() == \"thead\" ? 1 : 0;\n startIndex = (currentPage - 1) * table.dataset.itemsPerPage + offset;\n endIndex = currentPage * table.dataset.itemsPerPage;\n pagination.querySelectorAll(\".ea-advanced-data-table-pagination-current\").forEach(function (el) {\n el.classList.remove(\"ea-advanced-data-table-pagination-current\");\n });\n pagination.querySelectorAll(\"[data-page=\\\"\".concat(currentPage, \"\\\"]\")).forEach(function (el) {\n el.classList.add(\"ea-advanced-data-table-pagination-current\");\n });\n\n for (var _i5 = offset; _i5 <= table.rows.length - 1; _i5++) {\n if (_i5 >= startIndex && _i5 <= endIndex) {\n table.rows[_i5].style.display = \"table-row\";\n } else {\n table.rows[_i5].style.display = \"none\";\n }\n }\n\n table.querySelectorAll(\"th\").forEach(function (el, index) {\n el.classList.remove(\"asc\", \"desc\");\n\n if (typeof classCollection[currentPage] != \"undefined\") {\n if (classCollection[currentPage][index]) {\n el.classList.add(classCollection[currentPage][index]);\n }\n }\n });\n }\n });\n } else {\n if (pagination.hasChildNodes()) {\n pagination.querySelector(\"select\").addEventListener(\"input\", function (e) {\n e.preventDefault();\n currentPage = e.target.value;\n offset = table.rows[0].parentNode.tagName.toLowerCase() == \"thead\" ? 1 : 0;\n startIndex = (currentPage - 1) * table.dataset.itemsPerPage + offset;\n endIndex = currentPage * table.dataset.itemsPerPage;\n\n for (var _i6 = offset; _i6 <= table.rows.length - 1; _i6++) {\n if (_i6 >= startIndex && _i6 <= endIndex) {\n table.rows[_i6].style.display = \"table-row\";\n } else {\n table.rows[_i6].style.display = \"none\";\n }\n }\n\n table.querySelectorAll(\"th\").forEach(function (el, index) {\n el.classList.remove(\"asc\", \"desc\");\n\n if (typeof classCollection[currentPage] != \"undefined\") {\n if (classCollection[currentPage][index]) {\n el.classList.add(classCollection[currentPage][index]);\n }\n }\n });\n });\n }\n }\n }\n } // woocommerce features\n\n }, {\n key: \"initWooFeatures\",\n value: function initWooFeatures(table) {\n table.querySelectorAll(\".nt_button_woo\").forEach(function (el) {\n el.classList.add(\"add_to_cart_button\", \"ajax_add_to_cart\");\n });\n table.querySelectorAll(\".nt_woo_quantity\").forEach(function (el) {\n el.addEventListener(\"input\", function (e) {\n var product_id = e.target.dataset.product_id;\n var quantity = e.target.value;\n $(\".nt_add_to_cart_\".concat(product_id), $(table)).data(\"quantity\", quantity);\n });\n });\n }\n }]);\n\n return advancedDataTable;\n}();\n\nea.hooks.addAction(\"init\", \"ea\", function () {\n new advancedDataTable();\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-data-table.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
assets/front-end/js/view/advanced-data-table.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function a(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,n){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(a.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(n,r,function(t){return e[t]}.bind(null,r));return n},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=1)}([,function(e,t){function a(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var n=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),elementorFrontend.hooks.addAction("frontend/element_ready/eael-advanced-data-table.default",this.initFrontend.bind(this))}var t,n,r;return t=e,(n=[{key:"initFrontend",value:function(e,t){var a=e[0].querySelector(".ea-advanced-data-table"),n=e[0].querySelector(".ea-advanced-data-table-search"),r=e[0].querySelector(".ea-advanced-data-table-pagination"),o={};ea.isEditMode||null===a||(this.initTableSearch(a,n,r),this.initTableSort(a,r,o),this.initTablePagination(a,r,o),this.initWooFeatures(a))}},{key:"initTableSearch",value:function(e,t,a){t&&t.addEventListener("input",(function(t){var n=t.target.value.toLowerCase(),r=e.classList.contains("ea-advanced-data-table-sortable"),o="thead"==e.rows[0].parentNode.tagName.toLowerCase()?1:0;if(e.rows.length>1)if(n.length>0){r&&e.classList.add("ea-advanced-data-table-unsortable"),a&&a.innerHTML.length>0&&(a.style.display="none");for(var s=o;s<e.rows.length;s++){var i=!1;if(e.rows[s].cells.length>0)for(var l=0;l<e.rows[s].cells.length;l++)if(e.rows[s].cells[l].textContent.toLowerCase().indexOf(n)>-1){i=!0;break}e.rows[s].style.display=i?"table-row":"none"}}else if(r&&e.classList.remove("ea-advanced-data-table-unsortable"),a&&a.innerHTML.length>0){a.style.display="";for(var c="button"==(a.classList.contains("ea-advanced-data-table-pagination-button")?"button":"select")?a.querySelector(".ea-advanced-data-table-pagination-current").dataset.page:a.querySelector("select").value,d=(c-1)*e.dataset.itemsPerPage+1,u=c*e.dataset.itemsPerPage,f=1;f<=e.rows.length-1;f++)e.rows[f].style.display=f>=d&&f<=u?"table-row":"none"}else for(var g=1;g<=e.rows.length-1;g++)e.rows[g].style.display="table-row"}))}},{key:"initTableSort",value:function(e,t,a){e.classList.contains("ea-advanced-data-table-sortable")&&e.addEventListener("click",(function(n){var r=null;if("th"===n.target.tagName.toLowerCase()&&(r=n.target),"th"===n.target.parentNode.tagName.toLowerCase()&&(r=n.target.parentNode),"th"===n.target.parentNode.parentNode.tagName.toLowerCase()&&(r=n.target.parentNode.parentNode),null!==r){var o=r.cellIndex,s=1,i=
|
1 |
+
!function(e){var t={};function a(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,n){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(a.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(n,r,function(t){return e[t]}.bind(null,r));return n},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=1)}([,function(e,t){function a(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var n=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),elementorFrontend.hooks.addAction("frontend/element_ready/eael-advanced-data-table.default",this.initFrontend.bind(this))}var t,n,r;return t=e,(n=[{key:"initFrontend",value:function(e,t){var a=e[0].querySelector(".ea-advanced-data-table"),n=e[0].querySelector(".ea-advanced-data-table-search"),r=e[0].querySelector(".ea-advanced-data-table-pagination"),o={};ea.isEditMode||null===a||(this.initTableSearch(a,n,r),this.initTableSort(a,r,o),this.initTablePagination(a,r,o),this.initWooFeatures(a))}},{key:"initTableSearch",value:function(e,t,a){t&&t.addEventListener("input",(function(t){var n=t.target.value.toLowerCase(),r=e.classList.contains("ea-advanced-data-table-sortable"),o="thead"==e.rows[0].parentNode.tagName.toLowerCase()?1:0;if(e.rows.length>1)if(n.length>0){r&&e.classList.add("ea-advanced-data-table-unsortable"),a&&a.innerHTML.length>0&&(a.style.display="none");for(var s=o;s<e.rows.length;s++){var i=!1;if(e.rows[s].cells.length>0)for(var l=0;l<e.rows[s].cells.length;l++)if(e.rows[s].cells[l].textContent.toLowerCase().indexOf(n)>-1){i=!0;break}e.rows[s].style.display=i?"table-row":"none"}}else if(r&&e.classList.remove("ea-advanced-data-table-unsortable"),a&&a.innerHTML.length>0){a.style.display="";for(var c="button"==(a.classList.contains("ea-advanced-data-table-pagination-button")?"button":"select")?a.querySelector(".ea-advanced-data-table-pagination-current").dataset.page:a.querySelector("select").value,d=(c-1)*e.dataset.itemsPerPage+1,u=c*e.dataset.itemsPerPage,f=1;f<=e.rows.length-1;f++)e.rows[f].style.display=f>=d&&f<=u?"table-row":"none"}else for(var g=1;g<=e.rows.length-1;g++)e.rows[g].style.display="table-row"}))}},{key:"initTableSort",value:function(e,t,a){e.classList.contains("ea-advanced-data-table-sortable")&&e.addEventListener("click",(function(n){var r=null;if("th"===n.target.tagName.toLowerCase()&&(r=n.target),"th"===n.target.parentNode.tagName.toLowerCase()&&(r=n.target.parentNode),"th"===n.target.parentNode.parentNode.tagName.toLowerCase()&&(r=n.target.parentNode.parentNode),null!==r){var o=r.cellIndex,s=1,i=e.rows.length-1,l="",c=r.classList,d=[],u=e.cloneNode(!0);if(c.contains("asc")?(r.classList.remove("asc"),r.classList.add("desc"),l="desc"):c.contains("desc")?(r.classList.remove("desc"),r.classList.add("asc"),l="asc"):(r.classList.add("asc"),l="asc"),t&&t.innerHTML.length>0){var f=t.classList.contains("ea-advanced-data-table-pagination-button")?"button":"select";s="button"==f?t.querySelector(".ea-advanced-data-table-pagination-current").dataset.page:t.querySelector("select").value,e.dataset.itemsPerPage,i=i-(s-1)*e.dataset.itemsPerPage>=e.dataset.itemsPerPage?s*e.dataset.itemsPerPage:i}a[s]=[],e.querySelectorAll("th").forEach((function(e){e.cellIndex!=o&&e.classList.remove("asc","desc"),a[s].push(e.classList.contains("asc")?"asc":e.classList.contains("desc")?"desc":"")}));for(var g=1;g<=e.rows.length-1;g++){var v=void 0,p=e.rows[g].cells[o].innerText,b=new RegExp("([0-9]{4}[-./*](0[1-9]|1[0-2])[-./*]([0-2]{1}[0-9]{1}|3[0-1]{1})|([0-2]{1}[0-9]{1}|3[0-1]{1})[-./*](0[1-9]|1[0-2])[-./*][0-9]{4})");p.match(b)?(dataString=p.split(/[\.\-\/\*]/),p=4==dataString[0].length?dataString[0]+"-"+dataString[1]+"-"+dataString[2]:dataString[2]+"-"+dataString[1]+"-"+dataString[0],v=Date.parse(p)):v=isNaN(parseInt(p))?p.toLowerCase():parseFloat(p),d.push({index:g,value:v})}"asc"==l?d.sort((function(e,t){return e.value>t.value?1:-1})):"desc"==l&&d.sort((function(e,t){return e.value<t.value?1:-1})),d.forEach((function(t,a){e.rows[1+a].innerHTML=u.rows[t.index].innerHTML}))}}))}},{key:"initTablePagination",value:function(e,t,a){if(e.classList.contains("ea-advanced-data-table-paginated")){var n="",r=t.classList.contains("ea-advanced-data-table-pagination-button")?"button":"select",o=1,s="thead"==e.rows[0].parentNode.tagName.toLowerCase()?1:0,i=o*e.dataset.itemsPerPage,l=Math.ceil((e.rows.length-1)/e.dataset.itemsPerPage);if(t.insertAdjacentHTML("beforeend",""),l>1)if("button"==r){for(var c=1;c<=l;c++)n+='<a href="#" data-page="'.concat(c,'" class="').concat(1==c?"ea-advanced-data-table-pagination-current":"",'">').concat(c,"</a>");t.insertAdjacentHTML("beforeend",'<a href="#" data-page="1">«</a>'.concat(n,'<a href="#" data-page="').concat(l,'">»</a>'))}else{for(var d=1;d<=l;d++)n+='<option value="'.concat(d,'">').concat(d,"</option>");t.insertAdjacentHTML("beforeend","<select>".concat(n,"</select>"))}for(var u=0;u<=i&&!(u>=e.rows.length);u++)e.rows[u].style.display="table-row";"button"==r?t.addEventListener("click",(function(n){if(n.preventDefault(),"a"==n.target.tagName.toLowerCase()){o=n.target.dataset.page,offset="thead"==e.rows[0].parentNode.tagName.toLowerCase()?1:0,s=(o-1)*e.dataset.itemsPerPage+offset,i=o*e.dataset.itemsPerPage,t.querySelectorAll(".ea-advanced-data-table-pagination-current").forEach((function(e){e.classList.remove("ea-advanced-data-table-pagination-current")})),t.querySelectorAll('[data-page="'.concat(o,'"]')).forEach((function(e){e.classList.add("ea-advanced-data-table-pagination-current")}));for(var r=offset;r<=e.rows.length-1;r++)e.rows[r].style.display=r>=s&&r<=i?"table-row":"none";e.querySelectorAll("th").forEach((function(e,t){e.classList.remove("asc","desc"),void 0!==a[o]&&a[o][t]&&e.classList.add(a[o][t])}))}})):t.hasChildNodes()&&t.querySelector("select").addEventListener("input",(function(t){t.preventDefault(),o=t.target.value,offset="thead"==e.rows[0].parentNode.tagName.toLowerCase()?1:0,s=(o-1)*e.dataset.itemsPerPage+offset,i=o*e.dataset.itemsPerPage;for(var n=offset;n<=e.rows.length-1;n++)e.rows[n].style.display=n>=s&&n<=i?"table-row":"none";e.querySelectorAll("th").forEach((function(e,t){e.classList.remove("asc","desc"),void 0!==a[o]&&a[o][t]&&e.classList.add(a[o][t])}))}))}}},{key:"initWooFeatures",value:function(e){e.querySelectorAll(".nt_button_woo").forEach((function(e){e.classList.add("add_to_cart_button","ajax_add_to_cart")})),e.querySelectorAll(".nt_woo_quantity").forEach((function(t){t.addEventListener("input",(function(t){var a=t.target.dataset.product_id,n=t.target.value;$(".nt_add_to_cart_".concat(a),$(e)).data("quantity",n)}))}))}}])&&a(t.prototype,n),r&&a(t,r),Object.defineProperty(t,"prototype",{writable:!1}),e}();ea.hooks.addAction("init","ea",(function(){new n}))}]);
|
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;\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 } else {\n $(\".eaelec-modal-footer a\").css(\"display\", \"inline\");\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 |
|
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 defaultDate = element.data(\"defaultdate\"),\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 defaultDate: defaultDate,\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 } else {\n $(\".eaelec-modal-footer a\").css(\"display\", \"inline\");\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=8)}({8: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),
|
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=8)}({8: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),d=o.data("events"),m=o.data("first_day"),l=(o.data("cal_id"),o.data("locale")),i=o.data("translate"),s=o.data("defaultview"),c=o.data("defaultdate"),f="yes"==o.data("time_format"),Y=new a(e[0].querySelector(".eael-event-calendar-cls"),{plugins:["dayGrid","timeGrid","list"],editable:!1,selectable:!1,draggable:!1,firstDay:m,eventTimeFormat:{hour:"2-digit",minute:"2-digit",hour12:!f},nextDayThreshold:"00:00:00",header:{left:"prev,next today",center:"title",right:"timeGridDay,timeGridWeek,dayGridMonth,listMonth"},events:d,selectHelper:!0,locale:l,eventLimit:3,defaultView:s,defaultDate:c,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=f?"H:mm":"h:mm A",d=o.end,m=t("span.eaelec-event-date-start"),l=t("span.eaelec-event-date-end");"yes"===o.allDay&&(d=moment(d).subtract(1,"days")._d,n=" ");var s=moment(a).format("YYYY"),c=moment(d).format("YYYY"),Y=c>s,u="",D="";m.html(" "),l.html(" "),r.addClass("eael-ec-popup-ready").removeClass("eael-ec-modal-removing"),"yes"===o.allDay&&moment(a).format("MM-DD-YYYY")===moment(d).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(d).isSame(Date.now(),"day")&&(D=!0!==moment(a).isSame(Date.now(),"day")?i.today+" "+moment(d).format(n):moment(d).format(n)),moment(a).format("MM-DD-YYYY")!==moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(d).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(D=i.tomorrow+" "+moment(d).format(n)),moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(d).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(D=moment(d).format(n)),moment(d).diff(moment(a),"days")>0&&l.text().trim().length<1&&(D=moment(d).format("MMM Do "+n)),moment(a).format("MM-DD-YYYY")===moment(d).format("MM-DD-YYYY")&&(D=moment(d).format(n)),D=Y?c+" "+D:D),void 0!==o.extendedProps.hideEndDate&&"yes"===o.extendedProps.hideEndDate?l.html(" "):l.html(""!=D?"- "+D:""),m.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-footer a").css("display","inline"),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")})),Y.render(),ea.hooks.addAction("eventCalendar.reinit","ea",(function(){Y.today()}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-event-calendar.default",a)}))}});
|
essential_adons_elementor.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
|
5 |
* Plugin URI: https://essential-addons.com/elementor/
|
6 |
* Author: WPDeveloper
|
7 |
-
* Version: 5.1.
|
8 |
* Author URI: https://wpdeveloper.com/
|
9 |
* Text Domain: essential-addons-for-elementor-lite
|
10 |
* Domain Path: /languages
|
@@ -27,7 +27,7 @@ define('EAEL_PLUGIN_FILE', __FILE__);
|
|
27 |
define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
28 |
define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
|
29 |
define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
|
30 |
-
define('EAEL_PLUGIN_VERSION', '5.1.
|
31 |
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
|
32 |
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
|
33 |
/**
|
4 |
* Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
|
5 |
* Plugin URI: https://essential-addons.com/elementor/
|
6 |
* Author: WPDeveloper
|
7 |
+
* Version: 5.1.1
|
8 |
* Author URI: https://wpdeveloper.com/
|
9 |
* Text Domain: essential-addons-for-elementor-lite
|
10 |
* Domain Path: /languages
|
27 |
define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
28 |
define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
|
29 |
define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
|
30 |
+
define('EAEL_PLUGIN_VERSION', '5.1.1');
|
31 |
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
|
32 |
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
|
33 |
/**
|
includes/Classes/Bootstrap.php
CHANGED
@@ -76,6 +76,7 @@ class Bootstrap
|
|
76 |
|
77 |
|
78 |
const EAEL_PROMOTION_FLAG = 2;
|
|
|
79 |
/**
|
80 |
* Singleton instance
|
81 |
*
|
@@ -264,6 +265,8 @@ class Bootstrap
|
|
264 |
add_action( 'init', [ $this, 'register_wc_hooks' ], 5 );
|
265 |
}
|
266 |
|
|
|
|
|
267 |
}
|
268 |
|
269 |
// beehive theme compatibility
|
76 |
|
77 |
|
78 |
const EAEL_PROMOTION_FLAG = 2;
|
79 |
+
const EAEL_ADMIN_MENU_FLAG = 2;
|
80 |
/**
|
81 |
* Singleton instance
|
82 |
*
|
265 |
add_action( 'init', [ $this, 'register_wc_hooks' ], 5 );
|
266 |
}
|
267 |
|
268 |
+
add_action( 'eael_admin_page_setting', [ $this, 'eael_show_admin_menu_notice' ] );
|
269 |
+
|
270 |
}
|
271 |
|
272 |
// beehive theme compatibility
|
includes/Elements/Creative_Button.php
CHANGED
@@ -373,6 +373,7 @@ class Creative_Button extends Widget_Base
|
|
373 |
'selectors' => [
|
374 |
'{{WRAPPER}} .eael-creative-button:hover .cretive-button-text' => 'color: {{VALUE}};',
|
375 |
'{{WRAPPER}} .eael-creative-button.eael-creative-button--winona::after' => 'color: {{VALUE}};',
|
|
|
376 |
],
|
377 |
]
|
378 |
);
|
@@ -389,6 +390,7 @@ class Creative_Button extends Widget_Base
|
|
389 |
'{{WRAPPER}} .eael-creative-button.eael-creative-button--wayra:hover::before' => 'background-color: {{VALUE}};',
|
390 |
'{{WRAPPER}} .eael-creative-button.eael-creative-button--tamaya:hover' => 'background-color: {{VALUE}};',
|
391 |
'{{WRAPPER}} .eael-creative-button.eael-creative-button--rayen::before' => 'background-color: {{VALUE}};',
|
|
|
392 |
],
|
393 |
'condition' => [
|
394 |
'use_gradient_background' => '',
|
@@ -407,6 +409,7 @@ class Creative_Button extends Widget_Base
|
|
407 |
{{WRAPPER}} .eael-creative-button.eael-creative-button--wayra:hover::before,
|
408 |
{{WRAPPER}} .eael-creative-button.eael-creative-button--tamaya:hover,
|
409 |
{{WRAPPER}} .eael-creative-button.eael-creative-button--rayen::before
|
|
|
410 |
',
|
411 |
'condition' => [
|
412 |
'use_gradient_background' => 'yes',
|
@@ -489,7 +492,7 @@ class Creative_Button extends Widget_Base
|
|
489 |
[
|
490 |
'name' => 'eael_creative_button_typography',
|
491 |
'scheme' => Typography::TYPOGRAPHY_1,
|
492 |
-
'selector' => '{{WRAPPER}} .eael-creative-button .cretive-button-text, {{WRAPPER}} .eael-creative-button--winona::after',
|
493 |
]
|
494 |
);
|
495 |
|
373 |
'selectors' => [
|
374 |
'{{WRAPPER}} .eael-creative-button:hover .cretive-button-text' => 'color: {{VALUE}};',
|
375 |
'{{WRAPPER}} .eael-creative-button.eael-creative-button--winona::after' => 'color: {{VALUE}};',
|
376 |
+
'{{WRAPPER}} .eael-creative-button.eael-creative-button--rayen:hover::before' => 'color: {{VALUE}};',
|
377 |
],
|
378 |
]
|
379 |
);
|
390 |
'{{WRAPPER}} .eael-creative-button.eael-creative-button--wayra:hover::before' => 'background-color: {{VALUE}};',
|
391 |
'{{WRAPPER}} .eael-creative-button.eael-creative-button--tamaya:hover' => 'background-color: {{VALUE}};',
|
392 |
'{{WRAPPER}} .eael-creative-button.eael-creative-button--rayen::before' => 'background-color: {{VALUE}};',
|
393 |
+
'{{WRAPPER}} .eael-creative-button.eael-creative-button--rayen:hover::before' => 'background-color: {{VALUE}};',
|
394 |
],
|
395 |
'condition' => [
|
396 |
'use_gradient_background' => '',
|
409 |
{{WRAPPER}} .eael-creative-button.eael-creative-button--wayra:hover::before,
|
410 |
{{WRAPPER}} .eael-creative-button.eael-creative-button--tamaya:hover,
|
411 |
{{WRAPPER}} .eael-creative-button.eael-creative-button--rayen::before
|
412 |
+
{{WRAPPER}} .eael-creative-button.eael-creative-button--rayen:hover::before
|
413 |
',
|
414 |
'condition' => [
|
415 |
'use_gradient_background' => 'yes',
|
492 |
[
|
493 |
'name' => 'eael_creative_button_typography',
|
494 |
'scheme' => Typography::TYPOGRAPHY_1,
|
495 |
+
'selector' => '{{WRAPPER}} .eael-creative-button .cretive-button-text, {{WRAPPER}} .eael-creative-button--winona::after, {{WRAPPER}} .eael-creative-button--rayen::before, {{WRAPPER}} .eael-creative-button--tamaya::after, {{WRAPPER}} .eael-creative-button--tamaya::before',
|
496 |
]
|
497 |
);
|
498 |
|
includes/Elements/Event_Calendar.php
CHANGED
@@ -530,6 +530,21 @@ class Event_Calendar extends Widget_Base
|
|
530 |
]
|
531 |
);
|
532 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
533 |
$this->add_control(
|
534 |
'eael_event_calendar_first_day',
|
535 |
[
|
@@ -1730,6 +1745,7 @@ class Event_Calendar extends Widget_Base
|
|
1730 |
|
1731 |
$local = $settings['eael_event_calendar_language'];
|
1732 |
$default_view = $settings['eael_event_calendar_default_view'];
|
|
|
1733 |
$time_format = $settings['eael_event_time_format'];
|
1734 |
$translate_date = [
|
1735 |
'today' => __('Today', 'essential-addons-for-elementor-lite'),
|
@@ -1743,6 +1759,7 @@ class Event_Calendar extends Widget_Base
|
|
1743 |
data-locale = "' . $local . '"
|
1744 |
data-translate = "' . htmlspecialchars(json_encode($translate_date), ENT_QUOTES, 'UTF-8') . '"
|
1745 |
data-defaultview = "' . $default_view . '"
|
|
|
1746 |
data-time_format = "' . $time_format . '"
|
1747 |
data-events="' . htmlspecialchars(json_encode($data), ENT_QUOTES, 'UTF-8') . '"
|
1748 |
data-first_day="' . $settings['eael_event_calendar_first_day'] . '"></div>
|
530 |
]
|
531 |
);
|
532 |
|
533 |
+
$default_date = date('Y-m-d');
|
534 |
+
$this->add_control(
|
535 |
+
'eael_event_calendar_default_date',
|
536 |
+
[
|
537 |
+
'label' => __('Calendar Default Start Date', 'essential-addons-for-elementor-lite'),
|
538 |
+
'type' => Controls_Manager::DATE_TIME,
|
539 |
+
'label_block' => true,
|
540 |
+
'picker_options' => [
|
541 |
+
'enableTime' => false,
|
542 |
+
'dateFormat' => 'Y-m-d',
|
543 |
+
],
|
544 |
+
'default' => $default_date,
|
545 |
+
]
|
546 |
+
);
|
547 |
+
|
548 |
$this->add_control(
|
549 |
'eael_event_calendar_first_day',
|
550 |
[
|
1745 |
|
1746 |
$local = $settings['eael_event_calendar_language'];
|
1747 |
$default_view = $settings['eael_event_calendar_default_view'];
|
1748 |
+
$default_date = $settings['eael_event_calendar_default_date'];
|
1749 |
$time_format = $settings['eael_event_time_format'];
|
1750 |
$translate_date = [
|
1751 |
'today' => __('Today', 'essential-addons-for-elementor-lite'),
|
1759 |
data-locale = "' . $local . '"
|
1760 |
data-translate = "' . htmlspecialchars(json_encode($translate_date), ENT_QUOTES, 'UTF-8') . '"
|
1761 |
data-defaultview = "' . $default_view . '"
|
1762 |
+
data-defaultdate = "' . $default_date . '"
|
1763 |
data-time_format = "' . $time_format . '"
|
1764 |
data-events="' . htmlspecialchars(json_encode($data), ENT_QUOTES, 'UTF-8') . '"
|
1765 |
data-first_day="' . $settings['eael_event_calendar_first_day'] . '"></div>
|
includes/Traits/Admin.php
CHANGED
@@ -17,9 +17,12 @@ trait Admin {
|
|
17 |
* @since 1.1.2
|
18 |
*/
|
19 |
public function admin_menu() {
|
|
|
|
|
|
|
20 |
add_menu_page(
|
21 |
-
__( 'Essential Addons', 'essential-addons-for-elementor-lite' ),
|
22 |
-
__( 'Essential Addons', 'essential-addons-for-elementor-lite' ),
|
23 |
'manage_options',
|
24 |
'eael-settings',
|
25 |
[$this, 'admin_settings_page'],
|
@@ -84,6 +87,8 @@ trait Admin {
|
|
84 |
'assets_regenerated' => EAEL_PLUGIN_URL . 'assets/admin/images/assets-regenerated.gif',
|
85 |
) );
|
86 |
}
|
|
|
|
|
87 |
}
|
88 |
|
89 |
/**
|
@@ -92,7 +97,6 @@ trait Admin {
|
|
92 |
* @since 1.1.2
|
93 |
*/
|
94 |
public function admin_settings_page() {
|
95 |
-
$a = 'manzur';
|
96 |
?>
|
97 |
<form action="" method="POST" id="eael-settings" name="eael-settings">
|
98 |
<div class="template__wrapper background__greyBg px30 py50">
|
@@ -126,6 +130,7 @@ trait Admin {
|
|
126 |
</div>
|
127 |
</form>
|
128 |
<?php
|
|
|
129 |
}
|
130 |
|
131 |
/**
|
@@ -222,4 +227,47 @@ trait Admin {
|
|
222 |
|
223 |
$notice->init();
|
224 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
}
|
17 |
* @since 1.1.2
|
18 |
*/
|
19 |
public function admin_menu() {
|
20 |
+
|
21 |
+
$menu_notice = ( $this->menu_notice_should_show() ) ?'<span class="eael-menu-notice">1</span>':'';
|
22 |
+
|
23 |
add_menu_page(
|
24 |
+
__( 'Essential Addons a', 'essential-addons-for-elementor-lite' ),
|
25 |
+
sprintf(__( 'Essential Addons %s', 'essential-addons-for-elementor-lite' ), $menu_notice ),
|
26 |
'manage_options',
|
27 |
'eael-settings',
|
28 |
[$this, 'admin_settings_page'],
|
87 |
'assets_regenerated' => EAEL_PLUGIN_URL . 'assets/admin/images/assets-regenerated.gif',
|
88 |
) );
|
89 |
}
|
90 |
+
|
91 |
+
$this->eael_admin_inline_css();
|
92 |
}
|
93 |
|
94 |
/**
|
97 |
* @since 1.1.2
|
98 |
*/
|
99 |
public function admin_settings_page() {
|
|
|
100 |
?>
|
101 |
<form action="" method="POST" id="eael-settings" name="eael-settings">
|
102 |
<div class="template__wrapper background__greyBg px30 py50">
|
130 |
</div>
|
131 |
</form>
|
132 |
<?php
|
133 |
+
do_action( 'eael_admin_page_setting' );
|
134 |
}
|
135 |
|
136 |
/**
|
227 |
|
228 |
$notice->init();
|
229 |
}
|
230 |
+
|
231 |
+
/**
|
232 |
+
* eael_admin_inline_css
|
233 |
+
*
|
234 |
+
* Admin Menu highlighted
|
235 |
+
* @return false
|
236 |
+
* @since 5.1.0
|
237 |
+
*/
|
238 |
+
public function eael_admin_inline_css() {
|
239 |
+
|
240 |
+
$screen = get_current_screen();
|
241 |
+
if ( ! empty( $screen->id ) && $screen->id == 'toplevel_page_eael-settings' ) {
|
242 |
+
return false;
|
243 |
+
}
|
244 |
+
|
245 |
+
if ( $this->menu_notice_should_show() ) {
|
246 |
+
$custom_css = "
|
247 |
+
#toplevel_page_eael-settings a ,
|
248 |
+
#toplevel_page_eael-settings a:hover {
|
249 |
+
color:#f0f0f1 !important;
|
250 |
+
background: #7D55FF !important;
|
251 |
+
}
|
252 |
+
#toplevel_page_eael-settings .eael-menu-notice {
|
253 |
+
display:block !important;
|
254 |
+
}"
|
255 |
+
;
|
256 |
+
wp_add_inline_style( 'admin-bar', $custom_css );
|
257 |
+
}
|
258 |
+
}
|
259 |
+
|
260 |
+
/**
|
261 |
+
* menu_notice_should_show
|
262 |
+
*
|
263 |
+
* Check two flags status (eael_admin_menu_notice and eael_admin_promotion),
|
264 |
+
* if both true this display menu notice. it's prevent to display menu notice multiple time
|
265 |
+
*
|
266 |
+
* @return bool
|
267 |
+
* @since 5.1.0
|
268 |
+
*/
|
269 |
+
public function menu_notice_should_show() {
|
270 |
+
return ( get_option( 'eael_admin_menu_notice' ) < self::EAEL_PROMOTION_FLAG && get_option( 'eael_admin_promotion' ) < self::EAEL_ADMIN_MENU_FLAG );
|
271 |
+
}
|
272 |
+
|
273 |
}
|
includes/Traits/Helper.php
CHANGED
@@ -431,11 +431,18 @@ trait Helper
|
|
431 |
?>
|
432 |
<div id="eael-admin-promotion-message" class="eael-admin-promotion-message">
|
433 |
<i class="e-notice__dismiss eael-admin-promotion-close" role="button" aria-label="Dismiss" tabindex="0"></i>
|
434 |
-
<?php printf( __( "<p> <i>📣</i> NEW: Essential Addons 5.1
|
435 |
</div>
|
436 |
<?php
|
437 |
}
|
438 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
public function remove_admin_notice() {
|
440 |
$current_screen = get_current_screen();
|
441 |
if ( $current_screen->id == 'toplevel_page_eael-settings' ) {
|
@@ -448,6 +455,19 @@ trait Helper
|
|
448 |
}
|
449 |
}
|
450 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
451 |
|
452 |
}
|
453 |
|
431 |
?>
|
432 |
<div id="eael-admin-promotion-message" class="eael-admin-promotion-message">
|
433 |
<i class="e-notice__dismiss eael-admin-promotion-close" role="button" aria-label="Dismiss" tabindex="0"></i>
|
434 |
+
<?php printf( __( "<p> <i>📣</i> NEW: Essential Addons 5.1 is here, with new '<a target='_blank' href='%s'>EA Conditional Display</a>' extension, <b>'FAQ Schema'</b> for EA Advanced Accordion & more! Check out the <a target='_blank' href='%s'>Changelog</a> for more details 🎉</p>", "essential-addons-for-elementor-lite" ), esc_url( 'https://essential-addons.com/elementor/conditional-display/' ), esc_url( 'https://essential-addons.com/elementor/changelog/' ) ); ?>
|
435 |
</div>
|
436 |
<?php
|
437 |
}
|
438 |
|
439 |
+
/**
|
440 |
+
* remove_admin_notice
|
441 |
+
*
|
442 |
+
* Added admin notice which is basically uses for display new promotion message
|
443 |
+
*
|
444 |
+
* @return void
|
445 |
+
*/
|
446 |
public function remove_admin_notice() {
|
447 |
$current_screen = get_current_screen();
|
448 |
if ( $current_screen->id == 'toplevel_page_eael-settings' ) {
|
455 |
}
|
456 |
}
|
457 |
}
|
458 |
+
|
459 |
+
/**
|
460 |
+
* eael_show_admin_menu_notice
|
461 |
+
*
|
462 |
+
* Update flag if user visit Essential Addons setting page only first time
|
463 |
+
* @return void
|
464 |
+
* @since 5.1.0
|
465 |
+
*/
|
466 |
+
public function eael_show_admin_menu_notice() {
|
467 |
+
if ( get_option( 'eael_admin_menu_notice' ) < self::EAEL_ADMIN_MENU_FLAG ) {
|
468 |
+
update_option( 'eael_admin_menu_notice',self::EAEL_ADMIN_MENU_FLAG,'no' );
|
469 |
+
}
|
470 |
+
}
|
471 |
|
472 |
}
|
473 |
|
languages/essential-addons-for-elementor-lite.pot
CHANGED
@@ -93,7 +93,7 @@ msgstr ""
|
|
93 |
msgid "Configuration"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:100, ../includes/Traits/Admin.php:
|
97 |
msgid "Elements"
|
98 |
msgstr ""
|
99 |
|
@@ -105,7 +105,7 @@ msgstr ""
|
|
105 |
msgid "Templately"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:103, ../includes/Traits/Admin.php:
|
109 |
msgid "Integrations"
|
110 |
msgstr ""
|
111 |
|
@@ -125,7 +125,7 @@ msgstr ""
|
|
125 |
msgid "Next"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:154, ../includes/Elements/Advanced_Data_Table.php:439, ../includes/Elements/Advanced_Data_Table.php:558, ../includes/Elements/Advanced_Data_Table.php:984, ../includes/Elements/Advanced_Data_Table.php:1131, ../includes/Elements/Adv_Accordion.php:154, ../includes/Elements/Betterdocs_Category_Box.php:775, ../includes/Elements/Betterdocs_Category_Grid.php:1521, ../includes/Elements/Betterdocs_Category_Grid.php:1546, ../includes/Elements/Caldera_Forms.php:241, ../includes/Elements/Caldera_Forms.php:423, ../includes/Elements/Caldera_Forms.php:569, ../includes/Elements/Caldera_Forms.php:1144, ../includes/Elements/Contact_Form_7.php:339, ../includes/Elements/Contact_Form_7.php:451, ../includes/Elements/Contact_Form_7.php:1171, ../includes/Elements/Content_Ticker.php:291, ../includes/Elements/Countdown.php:126, ../includes/Elements/Countdown.php:1038, ../includes/Elements/Creative_Button.php:
|
129 |
msgid "Right"
|
130 |
msgstr ""
|
131 |
|
@@ -580,7 +580,7 @@ msgstr ""
|
|
580 |
msgid "Image"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: ../includes/Controls/Select2.php:30, ../includes/Elements/Betterdocs_Category_Box.php:627, ../includes/Elements/Betterdocs_Category_Box.php:666, ../includes/Elements/Betterdocs_Category_Grid.php:589, ../includes/Elements/Betterdocs_Category_Grid.php:1146, ../includes/Elements/Caldera_Forms.php:118, ../includes/Elements/Caldera_Forms.php:258, ../includes/Elements/Contact_Form_7.php:160, ../includes/Elements/Contact_Form_7.php:465, ../includes/Elements/Cta_Box.php:219, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:
|
584 |
msgid "Title"
|
585 |
msgstr ""
|
586 |
|
@@ -688,7 +688,7 @@ msgstr ""
|
|
688 |
msgid "Pagination Type"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: ../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:
|
692 |
msgid "Button"
|
693 |
msgstr ""
|
694 |
|
@@ -720,15 +720,15 @@ msgstr ""
|
|
720 |
msgid "Import"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: ../includes/Elements/Advanced_Data_Table.php:292, ../includes/Elements/Event_Calendar.php:
|
724 |
msgid "Data Cache Setting"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: ../includes/Elements/Advanced_Data_Table.php:302, ../includes/Elements/Event_Calendar.php:
|
728 |
msgid "Data Cache Time"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: ../includes/Elements/Advanced_Data_Table.php:306, ../includes/Elements/Event_Calendar.php:
|
732 |
msgid "Cache expiration time (Minutes)"
|
733 |
msgstr ""
|
734 |
|
@@ -736,19 +736,19 @@ msgstr ""
|
|
736 |
msgid "Table"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: ../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:320, ../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:
|
740 |
msgid "Width"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: ../includes/Elements/Advanced_Data_Table.php:361, ../includes/Elements/Advanced_Data_Table.php:1029, ../includes/Elements/Advanced_Data_Table.php:1227, ../includes/Elements/Advanced_Data_Table.php:1299, ../includes/Elements/Advanced_Data_Table.php:1427, ../includes/Elements/Adv_Accordion.php:397, ../includes/Elements/Adv_Accordion.php:586, ../includes/Elements/Adv_Accordion.php:646, ../includes/Elements/Adv_Accordion.php:707, ../includes/Elements/Adv_Accordion.php:790, ../includes/Elements/Adv_Accordion.php:912, ../includes/Elements/Adv_Accordion.php:958, ../includes/Elements/Adv_Accordion.php:1004, ../includes/Elements/Adv_Tabs.php:360, ../includes/Elements/Adv_Tabs.php:554, ../includes/Elements/Adv_Tabs.php:621, ../includes/Elements/Adv_Tabs.php:690, ../includes/Elements/Adv_Tabs.php:784, ../includes/Elements/Betterdocs_Category_Box.php:300, ../includes/Elements/Betterdocs_Category_Box.php:368, ../includes/Elements/Betterdocs_Category_Box.php:489, ../includes/Elements/Betterdocs_Category_Box.php:565, ../includes/Elements/Betterdocs_Category_Box.php:885, ../includes/Elements/Betterdocs_Category_Box.php:990, ../includes/Elements/Betterdocs_Category_Grid.php:341, ../includes/Elements/Betterdocs_Category_Grid.php:389, ../includes/Elements/Betterdocs_Category_Grid.php:474, ../includes/Elements/Betterdocs_Category_Grid.php:515, ../includes/Elements/Betterdocs_Category_Grid.php:640, ../includes/Elements/Betterdocs_Category_Grid.php:694, ../includes/Elements/Betterdocs_Category_Grid.php:844, ../includes/Elements/Betterdocs_Category_Grid.php:941, ../includes/Elements/Betterdocs_Category_Grid.php:1186, ../includes/Elements/Betterdocs_Category_Grid.php:1386, ../includes/Elements/Betterdocs_Category_Grid.php:1485, ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Betterdocs_Search_Form.php:374, ../includes/Elements/Betterdocs_Search_Form.php:432, ../includes/Elements/Betterdocs_Search_Form.php:542, ../includes/Elements/Caldera_Forms.php:617, ../includes/Elements/Caldera_Forms.php:813, ../includes/Elements/Caldera_Forms.php:1229, ../includes/Elements/Caldera_Forms.php:1387, ../includes/Elements/Contact_Form_7.php:711, ../includes/Elements/Contact_Form_7.php:776, ../includes/Elements/Contact_Form_7.php:1255, ../includes/Elements/Contact_Form_7.php:1457, ../includes/Elements/Contact_Form_7.php:1551, ../includes/Elements/Contact_Form_7.php:1618, ../includes/Elements/Content_Ticker.php:622, ../includes/Elements/Countdown.php:619, ../includes/Elements/Cta_Box.php:557, ../includes/Elements/Cta_Box.php:884, ../includes/Elements/Cta_Box.php:1243, ../includes/Elements/Data_Table.php:652, ../includes/Elements/Data_Table.php:691, ../includes/Elements/Data_Table.php:883, ../includes/Elements/Data_Table.php:1217, ../includes/Elements/Dual_Color_Header.php:347, ../includes/Elements/Event_Calendar.php:
|
744 |
msgid "Border"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: ../includes/Elements/Advanced_Data_Table.php:387, ../includes/Elements/Advanced_Data_Table.php:1055, ../includes/Elements/Advanced_Data_Table.php:1253, ../includes/Elements/Advanced_Data_Table.php:1325, ../includes/Elements/Advanced_Data_Table.php:1449, ../includes/Elements/Adv_Accordion.php:404, ../includes/Elements/Adv_Accordion.php:593, ../includes/Elements/Adv_Accordion.php:653, ../includes/Elements/Adv_Accordion.php:714, ../includes/Elements/Adv_Tabs.php:368, ../includes/Elements/Adv_Tabs.php:561, ../includes/Elements/Adv_Tabs.php:628, ../includes/Elements/Adv_Tabs.php:697, ../includes/Elements/Adv_Tabs.php:791, ../includes/Elements/Betterdocs_Category_Box.php:308, ../includes/Elements/Betterdocs_Category_Box.php:376, ../includes/Elements/Betterdocs_Category_Box.php:497, ../includes/Elements/Betterdocs_Category_Box.php:574, ../includes/Elements/Betterdocs_Category_Box.php:896, ../includes/Elements/Betterdocs_Category_Box.php:1001, ../includes/Elements/Betterdocs_Category_Grid.php:349, ../includes/Elements/Betterdocs_Category_Grid.php:397, ../includes/Elements/Betterdocs_Category_Grid.php:482, ../includes/Elements/Betterdocs_Category_Grid.php:523, ../includes/Elements/Betterdocs_Category_Grid.php:648, ../includes/Elements/Betterdocs_Category_Grid.php:702, ../includes/Elements/Betterdocs_Category_Grid.php:855, ../includes/Elements/Betterdocs_Category_Grid.php:952, ../includes/Elements/Betterdocs_Category_Grid.php:1394, ../includes/Elements/Betterdocs_Category_Grid.php:1493, ../includes/Elements/Betterdocs_Search_Form.php:206, ../includes/Elements/Caldera_Forms.php:480, ../includes/Elements/Caldera_Forms.php:628, ../includes/Elements/Caldera_Forms.php:1046, ../includes/Elements/Caldera_Forms.php:1072, ../includes/Elements/Caldera_Forms.php:1239, ../includes/Elements/Contact_Form_7.php:396, ../includes/Elements/Contact_Form_7.php:722, ../includes/Elements/Contact_Form_7.php:1073, ../includes/Elements/Contact_Form_7.php:1099, ../includes/Elements/Contact_Form_7.php:1264, ../includes/Elements/Content_Ticker.php:401, ../includes/Elements/Content_Ticker.php:475, ../includes/Elements/Content_Ticker.php:632, ../includes/Elements/Countdown.php:627, ../includes/Elements/Creative_Button.php:336, ../includes/Elements/Cta_Box.php:565, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:1251, ../includes/Elements/Dual_Color_Header.php:355, ../includes/Elements/Event_Calendar.php:
|
748 |
msgid "Border Radius"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: ../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:
|
752 |
msgid "Box Shadow"
|
753 |
msgstr ""
|
754 |
|
@@ -756,7 +756,7 @@ msgstr ""
|
|
756 |
msgid "Head"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: ../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:
|
760 |
msgid "Typography"
|
761 |
msgstr ""
|
762 |
|
@@ -764,19 +764,19 @@ msgstr ""
|
|
764 |
msgid "Text Alignment"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: ../includes/Elements/Advanced_Data_Table.php:431, ../includes/Elements/Advanced_Data_Table.php:550, ../includes/Elements/Advanced_Data_Table.php:976, ../includes/Elements/Advanced_Data_Table.php:1123, ../includes/Elements/Adv_Accordion.php:155, ../includes/Elements/Betterdocs_Category_Box.php:767, ../includes/Elements/Betterdocs_Category_Grid.php:1513, ../includes/Elements/Betterdocs_Category_Grid.php:1538, ../includes/Elements/Caldera_Forms.php:233, ../includes/Elements/Caldera_Forms.php:415, ../includes/Elements/Caldera_Forms.php:561, ../includes/Elements/Caldera_Forms.php:1136, ../includes/Elements/Contact_Form_7.php:331, ../includes/Elements/Contact_Form_7.php:443, ../includes/Elements/Contact_Form_7.php:1163, ../includes/Elements/Content_Ticker.php:290, ../includes/Elements/Countdown.php:118, ../includes/Elements/Countdown.php:1030, ../includes/Elements/Creative_Button.php:
|
768 |
msgid "Left"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: ../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:
|
772 |
msgid "Center"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: ../includes/Elements/Advanced_Data_Table.php:454, ../includes/Elements/Advanced_Data_Table.php:573, ../includes/Elements/Advanced_Data_Table.php:667, ../includes/Elements/Advanced_Data_Table.php:698, ../includes/Elements/Advanced_Data_Table.php:729, ../includes/Elements/Advanced_Data_Table.php:760, ../includes/Elements/Advanced_Data_Table.php:791, ../includes/Elements/Advanced_Data_Table.php:822, ../includes/Elements/Advanced_Data_Table.php:1004, ../includes/Elements/Advanced_Data_Table.php:1200, ../includes/Elements/Advanced_Data_Table.php:1270, ../includes/Elements/Adv_Accordion.php:562, ../includes/Elements/Adv_Accordion.php:622, ../includes/Elements/Adv_Accordion.php:682, ../includes/Elements/Adv_Accordion.php:749, ../includes/Elements/Adv_Tabs.php:527, ../includes/Elements/Adv_Tabs.php:594, ../includes/Elements/Adv_Tabs.php:661, ../includes/Elements/Adv_Tabs.php:743, ../includes/Elements/Caldera_Forms.php:270, ../includes/Elements/Caldera_Forms.php:331, ../includes/Elements/Caldera_Forms.php:523, ../includes/Elements/Caldera_Forms.php:604, ../includes/Elements/Caldera_Forms.php:850, ../includes/Elements/Caldera_Forms.php:906, ../includes/Elements/Caldera_Forms.php:1216, ../includes/Elements/Caldera_Forms.php:1322, ../includes/Elements/Caldera_Forms.php:1375, ../includes/Elements/Contact_Form_7.php:474, ../includes/Elements/Contact_Form_7.php:505, ../includes/Elements/Contact_Form_7.php:562, ../includes/Elements/Contact_Form_7.php:845, ../includes/Elements/Contact_Form_7.php:920, ../includes/Elements/Contact_Form_7.php:1242, ../includes/Elements/Contact_Form_7.php:1348, ../includes/Elements/Contact_Form_7.php:1412, ../includes/Elements/Contact_Form_7.php:1535, ../includes/Elements/Contact_Form_7.php:1592, ../includes/Elements/Content_Ticker.php:357, ../includes/Elements/Content_Ticker.php:433, ../includes/Elements/Countdown.php:1109, ../includes/Elements/Creative_Button.php:277, ../includes/Elements/Creative_Button.php:370, ../includes/Elements/Cta_Box.php:810, ../includes/Elements/Cta_Box.php:825, ../includes/Elements/Cta_Box.php:996, ../includes/Elements/Cta_Box.php:1011, ../includes/Elements/Cta_Box.php:1203, ../includes/Elements/Cta_Box.php:1218, ../includes/Elements/Cta_Box.php:1272, ../includes/Elements/Cta_Box.php:1287, ../includes/Elements/Data_Table.php:989, ../includes/Elements/Data_Table.php:1006, ../includes/Elements/Event_Calendar.php:
|
776 |
msgid "Text Color"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: ../includes/Elements/Advanced_Data_Table.php:468, ../includes/Elements/Advanced_Data_Table.php:609, ../includes/Elements/Advanced_Data_Table.php:682, ../includes/Elements/Advanced_Data_Table.php:713, ../includes/Elements/Advanced_Data_Table.php:744, ../includes/Elements/Advanced_Data_Table.php:775, ../includes/Elements/Advanced_Data_Table.php:806, ../includes/Elements/Advanced_Data_Table.php:837, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1213, ../includes/Elements/Advanced_Data_Table.php:1284, ../includes/Elements/Advanced_Data_Table.php:1379, ../includes/Elements/Advanced_Data_Table.php:1409, ../includes/Elements/Adv_Accordion.php:898, ../includes/Elements/Adv_Accordion.php:944, ../includes/Elements/Adv_Accordion.php:990, ../includes/Elements/Adv_Tabs.php:508, ../includes/Elements/Adv_Tabs.php:724, ../includes/Elements/Caldera_Forms.php:592, ../includes/Elements/Caldera_Forms.php:800, ../includes/Elements/Caldera_Forms.php:1204, ../includes/Elements/Caldera_Forms.php:1310, ../includes/Elements/Caldera_Forms.php:1364, ../includes/Elements/Contact_Form_7.php:550, ../includes/Elements/Contact_Form_7.php:763, ../includes/Elements/Contact_Form_7.php:1230, ../includes/Elements/Contact_Form_7.php:1336, ../includes/Elements/Contact_Form_7.php:1427, ../includes/Elements/Contact_Form_7.php:1520, ../includes/Elements/Content_Ticker.php:345, ../includes/Elements/Content_Ticker.php:422, ../includes/Elements/Content_Ticker.php:597, ../includes/Elements/Content_Ticker.php:653, ../includes/Elements/Countdown.php:733, ../includes/Elements/Countdown.php:745, ../includes/Elements/Countdown.php:805, ../includes/Elements/Countdown.php:817, ../includes/Elements/Countdown.php:877, ../includes/Elements/Countdown.php:889, ../includes/Elements/Countdown.php:949, ../includes/Elements/Countdown.php:961, ../includes/Elements/Creative_Button.php:291, ../includes/Elements/Creative_Button.php:
|
780 |
msgid "Background Color"
|
781 |
msgstr ""
|
782 |
|
@@ -788,7 +788,7 @@ msgstr ""
|
|
788 |
msgid "Padding"
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: ../includes/Elements/Advanced_Data_Table.php:529, ../includes/Elements/Event_Calendar.php:
|
792 |
msgid "Body"
|
793 |
msgstr ""
|
794 |
|
@@ -840,7 +840,7 @@ msgstr ""
|
|
840 |
msgid "Margin Bottom"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: ../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:112, ../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:
|
844 |
msgid "Alignment"
|
845 |
msgstr ""
|
846 |
|
@@ -848,15 +848,15 @@ msgstr ""
|
|
848 |
msgid "Margin"
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: ../includes/Elements/Advanced_Data_Table.php:1195, ../includes/Elements/Advanced_Data_Table.php:1361, ../includes/Elements/Adv_Accordion.php:549, ../includes/Elements/Adv_Accordion.php:877, ../includes/Elements/Adv_Tabs.php:504, ../includes/Elements/Betterdocs_Category_Box.php:284, ../includes/Elements/Betterdocs_Category_Box.php:452, ../includes/Elements/Betterdocs_Category_Box.php:677, ../includes/Elements/Betterdocs_Category_Box.php:846, ../includes/Elements/Betterdocs_Category_Grid.php:315, ../includes/Elements/Betterdocs_Category_Grid.php:455, ../includes/Elements/Betterdocs_Category_Grid.php:610, ../includes/Elements/Betterdocs_Category_Grid.php:800, ../includes/Elements/Betterdocs_Category_Grid.php:1348, ../includes/Elements/Betterdocs_Search_Form.php:398, ../includes/Elements/Caldera_Forms.php:585, ../includes/Elements/Caldera_Forms.php:973, ../includes/Elements/Caldera_Forms.php:1197, ../includes/Elements/Contact_Form_7.php:543, ../includes/Elements/Contact_Form_7.php:1000, ../includes/Elements/Contact_Form_7.php:1223, ../includes/Elements/Content_Ticker.php:590, ../includes/Elements/Creative_Button.php:260, ../includes/Elements/Cta_Box.php:805, ../includes/Elements/Cta_Box.php:1198, ../includes/Elements/Data_Table.php:619, ../includes/Elements/Data_Table.php:812, ../includes/Elements/Data_Table.php:984, ../includes/Elements/Data_Table.php:1082, ../includes/Elements/Event_Calendar.php:
|
852 |
msgid "Normal"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: ../includes/Elements/Advanced_Data_Table.php:1265, ../includes/Elements/Advanced_Data_Table.php:1391, ../includes/Elements/Adv_Accordion.php:607, ../includes/Elements/Adv_Accordion.php:924, ../includes/Elements/Adv_Tabs.php:571, ../includes/Elements/Betterdocs_Category_Box.php:330, ../includes/Elements/Betterdocs_Category_Box.php:548, ../includes/Elements/Betterdocs_Category_Box.php:710, ../includes/Elements/Betterdocs_Category_Box.php:959, ../includes/Elements/Betterdocs_Category_Grid.php:363, ../includes/Elements/Betterdocs_Category_Grid.php:496, ../includes/Elements/Betterdocs_Category_Grid.php:664, ../includes/Elements/Betterdocs_Category_Grid.php:872, ../includes/Elements/Betterdocs_Category_Grid.php:1432, ../includes/Elements/Betterdocs_Search_Form.php:482, ../includes/Elements/Caldera_Forms.php:1303, ../includes/Elements/Contact_Form_7.php:1329, ../includes/Elements/Content_Ticker.php:646, ../includes/Elements/Creative_Button.php:353, ../includes/Elements/Cta_Box.php:991, ../includes/Elements/Cta_Box.php:1267, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:903, ../includes/Elements/Data_Table.php:1001, ../includes/Elements/Data_Table.php:1100, ../includes/Elements/Event_Calendar.php:
|
856 |
msgid "Hover"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: ../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:246, ../includes/Elements/Betterdocs_Search_Form.php:283, ../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:612, ../includes/Elements/Cta_Box.php:653, ../includes/Elements/Cta_Box.php:695, ../includes/Elements/Cta_Box.php:1375, ../includes/Elements/Cta_Box.php:1390, ../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:
|
860 |
msgid "Color"
|
861 |
msgstr ""
|
862 |
|
@@ -960,7 +960,7 @@ msgstr ""
|
|
960 |
msgid "Content Type"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: ../includes/Elements/Adv_Accordion.php:268, ../includes/Elements/Adv_Tabs.php:147, ../includes/Elements/Adv_Tabs.php:234, ../includes/Elements/Adv_Tabs.php:717, ../includes/Elements/Cta_Box.php:253, ../includes/Elements/Cta_Box.php:274, ../includes/Elements/Data_Table.php:256, ../includes/Elements/Data_Table.php:371, ../includes/Elements/Data_Table.php:385, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:
|
964 |
msgid "Content"
|
965 |
msgstr ""
|
966 |
|
@@ -1008,7 +1008,7 @@ msgstr ""
|
|
1008 |
msgid "Tab Style"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: ../includes/Elements/Adv_Accordion.php:441, ../includes/Elements/Adv_Accordion.php:818, ../includes/Elements/Adv_Tabs.php:433, ../includes/Elements/Creative_Button.php:
|
1012 |
msgid "Icon Size"
|
1013 |
msgstr ""
|
1014 |
|
@@ -1020,11 +1020,11 @@ msgstr ""
|
|
1020 |
msgid "Distance"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: ../includes/Elements/Adv_Accordion.php:573, ../includes/Elements/Adv_Accordion.php:633, ../includes/Elements/Adv_Accordion.php:694, ../includes/Elements/Adv_Tabs.php:538, ../includes/Elements/Adv_Tabs.php:605, ../includes/Elements/Adv_Tabs.php:672, ../includes/Elements/Cta_Box.php:974, ../includes/Elements/Cta_Box.php:1105, ../includes/Elements/Data_Table.php:1087, ../includes/Elements/Data_Table.php:1105, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Event_Calendar.php:
|
1024 |
msgid "Icon Color"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: ../includes/Elements/Adv_Accordion.php:667, ../includes/Elements/Adv_Accordion.php:969, ../includes/Elements/Adv_Tabs.php:638, ../includes/Elements/Event_Calendar.php:
|
1028 |
msgid "Active"
|
1029 |
msgstr ""
|
1030 |
|
@@ -1108,7 +1108,7 @@ msgstr ""
|
|
1108 |
msgid "Tab Title 3"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: ../includes/Elements/Adv_Tabs.php:329, ../includes/Elements/Event_Calendar.php:141, ../includes/Elements/Image_Accordion.php:61, ../includes/Elements/Image_Accordion.php:296, ../includes/Elements/Interactive_Circle.php:62, ../includes/Elements/Interactive_Circle.php:304, ../includes/Elements/Login_Register.php:245, ../includes/Elements/Login_Register.php:1485, ../includes/Elements/Progress_Bar.php:306, ../includes/Elements/Progress_Bar.php:517, ../includes/Elements/Simple_Menu.php:109, ../includes/Elements/Woo_Cart.php:1135, ../includes/Traits/Admin.php:
|
1112 |
msgid "General"
|
1113 |
msgstr ""
|
1114 |
|
@@ -1324,7 +1324,7 @@ msgstr ""
|
|
1324 |
msgid "Area Spacing"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:1534, ../includes/Elements/Creative_Button.php:
|
1328 |
msgid "Button Alignment"
|
1329 |
msgstr ""
|
1330 |
|
@@ -1360,7 +1360,7 @@ msgstr ""
|
|
1360 |
msgid "Close Icon"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
-
#: ../includes/Elements/Betterdocs_Search_Form.php:294, ../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:
|
1364 |
msgid "Border Color"
|
1365 |
msgstr ""
|
1366 |
|
@@ -1576,7 +1576,7 @@ msgstr ""
|
|
1576 |
msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
|
1577 |
msgstr ""
|
1578 |
|
1579 |
-
#: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:871, ../includes/Elements/Cta_Box.php:1060, ../includes/Elements/Cta_Box.php:1233, ../includes/Elements/Cta_Box.php:1302, ../includes/Elements/Dual_Color_Header.php:813, ../includes/Elements/Dual_Color_Header.php:893, ../includes/Elements/Event_Calendar.php:
|
1580 |
msgid "Background"
|
1581 |
msgstr ""
|
1582 |
|
@@ -1784,7 +1784,7 @@ msgstr ""
|
|
1784 |
msgid "Use when you select inline labels"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
-
#: ../includes/Elements/Countdown.php:152, ../includes/Elements/Event_Calendar.php:
|
1788 |
msgid "List view"
|
1789 |
msgstr ""
|
1790 |
|
@@ -1968,7 +1968,7 @@ msgstr ""
|
|
1968 |
msgid "Title Style"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
-
#: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:
|
1972 |
msgid "Title Color"
|
1973 |
msgstr ""
|
1974 |
|
@@ -2076,7 +2076,7 @@ msgstr ""
|
|
2076 |
msgid "Use Gradient Background"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
-
#: ../includes/Elements/Creative_Button.php:
|
2080 |
msgid "Button Padding"
|
2081 |
msgstr ""
|
2082 |
|
@@ -2200,7 +2200,7 @@ msgstr ""
|
|
2200 |
msgid "Color & Typography "
|
2201 |
msgstr ""
|
2202 |
|
2203 |
-
#: ../includes/Elements/Cta_Box.php:632, ../includes/Elements/Cta_Box.php:673, ../includes/Elements/Event_Calendar.php:
|
2204 |
msgid "Space"
|
2205 |
msgstr ""
|
2206 |
|
@@ -2236,7 +2236,7 @@ msgstr ""
|
|
2236 |
msgid "Font Size"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
-
#: ../includes/Elements/Data_Table.php:75, ../includes/Elements/Event_Calendar.php:
|
2240 |
msgid "Header"
|
2241 |
msgstr ""
|
2242 |
|
@@ -2504,7 +2504,7 @@ msgstr ""
|
|
2504 |
msgid "<strong>EmbedPress</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=embedpress&tab=search&type=term\" target=\"_blank\">EmbedPress</a> first."
|
2505 |
msgstr ""
|
2506 |
|
2507 |
-
#: ../includes/Elements/Event_Calendar.php:85, ../includes/Elements/Event_Calendar.php:
|
2508 |
msgid "Events"
|
2509 |
msgstr ""
|
2510 |
|
@@ -2536,15 +2536,15 @@ msgstr ""
|
|
2536 |
msgid "End Date"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
-
#: ../includes/Elements/Event_Calendar.php:229, ../includes/Elements/Event_Calendar.php:
|
2540 |
msgid "Event Background Color"
|
2541 |
msgstr ""
|
2542 |
|
2543 |
-
#: ../includes/Elements/Event_Calendar.php:238, ../includes/Elements/Event_Calendar.php:
|
2544 |
msgid "Event Text Color"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: ../includes/Elements/Event_Calendar.php:247, ../includes/Elements/Event_Calendar.php:
|
2548 |
msgid "Popup Ribbon Color"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2596,11 +2596,11 @@ msgstr ""
|
|
2596 |
msgid "Event Category"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
-
#: ../includes/Elements/Event_Calendar.php:437, ../includes/Elements/Event_Calendar.php:
|
2600 |
msgid "Calendar"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
-
#: ../includes/Elements/Event_Calendar.php:445, ../includes/Traits/Admin.php:
|
2604 |
msgid "Language"
|
2605 |
msgstr ""
|
2606 |
|
@@ -2608,7 +2608,7 @@ msgstr ""
|
|
2608 |
msgid "24-hour Time format"
|
2609 |
msgstr ""
|
2610 |
|
2611 |
-
#: ../includes/Elements/Event_Calendar.php:514, ../includes/Elements/Event_Calendar.php:
|
2612 |
msgid "Hide Event Details link in event popup"
|
2613 |
msgstr ""
|
2614 |
|
@@ -2616,7 +2616,7 @@ msgstr ""
|
|
2616 |
msgid "Calendar Default View"
|
2617 |
msgstr ""
|
2618 |
|
2619 |
-
#: ../includes/Elements/Event_Calendar.php:524, ../includes/Elements/Event_Calendar.php:
|
2620 |
msgid "Day"
|
2621 |
msgstr ""
|
2622 |
|
@@ -2628,123 +2628,127 @@ msgstr ""
|
|
2628 |
msgid "Month"
|
2629 |
msgstr ""
|
2630 |
|
2631 |
-
#: ../includes/Elements/Event_Calendar.php:
|
|
|
|
|
|
|
|
|
2632 |
msgid "First Day of Week"
|
2633 |
msgstr ""
|
2634 |
|
2635 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2636 |
msgid "Sunday"
|
2637 |
msgstr ""
|
2638 |
|
2639 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2640 |
msgid "Monday"
|
2641 |
msgstr ""
|
2642 |
|
2643 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2644 |
msgid "Tuesday"
|
2645 |
msgstr ""
|
2646 |
|
2647 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2648 |
msgid "Wednesday"
|
2649 |
msgstr ""
|
2650 |
|
2651 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2652 |
msgid "Thursday"
|
2653 |
msgstr ""
|
2654 |
|
2655 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2656 |
msgid "Friday"
|
2657 |
msgstr ""
|
2658 |
|
2659 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2660 |
msgid "Saturday"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2664 |
msgid "Hide Event Details Link"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2668 |
msgid "Event Details Text"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2672 |
msgid "Event Details"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2676 |
msgid "Featured Event Color"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2680 |
msgid "Inside Space"
|
2681 |
msgstr ""
|
2682 |
|
2683 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2684 |
msgid "Outside Space"
|
2685 |
msgstr ""
|
2686 |
|
2687 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2688 |
msgid "Time"
|
2689 |
msgstr ""
|
2690 |
|
2691 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2692 |
msgid "Date"
|
2693 |
msgstr ""
|
2694 |
|
2695 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2696 |
msgid "Number Background"
|
2697 |
msgstr ""
|
2698 |
|
2699 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2700 |
msgid "Today Date"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2704 |
msgid "Even row Color"
|
2705 |
msgstr ""
|
2706 |
|
2707 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2708 |
msgid "Odd row Color"
|
2709 |
msgstr ""
|
2710 |
|
2711 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2712 |
msgid "Event Popup"
|
2713 |
msgstr ""
|
2714 |
|
2715 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2716 |
msgid "Date Color"
|
2717 |
msgstr ""
|
2718 |
|
2719 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2720 |
msgid "Date Icon"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2724 |
msgid "Content Color"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2728 |
msgid " Close Button"
|
2729 |
msgstr ""
|
2730 |
|
2731 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2732 |
msgid "Button Size"
|
2733 |
msgstr ""
|
2734 |
|
2735 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2736 |
msgid "External Link"
|
2737 |
msgstr ""
|
2738 |
|
2739 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2740 |
msgid "Today"
|
2741 |
msgstr ""
|
2742 |
|
2743 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2744 |
msgid "Tomorrow"
|
2745 |
msgstr ""
|
2746 |
|
2747 |
-
#: ../includes/Elements/Event_Calendar.php:
|
2748 |
msgid "No Title"
|
2749 |
msgstr ""
|
2750 |
|
@@ -3388,7 +3392,7 @@ msgstr ""
|
|
3388 |
msgid "Item Category"
|
3389 |
msgstr ""
|
3390 |
|
3391 |
-
#: ../includes/Elements/Filterable_Gallery.php:544, ../includes/Traits/
|
3392 |
msgid "Essential Addons"
|
3393 |
msgstr ""
|
3394 |
|
@@ -4660,7 +4664,7 @@ msgstr ""
|
|
4660 |
msgid "Eg. Something went wrong"
|
4661 |
msgstr ""
|
4662 |
|
4663 |
-
#: ../includes/Elements/Login_Register.php:1007, ../includes/Traits/Admin.php:
|
4664 |
msgid "Something went wrong!"
|
4665 |
msgstr ""
|
4666 |
|
@@ -7751,111 +7755,119 @@ msgstr ""
|
|
7751 |
msgid "Sub Item Space"
|
7752 |
msgstr ""
|
7753 |
|
7754 |
-
#: ../includes/Traits/Admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7755 |
msgid "Login | Register Form Settings"
|
7756 |
msgstr ""
|
7757 |
|
7758 |
-
#: ../includes/Traits/Admin.php:
|
7759 |
msgid "To configure the API Keys, check out this doc"
|
7760 |
msgstr ""
|
7761 |
|
7762 |
-
#: ../includes/Traits/Admin.php:
|
7763 |
msgid "To retrieve your API Keys, click here"
|
7764 |
msgstr ""
|
7765 |
|
7766 |
-
#: ../includes/Traits/Admin.php:
|
7767 |
msgid "Save"
|
7768 |
msgstr ""
|
7769 |
|
7770 |
-
#: ../includes/Traits/Admin.php:
|
7771 |
msgid "Cancel"
|
7772 |
msgstr ""
|
7773 |
|
7774 |
-
#: ../includes/Traits/Admin.php:
|
7775 |
msgid "Login | Register Form Settings Saved"
|
7776 |
msgstr ""
|
7777 |
|
7778 |
-
#: ../includes/Traits/Admin.php:
|
7779 |
msgid "Reload the page to see updated data"
|
7780 |
msgstr ""
|
7781 |
|
7782 |
-
#: ../includes/Traits/Admin.php:
|
7783 |
msgid "Oops..."
|
7784 |
msgstr ""
|
7785 |
|
7786 |
-
#: ../includes/Traits/Admin.php:
|
7787 |
msgid "reCAPTCHA v2"
|
7788 |
msgstr ""
|
7789 |
|
7790 |
-
#: ../includes/Traits/Admin.php:
|
7791 |
msgid "Site Key"
|
7792 |
msgstr ""
|
7793 |
|
7794 |
-
#: ../includes/Traits/Admin.php:
|
7795 |
msgid "Site Secret"
|
7796 |
msgstr ""
|
7797 |
|
7798 |
-
#: ../includes/Traits/Admin.php:
|
7799 |
msgid "reCAPTCHA Language Code"
|
7800 |
msgstr ""
|
7801 |
|
7802 |
-
#: ../includes/Traits/Admin.php:
|
7803 |
msgid "Google Login"
|
7804 |
msgstr ""
|
7805 |
|
7806 |
-
#: ../includes/Traits/Admin.php:
|
7807 |
msgid "Google Client ID"
|
7808 |
msgstr ""
|
7809 |
|
7810 |
-
#: ../includes/Traits/Admin.php:
|
7811 |
msgid "Facebook Login"
|
7812 |
msgstr ""
|
7813 |
|
7814 |
-
#: ../includes/Traits/Admin.php:
|
7815 |
msgid "Facebook APP ID"
|
7816 |
msgstr ""
|
7817 |
|
7818 |
-
#: ../includes/Traits/Admin.php:
|
7819 |
msgid "Facebook APP Secret"
|
7820 |
msgstr ""
|
7821 |
|
7822 |
-
#: ../includes/Traits/Admin.php:
|
7823 |
msgid "Extensions"
|
7824 |
msgstr ""
|
7825 |
|
7826 |
-
#: ../includes/Traits/Admin.php:
|
7827 |
msgid "Tools"
|
7828 |
msgstr ""
|
7829 |
|
7830 |
-
#: ../includes/Traits/Admin.php:
|
7831 |
msgid "Go Premium"
|
7832 |
msgstr ""
|
7833 |
|
7834 |
-
#: ../includes/Traits/Admin.php:
|
7835 |
msgid "Ok, you deserve it!"
|
7836 |
msgstr ""
|
7837 |
|
7838 |
-
#: ../includes/Traits/Admin.php:
|
7839 |
msgid "I already did"
|
7840 |
msgstr ""
|
7841 |
|
7842 |
-
#: ../includes/Traits/Admin.php:
|
7843 |
msgid "Maybe Later"
|
7844 |
msgstr ""
|
7845 |
|
7846 |
-
#: ../includes/Traits/Admin.php:
|
7847 |
msgid "I need help"
|
7848 |
msgstr ""
|
7849 |
|
7850 |
-
#: ../includes/Traits/Admin.php:
|
7851 |
msgid "Never show again"
|
7852 |
msgstr ""
|
7853 |
|
7854 |
-
#: ../includes/Traits/Admin.php:
|
7855 |
msgid "We hope you're enjoying Essential Addons for Elementor! Could you please do us a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?"
|
7856 |
msgstr ""
|
7857 |
|
7858 |
-
#: ../includes/Traits/Admin.php:
|
7859 |
msgid "You are using an incompatible version of Essential Addons PRO. Please update to v4.0.0+. If you do not see automatic update, <a href=\"https://essential-addons.com/elementor/docs/manually-update-essential-addons-pro/\" target=\"_blank\">Follow manual update guide.</a>"
|
7860 |
msgstr ""
|
7861 |
|
@@ -8288,7 +8300,7 @@ msgid "Submit"
|
|
8288 |
msgstr ""
|
8289 |
|
8290 |
#: ../includes/Traits/Helper.php:434
|
8291 |
-
msgid "<p> <i>📣</i> NEW: Essential Addons 5.1
|
8292 |
msgstr ""
|
8293 |
|
8294 |
#: ../includes/Traits/Login_Registration.php:122, ../includes/Traits/Login_Registration.php:286
|
93 |
msgid "Configuration"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:100, ../includes/Traits/Admin.php:107
|
97 |
msgid "Elements"
|
98 |
msgstr ""
|
99 |
|
105 |
msgid "Templately"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:103, ../includes/Traits/Admin.php:110
|
109 |
msgid "Integrations"
|
110 |
msgstr ""
|
111 |
|
125 |
msgid "Next"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:154, ../includes/Elements/Advanced_Data_Table.php:439, ../includes/Elements/Advanced_Data_Table.php:558, ../includes/Elements/Advanced_Data_Table.php:984, ../includes/Elements/Advanced_Data_Table.php:1131, ../includes/Elements/Adv_Accordion.php:154, ../includes/Elements/Betterdocs_Category_Box.php:775, ../includes/Elements/Betterdocs_Category_Grid.php:1521, ../includes/Elements/Betterdocs_Category_Grid.php:1546, ../includes/Elements/Caldera_Forms.php:241, ../includes/Elements/Caldera_Forms.php:423, ../includes/Elements/Caldera_Forms.php:569, ../includes/Elements/Caldera_Forms.php:1144, ../includes/Elements/Contact_Form_7.php:339, ../includes/Elements/Contact_Form_7.php:451, ../includes/Elements/Contact_Form_7.php:1171, ../includes/Elements/Content_Ticker.php:291, ../includes/Elements/Countdown.php:126, ../includes/Elements/Countdown.php:1038, ../includes/Elements/Creative_Button.php:456, ../includes/Elements/Cta_Box.php:119, ../includes/Elements/Data_Table.php:561, ../includes/Elements/Data_Table.php:786, ../includes/Elements/Data_Table.php:1035, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1030, ../includes/Elements/Event_Calendar.php:1162, ../includes/Elements/Fancy_Text.php:182, ../includes/Elements/Feature_List.php:311, ../includes/Elements/Filterable_Gallery.php:776, ../includes/Elements/Filterable_Gallery.php:1308, ../includes/Elements/Filterable_Gallery.php:1691, ../includes/Elements/Flip_Box.php:381, ../includes/Elements/Flip_Box.php:612, ../includes/Elements/FluentForm.php:275, ../includes/Elements/FluentForm.php:470, ../includes/Elements/FluentForm.php:616, ../includes/Elements/FluentForm.php:1249, ../includes/Elements/FluentForm.php:1494, ../includes/Elements/Formstack.php:342, ../includes/Elements/Formstack.php:457, ../includes/Elements/Formstack.php:771, ../includes/Elements/Formstack.php:1380, ../includes/Elements/GravityForms.php:355, ../includes/Elements/GravityForms.php:492, ../includes/Elements/GravityForms.php:681, ../includes/Elements/GravityForms.php:1958, ../includes/Elements/GravityForms.php:2208, ../includes/Elements/Image_Accordion.php:117, ../includes/Elements/Info_Box.php:312, ../includes/Elements/Login_Register.php:716, ../includes/Elements/Login_Register.php:2595, ../includes/Elements/Login_Register.php:3263, ../includes/Elements/Login_Register.php:3583, ../includes/Elements/NinjaForms.php:290, ../includes/Elements/NinjaForms.php:429, ../includes/Elements/NinjaForms.php:611, ../includes/Elements/NinjaForms.php:1306, ../includes/Elements/Post_Grid.php:495, ../includes/Elements/Post_Grid.php:650, ../includes/Elements/Post_Grid.php:718, ../includes/Elements/Post_Grid.php:813, ../includes/Elements/Post_Grid.php:896, ../includes/Elements/Post_Timeline.php:325, ../includes/Elements/Post_Timeline.php:383, ../includes/Elements/Pricing_Table.php:258, ../includes/Elements/Pricing_Table.php:382, ../includes/Elements/Pricing_Table.php:680, ../includes/Elements/Pricing_Table.php:824, ../includes/Elements/Pricing_Table.php:849, ../includes/Elements/Product_Grid.php:729, ../includes/Elements/Product_Grid.php:1047, ../includes/Elements/Product_Grid.php:1717, ../includes/Elements/Product_Grid.php:2206, ../includes/Elements/Progress_Bar.php:329, ../includes/Elements/Progress_Bar.php:540, ../includes/Elements/Simple_Menu.php:206, ../includes/Elements/Simple_Menu.php:351, ../includes/Elements/Simple_Menu.php:758, ../includes/Elements/Simple_Menu.php:784, ../includes/Elements/Simple_Menu.php:809, ../includes/Elements/Simple_Menu.php:1104, ../includes/Elements/Team_Member.php:388, ../includes/Elements/Testimonial.php:322, ../includes/Elements/Tooltip.php:217, ../includes/Elements/Tooltip.php:289, ../includes/Elements/Tooltip.php:385, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Cart.php:277, ../includes/Elements/Woo_Cart.php:498, ../includes/Elements/Woo_Cart.php:594, ../includes/Elements/Woo_Cart.php:665, ../includes/Elements/Woo_Cart.php:743, ../includes/Elements/Woo_Cart.php:851, ../includes/Elements/Woo_Cart.php:1596, ../includes/Elements/Woo_Cart.php:2202, ../includes/Elements/Woo_Product_Carousel.php:705, ../includes/Elements/Woo_Product_Carousel.php:824, ../includes/Elements/Woo_Product_Carousel.php:877, ../includes/Elements/Woo_Product_Gallery.php:201, ../includes/Elements/Woo_Product_Gallery.php:227, ../includes/Elements/Woo_Product_Gallery.php:560, ../includes/Elements/Woo_Product_Gallery.php:1523, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Scroll_to_Top.php:202, ../includes/Extensions/Table_of_Content.php:463, ../includes/Traits/Controls.php:602, ../includes/Traits/Controls.php:1267, ../includes/Traits/Controls.php:1605, ../includes/Traits/Controls.php:1648, ../includes/Traits/Controls.php:1649, ../includes/Traits/Controls.php:1979
|
129 |
msgid "Right"
|
130 |
msgstr ""
|
131 |
|
580 |
msgid "Image"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: ../includes/Controls/Select2.php:30, ../includes/Elements/Betterdocs_Category_Box.php:627, ../includes/Elements/Betterdocs_Category_Box.php:666, ../includes/Elements/Betterdocs_Category_Grid.php:589, ../includes/Elements/Betterdocs_Category_Grid.php:1146, ../includes/Elements/Caldera_Forms.php:118, ../includes/Elements/Caldera_Forms.php:258, ../includes/Elements/Contact_Form_7.php:160, ../includes/Elements/Contact_Form_7.php:465, ../includes/Elements/Cta_Box.php:219, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:745, ../includes/Elements/Event_Calendar.php:1404, ../includes/Elements/Feature_List.php:181, ../includes/Elements/Feature_List.php:183, ../includes/Elements/Feature_List.php:735, ../includes/Elements/Flip_Box.php:656, ../includes/Elements/FluentForm.php:160, ../includes/Elements/FluentForm.php:293, ../includes/Elements/Formstack.php:201, ../includes/Elements/Formstack.php:472, ../includes/Elements/GravityForms.php:158, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:507, ../includes/Elements/Image_Accordion.php:197, ../includes/Elements/Image_Accordion.php:487, ../includes/Elements/Interactive_Circle.php:154, ../includes/Elements/Login_Register.php:2310, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:160, ../includes/Elements/Pricing_Table.php:137, ../includes/Elements/Product_Grid.php:2428, ../includes/Elements/Progress_Bar.php:122, ../includes/Elements/Progress_Bar.php:681, ../includes/Elements/Woo_Cart.php:197, ../includes/Elements/Woo_Cart.php:439, ../includes/Elements/Woo_Cart.php:570, ../includes/Elements/Woo_Cart.php:641, ../includes/Elements/Woo_Cart.php:719, ../includes/Elements/Woo_Checkout.php:335, ../includes/Elements/Woo_Checkout.php:445, ../includes/Elements/Woo_Checkout.php:539, ../includes/Elements/Woo_Product_Carousel.php:1512, ../includes/Elements/Woo_Product_Gallery.php:1764, ../includes/Elements/WpForms.php:116, ../includes/Elements/WpForms.php:146, ../includes/Elements/WpForms.php:410, ../includes/Extensions/Table_of_Content.php:110, ../includes/Traits/Woo_Product_Comparable.php:41, ../includes/Traits/Woo_Product_Comparable.php:75, ../includes/Traits/Woo_Product_Comparable.php:1083, ../includes/Traits/Woo_Product_Comparable.php:1201
|
584 |
msgid "Title"
|
585 |
msgstr ""
|
586 |
|
688 |
msgid "Pagination Type"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: ../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:774, ../includes/Elements/Flip_Box.php:657, ../includes/Elements/FluentForm.php:1965, ../includes/Elements/Formstack.php:1773, ../includes/Elements/Info_Box.php:350, ../includes/Elements/Interactive_Circle.php:84, ../includes/Elements/Interactive_Circle.php:134, ../includes/Elements/Pricing_Table.php:502, ../includes/Elements/Pricing_Table.php:1835, ../includes/Elements/Product_Grid.php:1834, ../includes/Elements/Woo_Cart.php:1756, ../includes/Elements/Woo_Cart.php:2004, ../includes/Elements/Woo_Checkout.php:1351, ../includes/Elements/Woo_Checkout.php:1682, ../includes/Elements/Woo_Checkout.php:2541, ../includes/Elements/Woo_Product_Carousel.php:1295, ../includes/Elements/Woo_Product_Gallery.php:1641, ../includes/Traits/Woo_Product_Comparable.php:1211, ../includes/Traits/Woo_Product_Comparable.php:1261
|
692 |
msgid "Button"
|
693 |
msgstr ""
|
694 |
|
720 |
msgid "Import"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: ../includes/Elements/Advanced_Data_Table.php:292, ../includes/Elements/Event_Calendar.php:647
|
724 |
msgid "Data Cache Setting"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: ../includes/Elements/Advanced_Data_Table.php:302, ../includes/Elements/Event_Calendar.php:657, ../includes/Elements/Facebook_Feed.php:127, ../includes/Elements/Twitter_Feed.php:146
|
728 |
msgid "Data Cache Time"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: ../includes/Elements/Advanced_Data_Table.php:306, ../includes/Elements/Event_Calendar.php:661, ../includes/Elements/Facebook_Feed.php:131, ../includes/Elements/Twitter_Feed.php:150
|
732 |
msgid "Cache expiration time (Minutes)"
|
733 |
msgstr ""
|
734 |
|
736 |
msgid "Table"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: ../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:320, ../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:470, ../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:2157, ../includes/Elements/Filterable_Gallery.php:2315, ../includes/Elements/FluentForm.php:1509, ../includes/Elements/FluentForm.php:1523, ../includes/Elements/Formstack.php:1395, ../includes/Elements/Formstack.php:1409, ../includes/Elements/GravityForms.php:1860, ../includes/Elements/GravityForms.php:1976, ../includes/Elements/GravityForms.php:1990, ../includes/Elements/GravityForms.php:2223, ../includes/Elements/Interactive_Circle.php:419, ../includes/Elements/Login_Register.php:1498, ../includes/Elements/Login_Register.php:2026, ../includes/Elements/NinjaForms.php:1323, ../includes/Elements/NinjaForms.php:1337, ../includes/Elements/Progress_Bar.php:356, ../includes/Elements/Sticky_Video.php:442, ../includes/Elements/Sticky_Video.php:526, ../includes/Elements/Twitter_Feed.php:833, ../includes/Elements/Woo_Cart.php:451, ../includes/Elements/Woo_Cart.php:607, ../includes/Elements/Woo_Cart.php:685, ../includes/Elements/Woo_Cart.php:756, ../includes/Elements/Woo_Cart.php:864, ../includes/Elements/Woo_Cart.php:2164, ../includes/Elements/Woo_Product_Carousel.php:1303, ../includes/Elements/Woo_Product_Carousel.php:2133, ../includes/Elements/Woo_Product_Carousel.php:2336, ../includes/Elements/Woo_Product_Carousel.php:2416, ../includes/Elements/Woo_Product_Gallery.php:1163, ../includes/Elements/WpForms.php:1163, ../includes/Elements/WpForms.php:1177, ../includes/Extensions/Scroll_to_Top.php:239, ../includes/Extensions/Table_of_Content.php:431, ../includes/Traits/Woo_Product_Comparable.php:307, ../includes/Traits/Woo_Product_Comparable.php:969, ../includes/Traits/Woo_Product_Comparable.php:1118
|
740 |
msgid "Width"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: ../includes/Elements/Advanced_Data_Table.php:361, ../includes/Elements/Advanced_Data_Table.php:1029, ../includes/Elements/Advanced_Data_Table.php:1227, ../includes/Elements/Advanced_Data_Table.php:1299, ../includes/Elements/Advanced_Data_Table.php:1427, ../includes/Elements/Adv_Accordion.php:397, ../includes/Elements/Adv_Accordion.php:586, ../includes/Elements/Adv_Accordion.php:646, ../includes/Elements/Adv_Accordion.php:707, ../includes/Elements/Adv_Accordion.php:790, ../includes/Elements/Adv_Accordion.php:912, ../includes/Elements/Adv_Accordion.php:958, ../includes/Elements/Adv_Accordion.php:1004, ../includes/Elements/Adv_Tabs.php:360, ../includes/Elements/Adv_Tabs.php:554, ../includes/Elements/Adv_Tabs.php:621, ../includes/Elements/Adv_Tabs.php:690, ../includes/Elements/Adv_Tabs.php:784, ../includes/Elements/Betterdocs_Category_Box.php:300, ../includes/Elements/Betterdocs_Category_Box.php:368, ../includes/Elements/Betterdocs_Category_Box.php:489, ../includes/Elements/Betterdocs_Category_Box.php:565, ../includes/Elements/Betterdocs_Category_Box.php:885, ../includes/Elements/Betterdocs_Category_Box.php:990, ../includes/Elements/Betterdocs_Category_Grid.php:341, ../includes/Elements/Betterdocs_Category_Grid.php:389, ../includes/Elements/Betterdocs_Category_Grid.php:474, ../includes/Elements/Betterdocs_Category_Grid.php:515, ../includes/Elements/Betterdocs_Category_Grid.php:640, ../includes/Elements/Betterdocs_Category_Grid.php:694, ../includes/Elements/Betterdocs_Category_Grid.php:844, ../includes/Elements/Betterdocs_Category_Grid.php:941, ../includes/Elements/Betterdocs_Category_Grid.php:1186, ../includes/Elements/Betterdocs_Category_Grid.php:1386, ../includes/Elements/Betterdocs_Category_Grid.php:1485, ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Betterdocs_Search_Form.php:374, ../includes/Elements/Betterdocs_Search_Form.php:432, ../includes/Elements/Betterdocs_Search_Form.php:542, ../includes/Elements/Caldera_Forms.php:617, ../includes/Elements/Caldera_Forms.php:813, ../includes/Elements/Caldera_Forms.php:1229, ../includes/Elements/Caldera_Forms.php:1387, ../includes/Elements/Contact_Form_7.php:711, ../includes/Elements/Contact_Form_7.php:776, ../includes/Elements/Contact_Form_7.php:1255, ../includes/Elements/Contact_Form_7.php:1457, ../includes/Elements/Contact_Form_7.php:1551, ../includes/Elements/Contact_Form_7.php:1618, ../includes/Elements/Content_Ticker.php:622, ../includes/Elements/Countdown.php:619, ../includes/Elements/Cta_Box.php:557, ../includes/Elements/Cta_Box.php:884, ../includes/Elements/Cta_Box.php:1243, ../includes/Elements/Data_Table.php:652, ../includes/Elements/Data_Table.php:691, ../includes/Elements/Data_Table.php:883, ../includes/Elements/Data_Table.php:1217, ../includes/Elements/Dual_Color_Header.php:347, ../includes/Elements/Event_Calendar.php:825, ../includes/Elements/Event_Calendar.php:892, ../includes/Elements/Event_Calendar.php:946, ../includes/Elements/Event_Calendar.php:1618, ../includes/Elements/Event_Calendar.php:1689, ../includes/Elements/Facebook_Feed.php:466, ../includes/Elements/Filterable_Gallery.php:872, ../includes/Elements/Filterable_Gallery.php:985, ../includes/Elements/Filterable_Gallery.php:1051, ../includes/Elements/Filterable_Gallery.php:1131, ../includes/Elements/Filterable_Gallery.php:1278, ../includes/Elements/Filterable_Gallery.php:1335, ../includes/Elements/Filterable_Gallery.php:1554, ../includes/Elements/Filterable_Gallery.php:1829, ../includes/Elements/Filterable_Gallery.php:1890, ../includes/Elements/Filterable_Gallery.php:2411, ../includes/Elements/Filterable_Gallery.php:2528, ../includes/Elements/Flip_Box.php:994, ../includes/Elements/Flip_Box.php:1107, ../includes/Elements/FluentForm.php:666, ../includes/Elements/FluentForm.php:862, ../includes/Elements/FluentForm.php:1580, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:2005, ../includes/Elements/FluentForm.php:2123, ../includes/Elements/Formstack.php:865, ../includes/Elements/Formstack.php:1061, ../includes/Elements/Formstack.php:1465, ../includes/Elements/Formstack.php:1686, ../includes/Elements/Formstack.php:1815, ../includes/Elements/GravityForms.php:879, ../includes/Elements/GravityForms.php:943, ../includes/Elements/GravityForms.php:1678, ../includes/Elements/GravityForms.php:1884, ../includes/Elements/GravityForms.php:2053, ../includes/Elements/GravityForms.php:2280, ../includes/Elements/Image_Accordion.php:354, ../includes/Elements/Image_Accordion.php:464, ../includes/Elements/Info_Box.php:569, ../includes/Elements/Info_Box.php:624, ../includes/Elements/Info_Box.php:818, ../includes/Elements/Info_Box.php:898, ../includes/Elements/Info_Box.php:1051, ../includes/Elements/Info_Box.php:1132, ../includes/Elements/Interactive_Circle.php:357, ../includes/Elements/Interactive_Circle.php:503, ../includes/Elements/Interactive_Circle.php:730, ../includes/Elements/Login_Register.php:2778, ../includes/Elements/NinjaForms.php:659, ../includes/Elements/NinjaForms.php:857, ../includes/Elements/NinjaForms.php:1397, ../includes/Elements/Post_Grid.php:303, ../includes/Elements/Pricing_Table.php:1786, ../includes/Elements/Pricing_Table.php:1952, ../includes/Elements/Product_Grid.php:2277, ../includes/Elements/Simple_Menu.php:631, ../includes/Elements/Simple_Menu.php:704, ../includes/Elements/Team_Member.php:413, ../includes/Elements/Team_Member.php:501, ../includes/Elements/Testimonial.php:435, ../includes/Elements/Tooltip.php:439, ../includes/Elements/Tooltip.php:482, ../includes/Elements/Twitter_Feed.php:490, ../includes/Elements/Twitter_Feed.php:580, ../includes/Elements/Twitter_Feed.php:897, ../includes/Elements/Woo_Checkout.php:1571, ../includes/Elements/Woo_Checkout.php:1850, ../includes/Elements/Woo_Product_Carousel.php:2241, ../includes/Elements/Woo_Product_Carousel.php:2675, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php:545, ../includes/Traits/Controls.php:1324, ../includes/Traits/Controls.php:1378, ../includes/Traits/Controls.php:1508
|
744 |
msgid "Border"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: ../includes/Elements/Advanced_Data_Table.php:387, ../includes/Elements/Advanced_Data_Table.php:1055, ../includes/Elements/Advanced_Data_Table.php:1253, ../includes/Elements/Advanced_Data_Table.php:1325, ../includes/Elements/Advanced_Data_Table.php:1449, ../includes/Elements/Adv_Accordion.php:404, ../includes/Elements/Adv_Accordion.php:593, ../includes/Elements/Adv_Accordion.php:653, ../includes/Elements/Adv_Accordion.php:714, ../includes/Elements/Adv_Tabs.php:368, ../includes/Elements/Adv_Tabs.php:561, ../includes/Elements/Adv_Tabs.php:628, ../includes/Elements/Adv_Tabs.php:697, ../includes/Elements/Adv_Tabs.php:791, ../includes/Elements/Betterdocs_Category_Box.php:308, ../includes/Elements/Betterdocs_Category_Box.php:376, ../includes/Elements/Betterdocs_Category_Box.php:497, ../includes/Elements/Betterdocs_Category_Box.php:574, ../includes/Elements/Betterdocs_Category_Box.php:896, ../includes/Elements/Betterdocs_Category_Box.php:1001, ../includes/Elements/Betterdocs_Category_Grid.php:349, ../includes/Elements/Betterdocs_Category_Grid.php:397, ../includes/Elements/Betterdocs_Category_Grid.php:482, ../includes/Elements/Betterdocs_Category_Grid.php:523, ../includes/Elements/Betterdocs_Category_Grid.php:648, ../includes/Elements/Betterdocs_Category_Grid.php:702, ../includes/Elements/Betterdocs_Category_Grid.php:855, ../includes/Elements/Betterdocs_Category_Grid.php:952, ../includes/Elements/Betterdocs_Category_Grid.php:1394, ../includes/Elements/Betterdocs_Category_Grid.php:1493, ../includes/Elements/Betterdocs_Search_Form.php:206, ../includes/Elements/Caldera_Forms.php:480, ../includes/Elements/Caldera_Forms.php:628, ../includes/Elements/Caldera_Forms.php:1046, ../includes/Elements/Caldera_Forms.php:1072, ../includes/Elements/Caldera_Forms.php:1239, ../includes/Elements/Contact_Form_7.php:396, ../includes/Elements/Contact_Form_7.php:722, ../includes/Elements/Contact_Form_7.php:1073, ../includes/Elements/Contact_Form_7.php:1099, ../includes/Elements/Contact_Form_7.php:1264, ../includes/Elements/Content_Ticker.php:401, ../includes/Elements/Content_Ticker.php:475, ../includes/Elements/Content_Ticker.php:632, ../includes/Elements/Countdown.php:627, ../includes/Elements/Creative_Button.php:336, ../includes/Elements/Cta_Box.php:565, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:1251, ../includes/Elements/Dual_Color_Header.php:355, ../includes/Elements/Event_Calendar.php:833, ../includes/Elements/Event_Calendar.php:900, ../includes/Elements/Event_Calendar.php:954, ../includes/Elements/Event_Calendar.php:1190, ../includes/Elements/Event_Calendar.php:1358, ../includes/Elements/Event_Calendar.php:1626, ../includes/Elements/Event_Calendar.php:1697, ../includes/Elements/Facebook_Feed.php:491, ../includes/Elements/Facebook_Feed.php:551, ../includes/Elements/Fancy_Text.php:515, ../includes/Elements/Feature_List.php:640, ../includes/Elements/Filterable_Gallery.php:880, ../includes/Elements/Filterable_Gallery.php:993, ../includes/Elements/Filterable_Gallery.php:1059, ../includes/Elements/Filterable_Gallery.php:1139, ../includes/Elements/Filterable_Gallery.php:1343, ../includes/Elements/Filterable_Gallery.php:1837, ../includes/Elements/Filterable_Gallery.php:1898, ../includes/Elements/Filterable_Gallery.php:2069, ../includes/Elements/Filterable_Gallery.php:2200, ../includes/Elements/Filterable_Gallery.php:2335, ../includes/Elements/Filterable_Gallery.php:2433, ../includes/Elements/Filterable_Gallery.php:2542, ../includes/Elements/Flip_Box.php:832, ../includes/Elements/Flip_Box.php:893, ../includes/Elements/Flip_Box.php:1017, ../includes/Elements/Flip_Box.php:1130, ../includes/Elements/Flip_Box.php:1391, ../includes/Elements/FluentForm.php:527, ../includes/Elements/FluentForm.php:677, ../includes/Elements/FluentForm.php:1042, ../includes/Elements/FluentForm.php:1068, ../includes/Elements/FluentForm.php:1590, ../includes/Elements/FluentForm.php:1889, ../includes/Elements/FluentForm.php:2013, ../includes/Elements/FluentForm.php:2067, ../includes/Elements/Formstack.php:399, ../includes/Elements/Formstack.php:876, ../includes/Elements/Formstack.php:1202, ../includes/Elements/Formstack.php:1228, ../includes/Elements/Formstack.php:1475, ../includes/Elements/Formstack.php:1697, ../includes/Elements/Formstack.php:1823, ../includes/Elements/Formstack.php:1879, ../includes/Elements/GravityForms.php:436, ../includes/Elements/GravityForms.php:890, ../includes/Elements/GravityForms.php:1360, ../includes/Elements/GravityForms.php:1556, ../includes/Elements/GravityForms.php:1688, ../includes/Elements/GravityForms.php:1894, ../includes/Elements/GravityForms.php:2063, ../includes/Elements/GravityForms.php:2290, ../includes/Elements/Image_Accordion.php:362, ../includes/Elements/Image_Accordion.php:452, ../includes/Elements/Info_Box.php:1214, ../includes/Elements/Login_Register.php:1579, ../includes/Elements/Login_Register.php:1814, ../includes/Elements/Login_Register.php:1988, ../includes/Elements/Login_Register.php:2144, ../includes/Elements/Login_Register.php:2284, ../includes/Elements/Login_Register.php:2378, ../includes/Elements/Login_Register.php:2469, ../includes/Elements/Login_Register.php:2643, ../includes/Elements/Login_Register.php:2680, ../includes/Elements/Login_Register.php:2794, ../includes/Elements/Login_Register.php:3304, ../includes/Elements/Login_Register.php:3341, ../includes/Elements/Login_Register.php:3625, ../includes/Elements/Login_Register.php:3662, ../includes/Elements/NinjaForms.php:369, ../includes/Elements/NinjaForms.php:670, ../includes/Elements/NinjaForms.php:1094, ../includes/Elements/NinjaForms.php:1121, ../includes/Elements/NinjaForms.php:1407, ../includes/Elements/Post_Grid.php:311, ../includes/Elements/Post_Timeline.php:183, ../includes/Elements/Post_Timeline.php:266, ../includes/Elements/Post_Timeline.php:564, ../includes/Elements/Pricing_Table.php:782, ../includes/Elements/Pricing_Table.php:1560, ../includes/Elements/Pricing_Table.php:1809, ../includes/Elements/Pricing_Table.php:1960, ../includes/Elements/Product_Grid.php:969, ../includes/Elements/Product_Grid.php:2021, ../includes/Elements/Product_Grid.php:2377, ../includes/Elements/Product_Grid.php:2717, ../includes/Elements/Product_Grid.php:2916, ../includes/Elements/Product_Grid.php:2948, ../includes/Elements/Simple_Menu.php:639, ../includes/Elements/Sticky_Video.php:592, ../includes/Elements/Team_Member.php:421, ../includes/Elements/Team_Member.php:520, ../includes/Elements/Team_Member.php:767, ../includes/Elements/Testimonial.php:454, ../includes/Elements/Tooltip.php:499, ../includes/Elements/Twitter_Feed.php:498, ../includes/Elements/Twitter_Feed.php:591, ../includes/Elements/TypeForm.php:310, ../includes/Elements/WeForms.php:253, ../includes/Elements/WeForms.php:394, ../includes/Elements/WeForms.php:722, ../includes/Elements/Woo_Cart.php:1317, ../includes/Elements/Woo_Cart.php:1464, ../includes/Elements/Woo_Cart.php:1720, ../includes/Elements/Woo_Cart.php:1859, ../includes/Elements/Woo_Cart.php:1960, ../includes/Elements/Woo_Cart.php:2114, ../includes/Elements/Woo_Cart.php:2319, ../includes/Elements/Woo_Cart.php:2405, ../includes/Elements/Woo_Cart.php:2489, ../includes/Elements/Woo_Checkout.php:659, ../includes/Elements/Woo_Checkout.php:808, ../includes/Elements/Woo_Checkout.php:1004, ../includes/Elements/Woo_Checkout.php:1252, ../includes/Elements/Woo_Checkout.php:1457, ../includes/Elements/Woo_Checkout.php:1580, ../includes/Elements/Woo_Checkout.php:1788, ../includes/Elements/Woo_Checkout.php:1996, ../includes/Elements/Woo_Checkout.php:2198, ../includes/Elements/Woo_Checkout.php:2378, ../includes/Elements/Woo_Checkout.php:2658, ../includes/Elements/Woo_Product_Carousel.php:1008, ../includes/Elements/Woo_Product_Carousel.php:1410, ../includes/Elements/Woo_Product_Carousel.php:1813, ../includes/Elements/Woo_Product_Carousel.php:2009, ../includes/Elements/Woo_Product_Carousel.php:2041, ../includes/Elements/Woo_Product_Carousel.php:2251, ../includes/Elements/Woo_Product_Carousel.php:2374, ../includes/Elements/Woo_Product_Carousel.php:2498, ../includes/Elements/Woo_Product_Carousel.php:2685, ../includes/Elements/Woo_Product_Gallery.php:675, ../includes/Elements/Woo_Product_Gallery.php:1692, ../includes/Elements/Woo_Product_Gallery.php:2052, ../includes/Elements/Woo_Product_Gallery.php:2251, ../includes/Elements/Woo_Product_Gallery.php:2283, ../includes/Elements/WpForms.php:338, ../includes/Elements/WpForms.php:639, ../includes/Elements/WpForms.php:1047, ../includes/Elements/WpForms.php:1073, ../includes/Elements/WpForms.php:1243, ../includes/Extensions/Scroll_to_Top.php:443, ../includes/Extensions/Table_of_Content.php:568, ../includes/Extensions/Table_of_Content.php:783, ../includes/Traits/Controls.php:1332, ../includes/Traits/Controls.php:1386, ../includes/Traits/Controls.php:1516, ../includes/Traits/Woo_Product_Comparable.php:368, ../includes/Traits/Woo_Product_Comparable.php:513, ../includes/Traits/Woo_Product_Comparable.php:1394
|
748 |
msgid "Border Radius"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: ../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:712, ../includes/Elements/Event_Calendar.php:1650, ../includes/Elements/Event_Calendar.php:1724, ../includes/Elements/Product_Grid.php:929, ../includes/Elements/Product_Grid.php:957, ../includes/Elements/Product_Grid.php:2940, ../includes/Elements/Product_Grid.php:2975, ../includes/Elements/Progress_Bar.php:652, ../includes/Elements/Twitter_Feed.php:693, ../includes/Elements/Twitter_Feed.php:905, ../includes/Elements/Woo_Cart.php:1296, ../includes/Elements/Woo_Cart.php:1453, ../includes/Elements/Woo_Cart.php:2311, ../includes/Elements/Woo_Cart.php:2396, ../includes/Elements/Woo_Cart.php:2481, ../includes/Elements/Woo_Product_Carousel.php:967, ../includes/Elements/Woo_Product_Carousel.php:996, ../includes/Elements/Woo_Product_Carousel.php:2033, ../includes/Elements/Woo_Product_Carousel.php:2068, ../includes/Elements/Woo_Product_Carousel.php:2747, ../includes/Elements/Woo_Product_Gallery.php:635, ../includes/Elements/Woo_Product_Gallery.php:663, ../includes/Elements/Woo_Product_Gallery.php:1243, ../includes/Elements/Woo_Product_Gallery.php:1419, ../includes/Elements/Woo_Product_Gallery.php:2275, ../includes/Elements/Woo_Product_Gallery.php:2310, ../includes/Extensions/Table_of_Content.php:557, ../includes/Extensions/Table_of_Content.php:802, ../includes/Traits/Woo_Product_Comparable.php:1418
|
752 |
msgid "Box Shadow"
|
753 |
msgstr ""
|
754 |
|
756 |
msgid "Head"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: ../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:754, ../includes/Elements/Event_Calendar.php:784, ../includes/Elements/Event_Calendar.php:998, ../includes/Elements/Event_Calendar.php:1073, ../includes/Elements/Event_Calendar.php:1107, ../includes/Elements/Event_Calendar.php:1350, ../includes/Elements/Event_Calendar.php:1413, ../includes/Elements/Event_Calendar.php:1442, ../includes/Elements/Event_Calendar.php:1510, ../includes/Elements/Event_Calendar.php:1668, ../includes/Elements/Filterable_Gallery.php:1965, ../includes/Elements/Filterable_Gallery.php:2012, ../includes/Elements/Filterable_Gallery.php:2048, ../includes/Elements/Filterable_Gallery.php:2105, ../includes/Elements/Filterable_Gallery.php:2399, ../includes/Elements/Filterable_Gallery.php:2559, ../includes/Elements/FluentForm.php:321, ../includes/Elements/FluentForm.php:382, ../includes/Elements/FluentForm.php:582, ../includes/Elements/FluentForm.php:822, ../includes/Elements/FluentForm.php:1149, ../includes/Elements/FluentForm.php:1204, ../includes/Elements/FluentForm.php:1308, ../includes/Elements/FluentForm.php:1394, ../includes/Elements/FluentForm.php:1460, ../includes/Elements/FluentForm.php:1655, ../includes/Elements/FluentForm.php:1788, ../includes/Elements/FluentForm.php:1985, ../includes/Elements/FluentForm.php:2134, ../includes/Elements/FluentForm.php:2183, ../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:529, ../includes/Elements/GravityForms.php:560, ../includes/Elements/GravityForms.php:601, ../includes/Elements/GravityForms.php:644, ../includes/Elements/GravityForms.php:903, ../includes/Elements/GravityForms.php:992, ../includes/Elements/GravityForms.php:1046, ../includes/Elements/GravityForms.php:1182, ../includes/Elements/GravityForms.php:1772, ../includes/Elements/GravityForms.php:1792, ../includes/Elements/GravityForms.php:1827, ../includes/Elements/GravityForms.php:2162, ../includes/Elements/GravityForms.php:2383, ../includes/Elements/GravityForms.php:2576, ../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:283, ../includes/Elements/Post_Timeline.php:544, ../includes/Elements/Product_Grid.php:2437, ../includes/Elements/Product_Grid.php:2468, ../includes/Elements/Product_Grid.php:2510, ../includes/Elements/Product_Grid.php:2576, ../includes/Elements/Product_Grid.php:2617, ../includes/Elements/Product_Grid.php:2674, ../includes/Elements/Product_Grid.php:2791, ../includes/Elements/Progress_Bar.php:672, ../includes/Elements/Simple_Menu.php:841, ../includes/Elements/Simple_Menu.php:1152, ../includes/Elements/Woo_Cart.php:1705, ../includes/Elements/Woo_Cart.php:1766, ../includes/Elements/Woo_Cart.php:1943, ../includes/Elements/Woo_Cart.php:2013, ../includes/Elements/Woo_Checkout.php:1360, ../includes/Elements/Woo_Checkout.php:1691, ../includes/Elements/Woo_Product_Carousel.php:1521, ../includes/Elements/Woo_Product_Carousel.php:1551, ../includes/Elements/Woo_Product_Carousel.php:1593, ../includes/Elements/Woo_Product_Carousel.php:1672, ../includes/Elements/Woo_Product_Carousel.php:1712, ../includes/Elements/Woo_Product_Carousel.php:1769, ../includes/Elements/Woo_Product_Carousel.php:1888, ../includes/Elements/Woo_Product_Gallery.php:1773, ../includes/Elements/Woo_Product_Gallery.php:1803, ../includes/Elements/Woo_Product_Gallery.php:1845, ../includes/Elements/Woo_Product_Gallery.php:1911, ../includes/Elements/Woo_Product_Gallery.php:1952, ../includes/Elements/Woo_Product_Gallery.php:2009, ../includes/Elements/Woo_Product_Gallery.php:2126, ../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
|
760 |
msgid "Typography"
|
761 |
msgstr ""
|
762 |
|
764 |
msgid "Text Alignment"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: ../includes/Elements/Advanced_Data_Table.php:431, ../includes/Elements/Advanced_Data_Table.php:550, ../includes/Elements/Advanced_Data_Table.php:976, ../includes/Elements/Advanced_Data_Table.php:1123, ../includes/Elements/Adv_Accordion.php:155, ../includes/Elements/Betterdocs_Category_Box.php:767, ../includes/Elements/Betterdocs_Category_Grid.php:1513, ../includes/Elements/Betterdocs_Category_Grid.php:1538, ../includes/Elements/Caldera_Forms.php:233, ../includes/Elements/Caldera_Forms.php:415, ../includes/Elements/Caldera_Forms.php:561, ../includes/Elements/Caldera_Forms.php:1136, ../includes/Elements/Contact_Form_7.php:331, ../includes/Elements/Contact_Form_7.php:443, ../includes/Elements/Contact_Form_7.php:1163, ../includes/Elements/Content_Ticker.php:290, ../includes/Elements/Countdown.php:118, ../includes/Elements/Countdown.php:1030, ../includes/Elements/Creative_Button.php:448, ../includes/Elements/Cta_Box.php:117, ../includes/Elements/Data_Table.php:553, ../includes/Elements/Data_Table.php:778, ../includes/Elements/Data_Table.php:1027, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:1022, ../includes/Elements/Event_Calendar.php:1154, ../includes/Elements/Fancy_Text.php:174, ../includes/Elements/Feature_List.php:303, ../includes/Elements/Filterable_Gallery.php:768, ../includes/Elements/Filterable_Gallery.php:1300, ../includes/Elements/Filterable_Gallery.php:1683, ../includes/Elements/Flip_Box.php:373, ../includes/Elements/Flip_Box.php:604, ../includes/Elements/FluentForm.php:267, ../includes/Elements/FluentForm.php:462, ../includes/Elements/FluentForm.php:608, ../includes/Elements/FluentForm.php:1241, ../includes/Elements/FluentForm.php:1486, ../includes/Elements/Formstack.php:334, ../includes/Elements/Formstack.php:449, ../includes/Elements/Formstack.php:763, ../includes/Elements/Formstack.php:1372, ../includes/Elements/GravityForms.php:347, ../includes/Elements/GravityForms.php:484, ../includes/Elements/GravityForms.php:673, ../includes/Elements/GravityForms.php:1950, ../includes/Elements/GravityForms.php:2200, ../includes/Elements/Image_Accordion.php:109, ../includes/Elements/Info_Box.php:304, ../includes/Elements/Login_Register.php:712, ../includes/Elements/Login_Register.php:745, ../includes/Elements/Login_Register.php:2587, ../includes/Elements/Login_Register.php:3255, ../includes/Elements/Login_Register.php:3575, ../includes/Elements/NinjaForms.php:282, ../includes/Elements/NinjaForms.php:421, ../includes/Elements/NinjaForms.php:603, ../includes/Elements/NinjaForms.php:1298, ../includes/Elements/Post_Grid.php:487, ../includes/Elements/Post_Grid.php:642, ../includes/Elements/Post_Grid.php:710, ../includes/Elements/Post_Grid.php:805, ../includes/Elements/Post_Grid.php:888, ../includes/Elements/Post_Timeline.php:317, ../includes/Elements/Post_Timeline.php:375, ../includes/Elements/Pricing_Table.php:257, ../includes/Elements/Pricing_Table.php:374, ../includes/Elements/Pricing_Table.php:676, ../includes/Elements/Pricing_Table.php:816, ../includes/Elements/Pricing_Table.php:841, ../includes/Elements/Product_Grid.php:721, ../includes/Elements/Product_Grid.php:1039, ../includes/Elements/Product_Grid.php:1713, ../includes/Elements/Product_Grid.php:2198, ../includes/Elements/Progress_Bar.php:321, ../includes/Elements/Progress_Bar.php:532, ../includes/Elements/Simple_Menu.php:198, ../includes/Elements/Simple_Menu.php:343, ../includes/Elements/Simple_Menu.php:750, ../includes/Elements/Simple_Menu.php:776, ../includes/Elements/Simple_Menu.php:801, ../includes/Elements/Simple_Menu.php:1096, ../includes/Elements/Team_Member.php:380, ../includes/Elements/Testimonial.php:314, ../includes/Elements/Tooltip.php:209, ../includes/Elements/Tooltip.php:288, ../includes/Elements/Tooltip.php:377, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Cart.php:269, ../includes/Elements/Woo_Cart.php:494, ../includes/Elements/Woo_Cart.php:586, ../includes/Elements/Woo_Cart.php:657, ../includes/Elements/Woo_Cart.php:735, ../includes/Elements/Woo_Cart.php:843, ../includes/Elements/Woo_Cart.php:1588, ../includes/Elements/Woo_Cart.php:2194, ../includes/Elements/Woo_Product_Carousel.php:704, ../includes/Elements/Woo_Product_Carousel.php:820, ../includes/Elements/Woo_Product_Carousel.php:869, ../includes/Elements/Woo_Product_Gallery.php:193, ../includes/Elements/Woo_Product_Gallery.php:223, ../includes/Elements/Woo_Product_Gallery.php:552, ../includes/Elements/Woo_Product_Gallery.php:1519, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Scroll_to_Top.php:165, ../includes/Extensions/Table_of_Content.php:462, ../includes/Traits/Controls.php:604, ../includes/Traits/Controls.php:1259, ../includes/Traits/Controls.php:1597, ../includes/Traits/Controls.php:1648, ../includes/Traits/Controls.php:1649, ../includes/Traits/Controls.php:1971
|
768 |
msgid "Left"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: ../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:452, ../includes/Elements/Cta_Box.php:118, ../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:1026, ../includes/Elements/Event_Calendar.php:1158, ../includes/Elements/Fancy_Text.php:178, ../includes/Elements/Filterable_Gallery.php:772, ../includes/Elements/Filterable_Gallery.php:1304, ../includes/Elements/Filterable_Gallery.php:1687, ../includes/Elements/Flip_Box.php:377, ../includes/Elements/Flip_Box.php:608, ../includes/Elements/FluentForm.php:271, ../includes/Elements/FluentForm.php:466, ../includes/Elements/FluentForm.php:612, ../includes/Elements/FluentForm.php:1245, ../includes/Elements/FluentForm.php:1490, ../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:677, ../includes/Elements/GravityForms.php:1954, ../includes/Elements/GravityForms.php:2204, ../includes/Elements/Image_Accordion.php:113, ../includes/Elements/Image_Accordion.php:136, ../includes/Elements/Info_Box.php:308, ../includes/Elements/Login_Register.php:2591, ../includes/Elements/Login_Register.php:3237, ../includes/Elements/Login_Register.php:3259, ../includes/Elements/Login_Register.php:3536, ../includes/Elements/Login_Register.php:3556, ../includes/Elements/Login_Register.php:3579, ../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:321, ../includes/Elements/Post_Timeline.php:379, ../includes/Elements/Pricing_Table.php:820, ../includes/Elements/Pricing_Table.php:845, ../includes/Elements/Product_Grid.php:725, ../includes/Elements/Product_Grid.php:1043, ../includes/Elements/Product_Grid.php:2202, ../includes/Elements/Progress_Bar.php:325, ../includes/Elements/Progress_Bar.php:536, ../includes/Elements/Simple_Menu.php:202, ../includes/Elements/Simple_Menu.php:347, ../includes/Elements/Simple_Menu.php:754, ../includes/Elements/Simple_Menu.php:780, ../includes/Elements/Simple_Menu.php:805, ../includes/Elements/Simple_Menu.php:1100, ../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_Cart.php:273, ../includes/Elements/Woo_Cart.php:590, ../includes/Elements/Woo_Cart.php:661, ../includes/Elements/Woo_Cart.php:739, ../includes/Elements/Woo_Cart.php:847, ../includes/Elements/Woo_Cart.php:1592, ../includes/Elements/Woo_Cart.php:2198, ../includes/Elements/Woo_Product_Carousel.php:873, ../includes/Elements/Woo_Product_Gallery.php:197, ../includes/Elements/Woo_Product_Gallery.php:556, ../includes/Elements/WpForms.php:275, ../includes/Elements/WpForms.php:392, ../includes/Elements/WpForms.php:576, ../includes/Elements/WpForms.php:1141, ../includes/Traits/Controls.php:603, ../includes/Traits/Controls.php:1263, ../includes/Traits/Controls.php:1601, ../includes/Traits/Controls.php:1975
|
772 |
msgid "Center"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: ../includes/Elements/Advanced_Data_Table.php:454, ../includes/Elements/Advanced_Data_Table.php:573, ../includes/Elements/Advanced_Data_Table.php:667, ../includes/Elements/Advanced_Data_Table.php:698, ../includes/Elements/Advanced_Data_Table.php:729, ../includes/Elements/Advanced_Data_Table.php:760, ../includes/Elements/Advanced_Data_Table.php:791, ../includes/Elements/Advanced_Data_Table.php:822, ../includes/Elements/Advanced_Data_Table.php:1004, ../includes/Elements/Advanced_Data_Table.php:1200, ../includes/Elements/Advanced_Data_Table.php:1270, ../includes/Elements/Adv_Accordion.php:562, ../includes/Elements/Adv_Accordion.php:622, ../includes/Elements/Adv_Accordion.php:682, ../includes/Elements/Adv_Accordion.php:749, ../includes/Elements/Adv_Tabs.php:527, ../includes/Elements/Adv_Tabs.php:594, ../includes/Elements/Adv_Tabs.php:661, ../includes/Elements/Adv_Tabs.php:743, ../includes/Elements/Caldera_Forms.php:270, ../includes/Elements/Caldera_Forms.php:331, ../includes/Elements/Caldera_Forms.php:523, ../includes/Elements/Caldera_Forms.php:604, ../includes/Elements/Caldera_Forms.php:850, ../includes/Elements/Caldera_Forms.php:906, ../includes/Elements/Caldera_Forms.php:1216, ../includes/Elements/Caldera_Forms.php:1322, ../includes/Elements/Caldera_Forms.php:1375, ../includes/Elements/Contact_Form_7.php:474, ../includes/Elements/Contact_Form_7.php:505, ../includes/Elements/Contact_Form_7.php:562, ../includes/Elements/Contact_Form_7.php:845, ../includes/Elements/Contact_Form_7.php:920, ../includes/Elements/Contact_Form_7.php:1242, ../includes/Elements/Contact_Form_7.php:1348, ../includes/Elements/Contact_Form_7.php:1412, ../includes/Elements/Contact_Form_7.php:1535, ../includes/Elements/Contact_Form_7.php:1592, ../includes/Elements/Content_Ticker.php:357, ../includes/Elements/Content_Ticker.php:433, ../includes/Elements/Countdown.php:1109, ../includes/Elements/Creative_Button.php:277, ../includes/Elements/Creative_Button.php:370, ../includes/Elements/Cta_Box.php:810, ../includes/Elements/Cta_Box.php:825, ../includes/Elements/Cta_Box.php:996, ../includes/Elements/Cta_Box.php:1011, ../includes/Elements/Cta_Box.php:1203, ../includes/Elements/Cta_Box.php:1218, ../includes/Elements/Cta_Box.php:1272, ../includes/Elements/Cta_Box.php:1287, ../includes/Elements/Data_Table.php:989, ../includes/Elements/Data_Table.php:1006, ../includes/Elements/Event_Calendar.php:1268, ../includes/Elements/Event_Calendar.php:1301, ../includes/Elements/Filterable_Gallery.php:960, ../includes/Elements/Filterable_Gallery.php:1026, ../includes/Elements/Filterable_Gallery.php:2511, ../includes/Elements/Filterable_Gallery.php:2706, ../includes/Elements/FluentForm.php:305, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:570, ../includes/Elements/FluentForm.php:653, ../includes/Elements/FluentForm.php:902, ../includes/Elements/FluentForm.php:1567, ../includes/Elements/FluentForm.php:1694, ../includes/Elements/FluentForm.php:2111, ../includes/Elements/Formstack.php:481, ../includes/Elements/Formstack.php:530, ../includes/Elements/Formstack.php:585, ../includes/Elements/Formstack.php:797, ../includes/Elements/Formstack.php:852, ../includes/Elements/Formstack.php:1101, ../includes/Elements/Formstack.php:1452, ../includes/Elements/Formstack.php:1558, ../includes/Elements/Formstack.php:1781, ../includes/Elements/Formstack.php:2020, ../includes/Elements/GravityForms.php:516, ../includes/Elements/GravityForms.php:547, ../includes/Elements/GravityForms.php:586, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:716, ../includes/Elements/GravityForms.php:980, ../includes/Elements/GravityForms.php:1033, ../includes/Elements/GravityForms.php:1220, ../includes/Elements/GravityForms.php:1663, ../includes/Elements/GravityForms.php:1739, ../includes/Elements/GravityForms.php:2039, ../includes/Elements/GravityForms.php:2131, ../includes/Elements/GravityForms.php:2267, ../includes/Elements/GravityForms.php:2354, ../includes/Elements/GravityForms.php:2428, ../includes/Elements/GravityForms.php:2563, ../includes/Elements/Info_Box.php:1236, ../includes/Elements/Info_Box.php:1282, ../includes/Elements/Interactive_Circle.php:476, ../includes/Elements/Interactive_Circle.php:536, ../includes/Elements/Interactive_Circle.php:604, ../includes/Elements/Interactive_Circle.php:689, ../includes/Elements/Login_Register.php:2616, ../includes/Elements/Login_Register.php:2755, ../includes/Elements/Login_Register.php:3099, ../includes/Elements/Login_Register.php:3284, ../includes/Elements/Login_Register.php:3321, ../includes/Elements/Login_Register.php:3605, ../includes/Elements/Login_Register.php:3642, ../includes/Elements/NinjaForms.php:452, ../includes/Elements/NinjaForms.php:501, ../includes/Elements/NinjaForms.php:559, ../includes/Elements/NinjaForms.php:646, ../includes/Elements/NinjaForms.php:894, ../includes/Elements/NinjaForms.php:950, ../includes/Elements/NinjaForms.php:1384, ../includes/Elements/NinjaForms.php:1471, ../includes/Elements/NinjaForms.php:1533, ../includes/Elements/NinjaForms.php:1633, ../includes/Elements/Pricing_Table.php:1912, ../includes/Elements/Pricing_Table.php:1981, ../includes/Elements/Product_Grid.php:2252, ../includes/Elements/Product_Grid.php:2290, ../includes/Elements/Product_Grid.php:2334, ../includes/Elements/Simple_Menu.php:373, ../includes/Elements/Simple_Menu.php:407, ../includes/Elements/Simple_Menu.php:441, ../includes/Elements/Simple_Menu.php:499, ../includes/Elements/Simple_Menu.php:533, ../includes/Elements/Simple_Menu.php:859, ../includes/Elements/Simple_Menu.php:986, ../includes/Elements/Simple_Menu.php:1170, ../includes/Elements/Simple_Menu.php:1295, ../includes/Elements/Tooltip.php:418, ../includes/Elements/Tooltip.php:461, ../includes/Elements/Tooltip.php:634, ../includes/Elements/WeForms.php:692, ../includes/Elements/WeForms.php:742, ../includes/Elements/Woo_Cart.php:1248, ../includes/Elements/Woo_Cart.php:1502, ../includes/Elements/Woo_Cart.php:1793, ../includes/Elements/Woo_Cart.php:1831, ../includes/Elements/Woo_Cart.php:1919, ../includes/Elements/Woo_Cart.php:2043, ../includes/Elements/Woo_Cart.php:2084, ../includes/Elements/Woo_Cart.php:2279, ../includes/Elements/Woo_Cart.php:2362, ../includes/Elements/Woo_Cart.php:2449, ../includes/Elements/WpForms.php:419, ../includes/Elements/WpForms.php:468, ../includes/Elements/WpForms.php:533, ../includes/Elements/WpForms.php:615, ../includes/Elements/WpForms.php:851, ../includes/Elements/WpForms.php:907, ../includes/Elements/WpForms.php:1220, ../includes/Elements/WpForms.php:1327, ../includes/Elements/WpForms.php:1372, ../includes/Extensions/Table_of_Content.php:626, ../includes/Extensions/Table_of_Content.php:941, ../includes/Extensions/Table_of_Content.php:964, ../includes/Extensions/Table_of_Content.php:990, ../includes/Traits/Controls.php:1298, ../includes/Traits/Controls.php:1353, ../includes/Traits/Controls.php:1483, ../includes/Traits/Controls.php:1545, ../includes/Traits/Controls.php:1928
|
776 |
msgid "Text Color"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: ../includes/Elements/Advanced_Data_Table.php:468, ../includes/Elements/Advanced_Data_Table.php:609, ../includes/Elements/Advanced_Data_Table.php:682, ../includes/Elements/Advanced_Data_Table.php:713, ../includes/Elements/Advanced_Data_Table.php:744, ../includes/Elements/Advanced_Data_Table.php:775, ../includes/Elements/Advanced_Data_Table.php:806, ../includes/Elements/Advanced_Data_Table.php:837, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1213, ../includes/Elements/Advanced_Data_Table.php:1284, ../includes/Elements/Advanced_Data_Table.php:1379, ../includes/Elements/Advanced_Data_Table.php:1409, ../includes/Elements/Adv_Accordion.php:898, ../includes/Elements/Adv_Accordion.php:944, ../includes/Elements/Adv_Accordion.php:990, ../includes/Elements/Adv_Tabs.php:508, ../includes/Elements/Adv_Tabs.php:724, ../includes/Elements/Caldera_Forms.php:592, ../includes/Elements/Caldera_Forms.php:800, ../includes/Elements/Caldera_Forms.php:1204, ../includes/Elements/Caldera_Forms.php:1310, ../includes/Elements/Caldera_Forms.php:1364, ../includes/Elements/Contact_Form_7.php:550, ../includes/Elements/Contact_Form_7.php:763, ../includes/Elements/Contact_Form_7.php:1230, ../includes/Elements/Contact_Form_7.php:1336, ../includes/Elements/Contact_Form_7.php:1427, ../includes/Elements/Contact_Form_7.php:1520, ../includes/Elements/Content_Ticker.php:345, ../includes/Elements/Content_Ticker.php:422, ../includes/Elements/Content_Ticker.php:597, ../includes/Elements/Content_Ticker.php:653, ../includes/Elements/Countdown.php:733, ../includes/Elements/Countdown.php:745, ../includes/Elements/Countdown.php:805, ../includes/Elements/Countdown.php:817, ../includes/Elements/Countdown.php:877, ../includes/Elements/Countdown.php:889, ../includes/Elements/Countdown.php:949, ../includes/Elements/Countdown.php:961, ../includes/Elements/Creative_Button.php:291, ../includes/Elements/Creative_Button.php:384, ../includes/Elements/Cta_Box.php:137, ../includes/Elements/Cta_Box.php:477, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:839, ../includes/Elements/Cta_Box.php:855, ../includes/Elements/Cta_Box.php:1025, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:639, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Data_Table.php:1190, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1280, ../includes/Elements/Filterable_Gallery.php:835, ../includes/Elements/Filterable_Gallery.php:972, ../includes/Elements/Filterable_Gallery.php:1038, ../includes/Elements/Filterable_Gallery.php:1184, ../includes/Elements/Filterable_Gallery.php:1374, ../includes/Elements/Filterable_Gallery.php:1404, ../includes/Elements/Filterable_Gallery.php:1509, ../includes/Elements/Filterable_Gallery.php:1525, ../includes/Elements/Filterable_Gallery.php:1727, ../includes/Elements/Filterable_Gallery.php:1865, ../includes/Elements/Filterable_Gallery.php:2495, ../includes/Elements/Filterable_Gallery.php:2690, ../includes/Elements/FluentForm.php:641, ../includes/Elements/FluentForm.php:849, ../includes/Elements/FluentForm.php:1283, ../includes/Elements/FluentForm.php:1369, ../includes/Elements/FluentForm.php:1555, ../includes/Elements/FluentForm.php:1682, ../includes/Elements/FluentForm.php:2100, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:704, ../includes/Elements/GravityForms.php:930, ../includes/Elements/GravityForms.php:1649, ../includes/Elements/GravityForms.php:1725, ../includes/Elements/GravityForms.php:1848, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2118, ../includes/Elements/GravityForms.php:2255, ../includes/Elements/GravityForms.php:2342, ../includes/Elements/Image_Accordion.php:317, ../includes/Elements/Info_Box.php:544, ../includes/Elements/Info_Box.php:785, ../includes/Elements/Info_Box.php:864, ../includes/Elements/Info_Box.php:1035, ../includes/Elements/Info_Box.php:1098, ../includes/Elements/Info_Box.php:1248, ../includes/Elements/Info_Box.php:1294, ../includes/Elements/Interactive_Circle.php:465, ../includes/Elements/Interactive_Circle.php:522, ../includes/Elements/Interactive_Circle.php:590, ../includes/Elements/Interactive_Circle.php:672, ../includes/Elements/Login_Register.php:1594, ../includes/Elements/Login_Register.php:1727, ../includes/Elements/Login_Register.php:1829, ../includes/Elements/Login_Register.php:2003, ../includes/Elements/Login_Register.php:2359, ../includes/Elements/Login_Register.php:2450, ../includes/Elements/Login_Register.php:2630, ../includes/Elements/Login_Register.php:2668, ../includes/Elements/Login_Register.php:2765, ../includes/Elements/Login_Register.php:3292, ../includes/Elements/Login_Register.php:3329, ../includes/Elements/Login_Register.php:3613, ../includes/Elements/Login_Register.php:3650, ../includes/Elements/NinjaForms.php:634, ../includes/Elements/NinjaForms.php:844, ../includes/Elements/NinjaForms.php:1372, ../includes/Elements/NinjaForms.php:1459, ../includes/Elements/Post_Grid.php:962, ../includes/Elements/Post_Timeline.php:154, ../includes/Elements/Pricing_Table.php:737, ../includes/Elements/Pricing_Table.php:897, ../includes/Elements/Pricing_Table.php:1427, ../includes/Elements/Pricing_Table.php:1496, ../includes/Elements/Pricing_Table.php:1662, ../includes/Elements/Pricing_Table.php:1924, ../includes/Elements/Pricing_Table.php:1993, ../includes/Elements/Product_Grid.php:1862, ../includes/Elements/Product_Grid.php:1970, ../includes/Elements/Product_Grid.php:2078, ../includes/Elements/Product_Grid.php:2264, ../includes/Elements/Product_Grid.php:2302, ../includes/Elements/Product_Grid.php:2346, ../includes/Elements/Product_Grid.php:2594, ../includes/Elements/Product_Grid.php:2637, ../includes/Elements/Product_Grid.php:2698, ../includes/Elements/Product_Grid.php:2749, ../includes/Elements/Progress_Bar.php:578, ../includes/Elements/Simple_Menu.php:277, ../includes/Elements/Simple_Menu.php:386, ../includes/Elements/Simple_Menu.php:420, ../includes/Elements/Simple_Menu.php:454, ../includes/Elements/Simple_Menu.php:512, ../includes/Elements/Simple_Menu.php:546, ../includes/Elements/Simple_Menu.php:618, ../includes/Elements/Simple_Menu.php:690, ../includes/Elements/Simple_Menu.php:873, ../includes/Elements/Simple_Menu.php:953, ../includes/Elements/Simple_Menu.php:1001, ../includes/Elements/Simple_Menu.php:1048, ../includes/Elements/Simple_Menu.php:1182, ../includes/Elements/Simple_Menu.php:1262, ../includes/Elements/Simple_Menu.php:1309, ../includes/Elements/Simple_Menu.php:1356, ../includes/Elements/Team_Member.php:731, ../includes/Elements/Tooltip.php:407, ../includes/Elements/Tooltip.php:450, ../includes/Elements/Tooltip.php:623, ../includes/Elements/Twitter_Feed.php:443, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Cart.php:1143, ../includes/Elements/Woo_Cart.php:1782, ../includes/Elements/Woo_Cart.php:1820, ../includes/Elements/Woo_Cart.php:2031, ../includes/Elements/Woo_Cart.php:2072, ../includes/Elements/Woo_Checkout.php:629, ../includes/Elements/Woo_Checkout.php:744, ../includes/Elements/Woo_Checkout.php:866, ../includes/Elements/Woo_Checkout.php:1376, ../includes/Elements/Woo_Checkout.php:1416, ../includes/Elements/Woo_Checkout.php:1707, ../includes/Elements/Woo_Checkout.php:1747, ../includes/Elements/Woo_Checkout.php:2337, ../includes/Elements/Woo_Checkout.php:2467, ../includes/Elements/Woo_Checkout.php:2577, ../includes/Elements/Woo_Checkout.php:2617, ../includes/Elements/Woo_Product_Carousel.php:895, ../includes/Elements/Woo_Product_Carousel.php:1388, ../includes/Elements/Woo_Product_Carousel.php:1470, ../includes/Elements/Woo_Product_Carousel.php:1689, ../includes/Elements/Woo_Product_Carousel.php:1732, ../includes/Elements/Woo_Product_Carousel.php:1794, ../includes/Elements/Woo_Product_Carousel.php:1846, ../includes/Elements/Woo_Product_Carousel.php:2650, ../includes/Elements/Woo_Product_Carousel.php:2706, ../includes/Elements/Woo_Product_Gallery.php:1680, ../includes/Elements/Woo_Product_Gallery.php:1730, ../includes/Elements/Woo_Product_Gallery.php:1929, ../includes/Elements/Woo_Product_Gallery.php:1972, ../includes/Elements/Woo_Product_Gallery.php:2033, ../includes/Elements/Woo_Product_Gallery.php:2084, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Scroll_to_Top.php:428, ../includes/Extensions/Table_of_Content.php:613, ../includes/Extensions/Table_of_Content.php:759, ../includes/Extensions/Table_of_Content.php:823, ../includes/Traits/Controls.php:1495, ../includes/Traits/Controls.php:1557, ../includes/Traits/Controls.php:1938, ../includes/Traits/Woo_Product_Comparable.php:380, ../includes/Traits/Woo_Product_Comparable.php:486
|
780 |
msgid "Background Color"
|
781 |
msgstr ""
|
782 |
|
788 |
msgid "Padding"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: ../includes/Elements/Advanced_Data_Table.php:529, ../includes/Elements/Event_Calendar.php:1293
|
792 |
msgid "Body"
|
793 |
msgstr ""
|
794 |
|
840 |
msgid "Margin Bottom"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: ../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:112, ../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:1018, ../includes/Elements/Event_Calendar.php:1150, ../includes/Elements/Fancy_Text.php:170, ../includes/Elements/Filterable_Gallery.php:764, ../includes/Elements/FluentForm.php:263, ../includes/Elements/FluentForm.php:604, ../includes/Elements/FluentForm.php:1237, ../includes/Elements/FluentForm.php:1482, ../includes/Elements/Formstack.php:445, ../includes/Elements/Formstack.php:759, ../includes/Elements/Formstack.php:1368, ../includes/Elements/GravityForms.php:480, ../includes/Elements/GravityForms.php:669, ../includes/Elements/GravityForms.php:1946, ../includes/Elements/GravityForms.php:2196, ../includes/Elements/Login_Register.php:3251, ../includes/Elements/Login_Register.php:3571, ../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/Post_Timeline.php:478, ../includes/Elements/Product_Grid.php:717, ../includes/Elements/Product_Grid.php:1035, ../includes/Elements/Product_Grid.php:1709, ../includes/Elements/Product_Grid.php:2194, ../includes/Elements/Progress_Bar.php:317, ../includes/Elements/Progress_Bar.php:528, ../includes/Elements/Simple_Menu.php:339, ../includes/Elements/Simple_Menu.php:746, ../includes/Elements/Simple_Menu.php:772, ../includes/Elements/Simple_Menu.php:797, ../includes/Elements/Simple_Menu.php:1092, ../includes/Elements/Tooltip.php:204, ../includes/Elements/Woo_Cart.php:265, ../includes/Elements/Woo_Cart.php:490, ../includes/Elements/Woo_Cart.php:582, ../includes/Elements/Woo_Cart.php:653, ../includes/Elements/Woo_Cart.php:731, ../includes/Elements/Woo_Cart.php:839, ../includes/Elements/Woo_Cart.php:1584, ../includes/Elements/Woo_Cart.php:2190, ../includes/Elements/Woo_Product_Carousel.php:816, ../includes/Elements/Woo_Product_Carousel.php:865, ../includes/Elements/Woo_Product_Gallery.php:189, ../includes/Elements/Woo_Product_Gallery.php:219, ../includes/Elements/Woo_Product_Gallery.php:548, ../includes/Elements/Woo_Product_Gallery.php:1515, ../includes/Elements/WpForms.php:384, ../includes/Elements/WpForms.php:568, ../includes/Elements/WpForms.php:1133, ../includes/Traits/Controls.php:1255, ../includes/Traits/Controls.php:1967
|
844 |
msgid "Alignment"
|
845 |
msgstr ""
|
846 |
|
848 |
msgid "Margin"
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1195, ../includes/Elements/Advanced_Data_Table.php:1361, ../includes/Elements/Adv_Accordion.php:549, ../includes/Elements/Adv_Accordion.php:877, ../includes/Elements/Adv_Tabs.php:504, ../includes/Elements/Betterdocs_Category_Box.php:284, ../includes/Elements/Betterdocs_Category_Box.php:452, ../includes/Elements/Betterdocs_Category_Box.php:677, ../includes/Elements/Betterdocs_Category_Box.php:846, ../includes/Elements/Betterdocs_Category_Grid.php:315, ../includes/Elements/Betterdocs_Category_Grid.php:455, ../includes/Elements/Betterdocs_Category_Grid.php:610, ../includes/Elements/Betterdocs_Category_Grid.php:800, ../includes/Elements/Betterdocs_Category_Grid.php:1348, ../includes/Elements/Betterdocs_Search_Form.php:398, ../includes/Elements/Caldera_Forms.php:585, ../includes/Elements/Caldera_Forms.php:973, ../includes/Elements/Caldera_Forms.php:1197, ../includes/Elements/Contact_Form_7.php:543, ../includes/Elements/Contact_Form_7.php:1000, ../includes/Elements/Contact_Form_7.php:1223, ../includes/Elements/Content_Ticker.php:590, ../includes/Elements/Creative_Button.php:260, ../includes/Elements/Cta_Box.php:805, ../includes/Elements/Cta_Box.php:1198, ../includes/Elements/Data_Table.php:619, ../includes/Elements/Data_Table.php:812, ../includes/Elements/Data_Table.php:984, ../includes/Elements/Data_Table.php:1082, ../includes/Elements/Event_Calendar.php:795, ../includes/Elements/Filterable_Gallery.php:955, ../includes/Elements/Filterable_Gallery.php:1720, ../includes/Elements/Filterable_Gallery.php:2484, ../includes/Elements/Flip_Box.php:1336, ../includes/Elements/FluentForm.php:634, ../includes/Elements/FluentForm.php:969, ../includes/Elements/FluentForm.php:1548, ../includes/Elements/FluentForm.php:1741, ../includes/Elements/FluentForm.php:1958, ../includes/Elements/Formstack.php:833, ../includes/Elements/Formstack.php:1165, ../includes/Elements/Formstack.php:1433, ../includes/Elements/Formstack.php:1603, ../includes/Elements/Formstack.php:1766, ../includes/Elements/GravityForms.php:697, ../includes/Elements/GravityForms.php:1287, ../includes/Elements/GravityForms.php:1483, ../includes/Elements/GravityForms.php:1642, ../includes/Elements/GravityForms.php:2019, ../includes/Elements/GravityForms.php:2248, ../includes/Elements/Info_Box.php:537, ../includes/Elements/Info_Box.php:765, ../includes/Elements/Info_Box.php:997, ../includes/Elements/Info_Box.php:1230, ../includes/Elements/Info_Box.php:1341, ../includes/Elements/Interactive_Circle.php:461, ../includes/Elements/Login_Register.php:2613, ../includes/Elements/Login_Register.php:3281, ../includes/Elements/Login_Register.php:3444, ../includes/Elements/Login_Register.php:3602, ../includes/Elements/NinjaForms.php:627, ../includes/Elements/NinjaForms.php:1020, ../includes/Elements/NinjaForms.php:1365, ../includes/Elements/Pricing_Table.php:1907, ../includes/Elements/Product_Grid.php:887, ../includes/Elements/Product_Grid.php:1534, ../includes/Elements/Product_Grid.php:1952, ../includes/Elements/Product_Grid.php:2247, ../includes/Elements/Product_Grid.php:2681, ../includes/Elements/Team_Member.php:714, ../includes/Elements/Tooltip.php:403, ../includes/Elements/WeForms.php:687, ../includes/Elements/Woo_Cart.php:1775, ../includes/Elements/Woo_Cart.php:2024, ../includes/Elements/Woo_Checkout.php:912, ../includes/Elements/Woo_Checkout.php:955, ../includes/Elements/Woo_Checkout.php:1098, ../includes/Elements/Woo_Checkout.php:1369, ../includes/Elements/Woo_Checkout.php:1700, ../includes/Elements/Woo_Checkout.php:2160, ../includes/Elements/Woo_Checkout.php:2416, ../includes/Elements/Woo_Checkout.php:2570, ../includes/Elements/Woo_Product_Carousel.php:936, ../includes/Elements/Woo_Product_Carousel.php:1372, ../includes/Elements/Woo_Product_Carousel.php:1777, ../includes/Elements/Woo_Product_Carousel.php:2221, ../includes/Elements/Woo_Product_Carousel.php:2643, ../includes/Elements/Woo_Product_Gallery.php:604, ../includes/Elements/Woo_Product_Gallery.php:1008, ../includes/Elements/Woo_Product_Gallery.php:1303, ../includes/Elements/Woo_Product_Gallery.php:1663, ../includes/Elements/Woo_Product_Gallery.php:2016, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php:934, ../includes/Traits/Controls.php:1291, ../includes/Traits/Controls.php:1478, ../includes/Traits/Woo_Product_Comparable.php:838, ../includes/Traits/Woo_Product_Comparable.php:1224, ../includes/Traits/Woo_Product_Comparable.php:1642
|
852 |
msgid "Normal"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1265, ../includes/Elements/Advanced_Data_Table.php:1391, ../includes/Elements/Adv_Accordion.php:607, ../includes/Elements/Adv_Accordion.php:924, ../includes/Elements/Adv_Tabs.php:571, ../includes/Elements/Betterdocs_Category_Box.php:330, ../includes/Elements/Betterdocs_Category_Box.php:548, ../includes/Elements/Betterdocs_Category_Box.php:710, ../includes/Elements/Betterdocs_Category_Box.php:959, ../includes/Elements/Betterdocs_Category_Grid.php:363, ../includes/Elements/Betterdocs_Category_Grid.php:496, ../includes/Elements/Betterdocs_Category_Grid.php:664, ../includes/Elements/Betterdocs_Category_Grid.php:872, ../includes/Elements/Betterdocs_Category_Grid.php:1432, ../includes/Elements/Betterdocs_Search_Form.php:482, ../includes/Elements/Caldera_Forms.php:1303, ../includes/Elements/Contact_Form_7.php:1329, ../includes/Elements/Content_Ticker.php:646, ../includes/Elements/Creative_Button.php:353, ../includes/Elements/Cta_Box.php:991, ../includes/Elements/Cta_Box.php:1267, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:903, ../includes/Elements/Data_Table.php:1001, ../includes/Elements/Data_Table.php:1100, ../includes/Elements/Event_Calendar.php:862, ../includes/Elements/Filterable_Gallery.php:1858, ../includes/Elements/Filterable_Gallery.php:2679, ../includes/Elements/Flip_Box.php:1419, ../includes/Elements/FluentForm.php:1675, ../includes/Elements/FluentForm.php:2039, ../includes/Elements/Formstack.php:1539, ../includes/Elements/Formstack.php:1849, ../includes/Elements/GravityForms.php:1718, ../includes/Elements/GravityForms.php:2111, ../includes/Elements/GravityForms.php:2335, ../includes/Elements/Info_Box.php:598, ../includes/Elements/Info_Box.php:836, ../includes/Elements/Info_Box.php:1069, ../includes/Elements/Info_Box.php:1276, ../includes/Elements/Info_Box.php:1451, ../includes/Elements/Interactive_Circle.php:272, ../includes/Elements/Interactive_Circle.php:518, ../includes/Elements/Login_Register.php:3318, ../includes/Elements/Login_Register.php:3639, ../includes/Elements/NinjaForms.php:1452, ../includes/Elements/Pricing_Table.php:403, ../includes/Elements/Pricing_Table.php:1976, ../includes/Elements/Product_Grid.php:937, ../includes/Elements/Product_Grid.php:1610, ../includes/Elements/Product_Grid.php:2061, ../includes/Elements/Product_Grid.php:2285, ../includes/Elements/Product_Grid.php:2732, ../includes/Elements/Simple_Menu.php:400, ../includes/Elements/Simple_Menu.php:526, ../includes/Elements/Simple_Menu.php:979, ../includes/Elements/Simple_Menu.php:1288, ../includes/Elements/Team_Member.php:791, ../includes/Elements/Tooltip.php:446, ../includes/Elements/WeForms.php:737, ../includes/Elements/Woo_Cart.php:1813, ../includes/Elements/Woo_Cart.php:2065, ../includes/Elements/Woo_Checkout.php:928, ../includes/Elements/Woo_Checkout.php:972, ../includes/Elements/Woo_Checkout.php:1114, ../includes/Elements/Woo_Checkout.php:1409, ../includes/Elements/Woo_Checkout.php:1740, ../includes/Elements/Woo_Checkout.php:2176, ../includes/Elements/Woo_Checkout.php:2610, ../includes/Elements/Woo_Product_Carousel.php:976, ../includes/Elements/Woo_Product_Carousel.php:1454, ../includes/Elements/Woo_Product_Carousel.php:1829, ../includes/Elements/Woo_Product_Carousel.php:2284, ../includes/Elements/Woo_Product_Carousel.php:2699, ../includes/Elements/Woo_Product_Gallery.php:643, ../includes/Elements/Woo_Product_Gallery.php:1076, ../includes/Elements/Woo_Product_Gallery.php:1337, ../includes/Elements/Woo_Product_Gallery.php:1713, ../includes/Elements/Woo_Product_Gallery.php:2067, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php:957, ../includes/Traits/Controls.php:1346, ../includes/Traits/Controls.php:1540, ../includes/Traits/Woo_Product_Comparable.php:938, ../includes/Traits/Woo_Product_Comparable.php:1305, ../includes/Traits/Woo_Product_Comparable.php:1692
|
856 |
msgid "Hover"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: ../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:246, ../includes/Elements/Betterdocs_Search_Form.php:283, ../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:612, ../includes/Elements/Cta_Box.php:653, ../includes/Elements/Cta_Box.php:695, ../includes/Elements/Cta_Box.php:1375, ../includes/Elements/Cta_Box.php:1390, ../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:762, ../includes/Elements/Event_Calendar.php:802, ../includes/Elements/Event_Calendar.php:869, ../includes/Elements/Event_Calendar.php:923, ../includes/Elements/Event_Calendar.php:1006, ../includes/Elements/Event_Calendar.php:1081, ../includes/Elements/Event_Calendar.php:1115, ../includes/Elements/Event_Calendar.php:1224, ../includes/Elements/Event_Calendar.php:1590, ../includes/Elements/Facebook_Feed.php:784, ../includes/Elements/Facebook_Feed.php:822, ../includes/Elements/Facebook_Feed.php:862, ../includes/Elements/Facebook_Feed.php:910, ../includes/Elements/Facebook_Feed.php:948, ../includes/Elements/Facebook_Feed.php:986, ../includes/Elements/Facebook_Feed.php:1039, ../includes/Elements/Facebook_Feed.php:1077, ../includes/Elements/Facebook_Feed.php:1115, ../includes/Elements/Facebook_Feed.php:1147, ../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:1217, ../includes/Elements/Filterable_Gallery.php:1257, ../includes/Elements/Filterable_Gallery.php:1579, ../includes/Elements/Filterable_Gallery.php:1594, ../includes/Elements/Filterable_Gallery.php:1639, ../includes/Elements/Filterable_Gallery.php:1654, ../includes/Elements/Filterable_Gallery.php:1739, ../includes/Elements/Filterable_Gallery.php:1877, ../includes/Elements/Filterable_Gallery.php:1953, ../includes/Elements/Filterable_Gallery.php:1989, ../includes/Elements/Filterable_Gallery.php:2036, ../includes/Elements/Filterable_Gallery.php:2177, ../includes/Elements/Filterable_Gallery.php:2364, ../includes/Elements/Flip_Box.php:951, ../includes/Elements/Flip_Box.php:1064, ../includes/Elements/Flip_Box.php:1191, ../includes/Elements/Flip_Box.php:1222, ../includes/Elements/Flip_Box.php:1260, ../includes/Elements/Flip_Box.php:1292, ../includes/Elements/Flip_Box.php:1366, ../includes/Elements/Flip_Box.php:1425, ../includes/Elements/FluentForm.php:441, ../includes/Elements/FluentForm.php:979, ../includes/Elements/FluentForm.php:1095, ../includes/Elements/FluentForm.php:1136, ../includes/Elements/FluentForm.php:1191, ../includes/Elements/FluentForm.php:1295, ../includes/Elements/FluentForm.php:1357, ../includes/Elements/FluentForm.php:1973, ../includes/Elements/FluentForm.php:2046, ../includes/Elements/FluentForm.php:2167, ../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:1191, ../includes/Elements/GravityForms.php:1297, ../includes/Elements/GravityForms.php:1411, ../includes/Elements/GravityForms.php:1493, ../includes/Elements/GravityForms.php:1607, ../includes/Elements/GravityForms.php:1800, ../includes/Elements/GravityForms.php:1836, ../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/Interactive_Circle.php:387, ../includes/Elements/Login_Register.php:2349, ../includes/Elements/Login_Register.php:2440, ../includes/Elements/Login_Register.php:2854, ../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:884, ../includes/Elements/Pricing_Table.php:948, ../includes/Elements/Pricing_Table.php:1039, ../includes/Elements/Pricing_Table.php:1068, ../includes/Elements/Pricing_Table.php:1109, ../includes/Elements/Pricing_Table.php:1138, ../includes/Elements/Pricing_Table.php:1178, ../includes/Elements/Pricing_Table.php:1213, ../includes/Elements/Pricing_Table.php:1394, ../includes/Elements/Pricing_Table.php:1526, ../includes/Elements/Product_Grid.php:1357, ../includes/Elements/Product_Grid.php:1957, ../includes/Elements/Product_Grid.php:2066, ../includes/Elements/Product_Grid.php:2403, ../includes/Elements/Product_Grid.php:2584, ../includes/Elements/Product_Grid.php:2625, ../includes/Elements/Product_Grid.php:2686, ../includes/Elements/Product_Grid.php:2737, ../includes/Elements/Product_Grid.php:2894, ../includes/Elements/Progress_Bar.php:407, ../includes/Elements/Progress_Bar.php:467, ../includes/Elements/Simple_Menu.php:941, ../includes/Elements/Simple_Menu.php:1035, ../includes/Elements/Simple_Menu.php:1250, ../includes/Elements/Simple_Menu.php:1343, ../includes/Elements/Twitter_Feed.php:724, ../includes/Elements/Twitter_Feed.php:753, ../includes/Elements/Twitter_Feed.php:783, ../includes/Elements/Twitter_Feed.php:953, ../includes/Elements/Woo_Checkout.php:584, ../includes/Elements/Woo_Checkout.php:758, ../includes/Elements/Woo_Checkout.php:772, ../includes/Elements/Woo_Checkout.php:880, ../includes/Elements/Woo_Checkout.php:894, ../includes/Elements/Woo_Checkout.php:1067, ../includes/Elements/Woo_Checkout.php:1103, ../includes/Elements/Woo_Checkout.php:1119, ../includes/Elements/Woo_Checkout.php:1187, ../includes/Elements/Woo_Checkout.php:1338, ../includes/Elements/Woo_Checkout.php:1388, ../includes/Elements/Woo_Checkout.php:1428, ../includes/Elements/Woo_Checkout.php:1525, ../includes/Elements/Woo_Checkout.php:1719, ../includes/Elements/Woo_Checkout.php:1759, ../includes/Elements/Woo_Checkout.php:1877, ../includes/Elements/Woo_Checkout.php:1921, ../includes/Elements/Woo_Checkout.php:1965, ../includes/Elements/Woo_Checkout.php:2071, ../includes/Elements/Woo_Checkout.php:2110, ../includes/Elements/Woo_Checkout.php:2150, ../includes/Elements/Woo_Checkout.php:2423, ../includes/Elements/Woo_Checkout.php:2444, ../includes/Elements/Woo_Checkout.php:2479, ../includes/Elements/Woo_Checkout.php:2500, ../includes/Elements/Woo_Checkout.php:2589, ../includes/Elements/Woo_Checkout.php:2629, ../includes/Elements/Woo_Product_Carousel.php:1182, ../includes/Elements/Woo_Product_Carousel.php:1377, ../includes/Elements/Woo_Product_Carousel.php:1459, ../includes/Elements/Woo_Product_Carousel.php:1679, ../includes/Elements/Woo_Product_Carousel.php:1720, ../includes/Elements/Woo_Product_Carousel.php:1782, ../includes/Elements/Woo_Product_Carousel.php:1834, ../includes/Elements/Woo_Product_Carousel.php:1987, ../includes/Elements/Woo_Product_Carousel.php:2228, ../includes/Elements/Woo_Product_Carousel.php:2291, ../includes/Elements/Woo_Product_Carousel.php:2324, ../includes/Elements/Woo_Product_Carousel.php:2662, ../includes/Elements/Woo_Product_Carousel.php:2718, ../includes/Elements/Woo_Product_Gallery.php:1308, ../includes/Elements/Woo_Product_Gallery.php:1342, ../includes/Elements/Woo_Product_Gallery.php:1380, ../includes/Elements/Woo_Product_Gallery.php:1668, ../includes/Elements/Woo_Product_Gallery.php:1718, ../includes/Elements/Woo_Product_Gallery.php:1919, ../includes/Elements/Woo_Product_Gallery.php:1960, ../includes/Elements/Woo_Product_Gallery.php:2021, ../includes/Elements/Woo_Product_Gallery.php:2072, ../includes/Elements/Woo_Product_Gallery.php:2229, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php:1093, ../includes/Traits/Woo_Product_Comparable.php:107, ../includes/Traits/Woo_Product_Comparable.php:1372, ../includes/Traits/Woo_Product_Comparable.php:1484
|
860 |
msgid "Color"
|
861 |
msgstr ""
|
862 |
|
960 |
msgid "Content Type"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: ../includes/Elements/Adv_Accordion.php:268, ../includes/Elements/Adv_Tabs.php:147, ../includes/Elements/Adv_Tabs.php:234, ../includes/Elements/Adv_Tabs.php:717, ../includes/Elements/Cta_Box.php:253, ../includes/Elements/Cta_Box.php:274, ../includes/Elements/Data_Table.php:256, ../includes/Elements/Data_Table.php:371, ../includes/Elements/Data_Table.php:385, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1500, ../includes/Elements/Facebook_Feed.php:963, ../includes/Elements/Feature_List.php:191, ../includes/Elements/Feature_List.php:695, ../includes/Elements/Flip_Box.php:157, ../includes/Elements/Image_Accordion.php:97, ../includes/Elements/Image_Accordion.php:208, ../includes/Elements/Image_Accordion.php:516, ../includes/Elements/Info_Box.php:252, ../includes/Elements/Interactive_Circle.php:120, ../includes/Elements/Interactive_Circle.php:161, ../includes/Elements/Interactive_Circle.php:665, ../includes/Elements/Post_Timeline.php:208, ../includes/Elements/Product_Grid.php:2500, ../includes/Elements/Tooltip.php:140, ../includes/Elements/Tooltip.php:273, ../includes/Elements/Woo_Product_Carousel.php:1583, ../includes/Elements/Woo_Product_Gallery.php:1835
|
964 |
msgid "Content"
|
965 |
msgstr ""
|
966 |
|
1008 |
msgid "Tab Style"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: ../includes/Elements/Adv_Accordion.php:441, ../includes/Elements/Adv_Accordion.php:818, ../includes/Elements/Adv_Tabs.php:433, ../includes/Elements/Creative_Button.php:502, ../includes/Elements/Cta_Box.php:787, ../includes/Elements/Data_Table.php:711, ../includes/Elements/Data_Table.php:1059, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Dual_Color_Header.php:608, ../includes/Elements/Event_Calendar.php:1471, ../includes/Elements/Event_Calendar.php:1538, ../includes/Elements/Feature_List.php:575, ../includes/Elements/Filterable_Gallery.php:1775, ../includes/Elements/Filterable_Gallery.php:2137, ../includes/Elements/Filterable_Gallery.php:2574, ../includes/Elements/Flip_Box.php:967, ../includes/Elements/Flip_Box.php:1080, ../includes/Elements/Info_Box.php:936, ../includes/Elements/Info_Box.php:1178, ../includes/Elements/Interactive_Circle.php:438, ../includes/Elements/Login_Register.php:2918, ../includes/Elements/Pricing_Table.php:1237, ../includes/Elements/Pricing_Table.php:1696, ../includes/Elements/Pricing_Table.php:1867, ../includes/Elements/Product_Grid.php:1307, ../includes/Elements/Product_Grid.php:2842, ../includes/Elements/Team_Member.php:643, ../includes/Elements/Tooltip.php:113, ../includes/Elements/Woo_Product_Carousel.php:1151, ../includes/Elements/Woo_Product_Carousel.php:1935, ../includes/Elements/Woo_Product_Carousel.php:2583, ../includes/Elements/Woo_Product_Gallery.php:844, ../includes/Elements/Woo_Product_Gallery.php:2177, ../includes/Extensions/Scroll_to_Top.php:360, ../includes/Extensions/Table_of_Content.php:705, ../includes/Traits/Woo_Product_Comparable.php:1345
|
1012 |
msgid "Icon Size"
|
1013 |
msgstr ""
|
1014 |
|
1020 |
msgid "Distance"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: ../includes/Elements/Adv_Accordion.php:573, ../includes/Elements/Adv_Accordion.php:633, ../includes/Elements/Adv_Accordion.php:694, ../includes/Elements/Adv_Tabs.php:538, ../includes/Elements/Adv_Tabs.php:605, ../includes/Elements/Adv_Tabs.php:672, ../includes/Elements/Cta_Box.php:974, ../includes/Elements/Cta_Box.php:1105, ../includes/Elements/Data_Table.php:1087, ../includes/Elements/Data_Table.php:1105, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Event_Calendar.php:1489, ../includes/Elements/Feature_List.php:122, ../includes/Elements/Info_Box.php:772, ../includes/Elements/Info_Box.php:851, ../includes/Elements/Info_Box.php:1004, ../includes/Elements/Info_Box.php:1084, ../includes/Elements/Interactive_Circle.php:487, ../includes/Elements/Interactive_Circle.php:549, ../includes/Elements/Interactive_Circle.php:615, ../includes/Elements/Post_Grid.php:986, ../includes/Elements/Pricing_Table.php:338, ../includes/Elements/Pricing_Table.php:1760, ../includes/Elements/Simple_Menu.php:305, ../includes/Elements/Team_Member.php:719, ../includes/Elements/Twitter_Feed.php:660, ../includes/Elements/Woo_Cart.php:237, ../includes/Elements/Woo_Cart.php:809, ../includes/Elements/Woo_Cart.php:1931, ../includes/Elements/Woo_Cart.php:2291, ../includes/Elements/Woo_Cart.php:2374, ../includes/Elements/Woo_Cart.php:2461, ../includes/Elements/Woo_Checkout.php:1198, ../includes/Elements/Woo_Checkout.php:1536, ../includes/Extensions/Scroll_to_Top.php:412
|
1024 |
msgid "Icon Color"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: ../includes/Elements/Adv_Accordion.php:667, ../includes/Elements/Adv_Accordion.php:969, ../includes/Elements/Adv_Tabs.php:638, ../includes/Elements/Event_Calendar.php:916, ../includes/Elements/Filterable_Gallery.php:1021, ../includes/Elements/Interactive_Circle.php:586, ../includes/Elements/Product_Grid.php:2329, ../includes/Elements/Simple_Menu.php:434, ../includes/Elements/Woo_Product_Carousel.php:2317, ../includes/Elements/Woo_Product_Gallery.php:1375, ../includes/Extensions/Table_of_Content.php:983
|
1028 |
msgid "Active"
|
1029 |
msgstr ""
|
1030 |
|
1108 |
msgid "Tab Title 3"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
+
#: ../includes/Elements/Adv_Tabs.php:329, ../includes/Elements/Event_Calendar.php:141, ../includes/Elements/Image_Accordion.php:61, ../includes/Elements/Image_Accordion.php:296, ../includes/Elements/Interactive_Circle.php:62, ../includes/Elements/Interactive_Circle.php:304, ../includes/Elements/Login_Register.php:245, ../includes/Elements/Login_Register.php:1485, ../includes/Elements/Progress_Bar.php:306, ../includes/Elements/Progress_Bar.php:517, ../includes/Elements/Simple_Menu.php:109, ../includes/Elements/Woo_Cart.php:1135, ../includes/Traits/Admin.php:106
|
1112 |
msgid "General"
|
1113 |
msgstr ""
|
1114 |
|
1324 |
msgid "Area Spacing"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:1534, ../includes/Elements/Creative_Button.php:443, ../includes/Elements/Pricing_Table.php:836, ../includes/Elements/WeForms.php:626, ../includes/Traits/Controls.php:1593
|
1328 |
msgid "Button Alignment"
|
1329 |
msgstr ""
|
1330 |
|
1360 |
msgid "Close Icon"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
+
#: ../includes/Elements/Betterdocs_Search_Form.php:294, ../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:423, ../includes/Elements/Cta_Box.php:1072, ../includes/Elements/Cta_Box.php:1311, ../includes/Elements/Event_Calendar.php:693, ../includes/Elements/Facebook_Feed.php:743, ../includes/Elements/Filterable_Gallery.php:2722, ../includes/Elements/FluentForm.php:1016, ../includes/Elements/FluentForm.php:1706, ../includes/Elements/Formstack.php:1570, ../includes/Elements/GravityForms.php:1101, ../includes/Elements/GravityForms.php:1334, ../includes/Elements/GravityForms.php:1530, ../includes/Elements/GravityForms.php:1753, ../includes/Elements/GravityForms.php:2144, ../includes/Elements/GravityForms.php:2366, ../includes/Elements/Interactive_Circle.php:366, ../includes/Elements/Interactive_Circle.php:564, ../includes/Elements/Interactive_Circle.php:634, ../includes/Elements/NinjaForms.php:1067, ../includes/Elements/NinjaForms.php:1483, ../includes/Elements/Pricing_Table.php:2020, ../includes/Elements/Product_Grid.php:802, ../includes/Elements/Product_Grid.php:942, ../includes/Elements/Product_Grid.php:1662, ../includes/Elements/Product_Grid.php:1923, ../includes/Elements/Product_Grid.php:2105, ../includes/Elements/Product_Grid.php:2314, ../includes/Elements/Product_Grid.php:2358, ../includes/Elements/Product_Grid.php:2553, ../includes/Elements/Product_Grid.php:2649, ../includes/Elements/Product_Grid.php:2761, ../includes/Elements/Simple_Menu.php:965, ../includes/Elements/Simple_Menu.php:1061, ../includes/Elements/Simple_Menu.php:1274, ../includes/Elements/Simple_Menu.php:1369, ../includes/Elements/Sticky_Video.php:580, ../includes/Elements/Twitter_Feed.php:671, ../includes/Elements/WeForms.php:464, ../includes/Elements/WeForms.php:764, ../includes/Elements/Woo_Cart.php:1226, ../includes/Elements/Woo_Cart.php:1479, ../includes/Elements/Woo_Cart.php:1842, ../includes/Elements/Woo_Cart.php:2096, ../includes/Elements/Woo_Checkout.php:786, ../includes/Elements/Woo_Checkout.php:993, ../includes/Elements/Woo_Checkout.php:1440, ../includes/Elements/Woo_Checkout.php:1771, ../includes/Elements/Woo_Checkout.php:1888, ../includes/Elements/Woo_Checkout.php:1932, ../includes/Elements/Woo_Checkout.php:1976, ../includes/Elements/Woo_Checkout.php:2165, ../includes/Elements/Woo_Checkout.php:2181, ../includes/Elements/Woo_Checkout.php:2529, ../includes/Elements/Woo_Checkout.php:2641, ../includes/Elements/Woo_Product_Carousel.php:981, ../includes/Elements/Woo_Product_Carousel.php:1357, ../includes/Elements/Woo_Product_Carousel.php:1481, ../includes/Elements/Woo_Product_Carousel.php:1649, ../includes/Elements/Woo_Product_Carousel.php:1744, ../includes/Elements/Woo_Product_Carousel.php:1858, ../includes/Elements/Woo_Product_Carousel.php:2303, ../includes/Elements/Woo_Product_Carousel.php:2730, ../includes/Elements/Woo_Product_Gallery.php:648, ../includes/Elements/Woo_Product_Gallery.php:1122, ../includes/Elements/Woo_Product_Gallery.php:1364, ../includes/Elements/Woo_Product_Gallery.php:1402, ../includes/Elements/Woo_Product_Gallery.php:1888, ../includes/Elements/Woo_Product_Gallery.php:1984, ../includes/Elements/Woo_Product_Gallery.php:2096, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1569, ../includes/Traits/Woo_Product_Comparable.php:1723
|
1364 |
msgid "Border Color"
|
1365 |
msgstr ""
|
1366 |
|
1576 |
msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:871, ../includes/Elements/Cta_Box.php:1060, ../includes/Elements/Cta_Box.php:1233, ../includes/Elements/Cta_Box.php:1302, ../includes/Elements/Dual_Color_Header.php:813, ../includes/Elements/Dual_Color_Header.php:893, ../includes/Elements/Event_Calendar.php:681, ../includes/Elements/Event_Calendar.php:813, ../includes/Elements/Event_Calendar.php:880, ../includes/Elements/Event_Calendar.php:934, ../includes/Elements/Event_Calendar.php:1046, ../includes/Elements/Event_Calendar.php:1138, ../includes/Elements/Event_Calendar.php:1236, ../includes/Elements/Event_Calendar.php:1602, ../includes/Elements/Event_Calendar.php:1711, ../includes/Elements/Facebook_Feed.php:503, ../includes/Elements/Facebook_Feed.php:516, ../includes/Elements/Facebook_Feed.php:591, ../includes/Elements/Facebook_Feed.php:604, ../includes/Elements/Facebook_Feed.php:689, ../includes/Elements/Facebook_Feed.php:702, ../includes/Elements/Facebook_Feed.php:773, ../includes/Elements/Facebook_Feed.php:811, ../includes/Elements/Facebook_Feed.php:851, ../includes/Elements/Fancy_Text.php:365, ../includes/Elements/Filterable_Gallery.php:2060, ../includes/Elements/Filterable_Gallery.php:2281, ../includes/Elements/Flip_Box.php:1379, ../includes/Elements/Flip_Box.php:1439, ../includes/Elements/FluentForm.php:1905, ../includes/Elements/FluentForm.php:1930, ../includes/Elements/FluentForm.php:1995, ../includes/Elements/FluentForm.php:2058, ../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:1939, ../includes/Elements/Pricing_Table.php:2008, ../includes/Elements/Product_Grid.php:1555, ../includes/Elements/Product_Grid.php:1570, ../includes/Elements/Product_Grid.php:1630, ../includes/Elements/Product_Grid.php:1644, ../includes/Elements/Product_Grid.php:2905, ../includes/Elements/Product_Grid.php:2962, ../includes/Elements/Progress_Bar.php:345, ../includes/Elements/Team_Member.php:746, ../includes/Elements/Team_Member.php:823, ../includes/Elements/Twitter_Feed.php:431, ../includes/Elements/Twitter_Feed.php:683, ../includes/Elements/Woo_Cart.php:1281, ../includes/Elements/Woo_Cart.php:1438, ../includes/Elements/Woo_Cart.php:1670, ../includes/Elements/Woo_Cart.php:2268, ../includes/Elements/Woo_Cart.php:2350, ../includes/Elements/Woo_Cart.php:2438, ../includes/Elements/Woo_Checkout.php:1866, ../includes/Elements/Woo_Checkout.php:1910, ../includes/Elements/Woo_Checkout.php:1954, ../includes/Elements/Woo_Product_Carousel.php:1998, ../includes/Elements/Woo_Product_Carousel.php:2055, ../includes/Elements/Woo_Product_Gallery.php:1027, ../includes/Elements/Woo_Product_Gallery.php:1040, ../includes/Elements/Woo_Product_Gallery.php:1094, ../includes/Elements/Woo_Product_Gallery.php:1106, ../includes/Elements/Woo_Product_Gallery.php:1152, ../includes/Elements/Woo_Product_Gallery.php:1319, ../includes/Elements/Woo_Product_Gallery.php:1353, ../includes/Elements/Woo_Product_Gallery.php:1391, ../includes/Elements/Woo_Product_Gallery.php:2240, ../includes/Elements/Woo_Product_Gallery.php:2297, ../includes/Traits/Controls.php:1311, ../includes/Traits/Controls.php:1365, ../includes/Traits/Woo_Product_Comparable.php:1383, ../includes/Traits/Woo_Product_Comparable.php:1662, ../includes/Traits/Woo_Product_Comparable.php:1711
|
1580 |
msgid "Background"
|
1581 |
msgstr ""
|
1582 |
|
1784 |
msgid "Use when you select inline labels"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: ../includes/Elements/Countdown.php:152, ../includes/Elements/Event_Calendar.php:1252
|
1788 |
msgid "List view"
|
1789 |
msgstr ""
|
1790 |
|
1968 |
msgid "Title Style"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
+
#: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:1421, ../includes/Elements/FluentForm.php:1859, ../includes/Elements/Formstack.php:1633, ../includes/Elements/Info_Box.php:1457, ../includes/Elements/Post_Grid.php:612, ../includes/Elements/Post_Timeline.php:300, ../includes/Elements/Product_Grid.php:2445, ../includes/Elements/Product_Grid.php:2800, ../includes/Elements/Progress_Bar.php:690, ../includes/Elements/Twitter_Feed.php:620, ../includes/Elements/Woo_Checkout.php:2248, ../includes/Elements/Woo_Checkout.php:2348, ../includes/Elements/Woo_Product_Carousel.php:1529, ../includes/Elements/Woo_Product_Carousel.php:1895, ../includes/Elements/Woo_Product_Gallery.php:1781, ../includes/Elements/Woo_Product_Gallery.php:2135, ../includes/Traits/Woo_Product_Comparable.php:1018, ../includes/Traits/Woo_Product_Comparable.php:1249
|
1972 |
msgid "Title Color"
|
1973 |
msgstr ""
|
1974 |
|
2076 |
msgid "Use Gradient Background"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: ../includes/Elements/Creative_Button.php:530, ../includes/Elements/Info_Box.php:1202
|
2080 |
msgid "Button Padding"
|
2081 |
msgstr ""
|
2082 |
|
2200 |
msgid "Color & Typography "
|
2201 |
msgstr ""
|
2202 |
|
2203 |
+
#: ../includes/Elements/Cta_Box.php:632, ../includes/Elements/Cta_Box.php:673, ../includes/Elements/Event_Calendar.php:845, ../includes/Elements/Event_Calendar.php:966
|
2204 |
msgid "Space"
|
2205 |
msgstr ""
|
2206 |
|
2236 |
msgid "Font Size"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
+
#: ../includes/Elements/Data_Table.php:75, ../includes/Elements/Event_Calendar.php:1260, ../includes/Elements/Pricing_Table.php:868, ../includes/Traits/Woo_Product_Comparable.php:1088
|
2240 |
msgid "Header"
|
2241 |
msgstr ""
|
2242 |
|
2504 |
msgid "<strong>EmbedPress</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=embedpress&tab=search&type=term\" target=\"_blank\">EmbedPress</a> first."
|
2505 |
msgstr ""
|
2506 |
|
2507 |
+
#: ../includes/Elements/Event_Calendar.php:85, ../includes/Elements/Event_Calendar.php:1341
|
2508 |
msgid "Events"
|
2509 |
msgstr ""
|
2510 |
|
2536 |
msgid "End Date"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
+
#: ../includes/Elements/Event_Calendar.php:229, ../includes/Elements/Event_Calendar.php:606
|
2540 |
msgid "Event Background Color"
|
2541 |
msgstr ""
|
2542 |
|
2543 |
+
#: ../includes/Elements/Event_Calendar.php:238, ../includes/Elements/Event_Calendar.php:618
|
2544 |
msgid "Event Text Color"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: ../includes/Elements/Event_Calendar.php:247, ../includes/Elements/Event_Calendar.php:629
|
2548 |
msgid "Popup Ribbon Color"
|
2549 |
msgstr ""
|
2550 |
|
2596 |
msgid "Event Category"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
+
#: ../includes/Elements/Event_Calendar.php:437, ../includes/Elements/Event_Calendar.php:673
|
2600 |
msgid "Calendar"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
+
#: ../includes/Elements/Event_Calendar.php:445, ../includes/Traits/Admin.php:72
|
2604 |
msgid "Language"
|
2605 |
msgstr ""
|
2606 |
|
2608 |
msgid "24-hour Time format"
|
2609 |
msgstr ""
|
2610 |
|
2611 |
+
#: ../includes/Elements/Event_Calendar.php:514, ../includes/Elements/Event_Calendar.php:573
|
2612 |
msgid "Hide Event Details link in event popup"
|
2613 |
msgstr ""
|
2614 |
|
2616 |
msgid "Calendar Default View"
|
2617 |
msgstr ""
|
2618 |
|
2619 |
+
#: ../includes/Elements/Event_Calendar.php:524, ../includes/Elements/Event_Calendar.php:989
|
2620 |
msgid "Day"
|
2621 |
msgstr ""
|
2622 |
|
2628 |
msgid "Month"
|
2629 |
msgstr ""
|
2630 |
|
2631 |
+
#: ../includes/Elements/Event_Calendar.php:537
|
2632 |
+
msgid "Calendar Default Start Date"
|
2633 |
+
msgstr ""
|
2634 |
+
|
2635 |
+
#: ../includes/Elements/Event_Calendar.php:551
|
2636 |
msgid "First Day of Week"
|
2637 |
msgstr ""
|
2638 |
|
2639 |
+
#: ../includes/Elements/Event_Calendar.php:554
|
2640 |
msgid "Sunday"
|
2641 |
msgstr ""
|
2642 |
|
2643 |
+
#: ../includes/Elements/Event_Calendar.php:555
|
2644 |
msgid "Monday"
|
2645 |
msgstr ""
|
2646 |
|
2647 |
+
#: ../includes/Elements/Event_Calendar.php:556
|
2648 |
msgid "Tuesday"
|
2649 |
msgstr ""
|
2650 |
|
2651 |
+
#: ../includes/Elements/Event_Calendar.php:557
|
2652 |
msgid "Wednesday"
|
2653 |
msgstr ""
|
2654 |
|
2655 |
+
#: ../includes/Elements/Event_Calendar.php:558
|
2656 |
msgid "Thursday"
|
2657 |
msgstr ""
|
2658 |
|
2659 |
+
#: ../includes/Elements/Event_Calendar.php:559
|
2660 |
msgid "Friday"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
+
#: ../includes/Elements/Event_Calendar.php:560
|
2664 |
msgid "Saturday"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
+
#: ../includes/Elements/Event_Calendar.php:569
|
2668 |
msgid "Hide Event Details Link"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
+
#: ../includes/Elements/Event_Calendar.php:580
|
2672 |
msgid "Event Details Text"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
+
#: ../includes/Elements/Event_Calendar.php:582
|
2676 |
msgid "Event Details"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
+
#: ../includes/Elements/Event_Calendar.php:593
|
2680 |
msgid "Featured Event Color"
|
2681 |
msgstr ""
|
2682 |
|
2683 |
+
#: ../includes/Elements/Event_Calendar.php:720, ../includes/Elements/Event_Calendar.php:1178, ../includes/Elements/Event_Calendar.php:1370
|
2684 |
msgid "Inside Space"
|
2685 |
msgstr ""
|
2686 |
|
2687 |
+
#: ../includes/Elements/Event_Calendar.php:732, ../includes/Elements/Event_Calendar.php:1202, ../includes/Elements/Event_Calendar.php:1382
|
2688 |
msgid "Outside Space"
|
2689 |
msgstr ""
|
2690 |
|
2691 |
+
#: ../includes/Elements/Event_Calendar.php:1064, ../includes/Elements/Post_Timeline.php:508
|
2692 |
msgid "Time"
|
2693 |
msgstr ""
|
2694 |
|
2695 |
+
#: ../includes/Elements/Event_Calendar.php:1098, ../includes/Elements/Event_Calendar.php:1432, ../includes/Elements/Facebook_Feed.php:925, ../includes/Elements/Product_Grid.php:145, ../includes/Elements/Woo_Product_Carousel.php:126, ../includes/Elements/Woo_Product_Gallery.php:115
|
2696 |
msgid "Date"
|
2697 |
msgstr ""
|
2698 |
|
2699 |
+
#: ../includes/Elements/Event_Calendar.php:1127
|
2700 |
msgid "Number Background"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: ../includes/Elements/Event_Calendar.php:1214
|
2704 |
msgid "Today Date"
|
2705 |
msgstr ""
|
2706 |
|
2707 |
+
#: ../includes/Elements/Event_Calendar.php:1313
|
2708 |
msgid "Even row Color"
|
2709 |
msgstr ""
|
2710 |
|
2711 |
+
#: ../includes/Elements/Event_Calendar.php:1325
|
2712 |
msgid "Odd row Color"
|
2713 |
msgstr ""
|
2714 |
|
2715 |
+
#: ../includes/Elements/Event_Calendar.php:1396
|
2716 |
msgid "Event Popup"
|
2717 |
msgstr ""
|
2718 |
|
2719 |
+
#: ../includes/Elements/Event_Calendar.php:1450, ../includes/Elements/Event_Calendar.php:1676, ../includes/Elements/Post_Grid.php:468, ../includes/Elements/Twitter_Feed.php:650
|
2720 |
msgid "Date Color"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
+
#: ../includes/Elements/Event_Calendar.php:1462
|
2724 |
msgid "Date Icon"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
+
#: ../includes/Elements/Event_Calendar.php:1518, ../includes/Elements/Info_Box.php:1469, ../includes/Elements/Product_Grid.php:2518, ../includes/Elements/Product_Grid.php:2811, ../includes/Elements/Twitter_Feed.php:630, ../includes/Elements/Woo_Product_Carousel.php:1601, ../includes/Elements/Woo_Product_Carousel.php:1905, ../includes/Elements/Woo_Product_Gallery.php:1853, ../includes/Elements/Woo_Product_Gallery.php:2146
|
2728 |
msgid "Content Color"
|
2729 |
msgstr ""
|
2730 |
|
2731 |
+
#: ../includes/Elements/Event_Calendar.php:1529, ../includes/Elements/Product_Grid.php:2833, ../includes/Elements/Woo_Product_Carousel.php:1926, ../includes/Elements/Woo_Product_Gallery.php:2168, ../includes/Traits/Woo_Product_Comparable.php:1336
|
2732 |
msgid " Close Button"
|
2733 |
msgstr ""
|
2734 |
|
2735 |
+
#: ../includes/Elements/Event_Calendar.php:1564, ../includes/Elements/Product_Grid.php:2868, ../includes/Elements/Woo_Product_Carousel.php:1961, ../includes/Elements/Woo_Product_Gallery.php:2203, ../includes/Extensions/Table_of_Content.php:723
|
2736 |
msgid "Button Size"
|
2737 |
msgstr ""
|
2738 |
|
2739 |
+
#: ../includes/Elements/Event_Calendar.php:1658
|
2740 |
msgid "External Link"
|
2741 |
msgstr ""
|
2742 |
|
2743 |
+
#: ../includes/Elements/Event_Calendar.php:1751
|
2744 |
msgid "Today"
|
2745 |
msgstr ""
|
2746 |
|
2747 |
+
#: ../includes/Elements/Event_Calendar.php:1752
|
2748 |
msgid "Tomorrow"
|
2749 |
msgstr ""
|
2750 |
|
2751 |
+
#: ../includes/Elements/Event_Calendar.php:1990
|
2752 |
msgid "No Title"
|
2753 |
msgstr ""
|
2754 |
|
3392 |
msgid "Item Category"
|
3393 |
msgstr ""
|
3394 |
|
3395 |
+
#: ../includes/Elements/Filterable_Gallery.php:544, ../includes/Traits/Elements.php:39
|
3396 |
msgid "Essential Addons"
|
3397 |
msgstr ""
|
3398 |
|
4664 |
msgid "Eg. Something went wrong"
|
4665 |
msgstr ""
|
4666 |
|
4667 |
+
#: ../includes/Elements/Login_Register.php:1007, ../includes/Traits/Admin.php:68
|
4668 |
msgid "Something went wrong!"
|
4669 |
msgstr ""
|
4670 |
|
7755 |
msgid "Sub Item Space"
|
7756 |
msgstr ""
|
7757 |
|
7758 |
+
#: ../includes/Traits/Admin.php:24
|
7759 |
+
msgid "Essential Addons a"
|
7760 |
+
msgstr ""
|
7761 |
+
|
7762 |
+
#: ../includes/Traits/Admin.php:25
|
7763 |
+
msgid "Essential Addons %s"
|
7764 |
+
msgstr ""
|
7765 |
+
|
7766 |
+
#: ../includes/Traits/Admin.php:61, ../includes/templates/admin/popup.php:65
|
7767 |
msgid "Login | Register Form Settings"
|
7768 |
msgstr ""
|
7769 |
|
7770 |
+
#: ../includes/Traits/Admin.php:62, ../includes/templates/admin/popup.php:146
|
7771 |
msgid "To configure the API Keys, check out this doc"
|
7772 |
msgstr ""
|
7773 |
|
7774 |
+
#: ../includes/Traits/Admin.php:62
|
7775 |
msgid "To retrieve your API Keys, click here"
|
7776 |
msgstr ""
|
7777 |
|
7778 |
+
#: ../includes/Traits/Admin.php:63, ../includes/templates/admin/popup.php:140
|
7779 |
msgid "Save"
|
7780 |
msgstr ""
|
7781 |
|
7782 |
+
#: ../includes/Traits/Admin.php:64, ../includes/templates/admin/popup.php:142
|
7783 |
msgid "Cancel"
|
7784 |
msgstr ""
|
7785 |
|
7786 |
+
#: ../includes/Traits/Admin.php:65
|
7787 |
msgid "Login | Register Form Settings Saved"
|
7788 |
msgstr ""
|
7789 |
|
7790 |
+
#: ../includes/Traits/Admin.php:66
|
7791 |
msgid "Reload the page to see updated data"
|
7792 |
msgstr ""
|
7793 |
|
7794 |
+
#: ../includes/Traits/Admin.php:67
|
7795 |
msgid "Oops..."
|
7796 |
msgstr ""
|
7797 |
|
7798 |
+
#: ../includes/Traits/Admin.php:69, ../includes/templates/admin/popup.php:72
|
7799 |
msgid "reCAPTCHA v2"
|
7800 |
msgstr ""
|
7801 |
|
7802 |
+
#: ../includes/Traits/Admin.php:70
|
7803 |
msgid "Site Key"
|
7804 |
msgstr ""
|
7805 |
|
7806 |
+
#: ../includes/Traits/Admin.php:71
|
7807 |
msgid "Site Secret"
|
7808 |
msgstr ""
|
7809 |
|
7810 |
+
#: ../includes/Traits/Admin.php:73
|
7811 |
msgid "reCAPTCHA Language Code"
|
7812 |
msgstr ""
|
7813 |
|
7814 |
+
#: ../includes/Traits/Admin.php:74, ../includes/templates/admin/popup.php:101
|
7815 |
msgid "Google Login"
|
7816 |
msgstr ""
|
7817 |
|
7818 |
+
#: ../includes/Traits/Admin.php:75
|
7819 |
msgid "Google Client ID"
|
7820 |
msgstr ""
|
7821 |
|
7822 |
+
#: ../includes/Traits/Admin.php:76
|
7823 |
msgid "Facebook Login"
|
7824 |
msgstr ""
|
7825 |
|
7826 |
+
#: ../includes/Traits/Admin.php:77
|
7827 |
msgid "Facebook APP ID"
|
7828 |
msgstr ""
|
7829 |
|
7830 |
+
#: ../includes/Traits/Admin.php:78
|
7831 |
msgid "Facebook APP Secret"
|
7832 |
msgstr ""
|
7833 |
|
7834 |
+
#: ../includes/Traits/Admin.php:108
|
7835 |
msgid "Extensions"
|
7836 |
msgstr ""
|
7837 |
|
7838 |
+
#: ../includes/Traits/Admin.php:109
|
7839 |
msgid "Tools"
|
7840 |
msgstr ""
|
7841 |
|
7842 |
+
#: ../includes/Traits/Admin.php:112
|
7843 |
msgid "Go Premium"
|
7844 |
msgstr ""
|
7845 |
|
7846 |
+
#: ../includes/Traits/Admin.php:164
|
7847 |
msgid "Ok, you deserve it!"
|
7848 |
msgstr ""
|
7849 |
|
7850 |
+
#: ../includes/Traits/Admin.php:169
|
7851 |
msgid "I already did"
|
7852 |
msgstr ""
|
7853 |
|
7854 |
+
#: ../includes/Traits/Admin.php:177
|
7855 |
msgid "Maybe Later"
|
7856 |
msgstr ""
|
7857 |
|
7858 |
+
#: ../includes/Traits/Admin.php:185
|
7859 |
msgid "I need help"
|
7860 |
msgstr ""
|
7861 |
|
7862 |
+
#: ../includes/Traits/Admin.php:190
|
7863 |
msgid "Never show again"
|
7864 |
msgstr ""
|
7865 |
|
7866 |
+
#: ../includes/Traits/Admin.php:202
|
7867 |
msgid "We hope you're enjoying Essential Addons for Elementor! Could you please do us a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?"
|
7868 |
msgstr ""
|
7869 |
|
7870 |
+
#: ../includes/Traits/Admin.php:213
|
7871 |
msgid "You are using an incompatible version of Essential Addons PRO. Please update to v4.0.0+. If you do not see automatic update, <a href=\"https://essential-addons.com/elementor/docs/manually-update-essential-addons-pro/\" target=\"_blank\">Follow manual update guide.</a>"
|
7872 |
msgstr ""
|
7873 |
|
8300 |
msgstr ""
|
8301 |
|
8302 |
#: ../includes/Traits/Helper.php:434
|
8303 |
+
msgid "<p> <i>📣</i> NEW: Essential Addons 5.1 is here, with new '<a target='_blank' href='%s'>EA Conditional Display</a>' extension, <b>'FAQ Schema'</b> for EA Advanced Accordion & more! Check out the <a target='_blank' href='%s'>Changelog</a> for more details 🎉</p>"
|
8304 |
msgstr ""
|
8305 |
|
8306 |
#: ../includes/Traits/Login_Registration.php:122, ../includes/Traits/Login_Registration.php:286
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: elementor, elements, addons, elementor addons, elementor widget, elementor
|
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 5.1.
|
8 |
License: GPLv3
|
9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
10 |
|
@@ -242,6 +242,14 @@ Your existing elements/content will work with premium version. So you won't lose
|
|
242 |
|
243 |
== Changelog ==
|
244 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
= 5.1.0 - 19/04/2022 =
|
246 |
|
247 |
- Added: FAQ Schema for EA Advanced Accordion
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 5.1.1
|
8 |
License: GPLv3
|
9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
10 |
|
242 |
|
243 |
== Changelog ==
|
244 |
|
245 |
+
= 5.1.1 - 26/04/2022 =
|
246 |
+
|
247 |
+
- Fixed: EA Advanced Data Table | WPML Translation not working
|
248 |
+
- Fixed: EA Creative Button | Style settings not apply on secondary button texts
|
249 |
+
- Fixed: EA Advanced Data Table | Sorting order only working on the current page
|
250 |
+
- Improved: EA Event Calendar | Added an option to specify default start date
|
251 |
+
- Few minor bug fixes & improvements
|
252 |
+
|
253 |
= 5.1.0 - 19/04/2022 =
|
254 |
|
255 |
- Added: FAQ Schema for EA Advanced Accordion
|
wpml-config.xml
CHANGED
@@ -298,6 +298,7 @@
|
|
298 |
<condition key="widgetType">eael-advanced-data-table</condition>
|
299 |
</conditions>
|
300 |
<fields>
|
|
|
301 |
<field type="Adv Data Table: Search Placeholder" editor_type="LINE">ea_adv_data_table_search_placeholder</field>
|
302 |
</fields>
|
303 |
</widget>
|
298 |
<condition key="widgetType">eael-advanced-data-table</condition>
|
299 |
</conditions>
|
300 |
<fields>
|
301 |
+
<field type="Adv Data Table: Table Content" editor_type="LINE">ea_adv_data_table_static_html</field>
|
302 |
<field type="Adv Data Table: Search Placeholder" editor_type="LINE">ea_adv_data_table_search_placeholder</field>
|
303 |
</fields>
|
304 |
</widget>
|