Version Description
30/12/2021 =
Few minor bug fix & improvements
Download this release
Release Info
| Developer | wpdevteam |
| Plugin | |
| Version | 5.0.1 |
| Comparing to | |
| See all releases | |
Code changes from version 5.0.0 to 5.0.1
- assets/admin/css/admin.css +177 -2
- assets/admin/images/youtube-promo.jpg +0 -0
- essential_adons_elementor.php +3 -3
- includes/Elements/Woo_Cart.php +1 -1
- includes/templates/admin/elements.php +1 -1
- includes/templates/admin/extensions.php +2 -2
- includes/templates/admin/general.php +4 -4
- includes/templates/admin/popup.php +1 -1
- languages/essential-addons-for-elementor-lite.pot +2 -2
- readme.txt +20 -6
assets/admin/css/admin.css
CHANGED
|
@@ -15,6 +15,10 @@
|
|
| 15 |
font-display: block;
|
| 16 |
}
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
.ea-admin-icon {
|
| 19 |
/* use !important to prevent issues with browser extensions that change fonts */
|
| 20 |
font-family: 'ea-admin-icon' !important;
|
|
@@ -1824,6 +1828,15 @@
|
|
| 1824 |
}
|
| 1825 |
}
|
| 1826 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1827 |
.m60 {
|
| 1828 |
margin: 60px;
|
| 1829 |
}
|
|
@@ -2184,6 +2197,16 @@
|
|
| 2184 |
padding-right: 5px;
|
| 2185 |
}
|
| 2186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2187 |
* {
|
| 2188 |
padding: 0;
|
| 2189 |
margin: 0;
|
|
@@ -3537,6 +3560,12 @@ button.button__greyBg:hover:disabled {
|
|
| 3537 |
background: #E1E6F4;
|
| 3538 |
border-radius: 10px;
|
| 3539 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3540 |
|
| 3541 |
.eael-main__tab .tab__menu .tab__list.active .tab__item {
|
| 3542 |
color: #5E2EFF;
|
|
@@ -3545,6 +3574,7 @@ button.button__greyBg:hover:disabled {
|
|
| 3545 |
box-shadow: 0px 6px 6px rgba(53, 66, 134, 0.1);
|
| 3546 |
}
|
| 3547 |
|
|
|
|
| 3548 |
.eael-main__tab .tab__menu .tab__list.active .tab__item i {
|
| 3549 |
color: #5E2EFF;
|
| 3550 |
}
|
|
@@ -3569,6 +3599,12 @@ button.button__greyBg:hover:disabled {
|
|
| 3569 |
}
|
| 3570 |
}
|
| 3571 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3572 |
.eael-main__tab .tab__menu .tab__list .tab__item i {
|
| 3573 |
color: #8F9BBD;
|
| 3574 |
margin-right: 10px;
|
|
@@ -3621,7 +3657,26 @@ button.button__greyBg:hover:disabled {
|
|
| 3621 |
-ms-flex: 0 0 auto;
|
| 3622 |
flex: 0 0 auto;
|
| 3623 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3624 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3625 |
.eael-activate__license__block h3 {
|
| 3626 |
font-size: var(--h3-fontsize);
|
| 3627 |
font-weight: 500;
|
|
@@ -3632,6 +3687,16 @@ button.button__greyBg:hover:disabled {
|
|
| 3632 |
margin-right: 30px;
|
| 3633 |
}
|
| 3634 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3635 |
.eael-activate__license__block p {
|
| 3636 |
font-size: 16px;
|
| 3637 |
color: #727272;
|
|
@@ -3738,6 +3803,16 @@ button.button__greyBg:hover:disabled {
|
|
| 3738 |
right: 5px;
|
| 3739 |
}
|
| 3740 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3741 |
@media (min-width: 992px) and (max-width: 1399.98px) {
|
| 3742 |
.eael-activate__license__block .license__form__block .eael-license-form-block .eael-button,
|
| 3743 |
.eael-activate__license__block .license__form__block form button {
|
|
@@ -3880,6 +3955,18 @@ button.button__greyBg:hover:disabled {
|
|
| 3880 |
grid-template-columns: repeat(3, 1fr);
|
| 3881 |
}
|
| 3882 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3883 |
|
| 3884 |
.eael-element__wrap .eael-element__item {
|
| 3885 |
background: #ffffff;
|
|
@@ -4157,6 +4244,39 @@ button.button__greyBg:hover:disabled {
|
|
| 4157 |
margin: 0 20px;
|
| 4158 |
}
|
| 4159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4160 |
.eael-tool__card .content h3 {
|
| 4161 |
font-weight: 500;
|
| 4162 |
color: #041137;
|
|
@@ -4197,6 +4317,21 @@ button.button__greyBg:hover:disabled {
|
|
| 4197 |
font-size: 15px;
|
| 4198 |
font-style: unset;
|
| 4199 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4200 |
|
| 4201 |
.eael-welcome__card {
|
| 4202 |
text-align: center;
|
|
@@ -4334,6 +4469,14 @@ button.button__greyBg:hover:disabled {
|
|
| 4334 |
font-weight: 400;
|
| 4335 |
color: #727272;
|
| 4336 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4337 |
|
| 4338 |
.eael-form__control {
|
| 4339 |
background: #F1F4FA;
|
|
@@ -4620,6 +4763,16 @@ button.button__greyBg:hover:disabled {
|
|
| 4620 |
color: #727272;
|
| 4621 |
}
|
| 4622 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4623 |
.eael-modal__wrap {
|
| 4624 |
position: fixed;
|
| 4625 |
top: 0;
|
|
@@ -4631,11 +4784,11 @@ button.button__greyBg:hover:disabled {
|
|
| 4631 |
display: none;
|
| 4632 |
}
|
| 4633 |
|
| 4634 |
-
.eael-modal__wrap.show {
|
| 4635 |
display: block;
|
| 4636 |
}
|
| 4637 |
|
| 4638 |
-
.eael-modal__wrap.show .eael-modal__dialogue {
|
| 4639 |
opacity: 1;
|
| 4640 |
visibility: visible;
|
| 4641 |
}
|
|
@@ -4761,6 +4914,16 @@ button.button__greyBg:hover:disabled {
|
|
| 4761 |
margin-right: 14px;
|
| 4762 |
}
|
| 4763 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4764 |
.eael-features {
|
| 4765 |
display: -ms-grid;
|
| 4766 |
display: grid;
|
|
@@ -4775,6 +4938,18 @@ button.button__greyBg:hover:disabled {
|
|
| 4775 |
grid-template-columns: repeat(3, 1fr);
|
| 4776 |
}
|
| 4777 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4778 |
|
| 4779 |
.eael-features .feature__item {
|
| 4780 |
border: 1px solid #D5DAE4;
|
| 15 |
font-display: block;
|
| 16 |
}
|
| 17 |
|
| 18 |
+
.ea-admin-icon[class^="icon-"]:before, .ea-admin-icon[class*=" icon-"]:before {
|
| 19 |
+
font-family: 'ea-admin-icon' !important;
|
| 20 |
+
}
|
| 21 |
+
|
| 22 |
.ea-admin-icon {
|
| 23 |
/* use !important to prevent issues with browser extensions that change fonts */
|
| 24 |
font-family: 'ea-admin-icon' !important;
|
| 1828 |
}
|
| 1829 |
}
|
| 1830 |
|
| 1831 |
+
|
| 1832 |
+
@media (max-width: 767px) {
|
| 1833 |
+
:root {
|
| 1834 |
+
--gutter-45: 25px;
|
| 1835 |
+
--gutter-30: 20px;
|
| 1836 |
+
|
| 1837 |
+
}
|
| 1838 |
+
}
|
| 1839 |
+
|
| 1840 |
.m60 {
|
| 1841 |
margin: 60px;
|
| 1842 |
}
|
| 2197 |
padding-right: 5px;
|
| 2198 |
}
|
| 2199 |
|
| 2200 |
+
@media all and (max-width: 767px) {
|
| 2201 |
+
.p45 {
|
| 2202 |
+
padding: 25px;
|
| 2203 |
+
}
|
| 2204 |
+
.px45 {
|
| 2205 |
+
padding-left: 25px;
|
| 2206 |
+
padding-right: 25px;
|
| 2207 |
+
}
|
| 2208 |
+
}
|
| 2209 |
+
|
| 2210 |
* {
|
| 2211 |
padding: 0;
|
| 2212 |
margin: 0;
|
| 3560 |
background: #E1E6F4;
|
| 3561 |
border-radius: 10px;
|
| 3562 |
}
|
| 3563 |
+
@media all and (max-width: 1024px) {
|
| 3564 |
+
.eael-main__tab .tab__menu {
|
| 3565 |
+
flex-wrap: wrap;
|
| 3566 |
+
justify-content: center;
|
| 3567 |
+
}
|
| 3568 |
+
}
|
| 3569 |
|
| 3570 |
.eael-main__tab .tab__menu .tab__list.active .tab__item {
|
| 3571 |
color: #5E2EFF;
|
| 3574 |
box-shadow: 0px 6px 6px rgba(53, 66, 134, 0.1);
|
| 3575 |
}
|
| 3576 |
|
| 3577 |
+
|
| 3578 |
.eael-main__tab .tab__menu .tab__list.active .tab__item i {
|
| 3579 |
color: #5E2EFF;
|
| 3580 |
}
|
| 3599 |
}
|
| 3600 |
}
|
| 3601 |
|
| 3602 |
+
@media all and (max-width: 767px) {
|
| 3603 |
+
.eael-main__tab .tab__menu .tab__list .tab__item {
|
| 3604 |
+
font-size: 14px;
|
| 3605 |
+
}
|
| 3606 |
+
}
|
| 3607 |
+
|
| 3608 |
.eael-main__tab .tab__menu .tab__list .tab__item i {
|
| 3609 |
color: #8F9BBD;
|
| 3610 |
margin-right: 10px;
|
| 3657 |
-ms-flex: 0 0 auto;
|
| 3658 |
flex: 0 0 auto;
|
| 3659 |
}
|
| 3660 |
+
@media all and (max-width: 767px) {
|
| 3661 |
+
.eael-basic__card {
|
| 3662 |
+
display: block;
|
| 3663 |
+
}
|
| 3664 |
+
.eael-basic__card .eael-button {
|
| 3665 |
+
margin-top: 20px;
|
| 3666 |
+
}
|
| 3667 |
+
}
|
| 3668 |
|
| 3669 |
+
@media all and (max-width: 575px) {
|
| 3670 |
+
.eael-basic__card .eael__flex {
|
| 3671 |
+
display: block;
|
| 3672 |
+
}
|
| 3673 |
+
.eael-basic__card .eael__flex img {
|
| 3674 |
+
margin-bottom: 15px;
|
| 3675 |
+
}
|
| 3676 |
+
.eael-basic__card .eael-button {
|
| 3677 |
+
margin-top: 20px;
|
| 3678 |
+
}
|
| 3679 |
+
}
|
| 3680 |
.eael-activate__license__block h3 {
|
| 3681 |
font-size: var(--h3-fontsize);
|
| 3682 |
font-weight: 500;
|
| 3687 |
margin-right: 30px;
|
| 3688 |
}
|
| 3689 |
|
| 3690 |
+
@media all and (max-width: 767px) {
|
| 3691 |
+
.eael-activate__license__block .eael__flex {
|
| 3692 |
+
display: block;
|
| 3693 |
+
}
|
| 3694 |
+
.eael-activate__license__block .eael__flex img {
|
| 3695 |
+
max-width: 200px;
|
| 3696 |
+
margin-top: 15px;
|
| 3697 |
+
}
|
| 3698 |
+
}
|
| 3699 |
+
|
| 3700 |
.eael-activate__license__block p {
|
| 3701 |
font-size: 16px;
|
| 3702 |
color: #727272;
|
| 3803 |
right: 5px;
|
| 3804 |
}
|
| 3805 |
|
| 3806 |
+
@media all and (max-width: 767px) {
|
| 3807 |
+
.eael-activate__license__block .license__form__block .eael-license-form-block .eael-button, .eael-activate__license__block .license__form__block form button {
|
| 3808 |
+
position: static;
|
| 3809 |
+
margin-top: 15px;
|
| 3810 |
+
}
|
| 3811 |
+
.eael-activate__license__block .license__form__block .eael-license-form-block .eael-form__control {
|
| 3812 |
+
padding-right: 15px;
|
| 3813 |
+
}
|
| 3814 |
+
}
|
| 3815 |
+
|
| 3816 |
@media (min-width: 992px) and (max-width: 1399.98px) {
|
| 3817 |
.eael-activate__license__block .license__form__block .eael-license-form-block .eael-button,
|
| 3818 |
.eael-activate__license__block .license__form__block form button {
|
| 3955 |
grid-template-columns: repeat(3, 1fr);
|
| 3956 |
}
|
| 3957 |
}
|
| 3958 |
+
@media (max-width: 767px) {
|
| 3959 |
+
.eael-element__wrap {
|
| 3960 |
+
-ms-grid-columns: (1fr) [ 2 ];
|
| 3961 |
+
grid-template-columns: repeat(2, 1fr);
|
| 3962 |
+
}
|
| 3963 |
+
}
|
| 3964 |
+
@media (max-width: 575px) {
|
| 3965 |
+
.eael-element__wrap {
|
| 3966 |
+
-ms-grid-columns: (1fr) [ 1 ];
|
| 3967 |
+
grid-template-columns: repeat(1, 1fr);
|
| 3968 |
+
}
|
| 3969 |
+
}
|
| 3970 |
|
| 3971 |
.eael-element__wrap .eael-element__item {
|
| 3972 |
background: #ffffff;
|
| 4244 |
margin: 0 20px;
|
| 4245 |
}
|
| 4246 |
|
| 4247 |
+
@media all and (max-width: 991px) {
|
| 4248 |
+
.eael-global__control .global__control__content {
|
| 4249 |
+
flex: 1 1 auto;
|
| 4250 |
+
}
|
| 4251 |
+
.eael-global__control .global__control__button {
|
| 4252 |
+
flex: 1 0 auto;
|
| 4253 |
+
margin-left: 15px;
|
| 4254 |
+
}
|
| 4255 |
+
}
|
| 4256 |
+
|
| 4257 |
+
@media all and (max-width: 991px) {
|
| 4258 |
+
.eael-global__control {
|
| 4259 |
+
display: block;
|
| 4260 |
+
}
|
| 4261 |
+
.eael-global__control .global__control__content {
|
| 4262 |
+
margin-bottom: 15px;
|
| 4263 |
+
padding-right: 0;
|
| 4264 |
+
}
|
| 4265 |
+
.eael-global__control .global__control__button {
|
| 4266 |
+
margin-left: 0;
|
| 4267 |
+
display: block;
|
| 4268 |
+
margin-top: 25px;
|
| 4269 |
+
}
|
| 4270 |
+
}
|
| 4271 |
+
@media all and (max-width: 575px) {
|
| 4272 |
+
.eael-global__control .global__control__switch .eael-switch {
|
| 4273 |
+
margin: 0 10px;
|
| 4274 |
+
}
|
| 4275 |
+
.eael-global__control .global__control__switch .switch__status {
|
| 4276 |
+
font-size: 14px;
|
| 4277 |
+
}
|
| 4278 |
+
}
|
| 4279 |
+
|
| 4280 |
.eael-tool__card .content h3 {
|
| 4281 |
font-weight: 500;
|
| 4282 |
color: #041137;
|
| 4317 |
font-size: 15px;
|
| 4318 |
font-style: unset;
|
| 4319 |
}
|
| 4320 |
+
@media all and (max-width: 439px) {
|
| 4321 |
+
.eael-tool__card--flex {
|
| 4322 |
+
display: block;
|
| 4323 |
+
}
|
| 4324 |
+
.eael-tool__card--flex .icon {
|
| 4325 |
+
margin-bottom: 15px;
|
| 4326 |
+
}
|
| 4327 |
+
.eael-tool__card .eael__flex {
|
| 4328 |
+
display: block;
|
| 4329 |
+
}
|
| 4330 |
+
.eael-tool__card .eael__flex .eael-select {
|
| 4331 |
+
margin-top: 15px;
|
| 4332 |
+
display: inline-block;
|
| 4333 |
+
}
|
| 4334 |
+
}
|
| 4335 |
|
| 4336 |
.eael-welcome__card {
|
| 4337 |
text-align: center;
|
| 4469 |
font-weight: 400;
|
| 4470 |
color: #727272;
|
| 4471 |
}
|
| 4472 |
+
@media all and (max-width: 575px) {
|
| 4473 |
+
.icon__card {
|
| 4474 |
+
display: block;
|
| 4475 |
+
}
|
| 4476 |
+
.icon__card .icon {
|
| 4477 |
+
margin-bottom: 15px;
|
| 4478 |
+
}
|
| 4479 |
+
}
|
| 4480 |
|
| 4481 |
.eael-form__control {
|
| 4482 |
background: #F1F4FA;
|
| 4763 |
color: #727272;
|
| 4764 |
}
|
| 4765 |
|
| 4766 |
+
@media all and (max-width: 439px) {
|
| 4767 |
+
.eael-statistic {
|
| 4768 |
+
display: block;
|
| 4769 |
+
}
|
| 4770 |
+
.eael-statistic .statistic__item:not(:last-child) {
|
| 4771 |
+
border-right: 0;
|
| 4772 |
+
margin-bottom: 15px;
|
| 4773 |
+
}
|
| 4774 |
+
}
|
| 4775 |
+
|
| 4776 |
.eael-modal__wrap {
|
| 4777 |
position: fixed;
|
| 4778 |
top: 0;
|
| 4784 |
display: none;
|
| 4785 |
}
|
| 4786 |
|
| 4787 |
+
.eael-modal__wrap.eael-modal-show {
|
| 4788 |
display: block;
|
| 4789 |
}
|
| 4790 |
|
| 4791 |
+
.eael-modal__wrap.eael-modal-show .eael-modal__dialogue {
|
| 4792 |
opacity: 1;
|
| 4793 |
visibility: visible;
|
| 4794 |
}
|
| 4914 |
margin-right: 14px;
|
| 4915 |
}
|
| 4916 |
|
| 4917 |
+
@media all and (max-width: 575px) {
|
| 4918 |
+
.eael-login__setup .eael-input__inline {
|
| 4919 |
+
display: block;
|
| 4920 |
+
}
|
| 4921 |
+
.eael-login__setup .eael-input__inline label {
|
| 4922 |
+
margin-bottom: 5px;
|
| 4923 |
+
display: inline-block;
|
| 4924 |
+
}
|
| 4925 |
+
}
|
| 4926 |
+
|
| 4927 |
.eael-features {
|
| 4928 |
display: -ms-grid;
|
| 4929 |
display: grid;
|
| 4938 |
grid-template-columns: repeat(3, 1fr);
|
| 4939 |
}
|
| 4940 |
}
|
| 4941 |
+
@media (max-width: 767px) {
|
| 4942 |
+
.eael-features {
|
| 4943 |
+
-ms-grid-columns: (1fr) [ 2 ];
|
| 4944 |
+
grid-template-columns: repeat(2, 1fr);
|
| 4945 |
+
}
|
| 4946 |
+
}
|
| 4947 |
+
@media (max-width: 575px) {
|
| 4948 |
+
.eael-features {
|
| 4949 |
+
-ms-grid-columns: (1fr) [ 1 ];
|
| 4950 |
+
grid-template-columns: repeat(1, 1fr);
|
| 4951 |
+
}
|
| 4952 |
+
}
|
| 4953 |
|
| 4954 |
.eael-features .feature__item {
|
| 4955 |
border: 1px solid #D5DAE4;
|
assets/admin/images/youtube-promo.jpg
ADDED
|
Binary file
|
essential_adons_elementor.php
CHANGED
|
@@ -4,13 +4,13 @@
|
|
| 4 |
* Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
|
| 5 |
* Plugin URI: https://essential-addons.com/elementor/
|
| 6 |
* Author: WPDeveloper
|
| 7 |
-
* Version: 5.0.
|
| 8 |
* Author URI: https://wpdeveloper.com/
|
| 9 |
* Text Domain: essential-addons-for-elementor-lite
|
| 10 |
* Domain Path: /languages
|
| 11 |
*
|
| 12 |
* WC tested up to: 6.0.0
|
| 13 |
-
* Elementor tested up to: 3.5.
|
| 14 |
* Elementor Pro tested up to: 3.5.2
|
| 15 |
*/
|
| 16 |
|
|
@@ -27,7 +27,7 @@ define('EAEL_PLUGIN_FILE', __FILE__);
|
|
| 27 |
define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
| 28 |
define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
|
| 29 |
define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
|
| 30 |
-
define('EAEL_PLUGIN_VERSION', '5.0.
|
| 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.0.1
|
| 8 |
* Author URI: https://wpdeveloper.com/
|
| 9 |
* Text Domain: essential-addons-for-elementor-lite
|
| 10 |
* Domain Path: /languages
|
| 11 |
*
|
| 12 |
* WC tested up to: 6.0.0
|
| 13 |
+
* Elementor tested up to: 3.5.3
|
| 14 |
* Elementor Pro tested up to: 3.5.2
|
| 15 |
*/
|
| 16 |
|
| 27 |
define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
| 28 |
define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
|
| 29 |
define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
|
| 30 |
+
define('EAEL_PLUGIN_VERSION', '5.0.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/Elements/Woo_Cart.php
CHANGED
|
@@ -101,7 +101,7 @@ class Woo_Cart extends Widget_Base {
|
|
| 101 |
}
|
| 102 |
|
| 103 |
public function get_custom_help_url() {
|
| 104 |
-
return 'https://essential-addons.com/elementor/docs/
|
| 105 |
}
|
| 106 |
|
| 107 |
protected function _register_controls() {
|
| 101 |
}
|
| 102 |
|
| 103 |
public function get_custom_help_url() {
|
| 104 |
+
return 'https://essential-addons.com/elementor/docs/woocommerce-cart/';
|
| 105 |
}
|
| 106 |
|
| 107 |
protected function _register_controls() {
|
includes/templates/admin/elements.php
CHANGED
|
@@ -545,7 +545,7 @@ $elements = [
|
|
| 545 |
'key' => 'woo-cart',
|
| 546 |
'title' => __( 'Woo Cart', 'essential-addons-for-elementor-lite' ),
|
| 547 |
'demo_link' => 'https://essential-addons.com/elementor/woo-cart/',
|
| 548 |
-
'doc_link' => 'https://essential-addons.com/elementor/docs/
|
| 549 |
],
|
| 550 |
[
|
| 551 |
'key' => 'woo-product-compare',
|
| 545 |
'key' => 'woo-cart',
|
| 546 |
'title' => __( 'Woo Cart', 'essential-addons-for-elementor-lite' ),
|
| 547 |
'demo_link' => 'https://essential-addons.com/elementor/woo-cart/',
|
| 548 |
+
'doc_link' => 'https://essential-addons.com/elementor/docs/woocommerce-cart/'
|
| 549 |
],
|
| 550 |
[
|
| 551 |
'key' => 'woo-product-compare',
|
includes/templates/admin/extensions.php
CHANGED
|
@@ -121,11 +121,11 @@ $extensions = [
|
|
| 121 |
<span class="tooltip-text"><?php esc_html_e( 'Setting', 'essential-addons-for-elementor-lite' ); ?></span>
|
| 122 |
</a>
|
| 123 |
<?php endif; ?>
|
| 124 |
-
<a href="<?php echo esc_url( $item[ 'doc_link' ] ); ?>" class="element__icon">
|
| 125 |
<i class="ea-admin-icon icon-doc"></i>
|
| 126 |
<span class="tooltip-text"><?php esc_html_e( 'Documentation', 'essential-addons-for-elementor-lite' ); ?></span>
|
| 127 |
</a>
|
| 128 |
-
<a href="<?php echo esc_url( $item[ 'demo_link' ] ); ?>" class="element__icon">
|
| 129 |
<i class="ea-admin-icon icon-monitor"></i>
|
| 130 |
<span class="tooltip-text"><?php esc_html_e( 'Demo', 'essential-addons-for-elementor-lite' ); ?></span>
|
| 131 |
</a>
|
| 121 |
<span class="tooltip-text"><?php esc_html_e( 'Setting', 'essential-addons-for-elementor-lite' ); ?></span>
|
| 122 |
</a>
|
| 123 |
<?php endif; ?>
|
| 124 |
+
<a target="_blank" href="<?php echo esc_url( $item[ 'doc_link' ] ); ?>" class="element__icon">
|
| 125 |
<i class="ea-admin-icon icon-doc"></i>
|
| 126 |
<span class="tooltip-text"><?php esc_html_e( 'Documentation', 'essential-addons-for-elementor-lite' ); ?></span>
|
| 127 |
</a>
|
| 128 |
+
<a target="_blank" href="<?php echo esc_url( $item[ 'demo_link' ] ); ?>" class="element__icon">
|
| 129 |
<i class="ea-admin-icon icon-monitor"></i>
|
| 130 |
<span class="tooltip-text"><?php esc_html_e( 'Demo', 'essential-addons-for-elementor-lite' ); ?></span>
|
| 131 |
</a>
|
includes/templates/admin/general.php
CHANGED
|
@@ -44,10 +44,10 @@
|
|
| 44 |
<div class="eael-col-md-6">
|
| 45 |
<div class="eael-video__block">
|
| 46 |
<div class="thumb">
|
| 47 |
-
<img src="<?php echo esc_url( EAEL_PLUGIN_URL . 'assets/admin/images/youtube-promo.
|
| 48 |
alt="">
|
| 49 |
</div>
|
| 50 |
-
<a target="_blank" href="https://
|
| 51 |
<img src="<?php echo esc_url( EAEL_PLUGIN_URL . 'assets/admin/images/play-btn.png' ); ?>"
|
| 52 |
alt="">
|
| 53 |
</a>
|
|
@@ -84,11 +84,11 @@
|
|
| 84 |
</div>
|
| 85 |
<div class="statistic__item">
|
| 86 |
<h2 id="eael-used-elements">00</h2>
|
| 87 |
-
<p><?php _e('
|
| 88 |
</div>
|
| 89 |
<div class="statistic__item">
|
| 90 |
<h2 id="eael-unused-elements">00</h2>
|
| 91 |
-
<p><?php _e('
|
| 92 |
</div>
|
| 93 |
</div>
|
| 94 |
<a target="_blank" href="https://essential-addons.com/elementor/docs/"
|
| 44 |
<div class="eael-col-md-6">
|
| 45 |
<div class="eael-video__block">
|
| 46 |
<div class="thumb">
|
| 47 |
+
<img src="<?php echo esc_url( EAEL_PLUGIN_URL . 'assets/admin/images/youtube-promo.jpg' ) ?>"
|
| 48 |
alt="">
|
| 49 |
</div>
|
| 50 |
+
<a target="_blank" href="https://www.youtube.com/watch?v=KIrB_-0gZXI" class="play__btn">
|
| 51 |
<img src="<?php echo esc_url( EAEL_PLUGIN_URL . 'assets/admin/images/play-btn.png' ); ?>"
|
| 52 |
alt="">
|
| 53 |
</a>
|
| 84 |
</div>
|
| 85 |
<div class="statistic__item">
|
| 86 |
<h2 id="eael-used-elements">00</h2>
|
| 87 |
+
<p><?php _e('Active Elements','essential-addons-for-elementor-lite'); ?></p>
|
| 88 |
</div>
|
| 89 |
<div class="statistic__item">
|
| 90 |
<h2 id="eael-unused-elements">00</h2>
|
| 91 |
+
<p><?php _e('Inactive Elements','essential-addons-for-elementor-lite'); ?></p>
|
| 92 |
</div>
|
| 93 |
</div>
|
| 94 |
<a target="_blank" href="https://essential-addons.com/elementor/docs/"
|
includes/templates/admin/popup.php
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
<div id="eael-admn-setting-popup" class="eael-modal__wrap show">
|
| 2 |
<div class="eael-modal__dialogue">
|
| 3 |
<div class="eael-modal">
|
| 4 |
<div class="modal__body">
|
| 1 |
+
<div id="eael-admn-setting-popup" class="eael-modal__wrap eael-modal-show">
|
| 2 |
<div class="eael-modal__dialogue">
|
| 3 |
<div class="eael-modal">
|
| 4 |
<div class="modal__body">
|
languages/essential-addons-for-elementor-lite.pot
CHANGED
|
@@ -8785,11 +8785,11 @@ msgid "Total Elements"
|
|
| 8785 |
msgstr ""
|
| 8786 |
|
| 8787 |
#: ../includes/templates/admin/general.php:87
|
| 8788 |
-
msgid "
|
| 8789 |
msgstr ""
|
| 8790 |
|
| 8791 |
#: ../includes/templates/admin/general.php:91
|
| 8792 |
-
msgid "
|
| 8793 |
msgstr ""
|
| 8794 |
|
| 8795 |
#: ../includes/templates/admin/general.php:96
|
| 8785 |
msgstr ""
|
| 8786 |
|
| 8787 |
#: ../includes/templates/admin/general.php:87
|
| 8788 |
+
msgid "Active Elements"
|
| 8789 |
msgstr ""
|
| 8790 |
|
| 8791 |
#: ../includes/templates/admin/general.php:91
|
| 8792 |
+
msgid "Inactive Elements"
|
| 8793 |
msgstr ""
|
| 8794 |
|
| 8795 |
#: ../includes/templates/admin/general.php:96
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Tags: elementor, elements, addons, elementor addons, elementor widget, elementor
|
|
| 4 |
Requires at least: 5.0
|
| 5 |
Tested up to: 5.8
|
| 6 |
Requires PHP: 5.6
|
| 7 |
-
Stable tag: 5.0.
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
| 10 |
|
|
@@ -222,15 +222,29 @@ Your existing elements/content will work with premium version. So you won't lose
|
|
| 222 |
|
| 223 |
1. Overview of few widgets
|
| 224 |
2. Elements control panel
|
| 225 |
-
3.
|
| 226 |
-
4.
|
| 227 |
-
5.
|
| 228 |
-
6.
|
| 229 |
-
7.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 230 |
|
| 231 |
|
| 232 |
== Changelog ==
|
| 233 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 234 |
= 5.0.0 - 26/12/2021 =
|
| 235 |
|
| 236 |
- Added: EA Interactive Circle
|
| 4 |
Requires at least: 5.0
|
| 5 |
Tested up to: 5.8
|
| 6 |
Requires PHP: 5.6
|
| 7 |
+
Stable tag: 5.0.1
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
| 10 |
|
| 222 |
|
| 223 |
1. Overview of few widgets
|
| 224 |
2. Elements control panel
|
| 225 |
+
3. Introducing EA 5.0
|
| 226 |
+
4. Advanced Google Map Widget
|
| 227 |
+
5. Advanced Tooltip Extension
|
| 228 |
+
6. Advanced Tabs Widget
|
| 229 |
+
7. Fancy Text Widget
|
| 230 |
+
8. Filterable Gallery Widget
|
| 231 |
+
9. Feature List Widget
|
| 232 |
+
10. Image Hotspots Widget
|
| 233 |
+
11. Woo Product Grid Widget
|
| 234 |
+
12. Team Member Carousel Widget
|
| 235 |
+
13. Smart Post List Widget
|
| 236 |
+
14. One Page Navigation Widget
|
| 237 |
+
15. Protected Content Widget
|
| 238 |
+
16. Flip Box Widget
|
| 239 |
+
17. Creative Buttons Widget
|
| 240 |
|
| 241 |
|
| 242 |
== Changelog ==
|
| 243 |
|
| 244 |
+
= 5.0.1 - 30/12/2021 =
|
| 245 |
+
|
| 246 |
+
- Few minor bug fix & improvements
|
| 247 |
+
|
| 248 |
= 5.0.0 - 26/12/2021 =
|
| 249 |
|
| 250 |
- Added: EA Interactive Circle
|
