Elementor Essential Addons - Version 4.5.1

Version Description

  • 23/02/2021 =
  • Fixed: EA Login Register Form | Security Token Does Not Match error
  • Fixed: EA Product Grid | Pagination disappearing with the latest update
  • Fixed: EA Product Grid | Filtered by Sale not working for variable products
  • Fixed: EA Image Accordion | toggle option to add link in the content
  • Fixed: EA Event Calendar | Date showing invalid for All day events
  • Fixed: EA Advanced Data Table | Sorting not working on Mozilla Firefox
  • Fixed: EA Post Grid | Dynamic query not working
  • Fixed: EA Event Calendar | 24 Hours format not working correctly
  • Fixed: EA Product Grid | Filtered by Sale not working for variable products
  • Fixed: EA Sticky Video | Copy Link button not working
  • Fixed: EA Creative Button | Icon color not changing
  • Few minor bug fix and improvements
Download this release

Release Info

Developer re_enter_rupok
Plugin Icon 128x128 Elementor Essential Addons
Version 4.5.1
Comparing to
See all releases

Code changes from version 4.5.0 to 4.5.1

Files changed (47) hide show
  1. assets/front-end/css/view/event-calendar.css +1 -0
  2. assets/front-end/css/view/event-calendar.min.css +1 -1
  3. assets/front-end/css/view/image-accordion.css +5 -5
  4. assets/front-end/css/view/image-accordion.min.css +1 -1
  5. assets/front-end/js/edit/advanced-data-table.min.js +1 -1
  6. assets/front-end/js/edit/promotion.min.js +1 -1
  7. assets/front-end/js/edit/reading-progress.min.js +1 -1
  8. assets/front-end/js/edit/table-of-content.min.js +1 -1
  9. assets/front-end/js/view/advanced-data-table.js +1 -1
  10. assets/front-end/js/view/advanced-data-table.min.js +1 -1
  11. assets/front-end/js/view/event-calendar.js +1 -1
  12. assets/front-end/js/view/event-calendar.min.js +1 -1
  13. assets/front-end/js/view/facebook-feed.min.js +1 -1
  14. assets/front-end/js/view/fancy-text.min.js +1 -1
  15. assets/front-end/js/view/filterable-gallery.min.js +1 -1
  16. assets/front-end/js/view/general.min.js +1 -1
  17. assets/front-end/js/view/image-accordion.min.js +1 -1
  18. assets/front-end/js/view/load-more.min.js +1 -1
  19. assets/front-end/js/view/login-register.min.js +1 -1
  20. assets/front-end/js/view/post-grid.min.js +1 -1
  21. assets/front-end/js/view/price-table.min.js +1 -1
  22. assets/front-end/js/view/product-grid.min.js +1 -1
  23. assets/front-end/js/view/progress-bar.min.js +1 -1
  24. assets/front-end/js/view/reading-progress.min.js +1 -1
  25. assets/front-end/js/view/sticky-video.js +1 -1
  26. assets/front-end/js/view/sticky-video.min.js +1 -1
  27. assets/front-end/js/view/table-of-content.min.js +1 -1
  28. assets/front-end/js/view/twitter-feed.min.js +1 -1
  29. assets/front-end/js/view/typeform.min.js +1 -1
  30. assets/front-end/js/view/woo-checkout.min.js +1 -1
  31. essential_adons_elementor.php +3 -3
  32. includes/Classes/Bootstrap.php +0 -5
  33. includes/Classes/Helper.php +13 -11
  34. includes/Elements/Advanced_Data_Table.php +8 -0
  35. includes/Elements/Creative_Button.php +29 -1
  36. includes/Elements/Event_Calendar.php +21 -3
  37. includes/Elements/Filterable_Gallery.php +2 -2
  38. includes/Elements/Image_Accordion.php +118 -128
  39. includes/Elements/Product_Grid.php +1 -14
  40. includes/Elements/Woo_Checkout.php +10 -0
  41. includes/Template/Content/Product_Grid.php +1 -1
  42. includes/Template/Eicon-Woocommerce/default.php +2 -2
  43. includes/Template/Post-Timeline/default.php +1 -1
  44. includes/Traits/Facebook_Feed.php +10 -12
  45. includes/templates/admin/elements.php +0 -6
  46. languages/essential-addons-for-elementor-lite.pot +249 -237
  47. readme.txt +16 -2
assets/front-end/css/view/event-calendar.css CHANGED
@@ -93,6 +93,7 @@
93
  color: #555;
94
  padding-top: 2px;
95
  display: inline-block;
 
96
  }
97
  .eael-event-calendar-wrapper .eaelec-modal-header .eaelec-event-popup-date i {
98
  color: #5725ff;
93
  color: #555;
94
  padding-top: 2px;
95
  display: inline-block;
96
+ text-transform: capitalize;
97
  }
98
  .eael-event-calendar-wrapper .eaelec-modal-header .eaelec-event-popup-date i {
99
  color: #5725ff;
assets/front-end/css/view/event-calendar.min.css CHANGED
@@ -1 +1 @@
1
- .eael-event-calendar-wrapper{font-family:Segoe UI}.eael-event-calendar-wrapper .fc-row table{margin:0px !important}.eael-event-calendar-wrapper .fc table{margin:auto;overflow:auto}.eael-event-calendar-wrapper .fc-view table thead:first-child tr:first-child td{border-top:1px solid #ddd !important;border-bottom:none !important}.eael-event-calendar-wrapper .fc-day-grid-event{margin-top:2px;padding:8px;font-size:12px;border-left-width:5px}.eael-event-calendar-wrapper .fc-day.fc-today{background:transparent}.eael-event-calendar-wrapper .fc-day-top.fc-today .fc-day-number{font-weight:bold}.eael-event-calendar-wrapper .fc-row table thead:first-child tr:first-child th{font-size:14px}.eael-event-calendar-wrapper .fc-day-number{font-size:14px;float:center !important}.eael-event-calendar-wrapper .eaelec-modal{position:fixed;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:-1}.eael-event-calendar-wrapper .eaelec-modal .eael-ec-modal-bg{position:absolute;left:0;top:0;height:100%;width:100%;background:#000;opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-event-calendar-wrapper .eaelec-modal.eael-ec-popup-ready{z-index:99999;opacity:1}.eael-event-calendar-wrapper .eaelec-modal-content{position:relative;margin:auto;border:1px solid #888;max-width:900px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);background-color:#fefefe;padding:20px 0;width:100%;border-radius:10px}.eael-event-calendar-wrapper .eaelec-modal-header{padding:0px 30px;color:#fff;border-color:#090;overflow:auto;margin-top:8px}.eael-event-calendar-wrapper .eaelec-modal-header h2{color:#242424;margin:0;padding:0}.eael-event-calendar-wrapper .eaelec-modal-header .eaelec-event-popup-date{color:#555;padding-top:2px;display:inline-block}.eael-event-calendar-wrapper .eaelec-modal-header .eaelec-event-popup-date i{color:#5725ff}.eael-event-calendar-wrapper .eaelec-modal-close{position:absolute;right:-15px;top:-18px;font-size:24px;z-index:9999;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible;border:2px solid #fff;background:#fff;text-align:center;-webkit-box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#000 !important;height:40px;width:40px;text-align:center;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;border-radius:50%}.eael-event-calendar-wrapper .eaelec-modal-close>span{font-size:20px}.eael-event-calendar-wrapper .eaelec-modal-close:hover,.eael-event-calendar-wrapper .eaelec-modal-close:focus{color:#fff;text-decoration:none;cursor:pointer}.eael-event-calendar-wrapper .eaelec-modal-body{padding:0 10px 0 35px;margin:10px 0;color:#555;height:300px;overflow-y:auto;word-break:break-word}.eael-event-calendar-wrapper .eaelec-modal-body::-webkit-scrollbar{width:6px}.eael-event-calendar-wrapper .eaelec-modal-body::-webkit-scrollbar-thumb{background:#aaa;border-radius:10px}.eael-event-calendar-wrapper .eaelec-modal-footer{padding:0px 10px 0 35px;color:#fff;border:0px solid red}.eael-event-calendar-wrapper .eaelec-event-date-start,.eael-event-calendar-wrapper .eaelec-event-date-end{font-size:15px}@media(max-width: 575px){.eael-event-calendar-wrapper .fc-toolbar{margin:0 !important;padding:0 !important}.eael-event-calendar-wrapper .fc-toolbar .fc-center{width:100% !important;margin:0 !important;padding:0 !important}.eael-event-calendar-wrapper .fc-toolbar h2{font-size:16px !important;width:100% !important;text-align:center !important;padding:5px !important}.eael-event-calendar-wrapper .fc-ltr .fc-axis{font-size:12px !important}.eael-event-calendar-wrapper .fc-row table thead:first-child tr:first-child th{font-weight:normal !important;font-size:12px !important;padding:5px !important}}.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-center h2{font-size:22px}.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-button .fc-icon{font-size:13px}.eael-event-calendar-wrapper .eael-event-completed{text-decoration:line-through}.fc-toolbar.fc-header-toolbar .fc-button-group button:not(:first-child){margin-left:5px}.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button,.fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button,.fc-toolbar.fc-header-toolbar button.fc-listWeek-button,.fc-toolbar.fc-header-toolbar button.fc-listMonth-button,.fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button{position:relative}.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before,.fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before,.fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before,.fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before,.fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before{font-family:"Font Awesome 5 Free";font-weight:900;font-size:13px;display:inline-block;padding-right:5px;padding-left:0;-webkit-font-smoothing:antialiased}.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before{content:"";left:8px}.fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before{content:"";left:21px}.fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before{content:""}.fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before,.fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before{content:""}.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary{-webkit-box-shadow:none;box-shadow:none;height:auto;width:auto;float:none;font-size:13px;font-weight:400;color:#5e5e5e;border-radius:3px;text-transform:capitalize;background:#f7f7fb;text-shadow:none;line-height:19px;padding:8px 12px;border:none}.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-state-active,.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:hover,.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:visited,.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:focus{background:#5725ff;color:#fff;-webkit-box-shadow:none;box-shadow:none}.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-button-active{background:#5725ff;color:#fff}th.fc-widget-header>span{padding:14px;display:block;font-size:16px;color:#424344}span.fc-day-number{padding:17px;display:block}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:12px 2px 2px 2px;display:block;border-bottom:0px solid}.eael-event-calendar-wrapper .fc-view .fc-body thead:first-child tr:first-child td{border-bottom:3px solid transparent}.eael-event-calendar-wrapper .fc-view table thead:first-child tr:first-child td{border-top:1px solid #dfdfe9}.fc-unthemed .fc-timeGridDay-view .fc-event,.fc-unthemed .fc-timeGridWeek-view .fc-event{border-left:1px solid;border-color:#4d4d4d !important}.fc-unthemed .fc-timeGridDay-view .fc-event .fc-time,.fc-unthemed .fc-timeGridWeek-view .fc-event .fc-time{padding-left:3px}.fc-unthemed .fc-timeGridDay-view .fc-bg table tbody tr>td,.fc-unthemed .fc-timeGridWeek-view .fc-bg table tbody tr>td{padding-left:1px}.fc-unthemed .fc-timeGridDay-view .fc-time-grid .fc-event .fc-content,.fc-unthemed .fc-timeGridWeek-view .fc-time-grid .fc-event .fc-content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.fc-unthemed .fc-timeGridWeek-view .fc-time-grid .fc-event .fc-content{display:inherit}.fc-unthemed .fc-listWeek-view .fc-list-table tr.fc-list-item,.fc-unthemed .fc-listMonth-view .fc-list-table tr.fc-list-item{cursor:pointer}.fc-unthemed .fc-listWeek-view .fc-list-table tr td,.fc-unthemed .fc-listMonth-view .fc-list-table tr td{padding-bottom:10px;padding-top:10px}.fc-unthemed .fc-dayGridMonth-view .fc-day-grid-event .fc-time{font-weight:400}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#dfdfe9}.fc-unthemed a.fc-day-grid-event,.fc-unthemed .fc-event{color:#707070;font-size:14px;background:#fff;border-radius:5px;font-weight:400;margin:1px;border:none}.fc-unthemed a.fc-day-grid-event .fc-day-grid-event .fc-time,.fc-unthemed .fc-event .fc-day-grid-event .fc-time{font-weight:normal}.fc-unthemed .fc-time-grid .fc-event{min-height:20px}.fc-unthemed .fc-time-grid .fc-event .fc-content{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;height:100%;width:100%}.fc-unthemed .fc-time-grid .fc-event .fc-content .fc-title{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.fc-unthemed .fc-event:hover{color:#707070}.eaelec-modal.eael-zoom-in{opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eaelec-modal.eael-zoom-in .eaelec-modal-content{opacity:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5)}.eaelec-modal.eael-zoom-in.eael-ec-popup-ready .eael-ec-modal-bg{opacity:.7}.eaelec-modal.eael-zoom-in.eael-ec-popup-ready .eaelec-modal-content{opacity:1;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}.eaelec-modal.eael-zoom-in.eael-ec-modal-removing .eaelec-modal-content{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);opacity:0}.eaelec-modal.eael-zoom-in.eael-ec-modal-removing .eael-ec-modal-bg{opacity:0}@media(min-width: 768px)and (max-width: 1024px){.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar{margin-bottom:12px}.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-center h2{font-size:22px}.eael-event-calendar-wrapper .fc-right .fc-button-group .fc-button.fc-button-primary:before{font-size:15px}.eael-event-calendar-wrapper .fc-timeGridWeek-view a .fc-content{display:inherit !important}.eael-event-calendar-wrapper .fc-day-header.fc-widget-header span{font-size:15px}.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-button-group button:not(:first-child){margin-left:5px}.eael-event-calendar-wrapper .eaelec-modal-body{height:200px}}@media only screen and (max-width: 767px){.eael-event-calendar-wrapper .fc-dayGridMonth-view .fc-day-grid-event{padding:8px 0px 8px 0px !important}.eael-event-calendar-wrapper .fc-dayGridMonth-view .fc-day-grid-event .fc-content{font-size:12px}.fc-right,.fc-left{width:100%;text-align:center}.fc-left{text-align:center}.fc-right{margin-bottom:10px}.fc-right .fc-button-group .fc-button.fc-button-primary{font-size:11px}.fc-right .fc-button-group .fc-button.fc-button-primary:before{font-size:11px;padding-left:0}.fc-center{text-align:center}.fc-toolbar.fc-header-toolbar{display:inline-block;width:100%}.fc-toolbar.fc-header-toolbar .fc-button-group button.fc-button.fc-button-primary{margin-left:5px;font-size:12px}th.fc-widget-header>span{padding:0;font-size:14px}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:0;margin:0;font-size:10px}.fc-basic-view .fc-body .fc-row{min-height:2em}.eael-event-calendar-wrapper .eaelec-modal-body{height:100px}}
1
+ .eael-event-calendar-wrapper{font-family:Segoe UI}.eael-event-calendar-wrapper .fc-row table{margin:0px !important}.eael-event-calendar-wrapper .fc table{margin:auto;overflow:auto}.eael-event-calendar-wrapper .fc-view table thead:first-child tr:first-child td{border-top:1px solid #ddd !important;border-bottom:none !important}.eael-event-calendar-wrapper .fc-day-grid-event{margin-top:2px;padding:8px;font-size:12px;border-left-width:5px}.eael-event-calendar-wrapper .fc-day.fc-today{background:transparent}.eael-event-calendar-wrapper .fc-day-top.fc-today .fc-day-number{font-weight:bold}.eael-event-calendar-wrapper .fc-row table thead:first-child tr:first-child th{font-size:14px}.eael-event-calendar-wrapper .fc-day-number{font-size:14px;float:center !important}.eael-event-calendar-wrapper .eaelec-modal{position:fixed;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:-1}.eael-event-calendar-wrapper .eaelec-modal .eael-ec-modal-bg{position:absolute;left:0;top:0;height:100%;width:100%;background:#000;opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-event-calendar-wrapper .eaelec-modal.eael-ec-popup-ready{z-index:99999;opacity:1}.eael-event-calendar-wrapper .eaelec-modal-content{position:relative;margin:auto;border:1px solid #888;max-width:900px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);background-color:#fefefe;padding:20px 0;width:100%;border-radius:10px}.eael-event-calendar-wrapper .eaelec-modal-header{padding:0px 30px;color:#fff;border-color:#090;overflow:auto;margin-top:8px}.eael-event-calendar-wrapper .eaelec-modal-header h2{color:#242424;margin:0;padding:0}.eael-event-calendar-wrapper .eaelec-modal-header .eaelec-event-popup-date{color:#555;padding-top:2px;display:inline-block;text-transform:capitalize}.eael-event-calendar-wrapper .eaelec-modal-header .eaelec-event-popup-date i{color:#5725ff}.eael-event-calendar-wrapper .eaelec-modal-close{position:absolute;right:-15px;top:-18px;font-size:24px;z-index:9999;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible;border:2px solid #fff;background:#fff;text-align:center;-webkit-box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#000 !important;height:40px;width:40px;text-align:center;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;border-radius:50%}.eael-event-calendar-wrapper .eaelec-modal-close>span{font-size:20px}.eael-event-calendar-wrapper .eaelec-modal-close:hover,.eael-event-calendar-wrapper .eaelec-modal-close:focus{color:#fff;text-decoration:none;cursor:pointer}.eael-event-calendar-wrapper .eaelec-modal-body{padding:0 10px 0 35px;margin:10px 0;color:#555;height:300px;overflow-y:auto;word-break:break-word}.eael-event-calendar-wrapper .eaelec-modal-body::-webkit-scrollbar{width:6px}.eael-event-calendar-wrapper .eaelec-modal-body::-webkit-scrollbar-thumb{background:#aaa;border-radius:10px}.eael-event-calendar-wrapper .eaelec-modal-footer{padding:0px 10px 0 35px;color:#fff;border:0px solid red}.eael-event-calendar-wrapper .eaelec-event-date-start,.eael-event-calendar-wrapper .eaelec-event-date-end{font-size:15px}@media(max-width: 575px){.eael-event-calendar-wrapper .fc-toolbar{margin:0 !important;padding:0 !important}.eael-event-calendar-wrapper .fc-toolbar .fc-center{width:100% !important;margin:0 !important;padding:0 !important}.eael-event-calendar-wrapper .fc-toolbar h2{font-size:16px !important;width:100% !important;text-align:center !important;padding:5px !important}.eael-event-calendar-wrapper .fc-ltr .fc-axis{font-size:12px !important}.eael-event-calendar-wrapper .fc-row table thead:first-child tr:first-child th{font-weight:normal !important;font-size:12px !important;padding:5px !important}}.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-center h2{font-size:22px}.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-button .fc-icon{font-size:13px}.eael-event-calendar-wrapper .eael-event-completed{text-decoration:line-through}.fc-toolbar.fc-header-toolbar .fc-button-group button:not(:first-child){margin-left:5px}.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button,.fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button,.fc-toolbar.fc-header-toolbar button.fc-listWeek-button,.fc-toolbar.fc-header-toolbar button.fc-listMonth-button,.fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button{position:relative}.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before,.fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before,.fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before,.fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before,.fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before{font-family:"Font Awesome 5 Free";font-weight:900;font-size:13px;display:inline-block;padding-right:5px;padding-left:0;-webkit-font-smoothing:antialiased}.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before{content:"";left:8px}.fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before{content:"";left:21px}.fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before{content:""}.fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before,.fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before{content:""}.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary{-webkit-box-shadow:none;box-shadow:none;height:auto;width:auto;float:none;font-size:13px;font-weight:400;color:#5e5e5e;border-radius:3px;text-transform:capitalize;background:#f7f7fb;text-shadow:none;line-height:19px;padding:8px 12px;border:none}.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-state-active,.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:hover,.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:visited,.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:focus{background:#5725ff;color:#fff;-webkit-box-shadow:none;box-shadow:none}.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-button-active{background:#5725ff;color:#fff}th.fc-widget-header>span{padding:14px;display:block;font-size:16px;color:#424344}span.fc-day-number{padding:17px;display:block}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:12px 2px 2px 2px;display:block;border-bottom:0px solid}.eael-event-calendar-wrapper .fc-view .fc-body thead:first-child tr:first-child td{border-bottom:3px solid transparent}.eael-event-calendar-wrapper .fc-view table thead:first-child tr:first-child td{border-top:1px solid #dfdfe9}.fc-unthemed .fc-timeGridDay-view .fc-event,.fc-unthemed .fc-timeGridWeek-view .fc-event{border-left:1px solid;border-color:#4d4d4d !important}.fc-unthemed .fc-timeGridDay-view .fc-event .fc-time,.fc-unthemed .fc-timeGridWeek-view .fc-event .fc-time{padding-left:3px}.fc-unthemed .fc-timeGridDay-view .fc-bg table tbody tr>td,.fc-unthemed .fc-timeGridWeek-view .fc-bg table tbody tr>td{padding-left:1px}.fc-unthemed .fc-timeGridDay-view .fc-time-grid .fc-event .fc-content,.fc-unthemed .fc-timeGridWeek-view .fc-time-grid .fc-event .fc-content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.fc-unthemed .fc-timeGridWeek-view .fc-time-grid .fc-event .fc-content{display:inherit}.fc-unthemed .fc-listWeek-view .fc-list-table tr.fc-list-item,.fc-unthemed .fc-listMonth-view .fc-list-table tr.fc-list-item{cursor:pointer}.fc-unthemed .fc-listWeek-view .fc-list-table tr td,.fc-unthemed .fc-listMonth-view .fc-list-table tr td{padding-bottom:10px;padding-top:10px}.fc-unthemed .fc-dayGridMonth-view .fc-day-grid-event .fc-time{font-weight:400}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#dfdfe9}.fc-unthemed a.fc-day-grid-event,.fc-unthemed .fc-event{color:#707070;font-size:14px;background:#fff;border-radius:5px;font-weight:400;margin:1px;border:none}.fc-unthemed a.fc-day-grid-event .fc-day-grid-event .fc-time,.fc-unthemed .fc-event .fc-day-grid-event .fc-time{font-weight:normal}.fc-unthemed .fc-time-grid .fc-event{min-height:20px}.fc-unthemed .fc-time-grid .fc-event .fc-content{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;height:100%;width:100%}.fc-unthemed .fc-time-grid .fc-event .fc-content .fc-title{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.fc-unthemed .fc-event:hover{color:#707070}.eaelec-modal.eael-zoom-in{opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eaelec-modal.eael-zoom-in .eaelec-modal-content{opacity:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5)}.eaelec-modal.eael-zoom-in.eael-ec-popup-ready .eael-ec-modal-bg{opacity:.7}.eaelec-modal.eael-zoom-in.eael-ec-popup-ready .eaelec-modal-content{opacity:1;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}.eaelec-modal.eael-zoom-in.eael-ec-modal-removing .eaelec-modal-content{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);opacity:0}.eaelec-modal.eael-zoom-in.eael-ec-modal-removing .eael-ec-modal-bg{opacity:0}@media(min-width: 768px)and (max-width: 1024px){.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar{margin-bottom:12px}.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-center h2{font-size:22px}.eael-event-calendar-wrapper .fc-right .fc-button-group .fc-button.fc-button-primary:before{font-size:15px}.eael-event-calendar-wrapper .fc-timeGridWeek-view a .fc-content{display:inherit !important}.eael-event-calendar-wrapper .fc-day-header.fc-widget-header span{font-size:15px}.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-button-group button:not(:first-child){margin-left:5px}.eael-event-calendar-wrapper .eaelec-modal-body{height:200px}}@media only screen and (max-width: 767px){.eael-event-calendar-wrapper .fc-dayGridMonth-view .fc-day-grid-event{padding:8px 0px 8px 0px !important}.eael-event-calendar-wrapper .fc-dayGridMonth-view .fc-day-grid-event .fc-content{font-size:12px}.fc-right,.fc-left{width:100%;text-align:center}.fc-left{text-align:center}.fc-right{margin-bottom:10px}.fc-right .fc-button-group .fc-button.fc-button-primary{font-size:11px}.fc-right .fc-button-group .fc-button.fc-button-primary:before{font-size:11px;padding-left:0}.fc-center{text-align:center}.fc-toolbar.fc-header-toolbar{display:inline-block;width:100%}.fc-toolbar.fc-header-toolbar .fc-button-group button.fc-button.fc-button-primary{margin-left:5px;font-size:12px}th.fc-widget-header>span{padding:0;font-size:14px}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:0;margin:0;font-size:10px}.fc-basic-view .fc-body .fc-row{min-height:2em}.eael-event-calendar-wrapper .eaelec-modal-body{height:100px}}
assets/front-end/css/view/image-accordion.css CHANGED
@@ -10,7 +10,7 @@
10
  -ms-flex-direction: column;
11
  flex-direction: column;
12
  }
13
- .eael-img-accordion a {
14
  position: relative;
15
  -webkit-box-flex: 1;
16
  -ms-flex: 1;
@@ -89,7 +89,7 @@
89
  .eael-img-accordion .overlay .overlay-inner {
90
  z-index: 1;
91
  }
92
- .eael-img-accordion a:after {
93
  content: "";
94
  position: absolute;
95
  width: 100%;
@@ -120,7 +120,7 @@
120
  -webkit-transform: translate3d(0, 60px, 0);
121
  transform: translate3d(0, 60px, 0);
122
  }
123
- .eael-img-accordion a.overlay-active .overlay-inner *,
124
  .eael-img-accordion .overlay-inner-show * {
125
  opacity: 1;
126
  visibility: visible;
@@ -139,13 +139,13 @@
139
  flex-direction: column;
140
  }
141
 
142
- .eael-img-accordion a:hover {
143
  -webkit-box-flex: 1;
144
  -ms-flex: 1;
145
  flex: 1;
146
  }
147
 
148
- .eael-img-accordion a:hover .overlay {
149
  background-color: transparent;
150
  }
151
  }
10
  -ms-flex-direction: column;
11
  flex-direction: column;
12
  }
13
+ .eael-img-accordion .eael-image-accordion-hover {
14
  position: relative;
15
  -webkit-box-flex: 1;
16
  -ms-flex: 1;
89
  .eael-img-accordion .overlay .overlay-inner {
90
  z-index: 1;
91
  }
92
+ .eael-img-accordion .eael-image-accordion-hover:after {
93
  content: "";
94
  position: absolute;
95
  width: 100%;
120
  -webkit-transform: translate3d(0, 60px, 0);
121
  transform: translate3d(0, 60px, 0);
122
  }
123
+ .eael-img-accordion .eael-image-accordion-hover.overlay-active .overlay-inner *,
124
  .eael-img-accordion .overlay-inner-show * {
125
  opacity: 1;
126
  visibility: visible;
139
  flex-direction: column;
140
  }
141
 
142
+ .eael-img-accordion .eael-image-accordion-hover:hover {
143
  -webkit-box-flex: 1;
144
  -ms-flex: 1;
145
  flex: 1;
146
  }
147
 
148
+ .eael-img-accordion .eael-image-accordion-hover:hover .overlay {
149
  background-color: transparent;
150
  }
151
  }
assets/front-end/css/view/image-accordion.min.css CHANGED
@@ -1 +1 @@
1
- .eael-img-accordion{display:-webkit-box;display:-ms-flexbox;display:flex;height:50vh}.eael-img-accordion.accordion-direction-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-img-accordion a{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;text-decoration:none;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:-webkit-box-flex .4s;transition:-webkit-box-flex .4s;-o-transition:flex .4s;transition:flex .4s;transition:flex .4s, -webkit-box-flex .4s, -ms-flex .4s;overflow:hidden}.eael-grow-accordion{-webkit-box-flex:3;-ms-flex:3;flex:3}.eael-img-accordion .overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:background-color .4s;-o-transition:background-color .4s;transition:background-color .4s}.eael-img-accordion-horizontal-align-left .overlay{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.eael-img-accordion-horizontal-align-center .overlay{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.eael-img-accordion-horizontal-align-right .overlay{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.eael-img-accordion-vertical-align-top .overlay{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.eael-img-accordion-vertical-align-center .overlay{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-img-accordion-vertical-align-bottom .overlay{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.eael-img-accordion .overlay .overlay-inner{z-index:1}.eael-img-accordion a:after{content:"";position:absolute;width:100%;height:100%;z-index:0;top:0px;left:0px;bottom:0px;right:0px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-img-accordion .overlay-inner *{visibility:hidden;opacity:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.eael-img-accordion .overlay h2{color:#fff;-webkit-transform:translate3d(0, -60px, 0);transform:translate3d(0, -60px, 0)}.eael-img-accordion .overlay p{color:#fff;margin-bottom:0;-webkit-transform:translate3d(0, 60px, 0);transform:translate3d(0, 60px, 0)}.eael-img-accordion a.overlay-active .overlay-inner *,.eael-img-accordion .overlay-inner-show *{opacity:1;visibility:visible;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;-webkit-transition:all .3s .3s;-o-transition:all .3s .3s;transition:all .3s .3s}@media screen and (max-width: 800px){.eael-img-accordion{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-img-accordion a:hover{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-img-accordion a:hover .overlay{background-color:transparent}}.rtl .eael-img-accordion{direction:ltr}
1
+ .eael-img-accordion{display:-webkit-box;display:-ms-flexbox;display:flex;height:50vh}.eael-img-accordion.accordion-direction-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-img-accordion .eael-image-accordion-hover{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;text-decoration:none;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:-webkit-box-flex .4s;transition:-webkit-box-flex .4s;-o-transition:flex .4s;transition:flex .4s;transition:flex .4s, -webkit-box-flex .4s, -ms-flex .4s;overflow:hidden}.eael-grow-accordion{-webkit-box-flex:3;-ms-flex:3;flex:3}.eael-img-accordion .overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:background-color .4s;-o-transition:background-color .4s;transition:background-color .4s}.eael-img-accordion-horizontal-align-left .overlay{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.eael-img-accordion-horizontal-align-center .overlay{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.eael-img-accordion-horizontal-align-right .overlay{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.eael-img-accordion-vertical-align-top .overlay{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.eael-img-accordion-vertical-align-center .overlay{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-img-accordion-vertical-align-bottom .overlay{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.eael-img-accordion .overlay .overlay-inner{z-index:1}.eael-img-accordion .eael-image-accordion-hover:after{content:"";position:absolute;width:100%;height:100%;z-index:0;top:0px;left:0px;bottom:0px;right:0px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-img-accordion .overlay-inner *{visibility:hidden;opacity:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.eael-img-accordion .overlay h2{color:#fff;-webkit-transform:translate3d(0, -60px, 0);transform:translate3d(0, -60px, 0)}.eael-img-accordion .overlay p{color:#fff;margin-bottom:0;-webkit-transform:translate3d(0, 60px, 0);transform:translate3d(0, 60px, 0)}.eael-img-accordion .eael-image-accordion-hover.overlay-active .overlay-inner *,.eael-img-accordion .overlay-inner-show *{opacity:1;visibility:visible;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;-webkit-transition:all .3s .3s;-o-transition:all .3s .3s;transition:all .3s .3s}@media screen and (max-width: 800px){.eael-img-accordion{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-img-accordion .eael-image-accordion-hover:hover{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-img-accordion .eael-image-accordion-hover:hover .overlay{background-color:transparent}}.rtl .eael-img-accordion{direction:ltr}
assets/front-end/js/edit/advanced-data-table.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var a={};function t(n){if(a[n])return a[n].exports;var l=a[n]={i:n,l:!1,exports:{}};return e[n].call(l.exports,l,l.exports,t),l.l=!0,l.exports}t.m=e,t.c=a,t.d=function(e,a,n){t.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,a){if(1&a&&(e=t(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var l in e)t.d(n,l,function(a){return e[a]}.bind(null,l));return n},t.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(a,"a",a),a},t.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},t.p="",t(t.s=25)}({25:function(e,a){function t(e,a){for(var t=0;t<a.length;t++){var n=a[t];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,a){if(!(e instanceof a))throw new TypeError("Cannot call a class as a function")}(this,e),this.panel=null,this.model=null,this.view=null,this.table=null,this.timeout=null,this.activeCell=null,this.dragStartX=null,this.dragStartWidth=null,this.dragEl=null,this.dragging=!1,ea.hooks.addFilter("advancedDataTable.getClassProps","ea",this.getClassProps.bind(this)),ea.hooks.addFilter("advancedDataTable.setClassProps","ea",this.setClassProps.bind(this)),ea.hooks.addFilter("advancedDataTable.parseHTML","ea",this.parseHTML),ea.hooks.addAction("advancedDataTable.initEditor","ea",this.initEditor.bind(this)),ea.hooks.addAction("advancedDataTable.updateFromView","ea",this.updateFromView.bind(this)),ea.hooks.addAction("advancedDataTable.initInlineEdit","ea",this.initInlineEdit.bind(this)),ea.hooks.addAction("advancedDataTable.initPanelAction","ea",this.initPanelAction.bind(this)),elementor.hooks.addFilter("elements/widget/contextMenuGroups",this.initContextMenu),elementor.hooks.addAction("panel/open_editor/widget/eael-advanced-data-table",this.initPanel.bind(this))}var a,n,l;return a=e,(n=[{key:"updateFromView",value:function(e,a){var t=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=e.model;if(n.remoteRender=t,elementor.config.version>"2.7.6"){var l=e.getContainer(),o=e.getContainer().settings.attributes;Object.keys(a).forEach((function(e){o[e]=a[e]})),parent.window.$e.run("document/elements/settings",{container:l,settings:o,options:{external:t}})}else Object.keys(a).forEach((function(e){n.setSetting(e,a[e])}));this.timeout=setTimeout((function(){n.remoteRender=!0}),1001)}},{key:"getClassProps",value:function(){return{view:this.view,model:this.model,table:this.table,activeCell:this.activeCell}}},{key:"setClassProps",value:function(e){var a=this;Object.keys(e).forEach((function(t){a[t]=e[t]}))}},{key:"parseHTML",value:function(e){return e.querySelectorAll("th, td").forEach((function(e){null!==e.querySelector(".inline-editor")&&(e.innerHTML=decodeURI(e.dataset.quill||""),delete e.dataset.quill)})),e}},{key:"initEditor",value:function(e){var a=this;e.dataset.quill=encodeURI(e.innerHTML),e.innerHTML='<div class="inline-editor">'.concat(e.innerHTML,"</div>");var t=new Quill(e.querySelector(".inline-editor"),{theme:"bubble",modules:{toolbar:["bold","italic","underline","strike","link",{list:"ordered"},{list:"bullet"}]}});t.on("text-change",(function(n,l,o){clearTimeout(a.timeout),e.dataset.quill=encodeURI(t.root.innerHTML);var i=a.parseHTML(a.table.cloneNode(!0));a.updateFromView(a.view,{ea_adv_data_table_static_html:i.innerHTML})}))}},{key:"initInlineEdit",value:function(){var e=this,a=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table")&&(e.table!==e.view.el.querySelector(".ea-advanced-data-table")&&(e.table=e.view.el.querySelector(".ea-advanced-data-table"),e.table.classList.contains("ea-advanced-data-table-static")&&e.table.querySelectorAll("th, td").forEach((function(a){e.initEditor(a)})),e.table.addEventListener("mousedown",(function(a){a.stopPropagation(),"th"===a.target.tagName.toLowerCase()&&(e.dragging=!0,e.dragEl=a.target,e.dragStartX=a.pageX,e.dragStartWidth=a.target.offsetWidth),"th"===a.target.tagName.toLowerCase()||"td"===a.target.tagName.toLowerCase()?e.activeCell=a.target:"th"===a.target.parentNode.tagName.toLowerCase()||"td"===a.target.parentNode.tagName.toLowerCase()?e.activeCell=a.target.parentNode:"th"===a.target.parentNode.parentNode.tagName.toLowerCase()||"td"===a.target.parentNode.parentNode.tagName.toLowerCase()?e.activeCell=a.target.parentNode.parentNode:"th"!==a.target.parentNode.parentNode.parentNode.tagName.toLowerCase()&&"td"!==a.target.parentNode.parentNode.parentNode.tagName.toLowerCase()||(e.activeCell=a.target.parentNode.parentNode.parentNode)})),e.table.addEventListener("mousemove",(function(a){e.dragging&&(e.dragEl.style.width="".concat(e.dragStartWidth+(event.pageX-e.dragStartX),"px"))})),e.table.addEventListener("mouseup",(function(a){if(e.dragging)if(e.dragging=!1,clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var t=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:t.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,a){n[a]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}})),e.table.addEventListener("dblclick",(function(a){if("th"===a.target.tagName.toLowerCase())if(a.stopPropagation(),clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var t=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:t.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,a){n[a]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}}))),clearInterval(a))}),500)}},{key:"initPanelAction",value:function(){var e=this;this.panel.content.el.onclick=function(a){if("ea:advTable:export"==a.target.dataset.event){for(var t=e.table.querySelectorAll("table tr"),n=[],l=0;l<t.length;l++){var o=[],i=t[l].querySelectorAll("th, td");if(e.table.classList.contains("ea-advanced-data-table-static"))for(var r=0;r<i.length;r++)o.push(JSON.stringify(decodeURI(i[r].dataset.quill)));else for(var d=0;d<i.length;d++)o.push(JSON.stringify(i[d].innerHTML.replace(/(\r\n|\n|\r)/gm," ").trim()));n.push(o.join(","))}var s=new Blob([n.join("\n")],{type:"text/csv"}),c=parent.document.createElement("a");c.classList.add("ea-adv-data-table-download-".concat(e.model.attributes.id)),c.download="ea-adv-data-table-".concat(e.model.attributes.id,".csv"),c.href=window.URL.createObjectURL(s),c.style.display="none",parent.document.body.appendChild(c),c.click(),parent.document.querySelector(".ea-adv-data-table-download-".concat(e.model.attributes.id)).remove()}else if("ea:advTable:import"==a.target.dataset.event){var v=e.panel.content.el.querySelector(".ea_adv_table_csv_string"),u=e.panel.content.el.querySelector(".ea_adv_table_csv_string_table").checked,h=v.value.split("\n"),p="",b="";if(v.value.length>0&&(b+="<tbody>",h.forEach((function(e,a){e.length>0&&(cols=e.match(/("(?:[^"\\]|\\.)*"|[^","]+)/gm),cols.length>0&&(u&&0==a?(p+="<thead><tr>",cols.forEach((function(e){e.match(/(^"")|(^")|("$)|(""$)/g)?p+="<th>".concat(JSON.parse(e),"</th>"):p+="<th>".concat(e,"</th>")})),p+="</tr></thead>"):(b+="<tr>",cols.forEach((function(e){e.match(/(^"")|(^")|("$)|(""$)/g)?b+="<td>".concat(JSON.parse(e),"</td>"):b+="<td>".concat(e,"</td>")})),b+="</tr>")))})),b+="</tbody>",p.length>0||b.length>0)){e.updateFromView(e.view,{ea_adv_data_table_static_html:p+b},!0);var f=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table").innerHTML==p+b&&(clearInterval(f),ea.hooks.doAction("advancedDataTable.initInlineEdit"))}),500)}v.value=""}ea.hooks.doAction("advancedDataTable.panelAction",e.panel,e.model,e.view,a)}}},{key:"initPanel",value:function(e,a,t){var n=this;this.panel=e,this.model=a,this.view=t,ea.hooks.doAction("advancedDataTable.initInlineEdit"),ea.hooks.doAction("advancedDataTable.initPanelAction"),ea.hooks.doAction("advancedDataTable.afterInitPanel",e,a,t),a.once("editor:close",(function(){var e=n.parseHTML(n.table.cloneNode(!0));n.updateFromView(n.view,{ea_adv_data_table_static_html:e.innerHTML},!0)}))}},{key:"initContextMenu",value:function(e,a){return"eael-advanced-data-table"==a.options.model.attributes.widgetType&&"static"==a.options.model.attributes.settings.attributes.ea_adv_data_table_source&&e.push({name:"ea_advanced_data_table",actions:[{name:"add_row_above",title:"Add Row Above",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n&&"th"!=n.tagName.toLowerCase()){for(var l=n.parentNode.rowIndex,o=t.insertRow(l),i=0;i<t.rows[0].cells.length;i++){var r=o.insertCell(i);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_row_below",title:"Add Row Below",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.parentNode.rowIndex+1,o=t.insertRow(l),i=0;i<t.rows[0].cells.length;i++){var r=o.insertCell(i);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_column_left",title:"Add Column Left",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<t.rows.length;o++)if("th"==t.rows[o].cells[0].tagName.toLowerCase()){var i=t.rows[o].insertBefore(document.createElement("th"),t.rows[o].cells[l]);ea.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=t.rows[o].insertCell(l);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_column_right",title:"Add Column Right",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex+1,o=0;o<t.rows.length;o++)if("th"==t.rows[o].cells[0].tagName.toLowerCase()){var i=t.rows[o].insertBefore(document.createElement("th"),t.rows[o].cells[l]);ea.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=t.rows[o].insertCell(l);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"delete_row",title:"Delete Row",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){var l=n.parentNode.rowIndex;t.deleteRow(l),ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var o=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:o.innerHTML})}}},{name:"delete_column",title:"Delete Column",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<t.rows.length;o++)t.rows[o].deleteCell(l);ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var i=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:i.innerHTML})}}}]}),e}}])&&t(a.prototype,n),l&&t(a,l),e}();ea.hooks.addAction("editMode.init","ea",(function(){new n}))}});
1
+ !function(e){var a={};function t(n){if(a[n])return a[n].exports;var l=a[n]={i:n,l:!1,exports:{}};return e[n].call(l.exports,l,l.exports,t),l.l=!0,l.exports}t.m=e,t.c=a,t.d=function(e,a,n){t.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,a){if(1&a&&(e=t(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var l in e)t.d(n,l,function(a){return e[a]}.bind(null,l));return n},t.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(a,"a",a),a},t.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},t.p="",t(t.s=24)}({24:function(e,a){function t(e,a){for(var t=0;t<a.length;t++){var n=a[t];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,a){if(!(e instanceof a))throw new TypeError("Cannot call a class as a function")}(this,e),this.panel=null,this.model=null,this.view=null,this.table=null,this.timeout=null,this.activeCell=null,this.dragStartX=null,this.dragStartWidth=null,this.dragEl=null,this.dragging=!1,ea.hooks.addFilter("advancedDataTable.getClassProps","ea",this.getClassProps.bind(this)),ea.hooks.addFilter("advancedDataTable.setClassProps","ea",this.setClassProps.bind(this)),ea.hooks.addFilter("advancedDataTable.parseHTML","ea",this.parseHTML),ea.hooks.addAction("advancedDataTable.initEditor","ea",this.initEditor.bind(this)),ea.hooks.addAction("advancedDataTable.updateFromView","ea",this.updateFromView.bind(this)),ea.hooks.addAction("advancedDataTable.initInlineEdit","ea",this.initInlineEdit.bind(this)),ea.hooks.addAction("advancedDataTable.initPanelAction","ea",this.initPanelAction.bind(this)),elementor.hooks.addFilter("elements/widget/contextMenuGroups",this.initContextMenu),elementor.hooks.addAction("panel/open_editor/widget/eael-advanced-data-table",this.initPanel.bind(this))}var a,n,l;return a=e,(n=[{key:"updateFromView",value:function(e,a){var t=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=e.model;if(n.remoteRender=t,elementor.config.version>"2.7.6"){var l=e.getContainer(),o=e.getContainer().settings.attributes;Object.keys(a).forEach((function(e){o[e]=a[e]})),parent.window.$e.run("document/elements/settings",{container:l,settings:o,options:{external:t}})}else Object.keys(a).forEach((function(e){n.setSetting(e,a[e])}));this.timeout=setTimeout((function(){n.remoteRender=!0}),1001)}},{key:"getClassProps",value:function(){return{view:this.view,model:this.model,table:this.table,activeCell:this.activeCell}}},{key:"setClassProps",value:function(e){var a=this;Object.keys(e).forEach((function(t){a[t]=e[t]}))}},{key:"parseHTML",value:function(e){return e.querySelectorAll("th, td").forEach((function(e){null!==e.querySelector(".inline-editor")&&(e.innerHTML=decodeURI(e.dataset.quill||""),delete e.dataset.quill)})),e}},{key:"initEditor",value:function(e){var a=this;e.dataset.quill=encodeURI(e.innerHTML),e.innerHTML='<div class="inline-editor">'.concat(e.innerHTML,"</div>");var t=new Quill(e.querySelector(".inline-editor"),{theme:"bubble",modules:{toolbar:["bold","italic","underline","strike","link",{list:"ordered"},{list:"bullet"}]}});t.on("text-change",(function(n,l,o){clearTimeout(a.timeout),e.dataset.quill=encodeURI(t.root.innerHTML);var i=a.parseHTML(a.table.cloneNode(!0));a.updateFromView(a.view,{ea_adv_data_table_static_html:i.innerHTML})}))}},{key:"initInlineEdit",value:function(){var e=this,a=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table")&&(e.table!==e.view.el.querySelector(".ea-advanced-data-table")&&(e.table=e.view.el.querySelector(".ea-advanced-data-table"),e.table.classList.contains("ea-advanced-data-table-static")&&e.table.querySelectorAll("th, td").forEach((function(a){e.initEditor(a)})),e.table.addEventListener("mousedown",(function(a){a.stopPropagation(),"th"===a.target.tagName.toLowerCase()&&(e.dragging=!0,e.dragEl=a.target,e.dragStartX=a.pageX,e.dragStartWidth=a.target.offsetWidth),"th"===a.target.tagName.toLowerCase()||"td"===a.target.tagName.toLowerCase()?e.activeCell=a.target:"th"===a.target.parentNode.tagName.toLowerCase()||"td"===a.target.parentNode.tagName.toLowerCase()?e.activeCell=a.target.parentNode:"th"===a.target.parentNode.parentNode.tagName.toLowerCase()||"td"===a.target.parentNode.parentNode.tagName.toLowerCase()?e.activeCell=a.target.parentNode.parentNode:"th"!==a.target.parentNode.parentNode.parentNode.tagName.toLowerCase()&&"td"!==a.target.parentNode.parentNode.parentNode.tagName.toLowerCase()||(e.activeCell=a.target.parentNode.parentNode.parentNode)})),e.table.addEventListener("mousemove",(function(a){e.dragging&&(e.dragEl.style.width="".concat(e.dragStartWidth+(event.pageX-e.dragStartX),"px"))})),e.table.addEventListener("mouseup",(function(a){if(e.dragging)if(e.dragging=!1,clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var t=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:t.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,a){n[a]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}})),e.table.addEventListener("dblclick",(function(a){if("th"===a.target.tagName.toLowerCase())if(a.stopPropagation(),clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var t=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:t.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,a){n[a]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}}))),clearInterval(a))}),500)}},{key:"initPanelAction",value:function(){var e=this;this.panel.content.el.onclick=function(a){if("ea:advTable:export"==a.target.dataset.event){for(var t=e.table.querySelectorAll("table tr"),n=[],l=0;l<t.length;l++){var o=[],i=t[l].querySelectorAll("th, td");if(e.table.classList.contains("ea-advanced-data-table-static"))for(var r=0;r<i.length;r++)o.push(JSON.stringify(decodeURI(i[r].dataset.quill)));else for(var d=0;d<i.length;d++)o.push(JSON.stringify(i[d].innerHTML.replace(/(\r\n|\n|\r)/gm," ").trim()));n.push(o.join(","))}var s=new Blob([n.join("\n")],{type:"text/csv"}),c=parent.document.createElement("a");c.classList.add("ea-adv-data-table-download-".concat(e.model.attributes.id)),c.download="ea-adv-data-table-".concat(e.model.attributes.id,".csv"),c.href=window.URL.createObjectURL(s),c.style.display="none",parent.document.body.appendChild(c),c.click(),parent.document.querySelector(".ea-adv-data-table-download-".concat(e.model.attributes.id)).remove()}else if("ea:advTable:import"==a.target.dataset.event){var v=e.panel.content.el.querySelector(".ea_adv_table_csv_string"),u=e.panel.content.el.querySelector(".ea_adv_table_csv_string_table").checked,h=v.value.split("\n"),p="",b="";if(v.value.length>0&&(b+="<tbody>",h.forEach((function(e,a){e.length>0&&(cols=e.match(/("(?:[^"\\]|\\.)*"|[^","]+)/gm),cols.length>0&&(u&&0==a?(p+="<thead><tr>",cols.forEach((function(e){e.match(/(^"")|(^")|("$)|(""$)/g)?p+="<th>".concat(JSON.parse(e),"</th>"):p+="<th>".concat(e,"</th>")})),p+="</tr></thead>"):(b+="<tr>",cols.forEach((function(e){e.match(/(^"")|(^")|("$)|(""$)/g)?b+="<td>".concat(JSON.parse(e),"</td>"):b+="<td>".concat(e,"</td>")})),b+="</tr>")))})),b+="</tbody>",p.length>0||b.length>0)){e.updateFromView(e.view,{ea_adv_data_table_static_html:p+b},!0);var f=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table").innerHTML==p+b&&(clearInterval(f),ea.hooks.doAction("advancedDataTable.initInlineEdit"))}),500)}v.value=""}ea.hooks.doAction("advancedDataTable.panelAction",e.panel,e.model,e.view,a)}}},{key:"initPanel",value:function(e,a,t){var n=this;this.panel=e,this.model=a,this.view=t,ea.hooks.doAction("advancedDataTable.initInlineEdit"),ea.hooks.doAction("advancedDataTable.initPanelAction"),ea.hooks.doAction("advancedDataTable.afterInitPanel",e,a,t),a.once("editor:close",(function(){var e=n.parseHTML(n.table.cloneNode(!0));n.updateFromView(n.view,{ea_adv_data_table_static_html:e.innerHTML},!0)}))}},{key:"initContextMenu",value:function(e,a){return"eael-advanced-data-table"==a.options.model.attributes.widgetType&&"static"==a.options.model.attributes.settings.attributes.ea_adv_data_table_source&&e.push({name:"ea_advanced_data_table",actions:[{name:"add_row_above",title:"Add Row Above",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n&&"th"!=n.tagName.toLowerCase()){for(var l=n.parentNode.rowIndex,o=t.insertRow(l),i=0;i<t.rows[0].cells.length;i++){var r=o.insertCell(i);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_row_below",title:"Add Row Below",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.parentNode.rowIndex+1,o=t.insertRow(l),i=0;i<t.rows[0].cells.length;i++){var r=o.insertCell(i);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_column_left",title:"Add Column Left",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<t.rows.length;o++)if("th"==t.rows[o].cells[0].tagName.toLowerCase()){var i=t.rows[o].insertBefore(document.createElement("th"),t.rows[o].cells[l]);ea.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=t.rows[o].insertCell(l);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_column_right",title:"Add Column Right",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex+1,o=0;o<t.rows.length;o++)if("th"==t.rows[o].cells[0].tagName.toLowerCase()){var i=t.rows[o].insertBefore(document.createElement("th"),t.rows[o].cells[l]);ea.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=t.rows[o].insertCell(l);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"delete_row",title:"Delete Row",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){var l=n.parentNode.rowIndex;t.deleteRow(l),ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var o=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:o.innerHTML})}}},{name:"delete_column",title:"Delete Column",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<t.rows.length;o++)t.rows[o].deleteCell(l);ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var i=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:i.innerHTML})}}}]}),e}}])&&t(a.prototype,n),l&&t(a,l),e}();ea.hooks.addAction("editMode.init","ea",(function(){new n}))}});
assets/front-end/js/edit/promotion.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function o(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,o),r.l=!0,r.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)o.d(n,r,function(t){return e[t]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=26)}({26:function(e,t){ea.hooks.addAction("editMode.init","ea",(function(){parent.document.addEventListener("mousedown",(function(e){var t=parent.document.querySelectorAll(".elementor-element--promotion");if(t.length>0)for(var o=0;o<t.length;o++)if(t[o].contains(e.target)){var n=parent.document.querySelector("#elementor-element--promotion__dialog");if(t[o].querySelector(".icon > i").classList.toString().indexOf("eaicon")>=0)if(n.querySelector(".dialog-buttons-action").style.display="none",e.stopImmediatePropagation(),null===n.querySelector(".ea-dialog-buttons-action")){var r=document.createElement("a"),a=document.createTextNode("Upgrade Essential Addons");r.setAttribute("href","https://wpdeveloper.net/upgrade/ea-pro"),r.setAttribute("target","_blank"),r.classList.add("dialog-button","dialog-action","dialog-buttons-action","elementor-button","elementor-button-success","ea-dialog-buttons-action"),r.appendChild(a),n.querySelector(".dialog-buttons-action").insertAdjacentHTML("afterend",r.outerHTML)}else n.querySelector(".ea-dialog-buttons-action").style.display="";else n.querySelector(".dialog-buttons-action").style.display="",null!==n.querySelector(".ea-dialog-buttons-action")&&(n.querySelector(".ea-dialog-buttons-action").style.display="none");break}}))}))}});
1
+ !function(e){var t={};function o(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,o),r.l=!0,r.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)o.d(n,r,function(t){return e[t]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=25)}({25:function(e,t){ea.hooks.addAction("editMode.init","ea",(function(){parent.document.addEventListener("mousedown",(function(e){var t=parent.document.querySelectorAll(".elementor-element--promotion");if(t.length>0)for(var o=0;o<t.length;o++)if(t[o].contains(e.target)){var n=parent.document.querySelector("#elementor-element--promotion__dialog");if(t[o].querySelector(".icon > i").classList.toString().indexOf("eaicon")>=0)if(n.querySelector(".dialog-buttons-action").style.display="none",e.stopImmediatePropagation(),null===n.querySelector(".ea-dialog-buttons-action")){var r=document.createElement("a"),a=document.createTextNode("Upgrade Essential Addons");r.setAttribute("href","https://wpdeveloper.net/upgrade/ea-pro"),r.setAttribute("target","_blank"),r.classList.add("dialog-button","dialog-action","dialog-buttons-action","elementor-button","elementor-button-success","ea-dialog-buttons-action"),r.appendChild(a),n.querySelector(".dialog-buttons-action").insertAdjacentHTML("afterend",r.outerHTML)}else n.querySelector(".ea-dialog-buttons-action").style.display="";else n.querySelector(".dialog-buttons-action").style.display="",null!==n.querySelector(".ea-dialog-buttons-action")&&(n.querySelector(".ea-dialog-buttons-action").style.display="none");break}}))}))}});
assets/front-end/js/edit/reading-progress.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var r={};function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,r){if(1&r&&(e=t(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var o in e)t.d(n,o,function(r){return e[r]}.bind(null,o));return n},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="",t(t.s=27)}({27:function(e,r){ea.hooks.addAction("editMode.init","ea",(function(){elementor.settings.page.addChangeCallback("eael_ext_reading_progress",(function(e){jQuery(".eael-reading-progress-wrap").addClass("eael-reading-progress-wrap-disabled"),elementor.saver.update.apply().then((function(){elementor.reloadPreview()}))})),elementor.settings.page.addChangeCallback("eael_ext_reading_progress_position",(function(e){elementor.settings.page.setSettings("eael_ext_reading_progress_position",e),jQuery(".eael-reading-progress").removeClass("eael-reading-progress-top eael-reading-progress-bottom").addClass("eael-reading-progress-"+e)}))}))}});
1
+ !function(e){var r={};function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,r){if(1&r&&(e=t(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var o in e)t.d(n,o,function(r){return e[r]}.bind(null,o));return n},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="",t(t.s=26)}({26:function(e,r){ea.hooks.addAction("editMode.init","ea",(function(){elementor.settings.page.addChangeCallback("eael_ext_reading_progress",(function(e){jQuery(".eael-reading-progress-wrap").addClass("eael-reading-progress-wrap-disabled"),elementor.saver.update.apply().then((function(){elementor.reloadPreview()}))})),elementor.settings.page.addChangeCallback("eael_ext_reading_progress_position",(function(e){elementor.settings.page.setSettings("eael_ext_reading_progress_position",e),jQuery(".eael-reading-progress").removeClass("eael-reading-progress-top eael-reading-progress-bottom").addClass("eael-reading-progress-"+e)}))}))}});
assets/front-end/js/edit/table-of-content.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function a(o){if(t[o])return t[o].exports;var l=t[o]={i:o,l:!1,exports:{}};return e[o].call(l.exports,l,l.exports,a),l.l=!0,l.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 l in e)a.d(o,l,function(t){return e[t]}.bind(null,l));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=28)}({28:function(e,t){ea.hooks.addAction("editMode.init","ea",(function(){elementor.settings.page.addChangeCallback("eael_ext_table_of_content",(function(e){elementor.settings.page.setSettings("eael_ext_table_of_content",e),elementor.saver.update.apply().then((function(){elementor.reloadPreview()}))})),elementor.settings.page.addChangeCallback("eael_ext_toc_position",(function(e){var t=jQuery("#eael-toc");"right"===e?t.addClass("eael-toc-right"):(t.removeClass("eael-toc-right"),t.addClass("eael-toc-left"))})),elementor.settings.page.addChangeCallback("eael_ext_table_of_content_list_style",(function(e){var t=jQuery(".eael-toc-list");t.removeClass("eael-toc-list-bar eael-toc-list-arrow"),"none"!==e&&t.addClass("eael-toc-list-"+e)})),elementor.settings.page.addChangeCallback("eael_ext_toc_collapse_sub_heading",(function(e){var t=jQuery(".eael-toc-list");"yes"===e?t.addClass("eael-toc-collapse"):t.removeClass("eael-toc-collapse")})),elementor.settings.page.addChangeCallback("eael_ext_table_of_content_header_icon",(function(e){$(".eael-toc-button i").removeClass().addClass(e.value)})),elementor.settings.page.addChangeCallback("eael_ext_toc_list_icon",(function(e){var t=jQuery(".eael-toc-list");"number"===e?t.addClass("eael-toc-number").removeClass("eael-toc-bullet"):t.addClass("eael-toc-bullet").removeClass("eael-toc-number")})),elementor.settings.page.addChangeCallback("eael_ext_toc_word_wrap",(function(e){var t=jQuery(".eael-toc-list");"yes"===e?t.addClass("eael-toc-word-wrap"):t.removeClass("eael-toc-word-wrap")})),elementor.settings.page.addChangeCallback("eael_ext_toc_close_button_text_style",(function(e){var t=jQuery("#eael-toc");"bottom_to_top"===e?t.addClass("eael-bottom-to-top"):t.removeClass("eael-bottom-to-top")})),elementor.settings.page.addChangeCallback("eael_ext_toc_box_shadow",(function(e){var t=jQuery("#eael-toc");"yes"===e?t.addClass("eael-box-shadow"):t.removeClass("eael-box-shadow")})),elementor.settings.page.addChangeCallback("eael_ext_toc_auto_collapse",(function(e){var t=jQuery("#eael-toc");"yes"===e?t.addClass("eael-toc-auto-collapse"):t.removeClass("eael-toc-auto-collapse")})),elementor.settings.page.addChangeCallback("eael_ext_toc_title",(function(e){elementorFrontend.elements.$document.find(".eael-toc-title").text(e),elementorFrontend.elements.$document.find(".eael-toc-button span").text(e)}))}))}});
1
+ !function(e){var t={};function a(o){if(t[o])return t[o].exports;var l=t[o]={i:o,l:!1,exports:{}};return e[o].call(l.exports,l,l.exports,a),l.l=!0,l.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 l in e)a.d(o,l,function(t){return e[t]}.bind(null,l));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=27)}({27:function(e,t){ea.hooks.addAction("editMode.init","ea",(function(){elementor.settings.page.addChangeCallback("eael_ext_table_of_content",(function(e){elementor.settings.page.setSettings("eael_ext_table_of_content",e),elementor.saver.update.apply().then((function(){elementor.reloadPreview()}))})),elementor.settings.page.addChangeCallback("eael_ext_toc_position",(function(e){var t=jQuery("#eael-toc");"right"===e?t.addClass("eael-toc-right"):(t.removeClass("eael-toc-right"),t.addClass("eael-toc-left"))})),elementor.settings.page.addChangeCallback("eael_ext_table_of_content_list_style",(function(e){var t=jQuery(".eael-toc-list");t.removeClass("eael-toc-list-bar eael-toc-list-arrow"),"none"!==e&&t.addClass("eael-toc-list-"+e)})),elementor.settings.page.addChangeCallback("eael_ext_toc_collapse_sub_heading",(function(e){var t=jQuery(".eael-toc-list");"yes"===e?t.addClass("eael-toc-collapse"):t.removeClass("eael-toc-collapse")})),elementor.settings.page.addChangeCallback("eael_ext_table_of_content_header_icon",(function(e){$(".eael-toc-button i").removeClass().addClass(e.value)})),elementor.settings.page.addChangeCallback("eael_ext_toc_list_icon",(function(e){var t=jQuery(".eael-toc-list");"number"===e?t.addClass("eael-toc-number").removeClass("eael-toc-bullet"):t.addClass("eael-toc-bullet").removeClass("eael-toc-number")})),elementor.settings.page.addChangeCallback("eael_ext_toc_word_wrap",(function(e){var t=jQuery(".eael-toc-list");"yes"===e?t.addClass("eael-toc-word-wrap"):t.removeClass("eael-toc-word-wrap")})),elementor.settings.page.addChangeCallback("eael_ext_toc_close_button_text_style",(function(e){var t=jQuery("#eael-toc");"bottom_to_top"===e?t.addClass("eael-bottom-to-top"):t.removeClass("eael-bottom-to-top")})),elementor.settings.page.addChangeCallback("eael_ext_toc_box_shadow",(function(e){var t=jQuery("#eael-toc");"yes"===e?t.addClass("eael-box-shadow"):t.removeClass("eael-box-shadow")})),elementor.settings.page.addChangeCallback("eael_ext_toc_auto_collapse",(function(e){var t=jQuery("#eael-toc");"yes"===e?t.addClass("eael-toc-auto-collapse"):t.removeClass("eael-toc-auto-collapse")})),elementor.settings.page.addChangeCallback("eael_ext_toc_title",(function(e){elementorFrontend.elements.$document.find(".eael-toc-title").text(e),elementorFrontend.elements.$document.find(".eael-toc-button span").text(e)}))}))}});
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); 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\n if (isNaN(parseInt(cell.innerText))) {\n value = cell.innerText.toLowerCase();\n } else {\n value = parseFloat(cell.innerText);\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\\\">&laquo;</a>\".concat(paginationHTML, \"<a href=\\\"#\\\" data-page=\\\"\").concat(maxPages, \"\\\">&raquo;</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); 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\\\">&laquo;</a>\".concat(paginationHTML, \"<a href=\\\"#\\\" data-page=\\\"\").concat(maxPages, \"\\\">&raquo;</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 v=1;v<=e.rows.length-1;v++)e.rows[v].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,l=e.rows.length-1,c="",d=r.classList,u=[],f=e.cloneNode(!0);if(d.contains("asc")?(r.classList.remove("asc"),r.classList.add("desc"),c="desc"):d.contains("desc")?(r.classList.remove("desc"),r.classList.add("asc"),c="asc"):(r.classList.add("asc"),c="asc"),t&&t.innerHTML.length>0){var v=t.classList.contains("ea-advanced-data-table-pagination-button")?"button":"select";s="button"==v?t.querySelector(".ea-advanced-data-table-pagination-current").dataset.page:t.querySelector("select").value,i=(s-1)*e.dataset.itemsPerPage+1,l=l-(s-1)*e.dataset.itemsPerPage>=e.dataset.itemsPerPage?s*e.dataset.itemsPerPage:l}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=i;g<=l;g++){var b=void 0,p=e.rows[g].cells[o];b=isNaN(parseInt(p.innerText))?p.innerText.toLowerCase():parseFloat(p.innerText),u.push({index:g,value:b})}"asc"==c?u.sort((function(e,t){return e.value>t.value?1:-1})):"desc"==c&&u.sort((function(e,t){return e.value<t.value?1:-1})),u.forEach((function(t,a){e.rows[i+a].innerHTML=f.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(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">&laquo;</a>'.concat(n,'<a href="#" data-page="').concat(l,'">&raquo;</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),e}();ea.hooks.addAction("init","ea",(function(){new n}))}]);
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,l=e.rows.length-1,c="",d=r.classList,u=[],f=e.cloneNode(!0);if(d.contains("asc")?(r.classList.remove("asc"),r.classList.add("desc"),c="desc"):d.contains("desc")?(r.classList.remove("desc"),r.classList.add("asc"),c="asc"):(r.classList.add("asc"),c="asc"),t&&t.innerHTML.length>0){var g=t.classList.contains("ea-advanced-data-table-pagination-button")?"button":"select";s="button"==g?t.querySelector(".ea-advanced-data-table-pagination-current").dataset.page:t.querySelector("select").value,i=(s-1)*e.dataset.itemsPerPage+1,l=l-(s-1)*e.dataset.itemsPerPage>=e.dataset.itemsPerPage?s*e.dataset.itemsPerPage:l}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 v=i;v<=l;v++){var p=void 0,b=e.rows[v].cells[o].innerText,h=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})");b.match(h)?(dataString=b.split(/[\.\-\/\*]/),b=4==dataString[0].length?dataString[0]+"-"+dataString[1]+"-"+dataString[2]:dataString[2]+"-"+dataString[1]+"-"+dataString[0],p=Date.parse(b)):p=isNaN(parseInt(b))?b.toLowerCase():parseFloat(b),u.push({index:v,value:p})}"asc"==c?u.sort((function(e,t){return e.value>t.value?1:-1})):"desc"==c&&u.sort((function(e,t){return e.value<t.value?1:-1})),u.forEach((function(t,a){e.rows[i+a].innerHTML=f.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(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">&laquo;</a>'.concat(n,'<a href="#" data-page="').concat(l,'">&raquo;</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),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 calendarEl = document.getElementById(\"eael-event-calendar-\" + calendarID);\n var calendar = new Calendar(calendarEl, {\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 A\" : \"h:mm A\",\n endDate = event.end,\n startSelector = $(\"span.eaelec-event-date-start\"),\n endSelector = $(\"span.eaelec-event-date-end\");\n\n if (event.allDay === \"yes\") {\n var newEnd = moment(endDate).subtract(1, \"days\");\n endDate = newEnd._d;\n timeFormate = \" \";\n }\n\n var startYear = moment(startDate).format(\"YYYY\"),\n endYear = moment(endDate).format(\"YYYY\"),\n yearDiff = endYear > startYear,\n startView = '',\n endView = '';\n startSelector.html(\" \");\n endSelector.html(\" \");\n ecModal.addClass(\"eael-ec-popup-ready\").removeClass(\"eael-ec-modal-removing\");\n\n if (event.allDay === \"yes\" && moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n startView = moment(startDate).format(\"MMM Do\");\n\n if (moment(startDate).isSame(Date.now(), \"day\") === true) {\n startView = translate.today;\n } else if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n startView = translate.tomorrow;\n }\n } else {\n if (moment(event.start).isSame(Date.now(), \"day\") === true) {\n startView = translate.today + ' ' + moment(event.start).format(timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n startView = translate.tomorrow + ' ' + moment(event.start).format(timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") < moment(new Date()).format(\"MM-DD-YYYY\") || moment(startDate).format(\"MM-DD-YYYY\") > moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n startView = moment(event.start).format(\"MMM Do \" + timeFormate);\n }\n\n startView = yearDiff ? startYear + ' ' + startView : startView;\n\n if (moment(endDate).isSame(Date.now(), \"day\") === true) {\n if (moment(startDate).isSame(Date.now(), \"day\") !== true) {\n endView = translate.today + \" \" + moment(endDate).format(timeFormate);\n } else {\n endView = moment(endDate).format(timeFormate);\n }\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") !== moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\") && moment(endDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n endView = translate.tomorrow + \" \" + moment(endDate).format(timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\") && moment(endDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n endView = moment(endDate).format(timeFormate);\n }\n\n if (moment(endDate).diff(moment(startDate), \"days\") > 0 && endSelector.text().trim().length < 1) {\n endView = moment(endDate).format(\"MMM Do \" + timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n endView = moment(endDate).format(timeFormate);\n }\n\n endView = yearDiff ? endYear + ' ' + endView : endView;\n }\n\n if (event.extendedProps.hideEndDate !== undefined && event.extendedProps.hideEndDate === 'yes') {\n endSelector.html(\" \");\n } else {\n endSelector.html(endView != '' ? \"- \" + endView : '');\n }\n\n startSelector.html('<i class=\"eicon-calendar\"></i> ' + startView);\n $(\".eaelec-modal-header h2\").html(event.title);\n $(\".eaelec-modal-body p\").html(event.extendedProps.description);\n\n if (event.extendedProps.description.length < 1) {\n $(\".eaelec-modal-body\").css(\"height\", \"auto\");\n } else {\n $(\".eaelec-modal-body\").css(\"height\", \"300px\");\n }\n\n $(\".eaelec-modal-footer a\").attr(\"href\", event.url);\n\n if (event.extendedProps.external === \"on\") {\n $(\".eaelec-modal-footer a\").attr(\"target\", \"_blank\");\n }\n\n if (event.extendedProps.nofollow === \"on\") {\n $(\".eaelec-modal-footer a\").attr(\"rel\", \"nofollow\");\n }\n\n if (event.url == \"\") {\n $(\".eaelec-modal-footer a\").css(\"display\", \"none\");\n } // Popup color\n\n\n $(\".eaelec-modal-header\").css(\"border-left\", \"5px solid \" + event.borderColor);\n });\n }\n });\n CloseButton.on(\"click\", function () {\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};\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 time_format = element.data(\"time_format\") == \"yes\" ? true : false,\n calendarEl = document.getElementById(\"eael-event-calendar-\" + calendarID);\n var calendar = new Calendar(calendarEl, {\n plugins: [\"dayGrid\", \"timeGrid\", \"list\"],\n editable: false,\n selectable: false,\n draggable: false,\n firstDay: firstDay,\n eventTimeFormat: {\n hour: \"2-digit\",\n minute: \"2-digit\",\n hour12: !time_format\n },\n nextDayThreshold: \"00:00:00\",\n header: {\n left: \"prev,next today\",\n center: \"title\",\n right: \"timeGridDay,timeGridWeek,dayGridMonth,listMonth\"\n },\n events: eventAll,\n selectHelper: true,\n locale: locale,\n eventLimit: 3,\n defaultView: defaultView,\n eventRender: function eventRender(info) {\n var element = $(info.el),\n event = info.event;\n moment.locale(locale); // when event is finished event text are cross\n\n if (event.extendedProps.eventHasComplete !== undefined && event.extendedProps.eventHasComplete === \"yes\") {\n element.find(\"div.fc-content .fc-title\").addClass(\"eael-event-completed\");\n element.find(\"td.fc-list-item-title\").addClass(\"eael-event-completed\");\n }\n\n translate.today = info.event._calendar.dateEnv.locale.options.buttonText.today;\n element.attr(\"href\", \"javascript:void(0);\");\n element.click(function (e) {\n e.preventDefault();\n e.stopPropagation();\n var startDate = event.start,\n timeFormate = time_format ? \"H:mm\" : \"h:mm A\",\n endDate = event.end,\n startSelector = $(\"span.eaelec-event-date-start\"),\n endSelector = $(\"span.eaelec-event-date-end\");\n\n if (event.allDay === \"yes\") {\n var newEnd = moment(endDate).subtract(1, \"days\");\n endDate = newEnd._d;\n timeFormate = \" \";\n }\n\n var startYear = moment(startDate).format(\"YYYY\"),\n endYear = moment(endDate).format(\"YYYY\"),\n yearDiff = endYear > startYear,\n startView = \"\",\n endView = \"\";\n startSelector.html(\" \");\n endSelector.html(\" \");\n ecModal.addClass(\"eael-ec-popup-ready\").removeClass(\"eael-ec-modal-removing\");\n\n if (event.allDay === \"yes\" && moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n startView = moment(startDate).format(\"MMM Do\");\n\n if (moment(startDate).isSame(Date.now(), \"day\") === true) {\n startView = translate.today;\n } else if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n startView = translate.tomorrow;\n }\n } else {\n if (moment(event.start).isSame(Date.now(), \"day\") === true) {\n startView = translate.today + \" \" + moment(event.start).format(timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n startView = translate.tomorrow + \" \" + moment(event.start).format(timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") < moment(new Date()).format(\"MM-DD-YYYY\") || moment(startDate).format(\"MM-DD-YYYY\") > moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n startView = moment(event.start).format(\"MMM Do \" + timeFormate);\n }\n\n startView = yearDiff ? startYear + \" \" + startView : startView;\n\n if (moment(endDate).isSame(Date.now(), \"day\") === true) {\n if (moment(startDate).isSame(Date.now(), \"day\") !== true) {\n endView = translate.today + \" \" + moment(endDate).format(timeFormate);\n } else {\n endView = moment(endDate).format(timeFormate);\n }\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") !== moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\") && moment(endDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n endView = translate.tomorrow + \" \" + moment(endDate).format(timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\") && moment(endDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n endView = moment(endDate).format(timeFormate);\n }\n\n if (moment(endDate).diff(moment(startDate), \"days\") > 0 && endSelector.text().trim().length < 1) {\n endView = moment(endDate).format(\"MMM Do \" + timeFormate);\n }\n\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n endView = moment(endDate).format(timeFormate);\n }\n\n endView = yearDiff ? endYear + \" \" + endView : endView;\n }\n\n if (event.extendedProps.hideEndDate !== undefined && event.extendedProps.hideEndDate === \"yes\") {\n endSelector.html(\" \");\n } else {\n endSelector.html(endView != \"\" ? \"- \" + endView : \"\");\n }\n\n startSelector.html('<i class=\"eicon-calendar\"></i> ' + startView);\n $(\".eaelec-modal-header h2\").html(event.title);\n $(\".eaelec-modal-body p\").html(event.extendedProps.description);\n\n if (event.extendedProps.description.length < 1) {\n $(\".eaelec-modal-body\").css(\"height\", \"auto\");\n } else {\n $(\".eaelec-modal-body\").css(\"height\", \"300px\");\n }\n\n $(\".eaelec-modal-footer a\").attr(\"href\", event.url);\n\n if (event.extendedProps.external === \"on\") {\n $(\".eaelec-modal-footer a\").attr(\"target\", \"_blank\");\n }\n\n if (event.extendedProps.nofollow === \"on\") {\n $(\".eaelec-modal-footer a\").attr(\"rel\", \"nofollow\");\n }\n\n if (event.url == \"\") {\n $(\".eaelec-modal-footer a\").css(\"display\", \"none\");\n } // Popup color\n\n\n $(\".eaelec-modal-header\").css(\"border-left\", \"5px solid \" + event.borderColor);\n });\n }\n });\n CloseButton.on(\"click\", function () {\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};\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),m=o.data("events"),d=o.data("first_day"),l=o.data("cal_id"),i=o.data("locale"),s=o.data("translate"),c=o.data("defaultview"),f="yes"==o.data("time_format"),Y=new a(document.getElementById("eael-event-calendar-"+l),{plugins:["dayGrid","timeGrid","list"],editable:!1,selectable:!1,draggable:!1,firstDay:d,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:m,selectHelper:!0,locale:i,eventLimit:3,defaultView:c,eventRender:function(e){var a=t(e.el),o=e.event;moment.locale(i),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")),s.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 A":"h:mm A",m=o.end,d=t("span.eaelec-event-date-start"),l=t("span.eaelec-event-date-end");"yes"===o.allDay&&(m=moment(m).subtract(1,"days")._d,n=" ");var i=moment(a).format("YYYY"),c=moment(m).format("YYYY"),Y=c>i,D="",u="";d.html(" "),l.html(" "),r.addClass("eael-ec-popup-ready").removeClass("eael-ec-modal-removing"),"yes"===o.allDay&&moment(a).format("MM-DD-YYYY")===moment(m).format("MM-DD-YYYY")?(D=moment(a).format("MMM Do"),!0===moment(a).isSame(Date.now(),"day")?D=s.today:moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(D=s.tomorrow)):(!0===moment(o.start).isSame(Date.now(),"day")&&(D=s.today+" "+moment(o.start).format(n)),moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(D=s.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"))&&(D=moment(o.start).format("MMM Do "+n)),D=Y?i+" "+D:D,!0===moment(m).isSame(Date.now(),"day")&&(u=!0!==moment(a).isSame(Date.now(),"day")?s.today+" "+moment(m).format(n):moment(m).format(n)),moment(a).format("MM-DD-YYYY")!==moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(m).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(u=s.tomorrow+" "+moment(m).format(n)),moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(m).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(u=moment(m).format(n)),moment(m).diff(moment(a),"days")>0&&l.text().trim().length<1&&(u=moment(m).format("MMM Do "+n)),moment(a).format("MM-DD-YYYY")===moment(m).format("MM-DD-YYYY")&&(u=moment(m).format(n)),u=Y?c+" "+u:u),void 0!==o.extendedProps.hideEndDate&&"yes"===o.extendedProps.hideEndDate?l.html(" "):l.html(""!=u?"- "+u:""),d.html('<i class="eicon-calendar"></i> '+D),t(".eaelec-modal-header h2").html(o.title),t(".eaelec-modal-body p").html(o.extendedProps.description),o.extendedProps.description.length<1?t(".eaelec-modal-body").css("height","auto"):t(".eaelec-modal-body").css("height","300px"),t(".eaelec-modal-footer a").attr("href",o.url),"on"===o.extendedProps.external&&t(".eaelec-modal-footer a").attr("target","_blank"),"on"===o.extendedProps.nofollow&&t(".eaelec-modal-footer a").attr("rel","nofollow"),""==o.url&&t(".eaelec-modal-footer a").css("display","none"),t(".eaelec-modal-header").css("border-left","5px solid "+o.borderColor)}))}});n.on("click",(function(){event.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()};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-event-calendar.default",a)}))}});
1
+ !function(e){var t={};function a(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,a),n.l=!0,n.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(o,n,function(t){return e[t]}.bind(null,n));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=7)}({7:function(e,t){var a=function(e,t){var a=FullCalendar.Calendar,o=t(".eael-event-calendar-cls",e),n=t(".eaelec-modal-close",e).eq(0),r=t("#eaelecModal",e),m=o.data("events"),d=o.data("first_day"),l=o.data("cal_id"),i=o.data("locale"),s=o.data("translate"),c=o.data("defaultview"),f="yes"==o.data("time_format"),Y=new a(document.getElementById("eael-event-calendar-"+l),{plugins:["dayGrid","timeGrid","list"],editable:!1,selectable:!1,draggable:!1,firstDay:d,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:m,selectHelper:!0,locale:i,eventLimit:3,defaultView:c,eventRender:function(e){var a=t(e.el),o=e.event;moment.locale(i),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")),s.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",m=o.end,d=t("span.eaelec-event-date-start"),l=t("span.eaelec-event-date-end");"yes"===o.allDay&&(m=moment(m).subtract(1,"days")._d,n=" ");var i=moment(a).format("YYYY"),c=moment(m).format("YYYY"),Y=c>i,D="",u="";d.html(" "),l.html(" "),r.addClass("eael-ec-popup-ready").removeClass("eael-ec-modal-removing"),"yes"===o.allDay&&moment(a).format("MM-DD-YYYY")===moment(m).format("MM-DD-YYYY")?(D=moment(a).format("MMM Do"),!0===moment(a).isSame(Date.now(),"day")?D=s.today:moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(D=s.tomorrow)):(!0===moment(o.start).isSame(Date.now(),"day")&&(D=s.today+" "+moment(o.start).format(n)),moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(D=s.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"))&&(D=moment(o.start).format("MMM Do "+n)),D=Y?i+" "+D:D,!0===moment(m).isSame(Date.now(),"day")&&(u=!0!==moment(a).isSame(Date.now(),"day")?s.today+" "+moment(m).format(n):moment(m).format(n)),moment(a).format("MM-DD-YYYY")!==moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(m).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(u=s.tomorrow+" "+moment(m).format(n)),moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(m).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(u=moment(m).format(n)),moment(m).diff(moment(a),"days")>0&&l.text().trim().length<1&&(u=moment(m).format("MMM Do "+n)),moment(a).format("MM-DD-YYYY")===moment(m).format("MM-DD-YYYY")&&(u=moment(m).format(n)),u=Y?c+" "+u:u),void 0!==o.extendedProps.hideEndDate&&"yes"===o.extendedProps.hideEndDate?l.html(" "):l.html(""!=u?"- "+u:""),d.html('<i class="eicon-calendar"></i> '+D),t(".eaelec-modal-header h2").html(o.title),t(".eaelec-modal-body p").html(o.extendedProps.description),o.extendedProps.description.length<1?t(".eaelec-modal-body").css("height","auto"):t(".eaelec-modal-body").css("height","300px"),t(".eaelec-modal-footer a").attr("href",o.url),"on"===o.extendedProps.external&&t(".eaelec-modal-footer a").attr("target","_blank"),"on"===o.extendedProps.nofollow&&t(".eaelec-modal-footer a").attr("rel","nofollow"),""==o.url&&t(".eaelec-modal-footer a").css("display","none"),t(".eaelec-modal-header").css("border-left","5px solid "+o.borderColor)}))}});n.on("click",(function(){event.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()};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-event-calendar.default",a)}))}});
assets/front-end/js/view/facebook-feed.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var o={};function t(n){if(o[n])return o[n].exports;var a=o[n]={i:n,l:!1,exports:{}};return e[n].call(a.exports,a,a.exports,t),a.l=!0,a.exports}t.m=e,t.c=o,t.d=function(e,o,n){t.o(e,o)||Object.defineProperty(e,o,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,o){if(1&o&&(e=t(e)),8&o)return e;if(4&o&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&o&&"string"!=typeof e)for(var a in e)t.d(n,a,function(o){return e[o]}.bind(null,a));return n},t.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(o,"a",o),o},t.o=function(e,o){return Object.prototype.hasOwnProperty.call(e,o)},t.p="",t(t.s=9)}({9:function(e,o){jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-facebook-feed.default",(function(e,o){if(!isEditMode){var t=o(".eael-facebook-feed",e).isotope({itemSelector:".eael-facebook-feed-item",percentPosition:!0,columnWidth:".eael-facebook-feed-item"});t.imagesLoaded().progress((function(){t.isotope("layout")}))}o(".eael-load-more-button",e).on("click",(function(t){t.preventDefault(),t.stopImmediatePropagation();var n=o(this),a=o("span",n),r=a.html(),i=n.data("widget-id"),d=n.data("post-id"),l=n.data("page");n.addClass("button--loading"),a.html(localize.i18n.loading),o.ajax({url:localize.ajaxurl,type:"post",data:{action:"facebook_feed_load_more",security:localize.nonce,page:l,post_id:d,widget_id:i},success:function(t){var i=o(t.html),d=o(".eael-facebook-feed",e).isotope();o(".eael-facebook-feed",e).append(i),d.isotope("appended",i),d.imagesLoaded().progress((function(){d.isotope("layout")})),t.num_pages>l?(l++,n.data("page",l),n.removeClass("button--loading"),a.html(r)):n.remove()},error:function(){}})}))}))}))}});
1
+ !function(e){var o={};function t(n){if(o[n])return o[n].exports;var a=o[n]={i:n,l:!1,exports:{}};return e[n].call(a.exports,a,a.exports,t),a.l=!0,a.exports}t.m=e,t.c=o,t.d=function(e,o,n){t.o(e,o)||Object.defineProperty(e,o,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,o){if(1&o&&(e=t(e)),8&o)return e;if(4&o&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&o&&"string"!=typeof e)for(var a in e)t.d(n,a,function(o){return e[o]}.bind(null,a));return n},t.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(o,"a",o),o},t.o=function(e,o){return Object.prototype.hasOwnProperty.call(e,o)},t.p="",t(t.s=8)}({8:function(e,o){jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-facebook-feed.default",(function(e,o){if(!isEditMode){var t=o(".eael-facebook-feed",e).isotope({itemSelector:".eael-facebook-feed-item",percentPosition:!0,columnWidth:".eael-facebook-feed-item"});t.imagesLoaded().progress((function(){t.isotope("layout")}))}o(".eael-load-more-button",e).on("click",(function(t){t.preventDefault(),t.stopImmediatePropagation();var n=o(this),a=o("span",n),r=a.html(),i=n.data("widget-id"),d=n.data("post-id"),l=n.data("page");n.addClass("button--loading"),a.html(localize.i18n.loading),o.ajax({url:localize.ajaxurl,type:"post",data:{action:"facebook_feed_load_more",security:localize.nonce,page:l,post_id:d,widget_id:i},success:function(t){var i=o(t.html),d=o(".eael-facebook-feed",e).isotope();o(".eael-facebook-feed",e).append(i),d.isotope("appended",i),d.imagesLoaded().progress((function(){d.isotope("layout")})),t.num_pages>l?(l++,n.data("page",l),n.removeClass("button--loading"),a.html(r)):n.remove()},error:function(){}})}))}))}))}});
assets/front-end/js/view/fancy-text.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function n(a){if(t[a])return t[a].exports;var o=t[a]={i:a,l:!1,exports:{}};return e[a].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(a,o,function(t){return e[t]}.bind(null,o));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=10)}({10:function(e,t){var n=function(e,t){var n=e.find(".eael-fancy-text-container").eq(0),a=void 0!==n.data("fancy-text-id")?n.data("fancy-text-id"):"",o=void 0!==n.data("fancy-text")?n.data("fancy-text"):"",r=void 0!==n.data("fancy-text-transition-type")?n.data("fancy-text-transition-type"):"",i=void 0!==n.data("fancy-text-speed")?n.data("fancy-text-speed"):"",d=void 0!==n.data("fancy-text-delay")?n.data("fancy-text-delay"):"",c="yes"===n.data("fancy-text-cursor"),f=void 0!==n.data("fancy-text-loop")&&"yes"==n.data("fancy-text-loop");o=o.split("|"),"typing"==r&&new Typed("#eael-fancy-text-"+a,{strings:o,typeSpeed:i,backSpeed:0,startDelay:300,backDelay:d,showCursor:c,loop:f}),"typing"!=r&&t("#eael-fancy-text-"+a).Morphext({animation:r,separator:", ",speed:d,complete:function(){}}),jQuery(document).ready((function(){setTimeout((function(){t(".eael-fancy-text-strings",e).css("display","inline-block")}),500)})),isEditMode&&setTimeout((function(){t(".eael-fancy-text-strings",e).css("display","inline-block")}),800)};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-fancy-text.default",n)}))}});
1
+ !function(e){var t={};function n(a){if(t[a])return t[a].exports;var o=t[a]={i:a,l:!1,exports:{}};return e[a].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(a,o,function(t){return e[t]}.bind(null,o));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=9)}({9:function(e,t){var n=function(e,t){var n=e.find(".eael-fancy-text-container").eq(0),a=void 0!==n.data("fancy-text-id")?n.data("fancy-text-id"):"",o=void 0!==n.data("fancy-text")?n.data("fancy-text"):"",r=void 0!==n.data("fancy-text-transition-type")?n.data("fancy-text-transition-type"):"",i=void 0!==n.data("fancy-text-speed")?n.data("fancy-text-speed"):"",d=void 0!==n.data("fancy-text-delay")?n.data("fancy-text-delay"):"",c="yes"===n.data("fancy-text-cursor"),f=void 0!==n.data("fancy-text-loop")&&"yes"==n.data("fancy-text-loop");o=o.split("|"),"typing"==r&&new Typed("#eael-fancy-text-"+a,{strings:o,typeSpeed:i,backSpeed:0,startDelay:300,backDelay:d,showCursor:c,loop:f}),"typing"!=r&&t("#eael-fancy-text-"+a).Morphext({animation:r,separator:", ",speed:d,complete:function(){}}),jQuery(document).ready((function(){setTimeout((function(){t(".eael-fancy-text-strings",e).css("display","inline-block")}),500)})),isEditMode&&setTimeout((function(){t(".eael-fancy-text-strings",e).css("display","inline-block")}),800)};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-fancy-text.default",n)}))}});
assets/front-end/js/view/filterable-gallery.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function r(i){if(t[i])return t[i].exports;var l=t[i]={i:i,l:!1,exports:{}};return e[i].call(l.exports,l,l.exports,r),l.l=!0,l.exports}r.m=e,r.c=t,r.d=function(e,t,i){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(r.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var l in e)r.d(i,l,function(t){return e[t]}.bind(null,l));return i},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=11)}({11:function(e,t){jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-filterable-gallery.default",(function(e,t){var r,i,l,n=e.find(".fg-layout-3-filter-controls").eq(0),o=e.find("#fg-filter-trigger"),a=e.find(".fg-layout-3-search-box"),f=e.find("#fg-search-box-input");if(a.length&&a.on("submit",(function(e){e.preventDefault()})),o.on("click",(function(){n.toggleClass("open-filters")})),o.on("blur",(function(){n.removeClass("open-filters")})),!isEditMode){var s=t(".eael-filter-gallery-container",e),u=s.data("settings"),d=s.data("gallery-items"),c="masonry"===u.grid_style?"masonry":"fitRows",g="yes"===u.gallery_enabled,p=t(".eael-filter-gallery-wrapper"),m=p.data("layout-mode"),y=p.data("mfp_caption"),v=s.isotope({itemSelector:".eael-filterable-gallery-item-wrap",layoutMode:c,percentPosition:!0,stagger:30,transitionDuration:u.duration+"ms",filter:function(){var l=t(this),n=!r||l.text().match(r);void 0===i&&(i="layout_3"!==m?e.find(".eael-filter-gallery-control ul li").first().data("filter"):e.find(".fg-layout-3-filter-controls li").first().data("filter"));var o=!i||l.is(i);return n&&o}});t(e).magnificPopup({delegate:".eael-magnific-link",type:"image",gallery:{enabled:g},image:{titleSrc:function(e){if("yes"===y)return e.el.parents(".gallery-item-caption-over").find(".fg-item-title").html()||e.el.parents(".gallery-item-caption-wrap").find(".fg-item-title").html()||e.el.parents(".eael-filterable-gallery-item-wrap").find(".fg-item-title").html()}}}),e.on("click",".control",(function(){var r=t(this);i=t(this).attr("data-filter");var l=e.find("#fg-filter-trigger > span");l.length&&l.text(r.text()),r.siblings().removeClass("active"),r.addClass("active"),v.isotope()})),f.on("input",(function(){var e=t(this);clearTimeout(l),l=setTimeout((function(){r=new RegExp(e.val(),"gi"),v.isotope()}),600)})),v.imagesLoaded().progress((function(){v.isotope("layout")})),v.on("arrangeComplete",(function(){v.isotope("layout")})),t(window).on("load",(function(){v.isotope("layout")})),e.on("click",".eael-gallery-load-more",(function(r){r.preventDefault();var i=t(this),l=t(".eael-filter-gallery-container",e).children(".eael-filterable-gallery-item-wrap").length,o=s.data("total-gallery-items"),a=s.data("images-per-page"),f=s.data("nomore-item-text"),u=t(".eael-filter-gallery-control",e).length,c=[],g=t(".eael-filter-gallery-control li.active").data("filter");n.length>0&&(g=t(".fg-layout-3-filter-controls li.active").data("filter")),l===o&&(i.html('<div class="no-more-items-text">'+f+"</div>"),setTimeout((function(){i.fadeOut("slow")}),600));for(var p=l,m=0;p<l+a;){if(""!=g&&"*"!=g&&u){for(var y=p;y<d.length;y++){if(t(t(d[y])[0]).is(g)&&(++m,c.push(t(d[y])[0]),delete d[y],m===a))break}break}c.push(t(d[p])[0]),delete d[p],p++}s.append(c),v.isotope("appended",c),v.imagesLoaded().progress((function(){v.isotope("layout")}))})),t(document).on("mouseup",(function(e){o.is(e.target)||0!==o.has(e.target).length||n.removeClass("open-filters")}))}}))}))}});
1
+ !function(e){var t={};function r(i){if(t[i])return t[i].exports;var l=t[i]={i:i,l:!1,exports:{}};return e[i].call(l.exports,l,l.exports,r),l.l=!0,l.exports}r.m=e,r.c=t,r.d=function(e,t,i){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(r.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var l in e)r.d(i,l,function(t){return e[t]}.bind(null,l));return i},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=10)}({10:function(e,t){jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-filterable-gallery.default",(function(e,t){var r,i,l,n=e.find(".fg-layout-3-filter-controls").eq(0),o=e.find("#fg-filter-trigger"),a=e.find(".fg-layout-3-search-box"),f=e.find("#fg-search-box-input");if(a.length&&a.on("submit",(function(e){e.preventDefault()})),o.on("click",(function(){n.toggleClass("open-filters")})),o.on("blur",(function(){n.removeClass("open-filters")})),!isEditMode){var s=t(".eael-filter-gallery-container",e),u=s.data("settings"),d=s.data("gallery-items"),c="masonry"===u.grid_style?"masonry":"fitRows",g="yes"===u.gallery_enabled,p=t(".eael-filter-gallery-wrapper"),m=p.data("layout-mode"),y=p.data("mfp_caption"),v=s.isotope({itemSelector:".eael-filterable-gallery-item-wrap",layoutMode:c,percentPosition:!0,stagger:30,transitionDuration:u.duration+"ms",filter:function(){var l=t(this),n=!r||l.text().match(r);void 0===i&&(i="layout_3"!==m?e.find(".eael-filter-gallery-control ul li").first().data("filter"):e.find(".fg-layout-3-filter-controls li").first().data("filter"));var o=!i||l.is(i);return n&&o}});t(e).magnificPopup({delegate:".eael-magnific-link",type:"image",gallery:{enabled:g},image:{titleSrc:function(e){if("yes"===y)return e.el.parents(".gallery-item-caption-over").find(".fg-item-title").html()||e.el.parents(".gallery-item-caption-wrap").find(".fg-item-title").html()||e.el.parents(".eael-filterable-gallery-item-wrap").find(".fg-item-title").html()}}}),e.on("click",".control",(function(){var r=t(this);i=t(this).attr("data-filter");var l=e.find("#fg-filter-trigger > span");l.length&&l.text(r.text()),r.siblings().removeClass("active"),r.addClass("active"),v.isotope()})),f.on("input",(function(){var e=t(this);clearTimeout(l),l=setTimeout((function(){r=new RegExp(e.val(),"gi"),v.isotope()}),600)})),v.imagesLoaded().progress((function(){v.isotope("layout")})),v.on("arrangeComplete",(function(){v.isotope("layout")})),t(window).on("load",(function(){v.isotope("layout")})),e.on("click",".eael-gallery-load-more",(function(r){r.preventDefault();var i=t(this),l=t(".eael-filter-gallery-container",e).children(".eael-filterable-gallery-item-wrap").length,o=s.data("total-gallery-items"),a=s.data("images-per-page"),f=s.data("nomore-item-text"),u=t(".eael-filter-gallery-control",e).length,c=[],g=t(".eael-filter-gallery-control li.active").data("filter");n.length>0&&(g=t(".fg-layout-3-filter-controls li.active").data("filter")),l===o&&(i.html('<div class="no-more-items-text">'+f+"</div>"),setTimeout((function(){i.fadeOut("slow")}),600));for(var p=l,m=0;p<l+a;){if(""!=g&&"*"!=g&&u){for(var y=p;y<d.length;y++){if(t(t(d[y])[0]).is(g)&&(++m,c.push(t(d[y])[0]),delete d[y],m===a))break}break}c.push(t(d[p])[0]),delete d[p],p++}s.append(c),v.isotope("appended",c),v.imagesLoaded().progress((function(){v.isotope("layout")}))})),t(document).on("mouseup",(function(e){o.is(e.target)||0!==o.has(e.target).length||n.removeClass("open-filters")}))}}))}))}});
assets/front-end/js/view/general.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var n={};function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(t.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var i in e)t.d(r,i,function(n){return e[n]}.bind(null,i));return r},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p="",t(t.s=74)}({74:function(e,n,t){"use strict";t.r(n);var r=function(e){return"string"!=typeof e||""===e?(console.error("The namespace must be a non-empty string."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.\-\/]*$/.test(e)||(console.error("The namespace can only contain numbers, letters, dashes, periods, underscores and slashes."),!1)};var i=function(e){return"string"!=typeof e||""===e?(console.error("The hook name must be a non-empty string."),!1):/^__/.test(e)?(console.error("The hook name cannot begin with `__`."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(e)||(console.error("The hook name can only contain numbers, letters, dashes, periods and underscores."),!1)};var o=function(e,n){return function(t,o,s){var c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10,a=e[n];if(i(t)&&r(o))if("function"==typeof s)if("number"==typeof c){var u={callback:s,priority:c,namespace:o};if(a[t]){var l,d=a[t].handlers;for(l=d.length;l>0&&!(c>=d[l-1].priority);l--);l===d.length?d[l]=u:d.splice(l,0,u),a.__current.forEach((function(e){e.name===t&&e.currentIndex>=l&&e.currentIndex++}))}else a[t]={handlers:[u],runs:0};"hookAdded"!==t&&e.doAction("hookAdded",t,o,s,c)}else console.error("If specified, the hook priority must be a number.");else console.error("The hook callback must be a function.")}};var s=function(e,n){var t=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(o,s){var c=e[n];if(i(o)&&(t||r(s))){if(!c[o])return 0;var a=0;if(t)a=c[o].handlers.length,c[o]={runs:c[o].runs,handlers:[]};else for(var u=c[o].handlers,l=function(e){u[e].namespace===s&&(u.splice(e,1),a++,c.__current.forEach((function(n){n.name===o&&n.currentIndex>=e&&n.currentIndex--})))},d=u.length-1;d>=0;d--)l(d);return"hookRemoved"!==o&&e.doAction("hookRemoved",o,s),a}}};var c=function(e,n){return function(t,r){var i=e[n];return void 0!==r?t in i&&i[t].handlers.some((function(e){return e.namespace===r})):t in i}};var a=function(e,n){var t=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(r){var i=e[n];i[r]||(i[r]={handlers:[],runs:0}),i[r].runs++;var o=i[r].handlers;for(var s=arguments.length,c=new Array(s>1?s-1:0),a=1;a<s;a++)c[a-1]=arguments[a];if(!o||!o.length)return t?c[0]:void 0;var u={name:r,currentIndex:0};for(i.__current.push(u);u.currentIndex<o.length;){var l=o[u.currentIndex],d=l.callback.apply(null,c);t&&(c[0]=d),u.currentIndex++}return i.__current.pop(),t?c[0]:void 0}};var u=function(e,n){return function(){var t,r,i=e[n];return null!==(t=null===(r=i.__current[i.__current.length-1])||void 0===r?void 0:r.name)&&void 0!==t?t:null}};var l=function(e,n){return function(t){var r=e[n];return void 0===t?void 0!==r.__current[0]:!!r.__current[0]&&t===r.__current[0].name}};var d=function(e,n){return function(t){var r=e[n];if(i(t))return r[t]&&r[t].runs?r[t].runs:0}},f=function e(){!function(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}(this,e),this.actions=Object.create(null),this.actions.__current=[],this.filters=Object.create(null),this.filters.__current=[],this.addAction=o(this,"actions"),this.addFilter=o(this,"filters"),this.removeAction=s(this,"actions"),this.removeFilter=s(this,"filters"),this.hasAction=c(this,"actions"),this.hasFilter=c(this,"filters"),this.removeAllActions=s(this,"actions",!0),this.removeAllFilters=s(this,"filters",!0),this.doAction=a(this,"actions"),this.applyFilters=a(this,"filters",!0),this.currentAction=u(this,"actions"),this.currentFilter=u(this,"filters"),this.doingAction=l(this,"actions"),this.doingFilter=l(this,"filters"),this.didAction=d(this,"actions"),this.didFilter=d(this,"filters")};var h=function(){return new f},v=h();v.addAction,v.addFilter,v.removeAction,v.removeFilter,v.hasAction,v.hasFilter,v.removeAllActions,v.removeAllFilters,v.doAction,v.applyFilters,v.currentAction,v.currentFilter,v.doingAction,v.doingFilter,v.didAction,v.didFilter,v.actions,v.filters;window.isEditMode=!1,window.ea={hooks:h(),isEditMode:!1},jQuery(window).on("elementor/frontend/init",(function(){window.isEditMode=elementorFrontend.isEditMode(),window.ea.isEditMode=elementorFrontend.isEditMode(),ea.hooks.doAction("init"),ea.isEditMode&&ea.hooks.doAction("editMode.init")}))}});
1
+ !function(e){var n={};function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(t.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var i in e)t.d(r,i,function(n){return e[n]}.bind(null,i));return r},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p="",t(t.s=73)}({73:function(e,n,t){"use strict";t.r(n);var r=function(e){return"string"!=typeof e||""===e?(console.error("The namespace must be a non-empty string."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.\-\/]*$/.test(e)||(console.error("The namespace can only contain numbers, letters, dashes, periods, underscores and slashes."),!1)};var i=function(e){return"string"!=typeof e||""===e?(console.error("The hook name must be a non-empty string."),!1):/^__/.test(e)?(console.error("The hook name cannot begin with `__`."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(e)||(console.error("The hook name can only contain numbers, letters, dashes, periods and underscores."),!1)};var o=function(e,n){return function(t,o,s){var c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10,a=e[n];if(i(t)&&r(o))if("function"==typeof s)if("number"==typeof c){var u={callback:s,priority:c,namespace:o};if(a[t]){var l,d=a[t].handlers;for(l=d.length;l>0&&!(c>=d[l-1].priority);l--);l===d.length?d[l]=u:d.splice(l,0,u),a.__current.forEach((function(e){e.name===t&&e.currentIndex>=l&&e.currentIndex++}))}else a[t]={handlers:[u],runs:0};"hookAdded"!==t&&e.doAction("hookAdded",t,o,s,c)}else console.error("If specified, the hook priority must be a number.");else console.error("The hook callback must be a function.")}};var s=function(e,n){var t=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(o,s){var c=e[n];if(i(o)&&(t||r(s))){if(!c[o])return 0;var a=0;if(t)a=c[o].handlers.length,c[o]={runs:c[o].runs,handlers:[]};else for(var u=c[o].handlers,l=function(e){u[e].namespace===s&&(u.splice(e,1),a++,c.__current.forEach((function(n){n.name===o&&n.currentIndex>=e&&n.currentIndex--})))},d=u.length-1;d>=0;d--)l(d);return"hookRemoved"!==o&&e.doAction("hookRemoved",o,s),a}}};var c=function(e,n){return function(t,r){var i=e[n];return void 0!==r?t in i&&i[t].handlers.some((function(e){return e.namespace===r})):t in i}};var a=function(e,n){var t=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(r){var i=e[n];i[r]||(i[r]={handlers:[],runs:0}),i[r].runs++;var o=i[r].handlers;for(var s=arguments.length,c=new Array(s>1?s-1:0),a=1;a<s;a++)c[a-1]=arguments[a];if(!o||!o.length)return t?c[0]:void 0;var u={name:r,currentIndex:0};for(i.__current.push(u);u.currentIndex<o.length;){var l=o[u.currentIndex],d=l.callback.apply(null,c);t&&(c[0]=d),u.currentIndex++}return i.__current.pop(),t?c[0]:void 0}};var u=function(e,n){return function(){var t,r,i=e[n];return null!==(t=null===(r=i.__current[i.__current.length-1])||void 0===r?void 0:r.name)&&void 0!==t?t:null}};var l=function(e,n){return function(t){var r=e[n];return void 0===t?void 0!==r.__current[0]:!!r.__current[0]&&t===r.__current[0].name}};var d=function(e,n){return function(t){var r=e[n];if(i(t))return r[t]&&r[t].runs?r[t].runs:0}},f=function e(){!function(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}(this,e),this.actions=Object.create(null),this.actions.__current=[],this.filters=Object.create(null),this.filters.__current=[],this.addAction=o(this,"actions"),this.addFilter=o(this,"filters"),this.removeAction=s(this,"actions"),this.removeFilter=s(this,"filters"),this.hasAction=c(this,"actions"),this.hasFilter=c(this,"filters"),this.removeAllActions=s(this,"actions",!0),this.removeAllFilters=s(this,"filters",!0),this.doAction=a(this,"actions"),this.applyFilters=a(this,"filters",!0),this.currentAction=u(this,"actions"),this.currentFilter=u(this,"filters"),this.doingAction=l(this,"actions"),this.doingFilter=l(this,"filters"),this.didAction=d(this,"actions"),this.didFilter=d(this,"filters")};var h=function(){return new f},v=h();v.addAction,v.addFilter,v.removeAction,v.removeFilter,v.hasAction,v.hasFilter,v.removeAllActions,v.removeAllFilters,v.doAction,v.applyFilters,v.currentAction,v.currentFilter,v.doingAction,v.doingFilter,v.didAction,v.didFilter,v.actions,v.filters;window.isEditMode=!1,window.ea={hooks:h(),isEditMode:!1},jQuery(window).on("elementor/frontend/init",(function(){window.isEditMode=elementorFrontend.isEditMode(),window.ea.isEditMode=elementorFrontend.isEditMode(),ea.hooks.doAction("init"),ea.isEditMode&&ea.hooks.doAction("editMode.init")}))}});
assets/front-end/js/view/image-accordion.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var a={};function o(n){if(a[n])return a[n].exports;var r=a[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.m=e,o.c=a,o.d=function(e,a,n){o.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,a){if(1&a&&(e=o(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var r in e)o.d(n,r,function(a){return e[a]}.bind(null,r));return n},o.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(a,"a",a),a},o.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},o.p="",o(o.s=12)}({12:function(e,a){var o=function(e,a){var o=e.find(".eael-img-accordion").eq(0),n=void 0!==o.data("img-accordion-id")?o.data("img-accordion-id"):"",r=void 0!==o.data("img-accordion-type")?o.data("img-accordion-type"):"",i=0;"on-click"===r?(a("#eael-img-accordion-"+n+" a").on("click",(function(e){0==a(this).hasClass("overlay-active")&&e.preventDefault(),0==i&&(a("#eael-img-accordion-"+n+" a").hasClass("overlay-active")&&a("#eael-img-accordion-"+n+" a").removeClass("overlay-active"),i+=1),a("#eael-img-accordion-"+n+" a").css("flex","1"),a(this).find(".overlay").parent("a").addClass("overlay-active"),a("#eael-img-accordion-"+n+" a").find(".overlay-inner").removeClass("overlay-inner-show"),a(this).find(".overlay-inner").addClass("overlay-inner-show"),a(this).css("flex","3")})),a("#eael-img-accordion-"+n+" a").on("blur",(function(e){a("#eael-img-accordion-"+n+" a").css("flex","1"),a("#eael-img-accordion-"+n+" a").find(".overlay-inner").removeClass("overlay-inner-show"),a(this).find(".overlay").parent("a").removeClass("overlay-active")}))):a("#eael-img-accordion-"+n+" a").on("hover",(function(){a("#eael-img-accordion-"+n+" a").hasClass("overlay-active")&&(a("#eael-img-accordion-"+n+" a.overlay-active").css("flex","1"),a("#eael-img-accordion-"+n+" a").removeClass("overlay-active"),a("#eael-img-accordion-"+n+" a .overlay .overlay-inner").removeClass("overlay-inner-show"))}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-image-accordion.default",o)}))}});
1
+ !function(e){var a={};function o(n){if(a[n])return a[n].exports;var r=a[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.m=e,o.c=a,o.d=function(e,a,n){o.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,a){if(1&a&&(e=o(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var r in e)o.d(n,r,function(a){return e[a]}.bind(null,r));return n},o.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(a,"a",a),a},o.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},o.p="",o(o.s=11)}({11:function(e,a){var o=function(e,a){var o=e.find(".eael-img-accordion").eq(0),n=void 0!==o.data("img-accordion-id")?o.data("img-accordion-id"):"",r=void 0!==o.data("img-accordion-type")?o.data("img-accordion-type"):"",i=0;"on-click"===r?(a("#eael-img-accordion-"+n+" a").on("click",(function(e){0==a(this).hasClass("overlay-active")&&e.preventDefault(),0==i&&(a("#eael-img-accordion-"+n+" a").hasClass("overlay-active")&&a("#eael-img-accordion-"+n+" a").removeClass("overlay-active"),i+=1),a("#eael-img-accordion-"+n+" a").css("flex","1"),a(this).find(".overlay").parent("a").addClass("overlay-active"),a("#eael-img-accordion-"+n+" a").find(".overlay-inner").removeClass("overlay-inner-show"),a(this).find(".overlay-inner").addClass("overlay-inner-show"),a(this).css("flex","3")})),a("#eael-img-accordion-"+n+" a").on("blur",(function(e){a("#eael-img-accordion-"+n+" a").css("flex","1"),a("#eael-img-accordion-"+n+" a").find(".overlay-inner").removeClass("overlay-inner-show"),a(this).find(".overlay").parent("a").removeClass("overlay-active")}))):a("#eael-img-accordion-"+n+" a").on("hover",(function(){a("#eael-img-accordion-"+n+" a").hasClass("overlay-active")&&(a("#eael-img-accordion-"+n+" a.overlay-active").css("flex","1"),a("#eael-img-accordion-"+n+" a").removeClass("overlay-active"),a("#eael-img-accordion-"+n+" a .overlay .overlay-inner").removeClass("overlay-inner-show"))}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-image-accordion.default",o)}))}});
assets/front-end/js/view/load-more.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function o(a){if(t[a])return t[a].exports;var n=t[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,o),n.l=!0,n.exports}o.m=e,o.c=t,o.d=function(e,t,a){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(o.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)o.d(a,n,function(t){return e[t]}.bind(null,n));return a},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=13)}({13:function(e,t){!function(e){"use strict";e(document).on("click",".eael-load-more-button",(function(t){t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation();var o=e(this),a=e("span",o),n=a.html(),r=o.data("widget"),i=o.data("page-id"),l=o.data("nonce"),d=e(".elementor-element-"+r),s=o.data("class"),p=o.data("args"),u=o.data("layout"),c=o.data("template"),f=parseInt(o.data("page"))+1;if(void 0!==r&&void 0!==p){var g={},m={action:"load_more",class:s,args:p,page:f,page_id:i,widget_id:r,nonce:l,template_info:c};if(String(p).split("&").forEach((function(e,t){var o=String(e).split("=");g[o[0]]=o[1]})),"rand"==g.orderby){var y=e(".eael-grid-post");if(y.length){var v=[];y.each((function(t,o){var a=e(o).data("id");v.push(a)})),m.post__not_in=v}}o.addClass("button--loading"),a.html(localize.i18n.loading),e.ajax({url:localize.ajaxurl,type:"post",data:m,success:function(t){var r=e(t);if(r.hasClass("no-posts-found")||0===r.length)o.remove();else{if("Essential_Addons_Elementor\\Elements\\Product_Grid"==m.class){if(r=r.filter("li"),e(".eael-product-grid .products",d).append(r),"masonry"==u){var i,l="eael-product-"+Date.now();(i=e(".eael-product-grid .products",d).isotope()).isotope("appended",r).isotope("layout"),i.imagesLoaded().progress((function(){i.isotope("layout")})),r.find(".woocommerce-product-gallery").addClass(l),r.find(".woocommerce-product-gallery").addClass("eael-new-product"),e(".woocommerce-product-gallery."+l,d).each((function(){e(this).wc_product_gallery()}))}}else if(e(".eael-post-appender",d).append(r),"masonry"==u)(i=e(".eael-post-appender",d).isotope()).isotope("appended",r).isotope("layout"),i.imagesLoaded().progress((function(){i.isotope("layout")}));o.removeClass("button--loading"),a.html(n),o.data("page",f)}},error:function(e){console.log(e)}})}}))}(jQuery)}});
1
+ !function(e){var t={};function o(a){if(t[a])return t[a].exports;var n=t[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,o),n.l=!0,n.exports}o.m=e,o.c=t,o.d=function(e,t,a){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(o.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)o.d(a,n,function(t){return e[t]}.bind(null,n));return a},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=12)}({12:function(e,t){!function(e){"use strict";e(document).on("click",".eael-load-more-button",(function(t){t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation();var o=e(this),a=e("span",o),n=a.html(),r=o.data("widget"),i=o.data("page-id"),l=o.data("nonce"),d=e(".elementor-element-"+r),s=o.data("class"),p=o.data("args"),u=o.data("layout"),c=o.data("template"),f=parseInt(o.data("page"))+1;if(void 0!==r&&void 0!==p){var g={},m={action:"load_more",class:s,args:p,page:f,page_id:i,widget_id:r,nonce:l,template_info:c};if(String(p).split("&").forEach((function(e,t){var o=String(e).split("=");g[o[0]]=o[1]})),"rand"==g.orderby){var y=e(".eael-grid-post");if(y.length){var v=[];y.each((function(t,o){var a=e(o).data("id");v.push(a)})),m.post__not_in=v}}o.addClass("button--loading"),a.html(localize.i18n.loading),e.ajax({url:localize.ajaxurl,type:"post",data:m,success:function(t){var r=e(t);if(r.hasClass("no-posts-found")||0===r.length)o.remove();else{if("Essential_Addons_Elementor\\Elements\\Product_Grid"==m.class){if(r=r.filter("li"),e(".eael-product-grid .products",d).append(r),"masonry"==u){var i,l="eael-product-"+Date.now();(i=e(".eael-product-grid .products",d).isotope()).isotope("appended",r).isotope("layout"),i.imagesLoaded().progress((function(){i.isotope("layout")})),r.find(".woocommerce-product-gallery").addClass(l),r.find(".woocommerce-product-gallery").addClass("eael-new-product"),e(".woocommerce-product-gallery."+l,d).each((function(){e(this).wc_product_gallery()}))}}else if(e(".eael-post-appender",d).append(r),"masonry"==u)(i=e(".eael-post-appender",d).isotope()).isotope("appended",r).isotope("layout"),i.imagesLoaded().progress((function(){i.isotope("layout")}));o.removeClass("button--loading"),a.html(n),o.data("page",f)}},error:function(e){console.log(e)}})}}))}(jQuery)}});
assets/front-end/js/view/login-register.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(r,a,function(t){return e[t]}.bind(null,a));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=14)}({14:function(e,t){ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-login-register.default",(function(e,t){var n=e.find(".eael-login-registration-wrapper"),r=n.data("widget-id"),a=n.data("recaptcha-sitekey"),i=e.find("#eael-login-form-wrapper"),o=i.data("recaptcha-theme"),d=i.data("recaptcha-size"),c=e.find("#eael-register-form-wrapper"),l=c.data("recaptcha-theme"),f=c.data("recaptcha-size"),u=e.find("#eael-lr-reg-toggle"),s=e.find("#eael-lr-login-toggle"),p=i.find("#eael-user-password"),h="undefined"!=typeof grecaptcha&&null!==grecaptcha;"form"===u.data("action")&&u.on("click",(function(e){e.preventDefault(),i.hide(),c.fadeIn()})),"form"===s.data("action")&&s.on("click",(function(e){e.preventDefault(),c.hide(),i.fadeIn()}));var g=!1;function m(){var e=document.getElementById("login-recaptcha-node-"+r),t=document.getElementById("register-recaptcha-node-"+r);e&&grecaptcha.render(e,{sitekey:a,theme:o,size:d}),t&&grecaptcha.render(t,{sitekey:a,theme:l,size:f})}t(document).on("click","#wp-hide-pw",(function(e){var n=t(this).find("span");g?(p.attr("type","password"),n.removeClass("dashicons-hidden").addClass("dashicons-visibility"),g=!1):(p.attr("type","text"),n.removeClass("dashicons-visibility").addClass("dashicons-hidden"),g=!0)})),h&&isEditMode?m():t(window).on("load",(function(){h&&m()}))}))}))}});
1
+ !function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(r,a,function(t){return e[t]}.bind(null,a));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=13)}({13:function(e,t){ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-login-register.default",(function(e,t){var n=e.find(".eael-login-registration-wrapper"),r=n.data("widget-id"),a=n.data("recaptcha-sitekey"),i=e.find("#eael-login-form-wrapper"),o=i.data("recaptcha-theme"),d=i.data("recaptcha-size"),c=e.find("#eael-register-form-wrapper"),l=c.data("recaptcha-theme"),f=c.data("recaptcha-size"),u=e.find("#eael-lr-reg-toggle"),s=e.find("#eael-lr-login-toggle"),p=i.find("#eael-user-password"),h="undefined"!=typeof grecaptcha&&null!==grecaptcha;"form"===u.data("action")&&u.on("click",(function(e){e.preventDefault(),i.hide(),c.fadeIn()})),"form"===s.data("action")&&s.on("click",(function(e){e.preventDefault(),c.hide(),i.fadeIn()}));var g=!1;function m(){var e=document.getElementById("login-recaptcha-node-"+r),t=document.getElementById("register-recaptcha-node-"+r);e&&grecaptcha.render(e,{sitekey:a,theme:o,size:d}),t&&grecaptcha.render(t,{sitekey:a,theme:l,size:f})}t(document).on("click","#wp-hide-pw",(function(e){var n=t(this).find("span");g?(p.attr("type","password"),n.removeClass("dashicons-hidden").addClass("dashicons-visibility"),g=!1):(p.attr("type","text"),n.removeClass("dashicons-visibility").addClass("dashicons-hidden"),g=!0)})),h&&isEditMode?m():t(window).on("load",(function(){h&&m()}))}))}))}});
assets/front-end/js/view/post-grid.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=15)}({15:function(e,t){var n=function(e,t){var n=t(".eael-post-appender",e),o=n.data("layout-mode");"masonry"===o&&(n.isotope({itemSelector:".eael-grid-post",layoutMode:o,percentPosition:!0}),n.imagesLoaded().progress((function(){n.isotope("layout")})))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-post-grid.default",n)}))}});
1
+ !function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=14)}({14:function(e,t){var n=function(e,t){var n=t(".eael-post-appender",e),o=n.data("layout-mode");"masonry"===o&&(n.isotope({itemSelector:".eael-grid-post",layoutMode:o,percentPosition:!0}),n.imagesLoaded().progress((function(){n.isotope("layout")})))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-post-grid.default",n)}))}});
assets/front-end/js/view/price-table.min.js CHANGED
@@ -1 +1 @@
1
- !function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=16)}({16:function(t,e){var n=function(t,e){if(e.fn.tooltipster){var n,r=t.find(".tooltip");for(n=0;n<r.length;n++){var o=e("#"+e(r[n]).attr("id")),a=void 0!==o.data("side")&&o.data("side"),i=void 0!==o.data("trigger")?o.data("trigger"):"hover",d=void 0!==o.data("animation")?o.data("animation"):"fade",u=void 0!==o.data("animation_duration")?o.data("animation_duration"):300,f=void 0!==o.data("theme")?o.data("theme"):"default",l="yes"==o.data("arrow");o.tooltipster({animation:d,trigger:i,side:a,delay:u,arrow:l,theme:"tooltipster-"+f})}}};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-pricing-table.default",n)}))}});
1
+ !function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=15)}({15:function(t,e){var n=function(t,e){if(e.fn.tooltipster){var n,r=t.find(".tooltip");for(n=0;n<r.length;n++){var o=e("#"+e(r[n]).attr("id")),a=void 0!==o.data("side")&&o.data("side"),i=void 0!==o.data("trigger")?o.data("trigger"):"hover",d=void 0!==o.data("animation")?o.data("animation"):"fade",u=void 0!==o.data("animation_duration")?o.data("animation_duration"):300,f=void 0!==o.data("theme")?o.data("theme"):"default",l="yes"==o.data("arrow");o.tooltipster({animation:d,trigger:i,side:a,delay:u,arrow:l,theme:"tooltipster-"+f})}}};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-pricing-table.default",n)}))}});
assets/front-end/js/view/product-grid.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function a(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(o,r,function(t){return e[t]}.bind(null,r));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=17)}({17:function(e,t){ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eicon-woocommerce.default",(function(e,t){var a=e.find("#eael-product-grid"),o=a.data("widget-id"),r=a.data("page-id"),n=a.data("nonce"),i=document.createElement("div");i.classList.add("wcpc-overlay"),i.setAttribute("id","wcpc-overlay");var c=document.getElementsByTagName("body")[0];c.appendChild(i);var d=document.getElementById("wcpc-overlay"),l=t(document),s=!1,u=!1,p=!1,m=!1,f=!1;t(c).append('\n <div class="eael-wcpc-modal">\n <i title="Close" class="close-modal far fa-times-circle"></i>\n <div class="modal__content" id="eael_modal_content">\n </div>\n </div>\n ');var v=t("#eael_modal_content"),g=document.getElementsByClassName("eael-wcpc-modal")[0],y=[{name:"action",value:"eael_product_grid"},{name:"widget_id",value:o},{name:"page_id",value:r},{name:"nonce",value:n}],_=function(e,a,o,r,n){t.ajax({url:localize.ajaxurl,type:"POST",dataType:"json",data:e,beforeSend:r,success:a,error:o,complete:n})};function h(e){e&&e.success&&(v.html(e.data.compare_table),g.style.visibility="visible",g.style.opacity="1",d.style.visibility="visible",d.style.opacity="1",localStorage.setItem("productIds",JSON.stringify(e.data.product_ids))),s&&s.hide(),"compare"===f&&(m&&m.length?m.text(localize.i18n.added):p&&u.html('<i class="fas fa-check-circle"></i>')),"remove"===f&&(m&&m.length?m.text(localize.i18n.compare):p&&u.html('<i class="fas fa-exchange-alt"></i>'))}function b(e,t){console.log(t.toString())}l.on("click",".eael-wc-compare",(function(e){e.preventDefault(),e.stopImmediatePropagation(),f="compare",u=t(this),(m=u.find(".eael-wc-compare-text")).length||(p=u.hasClass("eael-wc-compare-icon")),p||(s=u.find(".eael-wc-compare-loader")).show();var a=u.data("product-id"),o=localStorage.getItem("productIds");o?(o=JSON.parse(o)).push(a):o=[a],y.push({name:"product_id",value:u.data("product-id")}),y.push({name:"product_ids",value:JSON.stringify(o)}),_(y,h,b)})),l.on("click",".close-modal",(function(e){g.style.visibility="hidden",g.style.opacity="0",d.style.visibility="hidden",d.style.opacity="0"})),l.on("click",".eael-wc-remove",(function(e){e.preventDefault(),e.stopImmediatePropagation();var a=t(this),o=a.data("product-id");a.addClass("disable"),a.prop("disabled",!0);var r=localStorage.getItem("productIds");r?(r=JSON.parse(r)).push(o):r=[o];var n=Array.from(y);n.push({name:"product_id",value:o}),n.push({name:"remove_product",value:1}),n.push({name:"product_ids",value:JSON.stringify(r)}),f="remove";var i=t('button[data-product-id="'+o+'"]');(m=i.find(".eael-wc-compare-text")).length||(p=i.hasClass("eael-wc-compare-icon")),_(n,h,b)})),t(".eael-woo-pagination",e).on("click","a",(function(e){e.preventDefault();var a=t(this),o=a.data("pnumber"),r=a.data("plimit"),n=localize.ajaxurl,i=a.data("args"),c=a.data("settings"),d=".elementor-element-"+a.data("widgetid"),l=a.data("template");t.ajax({url:n,type:"post",data:{action:"woo_product_pagination_product",number:o,limit:r,args:i,templateInfo:l,settings:c},beforeSend:function(){t(d).addClass("eael-product-loader")},success:function(e){t(d+" .eael-product-grid .products").html(e),t(d+" .woocommerce-product-gallery").each((function(){t(this).wc_product_gallery()}))},complete:function(){t(d).removeClass("eael-product-loader")}}),t.ajax({url:n,type:"post",data:{action:"woo_product_pagination",number:o,limit:r,args:i,settings:c},success:function(e){t(d+" .eael-product-grid .eael-woo-pagination").html(e)}})})),t(document).on("click",".open-popup-link",(function(e){e.preventDefault(),e.stopPropagation();var a=t(this).attr("href"),o=t(a),r=o.children(".eael-product-popup-details");r.height()>400?r.css("height","75vh"):r.css("height","auto"),t(a+" .variations_form").wc_variation_form(),o.addClass("eael-product-popup-ready").removeClass("eael-product-modal-removing")})),t(document).on("keypress",".eael-product-details-wrap input[type=number]",(function(e){var t=e.keyCode||e.which,a=/^[0-9]+$/.test(String.fromCharCode(t));return a||!1})),e.on("click",".eael-product-popup-details .single_add_to_cart_button",(function(e){e.preventDefault();var a=t(this),o=t(this).val(),r=a.closest("form.cart").find('input[name="variation_id"]').val()||"",n=a.closest("form.cart").find('input[name="quantity"]').val(),i=a.closest("form.cart.grouped_form"),c=a.closest("form.cart"),d=[];i=i.serializeArray(),c.hasClass("variations_form")&&(o=c.find('input[name="product_id"]').val()),i.length>0?i.forEach((function(e,t){var a=parseInt(e.name.replace(/[^\d.]/g,""),10);e.name.indexOf("quantity[")>=0&&""!=e.value&&a>0&&(d[d.length]={product_id:a,quantity:e.value,variation_id:0})})):d[0]={product_id:o,quantity:n,variation_id:r},a.removeClass("eael-addtocart-added"),a.addClass("eael-addtocart-loading"),t.ajax({url:localize.ajaxurl,type:"post",data:{action:"eael_product_add_to_cart",product_data:d,eael_add_to_cart_nonce:localize.nonce},success:function(e){e.success&&(t(document.body).trigger("wc_fragment_refresh"),a.removeClass("eael-addtocart-loading"),a.addClass("eael-addtocart-added"))}})})),t(document).on("click",".eael-product-popup-close",(function(e){e.stopPropagation(),t(".eael-product-popup").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),t(document).on("click",(function(e){e.target.closest(".eael-product-popup-details")||t(".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),isEditMode&&t(".eael-product-image-wrap .woocommerce-product-gallery").css("opacity","1")}))}))}});
1
+ !function(e){var t={};function a(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(o,r,function(t){return e[t]}.bind(null,r));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=16)}({16:function(e,t){ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eicon-woocommerce.default",(function(e,t){var a=e.find("#eael-product-grid"),o=a.data("widget-id"),r=a.data("page-id"),n=a.data("nonce"),i=document.createElement("div");i.classList.add("wcpc-overlay"),i.setAttribute("id","wcpc-overlay");var c=document.getElementsByTagName("body")[0];c.appendChild(i);var d=document.getElementById("wcpc-overlay"),l=t(document),s=!1,u=!1,p=!1,m=!1,f=!1;t(c).append('\n <div class="eael-wcpc-modal">\n <i title="Close" class="close-modal far fa-times-circle"></i>\n <div class="modal__content" id="eael_modal_content">\n </div>\n </div>\n ');var v=t("#eael_modal_content"),g=document.getElementsByClassName("eael-wcpc-modal")[0],y=[{name:"action",value:"eael_product_grid"},{name:"widget_id",value:o},{name:"page_id",value:r},{name:"nonce",value:n}],_=function(e,a,o,r,n){t.ajax({url:localize.ajaxurl,type:"POST",dataType:"json",data:e,beforeSend:r,success:a,error:o,complete:n})};function h(e){e&&e.success&&(v.html(e.data.compare_table),g.style.visibility="visible",g.style.opacity="1",d.style.visibility="visible",d.style.opacity="1",localStorage.setItem("productIds",JSON.stringify(e.data.product_ids))),s&&s.hide(),"compare"===f&&(m&&m.length?m.text(localize.i18n.added):p&&u.html('<i class="fas fa-check-circle"></i>')),"remove"===f&&(m&&m.length?m.text(localize.i18n.compare):p&&u.html('<i class="fas fa-exchange-alt"></i>'))}function b(e,t){console.log(t.toString())}l.on("click",".eael-wc-compare",(function(e){e.preventDefault(),e.stopImmediatePropagation(),f="compare",u=t(this),(m=u.find(".eael-wc-compare-text")).length||(p=u.hasClass("eael-wc-compare-icon")),p||(s=u.find(".eael-wc-compare-loader")).show();var a=u.data("product-id"),o=localStorage.getItem("productIds");o?(o=JSON.parse(o)).push(a):o=[a],y.push({name:"product_id",value:u.data("product-id")}),y.push({name:"product_ids",value:JSON.stringify(o)}),_(y,h,b)})),l.on("click",".close-modal",(function(e){g.style.visibility="hidden",g.style.opacity="0",d.style.visibility="hidden",d.style.opacity="0"})),l.on("click",".eael-wc-remove",(function(e){e.preventDefault(),e.stopImmediatePropagation();var a=t(this),o=a.data("product-id");a.addClass("disable"),a.prop("disabled",!0);var r=localStorage.getItem("productIds");r?(r=JSON.parse(r)).push(o):r=[o];var n=Array.from(y);n.push({name:"product_id",value:o}),n.push({name:"remove_product",value:1}),n.push({name:"product_ids",value:JSON.stringify(r)}),f="remove";var i=t('button[data-product-id="'+o+'"]');(m=i.find(".eael-wc-compare-text")).length||(p=i.hasClass("eael-wc-compare-icon")),_(n,h,b)})),t(".eael-woo-pagination",e).on("click","a",(function(e){e.preventDefault();var a=t(this),o=a.data("pnumber"),r=a.data("plimit"),n=localize.ajaxurl,i=a.data("args"),c=a.data("settings"),d=".elementor-element-"+a.data("widgetid"),l=a.data("template");t.ajax({url:n,type:"post",data:{action:"woo_product_pagination_product",number:o,limit:r,args:i,templateInfo:l,settings:c},beforeSend:function(){t(d).addClass("eael-product-loader")},success:function(e){t(d+" .eael-product-grid .products").html(e),t(d+" .woocommerce-product-gallery").each((function(){t(this).wc_product_gallery()}))},complete:function(){t(d).removeClass("eael-product-loader")}}),t.ajax({url:n,type:"post",data:{action:"woo_product_pagination",number:o,limit:r,args:i,settings:c},success:function(e){t(d+" .eael-product-grid .eael-woo-pagination").html(e)}})})),t(document).on("click",".open-popup-link",(function(e){e.preventDefault(),e.stopPropagation();var a=t(this).attr("href"),o=t(a),r=o.children(".eael-product-popup-details");r.height()>400?r.css("height","75vh"):r.css("height","auto"),t(a+" .variations_form").wc_variation_form(),o.addClass("eael-product-popup-ready").removeClass("eael-product-modal-removing")})),t(document).on("keypress",".eael-product-details-wrap input[type=number]",(function(e){var t=e.keyCode||e.which,a=/^[0-9]+$/.test(String.fromCharCode(t));return a||!1})),e.on("click",".eael-product-popup-details .single_add_to_cart_button",(function(e){e.preventDefault();var a=t(this),o=t(this).val(),r=a.closest("form.cart").find('input[name="variation_id"]').val()||"",n=a.closest("form.cart").find('input[name="quantity"]').val(),i=a.closest("form.cart.grouped_form"),c=a.closest("form.cart"),d=[];i=i.serializeArray(),c.hasClass("variations_form")&&(o=c.find('input[name="product_id"]').val()),i.length>0?i.forEach((function(e,t){var a=parseInt(e.name.replace(/[^\d.]/g,""),10);e.name.indexOf("quantity[")>=0&&""!=e.value&&a>0&&(d[d.length]={product_id:a,quantity:e.value,variation_id:0})})):d[0]={product_id:o,quantity:n,variation_id:r},a.removeClass("eael-addtocart-added"),a.addClass("eael-addtocart-loading"),t.ajax({url:localize.ajaxurl,type:"post",data:{action:"eael_product_add_to_cart",product_data:d,eael_add_to_cart_nonce:localize.nonce},success:function(e){e.success&&(t(document.body).trigger("wc_fragment_refresh"),a.removeClass("eael-addtocart-loading"),a.addClass("eael-addtocart-added"))}})})),t(document).on("click",".eael-product-popup-close",(function(e){e.stopPropagation(),t(".eael-product-popup").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),t(document).on("click",(function(e){e.target.closest(".eael-product-popup-details")||t(".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),isEditMode&&t(".eael-product-image-wrap .woocommerce-product-gallery").css("opacity","1")}))}))}});
assets/front-end/js/view/progress-bar.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var r={};function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,r){if(1&r&&(e=t(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var o in e)t.d(n,o,function(r){return e[r]}.bind(null,o));return n},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="",t(t.s=18)}({18:function(e,r){var t=function(e,r){var t=r(".eael-progressbar",e),n=t.data("layout"),o=t.data("count"),i=t.data("duration");o>100&&(o=100),t.one("inview",(function(){"line"==n?r(".eael-progressbar-line-fill",t).css({width:o+"%"}):"half_circle"==n&&r(".eael-progressbar-circle-half",t).css({transform:"rotate("+1.8*o+"deg)"}),ea.hooks.doAction("progressBar.initValue",t,n,o),r(".eael-progressbar-count",t).prop({counter:0}).animate({counter:o},{duration:i,easing:"linear",step:function(e){if("circle"==n||"circle_fill"==n){var o=3.6*e;r(".eael-progressbar-circle-half-left",t).css({transform:"rotate("+o+"deg)"}),o>180&&(r(".eael-progressbar-circle-pie",t).css({"-webkit-clip-path":"inset(0)","clip-path":"inset(0)"}),r(".eael-progressbar-circle-half-right",t).css({visibility:"visible"}))}r(this).text(Math.ceil(e))}})}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-progress-bar.default",t)}))}});
1
+ !function(e){var r={};function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,r){if(1&r&&(e=t(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var o in e)t.d(n,o,function(r){return e[r]}.bind(null,o));return n},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="",t(t.s=17)}({17:function(e,r){var t=function(e,r){var t=r(".eael-progressbar",e),n=t.data("layout"),o=t.data("count"),i=t.data("duration");o>100&&(o=100),t.one("inview",(function(){"line"==n?r(".eael-progressbar-line-fill",t).css({width:o+"%"}):"half_circle"==n&&r(".eael-progressbar-circle-half",t).css({transform:"rotate("+1.8*o+"deg)"}),ea.hooks.doAction("progressBar.initValue",t,n,o),r(".eael-progressbar-count",t).prop({counter:0}).animate({counter:o},{duration:i,easing:"linear",step:function(e){if("circle"==n||"circle_fill"==n){var o=3.6*e;r(".eael-progressbar-circle-half-left",t).css({transform:"rotate("+o+"deg)"}),o>180&&(r(".eael-progressbar-circle-pie",t).css({"-webkit-clip-path":"inset(0)","clip-path":"inset(0)"}),r(".eael-progressbar-circle-half-right",t).css({visibility:"visible"}))}r(this).text(Math.ceil(e))}})}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-progress-bar.default",t)}))}});
assets/front-end/js/view/reading-progress.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=19)}({19:function(e,t){jQuery(document).ready((function(){jQuery(window).scroll((function(){var e=(document.body.scrollTop||document.documentElement.scrollTop)/(document.documentElement.scrollHeight-document.documentElement.clientHeight)*100;jQuery(".eael-reading-progress-fill").css({width:e+"%"})}))}))}});
1
+ !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=18)}({18:function(e,t){jQuery(document).ready((function(){jQuery(window).scroll((function(){var e=(document.body.scrollTop||document.documentElement.scrollTop)/(document.documentElement.scrollHeight-document.documentElement.clientHeight)*100;jQuery(".eael-reading-progress-fill").css({width:e+"%"})}))}))}});
assets/front-end/js/view/sticky-video.js CHANGED
@@ -93,7 +93,7 @@
93
  /*! no static exports found */
94
  /***/ (function(module, exports) {
95
 
96
- eval("var eaelsvPosition = '';\nvar eaelsvWidth = 0;\nvar eaelsvHeight = 0;\nvar eaelsvDomHeight = 0;\nvar videoIsActive = 'off';\nvar eaelMakeItSticky = 0;\nvar scrollHeight = 0;\njQuery(window).on('elementor/frontend/init', function () {\n if (isEditMode) {\n elementor.hooks.addAction('panel/open_editor/widget/eael-sticky-video', function (panel, model, view) {\n var interval;\n model.attributes.settings.on('change:eaelsv_sticky_width', function () {\n clearTimeout(interval);\n interval = setTimeout(function () {\n var height = Math.ceil(model.getSetting('eaelsv_sticky_width') / 1.78);\n model.attributes.settings.attributes.eaelsv_sticky_height = height;\n panel.el.querySelector('[data-setting=\"eaelsv_sticky_height\"]').value = height;\n }, 250);\n });\n model.attributes.settings.on('change:eaelsv_sticky_height', function () {\n clearTimeout(interval);\n interval = setTimeout(function () {\n var width = Math.ceil(model.getSetting('eaelsv_sticky_height') * 1.78);\n model.attributes.settings.attributes.eaelsv_sticky_width = width;\n panel.el.querySelector('[data-setting=\"eaelsv_sticky_width\"]').value = width;\n }, 250);\n });\n });\n }\n\n elementorFrontend.hooks.addAction('frontend/element_ready/eael-sticky-video.default', function ($scope, $) {\n $('.eaelsv-sticky-player-close', $scope).hide();\n var element = $scope.find('.eael-sticky-video-player2');\n var sticky = '';\n var autoplay = '';\n var overlay = '';\n sticky = element.data('sticky');\n autoplay = element.data('autoplay');\n eaelsvPosition = element.data('position');\n eaelsvHeight = element.data('sheight');\n eaelsvWidth = element.data('swidth');\n overlay = element.data('overlay');\n scrollHeight = element.data('scroll_height');\n PositionStickyPlayer(eaelsvPosition, eaelsvHeight, eaelsvWidth);\n var playerAbc = new Plyr('#eaelsv-player-' + $scope.data('id')); // If element is Sticky video\n\n if (overlay === 'no') {\n // If autoplay is enable\n // previous condition if ('yes' === autoplay && sticky === 'yes')\n if (sticky === 'yes') {\n eaelsvDomHeight = GetDomElementHeight(element);\n element.attr('id', 'videobox');\n videoIsActive = 'on'; // When play event is cliked\n // Do the sticky process\n\n PlayerPlay(playerAbc, element);\n }\n } // Overlay Operation Started\n\n\n if (overlay === 'yes' && autoplay === 'yes') {\n var ovrlyElmnt = element.prev();\n videoIsActive = 'off';\n $('.eael-sticky-video-wrapper > i').hide();\n ovrlyElmnt.css('display', 'none');\n playerAbc.play();\n\n if (sticky === 'yes') {\n eaelsvDomHeight = GetDomElementHeight(element);\n element.attr('id', 'videobox');\n videoIsActive = 'on'; // When play event is cliked\n // Do the sticky process\n\n PlayerPlay(playerAbc, element);\n }\n } else if (overlay === 'yes') {\n var ovrlyElmnt = element.prev();\n videoIsActive = 'off';\n $(ovrlyElmnt).on('click', function () {\n $('.eael-sticky-video-wrapper > i').hide();\n $(this).css('display', 'none');\n playerAbc.play();\n\n if (sticky === 'yes') {\n eaelsvDomHeight = GetDomElementHeight(element);\n element.attr('id', 'videobox');\n videoIsActive = 'on'; // When play event is cliked\n // Do the sticky process\n\n PlayerPlay(playerAbc, element);\n }\n });\n }\n\n playerAbc.on('pause', function (event) {\n videoIsActive = 'off';\n });\n playerAbc.on('play', function (event) {\n videoIsActive = 'on';\n });\n $('.eaelsv-sticky-player-close').on('click', function () {\n element.removeClass('out').addClass('in');\n $('.eael-sticky-video-player2').removeAttr('style');\n videoIsActive = 'off';\n });\n element.parent().css('height', element.height() + 'px');\n $(window).resize(function () {\n element.parent().css('height', element.height() + 'px');\n });\n });\n});\njQuery(window).scroll(function () {\n var scrollTop = jQuery(window).scrollTop();\n var scrollBottom = jQuery(document).height() - scrollTop;\n\n if (scrollBottom > jQuery(window).height() + 400) {\n if (scrollTop >= eaelsvDomHeight) {\n if (videoIsActive == 'on') {\n jQuery('#videobox').find('.eaelsv-sticky-player-close').css('display', 'block');\n jQuery('#videobox').removeClass('in').addClass('out');\n PositionStickyPlayer(eaelsvPosition, eaelsvHeight, eaelsvWidth);\n }\n } else {\n jQuery('.eaelsv-sticky-player-close').hide();\n jQuery('#videobox').removeClass('out').addClass('in');\n jQuery('.eael-sticky-video-player2').removeAttr('style');\n }\n }\n});\n\nfunction GetDomElementHeight(elem) {\n var contentHeight = jQuery(elem).parent().height();\n var expHeight = scrollHeight * contentHeight / 100;\n var hght = jQuery(elem).parent().offset().top + expHeight;\n return hght;\n}\n\nfunction PositionStickyPlayer(p, h, w) {\n if (p == 'top-left') {\n jQuery('.eael-sticky-video-player2.out').css('top', '40px');\n jQuery('.eael-sticky-video-player2.out').css('left', '40px');\n }\n\n if (p == 'top-right') {\n jQuery('.eael-sticky-video-player2.out').css('top', '40px');\n jQuery('.eael-sticky-video-player2.out').css('right', '40px');\n }\n\n if (p == 'bottom-right') {\n jQuery('.eael-sticky-video-player2.out').css('bottom', '40px');\n jQuery('.eael-sticky-video-player2.out').css('right', '40px');\n }\n\n if (p == 'bottom-left') {\n jQuery('.eael-sticky-video-player2.out').css('bottom', '40px');\n jQuery('.eael-sticky-video-player2.out').css('left', '40px');\n }\n\n jQuery('.eael-sticky-video-player2.out').css('width', w + 'px');\n jQuery('.eael-sticky-video-player2.out').css('height', h + 'px');\n}\n\nfunction PlayerPlay(a, b) {\n a.on('play', function (event) {\n eaelsvDomHeight = GetDomElementHeight(b);\n jQuery('.eael-sticky-video-player2').removeAttr('id');\n jQuery('.eael-sticky-video-player2').removeClass('out');\n b.attr('id', 'videobox');\n videoIsActive = 'on';\n eaelsvPosition = b.data('position');\n eaelsvHeight = b.data('sheight');\n eaelsvWidth = b.data('swidth');\n });\n}\n\nfunction RunStickyPlayer(elem) {\n var ovrplyer = new Plyr('#' + elem);\n ovrplyer.start();\n}\n\n//# sourceURL=webpack:///./src/js/view/sticky-video.js?");
97
 
98
  /***/ })
99
 
93
  /*! no static exports found */
94
  /***/ (function(module, exports) {
95
 
96
+ eval("var eaelsvPosition = \"\";\nvar eaelsvWidth = 0;\nvar eaelsvHeight = 0;\nvar eaelsvDomHeight = 0;\nvar videoIsActive = \"off\";\nvar eaelMakeItSticky = 0;\nvar scrollHeight = 0;\njQuery(window).on(\"elementor/frontend/init\", function () {\n if (isEditMode) {\n elementor.hooks.addAction(\"panel/open_editor/widget/eael-sticky-video\", function (panel, model, view) {\n var interval;\n model.attributes.settings.on(\"change:eaelsv_sticky_width\", function () {\n clearTimeout(interval);\n interval = setTimeout(function () {\n var height = Math.ceil(model.getSetting(\"eaelsv_sticky_width\") / 1.78);\n model.attributes.settings.attributes.eaelsv_sticky_height = height;\n panel.el.querySelector('[data-setting=\"eaelsv_sticky_height\"]').value = height;\n }, 250);\n });\n model.attributes.settings.on(\"change:eaelsv_sticky_height\", function () {\n clearTimeout(interval);\n interval = setTimeout(function () {\n var width = Math.ceil(model.getSetting(\"eaelsv_sticky_height\") * 1.78);\n model.attributes.settings.attributes.eaelsv_sticky_width = width;\n panel.el.querySelector('[data-setting=\"eaelsv_sticky_width\"]').value = width;\n }, 250);\n });\n });\n }\n\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-sticky-video.default\", function ($scope, $) {\n $(\".eaelsv-sticky-player-close\", $scope).hide();\n var element = $scope.find(\".eael-sticky-video-player2\");\n var sticky = \"\";\n var autoplay = \"\";\n var overlay = \"\";\n sticky = element.data(\"sticky\");\n autoplay = element.data(\"autoplay\");\n eaelsvPosition = element.data(\"position\");\n eaelsvHeight = element.data(\"sheight\");\n eaelsvWidth = element.data(\"swidth\");\n overlay = element.data(\"overlay\");\n scrollHeight = element.data(\"scroll_height\");\n PositionStickyPlayer(eaelsvPosition, eaelsvHeight, eaelsvWidth);\n var playerAbc = new Plyr(\"#eaelsv-player-\" + $scope.data(\"id\")); // If element is Sticky video\n\n if (overlay === \"no\") {\n // If autoplay is enable\n // previous condition if ('yes' === autoplay && sticky === 'yes')\n if (sticky === \"yes\") {\n eaelsvDomHeight = GetDomElementHeight(element);\n element.attr(\"id\", \"videobox\");\n videoIsActive = \"on\"; // When play event is cliked\n // Do the sticky process\n\n PlayerPlay(playerAbc, element);\n }\n } // Overlay Operation Started\n\n\n if (overlay === \"yes\" && autoplay === \"yes\") {\n var ovrlyElmnt = element.prev();\n videoIsActive = \"off\";\n $(\".eael-sticky-video-wrapper > i\").hide();\n ovrlyElmnt.css(\"display\", \"none\");\n playerAbc.play();\n\n if (sticky === \"yes\") {\n eaelsvDomHeight = GetDomElementHeight(element);\n element.attr(\"id\", \"videobox\");\n videoIsActive = \"on\"; // When play event is cliked\n // Do the sticky process\n\n PlayerPlay(playerAbc, element);\n }\n } else if (overlay === \"yes\") {\n var ovrlyElmnt = element.prev();\n videoIsActive = \"off\";\n $(ovrlyElmnt).on(\"click\", function () {\n $(\".eael-sticky-video-wrapper > i\").hide();\n $(this).css(\"display\", \"none\");\n playerAbc.play();\n\n if (sticky === \"yes\") {\n eaelsvDomHeight = GetDomElementHeight(element);\n element.attr(\"id\", \"videobox\");\n videoIsActive = \"on\"; // When play event is cliked\n // Do the sticky process\n\n PlayerPlay(playerAbc, element);\n }\n });\n }\n\n playerAbc.on(\"pause\", function (event) {\n videoIsActive = \"off\";\n });\n playerAbc.on(\"play\", function (event) {\n element.closest(\".eael-sticky-video-player2\").find(\".plyr__poster\").hide();\n videoIsActive = \"on\";\n });\n $(\".eaelsv-sticky-player-close\").on(\"click\", function () {\n element.removeClass(\"out\").addClass(\"in\");\n $(\".eael-sticky-video-player2\").removeAttr(\"style\");\n videoIsActive = \"off\";\n });\n element.parent().css(\"height\", element.height() + \"px\");\n $(window).resize(function () {\n element.parent().css(\"height\", element.height() + \"px\");\n });\n });\n});\njQuery(window).scroll(function () {\n var scrollTop = jQuery(window).scrollTop();\n var scrollBottom = jQuery(document).height() - scrollTop;\n\n if (scrollBottom > jQuery(window).height() + 400) {\n if (scrollTop >= eaelsvDomHeight) {\n if (videoIsActive == \"on\") {\n jQuery(\"#videobox\").find(\".eaelsv-sticky-player-close\").css(\"display\", \"block\");\n jQuery(\"#videobox\").removeClass(\"in\").addClass(\"out\");\n PositionStickyPlayer(eaelsvPosition, eaelsvHeight, eaelsvWidth);\n }\n } else {\n jQuery(\".eaelsv-sticky-player-close\").hide();\n jQuery(\"#videobox\").removeClass(\"out\").addClass(\"in\");\n jQuery(\".eael-sticky-video-player2\").removeAttr(\"style\");\n }\n }\n});\n\nfunction GetDomElementHeight(elem) {\n var contentHeight = jQuery(elem).parent().height();\n var expHeight = scrollHeight * contentHeight / 100;\n var hght = jQuery(elem).parent().offset().top + expHeight;\n return hght;\n}\n\nfunction PositionStickyPlayer(p, h, w) {\n if (p == \"top-left\") {\n jQuery(\".eael-sticky-video-player2.out\").css(\"top\", \"40px\");\n jQuery(\".eael-sticky-video-player2.out\").css(\"left\", \"40px\");\n }\n\n if (p == \"top-right\") {\n jQuery(\".eael-sticky-video-player2.out\").css(\"top\", \"40px\");\n jQuery(\".eael-sticky-video-player2.out\").css(\"right\", \"40px\");\n }\n\n if (p == \"bottom-right\") {\n jQuery(\".eael-sticky-video-player2.out\").css(\"bottom\", \"40px\");\n jQuery(\".eael-sticky-video-player2.out\").css(\"right\", \"40px\");\n }\n\n if (p == \"bottom-left\") {\n jQuery(\".eael-sticky-video-player2.out\").css(\"bottom\", \"40px\");\n jQuery(\".eael-sticky-video-player2.out\").css(\"left\", \"40px\");\n }\n\n jQuery(\".eael-sticky-video-player2.out\").css(\"width\", w + \"px\");\n jQuery(\".eael-sticky-video-player2.out\").css(\"height\", h + \"px\");\n}\n\nfunction PlayerPlay(a, b) {\n a.on(\"play\", function (event) {\n eaelsvDomHeight = GetDomElementHeight(b);\n jQuery(\".eael-sticky-video-player2\").removeAttr(\"id\");\n jQuery(\".eael-sticky-video-player2\").removeClass(\"out\");\n b.attr(\"id\", \"videobox\");\n videoIsActive = \"on\";\n eaelsvPosition = b.data(\"position\");\n eaelsvHeight = b.data(\"sheight\");\n eaelsvWidth = b.data(\"swidth\");\n });\n}\n\nfunction RunStickyPlayer(elem) {\n var ovrplyer = new Plyr(\"#\" + elem);\n ovrplyer.start();\n}\n\n//# sourceURL=webpack:///./src/js/view/sticky-video.js?");
97
 
98
  /***/ })
99
 
assets/front-end/js/view/sticky-video.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function i(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.m=e,i.c=t,i.d=function(e,t,o){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(i.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)i.d(o,r,function(t){return e[t]}.bind(null,r));return o},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=20)}({20:function(e,t){var i="",o=0,r=0,a=0,s="off",n=0;function l(e){var t=jQuery(e).parent().height(),i=n*t/100;return jQuery(e).parent().offset().top+i}function c(e,t,i){"top-left"==e&&(jQuery(".eael-sticky-video-player2.out").css("top","40px"),jQuery(".eael-sticky-video-player2.out").css("left","40px")),"top-right"==e&&(jQuery(".eael-sticky-video-player2.out").css("top","40px"),jQuery(".eael-sticky-video-player2.out").css("right","40px")),"bottom-right"==e&&(jQuery(".eael-sticky-video-player2.out").css("bottom","40px"),jQuery(".eael-sticky-video-player2.out").css("right","40px")),"bottom-left"==e&&(jQuery(".eael-sticky-video-player2.out").css("bottom","40px"),jQuery(".eael-sticky-video-player2.out").css("left","40px")),jQuery(".eael-sticky-video-player2.out").css("width",i+"px"),jQuery(".eael-sticky-video-player2.out").css("height",t+"px")}function u(e,t){e.on("play",(function(e){a=l(t),jQuery(".eael-sticky-video-player2").removeAttr("id"),jQuery(".eael-sticky-video-player2").removeClass("out"),t.attr("id","videobox"),s="on",i=t.data("position"),r=t.data("sheight"),o=t.data("swidth")}))}jQuery(window).on("elementor/frontend/init",(function(){isEditMode&&elementor.hooks.addAction("panel/open_editor/widget/eael-sticky-video",(function(e,t,i){var o;t.attributes.settings.on("change:eaelsv_sticky_width",(function(){clearTimeout(o),o=setTimeout((function(){var i=Math.ceil(t.getSetting("eaelsv_sticky_width")/1.78);t.attributes.settings.attributes.eaelsv_sticky_height=i,e.el.querySelector('[data-setting="eaelsv_sticky_height"]').value=i}),250)})),t.attributes.settings.on("change:eaelsv_sticky_height",(function(){clearTimeout(o),o=setTimeout((function(){var i=Math.ceil(1.78*t.getSetting("eaelsv_sticky_height"));t.attributes.settings.attributes.eaelsv_sticky_width=i,e.el.querySelector('[data-setting="eaelsv_sticky_width"]').value=i}),250)}))})),elementorFrontend.hooks.addAction("frontend/element_ready/eael-sticky-video.default",(function(e,t){t(".eaelsv-sticky-player-close",e).hide();var y,d,p,v=e.find(".eael-sticky-video-player2");y=v.data("sticky"),d=v.data("autoplay"),i=v.data("position"),r=v.data("sheight"),o=v.data("swidth"),p=v.data("overlay"),n=v.data("scroll_height"),c(i,r,o);var f=new Plyr("#eaelsv-player-"+e.data("id"));if("no"===p&&"yes"===y&&(a=l(v),v.attr("id","videobox"),s="on",u(f,v)),"yes"===p&&"yes"===d){var h=v.prev();s="off",t(".eael-sticky-video-wrapper > i").hide(),h.css("display","none"),f.play(),"yes"===y&&(a=l(v),v.attr("id","videobox"),s="on",u(f,v))}else if("yes"===p){h=v.prev();s="off",t(h).on("click",(function(){t(".eael-sticky-video-wrapper > i").hide(),t(this).css("display","none"),f.play(),"yes"===y&&(a=l(v),v.attr("id","videobox"),s="on",u(f,v))}))}f.on("pause",(function(e){s="off"})),f.on("play",(function(e){s="on"})),t(".eaelsv-sticky-player-close").on("click",(function(){v.removeClass("out").addClass("in"),t(".eael-sticky-video-player2").removeAttr("style"),s="off"})),v.parent().css("height",v.height()+"px"),t(window).resize((function(){v.parent().css("height",v.height()+"px")}))}))})),jQuery(window).scroll((function(){var e=jQuery(window).scrollTop();jQuery(document).height()-e>jQuery(window).height()+400&&(e>=a?"on"==s&&(jQuery("#videobox").find(".eaelsv-sticky-player-close").css("display","block"),jQuery("#videobox").removeClass("in").addClass("out"),c(i,r,o)):(jQuery(".eaelsv-sticky-player-close").hide(),jQuery("#videobox").removeClass("out").addClass("in"),jQuery(".eael-sticky-video-player2").removeAttr("style")))}))}});
1
+ !function(e){var t={};function i(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.m=e,i.c=t,i.d=function(e,t,o){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(i.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)i.d(o,r,function(t){return e[t]}.bind(null,r));return o},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=19)}({19:function(e,t){var i="",o=0,r=0,a=0,s="off",n=0;function l(e){var t=jQuery(e).parent().height(),i=n*t/100;return jQuery(e).parent().offset().top+i}function y(e,t,i){"top-left"==e&&(jQuery(".eael-sticky-video-player2.out").css("top","40px"),jQuery(".eael-sticky-video-player2.out").css("left","40px")),"top-right"==e&&(jQuery(".eael-sticky-video-player2.out").css("top","40px"),jQuery(".eael-sticky-video-player2.out").css("right","40px")),"bottom-right"==e&&(jQuery(".eael-sticky-video-player2.out").css("bottom","40px"),jQuery(".eael-sticky-video-player2.out").css("right","40px")),"bottom-left"==e&&(jQuery(".eael-sticky-video-player2.out").css("bottom","40px"),jQuery(".eael-sticky-video-player2.out").css("left","40px")),jQuery(".eael-sticky-video-player2.out").css("width",i+"px"),jQuery(".eael-sticky-video-player2.out").css("height",t+"px")}function c(e,t){e.on("play",(function(e){a=l(t),jQuery(".eael-sticky-video-player2").removeAttr("id"),jQuery(".eael-sticky-video-player2").removeClass("out"),t.attr("id","videobox"),s="on",i=t.data("position"),r=t.data("sheight"),o=t.data("swidth")}))}jQuery(window).on("elementor/frontend/init",(function(){isEditMode&&elementor.hooks.addAction("panel/open_editor/widget/eael-sticky-video",(function(e,t,i){var o;t.attributes.settings.on("change:eaelsv_sticky_width",(function(){clearTimeout(o),o=setTimeout((function(){var i=Math.ceil(t.getSetting("eaelsv_sticky_width")/1.78);t.attributes.settings.attributes.eaelsv_sticky_height=i,e.el.querySelector('[data-setting="eaelsv_sticky_height"]').value=i}),250)})),t.attributes.settings.on("change:eaelsv_sticky_height",(function(){clearTimeout(o),o=setTimeout((function(){var i=Math.ceil(1.78*t.getSetting("eaelsv_sticky_height"));t.attributes.settings.attributes.eaelsv_sticky_width=i,e.el.querySelector('[data-setting="eaelsv_sticky_width"]').value=i}),250)}))})),elementorFrontend.hooks.addAction("frontend/element_ready/eael-sticky-video.default",(function(e,t){t(".eaelsv-sticky-player-close",e).hide();var u,d,p,v=e.find(".eael-sticky-video-player2");u=v.data("sticky"),d=v.data("autoplay"),i=v.data("position"),r=v.data("sheight"),o=v.data("swidth"),p=v.data("overlay"),n=v.data("scroll_height"),y(i,r,o);var f=new Plyr("#eaelsv-player-"+e.data("id"));if("no"===p&&"yes"===u&&(a=l(v),v.attr("id","videobox"),s="on",c(f,v)),"yes"===p&&"yes"===d){var h=v.prev();s="off",t(".eael-sticky-video-wrapper > i").hide(),h.css("display","none"),f.play(),"yes"===u&&(a=l(v),v.attr("id","videobox"),s="on",c(f,v))}else if("yes"===p){h=v.prev();s="off",t(h).on("click",(function(){t(".eael-sticky-video-wrapper > i").hide(),t(this).css("display","none"),f.play(),"yes"===u&&(a=l(v),v.attr("id","videobox"),s="on",c(f,v))}))}f.on("pause",(function(e){s="off"})),f.on("play",(function(e){v.closest(".eael-sticky-video-player2").find(".plyr__poster").hide(),s="on"})),t(".eaelsv-sticky-player-close").on("click",(function(){v.removeClass("out").addClass("in"),t(".eael-sticky-video-player2").removeAttr("style"),s="off"})),v.parent().css("height",v.height()+"px"),t(window).resize((function(){v.parent().css("height",v.height()+"px")}))}))})),jQuery(window).scroll((function(){var e=jQuery(window).scrollTop();jQuery(document).height()-e>jQuery(window).height()+400&&(e>=a?"on"==s&&(jQuery("#videobox").find(".eaelsv-sticky-player-close").css("display","block"),jQuery("#videobox").removeClass("in").addClass("out"),y(i,r,o)):(jQuery(".eaelsv-sticky-player-close").hide(),jQuery("#videobox").removeClass("out").addClass("in"),jQuery(".eael-sticky-video-player2").removeAttr("style")))}))}});
assets/front-end/js/view/table-of-content.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function n(a){if(t[a])return t[a].exports;var o=t[a]={i:a,l:!1,exports:{}};return e[a].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(a,o,function(t){return e[t]}.bind(null,o));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=21)}({21:function(e,t){function n(e){return function(e){if(Array.isArray(e))return a(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var o;o=jQuery,jQuery(document).ready((function(){function e(e,t){var l=document.getElementById("eael-toc-list");if(null===e||void 0===t||!l)return null;for(var i=document.getElementById("eael-toc"),c=void 0!==i.dataset.titleurl?i.dataset.titleurl:"false",s=void 0!==i.dataset.excludeSelector?i.dataset.excludeSelector.replace(/^,|,$/g,""):"",d=[],u=document.querySelectorAll(e),f=0,m=0;m<u.length;m++)d=[].concat(n(d),n(u[m].querySelectorAll(t)));(d=Array.from(new Set(d))).forEach((function(e){a(s,e)||(e.id=f+"-"+r(c,e.textContent),e.classList.add("eael-heading-content"),f++)})),function(e,t,n){var o=t,l=n,i=document.getElementById("eael-toc"),c=void 0!==i.dataset.titleurl?i.dataset.titleurl:"false",s=document.getElementById("eael-toc-list"),d=void 0!==i.dataset.excludeselector?i.dataset.excludeselector.replace(/^,|,$/g,""):"",u="",f=u=o.trim().split(",")[0].substr(1,1),m=s;s.innerHTML="",l.length>0&&document.getElementById("eael-toc").classList.remove("eael-toc-disable");for(var h=0,p=l.length;h<p;++h){var g=l[h];if(!a(d,g)){var y=parseInt(g.tagName.substr(1,1)),v=y-u;if(v>0){var b=m.lastChild;if(b){var C=document.createElement("UL");b.appendChild(C),m=C,u=y}}var w=!1;if(v<0){for(;0!=v++;)m.parentNode.parentNode&&(m=m.parentNode.parentNode);u=y,w=!0}if("UL"!==m.tagName&&(m=s),""!==g.textContent.trim()){var A=document.createElement("LI"),E=document.createElement("A"),S=document.createElement("SPAN");(f===u||w)&&(A.setAttribute("itemscope",""),A.setAttribute("itemtype","http://schema.org/ListItem"),A.setAttribute("itemprop","itemListElement"));var L="#"+h+"-"+r(c,g.textContent);E.className="eael-toc-link",E.setAttribute("itemprop","item"),E.setAttribute("href",L),S.appendChild(document.createTextNode(g.textContent)),E.appendChild(S),A.appendChild(E),m.appendChild(A)}}}}(0,t,d);var h=o("ul.eael-toc-list > li");h.length<1&&document.getElementById("eael-toc").classList.add("eael-toc-disable"),h.each((function(){this.classList.add("eael-first-child")}))}o(document).on("click","ul.eael-toc-list a",(function(e){e.preventDefault(),o(document).off("scroll");var t=this.hash;if(history.pushState("",document.title,window.location.pathname+window.location.search),o(this).parent().is(".eael-highlight-parent.eael-highlight-active"))return window.location.hash=t,!1;o(".eael-highlight-active, .eael-highlight-parent").removeClass("eael-highlight-active eael-highlight-parent"),o(this).closest(".eael-first-child").addClass("eael-highlight-parent"),o(this).parent().addClass("eael-highlight-active"),window.location.hash=t})),window.addEventListener("scroll",(function(e){var n;(n=document.getElementById("eael-toc"))&&(t=void 0!==t?t:200,window.pageYOffset>=t&&!n.classList.contains("eael-toc-disable")?n.classList.add("eael-sticky"):n.classList.remove("eael-sticky"))}));var t=o("#eael-toc").data("stickyscroll");function a(e,t){return o(t).closest(e).length}function r(e,t){return"true"==e&&""!=t?t.toString().toLowerCase().normalize("NFD").trim().replace(/[^a-z0-9 -]/g,"").replace(/\s+/g,"-").replace(/^-+/,"").replace(/-+$/,"").replace(/-+/g,"-"):"eael-table-of-content"}function l(){var e=document.getElementById("eael-toc");if(e&&e.dataset.contentselector)return e.dataset.contentselector;var t=".site-content";return o(".site-content")[0]?t=".site-content":o(".elementor-inner")[0]?t=".elementor-inner":o("#site-content")[0]?t="#site-content":o(".site-main")&&(t=".site-main"),t}o("body").click((function(e){var t=o(e.target),n=o("#eael-toc");n.hasClass("eael-toc-auto-collapse")&&n.hasClass("eael-sticky")&&!n.hasClass("collapsed")&&0===o(t).closest("#eael-toc").length&&n.toggleClass("collapsed")})),o(document).on("click",".eael-toc-close ,.eael-toc-button",(function(e){e.stopPropagation(),o(".eael-toc").toggleClass("collapsed")})),"undefined"!=typeof ea&&ea.hooks.addAction("editMode.init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/widget",(function(t,n){var a=n("#eael-toc #eael-toc-list");if(a.find("li.eael-first-child").length<1&&a.length>=1){var o=n("#eael-toc").data("eaeltoctag");o&&e(l(),o)}}))}));var i="undefined"!=typeof isEditMode&&isEditMode,c=o("#eael-toc").data("eaeltoctag");""===c||i||e(l(),c)}))}});
1
+ !function(e){var t={};function n(a){if(t[a])return t[a].exports;var o=t[a]={i:a,l:!1,exports:{}};return e[a].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(a,o,function(t){return e[t]}.bind(null,o));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=20)}({20:function(e,t){function n(e){return function(e){if(Array.isArray(e))return a(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var o;o=jQuery,jQuery(document).ready((function(){function e(e,t){var l=document.getElementById("eael-toc-list");if(null===e||void 0===t||!l)return null;for(var i=document.getElementById("eael-toc"),c=void 0!==i.dataset.titleurl?i.dataset.titleurl:"false",s=void 0!==i.dataset.excludeSelector?i.dataset.excludeSelector.replace(/^,|,$/g,""):"",d=[],u=document.querySelectorAll(e),f=0,m=0;m<u.length;m++)d=[].concat(n(d),n(u[m].querySelectorAll(t)));(d=Array.from(new Set(d))).forEach((function(e){a(s,e)||(e.id=f+"-"+r(c,e.textContent),e.classList.add("eael-heading-content"),f++)})),function(e,t,n){var o=t,l=n,i=document.getElementById("eael-toc"),c=void 0!==i.dataset.titleurl?i.dataset.titleurl:"false",s=document.getElementById("eael-toc-list"),d=void 0!==i.dataset.excludeselector?i.dataset.excludeselector.replace(/^,|,$/g,""):"",u="",f=u=o.trim().split(",")[0].substr(1,1),m=s;s.innerHTML="",l.length>0&&document.getElementById("eael-toc").classList.remove("eael-toc-disable");for(var h=0,p=l.length;h<p;++h){var g=l[h];if(!a(d,g)){var y=parseInt(g.tagName.substr(1,1)),v=y-u;if(v>0){var b=m.lastChild;if(b){var C=document.createElement("UL");b.appendChild(C),m=C,u=y}}var w=!1;if(v<0){for(;0!=v++;)m.parentNode.parentNode&&(m=m.parentNode.parentNode);u=y,w=!0}if("UL"!==m.tagName&&(m=s),""!==g.textContent.trim()){var A=document.createElement("LI"),E=document.createElement("A"),S=document.createElement("SPAN");(f===u||w)&&(A.setAttribute("itemscope",""),A.setAttribute("itemtype","http://schema.org/ListItem"),A.setAttribute("itemprop","itemListElement"));var L="#"+h+"-"+r(c,g.textContent);E.className="eael-toc-link",E.setAttribute("itemprop","item"),E.setAttribute("href",L),S.appendChild(document.createTextNode(g.textContent)),E.appendChild(S),A.appendChild(E),m.appendChild(A)}}}}(0,t,d);var h=o("ul.eael-toc-list > li");h.length<1&&document.getElementById("eael-toc").classList.add("eael-toc-disable"),h.each((function(){this.classList.add("eael-first-child")}))}o(document).on("click","ul.eael-toc-list a",(function(e){e.preventDefault(),o(document).off("scroll");var t=this.hash;if(history.pushState("",document.title,window.location.pathname+window.location.search),o(this).parent().is(".eael-highlight-parent.eael-highlight-active"))return window.location.hash=t,!1;o(".eael-highlight-active, .eael-highlight-parent").removeClass("eael-highlight-active eael-highlight-parent"),o(this).closest(".eael-first-child").addClass("eael-highlight-parent"),o(this).parent().addClass("eael-highlight-active"),window.location.hash=t})),window.addEventListener("scroll",(function(e){var n;(n=document.getElementById("eael-toc"))&&(t=void 0!==t?t:200,window.pageYOffset>=t&&!n.classList.contains("eael-toc-disable")?n.classList.add("eael-sticky"):n.classList.remove("eael-sticky"))}));var t=o("#eael-toc").data("stickyscroll");function a(e,t){return o(t).closest(e).length}function r(e,t){return"true"==e&&""!=t?t.toString().toLowerCase().normalize("NFD").trim().replace(/[^a-z0-9 -]/g,"").replace(/\s+/g,"-").replace(/^-+/,"").replace(/-+$/,"").replace(/-+/g,"-"):"eael-table-of-content"}function l(){var e=document.getElementById("eael-toc");if(e&&e.dataset.contentselector)return e.dataset.contentselector;var t=".site-content";return o(".site-content")[0]?t=".site-content":o(".elementor-inner")[0]?t=".elementor-inner":o("#site-content")[0]?t="#site-content":o(".site-main")&&(t=".site-main"),t}o("body").click((function(e){var t=o(e.target),n=o("#eael-toc");n.hasClass("eael-toc-auto-collapse")&&n.hasClass("eael-sticky")&&!n.hasClass("collapsed")&&0===o(t).closest("#eael-toc").length&&n.toggleClass("collapsed")})),o(document).on("click",".eael-toc-close ,.eael-toc-button",(function(e){e.stopPropagation(),o(".eael-toc").toggleClass("collapsed")})),"undefined"!=typeof ea&&ea.hooks.addAction("editMode.init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/widget",(function(t,n){var a=n("#eael-toc #eael-toc-list");if(a.find("li.eael-first-child").length<1&&a.length>=1){var o=n("#eael-toc").data("eaeltoctag");o&&e(l(),o)}}))}));var i="undefined"!=typeof isEditMode&&isEditMode,c=o("#eael-toc").data("eaeltoctag");""===c||i||e(l(),c)}))}});
assets/front-end/js/view/twitter-feed.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=22)}({22:function(e,t){var r=function(e,t){isEditMode||($gutter=t(".eael-twitter-feed-masonry",e).data("gutter"),$settings={itemSelector:".eael-twitter-feed-item",percentPosition:!0,masonry:{columnWidth:".eael-twitter-feed-item",gutter:$gutter}},$twitter_feed_gallery=t(".eael-twitter-feed-masonry",e).isotope($settings),$twitter_feed_gallery.imagesLoaded().progress((function(){$twitter_feed_gallery.isotope("layout")})))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-twitter-feed.default",r)}))}});
1
+ !function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=21)}({21:function(e,t){var r=function(e,t){isEditMode||($gutter=t(".eael-twitter-feed-masonry",e).data("gutter"),$settings={itemSelector:".eael-twitter-feed-item",percentPosition:!0,masonry:{columnWidth:".eael-twitter-feed-item",gutter:$gutter}},$twitter_feed_gallery=t(".eael-twitter-feed-masonry",e).isotope($settings),$twitter_feed_gallery.imagesLoaded().progress((function(){$twitter_feed_gallery.isotope("layout")})))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-twitter-feed.default",r)}))}});
assets/front-end/js/view/typeform.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=23)}({23:function(e,t){var r=function(e,t){if(typeformEmbed){var r=e.find(".eael-typeform"),n=r.attr("id"),o=r.data("typeform");if(void 0!==n&&void 0!==o){var i=document.getElementById(n);o.url&&typeformEmbed.makeWidget(i,o.url,{hideFooter:o.hideFooter,hideHeaders:o.hideHeaders,opacity:o.opacity})}}};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-typeform.default",r)}))}});
1
+ !function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=22)}({22:function(e,t){var r=function(e,t){if(typeformEmbed){var r=e.find(".eael-typeform"),n=r.attr("id"),o=r.data("typeform");if(void 0!==n&&void 0!==o){var i=document.getElementById(n);o.url&&typeformEmbed.makeWidget(i,o.url,{hideFooter:o.hideFooter,hideHeaders:o.hideHeaders,opacity:o.opacity})}}};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-typeform.default",r)}))}});
assets/front-end/js/view/woo-checkout.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var o={};function t(n){if(o[n])return o[n].exports;var c=o[n]={i:n,l:!1,exports:{}};return e[n].call(c.exports,c,c.exports,t),c.l=!0,c.exports}t.m=e,t.c=o,t.d=function(e,o,n){t.o(e,o)||Object.defineProperty(e,o,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,o){if(1&o&&(e=t(e)),8&o)return e;if(4&o&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&o&&"string"!=typeof e)for(var c in e)t.d(n,c,function(o){return e[o]}.bind(null,c));return n},t.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(o,"a",o),o},t.o=function(e,o){return Object.prototype.hasOwnProperty.call(e,o)},t.p="",t(t.s=24)}({24:function(e,o){var t=function(e,o){function t(){var e=o(".ea-woo-checkout");setTimeout((function(){o(".ea-checkout-review-order-table").addClass("processing").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),o.ajax({type:"POST",url:localize.ajaxurl,data:{action:"woo_checkout_update_order_review",orderReviewData:e.data("checkout")},success:function(e){o(".ea-checkout-review-order-table").replaceWith(e.order_review),setTimeout((function(){o(".ea-checkout-review-order-table").removeClass("processing").unblock()}),1e5)}})}),2e3)}o.blockUI.defaults.overlayCSS.cursor="default",o(document).on("click",".woocommerce-remove-coupon",(function(e){t()})),o("form.checkout_coupon").submit((function(e){t()})),o(".ea-woo-checkout").on("change",'select.shipping_method, input[name^="shipping_method"], #ship-to-different-address input, .update_totals_on_change select, .update_totals_on_change input[type="radio"], .update_totals_on_change input[type="checkbox"]',(function(){o(document.body).trigger("update_checkout"),t()})),o(document.body).bind("update_checkout",(function(){t()})),o(document.body).on("removed_coupon_in_checkout",(function(){var e=o(".ea-woo-checkout .ms-tabs-content > .woocommerce-message,.ea-woo-checkout .split-tabs-content > .woocommerce-message").remove();o(".ea-woo-checkout .checkout_coupon.woocommerce-form-coupon").before(e)}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-checkout.default",t)}))}});
1
+ !function(e){var o={};function t(n){if(o[n])return o[n].exports;var c=o[n]={i:n,l:!1,exports:{}};return e[n].call(c.exports,c,c.exports,t),c.l=!0,c.exports}t.m=e,t.c=o,t.d=function(e,o,n){t.o(e,o)||Object.defineProperty(e,o,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,o){if(1&o&&(e=t(e)),8&o)return e;if(4&o&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&o&&"string"!=typeof e)for(var c in e)t.d(n,c,function(o){return e[o]}.bind(null,c));return n},t.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(o,"a",o),o},t.o=function(e,o){return Object.prototype.hasOwnProperty.call(e,o)},t.p="",t(t.s=23)}({23:function(e,o){var t=function(e,o){function t(){var e=o(".ea-woo-checkout");setTimeout((function(){o(".ea-checkout-review-order-table").addClass("processing").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),o.ajax({type:"POST",url:localize.ajaxurl,data:{action:"woo_checkout_update_order_review",orderReviewData:e.data("checkout")},success:function(e){o(".ea-checkout-review-order-table").replaceWith(e.order_review),setTimeout((function(){o(".ea-checkout-review-order-table").removeClass("processing").unblock()}),1e5)}})}),2e3)}o.blockUI.defaults.overlayCSS.cursor="default",o(document).on("click",".woocommerce-remove-coupon",(function(e){t()})),o("form.checkout_coupon").submit((function(e){t()})),o(".ea-woo-checkout").on("change",'select.shipping_method, input[name^="shipping_method"], #ship-to-different-address input, .update_totals_on_change select, .update_totals_on_change input[type="radio"], .update_totals_on_change input[type="checkbox"]',(function(){o(document.body).trigger("update_checkout"),t()})),o(document.body).bind("update_checkout",(function(){t()})),o(document.body).on("removed_coupon_in_checkout",(function(){var e=o(".ea-woo-checkout .ms-tabs-content > .woocommerce-message,.ea-woo-checkout .split-tabs-content > .woocommerce-message").remove();o(".ea-woo-checkout .checkout_coupon.woocommerce-form-coupon").before(e)}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-checkout.default",t)}))}});
essential_adons_elementor.php CHANGED
@@ -4,12 +4,12 @@
4
  * Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
5
  * Plugin URI: https://essential-addons.com/elementor/
6
  * Author: WPDeveloper
7
- * Version: 4.5.0
8
  * Author URI: https://wpdeveloper.net/
9
  * Text Domain: essential-addons-for-elementor-lite
10
  * Domain Path: /languages
11
  *
12
- * WC tested up to: 4.4.1
13
  */
14
 
15
  if (!defined('ABSPATH')) {
@@ -25,7 +25,7 @@ define('EAEL_PLUGIN_FILE', __FILE__);
25
  define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
26
  define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
27
  define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
28
- define('EAEL_PLUGIN_VERSION', '4.5.0');
29
  define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
30
  define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
31
  /**
4
  * Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
5
  * Plugin URI: https://essential-addons.com/elementor/
6
  * Author: WPDeveloper
7
+ * Version: 4.5.1
8
  * Author URI: https://wpdeveloper.net/
9
  * Text Domain: essential-addons-for-elementor-lite
10
  * Domain Path: /languages
11
  *
12
+ * WC tested up to: 5.0.0
13
  */
14
 
15
  if (!defined('ABSPATH')) {
25
  define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
26
  define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
27
  define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
28
+ define('EAEL_PLUGIN_VERSION', '4.5.1');
29
  define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
30
  define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
31
  /**
includes/Classes/Bootstrap.php CHANGED
@@ -231,11 +231,6 @@ class Bootstrap
231
  add_filter( 'woocommerce_product_get_rating_html', [ $this, 'eael_rating_markup' ], 10, 3 );
232
  }
233
 
234
- if( class_exists('WC_Subscriptions_Cart') ) {
235
- remove_action('woocommerce_review_order_after_order_total', array( 'WC_Subscriptions_Cart', 'display_recurring_totals' ), 10);
236
- add_action('eael_display_recurring_total_total', array( 'WC_Subscriptions_Cart', 'display_recurring_totals'
237
- ), 10);
238
- }
239
 
240
  // Admin
241
  if (is_admin()) {
231
  add_filter( 'woocommerce_product_get_rating_html', [ $this, 'eael_rating_markup' ], 10, 3 );
232
  }
233
 
 
 
 
 
 
234
 
235
  // Admin
236
  if (is_admin()) {
includes/Classes/Helper.php CHANGED
@@ -636,28 +636,30 @@ class Helper
636
  if ($settings['post_type'] === 'source_dynamic' && is_archive()) {
637
 
638
  $data = get_queried_object();
 
639
  if (isset($data->post_type)) {
640
  $args['post_type'] = $data->post_type;
641
-
642
- $args['tax_query'] = [];
643
-
644
- if ($data->taxonomy) {
645
- $args['tax_query'][] = [
646
- 'taxonomy' => $data->taxonomy,
647
- 'field' => 'term_id',
648
- 'terms' => $data->term_id,
649
- ];
650
- }
651
  } else {
652
  global $wp_query;
653
-
654
  $args['post_type'] = $wp_query->query_vars['post_type'];
655
  }
656
 
 
 
 
 
 
 
 
 
657
  if (get_query_var('author') > 0) {
658
  $args['author__in'] = get_query_var('author');
659
  }
660
 
 
 
 
 
661
  if (get_query_var('year') || get_query_var('monthnum') || get_query_var('day')) {
662
  $args['date_query'] = [
663
  'year' => get_query_var('year'),
636
  if ($settings['post_type'] === 'source_dynamic' && is_archive()) {
637
 
638
  $data = get_queried_object();
639
+
640
  if (isset($data->post_type)) {
641
  $args['post_type'] = $data->post_type;
 
 
 
 
 
 
 
 
 
 
642
  } else {
643
  global $wp_query;
 
644
  $args['post_type'] = $wp_query->query_vars['post_type'];
645
  }
646
 
647
+ if ( isset($data->taxonomy) ) {
648
+ $args[ 'tax_query' ][] = [
649
+ 'taxonomy' => $data->taxonomy,
650
+ 'field' => 'term_id',
651
+ 'terms' => $data->term_id,
652
+ ];
653
+ }
654
+
655
  if (get_query_var('author') > 0) {
656
  $args['author__in'] = get_query_var('author');
657
  }
658
 
659
+ if (get_query_var('s')!='') {
660
+ $args['s'] = get_query_var('s');
661
+ }
662
+
663
  if (get_query_var('year') || get_query_var('monthnum') || get_query_var('day')) {
664
  $args['date_query'] = [
665
  'year' => get_query_var('year'),
includes/Elements/Advanced_Data_Table.php CHANGED
@@ -1551,6 +1551,14 @@ class Advanced_Data_Table extends Widget_Base
1551
  return $this->ninja_integration();
1552
  }
1553
 
 
 
 
 
 
 
 
 
1554
  $content = apply_filters('eael/advanced-data-table/table_html/integration/' . $settings['ea_adv_data_table_source'], $settings);
1555
 
1556
  if (is_array($content)) {
1551
  return $this->ninja_integration();
1552
  }
1553
 
1554
+ if ( $settings[ 'ea_adv_data_table_source' ] == 'remote' ) {
1555
+ $settings_legacy = $this->get_settings();
1556
+ $settings[ 'ea_adv_data_table_source_remote_host' ] = $settings_legacy[ 'ea_adv_data_table_source_remote_host' ];
1557
+ $settings[ 'ea_adv_data_table_source_remote_username' ] = $settings_legacy[ 'ea_adv_data_table_source_remote_username' ];
1558
+ $settings[ 'ea_adv_data_table_source_remote_password' ] = $settings_legacy[ 'ea_adv_data_table_source_remote_password' ];
1559
+ $settings[ 'ea_adv_data_table_source_remote_database' ] = $settings_legacy[ 'ea_adv_data_table_source_remote_database' ];
1560
+ }
1561
+
1562
  $content = apply_filters('eael/advanced-data-table/table_html/integration/' . $settings['ea_adv_data_table_source'], $settings);
1563
 
1564
  if (is_array($content)) {
includes/Elements/Creative_Button.php CHANGED
@@ -16,6 +16,7 @@ use Elementor\Modules\DynamicTags\Module as TagsModule;
16
  use \Elementor\Scheme_Typography;
17
  use \Elementor\Widget_Base;
18
 
 
19
  class Creative_Button extends Widget_Base
20
  {
21
 
@@ -256,6 +257,18 @@ class Creative_Button extends Widget_Base
256
 
257
  $this->start_controls_tab('normal', ['label' => esc_html__('Normal', 'essential-addons-for-elementor-lite')]);
258
 
 
 
 
 
 
 
 
 
 
 
 
 
259
  $this->add_control(
260
  'eael_creative_button_text_color',
261
  [
@@ -336,6 +349,18 @@ class Creative_Button extends Widget_Base
336
 
337
  $this->start_controls_tab('eael_creative_button_hover', ['label' => esc_html__('Hover', 'essential-addons-for-elementor-lite')]);
338
 
 
 
 
 
 
 
 
 
 
 
 
 
339
  $this->add_control(
340
  'eael_creative_button_hover_text_color',
341
  [
@@ -533,9 +558,12 @@ class Creative_Button extends Widget_Base
533
 
534
  $this->add_render_attribute('eael_creative_button', [
535
  'class' => ['eael-creative-button', esc_attr($settings['creative_button_effect'])],
536
- 'href' => esc_attr($settings['creative_button_link_url']['url']),
537
  ]);
538
 
 
 
 
 
539
  if ($settings['creative_button_link_url']['is_external']) {
540
  $this->add_render_attribute('eael_creative_button', 'target', '_blank');
541
  }
16
  use \Elementor\Scheme_Typography;
17
  use \Elementor\Widget_Base;
18
 
19
+
20
  class Creative_Button extends Widget_Base
21
  {
22
 
257
 
258
  $this->start_controls_tab('normal', ['label' => esc_html__('Normal', 'essential-addons-for-elementor-lite')]);
259
 
260
+ $this->add_control('eael_creative_button_icon_color',
261
+ [
262
+ 'label' => esc_html__('Icon Color', 'essential-addons-elementor'),
263
+ 'type' => Controls_Manager::COLOR,
264
+ 'default' => '#ffffff',
265
+ 'selectors' => [
266
+ '{{WRAPPER}} .eael-creative-button i' => 'color: {{VALUE}};',
267
+ '{{WRAPPER}} .eael-creative-button svg' => 'fill: {{VALUE}};',
268
+ ],
269
+ ]
270
+ );
271
+
272
  $this->add_control(
273
  'eael_creative_button_text_color',
274
  [
349
 
350
  $this->start_controls_tab('eael_creative_button_hover', ['label' => esc_html__('Hover', 'essential-addons-for-elementor-lite')]);
351
 
352
+ $this->add_control('eael_creative_button_hover_icon_color',
353
+ [
354
+ 'label' => esc_html__('Icon Color', 'essential-addons-elementor'),
355
+ 'type' => Controls_Manager::COLOR,
356
+ 'default' => '#ffffff',
357
+ 'selectors' => [
358
+ '{{WRAPPER}} .eael-creative-button:hover i' => 'color: {{VALUE}};',
359
+ '{{WRAPPER}} .eael-creative-button:hover svg' => 'fill: {{VALUE}};',
360
+ ],
361
+ ]
362
+ );
363
+
364
  $this->add_control(
365
  'eael_creative_button_hover_text_color',
366
  [
558
 
559
  $this->add_render_attribute('eael_creative_button', [
560
  'class' => ['eael-creative-button', esc_attr($settings['creative_button_effect'])],
 
561
  ]);
562
 
563
+ if ( ! empty( $settings['creative_button_link_url']['url'] ) ) {
564
+ $this->add_link_attributes( 'eael_creative_button', $settings['creative_button_link_url'] );
565
+ }
566
+
567
  if ($settings['creative_button_link_url']['is_external']) {
568
  $this->add_render_attribute('eael_creative_button', 'target', '_blank');
569
  }
includes/Elements/Event_Calendar.php CHANGED
@@ -1798,11 +1798,20 @@ class Event_Calendar extends Widget_Base
1798
  'calendar_id' => urlencode($settings['eael_event_calendar_id']),
1799
  ];
1800
 
 
 
 
 
 
 
 
 
1801
  if (!empty($end_date) && $end_date > $start_date) {
1802
- $arg['timeMax'] = urlencode(date('c', $end_date));
 
1803
  }
1804
 
1805
- $transient_key = 'eael_google_calendar_' . md5(implode('', $arg));
1806
  $data = get_transient($transient_key);
1807
 
1808
  if (isset($arg['calendar_id'])) {
@@ -1888,6 +1897,7 @@ class Event_Calendar extends Widget_Base
1888
  if (empty($events)) {
1889
  return [];
1890
  }
 
1891
  $calendar_data = [];
1892
  foreach ($events as $key => $event) {
1893
  $date_format = 'Y-m-d';
@@ -1896,13 +1906,21 @@ class Event_Calendar extends Widget_Base
1896
  $date_format .= ' H:i';
1897
  $all_day = '';
1898
  }
 
 
 
 
 
 
 
 
1899
  $calendar_data[] = [
1900
  'id' => ++$key,
1901
  'title' => !empty($event->post_title) ? $event->post_title : __('No Title',
1902
  'essential-addons-for-elementor-lite'),
1903
  'description' => $event->post_content,
1904
  'start' => tribe_get_start_date($event->ID, true, $date_format),
1905
- 'end' => tribe_get_end_date($event->ID, true, $date_format),
1906
  'borderColor' => !empty($settings['eael_event_global_popup_ribbon_color']) ? $settings['eael_event_global_popup_ribbon_color'] : '#10ecab',
1907
  'textColor' => $settings['eael_event_global_text_color'],
1908
  'color' => $settings['eael_event_global_bg_color'],
1798
  'calendar_id' => urlencode($settings['eael_event_calendar_id']),
1799
  ];
1800
 
1801
+ $transient_args = [
1802
+ 'key' => $settings['eael_event_google_api_key'],
1803
+ 'maxResults' => $settings['eael_google_calendar_max_result'],
1804
+ 'timeMin' => urlencode(date('Y-m-d H', $start_date)),
1805
+ 'singleEvents' => 'true',
1806
+ 'calendar_id' => urlencode($settings['eael_event_calendar_id']),
1807
+ ];
1808
+
1809
  if (!empty($end_date) && $end_date > $start_date) {
1810
+ $arg['timeMax'] = urlencode(date('c', $end_date));
1811
+ $transient_args['timeMax'] = urlencode(date('Y-m-d H', $end_date));
1812
  }
1813
 
1814
+ $transient_key = 'eael_google_calendar_' . md5(implode('', $transient_args));
1815
  $data = get_transient($transient_key);
1816
 
1817
  if (isset($arg['calendar_id'])) {
1897
  if (empty($events)) {
1898
  return [];
1899
  }
1900
+
1901
  $calendar_data = [];
1902
  foreach ($events as $key => $event) {
1903
  $date_format = 'Y-m-d';
1906
  $date_format .= ' H:i';
1907
  $all_day = '';
1908
  }
1909
+
1910
+
1911
+ if (tribe_event_is_all_day($event->ID)) {
1912
+ $end = date('Y-m-d', strtotime("+1 days", strtotime(tribe_get_end_date($event->ID, true, $date_format))));
1913
+ } else {
1914
+ $end = date('Y-m-d H:i', strtotime(tribe_get_end_date($event->ID, true, $date_format))) . ":01";
1915
+ }
1916
+
1917
  $calendar_data[] = [
1918
  'id' => ++$key,
1919
  'title' => !empty($event->post_title) ? $event->post_title : __('No Title',
1920
  'essential-addons-for-elementor-lite'),
1921
  'description' => $event->post_content,
1922
  'start' => tribe_get_start_date($event->ID, true, $date_format),
1923
+ 'end' => $end,
1924
  'borderColor' => !empty($settings['eael_event_global_popup_ribbon_color']) ? $settings['eael_event_global_popup_ribbon_color'] : '#10ecab',
1925
  'textColor' => $settings['eael_event_global_text_color'],
1926
  'color' => $settings['eael_event_global_bg_color'],
includes/Elements/Filterable_Gallery.php CHANGED
@@ -3062,7 +3062,6 @@ class Filterable_Gallery extends Widget_Base
3062
 
3063
  $gallery_markup[] = $html;
3064
  }
3065
-
3066
  return $gallery_markup;
3067
  }
3068
 
@@ -3095,6 +3094,7 @@ class Filterable_Gallery extends Widget_Base
3095
 
3096
  if ($settings['eael_section_fg_full_image_clickable']) {
3097
  if ($settings['eael_section_fg_full_image_action'] === 'lightbox' && !$popup_status) {
 
3098
  $html .= '<a href="' . esc_url($item['image']) . '" class="eael-magnific-link media-content-wrap" data-elementor-open-lightbox="no">';
3099
  }
3100
 
@@ -3144,7 +3144,7 @@ class Filterable_Gallery extends Widget_Base
3144
  $html .= '</a>';
3145
  }
3146
 
3147
- if ($settings['eael_fg_show_popup'] == 'media' && $settings['eael_fg_caption_style'] !== 'card') {
3148
  $html .= '<a href="' . esc_url($item['image']) . '" class="eael-magnific-link media-content-wrap" data-elementor-open-lightbox="no">';
3149
  }
3150
 
3062
 
3063
  $gallery_markup[] = $html;
3064
  }
 
3065
  return $gallery_markup;
3066
  }
3067
 
3094
 
3095
  if ($settings['eael_section_fg_full_image_clickable']) {
3096
  if ($settings['eael_section_fg_full_image_action'] === 'lightbox' && !$popup_status) {
3097
+ $popup_status = true;
3098
  $html .= '<a href="' . esc_url($item['image']) . '" class="eael-magnific-link media-content-wrap" data-elementor-open-lightbox="no">';
3099
  }
3100
 
3144
  $html .= '</a>';
3145
  }
3146
 
3147
+ if ($settings['eael_fg_show_popup'] == 'media' && $settings['eael_fg_caption_style'] !== 'card' && !$popup_status) {
3148
  $html .= '<a href="' . esc_url($item['image']) . '" class="eael-magnific-link media-content-wrap" data-elementor-open-lightbox="no">';
3149
  }
3150
 
includes/Elements/Image_Accordion.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  namespace Essential_Addons_Elementor\Elements;
3
 
4
  // If this file is called directly, abort.
@@ -29,7 +30,7 @@ class Image_Accordion extends Widget_Base {
29
  }
30
 
31
  public function get_categories() {
32
- return ['essential-addons-elementor'];
33
  }
34
 
35
  public function get_keywords() {
@@ -89,13 +90,13 @@ class Image_Accordion extends Widget_Base {
89
  ]
90
  );
91
 
92
- $this->add_control(
93
- 'eael_img_accordion_content_heading',
94
- [
95
- 'label' => __( 'Content', 'essential-addons-for-elementor-lite' ),
96
- 'type' => \Elementor\Controls_Manager::HEADING,
97
- ]
98
- );
99
 
100
  $this->add_control(
101
  'eael_img_accordion_content_horizontal_align',
@@ -147,19 +148,19 @@ class Image_Accordion extends Widget_Base {
147
  $this->add_control(
148
  'title_tag',
149
  [
150
- 'label' => __('Select Tag', 'essential-addons-for-elementor-lite'),
151
- 'type' => Controls_Manager::SELECT,
152
  'default' => 'h2',
153
  'options' => [
154
- 'h1' => __('H1', 'essential-addons-for-elementor-lite'),
155
- 'h2' => __('H2', 'essential-addons-for-elementor-lite'),
156
- 'h3' => __('H3', 'essential-addons-for-elementor-lite'),
157
- 'h4' => __('H4', 'essential-addons-for-elementor-lite'),
158
- 'h5' => __('H5', 'essential-addons-for-elementor-lite'),
159
- 'h6' => __('H6', 'essential-addons-for-elementor-lite'),
160
- 'span' => __('Span', 'essential-addons-for-elementor-lite'),
161
- 'p' => __('P', 'essential-addons-for-elementor-lite'),
162
- 'div' => __('Div', 'essential-addons-for-elementor-lite'),
163
  ],
164
  ]
165
  );
@@ -196,7 +197,7 @@ class Image_Accordion extends Widget_Base {
196
  'type' => Controls_Manager::TEXT,
197
  'label_block' => true,
198
  'default' => esc_html__( 'Accordion item title', 'essential-addons-for-elementor-lite' ),
199
- 'dynamic' => ['active' => true],
200
  ]
201
  );
202
 
@@ -210,19 +211,34 @@ class Image_Accordion extends Widget_Base {
210
  ]
211
  );
212
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  $repeater->add_control(
214
  'eael_accordion_title_link',
215
  [
216
  'name' => 'eael_accordion_title_link',
217
  'label' => esc_html__( 'Title Link', 'essential-addons-for-elementor-lite' ),
218
  'type' => Controls_Manager::URL,
219
- 'dynamic' => ['active' => true],
220
  'label_block' => true,
221
  'default' => [
222
  'url' => '#',
223
  'is_external' => '',
224
  ],
225
  'show_external' => true,
 
 
 
226
  ]
227
  );
228
 
@@ -232,80 +248,36 @@ class Image_Accordion extends Widget_Base {
232
  'type' => Controls_Manager::REPEATER,
233
  'seperator' => 'before',
234
  'default' => [
235
- [
236
- 'eael_accordion_tittle' => esc_html__( 'Image Accordion #1', 'essential-addons-for-elementor-lite' ),
237
- 'eael_accordion_content' => esc_html__( 'Image Accordion Content Goes Here! Click edit button to change this text.', 'essential-addons-for-elementor-lite' ),
238
- 'eael_accordion_bg' => [
239
- 'url' => Utils::get_placeholder_image_src(),
240
- ]
241
- ],
242
- [
243
- 'eael_accordion_tittle' => esc_html__( 'Image Accordion #2', 'essential-addons-for-elementor-lite' ),
244
- 'eael_accordion_content' => esc_html__( 'Image Accordion Content Goes Here! Click edit button to change this text.', 'essential-addons-for-elementor-lite' ),
245
- 'eael_accordion_bg' => [
246
- 'url' => Utils::get_placeholder_image_src(),
247
- ]
248
- ],
249
- [
250
- 'eael_accordion_tittle' => esc_html__( 'Image Accordion #3', 'essential-addons-for-elementor-lite' ),
251
- 'eael_accordion_content' => esc_html__( 'Image Accordion Content Goes Here! Click edit button to change this text.', 'essential-addons-for-elementor-lite' ),
252
- 'eael_accordion_bg' => [
253
- 'url' => Utils::get_placeholder_image_src(),
254
- ]
255
- ],
256
- [
257
- 'eael_accordion_tittle' => esc_html__( 'Image Accordion #4', 'essential-addons-for-elementor-lite' ),
258
- 'eael_accordion_content' => esc_html__( 'Image Accordion Content Goes Here! Click edit button to change this text.', 'essential-addons-for-elementor-lite' ),
259
- 'eael_accordion_bg' => [
260
- 'url' => Utils::get_placeholder_image_src(),
261
- ]
262
- ],
263
- ],
264
- 'fields' => [
265
- [
266
- 'name' => 'eael_accordion_is_active',
267
- 'label' => __( 'Make it active?', 'essential-addons-for-elementor-lite' ),
268
- 'type' => \Elementor\Controls_Manager::SWITCHER,
269
- 'label_on' => __( 'Yes', 'essential-addons-for-elementor-lite' ),
270
- 'label_off' => __( 'No', 'essential-addons-for-elementor-lite' ),
271
- 'return_value' => 'yes',
272
- ],
273
  [
274
- 'name' => 'eael_accordion_bg',
275
- 'label' => esc_html__( 'Background Image', 'essential-addons-for-elementor-lite' ),
276
- 'type' => Controls_Manager::MEDIA,
277
- 'label_block' => true,
278
- 'default' => [
279
- 'url' => Utils::get_placeholder_image_src(),
280
- ],
281
  ],
282
  [
283
- 'name' => 'eael_accordion_tittle',
284
- 'label' => esc_html__( 'Title', 'essential-addons-for-elementor-lite' ),
285
- 'type' => Controls_Manager::TEXT,
286
- 'label_block' => true,
287
- 'default' => esc_html__( 'Image Accordion', 'essential-addons-for-elementor-lite' ),
288
- 'dynamic' => ['active' => true],
289
  ],
290
  [
291
- 'name' => 'eael_accordion_content',
292
- 'label' => esc_html__( 'Content', 'essential-addons-for-elementor-lite' ),
293
- 'type' => Controls_Manager::WYSIWYG,
294
- 'label_block' => true,
295
- 'default' => esc_html__( 'Image Accordion Content Goes Here! Click edit button to change this text.', 'essential-addons-for-elementor-lite' ),
296
  ],
297
  [
298
- 'name' => 'eael_accordion_title_link',
299
- 'label' => esc_html__( 'Title Link', 'essential-addons-for-elementor-lite' ),
300
- 'type' => Controls_Manager::URL,
301
- 'label_block' => true,
302
- 'default' => [
303
- 'url' => '#',
304
- 'is_external' => '',
305
- ],
306
- 'show_external' => true,
307
  ],
308
  ],
 
309
  'title_field' => '{{eael_accordion_tittle}}',
310
  ]
311
  );
@@ -355,7 +327,7 @@ class Image_Accordion extends Widget_Base {
355
  [
356
  'label' => esc_html__( 'Padding', 'essential-addons-for-elementor-lite' ),
357
  'type' => Controls_Manager::DIMENSIONS,
358
- 'size_units' => ['px', 'em', '%'],
359
  'selectors' => [
360
  '{{WRAPPER}} .eael-img-accordion' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
361
  ],
@@ -367,7 +339,7 @@ class Image_Accordion extends Widget_Base {
367
  [
368
  'label' => esc_html__( 'Margin', 'essential-addons-for-elementor-lite' ),
369
  'type' => Controls_Manager::DIMENSIONS,
370
- 'size_units' => ['px', 'em', '%'],
371
  'selectors' => [
372
  '{{WRAPPER}} .eael-img-accordion' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
373
  ],
@@ -397,9 +369,9 @@ class Image_Accordion extends Widget_Base {
397
  ],
398
  ],
399
  'selectors' => [
400
- '{{WRAPPER}} .eael-img-accordion' => 'border-radius: {{SIZE}}px;',
401
  '{{WRAPPER}} .eael-img-accordion a:first-child' => 'border-radius: {{SIZE}}px 0 0 {{SIZE}}px;',
402
- '{{WRAPPER}} .eael-img-accordion a:last-child' => 'border-radius: 0 {{SIZE}}px {{SIZE}}px 0;',
403
  ],
404
  ]
405
  );
@@ -456,7 +428,7 @@ class Image_Accordion extends Widget_Base {
456
  [
457
  'label' => __( 'Margin', 'essential-addons-for-elementor-lite' ),
458
  'type' => Controls_Manager::DIMENSIONS,
459
- 'size_units' => ['px', '%', 'em'],
460
  'selectors' => [
461
  '{{WRAPPER}} .eael-img-accordion a' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
462
  ],
@@ -467,7 +439,7 @@ class Image_Accordion extends Widget_Base {
467
  [
468
  'label' => __( 'Padding', 'essential-addons-for-elementor-lite' ),
469
  'type' => Controls_Manager::DIMENSIONS,
470
- 'size_units' => ['px', '%', 'em'],
471
  'selectors' => [
472
  '{{WRAPPER}} .eael-img-accordion a' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
473
  ],
@@ -478,7 +450,7 @@ class Image_Accordion extends Widget_Base {
478
  [
479
  'label' => __( 'Border Radius', 'essential-addons-for-elementor-lite' ),
480
  'type' => Controls_Manager::DIMENSIONS,
481
- 'size_units' => ['px', '%', 'em'],
482
  'selectors' => [
483
  '{{WRAPPER}} .eael-img-accordion a' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}!important;',
484
  ],
@@ -571,57 +543,76 @@ class Image_Accordion extends Widget_Base {
571
  }
572
 
573
  protected function render() {
574
- $settings = $this->get_settings_for_display();
575
- $horizontal_alignment = 'eael-img-accordion-horizontal-align-' . $settings['eael_img_accordion_content_horizontal_align'];
576
- $vertical_alignment = 'eael-img-accordion-vertical-align-' . $settings['eael_img_accordion_content_vertical_align'];
577
 
578
  $this->add_render_attribute(
579
  'eael-image-accordion',
580
  [
581
  'class' => [
582
  'eael-img-accordion',
583
- $settings['eael_img_accordion_direction'],
584
  $horizontal_alignment,
585
  $vertical_alignment,
586
  ],
 
587
  ]
588
  );
589
 
 
590
  $this->add_render_attribute( 'eael-image-accordion', 'data-img-accordion-id', esc_attr( $this->get_id() ) );
591
- $this->add_render_attribute( 'eael-image-accordion', 'data-img-accordion-type', $settings['eael_img_accordion_type'] );
592
-
593
- if ( !empty( $settings['eael_img_accordions'] ) ) {
594
- echo '<div ' . $this->get_render_attribute_string( 'eael-image-accordion' ) . ' id="eael-img-accordion-' . $this->get_id() . '">';
595
- foreach ( $settings['eael_img_accordions'] as $img_accordion ) {
596
- $eael_accordion_link = ( '#' === $img_accordion['eael_accordion_title_link']['url'] ) ? '#/' : $img_accordion['eael_accordion_title_link']['url'];
597
- $target = $img_accordion['eael_accordion_title_link']['is_external'] ? 'target="_blank"' : '';
598
- $nofollow = $img_accordion['eael_accordion_title_link']['nofollow'] ? 'rel="nofollow"' : '';
599
- $active = $img_accordion['eael_accordion_is_active'];
600
- $activeCSS = ( $active === 'yes' ? ' flex: 3 1 0%;' : '' );
601
-
602
- echo '<a
603
- href="' . esc_url( $eael_accordion_link ) . '" ' . $target . ' ' . $nofollow . '
604
- style="background-image: url(' . esc_url( $img_accordion['eael_accordion_bg']['url'] ) . ');' . $activeCSS . '"
605
- ' . ( $active === 'yes' ? ' class="overlay-active"' : '' ) . '
606
- >
607
- <div class="overlay">
608
- <div class="overlay-inner">
609
- <div class="overlay-inner' . ( $active === 'yes' ? ' overlay-inner-show' : '' ) . '">
610
- <'.$settings['title_tag'].' class="img-accordion-title">' . $img_accordion['eael_accordion_tittle'] . '</' .$settings['title_tag'].'>
611
- <p>' . $img_accordion['eael_accordion_content'] . '</p>
612
- </div>
613
- </div>
614
- </div>
615
- </a>';
616
  }
617
- echo '</div>';
618
-
619
- if ( 'on-hover' === $settings['eael_img_accordion_type'] ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
620
  echo '<style typr="text/css">
621
- #eael-img-accordion-' . $this->get_id() . ' a:hover {
622
  flex: 3 1 0% !important;
623
  }
624
- #eael-img-accordion-' . $this->get_id() . ' a:hover .overlay-inner * {
625
  opacity: 1;
626
  visibility: visible;
627
  transform: none;
@@ -629,7 +620,6 @@ class Image_Accordion extends Widget_Base {
629
  }
630
  </style>';
631
  }
632
-
633
  }
634
  }
635
  }
1
  <?php
2
+
3
  namespace Essential_Addons_Elementor\Elements;
4
 
5
  // If this file is called directly, abort.
30
  }
31
 
32
  public function get_categories() {
33
+ return [ 'essential-addons-elementor' ];
34
  }
35
 
36
  public function get_keywords() {
90
  ]
91
  );
92
 
93
+ $this->add_control(
94
+ 'eael_img_accordion_content_heading',
95
+ [
96
+ 'label' => __( 'Content', 'essential-addons-for-elementor-lite' ),
97
+ 'type' => \Elementor\Controls_Manager::HEADING,
98
+ ]
99
+ );
100
 
101
  $this->add_control(
102
  'eael_img_accordion_content_horizontal_align',
148
  $this->add_control(
149
  'title_tag',
150
  [
151
+ 'label' => __( 'Select Tag', 'essential-addons-for-elementor-lite' ),
152
+ 'type' => Controls_Manager::SELECT,
153
  'default' => 'h2',
154
  'options' => [
155
+ 'h1' => __( 'H1', 'essential-addons-for-elementor-lite' ),
156
+ 'h2' => __( 'H2', 'essential-addons-for-elementor-lite' ),
157
+ 'h3' => __( 'H3', 'essential-addons-for-elementor-lite' ),
158
+ 'h4' => __( 'H4', 'essential-addons-for-elementor-lite' ),
159
+ 'h5' => __( 'H5', 'essential-addons-for-elementor-lite' ),
160
+ 'h6' => __( 'H6', 'essential-addons-for-elementor-lite' ),
161
+ 'span' => __( 'Span', 'essential-addons-for-elementor-lite' ),
162
+ 'p' => __( 'P', 'essential-addons-for-elementor-lite' ),
163
+ 'div' => __( 'Div', 'essential-addons-for-elementor-lite' ),
164
  ],
165
  ]
166
  );
197
  'type' => Controls_Manager::TEXT,
198
  'label_block' => true,
199
  'default' => esc_html__( 'Accordion item title', 'essential-addons-for-elementor-lite' ),
200
+ 'dynamic' => [ 'active' => true ],
201
  ]
202
  );
203
 
211
  ]
212
  );
213
 
214
+ $repeater->add_control(
215
+ 'eael_accordion_enable_title_link',
216
+ [
217
+ 'label' => esc_html__( 'Enable Title Link', 'essential-addons-for-elementor-lite' ),
218
+ 'type' => Controls_Manager::SWITCHER,
219
+ 'label_on' => __( 'Show', 'your-plugin' ),
220
+ 'label_off' => __( 'Hide', 'your-plugin' ),
221
+ 'return_value' => 'yes',
222
+ 'default' => 'yes',
223
+ ]
224
+ );
225
+
226
  $repeater->add_control(
227
  'eael_accordion_title_link',
228
  [
229
  'name' => 'eael_accordion_title_link',
230
  'label' => esc_html__( 'Title Link', 'essential-addons-for-elementor-lite' ),
231
  'type' => Controls_Manager::URL,
232
+ 'dynamic' => [ 'active' => true ],
233
  'label_block' => true,
234
  'default' => [
235
  'url' => '#',
236
  'is_external' => '',
237
  ],
238
  'show_external' => true,
239
+ 'condition' => [
240
+ 'eael_accordion_enable_title_link' => 'yes',
241
+ ],
242
  ]
243
  );
244
 
248
  'type' => Controls_Manager::REPEATER,
249
  'seperator' => 'before',
250
  'default' => [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
251
  [
252
+ 'eael_accordion_tittle' => esc_html__( 'Image Accordion #1', 'essential-addons-for-elementor-lite' ),
253
+ 'eael_accordion_content' => esc_html__( 'Image Accordion Content Goes Here! Click edit button to change this text.', 'essential-addons-for-elementor-lite' ),
254
+ 'eael_accordion_bg' => [
255
+ 'url' => Utils::get_placeholder_image_src(),
256
+ ]
 
 
257
  ],
258
  [
259
+ 'eael_accordion_tittle' => esc_html__( 'Image Accordion #2', 'essential-addons-for-elementor-lite' ),
260
+ 'eael_accordion_content' => esc_html__( 'Image Accordion Content Goes Here! Click edit button to change this text.', 'essential-addons-for-elementor-lite' ),
261
+ 'eael_accordion_bg' => [
262
+ 'url' => Utils::get_placeholder_image_src(),
263
+ ]
 
264
  ],
265
  [
266
+ 'eael_accordion_tittle' => esc_html__( 'Image Accordion #3', 'essential-addons-for-elementor-lite' ),
267
+ 'eael_accordion_content' => esc_html__( 'Image Accordion Content Goes Here! Click edit button to change this text.', 'essential-addons-for-elementor-lite' ),
268
+ 'eael_accordion_bg' => [
269
+ 'url' => Utils::get_placeholder_image_src(),
270
+ ]
271
  ],
272
  [
273
+ 'eael_accordion_tittle' => esc_html__( 'Image Accordion #4', 'essential-addons-for-elementor-lite' ),
274
+ 'eael_accordion_content' => esc_html__( 'Image Accordion Content Goes Here! Click edit button to change this text.', 'essential-addons-for-elementor-lite' ),
275
+ 'eael_accordion_bg' => [
276
+ 'url' => Utils::get_placeholder_image_src(),
277
+ ]
 
 
 
 
278
  ],
279
  ],
280
+ 'fields' => $repeater->get_controls(),
281
  'title_field' => '{{eael_accordion_tittle}}',
282
  ]
283
  );
327
  [
328
  'label' => esc_html__( 'Padding', 'essential-addons-for-elementor-lite' ),
329
  'type' => Controls_Manager::DIMENSIONS,
330
+ 'size_units' => [ 'px', 'em', '%' ],
331
  'selectors' => [
332
  '{{WRAPPER}} .eael-img-accordion' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
333
  ],
339
  [
340
  'label' => esc_html__( 'Margin', 'essential-addons-for-elementor-lite' ),
341
  'type' => Controls_Manager::DIMENSIONS,
342
+ 'size_units' => [ 'px', 'em', '%' ],
343
  'selectors' => [
344
  '{{WRAPPER}} .eael-img-accordion' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
345
  ],
369
  ],
370
  ],
371
  'selectors' => [
372
+ '{{WRAPPER}} .eael-img-accordion' => 'border-radius: {{SIZE}}px;',
373
  '{{WRAPPER}} .eael-img-accordion a:first-child' => 'border-radius: {{SIZE}}px 0 0 {{SIZE}}px;',
374
+ '{{WRAPPER}} .eael-img-accordion a:last-child' => 'border-radius: 0 {{SIZE}}px {{SIZE}}px 0;',
375
  ],
376
  ]
377
  );
428
  [
429
  'label' => __( 'Margin', 'essential-addons-for-elementor-lite' ),
430
  'type' => Controls_Manager::DIMENSIONS,
431
+ 'size_units' => [ 'px', '%', 'em' ],
432
  'selectors' => [
433
  '{{WRAPPER}} .eael-img-accordion a' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
434
  ],
439
  [
440
  'label' => __( 'Padding', 'essential-addons-for-elementor-lite' ),
441
  'type' => Controls_Manager::DIMENSIONS,
442
+ 'size_units' => [ 'px', '%', 'em' ],
443
  'selectors' => [
444
  '{{WRAPPER}} .eael-img-accordion a' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
445
  ],
450
  [
451
  'label' => __( 'Border Radius', 'essential-addons-for-elementor-lite' ),
452
  'type' => Controls_Manager::DIMENSIONS,
453
+ 'size_units' => [ 'px', '%', 'em' ],
454
  'selectors' => [
455
  '{{WRAPPER}} .eael-img-accordion a' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}!important;',
456
  ],
543
  }
544
 
545
  protected function render() {
546
+ $settings = $this->get_settings_for_display();
547
+ $horizontal_alignment = 'eael-img-accordion-horizontal-align-' . $settings[ 'eael_img_accordion_content_horizontal_align' ];
548
+ $vertical_alignment = 'eael-img-accordion-vertical-align-' . $settings[ 'eael_img_accordion_content_vertical_align' ];
549
 
550
  $this->add_render_attribute(
551
  'eael-image-accordion',
552
  [
553
  'class' => [
554
  'eael-img-accordion',
555
+ $settings[ 'eael_img_accordion_direction' ],
556
  $horizontal_alignment,
557
  $vertical_alignment,
558
  ],
559
+ 'id' => 'eael-img-accordion-' . $this->get_id(),
560
  ]
561
  );
562
 
563
+
564
  $this->add_render_attribute( 'eael-image-accordion', 'data-img-accordion-id', esc_attr( $this->get_id() ) );
565
+ $this->add_render_attribute( 'eael-image-accordion', 'data-img-accordion-type', $settings[ 'eael_img_accordion_type' ] );
566
+ if ( empty( $settings[ 'eael_img_accordions' ] ) ) {
567
+ return;
568
+ }
569
+ ?>
570
+ <div <?php echo $this->get_render_attribute_string( 'eael-image-accordion' ); ?>>
571
+ <?php foreach ( $settings[ 'eael_img_accordions' ] as $key => $img_accordion ): ?>
572
+ <?php
573
+ $eael_accordion_link = $target = $nofollow = $active = '';
574
+ $activeCSS = ( $active === 'yes' ? ' flex: 3 1 0%;' : '' );
575
+ $this->add_render_attribute(
576
+ 'eael-image-accordion-link-' . $key,
577
+ [
578
+ 'class' => 'eael-image-accordion-hover',
579
+ 'style' => "background-image: url(" . esc_url( $img_accordion[ 'eael_accordion_bg' ][ 'url' ] ) . ");" . $activeCSS,
580
+ ]
581
+ );
582
+ if ( $active === 'yes' ) {
583
+ $this->add_render_attribute( 'eael-image-accordion-link-' . $key, 'class', 'overlay-active' );
 
 
 
 
 
 
584
  }
585
+ $tag = 'div';
586
+ if ( $img_accordion[ 'eael_accordion_enable_title_link' ] == 'yes' ) {
587
+ $eael_accordion_link = ( '#' === $img_accordion[ 'eael_accordion_title_link' ][ 'url' ] ) ? '#/' : $img_accordion[ 'eael_accordion_title_link' ][ 'url' ];
588
+ $target = $img_accordion[ 'eael_accordion_title_link' ][ 'is_external' ] ? 'target="_blank"' : '';
589
+ $nofollow = $img_accordion[ 'eael_accordion_title_link' ][ 'nofollow' ] ? 'rel="nofollow"' : '';
590
+ $active = $img_accordion[ 'eael_accordion_is_active' ];
591
+ $this->add_render_attribute( 'eael-image-accordion-link-' . $key, 'href', esc_url( $eael_accordion_link ) . '" ' . $target . ' ' . $nofollow );
592
+ $tag = 'a';
593
+ }
594
+ ?>
595
+
596
+ <<?php echo $tag.' '; ?><?php echo $this->get_render_attribute_string( 'eael-image-accordion-link-' . $key ); ?>>
597
+ <div class="overlay">
598
+ <div class="overlay-inner">
599
+ <div class="overlay-inner <?php echo( $active === 'yes' ? ' overlay-inner-show' : '' ); ?>">
600
+ <?php printf( '<%1$s>%2$s</%1$s>', $settings[ 'title_tag' ], $img_accordion[ 'eael_accordion_tittle' ] ); ?>
601
+ <p><?php echo sprintf( "%s", $this->parse_text_editor( $img_accordion[ 'eael_accordion_content' ] ) ); ?></p>
602
+ </div>
603
+ </div>
604
+ </div>
605
+ </<?php echo $tag; ?>>
606
+ <?php endforeach; ?>
607
+ </div>
608
+ <?php
609
+ if ( !empty( $settings[ 'eael_img_accordions' ] ) ) {
610
+ if ( 'on-hover' === $settings[ 'eael_img_accordion_type' ] ) {
611
  echo '<style typr="text/css">
612
+ #eael-img-accordion-' . $this->get_id() . ' .eael-image-accordion-hover:hover {
613
  flex: 3 1 0% !important;
614
  }
615
+ #eael-img-accordion-' . $this->get_id() . ' .eael-image-accordion-hover:hover:hover .overlay-inner * {
616
  opacity: 1;
617
  visibility: visible;
618
  transform: none;
620
  }
621
  </style>';
622
  }
 
623
  }
624
  }
625
  }
includes/Elements/Product_Grid.php CHANGED
@@ -2897,20 +2897,7 @@ class Product_Grid extends Widget_Base
2897
  $args['orderby'] = 'meta_value_num';
2898
  $args['order'] = 'DESC';
2899
  } else if ($settings['eael_product_grid_product_filter'] == 'sale-products') {
2900
- $args['meta_query'][] = [
2901
- 'relation' => 'OR',
2902
- [
2903
- 'key' => '_sale_price',
2904
- 'value' => 0,
2905
- 'compare' => '>',
2906
- 'type' => 'numeric',
2907
- ], [
2908
- 'key' => '_min_variation_sale_price',
2909
- 'value' => 0,
2910
- 'compare' => '>',
2911
- 'type' => 'numeric',
2912
- ],
2913
- ];
2914
  } else if ($settings['eael_product_grid_product_filter'] == 'top-products') {
2915
  $args['meta_key'] = '_wc_average_rating';
2916
  $args['orderby'] = 'meta_value_num';
2897
  $args['orderby'] = 'meta_value_num';
2898
  $args['order'] = 'DESC';
2899
  } else if ($settings['eael_product_grid_product_filter'] == 'sale-products') {
2900
+ $args['post__in'] = array_merge( array( 0 ), wc_get_product_ids_on_sale() );
 
 
 
 
 
 
 
 
 
 
 
 
 
2901
  } else if ($settings['eael_product_grid_product_filter'] == 'top-products') {
2902
  $args['meta_key'] = '_wc_average_rating';
2903
  $args['orderby'] = 'meta_value_num';
includes/Elements/Woo_Checkout.php CHANGED
@@ -38,6 +38,7 @@ class Woo_Checkout extends Widget_Base {
38
  }
39
 
40
  add_filter('body_class' , [$this, 'add_checkout_body_class']);
 
41
  }
42
  }
43
 
@@ -2557,6 +2558,15 @@ class Woo_Checkout extends Widget_Base {
2557
  return $classes;
2558
  }
2559
 
 
 
 
 
 
 
 
 
 
2560
  protected function render() {
2561
  if( !class_exists('woocommerce') ) {
2562
  return;
38
  }
39
 
40
  add_filter('body_class' , [$this, 'add_checkout_body_class']);
41
+ $this->eael_woocheckout_recurring();
42
  }
43
  }
44
 
2558
  return $classes;
2559
  }
2560
 
2561
+
2562
+ public function eael_woocheckout_recurring(){
2563
+ if( class_exists('WC_Subscriptions_Cart') ) {
2564
+ remove_action('woocommerce_review_order_after_order_total', array( 'WC_Subscriptions_Cart', 'display_recurring_totals' ), 10);
2565
+ add_action('eael_display_recurring_total_total', array( 'WC_Subscriptions_Cart', 'display_recurring_totals'
2566
+ ), 10);
2567
+ }
2568
+ }
2569
+
2570
  protected function render() {
2571
  if( !class_exists('woocommerce') ) {
2572
  return;
includes/Template/Content/Product_Grid.php CHANGED
@@ -45,7 +45,7 @@ trait Product_Grid {
45
  <div class="overlay">
46
  <?php echo $product->get_image( 'woocommerce_thumbnail' ); ?>
47
  <div class="button-wrap clearfix">
48
- <a href="<?php echo esc_url( $product->get_permalink()); ?>" class="product-link"><span class="fas fa-link"></span></a>';
49
  <?php
50
  woocommerce_template_loop_add_to_cart();
51
  if ( isset( $settings['show_compare']) && 'yes' === $settings['show_compare'] ) {
45
  <div class="overlay">
46
  <?php echo $product->get_image( 'woocommerce_thumbnail' ); ?>
47
  <div class="button-wrap clearfix">
48
+ <a href="<?php echo esc_url( $product->get_permalink()); ?>" class="product-link"><span class="fas fa-link"></span></a>
49
  <?php
50
  woocommerce_template_loop_add_to_cart();
51
  if ( isset( $settings['show_compare']) && 'yes' === $settings['show_compare'] ) {
includes/Template/Eicon-Woocommerce/default.php CHANGED
@@ -61,7 +61,7 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
61
  <div class="overlay">
62
  <?php echo $product->get_image( 'woocommerce_thumbnail', ['loading' => 'eager'] ); ?>
63
  <div class="button-wrap clearfix">
64
- <a href="<?php echo esc_url( $product->get_permalink() ); ?>" class="product-link"><span class="fas fa-link"></span></a>';
65
  <?php
66
  woocommerce_template_loop_add_to_cart();
67
  if ( $should_print_compare_btn ) {
@@ -401,4 +401,4 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
401
  'print_compare_button',
402
  ] );
403
  }
404
- }
61
  <div class="overlay">
62
  <?php echo $product->get_image( 'woocommerce_thumbnail', ['loading' => 'eager'] ); ?>
63
  <div class="button-wrap clearfix">
64
+ <a href="<?php echo esc_url( $product->get_permalink() ); ?>" class="product-link"><span class="fas fa-link"></span></a>
65
  <?php
66
  woocommerce_template_loop_add_to_cart();
67
  if ( $should_print_compare_btn ) {
401
  'print_compare_button',
402
  ] );
403
  }
404
+ }
includes/Template/Post-Timeline/default.php CHANGED
@@ -10,7 +10,7 @@ if (!defined('ABSPATH')) {
10
  echo '<article class="eael-timeline-post eael-timeline-column">
11
  <div class="eael-timeline-bullet"></div>
12
  <div class="eael-timeline-post-inner">
13
- <a class="eael-timeline-post-link" href="' . get_the_permalink() . '" title="' . get_the_title() . '">
14
  <time datetime="' . get_the_date() . '">' . get_the_date() . '</time>
15
  <div class="eael-timeline-post-image" ' . ($settings['eael_show_image'] == 'yes' ? 'style="background-image: url(' . wp_get_attachment_image_url(get_post_thumbnail_id(), $settings['image_size']) . ');"' : null) . '></div>';
16
  if ($settings['eael_show_excerpt']) {
10
  echo '<article class="eael-timeline-post eael-timeline-column">
11
  <div class="eael-timeline-bullet"></div>
12
  <div class="eael-timeline-post-inner">
13
+ <a class="eael-timeline-post-link" href="' . get_the_permalink() . '" title="' . esc_html(get_the_title()) . '">
14
  <time datetime="' . get_the_date() . '">' . get_the_date() . '</time>
15
  <div class="eael-timeline-post-image" ' . ($settings['eael_show_image'] == 'yes' ? 'style="background-image: url(' . wp_get_attachment_image_url(get_post_thumbnail_id(), $settings['image_size']) . ');"' : null) . '></div>';
16
  if ($settings['eael_show_excerpt']) {
includes/Traits/Facebook_Feed.php CHANGED
@@ -60,24 +60,22 @@ trait Facebook_Feed
60
  return;
61
  }
62
 
63
- $key = 'eael_facebook_feed_' . substr(str_rot13(str_replace('.', '', $page_id . $token)), 32);
64
-
65
- if (get_transient($key) === false) {
66
  $facebook_data = wp_remote_retrieve_body(wp_remote_get("https://graph.facebook.com/v8.0/{$page_id}/posts?fields=status_type,created_time,from,message,story,full_picture,permalink_url,attachments.limit(1){type,media_type,title,description,unshimmed_url},comments.summary(total_count),reactions.summary(total_count)&limit=99&access_token={$token}", [
67
- 'timeout' => 30,
68
  ]));
69
- set_transient($key, $facebook_data, 1800);
70
- } else {
71
- $facebook_data = get_transient($key);
 
72
  }
73
 
74
- $facebook_data = json_decode($facebook_data, true);
75
-
76
- if (isset($facebook_data['data'])) {
77
- $facebook_data = $facebook_data['data'];
78
- } else {
79
  return;
80
  }
 
81
 
82
  switch ($settings['eael_facebook_feed_sort_by']) {
83
  case 'least-recent':
60
  return;
61
  }
62
 
63
+ $key = 'eael_facebook_feed_' . md5(substr(str_rot13(str_replace('.', '', $page_id . $token)), 32));
64
+ $facebook_data = get_transient($key);
65
+ if ($facebook_data == false) {
66
  $facebook_data = wp_remote_retrieve_body(wp_remote_get("https://graph.facebook.com/v8.0/{$page_id}/posts?fields=status_type,created_time,from,message,story,full_picture,permalink_url,attachments.limit(1){type,media_type,title,description,unshimmed_url},comments.summary(total_count),reactions.summary(total_count)&limit=99&access_token={$token}", [
67
+ 'timeout' => 70,
68
  ]));
69
+ $facebook_data = json_decode($facebook_data, true);
70
+ if(isset($facebook_data['data'])){
71
+ set_transient($key, $facebook_data, 1800);
72
+ }
73
  }
74
 
75
+ if (!isset($facebook_data['data'])) {
 
 
 
 
76
  return;
77
  }
78
+ $facebook_data = $facebook_data['data'];
79
 
80
  switch ($settings['eael_facebook_feed_sort_by']) {
81
  case 'least-recent':
includes/templates/admin/elements.php CHANGED
@@ -410,12 +410,6 @@ $elements = [
410
  'demo_link' => 'https://essential-addons.com/elementor/login-register-form',
411
  'doc_link' => 'https://essential-addons.com/elementor/docs/login-register-form/',
412
  ],
413
- [
414
- 'key' => 'dummy-widget',
415
- 'title' => __( 'Dummy Widget', 'essential-addons-elementor' ),
416
- 'demo_link' => 'https://essential-addons.com/elementor/dummy-widget',
417
- 'doc_link' => 'https://essential-addons.com/elementor/docs/dummy-widget/',
418
- ],
419
  ]
420
  ],
421
  'social-feed-elements' => [
410
  'demo_link' => 'https://essential-addons.com/elementor/login-register-form',
411
  'doc_link' => 'https://essential-addons.com/elementor/docs/login-register-form/',
412
  ],
 
 
 
 
 
 
413
  ]
414
  ],
415
  'social-feed-elements' => [
languages/essential-addons-for-elementor-lite.pot CHANGED
@@ -13,11 +13,11 @@ msgstr ""
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
 
16
- #: ../includes/Classes/Helper.php:169, ../includes/Elements/Adv_Accordion.php:293, ../includes/Elements/Adv_Tabs.php:261, ../includes/Elements/Contact_Form_7.php:270, ../includes/Elements/Content_Ticker.php:349, ../includes/Elements/Countdown.php:467, ../includes/Elements/Creative_Button.php:185, ../includes/Elements/Cta_Box.php:346, ../includes/Elements/Data_Table.php:450, ../includes/Elements/Dual_Color_Header.php:212, ../includes/Elements/Fancy_Text.php:267, ../includes/Elements/Filterable_Gallery.php:792, ../includes/Elements/Flip_Box.php:726, ../includes/Elements/Info_Box.php:492, ../includes/Elements/Pricing_Table.php:702, ../includes/Elements/Progress_Bar.php:269, ../includes/Elements/Team_Member.php:236, ../includes/Elements/Testimonial.php:213, ../includes/Elements/Tooltip.php:503, ../includes/Elements/Twitter_Feed.php:284, ../includes/Elements/WeForms.php:110
17
  msgid "Go Premium for More Features"
18
  msgstr ""
19
 
20
- #: ../includes/Classes/Helper.php:176, ../includes/Elements/Adv_Accordion.php:300, ../includes/Elements/Adv_Tabs.php:268, ../includes/Elements/Contact_Form_7.php:277, ../includes/Elements/Content_Ticker.php:356, ../includes/Elements/Countdown.php:474, ../includes/Elements/Creative_Button.php:192, ../includes/Elements/Cta_Box.php:353, ../includes/Elements/Data_Table.php:457, ../includes/Elements/Dual_Color_Header.php:219, ../includes/Elements/Fancy_Text.php:274, ../includes/Elements/Filterable_Gallery.php:799, ../includes/Elements/Flip_Box.php:733, ../includes/Elements/Info_Box.php:499, ../includes/Elements/Pricing_Table.php:709, ../includes/Elements/Progress_Bar.php:276, ../includes/Elements/Team_Member.php:243, ../includes/Elements/Testimonial.php:220, ../includes/Elements/Tooltip.php:510, ../includes/Elements/Twitter_Feed.php:291, ../includes/Elements/WeForms.php:117
21
  msgid "Unlock more possibilities"
22
  msgstr ""
23
 
@@ -53,7 +53,7 @@ msgstr ""
53
  msgid "Select a Fluent Form"
54
  msgstr ""
55
 
56
- #: ../includes/Classes/Helper.php:867, ../includes/Template/Content/Product_Grid.php:63, ../includes/Template/Content/Product_Grid.php:29, ../includes/Template/Eicon-Woocommerce/default.php:260, ../includes/Template/Eicon-Woocommerce/default.php:199, ../includes/Template/Eicon-Woocommerce/default.php:93, ../includes/Template/Eicon-Woocommerce/default.php:79, ../includes/Template/Eicon-Woocommerce/default.php:45
57
  msgid "Sale!"
58
  msgstr ""
59
 
@@ -255,15 +255,15 @@ msgstr ""
255
  msgid "Finish"
256
  msgstr ""
257
 
258
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:355, ../includes/Classes/WPDeveloper_Setup_Wizard.php:450, ../includes/templates/admin/integrations.php:53
259
  msgid "Activate"
260
  msgstr ""
261
 
262
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:352, ../includes/Classes/WPDeveloper_Setup_Wizard.php:447, ../includes/templates/admin/integrations.php:51
263
  msgid "Activated"
264
  msgstr ""
265
 
266
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:349, ../includes/Classes/WPDeveloper_Setup_Wizard.php:444, ../includes/templates/admin/integrations.php:48
267
  msgid "Install"
268
  msgstr ""
269
 
@@ -296,202 +296,210 @@ msgid "NotificationX"
296
  msgstr ""
297
 
298
  #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:401, ../includes/templates/admin/integrations.php:29
299
- msgid "Best FOMO, Social Proof, Sales Popup & WooCommerce Notification Bar With Elementor Support"
300
  msgstr ""
301
 
302
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:440
 
 
 
 
 
 
 
 
303
  msgid "Get the best out of Essential Addons & boost your Elementor design experience with Templately. Deploy in hundreds of websites with 1-click, push to cloud and collaborate with your whole team to build sites faster than ever."
304
  msgstr ""
305
 
306
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:525, ../includes/templates/admin/elements.php:5
307
  msgid "Content Elements"
308
  msgstr ""
309
 
310
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:529, ../includes/Elements/Creative_Button.php:29, ../includes/templates/admin/elements.php:9
311
  msgid "Creative Button"
312
  msgstr ""
313
 
314
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:534, ../includes/Elements/Team_Member.php:25, ../includes/templates/admin/elements.php:15
315
  msgid "Team Member"
316
  msgstr ""
317
 
318
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:539, ../includes/Elements/Testimonial.php:23, ../includes/templates/admin/elements.php:21
319
  msgid "Testimonial"
320
  msgstr ""
321
 
322
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:544, ../includes/Elements/Flip_Box.php:32, ../includes/templates/admin/elements.php:27
323
  msgid "Flip Box"
324
  msgstr ""
325
 
326
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:549, ../includes/Elements/Info_Box.php:29, ../includes/templates/admin/elements.php:33
327
  msgid "Info Box"
328
  msgstr ""
329
 
330
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:554, ../includes/Elements/Dual_Color_Header.php:26, ../includes/templates/admin/elements.php:39
331
  msgid "Dual Color Heading"
332
  msgstr ""
333
 
334
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:559, ../includes/Elements/Pricing_Table.php:1468, ../includes/Elements/Tooltip.php:23, ../includes/templates/admin/elements.php:45
335
  msgid "Tooltip"
336
  msgstr ""
337
 
338
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:564, ../includes/Elements/Adv_Accordion.php:30, ../includes/templates/admin/elements.php:51
339
  msgid "Advanced Accordion"
340
  msgstr ""
341
 
342
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:569, ../includes/Elements/Adv_Tabs.php:30, ../includes/templates/admin/elements.php:57
343
  msgid "Advanced Tabs"
344
  msgstr ""
345
 
346
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:574, ../includes/Elements/Feature_List.php:25, ../includes/Elements/Pricing_Table.php:1209, ../includes/templates/admin/elements.php:63
347
  msgid "Feature List"
348
  msgstr ""
349
 
350
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:580, ../includes/Elements/Sticky_Video.php:27, ../includes/templates/admin/elements.php:111
351
  msgid "Sticky Video"
352
  msgstr ""
353
 
354
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:591, ../includes/templates/admin/elements.php:124
355
  msgid "Dynamic Content Elements"
356
  msgstr ""
357
 
358
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:595, ../includes/Elements/Post_Grid.php:30, ../includes/templates/admin/elements.php:128
359
  msgid "Post Grid"
360
  msgstr ""
361
 
362
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:600, ../includes/Elements/Post_Timeline.php:27, ../includes/templates/admin/elements.php:134
363
  msgid "Post Timeline"
364
  msgstr ""
365
 
366
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:604, ../includes/Elements/Data_Table.php:31, ../includes/templates/admin/elements.php:140
367
  msgid "Data Table"
368
  msgstr ""
369
 
370
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:609, ../includes/Elements/Advanced_Data_Table.php:25, ../includes/templates/admin/elements.php:146
371
  msgid "Advanced Data Table"
372
  msgstr ""
373
 
374
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:613, ../includes/Elements/Content_Ticker.php:30, ../includes/templates/admin/elements.php:152
375
  msgid "Content Ticker"
376
  msgstr ""
377
 
378
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:619, ../includes/templates/admin/elements.php:201
379
  msgid "Creative Elements"
380
  msgstr ""
381
 
382
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:623, ../includes/Elements/Countdown.php:27, ../includes/templates/admin/elements.php:205
383
  msgid "Countdown"
384
  msgstr ""
385
 
386
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:628, ../includes/Elements/Fancy_Text.php:25, ../includes/Elements/Fancy_Text.php:62, ../includes/templates/admin/elements.php:211
387
  msgid "Fancy Text"
388
  msgstr ""
389
 
390
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:633, ../includes/Elements/Filterable_Gallery.php:29, ../includes/templates/admin/elements.php:217
391
  msgid "Filterable Gallery"
392
  msgstr ""
393
 
394
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:638, ../includes/Elements/Image_Accordion.php:24, ../includes/Elements/Image_Accordion.php:287, ../includes/templates/admin/elements.php:223
395
  msgid "Image Accordion"
396
  msgstr ""
397
 
398
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:643, ../includes/Elements/Progress_Bar.php:26, ../includes/Elements/Progress_Bar.php:125, ../includes/templates/admin/elements.php:229
399
  msgid "Progress Bar"
400
  msgstr ""
401
 
402
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:649
403
  msgid "Marketing & Social Feed Elements"
404
  msgstr ""
405
 
406
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:653, ../includes/templates/admin/elements.php:324
407
  msgid "Call To Action"
408
  msgstr ""
409
 
410
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:658, ../includes/Elements/Pricing_Table.php:31, ../includes/templates/admin/elements.php:330
411
  msgid "Pricing Table"
412
  msgstr ""
413
 
414
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:663, ../includes/Elements/Twitter_Feed.php:27, ../includes/templates/admin/elements.php:426
415
  msgid "Twitter Feed"
416
  msgstr ""
417
 
418
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:668, ../includes/Elements/Facebook_Feed.php:28, ../includes/templates/admin/elements.php:446
419
  msgid "Facebook Feed"
420
  msgstr ""
421
 
422
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:675, ../includes/templates/admin/elements.php:344
423
  msgid "Form Styler Elements"
424
  msgstr ""
425
 
426
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:679, ../includes/Elements/Contact_Form_7.php:43, ../includes/templates/admin/elements.php:348
427
  msgid "Contact Form 7"
428
  msgstr ""
429
 
430
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:684, ../includes/templates/admin/elements.php:354
431
  msgid "weForms"
432
  msgstr ""
433
 
434
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:688, ../includes/templates/admin/elements.php:360
435
  msgid "Ninja Form"
436
  msgstr ""
437
 
438
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:692, ../includes/templates/admin/elements.php:366
439
  msgid "Gravity Form"
440
  msgstr ""
441
 
442
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:696, ../includes/Elements/Caldera_Forms.php:96, ../includes/templates/admin/elements.php:372
443
  msgid "Caldera Form"
444
  msgstr ""
445
 
446
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:700, ../includes/Elements/WpForms.php:27, ../includes/Elements/WpForms.php:87, ../includes/templates/admin/elements.php:378
447
  msgid "WPForms"
448
  msgstr ""
449
 
450
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:704, ../includes/templates/admin/elements.php:384
451
  msgid "FluentForm"
452
  msgstr ""
453
 
454
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:708, ../includes/Elements/Formstack.php:28, ../includes/Elements/Formstack.php:169, ../includes/templates/admin/elements.php:390
455
  msgid "Formstack"
456
  msgstr ""
457
 
458
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:712, ../includes/Elements/TypeForm.php:25, ../includes/Elements/TypeForm.php:126, ../includes/Elements/TypeForm.php:132, ../includes/templates/admin/elements.php:396
459
  msgid "Typeform"
460
  msgstr ""
461
 
462
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:722, ../includes/templates/admin/elements.php:465
463
  msgid "Documentation Elements"
464
  msgstr ""
465
 
466
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:726, ../includes/Elements/Betterdocs_Category_Grid.php:30, ../includes/templates/admin/elements.php:469
467
  msgid "BetterDocs Category Grid"
468
  msgstr ""
469
 
470
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:730, ../includes/Elements/Betterdocs_Category_Box.php:34, ../includes/templates/admin/elements.php:475
471
  msgid "BetterDocs Category Box"
472
  msgstr ""
473
 
474
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:735, ../includes/Elements/Betterdocs_Search_Form.php:30, ../includes/templates/admin/elements.php:481
475
  msgid "BetterDocs Search Form"
476
  msgstr ""
477
 
478
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:740, ../includes/templates/admin/elements.php:488
479
  msgid "WooCommerce Elements"
480
  msgstr ""
481
 
482
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:744, ../includes/Elements/Product_Grid.php:47, ../includes/templates/admin/elements.php:492
483
  msgid "Product Grid"
484
  msgstr ""
485
 
486
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:749, ../includes/Elements/Woo_Checkout.php:49, ../includes/templates/admin/elements.php:505
487
  msgid "Woo Checkout"
488
  msgstr ""
489
 
490
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:753, ../includes/Elements/Woo_Product_Compare.php:34, ../includes/templates/admin/elements.php:511
491
  msgid "Woo Product Compare"
492
  msgstr ""
493
 
494
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:769
495
  msgid "Quick Setup Wizard- Essential Addons"
496
  msgstr ""
497
 
@@ -567,7 +575,7 @@ msgstr ""
567
  msgid "Pagination Type"
568
  msgstr ""
569
 
570
- #: ../includes/Elements/Advanced_Data_Table.php:179, ../includes/Elements/Advanced_Data_Table.php:1305, ../includes/Elements/Betterdocs_Category_Grid.php:1289, ../includes/Elements/Event_Calendar.php:720, ../includes/Elements/Flip_Box.php:650, ../includes/Elements/FluentForm.php:1913, ../includes/Elements/Formstack.php:1773, ../includes/Elements/Info_Box.php:349, ../includes/Elements/Pricing_Table.php:506, ../includes/Elements/Pricing_Table.php:1815, ../includes/Elements/Product_Grid.php:1672, ../includes/Elements/Woo_Checkout.php:1286, ../includes/Elements/Woo_Checkout.php:1584, ../includes/Elements/Woo_Checkout.php:2357, ../includes/Traits/Woo_Product_Comparable.php:1198, ../includes/Traits/Woo_Product_Comparable.php:1248
571
  msgid "Button"
572
  msgstr ""
573
 
@@ -603,15 +611,15 @@ msgstr ""
603
  msgid "Table"
604
  msgstr ""
605
 
606
- #: ../includes/Elements/Advanced_Data_Table.php:284, ../includes/Elements/Advanced_Data_Table.php:845, ../includes/Elements/Advanced_Data_Table.php:1040, ../includes/Elements/Betterdocs_Search_Form.php:312, ../includes/Elements/Caldera_Forms.php:1159, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1188, ../includes/Elements/Contact_Form_7.php:1202, ../includes/Elements/Creative_Button.php:439, ../includes/Elements/Data_Table.php:489, ../includes/Elements/Data_Table.php:1044, ../includes/Elements/Dual_Color_Header.php:677, ../includes/Elements/Dual_Color_Header.php:757, ../includes/Elements/Filterable_Gallery.php:2145, ../includes/Elements/Filterable_Gallery.php:2303, ../includes/Elements/FluentForm.php:1479, ../includes/Elements/FluentForm.php:1493, ../includes/Elements/Formstack.php:1395, ../includes/Elements/Formstack.php:1409, ../includes/Elements/GravityForms.php:1631, ../includes/Elements/GravityForms.php:1747, ../includes/Elements/GravityForms.php:1761, ../includes/Elements/GravityForms.php:1994, ../includes/Elements/Login_Register.php:1401, ../includes/Elements/Login_Register.php:1929, ../includes/Elements/NinjaForms.php:1323, ../includes/Elements/NinjaForms.php:1337, ../includes/Elements/Progress_Bar.php:354, ../includes/Elements/Sticky_Video.php:441, ../includes/Elements/Sticky_Video.php:525, ../includes/Elements/Twitter_Feed.php:780, ../includes/Elements/WpForms.php:1163, ../includes/Elements/WpForms.php:1177, ../includes/Extensions/Table_of_Content.php:384, ../includes/Traits/Woo_Product_Comparable.php:294, ../includes/Traits/Woo_Product_Comparable.php:956, ../includes/Traits/Woo_Product_Comparable.php:1105
607
  msgid "Width"
608
  msgstr ""
609
 
610
- #: ../includes/Elements/Advanced_Data_Table.php:321, ../includes/Elements/Advanced_Data_Table.php:989, ../includes/Elements/Advanced_Data_Table.php:1187, ../includes/Elements/Advanced_Data_Table.php:1259, ../includes/Elements/Advanced_Data_Table.php:1387, ../includes/Elements/Adv_Accordion.php:354, ../includes/Elements/Adv_Accordion.php:561, ../includes/Elements/Adv_Accordion.php:634, ../includes/Elements/Adv_Accordion.php:707, ../includes/Elements/Adv_Accordion.php:804, ../includes/Elements/Adv_Accordion.php:928, ../includes/Elements/Adv_Accordion.php:975, ../includes/Elements/Adv_Accordion.php:1022, ../includes/Elements/Adv_Tabs.php:323, ../includes/Elements/Adv_Tabs.php:513, ../includes/Elements/Adv_Tabs.php:579, ../includes/Elements/Adv_Tabs.php:648, ../includes/Elements/Adv_Tabs.php:743, ../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:843, ../includes/Elements/Betterdocs_Category_Grid.php:940, ../includes/Elements/Betterdocs_Category_Grid.php:1185, ../includes/Elements/Betterdocs_Category_Grid.php:1385, ../includes/Elements/Betterdocs_Category_Grid.php:1484, ../includes/Elements/Betterdocs_Search_Form.php:211, ../includes/Elements/Betterdocs_Search_Form.php:366, ../includes/Elements/Betterdocs_Search_Form.php:424, ../includes/Elements/Betterdocs_Search_Form.php:534, ../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:1258, ../includes/Elements/Contact_Form_7.php:1495, ../includes/Elements/Contact_Form_7.php:1570, ../includes/Elements/Contact_Form_7.php:1647, ../includes/Elements/Content_Ticker.php:665, ../includes/Elements/Countdown.php:619, ../includes/Elements/Cta_Box.php:463, ../includes/Elements/Cta_Box.php:740, ../includes/Elements/Cta_Box.php:927, ../includes/Elements/Data_Table.php:620, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:851, ../includes/Elements/Data_Table.php:1111, ../includes/Elements/Dual_Color_Header.php:345, ../includes/Elements/Event_Calendar.php:771, ../includes/Elements/Event_Calendar.php:838, ../includes/Elements/Event_Calendar.php:892, ../includes/Elements/Event_Calendar.php:1564, ../includes/Elements/Event_Calendar.php:1635, ../includes/Elements/Facebook_Feed.php:440, ../includes/Elements/Filterable_Gallery.php:868, ../includes/Elements/Filterable_Gallery.php:981, ../includes/Elements/Filterable_Gallery.php:1047, ../includes/Elements/Filterable_Gallery.php:1127, ../includes/Elements/Filterable_Gallery.php:1274, ../includes/Elements/Filterable_Gallery.php:1331, ../includes/Elements/Filterable_Gallery.php:1550, ../includes/Elements/Filterable_Gallery.php:1825, ../includes/Elements/Filterable_Gallery.php:1886, ../includes/Elements/Filterable_Gallery.php:2397, ../includes/Elements/Filterable_Gallery.php:2514, ../includes/Elements/Flip_Box.php:987, ../includes/Elements/Flip_Box.php:1100, ../includes/Elements/FluentForm.php:636, ../includes/Elements/FluentForm.php:832, ../includes/Elements/FluentForm.php:1549, ../includes/Elements/FluentForm.php:1826, ../includes/Elements/FluentForm.php:1953, ../includes/Elements/FluentForm.php:2071, ../includes/Elements/Formstack.php:865, ../includes/Elements/Formstack.php:1061, ../includes/Elements/Formstack.php:1465, ../includes/Elements/Formstack.php:1686, ../includes/Elements/Formstack.php:1815, ../includes/Elements/GravityForms.php:835, ../includes/Elements/GravityForms.php:899, ../includes/Elements/GravityForms.php:1655, ../includes/Elements/GravityForms.php:1824, ../includes/Elements/GravityForms.php:2051, ../includes/Elements/Image_Accordion.php:381, ../includes/Elements/Image_Accordion.php:491, ../includes/Elements/Info_Box.php:568, ../includes/Elements/Info_Box.php:623, ../includes/Elements/Info_Box.php:817, ../includes/Elements/Info_Box.php:897, ../includes/Elements/Info_Box.php:1048, ../includes/Elements/Info_Box.php:1128, ../includes/Elements/Login_Register.php:2681, ../includes/Elements/NinjaForms.php:659, ../includes/Elements/NinjaForms.php:857, ../includes/Elements/NinjaForms.php:1397, ../includes/Elements/Post_Grid.php:282, ../includes/Elements/Pricing_Table.php:1766, ../includes/Elements/Pricing_Table.php:1932, ../includes/Elements/Product_Grid.php:2113, ../includes/Elements/Team_Member.php:412, ../includes/Elements/Team_Member.php:500, ../includes/Elements/Testimonial.php:434, ../includes/Elements/Tooltip.php:429, ../includes/Elements/Tooltip.php:472, ../includes/Elements/Twitter_Feed.php:437, ../includes/Elements/Twitter_Feed.php:527, ../includes/Elements/Twitter_Feed.php:844, ../includes/Elements/Woo_Checkout.php:1506, ../includes/Elements/Woo_Checkout.php:1752, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php:498, ../includes/Traits/Controls.php:1210, ../includes/Traits/Controls.php:1264, ../includes/Traits/Controls.php:1394
611
  msgid "Border"
612
  msgstr ""
613
 
614
- #: ../includes/Elements/Advanced_Data_Table.php:347, ../includes/Elements/Advanced_Data_Table.php:1015, ../includes/Elements/Advanced_Data_Table.php:1213, ../includes/Elements/Advanced_Data_Table.php:1285, ../includes/Elements/Advanced_Data_Table.php:1409, ../includes/Elements/Adv_Accordion.php:361, ../includes/Elements/Adv_Accordion.php:568, ../includes/Elements/Adv_Accordion.php:641, ../includes/Elements/Adv_Accordion.php:714, ../includes/Elements/Adv_Tabs.php:331, ../includes/Elements/Adv_Tabs.php:520, ../includes/Elements/Adv_Tabs.php:586, ../includes/Elements/Adv_Tabs.php:655, ../includes/Elements/Adv_Tabs.php:750, ../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:854, ../includes/Elements/Betterdocs_Category_Grid.php:951, ../includes/Elements/Betterdocs_Category_Grid.php:1393, ../includes/Elements/Betterdocs_Category_Grid.php:1492, ../includes/Elements/Betterdocs_Search_Form.php:198, ../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:1267, ../includes/Elements/Content_Ticker.php:444, ../includes/Elements/Content_Ticker.php:518, ../includes/Elements/Content_Ticker.php:675, ../includes/Elements/Countdown.php:627, ../includes/Elements/Creative_Button.php:320, ../includes/Elements/Cta_Box.php:471, ../includes/Elements/Cta_Box.php:748, ../includes/Elements/Cta_Box.php:935, ../includes/Elements/Dual_Color_Header.php:353, ../includes/Elements/Event_Calendar.php:779, ../includes/Elements/Event_Calendar.php:846, ../includes/Elements/Event_Calendar.php:900, ../includes/Elements/Event_Calendar.php:1136, ../includes/Elements/Event_Calendar.php:1304, ../includes/Elements/Event_Calendar.php:1572, ../includes/Elements/Event_Calendar.php:1643, ../includes/Elements/Facebook_Feed.php:465, ../includes/Elements/Facebook_Feed.php:525, ../includes/Elements/Fancy_Text.php:518, ../includes/Elements/Feature_List.php:638, ../includes/Elements/Filterable_Gallery.php:876, ../includes/Elements/Filterable_Gallery.php:989, ../includes/Elements/Filterable_Gallery.php:1055, ../includes/Elements/Filterable_Gallery.php:1135, ../includes/Elements/Filterable_Gallery.php:1339, ../includes/Elements/Filterable_Gallery.php:1833, ../includes/Elements/Filterable_Gallery.php:1894, ../includes/Elements/Filterable_Gallery.php:2059, ../includes/Elements/Filterable_Gallery.php:2188, ../includes/Elements/Filterable_Gallery.php:2323, ../includes/Elements/Filterable_Gallery.php:2419, ../includes/Elements/Filterable_Gallery.php:2528, ../includes/Elements/Flip_Box.php:825, ../includes/Elements/Flip_Box.php:886, ../includes/Elements/Flip_Box.php:1010, ../includes/Elements/Flip_Box.php:1123, ../includes/Elements/Flip_Box.php:1383, ../includes/Elements/FluentForm.php:499, ../includes/Elements/FluentForm.php:647, ../includes/Elements/FluentForm.php:1012, ../includes/Elements/FluentForm.php:1038, ../includes/Elements/FluentForm.php:1559, ../includes/Elements/FluentForm.php:1837, ../includes/Elements/FluentForm.php:1961, ../includes/Elements/FluentForm.php:2015, ../includes/Elements/Formstack.php:399, ../includes/Elements/Formstack.php:876, ../includes/Elements/Formstack.php:1202, ../includes/Elements/Formstack.php:1228, ../includes/Elements/Formstack.php:1475, ../includes/Elements/Formstack.php:1697, ../includes/Elements/Formstack.php:1823, ../includes/Elements/Formstack.php:1879, ../includes/Elements/GravityForms.php:436, ../includes/Elements/GravityForms.php:846, ../includes/Elements/GravityForms.php:1316, ../includes/Elements/GravityForms.php:1512, ../includes/Elements/GravityForms.php:1665, ../includes/Elements/GravityForms.php:1834, ../includes/Elements/GravityForms.php:2061, ../includes/Elements/Image_Accordion.php:389, ../includes/Elements/Image_Accordion.php:479, ../includes/Elements/Info_Box.php:1210, ../includes/Elements/Login_Register.php:1482, ../includes/Elements/Login_Register.php:1717, ../includes/Elements/Login_Register.php:1891, ../includes/Elements/Login_Register.php:2047, ../includes/Elements/Login_Register.php:2187, ../includes/Elements/Login_Register.php:2281, ../includes/Elements/Login_Register.php:2372, ../includes/Elements/Login_Register.php:2546, ../includes/Elements/Login_Register.php:2583, ../includes/Elements/Login_Register.php:2697, ../includes/Elements/Login_Register.php:3207, ../includes/Elements/Login_Register.php:3244, ../includes/Elements/Login_Register.php:3528, ../includes/Elements/Login_Register.php:3565, ../includes/Elements/NinjaForms.php:369, ../includes/Elements/NinjaForms.php:670, ../includes/Elements/NinjaForms.php:1094, ../includes/Elements/NinjaForms.php:1121, ../includes/Elements/NinjaForms.php:1407, ../includes/Elements/Post_Grid.php:290, ../includes/Elements/Pricing_Table.php:786, ../includes/Elements/Pricing_Table.php:1540, ../includes/Elements/Pricing_Table.php:1789, ../includes/Elements/Pricing_Table.php:1940, ../includes/Elements/Product_Grid.php:850, ../includes/Elements/Product_Grid.php:1857, ../includes/Elements/Product_Grid.php:2213, ../includes/Elements/Product_Grid.php:2550, ../includes/Elements/Product_Grid.php:2745, ../includes/Elements/Product_Grid.php:2777, ../includes/Elements/Sticky_Video.php:591, ../includes/Elements/Team_Member.php:420, ../includes/Elements/Team_Member.php:519, ../includes/Elements/Team_Member.php:766, ../includes/Elements/Testimonial.php:453, ../includes/Elements/Tooltip.php:489, ../includes/Elements/Twitter_Feed.php:445, ../includes/Elements/Twitter_Feed.php:538, ../includes/Elements/TypeForm.php:310, ../includes/Elements/WeForms.php:253, ../includes/Elements/WeForms.php:394, ../includes/Elements/WeForms.php:722, ../includes/Elements/Woo_Checkout.php:646, ../includes/Elements/Woo_Checkout.php:795, ../includes/Elements/Woo_Checkout.php:991, ../includes/Elements/Woo_Checkout.php:1239, ../includes/Elements/Woo_Checkout.php:1392, ../includes/Elements/Woo_Checkout.php:1515, ../includes/Elements/Woo_Checkout.php:1690, ../includes/Elements/Woo_Checkout.php:1898, ../includes/Elements/Woo_Checkout.php:2100, ../includes/Elements/Woo_Checkout.php:2194, ../includes/Elements/Woo_Checkout.php:2474, ../includes/Elements/WpForms.php:338, ../includes/Elements/WpForms.php:639, ../includes/Elements/WpForms.php:1047, ../includes/Elements/WpForms.php:1073, ../includes/Elements/WpForms.php:1243, ../includes/Extensions/Table_of_Content.php:521, ../includes/Extensions/Table_of_Content.php:736, ../includes/Traits/Controls.php:1218, ../includes/Traits/Controls.php:1272, ../includes/Traits/Controls.php:1402, ../includes/Traits/Woo_Product_Comparable.php:355, ../includes/Traits/Woo_Product_Comparable.php:500, ../includes/Traits/Woo_Product_Comparable.php:1381
615
  msgid "Border Radius"
616
  msgstr ""
617
 
@@ -623,7 +631,7 @@ msgstr ""
623
  msgid "Head"
624
  msgstr ""
625
 
626
- #: ../includes/Elements/Advanced_Data_Table.php:379, ../includes/Elements/Advanced_Data_Table.php:498, ../includes/Elements/Advanced_Data_Table.php:956, ../includes/Elements/Advanced_Data_Table.php:1106, ../includes/Elements/Advanced_Data_Table.php:1314, ../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:1311, ../includes/Elements/Contact_Form_7.php:1556, ../includes/Elements/Contact_Form_7.php:1613, ../includes/Elements/Event_Calendar.php:700, ../includes/Elements/Event_Calendar.php:730, ../includes/Elements/Event_Calendar.php:944, ../includes/Elements/Event_Calendar.php:1019, ../includes/Elements/Event_Calendar.php:1053, ../includes/Elements/Event_Calendar.php:1296, ../includes/Elements/Event_Calendar.php:1359, ../includes/Elements/Event_Calendar.php:1388, ../includes/Elements/Event_Calendar.php:1456, ../includes/Elements/Event_Calendar.php:1614, ../includes/Elements/Filterable_Gallery.php:1961, ../includes/Elements/Filterable_Gallery.php:2006, ../includes/Elements/Filterable_Gallery.php:2040, ../includes/Elements/Filterable_Gallery.php:2095, ../includes/Elements/Filterable_Gallery.php:2387, ../includes/Elements/Filterable_Gallery.php:2545, ../includes/Elements/FluentForm.php:293, ../includes/Elements/FluentForm.php:354, ../includes/Elements/FluentForm.php:554, ../includes/Elements/FluentForm.php:792, ../includes/Elements/FluentForm.php:1119, ../includes/Elements/FluentForm.php:1174, ../includes/Elements/FluentForm.php:1278, ../includes/Elements/FluentForm.php:1364, ../includes/Elements/FluentForm.php:1430, ../includes/Elements/FluentForm.php:1603, ../includes/Elements/FluentForm.php:1736, ../includes/Elements/FluentForm.php:1933, ../includes/Elements/FluentForm.php:2082, ../includes/Elements/FluentForm.php:2131, ../includes/Elements/Formstack.php:494, ../includes/Elements/Formstack.php:543, ../includes/Elements/Formstack.php:597, ../includes/Elements/Formstack.php:671, ../includes/Elements/Formstack.php:726, ../includes/Elements/Formstack.php:809, ../includes/Elements/Formstack.php:1021, ../includes/Elements/Formstack.php:1519, ../includes/Elements/Formstack.php:1652, ../includes/Elements/Formstack.php:1793, ../includes/Elements/Formstack.php:1953, ../includes/Elements/GravityForms.php:528, ../includes/Elements/GravityForms.php:559, ../includes/Elements/GravityForms.php:600, ../includes/Elements/GravityForms.php:859, ../includes/Elements/GravityForms.php:948, ../includes/Elements/GravityForms.php:1002, ../includes/Elements/GravityForms.php:1138, ../includes/Elements/GravityForms.php:1598, ../includes/Elements/GravityForms.php:1933, ../includes/Elements/GravityForms.php:2154, ../includes/Elements/GravityForms.php:2347, ../includes/Elements/NinjaForms.php:465, ../includes/Elements/NinjaForms.php:514, ../includes/Elements/NinjaForms.php:574, ../includes/Elements/NinjaForms.php:817, ../includes/Elements/NinjaForms.php:906, ../includes/Elements/NinjaForms.php:1500, ../includes/Elements/NinjaForms.php:1545, ../includes/Elements/NinjaForms.php:1599, ../includes/Elements/Post_Grid.php:371, ../includes/Elements/Post_Grid.php:471, ../includes/Elements/Post_Grid.php:483, ../includes/Elements/Post_Grid.php:625, ../includes/Elements/Post_Grid.php:837, ../includes/Elements/Post_Timeline.php:292, ../includes/Elements/Product_Grid.php:2273, ../includes/Elements/Product_Grid.php:2303, ../includes/Elements/Product_Grid.php:2345, ../includes/Elements/Product_Grid.php:2411, ../includes/Elements/Product_Grid.php:2450, ../includes/Elements/Product_Grid.php:2507, ../includes/Elements/Product_Grid.php:2624, ../includes/Elements/Progress_Bar.php:670, ../includes/Elements/Woo_Checkout.php:1295, ../includes/Elements/Woo_Checkout.php:1593, ../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:1064, ../includes/Traits/Woo_Product_Comparable.php:1182
627
  msgid "Typography"
628
  msgstr ""
629
 
@@ -631,23 +639,23 @@ msgstr ""
631
  msgid "Text Alignment"
632
  msgstr ""
633
 
634
- #: ../includes/Elements/Advanced_Data_Table.php:391, ../includes/Elements/Advanced_Data_Table.php:510, ../includes/Elements/Advanced_Data_Table.php:936, ../includes/Elements/Advanced_Data_Table.php:1083, ../includes/Elements/Adv_Accordion.php:138, ../includes/Elements/Betterdocs_Category_Box.php:767, ../includes/Elements/Betterdocs_Category_Grid.php:1512, ../includes/Elements/Betterdocs_Category_Grid.php:1537, ../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:333, ../includes/Elements/Countdown.php:118, ../includes/Elements/Countdown.php:1030, ../includes/Elements/Creative_Button.php:417, ../includes/Elements/Cta_Box.php:102, ../includes/Elements/Data_Table.php:521, ../includes/Elements/Data_Table.php:746, ../includes/Elements/Data_Table.php:995, ../includes/Elements/Dual_Color_Header.php:189, ../includes/Elements/Event_Calendar.php:968, ../includes/Elements/Event_Calendar.php:1100, ../includes/Elements/Fancy_Text.php:172, ../includes/Elements/Feature_List.php:302, ../includes/Elements/Filterable_Gallery.php:764, ../includes/Elements/Filterable_Gallery.php:1296, ../includes/Elements/Filterable_Gallery.php:1679, ../includes/Elements/Flip_Box.php:368, ../includes/Elements/Flip_Box.php:597, ../includes/Elements/FluentForm.php:239, ../includes/Elements/FluentForm.php:434, ../includes/Elements/FluentForm.php:580, ../includes/Elements/FluentForm.php:1211, ../includes/Elements/FluentForm.php:1456, ../includes/Elements/Formstack.php:334, ../includes/Elements/Formstack.php:449, ../includes/Elements/Formstack.php:763, ../includes/Elements/Formstack.php:1372, ../includes/Elements/GravityForms.php:347, ../includes/Elements/GravityForms.php:484, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:1721, ../includes/Elements/GravityForms.php:1971, ../includes/Elements/Image_Accordion.php:107, ../includes/Elements/Info_Box.php:303, ../includes/Elements/Login_Register.php:673, ../includes/Elements/Login_Register.php:706, ../includes/Elements/Login_Register.php:2490, ../includes/Elements/Login_Register.php:3158, ../includes/Elements/Login_Register.php:3478, ../includes/Elements/NinjaForms.php:282, ../includes/Elements/NinjaForms.php:421, ../includes/Elements/NinjaForms.php:603, ../includes/Elements/NinjaForms.php:1298, ../includes/Elements/Post_Grid.php:448, ../includes/Elements/Post_Grid.php:603, ../includes/Elements/Post_Grid.php:671, ../includes/Elements/Post_Grid.php:766, ../includes/Elements/Post_Grid.php:849, ../includes/Elements/Post_Timeline.php:326, ../includes/Elements/Post_Timeline.php:384, ../includes/Elements/Pricing_Table.php:261, ../includes/Elements/Pricing_Table.php:378, ../includes/Elements/Pricing_Table.php:680, ../includes/Elements/Pricing_Table.php:820, ../includes/Elements/Pricing_Table.php:845, ../includes/Elements/Product_Grid.php:602, ../includes/Elements/Product_Grid.php:920, ../includes/Elements/Product_Grid.php:1591, ../includes/Elements/Product_Grid.php:2034, ../includes/Elements/Progress_Bar.php:319, ../includes/Elements/Progress_Bar.php:530, ../includes/Elements/Team_Member.php:379, ../includes/Elements/Testimonial.php:313, ../includes/Elements/Tooltip.php:175, ../includes/Elements/Tooltip.php:281, ../includes/Elements/Tooltip.php:370, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Table_of_Content.php:415, ../includes/Traits/Controls.php:597, ../includes/Traits/Controls.php:1483, ../includes/Traits/Controls.php:1534, ../includes/Traits/Controls.php:1535
635
  msgid "Left"
636
  msgstr ""
637
 
638
- #: ../includes/Elements/Advanced_Data_Table.php:395, ../includes/Elements/Advanced_Data_Table.php:514, ../includes/Elements/Advanced_Data_Table.php:940, ../includes/Elements/Advanced_Data_Table.php:1087, ../includes/Elements/Betterdocs_Category_Box.php:771, ../includes/Elements/Betterdocs_Category_Grid.php:1516, ../includes/Elements/Betterdocs_Category_Grid.php:1541, ../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:421, ../includes/Elements/Cta_Box.php:103, ../includes/Elements/Data_Table.php:525, ../includes/Elements/Data_Table.php:750, ../includes/Elements/Data_Table.php:999, ../includes/Elements/Dual_Color_Header.php:193, ../includes/Elements/Dual_Color_Header.php:586, ../includes/Elements/Event_Calendar.php:972, ../includes/Elements/Event_Calendar.php:1104, ../includes/Elements/Fancy_Text.php:176, ../includes/Elements/Filterable_Gallery.php:768, ../includes/Elements/Filterable_Gallery.php:1300, ../includes/Elements/Filterable_Gallery.php:1683, ../includes/Elements/Flip_Box.php:372, ../includes/Elements/Flip_Box.php:601, ../includes/Elements/FluentForm.php:243, ../includes/Elements/FluentForm.php:438, ../includes/Elements/FluentForm.php:584, ../includes/Elements/FluentForm.php:1215, ../includes/Elements/FluentForm.php:1460, ../includes/Elements/Formstack.php:338, ../includes/Elements/Formstack.php:453, ../includes/Elements/Formstack.php:767, ../includes/Elements/Formstack.php:1376, ../includes/Elements/GravityForms.php:351, ../includes/Elements/GravityForms.php:488, ../includes/Elements/GravityForms.php:633, ../includes/Elements/GravityForms.php:1725, ../includes/Elements/GravityForms.php:1975, ../includes/Elements/Image_Accordion.php:111, ../includes/Elements/Image_Accordion.php:134, ../includes/Elements/Info_Box.php:307, ../includes/Elements/Login_Register.php:2494, ../includes/Elements/Login_Register.php:3140, ../includes/Elements/Login_Register.php:3162, ../includes/Elements/Login_Register.php:3439, ../includes/Elements/Login_Register.php:3459, ../includes/Elements/Login_Register.php:3482, ../includes/Elements/NinjaForms.php:286, ../includes/Elements/NinjaForms.php:425, ../includes/Elements/NinjaForms.php:607, ../includes/Elements/NinjaForms.php:1302, ../includes/Elements/Post_Grid.php:452, ../includes/Elements/Post_Grid.php:607, ../includes/Elements/Post_Grid.php:675, ../includes/Elements/Post_Grid.php:770, ../includes/Elements/Post_Grid.php:853, ../includes/Elements/Post_Timeline.php:330, ../includes/Elements/Post_Timeline.php:388, ../includes/Elements/Pricing_Table.php:824, ../includes/Elements/Pricing_Table.php:849, ../includes/Elements/Product_Grid.php:606, ../includes/Elements/Product_Grid.php:924, ../includes/Elements/Product_Grid.php:2038, ../includes/Elements/Progress_Bar.php:323, ../includes/Elements/Progress_Bar.php:534, ../includes/Elements/Team_Member.php:383, ../includes/Elements/Testimonial.php:317, ../includes/Elements/Tooltip.php:179, ../includes/Elements/Tooltip.php:374, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/WpForms.php:275, ../includes/Elements/WpForms.php:392, ../includes/Elements/WpForms.php:576, ../includes/Elements/WpForms.php:1141, ../includes/Traits/Controls.php:596, ../includes/Traits/Controls.php:1487
639
  msgid "Center"
640
  msgstr ""
641
 
642
- #: ../includes/Elements/Advanced_Data_Table.php:399, ../includes/Elements/Advanced_Data_Table.php:518, ../includes/Elements/Advanced_Data_Table.php:944, ../includes/Elements/Advanced_Data_Table.php:1091, ../includes/Elements/Adv_Accordion.php:137, ../includes/Elements/Betterdocs_Category_Box.php:775, ../includes/Elements/Betterdocs_Category_Grid.php:1520, ../includes/Elements/Betterdocs_Category_Grid.php:1545, ../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:334, ../includes/Elements/Countdown.php:126, ../includes/Elements/Countdown.php:1038, ../includes/Elements/Creative_Button.php:425, ../includes/Elements/Cta_Box.php:104, ../includes/Elements/Data_Table.php:529, ../includes/Elements/Data_Table.php:754, ../includes/Elements/Data_Table.php:1003, ../includes/Elements/Dual_Color_Header.php:197, ../includes/Elements/Event_Calendar.php:976, ../includes/Elements/Event_Calendar.php:1108, ../includes/Elements/Fancy_Text.php:180, ../includes/Elements/Feature_List.php:310, ../includes/Elements/Filterable_Gallery.php:772, ../includes/Elements/Filterable_Gallery.php:1304, ../includes/Elements/Filterable_Gallery.php:1687, ../includes/Elements/Flip_Box.php:376, ../includes/Elements/Flip_Box.php:605, ../includes/Elements/FluentForm.php:247, ../includes/Elements/FluentForm.php:442, ../includes/Elements/FluentForm.php:588, ../includes/Elements/FluentForm.php:1219, ../includes/Elements/FluentForm.php:1464, ../includes/Elements/Formstack.php:342, ../includes/Elements/Formstack.php:457, ../includes/Elements/Formstack.php:771, ../includes/Elements/Formstack.php:1380, ../includes/Elements/GravityForms.php:355, ../includes/Elements/GravityForms.php:492, ../includes/Elements/GravityForms.php:637, ../includes/Elements/GravityForms.php:1729, ../includes/Elements/GravityForms.php:1979, ../includes/Elements/Image_Accordion.php:115, ../includes/Elements/Info_Box.php:311, ../includes/Elements/Login_Register.php:677, ../includes/Elements/Login_Register.php:2498, ../includes/Elements/Login_Register.php:3166, ../includes/Elements/Login_Register.php:3486, ../includes/Elements/NinjaForms.php:290, ../includes/Elements/NinjaForms.php:429, ../includes/Elements/NinjaForms.php:611, ../includes/Elements/NinjaForms.php:1306, ../includes/Elements/Post_Grid.php:456, ../includes/Elements/Post_Grid.php:611, ../includes/Elements/Post_Grid.php:679, ../includes/Elements/Post_Grid.php:774, ../includes/Elements/Post_Grid.php:857, ../includes/Elements/Post_Timeline.php:334, ../includes/Elements/Post_Timeline.php:392, ../includes/Elements/Pricing_Table.php:262, ../includes/Elements/Pricing_Table.php:386, ../includes/Elements/Pricing_Table.php:684, ../includes/Elements/Pricing_Table.php:828, ../includes/Elements/Pricing_Table.php:853, ../includes/Elements/Product_Grid.php:610, ../includes/Elements/Product_Grid.php:928, ../includes/Elements/Product_Grid.php:1595, ../includes/Elements/Product_Grid.php:2042, ../includes/Elements/Progress_Bar.php:327, ../includes/Elements/Progress_Bar.php:538, ../includes/Elements/Team_Member.php:387, ../includes/Elements/Testimonial.php:321, ../includes/Elements/Tooltip.php:183, ../includes/Elements/Tooltip.php:282, ../includes/Elements/Tooltip.php:378, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Table_of_Content.php:416, ../includes/Traits/Controls.php:595, ../includes/Traits/Controls.php:1491, ../includes/Traits/Controls.php:1534, ../includes/Traits/Controls.php:1535
643
  msgid "Right"
644
  msgstr ""
645
 
646
- #: ../includes/Elements/Advanced_Data_Table.php:414, ../includes/Elements/Advanced_Data_Table.php:533, ../includes/Elements/Advanced_Data_Table.php:627, ../includes/Elements/Advanced_Data_Table.php:658, ../includes/Elements/Advanced_Data_Table.php:689, ../includes/Elements/Advanced_Data_Table.php:720, ../includes/Elements/Advanced_Data_Table.php:751, ../includes/Elements/Advanced_Data_Table.php:782, ../includes/Elements/Advanced_Data_Table.php:964, ../includes/Elements/Advanced_Data_Table.php:1160, ../includes/Elements/Advanced_Data_Table.php:1230, ../includes/Elements/Adv_Accordion.php:534, ../includes/Elements/Adv_Accordion.php:607, ../includes/Elements/Adv_Accordion.php:680, ../includes/Elements/Adv_Accordion.php:763, ../includes/Elements/Adv_Tabs.php:487, ../includes/Elements/Adv_Tabs.php:553, ../includes/Elements/Adv_Tabs.php:620, ../includes/Elements/Adv_Tabs.php:702, ../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:1245, ../includes/Elements/Contact_Form_7.php:1351, ../includes/Elements/Contact_Form_7.php:1415, ../includes/Elements/Contact_Form_7.php:1479, ../includes/Elements/Contact_Form_7.php:1540, ../includes/Elements/Contact_Form_7.php:1622, ../includes/Elements/Content_Ticker.php:400, ../includes/Elements/Content_Ticker.php:476, ../includes/Elements/Countdown.php:1109, ../includes/Elements/Creative_Button.php:262, ../includes/Elements/Creative_Button.php:342, ../includes/Elements/Cta_Box.php:698, ../includes/Elements/Cta_Box.php:769, ../includes/Elements/Cta_Box.php:904, ../includes/Elements/Cta_Box.php:956, ../includes/Elements/Data_Table.php:957, ../includes/Elements/Data_Table.php:974, ../includes/Elements/Event_Calendar.php:1214, ../includes/Elements/Event_Calendar.php:1247, ../includes/Elements/Filterable_Gallery.php:956, ../includes/Elements/Filterable_Gallery.php:1022, ../includes/Elements/Filterable_Gallery.php:2497, ../includes/Elements/Filterable_Gallery.php:2690, ../includes/Elements/FluentForm.php:277, ../includes/Elements/FluentForm.php:338, ../includes/Elements/FluentForm.php:542, ../includes/Elements/FluentForm.php:623, ../includes/Elements/FluentForm.php:872, ../includes/Elements/FluentForm.php:1536, ../includes/Elements/FluentForm.php:1642, ../includes/Elements/FluentForm.php:2059, ../includes/Elements/Formstack.php:481, ../includes/Elements/Formstack.php:530, ../includes/Elements/Formstack.php:585, ../includes/Elements/Formstack.php:797, ../includes/Elements/Formstack.php:852, ../includes/Elements/Formstack.php:1101, ../includes/Elements/Formstack.php:1452, ../includes/Elements/Formstack.php:1558, ../includes/Elements/Formstack.php:1781, ../includes/Elements/Formstack.php:2020, ../includes/Elements/GravityForms.php:515, ../includes/Elements/GravityForms.php:546, ../includes/Elements/GravityForms.php:585, ../includes/Elements/GravityForms.php:672, ../includes/Elements/GravityForms.php:936, ../includes/Elements/GravityForms.php:989, ../includes/Elements/GravityForms.php:1176, ../includes/Elements/GravityForms.php:1810, ../includes/Elements/GravityForms.php:1902, ../includes/Elements/GravityForms.php:2038, ../includes/Elements/GravityForms.php:2125, ../includes/Elements/GravityForms.php:2199, ../includes/Elements/GravityForms.php:2334, ../includes/Elements/Info_Box.php:1232, ../includes/Elements/Info_Box.php:1278, ../includes/Elements/Login_Register.php:2519, ../includes/Elements/Login_Register.php:2658, ../includes/Elements/Login_Register.php:3002, ../includes/Elements/Login_Register.php:3187, ../includes/Elements/Login_Register.php:3224, ../includes/Elements/Login_Register.php:3508, ../includes/Elements/Login_Register.php:3545, ../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:1892, ../includes/Elements/Pricing_Table.php:1961, ../includes/Elements/Product_Grid.php:2088, ../includes/Elements/Product_Grid.php:2126, ../includes/Elements/Product_Grid.php:2170, ../includes/Elements/Tooltip.php:408, ../includes/Elements/Tooltip.php:451, ../includes/Elements/Tooltip.php:624, ../includes/Elements/WeForms.php:692, ../includes/Elements/WeForms.php:742, ../includes/Elements/WpForms.php:419, ../includes/Elements/WpForms.php:468, ../includes/Elements/WpForms.php:533, ../includes/Elements/WpForms.php:615, ../includes/Elements/WpForms.php:851, ../includes/Elements/WpForms.php:907, ../includes/Elements/WpForms.php:1220, ../includes/Elements/WpForms.php:1327, ../includes/Elements/WpForms.php:1372, ../includes/Extensions/Table_of_Content.php:579, ../includes/Extensions/Table_of_Content.php:894, ../includes/Extensions/Table_of_Content.php:917, ../includes/Extensions/Table_of_Content.php:943, ../includes/Traits/Controls.php:1184, ../includes/Traits/Controls.php:1239, ../includes/Traits/Controls.php:1369, ../includes/Traits/Controls.php:1431
647
  msgid "Text Color"
648
  msgstr ""
649
 
650
- #: ../includes/Elements/Advanced_Data_Table.php:428, ../includes/Elements/Advanced_Data_Table.php:569, ../includes/Elements/Advanced_Data_Table.php:642, ../includes/Elements/Advanced_Data_Table.php:673, ../includes/Elements/Advanced_Data_Table.php:704, ../includes/Elements/Advanced_Data_Table.php:735, ../includes/Elements/Advanced_Data_Table.php:766, ../includes/Elements/Advanced_Data_Table.php:797, ../includes/Elements/Advanced_Data_Table.php:976, ../includes/Elements/Advanced_Data_Table.php:1173, ../includes/Elements/Advanced_Data_Table.php:1244, ../includes/Elements/Advanced_Data_Table.php:1339, ../includes/Elements/Advanced_Data_Table.php:1369, ../includes/Elements/Adv_Accordion.php:515, ../includes/Elements/Adv_Accordion.php:588, ../includes/Elements/Adv_Accordion.php:661, ../includes/Elements/Adv_Accordion.php:742, ../includes/Elements/Adv_Accordion.php:914, ../includes/Elements/Adv_Accordion.php:960, ../includes/Elements/Adv_Accordion.php:1007, ../includes/Elements/Adv_Tabs.php:468, ../includes/Elements/Adv_Tabs.php:683, ../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:1233, ../includes/Elements/Contact_Form_7.php:1339, ../includes/Elements/Contact_Form_7.php:1464, ../includes/Elements/Contact_Form_7.php:1525, ../includes/Elements/Content_Ticker.php:388, ../includes/Elements/Content_Ticker.php:465, ../includes/Elements/Content_Ticker.php:640, ../includes/Elements/Content_Ticker.php:696, ../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:275, ../includes/Elements/Creative_Button.php:355, ../includes/Elements/Cta_Box.php:122, ../includes/Elements/Cta_Box.php:426, ../includes/Elements/Cta_Box.php:712, ../includes/Elements/Cta_Box.php:781, ../includes/Elements/Data_Table.php:607, ../includes/Elements/Data_Table.php:647, ../includes/Elements/Data_Table.php:1084, ../includes/Elements/Dual_Color_Header.php:308, ../includes/Elements/Event_Calendar.php:1226, ../includes/Elements/Filterable_Gallery.php:831, ../includes/Elements/Filterable_Gallery.php:968, ../includes/Elements/Filterable_Gallery.php:1034, ../includes/Elements/Filterable_Gallery.php:1180, ../includes/Elements/Filterable_Gallery.php:1370, ../includes/Elements/Filterable_Gallery.php:1400, ../includes/Elements/Filterable_Gallery.php:1505, ../includes/Elements/Filterable_Gallery.php:1521, ../includes/Elements/Filterable_Gallery.php:1723, ../includes/Elements/Filterable_Gallery.php:1861, ../includes/Elements/Filterable_Gallery.php:2481, ../includes/Elements/Filterable_Gallery.php:2674, ../includes/Elements/FluentForm.php:611, ../includes/Elements/FluentForm.php:819, ../includes/Elements/FluentForm.php:1253, ../includes/Elements/FluentForm.php:1339, ../includes/Elements/FluentForm.php:1524, ../includes/Elements/FluentForm.php:1630, ../includes/Elements/FluentForm.php:2048, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:660, ../includes/Elements/GravityForms.php:886, ../includes/Elements/GravityForms.php:1619, ../includes/Elements/GravityForms.php:1797, ../includes/Elements/GravityForms.php:1889, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2113, ../includes/Elements/Image_Accordion.php:344, ../includes/Elements/Info_Box.php:543, ../includes/Elements/Info_Box.php:784, ../includes/Elements/Info_Box.php:863, ../includes/Elements/Info_Box.php:1032, ../includes/Elements/Info_Box.php:1094, ../includes/Elements/Info_Box.php:1244, ../includes/Elements/Info_Box.php:1290, ../includes/Elements/Login_Register.php:1497, ../includes/Elements/Login_Register.php:1630, ../includes/Elements/Login_Register.php:1732, ../includes/Elements/Login_Register.php:1906, ../includes/Elements/Login_Register.php:2262, ../includes/Elements/Login_Register.php:2353, ../includes/Elements/Login_Register.php:2533, ../includes/Elements/Login_Register.php:2571, ../includes/Elements/Login_Register.php:2668, ../includes/Elements/Login_Register.php:3195, ../includes/Elements/Login_Register.php:3232, ../includes/Elements/Login_Register.php:3516, ../includes/Elements/Login_Register.php:3553, ../includes/Elements/NinjaForms.php:634, ../includes/Elements/NinjaForms.php:844, ../includes/Elements/NinjaForms.php:1372, ../includes/Elements/NinjaForms.php:1459, ../includes/Elements/Post_Grid.php:923, ../includes/Elements/Pricing_Table.php:741, ../includes/Elements/Pricing_Table.php:901, ../includes/Elements/Pricing_Table.php:1407, ../includes/Elements/Pricing_Table.php:1476, ../includes/Elements/Pricing_Table.php:1642, ../includes/Elements/Pricing_Table.php:1904, ../includes/Elements/Pricing_Table.php:1973, ../includes/Elements/Product_Grid.php:1700, ../includes/Elements/Product_Grid.php:1808, ../includes/Elements/Product_Grid.php:1914, ../includes/Elements/Product_Grid.php:2100, ../includes/Elements/Product_Grid.php:2138, ../includes/Elements/Product_Grid.php:2182, ../includes/Elements/Product_Grid.php:2428, ../includes/Elements/Product_Grid.php:2470, ../includes/Elements/Product_Grid.php:2531, ../includes/Elements/Product_Grid.php:2582, ../includes/Elements/Progress_Bar.php:576, ../includes/Elements/Team_Member.php:730, ../includes/Elements/Tooltip.php:397, ../includes/Elements/Tooltip.php:440, ../includes/Elements/Tooltip.php:613, ../includes/Elements/Twitter_Feed.php:390, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Checkout.php:616, ../includes/Elements/Woo_Checkout.php:731, ../includes/Elements/Woo_Checkout.php:853, ../includes/Elements/Woo_Checkout.php:1311, ../includes/Elements/Woo_Checkout.php:1351, ../includes/Elements/Woo_Checkout.php:1609, ../includes/Elements/Woo_Checkout.php:1649, ../includes/Elements/Woo_Checkout.php:2153, ../includes/Elements/Woo_Checkout.php:2283, ../includes/Elements/Woo_Checkout.php:2393, ../includes/Elements/Woo_Checkout.php:2433, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Table_of_Content.php:566, ../includes/Extensions/Table_of_Content.php:712, ../includes/Extensions/Table_of_Content.php:776, ../includes/Traits/Controls.php:1381, ../includes/Traits/Controls.php:1443, ../includes/Traits/Woo_Product_Comparable.php:367, ../includes/Traits/Woo_Product_Comparable.php:473
651
  msgid "Background Color"
652
  msgstr ""
653
 
@@ -655,7 +663,7 @@ msgstr ""
655
  msgid "Cell Border"
656
  msgstr ""
657
 
658
- #: ../includes/Elements/Advanced_Data_Table.php:467, ../includes/Elements/Advanced_Data_Table.php:812, ../includes/Elements/Advanced_Data_Table.php:896, ../includes/Elements/Advanced_Data_Table.php:1114, ../includes/Elements/Advanced_Data_Table.php:1431, ../includes/Elements/Adv_Accordion.php:331, ../includes/Elements/Adv_Accordion.php:489, ../includes/Elements/Adv_Accordion.php:781, ../includes/Elements/Adv_Tabs.php:300, ../includes/Elements/Adv_Tabs.php:442, ../includes/Elements/Adv_Tabs.php:720, ../includes/Elements/Betterdocs_Category_Box.php:512, ../includes/Elements/Betterdocs_Category_Grid.php:558, ../includes/Elements/Betterdocs_Category_Grid.php:722, ../includes/Elements/Betterdocs_Category_Grid.php:1405, ../includes/Elements/Betterdocs_Search_Form.php:124, ../includes/Elements/Betterdocs_Search_Form.php:432, ../includes/Elements/Caldera_Forms.php:741, ../includes/Elements/Caldera_Forms.php:1251, ../includes/Elements/Contact_Form_7.php:598, ../includes/Elements/Contact_Form_7.php:1279, ../includes/Elements/Contact_Form_7.php:1695, ../includes/Elements/Content_Ticker.php:432, ../includes/Elements/Content_Ticker.php:495, ../includes/Elements/Content_Ticker.php:736, ../includes/Elements/Countdown.php:606, ../includes/Elements/Countdown.php:1136, ../includes/Elements/Cta_Box.php:438, ../includes/Elements/Cta_Box.php:651, ../includes/Elements/Cta_Box.php:868, ../includes/Elements/Data_Table.php:575, ../includes/Elements/Data_Table.php:860, ../includes/Elements/Dual_Color_Header.php:320, ../includes/Elements/Facebook_Feed.php:594, ../includes/Elements/Facebook_Feed.php:620, ../includes/Elements/Facebook_Feed.php:692, ../includes/Elements/Fancy_Text.php:483, ../includes/Elements/Feature_List.php:595, ../includes/Elements/Filterable_Gallery.php:843, ../includes/Elements/Filterable_Gallery.php:920, ../includes/Elements/Filterable_Gallery.php:1102, ../includes/Elements/Filterable_Gallery.php:1192, ../includes/Elements/Filterable_Gallery.php:1536, ../includes/Elements/Filterable_Gallery.php:1747, ../includes/Elements/Filterable_Gallery.php:2598, ../includes/Elements/Flip_Box.php:998, ../includes/Elements/Flip_Box.php:1111, ../includes/Elements/Flip_Box.php:1347, ../includes/Elements/FluentForm.php:760, ../includes/Elements/FluentForm.php:1128, ../includes/Elements/FluentForm.php:1183, ../includes/Elements/FluentForm.php:1306, ../includes/Elements/FluentForm.php:1391, ../includes/Elements/FluentForm.php:1571, ../includes/Elements/FluentForm.php:1973, ../includes/Elements/FluentForm.php:2139, ../includes/Elements/Formstack.php:680, ../includes/Elements/Formstack.php:735, ../includes/Elements/Formstack.php:989, ../includes/Elements/Formstack.php:1322, ../includes/Elements/Formstack.php:1487, ../includes/Elements/Formstack.php:1835, ../includes/Elements/Formstack.php:1964, ../includes/Elements/GravityForms.php:722, ../includes/Elements/GravityForms.php:1343, ../includes/Elements/GravityForms.php:1539, ../includes/Elements/GravityForms.php:1677, ../includes/Elements/GravityForms.php:1847, ../includes/Elements/GravityForms.php:2073, ../includes/Elements/Image_Accordion.php:356, ../includes/Elements/Image_Accordion.php:468, ../includes/Elements/Info_Box.php:555, ../includes/Elements/Login_Register.php:1460, ../includes/Elements/Login_Register.php:2025, ../includes/Elements/Login_Register.php:2164, ../includes/Elements/Login_Register.php:2237, ../includes/Elements/Login_Register.php:2328, ../includes/Elements/Login_Register.php:2430, ../includes/Elements/Login_Register.php:2466, ../includes/Elements/Login_Register.php:2628, ../includes/Elements/Login_Register.php:3100, ../includes/Elements/Login_Register.php:3399, ../includes/Elements/NinjaForms.php:784, ../includes/Elements/NinjaForms.php:1419, ../includes/Elements/Pricing_Table.php:753, ../includes/Elements/Pricing_Table.php:1518, ../includes/Elements/Pricing_Table.php:1823, ../includes/Elements/Product_Grid.php:713, ../includes/Elements/Product_Grid.php:964, ../includes/Elements/Product_Grid.php:1362, ../includes/Elements/Team_Member.php:486, ../includes/Elements/Testimonial.php:420, ../includes/Elements/Tooltip.php:342, ../includes/Elements/Tooltip.php:591, ../includes/Elements/Twitter_Feed.php:420, ../includes/Elements/Twitter_Feed.php:479, ../includes/Elements/Twitter_Feed.php:512, ../includes/Elements/WeForms.php:676, ../includes/Elements/Woo_Checkout.php:627, ../includes/Elements/Woo_Checkout.php:1219, ../includes/Elements/Woo_Checkout.php:1412, ../includes/Elements/Woo_Checkout.php:1542, ../includes/Elements/Woo_Checkout.php:1710, ../includes/Elements/Woo_Checkout.php:1925, ../includes/Elements/Woo_Checkout.php:2175, ../includes/Elements/Woo_Checkout.php:2506, ../includes/Elements/WpForms.php:752, ../includes/Elements/WpForms.php:1255, ../includes/Extensions/Table_of_Content.php:601, ../includes/Extensions/Table_of_Content.php:789, ../includes/Traits/Controls.php:1288, ../includes/Traits/Controls.php:1333, ../includes/Traits/Woo_Product_Comparable.php:339, ../includes/Traits/Woo_Product_Comparable.php:984, ../includes/Traits/Woo_Product_Comparable.php:1133, ../includes/Traits/Woo_Product_Comparable.php:1601
659
  msgid "Padding"
660
  msgstr ""
661
 
@@ -663,7 +671,7 @@ msgstr ""
663
  msgid "Body"
664
  msgstr ""
665
 
666
- #: ../includes/Elements/Advanced_Data_Table.php:545, ../includes/Elements/Data_Table.php:942, ../includes/Elements/Facebook_Feed.php:975, ../includes/Elements/Twitter_Feed.php:587, ../includes/Elements/Woo_Checkout.php:904, ../includes/Elements/Woo_Checkout.php:920, ../includes/Elements/Woo_Checkout.php:947, ../includes/Elements/Woo_Checkout.php:964, ../includes/Elements/Woo_Checkout.php:2334
667
  msgid "Link Color"
668
  msgstr ""
669
 
@@ -703,7 +711,7 @@ msgstr ""
703
  msgid "Odd Row"
704
  msgstr ""
705
 
706
- #: ../includes/Elements/Advanced_Data_Table.php:873, ../includes/Elements/Dual_Color_Header.php:703, ../includes/Elements/Dual_Color_Header.php:783, ../includes/Elements/Flip_Box.php:122, ../includes/Elements/FluentForm.php:1287, ../includes/Elements/FluentForm.php:1372, ../includes/Elements/FluentForm.php:1785, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:331, ../includes/Elements/Login_Register.php:1972, ../includes/Elements/Progress_Bar.php:382, ../includes/Elements/Progress_Bar.php:434, ../includes/Elements/Sticky_Video.php:459, ../includes/Elements/Team_Member.php:317, ../includes/Elements/Twitter_Feed.php:807, ../includes/Extensions/Reading_Progress.php:128
707
  msgid "Height"
708
  msgstr ""
709
 
@@ -715,19 +723,19 @@ msgstr ""
715
  msgid "Alignment"
716
  msgstr ""
717
 
718
- #: ../includes/Elements/Advanced_Data_Table.php:1135, ../includes/Elements/Adv_Accordion.php:342, ../includes/Elements/Adv_Accordion.php:500, ../includes/Elements/Adv_Accordion.php:792, ../includes/Elements/Adv_Tabs.php:311, ../includes/Elements/Adv_Tabs.php:453, ../includes/Elements/Adv_Tabs.php:731, ../includes/Elements/Betterdocs_Category_Grid.php:570, ../includes/Elements/Betterdocs_Category_Grid.php:736, ../includes/Elements/Caldera_Forms.php:297, ../includes/Elements/Caldera_Forms.php:359, ../includes/Elements/Contact_Form_7.php:372, ../includes/Elements/Contact_Form_7.php:1584, ../includes/Elements/Contact_Form_7.php:1681, ../includes/Elements/Content_Ticker.php:507, ../includes/Elements/Countdown.php:1088, ../includes/Elements/Cta_Box.php:450, ../includes/Elements/Cta_Box.php:663, ../includes/Elements/Cta_Box.php:880, ../includes/Elements/Dual_Color_Header.php:332, ../includes/Elements/Dual_Color_Header.php:630, ../includes/Elements/Fancy_Text.php:495, ../includes/Elements/Filterable_Gallery.php:855, ../includes/Elements/Filterable_Gallery.php:932, ../includes/Elements/Filterable_Gallery.php:1114, ../includes/Elements/Filterable_Gallery.php:1759, ../includes/Elements/Filterable_Gallery.php:2200, ../includes/Elements/Filterable_Gallery.php:2639, ../includes/Elements/Flip_Box.php:1335, ../includes/Elements/FluentForm.php:304, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:1140, ../includes/Elements/FluentForm.php:1195, ../includes/Elements/FluentForm.php:2151, ../includes/Elements/Formstack.php:502, ../includes/Elements/Formstack.php:552, ../includes/Elements/Formstack.php:692, ../includes/Elements/Formstack.php:747, ../includes/Elements/Formstack.php:1979, ../includes/Elements/GravityForms.php:1072, ../includes/Elements/GravityForms.php:1331, ../includes/Elements/GravityForms.php:1527, ../includes/Elements/GravityForms.php:1691, ../includes/Elements/Image_Accordion.php:368, ../includes/Elements/Image_Accordion.php:457, ../includes/Elements/Info_Box.php:688, ../includes/Elements/Info_Box.php:750, ../includes/Elements/Info_Box.php:981, ../includes/Elements/Info_Box.php:1371, ../includes/Elements/Login_Register.php:1445, ../includes/Elements/Login_Register.php:2010, ../includes/Elements/Login_Register.php:2149, ../includes/Elements/Login_Register.php:2222, ../includes/Elements/Login_Register.php:2313, ../includes/Elements/Login_Register.php:2415, ../includes/Elements/Login_Register.php:2451, ../includes/Elements/Login_Register.php:2613, ../includes/Elements/Login_Register.php:3085, ../includes/Elements/Login_Register.php:3320, ../includes/Elements/Login_Register.php:3384, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:380, ../includes/Elements/Post_Grid.php:495, ../includes/Elements/Post_Grid.php:510, ../includes/Elements/Post_Grid.php:634, ../includes/Elements/Post_Grid.php:722, ../includes/Elements/Post_Grid.php:798, ../includes/Elements/Pricing_Table.php:765, ../includes/Elements/Pricing_Table.php:1091, ../includes/Elements/Pricing_Table.php:1161, ../includes/Elements/Pricing_Table.php:1835, ../includes/Elements/Team_Member.php:474, ../includes/Elements/Testimonial.php:408, ../includes/Elements/Testimonial.php:506, ../includes/Elements/Testimonial.php:547, ../includes/Elements/Testimonial.php:588, ../includes/Elements/Testimonial.php:621, ../includes/Elements/Tooltip.php:353, ../includes/Elements/Tooltip.php:602, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1300, ../includes/Traits/Controls.php:1345, ../includes/Traits/Woo_Product_Comparable.php:327, ../includes/Traits/Woo_Product_Comparable.php:1449
719
  msgid "Margin"
720
  msgstr ""
721
 
722
- #: ../includes/Elements/Advanced_Data_Table.php:1155, ../includes/Elements/Advanced_Data_Table.php:1321, ../includes/Elements/Adv_Accordion.php:511, ../includes/Elements/Adv_Accordion.php:894, ../includes/Elements/Adv_Tabs.php:464, ../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:799, ../includes/Elements/Betterdocs_Category_Grid.php:1347, ../includes/Elements/Betterdocs_Search_Form.php:390, ../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:1226, ../includes/Elements/Content_Ticker.php:633, ../includes/Elements/Creative_Button.php:257, ../includes/Elements/Cta_Box.php:693, ../includes/Elements/Cta_Box.php:899, ../includes/Elements/Data_Table.php:587, ../includes/Elements/Data_Table.php:780, ../includes/Elements/Data_Table.php:952, ../includes/Elements/Event_Calendar.php:741, ../includes/Elements/Filterable_Gallery.php:951, ../includes/Elements/Filterable_Gallery.php:1716, ../includes/Elements/Filterable_Gallery.php:2470, ../includes/Elements/Flip_Box.php:1329, ../includes/Elements/FluentForm.php:604, ../includes/Elements/FluentForm.php:939, ../includes/Elements/FluentForm.php:1517, ../includes/Elements/FluentForm.php:1689, ../includes/Elements/FluentForm.php:1906, ../includes/Elements/Formstack.php:833, ../includes/Elements/Formstack.php:1165, ../includes/Elements/Formstack.php:1433, ../includes/Elements/Formstack.php:1603, ../includes/Elements/Formstack.php:1766, ../includes/Elements/GravityForms.php:653, ../includes/Elements/GravityForms.php:1243, ../includes/Elements/GravityForms.php:1439, ../includes/Elements/GravityForms.php:1790, ../includes/Elements/GravityForms.php:2019, ../includes/Elements/Info_Box.php:536, ../includes/Elements/Info_Box.php:764, ../includes/Elements/Info_Box.php:995, ../includes/Elements/Info_Box.php:1226, ../includes/Elements/Info_Box.php:1337, ../includes/Elements/Login_Register.php:2516, ../includes/Elements/Login_Register.php:3184, ../includes/Elements/Login_Register.php:3347, ../includes/Elements/Login_Register.php:3505, ../includes/Elements/NinjaForms.php:627, ../includes/Elements/NinjaForms.php:1020, ../includes/Elements/NinjaForms.php:1365, ../includes/Elements/Pricing_Table.php:1887, ../includes/Elements/Product_Grid.php:768, ../includes/Elements/Product_Grid.php:1399, ../includes/Elements/Product_Grid.php:1790, ../includes/Elements/Product_Grid.php:2083, ../includes/Elements/Product_Grid.php:2514, ../includes/Elements/Team_Member.php:713, ../includes/Elements/Tooltip.php:393, ../includes/Elements/WeForms.php:687, ../includes/Elements/Woo_Checkout.php:899, ../includes/Elements/Woo_Checkout.php:942, ../includes/Elements/Woo_Checkout.php:1085, ../includes/Elements/Woo_Checkout.php:1304, ../includes/Elements/Woo_Checkout.php:1602, ../includes/Elements/Woo_Checkout.php:2062, ../includes/Elements/Woo_Checkout.php:2232, ../includes/Elements/Woo_Checkout.php:2386, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php:887, ../includes/Traits/Controls.php:1177, ../includes/Traits/Controls.php:1364, ../includes/Traits/Woo_Product_Comparable.php:825, ../includes/Traits/Woo_Product_Comparable.php:1211, ../includes/Traits/Woo_Product_Comparable.php:1629
723
  msgid "Normal"
724
  msgstr ""
725
 
726
- #: ../includes/Elements/Advanced_Data_Table.php:1225, ../includes/Elements/Advanced_Data_Table.php:1351, ../includes/Elements/Adv_Accordion.php:582, ../includes/Elements/Adv_Accordion.php:940, ../includes/Elements/Adv_Tabs.php:530, ../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:871, ../includes/Elements/Betterdocs_Category_Grid.php:1431, ../includes/Elements/Betterdocs_Search_Form.php:474, ../includes/Elements/Caldera_Forms.php:1303, ../includes/Elements/Contact_Form_7.php:1332, ../includes/Elements/Content_Ticker.php:689, ../includes/Elements/Creative_Button.php:337, ../includes/Elements/Cta_Box.php:764, ../includes/Elements/Cta_Box.php:951, ../includes/Elements/Data_Table.php:627, ../includes/Elements/Data_Table.php:871, ../includes/Elements/Data_Table.php:969, ../includes/Elements/Event_Calendar.php:808, ../includes/Elements/Filterable_Gallery.php:1854, ../includes/Elements/Filterable_Gallery.php:2663, ../includes/Elements/Flip_Box.php:1411, ../includes/Elements/FluentForm.php:1623, ../includes/Elements/FluentForm.php:1987, ../includes/Elements/Formstack.php:1539, ../includes/Elements/Formstack.php:1849, ../includes/Elements/GravityForms.php:1882, ../includes/Elements/GravityForms.php:2106, ../includes/Elements/Info_Box.php:597, ../includes/Elements/Info_Box.php:835, ../includes/Elements/Info_Box.php:1066, ../includes/Elements/Info_Box.php:1272, ../includes/Elements/Info_Box.php:1447, ../includes/Elements/Login_Register.php:3221, ../includes/Elements/Login_Register.php:3542, ../includes/Elements/NinjaForms.php:1452, ../includes/Elements/Pricing_Table.php:407, ../includes/Elements/Pricing_Table.php:1956, ../includes/Elements/Product_Grid.php:818, ../includes/Elements/Product_Grid.php:1468, ../includes/Elements/Product_Grid.php:1897, ../includes/Elements/Product_Grid.php:2121, ../includes/Elements/Product_Grid.php:2565, ../includes/Elements/Team_Member.php:790, ../includes/Elements/Tooltip.php:436, ../includes/Elements/WeForms.php:737, ../includes/Elements/Woo_Checkout.php:915, ../includes/Elements/Woo_Checkout.php:959, ../includes/Elements/Woo_Checkout.php:1101, ../includes/Elements/Woo_Checkout.php:1344, ../includes/Elements/Woo_Checkout.php:1642, ../includes/Elements/Woo_Checkout.php:2078, ../includes/Elements/Woo_Checkout.php:2426, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php:910, ../includes/Traits/Controls.php:1232, ../includes/Traits/Controls.php:1426, ../includes/Traits/Woo_Product_Comparable.php:925, ../includes/Traits/Woo_Product_Comparable.php:1292, ../includes/Traits/Woo_Product_Comparable.php:1679
727
  msgid "Hover"
728
  msgstr ""
729
 
730
- #: ../includes/Elements/Advanced_Data_Table.php:1326, ../includes/Elements/Advanced_Data_Table.php:1356, ../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:805, ../includes/Elements/Betterdocs_Category_Grid.php:902, ../includes/Elements/Betterdocs_Category_Grid.php:1005, ../includes/Elements/Betterdocs_Category_Grid.php:1085, ../includes/Elements/Betterdocs_Category_Grid.php:1161, ../includes/Elements/Betterdocs_Category_Grid.php:1238, ../includes/Elements/Betterdocs_Category_Grid.php:1361, ../includes/Elements/Betterdocs_Category_Grid.php:1460, ../includes/Elements/Betterdocs_Search_Form.php:238, ../includes/Elements/Betterdocs_Search_Form.php:275, ../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:652, ../includes/Elements/Content_Ticker.php:708, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Cta_Box.php:601, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:592, ../includes/Elements/Data_Table.php:632, ../includes/Elements/Data_Table.php:1069, ../includes/Elements/Dual_Color_Header.php:468, ../includes/Elements/Dual_Color_Header.php:541, ../includes/Elements/Dual_Color_Header.php:641, ../includes/Elements/Event_Calendar.php:708, ../includes/Elements/Event_Calendar.php:748, ../includes/Elements/Event_Calendar.php:815, ../includes/Elements/Event_Calendar.php:869, ../includes/Elements/Event_Calendar.php:952, ../includes/Elements/Event_Calendar.php:1027, ../includes/Elements/Event_Calendar.php:1061, ../includes/Elements/Event_Calendar.php:1170, ../includes/Elements/Event_Calendar.php:1536, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Facebook_Feed.php:884, ../includes/Elements/Facebook_Feed.php:922, ../includes/Elements/Facebook_Feed.php:960, ../includes/Elements/Facebook_Feed.php:1013, ../includes/Elements/Facebook_Feed.php:1051, ../includes/Elements/Facebook_Feed.php:1089, ../includes/Elements/Facebook_Feed.php:1121, ../includes/Elements/Fancy_Text.php:344, ../includes/Elements/Feature_List.php:540, ../includes/Elements/Feature_List.php:761, ../includes/Elements/Feature_List.php:795, ../includes/Elements/Filterable_Gallery.php:1213, ../includes/Elements/Filterable_Gallery.php:1253, ../includes/Elements/Filterable_Gallery.php:1575, ../includes/Elements/Filterable_Gallery.php:1590, ../includes/Elements/Filterable_Gallery.php:1635, ../includes/Elements/Filterable_Gallery.php:1650, ../includes/Elements/Filterable_Gallery.php:1735, ../includes/Elements/Filterable_Gallery.php:1873, ../includes/Elements/Filterable_Gallery.php:1949, ../includes/Elements/Filterable_Gallery.php:1983, ../includes/Elements/Filterable_Gallery.php:2028, ../includes/Elements/Filterable_Gallery.php:2165, ../includes/Elements/Filterable_Gallery.php:2352, ../includes/Elements/Flip_Box.php:944, ../includes/Elements/Flip_Box.php:1057, ../includes/Elements/Flip_Box.php:1184, ../includes/Elements/Flip_Box.php:1215, ../includes/Elements/Flip_Box.php:1253, ../includes/Elements/Flip_Box.php:1285, ../includes/Elements/Flip_Box.php:1359, ../includes/Elements/Flip_Box.php:1417, ../includes/Elements/FluentForm.php:413, ../includes/Elements/FluentForm.php:949, ../includes/Elements/FluentForm.php:1065, ../includes/Elements/FluentForm.php:1106, ../includes/Elements/FluentForm.php:1161, ../includes/Elements/FluentForm.php:1265, ../includes/Elements/FluentForm.php:1327, ../includes/Elements/FluentForm.php:1921, ../includes/Elements/FluentForm.php:1994, ../includes/Elements/FluentForm.php:2115, ../includes/Elements/Formstack.php:658, ../includes/Elements/Formstack.php:713, ../includes/Elements/Formstack.php:1175, ../includes/Elements/Formstack.php:1255, ../includes/Elements/Formstack.php:1309, ../includes/Elements/Formstack.php:1856, ../includes/Elements/Formstack.php:1937, ../includes/Elements/GravityForms.php:1147, ../includes/Elements/GravityForms.php:1253, ../includes/Elements/GravityForms.php:1367, ../includes/Elements/GravityForms.php:1449, ../includes/Elements/GravityForms.php:1563, ../includes/Elements/GravityForms.php:1607, ../includes/Elements/Image_Accordion.php:523, ../includes/Elements/Image_Accordion.php:552, ../includes/Elements/Info_Box.php:1351, ../includes/Elements/Info_Box.php:1427, ../includes/Elements/Login_Register.php:2252, ../includes/Elements/Login_Register.php:2343, ../includes/Elements/Login_Register.php:2757, ../includes/Elements/NinjaForms.php:1030, ../includes/Elements/NinjaForms.php:1148, ../includes/Elements/NinjaForms.php:1567, ../includes/Elements/Post_Grid.php:359, ../includes/Elements/Post_Grid.php:432, ../includes/Elements/Post_Grid.php:824, ../includes/Elements/Pricing_Table.php:888, ../includes/Elements/Pricing_Table.php:952, ../includes/Elements/Pricing_Table.php:1043, ../includes/Elements/Pricing_Table.php:1072, ../includes/Elements/Pricing_Table.php:1113, ../includes/Elements/Pricing_Table.php:1142, ../includes/Elements/Pricing_Table.php:1182, ../includes/Elements/Pricing_Table.php:1217, ../includes/Elements/Pricing_Table.php:1374, ../includes/Elements/Pricing_Table.php:1506, ../includes/Elements/Product_Grid.php:1227, ../includes/Elements/Product_Grid.php:1795, ../includes/Elements/Product_Grid.php:1902, ../includes/Elements/Product_Grid.php:2239, ../includes/Elements/Product_Grid.php:2418, ../includes/Elements/Product_Grid.php:2458, ../includes/Elements/Product_Grid.php:2519, ../includes/Elements/Product_Grid.php:2570, ../includes/Elements/Product_Grid.php:2723, ../includes/Elements/Progress_Bar.php:405, ../includes/Elements/Progress_Bar.php:465, ../includes/Elements/Twitter_Feed.php:671, ../includes/Elements/Twitter_Feed.php:700, ../includes/Elements/Twitter_Feed.php:730, ../includes/Elements/Twitter_Feed.php:900, ../includes/Elements/Woo_Checkout.php:571, ../includes/Elements/Woo_Checkout.php:745, ../includes/Elements/Woo_Checkout.php:759, ../includes/Elements/Woo_Checkout.php:867, ../includes/Elements/Woo_Checkout.php:881, ../includes/Elements/Woo_Checkout.php:1054, ../includes/Elements/Woo_Checkout.php:1090, ../includes/Elements/Woo_Checkout.php:1106, ../includes/Elements/Woo_Checkout.php:1174, ../includes/Elements/Woo_Checkout.php:1273, ../includes/Elements/Woo_Checkout.php:1323, ../includes/Elements/Woo_Checkout.php:1363, ../includes/Elements/Woo_Checkout.php:1460, ../includes/Elements/Woo_Checkout.php:1621, ../includes/Elements/Woo_Checkout.php:1661, ../includes/Elements/Woo_Checkout.php:1779, ../includes/Elements/Woo_Checkout.php:1823, ../includes/Elements/Woo_Checkout.php:1867, ../includes/Elements/Woo_Checkout.php:1973, ../includes/Elements/Woo_Checkout.php:2012, ../includes/Elements/Woo_Checkout.php:2052, ../includes/Elements/Woo_Checkout.php:2239, ../includes/Elements/Woo_Checkout.php:2260, ../includes/Elements/Woo_Checkout.php:2295, ../includes/Elements/Woo_Checkout.php:2316, ../includes/Elements/Woo_Checkout.php:2405, ../includes/Elements/Woo_Checkout.php:2445, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php:1046, ../includes/Traits/Woo_Product_Comparable.php:47, ../includes/Traits/Woo_Product_Comparable.php:107, ../includes/Traits/Woo_Product_Comparable.php:1359, ../includes/Traits/Woo_Product_Comparable.php:1471
731
  msgid "Color"
732
  msgstr ""
733
 
@@ -735,7 +743,7 @@ msgstr ""
735
  msgid "No content found"
736
  msgstr ""
737
 
738
- #: ../includes/Elements/Adv_Accordion.php:88, ../includes/Elements/Adv_Tabs.php:73, ../includes/Elements/Facebook_Feed.php:153, ../includes/Elements/Woo_Checkout.php:108
739
  msgid "General Settings"
740
  msgstr ""
741
 
@@ -755,39 +763,39 @@ msgstr ""
755
  msgid "Select Accordion Tab Title Tag"
756
  msgstr ""
757
 
758
- #: ../includes/Elements/Adv_Accordion.php:111, ../includes/Elements/Betterdocs_Category_Box.php:184, ../includes/Elements/Betterdocs_Category_Grid.php:222, ../includes/Elements/Cta_Box.php:198, ../includes/Elements/Dual_Color_Header.php:136, ../includes/Elements/Filterable_Gallery.php:364, ../includes/Elements/Flip_Box.php:297, ../includes/Elements/Flip_Box.php:526, ../includes/Elements/Image_Accordion.php:154, ../includes/Elements/Info_Box.php:233, ../includes/Elements/Progress_Bar.php:136, ../includes/Elements/Tooltip.php:112, ../includes/Extensions/Table_of_Content.php:147, ../includes/Traits/Controls.php:776
759
  msgid "H1"
760
  msgstr ""
761
 
762
- #: ../includes/Elements/Adv_Accordion.php:112, ../includes/Elements/Betterdocs_Category_Box.php:185, ../includes/Elements/Betterdocs_Category_Grid.php:223, ../includes/Elements/Cta_Box.php:199, ../includes/Elements/Dual_Color_Header.php:137, ../includes/Elements/Filterable_Gallery.php:365, ../includes/Elements/Flip_Box.php:298, ../includes/Elements/Flip_Box.php:527, ../includes/Elements/Image_Accordion.php:155, ../includes/Elements/Info_Box.php:234, ../includes/Elements/Progress_Bar.php:137, ../includes/Elements/Tooltip.php:113, ../includes/Extensions/Table_of_Content.php:148, ../includes/Traits/Controls.php:777
763
  msgid "H2"
764
  msgstr ""
765
 
766
- #: ../includes/Elements/Adv_Accordion.php:113, ../includes/Elements/Betterdocs_Category_Box.php:186, ../includes/Elements/Betterdocs_Category_Grid.php:224, ../includes/Elements/Cta_Box.php:200, ../includes/Elements/Dual_Color_Header.php:138, ../includes/Elements/Filterable_Gallery.php:366, ../includes/Elements/Flip_Box.php:299, ../includes/Elements/Flip_Box.php:528, ../includes/Elements/Image_Accordion.php:156, ../includes/Elements/Info_Box.php:235, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:114, ../includes/Extensions/Table_of_Content.php:149, ../includes/Traits/Controls.php:778
767
  msgid "H3"
768
  msgstr ""
769
 
770
- #: ../includes/Elements/Adv_Accordion.php:114, ../includes/Elements/Betterdocs_Category_Box.php:187, ../includes/Elements/Betterdocs_Category_Grid.php:225, ../includes/Elements/Cta_Box.php:201, ../includes/Elements/Dual_Color_Header.php:139, ../includes/Elements/Filterable_Gallery.php:367, ../includes/Elements/Flip_Box.php:300, ../includes/Elements/Flip_Box.php:529, ../includes/Elements/Image_Accordion.php:157, ../includes/Elements/Info_Box.php:236, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:115, ../includes/Extensions/Table_of_Content.php:150, ../includes/Traits/Controls.php:779
771
  msgid "H4"
772
  msgstr ""
773
 
774
- #: ../includes/Elements/Adv_Accordion.php:115, ../includes/Elements/Betterdocs_Category_Box.php:188, ../includes/Elements/Betterdocs_Category_Grid.php:226, ../includes/Elements/Cta_Box.php:202, ../includes/Elements/Dual_Color_Header.php:140, ../includes/Elements/Filterable_Gallery.php:368, ../includes/Elements/Flip_Box.php:301, ../includes/Elements/Flip_Box.php:530, ../includes/Elements/Image_Accordion.php:158, ../includes/Elements/Info_Box.php:237, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:116, ../includes/Extensions/Table_of_Content.php:151, ../includes/Traits/Controls.php:780
775
  msgid "H5"
776
  msgstr ""
777
 
778
- #: ../includes/Elements/Adv_Accordion.php:116, ../includes/Elements/Betterdocs_Category_Box.php:189, ../includes/Elements/Betterdocs_Category_Grid.php:227, ../includes/Elements/Cta_Box.php:203, ../includes/Elements/Dual_Color_Header.php:141, ../includes/Elements/Filterable_Gallery.php:369, ../includes/Elements/Flip_Box.php:302, ../includes/Elements/Flip_Box.php:531, ../includes/Elements/Image_Accordion.php:159, ../includes/Elements/Info_Box.php:238, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:117, ../includes/Extensions/Table_of_Content.php:152, ../includes/Traits/Controls.php:781
779
  msgid "H6"
780
  msgstr ""
781
 
782
- #: ../includes/Elements/Adv_Accordion.php:117, ../includes/Elements/Betterdocs_Category_Box.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:228, ../includes/Elements/Cta_Box.php:204, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Filterable_Gallery.php:370, ../includes/Elements/Flip_Box.php:303, ../includes/Elements/Flip_Box.php:532, ../includes/Elements/Image_Accordion.php:160, ../includes/Elements/Info_Box.php:239, ../includes/Traits/Controls.php:782
783
  msgid "Span"
784
  msgstr ""
785
 
786
- #: ../includes/Elements/Adv_Accordion.php:118, ../includes/Elements/Betterdocs_Category_Box.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:229, ../includes/Elements/Cta_Box.php:205, ../includes/Elements/Dual_Color_Header.php:143, ../includes/Elements/Filterable_Gallery.php:371, ../includes/Elements/Flip_Box.php:304, ../includes/Elements/Flip_Box.php:533, ../includes/Elements/Image_Accordion.php:161, ../includes/Elements/Info_Box.php:240, ../includes/Elements/Tooltip.php:120, ../includes/Traits/Controls.php:783
787
  msgid "P"
788
  msgstr ""
789
 
790
- #: ../includes/Elements/Adv_Accordion.php:119, ../includes/Elements/Betterdocs_Category_Box.php:192, ../includes/Elements/Betterdocs_Category_Grid.php:230, ../includes/Elements/Cta_Box.php:206, ../includes/Elements/Dual_Color_Header.php:144, ../includes/Elements/Filterable_Gallery.php:372, ../includes/Elements/Flip_Box.php:305, ../includes/Elements/Flip_Box.php:534, ../includes/Elements/Image_Accordion.php:162, ../includes/Elements/Info_Box.php:241, ../includes/Traits/Controls.php:784
791
  msgid "Div"
792
  msgstr ""
793
 
@@ -819,7 +827,7 @@ msgstr ""
819
  msgid "Enable Tab Icon"
820
  msgstr ""
821
 
822
- #: ../includes/Elements/Adv_Accordion.php:208, ../includes/Elements/Adv_Tabs.php:150, ../includes/Elements/Adv_Tabs.php:165, ../includes/Elements/Betterdocs_Category_Box.php:407, ../includes/Elements/Betterdocs_Category_Box.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:1064, ../includes/Elements/Betterdocs_Category_Grid.php:1073, ../includes/Elements/Betterdocs_Category_Grid.php:1205, ../includes/Elements/Betterdocs_Category_Grid.php:1312, ../includes/Elements/Creative_Button.php:128, ../includes/Elements/Cta_Box.php:151, ../includes/Elements/Data_Table.php:140, ../includes/Elements/Data_Table.php:159, ../includes/Elements/Dual_Color_Header.php:116, ../includes/Elements/Dual_Color_Header.php:271, ../includes/Elements/Feature_List.php:75, ../includes/Elements/Feature_List.php:91, ../includes/Elements/Feature_List.php:501, ../includes/Elements/Flip_Box.php:201, ../includes/Elements/Flip_Box.php:227, ../includes/Elements/Flip_Box.php:430, ../includes/Elements/Flip_Box.php:456, ../includes/Elements/Info_Box.php:106, ../includes/Elements/Info_Box.php:175, ../includes/Elements/Info_Box.php:440, ../includes/Elements/Pricing_Table.php:171, ../includes/Elements/Team_Member.php:165, ../includes/Elements/Tooltip.php:72, ../includes/Elements/Tooltip.php:142, ../includes/Elements/Twitter_Feed.php:866, ../includes/Extensions/Table_of_Content.php:622, ../includes/Traits/Controls.php:688, ../includes/Traits/Controls.php:741
823
  msgid "Icon"
824
  msgstr ""
825
 
@@ -831,7 +839,7 @@ msgstr ""
831
  msgid "Content Type"
832
  msgstr ""
833
 
834
- #: ../includes/Elements/Adv_Accordion.php:238, ../includes/Elements/Adv_Tabs.php:122, ../includes/Elements/Adv_Tabs.php:209, ../includes/Elements/Adv_Tabs.php:676, ../includes/Elements/Cta_Box.php:217, ../includes/Elements/Cta_Box.php:238, ../includes/Elements/Data_Table.php:244, ../includes/Elements/Data_Table.php:339, ../includes/Elements/Data_Table.php:353, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1446, ../includes/Elements/Facebook_Feed.php:937, ../includes/Elements/Feature_List.php:190, ../includes/Elements/Feature_List.php:693, ../includes/Elements/Flip_Box.php:156, ../includes/Elements/Image_Accordion.php:95, ../includes/Elements/Image_Accordion.php:206, ../includes/Elements/Image_Accordion.php:292, ../includes/Elements/Image_Accordion.php:543, ../includes/Elements/Info_Box.php:251, ../includes/Elements/Product_Grid.php:2335, ../includes/Elements/Tooltip.php:94, ../includes/Elements/Tooltip.php:266
835
  msgid "Content"
836
  msgstr ""
837
 
@@ -871,7 +879,7 @@ msgstr ""
871
  msgid "Tab Style"
872
  msgstr ""
873
 
874
- #: ../includes/Elements/Adv_Accordion.php:400, ../includes/Elements/Adv_Accordion.php:832, ../includes/Elements/Adv_Tabs.php:396, ../includes/Elements/Creative_Button.php:471, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Dual_Color_Header.php:395, ../includes/Elements/Event_Calendar.php:1417, ../includes/Elements/Event_Calendar.php:1484, ../includes/Elements/Feature_List.php:573, ../includes/Elements/Filterable_Gallery.php:1771, ../includes/Elements/Filterable_Gallery.php:2125, ../includes/Elements/Filterable_Gallery.php:2558, ../includes/Elements/Flip_Box.php:959, ../includes/Elements/Flip_Box.php:1072, ../includes/Elements/Info_Box.php:935, ../includes/Elements/Info_Box.php:1174, ../includes/Elements/Login_Register.php:2821, ../includes/Elements/Pricing_Table.php:1241, ../includes/Elements/Pricing_Table.php:1676, ../includes/Elements/Pricing_Table.php:1847, ../includes/Elements/Product_Grid.php:1177, ../includes/Elements/Product_Grid.php:2671, ../includes/Elements/Team_Member.php:642, ../includes/Elements/Tooltip.php:199, ../includes/Extensions/Table_of_Content.php:658, ../includes/Traits/Woo_Product_Comparable.php:1332
875
  msgid "Icon Size"
876
  msgstr ""
877
 
@@ -883,7 +891,7 @@ msgstr ""
883
  msgid "Distance"
884
  msgstr ""
885
 
886
- #: ../includes/Elements/Adv_Accordion.php:546, ../includes/Elements/Adv_Accordion.php:619, ../includes/Elements/Adv_Accordion.php:692, ../includes/Elements/Adv_Tabs.php:498, ../includes/Elements/Adv_Tabs.php:564, ../includes/Elements/Adv_Tabs.php:632, ../includes/Elements/Dual_Color_Header.php:417, ../includes/Elements/Event_Calendar.php:1435, ../includes/Elements/Feature_List.php:119, ../includes/Elements/Info_Box.php:771, ../includes/Elements/Info_Box.php:850, ../includes/Elements/Info_Box.php:1002, ../includes/Elements/Info_Box.php:1081, ../includes/Elements/Post_Grid.php:947, ../includes/Elements/Pricing_Table.php:342, ../includes/Elements/Pricing_Table.php:1740, ../includes/Elements/Team_Member.php:718, ../includes/Elements/Twitter_Feed.php:607, ../includes/Elements/Woo_Checkout.php:1185, ../includes/Elements/Woo_Checkout.php:1471
887
  msgid "Icon Color"
888
  msgstr ""
889
 
@@ -911,15 +919,15 @@ msgstr ""
911
  msgid "Caret Color"
912
  msgstr ""
913
 
914
- #: ../includes/Elements/Adv_Tabs.php:79, ../includes/Elements/Countdown.php:148, ../includes/Elements/Facebook_Feed.php:168, ../includes/Elements/Filterable_Gallery.php:167, ../includes/Elements/Product_Grid.php:212, ../includes/Elements/Product_Grid.php:363, ../includes/Elements/Progress_Bar.php:73, ../includes/Elements/Progress_Bar.php:99, ../includes/Elements/Woo_Checkout.php:114, ../includes/Traits/Controls.php:402, ../includes/Traits/Controls.php:531, ../includes/Traits/Controls.php:591
915
  msgid "Layout"
916
  msgstr ""
917
 
918
- #: ../includes/Elements/Adv_Tabs.php:84, ../includes/Elements/Image_Accordion.php:85
919
  msgid "Horizontal"
920
  msgstr ""
921
 
922
- #: ../includes/Elements/Adv_Tabs.php:85, ../includes/Elements/Image_Accordion.php:86
923
  msgid "Vertical"
924
  msgstr ""
925
 
@@ -927,7 +935,7 @@ msgstr ""
927
  msgid "Enable Icon"
928
  msgstr ""
929
 
930
- #: ../includes/Elements/Adv_Tabs.php:101, ../includes/Elements/Betterdocs_Category_Grid.php:1327, ../includes/Elements/Creative_Button.php:140, ../includes/Elements/Data_Table.php:701, ../includes/Elements/Feature_List.php:298, ../includes/Elements/Filterable_Gallery.php:744, ../includes/Elements/Flip_Box.php:707, ../includes/Elements/Info_Box.php:121, ../includes/Elements/Info_Box.php:452, ../includes/Elements/Pricing_Table.php:540
931
  msgid "Icon Position"
932
  msgstr ""
933
 
@@ -963,7 +971,7 @@ msgstr ""
963
  msgid "Tab Title 3"
964
  msgstr ""
965
 
966
- #: ../includes/Elements/Adv_Tabs.php:292, ../includes/Elements/Event_Calendar.php:141, ../includes/Elements/Image_Accordion.php:59, ../includes/Elements/Image_Accordion.php:323, ../includes/Elements/Login_Register.php:235, ../includes/Elements/Login_Register.php:1388, ../includes/Elements/Progress_Bar.php:304, ../includes/Elements/Progress_Bar.php:515, ../includes/Traits/Admin.php:111
967
  msgid "General"
968
  msgstr ""
969
 
@@ -987,11 +995,11 @@ msgstr ""
987
  msgid "Caret Size"
988
  msgstr ""
989
 
990
- #: ../includes/Elements/Adv_Tabs.php:847, ../includes/Elements/Caldera_Forms.php:109, ../includes/Elements/Caldera_Forms.php:936, ../includes/Elements/Contact_Form_7.php:911, ../includes/Elements/Contact_Form_7.php:963, ../includes/Elements/Content_Ticker.php:237, ../includes/Elements/Content_Ticker.php:270, ../includes/Elements/Content_Ticker.php:285, ../includes/Elements/Content_Ticker.php:320, ../includes/Elements/Data_Table.php:1035, ../includes/Elements/Facebook_Feed.php:377, ../includes/Elements/Filterable_Gallery.php:284, ../includes/Elements/Filterable_Gallery.php:429, ../includes/Elements/Filterable_Gallery.php:478, ../includes/Elements/Filterable_Gallery.php:503, ../includes/Elements/Filterable_Gallery.php:528, ../includes/Elements/Filterable_Gallery.php:588, ../includes/Elements/Filterable_Gallery.php:603, ../includes/Elements/FluentForm.php:123, ../includes/Elements/FluentForm.php:902, ../includes/Elements/Formstack.php:192, ../includes/Elements/Formstack.php:1128, ../includes/Elements/GravityForms.php:149, ../includes/Elements/GravityForms.php:246, ../includes/Elements/GravityForms.php:1206, ../includes/Elements/GravityForms.php:1402, ../includes/Elements/Image_Accordion.php:174, ../includes/Elements/Image_Accordion.php:269, ../includes/Elements/Info_Box.php:358, ../includes/Elements/Info_Box.php:372, ../includes/Elements/Login_Register.php:408, ../includes/Elements/Login_Register.php:486, ../includes/Elements/Login_Register.php:790, ../includes/Elements/NinjaForms.php:114, ../includes/Elements/NinjaForms.php:983, ../includes/Elements/Post_Grid.php:112, ../includes/Elements/Post_Grid.php:126, ../includes/Elements/Post_Grid.php:152, ../includes/Elements/Post_Grid.php:166, ../includes/Elements/Post_Grid.php:192, ../includes/Elements/Post_Grid.php:206, ../includes/Elements/Pricing_Table.php:219, ../includes/Elements/Pricing_Table.php:1878, ../includes/Elements/Team_Member.php:704, ../includes/Elements/WpForms.php:107, ../includes/Elements/WpForms.php:937, ../includes/Extensions/Reading_Progress.php:41, ../includes/Extensions/Reading_Progress.php:77, ../includes/Extensions/Table_of_Content.php:45, ../includes/Extensions/Table_of_Content.php:79, ../includes/Extensions/Table_of_Content.php:211, ../includes/Extensions/Table_of_Content.php:226, ../includes/Extensions/Table_of_Content.php:241, ../includes/Extensions/Table_of_Content.php:256, ../includes/Extensions/Table_of_Content.php:271, ../includes/Traits/Controls.php:374
991
  msgid "Yes"
992
  msgstr ""
993
 
994
- #: ../includes/Elements/Adv_Tabs.php:848, ../includes/Elements/Caldera_Forms.php:110, ../includes/Elements/Caldera_Forms.php:937, ../includes/Elements/Contact_Form_7.php:912, ../includes/Elements/Contact_Form_7.php:964, ../includes/Elements/Content_Ticker.php:238, ../includes/Elements/Content_Ticker.php:271, ../includes/Elements/Content_Ticker.php:286, ../includes/Elements/Content_Ticker.php:321, ../includes/Elements/Cta_Box.php:685, ../includes/Elements/Data_Table.php:1036, ../includes/Elements/Facebook_Feed.php:381, ../includes/Elements/Feature_List.php:360, ../includes/Elements/Filterable_Gallery.php:285, ../includes/Elements/Filterable_Gallery.php:430, ../includes/Elements/Filterable_Gallery.php:479, ../includes/Elements/Filterable_Gallery.php:504, ../includes/Elements/Filterable_Gallery.php:529, ../includes/Elements/Filterable_Gallery.php:589, ../includes/Elements/Filterable_Gallery.php:604, ../includes/Elements/FluentForm.php:124, ../includes/Elements/FluentForm.php:903, ../includes/Elements/Formstack.php:193, ../includes/Elements/Formstack.php:1129, ../includes/Elements/GravityForms.php:150, ../includes/Elements/GravityForms.php:247, ../includes/Elements/GravityForms.php:1207, ../includes/Elements/GravityForms.php:1403, ../includes/Elements/Image_Accordion.php:175, ../includes/Elements/Image_Accordion.php:270, ../includes/Elements/Info_Box.php:359, ../includes/Elements/Info_Box.php:373, ../includes/Elements/Login_Register.php:409, ../includes/Elements/Login_Register.php:487, ../includes/Elements/Login_Register.php:791, ../includes/Elements/NinjaForms.php:115, ../includes/Elements/NinjaForms.php:984, ../includes/Elements/Post_Grid.php:113, ../includes/Elements/Post_Grid.php:127, ../includes/Elements/Post_Grid.php:153, ../includes/Elements/Post_Grid.php:167, ../includes/Elements/Post_Grid.php:193, ../includes/Elements/Post_Grid.php:207, ../includes/Elements/Pricing_Table.php:220, ../includes/Elements/Pricing_Table.php:1879, ../includes/Elements/Team_Member.php:705, ../includes/Elements/WpForms.php:108, ../includes/Elements/WpForms.php:938, ../includes/Extensions/Reading_Progress.php:42, ../includes/Extensions/Reading_Progress.php:78, ../includes/Extensions/Table_of_Content.php:46, ../includes/Extensions/Table_of_Content.php:80, ../includes/Extensions/Table_of_Content.php:212, ../includes/Extensions/Table_of_Content.php:227, ../includes/Extensions/Table_of_Content.php:242, ../includes/Extensions/Table_of_Content.php:257, ../includes/Extensions/Table_of_Content.php:272, ../includes/Traits/Controls.php:375
995
  msgid "No"
996
  msgstr ""
997
 
@@ -1011,11 +1019,11 @@ msgstr ""
1011
  msgid "Show Icon"
1012
  msgstr ""
1013
 
1014
- #: ../includes/Elements/Betterdocs_Category_Box.php:158, ../includes/Elements/Betterdocs_Category_Box.php:170, ../includes/Elements/Betterdocs_Category_Box.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:177, ../includes/Elements/Betterdocs_Category_Grid.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:244, ../includes/Elements/Betterdocs_Category_Grid.php:260, ../includes/Elements/Betterdocs_Category_Grid.php:272, ../includes/Elements/Betterdocs_Category_Grid.php:1302, ../includes/Elements/Caldera_Forms.php:152, ../includes/Elements/Caldera_Forms.php:165, ../includes/Elements/Caldera_Forms.php:191, ../includes/Elements/Contact_Form_7.php:205, ../includes/Elements/Contact_Form_7.php:231, ../includes/Elements/Contact_Form_7.php:251, ../includes/Elements/Content_Ticker.php:298, ../includes/Elements/Countdown.php:503, ../includes/Elements/Creative_Button.php:249, ../includes/Elements/Cta_Box.php:134, ../includes/Elements/Cta_Box.php:281, ../includes/Elements/Dual_Color_Header.php:93, ../includes/Elements/Dual_Color_Header.php:103, ../includes/Elements/Facebook_Feed.php:295, ../includes/Elements/Facebook_Feed.php:307, ../includes/Elements/Facebook_Feed.php:322, ../includes/Elements/Facebook_Feed.php:337, ../includes/Elements/Facebook_Feed.php:352, ../includes/Elements/Facebook_Feed.php:418, ../includes/Elements/Feature_List.php:359, ../includes/Elements/Filterable_Gallery.php:272, ../includes/Elements/FluentForm.php:166, ../includes/Elements/FluentForm.php:178, ../includes/Elements/FluentForm.php:204, ../includes/Elements/FluentForm.php:1706, ../includes/Elements/FluentForm.php:1774, ../includes/Elements/Formstack.php:235, ../includes/Elements/Formstack.php:247, ../includes/Elements/Formstack.php:273, ../includes/Elements/Formstack.php:286, ../includes/Elements/Formstack.php:1622, ../includes/Elements/GravityForms.php:161, ../includes/Elements/GravityForms.php:176, ../includes/Elements/GravityForms.php:222, ../includes/Elements/GravityForms.php:234, ../includes/Elements/GravityForms.php:272, ../includes/Elements/GravityForms.php:292, ../includes/Elements/Info_Box.php:290, ../includes/Elements/Login_Register.php:330, ../includes/Elements/Login_Register.php:621, ../includes/Elements/NinjaForms.php:126, ../includes/Elements/NinjaForms.php:173, ../includes/Elements/NinjaForms.php:186, ../includes/Elements/NinjaForms.php:212, ../includes/Elements/NinjaForms.php:232, ../includes/Elements/Post_Timeline.php:88, ../includes/Elements/Pricing_Table.php:515, ../includes/Elements/Pricing_Table.php:1630, ../includes/Elements/Product_Grid.php:464, ../includes/Elements/Product_Grid.php:566, ../includes/Elements/Product_Grid.php:1391, ../includes/Elements/Product_Grid.php:1981, ../includes/Elements/Sticky_Video.php:362, ../includes/Elements/Twitter_Feed.php:368, ../includes/Elements/WpForms.php:119, ../includes/Elements/WpForms.php:134, ../includes/Elements/WpForms.php:180, ../includes/Elements/WpForms.php:193, ../includes/Elements/WpForms.php:216, ../includes/Traits/Controls.php:562, ../includes/Traits/Controls.php:624, ../includes/Traits/Controls.php:654, ../includes/Traits/Controls.php:762, ../includes/Traits/Controls.php:810, ../includes/Traits/Controls.php:878, ../includes/Traits/Controls.php:913, ../includes/Traits/Controls.php:944, ../includes/Traits/Controls.php:995, ../includes/Traits/Controls.php:1023, ../includes/Traits/Controls.php:1039, ../includes/Traits/Controls.php:1054
1015
  msgid "Show"
1016
  msgstr ""
1017
 
1018
- #: ../includes/Elements/Betterdocs_Category_Box.php:159, ../includes/Elements/Betterdocs_Category_Box.php:171, ../includes/Elements/Betterdocs_Category_Box.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:178, ../includes/Elements/Betterdocs_Category_Grid.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:245, ../includes/Elements/Betterdocs_Category_Grid.php:261, ../includes/Elements/Betterdocs_Category_Grid.php:273, ../includes/Elements/Betterdocs_Category_Grid.php:1303, ../includes/Elements/Caldera_Forms.php:153, ../includes/Elements/Caldera_Forms.php:166, ../includes/Elements/Caldera_Forms.php:192, ../includes/Elements/Contact_Form_7.php:206, ../includes/Elements/Contact_Form_7.php:232, ../includes/Elements/Contact_Form_7.php:252, ../includes/Elements/Content_Ticker.php:299, ../includes/Elements/Countdown.php:504, ../includes/Elements/Creative_Button.php:250, ../includes/Elements/Cta_Box.php:135, ../includes/Elements/Cta_Box.php:282, ../includes/Elements/Dual_Color_Header.php:94, ../includes/Elements/Dual_Color_Header.php:104, ../includes/Elements/Facebook_Feed.php:296, ../includes/Elements/Facebook_Feed.php:308, ../includes/Elements/Facebook_Feed.php:323, ../includes/Elements/Facebook_Feed.php:338, ../includes/Elements/Facebook_Feed.php:353, ../includes/Elements/Facebook_Feed.php:419, ../includes/Elements/Filterable_Gallery.php:273, ../includes/Elements/FluentForm.php:167, ../includes/Elements/FluentForm.php:179, ../includes/Elements/FluentForm.php:205, ../includes/Elements/FluentForm.php:1707, ../includes/Elements/FluentForm.php:1775, ../includes/Elements/Formstack.php:236, ../includes/Elements/Formstack.php:248, ../includes/Elements/Formstack.php:274, ../includes/Elements/Formstack.php:287, ../includes/Elements/Formstack.php:1623, ../includes/Elements/GravityForms.php:162, ../includes/Elements/GravityForms.php:177, ../includes/Elements/GravityForms.php:223, ../includes/Elements/GravityForms.php:235, ../includes/Elements/GravityForms.php:273, ../includes/Elements/GravityForms.php:293, ../includes/Elements/Info_Box.php:291, ../includes/Elements/Login_Register.php:329, ../includes/Elements/Login_Register.php:529, ../includes/Elements/Login_Register.php:620, ../includes/Elements/NinjaForms.php:127, ../includes/Elements/NinjaForms.php:174, ../includes/Elements/NinjaForms.php:187, ../includes/Elements/NinjaForms.php:213, ../includes/Elements/NinjaForms.php:233, ../includes/Elements/Post_Timeline.php:89, ../includes/Elements/Pricing_Table.php:516, ../includes/Elements/Pricing_Table.php:1631, ../includes/Elements/Product_Grid.php:465, ../includes/Elements/Product_Grid.php:567, ../includes/Elements/Product_Grid.php:1392, ../includes/Elements/Product_Grid.php:1982, ../includes/Elements/Sticky_Video.php:363, ../includes/Elements/Twitter_Feed.php:369, ../includes/Elements/WpForms.php:120, ../includes/Elements/WpForms.php:135, ../includes/Elements/WpForms.php:181, ../includes/Elements/WpForms.php:194, ../includes/Elements/WpForms.php:217, ../includes/Traits/Controls.php:563, ../includes/Traits/Controls.php:625, ../includes/Traits/Controls.php:655, ../includes/Traits/Controls.php:763, ../includes/Traits/Controls.php:811, ../includes/Traits/Controls.php:879, ../includes/Traits/Controls.php:914, ../includes/Traits/Controls.php:945, ../includes/Traits/Controls.php:996, ../includes/Traits/Controls.php:1024, ../includes/Traits/Controls.php:1040, ../includes/Traits/Controls.php:1055
1019
  msgid "Hide"
1020
  msgstr ""
1021
 
@@ -1023,7 +1031,7 @@ msgstr ""
1023
  msgid "Show Title"
1024
  msgstr ""
1025
 
1026
- #: ../includes/Elements/Betterdocs_Category_Box.php:180, ../includes/Elements/Betterdocs_Category_Grid.php:218, ../includes/Elements/Cta_Box.php:194, ../includes/Elements/Image_Accordion.php:150
1027
  msgid "Select Tag"
1028
  msgstr ""
1029
 
@@ -1067,11 +1075,11 @@ msgstr ""
1067
  msgid "Size"
1068
  msgstr ""
1069
 
1070
- #: ../includes/Elements/Betterdocs_Category_Box.php:527, ../includes/Elements/Betterdocs_Category_Box.php:695, ../includes/Elements/Betterdocs_Category_Box.php:942, ../includes/Elements/Betterdocs_Category_Grid.php:1115, ../includes/Elements/Betterdocs_Category_Grid.php:1193, ../includes/Elements/Caldera_Forms.php:753, ../includes/Elements/Caldera_Forms.php:870, ../includes/Elements/Contact_Form_7.php:575, ../includes/Elements/Contact_Form_7.php:860, ../includes/Elements/Contact_Form_7.php:1430, ../includes/Elements/Feature_List.php:654, ../includes/Elements/Filterable_Gallery.php:2406, ../includes/Elements/FluentForm.php:772, ../includes/Elements/FluentForm.php:1748, ../includes/Elements/Formstack.php:605, ../includes/Elements/Formstack.php:1001, ../includes/Elements/GravityForms.php:684, ../includes/Elements/GravityForms.php:956, ../includes/Elements/Login_Register.php:2402, ../includes/Elements/Login_Register.php:2604, ../includes/Elements/Login_Register.php:3077, ../includes/Elements/Login_Register.php:3376, ../includes/Elements/NinjaForms.php:797, ../includes/Elements/NinjaForms.php:914, ../includes/Elements/NinjaForms.php:1579, ../includes/Elements/Post_Grid.php:870, ../includes/Elements/Woo_Checkout.php:1984, ../includes/Elements/WpForms.php:765, ../includes/Elements/WpForms.php:871
1071
  msgid "Spacing"
1072
  msgstr ""
1073
 
1074
- #: ../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:1145, ../includes/Elements/Caldera_Forms.php:118, ../includes/Elements/Caldera_Forms.php:258, ../includes/Elements/Contact_Form_7.php:160, ../includes/Elements/Contact_Form_7.php:465, ../includes/Elements/Cta_Box.php:183, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:691, ../includes/Elements/Event_Calendar.php:1350, ../includes/Elements/Feature_List.php:180, ../includes/Elements/Feature_List.php:182, ../includes/Elements/Feature_List.php:733, ../includes/Elements/Flip_Box.php:649, ../includes/Elements/FluentForm.php:132, ../includes/Elements/FluentForm.php:265, ../includes/Elements/Formstack.php:201, ../includes/Elements/Formstack.php:472, ../includes/Elements/GravityForms.php:158, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:506, ../includes/Elements/Image_Accordion.php:195, ../includes/Elements/Image_Accordion.php:284, ../includes/Elements/Image_Accordion.php:514, ../includes/Elements/Login_Register.php:2213, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:138, ../includes/Elements/Pricing_Table.php:135, ../includes/Elements/Product_Grid.php:2264, ../includes/Elements/Progress_Bar.php:120, ../includes/Elements/Progress_Bar.php:679, ../includes/Elements/Woo_Checkout.php:322, ../includes/Elements/Woo_Checkout.php:432, ../includes/Elements/Woo_Checkout.php:526, ../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:39, ../includes/Traits/Woo_Product_Comparable.php:75, ../includes/Traits/Woo_Product_Comparable.php:1070, ../includes/Traits/Woo_Product_Comparable.php:1188
1075
  msgid "Title"
1076
  msgstr ""
1077
 
@@ -1083,7 +1091,7 @@ msgstr ""
1083
  msgid "Count"
1084
  msgstr ""
1085
 
1086
- #: ../includes/Elements/Betterdocs_Category_Box.php:87, ../includes/Elements/Betterdocs_Category_Grid.php:90, ../includes/Elements/Betterdocs_Search_Form.php:84, ../includes/Elements/Caldera_Forms.php:67, ../includes/Elements/Career_Page.php:49, ../includes/Elements/Contact_Form_7.php:109, ../includes/Elements/EmbedPress.php:54, ../includes/Elements/FluentForm.php:79, ../includes/Elements/Formstack.php:75, ../includes/Elements/Formstack.php:96, ../includes/Elements/Formstack.php:117, ../includes/Elements/GravityForms.php:107, ../includes/Elements/NinjaForms.php:72, ../includes/Elements/TypeForm.php:99, ../includes/Elements/WeForms.php:70, ../includes/Elements/Woocommerce_Review.php:52, ../includes/Elements/Woo_Checkout.php:83, ../includes/Elements/WpForms.php:69, ../includes/Traits/Woo_Product_Comparable.php:119
1087
  msgid "Warning!"
1088
  msgstr ""
1089
 
@@ -1095,7 +1103,7 @@ msgstr ""
1095
  msgid "File Not Found"
1096
  msgstr ""
1097
 
1098
- #: ../includes/Elements/Betterdocs_Category_Box.php:1181, ../includes/Elements/Betterdocs_Category_Box.php:1146, ../includes/Elements/Betterdocs_Category_Grid.php:1678, ../includes/Elements/Betterdocs_Category_Grid.php:1645, ../includes/Elements/Post_Grid.php:1041, ../includes/Elements/Post_Timeline.php:460, ../includes/Elements/Product_Grid.php:2966
1099
  msgid "<p class=\"no-posts-found\">No posts found!</p>"
1100
  msgstr ""
1101
 
@@ -1131,7 +1139,7 @@ msgstr ""
1131
  msgid "Show Button"
1132
  msgstr ""
1133
 
1134
- #: ../includes/Elements/Betterdocs_Category_Grid.php:282, ../includes/Elements/Creative_Button.php:77, ../includes/Elements/Cta_Box.php:256, ../includes/Elements/Filterable_Gallery.php:686, ../includes/Elements/Flip_Box.php:680, ../includes/Elements/Info_Box.php:402, ../includes/Elements/Login_Register.php:635, ../includes/Elements/Login_Register.php:1110, ../includes/Elements/Pricing_Table.php:578, ../includes/Elements/Woo_Checkout.php:369, ../includes/Traits/Controls.php:926
1135
  msgid "Button Text"
1136
  msgstr ""
1137
 
@@ -1183,15 +1191,15 @@ msgstr ""
1183
  msgid "Area Spacing"
1184
  msgstr ""
1185
 
1186
- #: ../includes/Elements/Betterdocs_Category_Grid.php:1331, ../includes/Elements/Creative_Button.php:144, ../includes/Elements/Filterable_Gallery.php:749, ../includes/Elements/Flip_Box.php:712, ../includes/Elements/Info_Box.php:456, ../includes/Elements/Pricing_Table.php:544
1187
  msgid "Before"
1188
  msgstr ""
1189
 
1190
- #: ../includes/Elements/Betterdocs_Category_Grid.php:1332, ../includes/Elements/Creative_Button.php:145, ../includes/Elements/Filterable_Gallery.php:748, ../includes/Elements/Flip_Box.php:711, ../includes/Elements/Info_Box.php:457, ../includes/Elements/Pricing_Table.php:545
1191
  msgid "After"
1192
  msgstr ""
1193
 
1194
- #: ../includes/Elements/Betterdocs_Category_Grid.php:1533, ../includes/Elements/Creative_Button.php:412, ../includes/Elements/Pricing_Table.php:840, ../includes/Elements/WeForms.php:626, ../includes/Traits/Controls.php:1479
1195
  msgid "Button Alignment"
1196
  msgstr ""
1197
 
@@ -1227,7 +1235,7 @@ msgstr ""
1227
  msgid "Close Icon"
1228
  msgstr ""
1229
 
1230
- #: ../includes/Elements/Betterdocs_Search_Form.php:286, ../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:1363, ../includes/Elements/Content_Ticker.php:720, ../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:392, ../includes/Elements/Cta_Box.php:809, ../includes/Elements/Cta_Box.php:978, ../includes/Elements/Event_Calendar.php:639, ../includes/Elements/Facebook_Feed.php:717, ../includes/Elements/Filterable_Gallery.php:2706, ../includes/Elements/FluentForm.php:986, ../includes/Elements/FluentForm.php:1654, ../includes/Elements/Formstack.php:1570, ../includes/Elements/GravityForms.php:1057, ../includes/Elements/GravityForms.php:1290, ../includes/Elements/GravityForms.php:1486, ../includes/Elements/GravityForms.php:1915, ../includes/Elements/GravityForms.php:2137, ../includes/Elements/NinjaForms.php:1067, ../includes/Elements/NinjaForms.php:1483, ../includes/Elements/Pricing_Table.php:2000, ../includes/Elements/Product_Grid.php:683, ../includes/Elements/Product_Grid.php:823, ../includes/Elements/Product_Grid.php:1517, ../includes/Elements/Product_Grid.php:1761, ../includes/Elements/Product_Grid.php:1941, ../includes/Elements/Product_Grid.php:2150, ../includes/Elements/Product_Grid.php:2194, ../includes/Elements/Product_Grid.php:2388, ../includes/Elements/Product_Grid.php:2482, ../includes/Elements/Product_Grid.php:2594, ../includes/Elements/Sticky_Video.php:579, ../includes/Elements/Twitter_Feed.php:618, ../includes/Elements/WeForms.php:464, ../includes/Elements/WeForms.php:764, ../includes/Elements/Woo_Checkout.php:773, ../includes/Elements/Woo_Checkout.php:980, ../includes/Elements/Woo_Checkout.php:1375, ../includes/Elements/Woo_Checkout.php:1571, ../includes/Elements/Woo_Checkout.php:1673, ../includes/Elements/Woo_Checkout.php:1790, ../includes/Elements/Woo_Checkout.php:1834, ../includes/Elements/Woo_Checkout.php:1878, ../includes/Elements/Woo_Checkout.php:2067, ../includes/Elements/Woo_Checkout.php:2083, ../includes/Elements/Woo_Checkout.php:2345, ../includes/Elements/Woo_Checkout.php:2457, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1455, ../includes/Traits/Woo_Product_Comparable.php:1710
1231
  msgid "Border Color"
1232
  msgstr ""
1233
 
@@ -1295,7 +1303,7 @@ msgstr ""
1295
  msgid "Form Alignment"
1296
  msgstr ""
1297
 
1298
- #: ../includes/Elements/Caldera_Forms.php:411, ../includes/Elements/Contact_Form_7.php:327, ../includes/Elements/Contact_Form_7.php:828, ../includes/Elements/Creative_Button.php:224, ../includes/Elements/Cta_Box.php:641, ../includes/Elements/Cta_Box.php:858, ../includes/Elements/Dual_Color_Header.php:79, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/FluentForm.php:430, ../includes/Elements/Formstack.php:330, ../includes/Elements/GravityForms.php:343, ../includes/Elements/Login_Register.php:430, ../includes/Elements/Login_Register.php:527, ../includes/Elements/Login_Register.php:1039, ../includes/Elements/Login_Register.php:1395, ../includes/Elements/Login_Register.php:1521, ../includes/Elements/Login_Register.php:1778, ../includes/Elements/Login_Register.php:1922, ../includes/Elements/Login_Register.php:2072, ../includes/Elements/Login_Register.php:2215, ../includes/Elements/Login_Register.php:2306, ../includes/Elements/Login_Register.php:2404, ../includes/Elements/Login_Register.php:2606, ../includes/Elements/Login_Register.php:2651, ../includes/Elements/Login_Register.php:2683, ../includes/Elements/Login_Register.php:2917, ../includes/Elements/Login_Register.php:3079, ../includes/Elements/Login_Register.php:3378, ../includes/Elements/NinjaForms.php:278, ../includes/Elements/Post_Grid.php:233, ../includes/Elements/Pricing_Table.php:85, ../includes/Elements/Pricing_Table.php:467, ../includes/Elements/Product_Grid.php:230, ../includes/Elements/Team_Member.php:375, ../includes/Elements/Testimonial.php:252, ../includes/Elements/Testimonial.php:309, ../includes/Elements/TypeForm.php:196, ../includes/Elements/WeForms.php:161, ../includes/Elements/WeForms.php:631, ../includes/Elements/Woo_Checkout.php:119, ../includes/Elements/WpForms.php:267, ../includes/Traits/Controls.php:551, ../includes/Traits/Controls.php:1525, ../includes/Traits/Login_Registration.php:571, ../includes/Traits/Woo_Product_Comparable.php:406, ../includes/Traits/Woo_Product_Comparable.php:520, ../includes/Traits/Woo_Product_Comparable.php:611, ../includes/Traits/Woo_Product_Comparable.php:680, ../includes/Template/Betterdocs-Category-Box/Layout_Default.php:4, ../includes/Template/Betterdocs-Category-Grid/Layout_Default.php:4, ../includes/Template/Content-Ticker/default.php:3, ../includes/Template/Eicon-Woocommerce/default.php:4, ../includes/Template/Post-Grid/default.php:4, ../includes/Template/Post-Timeline/default.php:3
1299
  msgid "Default"
1300
  msgstr ""
1301
 
@@ -1323,7 +1331,7 @@ msgstr ""
1323
  msgid "Input Width"
1324
  msgstr ""
1325
 
1326
- #: ../includes/Elements/Caldera_Forms.php:684, ../includes/Elements/Contact_Form_7.php:653, ../includes/Elements/FluentForm.php:703, ../includes/Elements/Formstack.php:932, ../includes/Elements/GravityForms.php:777, ../includes/Elements/NinjaForms.php:727, ../includes/Elements/Woo_Checkout.php:2032, ../includes/Elements/WpForms.php:695
1327
  msgid "Input Height"
1328
  msgstr ""
1329
 
@@ -1435,7 +1443,7 @@ msgstr ""
1435
  msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
1436
  msgstr ""
1437
 
1438
- #: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1636, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:741, ../includes/Elements/Dual_Color_Header.php:821, ../includes/Elements/Event_Calendar.php:627, ../includes/Elements/Event_Calendar.php:759, ../includes/Elements/Event_Calendar.php:826, ../includes/Elements/Event_Calendar.php:880, ../includes/Elements/Event_Calendar.php:992, ../includes/Elements/Event_Calendar.php:1084, ../includes/Elements/Event_Calendar.php:1182, ../includes/Elements/Event_Calendar.php:1548, ../includes/Elements/Event_Calendar.php:1657, ../includes/Elements/Facebook_Feed.php:477, ../includes/Elements/Facebook_Feed.php:490, ../includes/Elements/Facebook_Feed.php:565, ../includes/Elements/Facebook_Feed.php:578, ../includes/Elements/Facebook_Feed.php:663, ../includes/Elements/Facebook_Feed.php:676, ../includes/Elements/Facebook_Feed.php:747, ../includes/Elements/Facebook_Feed.php:785, ../includes/Elements/Facebook_Feed.php:825, ../includes/Elements/Fancy_Text.php:438, ../includes/Elements/Filterable_Gallery.php:2050, ../includes/Elements/Filterable_Gallery.php:2269, ../includes/Elements/Flip_Box.php:1371, ../includes/Elements/Flip_Box.php:1429, ../includes/Elements/FluentForm.php:1853, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:1943, ../includes/Elements/FluentForm.php:2006, ../includes/Elements/Formstack.php:638, ../includes/Elements/Formstack.php:1713, ../includes/Elements/Formstack.php:1738, ../includes/Elements/Formstack.php:1802, ../includes/Elements/Formstack.php:1867, ../includes/Elements/Formstack.php:1922, ../includes/Elements/Formstack.php:2005, ../includes/Elements/Post_Grid.php:351, ../includes/Elements/Pricing_Table.php:1919, ../includes/Elements/Pricing_Table.php:1988, ../includes/Elements/Product_Grid.php:1419, ../includes/Elements/Product_Grid.php:1433, ../includes/Elements/Product_Grid.php:1487, ../includes/Elements/Product_Grid.php:1500, ../includes/Elements/Product_Grid.php:2734, ../includes/Elements/Product_Grid.php:2791, ../includes/Elements/Progress_Bar.php:343, ../includes/Elements/Team_Member.php:745, ../includes/Elements/Team_Member.php:822, ../includes/Elements/Twitter_Feed.php:378, ../includes/Elements/Twitter_Feed.php:630, ../includes/Elements/Woo_Checkout.php:1768, ../includes/Elements/Woo_Checkout.php:1812, ../includes/Elements/Woo_Checkout.php:1856, ../includes/Traits/Controls.php:1197, ../includes/Traits/Controls.php:1251, ../includes/Traits/Woo_Product_Comparable.php:1370, ../includes/Traits/Woo_Product_Comparable.php:1649, ../includes/Traits/Woo_Product_Comparable.php:1698
1439
  msgid "Background"
1440
  msgstr ""
1441
 
@@ -1475,7 +1483,7 @@ msgstr ""
1475
  msgid "Alert"
1476
  msgstr ""
1477
 
1478
- #: ../includes/Elements/Contact_Form_7.php:1454, ../includes/Elements/Login_Register.php:1055, ../includes/Elements/Woo_Checkout.php:2024
1479
  msgid "Fields"
1480
  msgstr ""
1481
 
@@ -1583,7 +1591,7 @@ msgstr ""
1583
  msgid "Arrows"
1584
  msgstr ""
1585
 
1586
- #: ../includes/Elements/Content_Ticker.php:329, ../includes/Elements/Image_Accordion.php:80
1587
  msgid "Direction"
1588
  msgstr ""
1589
 
@@ -1755,7 +1763,7 @@ msgstr ""
1755
  msgid "Choose whether if you want to set a message or a redirect link"
1756
  msgstr ""
1757
 
1758
- #: ../includes/Elements/Countdown.php:403, ../includes/Elements/Woo_Checkout.php:444, ../includes/Elements/Woo_Checkout.php:1849
1759
  msgid "Message"
1760
  msgstr ""
1761
 
@@ -1803,7 +1811,7 @@ msgstr ""
1803
  msgid "Space Below Container"
1804
  msgstr ""
1805
 
1806
- #: ../includes/Elements/Countdown.php:648, ../includes/Elements/Dual_Color_Header.php:436, ../includes/Elements/Facebook_Feed.php:853, ../includes/Elements/Flip_Box.php:1160, ../includes/Elements/Image_Accordion.php:506, ../includes/Elements/Info_Box.php:1329, ../includes/Elements/Product_Grid.php:1064, ../includes/Elements/Team_Member.php:536, ../includes/Elements/Twitter_Feed.php:655
1807
  msgid "Color &amp; Typography"
1808
  msgstr ""
1809
 
@@ -1835,115 +1843,115 @@ msgstr ""
1835
  msgid "Title Style"
1836
  msgstr ""
1837
 
1838
- #: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:1367, ../includes/Elements/FluentForm.php:1807, ../includes/Elements/Formstack.php:1633, ../includes/Elements/Info_Box.php:1453, ../includes/Elements/Post_Grid.php:573, ../includes/Elements/Post_Timeline.php:309, ../includes/Elements/Product_Grid.php:2281, ../includes/Elements/Product_Grid.php:2631, ../includes/Elements/Progress_Bar.php:688, ../includes/Elements/Twitter_Feed.php:567, ../includes/Elements/Woo_Checkout.php:2164, ../includes/Traits/Woo_Product_Comparable.php:1005, ../includes/Traits/Woo_Product_Comparable.php:1236
1839
  msgid "Title Color"
1840
  msgstr ""
1841
 
1842
- #: ../includes/Elements/Creative_Button.php:70
1843
  msgid "Button Content"
1844
  msgstr ""
1845
 
1846
- #: ../includes/Elements/Creative_Button.php:84, ../includes/Elements/Info_Box.php:410
1847
  msgid "Enter button text"
1848
  msgstr ""
1849
 
1850
- #: ../includes/Elements/Creative_Button.php:85, ../includes/Elements/Info_Box.php:411
1851
  msgid "Enter button text here"
1852
  msgstr ""
1853
 
1854
- #: ../includes/Elements/Creative_Button.php:92
1855
  msgid "Button Secondary Text"
1856
  msgstr ""
1857
 
1858
- #: ../includes/Elements/Creative_Button.php:99
1859
  msgid "Enter button secondary text"
1860
  msgstr ""
1861
 
1862
- #: ../includes/Elements/Creative_Button.php:100
1863
  msgid "Enter button secondary text here"
1864
  msgstr ""
1865
 
1866
- #: ../includes/Elements/Creative_Button.php:107, ../includes/Elements/Info_Box.php:421
1867
  msgid "Link URL"
1868
  msgstr ""
1869
 
1870
- #: ../includes/Elements/Creative_Button.php:157, ../includes/Elements/Filterable_Gallery.php:2580, ../includes/Elements/Info_Box.php:469, ../includes/Elements/Pricing_Table.php:557
1871
  msgid "Icon Spacing"
1872
  msgstr ""
1873
 
1874
- #: ../includes/Elements/Creative_Button.php:212
1875
  msgid "Button Effects &amp; Styles"
1876
  msgstr ""
1877
 
1878
- #: ../includes/Elements/Creative_Button.php:220
1879
  msgid "Set Button Effect"
1880
  msgstr ""
1881
 
1882
- #: ../includes/Elements/Creative_Button.php:225
1883
  msgid "Winona"
1884
  msgstr ""
1885
 
1886
- #: ../includes/Elements/Creative_Button.php:226
1887
  msgid "Ujarak"
1888
  msgstr ""
1889
 
1890
- #: ../includes/Elements/Creative_Button.php:227
1891
  msgid "Wayra"
1892
  msgstr ""
1893
 
1894
- #: ../includes/Elements/Creative_Button.php:228
1895
  msgid "Tamaya"
1896
  msgstr ""
1897
 
1898
- #: ../includes/Elements/Creative_Button.php:229
1899
  msgid "Rayen"
1900
  msgstr ""
1901
 
1902
- #: ../includes/Elements/Creative_Button.php:230
1903
  msgid "Pipaluk (Pro)"
1904
  msgstr ""
1905
 
1906
- #: ../includes/Elements/Creative_Button.php:231
1907
  msgid "Moema (Pro)"
1908
  msgstr ""
1909
 
1910
- #: ../includes/Elements/Creative_Button.php:232
1911
  msgid "Wave (Pro)"
1912
  msgstr ""
1913
 
1914
- #: ../includes/Elements/Creative_Button.php:233
1915
  msgid "Aylen (Pro)"
1916
  msgstr ""
1917
 
1918
- #: ../includes/Elements/Creative_Button.php:234
1919
  msgid "Saqui (Pro)"
1920
  msgstr ""
1921
 
1922
- #: ../includes/Elements/Creative_Button.php:235
1923
  msgid "Wapasha (Pro)"
1924
  msgstr ""
1925
 
1926
- #: ../includes/Elements/Creative_Button.php:236
1927
  msgid "Nuka (Pro)"
1928
  msgstr ""
1929
 
1930
- #: ../includes/Elements/Creative_Button.php:237
1931
  msgid "Antiman (Pro)"
1932
  msgstr ""
1933
 
1934
- #: ../includes/Elements/Creative_Button.php:238
1935
  msgid "Quidel (Pro)"
1936
  msgstr ""
1937
 
1938
- #: ../includes/Elements/Creative_Button.php:239
1939
  msgid "Shikoba (Pro)"
1940
  msgstr ""
1941
 
1942
- #: ../includes/Elements/Creative_Button.php:247, ../includes/Elements/Cta_Box.php:682, ../includes/Elements/Product_Grid.php:1389, ../includes/Elements/Team_Member.php:702
1943
  msgid "Use Gradient Background"
1944
  msgstr ""
1945
 
1946
- #: ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Info_Box.php:1198
1947
  msgid "Button Padding"
1948
  msgstr ""
1949
 
@@ -1967,7 +1975,7 @@ msgstr ""
1967
  msgid "Color Style"
1968
  msgstr ""
1969
 
1970
- #: ../includes/Elements/Cta_Box.php:123, ../includes/Elements/Cta_Box.php:325, ../includes/Elements/Image_Accordion.php:183, ../includes/Elements/Image_Accordion.php:275
1971
  msgid "Background Image"
1972
  msgstr ""
1973
 
@@ -2339,7 +2347,7 @@ msgstr ""
2339
  msgid "The Events Calendar"
2340
  msgstr ""
2341
 
2342
- #: ../includes/Elements/Event_Calendar.php:124, ../includes/Elements/Progress_Bar.php:109, ../includes/Elements/Woo_Checkout.php:128
2343
  msgid "Only Available in Pro Version!"
2344
  msgstr ""
2345
 
@@ -2563,7 +2571,7 @@ msgstr ""
2563
  msgid "Event Details"
2564
  msgstr ""
2565
 
2566
- #: ../includes/Elements/Event_Calendar.php:1901
2567
  msgid "No Title"
2568
  msgstr ""
2569
 
@@ -2699,7 +2707,7 @@ msgstr ""
2699
  msgid "Show Load More"
2700
  msgstr ""
2701
 
2702
- #: ../includes/Elements/Facebook_Feed.php:392, ../includes/Elements/FluentForm.php:1098, ../includes/Elements/FluentForm.php:1696, ../includes/Elements/Formstack.php:650, ../includes/Elements/Login_Register.php:993, ../includes/Elements/Woo_Checkout.php:1959, ../includes/Elements/Woo_Checkout.php:2215, ../includes/Traits/Woo_Product_Comparable.php:235
2703
  msgid "Label"
2704
  msgstr ""
2705
 
@@ -2763,7 +2771,7 @@ msgstr ""
2763
  msgid "Likes & Comments"
2764
  msgstr ""
2765
 
2766
- #: ../includes/Elements/Facebook_Feed.php:1135, ../includes/Elements/Image_Accordion.php:418, ../includes/Elements/Post_Timeline.php:101, ../includes/Elements/Team_Member.php:343
2767
  msgid "Overlay Color"
2768
  msgstr ""
2769
 
@@ -2979,7 +2987,7 @@ msgstr ""
2979
  msgid "Framed"
2980
  msgstr ""
2981
 
2982
- #: ../includes/Elements/Feature_List.php:306, ../includes/Elements/Flip_Box.php:333, ../includes/Elements/Flip_Box.php:562, ../includes/Elements/Image_Accordion.php:130, ../includes/Elements/Info_Box.php:129, ../includes/Elements/Login_Register.php:710, ../includes/Elements/Pricing_Table.php:382, ../includes/Elements/Tooltip.php:283, ../includes/Elements/Twitter_Feed.php:341, ../includes/Extensions/Reading_Progress.php:115, ../includes/Traits/Controls.php:1649
2983
  msgid "Top"
2984
  msgstr ""
2985
 
@@ -3031,7 +3039,7 @@ msgstr ""
3031
  msgid "Title Bottom Space"
3032
  msgstr ""
3033
 
3034
- #: ../includes/Elements/Filterable_Gallery.php:90, ../includes/Elements/Flip_Box.php:76, ../includes/Elements/Pricing_Table.php:77, ../includes/Traits/Core.php:45, ../includes/templates/admin/elements.php:571, ../includes/templates/admin/elements.php:554, ../includes/templates/admin/elements.php:551, ../includes/templates/admin/extensions.php:85
3035
  msgid "Settings"
3036
  msgstr ""
3037
 
@@ -3347,7 +3355,7 @@ msgstr ""
3347
  msgid "Separator Size"
3348
  msgstr ""
3349
 
3350
- #: ../includes/Elements/Filterable_Gallery.php:2260, ../includes/Elements/Login_Register.php:1519, ../includes/Elements/Woo_Checkout.php:1563
3351
  msgid "Form"
3352
  msgstr ""
3353
 
@@ -3363,7 +3371,7 @@ msgstr ""
3363
  msgid "Dropdown"
3364
  msgstr ""
3365
 
3366
- #: ../includes/Elements/Filterable_Gallery.php:2449, ../includes/Elements/Product_Grid.php:1879, ../includes/Elements/Product_Grid.php:2056, ../includes/Elements/Woo_Checkout.php:700, ../includes/Elements/Woo_Checkout.php:1013, ../includes/Elements/Woo_Checkout.php:1122, ../includes/Elements/Woo_Checkout.php:2528
3367
  msgid "Top Spacing"
3368
  msgstr ""
3369
 
@@ -3435,7 +3443,7 @@ msgstr ""
3435
  msgid "Middle"
3436
  msgstr ""
3437
 
3438
- #: ../includes/Elements/Flip_Box.php:341, ../includes/Elements/Flip_Box.php:570, ../includes/Elements/Image_Accordion.php:138, ../includes/Elements/Info_Box.php:137, ../includes/Elements/Pricing_Table.php:390, ../includes/Elements/Tooltip.php:284, ../includes/Elements/Twitter_Feed.php:349, ../includes/Extensions/Reading_Progress.php:116, ../includes/Traits/Controls.php:1653
3439
  msgid "Bottom"
3440
  msgstr ""
3441
 
@@ -3619,7 +3627,7 @@ msgstr ""
3619
  msgid "Border Height"
3620
  msgstr ""
3621
 
3622
- #: ../includes/Elements/GravityForms.php:1091, ../includes/Elements/Pricing_Table.php:194, ../includes/Elements/Pricing_Table.php:201, ../includes/Elements/Product_Grid.php:124, ../includes/Elements/Product_Grid.php:2293, ../includes/Elements/Woo_Checkout.php:215, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:79
3623
  msgid "Price"
3624
  msgstr ""
3625
 
@@ -3675,67 +3683,71 @@ msgstr ""
3675
  msgid "Thank You Message"
3676
  msgstr ""
3677
 
3678
- #: ../includes/Elements/Image_Accordion.php:66
3679
  msgid "Accordion Style"
3680
  msgstr ""
3681
 
3682
- #: ../includes/Elements/Image_Accordion.php:71
3683
  msgid "On Hover"
3684
  msgstr ""
3685
 
3686
- #: ../includes/Elements/Image_Accordion.php:72
3687
  msgid "On Click"
3688
  msgstr ""
3689
 
3690
- #: ../includes/Elements/Image_Accordion.php:103, ../includes/Elements/Login_Register.php:2789, ../includes/Elements/Login_Register.php:2885
3691
  msgid "Horizontal Alignment"
3692
  msgstr ""
3693
 
3694
- #: ../includes/Elements/Image_Accordion.php:126, ../includes/Elements/Login_Register.php:2768, ../includes/Elements/Login_Register.php:2864
3695
  msgid "Vertical Alignment"
3696
  msgstr ""
3697
 
3698
- #: ../includes/Elements/Image_Accordion.php:172, ../includes/Elements/Image_Accordion.php:267
3699
  msgid "Make it active?"
3700
  msgstr ""
3701
 
3702
- #: ../includes/Elements/Image_Accordion.php:198
3703
  msgid "Accordion item title"
3704
  msgstr ""
3705
 
3706
- #: ../includes/Elements/Image_Accordion.php:209
3707
  msgid "Accordion content goes here!"
3708
  msgstr ""
3709
 
3710
- #: ../includes/Elements/Image_Accordion.php:217, ../includes/Elements/Image_Accordion.php:299
 
 
 
 
3711
  msgid "Title Link"
3712
  msgstr ""
3713
 
3714
- #: ../includes/Elements/Image_Accordion.php:236
3715
  msgid "Image Accordion #1"
3716
  msgstr ""
3717
 
3718
- #: ../includes/Elements/Image_Accordion.php:237, ../includes/Elements/Image_Accordion.php:244, ../includes/Elements/Image_Accordion.php:251, ../includes/Elements/Image_Accordion.php:258, ../includes/Elements/Image_Accordion.php:295
3719
  msgid "Image Accordion Content Goes Here! Click edit button to change this text."
3720
  msgstr ""
3721
 
3722
- #: ../includes/Elements/Image_Accordion.php:243
3723
  msgid "Image Accordion #2"
3724
  msgstr ""
3725
 
3726
- #: ../includes/Elements/Image_Accordion.php:250
3727
  msgid "Image Accordion #3"
3728
  msgstr ""
3729
 
3730
- #: ../includes/Elements/Image_Accordion.php:257
3731
  msgid "Image Accordion #4"
3732
  msgstr ""
3733
 
3734
- #: ../includes/Elements/Image_Accordion.php:430
3735
  msgid "Hover Overlay Color"
3736
  msgstr ""
3737
 
3738
- #: ../includes/Elements/Image_Accordion.php:449
3739
  msgid "Thumbnail"
3740
  msgstr ""
3741
 
@@ -3891,7 +3903,7 @@ msgstr ""
3891
  msgid "Default Form Type"
3892
  msgstr ""
3893
 
3894
- #: ../includes/Elements/Login_Register.php:246, ../includes/Elements/Login_Register.php:3362, ../includes/Elements/Login_Register.php:3956, ../includes/Elements/Woo_Checkout.php:387, ../includes/Elements/Woo_Checkout.php:1152, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:342, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:342
3895
  msgid "Login"
3896
  msgstr ""
3897
 
@@ -5018,7 +5030,7 @@ msgstr ""
5018
  msgid "Date Text Color"
5019
  msgstr ""
5020
 
5021
- #: ../includes/Elements/Post_Timeline.php:464, ../includes/Elements/Product_Grid.php:2969
5022
  msgid "<p class=\"no-posts-found\">No layout found!</p>"
5023
  msgstr ""
5024
 
@@ -5630,7 +5642,7 @@ msgstr ""
5630
  msgid "Sale"
5631
  msgstr ""
5632
 
5633
- #: ../includes/Elements/Product_Grid.php:2440, ../includes/Elements/Woo_Checkout.php:198
5634
  msgid "Quantity"
5635
  msgstr ""
5636
 
@@ -6162,7 +6174,7 @@ msgstr ""
6162
  msgid "Quotation Postion From Right"
6163
  msgstr ""
6164
 
6165
- #: ../includes/Elements/Tooltip.php:76, ../includes/Elements/Woo_Checkout.php:154, ../includes/Traits/Woo_Product_Comparable.php:1193
6166
  msgid "Text"
6167
  msgstr ""
6168
 
@@ -6446,231 +6458,231 @@ msgstr ""
6446
  msgid "<strong>ReviewX</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=reviewx&tab=search&type=term\" target=\"_blank\">ReviewX</a> first."
6447
  msgstr ""
6448
 
6449
- #: ../includes/Elements/Woo_Checkout.php:91, ../includes/Traits/Woo_Product_Comparable.php:123
6450
  msgid "<strong>WooCommerce</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=woocommerce&tab=search&type=term\" target=\"_blank\">WooCommerce</a> first."
6451
  msgstr ""
6452
 
6453
- #: ../includes/Elements/Woo_Checkout.php:147, ../includes/Elements/Woo_Checkout.php:609
6454
  msgid "Order Details"
6455
  msgstr ""
6456
 
6457
- #: ../includes/Elements/Woo_Checkout.php:156
6458
  msgid "Your Order"
6459
  msgstr ""
6460
 
6461
- #: ../includes/Elements/Woo_Checkout.php:167
6462
  msgid "Change Labels"
6463
  msgstr ""
6464
 
6465
- #: ../includes/Elements/Woo_Checkout.php:176
6466
  msgid "Product Text"
6467
  msgstr ""
6468
 
6469
- #: ../includes/Elements/Woo_Checkout.php:181
6470
  msgid "Product"
6471
  msgstr ""
6472
 
6473
- #: ../includes/Elements/Woo_Checkout.php:193
6474
  msgid "Quantity Text"
6475
  msgstr ""
6476
 
6477
- #: ../includes/Elements/Woo_Checkout.php:210
6478
  msgid "Price Text"
6479
  msgstr ""
6480
 
6481
- #: ../includes/Elements/Woo_Checkout.php:227
6482
  msgid "Subtotal Text"
6483
  msgstr ""
6484
 
6485
- #: ../includes/Elements/Woo_Checkout.php:229
6486
  msgid "Subtotal"
6487
  msgstr ""
6488
 
6489
- #: ../includes/Elements/Woo_Checkout.php:241
6490
  msgid "Shipping Text"
6491
  msgstr ""
6492
 
6493
- #: ../includes/Elements/Woo_Checkout.php:243
6494
  msgid "Shipping"
6495
  msgstr ""
6496
 
6497
- #: ../includes/Elements/Woo_Checkout.php:255
6498
  msgid "Total Text"
6499
  msgstr ""
6500
 
6501
- #: ../includes/Elements/Woo_Checkout.php:257, ../includes/Elements/Woo_Checkout.php:1033
6502
  msgid "Total"
6503
  msgstr ""
6504
 
6505
- #: ../includes/Elements/Woo_Checkout.php:271, ../includes/Elements/Woo_Checkout.php:1069
6506
  msgid "Shop Link"
6507
  msgstr ""
6508
 
6509
- #: ../includes/Elements/Woo_Checkout.php:280, ../includes/Elements/Woo_Checkout.php:333, ../includes/Elements/Woo_Checkout.php:456
6510
  msgid "Link Text"
6511
  msgstr ""
6512
 
6513
- #: ../includes/Elements/Woo_Checkout.php:285
6514
  msgid "Continue Shopping"
6515
  msgstr ""
6516
 
6517
- #: ../includes/Elements/Woo_Checkout.php:305, ../includes/Elements/Woo_Checkout.php:1438
6518
  msgid "Coupon"
6519
  msgstr ""
6520
 
6521
- #: ../includes/Elements/Woo_Checkout.php:324
6522
  msgid "Have a coupon?"
6523
  msgstr ""
6524
 
6525
- #: ../includes/Elements/Woo_Checkout.php:335
6526
  msgid "Click here to enter your code"
6527
  msgstr ""
6528
 
6529
- #: ../includes/Elements/Woo_Checkout.php:345
6530
  msgid "Form Content"
6531
  msgstr ""
6532
 
6533
- #: ../includes/Elements/Woo_Checkout.php:347
6534
  msgid "If you have a coupon code, please apply it below."
6535
  msgstr ""
6536
 
6537
- #: ../includes/Elements/Woo_Checkout.php:357
6538
  msgid "Placeholder Text"
6539
  msgstr ""
6540
 
6541
- #: ../includes/Elements/Woo_Checkout.php:359
6542
  msgid "Coupon code"
6543
  msgstr ""
6544
 
6545
- #: ../includes/Elements/Woo_Checkout.php:371
6546
  msgid "Apply Coupon"
6547
  msgstr ""
6548
 
6549
- #: ../includes/Elements/Woo_Checkout.php:434
6550
  msgid "Returning customer?"
6551
  msgstr ""
6552
 
6553
- #: ../includes/Elements/Woo_Checkout.php:446
6554
  msgid "If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing section."
6555
  msgstr ""
6556
 
6557
- #: ../includes/Elements/Woo_Checkout.php:458
6558
  msgid "Click here to login"
6559
  msgstr ""
6560
 
6561
- #: ../includes/Elements/Woo_Checkout.php:474, ../includes/Elements/Woo_Checkout.php:1952
6562
  msgid "Customer Details"
6563
  msgstr ""
6564
 
6565
- #: ../includes/Elements/Woo_Checkout.php:480
6566
  msgid "Billing Title"
6567
  msgstr ""
6568
 
6569
- #: ../includes/Elements/Woo_Checkout.php:482
6570
  msgid "Billing Details"
6571
  msgstr ""
6572
 
6573
- #: ../includes/Elements/Woo_Checkout.php:491
6574
  msgid "Shipping Title"
6575
  msgstr ""
6576
 
6577
- #: ../includes/Elements/Woo_Checkout.php:493
6578
  msgid "Ship to a different address?"
6579
  msgstr ""
6580
 
6581
- #: ../includes/Elements/Woo_Checkout.php:502
6582
  msgid "Additional Info Title"
6583
  msgstr ""
6584
 
6585
- #: ../includes/Elements/Woo_Checkout.php:504
6586
  msgid "Additional Information"
6587
  msgstr ""
6588
 
6589
- #: ../includes/Elements/Woo_Checkout.php:520, ../includes/Elements/Woo_Checkout.php:2146
6590
  msgid "Payment"
6591
  msgstr ""
6592
 
6593
- #: ../includes/Elements/Woo_Checkout.php:528
6594
  msgid "Payment Methods"
6595
  msgstr ""
6596
 
6597
- #: ../includes/Elements/Woo_Checkout.php:537
6598
  msgid "Button text"
6599
  msgstr ""
6600
 
6601
- #: ../includes/Elements/Woo_Checkout.php:539
6602
  msgid "Place Order"
6603
  msgstr ""
6604
 
6605
- #: ../includes/Elements/Woo_Checkout.php:557
6606
  msgid "Section Title"
6607
  msgstr ""
6608
 
6609
- #: ../includes/Elements/Woo_Checkout.php:582
6610
  msgid "Bottom Gap"
6611
  msgstr ""
6612
 
6613
- #: ../includes/Elements/Woo_Checkout.php:665
6614
  msgid "Table Head"
6615
  msgstr ""
6616
 
6617
- #: ../includes/Elements/Woo_Checkout.php:686
6618
  msgid "Header Color"
6619
  msgstr ""
6620
 
6621
- #: ../includes/Elements/Woo_Checkout.php:723
6622
  msgid "Table Body"
6623
  msgstr ""
6624
 
6625
- #: ../includes/Elements/Woo_Checkout.php:817
6626
  msgid "Row Gap"
6627
  msgstr ""
6628
 
6629
- #: ../includes/Elements/Woo_Checkout.php:838
6630
  msgid "Table Footer"
6631
  msgstr ""
6632
 
6633
- #: ../includes/Elements/Woo_Checkout.php:1197, ../includes/Elements/Woo_Checkout.php:1483
6634
  msgid "Links Color"
6635
  msgstr ""
6636
 
6637
- #: ../includes/Elements/Woo_Checkout.php:1208, ../includes/Elements/Woo_Checkout.php:1494
6638
  msgid "Links Hover Color"
6639
  msgstr ""
6640
 
6641
- #: ../includes/Elements/Woo_Checkout.php:1258
6642
  msgid "Form Label"
6643
  msgstr ""
6644
 
6645
- #: ../includes/Elements/Woo_Checkout.php:1737
6646
  msgid "Notices"
6647
  msgstr ""
6648
 
6649
- #: ../includes/Elements/Woo_Checkout.php:1762
6650
  msgid "Info"
6651
  msgstr ""
6652
 
6653
- #: ../includes/Elements/Woo_Checkout.php:1805
6654
  msgid "Error"
6655
  msgstr ""
6656
 
6657
- #: ../includes/Elements/Woo_Checkout.php:2004
6658
  msgid "Required (*)"
6659
  msgstr ""
6660
 
6661
- #: ../includes/Elements/Woo_Checkout.php:2119
6662
  msgid "Bottom Spacing (PX)"
6663
  msgstr ""
6664
 
6665
- #: ../includes/Elements/Woo_Checkout.php:2253
6666
  msgid "Selected"
6667
  msgstr ""
6668
 
6669
- #: ../includes/Elements/Woo_Checkout.php:2275
6670
  msgid "Methods Info"
6671
  msgstr ""
6672
 
6673
- #: ../includes/Elements/Woo_Checkout.php:2308
6674
  msgid "Privacy Policy"
6675
  msgstr ""
6676
 
@@ -6982,7 +6994,7 @@ msgstr ""
6982
  msgid "Essential Addons Settings"
6983
  msgstr ""
6984
 
6985
- #: ../includes/Traits/Admin.php:104, ../includes/templates/admin/elements.php:603, ../includes/templates/admin/extensions.php:106
6986
  msgid "Save settings"
6987
  msgstr ""
6988
 
@@ -7338,7 +7350,7 @@ msgstr ""
7338
  msgid "Image Scroller"
7339
  msgstr ""
7340
 
7341
- #: ../includes/Traits/Elements.php:184, ../includes/templates/admin/elements.php:439
7342
  msgid "Instagram Feed"
7343
  msgstr ""
7344
 
@@ -7350,7 +7362,7 @@ msgstr ""
7350
  msgid "Interactive Promo"
7351
  msgstr ""
7352
 
7353
- #: ../includes/Traits/Elements.php:202, ../includes/templates/admin/elements.php:457
7354
  msgid "LearnDash Course List"
7355
  msgstr ""
7356
 
@@ -7406,11 +7418,11 @@ msgstr ""
7406
  msgid "Testimonial Slider"
7407
  msgstr ""
7408
 
7409
- #: ../includes/Traits/Elements.php:292, ../includes/templates/admin/elements.php:432
7410
  msgid "Twitter Feed Carousel"
7411
  msgstr ""
7412
 
7413
- #: ../includes/Traits/Elements.php:298, ../includes/templates/admin/elements.php:498
7414
  msgid "Woo Product Collections"
7415
  msgstr ""
7416
 
@@ -8170,15 +8182,15 @@ msgstr ""
8170
  msgid "Price menu"
8171
  msgstr ""
8172
 
8173
- #: ../includes/templates/admin/elements.php:422
8174
  msgid "Social Feed Elemens"
8175
  msgstr ""
8176
 
8177
- #: ../includes/templates/admin/elements.php:453
8178
  msgid "LearnDash Elements"
8179
  msgstr ""
8180
 
8181
- #: ../includes/templates/admin/elements.php:548, ../includes/templates/admin/extensions.php:83
8182
  msgid "Pro"
8183
  msgstr ""
8184
 
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
 
16
+ #: ../includes/Classes/Helper.php:169, ../includes/Elements/Adv_Accordion.php:293, ../includes/Elements/Adv_Tabs.php:261, ../includes/Elements/Contact_Form_7.php:270, ../includes/Elements/Content_Ticker.php:349, ../includes/Elements/Countdown.php:467, ../includes/Elements/Creative_Button.php:186, ../includes/Elements/Cta_Box.php:346, ../includes/Elements/Data_Table.php:450, ../includes/Elements/Dual_Color_Header.php:212, ../includes/Elements/Fancy_Text.php:267, ../includes/Elements/Filterable_Gallery.php:792, ../includes/Elements/Flip_Box.php:726, ../includes/Elements/Info_Box.php:492, ../includes/Elements/Pricing_Table.php:702, ../includes/Elements/Progress_Bar.php:269, ../includes/Elements/Team_Member.php:236, ../includes/Elements/Testimonial.php:213, ../includes/Elements/Tooltip.php:503, ../includes/Elements/Twitter_Feed.php:284, ../includes/Elements/WeForms.php:110
17
  msgid "Go Premium for More Features"
18
  msgstr ""
19
 
20
+ #: ../includes/Classes/Helper.php:176, ../includes/Elements/Adv_Accordion.php:300, ../includes/Elements/Adv_Tabs.php:268, ../includes/Elements/Contact_Form_7.php:277, ../includes/Elements/Content_Ticker.php:356, ../includes/Elements/Countdown.php:474, ../includes/Elements/Creative_Button.php:193, ../includes/Elements/Cta_Box.php:353, ../includes/Elements/Data_Table.php:457, ../includes/Elements/Dual_Color_Header.php:219, ../includes/Elements/Fancy_Text.php:274, ../includes/Elements/Filterable_Gallery.php:799, ../includes/Elements/Flip_Box.php:733, ../includes/Elements/Info_Box.php:499, ../includes/Elements/Pricing_Table.php:709, ../includes/Elements/Progress_Bar.php:276, ../includes/Elements/Team_Member.php:243, ../includes/Elements/Testimonial.php:220, ../includes/Elements/Tooltip.php:510, ../includes/Elements/Twitter_Feed.php:291, ../includes/Elements/WeForms.php:117
21
  msgid "Unlock more possibilities"
22
  msgstr ""
23
 
53
  msgid "Select a Fluent Form"
54
  msgstr ""
55
 
56
+ #: ../includes/Classes/Helper.php:869, ../includes/Template/Content/Product_Grid.php:63, ../includes/Template/Content/Product_Grid.php:29, ../includes/Template/Eicon-Woocommerce/default.php:260, ../includes/Template/Eicon-Woocommerce/default.php:199, ../includes/Template/Eicon-Woocommerce/default.php:93, ../includes/Template/Eicon-Woocommerce/default.php:79, ../includes/Template/Eicon-Woocommerce/default.php:45
57
  msgid "Sale!"
58
  msgstr ""
59
 
255
  msgid "Finish"
256
  msgstr ""
257
 
258
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:355, ../includes/Classes/WPDeveloper_Setup_Wizard.php:458, ../includes/templates/admin/integrations.php:60
259
  msgid "Activate"
260
  msgstr ""
261
 
262
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:352, ../includes/Classes/WPDeveloper_Setup_Wizard.php:455, ../includes/templates/admin/integrations.php:58
263
  msgid "Activated"
264
  msgstr ""
265
 
266
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:349, ../includes/Classes/WPDeveloper_Setup_Wizard.php:452, ../includes/templates/admin/integrations.php:55
267
  msgid "Install"
268
  msgstr ""
269
 
296
  msgstr ""
297
 
298
  #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:401, ../includes/templates/admin/integrations.php:29
299
+ msgid "Best FOMO Social Proof Plugin to boost your sales conversion. Create stunning Sales Popup & Notification Bar With Elementor Support"
300
  msgstr ""
301
 
302
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:407, ../includes/templates/admin/integrations.php:35
303
+ msgid "EasyJobs"
304
+ msgstr ""
305
+
306
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:408, ../includes/templates/admin/integrations.php:36
307
+ msgid "Easy solution for the job recruitment to attract, manage & hire right talent faster. The Best Talent Recruitment Suite which lets you manage jobs & career page in Elementor."
308
+ msgstr ""
309
+
310
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:448
311
  msgid "Get the best out of Essential Addons & boost your Elementor design experience with Templately. Deploy in hundreds of websites with 1-click, push to cloud and collaborate with your whole team to build sites faster than ever."
312
  msgstr ""
313
 
314
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:533, ../includes/templates/admin/elements.php:5
315
  msgid "Content Elements"
316
  msgstr ""
317
 
318
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:537, ../includes/Elements/Creative_Button.php:30, ../includes/templates/admin/elements.php:9
319
  msgid "Creative Button"
320
  msgstr ""
321
 
322
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:542, ../includes/Elements/Team_Member.php:25, ../includes/templates/admin/elements.php:15
323
  msgid "Team Member"
324
  msgstr ""
325
 
326
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:547, ../includes/Elements/Testimonial.php:23, ../includes/templates/admin/elements.php:21
327
  msgid "Testimonial"
328
  msgstr ""
329
 
330
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:552, ../includes/Elements/Flip_Box.php:32, ../includes/templates/admin/elements.php:27
331
  msgid "Flip Box"
332
  msgstr ""
333
 
334
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:557, ../includes/Elements/Info_Box.php:29, ../includes/templates/admin/elements.php:33
335
  msgid "Info Box"
336
  msgstr ""
337
 
338
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:562, ../includes/Elements/Dual_Color_Header.php:26, ../includes/templates/admin/elements.php:39
339
  msgid "Dual Color Heading"
340
  msgstr ""
341
 
342
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:567, ../includes/Elements/Pricing_Table.php:1468, ../includes/Elements/Tooltip.php:23, ../includes/templates/admin/elements.php:45
343
  msgid "Tooltip"
344
  msgstr ""
345
 
346
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:572, ../includes/Elements/Adv_Accordion.php:30, ../includes/templates/admin/elements.php:51
347
  msgid "Advanced Accordion"
348
  msgstr ""
349
 
350
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:577, ../includes/Elements/Adv_Tabs.php:30, ../includes/templates/admin/elements.php:57
351
  msgid "Advanced Tabs"
352
  msgstr ""
353
 
354
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:582, ../includes/Elements/Feature_List.php:25, ../includes/Elements/Pricing_Table.php:1209, ../includes/templates/admin/elements.php:63
355
  msgid "Feature List"
356
  msgstr ""
357
 
358
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:588, ../includes/Elements/Sticky_Video.php:27, ../includes/templates/admin/elements.php:111
359
  msgid "Sticky Video"
360
  msgstr ""
361
 
362
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:599, ../includes/templates/admin/elements.php:124
363
  msgid "Dynamic Content Elements"
364
  msgstr ""
365
 
366
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:603, ../includes/Elements/Post_Grid.php:30, ../includes/templates/admin/elements.php:128
367
  msgid "Post Grid"
368
  msgstr ""
369
 
370
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:608, ../includes/Elements/Post_Timeline.php:27, ../includes/templates/admin/elements.php:134
371
  msgid "Post Timeline"
372
  msgstr ""
373
 
374
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:612, ../includes/Elements/Data_Table.php:31, ../includes/templates/admin/elements.php:140
375
  msgid "Data Table"
376
  msgstr ""
377
 
378
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:617, ../includes/Elements/Advanced_Data_Table.php:25, ../includes/templates/admin/elements.php:146
379
  msgid "Advanced Data Table"
380
  msgstr ""
381
 
382
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:621, ../includes/Elements/Content_Ticker.php:30, ../includes/templates/admin/elements.php:152
383
  msgid "Content Ticker"
384
  msgstr ""
385
 
386
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:627, ../includes/templates/admin/elements.php:201
387
  msgid "Creative Elements"
388
  msgstr ""
389
 
390
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:631, ../includes/Elements/Countdown.php:27, ../includes/templates/admin/elements.php:205
391
  msgid "Countdown"
392
  msgstr ""
393
 
394
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:636, ../includes/Elements/Fancy_Text.php:25, ../includes/Elements/Fancy_Text.php:62, ../includes/templates/admin/elements.php:211
395
  msgid "Fancy Text"
396
  msgstr ""
397
 
398
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:641, ../includes/Elements/Filterable_Gallery.php:29, ../includes/templates/admin/elements.php:217
399
  msgid "Filterable Gallery"
400
  msgstr ""
401
 
402
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:646, ../includes/Elements/Image_Accordion.php:25, ../includes/templates/admin/elements.php:223
403
  msgid "Image Accordion"
404
  msgstr ""
405
 
406
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:651, ../includes/Elements/Progress_Bar.php:26, ../includes/Elements/Progress_Bar.php:125, ../includes/templates/admin/elements.php:229
407
  msgid "Progress Bar"
408
  msgstr ""
409
 
410
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:657
411
  msgid "Marketing & Social Feed Elements"
412
  msgstr ""
413
 
414
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:661, ../includes/templates/admin/elements.php:324
415
  msgid "Call To Action"
416
  msgstr ""
417
 
418
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:666, ../includes/Elements/Pricing_Table.php:31, ../includes/templates/admin/elements.php:330
419
  msgid "Pricing Table"
420
  msgstr ""
421
 
422
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:671, ../includes/Elements/Twitter_Feed.php:27, ../includes/templates/admin/elements.php:420
423
  msgid "Twitter Feed"
424
  msgstr ""
425
 
426
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:676, ../includes/Elements/Facebook_Feed.php:28, ../includes/templates/admin/elements.php:440
427
  msgid "Facebook Feed"
428
  msgstr ""
429
 
430
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:683, ../includes/templates/admin/elements.php:344
431
  msgid "Form Styler Elements"
432
  msgstr ""
433
 
434
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:687, ../includes/Elements/Contact_Form_7.php:43, ../includes/templates/admin/elements.php:348
435
  msgid "Contact Form 7"
436
  msgstr ""
437
 
438
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:692, ../includes/templates/admin/elements.php:354
439
  msgid "weForms"
440
  msgstr ""
441
 
442
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:696, ../includes/templates/admin/elements.php:360
443
  msgid "Ninja Form"
444
  msgstr ""
445
 
446
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:700, ../includes/templates/admin/elements.php:366
447
  msgid "Gravity Form"
448
  msgstr ""
449
 
450
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:704, ../includes/Elements/Caldera_Forms.php:96, ../includes/templates/admin/elements.php:372
451
  msgid "Caldera Form"
452
  msgstr ""
453
 
454
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:708, ../includes/Elements/WpForms.php:27, ../includes/Elements/WpForms.php:87, ../includes/templates/admin/elements.php:378
455
  msgid "WPForms"
456
  msgstr ""
457
 
458
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:712, ../includes/templates/admin/elements.php:384
459
  msgid "FluentForm"
460
  msgstr ""
461
 
462
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:716, ../includes/Elements/Formstack.php:28, ../includes/Elements/Formstack.php:169, ../includes/templates/admin/elements.php:390
463
  msgid "Formstack"
464
  msgstr ""
465
 
466
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:720, ../includes/Elements/TypeForm.php:25, ../includes/Elements/TypeForm.php:126, ../includes/Elements/TypeForm.php:132, ../includes/templates/admin/elements.php:396
467
  msgid "Typeform"
468
  msgstr ""
469
 
470
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:730, ../includes/templates/admin/elements.php:459
471
  msgid "Documentation Elements"
472
  msgstr ""
473
 
474
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:734, ../includes/Elements/Betterdocs_Category_Grid.php:30, ../includes/templates/admin/elements.php:463
475
  msgid "BetterDocs Category Grid"
476
  msgstr ""
477
 
478
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:738, ../includes/Elements/Betterdocs_Category_Box.php:34, ../includes/templates/admin/elements.php:469
479
  msgid "BetterDocs Category Box"
480
  msgstr ""
481
 
482
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:743, ../includes/Elements/Betterdocs_Search_Form.php:30, ../includes/templates/admin/elements.php:475
483
  msgid "BetterDocs Search Form"
484
  msgstr ""
485
 
486
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:748, ../includes/templates/admin/elements.php:482
487
  msgid "WooCommerce Elements"
488
  msgstr ""
489
 
490
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:752, ../includes/Elements/Product_Grid.php:47, ../includes/templates/admin/elements.php:486
491
  msgid "Product Grid"
492
  msgstr ""
493
 
494
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:757, ../includes/Elements/Woo_Checkout.php:50, ../includes/templates/admin/elements.php:499
495
  msgid "Woo Checkout"
496
  msgstr ""
497
 
498
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:761, ../includes/Elements/Woo_Product_Compare.php:34, ../includes/templates/admin/elements.php:505
499
  msgid "Woo Product Compare"
500
  msgstr ""
501
 
502
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:777
503
  msgid "Quick Setup Wizard- Essential Addons"
504
  msgstr ""
505
 
575
  msgid "Pagination Type"
576
  msgstr ""
577
 
578
+ #: ../includes/Elements/Advanced_Data_Table.php:179, ../includes/Elements/Advanced_Data_Table.php:1305, ../includes/Elements/Betterdocs_Category_Grid.php:1289, ../includes/Elements/Event_Calendar.php:720, ../includes/Elements/Flip_Box.php:650, ../includes/Elements/FluentForm.php:1913, ../includes/Elements/Formstack.php:1773, ../includes/Elements/Info_Box.php:349, ../includes/Elements/Pricing_Table.php:506, ../includes/Elements/Pricing_Table.php:1815, ../includes/Elements/Product_Grid.php:1672, ../includes/Elements/Woo_Checkout.php:1287, ../includes/Elements/Woo_Checkout.php:1585, ../includes/Elements/Woo_Checkout.php:2358, ../includes/Traits/Woo_Product_Comparable.php:1198, ../includes/Traits/Woo_Product_Comparable.php:1248
579
  msgid "Button"
580
  msgstr ""
581
 
611
  msgid "Table"
612
  msgstr ""
613
 
614
+ #: ../includes/Elements/Advanced_Data_Table.php:284, ../includes/Elements/Advanced_Data_Table.php:845, ../includes/Elements/Advanced_Data_Table.php:1040, ../includes/Elements/Betterdocs_Search_Form.php:312, ../includes/Elements/Caldera_Forms.php:1159, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1188, ../includes/Elements/Contact_Form_7.php:1202, ../includes/Elements/Creative_Button.php:464, ../includes/Elements/Data_Table.php:489, ../includes/Elements/Data_Table.php:1044, ../includes/Elements/Dual_Color_Header.php:677, ../includes/Elements/Dual_Color_Header.php:757, ../includes/Elements/Filterable_Gallery.php:2145, ../includes/Elements/Filterable_Gallery.php:2303, ../includes/Elements/FluentForm.php:1479, ../includes/Elements/FluentForm.php:1493, ../includes/Elements/Formstack.php:1395, ../includes/Elements/Formstack.php:1409, ../includes/Elements/GravityForms.php:1631, ../includes/Elements/GravityForms.php:1747, ../includes/Elements/GravityForms.php:1761, ../includes/Elements/GravityForms.php:1994, ../includes/Elements/Login_Register.php:1401, ../includes/Elements/Login_Register.php:1929, ../includes/Elements/NinjaForms.php:1323, ../includes/Elements/NinjaForms.php:1337, ../includes/Elements/Progress_Bar.php:354, ../includes/Elements/Sticky_Video.php:441, ../includes/Elements/Sticky_Video.php:525, ../includes/Elements/Twitter_Feed.php:780, ../includes/Elements/WpForms.php:1163, ../includes/Elements/WpForms.php:1177, ../includes/Extensions/Table_of_Content.php:384, ../includes/Traits/Woo_Product_Comparable.php:294, ../includes/Traits/Woo_Product_Comparable.php:956, ../includes/Traits/Woo_Product_Comparable.php:1105
615
  msgid "Width"
616
  msgstr ""
617
 
618
+ #: ../includes/Elements/Advanced_Data_Table.php:321, ../includes/Elements/Advanced_Data_Table.php:989, ../includes/Elements/Advanced_Data_Table.php:1187, ../includes/Elements/Advanced_Data_Table.php:1259, ../includes/Elements/Advanced_Data_Table.php:1387, ../includes/Elements/Adv_Accordion.php:354, ../includes/Elements/Adv_Accordion.php:561, ../includes/Elements/Adv_Accordion.php:634, ../includes/Elements/Adv_Accordion.php:707, ../includes/Elements/Adv_Accordion.php:804, ../includes/Elements/Adv_Accordion.php:928, ../includes/Elements/Adv_Accordion.php:975, ../includes/Elements/Adv_Accordion.php:1022, ../includes/Elements/Adv_Tabs.php:323, ../includes/Elements/Adv_Tabs.php:513, ../includes/Elements/Adv_Tabs.php:579, ../includes/Elements/Adv_Tabs.php:648, ../includes/Elements/Adv_Tabs.php:743, ../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:843, ../includes/Elements/Betterdocs_Category_Grid.php:940, ../includes/Elements/Betterdocs_Category_Grid.php:1185, ../includes/Elements/Betterdocs_Category_Grid.php:1385, ../includes/Elements/Betterdocs_Category_Grid.php:1484, ../includes/Elements/Betterdocs_Search_Form.php:211, ../includes/Elements/Betterdocs_Search_Form.php:366, ../includes/Elements/Betterdocs_Search_Form.php:424, ../includes/Elements/Betterdocs_Search_Form.php:534, ../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:1258, ../includes/Elements/Contact_Form_7.php:1495, ../includes/Elements/Contact_Form_7.php:1570, ../includes/Elements/Contact_Form_7.php:1647, ../includes/Elements/Content_Ticker.php:665, ../includes/Elements/Countdown.php:619, ../includes/Elements/Cta_Box.php:463, ../includes/Elements/Cta_Box.php:740, ../includes/Elements/Cta_Box.php:927, ../includes/Elements/Data_Table.php:620, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:851, ../includes/Elements/Data_Table.php:1111, ../includes/Elements/Dual_Color_Header.php:345, ../includes/Elements/Event_Calendar.php:771, ../includes/Elements/Event_Calendar.php:838, ../includes/Elements/Event_Calendar.php:892, ../includes/Elements/Event_Calendar.php:1564, ../includes/Elements/Event_Calendar.php:1635, ../includes/Elements/Facebook_Feed.php:440, ../includes/Elements/Filterable_Gallery.php:868, ../includes/Elements/Filterable_Gallery.php:981, ../includes/Elements/Filterable_Gallery.php:1047, ../includes/Elements/Filterable_Gallery.php:1127, ../includes/Elements/Filterable_Gallery.php:1274, ../includes/Elements/Filterable_Gallery.php:1331, ../includes/Elements/Filterable_Gallery.php:1550, ../includes/Elements/Filterable_Gallery.php:1825, ../includes/Elements/Filterable_Gallery.php:1886, ../includes/Elements/Filterable_Gallery.php:2397, ../includes/Elements/Filterable_Gallery.php:2514, ../includes/Elements/Flip_Box.php:987, ../includes/Elements/Flip_Box.php:1100, ../includes/Elements/FluentForm.php:636, ../includes/Elements/FluentForm.php:832, ../includes/Elements/FluentForm.php:1549, ../includes/Elements/FluentForm.php:1826, ../includes/Elements/FluentForm.php:1953, ../includes/Elements/FluentForm.php:2071, ../includes/Elements/Formstack.php:865, ../includes/Elements/Formstack.php:1061, ../includes/Elements/Formstack.php:1465, ../includes/Elements/Formstack.php:1686, ../includes/Elements/Formstack.php:1815, ../includes/Elements/GravityForms.php:835, ../includes/Elements/GravityForms.php:899, ../includes/Elements/GravityForms.php:1655, ../includes/Elements/GravityForms.php:1824, ../includes/Elements/GravityForms.php:2051, ../includes/Elements/Image_Accordion.php:353, ../includes/Elements/Image_Accordion.php:463, ../includes/Elements/Info_Box.php:568, ../includes/Elements/Info_Box.php:623, ../includes/Elements/Info_Box.php:817, ../includes/Elements/Info_Box.php:897, ../includes/Elements/Info_Box.php:1048, ../includes/Elements/Info_Box.php:1128, ../includes/Elements/Login_Register.php:2681, ../includes/Elements/NinjaForms.php:659, ../includes/Elements/NinjaForms.php:857, ../includes/Elements/NinjaForms.php:1397, ../includes/Elements/Post_Grid.php:282, ../includes/Elements/Pricing_Table.php:1766, ../includes/Elements/Pricing_Table.php:1932, ../includes/Elements/Product_Grid.php:2113, ../includes/Elements/Team_Member.php:412, ../includes/Elements/Team_Member.php:500, ../includes/Elements/Testimonial.php:434, ../includes/Elements/Tooltip.php:429, ../includes/Elements/Tooltip.php:472, ../includes/Elements/Twitter_Feed.php:437, ../includes/Elements/Twitter_Feed.php:527, ../includes/Elements/Twitter_Feed.php:844, ../includes/Elements/Woo_Checkout.php:1507, ../includes/Elements/Woo_Checkout.php:1753, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php:498, ../includes/Traits/Controls.php:1210, ../includes/Traits/Controls.php:1264, ../includes/Traits/Controls.php:1394
619
  msgid "Border"
620
  msgstr ""
621
 
622
+ #: ../includes/Elements/Advanced_Data_Table.php:347, ../includes/Elements/Advanced_Data_Table.php:1015, ../includes/Elements/Advanced_Data_Table.php:1213, ../includes/Elements/Advanced_Data_Table.php:1285, ../includes/Elements/Advanced_Data_Table.php:1409, ../includes/Elements/Adv_Accordion.php:361, ../includes/Elements/Adv_Accordion.php:568, ../includes/Elements/Adv_Accordion.php:641, ../includes/Elements/Adv_Accordion.php:714, ../includes/Elements/Adv_Tabs.php:331, ../includes/Elements/Adv_Tabs.php:520, ../includes/Elements/Adv_Tabs.php:586, ../includes/Elements/Adv_Tabs.php:655, ../includes/Elements/Adv_Tabs.php:750, ../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:854, ../includes/Elements/Betterdocs_Category_Grid.php:951, ../includes/Elements/Betterdocs_Category_Grid.php:1393, ../includes/Elements/Betterdocs_Category_Grid.php:1492, ../includes/Elements/Betterdocs_Search_Form.php:198, ../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:1267, ../includes/Elements/Content_Ticker.php:444, ../includes/Elements/Content_Ticker.php:518, ../includes/Elements/Content_Ticker.php:675, ../includes/Elements/Countdown.php:627, ../includes/Elements/Creative_Button.php:333, ../includes/Elements/Cta_Box.php:471, ../includes/Elements/Cta_Box.php:748, ../includes/Elements/Cta_Box.php:935, ../includes/Elements/Dual_Color_Header.php:353, ../includes/Elements/Event_Calendar.php:779, ../includes/Elements/Event_Calendar.php:846, ../includes/Elements/Event_Calendar.php:900, ../includes/Elements/Event_Calendar.php:1136, ../includes/Elements/Event_Calendar.php:1304, ../includes/Elements/Event_Calendar.php:1572, ../includes/Elements/Event_Calendar.php:1643, ../includes/Elements/Facebook_Feed.php:465, ../includes/Elements/Facebook_Feed.php:525, ../includes/Elements/Fancy_Text.php:518, ../includes/Elements/Feature_List.php:638, ../includes/Elements/Filterable_Gallery.php:876, ../includes/Elements/Filterable_Gallery.php:989, ../includes/Elements/Filterable_Gallery.php:1055, ../includes/Elements/Filterable_Gallery.php:1135, ../includes/Elements/Filterable_Gallery.php:1339, ../includes/Elements/Filterable_Gallery.php:1833, ../includes/Elements/Filterable_Gallery.php:1894, ../includes/Elements/Filterable_Gallery.php:2059, ../includes/Elements/Filterable_Gallery.php:2188, ../includes/Elements/Filterable_Gallery.php:2323, ../includes/Elements/Filterable_Gallery.php:2419, ../includes/Elements/Filterable_Gallery.php:2528, ../includes/Elements/Flip_Box.php:825, ../includes/Elements/Flip_Box.php:886, ../includes/Elements/Flip_Box.php:1010, ../includes/Elements/Flip_Box.php:1123, ../includes/Elements/Flip_Box.php:1383, ../includes/Elements/FluentForm.php:499, ../includes/Elements/FluentForm.php:647, ../includes/Elements/FluentForm.php:1012, ../includes/Elements/FluentForm.php:1038, ../includes/Elements/FluentForm.php:1559, ../includes/Elements/FluentForm.php:1837, ../includes/Elements/FluentForm.php:1961, ../includes/Elements/FluentForm.php:2015, ../includes/Elements/Formstack.php:399, ../includes/Elements/Formstack.php:876, ../includes/Elements/Formstack.php:1202, ../includes/Elements/Formstack.php:1228, ../includes/Elements/Formstack.php:1475, ../includes/Elements/Formstack.php:1697, ../includes/Elements/Formstack.php:1823, ../includes/Elements/Formstack.php:1879, ../includes/Elements/GravityForms.php:436, ../includes/Elements/GravityForms.php:846, ../includes/Elements/GravityForms.php:1316, ../includes/Elements/GravityForms.php:1512, ../includes/Elements/GravityForms.php:1665, ../includes/Elements/GravityForms.php:1834, ../includes/Elements/GravityForms.php:2061, ../includes/Elements/Image_Accordion.php:361, ../includes/Elements/Image_Accordion.php:451, ../includes/Elements/Info_Box.php:1210, ../includes/Elements/Login_Register.php:1482, ../includes/Elements/Login_Register.php:1717, ../includes/Elements/Login_Register.php:1891, ../includes/Elements/Login_Register.php:2047, ../includes/Elements/Login_Register.php:2187, ../includes/Elements/Login_Register.php:2281, ../includes/Elements/Login_Register.php:2372, ../includes/Elements/Login_Register.php:2546, ../includes/Elements/Login_Register.php:2583, ../includes/Elements/Login_Register.php:2697, ../includes/Elements/Login_Register.php:3207, ../includes/Elements/Login_Register.php:3244, ../includes/Elements/Login_Register.php:3528, ../includes/Elements/Login_Register.php:3565, ../includes/Elements/NinjaForms.php:369, ../includes/Elements/NinjaForms.php:670, ../includes/Elements/NinjaForms.php:1094, ../includes/Elements/NinjaForms.php:1121, ../includes/Elements/NinjaForms.php:1407, ../includes/Elements/Post_Grid.php:290, ../includes/Elements/Pricing_Table.php:786, ../includes/Elements/Pricing_Table.php:1540, ../includes/Elements/Pricing_Table.php:1789, ../includes/Elements/Pricing_Table.php:1940, ../includes/Elements/Product_Grid.php:850, ../includes/Elements/Product_Grid.php:1857, ../includes/Elements/Product_Grid.php:2213, ../includes/Elements/Product_Grid.php:2550, ../includes/Elements/Product_Grid.php:2745, ../includes/Elements/Product_Grid.php:2777, ../includes/Elements/Sticky_Video.php:591, ../includes/Elements/Team_Member.php:420, ../includes/Elements/Team_Member.php:519, ../includes/Elements/Team_Member.php:766, ../includes/Elements/Testimonial.php:453, ../includes/Elements/Tooltip.php:489, ../includes/Elements/Twitter_Feed.php:445, ../includes/Elements/Twitter_Feed.php:538, ../includes/Elements/TypeForm.php:310, ../includes/Elements/WeForms.php:253, ../includes/Elements/WeForms.php:394, ../includes/Elements/WeForms.php:722, ../includes/Elements/Woo_Checkout.php:647, ../includes/Elements/Woo_Checkout.php:796, ../includes/Elements/Woo_Checkout.php:992, ../includes/Elements/Woo_Checkout.php:1240, ../includes/Elements/Woo_Checkout.php:1393, ../includes/Elements/Woo_Checkout.php:1516, ../includes/Elements/Woo_Checkout.php:1691, ../includes/Elements/Woo_Checkout.php:1899, ../includes/Elements/Woo_Checkout.php:2101, ../includes/Elements/Woo_Checkout.php:2195, ../includes/Elements/Woo_Checkout.php:2475, ../includes/Elements/WpForms.php:338, ../includes/Elements/WpForms.php:639, ../includes/Elements/WpForms.php:1047, ../includes/Elements/WpForms.php:1073, ../includes/Elements/WpForms.php:1243, ../includes/Extensions/Table_of_Content.php:521, ../includes/Extensions/Table_of_Content.php:736, ../includes/Traits/Controls.php:1218, ../includes/Traits/Controls.php:1272, ../includes/Traits/Controls.php:1402, ../includes/Traits/Woo_Product_Comparable.php:355, ../includes/Traits/Woo_Product_Comparable.php:500, ../includes/Traits/Woo_Product_Comparable.php:1381
623
  msgid "Border Radius"
624
  msgstr ""
625
 
631
  msgid "Head"
632
  msgstr ""
633
 
634
+ #: ../includes/Elements/Advanced_Data_Table.php:379, ../includes/Elements/Advanced_Data_Table.php:498, ../includes/Elements/Advanced_Data_Table.php:956, ../includes/Elements/Advanced_Data_Table.php:1106, ../includes/Elements/Advanced_Data_Table.php:1314, ../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:1311, ../includes/Elements/Contact_Form_7.php:1556, ../includes/Elements/Contact_Form_7.php:1613, ../includes/Elements/Event_Calendar.php:700, ../includes/Elements/Event_Calendar.php:730, ../includes/Elements/Event_Calendar.php:944, ../includes/Elements/Event_Calendar.php:1019, ../includes/Elements/Event_Calendar.php:1053, ../includes/Elements/Event_Calendar.php:1296, ../includes/Elements/Event_Calendar.php:1359, ../includes/Elements/Event_Calendar.php:1388, ../includes/Elements/Event_Calendar.php:1456, ../includes/Elements/Event_Calendar.php:1614, ../includes/Elements/Filterable_Gallery.php:1961, ../includes/Elements/Filterable_Gallery.php:2006, ../includes/Elements/Filterable_Gallery.php:2040, ../includes/Elements/Filterable_Gallery.php:2095, ../includes/Elements/Filterable_Gallery.php:2387, ../includes/Elements/Filterable_Gallery.php:2545, ../includes/Elements/FluentForm.php:293, ../includes/Elements/FluentForm.php:354, ../includes/Elements/FluentForm.php:554, ../includes/Elements/FluentForm.php:792, ../includes/Elements/FluentForm.php:1119, ../includes/Elements/FluentForm.php:1174, ../includes/Elements/FluentForm.php:1278, ../includes/Elements/FluentForm.php:1364, ../includes/Elements/FluentForm.php:1430, ../includes/Elements/FluentForm.php:1603, ../includes/Elements/FluentForm.php:1736, ../includes/Elements/FluentForm.php:1933, ../includes/Elements/FluentForm.php:2082, ../includes/Elements/FluentForm.php:2131, ../includes/Elements/Formstack.php:494, ../includes/Elements/Formstack.php:543, ../includes/Elements/Formstack.php:597, ../includes/Elements/Formstack.php:671, ../includes/Elements/Formstack.php:726, ../includes/Elements/Formstack.php:809, ../includes/Elements/Formstack.php:1021, ../includes/Elements/Formstack.php:1519, ../includes/Elements/Formstack.php:1652, ../includes/Elements/Formstack.php:1793, ../includes/Elements/Formstack.php:1953, ../includes/Elements/GravityForms.php:528, ../includes/Elements/GravityForms.php:559, ../includes/Elements/GravityForms.php:600, ../includes/Elements/GravityForms.php:859, ../includes/Elements/GravityForms.php:948, ../includes/Elements/GravityForms.php:1002, ../includes/Elements/GravityForms.php:1138, ../includes/Elements/GravityForms.php:1598, ../includes/Elements/GravityForms.php:1933, ../includes/Elements/GravityForms.php:2154, ../includes/Elements/GravityForms.php:2347, ../includes/Elements/NinjaForms.php:465, ../includes/Elements/NinjaForms.php:514, ../includes/Elements/NinjaForms.php:574, ../includes/Elements/NinjaForms.php:817, ../includes/Elements/NinjaForms.php:906, ../includes/Elements/NinjaForms.php:1500, ../includes/Elements/NinjaForms.php:1545, ../includes/Elements/NinjaForms.php:1599, ../includes/Elements/Post_Grid.php:371, ../includes/Elements/Post_Grid.php:471, ../includes/Elements/Post_Grid.php:483, ../includes/Elements/Post_Grid.php:625, ../includes/Elements/Post_Grid.php:837, ../includes/Elements/Post_Timeline.php:292, ../includes/Elements/Product_Grid.php:2273, ../includes/Elements/Product_Grid.php:2303, ../includes/Elements/Product_Grid.php:2345, ../includes/Elements/Product_Grid.php:2411, ../includes/Elements/Product_Grid.php:2450, ../includes/Elements/Product_Grid.php:2507, ../includes/Elements/Product_Grid.php:2624, ../includes/Elements/Progress_Bar.php:670, ../includes/Elements/Woo_Checkout.php:1296, ../includes/Elements/Woo_Checkout.php:1594, ../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:1064, ../includes/Traits/Woo_Product_Comparable.php:1182
635
  msgid "Typography"
636
  msgstr ""
637
 
639
  msgid "Text Alignment"
640
  msgstr ""
641
 
642
+ #: ../includes/Elements/Advanced_Data_Table.php:391, ../includes/Elements/Advanced_Data_Table.php:510, ../includes/Elements/Advanced_Data_Table.php:936, ../includes/Elements/Advanced_Data_Table.php:1083, ../includes/Elements/Adv_Accordion.php:138, ../includes/Elements/Betterdocs_Category_Box.php:767, ../includes/Elements/Betterdocs_Category_Grid.php:1512, ../includes/Elements/Betterdocs_Category_Grid.php:1537, ../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:333, ../includes/Elements/Countdown.php:118, ../includes/Elements/Countdown.php:1030, ../includes/Elements/Creative_Button.php:442, ../includes/Elements/Cta_Box.php:102, ../includes/Elements/Data_Table.php:521, ../includes/Elements/Data_Table.php:746, ../includes/Elements/Data_Table.php:995, ../includes/Elements/Dual_Color_Header.php:189, ../includes/Elements/Event_Calendar.php:968, ../includes/Elements/Event_Calendar.php:1100, ../includes/Elements/Fancy_Text.php:172, ../includes/Elements/Feature_List.php:302, ../includes/Elements/Filterable_Gallery.php:764, ../includes/Elements/Filterable_Gallery.php:1296, ../includes/Elements/Filterable_Gallery.php:1679, ../includes/Elements/Flip_Box.php:368, ../includes/Elements/Flip_Box.php:597, ../includes/Elements/FluentForm.php:239, ../includes/Elements/FluentForm.php:434, ../includes/Elements/FluentForm.php:580, ../includes/Elements/FluentForm.php:1211, ../includes/Elements/FluentForm.php:1456, ../includes/Elements/Formstack.php:334, ../includes/Elements/Formstack.php:449, ../includes/Elements/Formstack.php:763, ../includes/Elements/Formstack.php:1372, ../includes/Elements/GravityForms.php:347, ../includes/Elements/GravityForms.php:484, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:1721, ../includes/Elements/GravityForms.php:1971, ../includes/Elements/Image_Accordion.php:108, ../includes/Elements/Info_Box.php:303, ../includes/Elements/Login_Register.php:673, ../includes/Elements/Login_Register.php:706, ../includes/Elements/Login_Register.php:2490, ../includes/Elements/Login_Register.php:3158, ../includes/Elements/Login_Register.php:3478, ../includes/Elements/NinjaForms.php:282, ../includes/Elements/NinjaForms.php:421, ../includes/Elements/NinjaForms.php:603, ../includes/Elements/NinjaForms.php:1298, ../includes/Elements/Post_Grid.php:448, ../includes/Elements/Post_Grid.php:603, ../includes/Elements/Post_Grid.php:671, ../includes/Elements/Post_Grid.php:766, ../includes/Elements/Post_Grid.php:849, ../includes/Elements/Post_Timeline.php:326, ../includes/Elements/Post_Timeline.php:384, ../includes/Elements/Pricing_Table.php:261, ../includes/Elements/Pricing_Table.php:378, ../includes/Elements/Pricing_Table.php:680, ../includes/Elements/Pricing_Table.php:820, ../includes/Elements/Pricing_Table.php:845, ../includes/Elements/Product_Grid.php:602, ../includes/Elements/Product_Grid.php:920, ../includes/Elements/Product_Grid.php:1591, ../includes/Elements/Product_Grid.php:2034, ../includes/Elements/Progress_Bar.php:319, ../includes/Elements/Progress_Bar.php:530, ../includes/Elements/Team_Member.php:379, ../includes/Elements/Testimonial.php:313, ../includes/Elements/Tooltip.php:175, ../includes/Elements/Tooltip.php:281, ../includes/Elements/Tooltip.php:370, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Table_of_Content.php:415, ../includes/Traits/Controls.php:597, ../includes/Traits/Controls.php:1483, ../includes/Traits/Controls.php:1534, ../includes/Traits/Controls.php:1535
643
  msgid "Left"
644
  msgstr ""
645
 
646
+ #: ../includes/Elements/Advanced_Data_Table.php:395, ../includes/Elements/Advanced_Data_Table.php:514, ../includes/Elements/Advanced_Data_Table.php:940, ../includes/Elements/Advanced_Data_Table.php:1087, ../includes/Elements/Betterdocs_Category_Box.php:771, ../includes/Elements/Betterdocs_Category_Grid.php:1516, ../includes/Elements/Betterdocs_Category_Grid.php:1541, ../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:446, ../includes/Elements/Cta_Box.php:103, ../includes/Elements/Data_Table.php:525, ../includes/Elements/Data_Table.php:750, ../includes/Elements/Data_Table.php:999, ../includes/Elements/Dual_Color_Header.php:193, ../includes/Elements/Dual_Color_Header.php:586, ../includes/Elements/Event_Calendar.php:972, ../includes/Elements/Event_Calendar.php:1104, ../includes/Elements/Fancy_Text.php:176, ../includes/Elements/Filterable_Gallery.php:768, ../includes/Elements/Filterable_Gallery.php:1300, ../includes/Elements/Filterable_Gallery.php:1683, ../includes/Elements/Flip_Box.php:372, ../includes/Elements/Flip_Box.php:601, ../includes/Elements/FluentForm.php:243, ../includes/Elements/FluentForm.php:438, ../includes/Elements/FluentForm.php:584, ../includes/Elements/FluentForm.php:1215, ../includes/Elements/FluentForm.php:1460, ../includes/Elements/Formstack.php:338, ../includes/Elements/Formstack.php:453, ../includes/Elements/Formstack.php:767, ../includes/Elements/Formstack.php:1376, ../includes/Elements/GravityForms.php:351, ../includes/Elements/GravityForms.php:488, ../includes/Elements/GravityForms.php:633, ../includes/Elements/GravityForms.php:1725, ../includes/Elements/GravityForms.php:1975, ../includes/Elements/Image_Accordion.php:112, ../includes/Elements/Image_Accordion.php:135, ../includes/Elements/Info_Box.php:307, ../includes/Elements/Login_Register.php:2494, ../includes/Elements/Login_Register.php:3140, ../includes/Elements/Login_Register.php:3162, ../includes/Elements/Login_Register.php:3439, ../includes/Elements/Login_Register.php:3459, ../includes/Elements/Login_Register.php:3482, ../includes/Elements/NinjaForms.php:286, ../includes/Elements/NinjaForms.php:425, ../includes/Elements/NinjaForms.php:607, ../includes/Elements/NinjaForms.php:1302, ../includes/Elements/Post_Grid.php:452, ../includes/Elements/Post_Grid.php:607, ../includes/Elements/Post_Grid.php:675, ../includes/Elements/Post_Grid.php:770, ../includes/Elements/Post_Grid.php:853, ../includes/Elements/Post_Timeline.php:330, ../includes/Elements/Post_Timeline.php:388, ../includes/Elements/Pricing_Table.php:824, ../includes/Elements/Pricing_Table.php:849, ../includes/Elements/Product_Grid.php:606, ../includes/Elements/Product_Grid.php:924, ../includes/Elements/Product_Grid.php:2038, ../includes/Elements/Progress_Bar.php:323, ../includes/Elements/Progress_Bar.php:534, ../includes/Elements/Team_Member.php:383, ../includes/Elements/Testimonial.php:317, ../includes/Elements/Tooltip.php:179, ../includes/Elements/Tooltip.php:374, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/WpForms.php:275, ../includes/Elements/WpForms.php:392, ../includes/Elements/WpForms.php:576, ../includes/Elements/WpForms.php:1141, ../includes/Traits/Controls.php:596, ../includes/Traits/Controls.php:1487
647
  msgid "Center"
648
  msgstr ""
649
 
650
+ #: ../includes/Elements/Advanced_Data_Table.php:399, ../includes/Elements/Advanced_Data_Table.php:518, ../includes/Elements/Advanced_Data_Table.php:944, ../includes/Elements/Advanced_Data_Table.php:1091, ../includes/Elements/Adv_Accordion.php:137, ../includes/Elements/Betterdocs_Category_Box.php:775, ../includes/Elements/Betterdocs_Category_Grid.php:1520, ../includes/Elements/Betterdocs_Category_Grid.php:1545, ../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:334, ../includes/Elements/Countdown.php:126, ../includes/Elements/Countdown.php:1038, ../includes/Elements/Creative_Button.php:450, ../includes/Elements/Cta_Box.php:104, ../includes/Elements/Data_Table.php:529, ../includes/Elements/Data_Table.php:754, ../includes/Elements/Data_Table.php:1003, ../includes/Elements/Dual_Color_Header.php:197, ../includes/Elements/Event_Calendar.php:976, ../includes/Elements/Event_Calendar.php:1108, ../includes/Elements/Fancy_Text.php:180, ../includes/Elements/Feature_List.php:310, ../includes/Elements/Filterable_Gallery.php:772, ../includes/Elements/Filterable_Gallery.php:1304, ../includes/Elements/Filterable_Gallery.php:1687, ../includes/Elements/Flip_Box.php:376, ../includes/Elements/Flip_Box.php:605, ../includes/Elements/FluentForm.php:247, ../includes/Elements/FluentForm.php:442, ../includes/Elements/FluentForm.php:588, ../includes/Elements/FluentForm.php:1219, ../includes/Elements/FluentForm.php:1464, ../includes/Elements/Formstack.php:342, ../includes/Elements/Formstack.php:457, ../includes/Elements/Formstack.php:771, ../includes/Elements/Formstack.php:1380, ../includes/Elements/GravityForms.php:355, ../includes/Elements/GravityForms.php:492, ../includes/Elements/GravityForms.php:637, ../includes/Elements/GravityForms.php:1729, ../includes/Elements/GravityForms.php:1979, ../includes/Elements/Image_Accordion.php:116, ../includes/Elements/Info_Box.php:311, ../includes/Elements/Login_Register.php:677, ../includes/Elements/Login_Register.php:2498, ../includes/Elements/Login_Register.php:3166, ../includes/Elements/Login_Register.php:3486, ../includes/Elements/NinjaForms.php:290, ../includes/Elements/NinjaForms.php:429, ../includes/Elements/NinjaForms.php:611, ../includes/Elements/NinjaForms.php:1306, ../includes/Elements/Post_Grid.php:456, ../includes/Elements/Post_Grid.php:611, ../includes/Elements/Post_Grid.php:679, ../includes/Elements/Post_Grid.php:774, ../includes/Elements/Post_Grid.php:857, ../includes/Elements/Post_Timeline.php:334, ../includes/Elements/Post_Timeline.php:392, ../includes/Elements/Pricing_Table.php:262, ../includes/Elements/Pricing_Table.php:386, ../includes/Elements/Pricing_Table.php:684, ../includes/Elements/Pricing_Table.php:828, ../includes/Elements/Pricing_Table.php:853, ../includes/Elements/Product_Grid.php:610, ../includes/Elements/Product_Grid.php:928, ../includes/Elements/Product_Grid.php:1595, ../includes/Elements/Product_Grid.php:2042, ../includes/Elements/Progress_Bar.php:327, ../includes/Elements/Progress_Bar.php:538, ../includes/Elements/Team_Member.php:387, ../includes/Elements/Testimonial.php:321, ../includes/Elements/Tooltip.php:183, ../includes/Elements/Tooltip.php:282, ../includes/Elements/Tooltip.php:378, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Table_of_Content.php:416, ../includes/Traits/Controls.php:595, ../includes/Traits/Controls.php:1491, ../includes/Traits/Controls.php:1534, ../includes/Traits/Controls.php:1535
651
  msgid "Right"
652
  msgstr ""
653
 
654
+ #: ../includes/Elements/Advanced_Data_Table.php:414, ../includes/Elements/Advanced_Data_Table.php:533, ../includes/Elements/Advanced_Data_Table.php:627, ../includes/Elements/Advanced_Data_Table.php:658, ../includes/Elements/Advanced_Data_Table.php:689, ../includes/Elements/Advanced_Data_Table.php:720, ../includes/Elements/Advanced_Data_Table.php:751, ../includes/Elements/Advanced_Data_Table.php:782, ../includes/Elements/Advanced_Data_Table.php:964, ../includes/Elements/Advanced_Data_Table.php:1160, ../includes/Elements/Advanced_Data_Table.php:1230, ../includes/Elements/Adv_Accordion.php:534, ../includes/Elements/Adv_Accordion.php:607, ../includes/Elements/Adv_Accordion.php:680, ../includes/Elements/Adv_Accordion.php:763, ../includes/Elements/Adv_Tabs.php:487, ../includes/Elements/Adv_Tabs.php:553, ../includes/Elements/Adv_Tabs.php:620, ../includes/Elements/Adv_Tabs.php:702, ../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:1245, ../includes/Elements/Contact_Form_7.php:1351, ../includes/Elements/Contact_Form_7.php:1415, ../includes/Elements/Contact_Form_7.php:1479, ../includes/Elements/Contact_Form_7.php:1540, ../includes/Elements/Contact_Form_7.php:1622, ../includes/Elements/Content_Ticker.php:400, ../includes/Elements/Content_Ticker.php:476, ../includes/Elements/Countdown.php:1109, ../includes/Elements/Creative_Button.php:275, ../includes/Elements/Creative_Button.php:367, ../includes/Elements/Cta_Box.php:698, ../includes/Elements/Cta_Box.php:769, ../includes/Elements/Cta_Box.php:904, ../includes/Elements/Cta_Box.php:956, ../includes/Elements/Data_Table.php:957, ../includes/Elements/Data_Table.php:974, ../includes/Elements/Event_Calendar.php:1214, ../includes/Elements/Event_Calendar.php:1247, ../includes/Elements/Filterable_Gallery.php:956, ../includes/Elements/Filterable_Gallery.php:1022, ../includes/Elements/Filterable_Gallery.php:2497, ../includes/Elements/Filterable_Gallery.php:2690, ../includes/Elements/FluentForm.php:277, ../includes/Elements/FluentForm.php:338, ../includes/Elements/FluentForm.php:542, ../includes/Elements/FluentForm.php:623, ../includes/Elements/FluentForm.php:872, ../includes/Elements/FluentForm.php:1536, ../includes/Elements/FluentForm.php:1642, ../includes/Elements/FluentForm.php:2059, ../includes/Elements/Formstack.php:481, ../includes/Elements/Formstack.php:530, ../includes/Elements/Formstack.php:585, ../includes/Elements/Formstack.php:797, ../includes/Elements/Formstack.php:852, ../includes/Elements/Formstack.php:1101, ../includes/Elements/Formstack.php:1452, ../includes/Elements/Formstack.php:1558, ../includes/Elements/Formstack.php:1781, ../includes/Elements/Formstack.php:2020, ../includes/Elements/GravityForms.php:515, ../includes/Elements/GravityForms.php:546, ../includes/Elements/GravityForms.php:585, ../includes/Elements/GravityForms.php:672, ../includes/Elements/GravityForms.php:936, ../includes/Elements/GravityForms.php:989, ../includes/Elements/GravityForms.php:1176, ../includes/Elements/GravityForms.php:1810, ../includes/Elements/GravityForms.php:1902, ../includes/Elements/GravityForms.php:2038, ../includes/Elements/GravityForms.php:2125, ../includes/Elements/GravityForms.php:2199, ../includes/Elements/GravityForms.php:2334, ../includes/Elements/Info_Box.php:1232, ../includes/Elements/Info_Box.php:1278, ../includes/Elements/Login_Register.php:2519, ../includes/Elements/Login_Register.php:2658, ../includes/Elements/Login_Register.php:3002, ../includes/Elements/Login_Register.php:3187, ../includes/Elements/Login_Register.php:3224, ../includes/Elements/Login_Register.php:3508, ../includes/Elements/Login_Register.php:3545, ../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:1892, ../includes/Elements/Pricing_Table.php:1961, ../includes/Elements/Product_Grid.php:2088, ../includes/Elements/Product_Grid.php:2126, ../includes/Elements/Product_Grid.php:2170, ../includes/Elements/Tooltip.php:408, ../includes/Elements/Tooltip.php:451, ../includes/Elements/Tooltip.php:624, ../includes/Elements/WeForms.php:692, ../includes/Elements/WeForms.php:742, ../includes/Elements/WpForms.php:419, ../includes/Elements/WpForms.php:468, ../includes/Elements/WpForms.php:533, ../includes/Elements/WpForms.php:615, ../includes/Elements/WpForms.php:851, ../includes/Elements/WpForms.php:907, ../includes/Elements/WpForms.php:1220, ../includes/Elements/WpForms.php:1327, ../includes/Elements/WpForms.php:1372, ../includes/Extensions/Table_of_Content.php:579, ../includes/Extensions/Table_of_Content.php:894, ../includes/Extensions/Table_of_Content.php:917, ../includes/Extensions/Table_of_Content.php:943, ../includes/Traits/Controls.php:1184, ../includes/Traits/Controls.php:1239, ../includes/Traits/Controls.php:1369, ../includes/Traits/Controls.php:1431
655
  msgid "Text Color"
656
  msgstr ""
657
 
658
+ #: ../includes/Elements/Advanced_Data_Table.php:428, ../includes/Elements/Advanced_Data_Table.php:569, ../includes/Elements/Advanced_Data_Table.php:642, ../includes/Elements/Advanced_Data_Table.php:673, ../includes/Elements/Advanced_Data_Table.php:704, ../includes/Elements/Advanced_Data_Table.php:735, ../includes/Elements/Advanced_Data_Table.php:766, ../includes/Elements/Advanced_Data_Table.php:797, ../includes/Elements/Advanced_Data_Table.php:976, ../includes/Elements/Advanced_Data_Table.php:1173, ../includes/Elements/Advanced_Data_Table.php:1244, ../includes/Elements/Advanced_Data_Table.php:1339, ../includes/Elements/Advanced_Data_Table.php:1369, ../includes/Elements/Adv_Accordion.php:515, ../includes/Elements/Adv_Accordion.php:588, ../includes/Elements/Adv_Accordion.php:661, ../includes/Elements/Adv_Accordion.php:742, ../includes/Elements/Adv_Accordion.php:914, ../includes/Elements/Adv_Accordion.php:960, ../includes/Elements/Adv_Accordion.php:1007, ../includes/Elements/Adv_Tabs.php:468, ../includes/Elements/Adv_Tabs.php:683, ../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:1233, ../includes/Elements/Contact_Form_7.php:1339, ../includes/Elements/Contact_Form_7.php:1464, ../includes/Elements/Contact_Form_7.php:1525, ../includes/Elements/Content_Ticker.php:388, ../includes/Elements/Content_Ticker.php:465, ../includes/Elements/Content_Ticker.php:640, ../includes/Elements/Content_Ticker.php:696, ../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:288, ../includes/Elements/Creative_Button.php:380, ../includes/Elements/Cta_Box.php:122, ../includes/Elements/Cta_Box.php:426, ../includes/Elements/Cta_Box.php:712, ../includes/Elements/Cta_Box.php:781, ../includes/Elements/Data_Table.php:607, ../includes/Elements/Data_Table.php:647, ../includes/Elements/Data_Table.php:1084, ../includes/Elements/Dual_Color_Header.php:308, ../includes/Elements/Event_Calendar.php:1226, ../includes/Elements/Filterable_Gallery.php:831, ../includes/Elements/Filterable_Gallery.php:968, ../includes/Elements/Filterable_Gallery.php:1034, ../includes/Elements/Filterable_Gallery.php:1180, ../includes/Elements/Filterable_Gallery.php:1370, ../includes/Elements/Filterable_Gallery.php:1400, ../includes/Elements/Filterable_Gallery.php:1505, ../includes/Elements/Filterable_Gallery.php:1521, ../includes/Elements/Filterable_Gallery.php:1723, ../includes/Elements/Filterable_Gallery.php:1861, ../includes/Elements/Filterable_Gallery.php:2481, ../includes/Elements/Filterable_Gallery.php:2674, ../includes/Elements/FluentForm.php:611, ../includes/Elements/FluentForm.php:819, ../includes/Elements/FluentForm.php:1253, ../includes/Elements/FluentForm.php:1339, ../includes/Elements/FluentForm.php:1524, ../includes/Elements/FluentForm.php:1630, ../includes/Elements/FluentForm.php:2048, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:660, ../includes/Elements/GravityForms.php:886, ../includes/Elements/GravityForms.php:1619, ../includes/Elements/GravityForms.php:1797, ../includes/Elements/GravityForms.php:1889, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2113, ../includes/Elements/Image_Accordion.php:316, ../includes/Elements/Info_Box.php:543, ../includes/Elements/Info_Box.php:784, ../includes/Elements/Info_Box.php:863, ../includes/Elements/Info_Box.php:1032, ../includes/Elements/Info_Box.php:1094, ../includes/Elements/Info_Box.php:1244, ../includes/Elements/Info_Box.php:1290, ../includes/Elements/Login_Register.php:1497, ../includes/Elements/Login_Register.php:1630, ../includes/Elements/Login_Register.php:1732, ../includes/Elements/Login_Register.php:1906, ../includes/Elements/Login_Register.php:2262, ../includes/Elements/Login_Register.php:2353, ../includes/Elements/Login_Register.php:2533, ../includes/Elements/Login_Register.php:2571, ../includes/Elements/Login_Register.php:2668, ../includes/Elements/Login_Register.php:3195, ../includes/Elements/Login_Register.php:3232, ../includes/Elements/Login_Register.php:3516, ../includes/Elements/Login_Register.php:3553, ../includes/Elements/NinjaForms.php:634, ../includes/Elements/NinjaForms.php:844, ../includes/Elements/NinjaForms.php:1372, ../includes/Elements/NinjaForms.php:1459, ../includes/Elements/Post_Grid.php:923, ../includes/Elements/Pricing_Table.php:741, ../includes/Elements/Pricing_Table.php:901, ../includes/Elements/Pricing_Table.php:1407, ../includes/Elements/Pricing_Table.php:1476, ../includes/Elements/Pricing_Table.php:1642, ../includes/Elements/Pricing_Table.php:1904, ../includes/Elements/Pricing_Table.php:1973, ../includes/Elements/Product_Grid.php:1700, ../includes/Elements/Product_Grid.php:1808, ../includes/Elements/Product_Grid.php:1914, ../includes/Elements/Product_Grid.php:2100, ../includes/Elements/Product_Grid.php:2138, ../includes/Elements/Product_Grid.php:2182, ../includes/Elements/Product_Grid.php:2428, ../includes/Elements/Product_Grid.php:2470, ../includes/Elements/Product_Grid.php:2531, ../includes/Elements/Product_Grid.php:2582, ../includes/Elements/Progress_Bar.php:576, ../includes/Elements/Team_Member.php:730, ../includes/Elements/Tooltip.php:397, ../includes/Elements/Tooltip.php:440, ../includes/Elements/Tooltip.php:613, ../includes/Elements/Twitter_Feed.php:390, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Checkout.php:617, ../includes/Elements/Woo_Checkout.php:732, ../includes/Elements/Woo_Checkout.php:854, ../includes/Elements/Woo_Checkout.php:1312, ../includes/Elements/Woo_Checkout.php:1352, ../includes/Elements/Woo_Checkout.php:1610, ../includes/Elements/Woo_Checkout.php:1650, ../includes/Elements/Woo_Checkout.php:2154, ../includes/Elements/Woo_Checkout.php:2284, ../includes/Elements/Woo_Checkout.php:2394, ../includes/Elements/Woo_Checkout.php:2434, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Table_of_Content.php:566, ../includes/Extensions/Table_of_Content.php:712, ../includes/Extensions/Table_of_Content.php:776, ../includes/Traits/Controls.php:1381, ../includes/Traits/Controls.php:1443, ../includes/Traits/Woo_Product_Comparable.php:367, ../includes/Traits/Woo_Product_Comparable.php:473
659
  msgid "Background Color"
660
  msgstr ""
661
 
663
  msgid "Cell Border"
664
  msgstr ""
665
 
666
+ #: ../includes/Elements/Advanced_Data_Table.php:467, ../includes/Elements/Advanced_Data_Table.php:812, ../includes/Elements/Advanced_Data_Table.php:896, ../includes/Elements/Advanced_Data_Table.php:1114, ../includes/Elements/Advanced_Data_Table.php:1431, ../includes/Elements/Adv_Accordion.php:331, ../includes/Elements/Adv_Accordion.php:489, ../includes/Elements/Adv_Accordion.php:781, ../includes/Elements/Adv_Tabs.php:300, ../includes/Elements/Adv_Tabs.php:442, ../includes/Elements/Adv_Tabs.php:720, ../includes/Elements/Betterdocs_Category_Box.php:512, ../includes/Elements/Betterdocs_Category_Grid.php:558, ../includes/Elements/Betterdocs_Category_Grid.php:722, ../includes/Elements/Betterdocs_Category_Grid.php:1405, ../includes/Elements/Betterdocs_Search_Form.php:124, ../includes/Elements/Betterdocs_Search_Form.php:432, ../includes/Elements/Caldera_Forms.php:741, ../includes/Elements/Caldera_Forms.php:1251, ../includes/Elements/Contact_Form_7.php:598, ../includes/Elements/Contact_Form_7.php:1279, ../includes/Elements/Contact_Form_7.php:1695, ../includes/Elements/Content_Ticker.php:432, ../includes/Elements/Content_Ticker.php:495, ../includes/Elements/Content_Ticker.php:736, ../includes/Elements/Countdown.php:606, ../includes/Elements/Countdown.php:1136, ../includes/Elements/Cta_Box.php:438, ../includes/Elements/Cta_Box.php:651, ../includes/Elements/Cta_Box.php:868, ../includes/Elements/Data_Table.php:575, ../includes/Elements/Data_Table.php:860, ../includes/Elements/Dual_Color_Header.php:320, ../includes/Elements/Facebook_Feed.php:594, ../includes/Elements/Facebook_Feed.php:620, ../includes/Elements/Facebook_Feed.php:692, ../includes/Elements/Fancy_Text.php:483, ../includes/Elements/Feature_List.php:595, ../includes/Elements/Filterable_Gallery.php:843, ../includes/Elements/Filterable_Gallery.php:920, ../includes/Elements/Filterable_Gallery.php:1102, ../includes/Elements/Filterable_Gallery.php:1192, ../includes/Elements/Filterable_Gallery.php:1536, ../includes/Elements/Filterable_Gallery.php:1747, ../includes/Elements/Filterable_Gallery.php:2598, ../includes/Elements/Flip_Box.php:998, ../includes/Elements/Flip_Box.php:1111, ../includes/Elements/Flip_Box.php:1347, ../includes/Elements/FluentForm.php:760, ../includes/Elements/FluentForm.php:1128, ../includes/Elements/FluentForm.php:1183, ../includes/Elements/FluentForm.php:1306, ../includes/Elements/FluentForm.php:1391, ../includes/Elements/FluentForm.php:1571, ../includes/Elements/FluentForm.php:1973, ../includes/Elements/FluentForm.php:2139, ../includes/Elements/Formstack.php:680, ../includes/Elements/Formstack.php:735, ../includes/Elements/Formstack.php:989, ../includes/Elements/Formstack.php:1322, ../includes/Elements/Formstack.php:1487, ../includes/Elements/Formstack.php:1835, ../includes/Elements/Formstack.php:1964, ../includes/Elements/GravityForms.php:722, ../includes/Elements/GravityForms.php:1343, ../includes/Elements/GravityForms.php:1539, ../includes/Elements/GravityForms.php:1677, ../includes/Elements/GravityForms.php:1847, ../includes/Elements/GravityForms.php:2073, ../includes/Elements/Image_Accordion.php:328, ../includes/Elements/Image_Accordion.php:440, ../includes/Elements/Info_Box.php:555, ../includes/Elements/Login_Register.php:1460, ../includes/Elements/Login_Register.php:2025, ../includes/Elements/Login_Register.php:2164, ../includes/Elements/Login_Register.php:2237, ../includes/Elements/Login_Register.php:2328, ../includes/Elements/Login_Register.php:2430, ../includes/Elements/Login_Register.php:2466, ../includes/Elements/Login_Register.php:2628, ../includes/Elements/Login_Register.php:3100, ../includes/Elements/Login_Register.php:3399, ../includes/Elements/NinjaForms.php:784, ../includes/Elements/NinjaForms.php:1419, ../includes/Elements/Pricing_Table.php:753, ../includes/Elements/Pricing_Table.php:1518, ../includes/Elements/Pricing_Table.php:1823, ../includes/Elements/Product_Grid.php:713, ../includes/Elements/Product_Grid.php:964, ../includes/Elements/Product_Grid.php:1362, ../includes/Elements/Team_Member.php:486, ../includes/Elements/Testimonial.php:420, ../includes/Elements/Tooltip.php:342, ../includes/Elements/Tooltip.php:591, ../includes/Elements/Twitter_Feed.php:420, ../includes/Elements/Twitter_Feed.php:479, ../includes/Elements/Twitter_Feed.php:512, ../includes/Elements/WeForms.php:676, ../includes/Elements/Woo_Checkout.php:628, ../includes/Elements/Woo_Checkout.php:1220, ../includes/Elements/Woo_Checkout.php:1413, ../includes/Elements/Woo_Checkout.php:1543, ../includes/Elements/Woo_Checkout.php:1711, ../includes/Elements/Woo_Checkout.php:1926, ../includes/Elements/Woo_Checkout.php:2176, ../includes/Elements/Woo_Checkout.php:2507, ../includes/Elements/WpForms.php:752, ../includes/Elements/WpForms.php:1255, ../includes/Extensions/Table_of_Content.php:601, ../includes/Extensions/Table_of_Content.php:789, ../includes/Traits/Controls.php:1288, ../includes/Traits/Controls.php:1333, ../includes/Traits/Woo_Product_Comparable.php:339, ../includes/Traits/Woo_Product_Comparable.php:984, ../includes/Traits/Woo_Product_Comparable.php:1133, ../includes/Traits/Woo_Product_Comparable.php:1601
667
  msgid "Padding"
668
  msgstr ""
669
 
671
  msgid "Body"
672
  msgstr ""
673
 
674
+ #: ../includes/Elements/Advanced_Data_Table.php:545, ../includes/Elements/Data_Table.php:942, ../includes/Elements/Facebook_Feed.php:975, ../includes/Elements/Twitter_Feed.php:587, ../includes/Elements/Woo_Checkout.php:905, ../includes/Elements/Woo_Checkout.php:921, ../includes/Elements/Woo_Checkout.php:948, ../includes/Elements/Woo_Checkout.php:965, ../includes/Elements/Woo_Checkout.php:2335
675
  msgid "Link Color"
676
  msgstr ""
677
 
711
  msgid "Odd Row"
712
  msgstr ""
713
 
714
+ #: ../includes/Elements/Advanced_Data_Table.php:873, ../includes/Elements/Dual_Color_Header.php:703, ../includes/Elements/Dual_Color_Header.php:783, ../includes/Elements/Flip_Box.php:122, ../includes/Elements/FluentForm.php:1287, ../includes/Elements/FluentForm.php:1372, ../includes/Elements/FluentForm.php:1785, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:303, ../includes/Elements/Login_Register.php:1972, ../includes/Elements/Progress_Bar.php:382, ../includes/Elements/Progress_Bar.php:434, ../includes/Elements/Sticky_Video.php:459, ../includes/Elements/Team_Member.php:317, ../includes/Elements/Twitter_Feed.php:807, ../includes/Extensions/Reading_Progress.php:128
715
  msgid "Height"
716
  msgstr ""
717
 
723
  msgid "Alignment"
724
  msgstr ""
725
 
726
+ #: ../includes/Elements/Advanced_Data_Table.php:1135, ../includes/Elements/Adv_Accordion.php:342, ../includes/Elements/Adv_Accordion.php:500, ../includes/Elements/Adv_Accordion.php:792, ../includes/Elements/Adv_Tabs.php:311, ../includes/Elements/Adv_Tabs.php:453, ../includes/Elements/Adv_Tabs.php:731, ../includes/Elements/Betterdocs_Category_Grid.php:570, ../includes/Elements/Betterdocs_Category_Grid.php:736, ../includes/Elements/Caldera_Forms.php:297, ../includes/Elements/Caldera_Forms.php:359, ../includes/Elements/Contact_Form_7.php:372, ../includes/Elements/Contact_Form_7.php:1584, ../includes/Elements/Contact_Form_7.php:1681, ../includes/Elements/Content_Ticker.php:507, ../includes/Elements/Countdown.php:1088, ../includes/Elements/Cta_Box.php:450, ../includes/Elements/Cta_Box.php:663, ../includes/Elements/Cta_Box.php:880, ../includes/Elements/Dual_Color_Header.php:332, ../includes/Elements/Dual_Color_Header.php:630, ../includes/Elements/Fancy_Text.php:495, ../includes/Elements/Filterable_Gallery.php:855, ../includes/Elements/Filterable_Gallery.php:932, ../includes/Elements/Filterable_Gallery.php:1114, ../includes/Elements/Filterable_Gallery.php:1759, ../includes/Elements/Filterable_Gallery.php:2200, ../includes/Elements/Filterable_Gallery.php:2639, ../includes/Elements/Flip_Box.php:1335, ../includes/Elements/FluentForm.php:304, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:1140, ../includes/Elements/FluentForm.php:1195, ../includes/Elements/FluentForm.php:2151, ../includes/Elements/Formstack.php:502, ../includes/Elements/Formstack.php:552, ../includes/Elements/Formstack.php:692, ../includes/Elements/Formstack.php:747, ../includes/Elements/Formstack.php:1979, ../includes/Elements/GravityForms.php:1072, ../includes/Elements/GravityForms.php:1331, ../includes/Elements/GravityForms.php:1527, ../includes/Elements/GravityForms.php:1691, ../includes/Elements/Image_Accordion.php:340, ../includes/Elements/Image_Accordion.php:429, ../includes/Elements/Info_Box.php:688, ../includes/Elements/Info_Box.php:750, ../includes/Elements/Info_Box.php:981, ../includes/Elements/Info_Box.php:1371, ../includes/Elements/Login_Register.php:1445, ../includes/Elements/Login_Register.php:2010, ../includes/Elements/Login_Register.php:2149, ../includes/Elements/Login_Register.php:2222, ../includes/Elements/Login_Register.php:2313, ../includes/Elements/Login_Register.php:2415, ../includes/Elements/Login_Register.php:2451, ../includes/Elements/Login_Register.php:2613, ../includes/Elements/Login_Register.php:3085, ../includes/Elements/Login_Register.php:3320, ../includes/Elements/Login_Register.php:3384, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:380, ../includes/Elements/Post_Grid.php:495, ../includes/Elements/Post_Grid.php:510, ../includes/Elements/Post_Grid.php:634, ../includes/Elements/Post_Grid.php:722, ../includes/Elements/Post_Grid.php:798, ../includes/Elements/Pricing_Table.php:765, ../includes/Elements/Pricing_Table.php:1091, ../includes/Elements/Pricing_Table.php:1161, ../includes/Elements/Pricing_Table.php:1835, ../includes/Elements/Team_Member.php:474, ../includes/Elements/Testimonial.php:408, ../includes/Elements/Testimonial.php:506, ../includes/Elements/Testimonial.php:547, ../includes/Elements/Testimonial.php:588, ../includes/Elements/Testimonial.php:621, ../includes/Elements/Tooltip.php:353, ../includes/Elements/Tooltip.php:602, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1300, ../includes/Traits/Controls.php:1345, ../includes/Traits/Woo_Product_Comparable.php:327, ../includes/Traits/Woo_Product_Comparable.php:1449
727
  msgid "Margin"
728
  msgstr ""
729
 
730
+ #: ../includes/Elements/Advanced_Data_Table.php:1155, ../includes/Elements/Advanced_Data_Table.php:1321, ../includes/Elements/Adv_Accordion.php:511, ../includes/Elements/Adv_Accordion.php:894, ../includes/Elements/Adv_Tabs.php:464, ../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:799, ../includes/Elements/Betterdocs_Category_Grid.php:1347, ../includes/Elements/Betterdocs_Search_Form.php:390, ../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:1226, ../includes/Elements/Content_Ticker.php:633, ../includes/Elements/Creative_Button.php:258, ../includes/Elements/Cta_Box.php:693, ../includes/Elements/Cta_Box.php:899, ../includes/Elements/Data_Table.php:587, ../includes/Elements/Data_Table.php:780, ../includes/Elements/Data_Table.php:952, ../includes/Elements/Event_Calendar.php:741, ../includes/Elements/Filterable_Gallery.php:951, ../includes/Elements/Filterable_Gallery.php:1716, ../includes/Elements/Filterable_Gallery.php:2470, ../includes/Elements/Flip_Box.php:1329, ../includes/Elements/FluentForm.php:604, ../includes/Elements/FluentForm.php:939, ../includes/Elements/FluentForm.php:1517, ../includes/Elements/FluentForm.php:1689, ../includes/Elements/FluentForm.php:1906, ../includes/Elements/Formstack.php:833, ../includes/Elements/Formstack.php:1165, ../includes/Elements/Formstack.php:1433, ../includes/Elements/Formstack.php:1603, ../includes/Elements/Formstack.php:1766, ../includes/Elements/GravityForms.php:653, ../includes/Elements/GravityForms.php:1243, ../includes/Elements/GravityForms.php:1439, ../includes/Elements/GravityForms.php:1790, ../includes/Elements/GravityForms.php:2019, ../includes/Elements/Info_Box.php:536, ../includes/Elements/Info_Box.php:764, ../includes/Elements/Info_Box.php:995, ../includes/Elements/Info_Box.php:1226, ../includes/Elements/Info_Box.php:1337, ../includes/Elements/Login_Register.php:2516, ../includes/Elements/Login_Register.php:3184, ../includes/Elements/Login_Register.php:3347, ../includes/Elements/Login_Register.php:3505, ../includes/Elements/NinjaForms.php:627, ../includes/Elements/NinjaForms.php:1020, ../includes/Elements/NinjaForms.php:1365, ../includes/Elements/Pricing_Table.php:1887, ../includes/Elements/Product_Grid.php:768, ../includes/Elements/Product_Grid.php:1399, ../includes/Elements/Product_Grid.php:1790, ../includes/Elements/Product_Grid.php:2083, ../includes/Elements/Product_Grid.php:2514, ../includes/Elements/Team_Member.php:713, ../includes/Elements/Tooltip.php:393, ../includes/Elements/WeForms.php:687, ../includes/Elements/Woo_Checkout.php:900, ../includes/Elements/Woo_Checkout.php:943, ../includes/Elements/Woo_Checkout.php:1086, ../includes/Elements/Woo_Checkout.php:1305, ../includes/Elements/Woo_Checkout.php:1603, ../includes/Elements/Woo_Checkout.php:2063, ../includes/Elements/Woo_Checkout.php:2233, ../includes/Elements/Woo_Checkout.php:2387, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php:887, ../includes/Traits/Controls.php:1177, ../includes/Traits/Controls.php:1364, ../includes/Traits/Woo_Product_Comparable.php:825, ../includes/Traits/Woo_Product_Comparable.php:1211, ../includes/Traits/Woo_Product_Comparable.php:1629
731
  msgid "Normal"
732
  msgstr ""
733
 
734
+ #: ../includes/Elements/Advanced_Data_Table.php:1225, ../includes/Elements/Advanced_Data_Table.php:1351, ../includes/Elements/Adv_Accordion.php:582, ../includes/Elements/Adv_Accordion.php:940, ../includes/Elements/Adv_Tabs.php:530, ../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:871, ../includes/Elements/Betterdocs_Category_Grid.php:1431, ../includes/Elements/Betterdocs_Search_Form.php:474, ../includes/Elements/Caldera_Forms.php:1303, ../includes/Elements/Contact_Form_7.php:1332, ../includes/Elements/Content_Ticker.php:689, ../includes/Elements/Creative_Button.php:350, ../includes/Elements/Cta_Box.php:764, ../includes/Elements/Cta_Box.php:951, ../includes/Elements/Data_Table.php:627, ../includes/Elements/Data_Table.php:871, ../includes/Elements/Data_Table.php:969, ../includes/Elements/Event_Calendar.php:808, ../includes/Elements/Filterable_Gallery.php:1854, ../includes/Elements/Filterable_Gallery.php:2663, ../includes/Elements/Flip_Box.php:1411, ../includes/Elements/FluentForm.php:1623, ../includes/Elements/FluentForm.php:1987, ../includes/Elements/Formstack.php:1539, ../includes/Elements/Formstack.php:1849, ../includes/Elements/GravityForms.php:1882, ../includes/Elements/GravityForms.php:2106, ../includes/Elements/Info_Box.php:597, ../includes/Elements/Info_Box.php:835, ../includes/Elements/Info_Box.php:1066, ../includes/Elements/Info_Box.php:1272, ../includes/Elements/Info_Box.php:1447, ../includes/Elements/Login_Register.php:3221, ../includes/Elements/Login_Register.php:3542, ../includes/Elements/NinjaForms.php:1452, ../includes/Elements/Pricing_Table.php:407, ../includes/Elements/Pricing_Table.php:1956, ../includes/Elements/Product_Grid.php:818, ../includes/Elements/Product_Grid.php:1468, ../includes/Elements/Product_Grid.php:1897, ../includes/Elements/Product_Grid.php:2121, ../includes/Elements/Product_Grid.php:2565, ../includes/Elements/Team_Member.php:790, ../includes/Elements/Tooltip.php:436, ../includes/Elements/WeForms.php:737, ../includes/Elements/Woo_Checkout.php:916, ../includes/Elements/Woo_Checkout.php:960, ../includes/Elements/Woo_Checkout.php:1102, ../includes/Elements/Woo_Checkout.php:1345, ../includes/Elements/Woo_Checkout.php:1643, ../includes/Elements/Woo_Checkout.php:2079, ../includes/Elements/Woo_Checkout.php:2427, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php:910, ../includes/Traits/Controls.php:1232, ../includes/Traits/Controls.php:1426, ../includes/Traits/Woo_Product_Comparable.php:925, ../includes/Traits/Woo_Product_Comparable.php:1292, ../includes/Traits/Woo_Product_Comparable.php:1679
735
  msgid "Hover"
736
  msgstr ""
737
 
738
+ #: ../includes/Elements/Advanced_Data_Table.php:1326, ../includes/Elements/Advanced_Data_Table.php:1356, ../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:805, ../includes/Elements/Betterdocs_Category_Grid.php:902, ../includes/Elements/Betterdocs_Category_Grid.php:1005, ../includes/Elements/Betterdocs_Category_Grid.php:1085, ../includes/Elements/Betterdocs_Category_Grid.php:1161, ../includes/Elements/Betterdocs_Category_Grid.php:1238, ../includes/Elements/Betterdocs_Category_Grid.php:1361, ../includes/Elements/Betterdocs_Category_Grid.php:1460, ../includes/Elements/Betterdocs_Search_Form.php:238, ../includes/Elements/Betterdocs_Search_Form.php:275, ../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:652, ../includes/Elements/Content_Ticker.php:708, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Cta_Box.php:601, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:592, ../includes/Elements/Data_Table.php:632, ../includes/Elements/Data_Table.php:1069, ../includes/Elements/Dual_Color_Header.php:468, ../includes/Elements/Dual_Color_Header.php:541, ../includes/Elements/Dual_Color_Header.php:641, ../includes/Elements/Event_Calendar.php:708, ../includes/Elements/Event_Calendar.php:748, ../includes/Elements/Event_Calendar.php:815, ../includes/Elements/Event_Calendar.php:869, ../includes/Elements/Event_Calendar.php:952, ../includes/Elements/Event_Calendar.php:1027, ../includes/Elements/Event_Calendar.php:1061, ../includes/Elements/Event_Calendar.php:1170, ../includes/Elements/Event_Calendar.php:1536, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Facebook_Feed.php:884, ../includes/Elements/Facebook_Feed.php:922, ../includes/Elements/Facebook_Feed.php:960, ../includes/Elements/Facebook_Feed.php:1013, ../includes/Elements/Facebook_Feed.php:1051, ../includes/Elements/Facebook_Feed.php:1089, ../includes/Elements/Facebook_Feed.php:1121, ../includes/Elements/Fancy_Text.php:344, ../includes/Elements/Feature_List.php:540, ../includes/Elements/Feature_List.php:761, ../includes/Elements/Feature_List.php:795, ../includes/Elements/Filterable_Gallery.php:1213, ../includes/Elements/Filterable_Gallery.php:1253, ../includes/Elements/Filterable_Gallery.php:1575, ../includes/Elements/Filterable_Gallery.php:1590, ../includes/Elements/Filterable_Gallery.php:1635, ../includes/Elements/Filterable_Gallery.php:1650, ../includes/Elements/Filterable_Gallery.php:1735, ../includes/Elements/Filterable_Gallery.php:1873, ../includes/Elements/Filterable_Gallery.php:1949, ../includes/Elements/Filterable_Gallery.php:1983, ../includes/Elements/Filterable_Gallery.php:2028, ../includes/Elements/Filterable_Gallery.php:2165, ../includes/Elements/Filterable_Gallery.php:2352, ../includes/Elements/Flip_Box.php:944, ../includes/Elements/Flip_Box.php:1057, ../includes/Elements/Flip_Box.php:1184, ../includes/Elements/Flip_Box.php:1215, ../includes/Elements/Flip_Box.php:1253, ../includes/Elements/Flip_Box.php:1285, ../includes/Elements/Flip_Box.php:1359, ../includes/Elements/Flip_Box.php:1417, ../includes/Elements/FluentForm.php:413, ../includes/Elements/FluentForm.php:949, ../includes/Elements/FluentForm.php:1065, ../includes/Elements/FluentForm.php:1106, ../includes/Elements/FluentForm.php:1161, ../includes/Elements/FluentForm.php:1265, ../includes/Elements/FluentForm.php:1327, ../includes/Elements/FluentForm.php:1921, ../includes/Elements/FluentForm.php:1994, ../includes/Elements/FluentForm.php:2115, ../includes/Elements/Formstack.php:658, ../includes/Elements/Formstack.php:713, ../includes/Elements/Formstack.php:1175, ../includes/Elements/Formstack.php:1255, ../includes/Elements/Formstack.php:1309, ../includes/Elements/Formstack.php:1856, ../includes/Elements/Formstack.php:1937, ../includes/Elements/GravityForms.php:1147, ../includes/Elements/GravityForms.php:1253, ../includes/Elements/GravityForms.php:1367, ../includes/Elements/GravityForms.php:1449, ../includes/Elements/GravityForms.php:1563, ../includes/Elements/GravityForms.php:1607, ../includes/Elements/Image_Accordion.php:495, ../includes/Elements/Image_Accordion.php:524, ../includes/Elements/Info_Box.php:1351, ../includes/Elements/Info_Box.php:1427, ../includes/Elements/Login_Register.php:2252, ../includes/Elements/Login_Register.php:2343, ../includes/Elements/Login_Register.php:2757, ../includes/Elements/NinjaForms.php:1030, ../includes/Elements/NinjaForms.php:1148, ../includes/Elements/NinjaForms.php:1567, ../includes/Elements/Post_Grid.php:359, ../includes/Elements/Post_Grid.php:432, ../includes/Elements/Post_Grid.php:824, ../includes/Elements/Pricing_Table.php:888, ../includes/Elements/Pricing_Table.php:952, ../includes/Elements/Pricing_Table.php:1043, ../includes/Elements/Pricing_Table.php:1072, ../includes/Elements/Pricing_Table.php:1113, ../includes/Elements/Pricing_Table.php:1142, ../includes/Elements/Pricing_Table.php:1182, ../includes/Elements/Pricing_Table.php:1217, ../includes/Elements/Pricing_Table.php:1374, ../includes/Elements/Pricing_Table.php:1506, ../includes/Elements/Product_Grid.php:1227, ../includes/Elements/Product_Grid.php:1795, ../includes/Elements/Product_Grid.php:1902, ../includes/Elements/Product_Grid.php:2239, ../includes/Elements/Product_Grid.php:2418, ../includes/Elements/Product_Grid.php:2458, ../includes/Elements/Product_Grid.php:2519, ../includes/Elements/Product_Grid.php:2570, ../includes/Elements/Product_Grid.php:2723, ../includes/Elements/Progress_Bar.php:405, ../includes/Elements/Progress_Bar.php:465, ../includes/Elements/Twitter_Feed.php:671, ../includes/Elements/Twitter_Feed.php:700, ../includes/Elements/Twitter_Feed.php:730, ../includes/Elements/Twitter_Feed.php:900, ../includes/Elements/Woo_Checkout.php:572, ../includes/Elements/Woo_Checkout.php:746, ../includes/Elements/Woo_Checkout.php:760, ../includes/Elements/Woo_Checkout.php:868, ../includes/Elements/Woo_Checkout.php:882, ../includes/Elements/Woo_Checkout.php:1055, ../includes/Elements/Woo_Checkout.php:1091, ../includes/Elements/Woo_Checkout.php:1107, ../includes/Elements/Woo_Checkout.php:1175, ../includes/Elements/Woo_Checkout.php:1274, ../includes/Elements/Woo_Checkout.php:1324, ../includes/Elements/Woo_Checkout.php:1364, ../includes/Elements/Woo_Checkout.php:1461, ../includes/Elements/Woo_Checkout.php:1622, ../includes/Elements/Woo_Checkout.php:1662, ../includes/Elements/Woo_Checkout.php:1780, ../includes/Elements/Woo_Checkout.php:1824, ../includes/Elements/Woo_Checkout.php:1868, ../includes/Elements/Woo_Checkout.php:1974, ../includes/Elements/Woo_Checkout.php:2013, ../includes/Elements/Woo_Checkout.php:2053, ../includes/Elements/Woo_Checkout.php:2240, ../includes/Elements/Woo_Checkout.php:2261, ../includes/Elements/Woo_Checkout.php:2296, ../includes/Elements/Woo_Checkout.php:2317, ../includes/Elements/Woo_Checkout.php:2406, ../includes/Elements/Woo_Checkout.php:2446, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php:1046, ../includes/Traits/Woo_Product_Comparable.php:47, ../includes/Traits/Woo_Product_Comparable.php:107, ../includes/Traits/Woo_Product_Comparable.php:1359, ../includes/Traits/Woo_Product_Comparable.php:1471
739
  msgid "Color"
740
  msgstr ""
741
 
743
  msgid "No content found"
744
  msgstr ""
745
 
746
+ #: ../includes/Elements/Adv_Accordion.php:88, ../includes/Elements/Adv_Tabs.php:73, ../includes/Elements/Facebook_Feed.php:153, ../includes/Elements/Woo_Checkout.php:109
747
  msgid "General Settings"
748
  msgstr ""
749
 
763
  msgid "Select Accordion Tab Title Tag"
764
  msgstr ""
765
 
766
+ #: ../includes/Elements/Adv_Accordion.php:111, ../includes/Elements/Betterdocs_Category_Box.php:184, ../includes/Elements/Betterdocs_Category_Grid.php:222, ../includes/Elements/Cta_Box.php:198, ../includes/Elements/Dual_Color_Header.php:136, ../includes/Elements/Filterable_Gallery.php:364, ../includes/Elements/Flip_Box.php:297, ../includes/Elements/Flip_Box.php:526, ../includes/Elements/Image_Accordion.php:155, ../includes/Elements/Info_Box.php:233, ../includes/Elements/Progress_Bar.php:136, ../includes/Elements/Tooltip.php:112, ../includes/Extensions/Table_of_Content.php:147, ../includes/Traits/Controls.php:776
767
  msgid "H1"
768
  msgstr ""
769
 
770
+ #: ../includes/Elements/Adv_Accordion.php:112, ../includes/Elements/Betterdocs_Category_Box.php:185, ../includes/Elements/Betterdocs_Category_Grid.php:223, ../includes/Elements/Cta_Box.php:199, ../includes/Elements/Dual_Color_Header.php:137, ../includes/Elements/Filterable_Gallery.php:365, ../includes/Elements/Flip_Box.php:298, ../includes/Elements/Flip_Box.php:527, ../includes/Elements/Image_Accordion.php:156, ../includes/Elements/Info_Box.php:234, ../includes/Elements/Progress_Bar.php:137, ../includes/Elements/Tooltip.php:113, ../includes/Extensions/Table_of_Content.php:148, ../includes/Traits/Controls.php:777
771
  msgid "H2"
772
  msgstr ""
773
 
774
+ #: ../includes/Elements/Adv_Accordion.php:113, ../includes/Elements/Betterdocs_Category_Box.php:186, ../includes/Elements/Betterdocs_Category_Grid.php:224, ../includes/Elements/Cta_Box.php:200, ../includes/Elements/Dual_Color_Header.php:138, ../includes/Elements/Filterable_Gallery.php:366, ../includes/Elements/Flip_Box.php:299, ../includes/Elements/Flip_Box.php:528, ../includes/Elements/Image_Accordion.php:157, ../includes/Elements/Info_Box.php:235, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:114, ../includes/Extensions/Table_of_Content.php:149, ../includes/Traits/Controls.php:778
775
  msgid "H3"
776
  msgstr ""
777
 
778
+ #: ../includes/Elements/Adv_Accordion.php:114, ../includes/Elements/Betterdocs_Category_Box.php:187, ../includes/Elements/Betterdocs_Category_Grid.php:225, ../includes/Elements/Cta_Box.php:201, ../includes/Elements/Dual_Color_Header.php:139, ../includes/Elements/Filterable_Gallery.php:367, ../includes/Elements/Flip_Box.php:300, ../includes/Elements/Flip_Box.php:529, ../includes/Elements/Image_Accordion.php:158, ../includes/Elements/Info_Box.php:236, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:115, ../includes/Extensions/Table_of_Content.php:150, ../includes/Traits/Controls.php:779
779
  msgid "H4"
780
  msgstr ""
781
 
782
+ #: ../includes/Elements/Adv_Accordion.php:115, ../includes/Elements/Betterdocs_Category_Box.php:188, ../includes/Elements/Betterdocs_Category_Grid.php:226, ../includes/Elements/Cta_Box.php:202, ../includes/Elements/Dual_Color_Header.php:140, ../includes/Elements/Filterable_Gallery.php:368, ../includes/Elements/Flip_Box.php:301, ../includes/Elements/Flip_Box.php:530, ../includes/Elements/Image_Accordion.php:159, ../includes/Elements/Info_Box.php:237, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:116, ../includes/Extensions/Table_of_Content.php:151, ../includes/Traits/Controls.php:780
783
  msgid "H5"
784
  msgstr ""
785
 
786
+ #: ../includes/Elements/Adv_Accordion.php:116, ../includes/Elements/Betterdocs_Category_Box.php:189, ../includes/Elements/Betterdocs_Category_Grid.php:227, ../includes/Elements/Cta_Box.php:203, ../includes/Elements/Dual_Color_Header.php:141, ../includes/Elements/Filterable_Gallery.php:369, ../includes/Elements/Flip_Box.php:302, ../includes/Elements/Flip_Box.php:531, ../includes/Elements/Image_Accordion.php:160, ../includes/Elements/Info_Box.php:238, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:117, ../includes/Extensions/Table_of_Content.php:152, ../includes/Traits/Controls.php:781
787
  msgid "H6"
788
  msgstr ""
789
 
790
+ #: ../includes/Elements/Adv_Accordion.php:117, ../includes/Elements/Betterdocs_Category_Box.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:228, ../includes/Elements/Cta_Box.php:204, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Filterable_Gallery.php:370, ../includes/Elements/Flip_Box.php:303, ../includes/Elements/Flip_Box.php:532, ../includes/Elements/Image_Accordion.php:161, ../includes/Elements/Info_Box.php:239, ../includes/Traits/Controls.php:782
791
  msgid "Span"
792
  msgstr ""
793
 
794
+ #: ../includes/Elements/Adv_Accordion.php:118, ../includes/Elements/Betterdocs_Category_Box.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:229, ../includes/Elements/Cta_Box.php:205, ../includes/Elements/Dual_Color_Header.php:143, ../includes/Elements/Filterable_Gallery.php:371, ../includes/Elements/Flip_Box.php:304, ../includes/Elements/Flip_Box.php:533, ../includes/Elements/Image_Accordion.php:162, ../includes/Elements/Info_Box.php:240, ../includes/Elements/Tooltip.php:120, ../includes/Traits/Controls.php:783
795
  msgid "P"
796
  msgstr ""
797
 
798
+ #: ../includes/Elements/Adv_Accordion.php:119, ../includes/Elements/Betterdocs_Category_Box.php:192, ../includes/Elements/Betterdocs_Category_Grid.php:230, ../includes/Elements/Cta_Box.php:206, ../includes/Elements/Dual_Color_Header.php:144, ../includes/Elements/Filterable_Gallery.php:372, ../includes/Elements/Flip_Box.php:305, ../includes/Elements/Flip_Box.php:534, ../includes/Elements/Image_Accordion.php:163, ../includes/Elements/Info_Box.php:241, ../includes/Traits/Controls.php:784
799
  msgid "Div"
800
  msgstr ""
801
 
827
  msgid "Enable Tab Icon"
828
  msgstr ""
829
 
830
+ #: ../includes/Elements/Adv_Accordion.php:208, ../includes/Elements/Adv_Tabs.php:150, ../includes/Elements/Adv_Tabs.php:165, ../includes/Elements/Betterdocs_Category_Box.php:407, ../includes/Elements/Betterdocs_Category_Box.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:1064, ../includes/Elements/Betterdocs_Category_Grid.php:1073, ../includes/Elements/Betterdocs_Category_Grid.php:1205, ../includes/Elements/Betterdocs_Category_Grid.php:1312, ../includes/Elements/Creative_Button.php:129, ../includes/Elements/Cta_Box.php:151, ../includes/Elements/Data_Table.php:140, ../includes/Elements/Data_Table.php:159, ../includes/Elements/Dual_Color_Header.php:116, ../includes/Elements/Dual_Color_Header.php:271, ../includes/Elements/Feature_List.php:75, ../includes/Elements/Feature_List.php:91, ../includes/Elements/Feature_List.php:501, ../includes/Elements/Flip_Box.php:201, ../includes/Elements/Flip_Box.php:227, ../includes/Elements/Flip_Box.php:430, ../includes/Elements/Flip_Box.php:456, ../includes/Elements/Info_Box.php:106, ../includes/Elements/Info_Box.php:175, ../includes/Elements/Info_Box.php:440, ../includes/Elements/Pricing_Table.php:171, ../includes/Elements/Team_Member.php:165, ../includes/Elements/Tooltip.php:72, ../includes/Elements/Tooltip.php:142, ../includes/Elements/Twitter_Feed.php:866, ../includes/Extensions/Table_of_Content.php:622, ../includes/Traits/Controls.php:688, ../includes/Traits/Controls.php:741
831
  msgid "Icon"
832
  msgstr ""
833
 
839
  msgid "Content Type"
840
  msgstr ""
841
 
842
+ #: ../includes/Elements/Adv_Accordion.php:238, ../includes/Elements/Adv_Tabs.php:122, ../includes/Elements/Adv_Tabs.php:209, ../includes/Elements/Adv_Tabs.php:676, ../includes/Elements/Cta_Box.php:217, ../includes/Elements/Cta_Box.php:238, ../includes/Elements/Data_Table.php:244, ../includes/Elements/Data_Table.php:339, ../includes/Elements/Data_Table.php:353, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1446, ../includes/Elements/Facebook_Feed.php:937, ../includes/Elements/Feature_List.php:190, ../includes/Elements/Feature_List.php:693, ../includes/Elements/Flip_Box.php:156, ../includes/Elements/Image_Accordion.php:96, ../includes/Elements/Image_Accordion.php:207, ../includes/Elements/Image_Accordion.php:515, ../includes/Elements/Info_Box.php:251, ../includes/Elements/Product_Grid.php:2335, ../includes/Elements/Tooltip.php:94, ../includes/Elements/Tooltip.php:266
843
  msgid "Content"
844
  msgstr ""
845
 
879
  msgid "Tab Style"
880
  msgstr ""
881
 
882
+ #: ../includes/Elements/Adv_Accordion.php:400, ../includes/Elements/Adv_Accordion.php:832, ../includes/Elements/Adv_Tabs.php:396, ../includes/Elements/Creative_Button.php:496, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Dual_Color_Header.php:395, ../includes/Elements/Event_Calendar.php:1417, ../includes/Elements/Event_Calendar.php:1484, ../includes/Elements/Feature_List.php:573, ../includes/Elements/Filterable_Gallery.php:1771, ../includes/Elements/Filterable_Gallery.php:2125, ../includes/Elements/Filterable_Gallery.php:2558, ../includes/Elements/Flip_Box.php:959, ../includes/Elements/Flip_Box.php:1072, ../includes/Elements/Info_Box.php:935, ../includes/Elements/Info_Box.php:1174, ../includes/Elements/Login_Register.php:2821, ../includes/Elements/Pricing_Table.php:1241, ../includes/Elements/Pricing_Table.php:1676, ../includes/Elements/Pricing_Table.php:1847, ../includes/Elements/Product_Grid.php:1177, ../includes/Elements/Product_Grid.php:2671, ../includes/Elements/Team_Member.php:642, ../includes/Elements/Tooltip.php:199, ../includes/Extensions/Table_of_Content.php:658, ../includes/Traits/Woo_Product_Comparable.php:1332
883
  msgid "Icon Size"
884
  msgstr ""
885
 
891
  msgid "Distance"
892
  msgstr ""
893
 
894
+ #: ../includes/Elements/Adv_Accordion.php:546, ../includes/Elements/Adv_Accordion.php:619, ../includes/Elements/Adv_Accordion.php:692, ../includes/Elements/Adv_Tabs.php:498, ../includes/Elements/Adv_Tabs.php:564, ../includes/Elements/Adv_Tabs.php:632, ../includes/Elements/Dual_Color_Header.php:417, ../includes/Elements/Event_Calendar.php:1435, ../includes/Elements/Feature_List.php:119, ../includes/Elements/Info_Box.php:771, ../includes/Elements/Info_Box.php:850, ../includes/Elements/Info_Box.php:1002, ../includes/Elements/Info_Box.php:1081, ../includes/Elements/Post_Grid.php:947, ../includes/Elements/Pricing_Table.php:342, ../includes/Elements/Pricing_Table.php:1740, ../includes/Elements/Team_Member.php:718, ../includes/Elements/Twitter_Feed.php:607, ../includes/Elements/Woo_Checkout.php:1186, ../includes/Elements/Woo_Checkout.php:1472
895
  msgid "Icon Color"
896
  msgstr ""
897
 
919
  msgid "Caret Color"
920
  msgstr ""
921
 
922
+ #: ../includes/Elements/Adv_Tabs.php:79, ../includes/Elements/Countdown.php:148, ../includes/Elements/Facebook_Feed.php:168, ../includes/Elements/Filterable_Gallery.php:167, ../includes/Elements/Product_Grid.php:212, ../includes/Elements/Product_Grid.php:363, ../includes/Elements/Progress_Bar.php:73, ../includes/Elements/Progress_Bar.php:99, ../includes/Elements/Woo_Checkout.php:115, ../includes/Traits/Controls.php:402, ../includes/Traits/Controls.php:531, ../includes/Traits/Controls.php:591
923
  msgid "Layout"
924
  msgstr ""
925
 
926
+ #: ../includes/Elements/Adv_Tabs.php:84, ../includes/Elements/Image_Accordion.php:86
927
  msgid "Horizontal"
928
  msgstr ""
929
 
930
+ #: ../includes/Elements/Adv_Tabs.php:85, ../includes/Elements/Image_Accordion.php:87
931
  msgid "Vertical"
932
  msgstr ""
933
 
935
  msgid "Enable Icon"
936
  msgstr ""
937
 
938
+ #: ../includes/Elements/Adv_Tabs.php:101, ../includes/Elements/Betterdocs_Category_Grid.php:1327, ../includes/Elements/Creative_Button.php:141, ../includes/Elements/Data_Table.php:701, ../includes/Elements/Feature_List.php:298, ../includes/Elements/Filterable_Gallery.php:744, ../includes/Elements/Flip_Box.php:707, ../includes/Elements/Info_Box.php:121, ../includes/Elements/Info_Box.php:452, ../includes/Elements/Pricing_Table.php:540
939
  msgid "Icon Position"
940
  msgstr ""
941
 
971
  msgid "Tab Title 3"
972
  msgstr ""
973
 
974
+ #: ../includes/Elements/Adv_Tabs.php:292, ../includes/Elements/Event_Calendar.php:141, ../includes/Elements/Image_Accordion.php:60, ../includes/Elements/Image_Accordion.php:295, ../includes/Elements/Login_Register.php:235, ../includes/Elements/Login_Register.php:1388, ../includes/Elements/Progress_Bar.php:304, ../includes/Elements/Progress_Bar.php:515, ../includes/Traits/Admin.php:111
975
  msgid "General"
976
  msgstr ""
977
 
995
  msgid "Caret Size"
996
  msgstr ""
997
 
998
+ #: ../includes/Elements/Adv_Tabs.php:847, ../includes/Elements/Caldera_Forms.php:109, ../includes/Elements/Caldera_Forms.php:936, ../includes/Elements/Contact_Form_7.php:911, ../includes/Elements/Contact_Form_7.php:963, ../includes/Elements/Content_Ticker.php:237, ../includes/Elements/Content_Ticker.php:270, ../includes/Elements/Content_Ticker.php:285, ../includes/Elements/Content_Ticker.php:320, ../includes/Elements/Data_Table.php:1035, ../includes/Elements/Facebook_Feed.php:377, ../includes/Elements/Filterable_Gallery.php:284, ../includes/Elements/Filterable_Gallery.php:429, ../includes/Elements/Filterable_Gallery.php:478, ../includes/Elements/Filterable_Gallery.php:503, ../includes/Elements/Filterable_Gallery.php:528, ../includes/Elements/Filterable_Gallery.php:588, ../includes/Elements/Filterable_Gallery.php:603, ../includes/Elements/FluentForm.php:123, ../includes/Elements/FluentForm.php:902, ../includes/Elements/Formstack.php:192, ../includes/Elements/Formstack.php:1128, ../includes/Elements/GravityForms.php:149, ../includes/Elements/GravityForms.php:246, ../includes/Elements/GravityForms.php:1206, ../includes/Elements/GravityForms.php:1402, ../includes/Elements/Image_Accordion.php:175, ../includes/Elements/Info_Box.php:358, ../includes/Elements/Info_Box.php:372, ../includes/Elements/Login_Register.php:408, ../includes/Elements/Login_Register.php:486, ../includes/Elements/Login_Register.php:790, ../includes/Elements/NinjaForms.php:114, ../includes/Elements/NinjaForms.php:983, ../includes/Elements/Post_Grid.php:112, ../includes/Elements/Post_Grid.php:126, ../includes/Elements/Post_Grid.php:152, ../includes/Elements/Post_Grid.php:166, ../includes/Elements/Post_Grid.php:192, ../includes/Elements/Post_Grid.php:206, ../includes/Elements/Pricing_Table.php:219, ../includes/Elements/Pricing_Table.php:1878, ../includes/Elements/Team_Member.php:704, ../includes/Elements/WpForms.php:107, ../includes/Elements/WpForms.php:937, ../includes/Extensions/Reading_Progress.php:41, ../includes/Extensions/Reading_Progress.php:77, ../includes/Extensions/Table_of_Content.php:45, ../includes/Extensions/Table_of_Content.php:79, ../includes/Extensions/Table_of_Content.php:211, ../includes/Extensions/Table_of_Content.php:226, ../includes/Extensions/Table_of_Content.php:241, ../includes/Extensions/Table_of_Content.php:256, ../includes/Extensions/Table_of_Content.php:271, ../includes/Traits/Controls.php:374
999
  msgid "Yes"
1000
  msgstr ""
1001
 
1002
+ #: ../includes/Elements/Adv_Tabs.php:848, ../includes/Elements/Caldera_Forms.php:110, ../includes/Elements/Caldera_Forms.php:937, ../includes/Elements/Contact_Form_7.php:912, ../includes/Elements/Contact_Form_7.php:964, ../includes/Elements/Content_Ticker.php:238, ../includes/Elements/Content_Ticker.php:271, ../includes/Elements/Content_Ticker.php:286, ../includes/Elements/Content_Ticker.php:321, ../includes/Elements/Cta_Box.php:685, ../includes/Elements/Data_Table.php:1036, ../includes/Elements/Facebook_Feed.php:381, ../includes/Elements/Feature_List.php:360, ../includes/Elements/Filterable_Gallery.php:285, ../includes/Elements/Filterable_Gallery.php:430, ../includes/Elements/Filterable_Gallery.php:479, ../includes/Elements/Filterable_Gallery.php:504, ../includes/Elements/Filterable_Gallery.php:529, ../includes/Elements/Filterable_Gallery.php:589, ../includes/Elements/Filterable_Gallery.php:604, ../includes/Elements/FluentForm.php:124, ../includes/Elements/FluentForm.php:903, ../includes/Elements/Formstack.php:193, ../includes/Elements/Formstack.php:1129, ../includes/Elements/GravityForms.php:150, ../includes/Elements/GravityForms.php:247, ../includes/Elements/GravityForms.php:1207, ../includes/Elements/GravityForms.php:1403, ../includes/Elements/Image_Accordion.php:176, ../includes/Elements/Info_Box.php:359, ../includes/Elements/Info_Box.php:373, ../includes/Elements/Login_Register.php:409, ../includes/Elements/Login_Register.php:487, ../includes/Elements/Login_Register.php:791, ../includes/Elements/NinjaForms.php:115, ../includes/Elements/NinjaForms.php:984, ../includes/Elements/Post_Grid.php:113, ../includes/Elements/Post_Grid.php:127, ../includes/Elements/Post_Grid.php:153, ../includes/Elements/Post_Grid.php:167, ../includes/Elements/Post_Grid.php:193, ../includes/Elements/Post_Grid.php:207, ../includes/Elements/Pricing_Table.php:220, ../includes/Elements/Pricing_Table.php:1879, ../includes/Elements/Team_Member.php:705, ../includes/Elements/WpForms.php:108, ../includes/Elements/WpForms.php:938, ../includes/Extensions/Reading_Progress.php:42, ../includes/Extensions/Reading_Progress.php:78, ../includes/Extensions/Table_of_Content.php:46, ../includes/Extensions/Table_of_Content.php:80, ../includes/Extensions/Table_of_Content.php:212, ../includes/Extensions/Table_of_Content.php:227, ../includes/Extensions/Table_of_Content.php:242, ../includes/Extensions/Table_of_Content.php:257, ../includes/Extensions/Table_of_Content.php:272, ../includes/Traits/Controls.php:375
1003
  msgid "No"
1004
  msgstr ""
1005
 
1019
  msgid "Show Icon"
1020
  msgstr ""
1021
 
1022
+ #: ../includes/Elements/Betterdocs_Category_Box.php:158, ../includes/Elements/Betterdocs_Category_Box.php:170, ../includes/Elements/Betterdocs_Category_Box.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:177, ../includes/Elements/Betterdocs_Category_Grid.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:244, ../includes/Elements/Betterdocs_Category_Grid.php:260, ../includes/Elements/Betterdocs_Category_Grid.php:272, ../includes/Elements/Betterdocs_Category_Grid.php:1302, ../includes/Elements/Caldera_Forms.php:152, ../includes/Elements/Caldera_Forms.php:165, ../includes/Elements/Caldera_Forms.php:191, ../includes/Elements/Contact_Form_7.php:205, ../includes/Elements/Contact_Form_7.php:231, ../includes/Elements/Contact_Form_7.php:251, ../includes/Elements/Content_Ticker.php:298, ../includes/Elements/Countdown.php:503, ../includes/Elements/Creative_Button.php:250, ../includes/Elements/Cta_Box.php:134, ../includes/Elements/Cta_Box.php:281, ../includes/Elements/Dual_Color_Header.php:93, ../includes/Elements/Dual_Color_Header.php:103, ../includes/Elements/Facebook_Feed.php:295, ../includes/Elements/Facebook_Feed.php:307, ../includes/Elements/Facebook_Feed.php:322, ../includes/Elements/Facebook_Feed.php:337, ../includes/Elements/Facebook_Feed.php:352, ../includes/Elements/Facebook_Feed.php:418, ../includes/Elements/Feature_List.php:359, ../includes/Elements/Filterable_Gallery.php:272, ../includes/Elements/FluentForm.php:166, ../includes/Elements/FluentForm.php:178, ../includes/Elements/FluentForm.php:204, ../includes/Elements/FluentForm.php:1706, ../includes/Elements/FluentForm.php:1774, ../includes/Elements/Formstack.php:235, ../includes/Elements/Formstack.php:247, ../includes/Elements/Formstack.php:273, ../includes/Elements/Formstack.php:286, ../includes/Elements/Formstack.php:1622, ../includes/Elements/GravityForms.php:161, ../includes/Elements/GravityForms.php:176, ../includes/Elements/GravityForms.php:222, ../includes/Elements/GravityForms.php:234, ../includes/Elements/GravityForms.php:272, ../includes/Elements/GravityForms.php:292, ../includes/Elements/Info_Box.php:290, ../includes/Elements/Login_Register.php:330, ../includes/Elements/Login_Register.php:621, ../includes/Elements/NinjaForms.php:126, ../includes/Elements/NinjaForms.php:173, ../includes/Elements/NinjaForms.php:186, ../includes/Elements/NinjaForms.php:212, ../includes/Elements/NinjaForms.php:232, ../includes/Elements/Post_Timeline.php:88, ../includes/Elements/Pricing_Table.php:515, ../includes/Elements/Pricing_Table.php:1630, ../includes/Elements/Product_Grid.php:464, ../includes/Elements/Product_Grid.php:566, ../includes/Elements/Product_Grid.php:1391, ../includes/Elements/Product_Grid.php:1981, ../includes/Elements/Sticky_Video.php:362, ../includes/Elements/Twitter_Feed.php:368, ../includes/Elements/WpForms.php:119, ../includes/Elements/WpForms.php:134, ../includes/Elements/WpForms.php:180, ../includes/Elements/WpForms.php:193, ../includes/Elements/WpForms.php:216, ../includes/Traits/Controls.php:562, ../includes/Traits/Controls.php:624, ../includes/Traits/Controls.php:654, ../includes/Traits/Controls.php:762, ../includes/Traits/Controls.php:810, ../includes/Traits/Controls.php:878, ../includes/Traits/Controls.php:913, ../includes/Traits/Controls.php:944, ../includes/Traits/Controls.php:995, ../includes/Traits/Controls.php:1023, ../includes/Traits/Controls.php:1039, ../includes/Traits/Controls.php:1054
1023
  msgid "Show"
1024
  msgstr ""
1025
 
1026
+ #: ../includes/Elements/Betterdocs_Category_Box.php:159, ../includes/Elements/Betterdocs_Category_Box.php:171, ../includes/Elements/Betterdocs_Category_Box.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:178, ../includes/Elements/Betterdocs_Category_Grid.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:245, ../includes/Elements/Betterdocs_Category_Grid.php:261, ../includes/Elements/Betterdocs_Category_Grid.php:273, ../includes/Elements/Betterdocs_Category_Grid.php:1303, ../includes/Elements/Caldera_Forms.php:153, ../includes/Elements/Caldera_Forms.php:166, ../includes/Elements/Caldera_Forms.php:192, ../includes/Elements/Contact_Form_7.php:206, ../includes/Elements/Contact_Form_7.php:232, ../includes/Elements/Contact_Form_7.php:252, ../includes/Elements/Content_Ticker.php:299, ../includes/Elements/Countdown.php:504, ../includes/Elements/Creative_Button.php:251, ../includes/Elements/Cta_Box.php:135, ../includes/Elements/Cta_Box.php:282, ../includes/Elements/Dual_Color_Header.php:94, ../includes/Elements/Dual_Color_Header.php:104, ../includes/Elements/Facebook_Feed.php:296, ../includes/Elements/Facebook_Feed.php:308, ../includes/Elements/Facebook_Feed.php:323, ../includes/Elements/Facebook_Feed.php:338, ../includes/Elements/Facebook_Feed.php:353, ../includes/Elements/Facebook_Feed.php:419, ../includes/Elements/Filterable_Gallery.php:273, ../includes/Elements/FluentForm.php:167, ../includes/Elements/FluentForm.php:179, ../includes/Elements/FluentForm.php:205, ../includes/Elements/FluentForm.php:1707, ../includes/Elements/FluentForm.php:1775, ../includes/Elements/Formstack.php:236, ../includes/Elements/Formstack.php:248, ../includes/Elements/Formstack.php:274, ../includes/Elements/Formstack.php:287, ../includes/Elements/Formstack.php:1623, ../includes/Elements/GravityForms.php:162, ../includes/Elements/GravityForms.php:177, ../includes/Elements/GravityForms.php:223, ../includes/Elements/GravityForms.php:235, ../includes/Elements/GravityForms.php:273, ../includes/Elements/GravityForms.php:293, ../includes/Elements/Info_Box.php:291, ../includes/Elements/Login_Register.php:329, ../includes/Elements/Login_Register.php:529, ../includes/Elements/Login_Register.php:620, ../includes/Elements/NinjaForms.php:127, ../includes/Elements/NinjaForms.php:174, ../includes/Elements/NinjaForms.php:187, ../includes/Elements/NinjaForms.php:213, ../includes/Elements/NinjaForms.php:233, ../includes/Elements/Post_Timeline.php:89, ../includes/Elements/Pricing_Table.php:516, ../includes/Elements/Pricing_Table.php:1631, ../includes/Elements/Product_Grid.php:465, ../includes/Elements/Product_Grid.php:567, ../includes/Elements/Product_Grid.php:1392, ../includes/Elements/Product_Grid.php:1982, ../includes/Elements/Sticky_Video.php:363, ../includes/Elements/Twitter_Feed.php:369, ../includes/Elements/WpForms.php:120, ../includes/Elements/WpForms.php:135, ../includes/Elements/WpForms.php:181, ../includes/Elements/WpForms.php:194, ../includes/Elements/WpForms.php:217, ../includes/Traits/Controls.php:563, ../includes/Traits/Controls.php:625, ../includes/Traits/Controls.php:655, ../includes/Traits/Controls.php:763, ../includes/Traits/Controls.php:811, ../includes/Traits/Controls.php:879, ../includes/Traits/Controls.php:914, ../includes/Traits/Controls.php:945, ../includes/Traits/Controls.php:996, ../includes/Traits/Controls.php:1024, ../includes/Traits/Controls.php:1040, ../includes/Traits/Controls.php:1055
1027
  msgid "Hide"
1028
  msgstr ""
1029
 
1031
  msgid "Show Title"
1032
  msgstr ""
1033
 
1034
+ #: ../includes/Elements/Betterdocs_Category_Box.php:180, ../includes/Elements/Betterdocs_Category_Grid.php:218, ../includes/Elements/Cta_Box.php:194, ../includes/Elements/Image_Accordion.php:151
1035
  msgid "Select Tag"
1036
  msgstr ""
1037
 
1075
  msgid "Size"
1076
  msgstr ""
1077
 
1078
+ #: ../includes/Elements/Betterdocs_Category_Box.php:527, ../includes/Elements/Betterdocs_Category_Box.php:695, ../includes/Elements/Betterdocs_Category_Box.php:942, ../includes/Elements/Betterdocs_Category_Grid.php:1115, ../includes/Elements/Betterdocs_Category_Grid.php:1193, ../includes/Elements/Caldera_Forms.php:753, ../includes/Elements/Caldera_Forms.php:870, ../includes/Elements/Contact_Form_7.php:575, ../includes/Elements/Contact_Form_7.php:860, ../includes/Elements/Contact_Form_7.php:1430, ../includes/Elements/Feature_List.php:654, ../includes/Elements/Filterable_Gallery.php:2406, ../includes/Elements/FluentForm.php:772, ../includes/Elements/FluentForm.php:1748, ../includes/Elements/Formstack.php:605, ../includes/Elements/Formstack.php:1001, ../includes/Elements/GravityForms.php:684, ../includes/Elements/GravityForms.php:956, ../includes/Elements/Login_Register.php:2402, ../includes/Elements/Login_Register.php:2604, ../includes/Elements/Login_Register.php:3077, ../includes/Elements/Login_Register.php:3376, ../includes/Elements/NinjaForms.php:797, ../includes/Elements/NinjaForms.php:914, ../includes/Elements/NinjaForms.php:1579, ../includes/Elements/Post_Grid.php:870, ../includes/Elements/Woo_Checkout.php:1985, ../includes/Elements/WpForms.php:765, ../includes/Elements/WpForms.php:871
1079
  msgid "Spacing"
1080
  msgstr ""
1081
 
1082
+ #: ../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:1145, ../includes/Elements/Caldera_Forms.php:118, ../includes/Elements/Caldera_Forms.php:258, ../includes/Elements/Contact_Form_7.php:160, ../includes/Elements/Contact_Form_7.php:465, ../includes/Elements/Cta_Box.php:183, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:691, ../includes/Elements/Event_Calendar.php:1350, ../includes/Elements/Feature_List.php:180, ../includes/Elements/Feature_List.php:182, ../includes/Elements/Feature_List.php:733, ../includes/Elements/Flip_Box.php:649, ../includes/Elements/FluentForm.php:132, ../includes/Elements/FluentForm.php:265, ../includes/Elements/Formstack.php:201, ../includes/Elements/Formstack.php:472, ../includes/Elements/GravityForms.php:158, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:506, ../includes/Elements/Image_Accordion.php:196, ../includes/Elements/Image_Accordion.php:486, ../includes/Elements/Login_Register.php:2213, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:138, ../includes/Elements/Pricing_Table.php:135, ../includes/Elements/Product_Grid.php:2264, ../includes/Elements/Progress_Bar.php:120, ../includes/Elements/Progress_Bar.php:679, ../includes/Elements/Woo_Checkout.php:323, ../includes/Elements/Woo_Checkout.php:433, ../includes/Elements/Woo_Checkout.php:527, ../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:39, ../includes/Traits/Woo_Product_Comparable.php:75, ../includes/Traits/Woo_Product_Comparable.php:1070, ../includes/Traits/Woo_Product_Comparable.php:1188
1083
  msgid "Title"
1084
  msgstr ""
1085
 
1091
  msgid "Count"
1092
  msgstr ""
1093
 
1094
+ #: ../includes/Elements/Betterdocs_Category_Box.php:87, ../includes/Elements/Betterdocs_Category_Grid.php:90, ../includes/Elements/Betterdocs_Search_Form.php:84, ../includes/Elements/Caldera_Forms.php:67, ../includes/Elements/Career_Page.php:49, ../includes/Elements/Contact_Form_7.php:109, ../includes/Elements/EmbedPress.php:54, ../includes/Elements/FluentForm.php:79, ../includes/Elements/Formstack.php:75, ../includes/Elements/Formstack.php:96, ../includes/Elements/Formstack.php:117, ../includes/Elements/GravityForms.php:107, ../includes/Elements/NinjaForms.php:72, ../includes/Elements/TypeForm.php:99, ../includes/Elements/WeForms.php:70, ../includes/Elements/Woocommerce_Review.php:52, ../includes/Elements/Woo_Checkout.php:84, ../includes/Elements/WpForms.php:69, ../includes/Traits/Woo_Product_Comparable.php:119
1095
  msgid "Warning!"
1096
  msgstr ""
1097
 
1103
  msgid "File Not Found"
1104
  msgstr ""
1105
 
1106
+ #: ../includes/Elements/Betterdocs_Category_Box.php:1181, ../includes/Elements/Betterdocs_Category_Box.php:1146, ../includes/Elements/Betterdocs_Category_Grid.php:1678, ../includes/Elements/Betterdocs_Category_Grid.php:1645, ../includes/Elements/Post_Grid.php:1041, ../includes/Elements/Post_Timeline.php:460, ../includes/Elements/Product_Grid.php:2953
1107
  msgid "<p class=\"no-posts-found\">No posts found!</p>"
1108
  msgstr ""
1109
 
1139
  msgid "Show Button"
1140
  msgstr ""
1141
 
1142
+ #: ../includes/Elements/Betterdocs_Category_Grid.php:282, ../includes/Elements/Creative_Button.php:78, ../includes/Elements/Cta_Box.php:256, ../includes/Elements/Filterable_Gallery.php:686, ../includes/Elements/Flip_Box.php:680, ../includes/Elements/Info_Box.php:402, ../includes/Elements/Login_Register.php:635, ../includes/Elements/Login_Register.php:1110, ../includes/Elements/Pricing_Table.php:578, ../includes/Elements/Woo_Checkout.php:370, ../includes/Traits/Controls.php:926
1143
  msgid "Button Text"
1144
  msgstr ""
1145
 
1191
  msgid "Area Spacing"
1192
  msgstr ""
1193
 
1194
+ #: ../includes/Elements/Betterdocs_Category_Grid.php:1331, ../includes/Elements/Creative_Button.php:145, ../includes/Elements/Filterable_Gallery.php:749, ../includes/Elements/Flip_Box.php:712, ../includes/Elements/Info_Box.php:456, ../includes/Elements/Pricing_Table.php:544
1195
  msgid "Before"
1196
  msgstr ""
1197
 
1198
+ #: ../includes/Elements/Betterdocs_Category_Grid.php:1332, ../includes/Elements/Creative_Button.php:146, ../includes/Elements/Filterable_Gallery.php:748, ../includes/Elements/Flip_Box.php:711, ../includes/Elements/Info_Box.php:457, ../includes/Elements/Pricing_Table.php:545
1199
  msgid "After"
1200
  msgstr ""
1201
 
1202
+ #: ../includes/Elements/Betterdocs_Category_Grid.php:1533, ../includes/Elements/Creative_Button.php:437, ../includes/Elements/Pricing_Table.php:840, ../includes/Elements/WeForms.php:626, ../includes/Traits/Controls.php:1479
1203
  msgid "Button Alignment"
1204
  msgstr ""
1205
 
1235
  msgid "Close Icon"
1236
  msgstr ""
1237
 
1238
+ #: ../includes/Elements/Betterdocs_Search_Form.php:286, ../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:1363, ../includes/Elements/Content_Ticker.php:720, ../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:417, ../includes/Elements/Cta_Box.php:809, ../includes/Elements/Cta_Box.php:978, ../includes/Elements/Event_Calendar.php:639, ../includes/Elements/Facebook_Feed.php:717, ../includes/Elements/Filterable_Gallery.php:2706, ../includes/Elements/FluentForm.php:986, ../includes/Elements/FluentForm.php:1654, ../includes/Elements/Formstack.php:1570, ../includes/Elements/GravityForms.php:1057, ../includes/Elements/GravityForms.php:1290, ../includes/Elements/GravityForms.php:1486, ../includes/Elements/GravityForms.php:1915, ../includes/Elements/GravityForms.php:2137, ../includes/Elements/NinjaForms.php:1067, ../includes/Elements/NinjaForms.php:1483, ../includes/Elements/Pricing_Table.php:2000, ../includes/Elements/Product_Grid.php:683, ../includes/Elements/Product_Grid.php:823, ../includes/Elements/Product_Grid.php:1517, ../includes/Elements/Product_Grid.php:1761, ../includes/Elements/Product_Grid.php:1941, ../includes/Elements/Product_Grid.php:2150, ../includes/Elements/Product_Grid.php:2194, ../includes/Elements/Product_Grid.php:2388, ../includes/Elements/Product_Grid.php:2482, ../includes/Elements/Product_Grid.php:2594, ../includes/Elements/Sticky_Video.php:579, ../includes/Elements/Twitter_Feed.php:618, ../includes/Elements/WeForms.php:464, ../includes/Elements/WeForms.php:764, ../includes/Elements/Woo_Checkout.php:774, ../includes/Elements/Woo_Checkout.php:981, ../includes/Elements/Woo_Checkout.php:1376, ../includes/Elements/Woo_Checkout.php:1572, ../includes/Elements/Woo_Checkout.php:1674, ../includes/Elements/Woo_Checkout.php:1791, ../includes/Elements/Woo_Checkout.php:1835, ../includes/Elements/Woo_Checkout.php:1879, ../includes/Elements/Woo_Checkout.php:2068, ../includes/Elements/Woo_Checkout.php:2084, ../includes/Elements/Woo_Checkout.php:2346, ../includes/Elements/Woo_Checkout.php:2458, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1455, ../includes/Traits/Woo_Product_Comparable.php:1710
1239
  msgid "Border Color"
1240
  msgstr ""
1241
 
1303
  msgid "Form Alignment"
1304
  msgstr ""
1305
 
1306
+ #: ../includes/Elements/Caldera_Forms.php:411, ../includes/Elements/Contact_Form_7.php:327, ../includes/Elements/Contact_Form_7.php:828, ../includes/Elements/Creative_Button.php:225, ../includes/Elements/Cta_Box.php:641, ../includes/Elements/Cta_Box.php:858, ../includes/Elements/Dual_Color_Header.php:79, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/FluentForm.php:430, ../includes/Elements/Formstack.php:330, ../includes/Elements/GravityForms.php:343, ../includes/Elements/Login_Register.php:430, ../includes/Elements/Login_Register.php:527, ../includes/Elements/Login_Register.php:1039, ../includes/Elements/Login_Register.php:1395, ../includes/Elements/Login_Register.php:1521, ../includes/Elements/Login_Register.php:1778, ../includes/Elements/Login_Register.php:1922, ../includes/Elements/Login_Register.php:2072, ../includes/Elements/Login_Register.php:2215, ../includes/Elements/Login_Register.php:2306, ../includes/Elements/Login_Register.php:2404, ../includes/Elements/Login_Register.php:2606, ../includes/Elements/Login_Register.php:2651, ../includes/Elements/Login_Register.php:2683, ../includes/Elements/Login_Register.php:2917, ../includes/Elements/Login_Register.php:3079, ../includes/Elements/Login_Register.php:3378, ../includes/Elements/NinjaForms.php:278, ../includes/Elements/Post_Grid.php:233, ../includes/Elements/Pricing_Table.php:85, ../includes/Elements/Pricing_Table.php:467, ../includes/Elements/Product_Grid.php:230, ../includes/Elements/Team_Member.php:375, ../includes/Elements/Testimonial.php:252, ../includes/Elements/Testimonial.php:309, ../includes/Elements/TypeForm.php:196, ../includes/Elements/WeForms.php:161, ../includes/Elements/WeForms.php:631, ../includes/Elements/Woo_Checkout.php:120, ../includes/Elements/WpForms.php:267, ../includes/Traits/Controls.php:551, ../includes/Traits/Controls.php:1525, ../includes/Traits/Login_Registration.php:571, ../includes/Traits/Woo_Product_Comparable.php:406, ../includes/Traits/Woo_Product_Comparable.php:520, ../includes/Traits/Woo_Product_Comparable.php:611, ../includes/Traits/Woo_Product_Comparable.php:680, ../includes/Template/Betterdocs-Category-Box/Layout_Default.php:4, ../includes/Template/Betterdocs-Category-Grid/Layout_Default.php:4, ../includes/Template/Content-Ticker/default.php:3, ../includes/Template/Eicon-Woocommerce/default.php:4, ../includes/Template/Post-Grid/default.php:4, ../includes/Template/Post-Timeline/default.php:3
1307
  msgid "Default"
1308
  msgstr ""
1309
 
1331
  msgid "Input Width"
1332
  msgstr ""
1333
 
1334
+ #: ../includes/Elements/Caldera_Forms.php:684, ../includes/Elements/Contact_Form_7.php:653, ../includes/Elements/FluentForm.php:703, ../includes/Elements/Formstack.php:932, ../includes/Elements/GravityForms.php:777, ../includes/Elements/NinjaForms.php:727, ../includes/Elements/Woo_Checkout.php:2033, ../includes/Elements/WpForms.php:695
1335
  msgid "Input Height"
1336
  msgstr ""
1337
 
1443
  msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
1444
  msgstr ""
1445
 
1446
+ #: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1636, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:741, ../includes/Elements/Dual_Color_Header.php:821, ../includes/Elements/Event_Calendar.php:627, ../includes/Elements/Event_Calendar.php:759, ../includes/Elements/Event_Calendar.php:826, ../includes/Elements/Event_Calendar.php:880, ../includes/Elements/Event_Calendar.php:992, ../includes/Elements/Event_Calendar.php:1084, ../includes/Elements/Event_Calendar.php:1182, ../includes/Elements/Event_Calendar.php:1548, ../includes/Elements/Event_Calendar.php:1657, ../includes/Elements/Facebook_Feed.php:477, ../includes/Elements/Facebook_Feed.php:490, ../includes/Elements/Facebook_Feed.php:565, ../includes/Elements/Facebook_Feed.php:578, ../includes/Elements/Facebook_Feed.php:663, ../includes/Elements/Facebook_Feed.php:676, ../includes/Elements/Facebook_Feed.php:747, ../includes/Elements/Facebook_Feed.php:785, ../includes/Elements/Facebook_Feed.php:825, ../includes/Elements/Fancy_Text.php:438, ../includes/Elements/Filterable_Gallery.php:2050, ../includes/Elements/Filterable_Gallery.php:2269, ../includes/Elements/Flip_Box.php:1371, ../includes/Elements/Flip_Box.php:1429, ../includes/Elements/FluentForm.php:1853, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:1943, ../includes/Elements/FluentForm.php:2006, ../includes/Elements/Formstack.php:638, ../includes/Elements/Formstack.php:1713, ../includes/Elements/Formstack.php:1738, ../includes/Elements/Formstack.php:1802, ../includes/Elements/Formstack.php:1867, ../includes/Elements/Formstack.php:1922, ../includes/Elements/Formstack.php:2005, ../includes/Elements/Post_Grid.php:351, ../includes/Elements/Pricing_Table.php:1919, ../includes/Elements/Pricing_Table.php:1988, ../includes/Elements/Product_Grid.php:1419, ../includes/Elements/Product_Grid.php:1433, ../includes/Elements/Product_Grid.php:1487, ../includes/Elements/Product_Grid.php:1500, ../includes/Elements/Product_Grid.php:2734, ../includes/Elements/Product_Grid.php:2791, ../includes/Elements/Progress_Bar.php:343, ../includes/Elements/Team_Member.php:745, ../includes/Elements/Team_Member.php:822, ../includes/Elements/Twitter_Feed.php:378, ../includes/Elements/Twitter_Feed.php:630, ../includes/Elements/Woo_Checkout.php:1769, ../includes/Elements/Woo_Checkout.php:1813, ../includes/Elements/Woo_Checkout.php:1857, ../includes/Traits/Controls.php:1197, ../includes/Traits/Controls.php:1251, ../includes/Traits/Woo_Product_Comparable.php:1370, ../includes/Traits/Woo_Product_Comparable.php:1649, ../includes/Traits/Woo_Product_Comparable.php:1698
1447
  msgid "Background"
1448
  msgstr ""
1449
 
1483
  msgid "Alert"
1484
  msgstr ""
1485
 
1486
+ #: ../includes/Elements/Contact_Form_7.php:1454, ../includes/Elements/Login_Register.php:1055, ../includes/Elements/Woo_Checkout.php:2025
1487
  msgid "Fields"
1488
  msgstr ""
1489
 
1591
  msgid "Arrows"
1592
  msgstr ""
1593
 
1594
+ #: ../includes/Elements/Content_Ticker.php:329, ../includes/Elements/Image_Accordion.php:81
1595
  msgid "Direction"
1596
  msgstr ""
1597
 
1763
  msgid "Choose whether if you want to set a message or a redirect link"
1764
  msgstr ""
1765
 
1766
+ #: ../includes/Elements/Countdown.php:403, ../includes/Elements/Woo_Checkout.php:445, ../includes/Elements/Woo_Checkout.php:1850
1767
  msgid "Message"
1768
  msgstr ""
1769
 
1811
  msgid "Space Below Container"
1812
  msgstr ""
1813
 
1814
+ #: ../includes/Elements/Countdown.php:648, ../includes/Elements/Dual_Color_Header.php:436, ../includes/Elements/Facebook_Feed.php:853, ../includes/Elements/Flip_Box.php:1160, ../includes/Elements/Image_Accordion.php:478, ../includes/Elements/Info_Box.php:1329, ../includes/Elements/Product_Grid.php:1064, ../includes/Elements/Team_Member.php:536, ../includes/Elements/Twitter_Feed.php:655
1815
  msgid "Color &amp; Typography"
1816
  msgstr ""
1817
 
1843
  msgid "Title Style"
1844
  msgstr ""
1845
 
1846
+ #: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:1367, ../includes/Elements/FluentForm.php:1807, ../includes/Elements/Formstack.php:1633, ../includes/Elements/Info_Box.php:1453, ../includes/Elements/Post_Grid.php:573, ../includes/Elements/Post_Timeline.php:309, ../includes/Elements/Product_Grid.php:2281, ../includes/Elements/Product_Grid.php:2631, ../includes/Elements/Progress_Bar.php:688, ../includes/Elements/Twitter_Feed.php:567, ../includes/Elements/Woo_Checkout.php:2165, ../includes/Traits/Woo_Product_Comparable.php:1005, ../includes/Traits/Woo_Product_Comparable.php:1236
1847
  msgid "Title Color"
1848
  msgstr ""
1849
 
1850
+ #: ../includes/Elements/Creative_Button.php:71
1851
  msgid "Button Content"
1852
  msgstr ""
1853
 
1854
+ #: ../includes/Elements/Creative_Button.php:85, ../includes/Elements/Info_Box.php:410
1855
  msgid "Enter button text"
1856
  msgstr ""
1857
 
1858
+ #: ../includes/Elements/Creative_Button.php:86, ../includes/Elements/Info_Box.php:411
1859
  msgid "Enter button text here"
1860
  msgstr ""
1861
 
1862
+ #: ../includes/Elements/Creative_Button.php:93
1863
  msgid "Button Secondary Text"
1864
  msgstr ""
1865
 
1866
+ #: ../includes/Elements/Creative_Button.php:100
1867
  msgid "Enter button secondary text"
1868
  msgstr ""
1869
 
1870
+ #: ../includes/Elements/Creative_Button.php:101
1871
  msgid "Enter button secondary text here"
1872
  msgstr ""
1873
 
1874
+ #: ../includes/Elements/Creative_Button.php:108, ../includes/Elements/Info_Box.php:421
1875
  msgid "Link URL"
1876
  msgstr ""
1877
 
1878
+ #: ../includes/Elements/Creative_Button.php:158, ../includes/Elements/Filterable_Gallery.php:2580, ../includes/Elements/Info_Box.php:469, ../includes/Elements/Pricing_Table.php:557
1879
  msgid "Icon Spacing"
1880
  msgstr ""
1881
 
1882
+ #: ../includes/Elements/Creative_Button.php:213
1883
  msgid "Button Effects &amp; Styles"
1884
  msgstr ""
1885
 
1886
+ #: ../includes/Elements/Creative_Button.php:221
1887
  msgid "Set Button Effect"
1888
  msgstr ""
1889
 
1890
+ #: ../includes/Elements/Creative_Button.php:226
1891
  msgid "Winona"
1892
  msgstr ""
1893
 
1894
+ #: ../includes/Elements/Creative_Button.php:227
1895
  msgid "Ujarak"
1896
  msgstr ""
1897
 
1898
+ #: ../includes/Elements/Creative_Button.php:228
1899
  msgid "Wayra"
1900
  msgstr ""
1901
 
1902
+ #: ../includes/Elements/Creative_Button.php:229
1903
  msgid "Tamaya"
1904
  msgstr ""
1905
 
1906
+ #: ../includes/Elements/Creative_Button.php:230
1907
  msgid "Rayen"
1908
  msgstr ""
1909
 
1910
+ #: ../includes/Elements/Creative_Button.php:231
1911
  msgid "Pipaluk (Pro)"
1912
  msgstr ""
1913
 
1914
+ #: ../includes/Elements/Creative_Button.php:232
1915
  msgid "Moema (Pro)"
1916
  msgstr ""
1917
 
1918
+ #: ../includes/Elements/Creative_Button.php:233
1919
  msgid "Wave (Pro)"
1920
  msgstr ""
1921
 
1922
+ #: ../includes/Elements/Creative_Button.php:234
1923
  msgid "Aylen (Pro)"
1924
  msgstr ""
1925
 
1926
+ #: ../includes/Elements/Creative_Button.php:235
1927
  msgid "Saqui (Pro)"
1928
  msgstr ""
1929
 
1930
+ #: ../includes/Elements/Creative_Button.php:236
1931
  msgid "Wapasha (Pro)"
1932
  msgstr ""
1933
 
1934
+ #: ../includes/Elements/Creative_Button.php:237
1935
  msgid "Nuka (Pro)"
1936
  msgstr ""
1937
 
1938
+ #: ../includes/Elements/Creative_Button.php:238
1939
  msgid "Antiman (Pro)"
1940
  msgstr ""
1941
 
1942
+ #: ../includes/Elements/Creative_Button.php:239
1943
  msgid "Quidel (Pro)"
1944
  msgstr ""
1945
 
1946
+ #: ../includes/Elements/Creative_Button.php:240
1947
  msgid "Shikoba (Pro)"
1948
  msgstr ""
1949
 
1950
+ #: ../includes/Elements/Creative_Button.php:248, ../includes/Elements/Cta_Box.php:682, ../includes/Elements/Product_Grid.php:1389, ../includes/Elements/Team_Member.php:702
1951
  msgid "Use Gradient Background"
1952
  msgstr ""
1953
 
1954
+ #: ../includes/Elements/Creative_Button.php:524, ../includes/Elements/Info_Box.php:1198
1955
  msgid "Button Padding"
1956
  msgstr ""
1957
 
1975
  msgid "Color Style"
1976
  msgstr ""
1977
 
1978
+ #: ../includes/Elements/Cta_Box.php:123, ../includes/Elements/Cta_Box.php:325, ../includes/Elements/Image_Accordion.php:184
1979
  msgid "Background Image"
1980
  msgstr ""
1981
 
2347
  msgid "The Events Calendar"
2348
  msgstr ""
2349
 
2350
+ #: ../includes/Elements/Event_Calendar.php:124, ../includes/Elements/Progress_Bar.php:109, ../includes/Elements/Woo_Checkout.php:129
2351
  msgid "Only Available in Pro Version!"
2352
  msgstr ""
2353
 
2571
  msgid "Event Details"
2572
  msgstr ""
2573
 
2574
+ #: ../includes/Elements/Event_Calendar.php:1919
2575
  msgid "No Title"
2576
  msgstr ""
2577
 
2707
  msgid "Show Load More"
2708
  msgstr ""
2709
 
2710
+ #: ../includes/Elements/Facebook_Feed.php:392, ../includes/Elements/FluentForm.php:1098, ../includes/Elements/FluentForm.php:1696, ../includes/Elements/Formstack.php:650, ../includes/Elements/Login_Register.php:993, ../includes/Elements/Woo_Checkout.php:1960, ../includes/Elements/Woo_Checkout.php:2216, ../includes/Traits/Woo_Product_Comparable.php:235
2711
  msgid "Label"
2712
  msgstr ""
2713
 
2771
  msgid "Likes & Comments"
2772
  msgstr ""
2773
 
2774
+ #: ../includes/Elements/Facebook_Feed.php:1135, ../includes/Elements/Image_Accordion.php:390, ../includes/Elements/Post_Timeline.php:101, ../includes/Elements/Team_Member.php:343
2775
  msgid "Overlay Color"
2776
  msgstr ""
2777
 
2987
  msgid "Framed"
2988
  msgstr ""
2989
 
2990
+ #: ../includes/Elements/Feature_List.php:306, ../includes/Elements/Flip_Box.php:333, ../includes/Elements/Flip_Box.php:562, ../includes/Elements/Image_Accordion.php:131, ../includes/Elements/Info_Box.php:129, ../includes/Elements/Login_Register.php:710, ../includes/Elements/Pricing_Table.php:382, ../includes/Elements/Tooltip.php:283, ../includes/Elements/Twitter_Feed.php:341, ../includes/Extensions/Reading_Progress.php:115, ../includes/Traits/Controls.php:1649
2991
  msgid "Top"
2992
  msgstr ""
2993
 
3039
  msgid "Title Bottom Space"
3040
  msgstr ""
3041
 
3042
+ #: ../includes/Elements/Filterable_Gallery.php:90, ../includes/Elements/Flip_Box.php:76, ../includes/Elements/Pricing_Table.php:77, ../includes/Traits/Core.php:45, ../includes/templates/admin/elements.php:565, ../includes/templates/admin/elements.php:548, ../includes/templates/admin/elements.php:545, ../includes/templates/admin/extensions.php:85
3043
  msgid "Settings"
3044
  msgstr ""
3045
 
3355
  msgid "Separator Size"
3356
  msgstr ""
3357
 
3358
+ #: ../includes/Elements/Filterable_Gallery.php:2260, ../includes/Elements/Login_Register.php:1519, ../includes/Elements/Woo_Checkout.php:1564
3359
  msgid "Form"
3360
  msgstr ""
3361
 
3371
  msgid "Dropdown"
3372
  msgstr ""
3373
 
3374
+ #: ../includes/Elements/Filterable_Gallery.php:2449, ../includes/Elements/Product_Grid.php:1879, ../includes/Elements/Product_Grid.php:2056, ../includes/Elements/Woo_Checkout.php:701, ../includes/Elements/Woo_Checkout.php:1014, ../includes/Elements/Woo_Checkout.php:1123, ../includes/Elements/Woo_Checkout.php:2529
3375
  msgid "Top Spacing"
3376
  msgstr ""
3377
 
3443
  msgid "Middle"
3444
  msgstr ""
3445
 
3446
+ #: ../includes/Elements/Flip_Box.php:341, ../includes/Elements/Flip_Box.php:570, ../includes/Elements/Image_Accordion.php:139, ../includes/Elements/Info_Box.php:137, ../includes/Elements/Pricing_Table.php:390, ../includes/Elements/Tooltip.php:284, ../includes/Elements/Twitter_Feed.php:349, ../includes/Extensions/Reading_Progress.php:116, ../includes/Traits/Controls.php:1653
3447
  msgid "Bottom"
3448
  msgstr ""
3449
 
3627
  msgid "Border Height"
3628
  msgstr ""
3629
 
3630
+ #: ../includes/Elements/GravityForms.php:1091, ../includes/Elements/Pricing_Table.php:194, ../includes/Elements/Pricing_Table.php:201, ../includes/Elements/Product_Grid.php:124, ../includes/Elements/Product_Grid.php:2293, ../includes/Elements/Woo_Checkout.php:216, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:79
3631
  msgid "Price"
3632
  msgstr ""
3633
 
3683
  msgid "Thank You Message"
3684
  msgstr ""
3685
 
3686
+ #: ../includes/Elements/Image_Accordion.php:67
3687
  msgid "Accordion Style"
3688
  msgstr ""
3689
 
3690
+ #: ../includes/Elements/Image_Accordion.php:72
3691
  msgid "On Hover"
3692
  msgstr ""
3693
 
3694
+ #: ../includes/Elements/Image_Accordion.php:73
3695
  msgid "On Click"
3696
  msgstr ""
3697
 
3698
+ #: ../includes/Elements/Image_Accordion.php:104, ../includes/Elements/Login_Register.php:2789, ../includes/Elements/Login_Register.php:2885
3699
  msgid "Horizontal Alignment"
3700
  msgstr ""
3701
 
3702
+ #: ../includes/Elements/Image_Accordion.php:127, ../includes/Elements/Login_Register.php:2768, ../includes/Elements/Login_Register.php:2864
3703
  msgid "Vertical Alignment"
3704
  msgstr ""
3705
 
3706
+ #: ../includes/Elements/Image_Accordion.php:173
3707
  msgid "Make it active?"
3708
  msgstr ""
3709
 
3710
+ #: ../includes/Elements/Image_Accordion.php:199
3711
  msgid "Accordion item title"
3712
  msgstr ""
3713
 
3714
+ #: ../includes/Elements/Image_Accordion.php:210
3715
  msgid "Accordion content goes here!"
3716
  msgstr ""
3717
 
3718
+ #: ../includes/Elements/Image_Accordion.php:217
3719
+ msgid "Enable Title Link"
3720
+ msgstr ""
3721
+
3722
+ #: ../includes/Elements/Image_Accordion.php:230
3723
  msgid "Title Link"
3724
  msgstr ""
3725
 
3726
+ #: ../includes/Elements/Image_Accordion.php:252
3727
  msgid "Image Accordion #1"
3728
  msgstr ""
3729
 
3730
+ #: ../includes/Elements/Image_Accordion.php:253, ../includes/Elements/Image_Accordion.php:260, ../includes/Elements/Image_Accordion.php:267, ../includes/Elements/Image_Accordion.php:274
3731
  msgid "Image Accordion Content Goes Here! Click edit button to change this text."
3732
  msgstr ""
3733
 
3734
+ #: ../includes/Elements/Image_Accordion.php:259
3735
  msgid "Image Accordion #2"
3736
  msgstr ""
3737
 
3738
+ #: ../includes/Elements/Image_Accordion.php:266
3739
  msgid "Image Accordion #3"
3740
  msgstr ""
3741
 
3742
+ #: ../includes/Elements/Image_Accordion.php:273
3743
  msgid "Image Accordion #4"
3744
  msgstr ""
3745
 
3746
+ #: ../includes/Elements/Image_Accordion.php:402
3747
  msgid "Hover Overlay Color"
3748
  msgstr ""
3749
 
3750
+ #: ../includes/Elements/Image_Accordion.php:421
3751
  msgid "Thumbnail"
3752
  msgstr ""
3753
 
3903
  msgid "Default Form Type"
3904
  msgstr ""
3905
 
3906
+ #: ../includes/Elements/Login_Register.php:246, ../includes/Elements/Login_Register.php:3362, ../includes/Elements/Login_Register.php:3956, ../includes/Elements/Woo_Checkout.php:388, ../includes/Elements/Woo_Checkout.php:1153, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:342, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:342
3907
  msgid "Login"
3908
  msgstr ""
3909
 
5030
  msgid "Date Text Color"
5031
  msgstr ""
5032
 
5033
+ #: ../includes/Elements/Post_Timeline.php:464, ../includes/Elements/Product_Grid.php:2956
5034
  msgid "<p class=\"no-posts-found\">No layout found!</p>"
5035
  msgstr ""
5036
 
5642
  msgid "Sale"
5643
  msgstr ""
5644
 
5645
+ #: ../includes/Elements/Product_Grid.php:2440, ../includes/Elements/Woo_Checkout.php:199
5646
  msgid "Quantity"
5647
  msgstr ""
5648
 
6174
  msgid "Quotation Postion From Right"
6175
  msgstr ""
6176
 
6177
+ #: ../includes/Elements/Tooltip.php:76, ../includes/Elements/Woo_Checkout.php:155, ../includes/Traits/Woo_Product_Comparable.php:1193
6178
  msgid "Text"
6179
  msgstr ""
6180
 
6458
  msgid "<strong>ReviewX</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=reviewx&tab=search&type=term\" target=\"_blank\">ReviewX</a> first."
6459
  msgstr ""
6460
 
6461
+ #: ../includes/Elements/Woo_Checkout.php:92, ../includes/Traits/Woo_Product_Comparable.php:123
6462
  msgid "<strong>WooCommerce</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=woocommerce&tab=search&type=term\" target=\"_blank\">WooCommerce</a> first."
6463
  msgstr ""
6464
 
6465
+ #: ../includes/Elements/Woo_Checkout.php:148, ../includes/Elements/Woo_Checkout.php:610
6466
  msgid "Order Details"
6467
  msgstr ""
6468
 
6469
+ #: ../includes/Elements/Woo_Checkout.php:157
6470
  msgid "Your Order"
6471
  msgstr ""
6472
 
6473
+ #: ../includes/Elements/Woo_Checkout.php:168
6474
  msgid "Change Labels"
6475
  msgstr ""
6476
 
6477
+ #: ../includes/Elements/Woo_Checkout.php:177
6478
  msgid "Product Text"
6479
  msgstr ""
6480
 
6481
+ #: ../includes/Elements/Woo_Checkout.php:182
6482
  msgid "Product"
6483
  msgstr ""
6484
 
6485
+ #: ../includes/Elements/Woo_Checkout.php:194
6486
  msgid "Quantity Text"
6487
  msgstr ""
6488
 
6489
+ #: ../includes/Elements/Woo_Checkout.php:211
6490
  msgid "Price Text"
6491
  msgstr ""
6492
 
6493
+ #: ../includes/Elements/Woo_Checkout.php:228
6494
  msgid "Subtotal Text"
6495
  msgstr ""
6496
 
6497
+ #: ../includes/Elements/Woo_Checkout.php:230
6498
  msgid "Subtotal"
6499
  msgstr ""
6500
 
6501
+ #: ../includes/Elements/Woo_Checkout.php:242
6502
  msgid "Shipping Text"
6503
  msgstr ""
6504
 
6505
+ #: ../includes/Elements/Woo_Checkout.php:244
6506
  msgid "Shipping"
6507
  msgstr ""
6508
 
6509
+ #: ../includes/Elements/Woo_Checkout.php:256
6510
  msgid "Total Text"
6511
  msgstr ""
6512
 
6513
+ #: ../includes/Elements/Woo_Checkout.php:258, ../includes/Elements/Woo_Checkout.php:1034
6514
  msgid "Total"
6515
  msgstr ""
6516
 
6517
+ #: ../includes/Elements/Woo_Checkout.php:272, ../includes/Elements/Woo_Checkout.php:1070
6518
  msgid "Shop Link"
6519
  msgstr ""
6520
 
6521
+ #: ../includes/Elements/Woo_Checkout.php:281, ../includes/Elements/Woo_Checkout.php:334, ../includes/Elements/Woo_Checkout.php:457
6522
  msgid "Link Text"
6523
  msgstr ""
6524
 
6525
+ #: ../includes/Elements/Woo_Checkout.php:286
6526
  msgid "Continue Shopping"
6527
  msgstr ""
6528
 
6529
+ #: ../includes/Elements/Woo_Checkout.php:306, ../includes/Elements/Woo_Checkout.php:1439
6530
  msgid "Coupon"
6531
  msgstr ""
6532
 
6533
+ #: ../includes/Elements/Woo_Checkout.php:325
6534
  msgid "Have a coupon?"
6535
  msgstr ""
6536
 
6537
+ #: ../includes/Elements/Woo_Checkout.php:336
6538
  msgid "Click here to enter your code"
6539
  msgstr ""
6540
 
6541
+ #: ../includes/Elements/Woo_Checkout.php:346
6542
  msgid "Form Content"
6543
  msgstr ""
6544
 
6545
+ #: ../includes/Elements/Woo_Checkout.php:348
6546
  msgid "If you have a coupon code, please apply it below."
6547
  msgstr ""
6548
 
6549
+ #: ../includes/Elements/Woo_Checkout.php:358
6550
  msgid "Placeholder Text"
6551
  msgstr ""
6552
 
6553
+ #: ../includes/Elements/Woo_Checkout.php:360
6554
  msgid "Coupon code"
6555
  msgstr ""
6556
 
6557
+ #: ../includes/Elements/Woo_Checkout.php:372
6558
  msgid "Apply Coupon"
6559
  msgstr ""
6560
 
6561
+ #: ../includes/Elements/Woo_Checkout.php:435
6562
  msgid "Returning customer?"
6563
  msgstr ""
6564
 
6565
+ #: ../includes/Elements/Woo_Checkout.php:447
6566
  msgid "If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing section."
6567
  msgstr ""
6568
 
6569
+ #: ../includes/Elements/Woo_Checkout.php:459
6570
  msgid "Click here to login"
6571
  msgstr ""
6572
 
6573
+ #: ../includes/Elements/Woo_Checkout.php:475, ../includes/Elements/Woo_Checkout.php:1953
6574
  msgid "Customer Details"
6575
  msgstr ""
6576
 
6577
+ #: ../includes/Elements/Woo_Checkout.php:481
6578
  msgid "Billing Title"
6579
  msgstr ""
6580
 
6581
+ #: ../includes/Elements/Woo_Checkout.php:483
6582
  msgid "Billing Details"
6583
  msgstr ""
6584
 
6585
+ #: ../includes/Elements/Woo_Checkout.php:492
6586
  msgid "Shipping Title"
6587
  msgstr ""
6588
 
6589
+ #: ../includes/Elements/Woo_Checkout.php:494
6590
  msgid "Ship to a different address?"
6591
  msgstr ""
6592
 
6593
+ #: ../includes/Elements/Woo_Checkout.php:503
6594
  msgid "Additional Info Title"
6595
  msgstr ""
6596
 
6597
+ #: ../includes/Elements/Woo_Checkout.php:505
6598
  msgid "Additional Information"
6599
  msgstr ""
6600
 
6601
+ #: ../includes/Elements/Woo_Checkout.php:521, ../includes/Elements/Woo_Checkout.php:2147
6602
  msgid "Payment"
6603
  msgstr ""
6604
 
6605
+ #: ../includes/Elements/Woo_Checkout.php:529
6606
  msgid "Payment Methods"
6607
  msgstr ""
6608
 
6609
+ #: ../includes/Elements/Woo_Checkout.php:538
6610
  msgid "Button text"
6611
  msgstr ""
6612
 
6613
+ #: ../includes/Elements/Woo_Checkout.php:540
6614
  msgid "Place Order"
6615
  msgstr ""
6616
 
6617
+ #: ../includes/Elements/Woo_Checkout.php:558
6618
  msgid "Section Title"
6619
  msgstr ""
6620
 
6621
+ #: ../includes/Elements/Woo_Checkout.php:583
6622
  msgid "Bottom Gap"
6623
  msgstr ""
6624
 
6625
+ #: ../includes/Elements/Woo_Checkout.php:666
6626
  msgid "Table Head"
6627
  msgstr ""
6628
 
6629
+ #: ../includes/Elements/Woo_Checkout.php:687
6630
  msgid "Header Color"
6631
  msgstr ""
6632
 
6633
+ #: ../includes/Elements/Woo_Checkout.php:724
6634
  msgid "Table Body"
6635
  msgstr ""
6636
 
6637
+ #: ../includes/Elements/Woo_Checkout.php:818
6638
  msgid "Row Gap"
6639
  msgstr ""
6640
 
6641
+ #: ../includes/Elements/Woo_Checkout.php:839
6642
  msgid "Table Footer"
6643
  msgstr ""
6644
 
6645
+ #: ../includes/Elements/Woo_Checkout.php:1198, ../includes/Elements/Woo_Checkout.php:1484
6646
  msgid "Links Color"
6647
  msgstr ""
6648
 
6649
+ #: ../includes/Elements/Woo_Checkout.php:1209, ../includes/Elements/Woo_Checkout.php:1495
6650
  msgid "Links Hover Color"
6651
  msgstr ""
6652
 
6653
+ #: ../includes/Elements/Woo_Checkout.php:1259
6654
  msgid "Form Label"
6655
  msgstr ""
6656
 
6657
+ #: ../includes/Elements/Woo_Checkout.php:1738
6658
  msgid "Notices"
6659
  msgstr ""
6660
 
6661
+ #: ../includes/Elements/Woo_Checkout.php:1763
6662
  msgid "Info"
6663
  msgstr ""
6664
 
6665
+ #: ../includes/Elements/Woo_Checkout.php:1806
6666
  msgid "Error"
6667
  msgstr ""
6668
 
6669
+ #: ../includes/Elements/Woo_Checkout.php:2005
6670
  msgid "Required (*)"
6671
  msgstr ""
6672
 
6673
+ #: ../includes/Elements/Woo_Checkout.php:2120
6674
  msgid "Bottom Spacing (PX)"
6675
  msgstr ""
6676
 
6677
+ #: ../includes/Elements/Woo_Checkout.php:2254
6678
  msgid "Selected"
6679
  msgstr ""
6680
 
6681
+ #: ../includes/Elements/Woo_Checkout.php:2276
6682
  msgid "Methods Info"
6683
  msgstr ""
6684
 
6685
+ #: ../includes/Elements/Woo_Checkout.php:2309
6686
  msgid "Privacy Policy"
6687
  msgstr ""
6688
 
6994
  msgid "Essential Addons Settings"
6995
  msgstr ""
6996
 
6997
+ #: ../includes/Traits/Admin.php:104, ../includes/templates/admin/elements.php:597, ../includes/templates/admin/extensions.php:106
6998
  msgid "Save settings"
6999
  msgstr ""
7000
 
7350
  msgid "Image Scroller"
7351
  msgstr ""
7352
 
7353
+ #: ../includes/Traits/Elements.php:184, ../includes/templates/admin/elements.php:433
7354
  msgid "Instagram Feed"
7355
  msgstr ""
7356
 
7362
  msgid "Interactive Promo"
7363
  msgstr ""
7364
 
7365
+ #: ../includes/Traits/Elements.php:202, ../includes/templates/admin/elements.php:451
7366
  msgid "LearnDash Course List"
7367
  msgstr ""
7368
 
7418
  msgid "Testimonial Slider"
7419
  msgstr ""
7420
 
7421
+ #: ../includes/Traits/Elements.php:292, ../includes/templates/admin/elements.php:426
7422
  msgid "Twitter Feed Carousel"
7423
  msgstr ""
7424
 
7425
+ #: ../includes/Traits/Elements.php:298, ../includes/templates/admin/elements.php:492
7426
  msgid "Woo Product Collections"
7427
  msgstr ""
7428
 
8182
  msgid "Price menu"
8183
  msgstr ""
8184
 
8185
+ #: ../includes/templates/admin/elements.php:416
8186
  msgid "Social Feed Elemens"
8187
  msgstr ""
8188
 
8189
+ #: ../includes/templates/admin/elements.php:447
8190
  msgid "LearnDash Elements"
8191
  msgstr ""
8192
 
8193
+ #: ../includes/templates/admin/elements.php:542, ../includes/templates/admin/extensions.php:83
8194
  msgid "Pro"
8195
  msgstr ""
8196
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: elementor, elements, addons, elementor addon, elementor widget, elementor
4
  Requires at least: 5.0
5
  Tested up to: 5.6
6
  Requires PHP: 5.6
7
- Stable tag: 4.5.0
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
@@ -227,7 +227,21 @@ Your existing elements/content will work with premium version. So you won't lose
227
 
228
  == Changelog ==
229
 
230
- = 4.5.0 - 08/01/2021 =
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231
  - Added: Quick Setup wizard for new installations
232
  - Few minor bug fix and improvements
233
 
4
  Requires at least: 5.0
5
  Tested up to: 5.6
6
  Requires PHP: 5.6
7
+ Stable tag: 4.5.1
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
227
 
228
  == Changelog ==
229
 
230
+ = 4.5.1 - 23/02/2021 =
231
+ - Fixed: EA Login Register Form | ‘Security Token Does Not Match’ error
232
+ - Fixed: EA Product Grid | Pagination disappearing with the latest update
233
+ - Fixed: EA Product Grid | ‘Filtered by Sale’ not working for variable products
234
+ - Fixed: EA Image Accordion | toggle option to add link in the content
235
+ - Fixed: EA Event Calendar | Date showing invalid for All day events
236
+ - Fixed: EA Advanced Data Table | Sorting not working on Mozilla Firefox
237
+ - Fixed: EA Post Grid | ‘Dynamic’ query not working
238
+ - Fixed: EA Event Calendar | 24 Hours format not working correctly
239
+ - Fixed: EA Product Grid | ‘Filtered by Sale’ not working for variable products
240
+ - Fixed: EA Sticky Video | Copy Link button not working
241
+ - Fixed: EA Creative Button | Icon color not changing
242
+ - Few minor bug fix and improvements
243
+
244
+ = 4.5.0 - 08/02/2021 =
245
  - Added: Quick Setup wizard for new installations
246
  - Few minor bug fix and improvements
247